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