@pantograph/vue 0.34.41 → 0.34.42

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