@pantograph/vue 0.34.29 → 0.34.31

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