@pantograph/vue 0.34.33 → 0.34.34

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/index.d.ts CHANGED
@@ -17147,264 +17147,251 @@ export declare type VisibleColorPair = Exclude<ColorPair, ColorPairHsv>;
17147
17147
  export { }
17148
17148
 
17149
17149
 
17150
+ /** component declare **/
17150
17151
  declare module 'vue' {
17151
17152
  interface GlobalComponents {
17152
- Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
17153
- }
17154
- }
17155
-
17156
-
17157
- declare module 'vue' {
17158
- interface GlobalComponents {
17159
- Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
17153
+ Accordion: DefineComponent<AccordionProps, AccordionSlots, AccordionEmits>;
17154
+ AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
17160
17155
  }
17161
17156
  }
17162
17157
 
17163
17158
 
17164
17159
  declare module 'vue' {
17165
17160
  interface GlobalComponents {
17166
- Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
17161
+ ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
17167
17162
  }
17168
17163
  }
17169
17164
 
17170
17165
 
17171
17166
  declare module 'vue' {
17172
17167
  interface GlobalComponents {
17173
- AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
17168
+ Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
17174
17169
  }
17175
17170
  }
17176
17171
 
17177
17172
 
17178
17173
  declare module 'vue' {
17179
17174
  interface GlobalComponents {
17180
- ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
17175
+ Indicator: DefineComponent<IndicatorProps>;
17181
17176
  }
17182
17177
  }
17183
17178
 
17184
17179
 
17185
17180
  declare module 'vue' {
17186
17181
  interface GlobalComponents {
17187
- ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
17182
+ GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
17188
17183
  }
17189
17184
  }
17190
17185
 
17191
17186
 
17192
17187
  declare module 'vue' {
17193
17188
  interface GlobalComponents {
17194
- CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
17189
+ AlertDialog: DefineComponent<AlertDialogProps, AlertDialogSlots, AlertDialogEmits>;
17195
17190
  }
17196
17191
  }
17197
17192
 
17198
17193
 
17199
17194
  declare module 'vue' {
17200
17195
  interface GlobalComponents {
17201
- Badge: DefineComponent<BadgeProps, BadgeSlots>;
17196
+ Empty: DefineComponent<EmptyProps, EmptySlots>;
17202
17197
  }
17203
17198
  }
17204
17199
 
17205
17200
 
17206
- /** component declare **/
17207
17201
  declare module 'vue' {
17208
17202
  interface GlobalComponents {
17209
- Accordion: DefineComponent<AccordionProps, AccordionSlots, AccordionEmits>;
17210
- AccordionItem: DefineComponent<AccordionItemProps, AccordionItemSlots>;
17203
+ ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
17211
17204
  }
17212
17205
  }
17213
17206
 
17214
17207
 
17215
17208
  declare module 'vue' {
17216
17209
  interface GlobalComponents {
17217
- Input: DefineComponent<InputProps, InputSlots, InputEmits>;
17210
+ GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
17218
17211
  }
17219
17212
  }
17220
17213
 
17221
17214
 
17222
17215
  declare module 'vue' {
17223
17216
  interface GlobalComponents {
17224
- PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
17217
+ DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
17225
17218
  }
17226
17219
  }
17227
17220
 
17228
17221
 
17229
17222
  declare module 'vue' {
17230
17223
  interface GlobalComponents {
17231
- Image: DefineComponent<ImageProps, ImageSlots>;
17224
+ ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
17232
17225
  }
17233
17226
  }
17234
17227
 
17235
17228
 
17236
17229
  declare module 'vue' {
17237
17230
  interface GlobalComponents {
17238
- Indicator: DefineComponent<IndicatorProps>;
17231
+ AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
17239
17232
  }
17240
17233
  }
17241
17234
 
17242
17235
 
17243
17236
  declare module 'vue' {
17244
17237
  interface GlobalComponents {
17245
- Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
17238
+ HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
17246
17239
  }
17247
17240
  }
17248
17241
 
17249
17242
 
17250
17243
  declare module 'vue' {
17251
17244
  interface GlobalComponents {
17252
- Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
17253
- ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
17245
+ Badge: DefineComponent<BadgeProps, BadgeSlots>;
17254
17246
  }
17255
17247
  }
17256
17248
 
17257
17249
 
17258
17250
  declare module 'vue' {
17259
17251
  interface GlobalComponents {
17260
- Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
17252
+ Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
17261
17253
  }
17262
17254
  }
17263
17255
 
17264
17256
 
17265
17257
  declare module 'vue' {
17266
17258
  interface GlobalComponents {
17267
- ScrollContainer: DefineComponent<ScrollContainerProps>;
17259
+ FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
17268
17260
  }
17269
17261
  }
17270
17262
 
17271
17263
 
17272
17264
  declare module 'vue' {
17273
17265
  interface GlobalComponents {
17274
- FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
17266
+ ButtonGroup: DefineComponent<ButtonGroupProps>;
17275
17267
  }
17276
17268
  }
17277
17269
 
17278
17270
 
17279
17271
  declare module 'vue' {
17280
17272
  interface GlobalComponents {
17281
- Label: DefineComponent<LabelProps, LabelSlots>;
17273
+ Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
17282
17274
  }
17283
17275
  }
17284
17276
 
17285
17277
 
17286
17278
  declare module 'vue' {
17287
17279
  interface GlobalComponents {
17288
- IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
17280
+ Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
17281
+ ComboboxInput: DefineComponent<ComboboxInputProps>;
17282
+ ComboboxOption: DefineComponent;
17289
17283
  }
17290
17284
  }
17291
17285
 
17292
17286
 
17293
17287
  declare module 'vue' {
17294
17288
  interface GlobalComponents {
17295
- DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
17289
+ FormValidation: DefineComponent<FormValidationProps>;
17296
17290
  }
17297
17291
  }
17298
17292
 
17299
17293
 
17300
17294
  declare module 'vue' {
17301
17295
  interface GlobalComponents {
17302
- Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
17296
+ Image: DefineComponent<ImageProps, ImageSlots>;
17303
17297
  }
17304
17298
  }
17305
17299
 
17306
17300
 
17307
- /**
17308
- * Global component declaration for TypeScript support
17309
- * Enables <Tooltip> usage in templates without explicit import
17310
- */
17311
17301
  declare module 'vue' {
17312
17302
  interface GlobalComponents {
17313
- Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
17314
- TooltipProvider: DefineComponent<TooltipProviderProps>;
17303
+ Label: DefineComponent<LabelProps, LabelSlots>;
17315
17304
  }
17316
17305
  }
17317
17306
 
17318
17307
 
17319
17308
  declare module 'vue' {
17320
17309
  interface GlobalComponents {
17321
- Kbd: DefineComponent<KbdProps, KbdSlots>;
17310
+ CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
17322
17311
  }
17323
17312
  }
17324
17313
 
17325
17314
 
17326
17315
  declare module 'vue' {
17327
17316
  interface GlobalComponents {
17328
- SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
17317
+ InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
17329
17318
  }
17330
17319
  }
17331
17320
 
17332
17321
 
17333
17322
  declare module 'vue' {
17334
17323
  interface GlobalComponents {
17335
- Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
17324
+ ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
17336
17325
  }
17337
17326
  }
17338
17327
 
17339
17328
 
17340
17329
  declare module 'vue' {
17341
17330
  interface GlobalComponents {
17342
- InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
17331
+ Card: DefineComponent<CardProps, CardSlots>;
17343
17332
  }
17344
17333
  }
17345
17334
 
17346
17335
 
17347
17336
  declare module 'vue' {
17348
17337
  interface GlobalComponents {
17349
- PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
17338
+ ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
17350
17339
  }
17351
17340
  }
17352
17341
 
17353
17342
 
17354
17343
  declare module 'vue' {
17355
17344
  interface GlobalComponents {
17356
- Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
17357
- DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
17345
+ Alert: DefineComponent<AlertProps, AlertSlots, AlertEmits>;
17358
17346
  }
17359
17347
  }
17360
17348
 
17361
17349
 
17362
17350
  declare module 'vue' {
17363
17351
  interface GlobalComponents {
17364
- Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
17365
- Step: DefineComponent<StepItemProps, StepItemSlots>;
17352
+ IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
17366
17353
  }
17367
17354
  }
17368
17355
 
17369
17356
 
17370
17357
  declare module 'vue' {
17371
17358
  interface GlobalComponents {
17372
- GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
17359
+ Button: DefineComponent<ButtonProps, ButtonSlots>;
17373
17360
  }
17374
17361
  }
17375
17362
 
17376
17363
 
17377
17364
  declare module 'vue' {
17378
17365
  interface GlobalComponents {
17379
- HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
17366
+ IndentLevel: DefineComponent<IndentLevelProps>;
17380
17367
  }
17381
17368
  }
17382
17369
 
17383
17370
 
17384
17371
  declare module 'vue' {
17385
17372
  interface GlobalComponents {
17386
- ColorSwatchGroup: DefineComponent<ColorSwatchGroupProps, ColorSwatchGroupSlots, ColorSwatchGroupEmits>;
17373
+ Kbd: DefineComponent<KbdProps, KbdSlots>;
17387
17374
  }
17388
17375
  }
17389
17376
 
17390
17377
 
17391
17378
  declare module 'vue' {
17392
17379
  interface GlobalComponents {
17393
- GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
17380
+ Icon: DefineComponent<IconProps>;
17394
17381
  }
17395
17382
  }
17396
17383
 
17397
17384
 
17398
17385
  declare module 'vue' {
17399
17386
  interface GlobalComponents {
17400
- Icon: DefineComponent<IconProps>;
17387
+ ConfigProvider: DefineComponent<ConfigProviderProps, ConfigProviderSlots>;
17401
17388
  }
17402
17389
  }
17403
17390
 
17404
17391
 
17405
17392
  declare module 'vue' {
17406
17393
  interface GlobalComponents {
17407
- Empty: DefineComponent<EmptyProps, EmptySlots>;
17394
+ Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
17408
17395
  }
17409
17396
  }
17410
17397
 
@@ -17419,44 +17406,48 @@ declare module 'vue' {
17419
17406
 
17420
17407
  declare module 'vue' {
17421
17408
  interface GlobalComponents {
17422
- Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
17409
+ Input: DefineComponent<InputProps, InputSlots, InputEmits>;
17423
17410
  }
17424
17411
  }
17425
17412
 
17426
17413
 
17427
17414
  declare module 'vue' {
17428
17415
  interface GlobalComponents {
17429
- InputGroup: DefineComponent<InputGroupProps>;
17416
+ Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
17417
+ DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
17430
17418
  }
17431
17419
  }
17432
17420
 
17433
17421
 
17434
17422
  declare module 'vue' {
17435
17423
  interface GlobalComponents {
17436
- Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
17437
- UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
17438
- UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
17424
+ Blanket: DefineComponent<BlanketProps>;
17439
17425
  }
17440
17426
  }
17441
17427
 
17442
17428
 
17443
17429
  declare module 'vue' {
17444
17430
  interface GlobalComponents {
17445
- ButtonGroup: DefineComponent<ButtonGroupProps>;
17431
+ Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
17446
17432
  }
17447
17433
  }
17448
17434
 
17449
17435
 
17436
+ /**
17437
+ * Global component declaration for TypeScript support
17438
+ * Enables <Tooltip> usage in templates without explicit import
17439
+ */
17450
17440
  declare module 'vue' {
17451
17441
  interface GlobalComponents {
17452
- FormValidation: DefineComponent<FormValidationProps>;
17442
+ Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
17443
+ TooltipProvider: DefineComponent<TooltipProviderProps>;
17453
17444
  }
17454
17445
  }
17455
17446
 
17456
17447
 
17457
17448
  declare module 'vue' {
17458
17449
  interface GlobalComponents {
17459
- Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
17450
+ InputGroup: DefineComponent<InputGroupProps>;
17460
17451
  }
17461
17452
  }
17462
17453
 
@@ -17479,57 +17470,59 @@ declare module 'vue' {
17479
17470
 
17480
17471
  declare module 'vue' {
17481
17472
  interface GlobalComponents {
17482
- ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
17473
+ ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
17483
17474
  }
17484
17475
  }
17485
17476
 
17486
17477
 
17487
17478
  declare module 'vue' {
17488
17479
  interface GlobalComponents {
17489
- Button: DefineComponent<ButtonProps, ButtonSlots>;
17480
+ Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
17490
17481
  }
17491
17482
  }
17492
17483
 
17493
17484
 
17494
17485
  declare module 'vue' {
17495
17486
  interface GlobalComponents {
17496
- Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
17487
+ PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
17497
17488
  }
17498
17489
  }
17499
17490
 
17500
17491
 
17501
17492
  declare module 'vue' {
17502
17493
  interface GlobalComponents {
17503
- RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
17504
- RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
17494
+ Pagination: DefineComponent<PaginationProps, Record<string, any>, PaginationEmits>;
17505
17495
  }
17506
17496
  }
17507
17497
 
17508
17498
 
17509
17499
  declare module 'vue' {
17510
17500
  interface GlobalComponents {
17511
- Blanket: DefineComponent<BlanketProps>;
17501
+ Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
17502
+ TabList: DefineComponent<TabListProps, TabListSlots>;
17503
+ TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
17504
+ TabContent: DefineComponent;
17512
17505
  }
17513
17506
  }
17514
17507
 
17515
17508
 
17516
17509
  declare module 'vue' {
17517
17510
  interface GlobalComponents {
17518
- Divider: DefineComponent<DividerProps>;
17511
+ SubMenu: DefineComponent<SubMenuProps, SubMenuSlots>;
17519
17512
  }
17520
17513
  }
17521
17514
 
17522
17515
 
17523
17516
  declare module 'vue' {
17524
17517
  interface GlobalComponents {
17525
- AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
17518
+ Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
17526
17519
  }
17527
17520
  }
17528
17521
 
17529
17522
 
17530
17523
  declare module 'vue' {
17531
17524
  interface GlobalComponents {
17532
- ActionButton: DefineComponent<ActionButtonProps, ActionButtonSlots>;
17525
+ Stepper: DefineComponent<StepperProps, undefined, StepperEmits>;
17533
17526
  }
17534
17527
  }
17535
17528
 
@@ -17543,61 +17536,68 @@ declare module 'vue' {
17543
17536
 
17544
17537
  declare module 'vue' {
17545
17538
  interface GlobalComponents {
17546
- Card: DefineComponent<CardProps, CardSlots>;
17539
+ Divider: DefineComponent<DividerProps>;
17547
17540
  }
17548
17541
  }
17549
17542
 
17550
17543
 
17551
17544
  declare module 'vue' {
17552
17545
  interface GlobalComponents {
17553
- ColorSwatch: DefineComponent<ColorSwatchProps, ColorSwatchSlots, undefined>;
17546
+ Skeleton: DefineComponent<SkeletonProps>;
17554
17547
  }
17555
17548
  }
17556
17549
 
17557
17550
 
17558
17551
  declare module 'vue' {
17559
17552
  interface GlobalComponents {
17560
- Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
17553
+ Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
17561
17554
  }
17562
17555
  }
17563
17556
 
17564
17557
 
17565
17558
  declare module 'vue' {
17566
17559
  interface GlobalComponents {
17567
- Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
17568
- ComboboxInput: DefineComponent<ComboboxInputProps>;
17569
- ComboboxOption: DefineComponent;
17560
+ Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
17561
+ SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
17562
+ SelectLabel: DefineComponent;
17570
17563
  }
17571
17564
  }
17572
17565
 
17573
17566
 
17574
17567
  declare module 'vue' {
17575
17568
  interface GlobalComponents {
17576
- ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
17569
+ PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
17577
17570
  }
17578
17571
  }
17579
17572
 
17580
17573
 
17581
17574
  declare module 'vue' {
17582
17575
  interface GlobalComponents {
17583
- Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
17576
+ MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
17584
17577
  }
17585
17578
  }
17586
17579
 
17587
17580
 
17588
17581
  declare module 'vue' {
17589
17582
  interface GlobalComponents {
17590
- Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
17591
- TabList: DefineComponent<TabListProps, TabListSlots>;
17592
- TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
17593
- TabContent: DefineComponent;
17583
+ Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
17584
+ ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
17594
17585
  }
17595
17586
  }
17596
17587
 
17597
17588
 
17598
17589
  declare module 'vue' {
17599
17590
  interface GlobalComponents {
17600
- Skeleton: DefineComponent<SkeletonProps>;
17591
+ ScrollContainer: DefineComponent<ScrollContainerProps>;
17592
+ }
17593
+ }
17594
+
17595
+
17596
+ declare module 'vue' {
17597
+ interface GlobalComponents {
17598
+ Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
17599
+ UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
17600
+ UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
17601
17601
  }
17602
17602
  }
17603
17603
 
@@ -17611,50 +17611,50 @@ declare module 'vue' {
17611
17611
 
17612
17612
  declare module 'vue' {
17613
17613
  interface GlobalComponents {
17614
- Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
17614
+ Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
17615
+ Step: DefineComponent<StepItemProps, StepItemSlots>;
17615
17616
  }
17616
17617
  }
17617
17618
 
17618
17619
 
17619
17620
  declare module 'vue' {
17620
17621
  interface GlobalComponents {
17621
- Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
17622
- Th: DefineComponent<ThProps, ThSlots>;
17623
- Td: DefineComponent<TdProps, TdSlots>;
17624
- Tr: DefineComponent<TrProps>;
17625
- TBody: DefineComponent<TBodyProps>;
17626
- THead: DefineComponent<THeadProps>;
17627
- TFoot: DefineComponent<TFootProps>;
17622
+ Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
17628
17623
  }
17629
17624
  }
17630
17625
 
17631
17626
 
17632
17627
  declare module 'vue' {
17633
17628
  interface GlobalComponents {
17634
- Segmented: DefineComponent<SegmentedProps, SegmentedSlots, SegmentedEmits>;
17629
+ Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
17635
17630
  }
17636
17631
  }
17637
17632
 
17638
17633
 
17639
17634
  declare module 'vue' {
17640
17635
  interface GlobalComponents {
17641
- IndentLevel: DefineComponent<IndentLevelProps>;
17636
+ Table: DefineComponent<TableProps, Record<string, any>, Record<string, any>>;
17637
+ Th: DefineComponent<ThProps, ThSlots>;
17638
+ Td: DefineComponent<TdProps, TdSlots>;
17639
+ Tr: DefineComponent<TrProps>;
17640
+ TBody: DefineComponent<TBodyProps>;
17641
+ THead: DefineComponent<THeadProps>;
17642
+ TFoot: DefineComponent<TFootProps>;
17642
17643
  }
17643
17644
  }
17644
17645
 
17645
17646
 
17646
17647
  declare module 'vue' {
17647
17648
  interface GlobalComponents {
17648
- Select: DefineComponent<SelectProps, SelectSlots, SelectEmits>;
17649
- SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
17650
- SelectLabel: DefineComponent;
17649
+ RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
17650
+ RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
17651
17651
  }
17652
17652
  }
17653
17653
 
17654
17654
 
17655
17655
  declare module 'vue' {
17656
17656
  interface GlobalComponents {
17657
- MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
17657
+ Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
17658
17658
  }
17659
17659
  }
17660
17660