init component
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import 'bulma/sass/components/level.sass';
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
import 'bulma/sass/components/level.sass';
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('level', 'div');
|
||||
//# sourceMappingURL=BLevel.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/level/BLevel.ts"],"names":[],"mappings":"AAAA,OAAO,kCAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,OAAD,EAAU,KAAV,CAA3C","sourcesContent":["import 'bulma/sass/components/level.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('level', 'div');\n"],"sourceRoot":"","file":"BLevel.js"}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('level-item', 'div');
|
||||
//# sourceMappingURL=BLevelItem.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/level/BLevelItem.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,YAAD,EAAe,KAAf,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('level-item', 'div');\n"],"sourceRoot":"","file":"BLevelItem.js"}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('level-left', 'div');
|
||||
//# sourceMappingURL=BLevelLeft.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/level/BLevelLeft.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,YAAD,EAAe,KAAf,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('level-left', 'div');\n"],"sourceRoot":"","file":"BLevelLeft.js"}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
declare const _default: import("vue").FunctionalComponent<{
|
||||
tag?: string | undefined;
|
||||
}, {}>;
|
||||
export default _default;
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
|
||||
export default getSimpleFunctionalComponent('level-right', 'div');
|
||||
//# sourceMappingURL=BLevelRight.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/level/BLevelRight.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,aAAD,EAAgB,KAAhB,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('level-right', 'div');\n"],"sourceRoot":"","file":"BLevelRight.js"}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
import BLevel from './BLevel';
|
||||
import BLevelItem from './BLevelItem';
|
||||
import BLevelLeft from './BLevelLeft';
|
||||
import BLevelRight from './BLevelRight';
|
||||
export { BLevel, BLevelItem, BLevelLeft, BLevelRight };
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
import BLevel from './BLevel';
|
||||
import BLevelItem from './BLevelItem';
|
||||
import BLevelLeft from './BLevelLeft';
|
||||
import BLevelRight from './BLevelRight';
|
||||
export { BLevel, BLevelItem, BLevelLeft, BLevelRight };
|
||||
//# sourceMappingURL=index.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["../../../../src/components/layout/level/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAP,MAAmB,UAAnB;AACA,OAAO,UAAP,MAAuB,cAAvB;AACA,OAAO,UAAP,MAAuB,cAAvB;AACA,OAAO,WAAP,MAAwB,eAAxB;AAEA,SAAS,MAAT,EAAiB,UAAjB,EAA6B,UAA7B,EAAyC,WAAzC","sourcesContent":["import BLevel from './BLevel';\nimport BLevelItem from './BLevelItem';\nimport BLevelLeft from './BLevelLeft';\nimport BLevelRight from './BLevelRight';\n\nexport { BLevel, BLevelItem, BLevelLeft, BLevelRight };\n"],"sourceRoot":"","file":"index.js"}
|
||||
Reference in New Issue
Block a user