@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,33 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import ProgressSpinner from 'primevue/progressspinner'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'ProgressSpinner' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
strokeWidth: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: '2'
|
|
10
|
+
},
|
|
11
|
+
fill: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: 'none'
|
|
14
|
+
},
|
|
15
|
+
animationDuration: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: '2s'
|
|
18
|
+
},
|
|
19
|
+
class: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: ''
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
</script>
|
|
25
|
+
|
|
26
|
+
<template>
|
|
27
|
+
<ProgressSpinner
|
|
28
|
+
:strokeWidth="props.strokeWidth"
|
|
29
|
+
:fill="props.fill"
|
|
30
|
+
:animationDuration="props.animationDuration"
|
|
31
|
+
:class="props.class"
|
|
32
|
+
/>
|
|
33
|
+
</template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
strokeWidth: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
fill: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
animationDuration: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
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
|
+
strokeWidth: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
fill: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
animationDuration: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
class: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: string;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
class: string;
|
|
39
|
+
fill: string;
|
|
40
|
+
strokeWidth: string;
|
|
41
|
+
animationDuration: string;
|
|
42
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
43
|
+
//# sourceMappingURL=progressspinner.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progressspinner.vue.d.ts","sourceRoot":"","sources":["progressspinner.vue"],"names":[],"mappings":"wBAmHqB,OAAO,YAAY;;AApBxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAmBG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./sidebar.vue", "module": "./sidebar.vue", "browser": {"./sfc": "./sidebar.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Sidebar from 'primevue/sidebar'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Sidebar' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
visible: {
|
|
8
|
+
type: Boolean,
|
|
9
|
+
default: false
|
|
10
|
+
},
|
|
11
|
+
position: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: 'left',
|
|
14
|
+
validator: (val) => ['left', 'right', 'top', 'bottom'].includes(val)
|
|
15
|
+
},
|
|
16
|
+
baseZIndex: {
|
|
17
|
+
type: Number,
|
|
18
|
+
default: 0
|
|
19
|
+
},
|
|
20
|
+
autoZIndex: {
|
|
21
|
+
type: Boolean,
|
|
22
|
+
default: true
|
|
23
|
+
},
|
|
24
|
+
dismissable: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: true
|
|
27
|
+
},
|
|
28
|
+
showCloseIcon: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: true
|
|
31
|
+
},
|
|
32
|
+
closeOnEscape: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: true
|
|
35
|
+
},
|
|
36
|
+
class: {
|
|
37
|
+
type: String,
|
|
38
|
+
default: ''
|
|
39
|
+
}
|
|
40
|
+
})
|
|
41
|
+
|
|
42
|
+
const emit = defineEmits(['update:visible', 'hide', 'show'])
|
|
43
|
+
</script>
|
|
44
|
+
|
|
45
|
+
<template>
|
|
46
|
+
<Sidebar
|
|
47
|
+
:visible="props.visible"
|
|
48
|
+
:position="props.position"
|
|
49
|
+
:baseZIndex="props.baseZIndex"
|
|
50
|
+
:autoZIndex="props.autoZIndex"
|
|
51
|
+
:dismissable="props.dismissable"
|
|
52
|
+
:showCloseIcon="props.showCloseIcon"
|
|
53
|
+
:closeOnEscape="props.closeOnEscape"
|
|
54
|
+
:class="props.class"
|
|
55
|
+
@update:visible="emit('update:visible', $event)"
|
|
56
|
+
@hide="emit('hide')"
|
|
57
|
+
@show="emit('show')"
|
|
58
|
+
>
|
|
59
|
+
<template v-if="$slots.header" #header>
|
|
60
|
+
<slot name="header" />
|
|
61
|
+
</template>
|
|
62
|
+
<template v-if="$slots.default" #default>
|
|
63
|
+
<slot />
|
|
64
|
+
</template>
|
|
65
|
+
<template v-if="$slots.closeicon" #closeicon>
|
|
66
|
+
<slot name="closeicon" />
|
|
67
|
+
</template>
|
|
68
|
+
</Sidebar>
|
|
69
|
+
</template>
|
|
@@ -0,0 +1,100 @@
|
|
|
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
|
+
visible: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
position: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
validator: (val: unknown) => boolean;
|
|
16
|
+
};
|
|
17
|
+
baseZIndex: {
|
|
18
|
+
type: NumberConstructor;
|
|
19
|
+
default: number;
|
|
20
|
+
};
|
|
21
|
+
autoZIndex: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
dismissable: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
showCloseIcon: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
closeOnEscape: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
class: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
42
|
+
show: (...args: any[]) => void;
|
|
43
|
+
hide: (...args: any[]) => void;
|
|
44
|
+
"update:visible": (...args: any[]) => void;
|
|
45
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
visible: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
position: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
validator: (val: unknown) => boolean;
|
|
54
|
+
};
|
|
55
|
+
baseZIndex: {
|
|
56
|
+
type: NumberConstructor;
|
|
57
|
+
default: number;
|
|
58
|
+
};
|
|
59
|
+
autoZIndex: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
dismissable: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
showCloseIcon: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
closeOnEscape: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
class: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
}>> & Readonly<{
|
|
80
|
+
onShow?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
onHide?: ((...args: any[]) => any) | undefined;
|
|
82
|
+
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
83
|
+
}>, {
|
|
84
|
+
class: string;
|
|
85
|
+
visible: boolean;
|
|
86
|
+
closeOnEscape: boolean;
|
|
87
|
+
baseZIndex: number;
|
|
88
|
+
autoZIndex: boolean;
|
|
89
|
+
position: string;
|
|
90
|
+
dismissable: boolean;
|
|
91
|
+
showCloseIcon: boolean;
|
|
92
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
93
|
+
type __VLS_Slots = {
|
|
94
|
+
header?: ((props: {}) => any) | undefined;
|
|
95
|
+
} & {
|
|
96
|
+
default?: ((props: {}) => any) | undefined;
|
|
97
|
+
} & {
|
|
98
|
+
closeicon?: ((props: {}) => any) | undefined;
|
|
99
|
+
};
|
|
100
|
+
//# sourceMappingURL=sidebar.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidebar.vue.d.ts","sourceRoot":"","sources":["sidebar.vue"],"names":[],"mappings":"wBA2QqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AAxCzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAqCG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./skeleton.vue", "module": "./skeleton.vue", "browser": {"./sfc": "./skeleton.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Skeleton from 'primevue/skeleton'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Skeleton' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
shape: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: 'rectangle',
|
|
10
|
+
validator: (val) => ['rectangle', 'circle'].includes(val)
|
|
11
|
+
},
|
|
12
|
+
size: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: undefined,
|
|
15
|
+
validator: (val) => ['normal', 'large'].includes(val)
|
|
16
|
+
},
|
|
17
|
+
width: {
|
|
18
|
+
type: String,
|
|
19
|
+
default: '100%'
|
|
20
|
+
},
|
|
21
|
+
height: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: '1rem'
|
|
24
|
+
},
|
|
25
|
+
borderRadius: {
|
|
26
|
+
type: String,
|
|
27
|
+
default: undefined
|
|
28
|
+
},
|
|
29
|
+
animation: {
|
|
30
|
+
type: String,
|
|
31
|
+
default: 'wave',
|
|
32
|
+
validator: (val) => ['wave', 'none'].includes(val)
|
|
33
|
+
},
|
|
34
|
+
class: {
|
|
35
|
+
type: String,
|
|
36
|
+
default: ''
|
|
37
|
+
}
|
|
38
|
+
})
|
|
39
|
+
</script>
|
|
40
|
+
|
|
41
|
+
<template>
|
|
42
|
+
<Skeleton
|
|
43
|
+
:shape="props.shape"
|
|
44
|
+
:size="props.size"
|
|
45
|
+
:width="props.width"
|
|
46
|
+
:height="props.height"
|
|
47
|
+
:borderRadius="props.borderRadius"
|
|
48
|
+
:animation="props.animation"
|
|
49
|
+
:class="props.class"
|
|
50
|
+
/>
|
|
51
|
+
</template>
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
shape: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
validator: (val: unknown) => boolean;
|
|
8
|
+
};
|
|
9
|
+
size: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: undefined;
|
|
12
|
+
validator: (val: unknown) => boolean;
|
|
13
|
+
};
|
|
14
|
+
width: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
height: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
borderRadius: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: undefined;
|
|
25
|
+
};
|
|
26
|
+
animation: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
default: string;
|
|
29
|
+
validator: (val: unknown) => boolean;
|
|
30
|
+
};
|
|
31
|
+
class: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
shape: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
validator: (val: unknown) => boolean;
|
|
40
|
+
};
|
|
41
|
+
size: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: undefined;
|
|
44
|
+
validator: (val: unknown) => boolean;
|
|
45
|
+
};
|
|
46
|
+
width: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
height: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
borderRadius: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: undefined;
|
|
57
|
+
};
|
|
58
|
+
animation: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
validator: (val: unknown) => boolean;
|
|
62
|
+
};
|
|
63
|
+
class: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
}>> & Readonly<{}>, {
|
|
68
|
+
class: string;
|
|
69
|
+
size: string;
|
|
70
|
+
width: string;
|
|
71
|
+
height: string;
|
|
72
|
+
borderRadius: string;
|
|
73
|
+
shape: string;
|
|
74
|
+
animation: string;
|
|
75
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
//# sourceMappingURL=skeleton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skeleton.vue.d.ts","sourceRoot":"","sources":["skeleton.vue"],"names":[],"mappings":"wBAyKqB,OAAO,YAAY;;AAnCxC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAkCG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./splitbutton.vue", "module": "./splitbutton.vue", "browser": {"./sfc": "./splitbutton.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import SplitButton from 'primevue/splitbutton'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'SplitButton' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
label: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: undefined
|
|
10
|
+
},
|
|
11
|
+
icon: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: undefined
|
|
14
|
+
},
|
|
15
|
+
model: {
|
|
16
|
+
type: Array,
|
|
17
|
+
default: () => []
|
|
18
|
+
},
|
|
19
|
+
severity: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: undefined,
|
|
22
|
+
validator: (val) => ['secondary', 'success', 'info', 'warning', 'danger', 'contrast'].includes(val)
|
|
23
|
+
},
|
|
24
|
+
raised: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: false
|
|
27
|
+
},
|
|
28
|
+
rounded: {
|
|
29
|
+
type: Boolean,
|
|
30
|
+
default: false
|
|
31
|
+
},
|
|
32
|
+
text: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
default: false
|
|
35
|
+
},
|
|
36
|
+
outlined: {
|
|
37
|
+
type: Boolean,
|
|
38
|
+
default: false
|
|
39
|
+
},
|
|
40
|
+
size: {
|
|
41
|
+
type: String,
|
|
42
|
+
default: undefined,
|
|
43
|
+
validator: (val) => ['small', 'large'].includes(val)
|
|
44
|
+
},
|
|
45
|
+
disabled: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: false
|
|
48
|
+
},
|
|
49
|
+
class: {
|
|
50
|
+
type: String,
|
|
51
|
+
default: ''
|
|
52
|
+
}
|
|
53
|
+
})
|
|
54
|
+
|
|
55
|
+
const emit = defineEmits(['click'])
|
|
56
|
+
</script>
|
|
57
|
+
|
|
58
|
+
<template>
|
|
59
|
+
<SplitButton
|
|
60
|
+
:label="props.label"
|
|
61
|
+
:icon="props.icon"
|
|
62
|
+
:model="props.model"
|
|
63
|
+
:severity="props.severity"
|
|
64
|
+
:raised="props.raised"
|
|
65
|
+
:rounded="props.rounded"
|
|
66
|
+
:text="props.text"
|
|
67
|
+
:outlined="props.outlined"
|
|
68
|
+
:size="props.size"
|
|
69
|
+
:disabled="props.disabled"
|
|
70
|
+
:class="props.class"
|
|
71
|
+
@click="emit('click')"
|
|
72
|
+
>
|
|
73
|
+
<template v-if="$slots.default" #default>
|
|
74
|
+
<slot />
|
|
75
|
+
</template>
|
|
76
|
+
</SplitButton>
|
|
77
|
+
</template>
|
|
@@ -0,0 +1,121 @@
|
|
|
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
|
+
model: {
|
|
17
|
+
type: ArrayConstructor;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
severity: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
validator: (val: unknown) => boolean;
|
|
24
|
+
};
|
|
25
|
+
raised: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
rounded: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
text: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
outlined: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
size: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: undefined;
|
|
44
|
+
validator: (val: unknown) => boolean;
|
|
45
|
+
};
|
|
46
|
+
disabled: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
class: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
|
+
click: (...args: any[]) => void;
|
|
56
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
57
|
+
label: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: undefined;
|
|
60
|
+
};
|
|
61
|
+
icon: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: undefined;
|
|
64
|
+
};
|
|
65
|
+
model: {
|
|
66
|
+
type: ArrayConstructor;
|
|
67
|
+
default: () => never[];
|
|
68
|
+
};
|
|
69
|
+
severity: {
|
|
70
|
+
type: StringConstructor;
|
|
71
|
+
default: undefined;
|
|
72
|
+
validator: (val: unknown) => boolean;
|
|
73
|
+
};
|
|
74
|
+
raised: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
rounded: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
82
|
+
text: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
outlined: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
size: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: undefined;
|
|
93
|
+
validator: (val: unknown) => boolean;
|
|
94
|
+
};
|
|
95
|
+
disabled: {
|
|
96
|
+
type: BooleanConstructor;
|
|
97
|
+
default: boolean;
|
|
98
|
+
};
|
|
99
|
+
class: {
|
|
100
|
+
type: StringConstructor;
|
|
101
|
+
default: string;
|
|
102
|
+
};
|
|
103
|
+
}>> & Readonly<{
|
|
104
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
105
|
+
}>, {
|
|
106
|
+
label: string;
|
|
107
|
+
class: string;
|
|
108
|
+
icon: string;
|
|
109
|
+
size: string;
|
|
110
|
+
outlined: boolean;
|
|
111
|
+
severity: string;
|
|
112
|
+
raised: boolean;
|
|
113
|
+
rounded: boolean;
|
|
114
|
+
text: boolean;
|
|
115
|
+
disabled: boolean;
|
|
116
|
+
model: unknown[];
|
|
117
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
118
|
+
type __VLS_Slots = {
|
|
119
|
+
default?: ((props: {}) => any) | undefined;
|
|
120
|
+
};
|
|
121
|
+
//# sourceMappingURL=splitbutton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"splitbutton.vue.d.ts","sourceRoot":"","sources":["splitbutton.vue"],"names":[],"mappings":"wBA6QqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAEtD,CAAC,EAAE,CAAC;;;AArDzB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAkDG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"main": "./steps.vue", "module": "./steps.vue", "browser": {"./sfc": "./steps.vue"}, "sideEffects": ["*.vue"]}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import Steps from 'primevue/steps'
|
|
3
|
+
|
|
4
|
+
defineOptions({ name: 'Steps' })
|
|
5
|
+
|
|
6
|
+
const props = defineProps({
|
|
7
|
+
model: {
|
|
8
|
+
type: Array,
|
|
9
|
+
default: () => []
|
|
10
|
+
},
|
|
11
|
+
activeStep: {
|
|
12
|
+
type: Number,
|
|
13
|
+
default: 0
|
|
14
|
+
},
|
|
15
|
+
readonly: {
|
|
16
|
+
type: Boolean,
|
|
17
|
+
default: true
|
|
18
|
+
},
|
|
19
|
+
class: {
|
|
20
|
+
type: String,
|
|
21
|
+
default: ''
|
|
22
|
+
}
|
|
23
|
+
})
|
|
24
|
+
|
|
25
|
+
const emit = defineEmits(['step-change'])
|
|
26
|
+
</script>
|
|
27
|
+
|
|
28
|
+
<template>
|
|
29
|
+
<Steps
|
|
30
|
+
:model="props.model"
|
|
31
|
+
:activeStep="props.activeStep"
|
|
32
|
+
:readonly="props.readonly"
|
|
33
|
+
:class="props.class"
|
|
34
|
+
@step-change="emit('step-change', $event)"
|
|
35
|
+
>
|
|
36
|
+
<template v-if="$slots.item" #item="slotProps">
|
|
37
|
+
<slot name="item" :item="slotProps.item" :index="slotProps.index" />
|
|
38
|
+
</template>
|
|
39
|
+
</Steps>
|
|
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
|
+
activeStep: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
readonly: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
class: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
|
+
"step-change": (...args: any[]) => void;
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
model: {
|
|
28
|
+
type: ArrayConstructor;
|
|
29
|
+
default: () => never[];
|
|
30
|
+
};
|
|
31
|
+
activeStep: {
|
|
32
|
+
type: NumberConstructor;
|
|
33
|
+
default: number;
|
|
34
|
+
};
|
|
35
|
+
readonly: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
class: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
}>> & Readonly<{
|
|
44
|
+
"onStep-change"?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}>, {
|
|
46
|
+
class: string;
|
|
47
|
+
readonly: boolean;
|
|
48
|
+
model: unknown[];
|
|
49
|
+
activeStep: number;
|
|
50
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
type __VLS_Slots = {
|
|
52
|
+
item?: ((props: {
|
|
53
|
+
item: MenuItem;
|
|
54
|
+
index: number;
|
|
55
|
+
}) => any) | undefined;
|
|
56
|
+
};
|
|
57
|
+
//# sourceMappingURL=steps.vue.d.ts.map
|