@pantograph/vue 0.34.36 → 0.34.37

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