prizm-ui-vue 2.2.17 → 2.2.18

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 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" | "center" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel">;
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" | "center" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel" | "visible" | "dialogContentRef" | "resetPosition"> & import("vue").ShallowUnwrapRef<{
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" | "center" | "withHeader" | "showClose" | "fullscreen" | "destroyOnClose" | "draggable" | "alignCenter" | "lockScroll" | "direction" | "modalFade" | "headerAriaLevel" | "appendTo" | "closeOnClickModal" | "closeOnPressEscape" | "modal" | "openDelay" | "closeDelay" | "trapFocus" | "overflow" | "ariaLevel">;
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" | "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<{
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;
@@ -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;
70
72
  readonly autosize: import("element-plus").InputAutoSize;
71
73
  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;
81
84
  readonly ariaLabel?: string | undefined;
82
85
  readonly maxlength?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
83
86
  readonly minlength?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
84
87
  readonly formatter?: Function | undefined;
85
88
  readonly parser?: Function | undefined;
86
- readonly placeholder?: string | undefined;
87
- readonly form?: string | undefined;
88
89
  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" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows">;
103
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "type" | "autofocus" | "modelValue" | "id" | "tabindex" | "validateEvent" | "clearable" | "readonly" | "autosize" | "autocomplete" | "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" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "textarea" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import("vue").ShallowUnwrapRef<{
391
+ }, "disabled" | "type" | "autofocus" | "clear" | "ref" | "blur" | "focus" | "input" | "select" | "modelValue" | "id" | "tabindex" | "validateEvent" | "textarea" | "clearable" | "readonly" | "autosize" | "autocomplete" | "showPassword" | "showWordLimit" | "containerRole" | "inputStyle" | "rows" | "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,19 +1,2 @@
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';
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 { PrizmMessageBox } from './PrizmMessageBox/PrizmMessageBox';
19
- export { PrizmNotification } from './PrizmNotification/PrizmNotification';