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