@fastkit/vui 0.16.78 → 0.16.80
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 +7 -7
- package/package.json +23 -23
package/dist/vui.d.ts
CHANGED
|
@@ -499,7 +499,7 @@ declare function createTextFieldProps(): {
|
|
|
499
499
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
500
500
|
placeholder: StringConstructor;
|
|
501
501
|
autocapitalize: vue.PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
502
|
-
|
|
502
|
+
finalizers: vue.PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
503
503
|
counter: vue.PropType<string | number | boolean>;
|
|
504
504
|
counterValue: vue.PropType<(value: string) => number>;
|
|
505
505
|
limit: BooleanConstructor;
|
|
@@ -590,7 +590,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
590
590
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
591
591
|
placeholder: StringConstructor;
|
|
592
592
|
autocapitalize: vue.PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
593
|
-
|
|
593
|
+
finalizers: vue.PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
594
594
|
counter: vue.PropType<string | number | boolean>;
|
|
595
595
|
counterValue: vue.PropType<(value: string) => number>;
|
|
596
596
|
limit: BooleanConstructor;
|
|
@@ -735,7 +735,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
735
735
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
736
736
|
placeholder: StringConstructor;
|
|
737
737
|
autocapitalize: vue.PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
738
|
-
|
|
738
|
+
finalizers: vue.PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
739
739
|
counter: vue.PropType<string | number | boolean>;
|
|
740
740
|
counterValue: vue.PropType<(value: string) => number>;
|
|
741
741
|
limit: BooleanConstructor;
|
|
@@ -6543,7 +6543,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6543
6543
|
minlength: (StringConstructor | NumberConstructor)[];
|
|
6544
6544
|
placeholder: StringConstructor;
|
|
6545
6545
|
autocapitalize: PropType<_fastkit_vue_form_control__.FormAutoCapitalize>;
|
|
6546
|
-
|
|
6546
|
+
finalizers: PropType<_fastkit_vue_form_control__.TextableFinalizerSpec>;
|
|
6547
6547
|
counter: PropType<string | number | boolean>;
|
|
6548
6548
|
counterValue: PropType<(value: string) => number>;
|
|
6549
6549
|
limit: BooleanConstructor;
|
|
@@ -6641,7 +6641,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6641
6641
|
minlength: (StringConstructor | NumberConstructor)[];
|
|
6642
6642
|
placeholder: StringConstructor;
|
|
6643
6643
|
autocapitalize: PropType<_fastkit_vue_form_control__.FormAutoCapitalize>;
|
|
6644
|
-
|
|
6644
|
+
finalizers: PropType<_fastkit_vue_form_control__.TextableFinalizerSpec>;
|
|
6645
6645
|
counter: PropType<string | number | boolean>;
|
|
6646
6646
|
counterValue: PropType<(value: string) => number>;
|
|
6647
6647
|
limit: BooleanConstructor;
|
|
@@ -6750,7 +6750,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6750
6750
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
6751
6751
|
placeholder: StringConstructor;
|
|
6752
6752
|
autocapitalize: vue.PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
6753
|
-
|
|
6753
|
+
finalizers: vue.PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
6754
6754
|
counter: vue.PropType<string | number | boolean>;
|
|
6755
6755
|
counterValue: vue.PropType<(value: string) => number>;
|
|
6756
6756
|
limit: BooleanConstructor;
|
|
@@ -6890,7 +6890,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6890
6890
|
pattern: (StringConstructor | RegExpConstructor)[];
|
|
6891
6891
|
placeholder: StringConstructor;
|
|
6892
6892
|
autocapitalize: vue.PropType<_fastkit_vue_form_control.FormAutoCapitalize>;
|
|
6893
|
-
|
|
6893
|
+
finalizers: vue.PropType<_fastkit_vue_form_control.TextableFinalizerSpec>;
|
|
6894
6894
|
counter: vue.PropType<string | number | boolean>;
|
|
6895
6895
|
counterValue: vue.PropType<(value: string) => number>;
|
|
6896
6896
|
limit: BooleanConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.80",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -44,31 +44,31 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fastkit/
|
|
47
|
+
"@fastkit/color-scheme": "1.0.13",
|
|
48
|
+
"@fastkit/color-scheme-gen": "0.13.13",
|
|
49
|
+
"@fastkit/dom": "0.1.6",
|
|
50
|
+
"@fastkit/helpers": "0.13.6",
|
|
48
51
|
"@fastkit/icon-font": "1.0.9",
|
|
49
|
-
"@fastkit/color-scheme": "1.0.12",
|
|
50
|
-
"@fastkit/helpers": "0.13.5",
|
|
51
|
-
"@fastkit/rules": "0.13.6",
|
|
52
52
|
"@fastkit/media-match": "1.0.9",
|
|
53
|
+
"@fastkit/rules": "0.13.7",
|
|
54
|
+
"@fastkit/media-match-gen": "0.13.13",
|
|
53
55
|
"@fastkit/stylebase": "0.13.1",
|
|
54
|
-
"@fastkit/
|
|
55
|
-
"@fastkit/
|
|
56
|
-
"@fastkit/
|
|
57
|
-
"@fastkit/
|
|
58
|
-
"@fastkit/vue-
|
|
59
|
-
"@fastkit/vue-
|
|
60
|
-
"@fastkit/vue-
|
|
61
|
-
"@fastkit/vue-
|
|
62
|
-
"@fastkit/vue-
|
|
63
|
-
"@fastkit/vue-
|
|
64
|
-
"@fastkit/vue-
|
|
65
|
-
"@fastkit/vue-
|
|
66
|
-
"@fastkit/vue-scroller": "0.14.
|
|
67
|
-
"@fastkit/vue-
|
|
68
|
-
"@fastkit/vue-
|
|
69
|
-
"@fastkit/vue-
|
|
70
|
-
"@fastkit/vue-utils": "0.14.10",
|
|
71
|
-
"@fastkit/vue-transitions": "0.1.13"
|
|
56
|
+
"@fastkit/tiny-logger": "0.13.6",
|
|
57
|
+
"@fastkit/vue-action": "0.2.14",
|
|
58
|
+
"@fastkit/vue-app-layout": "0.14.16",
|
|
59
|
+
"@fastkit/vue-click-outside": "0.1.14",
|
|
60
|
+
"@fastkit/vue-body-scroll-lock": "0.1.13",
|
|
61
|
+
"@fastkit/vue-color-scheme": "0.14.13",
|
|
62
|
+
"@fastkit/vue-form-control": "0.16.0",
|
|
63
|
+
"@fastkit/vue-keyboard": "0.1.6",
|
|
64
|
+
"@fastkit/vue-location": "0.1.20",
|
|
65
|
+
"@fastkit/vue-media-match": "0.13.13",
|
|
66
|
+
"@fastkit/vue-loading": "0.14.14",
|
|
67
|
+
"@fastkit/vue-resize": "0.1.13",
|
|
68
|
+
"@fastkit/vue-scroller": "0.14.15",
|
|
69
|
+
"@fastkit/vue-stack": "0.15.35",
|
|
70
|
+
"@fastkit/vue-transitions": "0.1.14",
|
|
71
|
+
"@fastkit/vue-utils": "0.14.11"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|