@aziontech/webkit 1.5.4 → 1.7.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/package.json +36 -1
- package/src/components/empty-results-block/empty-results-block.vue +115 -0
- package/src/components/empty-results-block/empty-results-block.vue.d.ts +112 -0
- package/src/components/empty-results-block/empty-results-block.vue.d.ts.map +1 -0
- package/src/components/empty-results-block/package.json +9 -0
- package/src/components/resizable-splitter/package.json +9 -0
- package/src/components/resizable-splitter/resizable-splitter.vue +282 -0
- package/src/components/resizable-splitter/resizable-splitter.vue.d.ts +78 -0
- package/src/components/resizable-splitter/resizable-splitter.vue.d.ts.map +1 -0
- package/src/components/testimonials-carousel/package.json +11 -0
- package/src/components/testimonials-carousel/testimonials-carousel.vue +78 -0
- package/src/components/testimonials-carousel/testimonials-carousel.vue.d.ts +71 -0
- package/src/components/testimonials-carousel/testimonials-carousel.vue.d.ts.map +1 -0
- package/src/core/form/field-group-switch/field-group-switch.vue.d.ts +1 -1
- package/src/core/form/field-radio-block/field-radio-block.vue.d.ts +1 -1
- package/src/core/form/field-switch-block/field-switch-block.vue.d.ts +1 -1
- package/src/core/form/field-text-icon/field-text-icon.vue.d.ts +1 -1
- package/src/core/primevue/accordion/accordion.vue +35 -0
- package/src/core/primevue/accordion/accordion.vue.d.ts +49 -0
- package/src/core/primevue/accordion/accordion.vue.d.ts.map +1 -0
- package/src/core/primevue/accordion/package.json +8 -0
- package/src/core/primevue/accordion-tab/accordion-tab.vue +30 -0
- package/src/core/primevue/accordion-tab/accordion-tab.vue.d.ts +41 -0
- package/src/core/primevue/accordion-tab/accordion-tab.vue.d.ts.map +1 -0
- package/src/core/primevue/accordion-tab/package.json +8 -0
- package/src/core/primevue/avatar/avatar.vue +47 -0
- package/src/core/primevue/avatar/avatar.vue.d.ts +72 -0
- package/src/core/primevue/avatar/avatar.vue.d.ts.map +1 -0
- package/src/core/primevue/avatar/package.json +1 -0
- package/src/core/primevue/badge/badge.vue +35 -0
- package/src/core/primevue/badge/badge.vue.d.ts +47 -0
- package/src/core/primevue/badge/badge.vue.d.ts.map +1 -0
- package/src/core/primevue/badge/package.json +8 -0
- package/src/core/primevue/breadcrumb/breadcrumb.vue +32 -0
- package/src/core/primevue/breadcrumb/breadcrumb.vue.d.ts +43 -0
- package/src/core/primevue/breadcrumb/breadcrumb.vue.d.ts.map +1 -0
- package/src/core/primevue/breadcrumb/package.json +1 -0
- package/src/core/primevue/button/button.vue +98 -0
- package/src/core/primevue/button/button.vue.d.ts +159 -0
- package/src/core/primevue/button/button.vue.d.ts.map +1 -0
- package/src/core/primevue/button/package.json +8 -0
- package/src/core/primevue/card/card.vue +32 -0
- package/src/core/primevue/card/card.vue.d.ts +31 -0
- package/src/core/primevue/card/card.vue.d.ts.map +1 -0
- package/src/core/primevue/card/package.json +1 -0
- package/src/core/primevue/carousel/carousel.vue +111 -0
- package/src/core/primevue/carousel/carousel.vue.d.ts +170 -0
- package/src/core/primevue/carousel/carousel.vue.d.ts.map +1 -0
- package/src/core/primevue/carousel/package.json +1 -0
- package/src/core/primevue/chip/chip.vue +45 -0
- package/src/core/primevue/chip/chip.vue.d.ts +63 -0
- package/src/core/primevue/chip/chip.vue.d.ts.map +1 -0
- package/src/core/primevue/chip/package.json +1 -0
- package/src/core/primevue/column/column.vue +75 -0
- package/src/core/primevue/column/column.vue.d.ts +138 -0
- package/src/core/primevue/column/column.vue.d.ts.map +1 -0
- package/src/core/primevue/column/package.json +1 -0
- package/src/core/primevue/datatable/datatable.vue +167 -0
- package/src/core/primevue/datatable/datatable.vue.d.ts +311 -0
- package/src/core/primevue/datatable/datatable.vue.d.ts.map +1 -0
- package/src/core/primevue/datatable/package.json +1 -0
- package/src/core/primevue/dialog/dialog.vue +86 -0
- package/src/core/primevue/dialog/dialog.vue.d.ts +124 -0
- package/src/core/primevue/dialog/dialog.vue.d.ts.map +1 -0
- package/src/core/primevue/dialog/package.json +1 -0
- package/src/core/primevue/divider/divider.vue +40 -0
- package/src/core/primevue/divider/divider.vue.d.ts +56 -0
- package/src/core/primevue/divider/divider.vue.d.ts.map +1 -0
- package/src/core/primevue/divider/package.json +1 -0
- package/src/core/primevue/inline-message/inline-message.vue +31 -0
- package/src/core/primevue/inline-message/inline-message.vue.d.ts +43 -0
- package/src/core/primevue/inline-message/inline-message.vue.d.ts.map +1 -0
- package/src/core/primevue/inline-message/package.json +8 -0
- package/src/core/primevue/menu/menu.vue +45 -0
- package/src/core/primevue/menu/menu.vue.d.ts +57 -0
- package/src/core/primevue/menu/menu.vue.d.ts.map +1 -0
- package/src/core/primevue/menu/package.json +1 -0
- package/src/core/primevue/message/message.vue +49 -0
- package/src/core/primevue/message/message.vue.d.ts +74 -0
- package/src/core/primevue/message/message.vue.d.ts.map +1 -0
- package/src/core/primevue/message/package.json +8 -0
- package/src/core/primevue/overlaypanel/overlaypanel.vue +36 -0
- package/src/core/primevue/overlaypanel/overlaypanel.vue.d.ts +47 -0
- package/src/core/primevue/overlaypanel/overlaypanel.vue.d.ts.map +1 -0
- package/src/core/primevue/overlaypanel/package.json +1 -0
- package/src/core/primevue/paginator/package.json +1 -0
- package/src/core/primevue/paginator/paginator.vue +65 -0
- package/src/core/primevue/paginator/paginator.vue.d.ts +96 -0
- package/src/core/primevue/paginator/paginator.vue.d.ts.map +1 -0
- package/src/core/primevue/progressbar/package.json +1 -0
- package/src/core/primevue/progressbar/progressbar.vue +34 -0
- package/src/core/primevue/progressbar/progressbar.vue.d.ts +45 -0
- package/src/core/primevue/progressbar/progressbar.vue.d.ts.map +1 -0
- package/src/core/primevue/progressspinner/package.json +1 -0
- package/src/core/primevue/progressspinner/progressspinner.vue +33 -0
- package/src/core/primevue/progressspinner/progressspinner.vue.d.ts +43 -0
- package/src/core/primevue/progressspinner/progressspinner.vue.d.ts.map +1 -0
- package/src/core/primevue/sidebar/package.json +1 -0
- package/src/core/primevue/sidebar/sidebar.vue +69 -0
- package/src/core/primevue/sidebar/sidebar.vue.d.ts +100 -0
- package/src/core/primevue/sidebar/sidebar.vue.d.ts.map +1 -0
- package/src/core/primevue/skeleton/package.json +1 -0
- package/src/core/primevue/skeleton/skeleton.vue +51 -0
- package/src/core/primevue/skeleton/skeleton.vue.d.ts +76 -0
- package/src/core/primevue/skeleton/skeleton.vue.d.ts.map +1 -0
- package/src/core/primevue/splitbutton/package.json +1 -0
- package/src/core/primevue/splitbutton/splitbutton.vue +77 -0
- package/src/core/primevue/splitbutton/splitbutton.vue.d.ts +121 -0
- package/src/core/primevue/splitbutton/splitbutton.vue.d.ts.map +1 -0
- package/src/core/primevue/steps/package.json +1 -0
- package/src/core/primevue/steps/steps.vue +40 -0
- package/src/core/primevue/steps/steps.vue.d.ts +57 -0
- package/src/core/primevue/steps/steps.vue.d.ts.map +1 -0
- package/src/core/primevue/tabmenu/package.json +1 -0
- package/src/core/primevue/tabmenu/tabmenu.vue +40 -0
- package/src/core/primevue/tabmenu/tabmenu.vue.d.ts +57 -0
- package/src/core/primevue/tabmenu/tabmenu.vue.d.ts.map +1 -0
- package/src/core/primevue/tabpanel/package.json +1 -0
- package/src/core/primevue/tabpanel/tabpanel.vue +35 -0
- package/src/core/primevue/tabpanel/tabpanel.vue.d.ts +43 -0
- package/src/core/primevue/tabpanel/tabpanel.vue.d.ts.map +1 -0
- package/src/core/primevue/tabview/package.json +1 -0
- package/src/core/primevue/tabview/tabview.vue +41 -0
- package/src/core/primevue/tabview/tabview.vue.d.ts +56 -0
- package/src/core/primevue/tabview/tabview.vue.d.ts.map +1 -0
- package/src/core/primevue/tag/package.json +8 -0
- package/src/core/primevue/tag/tag.vue +43 -0
- package/src/core/primevue/tag/tag.vue.d.ts +61 -0
- package/src/core/primevue/tag/tag.vue.d.ts.map +1 -0
- package/src/core/primevue/timeline/package.json +1 -0
- package/src/core/primevue/timeline/timeline.vue +48 -0
- package/src/core/primevue/timeline/timeline.vue.d.ts +72 -0
- package/src/core/primevue/timeline/timeline.vue.d.ts.map +1 -0
- package/src/core/primevue/toast/package.json +1 -0
- package/src/core/primevue/toast/toast.vue +38 -0
- package/src/core/primevue/toast/toast.vue.d.ts +54 -0
- package/src/core/primevue/toast/toast.vue.d.ts.map +1 -0
- package/src/core/primevue/toolbar/package.json +1 -0
- package/src/core/primevue/toolbar/toolbar.vue +26 -0
- package/src/core/primevue/toolbar/toolbar.vue.d.ts +27 -0
- package/src/core/primevue/toolbar/toolbar.vue.d.ts.map +1 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Carousel from 'primevue/carousel'
|
|
3
|
+
import { computed } from 'vue'
|
|
4
|
+
|
|
5
|
+
const AUTOPLAY_INTERVAL_MS = 10000
|
|
6
|
+
|
|
7
|
+
const props = defineProps({
|
|
8
|
+
testimonials: {
|
|
9
|
+
type: Array,
|
|
10
|
+
required: true,
|
|
11
|
+
validator: (value) => value.length > 0
|
|
12
|
+
},
|
|
13
|
+
subtitle: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: 'Trusted by market leaders across banking, e-commerce, tech, and other industries.'
|
|
16
|
+
},
|
|
17
|
+
autoplayInterval: {
|
|
18
|
+
type: Number,
|
|
19
|
+
default: AUTOPLAY_INTERVAL_MS
|
|
20
|
+
},
|
|
21
|
+
circular: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: false
|
|
24
|
+
},
|
|
25
|
+
showNavigators: {
|
|
26
|
+
type: Boolean,
|
|
27
|
+
default: false
|
|
28
|
+
},
|
|
29
|
+
showIndicators: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
default: false
|
|
32
|
+
},
|
|
33
|
+
quoted: {
|
|
34
|
+
type: Boolean,
|
|
35
|
+
default: true
|
|
36
|
+
}
|
|
37
|
+
})
|
|
38
|
+
|
|
39
|
+
const carouselOptions = computed(() => ({
|
|
40
|
+
numVisible: 1,
|
|
41
|
+
circular: props.circular,
|
|
42
|
+
showNavigators: props.showNavigators,
|
|
43
|
+
showIndicators: props.showIndicators,
|
|
44
|
+
autoplayInterval: props.autoplayInterval
|
|
45
|
+
}))
|
|
46
|
+
</script>
|
|
47
|
+
|
|
48
|
+
<template>
|
|
49
|
+
<div class="flex flex-col gap-16 md:max-w-[672px]">
|
|
50
|
+
<p class="text-color-secondary text-center">
|
|
51
|
+
{{ subtitle }}
|
|
52
|
+
</p>
|
|
53
|
+
|
|
54
|
+
<Carousel
|
|
55
|
+
:value="testimonials"
|
|
56
|
+
v-bind="carouselOptions"
|
|
57
|
+
>
|
|
58
|
+
<template #item="{ data }">
|
|
59
|
+
<div class="flex flex-col gap-2">
|
|
60
|
+
<div class="text-xl md:text-3xl font-medium text-center">
|
|
61
|
+
<q v-if="quoted">{{ data.testimonial }}</q>
|
|
62
|
+
<span v-else>{{ data.testimonial }}</span>
|
|
63
|
+
</div>
|
|
64
|
+
<p class="text-color-secondary text-center">
|
|
65
|
+
{{ data.name }}, {{ data.position }}
|
|
66
|
+
</p>
|
|
67
|
+
</div>
|
|
68
|
+
|
|
69
|
+
<div
|
|
70
|
+
v-if="data.logo"
|
|
71
|
+
class="flex justify-center mt-16"
|
|
72
|
+
>
|
|
73
|
+
<component :is="data.logo" />
|
|
74
|
+
</div>
|
|
75
|
+
</template>
|
|
76
|
+
</Carousel>
|
|
77
|
+
</div>
|
|
78
|
+
</template>
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
testimonials: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
required: true;
|
|
7
|
+
validator: (value: unknown) => boolean;
|
|
8
|
+
};
|
|
9
|
+
subtitle: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
autoplayInterval: {
|
|
14
|
+
type: NumberConstructor;
|
|
15
|
+
default: number;
|
|
16
|
+
};
|
|
17
|
+
circular: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
showNavigators: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
showIndicators: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
quoted: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
testimonials: {
|
|
35
|
+
type: ArrayConstructor;
|
|
36
|
+
required: true;
|
|
37
|
+
validator: (value: unknown) => boolean;
|
|
38
|
+
};
|
|
39
|
+
subtitle: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
autoplayInterval: {
|
|
44
|
+
type: NumberConstructor;
|
|
45
|
+
default: number;
|
|
46
|
+
};
|
|
47
|
+
circular: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
showNavigators: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
showIndicators: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
quoted: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{}>, {
|
|
64
|
+
subtitle: string;
|
|
65
|
+
autoplayInterval: number;
|
|
66
|
+
circular: boolean;
|
|
67
|
+
showNavigators: boolean;
|
|
68
|
+
showIndicators: boolean;
|
|
69
|
+
quoted: boolean;
|
|
70
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
71
|
+
//# sourceMappingURL=testimonials-carousel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testimonials-carousel.vue.d.ts","sourceRoot":"","sources":["testimonials-carousel.vue"],"names":[],"mappings":"wBAmQqB,OAAO,YAAY;;AAjCxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgCG"}
|
|
@@ -73,8 +73,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
73
73
|
}>> & Readonly<{}>, {
|
|
74
74
|
label: string;
|
|
75
75
|
disabled: boolean;
|
|
76
|
-
inputClass: string;
|
|
77
76
|
auto: boolean;
|
|
77
|
+
inputClass: string;
|
|
78
78
|
isCard: boolean;
|
|
79
79
|
hideSelector: boolean;
|
|
80
80
|
helpText: string;
|
|
@@ -102,8 +102,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
102
102
|
onOnRadioChange?: ((...args: any[]) => any) | undefined;
|
|
103
103
|
}>, {
|
|
104
104
|
disabled: boolean;
|
|
105
|
-
inputValue: string | boolean | Record<string, any>;
|
|
106
105
|
auto: boolean;
|
|
106
|
+
inputValue: string | boolean | Record<string, any>;
|
|
107
107
|
isCard: boolean;
|
|
108
108
|
hideSelector: boolean;
|
|
109
109
|
isLabel: boolean;
|
|
@@ -111,8 +111,8 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
111
111
|
}>, {
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
value: boolean;
|
|
114
|
-
readonly: boolean;
|
|
115
114
|
auto: boolean;
|
|
115
|
+
readonly: boolean;
|
|
116
116
|
isCard: boolean;
|
|
117
117
|
hideSelector: boolean;
|
|
118
118
|
isLabel: boolean;
|
|
@@ -93,8 +93,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
93
93
|
disabled: boolean;
|
|
94
94
|
value: string;
|
|
95
95
|
placeholder: string;
|
|
96
|
-
readonly: boolean;
|
|
97
96
|
required: boolean;
|
|
97
|
+
readonly: boolean;
|
|
98
98
|
iconPosition: string;
|
|
99
99
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
100
100
|
//# sourceMappingURL=field-text-icon.vue.d.ts.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Accordion from 'primevue/accordion'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Accordion' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
activeIndex: {
|
|
8
|
+
type: [Number, Array],
|
|
9
|
+
default: null
|
|
10
|
+
},
|
|
11
|
+
multiple: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
},
|
|
15
|
+
class: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: ''
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
|
|
21
|
+
const emit = defineEmits(['tab-open', 'tab-close', 'update:activeIndex'])
|
|
22
|
+
</script>
|
|
23
|
+
|
|
24
|
+
<template>
|
|
25
|
+
<Accordion
|
|
26
|
+
:activeIndex="props.activeIndex"
|
|
27
|
+
:multiple="props.multiple"
|
|
28
|
+
:class="props.class"
|
|
29
|
+
@tab-open="emit('tab-open', $event)"
|
|
30
|
+
@tab-close="emit('tab-close', $event)"
|
|
31
|
+
@update:activeIndex="emit('update:activeIndex', $event)"
|
|
32
|
+
>
|
|
33
|
+
<slot />
|
|
34
|
+
</Accordion>
|
|
35
|
+
</template>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
activeIndex: {
|
|
9
|
+
type: (ArrayConstructor | NumberConstructor)[];
|
|
10
|
+
default: null;
|
|
11
|
+
};
|
|
12
|
+
multiple: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
class: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
+
"tab-open": (...args: any[]) => void;
|
|
22
|
+
"tab-close": (...args: any[]) => void;
|
|
23
|
+
"update:activeIndex": (...args: any[]) => void;
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
activeIndex: {
|
|
26
|
+
type: (ArrayConstructor | NumberConstructor)[];
|
|
27
|
+
default: null;
|
|
28
|
+
};
|
|
29
|
+
multiple: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
class: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{
|
|
38
|
+
"onTab-open"?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
"onTab-close"?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
"onUpdate:activeIndex"?: ((...args: any[]) => any) | undefined;
|
|
41
|
+
}>, {
|
|
42
|
+
class: string;
|
|
43
|
+
multiple: boolean;
|
|
44
|
+
activeIndex: number | unknown[];
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
+
type __VLS_Slots = {
|
|
47
|
+
default?: ((props: {}) => any) | undefined;
|
|
48
|
+
};
|
|
49
|
+
//# sourceMappingURL=accordion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion.vue.d.ts","sourceRoot":"","sources":["accordion.vue"],"names":[],"mappings":"wBA0JqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAnBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAgBG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import AccordionTab from 'primevue/accordiontab'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'AccordionTab' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
header: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: undefined
|
|
10
|
+
},
|
|
11
|
+
disabled: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
},
|
|
15
|
+
class: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: ''
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<AccordionTab
|
|
24
|
+
:header="props.header"
|
|
25
|
+
:disabled="props.disabled"
|
|
26
|
+
:class="props.class"
|
|
27
|
+
>
|
|
28
|
+
<slot />
|
|
29
|
+
</AccordionTab>
|
|
30
|
+
</template>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
header: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
class: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
header: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
disabled: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
class: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
class: string;
|
|
35
|
+
disabled: boolean;
|
|
36
|
+
header: string;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
type __VLS_Slots = {
|
|
39
|
+
default?: ((props: {}) => any) | undefined;
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=accordion-tab.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"accordion-tab.vue.d.ts","sourceRoot":"","sources":["accordion-tab.vue"],"names":[],"mappings":"wBA8GqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAlBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAeG"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Avatar from 'primevue/avatar'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Avatar' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
label: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: undefined
|
|
10
|
+
},
|
|
11
|
+
icon: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: undefined
|
|
14
|
+
},
|
|
15
|
+
image: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: undefined
|
|
18
|
+
},
|
|
19
|
+
size: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: undefined,
|
|
22
|
+
validator: (val) => ['normal', 'large', 'xlarge'].includes(val)
|
|
23
|
+
},
|
|
24
|
+
shape: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: undefined,
|
|
27
|
+
validator: (val) => ['square', 'circle'].includes(val)
|
|
28
|
+
},
|
|
29
|
+
class: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: ''
|
|
32
|
+
}
|
|
33
|
+
})
|
|
34
|
+
</script>
|
|
35
|
+
|
|
36
|
+
<template>
|
|
37
|
+
<Avatar
|
|
38
|
+
:label="props.label"
|
|
39
|
+
:icon="props.icon"
|
|
40
|
+
:image="props.image"
|
|
41
|
+
:size="props.size"
|
|
42
|
+
:shape="props.shape"
|
|
43
|
+
:class="props.class"
|
|
44
|
+
>
|
|
45
|
+
<slot />
|
|
46
|
+
</Avatar>
|
|
47
|
+
</template>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
label: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
icon: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
image: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: undefined;
|
|
19
|
+
};
|
|
20
|
+
size: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
validator: (val: unknown) => boolean;
|
|
24
|
+
};
|
|
25
|
+
shape: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: undefined;
|
|
28
|
+
validator: (val: unknown) => boolean;
|
|
29
|
+
};
|
|
30
|
+
class: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
label: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
icon: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: undefined;
|
|
42
|
+
};
|
|
43
|
+
image: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: undefined;
|
|
46
|
+
};
|
|
47
|
+
size: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: undefined;
|
|
50
|
+
validator: (val: unknown) => boolean;
|
|
51
|
+
};
|
|
52
|
+
shape: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: undefined;
|
|
55
|
+
validator: (val: unknown) => boolean;
|
|
56
|
+
};
|
|
57
|
+
class: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{}>, {
|
|
62
|
+
label: string;
|
|
63
|
+
class: string;
|
|
64
|
+
icon: string;
|
|
65
|
+
size: string;
|
|
66
|
+
image: string;
|
|
67
|
+
shape: string;
|
|
68
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
type __VLS_Slots = {
|
|
70
|
+
default?: ((props: {}) => any) | undefined;
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=avatar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avatar.vue.d.ts","sourceRoot":"","sources":["avatar.vue"],"names":[],"mappings":"wBAiKqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAhCzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EA6BG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./avatar.vue", "module": "./avatar.vue", "browser": {"./sfc": "./avatar.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Badge from 'primevue/badge'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Badge' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
value: {
|
|
8
|
+
type: [String, Number],
|
|
9
|
+
default: undefined
|
|
10
|
+
},
|
|
11
|
+
severity: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: undefined,
|
|
14
|
+
validator: (val) => ['secondary', 'success', 'info', 'warning', 'danger', 'contrast'].includes(val)
|
|
15
|
+
},
|
|
16
|
+
size: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: undefined,
|
|
19
|
+
validator: (val) => ['large', 'xlarge'].includes(val)
|
|
20
|
+
},
|
|
21
|
+
class: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: ''
|
|
24
|
+
}
|
|
25
|
+
})
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<Badge
|
|
30
|
+
:value="props.value"
|
|
31
|
+
:severity="props.severity"
|
|
32
|
+
:size="props.size"
|
|
33
|
+
:class="props.class"
|
|
34
|
+
/>
|
|
35
|
+
</template>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
value: {
|
|
5
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
6
|
+
default: undefined;
|
|
7
|
+
};
|
|
8
|
+
severity: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
validator: (val: unknown) => boolean;
|
|
12
|
+
};
|
|
13
|
+
size: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: undefined;
|
|
16
|
+
validator: (val: unknown) => boolean;
|
|
17
|
+
};
|
|
18
|
+
class: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
+
value: {
|
|
24
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
25
|
+
default: undefined;
|
|
26
|
+
};
|
|
27
|
+
severity: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: undefined;
|
|
30
|
+
validator: (val: unknown) => boolean;
|
|
31
|
+
};
|
|
32
|
+
size: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: undefined;
|
|
35
|
+
validator: (val: unknown) => boolean;
|
|
36
|
+
};
|
|
37
|
+
class: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
42
|
+
class: string;
|
|
43
|
+
size: string;
|
|
44
|
+
severity: string;
|
|
45
|
+
value: string | number;
|
|
46
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
47
|
+
//# sourceMappingURL=badge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"badge.vue.d.ts","sourceRoot":"","sources":["badge.vue"],"names":[],"mappings":"wBAyHqB,OAAO,YAAY;;AAtBxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqBG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Breadcrumb from 'primevue/breadcrumb'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Breadcrumb' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
model: {
|
|
8
|
+
type: Array,
|
|
9
|
+
default: () => []
|
|
10
|
+
},
|
|
11
|
+
home: {
|
|
12
|
+
type: Object,
|
|
13
|
+
default: undefined
|
|
14
|
+
},
|
|
15
|
+
class: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: ''
|
|
18
|
+
}
|
|
19
|
+
})
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<Breadcrumb
|
|
24
|
+
:model="props.model"
|
|
25
|
+
:home="props.home"
|
|
26
|
+
:class="props.class"
|
|
27
|
+
>
|
|
28
|
+
<template v-if="$slots.item" #item="slotProps">
|
|
29
|
+
<slot name="item" :item="slotProps.item" />
|
|
30
|
+
</template>
|
|
31
|
+
</Breadcrumb>
|
|
32
|
+
</template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
model: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
home: {
|
|
13
|
+
type: ObjectConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
class: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
model: {
|
|
22
|
+
type: ArrayConstructor;
|
|
23
|
+
default: () => never[];
|
|
24
|
+
};
|
|
25
|
+
home: {
|
|
26
|
+
type: ObjectConstructor;
|
|
27
|
+
default: undefined;
|
|
28
|
+
};
|
|
29
|
+
class: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
|
+
class: string;
|
|
35
|
+
model: unknown[];
|
|
36
|
+
home: Record<string, any>;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
|
+
type __VLS_Slots = {
|
|
39
|
+
item?: ((props: {
|
|
40
|
+
item: MenuItem;
|
|
41
|
+
}) => any) | undefined;
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=breadcrumb.vue.d.ts.map
|