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