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