@pantograph/vue 0.34.42 → 0.35.0

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