@pantograph/vue 0.34.27 → 0.34.29

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