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