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