@pantograph/vue 0.34.34 → 0.34.36

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