@fastkit/vui 1.5.1 → 1.5.3
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/vui.css +470 -447
- package/dist/vui.d.mts +28 -28
- package/package.json +14 -14
package/dist/vui.d.mts
CHANGED
|
@@ -1259,10 +1259,10 @@ declare const VSnackbar: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
1259
1259
|
timeout: string | number;
|
|
1260
1260
|
navigationGuard: boolean | import("@fastkit/vue-stack").VStackNavigationGuard;
|
|
1261
1261
|
guardEffect: string | boolean;
|
|
1262
|
-
left: boolean;
|
|
1263
|
-
right: boolean;
|
|
1264
1262
|
top: boolean;
|
|
1265
1263
|
bottom: boolean;
|
|
1264
|
+
left: boolean;
|
|
1265
|
+
right: boolean;
|
|
1266
1266
|
}, import("@fastkit/vue-stack").MergeStackBaseSlots<import("vue").SlotsType<{}>>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1267
1267
|
//#endregion
|
|
1268
1268
|
//#region src/components/VMenu/VMenu.d.ts
|
|
@@ -2494,7 +2494,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2494
2494
|
'aria-colindex': PropType<(string | number) | undefined>;
|
|
2495
2495
|
'aria-colspan': PropType<(string | number) | undefined>;
|
|
2496
2496
|
'aria-controls': PropType<string | undefined>;
|
|
2497
|
-
'aria-current': PropType<"date" | "time" |
|
|
2497
|
+
'aria-current': PropType<"date" | "time" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined>;
|
|
2498
2498
|
'aria-describedby': PropType<string | undefined>;
|
|
2499
2499
|
'aria-details': PropType<string | undefined>;
|
|
2500
2500
|
'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -2705,7 +2705,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
|
|
|
2705
2705
|
'aria-colindex': PropType<(string | number) | undefined>;
|
|
2706
2706
|
'aria-colspan': PropType<(string | number) | undefined>;
|
|
2707
2707
|
'aria-controls': PropType<string | undefined>;
|
|
2708
|
-
'aria-current': PropType<"date" | "time" |
|
|
2708
|
+
'aria-current': PropType<"date" | "time" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined>;
|
|
2709
2709
|
'aria-describedby': PropType<string | undefined>;
|
|
2710
2710
|
'aria-details': PropType<string | undefined>;
|
|
2711
2711
|
'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
|
|
@@ -3041,7 +3041,7 @@ declare function createAvatarProps(): {
|
|
|
3041
3041
|
custom: PropType<boolean>;
|
|
3042
3042
|
activeClass: PropType<string>;
|
|
3043
3043
|
exactActiveClass: PropType<string>;
|
|
3044
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3044
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3045
3045
|
viewTransition: PropType<boolean>;
|
|
3046
3046
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3047
3047
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3112,7 +3112,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
|
|
|
3112
3112
|
custom: PropType<boolean>;
|
|
3113
3113
|
activeClass: PropType<string>;
|
|
3114
3114
|
exactActiveClass: PropType<string>;
|
|
3115
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3115
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3116
3116
|
viewTransition: PropType<boolean>;
|
|
3117
3117
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3118
3118
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3184,7 +3184,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
|
|
|
3184
3184
|
custom: PropType<boolean>;
|
|
3185
3185
|
activeClass: PropType<string>;
|
|
3186
3186
|
exactActiveClass: PropType<string>;
|
|
3187
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3187
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3188
3188
|
viewTransition: PropType<boolean>;
|
|
3189
3189
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3190
3190
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3266,7 +3266,7 @@ declare function createChipProps(): {
|
|
|
3266
3266
|
custom: PropType<boolean>;
|
|
3267
3267
|
activeClass: PropType<string>;
|
|
3268
3268
|
exactActiveClass: PropType<string>;
|
|
3269
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3269
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3270
3270
|
viewTransition: PropType<boolean>;
|
|
3271
3271
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3272
3272
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3337,7 +3337,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3337
3337
|
custom: PropType<boolean>;
|
|
3338
3338
|
activeClass: PropType<string>;
|
|
3339
3339
|
exactActiveClass: PropType<string>;
|
|
3340
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3340
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3341
3341
|
viewTransition: PropType<boolean>;
|
|
3342
3342
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3343
3343
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3409,7 +3409,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3409
3409
|
custom: PropType<boolean>;
|
|
3410
3410
|
activeClass: PropType<string>;
|
|
3411
3411
|
exactActiveClass: PropType<string>;
|
|
3412
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3412
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3413
3413
|
viewTransition: PropType<boolean>;
|
|
3414
3414
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3415
3415
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3479,7 +3479,7 @@ declare function createCardProps(): {
|
|
|
3479
3479
|
custom: import("vue").PropType<boolean>;
|
|
3480
3480
|
activeClass: import("vue").PropType<string>;
|
|
3481
3481
|
exactActiveClass: import("vue").PropType<string>;
|
|
3482
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3482
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3483
3483
|
viewTransition: import("vue").PropType<boolean>;
|
|
3484
3484
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3485
3485
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3550,7 +3550,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3550
3550
|
custom: import("vue").PropType<boolean>;
|
|
3551
3551
|
activeClass: import("vue").PropType<string>;
|
|
3552
3552
|
exactActiveClass: import("vue").PropType<string>;
|
|
3553
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3553
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3554
3554
|
viewTransition: import("vue").PropType<boolean>;
|
|
3555
3555
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3556
3556
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3620,7 +3620,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
3620
3620
|
custom: import("vue").PropType<boolean>;
|
|
3621
3621
|
activeClass: import("vue").PropType<string>;
|
|
3622
3622
|
exactActiveClass: import("vue").PropType<string>;
|
|
3623
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
3623
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3624
3624
|
viewTransition: import("vue").PropType<boolean>;
|
|
3625
3625
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3626
3626
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3722,7 +3722,7 @@ declare const vueButtonProps: {
|
|
|
3722
3722
|
custom: PropType<boolean>;
|
|
3723
3723
|
activeClass: PropType<string>;
|
|
3724
3724
|
exactActiveClass: PropType<string>;
|
|
3725
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3725
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3726
3726
|
viewTransition: PropType<boolean>;
|
|
3727
3727
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3728
3728
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3802,7 +3802,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3802
3802
|
custom: PropType<boolean>;
|
|
3803
3803
|
activeClass: PropType<string>;
|
|
3804
3804
|
exactActiveClass: PropType<string>;
|
|
3805
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3805
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3806
3806
|
viewTransition: PropType<boolean>;
|
|
3807
3807
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3808
3808
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3879,7 +3879,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3879
3879
|
custom: PropType<boolean>;
|
|
3880
3880
|
activeClass: PropType<string>;
|
|
3881
3881
|
exactActiveClass: PropType<string>;
|
|
3882
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
3882
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
3883
3883
|
viewTransition: PropType<boolean>;
|
|
3884
3884
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
3885
3885
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -3917,7 +3917,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
|
|
|
3917
3917
|
borderColor: PropType<PaletteName>;
|
|
3918
3918
|
}>> & Readonly<{}>, {
|
|
3919
3919
|
loading: boolean;
|
|
3920
|
-
align: "left" | "
|
|
3920
|
+
align: "left" | "right" | "center";
|
|
3921
3921
|
rounded: boolean;
|
|
3922
3922
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3923
3923
|
//#endregion
|
|
@@ -4069,7 +4069,7 @@ declare const VPagination: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
4069
4069
|
length: string | number;
|
|
4070
4070
|
modelValue: string | number;
|
|
4071
4071
|
disabled: boolean;
|
|
4072
|
-
align: "left" | "
|
|
4072
|
+
align: "left" | "right" | "center";
|
|
4073
4073
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4074
4074
|
//#endregion
|
|
4075
4075
|
//#region src/components/VListTile/VListTile.d.ts
|
|
@@ -4108,7 +4108,7 @@ declare function createListTileProps(): {
|
|
|
4108
4108
|
custom: PropType<boolean>;
|
|
4109
4109
|
activeClass: PropType<string>;
|
|
4110
4110
|
exactActiveClass: PropType<string>;
|
|
4111
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4111
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4112
4112
|
viewTransition: PropType<boolean>;
|
|
4113
4113
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4114
4114
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4178,7 +4178,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4178
4178
|
custom: PropType<boolean>;
|
|
4179
4179
|
activeClass: PropType<string>;
|
|
4180
4180
|
exactActiveClass: PropType<string>;
|
|
4181
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4181
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4182
4182
|
viewTransition: PropType<boolean>;
|
|
4183
4183
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4184
4184
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4246,7 +4246,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
4246
4246
|
custom: PropType<boolean>;
|
|
4247
4247
|
activeClass: PropType<string>;
|
|
4248
4248
|
exactActiveClass: PropType<string>;
|
|
4249
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4249
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4250
4250
|
viewTransition: PropType<boolean>;
|
|
4251
4251
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4252
4252
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4402,7 +4402,7 @@ declare function createNavigationItemProps(): {
|
|
|
4402
4402
|
custom: PropType<boolean>;
|
|
4403
4403
|
activeClass: PropType<string>;
|
|
4404
4404
|
exactActiveClass: PropType<string>;
|
|
4405
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4405
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4406
4406
|
viewTransition: PropType<boolean>;
|
|
4407
4407
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4408
4408
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4486,7 +4486,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
|
|
|
4486
4486
|
custom: PropType<boolean>;
|
|
4487
4487
|
activeClass: PropType<string>;
|
|
4488
4488
|
exactActiveClass: PropType<string>;
|
|
4489
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4489
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4490
4490
|
viewTransition: PropType<boolean>;
|
|
4491
4491
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4492
4492
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -4561,7 +4561,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
|
|
|
4561
4561
|
custom: PropType<boolean>;
|
|
4562
4562
|
activeClass: PropType<string>;
|
|
4563
4563
|
exactActiveClass: PropType<string>;
|
|
4564
|
-
ariaCurrentValue: PropType<"date" | "time" | "
|
|
4564
|
+
ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
4565
4565
|
viewTransition: PropType<boolean>;
|
|
4566
4566
|
onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
4567
4567
|
onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7277,11 +7277,11 @@ declare const VForm: import("vue").DefineComponent<import("vue").ExtractPropType
|
|
|
7277
7277
|
rules: import("@fastkit/vue-form-control").RecursiveVerifiableRuleOrFn;
|
|
7278
7278
|
showOwnErrors: boolean;
|
|
7279
7279
|
detach: boolean;
|
|
7280
|
-
disableAutoScroll: boolean;
|
|
7281
7280
|
novalidate: boolean;
|
|
7282
7281
|
autoValidate: boolean;
|
|
7283
7282
|
sending: boolean;
|
|
7284
7283
|
acceptInvalidSubmission: import("@fastkit/vue-form-control").FormAcceptInvalidSubmissionSpec;
|
|
7284
|
+
disableAutoScroll: boolean;
|
|
7285
7285
|
}, import("@fastkit/vue-utils").DefinedSlots<{
|
|
7286
7286
|
default?: ((form: VueForm) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7287
7287
|
[key: string]: any;
|
|
@@ -7743,7 +7743,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7743
7743
|
custom: import("vue").PropType<boolean>;
|
|
7744
7744
|
activeClass: import("vue").PropType<string>;
|
|
7745
7745
|
exactActiveClass: import("vue").PropType<string>;
|
|
7746
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
7746
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
7747
7747
|
viewTransition: import("vue").PropType<boolean>;
|
|
7748
7748
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
7749
7749
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7820,7 +7820,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7820
7820
|
custom: import("vue").PropType<boolean>;
|
|
7821
7821
|
activeClass: import("vue").PropType<string>;
|
|
7822
7822
|
exactActiveClass: import("vue").PropType<string>;
|
|
7823
|
-
ariaCurrentValue: import("vue").PropType<"date" | "time" | "
|
|
7823
|
+
ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
|
|
7824
7824
|
viewTransition: import("vue").PropType<boolean>;
|
|
7825
7825
|
onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
7826
7826
|
onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
|
|
@@ -7858,7 +7858,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
7858
7858
|
borderColor: import("vue").PropType<PaletteName>;
|
|
7859
7859
|
}>> & Readonly<{}>, {
|
|
7860
7860
|
loading: boolean;
|
|
7861
|
-
align: "left" | "
|
|
7861
|
+
align: "left" | "right" | "center";
|
|
7862
7862
|
rounded: boolean;
|
|
7863
7863
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
7864
7864
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -45,31 +45,31 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@fastkit/color-scheme": "^2.2.3",
|
|
48
|
-
"@fastkit/dom": "^0.4.1",
|
|
49
|
-
"@fastkit/helpers": "^0.16.2",
|
|
50
48
|
"@fastkit/color-scheme-gen": "^1.2.2",
|
|
49
|
+
"@fastkit/helpers": "^0.16.2",
|
|
51
50
|
"@fastkit/icon-font": "^2.2.3",
|
|
52
|
-
"@fastkit/media-match-gen": "^1.2.2",
|
|
53
51
|
"@fastkit/media-match": "^2.2.3",
|
|
52
|
+
"@fastkit/media-match-gen": "^1.2.2",
|
|
54
53
|
"@fastkit/rules": "^0.16.2",
|
|
55
54
|
"@fastkit/stylebase": "^0.14.0",
|
|
56
|
-
"@fastkit/vue-app-layout": "^0.19.3",
|
|
57
|
-
"@fastkit/vue-click-outside": "^0.5.2",
|
|
58
55
|
"@fastkit/tiny-logger": "^0.16.2",
|
|
56
|
+
"@fastkit/vue-action": "^0.6.3",
|
|
57
|
+
"@fastkit/vue-app-layout": "^0.19.4",
|
|
58
|
+
"@fastkit/vue-body-scroll-lock": "^0.5.2",
|
|
59
|
+
"@fastkit/vue-click-outside": "^0.5.2",
|
|
59
60
|
"@fastkit/vue-color-scheme": "^0.18.3",
|
|
61
|
+
"@fastkit/vue-disabled-reason": "^0.3.3",
|
|
60
62
|
"@fastkit/vue-form-control": "^0.25.2",
|
|
61
63
|
"@fastkit/vue-keyboard": "^0.5.2",
|
|
62
|
-
"@fastkit/vue-
|
|
63
|
-
"@fastkit/vue-loading": "^0.18.4",
|
|
64
|
-
"@fastkit/vue-action": "^0.6.3",
|
|
65
|
-
"@fastkit/vue-body-scroll-lock": "^0.5.2",
|
|
66
|
-
"@fastkit/vue-media-match": "^0.17.2",
|
|
64
|
+
"@fastkit/vue-loading": "^0.18.5",
|
|
67
65
|
"@fastkit/vue-location": "^0.7.3",
|
|
66
|
+
"@fastkit/vue-media-match": "^0.17.2",
|
|
68
67
|
"@fastkit/vue-resize": "^0.5.2",
|
|
69
|
-
"@fastkit/vue-scroller": "^0.18.
|
|
68
|
+
"@fastkit/vue-scroller": "^0.18.3",
|
|
69
|
+
"@fastkit/vue-stack": "^0.20.4",
|
|
70
70
|
"@fastkit/vue-transitions": "^0.5.2",
|
|
71
|
-
"@fastkit/vue-
|
|
72
|
-
"@fastkit/
|
|
71
|
+
"@fastkit/vue-utils": "^0.18.3",
|
|
72
|
+
"@fastkit/dom": "^0.4.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"vue": "^3.5.40",
|