prizm-ui-vue 2.2.31 → 2.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/PrizmDialog.vue.d.ts +12 -12
- package/dist/components/PrizmDrawer.vue.d.ts +17 -17
- package/dist/components/index.d.ts +0 -14
- package/dist/prizm-ui.es.js +181 -844
- package/dist/prizm-ui.umd.js +2 -2
- package/package.json +1 -1
|
@@ -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 center: boolean;
|
|
49
|
-
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
50
|
-
readonly fullscreen: boolean;
|
|
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
48
|
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
49
|
+
readonly destroyOnClose: boolean;
|
|
57
50
|
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
58
51
|
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
52
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
59
53
|
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
60
54
|
readonly openDelay: number;
|
|
61
55
|
readonly closeDelay: number;
|
|
62
56
|
readonly trapFocus: boolean;
|
|
57
|
+
readonly headerAriaLevel: string;
|
|
58
|
+
readonly center: boolean;
|
|
59
|
+
readonly alignCenter: boolean;
|
|
60
|
+
readonly draggable: boolean;
|
|
63
61
|
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;
|
|
68
67
|
readonly beforeClose?: import("element-plus").DialogBeforeCloseFn | undefined;
|
|
69
|
-
readonly headerClass?: string | undefined;
|
|
70
68
|
readonly modalClass?: string | undefined;
|
|
69
|
+
readonly headerClass?: string | undefined;
|
|
71
70
|
readonly bodyClass?: string | undefined;
|
|
72
71
|
readonly footerClass?: string | undefined;
|
|
73
72
|
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" | "appendTo" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "center" | "alignCenter" | "draggable" | "overflow" | "fullscreen" | "showClose" | "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" | "appendTo" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "center" | "alignCenter" | "draggable" | "overflow" | "fullscreen" | "showClose" | "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 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;
|
|
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
77
|
readonly appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
78
|
+
readonly destroyOnClose: boolean;
|
|
89
79
|
readonly closeOnClickModal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
90
80
|
readonly closeOnPressEscape: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
81
|
+
readonly lockScroll: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
91
82
|
readonly modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
83
|
readonly openDelay: number;
|
|
93
84
|
readonly closeDelay: number;
|
|
94
85
|
readonly trapFocus: boolean;
|
|
86
|
+
readonly headerAriaLevel: string;
|
|
87
|
+
readonly center: boolean;
|
|
88
|
+
readonly alignCenter: boolean;
|
|
89
|
+
readonly draggable: boolean;
|
|
95
90
|
readonly overflow: boolean;
|
|
91
|
+
readonly fullscreen: boolean;
|
|
92
|
+
readonly showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
93
|
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;
|
|
100
99
|
readonly beforeClose?: import("element-plus").DialogBeforeCloseFn | undefined;
|
|
101
|
-
readonly headerClass?: string | undefined;
|
|
102
100
|
readonly modalClass?: string | undefined;
|
|
101
|
+
readonly headerClass?: string | undefined;
|
|
103
102
|
readonly bodyClass?: string | undefined;
|
|
104
103
|
readonly footerClass?: string | undefined;
|
|
105
104
|
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" | "appendTo" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "center" | "alignCenter" | "draggable" | "overflow" | "fullscreen" | "showClose" | "ariaLevel" | "withHeader" | "direction" | "modalFade">;
|
|
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" | "appendTo" | "destroyOnClose" | "closeOnClickModal" | "closeOnPressEscape" | "lockScroll" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "headerAriaLevel" | "center" | "alignCenter" | "draggable" | "overflow" | "fullscreen" | "showClose" | "ariaLevel" | "withHeader" | "direction" | "modalFade" | "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
|
-
withHeader: PickedProps["withHeader"];
|
|
368
|
-
showClose: PickedProps["showClose"];
|
|
369
367
|
lockScroll: PickedProps["lockScroll"];
|
|
368
|
+
showClose: PickedProps["showClose"];
|
|
369
|
+
withHeader: PickedProps["withHeader"];
|
|
370
370
|
defaultFooter: boolean;
|
|
371
371
|
confirmButtonText: string;
|
|
372
372
|
cancelButtonText: string;
|
|
@@ -5,17 +5,3 @@ export { default as PrizmTag } from './PrizmTag.vue';
|
|
|
5
5
|
export { default as PrizmInput } from './PrizmInput.vue';
|
|
6
6
|
export { default as PrizmIcon } from './PrizmIcon.vue';
|
|
7
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';
|
|
13
|
-
export { default as PrizmRadio } from './PrizmRadio/PrizmRadio.vue';
|
|
14
|
-
export { default as PrizmRadioButton } from './PrizmRadio/PrizmRadioButton.vue';
|
|
15
|
-
export { default as PrizmRadioGroup } from './PrizmRadio/PrizmRadioGroup.vue';
|
|
16
|
-
export { default as PrizmSelect } from './PrizmSelect/PrizmSelect.vue';
|
|
17
|
-
export { default as PrizmOption } from './PrizmSelect/PrizmOption.vue';
|
|
18
|
-
export { default as PrizmCollapse } from './PrizmCollapse/PrizmCollapse.vue';
|
|
19
|
-
export { default as PrizmCollapseItem } from './PrizmCollapse/PrizmCollapseItem.vue';
|
|
20
|
-
export { PrizmMessageBox } from './PrizmMessageBox/PrizmMessageBox';
|
|
21
|
-
export { PrizmNotification } from './PrizmNotification/PrizmNotification';
|