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

5
node_modules/buetify/lib/components/title/BSubtitle.d.ts generated vendored Executable file
View File

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

4
node_modules/buetify/lib/components/title/BSubtitle.js generated vendored Executable file
View File

@@ -0,0 +1,4 @@
import "../../../src/components/title/title.sass";
import { getSimpleFunctionalComponent } from '../../utils/getSimpleFunctionalComponent';
export default getSimpleFunctionalComponent('subtitle', 'h2');
//# sourceMappingURL=BSubtitle.js.map

1
node_modules/buetify/lib/components/title/BSubtitle.js.map generated vendored Executable file
View File

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/components/title/BSubtitle.ts"],"names":[],"mappings":"AAAA,OAAO,0CAAP;AACA,SAAS,4BAAT,QAA6C,0CAA7C;AAEA,eAAe,4BAA4B,CAAC,UAAD,EAAa,IAAb,CAA3C","sourcesContent":["import './title.sass';\nimport { getSimpleFunctionalComponent } from '../../utils/getSimpleFunctionalComponent';\n\nexport default getSimpleFunctionalComponent('subtitle', 'h2');\n"],"sourceRoot":"","file":"BSubtitle.js"}

5
node_modules/buetify/lib/components/title/BTitle.d.ts generated vendored Executable file
View File

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

4
node_modules/buetify/lib/components/title/BTitle.js generated vendored Executable file
View File

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

1
node_modules/buetify/lib/components/title/BTitle.js.map generated vendored Executable file
View File

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

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

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

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

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

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

@@ -0,0 +1 @@
{"version":3,"sources":["../../../src/components/title/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAP,MAAsB,aAAtB;AACA,OAAO,MAAP,MAAmB,UAAnB;AAEA,SAAS,SAAT,EAAoB,MAApB","sourcesContent":["import BSubtitle from './BSubtitle';\nimport BTitle from './BTitle';\n\nexport { BSubtitle, BTitle };\n"],"sourceRoot":"","file":"index.js"}