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