init component
This commit is contained in:
1991
node_modules/buetify/lib/components/form/checkbox/BCheckbox.d.ts
generated
vendored
Executable file
1991
node_modules/buetify/lib/components/form/checkbox/BCheckbox.d.ts
generated
vendored
Executable file
File diff suppressed because it is too large
Load Diff
6
node_modules/buetify/lib/components/form/checkbox/BCheckbox.js
generated
vendored
Executable file
6
node_modules/buetify/lib/components/form/checkbox/BCheckbox.js
generated
vendored
Executable file
@@ -0,0 +1,6 @@
|
||||
import "../../../../src/components/form/checkbox/checkbox.sass";
|
||||
import "../../../../src/components/form/sass/form.sass";
|
||||
import { useSelectionControl } from '../shared/useSelectionControl';
|
||||
export const defineCheckbox = useSelectionControl('checkbox', 'checkbox', 'b-checkbox', 'b-checkbox checkbox');
|
||||
export const BCheckbox = defineCheckbox();
|
||||
//# sourceMappingURL=BCheckbox.js.map
|
||||
1
node_modules/buetify/lib/components/form/checkbox/BCheckbox.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/form/checkbox/BCheckbox.js.map
generated
vendored
Executable file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/form/checkbox/BCheckbox.ts"],"names":[],"mappings":"AAAA,OAAO,wDAAP;AACA,OAAO,gDAAP;AACA,SAAS,mBAAT,QAAoC,+BAApC;AAEA,OAAO,MAAM,cAAc,GAAG,mBAAmB,CAAC,UAAD,EAAa,UAAb,EAAyB,YAAzB,EAAuC,qBAAvC,CAA1C;AAEP,OAAO,MAAM,SAAS,GAAG,cAAc,EAAhC","sourcesContent":["import './checkbox.sass';\nimport '../sass/form.sass';\nimport { useSelectionControl } from '../shared/useSelectionControl';\n\nexport const defineCheckbox = useSelectionControl('checkbox', 'checkbox', 'b-checkbox', 'b-checkbox checkbox');\n\nexport const BCheckbox = defineCheckbox<unknown>();\n"],"sourceRoot":"","file":"BCheckbox.js"}
|
||||
3
node_modules/buetify/lib/components/form/checkbox/index.d.ts
generated
vendored
Executable file
3
node_modules/buetify/lib/components/form/checkbox/index.d.ts
generated
vendored
Executable file
@@ -0,0 +1,3 @@
|
||||
import { BCheckbox, defineCheckbox } from './BCheckbox';
|
||||
export { BCheckbox, defineCheckbox };
|
||||
export default BCheckbox;
|
||||
4
node_modules/buetify/lib/components/form/checkbox/index.js
generated
vendored
Executable file
4
node_modules/buetify/lib/components/form/checkbox/index.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import { BCheckbox, defineCheckbox } from './BCheckbox';
|
||||
export { BCheckbox, defineCheckbox };
|
||||
export default BCheckbox;
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/buetify/lib/components/form/checkbox/index.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/form/checkbox/index.js.map
generated
vendored
Executable file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/form/checkbox/index.ts"],"names":[],"mappings":"AAAA,SAAS,SAAT,EAAoB,cAApB,QAA0C,aAA1C;AAEA,SAAS,SAAT,EAAoB,cAApB;AAEA,eAAe,SAAf","sourcesContent":["import { BCheckbox, defineCheckbox } from './BCheckbox';\n\nexport { BCheckbox, defineCheckbox };\n\nexport default BCheckbox;\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user