@pantograph/vue 0.34.38 → 0.34.40

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