@pantograph/vue 0.34.29 → 0.34.31

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