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