init component

This commit is contained in:
Robin COuret
2026-02-16 17:28:37 +01:00
parent 460c7a25e0
commit e0e50af706
4557 changed files with 666911 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View 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

View 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"}

View 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
View File

@@ -0,0 +1,4 @@
import { BCheckbox, defineCheckbox } from './BCheckbox';
export { BCheckbox, defineCheckbox };
export default BCheckbox;
//# sourceMappingURL=index.js.map

View 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"}