@fastkit/vui 1.4.2 → 1.5.0

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.d.mts CHANGED
@@ -2495,7 +2495,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
2495
2495
  'aria-colindex': PropType<(string | number) | undefined>;
2496
2496
  'aria-colspan': PropType<(string | number) | undefined>;
2497
2497
  'aria-controls': PropType<string | undefined>;
2498
- 'aria-current': PropType<"date" | "time" | "page" | "step" | "location" | (boolean | "true" | "false") | undefined>;
2498
+ 'aria-current': PropType<"date" | "time" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined>;
2499
2499
  'aria-describedby': PropType<string | undefined>;
2500
2500
  'aria-details': PropType<string | undefined>;
2501
2501
  'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
@@ -2706,7 +2706,7 @@ declare const VBusyImage: import("vue").DefineComponent<import("vue").ExtractPro
2706
2706
  'aria-colindex': PropType<(string | number) | undefined>;
2707
2707
  'aria-colspan': PropType<(string | number) | undefined>;
2708
2708
  'aria-controls': PropType<string | undefined>;
2709
- 'aria-current': PropType<"date" | "time" | "page" | "step" | "location" | (boolean | "true" | "false") | undefined>;
2709
+ 'aria-current': PropType<"date" | "time" | (boolean | "true" | "false") | "page" | "step" | "location" | undefined>;
2710
2710
  'aria-describedby': PropType<string | undefined>;
2711
2711
  'aria-details': PropType<string | undefined>;
2712
2712
  'aria-disabled': PropType<(boolean | "true" | "false") | undefined>;
@@ -3042,7 +3042,7 @@ declare function createAvatarProps(): {
3042
3042
  custom: PropType<boolean>;
3043
3043
  activeClass: PropType<string>;
3044
3044
  exactActiveClass: PropType<string>;
3045
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3045
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3046
3046
  viewTransition: PropType<boolean>;
3047
3047
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3048
3048
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3113,7 +3113,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
3113
3113
  custom: PropType<boolean>;
3114
3114
  activeClass: PropType<string>;
3115
3115
  exactActiveClass: PropType<string>;
3116
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3116
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3117
3117
  viewTransition: PropType<boolean>;
3118
3118
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3119
3119
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3185,7 +3185,7 @@ declare const VAvatar: import("vue").DefineComponent<import("vue").ExtractPropTy
3185
3185
  custom: PropType<boolean>;
3186
3186
  activeClass: PropType<string>;
3187
3187
  exactActiveClass: PropType<string>;
3188
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3188
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3189
3189
  viewTransition: PropType<boolean>;
3190
3190
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3191
3191
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3267,7 +3267,7 @@ declare function createChipProps(): {
3267
3267
  custom: PropType<boolean>;
3268
3268
  activeClass: PropType<string>;
3269
3269
  exactActiveClass: PropType<string>;
3270
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3270
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3271
3271
  viewTransition: PropType<boolean>;
3272
3272
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3273
3273
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3338,7 +3338,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
3338
3338
  custom: PropType<boolean>;
3339
3339
  activeClass: PropType<string>;
3340
3340
  exactActiveClass: PropType<string>;
3341
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3341
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3342
3342
  viewTransition: PropType<boolean>;
3343
3343
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3344
3344
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3410,7 +3410,7 @@ declare const VChip: import("vue").DefineComponent<import("vue").ExtractPropType
3410
3410
  custom: PropType<boolean>;
3411
3411
  activeClass: PropType<string>;
3412
3412
  exactActiveClass: PropType<string>;
3413
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3413
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3414
3414
  viewTransition: PropType<boolean>;
3415
3415
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3416
3416
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3480,7 +3480,7 @@ declare function createCardProps(): {
3480
3480
  custom: import("vue").PropType<boolean>;
3481
3481
  activeClass: import("vue").PropType<string>;
3482
3482
  exactActiveClass: import("vue").PropType<string>;
3483
- ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3483
+ ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3484
3484
  viewTransition: import("vue").PropType<boolean>;
3485
3485
  onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
3486
3486
  onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3551,7 +3551,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
3551
3551
  custom: import("vue").PropType<boolean>;
3552
3552
  activeClass: import("vue").PropType<string>;
3553
3553
  exactActiveClass: import("vue").PropType<string>;
3554
- ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3554
+ ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3555
3555
  viewTransition: import("vue").PropType<boolean>;
3556
3556
  onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
3557
3557
  onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3621,7 +3621,7 @@ declare const VCard: import("vue").DefineComponent<import("vue").ExtractPropType
3621
3621
  custom: import("vue").PropType<boolean>;
3622
3622
  activeClass: import("vue").PropType<string>;
3623
3623
  exactActiveClass: import("vue").PropType<string>;
3624
- ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3624
+ ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3625
3625
  viewTransition: import("vue").PropType<boolean>;
3626
3626
  onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
3627
3627
  onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3723,7 +3723,7 @@ declare const vueButtonProps: {
3723
3723
  custom: PropType<boolean>;
3724
3724
  activeClass: PropType<string>;
3725
3725
  exactActiveClass: PropType<string>;
3726
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3726
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3727
3727
  viewTransition: PropType<boolean>;
3728
3728
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3729
3729
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3803,7 +3803,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
3803
3803
  custom: PropType<boolean>;
3804
3804
  activeClass: PropType<string>;
3805
3805
  exactActiveClass: PropType<string>;
3806
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3806
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3807
3807
  viewTransition: PropType<boolean>;
3808
3808
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3809
3809
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3880,7 +3880,7 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
3880
3880
  custom: PropType<boolean>;
3881
3881
  activeClass: PropType<string>;
3882
3882
  exactActiveClass: PropType<string>;
3883
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
3883
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
3884
3884
  viewTransition: PropType<boolean>;
3885
3885
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
3886
3886
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3918,8 +3918,8 @@ declare const VButton: import("vue").DefineComponent<ExtractPropTypes<{
3918
3918
  borderColor: PropType<PaletteName>;
3919
3919
  }>> & Readonly<{}>, {
3920
3920
  loading: boolean;
3921
- rounded: boolean;
3922
3921
  align: "left" | "right" | "center";
3922
+ rounded: boolean;
3923
3923
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3924
3924
  //#endregion
3925
3925
  //#region src/components/VButton/VButtonGroup.d.ts
@@ -4109,7 +4109,7 @@ declare function createListTileProps(): {
4109
4109
  custom: PropType<boolean>;
4110
4110
  activeClass: PropType<string>;
4111
4111
  exactActiveClass: PropType<string>;
4112
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4112
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4113
4113
  viewTransition: PropType<boolean>;
4114
4114
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4115
4115
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4179,7 +4179,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
4179
4179
  custom: PropType<boolean>;
4180
4180
  activeClass: PropType<string>;
4181
4181
  exactActiveClass: PropType<string>;
4182
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4182
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4183
4183
  viewTransition: PropType<boolean>;
4184
4184
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4185
4185
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4247,7 +4247,7 @@ declare const VListTile: import("vue").DefineComponent<import("vue").ExtractProp
4247
4247
  custom: PropType<boolean>;
4248
4248
  activeClass: PropType<string>;
4249
4249
  exactActiveClass: PropType<string>;
4250
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4250
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4251
4251
  viewTransition: PropType<boolean>;
4252
4252
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4253
4253
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4403,7 +4403,7 @@ declare function createNavigationItemProps(): {
4403
4403
  custom: PropType<boolean>;
4404
4404
  activeClass: PropType<string>;
4405
4405
  exactActiveClass: PropType<string>;
4406
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4406
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4407
4407
  viewTransition: PropType<boolean>;
4408
4408
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4409
4409
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4487,7 +4487,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
4487
4487
  custom: PropType<boolean>;
4488
4488
  activeClass: PropType<string>;
4489
4489
  exactActiveClass: PropType<string>;
4490
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4490
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4491
4491
  viewTransition: PropType<boolean>;
4492
4492
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4493
4493
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4562,7 +4562,7 @@ declare const VNavigationItem: import("vue").DefineComponent<import("vue").Extra
4562
4562
  custom: PropType<boolean>;
4563
4563
  activeClass: PropType<string>;
4564
4564
  exactActiveClass: PropType<string>;
4565
- ariaCurrentValue: PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
4565
+ ariaCurrentValue: PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
4566
4566
  viewTransition: PropType<boolean>;
4567
4567
  onDblclick: PropType<((payload: MouseEvent) => void) | undefined>;
4568
4568
  onMousedown: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -7278,11 +7278,11 @@ declare const VForm: import("vue").DefineComponent<import("vue").ExtractPropType
7278
7278
  rules: import("@fastkit/vue-form-control").RecursiveVerifiableRuleOrFn;
7279
7279
  showOwnErrors: boolean;
7280
7280
  detach: boolean;
7281
+ disableAutoScroll: boolean;
7281
7282
  novalidate: boolean;
7282
7283
  autoValidate: boolean;
7283
7284
  sending: boolean;
7284
7285
  acceptInvalidSubmission: import("@fastkit/vue-form-control").FormAcceptInvalidSubmissionSpec;
7285
- disableAutoScroll: boolean;
7286
7286
  }, import("@fastkit/vue-utils").DefinedSlots<{
7287
7287
  default?: ((form: VueForm) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7288
7288
  [key: string]: any;
@@ -7742,7 +7742,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
7742
7742
  custom: import("vue").PropType<boolean>;
7743
7743
  activeClass: import("vue").PropType<string>;
7744
7744
  exactActiveClass: import("vue").PropType<string>;
7745
- ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
7745
+ ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
7746
7746
  viewTransition: import("vue").PropType<boolean>;
7747
7747
  onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
7748
7748
  onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
@@ -7819,7 +7819,7 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
7819
7819
  custom: import("vue").PropType<boolean>;
7820
7820
  activeClass: import("vue").PropType<string>;
7821
7821
  exactActiveClass: import("vue").PropType<string>;
7822
- ariaCurrentValue: import("vue").PropType<"date" | "time" | "page" | "step" | "location" | "true" | "false">;
7822
+ ariaCurrentValue: import("vue").PropType<"date" | "time" | "true" | "false" | "page" | "step" | "location">;
7823
7823
  viewTransition: import("vue").PropType<boolean>;
7824
7824
  onDblclick: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
7825
7825
  onMousedown: import("vue").PropType<((payload: MouseEvent) => void) | undefined>;
@@ -7857,8 +7857,8 @@ declare const VToolbarMenu: import("vue").DefineComponent<import("vue").ExtractP
7857
7857
  borderColor: import("vue").PropType<PaletteName>;
7858
7858
  }>> & Readonly<{}>, {
7859
7859
  loading: boolean;
7860
- rounded: boolean;
7861
7860
  align: "left" | "right" | "center";
7861
+ rounded: boolean;
7862
7862
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7863
7863
  //#endregion
7864
7864
  //#region src/components/VToolbar/VToolbarEdge.d.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastkit/vui",
3
- "version": "1.4.2",
3
+ "version": "1.5.0",
4
4
  "description": "A simple, extensible UI kit for Vue applications.",
5
5
  "keywords": [
6
6
  "fastkit",
@@ -44,29 +44,29 @@
44
44
  "src"
45
45
  ],
46
46
  "dependencies": {
47
- "@fastkit/color-scheme": "^2.2.1",
47
+ "@fastkit/color-scheme": "^2.2.2",
48
48
  "@fastkit/color-scheme-gen": "^1.2.1",
49
49
  "@fastkit/dom": "^0.4.1",
50
50
  "@fastkit/helpers": "^0.16.1",
51
- "@fastkit/icon-font": "^2.2.1",
51
+ "@fastkit/icon-font": "^2.2.2",
52
+ "@fastkit/media-match": "^2.2.2",
52
53
  "@fastkit/media-match-gen": "^1.2.1",
53
54
  "@fastkit/rules": "^0.16.1",
54
55
  "@fastkit/stylebase": "^0.14.0",
55
56
  "@fastkit/tiny-logger": "^0.16.1",
56
- "@fastkit/media-match": "^2.2.1",
57
57
  "@fastkit/vue-action": "^0.6.2",
58
+ "@fastkit/vue-app-layout": "^0.19.2",
58
59
  "@fastkit/vue-body-scroll-lock": "^0.5.1",
59
60
  "@fastkit/vue-click-outside": "^0.5.1",
60
- "@fastkit/vue-app-layout": "^0.19.2",
61
61
  "@fastkit/vue-color-scheme": "^0.18.2",
62
62
  "@fastkit/vue-disabled-reason": "^0.3.1",
63
- "@fastkit/vue-keyboard": "^0.5.1",
64
63
  "@fastkit/vue-form-control": "^0.25.1",
65
- "@fastkit/vue-loading": "^0.18.2",
64
+ "@fastkit/vue-keyboard": "^0.5.1",
65
+ "@fastkit/vue-loading": "^0.18.3",
66
+ "@fastkit/vue-location": "^0.7.2",
66
67
  "@fastkit/vue-media-match": "^0.17.1",
67
68
  "@fastkit/vue-resize": "^0.5.1",
68
69
  "@fastkit/vue-scroller": "^0.18.1",
69
- "@fastkit/vue-location": "^0.7.2",
70
70
  "@fastkit/vue-stack": "^0.20.2",
71
71
  "@fastkit/vue-transitions": "^0.5.1",
72
72
  "@fastkit/vue-utils": "^0.18.2"