@pantograph/vue 0.34.31 → 0.34.33

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