@fastkit/vui 0.18.18 → 0.18.19
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 +2 -0
- package/package.json +12 -12
package/dist/vui.d.ts
CHANGED
|
@@ -6642,6 +6642,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6642
6642
|
submit: (form: VueForm, ev: Event) => boolean;
|
|
6643
6643
|
'update:sending': (sending: boolean, form: VueForm) => boolean;
|
|
6644
6644
|
finishAction: (actionContext: _fastkit_vue_form_control.FormActionContext) => boolean;
|
|
6645
|
+
autoValidationFailed: (form: VueForm) => boolean;
|
|
6645
6646
|
'update:modelValue': (value: unknown) => boolean;
|
|
6646
6647
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
6647
6648
|
change: (value: unknown) => boolean;
|
|
@@ -6709,6 +6710,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6709
6710
|
onSubmit?: ((form: VueForm, ev: Event) => any) | undefined;
|
|
6710
6711
|
"onUpdate:sending"?: ((sending: boolean, form: VueForm) => any) | undefined;
|
|
6711
6712
|
onFinishAction?: ((actionContext: _fastkit_vue_form_control.FormActionContext) => any) | undefined;
|
|
6713
|
+
onAutoValidationFailed?: ((form: VueForm) => any) | undefined;
|
|
6712
6714
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
6713
6715
|
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
6714
6716
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.19",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -45,28 +45,28 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@fastkit/color-scheme": "1.0.14",
|
|
48
|
-
"@fastkit/
|
|
48
|
+
"@fastkit/dom": "0.1.7",
|
|
49
49
|
"@fastkit/helpers": "0.13.7",
|
|
50
|
+
"@fastkit/icon-font": "1.0.9",
|
|
51
|
+
"@fastkit/color-scheme-gen": "0.13.14",
|
|
50
52
|
"@fastkit/media-match": "1.0.9",
|
|
51
|
-
"@fastkit/
|
|
53
|
+
"@fastkit/media-match-gen": "0.13.14",
|
|
52
54
|
"@fastkit/rules": "0.13.8",
|
|
53
55
|
"@fastkit/tiny-logger": "0.13.7",
|
|
54
|
-
"@fastkit/
|
|
55
|
-
"@fastkit/icon-font": "1.0.9",
|
|
56
|
-
"@fastkit/vue-body-scroll-lock": "0.1.16",
|
|
56
|
+
"@fastkit/stylebase": "0.13.1",
|
|
57
57
|
"@fastkit/vue-app-layout": "0.14.19",
|
|
58
|
+
"@fastkit/vue-body-scroll-lock": "0.1.16",
|
|
58
59
|
"@fastkit/vue-action": "0.2.17",
|
|
59
|
-
"@fastkit/vue-color-scheme": "0.14.16",
|
|
60
|
-
"@fastkit/stylebase": "0.13.1",
|
|
61
60
|
"@fastkit/vue-click-outside": "0.1.17",
|
|
61
|
+
"@fastkit/vue-color-scheme": "0.14.16",
|
|
62
|
+
"@fastkit/vue-form-control": "0.19.14",
|
|
62
63
|
"@fastkit/vue-keyboard": "0.1.7",
|
|
63
|
-
"@fastkit/vue-
|
|
64
|
+
"@fastkit/vue-media-match": "0.13.14",
|
|
64
65
|
"@fastkit/vue-loading": "0.14.17",
|
|
65
|
-
"@fastkit/vue-location": "0.1.23",
|
|
66
66
|
"@fastkit/vue-scroller": "0.14.18",
|
|
67
|
-
"@fastkit/vue-stack": "0.15.43",
|
|
68
|
-
"@fastkit/vue-media-match": "0.13.14",
|
|
69
67
|
"@fastkit/vue-resize": "0.1.16",
|
|
68
|
+
"@fastkit/vue-location": "0.1.23",
|
|
69
|
+
"@fastkit/vue-stack": "0.15.43",
|
|
70
70
|
"@fastkit/vue-transitions": "0.1.20",
|
|
71
71
|
"@fastkit/vue-utils": "0.14.14"
|
|
72
72
|
},
|