@fastkit/vui 0.16.33 → 0.16.34

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.ts CHANGED
@@ -23,6 +23,7 @@ export * from '@fastkit/vue-scroller';
23
23
  import * as _fastkit_vue_stack from '@fastkit/vue-stack';
24
24
  import { VStackSlots, VStackControl, VueStackService, VStackBuiltinActions, StackableLauncher, VStackBuiltinActionType, VStackAction, MenuAPI, VueStackServiceOptions } from '@fastkit/vue-stack';
25
25
  export * from '@fastkit/vue-stack';
26
+ import * as _fastkit_vue_action from '@fastkit/vue-action';
26
27
  import { ActionableInheritProps } from '@fastkit/vue-action';
27
28
  export * from '@fastkit/vue-action';
28
29
  export { VAction as VLink } from '@fastkit/vue-action';
@@ -40,6 +41,7 @@ import * as _fastkit_vue_stack__ from '@fastkit/vue-stack/.';
40
41
  import * as _fastkit_vue_click_outside__ from '@fastkit/vue-click-outside/.';
41
42
  import * as _fastkit_vue_body_scroll_lock__ from '@fastkit/vue-body-scroll-lock/.';
42
43
  import { useLink, Router, UseLinkOptions, RouteLocationRaw } from 'vue-router';
44
+ import * as _fastkit_vue_action__ from '@fastkit/vue-action/.';
43
45
  import * as _fastkit_vue_form_control__ from '@fastkit/vue-form-control/.';
44
46
 
45
47
  declare const CONTROL_SIZES: readonly ["sm", "md", "lg"];
@@ -2884,12 +2886,10 @@ declare function createAvatarProps(): {
2884
2886
  class: PropType<any>;
2885
2887
  style: PropType<vue.CSSProperties>;
2886
2888
  linkFallbackTag: PropType<string | (() => string | undefined)>;
2887
- to: PropType<RouteLocationRaw>;
2888
- replace: PropType<boolean>;
2889
- activeClass: PropType<string>;
2890
- exactActiveClass: PropType<string>;
2891
- custom: PropType<boolean>;
2892
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
2889
+ disabledClass: PropType<string | (() => string | undefined)>;
2890
+ hasActionClass: PropType<string | (() => string | undefined)>;
2891
+ actionableClass: PropType<string | (() => string | undefined)>;
2892
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
2893
2893
  href: PropType<string>;
2894
2894
  target: PropType<string>;
2895
2895
  rel: PropType<string>;
@@ -2901,6 +2901,13 @@ declare function createAvatarProps(): {
2901
2901
  referrerpolicy: PropType<string>;
2902
2902
  type: PropType<"button" | "submit" | "reset">;
2903
2903
  title: PropType<string>;
2904
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
2905
+ to: PropType<RouteLocationRaw>;
2906
+ replace: PropType<boolean>;
2907
+ custom: PropType<boolean>;
2908
+ activeClass: PropType<string>;
2909
+ exactActiveClass: PropType<string>;
2910
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
2904
2911
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
2905
2912
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
2906
2913
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -2948,12 +2955,10 @@ declare const VAvatar: vue.DefineComponent<{
2948
2955
  class: PropType<any>;
2949
2956
  style: PropType<vue.CSSProperties>;
2950
2957
  linkFallbackTag: PropType<string | (() => string | undefined)>;
2951
- to: PropType<RouteLocationRaw>;
2952
- replace: PropType<boolean>;
2953
- activeClass: PropType<string>;
2954
- exactActiveClass: PropType<string>;
2955
- custom: PropType<boolean>;
2956
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
2958
+ disabledClass: PropType<string | (() => string | undefined)>;
2959
+ hasActionClass: PropType<string | (() => string | undefined)>;
2960
+ actionableClass: PropType<string | (() => string | undefined)>;
2961
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
2957
2962
  href: PropType<string>;
2958
2963
  target: PropType<string>;
2959
2964
  rel: PropType<string>;
@@ -2965,6 +2970,13 @@ declare const VAvatar: vue.DefineComponent<{
2965
2970
  referrerpolicy: PropType<string>;
2966
2971
  type: PropType<"button" | "submit" | "reset">;
2967
2972
  title: PropType<string>;
2973
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
2974
+ to: PropType<RouteLocationRaw>;
2975
+ replace: PropType<boolean>;
2976
+ custom: PropType<boolean>;
2977
+ activeClass: PropType<string>;
2978
+ exactActiveClass: PropType<string>;
2979
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
2968
2980
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
2969
2981
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
2970
2982
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -2998,7 +3010,9 @@ declare const VAvatar: vue.DefineComponent<{
2998
3010
  color: PropType<ScopeName>;
2999
3011
  textColor: PropType<PaletteName>;
3000
3012
  borderColor: PropType<PaletteName>;
3001
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3013
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
3014
+ [key: string]: any;
3015
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3002
3016
  size: {
3003
3017
  type: PropType<number | "sm" | "md" | "lg">;
3004
3018
  default: string;
@@ -3011,12 +3025,10 @@ declare const VAvatar: vue.DefineComponent<{
3011
3025
  class: PropType<any>;
3012
3026
  style: PropType<vue.CSSProperties>;
3013
3027
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3014
- to: PropType<RouteLocationRaw>;
3015
- replace: PropType<boolean>;
3016
- activeClass: PropType<string>;
3017
- exactActiveClass: PropType<string>;
3018
- custom: PropType<boolean>;
3019
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3028
+ disabledClass: PropType<string | (() => string | undefined)>;
3029
+ hasActionClass: PropType<string | (() => string | undefined)>;
3030
+ actionableClass: PropType<string | (() => string | undefined)>;
3031
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3020
3032
  href: PropType<string>;
3021
3033
  target: PropType<string>;
3022
3034
  rel: PropType<string>;
@@ -3028,6 +3040,13 @@ declare const VAvatar: vue.DefineComponent<{
3028
3040
  referrerpolicy: PropType<string>;
3029
3041
  type: PropType<"button" | "submit" | "reset">;
3030
3042
  title: PropType<string>;
3043
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3044
+ to: PropType<RouteLocationRaw>;
3045
+ replace: PropType<boolean>;
3046
+ custom: PropType<boolean>;
3047
+ activeClass: PropType<string>;
3048
+ exactActiveClass: PropType<string>;
3049
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3031
3050
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3032
3051
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3033
3052
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3085,12 +3104,10 @@ declare function createChipProps(): {
3085
3104
  class: PropType<any>;
3086
3105
  style: PropType<vue.CSSProperties>;
3087
3106
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3088
- to: PropType<RouteLocationRaw>;
3089
- replace: PropType<boolean>;
3090
- activeClass: PropType<string>;
3091
- exactActiveClass: PropType<string>;
3092
- custom: PropType<boolean>;
3093
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3107
+ disabledClass: PropType<string | (() => string | undefined)>;
3108
+ hasActionClass: PropType<string | (() => string | undefined)>;
3109
+ actionableClass: PropType<string | (() => string | undefined)>;
3110
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3094
3111
  href: PropType<string>;
3095
3112
  target: PropType<string>;
3096
3113
  rel: PropType<string>;
@@ -3102,6 +3119,13 @@ declare function createChipProps(): {
3102
3119
  referrerpolicy: PropType<string>;
3103
3120
  type: PropType<"button" | "submit" | "reset">;
3104
3121
  title: PropType<string>;
3122
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3123
+ to: PropType<RouteLocationRaw>;
3124
+ replace: PropType<boolean>;
3125
+ custom: PropType<boolean>;
3126
+ activeClass: PropType<string>;
3127
+ exactActiveClass: PropType<string>;
3128
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3105
3129
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3106
3130
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3107
3131
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3149,12 +3173,10 @@ declare const VChip: vue.DefineComponent<{
3149
3173
  class: PropType<any>;
3150
3174
  style: PropType<vue.CSSProperties>;
3151
3175
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3152
- to: PropType<RouteLocationRaw>;
3153
- replace: PropType<boolean>;
3154
- activeClass: PropType<string>;
3155
- exactActiveClass: PropType<string>;
3156
- custom: PropType<boolean>;
3157
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3176
+ disabledClass: PropType<string | (() => string | undefined)>;
3177
+ hasActionClass: PropType<string | (() => string | undefined)>;
3178
+ actionableClass: PropType<string | (() => string | undefined)>;
3179
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3158
3180
  href: PropType<string>;
3159
3181
  target: PropType<string>;
3160
3182
  rel: PropType<string>;
@@ -3166,6 +3188,13 @@ declare const VChip: vue.DefineComponent<{
3166
3188
  referrerpolicy: PropType<string>;
3167
3189
  type: PropType<"button" | "submit" | "reset">;
3168
3190
  title: PropType<string>;
3191
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3192
+ to: PropType<RouteLocationRaw>;
3193
+ replace: PropType<boolean>;
3194
+ custom: PropType<boolean>;
3195
+ activeClass: PropType<string>;
3196
+ exactActiveClass: PropType<string>;
3197
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3169
3198
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3170
3199
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3171
3200
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3199,7 +3228,9 @@ declare const VChip: vue.DefineComponent<{
3199
3228
  color: PropType<ScopeName>;
3200
3229
  textColor: PropType<PaletteName>;
3201
3230
  borderColor: PropType<PaletteName>;
3202
- }, () => JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3231
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
3232
+ [key: string]: any;
3233
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, Readonly<vue.ExtractPropTypes<{
3203
3234
  size: {
3204
3235
  type: PropType<"sm" | "md" | "lg" | "xs" | "xl">;
3205
3236
  default: string;
@@ -3212,12 +3243,10 @@ declare const VChip: vue.DefineComponent<{
3212
3243
  class: PropType<any>;
3213
3244
  style: PropType<vue.CSSProperties>;
3214
3245
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3215
- to: PropType<RouteLocationRaw>;
3216
- replace: PropType<boolean>;
3217
- activeClass: PropType<string>;
3218
- exactActiveClass: PropType<string>;
3219
- custom: PropType<boolean>;
3220
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3246
+ disabledClass: PropType<string | (() => string | undefined)>;
3247
+ hasActionClass: PropType<string | (() => string | undefined)>;
3248
+ actionableClass: PropType<string | (() => string | undefined)>;
3249
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3221
3250
  href: PropType<string>;
3222
3251
  target: PropType<string>;
3223
3252
  rel: PropType<string>;
@@ -3229,6 +3258,13 @@ declare const VChip: vue.DefineComponent<{
3229
3258
  referrerpolicy: PropType<string>;
3230
3259
  type: PropType<"button" | "submit" | "reset">;
3231
3260
  title: PropType<string>;
3261
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3262
+ to: PropType<RouteLocationRaw>;
3263
+ replace: PropType<boolean>;
3264
+ custom: PropType<boolean>;
3265
+ activeClass: PropType<string>;
3266
+ exactActiveClass: PropType<string>;
3267
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3232
3268
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3233
3269
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3234
3270
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3274,12 +3310,10 @@ declare function createCardProps(): {
3274
3310
  class: vue.PropType<any>;
3275
3311
  style: vue.PropType<vue.CSSProperties>;
3276
3312
  linkFallbackTag: vue.PropType<string | (() => string | undefined)>;
3277
- to: vue.PropType<RouteLocationRaw>;
3278
- replace: vue.PropType<boolean>;
3279
- activeClass: vue.PropType<string>;
3280
- exactActiveClass: vue.PropType<string>;
3281
- custom: vue.PropType<boolean>;
3282
- ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3313
+ disabledClass: vue.PropType<string | (() => string | undefined)>;
3314
+ hasActionClass: vue.PropType<string | (() => string | undefined)>;
3315
+ actionableClass: vue.PropType<string | (() => string | undefined)>;
3316
+ guardInProgressClass: vue.PropType<string | (() => string | undefined)>;
3283
3317
  href: vue.PropType<string>;
3284
3318
  target: vue.PropType<string>;
3285
3319
  rel: vue.PropType<string>;
@@ -3291,6 +3325,13 @@ declare function createCardProps(): {
3291
3325
  referrerpolicy: vue.PropType<string>;
3292
3326
  type: vue.PropType<"button" | "submit" | "reset">;
3293
3327
  title: vue.PropType<string>;
3328
+ guard: vue.PropType<_fastkit_vue_action.ActionableGuard>;
3329
+ to: vue.PropType<RouteLocationRaw>;
3330
+ replace: vue.PropType<boolean>;
3331
+ custom: vue.PropType<boolean>;
3332
+ activeClass: vue.PropType<string>;
3333
+ exactActiveClass: vue.PropType<string>;
3334
+ ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3294
3335
  onClick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3295
3336
  onAuxclick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3296
3337
  onContextmenu: vue.PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3338,12 +3379,10 @@ declare const VCard: vue.DefineComponent<{
3338
3379
  class: vue.PropType<any>;
3339
3380
  style: vue.PropType<vue.CSSProperties>;
3340
3381
  linkFallbackTag: vue.PropType<string | (() => string | undefined)>;
3341
- to: vue.PropType<RouteLocationRaw>;
3342
- replace: vue.PropType<boolean>;
3343
- activeClass: vue.PropType<string>;
3344
- exactActiveClass: vue.PropType<string>;
3345
- custom: vue.PropType<boolean>;
3346
- ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3382
+ disabledClass: vue.PropType<string | (() => string | undefined)>;
3383
+ hasActionClass: vue.PropType<string | (() => string | undefined)>;
3384
+ actionableClass: vue.PropType<string | (() => string | undefined)>;
3385
+ guardInProgressClass: vue.PropType<string | (() => string | undefined)>;
3347
3386
  href: vue.PropType<string>;
3348
3387
  target: vue.PropType<string>;
3349
3388
  rel: vue.PropType<string>;
@@ -3355,6 +3394,13 @@ declare const VCard: vue.DefineComponent<{
3355
3394
  referrerpolicy: vue.PropType<string>;
3356
3395
  type: vue.PropType<"button" | "submit" | "reset">;
3357
3396
  title: vue.PropType<string>;
3397
+ guard: vue.PropType<_fastkit_vue_action.ActionableGuard>;
3398
+ to: vue.PropType<RouteLocationRaw>;
3399
+ replace: vue.PropType<boolean>;
3400
+ custom: vue.PropType<boolean>;
3401
+ activeClass: vue.PropType<string>;
3402
+ exactActiveClass: vue.PropType<string>;
3403
+ ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3358
3404
  onClick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3359
3405
  onAuxclick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3360
3406
  onContextmenu: vue.PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3401,12 +3447,10 @@ declare const VCard: vue.DefineComponent<{
3401
3447
  class: vue.PropType<any>;
3402
3448
  style: vue.PropType<vue.CSSProperties>;
3403
3449
  linkFallbackTag: vue.PropType<string | (() => string | undefined)>;
3404
- to: vue.PropType<RouteLocationRaw>;
3405
- replace: vue.PropType<boolean>;
3406
- activeClass: vue.PropType<string>;
3407
- exactActiveClass: vue.PropType<string>;
3408
- custom: vue.PropType<boolean>;
3409
- ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3450
+ disabledClass: vue.PropType<string | (() => string | undefined)>;
3451
+ hasActionClass: vue.PropType<string | (() => string | undefined)>;
3452
+ actionableClass: vue.PropType<string | (() => string | undefined)>;
3453
+ guardInProgressClass: vue.PropType<string | (() => string | undefined)>;
3410
3454
  href: vue.PropType<string>;
3411
3455
  target: vue.PropType<string>;
3412
3456
  rel: vue.PropType<string>;
@@ -3418,6 +3462,13 @@ declare const VCard: vue.DefineComponent<{
3418
3462
  referrerpolicy: vue.PropType<string>;
3419
3463
  type: vue.PropType<"button" | "submit" | "reset">;
3420
3464
  title: vue.PropType<string>;
3465
+ guard: vue.PropType<_fastkit_vue_action.ActionableGuard>;
3466
+ to: vue.PropType<RouteLocationRaw>;
3467
+ replace: vue.PropType<boolean>;
3468
+ custom: vue.PropType<boolean>;
3469
+ activeClass: vue.PropType<string>;
3470
+ exactActiveClass: vue.PropType<string>;
3471
+ ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3421
3472
  onClick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3422
3473
  onAuxclick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
3423
3474
  onContextmenu: vue.PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3492,12 +3543,10 @@ declare const vueButtonProps: {
3492
3543
  class: PropType<any>;
3493
3544
  style: PropType<vue.CSSProperties>;
3494
3545
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3495
- to: PropType<RouteLocationRaw>;
3496
- replace: PropType<boolean>;
3497
- activeClass: PropType<string>;
3498
- exactActiveClass: PropType<string>;
3499
- custom: PropType<boolean>;
3500
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3546
+ disabledClass: PropType<string | (() => string | undefined)>;
3547
+ hasActionClass: PropType<string | (() => string | undefined)>;
3548
+ actionableClass: PropType<string | (() => string | undefined)>;
3549
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3501
3550
  href: PropType<string>;
3502
3551
  target: PropType<string>;
3503
3552
  rel: PropType<string>;
@@ -3510,6 +3559,13 @@ declare const vueButtonProps: {
3510
3559
  type: PropType<"button" | "submit" | "reset">;
3511
3560
  title: PropType<string>;
3512
3561
  disabled: PropType<boolean>;
3562
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3563
+ to: PropType<RouteLocationRaw>;
3564
+ replace: PropType<boolean>;
3565
+ custom: PropType<boolean>;
3566
+ activeClass: PropType<string>;
3567
+ exactActiveClass: PropType<string>;
3568
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3513
3569
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3514
3570
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3515
3571
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3565,12 +3621,10 @@ declare const VButton: vue.DefineComponent<{
3565
3621
  class: PropType<any>;
3566
3622
  style: PropType<vue.CSSProperties>;
3567
3623
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3568
- to: PropType<RouteLocationRaw>;
3569
- replace: PropType<boolean>;
3570
- activeClass: PropType<string>;
3571
- exactActiveClass: PropType<string>;
3572
- custom: PropType<boolean>;
3573
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3624
+ disabledClass: PropType<string | (() => string | undefined)>;
3625
+ hasActionClass: PropType<string | (() => string | undefined)>;
3626
+ actionableClass: PropType<string | (() => string | undefined)>;
3627
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3574
3628
  href: PropType<string>;
3575
3629
  target: PropType<string>;
3576
3630
  rel: PropType<string>;
@@ -3583,6 +3637,13 @@ declare const VButton: vue.DefineComponent<{
3583
3637
  type: PropType<"button" | "submit" | "reset">;
3584
3638
  title: PropType<string>;
3585
3639
  disabled: PropType<boolean>;
3640
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3641
+ to: PropType<RouteLocationRaw>;
3642
+ replace: PropType<boolean>;
3643
+ custom: PropType<boolean>;
3644
+ activeClass: PropType<string>;
3645
+ exactActiveClass: PropType<string>;
3646
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3586
3647
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3587
3648
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3588
3649
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3635,12 +3696,10 @@ declare const VButton: vue.DefineComponent<{
3635
3696
  class: PropType<any>;
3636
3697
  style: PropType<vue.CSSProperties>;
3637
3698
  linkFallbackTag: PropType<string | (() => string | undefined)>;
3638
- to: PropType<RouteLocationRaw>;
3639
- replace: PropType<boolean>;
3640
- activeClass: PropType<string>;
3641
- exactActiveClass: PropType<string>;
3642
- custom: PropType<boolean>;
3643
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3699
+ disabledClass: PropType<string | (() => string | undefined)>;
3700
+ hasActionClass: PropType<string | (() => string | undefined)>;
3701
+ actionableClass: PropType<string | (() => string | undefined)>;
3702
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3644
3703
  href: PropType<string>;
3645
3704
  target: PropType<string>;
3646
3705
  rel: PropType<string>;
@@ -3653,6 +3712,13 @@ declare const VButton: vue.DefineComponent<{
3653
3712
  type: PropType<"button" | "submit" | "reset">;
3654
3713
  title: PropType<string>;
3655
3714
  disabled: PropType<boolean>;
3715
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3716
+ to: PropType<RouteLocationRaw>;
3717
+ replace: PropType<boolean>;
3718
+ custom: PropType<boolean>;
3719
+ activeClass: PropType<string>;
3720
+ exactActiveClass: PropType<string>;
3721
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3656
3722
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3657
3723
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3658
3724
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3854,12 +3920,10 @@ declare function createListTileProps(): {
3854
3920
  tag: PropType<string>;
3855
3921
  class: PropType<any>;
3856
3922
  style: PropType<vue.CSSProperties>;
3857
- to: PropType<RouteLocationRaw>;
3858
- replace: PropType<boolean>;
3859
- activeClass: PropType<string>;
3860
- exactActiveClass: PropType<string>;
3861
- custom: PropType<boolean>;
3862
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3923
+ disabledClass: PropType<string | (() => string | undefined)>;
3924
+ hasActionClass: PropType<string | (() => string | undefined)>;
3925
+ actionableClass: PropType<string | (() => string | undefined)>;
3926
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3863
3927
  href: PropType<string>;
3864
3928
  target: PropType<string>;
3865
3929
  rel: PropType<string>;
@@ -3872,6 +3936,13 @@ declare function createListTileProps(): {
3872
3936
  type: PropType<"button" | "submit" | "reset">;
3873
3937
  title: PropType<string>;
3874
3938
  disabled: PropType<boolean>;
3939
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
3940
+ to: PropType<RouteLocationRaw>;
3941
+ replace: PropType<boolean>;
3942
+ custom: PropType<boolean>;
3943
+ activeClass: PropType<string>;
3944
+ exactActiveClass: PropType<string>;
3945
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3875
3946
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3876
3947
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3877
3948
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3917,12 +3988,10 @@ declare const VListTile: vue.DefineComponent<{
3917
3988
  tag: PropType<string>;
3918
3989
  class: PropType<any>;
3919
3990
  style: PropType<vue.CSSProperties>;
3920
- to: PropType<RouteLocationRaw>;
3921
- replace: PropType<boolean>;
3922
- activeClass: PropType<string>;
3923
- exactActiveClass: PropType<string>;
3924
- custom: PropType<boolean>;
3925
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3991
+ disabledClass: PropType<string | (() => string | undefined)>;
3992
+ hasActionClass: PropType<string | (() => string | undefined)>;
3993
+ actionableClass: PropType<string | (() => string | undefined)>;
3994
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3926
3995
  href: PropType<string>;
3927
3996
  target: PropType<string>;
3928
3997
  rel: PropType<string>;
@@ -3935,6 +4004,13 @@ declare const VListTile: vue.DefineComponent<{
3935
4004
  type: PropType<"button" | "submit" | "reset">;
3936
4005
  title: PropType<string>;
3937
4006
  disabled: PropType<boolean>;
4007
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
4008
+ to: PropType<RouteLocationRaw>;
4009
+ replace: PropType<boolean>;
4010
+ custom: PropType<boolean>;
4011
+ activeClass: PropType<string>;
4012
+ exactActiveClass: PropType<string>;
4013
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3938
4014
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
3939
4015
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
3940
4016
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -3978,12 +4054,10 @@ declare const VListTile: vue.DefineComponent<{
3978
4054
  tag: PropType<string>;
3979
4055
  class: PropType<any>;
3980
4056
  style: PropType<vue.CSSProperties>;
3981
- to: PropType<RouteLocationRaw>;
3982
- replace: PropType<boolean>;
3983
- activeClass: PropType<string>;
3984
- exactActiveClass: PropType<string>;
3985
- custom: PropType<boolean>;
3986
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4057
+ disabledClass: PropType<string | (() => string | undefined)>;
4058
+ hasActionClass: PropType<string | (() => string | undefined)>;
4059
+ actionableClass: PropType<string | (() => string | undefined)>;
4060
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
3987
4061
  href: PropType<string>;
3988
4062
  target: PropType<string>;
3989
4063
  rel: PropType<string>;
@@ -3996,6 +4070,13 @@ declare const VListTile: vue.DefineComponent<{
3996
4070
  type: PropType<"button" | "submit" | "reset">;
3997
4071
  title: PropType<string>;
3998
4072
  disabled: PropType<boolean>;
4073
+ guard: PropType<_fastkit_vue_action.ActionableGuard>;
4074
+ to: PropType<RouteLocationRaw>;
4075
+ replace: PropType<boolean>;
4076
+ custom: PropType<boolean>;
4077
+ activeClass: PropType<string>;
4078
+ exactActiveClass: PropType<string>;
4079
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
3999
4080
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
4000
4081
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
4001
4082
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4124,12 +4205,10 @@ declare function createNavigationItemProps(): {
4124
4205
  tag: PropType<string>;
4125
4206
  class: PropType<any>;
4126
4207
  style: PropType<vue.CSSProperties>;
4127
- to: PropType<RouteLocationRaw>;
4128
- replace: PropType<boolean>;
4129
- activeClass: PropType<string>;
4130
- exactActiveClass: PropType<string>;
4131
- custom: PropType<boolean>;
4132
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4208
+ disabledClass: PropType<string | (() => string | undefined)>;
4209
+ hasActionClass: PropType<string | (() => string | undefined)>;
4210
+ actionableClass: PropType<string | (() => string | undefined)>;
4211
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
4133
4212
  href: PropType<string>;
4134
4213
  target: PropType<string>;
4135
4214
  rel: PropType<string>;
@@ -4142,6 +4221,13 @@ declare function createNavigationItemProps(): {
4142
4221
  type: PropType<"button" | "submit" | "reset">;
4143
4222
  title: PropType<string>;
4144
4223
  disabled: PropType<boolean>;
4224
+ guard: PropType<_fastkit_vue_action__.ActionableGuard>;
4225
+ to: PropType<RouteLocationRaw>;
4226
+ replace: PropType<boolean>;
4227
+ custom: PropType<boolean>;
4228
+ activeClass: PropType<string>;
4229
+ exactActiveClass: PropType<string>;
4230
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4145
4231
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
4146
4232
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
4147
4233
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4201,12 +4287,10 @@ declare const VNavigationItem: vue.DefineComponent<{
4201
4287
  tag: PropType<string>;
4202
4288
  class: PropType<any>;
4203
4289
  style: PropType<vue.CSSProperties>;
4204
- to: PropType<RouteLocationRaw>;
4205
- replace: PropType<boolean>;
4206
- activeClass: PropType<string>;
4207
- exactActiveClass: PropType<string>;
4208
- custom: PropType<boolean>;
4209
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4290
+ disabledClass: PropType<string | (() => string | undefined)>;
4291
+ hasActionClass: PropType<string | (() => string | undefined)>;
4292
+ actionableClass: PropType<string | (() => string | undefined)>;
4293
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
4210
4294
  href: PropType<string>;
4211
4295
  target: PropType<string>;
4212
4296
  rel: PropType<string>;
@@ -4219,6 +4303,13 @@ declare const VNavigationItem: vue.DefineComponent<{
4219
4303
  type: PropType<"button" | "submit" | "reset">;
4220
4304
  title: PropType<string>;
4221
4305
  disabled: PropType<boolean>;
4306
+ guard: PropType<_fastkit_vue_action__.ActionableGuard>;
4307
+ to: PropType<RouteLocationRaw>;
4308
+ replace: PropType<boolean>;
4309
+ custom: PropType<boolean>;
4310
+ activeClass: PropType<string>;
4311
+ exactActiveClass: PropType<string>;
4312
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4222
4313
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
4223
4314
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
4224
4315
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -4269,12 +4360,10 @@ declare const VNavigationItem: vue.DefineComponent<{
4269
4360
  tag: PropType<string>;
4270
4361
  class: PropType<any>;
4271
4362
  style: PropType<vue.CSSProperties>;
4272
- to: PropType<RouteLocationRaw>;
4273
- replace: PropType<boolean>;
4274
- activeClass: PropType<string>;
4275
- exactActiveClass: PropType<string>;
4276
- custom: PropType<boolean>;
4277
- ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4363
+ disabledClass: PropType<string | (() => string | undefined)>;
4364
+ hasActionClass: PropType<string | (() => string | undefined)>;
4365
+ actionableClass: PropType<string | (() => string | undefined)>;
4366
+ guardInProgressClass: PropType<string | (() => string | undefined)>;
4278
4367
  href: PropType<string>;
4279
4368
  target: PropType<string>;
4280
4369
  rel: PropType<string>;
@@ -4287,6 +4376,13 @@ declare const VNavigationItem: vue.DefineComponent<{
4287
4376
  type: PropType<"button" | "submit" | "reset">;
4288
4377
  title: PropType<string>;
4289
4378
  disabled: PropType<boolean>;
4379
+ guard: PropType<_fastkit_vue_action__.ActionableGuard>;
4380
+ to: PropType<RouteLocationRaw>;
4381
+ replace: PropType<boolean>;
4382
+ custom: PropType<boolean>;
4383
+ activeClass: PropType<string>;
4384
+ exactActiveClass: PropType<string>;
4385
+ ariaCurrentValue: PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
4290
4386
  onClick: PropType<((payload: MouseEvent) => void) | undefined>;
4291
4387
  onAuxclick: PropType<((payload: MouseEvent) => void) | undefined>;
4292
4388
  onContextmenu: PropType<((payload: MouseEvent) => void) | undefined>;
@@ -7362,12 +7458,10 @@ declare const VToolbarMenu: vue.DefineComponent<{
7362
7458
  class: vue.PropType<any>;
7363
7459
  style: vue.PropType<vue.CSSProperties>;
7364
7460
  linkFallbackTag: vue.PropType<string | (() => string | undefined)>;
7365
- to: vue.PropType<RouteLocationRaw>;
7366
- replace: vue.PropType<boolean>;
7367
- activeClass: vue.PropType<string>;
7368
- exactActiveClass: vue.PropType<string>;
7369
- custom: vue.PropType<boolean>;
7370
- ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
7461
+ disabledClass: vue.PropType<string | (() => string | undefined)>;
7462
+ hasActionClass: vue.PropType<string | (() => string | undefined)>;
7463
+ actionableClass: vue.PropType<string | (() => string | undefined)>;
7464
+ guardInProgressClass: vue.PropType<string | (() => string | undefined)>;
7371
7465
  href: vue.PropType<string>;
7372
7466
  target: vue.PropType<string>;
7373
7467
  rel: vue.PropType<string>;
@@ -7380,6 +7474,13 @@ declare const VToolbarMenu: vue.DefineComponent<{
7380
7474
  type: vue.PropType<"button" | "submit" | "reset">;
7381
7475
  title: vue.PropType<string>;
7382
7476
  disabled: vue.PropType<boolean>;
7477
+ guard: vue.PropType<_fastkit_vue_action__.ActionableGuard>;
7478
+ to: vue.PropType<RouteLocationRaw>;
7479
+ replace: vue.PropType<boolean>;
7480
+ custom: vue.PropType<boolean>;
7481
+ activeClass: vue.PropType<string>;
7482
+ exactActiveClass: vue.PropType<string>;
7483
+ ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
7383
7484
  onClick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
7384
7485
  onAuxclick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
7385
7486
  onContextmenu: vue.PropType<((payload: MouseEvent) => void) | undefined>;
@@ -7432,12 +7533,10 @@ declare const VToolbarMenu: vue.DefineComponent<{
7432
7533
  class: vue.PropType<any>;
7433
7534
  style: vue.PropType<vue.CSSProperties>;
7434
7535
  linkFallbackTag: vue.PropType<string | (() => string | undefined)>;
7435
- to: vue.PropType<RouteLocationRaw>;
7436
- replace: vue.PropType<boolean>;
7437
- activeClass: vue.PropType<string>;
7438
- exactActiveClass: vue.PropType<string>;
7439
- custom: vue.PropType<boolean>;
7440
- ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
7536
+ disabledClass: vue.PropType<string | (() => string | undefined)>;
7537
+ hasActionClass: vue.PropType<string | (() => string | undefined)>;
7538
+ actionableClass: vue.PropType<string | (() => string | undefined)>;
7539
+ guardInProgressClass: vue.PropType<string | (() => string | undefined)>;
7441
7540
  href: vue.PropType<string>;
7442
7541
  target: vue.PropType<string>;
7443
7542
  rel: vue.PropType<string>;
@@ -7450,6 +7549,13 @@ declare const VToolbarMenu: vue.DefineComponent<{
7450
7549
  type: vue.PropType<"button" | "submit" | "reset">;
7451
7550
  title: vue.PropType<string>;
7452
7551
  disabled: vue.PropType<boolean>;
7552
+ guard: vue.PropType<_fastkit_vue_action__.ActionableGuard>;
7553
+ to: vue.PropType<RouteLocationRaw>;
7554
+ replace: vue.PropType<boolean>;
7555
+ custom: vue.PropType<boolean>;
7556
+ activeClass: vue.PropType<string>;
7557
+ exactActiveClass: vue.PropType<string>;
7558
+ ariaCurrentValue: vue.PropType<"time" | "true" | "false" | "date" | "page" | "step" | "location">;
7453
7559
  onClick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
7454
7560
  onAuxclick: vue.PropType<((payload: MouseEvent) => void) | undefined>;
7455
7561
  onContextmenu: vue.PropType<((payload: MouseEvent) => void) | undefined>;