brutx-ui-vue 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{SubmitButton.vue_vue_type_script_setup_true_lang-CZA8P1aB.mjs → SubmitButton.vue_vue_type_script_setup_true_lang-B7MbSPji.mjs} +1 -1
- package/dist/{SubmitButton.vue_vue_type_script_setup_true_lang-BvDNE8RZ.js → SubmitButton.vue_vue_type_script_setup_true_lang-DYFS147r.js} +1 -1
- package/dist/brutx-ui-vue.css +1 -1
- package/dist/components/activity-log-page/ActivityLogPage.vue.d.ts +41 -0
- package/dist/components/activity-log-page/ActivityLogPage.vue.d.ts.map +1 -0
- package/dist/components/activity-log-page/activity-log-page.test.d.ts +2 -0
- package/dist/components/activity-log-page/activity-log-page.test.d.ts.map +1 -0
- package/dist/components/blog-card/BlogCard.vue.d.ts +22 -0
- package/dist/components/blog-card/BlogCard.vue.d.ts.map +1 -0
- package/dist/components/blog-card/blog-card.test.d.ts +2 -0
- package/dist/components/blog-card/blog-card.test.d.ts.map +1 -0
- package/dist/components/blog-list-page/BlogListPage.vue.d.ts +47 -0
- package/dist/components/blog-list-page/BlogListPage.vue.d.ts.map +1 -0
- package/dist/components/blog-list-page/blog-list-page.test.d.ts +2 -0
- package/dist/components/blog-list-page/blog-list-page.test.d.ts.map +1 -0
- package/dist/components/chart-section/ChartSection.vue.d.ts +37 -0
- package/dist/components/chart-section/ChartSection.vue.d.ts.map +1 -0
- package/dist/components/chart-section/chart-section.test.d.ts +2 -0
- package/dist/components/chart-section/chart-section.test.d.ts.map +1 -0
- package/dist/components/cookie-consent/CookieConsent.vue.d.ts +37 -0
- package/dist/components/cookie-consent/CookieConsent.vue.d.ts.map +1 -0
- package/dist/components/cookie-consent/cookie-consent.test.d.ts +2 -0
- package/dist/components/cookie-consent/cookie-consent.test.d.ts.map +1 -0
- package/dist/components/data-table-section/DataTableSection.vue.d.ts +52 -0
- package/dist/components/data-table-section/DataTableSection.vue.d.ts.map +1 -0
- package/dist/components/data-table-section/data-table-section.test.d.ts +2 -0
- package/dist/components/data-table-section/data-table-section.test.d.ts.map +1 -0
- package/dist/components/error-card/ErrorCard.vue.d.ts +35 -0
- package/dist/components/error-card/ErrorCard.vue.d.ts.map +1 -0
- package/dist/components/error-card/error-card.test.d.ts +2 -0
- package/dist/components/error-card/error-card.test.d.ts.map +1 -0
- package/dist/components/faq-section/FaqSection.vue.d.ts +39 -0
- package/dist/components/faq-section/FaqSection.vue.d.ts.map +1 -0
- package/dist/components/faq-section/faq-section.test.d.ts +2 -0
- package/dist/components/faq-section/faq-section.test.d.ts.map +1 -0
- package/dist/components/feedback-form/FeedbackForm.vue.d.ts +45 -0
- package/dist/components/feedback-form/FeedbackForm.vue.d.ts.map +1 -0
- package/dist/components/feedback-form/feedback-form.test.d.ts +2 -0
- package/dist/components/feedback-form/feedback-form.test.d.ts.map +1 -0
- package/dist/components/file-card/FileCard.vue.d.ts +18 -0
- package/dist/components/file-card/FileCard.vue.d.ts.map +1 -0
- package/dist/components/file-card/file-card.test.d.ts +2 -0
- package/dist/components/file-card/file-card.test.d.ts.map +1 -0
- package/dist/components/footer-section/FooterSection.vue.d.ts +51 -0
- package/dist/components/footer-section/FooterSection.vue.d.ts.map +1 -0
- package/dist/components/footer-section/footer-section.test.d.ts +2 -0
- package/dist/components/footer-section/footer-section.test.d.ts.map +1 -0
- package/dist/components/gallery-section/GallerySection.vue.d.ts +38 -0
- package/dist/components/gallery-section/GallerySection.vue.d.ts.map +1 -0
- package/dist/components/gallery-section/gallery-section.test.d.ts +2 -0
- package/dist/components/gallery-section/gallery-section.test.d.ts.map +1 -0
- package/dist/components/glitch-text/glitch-text-variants.d.ts.map +1 -1
- package/dist/components/header-section/HeaderSection.vue.d.ts +41 -0
- package/dist/components/header-section/HeaderSection.vue.d.ts.map +1 -0
- package/dist/components/header-section/header-section.test.d.ts +2 -0
- package/dist/components/header-section/header-section.test.d.ts.map +1 -0
- package/dist/components/loading-page/LoadingPage.vue.d.ts +31 -0
- package/dist/components/loading-page/LoadingPage.vue.d.ts.map +1 -0
- package/dist/components/loading-page/loading-page.test.d.ts +2 -0
- package/dist/components/loading-page/loading-page.test.d.ts.map +1 -0
- package/dist/components/not-found-page/NotFoundPage.vue.d.ts +35 -0
- package/dist/components/not-found-page/NotFoundPage.vue.d.ts.map +1 -0
- package/dist/components/not-found-page/not-found-page.test.d.ts +2 -0
- package/dist/components/not-found-page/not-found-page.test.d.ts.map +1 -0
- package/dist/components/overview-page/OverviewPage.vue.d.ts +39 -0
- package/dist/components/overview-page/OverviewPage.vue.d.ts.map +1 -0
- package/dist/components/overview-page/overview-page.test.d.ts +2 -0
- package/dist/components/overview-page/overview-page.test.d.ts.map +1 -0
- package/dist/components/profile-page/ProfilePage.vue.d.ts +45 -0
- package/dist/components/profile-page/ProfilePage.vue.d.ts.map +1 -0
- package/dist/components/profile-page/profile-page.test.d.ts +2 -0
- package/dist/components/profile-page/profile-page.test.d.ts.map +1 -0
- package/dist/components/quick-actions/QuickActions.vue.d.ts +22 -0
- package/dist/components/quick-actions/QuickActions.vue.d.ts.map +1 -0
- package/dist/components/quick-actions/quick-actions.test.d.ts +2 -0
- package/dist/components/quick-actions/quick-actions.test.d.ts.map +1 -0
- package/dist/components/search-widget/SearchWidget.vue.d.ts +38 -0
- package/dist/components/search-widget/SearchWidget.vue.d.ts.map +1 -0
- package/dist/components/search-widget/search-widget.test.d.ts +2 -0
- package/dist/components/search-widget/search-widget.test.d.ts.map +1 -0
- package/dist/components/settings-page/SettingsPage.vue.d.ts +48 -0
- package/dist/components/settings-page/SettingsPage.vue.d.ts.map +1 -0
- package/dist/components/settings-page/settings-page.test.d.ts +2 -0
- package/dist/components/settings-page/settings-page.test.d.ts.map +1 -0
- package/dist/components/stepper/stepper-variants.d.ts +1 -1
- package/dist/components/stepper-section/StepperSection.vue.d.ts +40 -0
- package/dist/components/stepper-section/StepperSection.vue.d.ts.map +1 -0
- package/dist/components/stepper-section/stepper-section.test.d.ts +2 -0
- package/dist/components/stepper-section/stepper-section.test.d.ts.map +1 -0
- package/dist/components/success-card/SuccessCard.vue.d.ts +33 -0
- package/dist/components/success-card/SuccessCard.vue.d.ts.map +1 -0
- package/dist/components/success-card/success-card.test.d.ts +2 -0
- package/dist/components/success-card/success-card.test.d.ts.map +1 -0
- package/dist/components/tabs-nav/TabsNav.vue.d.ts +33 -0
- package/dist/components/tabs-nav/TabsNav.vue.d.ts.map +1 -0
- package/dist/components/tabs-nav/tabs-nav.test.d.ts +2 -0
- package/dist/components/tabs-nav/tabs-nav.test.d.ts.map +1 -0
- package/dist/components/testimonial-card/TestimonialCard.vue.d.ts +14 -0
- package/dist/components/testimonial-card/TestimonialCard.vue.d.ts.map +1 -0
- package/dist/components/testimonial-card/testimonial-card.test.d.ts +2 -0
- package/dist/components/testimonial-card/testimonial-card.test.d.ts.map +1 -0
- package/dist/components/upload-card/UploadCard.vue.d.ts +45 -0
- package/dist/components/upload-card/UploadCard.vue.d.ts.map +1 -0
- package/dist/components/upload-card/upload-card.test.d.ts +2 -0
- package/dist/components/upload-card/upload-card.test.d.ts.map +1 -0
- package/dist/index.d.ts +40 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +115 -35
- package/dist/index.mjs +7016 -4557
- package/dist/locales/en.d.ts.map +1 -1
- package/dist/locales/index.d.ts +1 -1
- package/dist/locales/index.d.ts.map +1 -1
- package/dist/locales/types.d.ts +141 -0
- package/dist/locales/types.d.ts.map +1 -1
- package/dist/locales/zh-CN.d.ts.map +1 -1
- package/dist/locales.js +1 -1
- package/dist/locales.mjs +127 -10
- package/dist/submit-button.js +1 -1
- package/dist/submit-button.mjs +1 -1
- package/dist/zh-CN-DxMYdFul.mjs +225 -0
- package/dist/zh-CN-uiv7X_6e.js +1 -0
- package/package.json +1 -1
- package/dist/zh-CN-CVf01GDj.js +0 -1
- package/dist/zh-CN-vvvB_MpI.mjs +0 -108
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { h as m, inject as z, computed as f, unref as N, provide as O, defineComponent as A, createElementBlock as y, openBlock as g, normalizeClass as $, createBlock as S, createCommentVNode as T, renderSlot as P, Fragment as E, createTextVNode as I, toDisplayString as K } from "vue";
|
|
2
2
|
import { a as U, c as D } from "./utils-qaFjX9_3.mjs";
|
|
3
|
-
import { z as w } from "./zh-CN-
|
|
3
|
+
import { z as w } from "./zh-CN-DxMYdFul.mjs";
|
|
4
4
|
/**
|
|
5
5
|
* @license lucide-vue-next v0.510.0 - ISC
|
|
6
6
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const n=require("vue"),N=require("./utils-DSKoFOjv.js"),y=require("./zh-CN-
|
|
1
|
+
"use strict";const n=require("vue"),N=require("./utils-DSKoFOjv.js"),y=require("./zh-CN-uiv7X_6e.js");/**
|
|
2
2
|
* @license lucide-vue-next v0.510.0 - ISC
|
|
3
3
|
*
|
|
4
4
|
* This source code is licensed under the ISC license.
|
package/dist/brutx-ui-vue.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
.glitch-text[data-v-aeb97c2b]:before,.glitch-text[data-v-aeb97c2b]:after{display:none;content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;clip-path:inset(0 0 0 0)}.glitch-text.is-glitching[data-v-aeb97c2b]:before,.glitch-text.is-glitching[data-v-aeb97c2b]:after{display:block}.glitch-text.is-glitching[data-v-aeb97c2b]:before{left:2px;text-shadow:-2px 0 var(--brutal-destructive, #EF476F);animation:glitch-anim-1-aeb97c2b var(--glitch-duration, .3s) infinite linear alternate-reverse}.glitch-text.is-glitching[data-v-aeb97c2b]:after{left:-2px;text-shadow:-2px 0 var(--brutal-info, #4A90D9);animation:glitch-anim-2-aeb97c2b var(--glitch-duration, .3s) infinite linear alternate-reverse}@keyframes glitch-anim-1-aeb97c2b{0%{clip-path:inset(20% 0 70% 0);transform:skew(-5deg)}20%{clip-path:inset(60% 0 10% 0);transform:skew(5deg)}40%{clip-path:inset(40% 0 50% 0);transform:skew(-2deg)}60%{clip-path:inset(80% 0 5% 0);transform:skew(3deg)}80%{clip-path:inset(10% 0 85% 0);transform:skew(-4deg)}to{clip-path:inset(50% 0 35% 0);transform:skew(1deg)}}@keyframes glitch-anim-2-aeb97c2b{0%{clip-path:inset(10% 0 85% 0);transform:skew(4deg)}25%{clip-path:inset(40% 0 45% 0);transform:skew(-3deg)}50%{clip-path:inset(70% 0 15% 0);transform:skew(5deg)}75%{clip-path:inset(25% 0 60% 0);transform:skew(-2deg)}to{clip-path:inset(90% 0 2% 0);transform:skew(3deg)}}@media(prefers-reduced-motion:reduce){.glitch-text[data-v-aeb97c2b]:before,.glitch-text[data-v-aeb97c2b]:after,.glitch-text.is-glitching[data-v-aeb97c2b]:before,.glitch-text.is-glitching[data-v-aeb97c2b]:after{display:none!important;animation:none!important}}.tree-expand-enter-active[data-v-0c30ee85],.tree-expand-leave-active[data-v-0c30ee85]{transition:opacity .15s ease,grid-template-rows .2s ease;overflow:hidden;display:grid;grid-template-rows:1fr}.tree-expand-enter-from[data-v-0c30ee85],.tree-expand-leave-to[data-v-0c30ee85]{opacity:0;grid-template-rows:0fr}@keyframes input-shake-7eeb0be8{0%,to{transform:translate(0)}15%,45%,75%{transform:translate(-6px)}30%,60%,90%{transform:translate(6px)}}[data-v-7eeb0be8] .animate-shake{animation:input-shake-7eeb0be8 .35s ease-in-out}@keyframes bounce-short-7eeb0be8{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}[data-v-7eeb0be8] .animate-bounce-short{animation:bounce-short-7eeb0be8 .4s ease-in-out 2}@keyframes fade-in-7eeb0be8{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}[data-v-7eeb0be8] .animate-fade-in{animation:fade-in-7eeb0be8 .2s ease-out forwards}@media(prefers-reduced-motion:reduce){[data-v-7eeb0be8] .animate-shake,[data-v-7eeb0be8] .animate-bounce-short,[data-v-7eeb0be8] .animate-fade-in{animation:none!important;transform:none!important}}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export interface ActivityEntry {
|
|
2
|
+
id: string;
|
|
3
|
+
action: string;
|
|
4
|
+
user: string;
|
|
5
|
+
timestamp: string;
|
|
6
|
+
details?: string;
|
|
7
|
+
type?: 'info' | 'warning' | 'error' | 'success';
|
|
8
|
+
}
|
|
9
|
+
interface ActivityLogPageProps {
|
|
10
|
+
title?: string;
|
|
11
|
+
activities?: ActivityEntry[];
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
header?(_: {}): any;
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
footer?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: HTMLDivElement;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<ActivityLogPageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
"entry-click": (id: string) => any;
|
|
27
|
+
}, string, import('vue').PublicProps, Readonly<ActivityLogPageProps> & Readonly<{
|
|
28
|
+
"onEntry-click"?: ((id: string) => any) | undefined;
|
|
29
|
+
}>, {
|
|
30
|
+
class: string;
|
|
31
|
+
title: string;
|
|
32
|
+
activities: ActivityEntry[];
|
|
33
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
+
export default _default;
|
|
36
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
+
new (): {
|
|
38
|
+
$slots: S;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=ActivityLogPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActivityLogPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/activity-log-page/ActivityLogPage.vue"],"names":[],"mappings":"AAiKA,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAA;CAClD;AAED,UAAU,oBAAoB;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,aAAa,EAAE,CAAA;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA8DD,iBAAS,cAAc;WAwPT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA3VT,MAAM;WAFN,MAAM;gBACD,aAAa,EAAE;wFAqW9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"activity-log-page.test.d.ts","sourceRoot":"","sources":["../../../src/components/activity-log-page/activity-log-page.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
interface BlogCardProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
excerpt?: string;
|
|
4
|
+
author?: string;
|
|
5
|
+
date?: string;
|
|
6
|
+
category?: string;
|
|
7
|
+
class?: string;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: import('vue').DefineComponent<BlogCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
10
|
+
readMore: () => any;
|
|
11
|
+
}, string, import('vue').PublicProps, Readonly<BlogCardProps> & Readonly<{
|
|
12
|
+
onReadMore?: (() => any) | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
class: string;
|
|
15
|
+
title: string;
|
|
16
|
+
date: string;
|
|
17
|
+
author: string;
|
|
18
|
+
excerpt: string;
|
|
19
|
+
category: string;
|
|
20
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
21
|
+
export default _default;
|
|
22
|
+
//# sourceMappingURL=BlogCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlogCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blog-card/BlogCard.vue"],"names":[],"mappings":"AA6FA,UAAU,aAAa;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;;;;;WADW,MAAM;WALN,MAAM;UAGP,MAAM;YADJ,MAAM;aADL,MAAM;cAGL,MAAM;;AAuMrB,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-card.test.d.ts","sourceRoot":"","sources":["../../../src/components/blog-card/blog-card.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export interface BlogPost {
|
|
2
|
+
title: string;
|
|
3
|
+
excerpt: string;
|
|
4
|
+
author: string;
|
|
5
|
+
date: string;
|
|
6
|
+
category: string;
|
|
7
|
+
slug: string;
|
|
8
|
+
}
|
|
9
|
+
interface BlogListPageProps {
|
|
10
|
+
title?: string;
|
|
11
|
+
posts?: BlogPost[];
|
|
12
|
+
categories?: string[];
|
|
13
|
+
pageSize?: number;
|
|
14
|
+
class?: string;
|
|
15
|
+
}
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
header?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
footer?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<BlogListPageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
"post-click": (slug: string) => any;
|
|
29
|
+
"category-filter": (category: string) => any;
|
|
30
|
+
}, string, import('vue').PublicProps, Readonly<BlogListPageProps> & Readonly<{
|
|
31
|
+
"onPost-click"?: ((slug: string) => any) | undefined;
|
|
32
|
+
"onCategory-filter"?: ((category: string) => any) | undefined;
|
|
33
|
+
}>, {
|
|
34
|
+
class: string;
|
|
35
|
+
title: string;
|
|
36
|
+
pageSize: number;
|
|
37
|
+
posts: BlogPost[];
|
|
38
|
+
categories: string[];
|
|
39
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
|
+
export default _default;
|
|
42
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
43
|
+
new (): {
|
|
44
|
+
$slots: S;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
//# sourceMappingURL=BlogListPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BlogListPage.vue.d.ts","sourceRoot":"","sources":["../../../src/components/blog-list-page/BlogListPage.vue"],"names":[],"mappings":"AAkMA,MAAM,WAAW,QAAQ;IACrB,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,MAAM,CAAA;CACf;AAED,UAAU,iBAAiB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA6ED,iBAAS,cAAc;WAmPT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AAgCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WAvWT,MAAM;WAJN,MAAM;cAGH,MAAM;WAFT,QAAQ,EAAE;gBACL,MAAM,EAAE;wFAkXvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blog-list-page.test.d.ts","sourceRoot":"","sources":["../../../src/components/blog-list-page/blog-list-page.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export interface ChartDataPoint {
|
|
2
|
+
label: string;
|
|
3
|
+
value: number;
|
|
4
|
+
}
|
|
5
|
+
interface ChartSectionProps {
|
|
6
|
+
title?: string;
|
|
7
|
+
subtitle?: string;
|
|
8
|
+
chartType?: 'bar' | 'line' | 'pie';
|
|
9
|
+
data?: ChartDataPoint[];
|
|
10
|
+
class?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
14
|
+
slots: {
|
|
15
|
+
header?(_: {}): any;
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
footer?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {};
|
|
20
|
+
rootEl: HTMLDivElement;
|
|
21
|
+
};
|
|
22
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
23
|
+
declare const __VLS_component: import('vue').DefineComponent<ChartSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ChartSectionProps> & Readonly<{}>, {
|
|
24
|
+
class: string;
|
|
25
|
+
data: ChartDataPoint[];
|
|
26
|
+
title: string;
|
|
27
|
+
subtitle: string;
|
|
28
|
+
chartType: "bar" | "line" | "pie";
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=ChartSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChartSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/chart-section/ChartSection.vue"],"names":[],"mappings":"AAsHA,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CAChB;AAED,UAAU,iBAAiB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,KAAK,GAAG,MAAM,GAAG,KAAK,CAAA;IAClC,IAAI,CAAC,EAAE,cAAc,EAAE,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA6BD,iBAAS,cAAc;WAwOT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAlST,MAAM;UADP,cAAc,EAAE;WAHf,MAAM;cACH,MAAM;eACL,KAAK,GAAG,MAAM,GAAG,KAAK;wFA4SpC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chart-section.test.d.ts","sourceRoot":"","sources":["../../../src/components/chart-section/chart-section.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
interface CookieConsentProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
acceptText?: string;
|
|
5
|
+
declineText?: string;
|
|
6
|
+
class?: string;
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
actions?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: HTMLDivElement;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<CookieConsentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
|
+
accept: () => any;
|
|
19
|
+
decline: () => any;
|
|
20
|
+
}, string, import('vue').PublicProps, Readonly<CookieConsentProps> & Readonly<{
|
|
21
|
+
onAccept?: (() => any) | undefined;
|
|
22
|
+
onDecline?: (() => any) | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
class: string;
|
|
25
|
+
title: string;
|
|
26
|
+
description: string;
|
|
27
|
+
acceptText: string;
|
|
28
|
+
declineText: string;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
30
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
//# sourceMappingURL=CookieConsent.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CookieConsent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/cookie-consent/CookieConsent.vue"],"names":[],"mappings":"AA0FA,UAAU,kBAAkB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA+CD,iBAAS,cAAc;WAuHT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WAlMT,MAAM;WAJN,MAAM;iBACA,MAAM;gBACP,MAAM;iBACL,MAAM;wFA4MtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cookie-consent.test.d.ts","sourceRoot":"","sources":["../../../src/components/cookie-consent/cookie-consent.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export interface ColumnDef {
|
|
2
|
+
key: string;
|
|
3
|
+
label: string;
|
|
4
|
+
sortable?: boolean;
|
|
5
|
+
}
|
|
6
|
+
interface DataTableSectionProps {
|
|
7
|
+
title?: string;
|
|
8
|
+
columns?: ColumnDef[];
|
|
9
|
+
rows?: Record<string, unknown>[];
|
|
10
|
+
searchable?: boolean;
|
|
11
|
+
pageSize?: number;
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function __VLS_template(): {
|
|
15
|
+
attrs: Partial<{}>;
|
|
16
|
+
slots: {
|
|
17
|
+
header?(_: {}): any;
|
|
18
|
+
default?(_: {}): any;
|
|
19
|
+
footer?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
refs: {};
|
|
22
|
+
rootEl: HTMLDivElement;
|
|
23
|
+
};
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import('vue').DefineComponent<DataTableSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
26
|
+
sort: (payload: {
|
|
27
|
+
key: string;
|
|
28
|
+
direction: "asc" | "desc";
|
|
29
|
+
}) => any;
|
|
30
|
+
"row-click": (row: Record<string, unknown>) => any;
|
|
31
|
+
}, string, import('vue').PublicProps, Readonly<DataTableSectionProps> & Readonly<{
|
|
32
|
+
onSort?: ((payload: {
|
|
33
|
+
key: string;
|
|
34
|
+
direction: "asc" | "desc";
|
|
35
|
+
}) => any) | undefined;
|
|
36
|
+
"onRow-click"?: ((row: Record<string, unknown>) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
class: string;
|
|
39
|
+
title: string;
|
|
40
|
+
rows: Record<string, unknown>[];
|
|
41
|
+
columns: ColumnDef[];
|
|
42
|
+
searchable: boolean;
|
|
43
|
+
pageSize: number;
|
|
44
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
45
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=DataTableSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTableSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/data-table-section/DataTableSection.vue"],"names":[],"mappings":"AA0MA,MAAM,WAAW,SAAS;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,UAAU,qBAAqB;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,SAAS,EAAE,CAAA;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAA;IAChC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAmGD,iBAAS,cAAc;WAoOT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;aA3VQ,MAAM;mBAAa,KAAK,GAAG,MAAM;;;;;aAAjC,MAAM;mBAAa,KAAK,GAAG,MAAM;;;;WAjBlD,MAAM;WALN,MAAM;UAEP,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE;aADtB,SAAS,EAAE;gBAER,OAAO;cACT,MAAM;wFAsXnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-table-section.test.d.ts","sourceRoot":"","sources":["../../../src/components/data-table-section/data-table-section.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
interface ErrorCardProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
retryText?: string;
|
|
5
|
+
class?: string;
|
|
6
|
+
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
actions?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<ErrorCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
|
+
retry: () => any;
|
|
18
|
+
dismiss: () => any;
|
|
19
|
+
}, string, import('vue').PublicProps, Readonly<ErrorCardProps> & Readonly<{
|
|
20
|
+
onRetry?: (() => any) | undefined;
|
|
21
|
+
onDismiss?: (() => any) | undefined;
|
|
22
|
+
}>, {
|
|
23
|
+
class: string;
|
|
24
|
+
title: string;
|
|
25
|
+
description: string;
|
|
26
|
+
retryText: string;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
|
+
export default _default;
|
|
30
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
+
new (): {
|
|
32
|
+
$slots: S;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=ErrorCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/error-card/ErrorCard.vue"],"names":[],"mappings":"AA2EA,UAAU,cAAc;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAgCD,iBAAS,cAAc;WAyJT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WAzNT,MAAM;WAHN,MAAM;iBACA,MAAM;eACR,MAAM;wFAmOpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error-card.test.d.ts","sourceRoot":"","sources":["../../../src/components/error-card/error-card.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export interface FaqItem {
|
|
2
|
+
question: string;
|
|
3
|
+
answer: string;
|
|
4
|
+
}
|
|
5
|
+
interface FaqSectionProps {
|
|
6
|
+
title?: string;
|
|
7
|
+
subtitle?: string;
|
|
8
|
+
items?: FaqItem[];
|
|
9
|
+
class?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function __VLS_template(): {
|
|
12
|
+
attrs: Partial<{}>;
|
|
13
|
+
slots: {
|
|
14
|
+
header?(_: {}): any;
|
|
15
|
+
default?(_: {}): any;
|
|
16
|
+
footer?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<FaqSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
23
|
+
"item-click": (index: number) => any;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<FaqSectionProps> & Readonly<{
|
|
25
|
+
"onItem-click"?: ((index: number) => any) | undefined;
|
|
26
|
+
}>, {
|
|
27
|
+
class: string;
|
|
28
|
+
title: string;
|
|
29
|
+
subtitle: string;
|
|
30
|
+
items: FaqItem[];
|
|
31
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
32
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
33
|
+
export default _default;
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
//# sourceMappingURL=FaqSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FaqSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/faq-section/FaqSection.vue"],"names":[],"mappings":"AAkGA,MAAM,WAAW,OAAO;IACpB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;CACjB;AAED,UAAU,eAAe;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AA8BD,iBAAS,cAAc;WA4IT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WArMT,MAAM;WAHN,MAAM;cACH,MAAM;WACT,OAAO,EAAE;wFA+MnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"faq-section.test.d.ts","sourceRoot":"","sources":["../../../src/components/faq-section/faq-section.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
interface FeedbackFormProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
description?: string;
|
|
4
|
+
submitText?: string;
|
|
5
|
+
class?: string;
|
|
6
|
+
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
header?(_: {}): any;
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
footer?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: HTMLDivElement;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<FeedbackFormProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
+
submit: (payload: {
|
|
20
|
+
name: string;
|
|
21
|
+
email: string;
|
|
22
|
+
subject: string;
|
|
23
|
+
message: string;
|
|
24
|
+
}) => any;
|
|
25
|
+
}, string, import('vue').PublicProps, Readonly<FeedbackFormProps> & Readonly<{
|
|
26
|
+
onSubmit?: ((payload: {
|
|
27
|
+
name: string;
|
|
28
|
+
email: string;
|
|
29
|
+
subject: string;
|
|
30
|
+
message: string;
|
|
31
|
+
}) => any) | undefined;
|
|
32
|
+
}>, {
|
|
33
|
+
class: string;
|
|
34
|
+
title: string;
|
|
35
|
+
description: string;
|
|
36
|
+
submitText: string;
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
38
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
|
+
export default _default;
|
|
40
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
+
new (): {
|
|
42
|
+
$slots: S;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=FeedbackForm.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FeedbackForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/feedback-form/FeedbackForm.vue"],"names":[],"mappings":"AAuIA,UAAU,iBAAiB;IACvB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAiDD,iBAAS,cAAc;WAuMT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AAgCD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;cAnRS,MAAM;eAAS,MAAM;iBAAW,MAAM;iBAAW,MAAM;;;;cAAvD,MAAM;eAAS,MAAM;iBAAW,MAAM;iBAAW,MAAM;;;WAZzE,MAAM;WAHN,MAAM;iBACA,MAAM;gBACP,MAAM;wFAySrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feedback-form.test.d.ts","sourceRoot":"","sources":["../../../src/components/feedback-form/feedback-form.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface FileCardProps {
|
|
2
|
+
fileName?: string;
|
|
3
|
+
fileSize?: string;
|
|
4
|
+
fileType?: string;
|
|
5
|
+
class?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<FileCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
download: () => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<FileCardProps> & Readonly<{
|
|
10
|
+
onDownload?: (() => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
class: string;
|
|
13
|
+
fileName: string;
|
|
14
|
+
fileSize: string;
|
|
15
|
+
fileType: string;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
17
|
+
export default _default;
|
|
18
|
+
//# sourceMappingURL=FileCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/file-card/FileCard.vue"],"names":[],"mappings":"AA2EA,UAAU,aAAa;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;;;;;;WADW,MAAM;cAHH,MAAM;cACN,MAAM;cACN,MAAM;;AAoLrB,wBASG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-card.test.d.ts","sourceRoot":"","sources":["../../../src/components/file-card/file-card.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export interface FooterLink {
|
|
2
|
+
label: string;
|
|
3
|
+
href?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface FooterLinkGroup {
|
|
6
|
+
title: string;
|
|
7
|
+
links: FooterLink[];
|
|
8
|
+
}
|
|
9
|
+
interface FooterSectionProps {
|
|
10
|
+
logoText?: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
linkGroups?: FooterLinkGroup[];
|
|
13
|
+
copyright?: string;
|
|
14
|
+
class?: string;
|
|
15
|
+
}
|
|
16
|
+
declare function __VLS_template(): {
|
|
17
|
+
attrs: Partial<{}>;
|
|
18
|
+
slots: {
|
|
19
|
+
header?(_: {}): any;
|
|
20
|
+
default?(_: {}): any;
|
|
21
|
+
footer?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLElement;
|
|
25
|
+
};
|
|
26
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
27
|
+
declare const __VLS_component: import('vue').DefineComponent<FooterSectionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
"link-click": (payload: {
|
|
29
|
+
groupIndex: number;
|
|
30
|
+
linkIndex: number;
|
|
31
|
+
}) => any;
|
|
32
|
+
}, string, import('vue').PublicProps, Readonly<FooterSectionProps> & Readonly<{
|
|
33
|
+
"onLink-click"?: ((payload: {
|
|
34
|
+
groupIndex: number;
|
|
35
|
+
linkIndex: number;
|
|
36
|
+
}) => any) | undefined;
|
|
37
|
+
}>, {
|
|
38
|
+
class: string;
|
|
39
|
+
description: string;
|
|
40
|
+
logoText: string;
|
|
41
|
+
linkGroups: FooterLinkGroup[];
|
|
42
|
+
copyright: string;
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
44
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
45
|
+
export default _default;
|
|
46
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
//# sourceMappingURL=FooterSection.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/footer-section/FooterSection.vue"],"names":[],"mappings":"AA4GA,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,MAAM,WAAW,eAAe;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,UAAU,EAAE,CAAA;CACtB;AAED,UAAU,kBAAkB;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,eAAe,EAAE,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACjB;AAuCD,iBAAS,cAAc;WA4GT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACH,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;oBA9JqB,MAAM;mBAAa,MAAM;;;;oBAAzB,MAAM;mBAAa,MAAM;;;WAbvD,MAAM;iBAHA,MAAM;cADT,MAAM;gBAEJ,eAAe,EAAE;eAClB,MAAM;qFAqLpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"footer-section.test.d.ts","sourceRoot":"","sources":["../../../src/components/footer-section/footer-section.test.ts"],"names":[],"mappings":""}
|