@pantograph/vue 0.35.0 → 0.35.2

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