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