sd-render 1.0.25 → 1.0.26
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/package.json +1 -1
- package/{sd-lib-Beap5Rlw.js → sd-lib-BRDqWpkQ.js} +3 -3
- package/{sd-render-E0INO1rV.js → sd-render-DK3Yjbxt.js} +2 -2
- package/sd-render.es.js +2 -2
- package/sd-render.style.css +1 -1
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +128 -622
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +109 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +117 -1061
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +1925 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +444 -4366
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +291 -1843
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +129 -623
- package/types/src/components/sdwidget/SDImportAndModified.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportMapData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +144 -616
- package/types/src/components/sdwidget/SdReport.vue.d.ts +38 -30
- package/types/src/types/Connect.d.ts +1 -1
- package/types/src/types/StateStore.d.ts +1 -0
|
@@ -29,515 +29,135 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
required: true;
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {}, {}, {
|
|
32
|
-
ElPopover:
|
|
33
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
34
|
-
readonly trigger: {
|
|
35
|
-
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
36
|
-
readonly required: false;
|
|
37
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
|
-
__epPropKey: true;
|
|
39
|
-
} & {
|
|
40
|
-
readonly default: "hover";
|
|
41
|
-
};
|
|
42
|
-
readonly triggerKeys: {
|
|
43
|
-
readonly type: import('vue').PropType<string[]>;
|
|
44
|
-
readonly required: false;
|
|
45
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
46
|
-
__epPropKey: true;
|
|
47
|
-
} & {
|
|
48
|
-
readonly default: () => string[];
|
|
49
|
-
};
|
|
50
|
-
readonly placement: {
|
|
51
|
-
readonly type: import('vue').PropType<any>;
|
|
52
|
-
readonly required: false;
|
|
53
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
|
-
__epPropKey: true;
|
|
55
|
-
} & {
|
|
56
|
-
readonly default: "bottom";
|
|
57
|
-
};
|
|
58
|
-
readonly disabled: BooleanConstructor;
|
|
59
|
-
readonly visible: {
|
|
60
|
-
readonly type: import('vue').PropType<boolean | null>;
|
|
61
|
-
readonly required: false;
|
|
62
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
-
__epPropKey: true;
|
|
64
|
-
} & {
|
|
65
|
-
readonly default: null;
|
|
66
|
-
};
|
|
67
|
-
readonly transition: StringConstructor;
|
|
68
|
-
readonly popperOptions: {
|
|
69
|
-
readonly type: import('vue').PropType<any>;
|
|
70
|
-
readonly required: false;
|
|
71
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
72
|
-
__epPropKey: true;
|
|
73
|
-
} & {
|
|
74
|
-
readonly default: () => {};
|
|
75
|
-
};
|
|
76
|
-
readonly tabindex: {
|
|
77
|
-
readonly type: import('vue').PropType<string | number>;
|
|
78
|
-
readonly required: false;
|
|
79
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
|
-
__epPropKey: true;
|
|
81
|
-
} & {
|
|
82
|
-
readonly default: 0;
|
|
83
|
-
};
|
|
84
|
-
readonly content: {
|
|
85
|
-
readonly type: import('vue').PropType<string>;
|
|
86
|
-
readonly required: false;
|
|
87
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
|
-
__epPropKey: true;
|
|
89
|
-
} & {
|
|
90
|
-
readonly default: "";
|
|
91
|
-
};
|
|
92
|
-
readonly popperStyle: {
|
|
93
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
94
|
-
readonly required: false;
|
|
95
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
96
|
-
__epPropKey: true;
|
|
97
|
-
};
|
|
98
|
-
readonly popperClass: {
|
|
99
|
-
readonly type: import('vue').PropType<string | {
|
|
100
|
-
[x: string]: boolean;
|
|
101
|
-
} | (string | {
|
|
102
|
-
[x: string]: boolean;
|
|
103
|
-
} | (string | {
|
|
104
|
-
[x: string]: boolean;
|
|
105
|
-
} | (string | {
|
|
106
|
-
[x: string]: boolean;
|
|
107
|
-
} | (string | {
|
|
108
|
-
[x: string]: boolean;
|
|
109
|
-
} | (string | {
|
|
110
|
-
[x: string]: boolean;
|
|
111
|
-
} | (string | {
|
|
112
|
-
[x: string]: boolean;
|
|
113
|
-
} | (string | {
|
|
114
|
-
[x: string]: boolean;
|
|
115
|
-
} | (string | {
|
|
116
|
-
[x: string]: boolean;
|
|
117
|
-
} | (string | {
|
|
118
|
-
[x: string]: boolean;
|
|
119
|
-
} | (string | any[] | {
|
|
120
|
-
[x: string]: boolean;
|
|
121
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
122
|
-
readonly required: false;
|
|
123
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
|
-
__epPropKey: true;
|
|
125
|
-
};
|
|
126
|
-
readonly enterable: {
|
|
127
|
-
readonly default: true;
|
|
128
|
-
readonly type: import('vue').PropType<boolean>;
|
|
129
|
-
readonly required: false;
|
|
130
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
131
|
-
readonly __epPropKey: true;
|
|
132
|
-
};
|
|
133
|
-
readonly effect: {
|
|
134
|
-
readonly default: "light";
|
|
135
|
-
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
136
|
-
readonly required: false;
|
|
137
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
|
-
readonly __epPropKey: true;
|
|
139
|
-
};
|
|
140
|
-
readonly teleported: {
|
|
141
|
-
readonly type: import('vue').PropType<boolean>;
|
|
142
|
-
readonly required: false;
|
|
143
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
-
__epPropKey: true;
|
|
145
|
-
} & {
|
|
146
|
-
readonly default: true;
|
|
147
|
-
};
|
|
148
|
-
readonly appendTo: {
|
|
149
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
150
|
-
readonly required: false;
|
|
151
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
152
|
-
__epPropKey: true;
|
|
153
|
-
};
|
|
154
|
-
readonly title: StringConstructor;
|
|
155
|
-
readonly width: {
|
|
156
|
-
readonly type: import('vue').PropType<string | number>;
|
|
157
|
-
readonly required: false;
|
|
158
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
-
__epPropKey: true;
|
|
160
|
-
} & {
|
|
161
|
-
readonly default: 150;
|
|
162
|
-
};
|
|
163
|
-
readonly offset: {
|
|
164
|
-
readonly type: import('vue').PropType<number>;
|
|
165
|
-
readonly required: false;
|
|
166
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
|
-
__epPropKey: true;
|
|
168
|
-
} & {
|
|
169
|
-
readonly default: undefined;
|
|
170
|
-
};
|
|
171
|
-
readonly showAfter: {
|
|
172
|
-
readonly type: import('vue').PropType<number>;
|
|
173
|
-
readonly required: false;
|
|
174
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
175
|
-
__epPropKey: true;
|
|
176
|
-
} & {
|
|
177
|
-
readonly default: 0;
|
|
178
|
-
};
|
|
179
|
-
readonly hideAfter: {
|
|
180
|
-
readonly type: import('vue').PropType<number>;
|
|
181
|
-
readonly required: false;
|
|
182
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
-
__epPropKey: true;
|
|
184
|
-
} & {
|
|
185
|
-
readonly default: 200;
|
|
186
|
-
};
|
|
187
|
-
readonly autoClose: {
|
|
188
|
-
readonly type: import('vue').PropType<number>;
|
|
189
|
-
readonly required: false;
|
|
190
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
-
__epPropKey: true;
|
|
192
|
-
} & {
|
|
193
|
-
readonly default: 0;
|
|
194
|
-
};
|
|
195
|
-
readonly showArrow: {
|
|
196
|
-
readonly type: import('vue').PropType<boolean>;
|
|
197
|
-
readonly required: false;
|
|
198
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
-
__epPropKey: true;
|
|
200
|
-
} & {
|
|
201
|
-
readonly default: true;
|
|
202
|
-
};
|
|
203
|
-
readonly persistent: {
|
|
204
|
-
readonly type: import('vue').PropType<boolean>;
|
|
205
|
-
readonly required: false;
|
|
206
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
|
-
__epPropKey: true;
|
|
208
|
-
} & {
|
|
209
|
-
readonly default: true;
|
|
210
|
-
};
|
|
211
|
-
readonly "onUpdate:visible": {
|
|
212
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
};
|
|
217
|
-
}>> & {
|
|
32
|
+
ElPopover: {
|
|
33
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
218
34
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
219
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
220
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
221
35
|
"onBefore-enter"?: (() => any) | undefined;
|
|
222
36
|
"onBefore-leave"?: (() => any) | undefined;
|
|
223
|
-
|
|
37
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
38
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
39
|
+
}>, {
|
|
224
40
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
225
41
|
hide: () => void;
|
|
226
|
-
},
|
|
227
|
-
"
|
|
228
|
-
"after-leave": () => void;
|
|
42
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
43
|
+
"update:visible": (value: boolean) => void;
|
|
229
44
|
"before-enter": () => void;
|
|
230
45
|
"before-leave": () => void;
|
|
231
|
-
"
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
46
|
+
"after-enter": () => void;
|
|
47
|
+
"after-leave": () => void;
|
|
48
|
+
}, import('vue').PublicProps, {
|
|
49
|
+
effect: import('element-plus').PopperEffect;
|
|
50
|
+
placement: Placement;
|
|
51
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
52
|
+
teleported: boolean;
|
|
53
|
+
persistent: boolean;
|
|
54
|
+
visible: boolean | null;
|
|
55
|
+
enterable: boolean;
|
|
56
|
+
offset: number;
|
|
57
|
+
popperOptions: Partial<Options>;
|
|
58
|
+
showArrow: boolean;
|
|
59
|
+
content: string;
|
|
60
|
+
showAfter: number;
|
|
61
|
+
hideAfter: number;
|
|
62
|
+
autoClose: number;
|
|
63
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
64
|
+
triggerKeys: string[];
|
|
65
|
+
width: string | number;
|
|
66
|
+
tabindex: string | number;
|
|
67
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
252
68
|
P: {};
|
|
253
69
|
B: {};
|
|
254
70
|
D: {};
|
|
255
71
|
C: {};
|
|
256
72
|
M: {};
|
|
257
73
|
Defaults: {};
|
|
258
|
-
}, Readonly<import('
|
|
259
|
-
readonly trigger: {
|
|
260
|
-
readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
|
|
261
|
-
readonly required: false;
|
|
262
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
-
__epPropKey: true;
|
|
264
|
-
} & {
|
|
265
|
-
readonly default: "hover";
|
|
266
|
-
};
|
|
267
|
-
readonly triggerKeys: {
|
|
268
|
-
readonly type: import('vue').PropType<string[]>;
|
|
269
|
-
readonly required: false;
|
|
270
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
|
-
__epPropKey: true;
|
|
272
|
-
} & {
|
|
273
|
-
readonly default: () => string[];
|
|
274
|
-
};
|
|
275
|
-
readonly placement: {
|
|
276
|
-
readonly type: import('vue').PropType<any>;
|
|
277
|
-
readonly required: false;
|
|
278
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
-
__epPropKey: true;
|
|
280
|
-
} & {
|
|
281
|
-
readonly default: "bottom";
|
|
282
|
-
};
|
|
283
|
-
readonly disabled: BooleanConstructor;
|
|
284
|
-
readonly visible: {
|
|
285
|
-
readonly type: import('vue').PropType<boolean | null>;
|
|
286
|
-
readonly required: false;
|
|
287
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
-
__epPropKey: true;
|
|
289
|
-
} & {
|
|
290
|
-
readonly default: null;
|
|
291
|
-
};
|
|
292
|
-
readonly transition: StringConstructor;
|
|
293
|
-
readonly popperOptions: {
|
|
294
|
-
readonly type: import('vue').PropType<any>;
|
|
295
|
-
readonly required: false;
|
|
296
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
-
__epPropKey: true;
|
|
298
|
-
} & {
|
|
299
|
-
readonly default: () => {};
|
|
300
|
-
};
|
|
301
|
-
readonly tabindex: {
|
|
302
|
-
readonly type: import('vue').PropType<string | number>;
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
} & {
|
|
307
|
-
readonly default: 0;
|
|
308
|
-
};
|
|
309
|
-
readonly content: {
|
|
310
|
-
readonly type: import('vue').PropType<string>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
} & {
|
|
315
|
-
readonly default: "";
|
|
316
|
-
};
|
|
317
|
-
readonly popperStyle: {
|
|
318
|
-
readonly type: import('vue').PropType<import('vue').StyleValue>;
|
|
319
|
-
readonly required: false;
|
|
320
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
321
|
-
__epPropKey: true;
|
|
322
|
-
};
|
|
323
|
-
readonly popperClass: {
|
|
324
|
-
readonly type: import('vue').PropType<string | {
|
|
325
|
-
[x: string]: boolean;
|
|
326
|
-
} | (string | {
|
|
327
|
-
[x: string]: boolean;
|
|
328
|
-
} | (string | {
|
|
329
|
-
[x: string]: boolean;
|
|
330
|
-
} | (string | {
|
|
331
|
-
[x: string]: boolean;
|
|
332
|
-
} | (string | {
|
|
333
|
-
[x: string]: boolean;
|
|
334
|
-
} | (string | {
|
|
335
|
-
[x: string]: boolean;
|
|
336
|
-
} | (string | {
|
|
337
|
-
[x: string]: boolean;
|
|
338
|
-
} | (string | {
|
|
339
|
-
[x: string]: boolean;
|
|
340
|
-
} | (string | {
|
|
341
|
-
[x: string]: boolean;
|
|
342
|
-
} | (string | {
|
|
343
|
-
[x: string]: boolean;
|
|
344
|
-
} | (string | any[] | {
|
|
345
|
-
[x: string]: boolean;
|
|
346
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
347
|
-
readonly required: false;
|
|
348
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
-
__epPropKey: true;
|
|
350
|
-
};
|
|
351
|
-
readonly enterable: {
|
|
352
|
-
readonly default: true;
|
|
353
|
-
readonly type: import('vue').PropType<boolean>;
|
|
354
|
-
readonly required: false;
|
|
355
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
356
|
-
readonly __epPropKey: true;
|
|
357
|
-
};
|
|
358
|
-
readonly effect: {
|
|
359
|
-
readonly default: "light";
|
|
360
|
-
readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
|
|
361
|
-
readonly required: false;
|
|
362
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
363
|
-
readonly __epPropKey: true;
|
|
364
|
-
};
|
|
365
|
-
readonly teleported: {
|
|
366
|
-
readonly type: import('vue').PropType<boolean>;
|
|
367
|
-
readonly required: false;
|
|
368
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
-
__epPropKey: true;
|
|
370
|
-
} & {
|
|
371
|
-
readonly default: true;
|
|
372
|
-
};
|
|
373
|
-
readonly appendTo: {
|
|
374
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
};
|
|
379
|
-
readonly title: StringConstructor;
|
|
380
|
-
readonly width: {
|
|
381
|
-
readonly type: import('vue').PropType<string | number>;
|
|
382
|
-
readonly required: false;
|
|
383
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
-
__epPropKey: true;
|
|
385
|
-
} & {
|
|
386
|
-
readonly default: 150;
|
|
387
|
-
};
|
|
388
|
-
readonly offset: {
|
|
389
|
-
readonly type: import('vue').PropType<number>;
|
|
390
|
-
readonly required: false;
|
|
391
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
|
-
__epPropKey: true;
|
|
393
|
-
} & {
|
|
394
|
-
readonly default: undefined;
|
|
395
|
-
};
|
|
396
|
-
readonly showAfter: {
|
|
397
|
-
readonly type: import('vue').PropType<number>;
|
|
398
|
-
readonly required: false;
|
|
399
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
|
-
__epPropKey: true;
|
|
401
|
-
} & {
|
|
402
|
-
readonly default: 0;
|
|
403
|
-
};
|
|
404
|
-
readonly hideAfter: {
|
|
405
|
-
readonly type: import('vue').PropType<number>;
|
|
406
|
-
readonly required: false;
|
|
407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
-
__epPropKey: true;
|
|
409
|
-
} & {
|
|
410
|
-
readonly default: 200;
|
|
411
|
-
};
|
|
412
|
-
readonly autoClose: {
|
|
413
|
-
readonly type: import('vue').PropType<number>;
|
|
414
|
-
readonly required: false;
|
|
415
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
|
-
__epPropKey: true;
|
|
417
|
-
} & {
|
|
418
|
-
readonly default: 0;
|
|
419
|
-
};
|
|
420
|
-
readonly showArrow: {
|
|
421
|
-
readonly type: import('vue').PropType<boolean>;
|
|
422
|
-
readonly required: false;
|
|
423
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
-
__epPropKey: true;
|
|
425
|
-
} & {
|
|
426
|
-
readonly default: true;
|
|
427
|
-
};
|
|
428
|
-
readonly persistent: {
|
|
429
|
-
readonly type: import('vue').PropType<boolean>;
|
|
430
|
-
readonly required: false;
|
|
431
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
432
|
-
__epPropKey: true;
|
|
433
|
-
} & {
|
|
434
|
-
readonly default: true;
|
|
435
|
-
};
|
|
436
|
-
readonly "onUpdate:visible": {
|
|
437
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
438
|
-
readonly required: false;
|
|
439
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
|
-
__epPropKey: true;
|
|
441
|
-
};
|
|
442
|
-
}>> & {
|
|
74
|
+
}, Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
443
75
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
444
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
445
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
446
76
|
"onBefore-enter"?: (() => any) | undefined;
|
|
447
77
|
"onBefore-leave"?: (() => any) | undefined;
|
|
448
|
-
|
|
78
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
79
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
80
|
+
}>, {
|
|
449
81
|
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
450
82
|
hide: () => void;
|
|
451
83
|
}, {}, {}, {}, {
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
84
|
+
effect: import('element-plus').PopperEffect;
|
|
85
|
+
placement: Placement;
|
|
86
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
87
|
+
teleported: boolean;
|
|
88
|
+
persistent: boolean;
|
|
89
|
+
visible: boolean | null;
|
|
90
|
+
enterable: boolean;
|
|
91
|
+
offset: number;
|
|
92
|
+
popperOptions: Partial<Options>;
|
|
93
|
+
showArrow: boolean;
|
|
94
|
+
content: string;
|
|
95
|
+
showAfter: number;
|
|
96
|
+
hideAfter: number;
|
|
97
|
+
autoClose: number;
|
|
98
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
99
|
+
triggerKeys: string[];
|
|
100
|
+
width: string | number;
|
|
101
|
+
tabindex: string | number;
|
|
470
102
|
}>;
|
|
471
103
|
__isFragment?: never;
|
|
472
104
|
__isTeleport?: never;
|
|
473
105
|
__isSuspense?: never;
|
|
474
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
readonly required: false;
|
|
512
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
|
-
__epPropKey: true;
|
|
514
|
-
} & {
|
|
515
|
-
readonly default: () => {};
|
|
516
|
-
};
|
|
517
|
-
readonly tabindex: {
|
|
518
|
-
readonly type: import('vue').PropType<string | number>;
|
|
519
|
-
readonly required: false;
|
|
520
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
521
|
-
__epPropKey: true;
|
|
522
|
-
} & {
|
|
523
|
-
readonly default: 0;
|
|
524
|
-
};
|
|
525
|
-
readonly content: {
|
|
526
|
-
readonly type: import('vue').PropType<string>;
|
|
527
|
-
readonly required: false;
|
|
528
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
-
__epPropKey: true;
|
|
106
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').PopoverProps> & Readonly<{
|
|
107
|
+
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
108
|
+
"onBefore-enter"?: (() => any) | undefined;
|
|
109
|
+
"onBefore-leave"?: (() => any) | undefined;
|
|
110
|
+
"onAfter-enter"?: (() => any) | undefined;
|
|
111
|
+
"onAfter-leave"?: (() => any) | undefined;
|
|
112
|
+
}>, {
|
|
113
|
+
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
114
|
+
hide: () => void;
|
|
115
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
116
|
+
"update:visible": (value: boolean) => void;
|
|
117
|
+
"before-enter": () => void;
|
|
118
|
+
"before-leave": () => void;
|
|
119
|
+
"after-enter": () => void;
|
|
120
|
+
"after-leave": () => void;
|
|
121
|
+
}, string, {
|
|
122
|
+
effect: import('element-plus').PopperEffect;
|
|
123
|
+
placement: Placement;
|
|
124
|
+
popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
125
|
+
teleported: boolean;
|
|
126
|
+
persistent: boolean;
|
|
127
|
+
visible: boolean | null;
|
|
128
|
+
enterable: boolean;
|
|
129
|
+
offset: number;
|
|
130
|
+
popperOptions: Partial<Options>;
|
|
131
|
+
showArrow: boolean;
|
|
132
|
+
content: string;
|
|
133
|
+
showAfter: number;
|
|
134
|
+
hideAfter: number;
|
|
135
|
+
autoClose: number;
|
|
136
|
+
trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
|
|
137
|
+
triggerKeys: string[];
|
|
138
|
+
width: string | number;
|
|
139
|
+
tabindex: string | number;
|
|
140
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
141
|
+
$slots: {
|
|
142
|
+
reference?: (props: {}) => any;
|
|
530
143
|
} & {
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
readonly
|
|
144
|
+
default?: (props: {
|
|
145
|
+
hide: () => void;
|
|
146
|
+
}) => any;
|
|
147
|
+
};
|
|
148
|
+
}) & import('vue').ObjectPlugin & {
|
|
149
|
+
setPropsDefaults: (defaults: Partial<{
|
|
150
|
+
readonly trigger?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType> | undefined;
|
|
151
|
+
readonly triggerKeys?: string[] | undefined;
|
|
152
|
+
readonly placement?: Placement$1;
|
|
153
|
+
readonly disabled?: boolean | undefined;
|
|
154
|
+
readonly visible?: boolean | null | undefined;
|
|
155
|
+
readonly transition?: string | undefined;
|
|
156
|
+
readonly popperOptions?: Partial<Options>;
|
|
157
|
+
readonly tabindex?: string | number | undefined;
|
|
158
|
+
readonly content?: string | undefined;
|
|
159
|
+
readonly popperStyle?: import('vue').StyleValue;
|
|
160
|
+
readonly popperClass?: (string | {
|
|
541
161
|
[x: string]: boolean;
|
|
542
162
|
} | (string | {
|
|
543
163
|
[x: string]: boolean;
|
|
@@ -557,145 +177,31 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
557
177
|
[x: string]: boolean;
|
|
558
178
|
} | (string | {
|
|
559
179
|
[x: string]: boolean;
|
|
560
|
-
} | (string |
|
|
180
|
+
} | (string | {
|
|
561
181
|
[x: string]: boolean;
|
|
562
|
-
}
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
readonly
|
|
569
|
-
readonly
|
|
570
|
-
readonly
|
|
571
|
-
readonly
|
|
572
|
-
readonly
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
readonly
|
|
576
|
-
readonly
|
|
577
|
-
readonly
|
|
578
|
-
readonly
|
|
579
|
-
readonly
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
__epPropKey: true;
|
|
586
|
-
} & {
|
|
587
|
-
readonly default: true;
|
|
588
|
-
};
|
|
589
|
-
readonly appendTo: {
|
|
590
|
-
readonly type: import('vue').PropType<string | HTMLElement>;
|
|
591
|
-
readonly required: false;
|
|
592
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
593
|
-
__epPropKey: true;
|
|
594
|
-
};
|
|
595
|
-
readonly title: StringConstructor;
|
|
596
|
-
readonly width: {
|
|
597
|
-
readonly type: import('vue').PropType<string | number>;
|
|
598
|
-
readonly required: false;
|
|
599
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
-
__epPropKey: true;
|
|
601
|
-
} & {
|
|
602
|
-
readonly default: 150;
|
|
603
|
-
};
|
|
604
|
-
readonly offset: {
|
|
605
|
-
readonly type: import('vue').PropType<number>;
|
|
606
|
-
readonly required: false;
|
|
607
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
608
|
-
__epPropKey: true;
|
|
609
|
-
} & {
|
|
610
|
-
readonly default: undefined;
|
|
611
|
-
};
|
|
612
|
-
readonly showAfter: {
|
|
613
|
-
readonly type: import('vue').PropType<number>;
|
|
614
|
-
readonly required: false;
|
|
615
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
-
__epPropKey: true;
|
|
617
|
-
} & {
|
|
618
|
-
readonly default: 0;
|
|
619
|
-
};
|
|
620
|
-
readonly hideAfter: {
|
|
621
|
-
readonly type: import('vue').PropType<number>;
|
|
622
|
-
readonly required: false;
|
|
623
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
624
|
-
__epPropKey: true;
|
|
625
|
-
} & {
|
|
626
|
-
readonly default: 200;
|
|
627
|
-
};
|
|
628
|
-
readonly autoClose: {
|
|
629
|
-
readonly type: import('vue').PropType<number>;
|
|
630
|
-
readonly required: false;
|
|
631
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
632
|
-
__epPropKey: true;
|
|
633
|
-
} & {
|
|
634
|
-
readonly default: 0;
|
|
635
|
-
};
|
|
636
|
-
readonly showArrow: {
|
|
637
|
-
readonly type: import('vue').PropType<boolean>;
|
|
638
|
-
readonly required: false;
|
|
639
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
640
|
-
__epPropKey: true;
|
|
641
|
-
} & {
|
|
642
|
-
readonly default: true;
|
|
643
|
-
};
|
|
644
|
-
readonly persistent: {
|
|
645
|
-
readonly type: import('vue').PropType<boolean>;
|
|
646
|
-
readonly required: false;
|
|
647
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
648
|
-
__epPropKey: true;
|
|
649
|
-
} & {
|
|
650
|
-
readonly default: true;
|
|
651
|
-
};
|
|
652
|
-
readonly "onUpdate:visible": {
|
|
653
|
-
readonly type: import('vue').PropType<(visible: boolean) => void>;
|
|
654
|
-
readonly required: false;
|
|
655
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
|
-
__epPropKey: true;
|
|
657
|
-
};
|
|
658
|
-
}>> & {
|
|
659
|
-
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
660
|
-
"onAfter-enter"?: (() => any) | undefined;
|
|
661
|
-
"onAfter-leave"?: (() => any) | undefined;
|
|
662
|
-
"onBefore-enter"?: (() => any) | undefined;
|
|
663
|
-
"onBefore-leave"?: (() => any) | undefined;
|
|
664
|
-
}, {
|
|
665
|
-
popperRef: import('vue').ComputedRef<import('element-plus').PopperInstance | undefined>;
|
|
666
|
-
hide: () => void;
|
|
667
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
668
|
-
"after-enter": () => void;
|
|
669
|
-
"after-leave": () => void;
|
|
670
|
-
"before-enter": () => void;
|
|
671
|
-
"before-leave": () => void;
|
|
672
|
-
"update:visible": (value: boolean) => void;
|
|
673
|
-
}, string, {
|
|
674
|
-
readonly disabled: boolean;
|
|
675
|
-
readonly tabindex: string | number;
|
|
676
|
-
readonly width: string | number;
|
|
677
|
-
readonly content: string;
|
|
678
|
-
readonly offset: number;
|
|
679
|
-
readonly visible: boolean | null;
|
|
680
|
-
readonly placement: any;
|
|
681
|
-
readonly effect: import('element-plus').PopperEffect;
|
|
682
|
-
readonly showAfter: number;
|
|
683
|
-
readonly hideAfter: number;
|
|
684
|
-
readonly autoClose: number;
|
|
685
|
-
readonly trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
|
|
686
|
-
readonly popperOptions: Partial<Options>;
|
|
687
|
-
readonly enterable: boolean;
|
|
688
|
-
readonly triggerKeys: string[];
|
|
689
|
-
readonly teleported: boolean;
|
|
690
|
-
readonly persistent: boolean;
|
|
691
|
-
readonly showArrow: boolean;
|
|
692
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
693
|
-
$slots: {
|
|
694
|
-
reference?(_: {}): any;
|
|
695
|
-
default?(_: {}): any;
|
|
696
|
-
};
|
|
697
|
-
}) & import('vue').Plugin) & {
|
|
698
|
-
directive: typeof import('element-plus').ElPopoverDirective;
|
|
182
|
+
} | (string | {
|
|
183
|
+
[x: string]: boolean;
|
|
184
|
+
} | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
|
|
185
|
+
readonly enterable?: boolean | undefined;
|
|
186
|
+
readonly effect?: import('element-plus').PopperEffect | undefined;
|
|
187
|
+
readonly teleported?: boolean | undefined;
|
|
188
|
+
readonly appendTo?: string | HTMLElement | undefined;
|
|
189
|
+
readonly title?: string | undefined;
|
|
190
|
+
readonly width?: string | number | undefined;
|
|
191
|
+
readonly offset?: number | undefined;
|
|
192
|
+
readonly showAfter?: number | undefined;
|
|
193
|
+
readonly hideAfter?: number | undefined;
|
|
194
|
+
readonly autoClose?: number | undefined;
|
|
195
|
+
readonly showArrow?: boolean | undefined;
|
|
196
|
+
readonly persistent?: boolean | undefined;
|
|
197
|
+
readonly "onUpdate:visible"?: (((visible: boolean) => void) & ((value: boolean) => any)) | undefined;
|
|
198
|
+
readonly "onBefore-enter"?: (() => any) | undefined | undefined;
|
|
199
|
+
readonly "onBefore-leave"?: (() => any) | undefined | undefined;
|
|
200
|
+
readonly "onAfter-enter"?: (() => any) | undefined | undefined;
|
|
201
|
+
readonly "onAfter-leave"?: (() => any) | undefined | undefined;
|
|
202
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
203
|
+
} & {
|
|
204
|
+
directive: import('element-plus/es/utils/index.mjs').SFCWithInstall<import('vue').ObjectDirective<any, any, string, any>>;
|
|
699
205
|
};
|
|
700
206
|
CommandButton: typeof CommandButton;
|
|
701
207
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|