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

28
node_modules/buetify/lib/components/layout/box/BBox.d.ts generated vendored Executable file
View File

@@ -0,0 +1,28 @@
import './box.sass';
declare const _default: import("vue").DefineComponent<{
tag: {
type: (FunctionConstructor | StringConstructor)[];
default: string;
};
themeMap: {
type: import("vue").PropType<import("../../..").ThemeColorMap>;
required: boolean;
default: import("fp-ts/lib/function").Lazy<import("../../..").ThemeColorMap>;
};
isThemeable: {
type: import("vue").PropType<boolean>;
required: boolean;
default: boolean;
};
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
isThemeable: boolean;
themeMap: import("../../..").ThemeColorMap;
tag: string | Function;
} & {}>, {
isThemeable: boolean;
themeMap: import("../../..").ThemeColorMap;
tag: string | Function;
}>;
export default _default;

7
node_modules/buetify/lib/components/layout/box/BBox.js generated vendored Executable file
View File

@@ -0,0 +1,7 @@
import "../../../../src/components/layout/box/box.sass";
import { getThemeableFunctionalComponent } from '../../../utils/getThemeableFunctionalComponent';
export default getThemeableFunctionalComponent({
cls: 'box',
el: 'section'
});
//# sourceMappingURL=BBox.js.map

1
node_modules/buetify/lib/components/layout/box/BBox.js.map generated vendored Executable file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/box/BBox.ts"],"names":[],"mappings":"AAAA,OAAO,gDAAP;AACA,SAAS,+BAAT,QAAgD,gDAAhD;AAEA,eAAe,+BAA+B,CAAC;AAAE,EAAA,GAAG,EAAE,KAAP;AAAc,EAAA,EAAE,EAAE;AAAlB,CAAD,CAA9C","sourcesContent":["import './box.sass';\nimport { getThemeableFunctionalComponent } from '../../../utils/getThemeableFunctionalComponent';\n\nexport default getThemeableFunctionalComponent({ cls: 'box', el: 'section' });\n"],"sourceRoot":"","file":"BBox.js"}

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

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

4
node_modules/buetify/lib/components/layout/box/index.js generated vendored Executable file
View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/box/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAP,MAAiB,QAAjB;AAEA,SAAS,IAAT;AAEA,eAAe,IAAf","sourcesContent":["import BBox from './BBox';\n\nexport { BBox };\n\nexport default BBox;\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,5 @@
import './columns.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,4 @@
import "../../../../src/components/layout/columns/columns.sass";
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('column', 'div');
//# sourceMappingURL=BColumn.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/columns/BColumn.ts"],"names":[],"mappings":"AAAA,OAAO,wDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,QAAD,EAAW,KAAX,CAA3C","sourcesContent":["import './columns.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('column', 'div');\n"],"sourceRoot":"","file":"BColumn.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('columns', 'div');
//# sourceMappingURL=BColumns.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/columns/BColumns.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,SAAD,EAAY,KAAZ,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('columns', 'div');\n"],"sourceRoot":"","file":"BColumns.js"}

View File

@@ -0,0 +1,3 @@
import BColumns from './BColumns';
import BColumn from './BColumn';
export { BColumns, BColumn };

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/columns/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAP,MAAqB,YAArB;AACA,OAAO,OAAP,MAAoB,WAApB;AAEA,SAAS,QAAT,EAAmB,OAAnB","sourcesContent":["import BColumns from './BColumns';\nimport BColumn from './BColumn';\n\nexport { BColumns, BColumn };\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,5 @@
import 'bulma/sass/elements/container.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,4 @@
import 'bulma/sass/elements/container.sass';
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('container', 'div');
//# sourceMappingURL=BContainer.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/container/BContainer.ts"],"names":[],"mappings":"AAAA,OAAO,oCAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,WAAD,EAAc,KAAd,CAA3C","sourcesContent":["import 'bulma/sass/elements/container.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('container', 'div');\n"],"sourceRoot":"","file":"BContainer.js"}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/container/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAP,MAAuB,cAAvB;AAEA,SAAS,UAAT;AAEA,eAAe,UAAf","sourcesContent":["import BContainer from './BContainer';\n\nexport { BContainer };\n\nexport default BContainer;\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,5 @@
import 'bulma/sass/elements/content.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,4 @@
import 'bulma/sass/elements/content.sass';
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('content', 'div');
//# sourceMappingURL=BContent.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/content/BContent.ts"],"names":[],"mappings":"AAAA,OAAO,kCAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,SAAD,EAAY,KAAZ,CAA3C","sourcesContent":["import 'bulma/sass/elements/content.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('content', 'div');\n"],"sourceRoot":"","file":"BContent.js"}

View File

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

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/content/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAP,MAAqB,YAArB;AAEA,SAAS,QAAT;AAEA,eAAe,QAAf","sourcesContent":["import BContent from './BContent';\n\nexport { BContent };\n\nexport default BContent;\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,11 @@
import './divider.sass';
import { ThemeColorMap } from '../../../types/ThemeColorMap';
export interface BDividerProps {
text?: string;
tag?: string;
themeMap?: ThemeColorMap;
isThemeable?: boolean;
}
export default function BHorizontalDivider(props: BDividerProps): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;

View File

@@ -0,0 +1,16 @@
import "../../../../src/components/layout/divider/divider.sass";
import { DEFAULT_THEME_COLOR_MAP, useTheme } from '../../../composables/theme';
import { h } from 'vue';
export default function BHorizontalDivider(props) {
const {
themeClasses
} = useTheme({
themeMap: props.themeMap ?? DEFAULT_THEME_COLOR_MAP,
isThemeable: props.isThemeable ?? true
});
return h(props.tag ?? 'hr', {
class: ['is-divider', ...themeClasses.value],
'data-content': props.text || null
});
}
//# sourceMappingURL=BHorizontalDivider.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/divider/BHorizontalDivider.ts"],"names":[],"mappings":"AAAA,OAAO,wDAAP;AACA,SAAS,uBAAT,EAAkC,QAAlC,QAAkD,4BAAlD;AAEA,SAAS,CAAT,QAAkB,KAAlB;AASA,eAAc,SAAU,kBAAV,CAA6B,KAA7B,EAAiD;AAC7D,QAAM;AAAE,IAAA;AAAF,MAAmB,QAAQ,CAAC;AAChC,IAAA,QAAQ,EAAE,KAAK,CAAC,QAAN,IAAkB,uBADI;AAEhC,IAAA,WAAW,EAAE,KAAK,CAAC,WAAN,IAAqB;AAFF,GAAD,CAAjC;AAKA,SAAO,CAAC,CAAC,KAAK,CAAC,GAAN,IAAa,IAAd,EAAoB;AAC1B,IAAA,KAAK,EAAE,CAAC,YAAD,EAAe,GAAG,YAAY,CAAC,KAA/B,CADmB;AAE1B,oBAAgB,KAAK,CAAC,IAAN,IAAc;AAFJ,GAApB,CAAR;AAID","sourcesContent":["import './divider.sass';\nimport { DEFAULT_THEME_COLOR_MAP, useTheme } from '../../../composables/theme';\nimport { ThemeColorMap } from '../../../types/ThemeColorMap';\nimport { h } from 'vue';\n\nexport interface BDividerProps {\n text?: string;\n tag?: string;\n themeMap?: ThemeColorMap;\n isThemeable?: boolean;\n}\n\nexport default function BHorizontalDivider(props: BDividerProps) {\n const { themeClasses } = useTheme({\n themeMap: props.themeMap ?? DEFAULT_THEME_COLOR_MAP,\n isThemeable: props.isThemeable ?? true\n });\n\n return h(props.tag ?? 'hr', {\n class: ['is-divider', ...themeClasses.value],\n 'data-content': props.text || null\n });\n}\n"],"sourceRoot":"","file":"BHorizontalDivider.js"}

View File

@@ -0,0 +1,5 @@
import './divider.sass';
import { BDividerProps } from './BHorizontalDivider';
export default function BVerticalDivider(props: BDividerProps): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}>;

View File

@@ -0,0 +1,16 @@
import "../../../../src/components/layout/divider/divider.sass";
import { DEFAULT_THEME_COLOR_MAP, useTheme } from '../../../composables/theme';
import { h } from 'vue';
export default function BVerticalDivider(props) {
const {
themeClasses
} = useTheme({
themeMap: props.themeMap ?? DEFAULT_THEME_COLOR_MAP,
isThemeable: props.isThemeable ?? true
});
return h(props.tag ?? 'hr', {
class: ['is-divider-vertical', ...themeClasses.value],
'data-content': props.text || null
});
}
//# sourceMappingURL=BVerticalDivider.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/divider/BVerticalDivider.ts"],"names":[],"mappings":"AAAA,OAAO,wDAAP;AACA,SAAS,uBAAT,EAAkC,QAAlC,QAAkD,4BAAlD;AACA,SAAS,CAAT,QAAkB,KAAlB;AAGA,eAAc,SAAU,gBAAV,CAA2B,KAA3B,EAA+C;AAC3D,QAAM;AAAE,IAAA;AAAF,MAAmB,QAAQ,CAAC;AAChC,IAAA,QAAQ,EAAE,KAAK,CAAC,QAAN,IAAkB,uBADI;AAEhC,IAAA,WAAW,EAAE,KAAK,CAAC,WAAN,IAAqB;AAFF,GAAD,CAAjC;AAIA,SAAO,CAAC,CAAC,KAAK,CAAC,GAAN,IAAa,IAAd,EAAoB;AAC1B,IAAA,KAAK,EAAE,CAAC,qBAAD,EAAwB,GAAG,YAAY,CAAC,KAAxC,CADmB;AAE1B,oBAAgB,KAAK,CAAC,IAAN,IAAc;AAFJ,GAApB,CAAR;AAID","sourcesContent":["import './divider.sass';\nimport { DEFAULT_THEME_COLOR_MAP, useTheme } from '../../../composables/theme';\nimport { h } from 'vue';\nimport { BDividerProps } from './BHorizontalDivider';\n\nexport default function BVerticalDivider(props: BDividerProps) {\n const { themeClasses } = useTheme({\n themeMap: props.themeMap ?? DEFAULT_THEME_COLOR_MAP,\n isThemeable: props.isThemeable ?? true\n });\n return h(props.tag ?? 'hr', {\n class: ['is-divider-vertical', ...themeClasses.value],\n 'data-content': props.text || null\n });\n}\n"],"sourceRoot":"","file":"BVerticalDivider.js"}

View File

@@ -0,0 +1,3 @@
import BHorizontalDivider from './BHorizontalDivider';
import BVerticalDivider from './BVerticalDivider';
export { BHorizontalDivider, BVerticalDivider };

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAP,MAA+B,sBAA/B;AACA,OAAO,gBAAP,MAA6B,oBAA7B;AAEA,SAAS,kBAAT,EAA6B,gBAA7B","sourcesContent":["import BHorizontalDivider from './BHorizontalDivider';\nimport BVerticalDivider from './BVerticalDivider';\n\nexport { BHorizontalDivider, BVerticalDivider };\n"],"sourceRoot":"","file":"index.js"}

5
node_modules/buetify/lib/components/layout/hero/BHero.d.ts generated vendored Executable file
View File

@@ -0,0 +1,5 @@
import './hero.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

4
node_modules/buetify/lib/components/layout/hero/BHero.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import "../../../../src/components/layout/hero/hero.sass";
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('hero', 'section');
//# sourceMappingURL=BHero.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/BHero.ts"],"names":[],"mappings":"AAAA,OAAO,kDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,MAAD,EAAS,SAAT,CAA3C","sourcesContent":["import './hero.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero', 'section');\n"],"sourceRoot":"","file":"BHero.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('hero-body', 'div');
//# sourceMappingURL=BHeroBody.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/BHeroBody.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,WAAD,EAAc,KAAd,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('hero-body', 'div');\n"],"sourceRoot":"","file":"BHeroBody.js"}

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

@@ -0,0 +1,3 @@
import BHero from './BHero';
import BHeroBody from './BHeroBody';
export { BHero, BHeroBody };

4
node_modules/buetify/lib/components/layout/hero/index.js generated vendored Executable file
View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAP,MAAkB,SAAlB;AACA,OAAO,SAAP,MAAsB,aAAtB;AAEA,SAAS,KAAT,EAAgB,SAAhB","sourcesContent":["import BHero from './BHero';\nimport BHeroBody from './BHeroBody';\n\nexport { BHero, BHeroBody };\n"],"sourceRoot":"","file":"index.js"}

9
node_modules/buetify/lib/components/layout/index.d.ts generated vendored Executable file
View File

@@ -0,0 +1,9 @@
export * from './box';
export * from './columns';
export * from './container';
export * from './content';
export * from './divider';
export * from './hero';
export * from './level';
export * from './list';
export * from './media';

10
node_modules/buetify/lib/components/layout/index.js generated vendored Executable file
View File

@@ -0,0 +1,10 @@
export * from './box';
export * from './columns';
export * from './container';
export * from './content';
export * from './divider';
export * from './hero';
export * from './level';
export * from './list';
export * from './media';
//# sourceMappingURL=index.js.map

1
node_modules/buetify/lib/components/layout/index.js.map generated vendored Executable file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/components/layout/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAd;AACA,cAAc,WAAd;AACA,cAAc,aAAd;AACA,cAAc,WAAd;AACA,cAAc,WAAd;AACA,cAAc,QAAd;AACA,cAAc,SAAd;AACA,cAAc,QAAd;AACA,cAAc,SAAd","sourcesContent":["export * from './box';\nexport * from './columns';\nexport * from './container';\nexport * from './content';\nexport * from './divider';\nexport * from './hero';\nexport * from './level';\nexport * from './list';\nexport * from './media';\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,5 @@
import 'bulma/sass/components/level.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

4
node_modules/buetify/lib/components/layout/level/BLevel.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import 'bulma/sass/components/level.sass';
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('level', 'div');
//# sourceMappingURL=BLevel.js.map

View File

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

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('level-item', 'div');
//# sourceMappingURL=BLevelItem.js.map

View File

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

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('level-left', 'div');
//# sourceMappingURL=BLevelLeft.js.map

View File

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

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('level-right', 'div');
//# sourceMappingURL=BLevelRight.js.map

View File

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

View File

@@ -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
node_modules/buetify/lib/components/layout/level/index.js generated vendored Executable file
View File

@@ -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

View File

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

8
node_modules/buetify/lib/components/layout/list/BList.d.ts generated vendored Executable file
View File

@@ -0,0 +1,8 @@
import { SetupContext, ComponentOptions, FunctionalComponent } from 'vue';
export interface BListProps {
tag?: string | ComponentOptions | FunctionalComponent;
items: unknown[];
}
export default function BList(props: BListProps, { slots }: SetupContext): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
[key: string]: any;
}> | undefined;

19
node_modules/buetify/lib/components/layout/list/BList.js generated vendored Executable file
View File

@@ -0,0 +1,19 @@
import { isEmpty } from 'fp-ts/lib/Array';
import { h } from 'vue';
export default function BList(props, {
slots
}) {
if (isEmpty(props.items)) {
return h(props.tag ?? 'div', slots.empty && slots.empty());
} else {
const length = props.items.length;
const slot = slots.default;
return slot && h(props.tag ?? 'div', props.items.map((item, index) => slot({
item,
index,
length,
isLast: index === length - 1
})));
}
}
//# sourceMappingURL=BList.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/list/BList.ts"],"names":[],"mappings":"AAAA,SAAS,OAAT,QAAwB,iBAAxB;AACA,SAAS,CAAT,QAAuE,KAAvE;AAOA,eAAc,SAAU,KAAV,CAAgB,KAAhB,EAAmC;AAAE,EAAA;AAAF,CAAnC,EAA0D;AACtE,MAAI,OAAO,CAAC,KAAK,CAAC,KAAP,CAAX,EAA0B;AACxB,WAAO,CAAC,CAAC,KAAK,CAAC,GAAN,IAAa,KAAd,EAAqB,KAAK,CAAC,KAAN,IAAe,KAAK,CAAC,KAAN,EAApC,CAAR;AACD,GAFD,MAEO;AACL,UAAM,MAAM,GAAG,KAAK,CAAC,KAAN,CAAY,MAA3B;AACA,UAAM,IAAI,GAAG,KAAK,CAAC,OAAnB;AACA,WACE,IAAI,IACJ,CAAC,CACC,KAAK,CAAC,GAAN,IAAa,KADd,EAEC,KAAK,CAAC,KAAN,CAAY,GAAZ,CAAgB,CAAC,IAAD,EAAO,KAAP,KACd,IAAI,CAAC;AACH,MAAA,IADG;AAEH,MAAA,KAFG;AAGH,MAAA,MAHG;AAIH,MAAA,MAAM,EAAE,KAAK,KAAK,MAAM,GAAG;AAJxB,KAAD,CADN,CAFD,CAFH;AAcD;AACF","sourcesContent":["import { isEmpty } from 'fp-ts/lib/Array';\nimport { h, SetupContext, ComponentOptions, FunctionalComponent } from 'vue';\n\nexport interface BListProps {\n tag?: string | ComponentOptions | FunctionalComponent;\n items: unknown[];\n}\n\nexport default function BList(props: BListProps, { slots }: SetupContext) {\n if (isEmpty(props.items)) {\n return h(props.tag ?? 'div', slots.empty && slots.empty());\n } else {\n const length = props.items.length;\n const slot = slots.default;\n return (\n slot &&\n h(\n props.tag ?? 'div',\n props.items.map((item, index) =>\n slot({\n item,\n index,\n length,\n isLast: index === length - 1\n })\n )\n )\n );\n }\n}\n"],"sourceRoot":"","file":"BList.js"}

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

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

4
node_modules/buetify/lib/components/layout/list/index.js generated vendored Executable file
View File

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

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/list/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAP,MAAkB,SAAlB;AAEA,SAAS,KAAT;AAEA,eAAe,KAAf","sourcesContent":["import BList from './BList';\n\nexport { BList };\n\nexport default BList;\n"],"sourceRoot":"","file":"index.js"}

View File

@@ -0,0 +1,5 @@
import './media.sass';
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

4
node_modules/buetify/lib/components/layout/media/BMedia.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import "../../../../src/components/layout/media/media.sass";
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('media', 'article');
//# sourceMappingURL=BMedia.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/media/BMedia.ts"],"names":[],"mappings":"AAAA,OAAO,oDAAP;AACA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,OAAD,EAAU,SAAV,CAA3C","sourcesContent":["import './media.sass';\nimport { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('media', 'article');\n"],"sourceRoot":"","file":"BMedia.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('media-content', 'section');
//# sourceMappingURL=BMediaContent.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/media/BMediaContent.ts"],"names":[],"mappings":"AAAA,SAAS,4BAAT,QAA6C,6CAA7C;AAEA,eAAe,4BAA4B,CAAC,eAAD,EAAkB,SAAlB,CAA3C","sourcesContent":["import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('media-content', 'section');\n"],"sourceRoot":"","file":"BMediaContent.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('media-left', 'div');
//# sourceMappingURL=BMediaLeft.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/media/BMediaLeft.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('media-left', 'div');\n"],"sourceRoot":"","file":"BMediaLeft.js"}

View File

@@ -0,0 +1,4 @@
declare const _default: import("vue").FunctionalComponent<{
tag?: string | undefined;
}, {}>;
export default _default;

View File

@@ -0,0 +1,3 @@
import { getSimpleFunctionalComponent } from '../../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('media-right', 'div');
//# sourceMappingURL=BMediaRight.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/media/BMediaRight.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('media-right', 'div');\n"],"sourceRoot":"","file":"BMediaRight.js"}

View File

@@ -0,0 +1,5 @@
import BMedia from './BMedia';
import BMediaContent from './BMediaContent';
import BMediaLeft from './BMediaLeft';
import BMediaRight from './BMediaRight';
export { BMedia, BMediaContent, BMediaLeft, BMediaRight };

6
node_modules/buetify/lib/components/layout/media/index.js generated vendored Executable file
View File

@@ -0,0 +1,6 @@
import BMedia from './BMedia';
import BMediaContent from './BMediaContent';
import BMediaLeft from './BMediaLeft';
import BMediaRight from './BMediaRight';
export { BMedia, BMediaContent, BMediaLeft, BMediaRight };
//# sourceMappingURL=index.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../../src/components/layout/media/index.ts"],"names":[],"mappings":"AAAA,OAAO,MAAP,MAAmB,UAAnB;AACA,OAAO,aAAP,MAA0B,iBAA1B;AACA,OAAO,UAAP,MAAuB,cAAvB;AACA,OAAO,WAAP,MAAwB,eAAxB;AAEA,SAAS,MAAT,EAAiB,aAAjB,EAAgC,UAAhC,EAA4C,WAA5C","sourcesContent":["import BMedia from './BMedia';\nimport BMediaContent from './BMediaContent';\nimport BMediaLeft from './BMediaLeft';\nimport BMediaRight from './BMediaRight';\n\nexport { BMedia, BMediaContent, BMediaLeft, BMediaRight };\n"],"sourceRoot":"","file":"index.js"}