prizm-ui-vue 2.2.18 → 2.2.20
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.
|
@@ -45,32 +45,32 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
45
45
|
readonly modelValue: boolean;
|
|
46
46
|
readonly title: string;
|
|
47
47
|
readonly appendToBody: boolean;
|
|
48
|
-
readonly
|
|
48
|
+
readonly center: boolean;
|
|
49
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
50
|
+
readonly fullscreen: boolean;
|
|
49
51
|
readonly destroyOnClose: boolean;
|
|
52
|
+
readonly draggable: boolean;
|
|
53
|
+
readonly alignCenter: boolean;
|
|
54
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
55
|
+
readonly headerAriaLevel: string;
|
|
56
|
+
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
50
57
|
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
51
58
|
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
-
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
53
59
|
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
54
60
|
readonly openDelay: number;
|
|
55
61
|
readonly closeDelay: number;
|
|
56
62
|
readonly trapFocus: boolean;
|
|
57
|
-
readonly headerAriaLevel: string;
|
|
58
|
-
readonly center: boolean;
|
|
59
|
-
readonly alignCenter: boolean;
|
|
60
|
-
readonly draggable: boolean;
|
|
61
63
|
readonly overflow: boolean;
|
|
62
|
-
readonly fullscreen: boolean;
|
|
63
|
-
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
64
64
|
readonly ariaLevel: string;
|
|
65
65
|
readonly width?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
66
66
|
readonly top?: string | undefined;
|
|
67
|
+
readonly closeIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
67
68
|
readonly beforeClose?: import("element-plus").DialogBeforeCloseFn | undefined;
|
|
68
|
-
readonly modalClass?: string | undefined;
|
|
69
69
|
readonly headerClass?: string | undefined;
|
|
70
|
+
readonly modalClass?: string | undefined;
|
|
70
71
|
readonly bodyClass?: string | undefined;
|
|
71
72
|
readonly footerClass?: string | undefined;
|
|
72
73
|
readonly zIndex?: number | undefined;
|
|
73
|
-
readonly closeIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
74
74
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
|
|
75
75
|
onClose?: (() => any) | undefined | undefined;
|
|
76
76
|
onOpen?: (() => any) | undefined | undefined;
|
|
@@ -78,7 +78,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
78
78
|
onClosed?: (() => any) | undefined | undefined;
|
|
79
79
|
onOpenAutoFocus?: (() => any) | undefined | undefined;
|
|
80
80
|
onCloseAutoFocus?: (() => any) | undefined | undefined;
|
|
81
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "title" | "appendToBody" | "
|
|
81
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "title" | "appendToBody" | "center" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel">;
|
|
82
82
|
$attrs: {
|
|
83
83
|
[x: string]: unknown;
|
|
84
84
|
};
|
|
@@ -293,7 +293,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
293
293
|
onClosed?: (() => any) | undefined;
|
|
294
294
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
295
295
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
296
|
-
}, "modelValue" | "title" | "appendToBody" | "
|
|
296
|
+
}, "modelValue" | "title" | "appendToBody" | "center" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel" | "visible" | "dialogContentRef" | "resetPosition"> & import("vue").ShallowUnwrapRef<{
|
|
297
297
|
visible: import("vue").Ref<boolean>;
|
|
298
298
|
dialogContentRef: import("vue").Ref<any>;
|
|
299
299
|
resetPosition: () => void;
|
|
@@ -74,35 +74,35 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
74
74
|
readonly modelValue: boolean;
|
|
75
75
|
readonly title: string;
|
|
76
76
|
readonly appendToBody: boolean;
|
|
77
|
-
readonly
|
|
77
|
+
readonly center: boolean;
|
|
78
|
+
readonly withHeader: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
79
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
readonly fullscreen: boolean;
|
|
78
81
|
readonly destroyOnClose: boolean;
|
|
82
|
+
readonly draggable: boolean;
|
|
83
|
+
readonly alignCenter: boolean;
|
|
84
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
85
|
+
readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
86
|
+
readonly modalFade: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
87
|
+
readonly headerAriaLevel: string;
|
|
88
|
+
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
79
89
|
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
90
|
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
-
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
82
91
|
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
83
92
|
readonly openDelay: number;
|
|
84
93
|
readonly closeDelay: number;
|
|
85
94
|
readonly trapFocus: boolean;
|
|
86
|
-
readonly headerAriaLevel: string;
|
|
87
|
-
readonly center: boolean;
|
|
88
|
-
readonly alignCenter: boolean;
|
|
89
|
-
readonly draggable: boolean;
|
|
90
95
|
readonly overflow: boolean;
|
|
91
|
-
readonly fullscreen: boolean;
|
|
92
|
-
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
96
|
readonly ariaLevel: string;
|
|
94
|
-
readonly withHeader: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
|
-
readonly direction: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "ltr" | "rtl" | "ttb" | "btt", unknown>;
|
|
96
|
-
readonly modalFade: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
97
|
readonly width?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
98
98
|
readonly top?: string | undefined;
|
|
99
|
+
readonly closeIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
99
100
|
readonly beforeClose?: import("element-plus").DialogBeforeCloseFn | undefined;
|
|
100
|
-
readonly modalClass?: string | undefined;
|
|
101
101
|
readonly headerClass?: string | undefined;
|
|
102
|
+
readonly modalClass?: string | undefined;
|
|
102
103
|
readonly bodyClass?: string | undefined;
|
|
103
104
|
readonly footerClass?: string | undefined;
|
|
104
105
|
readonly zIndex?: number | undefined;
|
|
105
|
-
readonly closeIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
106
106
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
|
|
107
107
|
onClose?: (() => any) | undefined | undefined;
|
|
108
108
|
onOpen?: (() => any) | undefined | undefined;
|
|
@@ -110,7 +110,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
110
110
|
onClosed?: (() => any) | undefined | undefined;
|
|
111
111
|
onOpenAutoFocus?: (() => any) | undefined | undefined;
|
|
112
112
|
onCloseAutoFocus?: (() => any) | undefined | undefined;
|
|
113
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "modelValue" | "title" | "appendToBody" | "
|
|
113
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "size" | "modelValue" | "title" | "appendToBody" | "center" | "withHeader" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "direction" | "modalFade" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel">;
|
|
114
114
|
$attrs: {
|
|
115
115
|
[x: string]: unknown;
|
|
116
116
|
};
|
|
@@ -341,7 +341,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
341
341
|
onClosed?: (() => any) | undefined;
|
|
342
342
|
onOpenAutoFocus?: (() => any) | undefined;
|
|
343
343
|
onCloseAutoFocus?: (() => any) | undefined;
|
|
344
|
-
}, "size" | "modelValue" | "title" | "appendToBody" | "
|
|
344
|
+
}, "size" | "modelValue" | "title" | "appendToBody" | "center" | "withHeader" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "direction" | "modalFade" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel" | "handleClose" | "afterEnter" | "afterLeave"> & import("vue").ShallowUnwrapRef<{
|
|
345
345
|
handleClose: () => void;
|
|
346
346
|
afterEnter: () => void;
|
|
347
347
|
afterLeave: () => void;
|
|
@@ -364,9 +364,9 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
364
364
|
}>, {
|
|
365
365
|
title: PickedProps["title"];
|
|
366
366
|
appendToBody: PickedProps["appendToBody"];
|
|
367
|
-
lockScroll: PickedProps["lockScroll"];
|
|
368
|
-
showClose: PickedProps["showClose"];
|
|
369
367
|
withHeader: PickedProps["withHeader"];
|
|
368
|
+
showClose: PickedProps["showClose"];
|
|
369
|
+
lockScroll: PickedProps["lockScroll"];
|
|
370
370
|
defaultFooter: boolean;
|
|
371
371
|
confirmButtonText: string;
|
|
372
372
|
cancelButtonText: string;
|
|
@@ -67,10 +67,10 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
67
67
|
readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number | null | undefined) | ((new (...args: any[]) => string | number) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
68
68
|
readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
69
69
|
readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
|
-
readonly clearable: boolean;
|
|
71
|
-
readonly readonly: boolean;
|
|
72
70
|
readonly autosize: import("element-plus").InputAutoSize;
|
|
73
71
|
readonly autocomplete: string;
|
|
72
|
+
readonly readonly: boolean;
|
|
73
|
+
readonly clearable: boolean;
|
|
74
74
|
readonly showPassword: boolean;
|
|
75
75
|
readonly showWordLimit: boolean;
|
|
76
76
|
readonly inputStyle: import("vue").StyleValue;
|
|
@@ -78,15 +78,15 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
78
78
|
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never> | undefined;
|
|
79
79
|
readonly resize?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
|
|
80
80
|
readonly id?: string | undefined;
|
|
81
|
-
readonly form?: string | undefined;
|
|
82
|
-
readonly prefixIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
83
|
-
readonly placeholder?: string | undefined;
|
|
84
81
|
readonly ariaLabel?: string | undefined;
|
|
85
82
|
readonly maxlength?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
86
83
|
readonly minlength?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
87
84
|
readonly formatter?: Function | undefined;
|
|
88
85
|
readonly parser?: Function | undefined;
|
|
86
|
+
readonly placeholder?: string | undefined;
|
|
87
|
+
readonly form?: string | undefined;
|
|
89
88
|
readonly suffixIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
89
|
+
readonly prefixIcon?: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown> | undefined;
|
|
90
90
|
readonly containerRole?: string | undefined;
|
|
91
91
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
92
92
|
onChange?: ((value: string) => any) | undefined | undefined;
|
|
@@ -100,7 +100,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
100
100
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
101
101
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
102
102
|
onClear?: (() => any) | undefined | undefined;
|
|
103
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "type" | "autofocus" | "modelValue" | "id" | "tabindex" | "validateEvent" | "
|
|
103
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "type" | "autofocus" | "modelValue" | "id" | "tabindex" | "validateEvent" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">;
|
|
104
104
|
$attrs: {
|
|
105
105
|
[x: string]: unknown;
|
|
106
106
|
};
|
|
@@ -388,7 +388,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
|
|
|
388
388
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
389
389
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
390
390
|
onClear?: (() => any) | undefined;
|
|
391
|
-
}, "disabled" | "type" | "autofocus" | "clear" | "ref" | "blur" | "focus" | "input" | "select" | "modelValue" | "id" | "tabindex" | "validateEvent" | "
|
|
391
|
+
}, "disabled" | "type" | "autofocus" | "clear" | "ref" | "blur" | "focus" | "input" | "select" | "modelValue" | "id" | "tabindex" | "validateEvent" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import("vue").ShallowUnwrapRef<{
|
|
392
392
|
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
393
393
|
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
394
394
|
ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
@@ -1,2 +1,12 @@
|
|
|
1
1
|
export { default as PrizmButton } from './PrizmButton.vue';
|
|
2
2
|
export { default as PrizmCheckbox } from './PrizmCheckbox/PrizmCheckbox.vue';
|
|
3
|
+
export { default as PrizmCheckboxGroup } from './PrizmCheckbox/PrizmCheckboxGroup.vue';
|
|
4
|
+
export { default as PrizmTag } from './PrizmTag.vue';
|
|
5
|
+
export { default as PrizmInput } from './PrizmInput.vue';
|
|
6
|
+
export { default as PrizmIcon } from './PrizmIcon.vue';
|
|
7
|
+
export { default as PrizmDatePicker } from './PrizmDatePicker.vue';
|
|
8
|
+
export { default as PrizmForm } from './PrizmForm/PrizmForm.vue';
|
|
9
|
+
export { default as PrizmFormItem } from './PrizmForm/PrizmFormItem.vue';
|
|
10
|
+
export { default as PrizmDrawer } from './PrizmDrawer.vue';
|
|
11
|
+
export { default as PrizmTabs } from './PrizmTabs/PrizmTabs.vue';
|
|
12
|
+
export { default as PrizmTabPane } from './PrizmTabs/PrizmTabPane.vue';
|