init component
This commit is contained in:
+1992
File diff suppressed because it is too large
Load Diff
+7
@@ -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
|
||||
+1
@@ -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
@@ -0,0 +1,3 @@
|
||||
import { BSwitch, defineSwitch } from './BSwitch';
|
||||
export default BSwitch;
|
||||
export { BSwitch, defineSwitch };
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import { BSwitch, defineSwitch } from './BSwitch';
|
||||
export default BSwitch;
|
||||
export { BSwitch, defineSwitch };
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -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"}
|
||||
Reference in New Issue
Block a user