@fastkit/vui 0.19.49 → 0.19.51
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 +31 -7
- package/package.json +12 -12
package/dist/vui.d.ts
CHANGED
|
@@ -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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.51",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -48,27 +48,27 @@
|
|
|
48
48
|
"@fastkit/dom": "^0.2.6",
|
|
49
49
|
"@fastkit/helpers": "^0.14.5",
|
|
50
50
|
"@fastkit/icon-font": "^2.0.7",
|
|
51
|
+
"@fastkit/rules": "^0.14.7",
|
|
51
52
|
"@fastkit/media-match": "^2.0.7",
|
|
52
|
-
"@fastkit/
|
|
53
|
+
"@fastkit/stylebase": "^0.13.1",
|
|
53
54
|
"@fastkit/media-match-gen": "^0.14.13",
|
|
54
|
-
"@fastkit/rules": "^0.14.7",
|
|
55
|
-
"@fastkit/tiny-logger": "^0.14.5",
|
|
56
55
|
"@fastkit/vue-action": "^0.3.17",
|
|
56
|
+
"@fastkit/tiny-logger": "^0.14.5",
|
|
57
|
+
"@fastkit/vue-body-scroll-lock": "^0.2.11",
|
|
57
58
|
"@fastkit/vue-app-layout": "^0.15.11",
|
|
58
|
-
"@fastkit/stylebase": "^0.13.1",
|
|
59
59
|
"@fastkit/vue-click-outside": "^0.2.10",
|
|
60
|
-
"@fastkit/vue-body-scroll-lock": "^0.2.11",
|
|
61
|
-
"@fastkit/vue-form-control": "^0.20.24",
|
|
62
60
|
"@fastkit/vue-color-scheme": "^0.15.13",
|
|
63
61
|
"@fastkit/vue-keyboard": "^0.2.5",
|
|
64
|
-
"@fastkit/vue-
|
|
65
|
-
"@fastkit/
|
|
66
|
-
"@fastkit/vue-scroller": "^0.15.10",
|
|
62
|
+
"@fastkit/vue-form-control": "^0.20.25",
|
|
63
|
+
"@fastkit/color-scheme-gen": "^0.14.13",
|
|
67
64
|
"@fastkit/vue-location": "^0.3.7",
|
|
65
|
+
"@fastkit/vue-loading": "^0.15.13",
|
|
68
66
|
"@fastkit/vue-resize": "^0.2.10",
|
|
69
|
-
"@fastkit/vue-
|
|
67
|
+
"@fastkit/vue-scroller": "^0.15.10",
|
|
68
|
+
"@fastkit/vue-media-match": "^0.14.10",
|
|
70
69
|
"@fastkit/vue-transitions": "^0.2.11",
|
|
71
|
-
"@fastkit/vue-
|
|
70
|
+
"@fastkit/vue-stack": "^0.16.16",
|
|
71
|
+
"@fastkit/vue-utils": "^0.15.10"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.4.0",
|