@pantograph/vue 0.34.35 → 0.34.36

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