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