@fastkit/vui 0.19.50 → 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.
Files changed (2) hide show
  1. package/dist/vui.d.ts +31 -7
  2. 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: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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: vue.PropType<_fastkit_vue_form_control.FormAutoComplete | boolean>;
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.50",
3
+ "version": "0.19.51",
4
4
  "description": "A simple, extensible UI kit for Vue applications.",
5
5
  "keywords": [
6
6
  "fastkit",
@@ -45,30 +45,30 @@
45
45
  ],
46
46
  "dependencies": {
47
47
  "@fastkit/color-scheme": "^2.0.10",
48
- "@fastkit/helpers": "^0.14.5",
49
48
  "@fastkit/dom": "^0.2.6",
50
- "@fastkit/color-scheme-gen": "^0.14.13",
51
- "@fastkit/media-match-gen": "^0.14.13",
49
+ "@fastkit/helpers": "^0.14.5",
52
50
  "@fastkit/icon-font": "^2.0.7",
53
51
  "@fastkit/rules": "^0.14.7",
54
- "@fastkit/tiny-logger": "^0.14.5",
55
52
  "@fastkit/media-match": "^2.0.7",
56
53
  "@fastkit/stylebase": "^0.13.1",
57
- "@fastkit/vue-app-layout": "^0.15.11",
54
+ "@fastkit/media-match-gen": "^0.14.13",
55
+ "@fastkit/vue-action": "^0.3.17",
56
+ "@fastkit/tiny-logger": "^0.14.5",
58
57
  "@fastkit/vue-body-scroll-lock": "^0.2.11",
58
+ "@fastkit/vue-app-layout": "^0.15.11",
59
59
  "@fastkit/vue-click-outside": "^0.2.10",
60
60
  "@fastkit/vue-color-scheme": "^0.15.13",
61
61
  "@fastkit/vue-keyboard": "^0.2.5",
62
- "@fastkit/vue-action": "^0.3.17",
63
- "@fastkit/vue-form-control": "^0.20.24",
62
+ "@fastkit/vue-form-control": "^0.20.25",
63
+ "@fastkit/color-scheme-gen": "^0.14.13",
64
64
  "@fastkit/vue-location": "^0.3.7",
65
+ "@fastkit/vue-loading": "^0.15.13",
65
66
  "@fastkit/vue-resize": "^0.2.10",
66
- "@fastkit/vue-media-match": "^0.14.10",
67
67
  "@fastkit/vue-scroller": "^0.15.10",
68
+ "@fastkit/vue-media-match": "^0.14.10",
68
69
  "@fastkit/vue-transitions": "^0.2.11",
69
- "@fastkit/vue-utils": "^0.15.10",
70
- "@fastkit/vue-loading": "^0.15.13",
71
- "@fastkit/vue-stack": "^0.16.16"
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",