@pantograph/vue 0.34.37 → 0.34.38

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