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