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