@pantograph/vue 0.34.27 → 0.34.28

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