@vunk/form 2.19.0 → 2.19.1
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/components/api-tables-select/src/ctx.d.ts +16 -22
- package/components/api-tables-select/src/index.vue.d.ts +39 -43
- package/components/button/index.mjs +1 -2
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +64 -63
- package/components/card-input-collection/index.cjs +1 -1
- package/components/card-input-collection/index.mjs +7 -7
- package/components/card-input-collection/src/core.vue.d.ts +12 -8
- package/components/card-input-collection/src/ctx.d.ts +2 -2
- package/components/card-input-collection/src/index.vue.d.ts +7 -6
- package/components/cascader/src/ctx.d.ts +33 -25
- package/components/cascader/src/index.vue.d.ts +67 -50
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.mjs +3 -3
- package/components/checkbox/src/ctx.d.ts +19 -19
- package/components/checkbox/src/index.vue.d.ts +128 -127
- package/components/cloneDeep.cjs +1 -1
- package/components/color-picker/src/ctx.d.ts +22 -14
- package/components/color-picker/src/index.vue.d.ts +52 -32
- package/components/date-picker/src/ctx.d.ts +32 -24
- package/components/date-picker/src/index.vue.d.ts +68 -51
- package/components/date-picker-range/src/ctx.d.ts +23 -15
- package/components/date-picker-range/src/index.vue.d.ts +131 -98
- package/components/dialog/src/ctx.d.ts +5 -5
- package/components/dialog/src/index.vue.d.ts +18 -16
- package/components/dialog-input-collection/index.mjs +9 -9
- package/components/dialog-input-collection/src/ctx.d.ts +4 -3
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
- package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
- package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +21 -22
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +4 -3
- package/components/download-plus/src/index.vue.d.ts +81 -78
- package/components/editable-text/src/ctx.d.ts +2 -6
- package/components/editable-text/src/index.vue.d.ts +14 -10
- package/components/el-slider/index.mjs +4 -4
- package/components/el-slider/src/button.vue.d.ts +2 -1
- package/components/el-slider/src/composables/use-slide.d.ts +1 -1
- package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
- package/components/el-slider/src/composables/use-watch.d.ts +1 -1
- package/components/el-slider/src/slider-core.vue.d.ts +7 -6
- package/components/el-slider/src/slider.d.ts +2 -1
- package/components/esri-input-geojson/index.mjs +40 -55
- package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
- package/components/esri-input-geojson/src/ctx.d.ts +21 -22
- package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
- package/components/fieldset/index.mjs +2 -4
- package/components/fieldset/src/index.vue.d.ts +3 -2
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +68 -67
- package/components/form-item/index.mjs +6 -7
- package/components/form-item/src/core.vue.d.ts +12 -10
- package/components/form-item/src/ctx.d.ts +6 -4
- package/components/form-item/src/index.vue.d.ts +7 -6
- package/components/form-item-renderer/index.mjs +2 -3
- package/components/form-item-renderer/src/core.vue.d.ts +3 -2
- package/components/form-item-renderer/src/index.vue.d.ts +7 -5
- package/components/form-item-renderer-template/index.mjs +1 -2
- package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +7 -3
- package/components/forms-provider/src/view.vue.d.ts +11 -7
- package/components/index2.cjs +1 -1
- package/components/information/src/index.vue.d.ts +3 -2
- package/components/information-collection/src/ctx.d.ts +17 -11
- package/components/information-collection/src/index.vue.d.ts +36 -27
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-tag/src/ctx.d.ts +4 -3
- package/components/information-tag/src/index.vue.d.ts +12 -11
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/src/ctx.d.ts +20 -20
- package/components/input/src/index.vue.d.ts +70 -69
- package/components/input-array/src/ctx.d.ts +2 -2
- package/components/input-array/src/form-template.vue.d.ts +2 -1
- package/components/input-array/src/index.vue.d.ts +6 -5
- package/components/input-collection/src/core.vue.d.ts +17 -15
- package/components/input-collection/src/ctx.d.ts +4 -4
- package/components/input-collection/src/index.vue.d.ts +13 -12
- package/components/input-file/src/index.vue.d.ts +51 -50
- package/components/input-file/src/template.vue.d.ts +2 -1
- package/components/input-link/src/ctx.d.ts +19 -21
- package/components/input-link/src/index.vue.d.ts +111 -110
- package/components/input-number/src/ctx.d.ts +5 -5
- package/components/input-number/src/index.vue.d.ts +39 -38
- package/components/input-tag/src/ctx.d.ts +10 -10
- package/components/input-tag/src/index.vue.d.ts +48 -47
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +17 -16
- package/components/radio/index.cjs +1 -1
- package/components/radio/index.mjs +2 -2
- package/components/radio/src/ctx.d.ts +3 -3
- package/components/radio/src/index.vue.d.ts +32 -31
- package/components/radio/src/option.vue.d.ts +12 -10
- package/components/radio/src/wraper.vue.d.ts +9 -8
- package/components/renderer-data/src/index.vue.d.ts +3 -2
- package/components/select/src/core.vue.d.ts +99 -239
- package/components/select/src/ctx.d.ts +23 -95
- package/components/select/src/index.vue.d.ts +76 -75
- package/components/select/src/options.vue.d.ts +3 -2
- package/components/slider/src/ctx.d.ts +10 -10
- package/components/slider/src/index.vue.d.ts +29 -25
- package/components/style.css +1 -1
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +24 -20
- package/components/tables-select/index.mjs +1 -2
- package/components/tables-select/src/ctx.d.ts +27 -43
- package/components/tables-select/src/index.vue.d.ts +57 -71
- package/components/template-instances-provider/src/index.vue.d.ts +3 -2
- package/components/templates-default/src/ctx.d.ts +3 -5
- package/components/templates-default/src/index.vue.d.ts +778 -727
- package/components/templates-element-plus/index.mjs +3 -3
- package/components/templates-element-plus/src/index.vue.d.ts +27 -26
- package/components/templates-esri/src/index.vue.d.ts +600 -193
- package/components/templates-layout/index.mjs +3 -3
- package/components/templates-layout/src/index.vue.d.ts +14 -13
- package/components/templates-variant/src/index.vue.d.ts +132 -99
- package/components/time-picker/src/ctx.d.ts +31 -23
- package/components/time-picker/src/index.vue.d.ts +66 -49
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +45 -45
- package/components/upload/src/ctx.d.ts +24 -22
- package/components/upload/src/file.vue.d.ts +75 -73
- package/components/upload/src/index.vue.d.ts +188 -187
- package/components/upload/src/wraper.vue.d.ts +48 -47
- package/components/upload-plus/index.cjs +7 -7
- package/components/upload-plus/index.mjs +1911 -1937
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +2 -5
- package/components/upload-plus/src/index.vue.d.ts +6 -5
- package/components/use-watch.cjs +1 -1
- package/components/van-cascader/src/ctx.d.ts +33 -25
- package/components/van-cascader/src/index.vue.d.ts +67 -50
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +18 -20
- package/components/var-datetime-picker/src/ctx.d.ts +4 -3
- package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
- package/components/vditor/src/ctx.d.ts +2 -3
- package/components/vditor/src/index.vue.d.ts +19 -19
- package/composables/index.mjs +3 -5
- package/composables/useSourceManager.d.ts +2 -2
- package/index.css +1 -1
- package/package.json +1 -1
- package/shared/element-plus/instances.d.ts +60 -43
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as i, resolveComponent as l, openBlock as d, createElementBlock as f, Fragment as _, createVNode as t, withCtx as o, normalizeProps as m, guardReactiveProps as a, createTextVNode as u, toDisplayString as p, createElementVNode as k } from "vue";
|
|
2
2
|
import { VkfFormItemRendererTemplate as E } from "@vunk/form/components/form-item-renderer-template";
|
|
3
|
-
import {
|
|
3
|
+
import { ElDivider as b, ElLink as V } from "element-plus";
|
|
4
4
|
import { pickObject as T } from "@vunk/core/shared/utils-object";
|
|
5
5
|
import { _ as v } from "../_plugin-vue_export-helper.cjs";
|
|
6
6
|
const y = {
|
|
@@ -12,8 +12,8 @@ const y = {
|
|
|
12
12
|
name: "VkfTemplatesElementPlus",
|
|
13
13
|
components: {
|
|
14
14
|
VkfFormItemRendererTemplate: E,
|
|
15
|
-
ElLink:
|
|
16
|
-
ElDivider:
|
|
15
|
+
ElLink: V,
|
|
16
|
+
ElDivider: b
|
|
17
17
|
},
|
|
18
18
|
props: y,
|
|
19
19
|
emits: j,
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
4
6
|
default: () => {};
|
|
5
7
|
};
|
|
6
8
|
}>, {
|
|
7
9
|
pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
|
|
8
|
-
excludes?: EX
|
|
9
|
-
includes?: KI[]
|
|
10
|
-
}
|
|
10
|
+
excludes?: EX;
|
|
11
|
+
includes?: KI[];
|
|
12
|
+
}) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
|
|
11
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
14
|
data: {
|
|
13
15
|
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
@@ -37,9 +39,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
37
39
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
40
|
click: (evt: MouseEvent) => void;
|
|
39
41
|
}, import("vue").PublicProps, {
|
|
40
|
-
type: "
|
|
42
|
+
type: "primary" | "success" | "warning" | "info" | "danger" | "default";
|
|
41
43
|
underline: boolean | "always" | "never" | "hover";
|
|
42
|
-
target:
|
|
44
|
+
target: "_blank" | "_parent" | "_self" | "_top" | (string & NonNullable<unknown>);
|
|
43
45
|
href: string;
|
|
44
46
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
45
47
|
P: {};
|
|
@@ -51,35 +53,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
53
|
}, Readonly<import("element-plus").LinkProps> & Readonly<{
|
|
52
54
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
53
55
|
}>, {}, {}, {}, {}, {
|
|
54
|
-
type: "
|
|
56
|
+
type: "primary" | "success" | "warning" | "info" | "danger" | "default";
|
|
55
57
|
underline: boolean | "always" | "never" | "hover";
|
|
56
|
-
target:
|
|
58
|
+
target: "_blank" | "_parent" | "_self" | "_top" | (string & NonNullable<unknown>);
|
|
57
59
|
href: string;
|
|
58
60
|
}>;
|
|
59
|
-
__isFragment?:
|
|
60
|
-
__isTeleport?:
|
|
61
|
-
__isSuspense?:
|
|
61
|
+
__isFragment?: never;
|
|
62
|
+
__isTeleport?: never;
|
|
63
|
+
__isSuspense?: never;
|
|
62
64
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").LinkProps> & Readonly<{
|
|
63
65
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
64
66
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
67
|
click: (evt: MouseEvent) => void;
|
|
66
68
|
}, string, {
|
|
67
|
-
type: "
|
|
69
|
+
type: "primary" | "success" | "warning" | "info" | "danger" | "default";
|
|
68
70
|
underline: boolean | "always" | "never" | "hover";
|
|
69
|
-
target:
|
|
71
|
+
target: "_blank" | "_parent" | "_self" | "_top" | (string & NonNullable<unknown>);
|
|
70
72
|
href: string;
|
|
71
73
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
72
74
|
$slots: {
|
|
73
|
-
default?: (
|
|
75
|
+
default?: (props: {}) => any;
|
|
74
76
|
} & {
|
|
75
|
-
icon?: (
|
|
77
|
+
icon?: (props: {}) => any;
|
|
76
78
|
};
|
|
77
79
|
})>;
|
|
78
80
|
ElDivider: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
79
81
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").DividerProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
80
82
|
direction: "horizontal" | "vertical";
|
|
81
|
-
borderStyle:
|
|
82
|
-
contentPosition: "left" | "
|
|
83
|
+
borderStyle: import("element-plus").BorderStyle;
|
|
84
|
+
contentPosition: "left" | "center" | "right";
|
|
83
85
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
84
86
|
P: {};
|
|
85
87
|
B: {};
|
|
@@ -89,20 +91,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
89
91
|
Defaults: {};
|
|
90
92
|
}, Readonly<import("element-plus").DividerProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
91
93
|
direction: "horizontal" | "vertical";
|
|
92
|
-
borderStyle:
|
|
93
|
-
contentPosition: "left" | "
|
|
94
|
+
borderStyle: import("element-plus").BorderStyle;
|
|
95
|
+
contentPosition: "left" | "center" | "right";
|
|
94
96
|
}>;
|
|
95
|
-
__isFragment?:
|
|
96
|
-
__isTeleport?:
|
|
97
|
-
__isSuspense?:
|
|
97
|
+
__isFragment?: never;
|
|
98
|
+
__isTeleport?: never;
|
|
99
|
+
__isSuspense?: never;
|
|
98
100
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").DividerProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
99
101
|
direction: "horizontal" | "vertical";
|
|
100
|
-
borderStyle:
|
|
101
|
-
contentPosition: "left" | "
|
|
102
|
+
borderStyle: import("element-plus").BorderStyle;
|
|
103
|
+
contentPosition: "left" | "center" | "right";
|
|
102
104
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
103
105
|
$slots: {
|
|
104
|
-
default?: (
|
|
106
|
+
default?: (props: {}) => any;
|
|
105
107
|
};
|
|
106
108
|
})>;
|
|
107
109
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
|
-
export default _default;
|