@pantograph/vue 0.34.42 → 0.35.0

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