@pantograph/vue 0.34.32 → 0.34.34

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