@pantograph/vue 0.34.38 → 0.34.39
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/dist/{ComponentMap-BqkOktnN.js → ComponentMap-BCdd4jAe.js} +2 -0
- package/dist/ComponentMap-DbbUe4Mn.js +1 -0
- package/dist/index.d.ts +244 -141
- package/dist/index.js +180 -177
- package/dist/index.umd.cjs +1 -1
- package/dist/nuxt/index.js +1 -1
- package/dist/nuxt/index.umd.cjs +1 -1
- package/dist/nuxt.d.ts +100 -93
- package/dist/resolver/index.js +1 -1
- package/dist/resolver/index.umd.cjs +1 -1
- package/dist/resolver.d.ts +100 -93
- package/dist/use/index.js +8347 -8164
- package/dist/use/index.umd.cjs +5 -5
- package/dist/use.d.ts +100 -93
- package/package.json +3 -3
- package/dist/ComponentMap-Dc0o97JR.js +0 -1
package/dist/resolver.d.ts
CHANGED
|
@@ -21,30 +21,32 @@ declare interface ResolverOptions {
|
|
|
21
21
|
export { }
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
/** component declare **/
|
|
24
25
|
declare module 'vue' {
|
|
25
26
|
interface GlobalComponents {
|
|
26
|
-
|
|
27
|
+
Accordion: DefineComponent<AccordionProps, AccordionSlots, AccordionEmits>;
|
|
28
|
+
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
27
29
|
}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
|
|
31
33
|
declare module 'vue' {
|
|
32
34
|
interface GlobalComponents {
|
|
33
|
-
|
|
35
|
+
Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
|
|
34
36
|
}
|
|
35
37
|
}
|
|
36
38
|
|
|
37
39
|
|
|
38
40
|
declare module 'vue' {
|
|
39
41
|
interface GlobalComponents {
|
|
40
|
-
|
|
42
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
|
|
44
46
|
|
|
45
47
|
declare module 'vue' {
|
|
46
48
|
interface GlobalComponents {
|
|
47
|
-
|
|
49
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
48
50
|
}
|
|
49
51
|
}
|
|
50
52
|
|
|
@@ -58,428 +60,433 @@ declare module 'vue' {
|
|
|
58
60
|
|
|
59
61
|
declare module 'vue' {
|
|
60
62
|
interface GlobalComponents {
|
|
61
|
-
|
|
63
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
62
64
|
}
|
|
63
65
|
}
|
|
64
66
|
|
|
65
67
|
|
|
66
68
|
declare module 'vue' {
|
|
67
69
|
interface GlobalComponents {
|
|
68
|
-
|
|
69
|
-
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
70
|
-
ComboboxOption: DefineComponent;
|
|
70
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
declare module 'vue' {
|
|
76
76
|
interface GlobalComponents {
|
|
77
|
-
|
|
77
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
declare module 'vue' {
|
|
83
83
|
interface GlobalComponents {
|
|
84
|
-
|
|
84
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
|
|
89
89
|
declare module 'vue' {
|
|
90
90
|
interface GlobalComponents {
|
|
91
|
-
|
|
91
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
declare module 'vue' {
|
|
97
97
|
interface GlobalComponents {
|
|
98
|
-
|
|
98
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
declare module 'vue' {
|
|
104
104
|
interface GlobalComponents {
|
|
105
|
-
|
|
105
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
106
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
106
107
|
}
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
|
|
110
111
|
declare module 'vue' {
|
|
111
112
|
interface GlobalComponents {
|
|
112
|
-
|
|
113
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
113
|
+
ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
|
|
118
118
|
declare module 'vue' {
|
|
119
119
|
interface GlobalComponents {
|
|
120
|
-
|
|
120
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
declare module 'vue' {
|
|
126
126
|
interface GlobalComponents {
|
|
127
|
-
|
|
127
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
|
|
132
132
|
declare module 'vue' {
|
|
133
133
|
interface GlobalComponents {
|
|
134
|
-
|
|
135
|
-
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
134
|
+
ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
|
|
136
135
|
}
|
|
137
136
|
}
|
|
138
137
|
|
|
139
138
|
|
|
140
139
|
declare module 'vue' {
|
|
141
140
|
interface GlobalComponents {
|
|
142
|
-
|
|
141
|
+
Badge: DefineComponent<BadgeProps, BadgeSlots>;
|
|
143
142
|
}
|
|
144
143
|
}
|
|
145
144
|
|
|
146
145
|
|
|
147
146
|
declare module 'vue' {
|
|
148
147
|
interface GlobalComponents {
|
|
149
|
-
|
|
148
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
150
149
|
}
|
|
151
150
|
}
|
|
152
151
|
|
|
153
152
|
|
|
154
153
|
declare module 'vue' {
|
|
155
154
|
interface GlobalComponents {
|
|
156
|
-
|
|
155
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
157
156
|
}
|
|
158
157
|
}
|
|
159
158
|
|
|
160
159
|
|
|
161
160
|
declare module 'vue' {
|
|
162
161
|
interface GlobalComponents {
|
|
163
|
-
|
|
162
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
164
163
|
}
|
|
165
164
|
}
|
|
166
165
|
|
|
167
166
|
|
|
168
167
|
declare module 'vue' {
|
|
169
168
|
interface GlobalComponents {
|
|
170
|
-
|
|
169
|
+
IndentLevel: DefineComponent<IndentLevelProps>;
|
|
171
170
|
}
|
|
172
171
|
}
|
|
173
172
|
|
|
174
173
|
|
|
175
174
|
declare module 'vue' {
|
|
176
175
|
interface GlobalComponents {
|
|
177
|
-
|
|
176
|
+
ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
|
|
178
177
|
}
|
|
179
178
|
}
|
|
180
179
|
|
|
181
180
|
|
|
182
181
|
declare module 'vue' {
|
|
183
182
|
interface GlobalComponents {
|
|
184
|
-
|
|
185
|
-
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
183
|
+
AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
|
|
186
184
|
}
|
|
187
185
|
}
|
|
188
186
|
|
|
189
187
|
|
|
190
188
|
declare module 'vue' {
|
|
191
189
|
interface GlobalComponents {
|
|
192
|
-
|
|
190
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
193
191
|
}
|
|
194
192
|
}
|
|
195
193
|
|
|
196
194
|
|
|
197
195
|
declare module 'vue' {
|
|
198
196
|
interface GlobalComponents {
|
|
199
|
-
|
|
197
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
200
198
|
}
|
|
201
199
|
}
|
|
202
200
|
|
|
203
201
|
|
|
204
202
|
declare module 'vue' {
|
|
205
203
|
interface GlobalComponents {
|
|
206
|
-
|
|
204
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
207
205
|
}
|
|
208
206
|
}
|
|
209
207
|
|
|
210
208
|
|
|
211
209
|
declare module 'vue' {
|
|
212
210
|
interface GlobalComponents {
|
|
213
|
-
|
|
211
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
212
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
214
213
|
}
|
|
215
214
|
}
|
|
216
215
|
|
|
217
216
|
|
|
218
217
|
declare module 'vue' {
|
|
219
218
|
interface GlobalComponents {
|
|
220
|
-
|
|
219
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
221
220
|
}
|
|
222
221
|
}
|
|
223
222
|
|
|
224
223
|
|
|
225
224
|
declare module 'vue' {
|
|
226
225
|
interface GlobalComponents {
|
|
227
|
-
|
|
226
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
228
227
|
}
|
|
229
228
|
}
|
|
230
229
|
|
|
231
230
|
|
|
232
231
|
declare module 'vue' {
|
|
233
232
|
interface GlobalComponents {
|
|
234
|
-
|
|
233
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
235
234
|
}
|
|
236
235
|
}
|
|
237
236
|
|
|
238
237
|
|
|
239
238
|
declare module 'vue' {
|
|
240
239
|
interface GlobalComponents {
|
|
241
|
-
|
|
240
|
+
Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
|
|
242
241
|
}
|
|
243
242
|
}
|
|
244
243
|
|
|
245
244
|
|
|
246
245
|
declare module 'vue' {
|
|
247
246
|
interface GlobalComponents {
|
|
248
|
-
|
|
247
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
249
248
|
}
|
|
250
249
|
}
|
|
251
250
|
|
|
252
251
|
|
|
253
252
|
declare module 'vue' {
|
|
254
253
|
interface GlobalComponents {
|
|
255
|
-
|
|
254
|
+
Icon: DefineComponent<IconProps>;
|
|
256
255
|
}
|
|
257
256
|
}
|
|
258
257
|
|
|
259
258
|
|
|
260
259
|
declare module 'vue' {
|
|
261
260
|
interface GlobalComponents {
|
|
262
|
-
|
|
263
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
264
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
265
|
-
TabContent: DefineComponent;
|
|
261
|
+
AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
|
|
266
262
|
}
|
|
267
263
|
}
|
|
268
264
|
|
|
269
265
|
|
|
270
266
|
declare module 'vue' {
|
|
271
267
|
interface GlobalComponents {
|
|
272
|
-
|
|
268
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
273
269
|
}
|
|
274
270
|
}
|
|
275
271
|
|
|
276
272
|
|
|
277
|
-
/** component declare **/
|
|
278
273
|
declare module 'vue' {
|
|
279
274
|
interface GlobalComponents {
|
|
280
|
-
|
|
281
|
-
AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
|
|
275
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
282
276
|
}
|
|
283
277
|
}
|
|
284
278
|
|
|
285
279
|
|
|
286
280
|
declare module 'vue' {
|
|
287
281
|
interface GlobalComponents {
|
|
288
|
-
|
|
282
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
289
283
|
}
|
|
290
284
|
}
|
|
291
285
|
|
|
292
286
|
|
|
293
287
|
declare module 'vue' {
|
|
294
288
|
interface GlobalComponents {
|
|
295
|
-
|
|
289
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
296
290
|
}
|
|
297
291
|
}
|
|
298
292
|
|
|
299
293
|
|
|
300
294
|
declare module 'vue' {
|
|
301
295
|
interface GlobalComponents {
|
|
302
|
-
|
|
296
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
303
297
|
}
|
|
304
298
|
}
|
|
305
299
|
|
|
306
300
|
|
|
307
301
|
declare module 'vue' {
|
|
308
302
|
interface GlobalComponents {
|
|
309
|
-
|
|
303
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
310
304
|
}
|
|
311
305
|
}
|
|
312
306
|
|
|
313
307
|
|
|
314
308
|
declare module 'vue' {
|
|
315
309
|
interface GlobalComponents {
|
|
316
|
-
|
|
317
|
-
|
|
310
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
311
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
312
|
+
ComboboxOption: DefineComponent;
|
|
318
313
|
}
|
|
319
314
|
}
|
|
320
315
|
|
|
321
316
|
|
|
322
317
|
declare module 'vue' {
|
|
323
318
|
interface GlobalComponents {
|
|
324
|
-
|
|
319
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
320
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
325
321
|
}
|
|
326
322
|
}
|
|
327
323
|
|
|
328
324
|
|
|
329
325
|
declare module 'vue' {
|
|
330
326
|
interface GlobalComponents {
|
|
331
|
-
|
|
327
|
+
Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
|
|
332
328
|
}
|
|
333
329
|
}
|
|
334
330
|
|
|
335
331
|
|
|
336
332
|
declare module 'vue' {
|
|
337
333
|
interface GlobalComponents {
|
|
338
|
-
|
|
334
|
+
ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
|
|
339
335
|
}
|
|
340
336
|
}
|
|
341
337
|
|
|
342
338
|
|
|
343
339
|
declare module 'vue' {
|
|
344
340
|
interface GlobalComponents {
|
|
345
|
-
|
|
341
|
+
Divider: DefineComponent<DividerProps>;
|
|
346
342
|
}
|
|
347
343
|
}
|
|
348
344
|
|
|
349
345
|
|
|
350
346
|
declare module 'vue' {
|
|
351
347
|
interface GlobalComponents {
|
|
352
|
-
|
|
348
|
+
Spinner: DefineComponent<SpinnerProps, SpinnerSlots, SpinnerEmits>;
|
|
353
349
|
}
|
|
354
350
|
}
|
|
355
351
|
|
|
356
352
|
|
|
357
353
|
declare module 'vue' {
|
|
358
354
|
interface GlobalComponents {
|
|
359
|
-
|
|
360
|
-
|
|
355
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
356
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
361
357
|
}
|
|
362
358
|
}
|
|
363
359
|
|
|
364
360
|
|
|
365
361
|
declare module 'vue' {
|
|
366
362
|
interface GlobalComponents {
|
|
367
|
-
|
|
363
|
+
Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
|
|
364
|
+
Th: DefineComponent<ThProps, ThSlots>;
|
|
365
|
+
Td: DefineComponent<TdProps, TdSlots>;
|
|
366
|
+
Tr: DefineComponent<TrProps>;
|
|
367
|
+
TBody: DefineComponent<TBodyProps>;
|
|
368
|
+
THead: DefineComponent<THeadProps>;
|
|
369
|
+
TFoot: DefineComponent<TFootProps>;
|
|
368
370
|
}
|
|
369
371
|
}
|
|
370
372
|
|
|
371
373
|
|
|
372
374
|
declare module 'vue' {
|
|
373
375
|
interface GlobalComponents {
|
|
374
|
-
|
|
376
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
375
377
|
}
|
|
376
378
|
}
|
|
377
379
|
|
|
378
380
|
|
|
379
381
|
declare module 'vue' {
|
|
380
382
|
interface GlobalComponents {
|
|
381
|
-
|
|
382
|
-
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
383
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
383
384
|
}
|
|
384
385
|
}
|
|
385
386
|
|
|
386
387
|
|
|
387
388
|
declare module 'vue' {
|
|
388
389
|
interface GlobalComponents {
|
|
389
|
-
|
|
390
|
-
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
390
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
391
391
|
}
|
|
392
392
|
}
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
declare module 'vue' {
|
|
396
396
|
interface GlobalComponents {
|
|
397
|
-
|
|
397
|
+
Input: DefineComponent<InputProps, InputSlots, InputEmits>;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
|
|
402
402
|
declare module 'vue' {
|
|
403
403
|
interface GlobalComponents {
|
|
404
|
-
|
|
405
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
406
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
407
|
-
Tr: DefineComponent<TrProps>;
|
|
408
|
-
TBody: DefineComponent<TBodyProps>;
|
|
409
|
-
THead: DefineComponent<THeadProps>;
|
|
410
|
-
TFoot: DefineComponent<TFootProps>;
|
|
404
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
411
405
|
}
|
|
412
406
|
}
|
|
413
407
|
|
|
414
408
|
|
|
415
409
|
declare module 'vue' {
|
|
416
410
|
interface GlobalComponents {
|
|
417
|
-
|
|
411
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
418
412
|
}
|
|
419
413
|
}
|
|
420
414
|
|
|
421
415
|
|
|
422
416
|
declare module 'vue' {
|
|
423
417
|
interface GlobalComponents {
|
|
424
|
-
|
|
418
|
+
Kbd: DefineComponent<KbdProps, KbdSlots>;
|
|
425
419
|
}
|
|
426
420
|
}
|
|
427
421
|
|
|
428
422
|
|
|
429
423
|
declare module 'vue' {
|
|
430
424
|
interface GlobalComponents {
|
|
431
|
-
|
|
425
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
432
426
|
}
|
|
433
427
|
}
|
|
434
428
|
|
|
435
429
|
|
|
436
430
|
declare module 'vue' {
|
|
437
431
|
interface GlobalComponents {
|
|
438
|
-
|
|
432
|
+
Tree: DefineComponent<TreeProps, TreeSlots, TreeEmits>;
|
|
433
|
+
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
439
434
|
}
|
|
440
435
|
}
|
|
441
436
|
|
|
442
437
|
|
|
443
438
|
declare module 'vue' {
|
|
444
439
|
interface GlobalComponents {
|
|
445
|
-
|
|
440
|
+
SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
|
|
446
441
|
}
|
|
447
442
|
}
|
|
448
443
|
|
|
449
444
|
|
|
450
445
|
declare module 'vue' {
|
|
451
446
|
interface GlobalComponents {
|
|
452
|
-
|
|
447
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
453
448
|
}
|
|
454
449
|
}
|
|
455
450
|
|
|
456
451
|
|
|
457
452
|
declare module 'vue' {
|
|
458
453
|
interface GlobalComponents {
|
|
459
|
-
|
|
454
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
460
455
|
}
|
|
461
456
|
}
|
|
462
457
|
|
|
463
458
|
|
|
459
|
+
/**
|
|
460
|
+
* Global component declaration for TypeScript support
|
|
461
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
462
|
+
*/
|
|
464
463
|
declare module 'vue' {
|
|
465
464
|
interface GlobalComponents {
|
|
466
|
-
|
|
465
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
466
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
467
467
|
}
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
|
|
471
471
|
declare module 'vue' {
|
|
472
472
|
interface GlobalComponents {
|
|
473
|
-
|
|
473
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
474
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
474
475
|
}
|
|
475
476
|
}
|
|
476
477
|
|
|
477
478
|
|
|
478
479
|
declare module 'vue' {
|
|
479
480
|
interface GlobalComponents {
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
481
|
+
MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
declare module 'vue' {
|
|
487
|
+
interface GlobalComponents {
|
|
488
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
489
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
483
490
|
}
|
|
484
491
|
}
|
|
485
492
|
|
|
@@ -495,21 +502,23 @@ declare module 'vue' {
|
|
|
495
502
|
|
|
496
503
|
declare module 'vue' {
|
|
497
504
|
interface GlobalComponents {
|
|
498
|
-
|
|
505
|
+
Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
|
|
499
506
|
}
|
|
500
507
|
}
|
|
501
508
|
|
|
502
509
|
|
|
503
510
|
declare module 'vue' {
|
|
504
511
|
interface GlobalComponents {
|
|
505
|
-
|
|
512
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
506
513
|
}
|
|
507
514
|
}
|
|
508
515
|
|
|
509
516
|
|
|
510
517
|
declare module 'vue' {
|
|
511
518
|
interface GlobalComponents {
|
|
512
|
-
|
|
519
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
520
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
521
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
513
522
|
}
|
|
514
523
|
}
|
|
515
524
|
|
|
@@ -521,14 +530,12 @@ declare module 'vue' {
|
|
|
521
530
|
}
|
|
522
531
|
|
|
523
532
|
|
|
524
|
-
/**
|
|
525
|
-
* Global component declaration for TypeScript support
|
|
526
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
527
|
-
*/
|
|
528
533
|
declare module 'vue' {
|
|
529
534
|
interface GlobalComponents {
|
|
530
|
-
|
|
531
|
-
|
|
535
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
536
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
537
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
538
|
+
TabContent: DefineComponent;
|
|
532
539
|
}
|
|
533
540
|
}
|
|
534
541
|
|