init component
This commit is contained in:
1992
node_modules/buetify/lib/components/form/switch/BSwitch.d.ts
generated
vendored
Executable file
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
7
node_modules/buetify/lib/components/form/switch/BSwitch.js
generated
vendored
Executable 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
|
||||
1
node_modules/buetify/lib/components/form/switch/BSwitch.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/form/switch/BSwitch.js.map
generated
vendored
Executable 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
3
node_modules/buetify/lib/components/form/switch/index.d.ts
generated
vendored
Executable 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
4
node_modules/buetify/lib/components/form/switch/index.js
generated
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
import { BSwitch, defineSwitch } from './BSwitch';
|
||||
export default BSwitch;
|
||||
export { BSwitch, defineSwitch };
|
||||
//# sourceMappingURL=index.js.map
|
||||
1
node_modules/buetify/lib/components/form/switch/index.js.map
generated
vendored
Executable file
1
node_modules/buetify/lib/components/form/switch/index.js.map
generated
vendored
Executable 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"}
|
||||
Reference in New Issue
Block a user