@pantograph/vue 0.34.32 → 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 +96 -96
- package/dist/nuxt.d.ts +96 -96
- package/dist/resolver.d.ts +96 -96
- package/dist/use/index.js +3680 -3680
- package/dist/use/index.umd.cjs +4 -4
- package/dist/use.d.ts +96 -96
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -17147,236 +17147,236 @@ 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
|
-
|
|
17187
|
+
ColorPicker: DefineComponent<ColorPickerProps, undefined, ColorPickerEmits>;
|
|
17190
17188
|
}
|
|
17191
17189
|
}
|
|
17192
17190
|
|
|
17193
17191
|
|
|
17194
17192
|
declare module 'vue' {
|
|
17195
17193
|
interface GlobalComponents {
|
|
17196
|
-
|
|
17194
|
+
CheckboxGroup: DefineComponent<CheckboxGroupProps, Record<string, any>, CheckboxGroupEmits>;
|
|
17197
17195
|
}
|
|
17198
17196
|
}
|
|
17199
17197
|
|
|
17200
17198
|
|
|
17201
17199
|
declare module 'vue' {
|
|
17202
17200
|
interface GlobalComponents {
|
|
17203
|
-
|
|
17204
|
-
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
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
|
-
|
|
17227
|
-
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
17224
|
+
PageIndicator: DefineComponent<PageIndicatorProps, PageIndicatorSlots, PageIndicatorEmits>;
|
|
17228
17225
|
}
|
|
17229
17226
|
}
|
|
17230
17227
|
|
|
17231
17228
|
|
|
17232
17229
|
declare module 'vue' {
|
|
17233
17230
|
interface GlobalComponents {
|
|
17234
|
-
|
|
17231
|
+
Image: DefineComponent<ImageProps, ImageSlots>;
|
|
17235
17232
|
}
|
|
17236
17233
|
}
|
|
17237
17234
|
|
|
17238
17235
|
|
|
17239
17236
|
declare module 'vue' {
|
|
17240
17237
|
interface GlobalComponents {
|
|
17241
|
-
|
|
17238
|
+
Indicator: DefineComponent<IndicatorProps>;
|
|
17242
17239
|
}
|
|
17243
17240
|
}
|
|
17244
17241
|
|
|
17245
17242
|
|
|
17246
17243
|
declare module 'vue' {
|
|
17247
17244
|
interface GlobalComponents {
|
|
17248
|
-
|
|
17245
|
+
Avatar: DefineComponent<AvatarProps, AvatarSlots, AvatarEmits>;
|
|
17249
17246
|
}
|
|
17250
17247
|
}
|
|
17251
17248
|
|
|
17252
17249
|
|
|
17253
17250
|
declare module 'vue' {
|
|
17254
17251
|
interface GlobalComponents {
|
|
17255
|
-
|
|
17252
|
+
Modal: DefineComponent<ModalProps, ModalSlots, ModalEmits>;
|
|
17253
|
+
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
17256
17254
|
}
|
|
17257
17255
|
}
|
|
17258
17256
|
|
|
17259
17257
|
|
|
17260
17258
|
declare module 'vue' {
|
|
17261
17259
|
interface GlobalComponents {
|
|
17262
|
-
|
|
17260
|
+
Popover: DefineComponent<PopoverProps, PopoverSlots, PopoverEmits>;
|
|
17263
17261
|
}
|
|
17264
17262
|
}
|
|
17265
17263
|
|
|
17266
17264
|
|
|
17267
17265
|
declare module 'vue' {
|
|
17268
17266
|
interface GlobalComponents {
|
|
17269
|
-
|
|
17267
|
+
ScrollContainer: DefineComponent<ScrollContainerProps>;
|
|
17270
17268
|
}
|
|
17271
17269
|
}
|
|
17272
17270
|
|
|
17273
17271
|
|
|
17274
17272
|
declare module 'vue' {
|
|
17275
17273
|
interface GlobalComponents {
|
|
17276
|
-
|
|
17274
|
+
FloatButton: DefineComponent<FloatButtonProps, FloatButtonSlots>;
|
|
17277
17275
|
}
|
|
17278
17276
|
}
|
|
17279
17277
|
|
|
17280
17278
|
|
|
17281
17279
|
declare module 'vue' {
|
|
17282
17280
|
interface GlobalComponents {
|
|
17283
|
-
|
|
17281
|
+
Label: DefineComponent<LabelProps, LabelSlots>;
|
|
17284
17282
|
}
|
|
17285
17283
|
}
|
|
17286
17284
|
|
|
17287
17285
|
|
|
17288
17286
|
declare module 'vue' {
|
|
17289
17287
|
interface GlobalComponents {
|
|
17290
|
-
|
|
17288
|
+
IconButton: DefineComponent<IconButtonProps, IconButtonSlots>;
|
|
17291
17289
|
}
|
|
17292
17290
|
}
|
|
17293
17291
|
|
|
17294
17292
|
|
|
17295
17293
|
declare module 'vue' {
|
|
17296
17294
|
interface GlobalComponents {
|
|
17297
|
-
|
|
17295
|
+
DropZone: DefineComponent<DropZoneProps, DropZoneSlots, DropZoneEmits>;
|
|
17298
17296
|
}
|
|
17299
17297
|
}
|
|
17300
17298
|
|
|
17301
17299
|
|
|
17302
17300
|
declare module 'vue' {
|
|
17303
17301
|
interface GlobalComponents {
|
|
17304
|
-
|
|
17302
|
+
Checkbox: DefineComponent<CheckboxProps, CheckboxSlots, CheckboxEmits>;
|
|
17305
17303
|
}
|
|
17306
17304
|
}
|
|
17307
17305
|
|
|
17308
17306
|
|
|
17307
|
+
/**
|
|
17308
|
+
* Global component declaration for TypeScript support
|
|
17309
|
+
* Enables <Tooltip> usage in templates without explicit import
|
|
17310
|
+
*/
|
|
17309
17311
|
declare module 'vue' {
|
|
17310
17312
|
interface GlobalComponents {
|
|
17311
|
-
|
|
17312
|
-
|
|
17313
|
-
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
17313
|
+
Tooltip: DefineComponent<TooltipProps, TooltipSlots>;
|
|
17314
|
+
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
17314
17315
|
}
|
|
17315
17316
|
}
|
|
17316
17317
|
|
|
17317
17318
|
|
|
17318
17319
|
declare module 'vue' {
|
|
17319
17320
|
interface GlobalComponents {
|
|
17320
|
-
|
|
17321
|
-
ModalTitle: DefineComponent<ModalTitleProps, ModalTitleSlots>;
|
|
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
|
-
|
|
17335
|
+
Shortcut: DefineComponent<ShortcutProps, ShortcutSlots>;
|
|
17336
17336
|
}
|
|
17337
17337
|
}
|
|
17338
17338
|
|
|
17339
17339
|
|
|
17340
17340
|
declare module 'vue' {
|
|
17341
17341
|
interface GlobalComponents {
|
|
17342
|
-
|
|
17343
|
-
SelectOption: DefineComponent<SelectOptionProps, SelectOptionSlots>;
|
|
17344
|
-
SelectLabel: DefineComponent;
|
|
17342
|
+
InputNumber: DefineComponent<InputNumberProps, InputNumberSlots, InputNumberEmits>;
|
|
17345
17343
|
}
|
|
17346
17344
|
}
|
|
17347
17345
|
|
|
17348
17346
|
|
|
17349
17347
|
declare module 'vue' {
|
|
17350
17348
|
interface GlobalComponents {
|
|
17351
|
-
|
|
17349
|
+
PinInput: DefineComponent<PinInputProps, undefined, PinInputEmits>;
|
|
17352
17350
|
}
|
|
17353
17351
|
}
|
|
17354
17352
|
|
|
17355
17353
|
|
|
17356
17354
|
declare module 'vue' {
|
|
17357
17355
|
interface GlobalComponents {
|
|
17358
|
-
|
|
17356
|
+
Drawer: DefineComponent<DrawerProps, DrawerSlots, DrawerEmits>;
|
|
17357
|
+
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
17359
17358
|
}
|
|
17360
17359
|
}
|
|
17361
17360
|
|
|
17362
17361
|
|
|
17363
17362
|
declare module 'vue' {
|
|
17364
17363
|
interface GlobalComponents {
|
|
17365
|
-
|
|
17364
|
+
Steps: DefineComponent<StepsProps, StepsSlots, StepsEmits>;
|
|
17365
|
+
Step: DefineComponent<StepItemProps, StepItemSlots>;
|
|
17366
17366
|
}
|
|
17367
17367
|
}
|
|
17368
17368
|
|
|
17369
17369
|
|
|
17370
17370
|
declare module 'vue' {
|
|
17371
17371
|
interface GlobalComponents {
|
|
17372
|
-
|
|
17372
|
+
GraphicalObject: DefineComponent<GraphicalObjectProps, GraphicalObjectSlots>;
|
|
17373
17373
|
}
|
|
17374
17374
|
}
|
|
17375
17375
|
|
|
17376
17376
|
|
|
17377
17377
|
declare module 'vue' {
|
|
17378
17378
|
interface GlobalComponents {
|
|
17379
|
-
|
|
17379
|
+
HoverCard: DefineComponent<HoverCardProps, HoverCardSlots, HoverCardEmits>;
|
|
17380
17380
|
}
|
|
17381
17381
|
}
|
|
17382
17382
|
|
|
@@ -17390,141 +17390,139 @@ declare module 'vue' {
|
|
|
17390
17390
|
|
|
17391
17391
|
declare module 'vue' {
|
|
17392
17392
|
interface GlobalComponents {
|
|
17393
|
-
|
|
17393
|
+
GraphicalObjectGroup: DefineComponent<GraphicalObjectGroupProps, GraphicalObjectGroupSlots>;
|
|
17394
17394
|
}
|
|
17395
17395
|
}
|
|
17396
17396
|
|
|
17397
17397
|
|
|
17398
17398
|
declare module 'vue' {
|
|
17399
17399
|
interface GlobalComponents {
|
|
17400
|
-
|
|
17400
|
+
Icon: DefineComponent<IconProps>;
|
|
17401
17401
|
}
|
|
17402
17402
|
}
|
|
17403
17403
|
|
|
17404
17404
|
|
|
17405
17405
|
declare module 'vue' {
|
|
17406
17406
|
interface GlobalComponents {
|
|
17407
|
-
|
|
17407
|
+
Empty: DefineComponent<EmptyProps, EmptySlots>;
|
|
17408
17408
|
}
|
|
17409
17409
|
}
|
|
17410
17410
|
|
|
17411
17411
|
|
|
17412
17412
|
declare module 'vue' {
|
|
17413
17413
|
interface GlobalComponents {
|
|
17414
|
-
|
|
17414
|
+
Dialog: DefineComponent<DialogProps, DialogSlots, DialogEmits>;
|
|
17415
|
+
DialogTitle: DefineComponent<DialogTitleProps, DialogTitleSlots>;
|
|
17415
17416
|
}
|
|
17416
17417
|
}
|
|
17417
17418
|
|
|
17418
17419
|
|
|
17419
17420
|
declare module 'vue' {
|
|
17420
17421
|
interface GlobalComponents {
|
|
17421
|
-
|
|
17422
|
+
Chip: DefineComponent<ChipProps, ChipSlots, ChipEmits>;
|
|
17422
17423
|
}
|
|
17423
17424
|
}
|
|
17424
17425
|
|
|
17425
17426
|
|
|
17426
17427
|
declare module 'vue' {
|
|
17427
17428
|
interface GlobalComponents {
|
|
17428
|
-
|
|
17429
|
+
InputGroup: DefineComponent<InputGroupProps>;
|
|
17429
17430
|
}
|
|
17430
17431
|
}
|
|
17431
17432
|
|
|
17432
17433
|
|
|
17433
17434
|
declare module 'vue' {
|
|
17434
17435
|
interface GlobalComponents {
|
|
17435
|
-
|
|
17436
|
+
Upload: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
17437
|
+
UploadList: DefineComponent<UploadProps, UploadSlots, UploadEmits>;
|
|
17438
|
+
UploadTrigger: DefineComponent<Record<string, any>, Record<string, any>, UploadTriggerEmits>;
|
|
17436
17439
|
}
|
|
17437
17440
|
}
|
|
17438
17441
|
|
|
17439
17442
|
|
|
17440
17443
|
declare module 'vue' {
|
|
17441
17444
|
interface GlobalComponents {
|
|
17442
|
-
|
|
17445
|
+
ButtonGroup: DefineComponent<ButtonGroupProps>;
|
|
17443
17446
|
}
|
|
17444
17447
|
}
|
|
17445
17448
|
|
|
17446
17449
|
|
|
17447
17450
|
declare module 'vue' {
|
|
17448
17451
|
interface GlobalComponents {
|
|
17449
|
-
|
|
17452
|
+
FormValidation: DefineComponent<FormValidationProps>;
|
|
17450
17453
|
}
|
|
17451
17454
|
}
|
|
17452
17455
|
|
|
17453
17456
|
|
|
17454
17457
|
declare module 'vue' {
|
|
17455
17458
|
interface GlobalComponents {
|
|
17456
|
-
|
|
17457
|
-
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
17459
|
+
Link: DefineComponent<LinkProps, LinkSlots, LinkEmits>;
|
|
17458
17460
|
}
|
|
17459
17461
|
}
|
|
17460
17462
|
|
|
17461
17463
|
|
|
17462
17464
|
declare module 'vue' {
|
|
17463
17465
|
interface GlobalComponents {
|
|
17464
|
-
|
|
17466
|
+
Tree: DefineComponent<TreeProps, TreeSlots, TreeEmits>;
|
|
17467
|
+
TreeNode: DefineComponent<TreeNodeProps, TreeNodeSlots>;
|
|
17465
17468
|
}
|
|
17466
17469
|
}
|
|
17467
17470
|
|
|
17468
17471
|
|
|
17469
17472
|
declare module 'vue' {
|
|
17470
17473
|
interface GlobalComponents {
|
|
17471
|
-
|
|
17474
|
+
Menu: DefineComponent<MenuProps, MenuSlots, MenuEmits>;
|
|
17475
|
+
MenuItemWrapper: DefineComponent<MenuItemWrapperProps, SubMenuSlots>;
|
|
17472
17476
|
}
|
|
17473
17477
|
}
|
|
17474
17478
|
|
|
17475
17479
|
|
|
17476
17480
|
declare module 'vue' {
|
|
17477
17481
|
interface GlobalComponents {
|
|
17478
|
-
|
|
17482
|
+
ChipGroup: DefineComponent<ChipGroupProps, ChipGroupSlots, ChipGroupEmits>;
|
|
17479
17483
|
}
|
|
17480
17484
|
}
|
|
17481
17485
|
|
|
17482
17486
|
|
|
17483
17487
|
declare module 'vue' {
|
|
17484
17488
|
interface GlobalComponents {
|
|
17485
|
-
|
|
17486
|
-
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
17487
|
-
ComboboxOption: DefineComponent;
|
|
17489
|
+
Button: DefineComponent<ButtonProps, ButtonSlots>;
|
|
17488
17490
|
}
|
|
17489
17491
|
}
|
|
17490
17492
|
|
|
17491
17493
|
|
|
17492
17494
|
declare module 'vue' {
|
|
17493
17495
|
interface GlobalComponents {
|
|
17494
|
-
|
|
17496
|
+
Banner: DefineComponent<BannerProps, BannerSlots, BannerEmits>;
|
|
17495
17497
|
}
|
|
17496
17498
|
}
|
|
17497
17499
|
|
|
17498
17500
|
|
|
17499
17501
|
declare module 'vue' {
|
|
17500
17502
|
interface GlobalComponents {
|
|
17501
|
-
|
|
17503
|
+
RadioGroup: DefineComponent<RadioGroupProps, Record<string, any>, RadioGroupEmits>;
|
|
17504
|
+
RadioGroupItem: DefineComponent<RadioGroupItemProps, RadioGroupSlots, RadioGroupItemEmits>;
|
|
17502
17505
|
}
|
|
17503
17506
|
}
|
|
17504
17507
|
|
|
17505
17508
|
|
|
17506
17509
|
declare module 'vue' {
|
|
17507
17510
|
interface GlobalComponents {
|
|
17508
|
-
|
|
17511
|
+
Blanket: DefineComponent<BlanketProps>;
|
|
17509
17512
|
}
|
|
17510
17513
|
}
|
|
17511
17514
|
|
|
17512
17515
|
|
|
17513
|
-
/**
|
|
17514
|
-
* Global component declaration for TypeScript support
|
|
17515
|
-
* Enables <Tooltip> usage in templates without explicit import
|
|
17516
|
-
*/
|
|
17517
17516
|
declare module 'vue' {
|
|
17518
17517
|
interface GlobalComponents {
|
|
17519
|
-
|
|
17520
|
-
TooltipProvider: DefineComponent<TooltipProviderProps>;
|
|
17518
|
+
Divider: DefineComponent<DividerProps>;
|
|
17521
17519
|
}
|
|
17522
17520
|
}
|
|
17523
17521
|
|
|
17524
17522
|
|
|
17525
17523
|
declare module 'vue' {
|
|
17526
17524
|
interface GlobalComponents {
|
|
17527
|
-
|
|
17525
|
+
AvatarGroup: DefineComponent<AvatarGroupProps, AvatarGroupSlots>;
|
|
17528
17526
|
}
|
|
17529
17527
|
}
|
|
17530
17528
|
|
|
@@ -17538,123 +17536,125 @@ declare module 'vue' {
|
|
|
17538
17536
|
|
|
17539
17537
|
declare module 'vue' {
|
|
17540
17538
|
interface GlobalComponents {
|
|
17541
|
-
|
|
17542
|
-
Th: DefineComponent<ThProps, ThSlots>;
|
|
17543
|
-
Td: DefineComponent<TdProps, TdSlots>;
|
|
17544
|
-
Tr: DefineComponent<TrProps>;
|
|
17545
|
-
TBody: DefineComponent<TBodyProps>;
|
|
17546
|
-
THead: DefineComponent<THeadProps>;
|
|
17547
|
-
TFoot: DefineComponent<TFootProps>;
|
|
17539
|
+
Textarea: DefineComponent<TextareaProps, Record<string, any>, TextareaEmits>;
|
|
17548
17540
|
}
|
|
17549
17541
|
}
|
|
17550
17542
|
|
|
17551
17543
|
|
|
17552
17544
|
declare module 'vue' {
|
|
17553
17545
|
interface GlobalComponents {
|
|
17554
|
-
|
|
17546
|
+
Card: DefineComponent<CardProps, CardSlots>;
|
|
17555
17547
|
}
|
|
17556
17548
|
}
|
|
17557
17549
|
|
|
17558
17550
|
|
|
17559
17551
|
declare module 'vue' {
|
|
17560
17552
|
interface GlobalComponents {
|
|
17561
|
-
|
|
17562
|
-
DrawerTitle: DefineComponent<DrawerTitleProps, DrawerTitleSlots>;
|
|
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
|
-
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
17571
|
-
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
17572
|
-
TabContent: DefineComponent;
|
|
17560
|
+
Breadcrumb: DefineComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits>;
|
|
17573
17561
|
}
|
|
17574
17562
|
}
|
|
17575
17563
|
|
|
17576
17564
|
|
|
17577
17565
|
declare module 'vue' {
|
|
17578
17566
|
interface GlobalComponents {
|
|
17579
|
-
|
|
17580
|
-
|
|
17567
|
+
Combobox: DefineComponent<ComboboxProps, ComboboxSlots, ComboboxEmits>;
|
|
17568
|
+
ComboboxInput: DefineComponent<ComboboxInputProps>;
|
|
17569
|
+
ComboboxOption: DefineComponent;
|
|
17581
17570
|
}
|
|
17582
17571
|
}
|
|
17583
17572
|
|
|
17584
17573
|
|
|
17585
17574
|
declare module 'vue' {
|
|
17586
17575
|
interface GlobalComponents {
|
|
17587
|
-
|
|
17576
|
+
ColorTrigger: DefineComponent<ColorTriggerProps, ColorTriggerSlots>;
|
|
17588
17577
|
}
|
|
17589
17578
|
}
|
|
17590
17579
|
|
|
17591
17580
|
|
|
17592
17581
|
declare module 'vue' {
|
|
17593
17582
|
interface GlobalComponents {
|
|
17594
|
-
|
|
17583
|
+
Rate: DefineComponent<RateProps, RateSlots, RateEmits>;
|
|
17595
17584
|
}
|
|
17596
17585
|
}
|
|
17597
17586
|
|
|
17598
17587
|
|
|
17599
17588
|
declare module 'vue' {
|
|
17600
17589
|
interface GlobalComponents {
|
|
17601
|
-
|
|
17590
|
+
Tabs: DefineComponent<TabsProps, Record<string, any>, TabsEmits>;
|
|
17591
|
+
TabList: DefineComponent<TabListProps, TabListSlots>;
|
|
17592
|
+
TabTrigger: DefineComponent<TabTriggerProps, TabTriggerSlots>;
|
|
17593
|
+
TabContent: DefineComponent;
|
|
17602
17594
|
}
|
|
17603
17595
|
}
|
|
17604
17596
|
|
|
17605
17597
|
|
|
17606
17598
|
declare module 'vue' {
|
|
17607
17599
|
interface GlobalComponents {
|
|
17608
|
-
|
|
17600
|
+
Skeleton: DefineComponent<SkeletonProps>;
|
|
17609
17601
|
}
|
|
17610
17602
|
}
|
|
17611
17603
|
|
|
17612
17604
|
|
|
17613
17605
|
declare module 'vue' {
|
|
17614
17606
|
interface GlobalComponents {
|
|
17615
|
-
|
|
17607
|
+
Switch: DefineComponent<SwitchProps, SwitchSlots, SwitchEmits>;
|
|
17616
17608
|
}
|
|
17617
17609
|
}
|
|
17618
17610
|
|
|
17619
17611
|
|
|
17620
17612
|
declare module 'vue' {
|
|
17621
17613
|
interface GlobalComponents {
|
|
17622
|
-
|
|
17614
|
+
Toast: DefineComponent<ToastProps, ToastSlots, ToastEmits>;
|
|
17623
17615
|
}
|
|
17624
17616
|
}
|
|
17625
17617
|
|
|
17626
17618
|
|
|
17627
17619
|
declare module 'vue' {
|
|
17628
17620
|
interface GlobalComponents {
|
|
17629
|
-
|
|
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>;
|
|
17630
17628
|
}
|
|
17631
17629
|
}
|
|
17632
17630
|
|
|
17633
17631
|
|
|
17634
17632
|
declare module 'vue' {
|
|
17635
17633
|
interface GlobalComponents {
|
|
17636
|
-
|
|
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
|
|
|
17654
17654
|
|
|
17655
17655
|
declare module 'vue' {
|
|
17656
17656
|
interface GlobalComponents {
|
|
17657
|
-
|
|
17657
|
+
MenuItem: DefineComponent<MenuItemProps, MenuItemSlots>;
|
|
17658
17658
|
}
|
|
17659
17659
|
}
|
|
17660
17660
|
|