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

1992
node_modules/buetify/lib/components/form/switch/BSwitch.d.ts generated vendored Executable file

File diff suppressed because it is too large Load Diff

7
node_modules/buetify/lib/components/form/switch/BSwitch.js generated vendored Executable file
View File

@@ -0,0 +1,7 @@
import "../../../../src/sass/helpers/animations.sass";
import "../../../../src/components/form/sass/form.sass";
import "../../../../src/components/form/switch/switch.sass";
import { useSelectionControl } from '../shared/useSelectionControl';
export const defineSwitch = useSelectionControl('switch', 'checkbox', 'b-switch', 'switch');
export const BSwitch = defineSwitch();
//# sourceMappingURL=BSwitch.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/form/switch/BSwitch.ts"],"names":[],"mappings":"AAAA,OAAO,8CAAP;AACA,OAAO,gDAAP;AACA,OAAO,oDAAP;AACA,SAAS,mBAAT,QAAoC,+BAApC;AAEA,OAAO,MAAM,YAAY,GAAG,mBAAmB,CAAC,QAAD,EAAW,UAAX,EAAuB,UAAvB,EAAmC,QAAnC,CAAxC;AAEP,OAAO,MAAM,OAAO,GAAG,YAAY,EAA5B","sourcesContent":["import '../../../sass/helpers/animations.sass';\nimport '../sass/form.sass';\nimport './switch.sass';\nimport { useSelectionControl } from '../shared/useSelectionControl';\n\nexport const defineSwitch = useSelectionControl('switch', 'checkbox', 'b-switch', 'switch');\n\nexport const BSwitch = defineSwitch<unknown>();\n"],"sourceRoot":"","file":"BSwitch.js"}

3
node_modules/buetify/lib/components/form/switch/index.d.ts generated vendored Executable file
View File

@@ -0,0 +1,3 @@
import { BSwitch, defineSwitch } from './BSwitch';
export default BSwitch;
export { BSwitch, defineSwitch };

4
node_modules/buetify/lib/components/form/switch/index.js generated vendored Executable file
View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/form/switch/index.ts"],"names":[],"mappings":"AAAA,SAAS,OAAT,EAAkB,YAAlB,QAAsC,WAAtC;AAEA,eAAe,OAAf;AAEA,SAAS,OAAT,EAAkB,YAAlB","sourcesContent":["import { BSwitch, defineSwitch } from './BSwitch';\n\nexport default BSwitch;\n\nexport { BSwitch, defineSwitch };\n"],"sourceRoot":"","file":"index.js"}