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