@web-utils/form-ui 1.0.0-beta70 → 1.0.0-beta71
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/address-input/index.d.ts +52 -0
- package/affix/index.d.ts +32 -0
- package/awesome-button/index.d.ts +60 -0
- package/capsule-tab/index.d.ts +22 -0
- package/card/index.d.ts +41 -0
- package/code-mirror-editor/index.d.ts +50 -0
- package/confirm-button/index.d.ts +122 -0
- package/confirmable/index.d.ts +93 -0
- package/context-menu/index.d.ts +183 -0
- package/count-up/index.d.ts +70 -0
- package/custom-scrollbar/index.d.ts +49 -0
- package/data-box/index.d.ts +19 -0
- package/data-card/index.d.ts +20 -0
- package/data-card-text/index.d.ts +21 -0
- package/data-display/index.d.ts +20 -0
- package/data-icons/index.d.ts +21 -0
- package/data-imgtext/index.d.ts +18 -0
- package/data-operatext/index.d.ts +17 -0
- package/data-panel/index.d.ts +19 -0
- package/data-pay/index.d.ts +19 -0
- package/data-price/index.d.ts +17 -0
- package/data-progress/index.d.ts +19 -0
- package/data-rotate/index.d.ts +19 -0
- package/data-table-picker/index.d.ts +61 -0
- package/data-tabs/index.d.ts +19 -0
- package/dict-render/index.d.ts +28 -0
- package/e-charts/index.d.ts +79 -0
- package/easy-popup/index.d.ts +114 -0
- package/editable-progress/index.d.ts +68 -0
- package/editable-tree/index.d.ts +281 -0
- package/element-dialog/index.d.ts +376 -0
- package/element-resize-observer/index.d.ts +8 -0
- package/empty-view/index.d.ts +29 -0
- package/error-view/index.d.ts +25 -0
- package/flex-box/index.d.ts +44 -0
- package/flex-column/index.d.ts +41 -0
- package/flex-item/index.d.ts +77 -0
- package/flex-row/index.d.ts +41 -0
- package/flex-scroll-area/index.d.ts +22 -0
- package/flex-scroller/index.d.ts +26 -0
- package/flow-designer/index.d.ts +353 -0
- package/flow-viewer/index.d.ts +62 -0
- package/form-advice/index.d.ts +9 -0
- package/form-button/index.d.ts +123 -0
- package/form-card/index.d.ts +14 -0
- package/form-cascader/index.d.ts +478 -0
- package/form-cell/index.d.ts +25 -0
- package/form-checkbox/index.d.ts +314 -0
- package/form-checkbox-group/index.d.ts +373 -0
- package/form-date-picker/index.d.ts +487 -0
- package/form-holder/index.d.ts +162 -0
- package/form-image/index.d.ts +220 -0
- package/form-input/index.d.ts +378 -0
- package/form-input-cron-expression/index.d.ts +223 -0
- package/form-input-email/index.d.ts +376 -0
- package/form-input-id-card/index.d.ts +376 -0
- package/form-input-number/index.d.ts +329 -0
- package/form-input-phone-number/index.d.ts +376 -0
- package/form-input-tag/index.d.ts +270 -0
- package/form-input-time/index.d.ts +441 -0
- package/form-item-config-provider/index.d.ts +40 -0
- package/form-item-group/index.d.ts +92 -0
- package/form-item-x/index.d.ts +190 -0
- package/form-radio-group/index.d.ts +374 -0
- package/form-rate/index.d.ts +325 -0
- package/form-red-table/index.d.ts +21 -0
- package/form-row/index.d.ts +11 -0
- package/form-select/index.d.ts +606 -0
- package/form-slider/index.d.ts +352 -0
- package/form-switch/index.d.ts +343 -0
- package/form-table/index.d.ts +287 -0
- package/form-table-plus/index.d.ts +266 -0
- package/form-text/index.d.ts +235 -0
- package/form-textarea/index.d.ts +351 -0
- package/form-time-select/index.d.ts +325 -0
- package/form-tree-select/index.d.ts +715 -0
- package/form-tree-select-multiple/index.d.ts +717 -0
- package/form-view/index.d.ts +226 -0
- package/guide-steps/index.d.ts +31 -0
- package/highlight-j-s/index.d.ts +18 -0
- package/iframe-window/index.d.ts +9 -0
- package/image-cropper/index.d.ts +365 -0
- package/image-preview/index.d.ts +213 -0
- package/image-viewer/index.d.ts +25 -0
- package/index.d.ts +0 -2
- package/index.mjs +2 -2
- package/input-number-range/index.d.ts +41 -0
- package/keyboard/index.d.ts +64 -0
- package/loading-view/index.d.ts +65 -0
- package/name-avatar/index.d.ts +62 -0
- package/nav-bar/index.d.ts +21 -0
- package/package.json +11 -4
- package/page/index.d.ts +21 -0
- package/page-header/index.d.ts +27 -0
- package/page-index/index.d.ts +82 -0
- package/page-index-top/index.d.ts +38 -0
- package/page-skeleton/index.d.ts +30 -0
- package/page-skeleton-new/index.d.ts +34 -0
- package/pageable-table/index.d.ts +400 -0
- package/photo-swipe/index.d.ts +18 -0
- package/resolver/components.d.ts +2 -0
- package/resolver/components.mjs +4 -0
- package/resolver/index.mjs +2 -2
- package/sign-panel/index.d.ts +85 -0
- package/skeleton-panel/index.d.ts +27 -0
- package/split-pane/index.d.ts +106 -0
- package/stateful/index.d.ts +92 -0
- package/sub-table/index.d.ts +109 -0
- package/sub-table-plus/index.d.ts +109 -0
- package/swiper/index.d.ts +27 -0
- package/table-column/index.d.ts +163 -0
- package/table-column-def/index.d.ts +97 -0
- package/table-view/index.d.ts +346 -0
- package/tag-render/index.d.ts +48 -0
- package/text-ellipsis/index.d.ts +111 -0
- package/toolbar/index.d.ts +129 -0
- package/toolbar-button/index.d.ts +189 -0
- package/vue-cron/index.d.ts +191 -0
- package/vue-qr-code/index.d.ts +47 -0
- package/vue-tags-input/index.d.ts +373 -0
- package/vue-tree-select/index.d.ts +1489 -0
- package/vue-video-player/index.d.ts +117 -0
- package/watermark/index.d.ts +97 -0
- package/web-types.json +1 -1
- package/x-input-tag/index.d.ts +2 -0
- package/year-calendar/index.d.ts +99 -0
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
close: () => void;
|
|
8
|
+
hide: () => void;
|
|
9
|
+
$emit: (event: "toggle-fullscreen", ...args: any[]) => void;
|
|
10
|
+
modelValue: boolean;
|
|
11
|
+
customClass: string;
|
|
12
|
+
showClose: boolean;
|
|
13
|
+
embed: boolean;
|
|
14
|
+
title: string;
|
|
15
|
+
fullscreen: boolean;
|
|
16
|
+
appendToBody: boolean;
|
|
17
|
+
top: string;
|
|
18
|
+
showFullscreen: boolean;
|
|
19
|
+
showFullScreen: boolean;
|
|
20
|
+
bodyPadding: boolean;
|
|
21
|
+
modal: boolean;
|
|
22
|
+
modalPenetrable: boolean;
|
|
23
|
+
lockScroll: boolean;
|
|
24
|
+
openDelay: number;
|
|
25
|
+
closeDelay: number;
|
|
26
|
+
closeOnClickModal: boolean;
|
|
27
|
+
closeOnPressEscape: boolean;
|
|
28
|
+
draggable: boolean;
|
|
29
|
+
overflow: boolean;
|
|
30
|
+
center: boolean;
|
|
31
|
+
alignCenter: boolean;
|
|
32
|
+
destroyOnClose: boolean;
|
|
33
|
+
headerAriaLevel: string;
|
|
34
|
+
zIndex?: number | undefined;
|
|
35
|
+
appendTo?: string | Record<string, any> | undefined;
|
|
36
|
+
beforeClose?: Function | undefined;
|
|
37
|
+
width?: string | number | undefined;
|
|
38
|
+
height?: string | undefined;
|
|
39
|
+
modalClass?: string | undefined;
|
|
40
|
+
headerClass?: string | undefined;
|
|
41
|
+
bodyClass?: string | undefined;
|
|
42
|
+
footerClass?: string | undefined;
|
|
43
|
+
closeIcon?: string | Record<string, any> | undefined;
|
|
44
|
+
transition?: string | Record<string, any> | undefined;
|
|
45
|
+
$props: {
|
|
46
|
+
readonly modelValue?: boolean | undefined;
|
|
47
|
+
readonly customClass?: string | undefined;
|
|
48
|
+
readonly showClose?: boolean | undefined;
|
|
49
|
+
readonly embed?: boolean | undefined;
|
|
50
|
+
readonly title?: string | undefined;
|
|
51
|
+
readonly fullscreen?: boolean | undefined;
|
|
52
|
+
readonly appendToBody?: boolean | undefined;
|
|
53
|
+
readonly top?: string | undefined;
|
|
54
|
+
readonly showFullscreen?: boolean | undefined;
|
|
55
|
+
readonly showFullScreen?: boolean | undefined;
|
|
56
|
+
readonly bodyPadding?: boolean | undefined;
|
|
57
|
+
readonly modal?: boolean | undefined;
|
|
58
|
+
readonly modalPenetrable?: boolean | undefined;
|
|
59
|
+
readonly lockScroll?: boolean | undefined;
|
|
60
|
+
readonly openDelay?: number | undefined;
|
|
61
|
+
readonly closeDelay?: number | undefined;
|
|
62
|
+
readonly closeOnClickModal?: boolean | undefined;
|
|
63
|
+
readonly closeOnPressEscape?: boolean | undefined;
|
|
64
|
+
readonly draggable?: boolean | undefined;
|
|
65
|
+
readonly overflow?: boolean | undefined;
|
|
66
|
+
readonly center?: boolean | undefined;
|
|
67
|
+
readonly alignCenter?: boolean | undefined;
|
|
68
|
+
readonly destroyOnClose?: boolean | undefined;
|
|
69
|
+
readonly headerAriaLevel?: string | undefined;
|
|
70
|
+
readonly zIndex?: number | undefined;
|
|
71
|
+
readonly appendTo?: string | Record<string, any> | undefined;
|
|
72
|
+
readonly beforeClose?: Function | undefined;
|
|
73
|
+
readonly width?: string | number | undefined;
|
|
74
|
+
readonly height?: string | undefined;
|
|
75
|
+
readonly modalClass?: string | undefined;
|
|
76
|
+
readonly headerClass?: string | undefined;
|
|
77
|
+
readonly bodyClass?: string | undefined;
|
|
78
|
+
readonly footerClass?: string | undefined;
|
|
79
|
+
readonly closeIcon?: string | Record<string, any> | undefined;
|
|
80
|
+
readonly transition?: string | Record<string, any> | undefined;
|
|
81
|
+
};
|
|
82
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
83
|
+
dialog: ({
|
|
84
|
+
$: import('vue').ComponentInternalInstance;
|
|
85
|
+
$data: {};
|
|
86
|
+
$props: {
|
|
87
|
+
readonly appendToBody?: boolean | undefined;
|
|
88
|
+
readonly appendTo?: (string | HTMLElement) | undefined;
|
|
89
|
+
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn | undefined;
|
|
90
|
+
readonly destroyOnClose?: boolean | undefined;
|
|
91
|
+
readonly closeOnClickModal?: boolean | undefined;
|
|
92
|
+
readonly closeOnPressEscape?: boolean | undefined;
|
|
93
|
+
readonly lockScroll?: boolean | undefined;
|
|
94
|
+
readonly modal?: boolean | undefined;
|
|
95
|
+
readonly modalPenetrable?: boolean | undefined;
|
|
96
|
+
readonly openDelay?: number | undefined;
|
|
97
|
+
readonly closeDelay?: number | undefined;
|
|
98
|
+
readonly top?: string | undefined;
|
|
99
|
+
readonly modelValue?: boolean | undefined;
|
|
100
|
+
readonly modalClass?: string | undefined;
|
|
101
|
+
readonly width?: string | number | undefined;
|
|
102
|
+
readonly zIndex?: number | undefined;
|
|
103
|
+
readonly trapFocus?: boolean | undefined;
|
|
104
|
+
readonly headerAriaLevel?: string | undefined;
|
|
105
|
+
readonly transition?: import('element-plus').DialogTransition | undefined;
|
|
106
|
+
readonly center?: boolean | undefined;
|
|
107
|
+
readonly alignCenter?: boolean | undefined;
|
|
108
|
+
readonly closeIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
109
|
+
readonly draggable?: boolean | undefined;
|
|
110
|
+
readonly overflow?: boolean | undefined;
|
|
111
|
+
readonly fullscreen?: boolean | undefined;
|
|
112
|
+
readonly headerClass?: string | undefined;
|
|
113
|
+
readonly bodyClass?: string | undefined;
|
|
114
|
+
readonly footerClass?: string | undefined;
|
|
115
|
+
readonly showClose?: boolean | undefined;
|
|
116
|
+
readonly title?: string | undefined;
|
|
117
|
+
readonly ariaLevel?: string | undefined;
|
|
118
|
+
readonly onClose?: (() => any) | undefined | undefined;
|
|
119
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined | undefined;
|
|
120
|
+
readonly onOpen?: (() => any) | undefined | undefined;
|
|
121
|
+
readonly onOpened?: (() => any) | undefined | undefined;
|
|
122
|
+
readonly onClosed?: (() => any) | undefined | undefined;
|
|
123
|
+
readonly onOpenAutoFocus?: (() => any) | undefined | undefined;
|
|
124
|
+
readonly onCloseAutoFocus?: (() => any) | undefined | undefined;
|
|
125
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
126
|
+
$attrs: import('vue').Attrs;
|
|
127
|
+
$refs: {
|
|
128
|
+
[x: string]: unknown;
|
|
129
|
+
};
|
|
130
|
+
$slots: Readonly<{
|
|
131
|
+
[name: string]: globalThis.Slot | undefined;
|
|
132
|
+
}>;
|
|
133
|
+
$root: ComponentPublicInstance | null;
|
|
134
|
+
$parent: ComponentPublicInstance | null;
|
|
135
|
+
$host: Element | null;
|
|
136
|
+
$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);
|
|
137
|
+
$el: any;
|
|
138
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
139
|
+
onClose?: (() => any) | undefined;
|
|
140
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
141
|
+
onOpen?: (() => any) | undefined;
|
|
142
|
+
onOpened?: (() => any) | undefined;
|
|
143
|
+
onClosed?: (() => any) | undefined;
|
|
144
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
145
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
146
|
+
}>, {
|
|
147
|
+
visible: globalThis.Ref<boolean, boolean>;
|
|
148
|
+
dialogContentRef: globalThis.Ref<any, any>;
|
|
149
|
+
resetPosition: () => void;
|
|
150
|
+
handleClose: () => void;
|
|
151
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
152
|
+
close: () => void;
|
|
153
|
+
"update:modelValue": (value: boolean) => void;
|
|
154
|
+
open: () => void;
|
|
155
|
+
opened: () => void;
|
|
156
|
+
closed: () => void;
|
|
157
|
+
openAutoFocus: () => void;
|
|
158
|
+
closeAutoFocus: () => void;
|
|
159
|
+
}, string, {
|
|
160
|
+
appendTo: string | HTMLElement;
|
|
161
|
+
title: string;
|
|
162
|
+
transition: import('element-plus').DialogTransition;
|
|
163
|
+
overflow: boolean;
|
|
164
|
+
closeOnClickModal: boolean;
|
|
165
|
+
closeOnPressEscape: boolean;
|
|
166
|
+
lockScroll: boolean;
|
|
167
|
+
modal: boolean;
|
|
168
|
+
openDelay: number;
|
|
169
|
+
closeDelay: number;
|
|
170
|
+
headerAriaLevel: string;
|
|
171
|
+
alignCenter: boolean;
|
|
172
|
+
draggable: boolean;
|
|
173
|
+
showClose: boolean;
|
|
174
|
+
ariaLevel: string;
|
|
175
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
176
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
177
|
+
created?: (() => void) | (() => void)[];
|
|
178
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
179
|
+
mounted?: (() => void) | (() => void)[];
|
|
180
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
181
|
+
updated?: (() => void) | (() => void)[];
|
|
182
|
+
activated?: (() => void) | (() => void)[];
|
|
183
|
+
deactivated?: (() => void) | (() => void)[];
|
|
184
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
185
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
186
|
+
destroyed?: (() => void) | (() => void)[];
|
|
187
|
+
unmounted?: (() => void) | (() => void)[];
|
|
188
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
189
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
190
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
191
|
+
};
|
|
192
|
+
$forceUpdate: () => void;
|
|
193
|
+
$nextTick: typeof import('vue').nextTick;
|
|
194
|
+
$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;
|
|
195
|
+
} & Readonly<{
|
|
196
|
+
appendTo: string | HTMLElement;
|
|
197
|
+
title: string;
|
|
198
|
+
transition: import('element-plus').DialogTransition;
|
|
199
|
+
overflow: boolean;
|
|
200
|
+
closeOnClickModal: boolean;
|
|
201
|
+
closeOnPressEscape: boolean;
|
|
202
|
+
lockScroll: boolean;
|
|
203
|
+
modal: boolean;
|
|
204
|
+
openDelay: number;
|
|
205
|
+
closeDelay: number;
|
|
206
|
+
headerAriaLevel: string;
|
|
207
|
+
alignCenter: boolean;
|
|
208
|
+
draggable: boolean;
|
|
209
|
+
showClose: boolean;
|
|
210
|
+
ariaLevel: string;
|
|
211
|
+
}> & Omit<Readonly<import('element-plus').DialogProps> & Readonly<{
|
|
212
|
+
onClose?: (() => any) | undefined;
|
|
213
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
214
|
+
onOpen?: (() => any) | undefined;
|
|
215
|
+
onOpened?: (() => any) | undefined;
|
|
216
|
+
onClosed?: (() => any) | undefined;
|
|
217
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
218
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
219
|
+
}>, "showClose" | "appendTo" | "title" | "visible" | "modal" | "lockScroll" | "openDelay" | "closeDelay" | "closeOnClickModal" | "closeOnPressEscape" | "draggable" | "overflow" | "alignCenter" | "headerAriaLevel" | "transition" | "ariaLevel" | "dialogContentRef" | "resetPosition" | "handleClose"> & {
|
|
220
|
+
visible: boolean;
|
|
221
|
+
dialogContentRef: any;
|
|
222
|
+
resetPosition: () => void;
|
|
223
|
+
handleClose: () => void;
|
|
224
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
225
|
+
$slots: {
|
|
226
|
+
header?: (props: {
|
|
227
|
+
close: () => void;
|
|
228
|
+
titleId: string;
|
|
229
|
+
titleClass: string;
|
|
230
|
+
}) => any;
|
|
231
|
+
} & {
|
|
232
|
+
title?: (props: {}) => any;
|
|
233
|
+
} & {
|
|
234
|
+
default?: (props: {}) => any;
|
|
235
|
+
} & {
|
|
236
|
+
footer?: (props: {}) => any;
|
|
237
|
+
};
|
|
238
|
+
}) | null;
|
|
239
|
+
}, any>;
|
|
240
|
+
type __VLS_TemplateResult = {
|
|
241
|
+
attrs: Partial<{}>;
|
|
242
|
+
slots: {
|
|
243
|
+
header?(_: {}): any;
|
|
244
|
+
default?(_: {}): any;
|
|
245
|
+
footer?(_: {
|
|
246
|
+
close: () => void;
|
|
247
|
+
}): any;
|
|
248
|
+
};
|
|
249
|
+
refs: {
|
|
250
|
+
dialog: ({
|
|
251
|
+
$: ComponentInternalInstance;
|
|
252
|
+
$data: {};
|
|
253
|
+
$props: {
|
|
254
|
+
readonly appendToBody?: boolean | undefined;
|
|
255
|
+
readonly appendTo?: string | HTMLElement | undefined;
|
|
256
|
+
readonly beforeClose?: DialogBeforeCloseFn | undefined;
|
|
257
|
+
readonly destroyOnClose?: boolean | undefined;
|
|
258
|
+
readonly closeOnClickModal?: boolean | undefined;
|
|
259
|
+
readonly closeOnPressEscape?: boolean | undefined;
|
|
260
|
+
readonly lockScroll?: boolean | undefined;
|
|
261
|
+
readonly modal?: boolean | undefined;
|
|
262
|
+
readonly modalPenetrable?: boolean | undefined;
|
|
263
|
+
readonly openDelay?: number | undefined;
|
|
264
|
+
readonly closeDelay?: number | undefined;
|
|
265
|
+
readonly top?: string | undefined;
|
|
266
|
+
readonly modelValue?: boolean | undefined;
|
|
267
|
+
readonly modalClass?: string | undefined;
|
|
268
|
+
readonly width?: string | number | undefined;
|
|
269
|
+
readonly zIndex?: number | undefined;
|
|
270
|
+
readonly trapFocus?: boolean | undefined;
|
|
271
|
+
readonly headerAriaLevel?: string | undefined;
|
|
272
|
+
readonly transition?: DialogTransition | undefined;
|
|
273
|
+
readonly center?: boolean | undefined;
|
|
274
|
+
readonly alignCenter?: boolean | undefined;
|
|
275
|
+
readonly closeIcon?: IconPropType | undefined;
|
|
276
|
+
readonly draggable?: boolean | undefined;
|
|
277
|
+
readonly overflow?: boolean | undefined;
|
|
278
|
+
readonly fullscreen?: boolean | undefined;
|
|
279
|
+
readonly headerClass?: string | undefined;
|
|
280
|
+
readonly bodyClass?: string | undefined;
|
|
281
|
+
readonly footerClass?: string | undefined;
|
|
282
|
+
readonly showClose?: boolean | undefined;
|
|
283
|
+
readonly title?: string | undefined;
|
|
284
|
+
readonly ariaLevel?: string | undefined;
|
|
285
|
+
readonly onClose?: (() => any) | undefined;
|
|
286
|
+
readonly "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
287
|
+
readonly onOpen?: (() => any) | undefined;
|
|
288
|
+
readonly onOpened?: (() => any) | undefined;
|
|
289
|
+
readonly onClosed?: (() => any) | undefined;
|
|
290
|
+
readonly onOpenAutoFocus?: (() => any) | undefined;
|
|
291
|
+
readonly onCloseAutoFocus?: (() => any) | undefined;
|
|
292
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
293
|
+
$attrs: Attrs;
|
|
294
|
+
$refs: Data;
|
|
295
|
+
$slots: Readonly<InternalSlots>;
|
|
296
|
+
$root: ComponentPublicInstance | null;
|
|
297
|
+
$parent: ComponentPublicInstance | null;
|
|
298
|
+
$host: Element | null;
|
|
299
|
+
$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);
|
|
300
|
+
$el: any;
|
|
301
|
+
$options: ComponentOptionsBase<Readonly<DialogProps> & Readonly<{
|
|
302
|
+
onClose?: (() => any) | undefined;
|
|
303
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
304
|
+
onOpen?: (() => any) | undefined;
|
|
305
|
+
onOpened?: (() => any) | undefined;
|
|
306
|
+
onClosed?: (() => any) | undefined;
|
|
307
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
308
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
309
|
+
}>, {
|
|
310
|
+
visible: Ref<boolean, boolean>;
|
|
311
|
+
dialogContentRef: Ref<any, any>;
|
|
312
|
+
resetPosition: () => void;
|
|
313
|
+
handleClose: () => void;
|
|
314
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
315
|
+
close: () => void;
|
|
316
|
+
"update:modelValue": (value: boolean) => void;
|
|
317
|
+
open: () => void;
|
|
318
|
+
opened: () => void;
|
|
319
|
+
closed: () => void;
|
|
320
|
+
openAutoFocus: () => void;
|
|
321
|
+
closeAutoFocus: () => void;
|
|
322
|
+
}, string, {
|
|
323
|
+
appendTo: string | HTMLElement;
|
|
324
|
+
title: string;
|
|
325
|
+
transition: DialogTransition;
|
|
326
|
+
overflow: boolean;
|
|
327
|
+
closeOnClickModal: boolean;
|
|
328
|
+
closeOnPressEscape: boolean;
|
|
329
|
+
lockScroll: boolean;
|
|
330
|
+
modal: boolean;
|
|
331
|
+
openDelay: number;
|
|
332
|
+
closeDelay: number;
|
|
333
|
+
headerAriaLevel: string;
|
|
334
|
+
alignCenter: boolean;
|
|
335
|
+
draggable: boolean;
|
|
336
|
+
showClose: boolean;
|
|
337
|
+
ariaLevel: string;
|
|
338
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & MergedComponentOptionsOverride;
|
|
339
|
+
$forceUpdate: () => void;
|
|
340
|
+
$nextTick: typeof nextTick;
|
|
341
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R, args_2: OnCleanup) => any : (args_0: any, args_1: any, args_2: OnCleanup) => any, options?: WatchOptions<boolean> | undefined): WatchStopHandle;
|
|
342
|
+
} & Readonly<{
|
|
343
|
+
appendTo: string | HTMLElement;
|
|
344
|
+
title: string;
|
|
345
|
+
transition: DialogTransition;
|
|
346
|
+
overflow: boolean;
|
|
347
|
+
closeOnClickModal: boolean;
|
|
348
|
+
closeOnPressEscape: boolean;
|
|
349
|
+
lockScroll: boolean;
|
|
350
|
+
modal: boolean;
|
|
351
|
+
openDelay: number;
|
|
352
|
+
closeDelay: number;
|
|
353
|
+
headerAriaLevel: string;
|
|
354
|
+
alignCenter: boolean;
|
|
355
|
+
draggable: boolean;
|
|
356
|
+
showClose: boolean;
|
|
357
|
+
ariaLevel: string;
|
|
358
|
+
}> & Omit<Readonly<DialogProps> & Readonly<{
|
|
359
|
+
onClose?: (() => any) | undefined;
|
|
360
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
361
|
+
onOpen?: (() => any) | undefined;
|
|
362
|
+
onOpened?: (() => any) | undefined;
|
|
363
|
+
onClosed?: (() => any) | undefined;
|
|
364
|
+
onOpenAutoFocus?: (() => any) | undefined;
|
|
365
|
+
onCloseAutoFocus?: (() => any) | undefined;
|
|
366
|
+
}>, "showClose" | "appendTo" | "title" | "visible" | "modal" | "lockScroll" | "openDelay" | "closeDelay" | "closeOnClickModal" | "closeOnPressEscape" | "draggable" | "overflow" | "alignCenter" | "headerAriaLevel" | "transition" | "ariaLevel" | "dialogContentRef" | "resetPosition" | "handleClose"> & {
|
|
367
|
+
visible: boolean;
|
|
368
|
+
dialogContentRef: any;
|
|
369
|
+
resetPosition: () => void;
|
|
370
|
+
handleClose: () => void;
|
|
371
|
+
} & ExtractComputedReturns<{}> & ComponentCustomProperties & {} & {
|
|
372
|
+
$slots: __VLS_Slots;
|
|
373
|
+
}) | null;
|
|
374
|
+
};
|
|
375
|
+
rootEl: any;
|
|
376
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {
|
|
2
|
+
compareAndNotify(): void;
|
|
3
|
+
addResizeHandlers(): void;
|
|
4
|
+
removeResizeHandlers(): void;
|
|
5
|
+
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "notify"[], "notify", import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
6
|
+
onNotify?: ((...args: any[]) => any) | undefined;
|
|
7
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
icon: string;
|
|
8
|
+
height: string;
|
|
9
|
+
emptyTips: string;
|
|
10
|
+
fontSize: string;
|
|
11
|
+
iconSize: string;
|
|
12
|
+
showIcon: boolean;
|
|
13
|
+
$props: {
|
|
14
|
+
readonly icon?: string | undefined;
|
|
15
|
+
readonly height?: string | undefined;
|
|
16
|
+
readonly emptyTips?: string | undefined;
|
|
17
|
+
readonly fontSize?: string | undefined;
|
|
18
|
+
readonly iconSize?: string | undefined;
|
|
19
|
+
readonly showIcon?: boolean | undefined;
|
|
20
|
+
};
|
|
21
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
22
|
+
type __VLS_TemplateResult = {
|
|
23
|
+
attrs: Partial<{}>;
|
|
24
|
+
slots: {
|
|
25
|
+
default?(_: {}): any;
|
|
26
|
+
};
|
|
27
|
+
refs: {};
|
|
28
|
+
rootEl: HTMLDivElement;
|
|
29
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
height: string;
|
|
8
|
+
fontSize: string;
|
|
9
|
+
iconSize: string;
|
|
10
|
+
errorTips: string;
|
|
11
|
+
$props: {
|
|
12
|
+
readonly height?: string | undefined;
|
|
13
|
+
readonly fontSize?: string | undefined;
|
|
14
|
+
readonly iconSize?: string | undefined;
|
|
15
|
+
readonly errorTips?: string | undefined;
|
|
16
|
+
};
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
18
|
+
type __VLS_TemplateResult = {
|
|
19
|
+
attrs: Partial<{}>;
|
|
20
|
+
slots: {
|
|
21
|
+
default?(_: {}): any;
|
|
22
|
+
};
|
|
23
|
+
refs: {};
|
|
24
|
+
rootEl: HTMLDivElement;
|
|
25
|
+
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
flexColumn: BooleanConstructor;
|
|
3
|
+
verticalCenter: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
horizonCenter: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
|
+
};
|
|
11
|
+
center: {
|
|
12
|
+
type: BooleanConstructor;
|
|
13
|
+
default: boolean;
|
|
14
|
+
};
|
|
15
|
+
textCenter: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
20
|
+
flexColumn: BooleanConstructor;
|
|
21
|
+
verticalCenter: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
horizonCenter: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
center: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
textCenter: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}>> & Readonly<{}>, {
|
|
38
|
+
flexColumn: boolean;
|
|
39
|
+
center: boolean;
|
|
40
|
+
verticalCenter: boolean;
|
|
41
|
+
horizonCenter: boolean;
|
|
42
|
+
textCenter: boolean;
|
|
43
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
verticalCenter: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
horizonCenter: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
center: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
textCenter: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
|
+
verticalCenter: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
horizonCenter: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
center: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
textCenter: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
center: boolean;
|
|
37
|
+
verticalCenter: boolean;
|
|
38
|
+
horizonCenter: boolean;
|
|
39
|
+
textCenter: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
flexRow: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
flexColumn: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
verticalCenter: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
horizonCenter: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
center: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
textCenter: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
relative: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
absolute: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
35
|
+
flexRow: {
|
|
36
|
+
type: BooleanConstructor;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
flexColumn: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
verticalCenter: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
horizonCenter: {
|
|
48
|
+
type: BooleanConstructor;
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
center: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
textCenter: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
relative: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
absolute: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
}>> & Readonly<{}>, {
|
|
68
|
+
flexRow: boolean;
|
|
69
|
+
flexColumn: boolean;
|
|
70
|
+
center: boolean;
|
|
71
|
+
verticalCenter: boolean;
|
|
72
|
+
horizonCenter: boolean;
|
|
73
|
+
textCenter: boolean;
|
|
74
|
+
relative: boolean;
|
|
75
|
+
absolute: boolean;
|
|
76
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
77
|
+
export default _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
+
verticalCenter: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
horizonCenter: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
center: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
textCenter: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>, () => any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
|
+
verticalCenter: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
horizonCenter: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
27
|
+
center: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
textCenter: {
|
|
32
|
+
type: BooleanConstructor;
|
|
33
|
+
default: boolean;
|
|
34
|
+
};
|
|
35
|
+
}>> & Readonly<{}>, {
|
|
36
|
+
center: boolean;
|
|
37
|
+
verticalCenter: boolean;
|
|
38
|
+
horizonCenter: boolean;
|
|
39
|
+
textCenter: boolean;
|
|
40
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
41
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {
|
|
7
|
+
scroller: Readonly<globalThis.ShallowRef<HTMLDivElement | null, HTMLDivElement | null>>;
|
|
8
|
+
computeScrollbar: () => void;
|
|
9
|
+
$emit: (event: "scroll" | "scrollbar", ...args: any[]) => void;
|
|
10
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
11
|
+
scroller: HTMLDivElement;
|
|
12
|
+
}, HTMLDivElement>;
|
|
13
|
+
type __VLS_TemplateResult = {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
};
|
|
18
|
+
refs: {
|
|
19
|
+
scroller: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
rootEl: HTMLDivElement;
|
|
22
|
+
};
|