@pantograph/vue 0.34.21 → 0.34.23

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