@fastkit/vui 0.19.50 → 0.19.52
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 +33 -9
- package/dist/vui.mjs +1 -1
- package/dist/vui.mjs.map +1 -1
- package/package.json +15 -15
package/dist/vui.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export * from '@fastkit/vue-form-control';
|
|
|
24
24
|
import { UseScroller } from '@fastkit/vue-scroller';
|
|
25
25
|
export * from '@fastkit/vue-scroller';
|
|
26
26
|
import * as _fastkit_vue_stack from '@fastkit/vue-stack';
|
|
27
|
-
import {
|
|
27
|
+
import { VStackControl, VStackSlots, VueStackService, VStackBuiltinActions, StackableLauncher, VStackBuiltinActionType, VStackAction, VueStackServiceOptions } from '@fastkit/vue-stack';
|
|
28
28
|
export * from '@fastkit/vue-stack';
|
|
29
29
|
import * as _fastkit_vue_action from '@fastkit/vue-action';
|
|
30
30
|
import { ActionableInheritProps } from '@fastkit/vue-action';
|
|
@@ -40,7 +40,7 @@ import * as vue_jsx_runtime from 'vue/jsx-runtime';
|
|
|
40
40
|
import * as _fastkit_color_scheme from '@fastkit/color-scheme';
|
|
41
41
|
import { ScopeName, ColorVariant , ThemeName, PaletteName } from '@fastkit/color-scheme';
|
|
42
42
|
import * as vue_router from 'vue-router';
|
|
43
|
-
import {
|
|
43
|
+
import { Router, UseLinkOptions, useLink, RouteLocationRaw } from 'vue-router';
|
|
44
44
|
import * as _fastkit_vue_resize from '@fastkit/vue-resize';
|
|
45
45
|
|
|
46
46
|
declare const CONTROL_SIZES: readonly ["sm", "md", "lg"];
|
|
@@ -364,7 +364,10 @@ declare function createTextFieldProps(): {
|
|
|
364
364
|
counter: vue.PropType<boolean | string | number>;
|
|
365
365
|
counterValue: vue.PropType<(value: string) => number>;
|
|
366
366
|
limit: BooleanConstructor;
|
|
367
|
-
autocomplete:
|
|
367
|
+
autocomplete: {
|
|
368
|
+
type: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
369
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
370
|
+
};
|
|
368
371
|
name: StringConstructor;
|
|
369
372
|
tag: StringConstructor;
|
|
370
373
|
modelValue: vue.Prop<any, any>;
|
|
@@ -453,7 +456,10 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
453
456
|
counter: vue.PropType<boolean | string | number>;
|
|
454
457
|
counterValue: vue.PropType<(value: string) => number>;
|
|
455
458
|
limit: BooleanConstructor;
|
|
456
|
-
autocomplete:
|
|
459
|
+
autocomplete: {
|
|
460
|
+
type: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
461
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
462
|
+
};
|
|
457
463
|
name: StringConstructor;
|
|
458
464
|
tag: StringConstructor;
|
|
459
465
|
modelValue: vue.Prop<any, any>;
|
|
@@ -550,7 +556,10 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
550
556
|
counter: vue.PropType<boolean | string | number>;
|
|
551
557
|
counterValue: vue.PropType<(value: string) => number>;
|
|
552
558
|
limit: BooleanConstructor;
|
|
553
|
-
autocomplete:
|
|
559
|
+
autocomplete: {
|
|
560
|
+
type: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
561
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
562
|
+
};
|
|
554
563
|
name: StringConstructor;
|
|
555
564
|
tag: StringConstructor;
|
|
556
565
|
modelValue: vue.Prop<any, any>;
|
|
@@ -608,6 +617,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
608
617
|
hiddenInfo: boolean;
|
|
609
618
|
maskModel: _fastkit_vue_form_control.TextInputMaskModel;
|
|
610
619
|
limit: boolean;
|
|
620
|
+
autocomplete: boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo";
|
|
611
621
|
}, _fastkit_vue_utils.DefinedSlots<{
|
|
612
622
|
[x: `error:${string}`]: (error: _fastkit_vue_form_control.FormNodeError) => vue.VNode<vue.RendererNode, vue.RendererElement, {
|
|
613
623
|
[key: string]: any;
|
|
@@ -5806,7 +5816,10 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
5806
5816
|
counter: PropType<boolean | string | number>;
|
|
5807
5817
|
counterValue: PropType<(value: string) => number>;
|
|
5808
5818
|
limit: BooleanConstructor;
|
|
5809
|
-
autocomplete:
|
|
5819
|
+
autocomplete: {
|
|
5820
|
+
type: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
5821
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
5822
|
+
};
|
|
5810
5823
|
}, () => vue_jsx_runtime.JSX.Element, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5811
5824
|
'update:modelValue': (value: number | null) => true;
|
|
5812
5825
|
change: (value: number | null) => true;
|
|
@@ -5902,7 +5915,10 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
5902
5915
|
counter: PropType<boolean | string | number>;
|
|
5903
5916
|
counterValue: PropType<(value: string) => number>;
|
|
5904
5917
|
limit: BooleanConstructor;
|
|
5905
|
-
autocomplete:
|
|
5918
|
+
autocomplete: {
|
|
5919
|
+
type: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
5920
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
5921
|
+
};
|
|
5906
5922
|
}>> & {
|
|
5907
5923
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
5908
5924
|
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
@@ -5934,6 +5950,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
5934
5950
|
hiddenInfo: boolean;
|
|
5935
5951
|
maskModel: _fastkit_vue_form_control.TextInputMaskModel;
|
|
5936
5952
|
limit: boolean;
|
|
5953
|
+
autocomplete: boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo";
|
|
5937
5954
|
}, {}>;
|
|
5938
5955
|
|
|
5939
5956
|
declare const VTextarea: vue.DefineComponent<{
|
|
@@ -5989,7 +6006,10 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
5989
6006
|
counter: vue.PropType<boolean | string | number>;
|
|
5990
6007
|
counterValue: vue.PropType<(value: string) => number>;
|
|
5991
6008
|
limit: BooleanConstructor;
|
|
5992
|
-
autocomplete:
|
|
6009
|
+
autocomplete: {
|
|
6010
|
+
type: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
6011
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
6012
|
+
};
|
|
5993
6013
|
name: StringConstructor;
|
|
5994
6014
|
tag: StringConstructor;
|
|
5995
6015
|
modelValue: vue.Prop<any, any>;
|
|
@@ -6075,7 +6095,10 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6075
6095
|
counter: vue.PropType<boolean | string | number>;
|
|
6076
6096
|
counterValue: vue.PropType<(value: string) => number>;
|
|
6077
6097
|
limit: BooleanConstructor;
|
|
6078
|
-
autocomplete:
|
|
6098
|
+
autocomplete: {
|
|
6099
|
+
type: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
|
|
6100
|
+
default: () => boolean | "off" | "on" | "name" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "email" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "url" | "photo" | undefined;
|
|
6101
|
+
};
|
|
6079
6102
|
name: StringConstructor;
|
|
6080
6103
|
tag: StringConstructor;
|
|
6081
6104
|
modelValue: vue.Prop<any, any>;
|
|
@@ -6125,6 +6148,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6125
6148
|
detach: boolean;
|
|
6126
6149
|
hiddenInfo: boolean;
|
|
6127
6150
|
limit: boolean;
|
|
6151
|
+
autocomplete: boolean | "name" | "email" | "tel" | "url" | "off" | "on" | "honorific-prefix" | "given-name" | "additional-name" | "family-name" | "honorific-suffix" | "nickname" | "username" | "new-password" | "current-password" | "one-time-code" | "organization-title" | "organization" | "street-address" | "address-line1" | "address-line2" | "address-line3" | "address-level4" | "address-level3" | "address-level2" | "address-level1" | "country" | "country-name" | "postal-code" | "cc-name" | "cc-given-name" | "cc-additional-name" | "cc-family-name" | "cc-number" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-csc" | "cc-type" | "transaction-currency" | "transaction-amount" | "language" | "bday" | "bday-day" | "bday-month" | "bday-year" | "sex" | "tel-country-code" | "tel-national" | "tel-area-code" | "tel-local" | "tel-extension" | "impp" | "photo";
|
|
6128
6152
|
rows: _fastkit_vue_utils.Numberish;
|
|
6129
6153
|
}, {}>;
|
|
6130
6154
|
|
package/dist/vui.mjs
CHANGED
|
@@ -33,7 +33,7 @@ import { createPropsOptions, defineSlots, renderSlotOrEmpty, isFragment, resolve
|
|
|
33
33
|
export * from '@fastkit/vue-utils';
|
|
34
34
|
import * as vue_loading_star from '@fastkit/vue-loading';
|
|
35
35
|
export * from '@fastkit/vue-loading';
|
|
36
|
-
import { defineComponent, computed, createVNode, mergeProps, ref, watch, onMounted, onBeforeUnmount, Fragment, isVNode, cloneVNode, withDirectives, vShow, onBeforeUpdate, Transition, inject, provide, createTextVNode,
|
|
36
|
+
import { defineComponent, computed, createVNode, mergeProps, ref, watch, onMounted, onBeforeUnmount, Fragment, isVNode, cloneVNode, withDirectives, vShow, onBeforeUpdate, Transition, inject, provide, createTextVNode, nextTick, vModelSelect, reactive } from 'vue';
|
|
37
37
|
import { loadImage } from '@fastkit/dom';
|
|
38
38
|
import { useRouter, useRoute, RouterLink, useLink } from 'vue-router';
|
|
39
39
|
import { resizeDirectiveArgument, installResizeDirective } from '@fastkit/vue-resize';
|