@pantograph/vue 0.35.0 → 0.35.1

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