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