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