@vunk/form 2.3.3 → 2.4.0
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/index.cjs +1 -9
- package/components/api-tables-select/index.mjs +1 -9
- package/components/api-tables-select/src/ctx.d.ts +4 -7
- package/components/api-tables-select/src/index.vue.d.ts +10 -9
- package/components/button/src/ctx.d.ts +4 -0
- package/components/button/src/index.vue.d.ts +9 -0
- package/components/card-input-collection/index.cjs +5 -10
- package/components/card-input-collection/index.mjs +6 -11
- package/components/card-input-collection/src/ctx.d.ts +4 -7
- package/components/card-input-collection/src/index.vue.d.ts +9 -9
- package/components/cascader/src/ctx.d.ts +5 -1
- package/components/cascader/src/index.vue.d.ts +9 -0
- package/components/checkbox/src/ctx.d.ts +5 -1
- package/components/checkbox/src/index.vue.d.ts +9 -0
- package/components/color-picker/src/ctx.d.ts +4 -0
- package/components/color-picker/src/index.vue.d.ts +9 -0
- package/components/date-picker/src/ctx.d.ts +5 -1
- package/components/date-picker/src/index.vue.d.ts +9 -0
- package/components/date-picker-range/src/ctx.d.ts +4 -0
- package/components/date-picker-range/src/index.vue.d.ts +9 -0
- package/components/download-plus/src/ctx.d.ts +4 -0
- package/components/download-plus/src/index.vue.d.ts +9 -0
- package/components/esri-input-geojson/src/ctx.d.ts +5 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +10 -0
- package/components/form/index.cjs +12 -29
- package/components/form/index.mjs +13 -30
- package/components/form/src/ctx.d.ts +1 -8
- package/components/form/src/index.vue.d.ts +0 -20
- package/components/form-item/index.cjs +6 -1
- package/components/form-item/index.css +3 -0
- package/components/form-item/index.mjs +6 -1
- package/components/form-item/src/ctx.d.ts +5 -1
- package/components/form-item/src/index.vue.d.ts +9 -0
- package/components/form-item-renderer/index.cjs +49 -7
- package/components/form-item-renderer/index.mjs +51 -9
- package/components/form-item-renderer/src/core.vue.d.ts +38 -0
- package/components/form-item-renderer/src/index.vue.d.ts +67 -12
- package/components/information/index.cjs +76 -0
- package/components/information/index.d.ts +4 -0
- package/components/information/index.mjs +70 -0
- package/components/information/src/ctx.d.ts +13 -0
- package/components/information/src/index.vue.d.ts +391 -0
- package/components/information/src/types.d.ts +2 -0
- package/components/information-templates-default/index.cjs +187 -0
- package/components/information-templates-default/index.css +12 -0
- package/components/information-templates-default/index.d.ts +4 -0
- package/components/information-templates-default/index.mjs +181 -0
- package/components/information-templates-default/src/ctx.d.ts +2 -0
- package/components/information-templates-default/src/index.vue.d.ts +52 -0
- package/components/information-templates-default/src/types.d.ts +1 -0
- package/components/input/src/ctx.d.ts +5 -1
- package/components/input/src/index.vue.d.ts +9 -0
- package/components/input-collection/index.cjs +11 -7
- package/components/input-collection/index.mjs +12 -8
- package/components/input-collection/src/ctx.d.ts +8 -4
- package/components/input-collection/src/index.vue.d.ts +16 -7
- package/components/input-link/src/ctx.d.ts +4 -0
- package/components/input-link/src/index.vue.d.ts +9 -0
- package/components/input-number/src/ctx.d.ts +5 -1
- package/components/input-number/src/index.vue.d.ts +9 -0
- package/components/monaco-editor/src/ctx.d.ts +4 -0
- package/components/monaco-editor/src/index.vue.d.ts +9 -0
- package/components/radio/src/ctx.d.ts +4 -0
- package/components/radio/src/index.vue.d.ts +9 -0
- package/components/select/src/ctx.d.ts +5 -1
- package/components/select/src/index.vue.d.ts +9 -0
- package/components/slider/src/ctx.d.ts +4 -0
- package/components/slider/src/index.vue.d.ts +9 -0
- package/components/switch/src/ctx.d.ts +4 -0
- package/components/switch/src/index.vue.d.ts +9 -0
- package/components/tables-select/src/ctx.d.ts +5 -1
- package/components/tables-select/src/index.vue.d.ts +9 -0
- package/components/tag-information/index.cjs +105 -0
- package/components/tag-information/index.css +6 -0
- package/components/tag-information/index.d.ts +4 -0
- package/components/tag-information/index.mjs +99 -0
- package/components/tag-information/src/ctx.d.ts +26 -0
- package/components/tag-information/src/index.vue.d.ts +894 -0
- package/components/tag-information/src/types.d.ts +1 -0
- package/components/template-instances-provider/index.cjs +8 -13
- package/components/template-instances-provider/index.mjs +8 -13
- package/components/template-instances-provider/src/index.vue.d.ts +4 -14
- package/components/upload/src/ctx.d.ts +5 -1
- package/components/upload/src/index.vue.d.ts +9 -0
- package/components/upload-plus/src/ctx.d.ts +4 -0
- package/components/upload-plus/src/index.vue.d.ts +9 -0
- package/components/van-cascader/src/ctx.d.ts +4 -0
- package/components/van-cascader/src/index.vue.d.ts +9 -0
- package/components/var-datetime-picker/src/ctx.d.ts +4 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +9 -0
- package/components/vditor/src/ctx.d.ts +4 -0
- package/components/vditor/src/index.vue.d.ts +9 -0
- package/composables/index.cjs +31 -5
- package/composables/index.mjs +31 -6
- package/composables/useTemplateInstances.d.ts +6 -1
- package/index.css +23 -0
- package/index.d.ts +1 -0
- package/index.esm.js +1 -0
- package/package.json +22 -1
- package/shared/types/index.d.ts +4 -1
|
@@ -45,6 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
type: StringConstructor;
|
|
46
46
|
default: any;
|
|
47
47
|
};
|
|
48
|
+
information: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
48
52
|
label: StringConstructor;
|
|
49
53
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
50
54
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -127,6 +131,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
131
|
type: StringConstructor;
|
|
128
132
|
default: any;
|
|
129
133
|
};
|
|
134
|
+
information: {
|
|
135
|
+
type: BooleanConstructor;
|
|
136
|
+
default: boolean;
|
|
137
|
+
};
|
|
130
138
|
label: StringConstructor;
|
|
131
139
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
132
140
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -163,6 +171,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
163
171
|
formItemTip: string;
|
|
164
172
|
formItemTipClass: any;
|
|
165
173
|
labelTip: string;
|
|
174
|
+
information: boolean;
|
|
166
175
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
167
176
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
168
177
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
@@ -56,6 +56,10 @@ export declare const props: {
|
|
|
56
56
|
type: StringConstructor;
|
|
57
57
|
default: any;
|
|
58
58
|
};
|
|
59
|
+
information: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
59
63
|
label: StringConstructor;
|
|
60
64
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
61
65
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -55,6 +55,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: any;
|
|
57
57
|
};
|
|
58
|
+
information: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
58
62
|
label: StringConstructor;
|
|
59
63
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
60
64
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -155,6 +159,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
155
159
|
type: StringConstructor;
|
|
156
160
|
default: any;
|
|
157
161
|
};
|
|
162
|
+
information: {
|
|
163
|
+
type: BooleanConstructor;
|
|
164
|
+
default: boolean;
|
|
165
|
+
};
|
|
158
166
|
label: StringConstructor;
|
|
159
167
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
160
168
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -194,6 +202,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
202
|
formItemTip: string;
|
|
195
203
|
formItemTipClass: any;
|
|
196
204
|
labelTip: string;
|
|
205
|
+
information: boolean;
|
|
197
206
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
198
207
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
199
208
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
@@ -132,6 +132,10 @@ export declare const props: {
|
|
|
132
132
|
type: StringConstructor;
|
|
133
133
|
default: any;
|
|
134
134
|
};
|
|
135
|
+
information: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
135
139
|
label: StringConstructor;
|
|
136
140
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
137
141
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -158,7 +162,7 @@ export declare const props: {
|
|
|
158
162
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
159
163
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
160
164
|
};
|
|
161
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"filterable", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"selectSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>, KE> : Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>]: { [k in Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
165
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"required", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"filterable", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"optionsUrl", keyof T2> | Extract<"defaultModelValue", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"selectSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>, KE> : Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>]: { [k in Extract<"size" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "id" | "persistent" | "teleported" | "effect" | "popperClass" | "name" | "modelValue" | "clearable" | "multiple" | "stringify" | "placeholder" | "filterMethod" | "loading" | "options" | "filterable" | "collapseTags" | "collapseTagsTooltip" | "tagType" | "optionsUrl" | "defaultModelValue" | "clearIcon" | "autocomplete" | "suffixIcon" | "automaticDropdown" | "allowCreate" | "remote" | "loadingText" | "noMatchText" | "noDataText" | "remoteMethod" | "multipleLimit" | "defaultFirstOption" | "reserveKeyword" | "valueKey" | "fitInputWidth" | "selectSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
162
166
|
export declare const emits: {
|
|
163
167
|
'update:modelValue': any;
|
|
164
168
|
change: any;
|
|
@@ -126,6 +126,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
default: any;
|
|
128
128
|
};
|
|
129
|
+
information: {
|
|
130
|
+
type: BooleanConstructor;
|
|
131
|
+
default: boolean;
|
|
132
|
+
};
|
|
129
133
|
label: StringConstructor;
|
|
130
134
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
131
135
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -390,6 +394,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
390
394
|
type: StringConstructor;
|
|
391
395
|
default: any;
|
|
392
396
|
};
|
|
397
|
+
information: {
|
|
398
|
+
type: BooleanConstructor;
|
|
399
|
+
default: boolean;
|
|
400
|
+
};
|
|
393
401
|
label: StringConstructor;
|
|
394
402
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
395
403
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -432,6 +440,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
432
440
|
formItemTip: string;
|
|
433
441
|
formItemTipClass: any;
|
|
434
442
|
labelTip: string;
|
|
443
|
+
information: boolean;
|
|
435
444
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
436
445
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
437
446
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
@@ -100,6 +100,10 @@ export declare const props: {
|
|
|
100
100
|
type: StringConstructor;
|
|
101
101
|
default: any;
|
|
102
102
|
};
|
|
103
|
+
information: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
103
107
|
label: StringConstructor;
|
|
104
108
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
105
109
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -100,6 +100,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
type: StringConstructor;
|
|
101
101
|
default: any;
|
|
102
102
|
};
|
|
103
|
+
information: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
103
107
|
label: StringConstructor;
|
|
104
108
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
105
109
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -274,6 +278,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
274
278
|
type: StringConstructor;
|
|
275
279
|
default: any;
|
|
276
280
|
};
|
|
281
|
+
information: {
|
|
282
|
+
type: BooleanConstructor;
|
|
283
|
+
default: boolean;
|
|
284
|
+
};
|
|
277
285
|
label: StringConstructor;
|
|
278
286
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
279
287
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -312,6 +320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
312
320
|
formItemTip: string;
|
|
313
321
|
formItemTipClass: any;
|
|
314
322
|
labelTip: string;
|
|
323
|
+
information: boolean;
|
|
315
324
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
316
325
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
317
326
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
@@ -87,6 +87,10 @@ export declare const props: {
|
|
|
87
87
|
type: StringConstructor;
|
|
88
88
|
default: any;
|
|
89
89
|
};
|
|
90
|
+
information: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
90
94
|
label: StringConstructor;
|
|
91
95
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
92
96
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -87,6 +87,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
87
|
type: StringConstructor;
|
|
88
88
|
default: any;
|
|
89
89
|
};
|
|
90
|
+
information: {
|
|
91
|
+
type: BooleanConstructor;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
90
94
|
label: StringConstructor;
|
|
91
95
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
92
96
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -229,6 +233,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
229
233
|
type: StringConstructor;
|
|
230
234
|
default: any;
|
|
231
235
|
};
|
|
236
|
+
information: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
232
240
|
label: StringConstructor;
|
|
233
241
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
234
242
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
@@ -267,6 +275,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
267
275
|
formItemTip: string;
|
|
268
276
|
formItemTipClass: any;
|
|
269
277
|
labelTip: string;
|
|
278
|
+
information: boolean;
|
|
270
279
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
271
280
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
272
281
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
@@ -299,6 +299,10 @@ export declare const props: {
|
|
|
299
299
|
type: StringConstructor;
|
|
300
300
|
default: any;
|
|
301
301
|
};
|
|
302
|
+
information: {
|
|
303
|
+
type: BooleanConstructor;
|
|
304
|
+
default: boolean;
|
|
305
|
+
};
|
|
302
306
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
303
307
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
304
308
|
rules: {
|
|
@@ -318,7 +322,7 @@ export declare const props: {
|
|
|
318
322
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
319
323
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
320
324
|
};
|
|
321
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"load", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"height", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"fit", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>, KE> : Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>]: { [k in Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>]: T2[k]; }[P]; }>;
|
|
325
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"small", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"prop", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"teleported", keyof T2> | Extract<"className", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fixed", keyof T2> | Extract<"data", keyof T2> | Extract<"filters", keyof T2> | Extract<"currentPage", keyof T2> | Extract<"pageSize", keyof T2> | Extract<"total", keyof T2> | Extract<"start", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"labelField", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"getRows", keyof T2> | Extract<"updateWhenCompleted", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"dialogClass", keyof T2> | Extract<"checkTrigger", keyof T2> | Extract<"oidField", keyof T2> | Extract<"selectionHidden", keyof T2> | Extract<"paginationDisabled", keyof T2> | Extract<"border", keyof T2> | Extract<"tableClass", keyof T2> | Extract<"tableStyle", keyof T2> | Extract<"layout", keyof T2> | Extract<"columns", keyof T2> | Extract<"modules", keyof T2> | Extract<"align", keyof T2> | Extract<"headerAlign", keyof T2> | Extract<"load", keyof T2> | Extract<"width", keyof T2> | Extract<"showOverflowTooltip", keyof T2> | Extract<"rowKey", keyof T2> | Extract<"summaryMethod", keyof T2> | Extract<"rowClassName", keyof T2> | Extract<"rowStyle", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"cellStyle", keyof T2> | Extract<"headerRowClassName", keyof T2> | Extract<"headerRowStyle", keyof T2> | Extract<"headerCellClassName", keyof T2> | Extract<"headerCellStyle", keyof T2> | Extract<"expandRowKeys", keyof T2> | Extract<"defaultSort", keyof T2> | Extract<"tooltipOptions", keyof T2> | Extract<"spanMethod", keyof T2> | Extract<"treeProps", keyof T2> | Extract<"height", keyof T2> | Extract<"maxHeight", keyof T2> | Extract<"fit", keyof T2> | Extract<"stripe", keyof T2> | Extract<"showHeader", keyof T2> | Extract<"showSummary", keyof T2> | Extract<"sumText", keyof T2> | Extract<"highlightCurrentRow", keyof T2> | Extract<"currentRowKey", keyof T2> | Extract<"emptyText", keyof T2> | Extract<"defaultExpandAll", keyof T2> | Extract<"tooltipEffect", keyof T2> | Extract<"selectOnIndeterminate", keyof T2> | Extract<"indent", keyof T2> | Extract<"lazy", keyof T2> | Extract<"tableLayout", keyof T2> | Extract<"scrollbarAlwaysOn", keyof T2> | Extract<"flexible", keyof T2> | Extract<"appendFilterPanelTo", keyof T2> | Extract<"scrollbarTabindex", keyof T2> | Extract<"defaultPageSize", keyof T2> | Extract<"pageCount", keyof T2> | Extract<"pagerCount", keyof T2> | Extract<"defaultCurrentPage", keyof T2> | Extract<"pageSizes", keyof T2> | Extract<"prevText", keyof T2> | Extract<"prevIcon", keyof T2> | Extract<"nextText", keyof T2> | Extract<"nextIcon", keyof T2> | Extract<"background", keyof T2> | Extract<"hideOnSinglePage", keyof T2> | Extract<"labelClassName", keyof T2> | Extract<"property", keyof T2> | Extract<"minWidth", keyof T2> | Extract<"renderHeader", keyof T2> | Extract<"sortable", keyof T2> | Extract<"sortMethod", keyof T2> | Extract<"sortBy", keyof T2> | Extract<"resizable", keyof T2> | Extract<"columnKey", keyof T2> | Extract<"showTooltipWhenOverflow", keyof T2> | Extract<"formatter", keyof T2> | Extract<"selectable", keyof T2> | Extract<"reserveSelection", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"filteredValue", keyof T2> | Extract<"filterPlacement", keyof T2> | Extract<"filterMultiple", keyof T2> | Extract<"index", keyof T2> | Extract<"sortOrders", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>, KE> : Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>]: { [k in Extract<"size" | "type" | "required" | "small" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "formItemTip" | "formItemTipClass" | "labelTip" | "information" | "label" | "labelWidth" | "labelPosition" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "disabled" | "teleported" | "className" | "popperClass" | "fixed" | "data" | "filters" | "currentPage" | "pageSize" | "total" | "start" | "modelValue" | "labelField" | "clearable" | "multiple" | "getRows" | "updateWhenCompleted" | "stringify" | "placeholder" | "dialogClass" | "checkTrigger" | "oidField" | "selectionHidden" | "paginationDisabled" | "border" | "tableClass" | "tableStyle" | "layout" | "columns" | "modules" | "align" | "headerAlign" | "load" | "width" | "showOverflowTooltip" | "rowKey" | "summaryMethod" | "rowClassName" | "rowStyle" | "cellClassName" | "cellStyle" | "headerRowClassName" | "headerRowStyle" | "headerCellClassName" | "headerCellStyle" | "expandRowKeys" | "defaultSort" | "tooltipOptions" | "spanMethod" | "treeProps" | "height" | "maxHeight" | "fit" | "stripe" | "showHeader" | "showSummary" | "sumText" | "highlightCurrentRow" | "currentRowKey" | "emptyText" | "defaultExpandAll" | "tooltipEffect" | "selectOnIndeterminate" | "indent" | "lazy" | "tableLayout" | "scrollbarAlwaysOn" | "flexible" | "appendFilterPanelTo" | "scrollbarTabindex" | "defaultPageSize" | "pageCount" | "pagerCount" | "defaultCurrentPage" | "pageSizes" | "prevText" | "prevIcon" | "nextText" | "nextIcon" | "background" | "hideOnSinglePage" | "labelClassName" | "property" | "minWidth" | "renderHeader" | "sortable" | "sortMethod" | "sortBy" | "resizable" | "columnKey" | "showTooltipWhenOverflow" | "formatter" | "selectable" | "reserveSelection" | "filterMethod" | "filteredValue" | "filterPlacement" | "filterMultiple" | "index" | "sortOrders", keyof T2>]: T2[k]; }[P]; }>;
|
|
322
326
|
export declare const emits: {
|
|
323
327
|
'update:modelValue': any;
|
|
324
328
|
'update:start': (val: number) => boolean;
|
|
@@ -277,6 +277,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
277
277
|
type: StringConstructor;
|
|
278
278
|
default: any;
|
|
279
279
|
};
|
|
280
|
+
information: {
|
|
281
|
+
type: BooleanConstructor;
|
|
282
|
+
default: boolean;
|
|
283
|
+
};
|
|
280
284
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
281
285
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
282
286
|
rules: {
|
|
@@ -758,6 +762,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
758
762
|
type: StringConstructor;
|
|
759
763
|
default: any;
|
|
760
764
|
};
|
|
765
|
+
information: {
|
|
766
|
+
type: BooleanConstructor;
|
|
767
|
+
default: boolean;
|
|
768
|
+
};
|
|
761
769
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
762
770
|
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "top" | "left" | "right", unknown, "", boolean>;
|
|
763
771
|
rules: {
|
|
@@ -816,6 +824,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
816
824
|
formItemTip: string;
|
|
817
825
|
formItemTipClass: any;
|
|
818
826
|
labelTip: string;
|
|
827
|
+
information: boolean;
|
|
819
828
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
820
829
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "top" | "left" | "right", unknown>;
|
|
821
830
|
prop: any;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var elementPlus = require('element-plus');
|
|
7
|
+
var form = require('@vunk/form');
|
|
8
|
+
var _function = require('@vunk/shared/function');
|
|
9
|
+
var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
10
|
+
|
|
11
|
+
const props = {
|
|
12
|
+
data: {
|
|
13
|
+
type: Object,
|
|
14
|
+
default: () => ({})
|
|
15
|
+
},
|
|
16
|
+
labelRender: {
|
|
17
|
+
type: Function,
|
|
18
|
+
default: (data) => data.label
|
|
19
|
+
},
|
|
20
|
+
title: {
|
|
21
|
+
type: [String, Function],
|
|
22
|
+
default: ""
|
|
23
|
+
},
|
|
24
|
+
placement: {
|
|
25
|
+
type: String,
|
|
26
|
+
default: "top"
|
|
27
|
+
},
|
|
28
|
+
formItems: {
|
|
29
|
+
type: Array,
|
|
30
|
+
default: () => []
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
const emits = {};
|
|
34
|
+
|
|
35
|
+
var _sfc_main = vue.defineComponent({
|
|
36
|
+
name: "VkfTagInformation",
|
|
37
|
+
components: {
|
|
38
|
+
ElTag: elementPlus.ElTag,
|
|
39
|
+
ElPopover: elementPlus.ElPopover,
|
|
40
|
+
VkfInformation: form.VkfInformation
|
|
41
|
+
},
|
|
42
|
+
props,
|
|
43
|
+
emits,
|
|
44
|
+
setup(props2) {
|
|
45
|
+
const theTitle = vue.computed(() => {
|
|
46
|
+
return _function.isCallable(props2.title) ? props2.title(props2.data) : props2.title;
|
|
47
|
+
});
|
|
48
|
+
return {
|
|
49
|
+
theTitle
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
|
|
54
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
55
|
+
const _component_ElTag = vue.resolveComponent("ElTag");
|
|
56
|
+
const _component_VkfInformation = vue.resolveComponent("VkfInformation");
|
|
57
|
+
const _component_ElPopover = vue.resolveComponent("ElPopover");
|
|
58
|
+
return vue.openBlock(), vue.createBlock(_component_ElPopover, {
|
|
59
|
+
placement: _ctx.placement,
|
|
60
|
+
title: _ctx.theTitle,
|
|
61
|
+
width: 250,
|
|
62
|
+
trigger: "click"
|
|
63
|
+
}, {
|
|
64
|
+
reference: vue.withCtx(() => [
|
|
65
|
+
vue.createVNode(_component_ElTag, { class: "vkf-tag-information__tag" }, {
|
|
66
|
+
default: vue.withCtx(() => [
|
|
67
|
+
vue.createTextVNode(
|
|
68
|
+
vue.toDisplayString(_ctx.labelRender(_ctx.data)),
|
|
69
|
+
1
|
|
70
|
+
/* TEXT */
|
|
71
|
+
)
|
|
72
|
+
]),
|
|
73
|
+
_: 1
|
|
74
|
+
/* STABLE */
|
|
75
|
+
})
|
|
76
|
+
]),
|
|
77
|
+
default: vue.withCtx(() => [
|
|
78
|
+
vue.createVNode(_component_VkfInformation, {
|
|
79
|
+
data: _ctx.data,
|
|
80
|
+
"form-items": _ctx.formItems
|
|
81
|
+
}, {
|
|
82
|
+
default: vue.withCtx(() => [
|
|
83
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
84
|
+
]),
|
|
85
|
+
_: 3
|
|
86
|
+
/* FORWARDED */
|
|
87
|
+
}, 8, ["data", "form-items"])
|
|
88
|
+
]),
|
|
89
|
+
_: 3
|
|
90
|
+
/* FORWARDED */
|
|
91
|
+
}, 8, ["placement", "title"]);
|
|
92
|
+
}
|
|
93
|
+
var VkfTagInformation = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/tag-information/src/index.vue"]]);
|
|
94
|
+
|
|
95
|
+
var types = /*#__PURE__*/Object.freeze({
|
|
96
|
+
__proto__: null
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
VkfTagInformation.install = (app) => {
|
|
100
|
+
app.component(VkfTagInformation.name || "VkfTagInformation", VkfTagInformation);
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
exports.VkfTagInformation = VkfTagInformation;
|
|
104
|
+
exports.__VkfTagInformation = types;
|
|
105
|
+
exports.default = VkfTagInformation;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { defineComponent, computed, resolveComponent, openBlock, createBlock, withCtx, createVNode, createTextVNode, toDisplayString, renderSlot } from 'vue';
|
|
2
|
+
import { ElTag, ElPopover } from 'element-plus';
|
|
3
|
+
import { VkfInformation } from '@vunk/form';
|
|
4
|
+
import { isCallable } from '@vunk/shared/function';
|
|
5
|
+
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
6
|
+
|
|
7
|
+
const props = {
|
|
8
|
+
data: {
|
|
9
|
+
type: Object,
|
|
10
|
+
default: () => ({})
|
|
11
|
+
},
|
|
12
|
+
labelRender: {
|
|
13
|
+
type: Function,
|
|
14
|
+
default: (data) => data.label
|
|
15
|
+
},
|
|
16
|
+
title: {
|
|
17
|
+
type: [String, Function],
|
|
18
|
+
default: ""
|
|
19
|
+
},
|
|
20
|
+
placement: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: "top"
|
|
23
|
+
},
|
|
24
|
+
formItems: {
|
|
25
|
+
type: Array,
|
|
26
|
+
default: () => []
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
const emits = {};
|
|
30
|
+
|
|
31
|
+
var _sfc_main = defineComponent({
|
|
32
|
+
name: "VkfTagInformation",
|
|
33
|
+
components: {
|
|
34
|
+
ElTag,
|
|
35
|
+
ElPopover,
|
|
36
|
+
VkfInformation
|
|
37
|
+
},
|
|
38
|
+
props,
|
|
39
|
+
emits,
|
|
40
|
+
setup(props2) {
|
|
41
|
+
const theTitle = computed(() => {
|
|
42
|
+
return isCallable(props2.title) ? props2.title(props2.data) : props2.title;
|
|
43
|
+
});
|
|
44
|
+
return {
|
|
45
|
+
theTitle
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
51
|
+
const _component_ElTag = resolveComponent("ElTag");
|
|
52
|
+
const _component_VkfInformation = resolveComponent("VkfInformation");
|
|
53
|
+
const _component_ElPopover = resolveComponent("ElPopover");
|
|
54
|
+
return openBlock(), createBlock(_component_ElPopover, {
|
|
55
|
+
placement: _ctx.placement,
|
|
56
|
+
title: _ctx.theTitle,
|
|
57
|
+
width: 250,
|
|
58
|
+
trigger: "click"
|
|
59
|
+
}, {
|
|
60
|
+
reference: withCtx(() => [
|
|
61
|
+
createVNode(_component_ElTag, { class: "vkf-tag-information__tag" }, {
|
|
62
|
+
default: withCtx(() => [
|
|
63
|
+
createTextVNode(
|
|
64
|
+
toDisplayString(_ctx.labelRender(_ctx.data)),
|
|
65
|
+
1
|
|
66
|
+
/* TEXT */
|
|
67
|
+
)
|
|
68
|
+
]),
|
|
69
|
+
_: 1
|
|
70
|
+
/* STABLE */
|
|
71
|
+
})
|
|
72
|
+
]),
|
|
73
|
+
default: withCtx(() => [
|
|
74
|
+
createVNode(_component_VkfInformation, {
|
|
75
|
+
data: _ctx.data,
|
|
76
|
+
"form-items": _ctx.formItems
|
|
77
|
+
}, {
|
|
78
|
+
default: withCtx(() => [
|
|
79
|
+
renderSlot(_ctx.$slots, "default")
|
|
80
|
+
]),
|
|
81
|
+
_: 3
|
|
82
|
+
/* FORWARDED */
|
|
83
|
+
}, 8, ["data", "form-items"])
|
|
84
|
+
]),
|
|
85
|
+
_: 3
|
|
86
|
+
/* FORWARDED */
|
|
87
|
+
}, 8, ["placement", "title"]);
|
|
88
|
+
}
|
|
89
|
+
var VkfTagInformation = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/tag-information/src/index.vue"]]);
|
|
90
|
+
|
|
91
|
+
var types = /*#__PURE__*/Object.freeze({
|
|
92
|
+
__proto__: null
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
VkfTagInformation.install = (app) => {
|
|
96
|
+
app.component(VkfTagInformation.name || "VkfTagInformation", VkfTagInformation);
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
export { VkfTagInformation, types as __VkfTagInformation, VkfTagInformation as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { Placement } from '@sxzz/popperjs-es';
|
|
3
|
+
import { NormalObject } from '@vunk/shared';
|
|
4
|
+
export declare const props: {
|
|
5
|
+
data: {
|
|
6
|
+
type: ObjectConstructor;
|
|
7
|
+
default: () => {};
|
|
8
|
+
};
|
|
9
|
+
labelRender: {
|
|
10
|
+
type: PropType<(data: NormalObject) => string>;
|
|
11
|
+
default: (data: any) => any;
|
|
12
|
+
};
|
|
13
|
+
title: {
|
|
14
|
+
type: PropType<string | ((data: any) => string)>;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
placement: {
|
|
18
|
+
type: PropType<Placement>;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
formItems: {
|
|
22
|
+
type: PropType<any[]>;
|
|
23
|
+
default: () => any[];
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
export declare const emits: {};
|