@aziontech/webkit 1.6.0 → 1.7.1
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 +37 -2
- 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/core/form/field-dropdown/field-dropdown.vue +4 -4
- package/src/core/form/field-dropdown/field-dropdown.vue.d.ts +3 -3
- package/src/core/form/field-group-switch/field-group-switch.vue.d.ts +1 -1
- package/src/core/form/field-number/field-number.vue +4 -4
- package/src/core/form/field-number/field-number.vue.d.ts +3 -3
- package/src/core/form/{field-text-password/field-text-password.vue → field-password/field-password.vue} +4 -4
- package/src/core/form/{field-text-password/field-text-password.vue.d.ts → field-password/field-password.vue.d.ts} +4 -4
- package/src/core/form/field-password/field-password.vue.d.ts.map +1 -0
- package/src/core/form/field-password/package.json +11 -0
- package/src/core/form/field-password-strength/field-password-strength.vue +209 -0
- package/src/core/form/field-password-strength/field-password-strength.vue.d.ts +175 -0
- package/src/core/form/field-password-strength/field-password-strength.vue.d.ts.map +1 -0
- package/src/core/form/field-password-strength/package.json +11 -0
- 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/field-text.vue +4 -4
- package/src/core/form/field-text/field-text.vue.d.ts +3 -3
- package/src/core/form/field-text-area/field-text-area.vue +4 -4
- package/src/core/form/field-text-area/field-text-area.vue.d.ts +3 -3
- package/src/core/form/field-text-privacy/field-text-privacy.vue +7 -7
- package/src/core/form/field-text-privacy/field-text-privacy.vue.d.ts +3 -3
- 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
- package/src/core/form/field-text-password/field-text-password.vue.d.ts.map +0 -1
- package/src/core/form/field-text-password/package.json +0 -11
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"steps.vue.d.ts","sourceRoot":"","sources":["steps.vue"],"names":[],"mappings":"wBAiKqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAvBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAoBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./tabmenu.vue", "module": "./tabmenu.vue", "browser": {"./sfc": "./tabmenu.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import TabMenu from 'primevue/tabmenu'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'TabMenu' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
model: {
|
|
8
|
+
type: Array,
|
|
9
|
+
default: () => []
|
|
10
|
+
},
|
|
11
|
+
activeIndex: {
|
|
12
|
+
type: Number,
|
|
13
|
+
default: undefined
|
|
14
|
+
},
|
|
15
|
+
exact: {
|
|
16
|
+
type: Boolean,
|
|
17
|
+
default: true
|
|
18
|
+
},
|
|
19
|
+
class: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: ''
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
|
|
25
|
+
const emit = defineEmits(['tab-change'])
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<TabMenu
|
|
30
|
+
:model="props.model"
|
|
31
|
+
:activeIndex="props.activeIndex"
|
|
32
|
+
:exact="props.exact"
|
|
33
|
+
:class="props.class"
|
|
34
|
+
@tab-change="emit('tab-change', $event)"
|
|
35
|
+
>
|
|
36
|
+
<template v-if="$slots.item" #item="slotProps">
|
|
37
|
+
<slot name="item" :item="slotProps.item" :index="slotProps.index" />
|
|
38
|
+
</template>
|
|
39
|
+
</TabMenu>
|
|
40
|
+
</template>
|
|
@@ -0,0 +1,57 @@
|
|
|
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
|
+
activeIndex: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
exact: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
class: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
"tab-change": (...args: any[]) => void;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
model: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
activeIndex: {
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
default: undefined;
|
|
34
|
+
};
|
|
35
|
+
exact: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
class: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
class: string;
|
|
47
|
+
activeIndex: number;
|
|
48
|
+
model: unknown[];
|
|
49
|
+
exact: boolean;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
type __VLS_Slots = {
|
|
52
|
+
item?: ((props: {
|
|
53
|
+
item: MenuItem;
|
|
54
|
+
index: any;
|
|
55
|
+
}) => any) | undefined;
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=tabmenu.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabmenu.vue.d.ts","sourceRoot":"","sources":["tabmenu.vue"],"names":[],"mappings":"wBAiKqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAvBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAoBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./tabpanel.vue", "module": "./tabpanel.vue", "browser": {"./sfc": "./tabpanel.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import TabPanel from 'primevue/tabpanel'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'TabPanel' })
|
|
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
|
+
<TabPanel
|
|
24
|
+
:header="props.header"
|
|
25
|
+
:disabled="props.disabled"
|
|
26
|
+
:class="props.class"
|
|
27
|
+
>
|
|
28
|
+
<template v-if="$slots.header" #header>
|
|
29
|
+
<slot name="header" />
|
|
30
|
+
</template>
|
|
31
|
+
<template v-if="$slots.default" #default>
|
|
32
|
+
<slot />
|
|
33
|
+
</template>
|
|
34
|
+
</TabPanel>
|
|
35
|
+
</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
|
+
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
|
+
header?: ((props: {}) => any) | undefined;
|
|
40
|
+
} & {
|
|
41
|
+
default?: ((props: {}) => any) | undefined;
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=tabpanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabpanel.vue.d.ts","sourceRoot":"","sources":["tabpanel.vue"],"names":[],"mappings":"wBAwIqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAlBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAeG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./tabview.vue", "module": "./tabview.vue", "browser": {"./sfc": "./tabview.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import TabView from 'primevue/tabview'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'TabView' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
activeIndex: {
|
|
8
|
+
type: Number,
|
|
9
|
+
default: 0
|
|
10
|
+
},
|
|
11
|
+
lazy: {
|
|
12
|
+
type: Boolean,
|
|
13
|
+
default: false
|
|
14
|
+
},
|
|
15
|
+
scrollable: {
|
|
16
|
+
type: Boolean,
|
|
17
|
+
default: false
|
|
18
|
+
},
|
|
19
|
+
class: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: ''
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
|
|
25
|
+
const emit = defineEmits(['tab-change', 'tab-click'])
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<TabView
|
|
30
|
+
:activeIndex="props.activeIndex"
|
|
31
|
+
:lazy="props.lazy"
|
|
32
|
+
:scrollable="props.scrollable"
|
|
33
|
+
:class="props.class"
|
|
34
|
+
@tab-change="emit('tab-change', $event)"
|
|
35
|
+
@tab-click="emit('tab-click', $event)"
|
|
36
|
+
>
|
|
37
|
+
<template v-if="$slots.default" #default>
|
|
38
|
+
<slot />
|
|
39
|
+
</template>
|
|
40
|
+
</TabView>
|
|
41
|
+
</template>
|
|
@@ -0,0 +1,56 @@
|
|
|
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: NumberConstructor;
|
|
10
|
+
default: number;
|
|
11
|
+
};
|
|
12
|
+
lazy: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
scrollable: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
class: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
"tab-click": (...args: any[]) => void;
|
|
26
|
+
"tab-change": (...args: any[]) => void;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
activeIndex: {
|
|
29
|
+
type: NumberConstructor;
|
|
30
|
+
default: number;
|
|
31
|
+
};
|
|
32
|
+
lazy: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
scrollable: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
class: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
}>> & Readonly<{
|
|
45
|
+
"onTab-click"?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
"onTab-change"?: ((...args: any[]) => any) | undefined;
|
|
47
|
+
}>, {
|
|
48
|
+
class: string;
|
|
49
|
+
activeIndex: number;
|
|
50
|
+
lazy: boolean;
|
|
51
|
+
scrollable: boolean;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
type __VLS_Slots = {
|
|
54
|
+
default?: ((props: {}) => any) | undefined;
|
|
55
|
+
};
|
|
56
|
+
//# sourceMappingURL=tabview.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tabview.vue.d.ts","sourceRoot":"","sources":["tabview.vue"],"names":[],"mappings":"wBAwKqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAvBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAoBG"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Tag from 'primevue/tag'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Tag' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
value: {
|
|
8
|
+
type: String,
|
|
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
|
+
rounded: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
default: false
|
|
19
|
+
},
|
|
20
|
+
icon: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: undefined
|
|
23
|
+
},
|
|
24
|
+
class: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: ''
|
|
27
|
+
}
|
|
28
|
+
})
|
|
29
|
+
</script>
|
|
30
|
+
|
|
31
|
+
<template>
|
|
32
|
+
<Tag
|
|
33
|
+
:value="props.value"
|
|
34
|
+
:severity="props.severity"
|
|
35
|
+
:rounded="props.rounded"
|
|
36
|
+
:icon="props.icon"
|
|
37
|
+
:class="props.class"
|
|
38
|
+
>
|
|
39
|
+
<template v-if="$slots.default" #default>
|
|
40
|
+
<slot />
|
|
41
|
+
</template>
|
|
42
|
+
</Tag>
|
|
43
|
+
</template>
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
value: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
severity: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
validator: (val: unknown) => boolean;
|
|
16
|
+
};
|
|
17
|
+
rounded: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
icon: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: undefined;
|
|
24
|
+
};
|
|
25
|
+
class: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
value: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: undefined;
|
|
33
|
+
};
|
|
34
|
+
severity: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: undefined;
|
|
37
|
+
validator: (val: unknown) => boolean;
|
|
38
|
+
};
|
|
39
|
+
rounded: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
icon: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: undefined;
|
|
46
|
+
};
|
|
47
|
+
class: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
}>> & Readonly<{}>, {
|
|
52
|
+
class: string;
|
|
53
|
+
icon: string;
|
|
54
|
+
severity: string;
|
|
55
|
+
rounded: boolean;
|
|
56
|
+
value: string;
|
|
57
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
58
|
+
type __VLS_Slots = {
|
|
59
|
+
default?: ((props: {}) => any) | undefined;
|
|
60
|
+
};
|
|
61
|
+
//# sourceMappingURL=tag.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tag.vue.d.ts","sourceRoot":"","sources":["tag.vue"],"names":[],"mappings":"wBA4JqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AA3BzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAwBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./timeline.vue", "module": "./timeline.vue", "browser": {"./sfc": "./timeline.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Timeline from 'primevue/timeline'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Timeline' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
value: {
|
|
8
|
+
type: Array,
|
|
9
|
+
default: () => []
|
|
10
|
+
},
|
|
11
|
+
align: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: 'left',
|
|
14
|
+
validator: (val) => ['left', 'right', 'alternate'].includes(val)
|
|
15
|
+
},
|
|
16
|
+
layout: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: 'vertical',
|
|
19
|
+
validator: (val) => ['vertical', 'horizontal'].includes(val)
|
|
20
|
+
},
|
|
21
|
+
class: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: ''
|
|
24
|
+
}
|
|
25
|
+
})
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<Timeline
|
|
30
|
+
:value="props.value"
|
|
31
|
+
:align="props.align"
|
|
32
|
+
:layout="props.layout"
|
|
33
|
+
:class="props.class"
|
|
34
|
+
>
|
|
35
|
+
<template v-if="$slots.content" #content="slotProps">
|
|
36
|
+
<slot name="content" :item="slotProps.item" :index="slotProps.index" />
|
|
37
|
+
</template>
|
|
38
|
+
<template v-if="$slots.opposite" #opposite="slotProps">
|
|
39
|
+
<slot name="opposite" :item="slotProps.item" :index="slotProps.index" />
|
|
40
|
+
</template>
|
|
41
|
+
<template v-if="$slots.marker" #marker="slotProps">
|
|
42
|
+
<slot name="marker" :item="slotProps.item" :index="slotProps.index" />
|
|
43
|
+
</template>
|
|
44
|
+
<template v-if="$slots.connector" #connector="slotProps">
|
|
45
|
+
<slot name="connector" :item="slotProps.item" :index="slotProps.index" />
|
|
46
|
+
</template>
|
|
47
|
+
</Timeline>
|
|
48
|
+
</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
|
+
value: {
|
|
9
|
+
type: ArrayConstructor;
|
|
10
|
+
default: () => never[];
|
|
11
|
+
};
|
|
12
|
+
align: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
validator: (val: unknown) => boolean;
|
|
16
|
+
};
|
|
17
|
+
layout: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
validator: (val: unknown) => boolean;
|
|
21
|
+
};
|
|
22
|
+
class: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
value: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
align: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
validator: (val: unknown) => boolean;
|
|
35
|
+
};
|
|
36
|
+
layout: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
validator: (val: unknown) => boolean;
|
|
40
|
+
};
|
|
41
|
+
class: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
}>> & Readonly<{}>, {
|
|
46
|
+
class: string;
|
|
47
|
+
value: unknown[];
|
|
48
|
+
align: string;
|
|
49
|
+
layout: string;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
type __VLS_Slots = {
|
|
52
|
+
content?: ((props: {
|
|
53
|
+
item: any;
|
|
54
|
+
index: number;
|
|
55
|
+
}) => any) | undefined;
|
|
56
|
+
} & {
|
|
57
|
+
opposite?: ((props: {
|
|
58
|
+
item: any;
|
|
59
|
+
index: number;
|
|
60
|
+
}) => any) | undefined;
|
|
61
|
+
} & {
|
|
62
|
+
marker?: ((props: {
|
|
63
|
+
item: any;
|
|
64
|
+
index: number;
|
|
65
|
+
}) => any) | undefined;
|
|
66
|
+
} & {
|
|
67
|
+
connector?: ((props: {
|
|
68
|
+
item: any;
|
|
69
|
+
index: number;
|
|
70
|
+
}) => any) | undefined;
|
|
71
|
+
};
|
|
72
|
+
//# sourceMappingURL=timeline.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.vue.d.ts","sourceRoot":"","sources":["timeline.vue"],"names":[],"mappings":"wBAmMqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAxBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./toast.vue", "module": "./toast.vue", "browser": {"./sfc": "./toast.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Toast from 'primevue/toast'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Toast' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
group: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: undefined
|
|
10
|
+
},
|
|
11
|
+
position: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: 'top-right',
|
|
14
|
+
validator: (val) => ['top-right', 'top-left', 'bottom-right', 'bottom-left', 'center', 'top-center', 'bottom-center'].includes(val)
|
|
15
|
+
},
|
|
16
|
+
breakpoints: {
|
|
17
|
+
type: Object,
|
|
18
|
+
default: undefined
|
|
19
|
+
},
|
|
20
|
+
class: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: ''
|
|
23
|
+
}
|
|
24
|
+
})
|
|
25
|
+
</script>
|
|
26
|
+
|
|
27
|
+
<template>
|
|
28
|
+
<Toast
|
|
29
|
+
:group="props.group"
|
|
30
|
+
:position="props.position"
|
|
31
|
+
:breakpoints="props.breakpoints"
|
|
32
|
+
:class="props.class"
|
|
33
|
+
>
|
|
34
|
+
<template v-if="$slots.message" #message="slotProps">
|
|
35
|
+
<slot name="message" :message="slotProps.message" />
|
|
36
|
+
</template>
|
|
37
|
+
</Toast>
|
|
38
|
+
</template>
|
|
@@ -0,0 +1,54 @@
|
|
|
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
|
+
group: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
position: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
validator: (val: unknown) => boolean;
|
|
16
|
+
};
|
|
17
|
+
breakpoints: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
default: undefined;
|
|
20
|
+
};
|
|
21
|
+
class: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
group: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: undefined;
|
|
29
|
+
};
|
|
30
|
+
position: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
validator: (val: unknown) => boolean;
|
|
34
|
+
};
|
|
35
|
+
breakpoints: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
default: undefined;
|
|
38
|
+
};
|
|
39
|
+
class: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{}>, {
|
|
44
|
+
class: string;
|
|
45
|
+
group: string;
|
|
46
|
+
breakpoints: Record<string, any>;
|
|
47
|
+
position: string;
|
|
48
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
49
|
+
type __VLS_Slots = {
|
|
50
|
+
message?: ((props: {
|
|
51
|
+
message: any;
|
|
52
|
+
}) => any) | undefined;
|
|
53
|
+
};
|
|
54
|
+
//# sourceMappingURL=toast.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toast.vue.d.ts","sourceRoot":"","sources":["toast.vue"],"names":[],"mappings":"wBA+IqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAvBzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAoBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./toolbar.vue", "module": "./toolbar.vue", "browser": {"./sfc": "./toolbar.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Toolbar from 'primevue/toolbar'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Toolbar' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
class: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: ''
|
|
10
|
+
}
|
|
11
|
+
})
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<template>
|
|
15
|
+
<Toolbar :class="props.class">
|
|
16
|
+
<template v-if="$slots.start" #start>
|
|
17
|
+
<slot name="start" />
|
|
18
|
+
</template>
|
|
19
|
+
<template v-if="$slots.center" #center>
|
|
20
|
+
<slot name="center" />
|
|
21
|
+
</template>
|
|
22
|
+
<template v-if="$slots.end" #end>
|
|
23
|
+
<slot name="end" />
|
|
24
|
+
</template>
|
|
25
|
+
</Toolbar>
|
|
26
|
+
</template>
|