@pantograph/vue 0.34.39 → 0.34.41

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