@web-utils/form-ui 1.0.0-beta93 → 1.0.0-beta95
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/chunks/{6dpdFLpv2.mjs → B0i3ywbn2.mjs} +35 -44
- package/chunks/{Cv1iIzzy2.mjs → BanS-yUY2.mjs} +1 -1
- package/chunks/{BZw-uhPj.mjs → C23Qaggp.mjs} +27 -26
- package/chunks/{n1KViU9y2.mjs → CIVnqVAQ2.mjs} +12 -9
- package/chunks/{JUkvPXqc.mjs → CZxWWk4N.mjs} +8 -8
- package/chunks/{BKdkhZkk2.mjs → D7kTwnJK2.mjs} +1 -1
- package/chunks/{C6l7TFPU.mjs → D8C17D2k.mjs} +7 -7
- package/chunks/{DngNYJVa2.mjs → DzfHfYvS2.mjs} +1 -1
- package/chunks/{5BOS55Lv2.mjs → NYkLWtyw2.mjs} +1 -1
- package/chunks/{BpZ0yk642.mjs → bBwzYT0T2.mjs} +23 -18
- package/chunks/{-d4DuTH12.mjs → dgRz6V6p2.mjs} +1 -1
- package/chunks/qIca9lDu2.mjs +108 -0
- package/chunks/{DRkvaPr32.mjs → q_m3gw_j2.mjs} +11 -8
- package/chunks/{BTVXdtOG.mjs → sCsjgWvR.mjs} +104 -95
- package/chunks/{D6B1lNKn2.mjs → v2GLQDzI2.mjs} +18 -18
- package/data-table-picker/index.mjs +1 -1
- package/form-cascader/index.mjs +1 -1
- package/form-checkbox-group/index.mjs +1 -1
- package/form-input/index.d.ts +3 -3
- package/form-input/index.mjs +1 -1
- package/form-input-email/index.d.ts +3 -3
- package/form-input-email/index.mjs +1 -1
- package/form-input-id-card/index.d.ts +3 -3
- package/form-input-id-card/index.mjs +1 -1
- package/form-input-number/index.d.ts +2 -2
- package/form-input-number/index.mjs +1 -1
- package/form-input-phone-number/index.d.ts +3 -3
- package/form-input-phone-number/index.mjs +1 -1
- package/form-radio-group/index.mjs +1 -1
- package/form-select/index.mjs +1 -1
- package/form-table/index.d.ts +2 -0
- package/form-table/index.mjs +1 -1
- package/form-table-plus/index.d.ts +2 -2
- package/form-table-plus/index.mjs +1 -1
- package/form-textarea/index.d.ts +1 -1
- package/form-textarea/index.mjs +1 -1
- package/index.mjs +15 -15
- package/package.json +3 -4
- package/pageable-table/index.d.ts +2 -2
- package/pageable-table/index.mjs +1 -1
- package/props/input-number.d.ts +1 -1
- package/props/input-number.mjs +5 -1
- package/props/input.d.ts +1 -1
- package/props/input.mjs +3 -2
- package/sub-table/index.d.ts +2 -0
- package/sub-table/index.mjs +1 -1
- package/sub-table-plus/index.d.ts +2 -0
- package/sub-table-plus/index.mjs +1 -1
- package/table-view/index.d.ts +3 -0
- package/table-view/index.mjs +13 -18
- package/vue/directives/chat-drag.d.ts +2 -0
- package/vue/directives/chat-drag.mjs +12 -0
- package/vue/directives/click-outside.d.ts +10 -0
- package/vue/directives/click-outside.mjs +36 -0
- package/vue/directives/dialog-drag.d.ts +2 -0
- package/vue/directives/dialog-drag.mjs +15 -0
- package/vue/directives/drag-move.d.ts +10 -0
- package/vue/directives/drag-move.mjs +27 -0
- package/vue/directives/fix-fixed-column-height.d.ts +7 -0
- package/vue/directives/fix-fixed-column-height.mjs +20 -0
- package/vue/directives/index.d.ts +7 -0
- package/vue/directives/index.mjs +8 -0
- package/vue/directives/resize.d.ts +2 -0
- package/vue/directives/resize.mjs +12 -0
- package/vue/directives/scroll-bottom.d.ts +5 -0
- package/vue/directives/scroll-bottom.mjs +6 -0
- package/vue/hooks/index.d.ts +3 -0
- package/vue/hooks/index.mjs +4 -0
- package/{hook → vue/hooks}/useDictionary.d.ts +1 -1
- package/{hook → vue/hooks}/useDictionary.mjs +2 -2
- package/vue/hooks/useEventBus.d.ts +1 -0
- package/vue/hooks/useEventBus.mjs +20 -0
- package/{hook → vue/hooks}/useVisibilityChange.mjs +1 -1
- package/vue/index.d.ts +3 -0
- package/vue/index.mjs +83 -0
- package/vue/mixin/bus.d.ts +5 -0
- package/vue/mixin/bus.mjs +33 -0
- package/vue/mixin/dialog.d.ts +38 -0
- package/vue/mixin/dialog.mjs +2 -0
- package/vue/mixin/index.d.ts +6 -0
- package/vue/mixin/index.mjs +7 -0
- package/vue/mixin/message.d.ts +2 -0
- package/vue/mixin/message.mjs +27 -0
- package/vue/mixin/multi-items.d.ts +43 -0
- package/vue/mixin/multi-items.mjs +70 -0
- package/vue/mixin/page.d.ts +28 -0
- package/vue/mixin/page.mjs +38 -0
- package/vue/mixin/resize-mixin.d.ts +15 -0
- package/vue/mixin/resize-mixin.mjs +24 -0
- package/web-types.json +1 -1
- package/chunks/DML17Idh2.mjs +0 -108
- package/column/index.d.ts +0 -38
- package/column-default/index.d.ts +0 -77
- package/column-dynamic/index.d.ts +0 -8
- package/column-menu/index.d.ts +0 -81
- package/column-slot/index.d.ts +0 -21
- package/dialog-column/index.d.ts +0 -19
- package/dialog-excel/index.d.ts +0 -16
- package/dialog-filter/index.d.ts +0 -20
- package/element-base-info/index.d.ts +0 -35
- package/element-form/index.d.ts +0 -45
- package/element-listeners/index.d.ts +0 -42
- package/element-multi-instance/index.d.ts +0 -29
- package/element-other-config/index.d.ts +0 -14
- package/element-properties/index.d.ts +0 -21
- package/element-task-config/index.d.ts +0 -89
- package/flow-condition/index.d.ts +0 -16
- package/form-group/index.d.ts +0 -62
- package/form-temp/index.d.ts +0 -11286
- package/fy-dialog-form/index.d.ts +0 -1014
- package/fy-form-menu/index.d.ts +0 -9
- package/header-menu/index.d.ts +0 -86
- package/header-search/index.d.ts +0 -32
- package/process-designer/index.d.ts +0 -176
- package/process-palette/index.d.ts +0 -9
- package/properties-panel/index.d.ts +0 -97
- package/receive-task/index.d.ts +0 -20
- package/script-task/index.d.ts +0 -21
- package/signal-and-message/index.d.ts +0 -22
- package/table-column-filterable/index.d.ts +0 -163
- package/table-column-setting-panel/index.d.ts +0 -14
- package/table-page/index.d.ts +0 -23
- package/trigger/index.d.ts +0 -25
- package/user-task/index.d.ts +0 -24
- package/user-task-listeners/index.d.ts +0 -45
- package/vue-tree-select-arrow/index.d.ts +0 -2
- package/vue-tree-select-control/index.d.ts +0 -2
- package/vue-tree-select-delete/index.d.ts +0 -2
- package/vue-tree-select-hidden-fields/index.d.ts +0 -2
- package/vue-tree-select-input/index.d.ts +0 -2
- package/vue-tree-select-menu/index.d.ts +0 -2
- package/vue-tree-select-menu-portal/index.d.ts +0 -2
- package/vue-tree-select-multi-value/index.d.ts +0 -2
- package/vue-tree-select-multi-value-item/index.d.ts +0 -12
- package/vue-tree-select-option/index.d.ts +0 -12
- package/vue-tree-select-placeholder/index.d.ts +0 -2
- package/vue-tree-select-portal-target/index.d.ts +0 -2
- package/vue-tree-select-single-value/index.d.ts +0 -2
- /package/{hook → vue/hooks}/useVisibilityChange.d.ts +0 -0
|
@@ -1,1014 +0,0 @@
|
|
|
1
|
-
import { uploadFun } from '../../../utils/util.ts';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {
|
|
3
|
-
disabled: boolean;
|
|
4
|
-
boxType: string;
|
|
5
|
-
fullscreen: boolean;
|
|
6
|
-
size: null;
|
|
7
|
-
boxVisible: boolean;
|
|
8
|
-
}, {
|
|
9
|
-
option(): any;
|
|
10
|
-
isView(): boolean;
|
|
11
|
-
isAdd(): boolean;
|
|
12
|
-
isEdit(): boolean;
|
|
13
|
-
direction(): any;
|
|
14
|
-
width(): any;
|
|
15
|
-
dialogType(): ({
|
|
16
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
17
|
-
close: () => void;
|
|
18
|
-
hide: () => void;
|
|
19
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
20
|
-
modelValue: boolean;
|
|
21
|
-
customClass: string;
|
|
22
|
-
showClose: boolean;
|
|
23
|
-
embed: boolean;
|
|
24
|
-
title: string;
|
|
25
|
-
fullscreen: boolean;
|
|
26
|
-
appendToBody: boolean;
|
|
27
|
-
center: boolean;
|
|
28
|
-
top: string;
|
|
29
|
-
showFullscreen: boolean;
|
|
30
|
-
showFullScreen: boolean;
|
|
31
|
-
bodyPadding: boolean;
|
|
32
|
-
modal: boolean;
|
|
33
|
-
modalPenetrable: boolean;
|
|
34
|
-
lockScroll: boolean;
|
|
35
|
-
openDelay: number;
|
|
36
|
-
closeDelay: number;
|
|
37
|
-
closeOnClickModal: boolean;
|
|
38
|
-
closeOnPressEscape: boolean;
|
|
39
|
-
draggable: boolean;
|
|
40
|
-
overflow: boolean;
|
|
41
|
-
alignCenter: boolean;
|
|
42
|
-
destroyOnClose: boolean;
|
|
43
|
-
headerAriaLevel: string;
|
|
44
|
-
zIndex?: number | undefined;
|
|
45
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
46
|
-
beforeClose?: Function | undefined;
|
|
47
|
-
transition?: string | Record<string, any> | undefined;
|
|
48
|
-
width?: string | number | undefined;
|
|
49
|
-
height?: string | undefined;
|
|
50
|
-
modalClass?: string | undefined;
|
|
51
|
-
headerClass?: string | undefined;
|
|
52
|
-
bodyClass?: string | undefined;
|
|
53
|
-
footerClass?: string | undefined;
|
|
54
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
55
|
-
$props: {
|
|
56
|
-
readonly modelValue?: boolean | undefined;
|
|
57
|
-
readonly customClass?: string | undefined;
|
|
58
|
-
readonly showClose?: boolean | undefined;
|
|
59
|
-
readonly embed?: boolean | undefined;
|
|
60
|
-
readonly title?: string | undefined;
|
|
61
|
-
readonly fullscreen?: boolean | undefined;
|
|
62
|
-
readonly appendToBody?: boolean | undefined;
|
|
63
|
-
readonly center?: boolean | undefined;
|
|
64
|
-
readonly top?: string | undefined;
|
|
65
|
-
readonly showFullscreen?: boolean | undefined;
|
|
66
|
-
readonly showFullScreen?: boolean | undefined;
|
|
67
|
-
readonly bodyPadding?: boolean | undefined;
|
|
68
|
-
readonly modal?: boolean | undefined;
|
|
69
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
70
|
-
readonly lockScroll?: boolean | undefined;
|
|
71
|
-
readonly openDelay?: number | undefined;
|
|
72
|
-
readonly closeDelay?: number | undefined;
|
|
73
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
74
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
75
|
-
readonly draggable?: boolean | undefined;
|
|
76
|
-
readonly overflow?: boolean | undefined;
|
|
77
|
-
readonly alignCenter?: boolean | undefined;
|
|
78
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
79
|
-
readonly headerAriaLevel?: string | undefined;
|
|
80
|
-
readonly zIndex?: number | undefined;
|
|
81
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
82
|
-
readonly beforeClose?: Function | undefined;
|
|
83
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
84
|
-
readonly width?: string | number | undefined;
|
|
85
|
-
readonly height?: string | undefined;
|
|
86
|
-
readonly modalClass?: string | undefined;
|
|
87
|
-
readonly headerClass?: string | undefined;
|
|
88
|
-
readonly bodyClass?: string | undefined;
|
|
89
|
-
readonly footerClass?: string | undefined;
|
|
90
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
91
|
-
};
|
|
92
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
93
|
-
dialog: ({
|
|
94
|
-
$: import('vue').ComponentInternalInstance;
|
|
95
|
-
$data: {};
|
|
96
|
-
$props: {
|
|
97
|
-
readonly appendToBody?: boolean | undefined;
|
|
98
|
-
readonly appendTo?: (string | HTMLElement) | undefined;
|
|
99
|
-
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
100
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
101
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
102
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
103
|
-
readonly lockScroll?: boolean | undefined;
|
|
104
|
-
readonly modal?: boolean | undefined;
|
|
105
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
106
|
-
readonly openDelay?: number | undefined;
|
|
107
|
-
readonly closeDelay?: number | undefined;
|
|
108
|
-
readonly top?: string | undefined;
|
|
109
|
-
readonly modelValue?: boolean | undefined;
|
|
110
|
-
readonly modalClass?: string | undefined;
|
|
111
|
-
readonly width?: string | number | undefined;
|
|
112
|
-
readonly zIndex?: number | undefined;
|
|
113
|
-
readonly trapFocus?: boolean | undefined;
|
|
114
|
-
readonly headerAriaLevel?: string | undefined;
|
|
115
|
-
readonly transition?: import('element-plus').DialogTransition | undefined;
|
|
116
|
-
readonly center?: boolean | undefined;
|
|
117
|
-
readonly alignCenter?: boolean | undefined;
|
|
118
|
-
readonly closeIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
119
|
-
readonly draggable?: boolean | undefined;
|
|
120
|
-
readonly overflow?: boolean | undefined;
|
|
121
|
-
readonly fullscreen?: boolean | undefined;
|
|
122
|
-
readonly headerClass?: string | undefined;
|
|
123
|
-
readonly bodyClass?: string | undefined;
|
|
124
|
-
readonly footerClass?: string | undefined;
|
|
125
|
-
readonly showClose?: boolean | undefined;
|
|
126
|
-
readonly title?: string | undefined;
|
|
127
|
-
readonly ariaLevel?: string | undefined;
|
|
128
|
-
readonly onClose?: (() => any) | undefined | undefined;
|
|
129
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
|
|
130
|
-
readonly onOpen?: (() => any) | undefined | undefined;
|
|
131
|
-
readonly onOpened?: (() => any) | undefined | undefined;
|
|
132
|
-
readonly onClosed?: (() => any) | undefined | undefined;
|
|
133
|
-
readonly onOpenAutoFocus?: (() => any) | undefined | undefined;
|
|
134
|
-
readonly onCloseAutoFocus?: (() => any) | undefined | undefined;
|
|
135
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
136
|
-
$attrs: import('vue').Attrs;
|
|
137
|
-
$refs: {
|
|
138
|
-
[x: string]: unknown;
|
|
139
|
-
};
|
|
140
|
-
$slots: Readonly<{
|
|
141
|
-
[name: string]: globalThis.Slot | undefined;
|
|
142
|
-
}>;
|
|
143
|
-
$root: ComponentPublicInstance | null;
|
|
144
|
-
$parent: ComponentPublicInstance | null;
|
|
145
|
-
$host: Element | null;
|
|
146
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "close") => void) & ((event: "closed") => void) & ((event: "open") => void) & ((event: "opened") => void) & ((event: "openAutoFocus") => void) & ((event: "closeAutoFocus") => void);
|
|
147
|
-
$el: any;
|
|
148
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
149
|
-
onClose?: (() => any) | undefined;
|
|
150
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
151
|
-
onOpen?: (() => any) | undefined;
|
|
152
|
-
onOpened?: (() => any) | undefined;
|
|
153
|
-
onClosed?: (() => any) | undefined;
|
|
154
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
155
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
156
|
-
}>, {
|
|
157
|
-
visible: globalThis.Ref<boolean, boolean>;
|
|
158
|
-
dialogContentRef: globalThis.Ref<any, any>;
|
|
159
|
-
resetPosition: () => void;
|
|
160
|
-
handleClose: () => void;
|
|
161
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
162
|
-
close: () => void;
|
|
163
|
-
"update:modelValue": (value: boolean) => void;
|
|
164
|
-
open: () => void;
|
|
165
|
-
opened: () => void;
|
|
166
|
-
closed: () => void;
|
|
167
|
-
openAutoFocus: () => void;
|
|
168
|
-
closeAutoFocus: () => void;
|
|
169
|
-
}, string, {
|
|
170
|
-
appendTo: string | HTMLElement;
|
|
171
|
-
title: string;
|
|
172
|
-
transition: import('element-plus').DialogTransition;
|
|
173
|
-
overflow: boolean;
|
|
174
|
-
closeOnClickModal: boolean;
|
|
175
|
-
closeOnPressEscape: boolean;
|
|
176
|
-
lockScroll: boolean;
|
|
177
|
-
modal: boolean;
|
|
178
|
-
openDelay: number;
|
|
179
|
-
closeDelay: number;
|
|
180
|
-
headerAriaLevel: string;
|
|
181
|
-
alignCenter: boolean;
|
|
182
|
-
draggable: boolean;
|
|
183
|
-
showClose: boolean;
|
|
184
|
-
ariaLevel: string;
|
|
185
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
186
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
187
|
-
created?: (() => void) | (() => void)[];
|
|
188
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
189
|
-
mounted?: (() => void) | (() => void)[];
|
|
190
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
191
|
-
updated?: (() => void) | (() => void)[];
|
|
192
|
-
activated?: (() => void) | (() => void)[];
|
|
193
|
-
deactivated?: (() => void) | (() => void)[];
|
|
194
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
195
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
196
|
-
destroyed?: (() => void) | (() => void)[];
|
|
197
|
-
unmounted?: (() => void) | (() => void)[];
|
|
198
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
199
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
200
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
201
|
-
};
|
|
202
|
-
$forceUpdate: () => void;
|
|
203
|
-
$nextTick: typeof import('vue').nextTick;
|
|
204
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
205
|
-
} & Readonly<{
|
|
206
|
-
appendTo: string | HTMLElement;
|
|
207
|
-
title: string;
|
|
208
|
-
transition: import('element-plus').DialogTransition;
|
|
209
|
-
overflow: boolean;
|
|
210
|
-
closeOnClickModal: boolean;
|
|
211
|
-
closeOnPressEscape: boolean;
|
|
212
|
-
lockScroll: boolean;
|
|
213
|
-
modal: boolean;
|
|
214
|
-
openDelay: number;
|
|
215
|
-
closeDelay: number;
|
|
216
|
-
headerAriaLevel: string;
|
|
217
|
-
alignCenter: boolean;
|
|
218
|
-
draggable: boolean;
|
|
219
|
-
showClose: boolean;
|
|
220
|
-
ariaLevel: string;
|
|
221
|
-
}> & Omit<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
222
|
-
onClose?: (() => any) | undefined;
|
|
223
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
224
|
-
onOpen?: (() => any) | undefined;
|
|
225
|
-
onOpened?: (() => any) | undefined;
|
|
226
|
-
onClosed?: (() => any) | undefined;
|
|
227
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
228
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
229
|
-
}>, "showClose" | "appendTo" | "title" | "visible" | "transition" | "modal" | "lockScroll" | "openDelay" | "closeDelay" | "closeOnClickModal" | "closeOnPressEscape" | "draggable" | "overflow" | "alignCenter" | "headerAriaLevel" | "ariaLevel" | "dialogContentRef" | "resetPosition" | "handleClose"> & {
|
|
230
|
-
visible: boolean;
|
|
231
|
-
dialogContentRef: any;
|
|
232
|
-
resetPosition: () => void;
|
|
233
|
-
handleClose: () => void;
|
|
234
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
235
|
-
$slots: {
|
|
236
|
-
header?: (props: {
|
|
237
|
-
close: () => void;
|
|
238
|
-
titleId: string;
|
|
239
|
-
titleClass: string;
|
|
240
|
-
}) => any;
|
|
241
|
-
} & {
|
|
242
|
-
title?: (props: {}) => any;
|
|
243
|
-
} & {
|
|
244
|
-
default?: (props: {}) => any;
|
|
245
|
-
} & {
|
|
246
|
-
footer?: (props: {}) => any;
|
|
247
|
-
};
|
|
248
|
-
}) | null;
|
|
249
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
250
|
-
P: {};
|
|
251
|
-
B: {};
|
|
252
|
-
D: {};
|
|
253
|
-
C: {};
|
|
254
|
-
M: {};
|
|
255
|
-
Defaults: {};
|
|
256
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
257
|
-
close: () => void;
|
|
258
|
-
hide: () => void;
|
|
259
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
260
|
-
modelValue: boolean;
|
|
261
|
-
customClass: string;
|
|
262
|
-
showClose: boolean;
|
|
263
|
-
embed: boolean;
|
|
264
|
-
title: string;
|
|
265
|
-
fullscreen: boolean;
|
|
266
|
-
appendToBody: boolean;
|
|
267
|
-
center: boolean;
|
|
268
|
-
top: string;
|
|
269
|
-
showFullscreen: boolean;
|
|
270
|
-
showFullScreen: boolean;
|
|
271
|
-
bodyPadding: boolean;
|
|
272
|
-
modal: boolean;
|
|
273
|
-
modalPenetrable: boolean;
|
|
274
|
-
lockScroll: boolean;
|
|
275
|
-
openDelay: number;
|
|
276
|
-
closeDelay: number;
|
|
277
|
-
closeOnClickModal: boolean;
|
|
278
|
-
closeOnPressEscape: boolean;
|
|
279
|
-
draggable: boolean;
|
|
280
|
-
overflow: boolean;
|
|
281
|
-
alignCenter: boolean;
|
|
282
|
-
destroyOnClose: boolean;
|
|
283
|
-
headerAriaLevel: string;
|
|
284
|
-
zIndex?: number | undefined;
|
|
285
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
286
|
-
beforeClose?: Function | undefined;
|
|
287
|
-
transition?: string | Record<string, any> | undefined;
|
|
288
|
-
width?: string | number | undefined;
|
|
289
|
-
height?: string | undefined;
|
|
290
|
-
modalClass?: string | undefined;
|
|
291
|
-
headerClass?: string | undefined;
|
|
292
|
-
bodyClass?: string | undefined;
|
|
293
|
-
footerClass?: string | undefined;
|
|
294
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
295
|
-
$props: {
|
|
296
|
-
readonly modelValue?: boolean | undefined;
|
|
297
|
-
readonly customClass?: string | undefined;
|
|
298
|
-
readonly showClose?: boolean | undefined;
|
|
299
|
-
readonly embed?: boolean | undefined;
|
|
300
|
-
readonly title?: string | undefined;
|
|
301
|
-
readonly fullscreen?: boolean | undefined;
|
|
302
|
-
readonly appendToBody?: boolean | undefined;
|
|
303
|
-
readonly center?: boolean | undefined;
|
|
304
|
-
readonly top?: string | undefined;
|
|
305
|
-
readonly showFullscreen?: boolean | undefined;
|
|
306
|
-
readonly showFullScreen?: boolean | undefined;
|
|
307
|
-
readonly bodyPadding?: boolean | undefined;
|
|
308
|
-
readonly modal?: boolean | undefined;
|
|
309
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
310
|
-
readonly lockScroll?: boolean | undefined;
|
|
311
|
-
readonly openDelay?: number | undefined;
|
|
312
|
-
readonly closeDelay?: number | undefined;
|
|
313
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
314
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
315
|
-
readonly draggable?: boolean | undefined;
|
|
316
|
-
readonly overflow?: boolean | undefined;
|
|
317
|
-
readonly alignCenter?: boolean | undefined;
|
|
318
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
319
|
-
readonly headerAriaLevel?: string | undefined;
|
|
320
|
-
readonly zIndex?: number | undefined;
|
|
321
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
322
|
-
readonly beforeClose?: Function | undefined;
|
|
323
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
324
|
-
readonly width?: string | number | undefined;
|
|
325
|
-
readonly height?: string | undefined;
|
|
326
|
-
readonly modalClass?: string | undefined;
|
|
327
|
-
readonly headerClass?: string | undefined;
|
|
328
|
-
readonly bodyClass?: string | undefined;
|
|
329
|
-
readonly footerClass?: string | undefined;
|
|
330
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
331
|
-
};
|
|
332
|
-
}, {}, {}, {}, {}>;
|
|
333
|
-
__isFragment?: never;
|
|
334
|
-
__isTeleport?: never;
|
|
335
|
-
__isSuspense?: never;
|
|
336
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
337
|
-
close: () => void;
|
|
338
|
-
hide: () => void;
|
|
339
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
340
|
-
modelValue: boolean;
|
|
341
|
-
customClass: string;
|
|
342
|
-
showClose: boolean;
|
|
343
|
-
embed: boolean;
|
|
344
|
-
title: string;
|
|
345
|
-
fullscreen: boolean;
|
|
346
|
-
appendToBody: boolean;
|
|
347
|
-
center: boolean;
|
|
348
|
-
top: string;
|
|
349
|
-
showFullscreen: boolean;
|
|
350
|
-
showFullScreen: boolean;
|
|
351
|
-
bodyPadding: boolean;
|
|
352
|
-
modal: boolean;
|
|
353
|
-
modalPenetrable: boolean;
|
|
354
|
-
lockScroll: boolean;
|
|
355
|
-
openDelay: number;
|
|
356
|
-
closeDelay: number;
|
|
357
|
-
closeOnClickModal: boolean;
|
|
358
|
-
closeOnPressEscape: boolean;
|
|
359
|
-
draggable: boolean;
|
|
360
|
-
overflow: boolean;
|
|
361
|
-
alignCenter: boolean;
|
|
362
|
-
destroyOnClose: boolean;
|
|
363
|
-
headerAriaLevel: string;
|
|
364
|
-
zIndex?: number | undefined;
|
|
365
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
366
|
-
beforeClose?: Function | undefined;
|
|
367
|
-
transition?: string | Record<string, any> | undefined;
|
|
368
|
-
width?: string | number | undefined;
|
|
369
|
-
height?: string | undefined;
|
|
370
|
-
modalClass?: string | undefined;
|
|
371
|
-
headerClass?: string | undefined;
|
|
372
|
-
bodyClass?: string | undefined;
|
|
373
|
-
footerClass?: string | undefined;
|
|
374
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
375
|
-
$props: {
|
|
376
|
-
readonly modelValue?: boolean | undefined;
|
|
377
|
-
readonly customClass?: string | undefined;
|
|
378
|
-
readonly showClose?: boolean | undefined;
|
|
379
|
-
readonly embed?: boolean | undefined;
|
|
380
|
-
readonly title?: string | undefined;
|
|
381
|
-
readonly fullscreen?: boolean | undefined;
|
|
382
|
-
readonly appendToBody?: boolean | undefined;
|
|
383
|
-
readonly center?: boolean | undefined;
|
|
384
|
-
readonly top?: string | undefined;
|
|
385
|
-
readonly showFullscreen?: boolean | undefined;
|
|
386
|
-
readonly showFullScreen?: boolean | undefined;
|
|
387
|
-
readonly bodyPadding?: boolean | undefined;
|
|
388
|
-
readonly modal?: boolean | undefined;
|
|
389
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
390
|
-
readonly lockScroll?: boolean | undefined;
|
|
391
|
-
readonly openDelay?: number | undefined;
|
|
392
|
-
readonly closeDelay?: number | undefined;
|
|
393
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
394
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
395
|
-
readonly draggable?: boolean | undefined;
|
|
396
|
-
readonly overflow?: boolean | undefined;
|
|
397
|
-
readonly alignCenter?: boolean | undefined;
|
|
398
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
399
|
-
readonly headerAriaLevel?: string | undefined;
|
|
400
|
-
readonly zIndex?: number | undefined;
|
|
401
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
402
|
-
readonly beforeClose?: Function | undefined;
|
|
403
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
404
|
-
readonly width?: string | number | undefined;
|
|
405
|
-
readonly height?: string | undefined;
|
|
406
|
-
readonly modalClass?: string | undefined;
|
|
407
|
-
readonly headerClass?: string | undefined;
|
|
408
|
-
readonly bodyClass?: string | undefined;
|
|
409
|
-
readonly footerClass?: string | undefined;
|
|
410
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
411
|
-
};
|
|
412
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
413
|
-
$slots: {
|
|
414
|
-
header?(_: {}): any;
|
|
415
|
-
default?(_: {}): any;
|
|
416
|
-
footer?(_: {
|
|
417
|
-
close: () => void;
|
|
418
|
-
}): any;
|
|
419
|
-
};
|
|
420
|
-
})) | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
421
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').DrawerProps> & Readonly<{
|
|
422
|
-
onClose?: (() => any) | undefined;
|
|
423
|
-
onResize?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
424
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
425
|
-
onOpen?: (() => any) | undefined;
|
|
426
|
-
onOpened?: (() => any) | undefined;
|
|
427
|
-
onClosed?: (() => any) | undefined;
|
|
428
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
429
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
430
|
-
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
431
|
-
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
432
|
-
}>, {
|
|
433
|
-
handleClose: () => void;
|
|
434
|
-
afterEnter: () => void;
|
|
435
|
-
afterLeave: () => void;
|
|
436
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
437
|
-
close: () => void;
|
|
438
|
-
resize: (evt: MouseEvent, size: number) => void;
|
|
439
|
-
"update:modelValue": (value: boolean) => void;
|
|
440
|
-
open: () => void;
|
|
441
|
-
opened: () => void;
|
|
442
|
-
closed: () => void;
|
|
443
|
-
openAutoFocus: () => void;
|
|
444
|
-
closeAutoFocus: () => void;
|
|
445
|
-
"resize-start": (evt: MouseEvent, size: number) => void;
|
|
446
|
-
"resize-end": (evt: MouseEvent, size: number) => void;
|
|
447
|
-
}, import('vue').PublicProps, {
|
|
448
|
-
appendTo: string | HTMLElement;
|
|
449
|
-
title: string;
|
|
450
|
-
size: string | number;
|
|
451
|
-
transition: import('element-plus').DialogTransition;
|
|
452
|
-
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
453
|
-
overflow: boolean;
|
|
454
|
-
closeOnClickModal: boolean;
|
|
455
|
-
closeOnPressEscape: boolean;
|
|
456
|
-
lockScroll: boolean;
|
|
457
|
-
modal: boolean;
|
|
458
|
-
openDelay: number;
|
|
459
|
-
closeDelay: number;
|
|
460
|
-
headerAriaLevel: string;
|
|
461
|
-
alignCenter: boolean;
|
|
462
|
-
draggable: boolean;
|
|
463
|
-
showClose: boolean;
|
|
464
|
-
ariaLevel: string;
|
|
465
|
-
withHeader: boolean;
|
|
466
|
-
modalFade: boolean;
|
|
467
|
-
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
468
|
-
P: {};
|
|
469
|
-
B: {};
|
|
470
|
-
D: {};
|
|
471
|
-
C: {};
|
|
472
|
-
M: {};
|
|
473
|
-
Defaults: {};
|
|
474
|
-
}, Readonly<import('element-plus').DrawerProps> & Readonly<{
|
|
475
|
-
onClose?: (() => any) | undefined;
|
|
476
|
-
onResize?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
477
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
478
|
-
onOpen?: (() => any) | undefined;
|
|
479
|
-
onOpened?: (() => any) | undefined;
|
|
480
|
-
onClosed?: (() => any) | undefined;
|
|
481
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
482
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
483
|
-
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
484
|
-
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
485
|
-
}>, {
|
|
486
|
-
handleClose: () => void;
|
|
487
|
-
afterEnter: () => void;
|
|
488
|
-
afterLeave: () => void;
|
|
489
|
-
}, {}, {}, {}, {
|
|
490
|
-
appendTo: string | HTMLElement;
|
|
491
|
-
title: string;
|
|
492
|
-
size: string | number;
|
|
493
|
-
transition: import('element-plus').DialogTransition;
|
|
494
|
-
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
495
|
-
overflow: boolean;
|
|
496
|
-
closeOnClickModal: boolean;
|
|
497
|
-
closeOnPressEscape: boolean;
|
|
498
|
-
lockScroll: boolean;
|
|
499
|
-
modal: boolean;
|
|
500
|
-
openDelay: number;
|
|
501
|
-
closeDelay: number;
|
|
502
|
-
headerAriaLevel: string;
|
|
503
|
-
alignCenter: boolean;
|
|
504
|
-
draggable: boolean;
|
|
505
|
-
showClose: boolean;
|
|
506
|
-
ariaLevel: string;
|
|
507
|
-
withHeader: boolean;
|
|
508
|
-
modalFade: boolean;
|
|
509
|
-
}>;
|
|
510
|
-
__isFragment?: never;
|
|
511
|
-
__isTeleport?: never;
|
|
512
|
-
__isSuspense?: never;
|
|
513
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').DrawerProps> & Readonly<{
|
|
514
|
-
onClose?: (() => any) | undefined;
|
|
515
|
-
onResize?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
516
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
517
|
-
onOpen?: (() => any) | undefined;
|
|
518
|
-
onOpened?: (() => any) | undefined;
|
|
519
|
-
onClosed?: (() => any) | undefined;
|
|
520
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
521
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
522
|
-
"onResize-start"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
523
|
-
"onResize-end"?: ((evt: MouseEvent, size: number) => any) | undefined;
|
|
524
|
-
}>, {
|
|
525
|
-
handleClose: () => void;
|
|
526
|
-
afterEnter: () => void;
|
|
527
|
-
afterLeave: () => void;
|
|
528
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
529
|
-
close: () => void;
|
|
530
|
-
resize: (evt: MouseEvent, size: number) => void;
|
|
531
|
-
"update:modelValue": (value: boolean) => void;
|
|
532
|
-
open: () => void;
|
|
533
|
-
opened: () => void;
|
|
534
|
-
closed: () => void;
|
|
535
|
-
openAutoFocus: () => void;
|
|
536
|
-
closeAutoFocus: () => void;
|
|
537
|
-
"resize-start": (evt: MouseEvent, size: number) => void;
|
|
538
|
-
"resize-end": (evt: MouseEvent, size: number) => void;
|
|
539
|
-
}, string, {
|
|
540
|
-
appendTo: string | HTMLElement;
|
|
541
|
-
title: string;
|
|
542
|
-
size: string | number;
|
|
543
|
-
transition: import('element-plus').DialogTransition;
|
|
544
|
-
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
545
|
-
overflow: boolean;
|
|
546
|
-
closeOnClickModal: boolean;
|
|
547
|
-
closeOnPressEscape: boolean;
|
|
548
|
-
lockScroll: boolean;
|
|
549
|
-
modal: boolean;
|
|
550
|
-
openDelay: number;
|
|
551
|
-
closeDelay: number;
|
|
552
|
-
headerAriaLevel: string;
|
|
553
|
-
alignCenter: boolean;
|
|
554
|
-
draggable: boolean;
|
|
555
|
-
showClose: boolean;
|
|
556
|
-
ariaLevel: string;
|
|
557
|
-
withHeader: boolean;
|
|
558
|
-
modalFade: boolean;
|
|
559
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
560
|
-
$slots: {
|
|
561
|
-
header?: (props: {
|
|
562
|
-
close: () => void;
|
|
563
|
-
titleId: string;
|
|
564
|
-
titleClass: string;
|
|
565
|
-
}) => any;
|
|
566
|
-
} & {
|
|
567
|
-
title?: (props: {}) => any;
|
|
568
|
-
} & {
|
|
569
|
-
default?: (props: {}) => any;
|
|
570
|
-
} & {
|
|
571
|
-
footer?: (props: {}) => any;
|
|
572
|
-
};
|
|
573
|
-
})>;
|
|
574
|
-
dialogTop(): any;
|
|
575
|
-
isDrawer(): boolean;
|
|
576
|
-
params(): {
|
|
577
|
-
size: any;
|
|
578
|
-
direction: any;
|
|
579
|
-
width?: undefined;
|
|
580
|
-
fullscreen?: undefined;
|
|
581
|
-
} | {
|
|
582
|
-
width: any;
|
|
583
|
-
fullscreen: boolean;
|
|
584
|
-
size?: undefined;
|
|
585
|
-
direction?: undefined;
|
|
586
|
-
};
|
|
587
|
-
dialogTitle(): any;
|
|
588
|
-
dialogMenuPosition(): any;
|
|
589
|
-
}, {
|
|
590
|
-
optVal: (val: any, def: any) => any;
|
|
591
|
-
uploadFun: typeof uploadFun;
|
|
592
|
-
submit(): void;
|
|
593
|
-
reset(): void;
|
|
594
|
-
getSlotName(item: any): any;
|
|
595
|
-
initFun(): void;
|
|
596
|
-
handleChange(): void;
|
|
597
|
-
handleTabClick(tab: any, event: any): void;
|
|
598
|
-
handleFullScreen(): void;
|
|
599
|
-
handleError(error: any): void;
|
|
600
|
-
handleSubmit(form: any, hide: any): void;
|
|
601
|
-
rowSave(hide: any): void;
|
|
602
|
-
rowUpdate(hide: any): void;
|
|
603
|
-
closeDialog(row: any): void;
|
|
604
|
-
hide(done: any): void;
|
|
605
|
-
show(type: any): void;
|
|
606
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
607
|
-
ElementDialog: {
|
|
608
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
609
|
-
close: () => void;
|
|
610
|
-
hide: () => void;
|
|
611
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
612
|
-
modelValue: boolean;
|
|
613
|
-
customClass: string;
|
|
614
|
-
showClose: boolean;
|
|
615
|
-
embed: boolean;
|
|
616
|
-
title: string;
|
|
617
|
-
fullscreen: boolean;
|
|
618
|
-
appendToBody: boolean;
|
|
619
|
-
center: boolean;
|
|
620
|
-
top: string;
|
|
621
|
-
showFullscreen: boolean;
|
|
622
|
-
showFullScreen: boolean;
|
|
623
|
-
bodyPadding: boolean;
|
|
624
|
-
modal: boolean;
|
|
625
|
-
modalPenetrable: boolean;
|
|
626
|
-
lockScroll: boolean;
|
|
627
|
-
openDelay: number;
|
|
628
|
-
closeDelay: number;
|
|
629
|
-
closeOnClickModal: boolean;
|
|
630
|
-
closeOnPressEscape: boolean;
|
|
631
|
-
draggable: boolean;
|
|
632
|
-
overflow: boolean;
|
|
633
|
-
alignCenter: boolean;
|
|
634
|
-
destroyOnClose: boolean;
|
|
635
|
-
headerAriaLevel: string;
|
|
636
|
-
zIndex?: number | undefined;
|
|
637
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
638
|
-
beforeClose?: Function | undefined;
|
|
639
|
-
transition?: string | Record<string, any> | undefined;
|
|
640
|
-
width?: string | number | undefined;
|
|
641
|
-
height?: string | undefined;
|
|
642
|
-
modalClass?: string | undefined;
|
|
643
|
-
headerClass?: string | undefined;
|
|
644
|
-
bodyClass?: string | undefined;
|
|
645
|
-
footerClass?: string | undefined;
|
|
646
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
647
|
-
$props: {
|
|
648
|
-
readonly modelValue?: boolean | undefined;
|
|
649
|
-
readonly customClass?: string | undefined;
|
|
650
|
-
readonly showClose?: boolean | undefined;
|
|
651
|
-
readonly embed?: boolean | undefined;
|
|
652
|
-
readonly title?: string | undefined;
|
|
653
|
-
readonly fullscreen?: boolean | undefined;
|
|
654
|
-
readonly appendToBody?: boolean | undefined;
|
|
655
|
-
readonly center?: boolean | undefined;
|
|
656
|
-
readonly top?: string | undefined;
|
|
657
|
-
readonly showFullscreen?: boolean | undefined;
|
|
658
|
-
readonly showFullScreen?: boolean | undefined;
|
|
659
|
-
readonly bodyPadding?: boolean | undefined;
|
|
660
|
-
readonly modal?: boolean | undefined;
|
|
661
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
662
|
-
readonly lockScroll?: boolean | undefined;
|
|
663
|
-
readonly openDelay?: number | undefined;
|
|
664
|
-
readonly closeDelay?: number | undefined;
|
|
665
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
666
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
667
|
-
readonly draggable?: boolean | undefined;
|
|
668
|
-
readonly overflow?: boolean | undefined;
|
|
669
|
-
readonly alignCenter?: boolean | undefined;
|
|
670
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
671
|
-
readonly headerAriaLevel?: string | undefined;
|
|
672
|
-
readonly zIndex?: number | undefined;
|
|
673
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
674
|
-
readonly beforeClose?: Function | undefined;
|
|
675
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
676
|
-
readonly width?: string | number | undefined;
|
|
677
|
-
readonly height?: string | undefined;
|
|
678
|
-
readonly modalClass?: string | undefined;
|
|
679
|
-
readonly headerClass?: string | undefined;
|
|
680
|
-
readonly bodyClass?: string | undefined;
|
|
681
|
-
readonly footerClass?: string | undefined;
|
|
682
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
683
|
-
};
|
|
684
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
685
|
-
dialog: ({
|
|
686
|
-
$: import('vue').ComponentInternalInstance;
|
|
687
|
-
$data: {};
|
|
688
|
-
$props: {
|
|
689
|
-
readonly appendToBody?: boolean | undefined;
|
|
690
|
-
readonly appendTo?: (string | HTMLElement) | undefined;
|
|
691
|
-
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
692
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
693
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
694
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
695
|
-
readonly lockScroll?: boolean | undefined;
|
|
696
|
-
readonly modal?: boolean | undefined;
|
|
697
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
698
|
-
readonly openDelay?: number | undefined;
|
|
699
|
-
readonly closeDelay?: number | undefined;
|
|
700
|
-
readonly top?: string | undefined;
|
|
701
|
-
readonly modelValue?: boolean | undefined;
|
|
702
|
-
readonly modalClass?: string | undefined;
|
|
703
|
-
readonly width?: string | number | undefined;
|
|
704
|
-
readonly zIndex?: number | undefined;
|
|
705
|
-
readonly trapFocus?: boolean | undefined;
|
|
706
|
-
readonly headerAriaLevel?: string | undefined;
|
|
707
|
-
readonly transition?: import('element-plus').DialogTransition | undefined;
|
|
708
|
-
readonly center?: boolean | undefined;
|
|
709
|
-
readonly alignCenter?: boolean | undefined;
|
|
710
|
-
readonly closeIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
711
|
-
readonly draggable?: boolean | undefined;
|
|
712
|
-
readonly overflow?: boolean | undefined;
|
|
713
|
-
readonly fullscreen?: boolean | undefined;
|
|
714
|
-
readonly headerClass?: string | undefined;
|
|
715
|
-
readonly bodyClass?: string | undefined;
|
|
716
|
-
readonly footerClass?: string | undefined;
|
|
717
|
-
readonly showClose?: boolean | undefined;
|
|
718
|
-
readonly title?: string | undefined;
|
|
719
|
-
readonly ariaLevel?: string | undefined;
|
|
720
|
-
readonly onClose?: (() => any) | undefined | undefined;
|
|
721
|
-
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
|
|
722
|
-
readonly onOpen?: (() => any) | undefined | undefined;
|
|
723
|
-
readonly onOpened?: (() => any) | undefined | undefined;
|
|
724
|
-
readonly onClosed?: (() => any) | undefined | undefined;
|
|
725
|
-
readonly onOpenAutoFocus?: (() => any) | undefined | undefined;
|
|
726
|
-
readonly onCloseAutoFocus?: (() => any) | undefined | undefined;
|
|
727
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
728
|
-
$attrs: import('vue').Attrs;
|
|
729
|
-
$refs: {
|
|
730
|
-
[x: string]: unknown;
|
|
731
|
-
};
|
|
732
|
-
$slots: Readonly<{
|
|
733
|
-
[name: string]: globalThis.Slot | undefined;
|
|
734
|
-
}>;
|
|
735
|
-
$root: ComponentPublicInstance | null;
|
|
736
|
-
$parent: ComponentPublicInstance | null;
|
|
737
|
-
$host: Element | null;
|
|
738
|
-
$emit: ((event: "update:modelValue", value: boolean) => void) & ((event: "close") => void) & ((event: "closed") => void) & ((event: "open") => void) & ((event: "opened") => void) & ((event: "openAutoFocus") => void) & ((event: "closeAutoFocus") => void);
|
|
739
|
-
$el: any;
|
|
740
|
-
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
741
|
-
onClose?: (() => any) | undefined;
|
|
742
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
743
|
-
onOpen?: (() => any) | undefined;
|
|
744
|
-
onOpened?: (() => any) | undefined;
|
|
745
|
-
onClosed?: (() => any) | undefined;
|
|
746
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
747
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
748
|
-
}>, {
|
|
749
|
-
visible: globalThis.Ref<boolean, boolean>;
|
|
750
|
-
dialogContentRef: globalThis.Ref<any, any>;
|
|
751
|
-
resetPosition: () => void;
|
|
752
|
-
handleClose: () => void;
|
|
753
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
754
|
-
close: () => void;
|
|
755
|
-
"update:modelValue": (value: boolean) => void;
|
|
756
|
-
open: () => void;
|
|
757
|
-
opened: () => void;
|
|
758
|
-
closed: () => void;
|
|
759
|
-
openAutoFocus: () => void;
|
|
760
|
-
closeAutoFocus: () => void;
|
|
761
|
-
}, string, {
|
|
762
|
-
appendTo: string | HTMLElement;
|
|
763
|
-
title: string;
|
|
764
|
-
transition: import('element-plus').DialogTransition;
|
|
765
|
-
overflow: boolean;
|
|
766
|
-
closeOnClickModal: boolean;
|
|
767
|
-
closeOnPressEscape: boolean;
|
|
768
|
-
lockScroll: boolean;
|
|
769
|
-
modal: boolean;
|
|
770
|
-
openDelay: number;
|
|
771
|
-
closeDelay: number;
|
|
772
|
-
headerAriaLevel: string;
|
|
773
|
-
alignCenter: boolean;
|
|
774
|
-
draggable: boolean;
|
|
775
|
-
showClose: boolean;
|
|
776
|
-
ariaLevel: string;
|
|
777
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
778
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
779
|
-
created?: (() => void) | (() => void)[];
|
|
780
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
781
|
-
mounted?: (() => void) | (() => void)[];
|
|
782
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
783
|
-
updated?: (() => void) | (() => void)[];
|
|
784
|
-
activated?: (() => void) | (() => void)[];
|
|
785
|
-
deactivated?: (() => void) | (() => void)[];
|
|
786
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
787
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
788
|
-
destroyed?: (() => void) | (() => void)[];
|
|
789
|
-
unmounted?: (() => void) | (() => void)[];
|
|
790
|
-
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
791
|
-
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
792
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
793
|
-
};
|
|
794
|
-
$forceUpdate: () => void;
|
|
795
|
-
$nextTick: typeof import('vue').nextTick;
|
|
796
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
797
|
-
} & Readonly<{
|
|
798
|
-
appendTo: string | HTMLElement;
|
|
799
|
-
title: string;
|
|
800
|
-
transition: import('element-plus').DialogTransition;
|
|
801
|
-
overflow: boolean;
|
|
802
|
-
closeOnClickModal: boolean;
|
|
803
|
-
closeOnPressEscape: boolean;
|
|
804
|
-
lockScroll: boolean;
|
|
805
|
-
modal: boolean;
|
|
806
|
-
openDelay: number;
|
|
807
|
-
closeDelay: number;
|
|
808
|
-
headerAriaLevel: string;
|
|
809
|
-
alignCenter: boolean;
|
|
810
|
-
draggable: boolean;
|
|
811
|
-
showClose: boolean;
|
|
812
|
-
ariaLevel: string;
|
|
813
|
-
}> & Omit<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
814
|
-
onClose?: (() => any) | undefined;
|
|
815
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
816
|
-
onOpen?: (() => any) | undefined;
|
|
817
|
-
onOpened?: (() => any) | undefined;
|
|
818
|
-
onClosed?: (() => any) | undefined;
|
|
819
|
-
onOpenAutoFocus?: (() => any) | undefined;
|
|
820
|
-
onCloseAutoFocus?: (() => any) | undefined;
|
|
821
|
-
}>, "showClose" | "appendTo" | "title" | "visible" | "transition" | "modal" | "lockScroll" | "openDelay" | "closeDelay" | "closeOnClickModal" | "closeOnPressEscape" | "draggable" | "overflow" | "alignCenter" | "headerAriaLevel" | "ariaLevel" | "dialogContentRef" | "resetPosition" | "handleClose"> & {
|
|
822
|
-
visible: boolean;
|
|
823
|
-
dialogContentRef: any;
|
|
824
|
-
resetPosition: () => void;
|
|
825
|
-
handleClose: () => void;
|
|
826
|
-
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
827
|
-
$slots: {
|
|
828
|
-
header?: (props: {
|
|
829
|
-
close: () => void;
|
|
830
|
-
titleId: string;
|
|
831
|
-
titleClass: string;
|
|
832
|
-
}) => any;
|
|
833
|
-
} & {
|
|
834
|
-
title?: (props: {}) => any;
|
|
835
|
-
} & {
|
|
836
|
-
default?: (props: {}) => any;
|
|
837
|
-
} & {
|
|
838
|
-
footer?: (props: {}) => any;
|
|
839
|
-
};
|
|
840
|
-
}) | null;
|
|
841
|
-
}, any, import('vue').ComponentProvideOptions, {
|
|
842
|
-
P: {};
|
|
843
|
-
B: {};
|
|
844
|
-
D: {};
|
|
845
|
-
C: {};
|
|
846
|
-
M: {};
|
|
847
|
-
Defaults: {};
|
|
848
|
-
}, Readonly<{}> & Readonly<{}>, {
|
|
849
|
-
close: () => void;
|
|
850
|
-
hide: () => void;
|
|
851
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
852
|
-
modelValue: boolean;
|
|
853
|
-
customClass: string;
|
|
854
|
-
showClose: boolean;
|
|
855
|
-
embed: boolean;
|
|
856
|
-
title: string;
|
|
857
|
-
fullscreen: boolean;
|
|
858
|
-
appendToBody: boolean;
|
|
859
|
-
center: boolean;
|
|
860
|
-
top: string;
|
|
861
|
-
showFullscreen: boolean;
|
|
862
|
-
showFullScreen: boolean;
|
|
863
|
-
bodyPadding: boolean;
|
|
864
|
-
modal: boolean;
|
|
865
|
-
modalPenetrable: boolean;
|
|
866
|
-
lockScroll: boolean;
|
|
867
|
-
openDelay: number;
|
|
868
|
-
closeDelay: number;
|
|
869
|
-
closeOnClickModal: boolean;
|
|
870
|
-
closeOnPressEscape: boolean;
|
|
871
|
-
draggable: boolean;
|
|
872
|
-
overflow: boolean;
|
|
873
|
-
alignCenter: boolean;
|
|
874
|
-
destroyOnClose: boolean;
|
|
875
|
-
headerAriaLevel: string;
|
|
876
|
-
zIndex?: number | undefined;
|
|
877
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
878
|
-
beforeClose?: Function | undefined;
|
|
879
|
-
transition?: string | Record<string, any> | undefined;
|
|
880
|
-
width?: string | number | undefined;
|
|
881
|
-
height?: string | undefined;
|
|
882
|
-
modalClass?: string | undefined;
|
|
883
|
-
headerClass?: string | undefined;
|
|
884
|
-
bodyClass?: string | undefined;
|
|
885
|
-
footerClass?: string | undefined;
|
|
886
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
887
|
-
$props: {
|
|
888
|
-
readonly modelValue?: boolean | undefined;
|
|
889
|
-
readonly customClass?: string | undefined;
|
|
890
|
-
readonly showClose?: boolean | undefined;
|
|
891
|
-
readonly embed?: boolean | undefined;
|
|
892
|
-
readonly title?: string | undefined;
|
|
893
|
-
readonly fullscreen?: boolean | undefined;
|
|
894
|
-
readonly appendToBody?: boolean | undefined;
|
|
895
|
-
readonly center?: boolean | undefined;
|
|
896
|
-
readonly top?: string | undefined;
|
|
897
|
-
readonly showFullscreen?: boolean | undefined;
|
|
898
|
-
readonly showFullScreen?: boolean | undefined;
|
|
899
|
-
readonly bodyPadding?: boolean | undefined;
|
|
900
|
-
readonly modal?: boolean | undefined;
|
|
901
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
902
|
-
readonly lockScroll?: boolean | undefined;
|
|
903
|
-
readonly openDelay?: number | undefined;
|
|
904
|
-
readonly closeDelay?: number | undefined;
|
|
905
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
906
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
907
|
-
readonly draggable?: boolean | undefined;
|
|
908
|
-
readonly overflow?: boolean | undefined;
|
|
909
|
-
readonly alignCenter?: boolean | undefined;
|
|
910
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
911
|
-
readonly headerAriaLevel?: string | undefined;
|
|
912
|
-
readonly zIndex?: number | undefined;
|
|
913
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
914
|
-
readonly beforeClose?: Function | undefined;
|
|
915
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
916
|
-
readonly width?: string | number | undefined;
|
|
917
|
-
readonly height?: string | undefined;
|
|
918
|
-
readonly modalClass?: string | undefined;
|
|
919
|
-
readonly headerClass?: string | undefined;
|
|
920
|
-
readonly bodyClass?: string | undefined;
|
|
921
|
-
readonly footerClass?: string | undefined;
|
|
922
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
923
|
-
};
|
|
924
|
-
}, {}, {}, {}, {}>;
|
|
925
|
-
__isFragment?: never;
|
|
926
|
-
__isTeleport?: never;
|
|
927
|
-
__isSuspense?: never;
|
|
928
|
-
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
929
|
-
close: () => void;
|
|
930
|
-
hide: () => void;
|
|
931
|
-
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
932
|
-
modelValue: boolean;
|
|
933
|
-
customClass: string;
|
|
934
|
-
showClose: boolean;
|
|
935
|
-
embed: boolean;
|
|
936
|
-
title: string;
|
|
937
|
-
fullscreen: boolean;
|
|
938
|
-
appendToBody: boolean;
|
|
939
|
-
center: boolean;
|
|
940
|
-
top: string;
|
|
941
|
-
showFullscreen: boolean;
|
|
942
|
-
showFullScreen: boolean;
|
|
943
|
-
bodyPadding: boolean;
|
|
944
|
-
modal: boolean;
|
|
945
|
-
modalPenetrable: boolean;
|
|
946
|
-
lockScroll: boolean;
|
|
947
|
-
openDelay: number;
|
|
948
|
-
closeDelay: number;
|
|
949
|
-
closeOnClickModal: boolean;
|
|
950
|
-
closeOnPressEscape: boolean;
|
|
951
|
-
draggable: boolean;
|
|
952
|
-
overflow: boolean;
|
|
953
|
-
alignCenter: boolean;
|
|
954
|
-
destroyOnClose: boolean;
|
|
955
|
-
headerAriaLevel: string;
|
|
956
|
-
zIndex?: number | undefined;
|
|
957
|
-
appendTo?: string | Record<string, any> | undefined;
|
|
958
|
-
beforeClose?: Function | undefined;
|
|
959
|
-
transition?: string | Record<string, any> | undefined;
|
|
960
|
-
width?: string | number | undefined;
|
|
961
|
-
height?: string | undefined;
|
|
962
|
-
modalClass?: string | undefined;
|
|
963
|
-
headerClass?: string | undefined;
|
|
964
|
-
bodyClass?: string | undefined;
|
|
965
|
-
footerClass?: string | undefined;
|
|
966
|
-
closeIcon?: string | Record<string, any> | undefined;
|
|
967
|
-
$props: {
|
|
968
|
-
readonly modelValue?: boolean | undefined;
|
|
969
|
-
readonly customClass?: string | undefined;
|
|
970
|
-
readonly showClose?: boolean | undefined;
|
|
971
|
-
readonly embed?: boolean | undefined;
|
|
972
|
-
readonly title?: string | undefined;
|
|
973
|
-
readonly fullscreen?: boolean | undefined;
|
|
974
|
-
readonly appendToBody?: boolean | undefined;
|
|
975
|
-
readonly center?: boolean | undefined;
|
|
976
|
-
readonly top?: string | undefined;
|
|
977
|
-
readonly showFullscreen?: boolean | undefined;
|
|
978
|
-
readonly showFullScreen?: boolean | undefined;
|
|
979
|
-
readonly bodyPadding?: boolean | undefined;
|
|
980
|
-
readonly modal?: boolean | undefined;
|
|
981
|
-
readonly modalPenetrable?: boolean | undefined;
|
|
982
|
-
readonly lockScroll?: boolean | undefined;
|
|
983
|
-
readonly openDelay?: number | undefined;
|
|
984
|
-
readonly closeDelay?: number | undefined;
|
|
985
|
-
readonly closeOnClickModal?: boolean | undefined;
|
|
986
|
-
readonly closeOnPressEscape?: boolean | undefined;
|
|
987
|
-
readonly draggable?: boolean | undefined;
|
|
988
|
-
readonly overflow?: boolean | undefined;
|
|
989
|
-
readonly alignCenter?: boolean | undefined;
|
|
990
|
-
readonly destroyOnClose?: boolean | undefined;
|
|
991
|
-
readonly headerAriaLevel?: string | undefined;
|
|
992
|
-
readonly zIndex?: number | undefined;
|
|
993
|
-
readonly appendTo?: string | Record<string, any> | undefined;
|
|
994
|
-
readonly beforeClose?: Function | undefined;
|
|
995
|
-
readonly transition?: string | Record<string, any> | undefined;
|
|
996
|
-
readonly width?: string | number | undefined;
|
|
997
|
-
readonly height?: string | undefined;
|
|
998
|
-
readonly modalClass?: string | undefined;
|
|
999
|
-
readonly headerClass?: string | undefined;
|
|
1000
|
-
readonly bodyClass?: string | undefined;
|
|
1001
|
-
readonly footerClass?: string | undefined;
|
|
1002
|
-
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
1003
|
-
};
|
|
1004
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
1005
|
-
$slots: {
|
|
1006
|
-
header?(_: {}): any;
|
|
1007
|
-
default?(_: {}): any;
|
|
1008
|
-
footer?(_: {
|
|
1009
|
-
close: () => void;
|
|
1010
|
-
}): any;
|
|
1011
|
-
};
|
|
1012
|
-
});
|
|
1013
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1014
|
-
export default _default;
|