@vunk/form 1.1.79 → 1.1.80
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/button/index.mjs +1 -1
- package/components/cascader/index.mjs +1 -1
- package/components/checkbox/index.mjs +1 -1
- package/components/color-picker/index.mjs +1 -1
- package/components/color-picker/src/index.vue.d.ts +1 -1
- package/components/date-picker/index.d.ts +1 -0
- package/components/date-picker/index.mjs +22 -5
- package/components/date-picker/src/ctx.d.ts +2 -0
- package/components/date-picker/src/index.vue.d.ts +2 -2
- package/components/date-picker-range/index.css +18 -0
- package/components/date-picker-range/index.d.ts +4 -0
- package/components/date-picker-range/index.mjs +164 -0
- package/components/date-picker-range/src/ctx.d.ts +177 -0
- package/components/date-picker-range/src/index.vue.d.ts +398 -0
- package/components/date-picker-range/src/types.d.ts +12 -0
- package/components/download-plus/index.mjs +1 -1
- package/components/esri-input-geojson/index.mjs +4 -4
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +1 -1
- package/components/form/index.mjs +8 -10
- package/components/form-item/index.mjs +1 -1
- package/components/form-item-renderer/index.mjs +1 -1
- package/components/form-item-renderer-template/index.mjs +1 -1
- package/components/geoinput/index.mjs +1 -1
- package/components/geoinput-read/index.mjs +3 -3
- package/components/geoinput-read/src/core.vue.d.ts +1 -1
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-update/index.mjs +2 -2
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input/src/ctx.d.ts +1 -1
- package/components/input/src/index.vue.d.ts +1 -1
- package/components/input-link/index.mjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-number/src/ctx.d.ts +1 -1
- package/components/input-number/src/index.vue.d.ts +1 -1
- package/components/radio/index.mjs +1 -1
- package/components/select/index.mjs +1 -1
- package/components/select/src/index.vue.d.ts +1 -1
- package/components/slider/index.mjs +1 -1
- package/components/switch/index.mjs +1 -1
- package/components/switch/src/index.vue.d.ts +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-element-plus/index.mjs +2 -2
- package/components/templates-esri/index.mjs +2 -2
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-mapbox/index.mjs +1 -1
- package/components/templates-variant/index.d.ts +4 -0
- package/components/templates-variant/index.mjs +64 -0
- package/components/templates-variant/src/ctx.d.ts +11 -0
- package/components/templates-variant/src/index.vue.d.ts +20 -0
- package/components/templates-variant/src/types.d.ts +2 -0
- package/components/upload/index.mjs +2 -2
- package/components/upload-plus/index.mjs +1 -1
- package/components/van-cascader/index.mjs +1 -1
- package/components/var-datetime-picker/index.mjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/index.css +19 -0
- package/package.json +12 -1
- package/shared/const/index.d.ts +1 -1
- package/shared/element-plus/ctx.d.ts +5 -5
- package/shared/types/source/index.d.ts +2 -1
|
@@ -194,8 +194,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
194
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
195
195
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
196
196
|
form: string;
|
|
197
|
-
ariaLabel: string;
|
|
198
197
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
198
|
+
ariaLabel: string;
|
|
199
199
|
prefixIcon: unknown;
|
|
200
200
|
maxlength: number;
|
|
201
201
|
minlength: number;
|
|
@@ -176,7 +176,7 @@ export declare const props: {
|
|
|
176
176
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
177
177
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
178
178
|
};
|
|
179
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"data", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"
|
|
179
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"data", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"cursor", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"paint", keyof T2> | Extract<"custom", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"before", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "data" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "data" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "data" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "cursor" | "editTypes" | "showMap" | "inputSlots" | "rows" | "editStyles" | "paint" | "custom" | "maxzoom" | "minzoom" | "before", keyof T2>]: T2[k]; }[P]; }>;
|
|
180
180
|
export declare const emits: {
|
|
181
181
|
layerChange: (layer: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
|
|
182
182
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<import("geojson").Geometry, {
|
|
@@ -167,7 +167,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
167
167
|
/* STABLE */
|
|
168
168
|
});
|
|
169
169
|
}
|
|
170
|
-
var AppendVue = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "
|
|
170
|
+
var AppendVue = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/geoinput-update/src/append.vue"]]);
|
|
171
171
|
|
|
172
172
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
173
173
|
name: "VkfGeoinputUpdate",
|
|
@@ -386,7 +386,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
386
386
|
])
|
|
387
387
|
]);
|
|
388
388
|
}
|
|
389
|
-
var VkfGeoinputUpdate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
389
|
+
var VkfGeoinputUpdate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/geoinput-update/src/index.vue"]]);
|
|
390
390
|
|
|
391
391
|
var types = /*#__PURE__*/Object.freeze({
|
|
392
392
|
__proto__: null
|
|
@@ -186,7 +186,7 @@ export declare const props: {
|
|
|
186
186
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
187
187
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
188
188
|
};
|
|
189
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"slots", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"
|
|
189
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"slots", keyof T2> | Extract<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"spikSave", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "slots" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "multiple" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "editTypes" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "inputSlots" | "rows" | "mapTo" | "editControls" | "mapCenter" | "editStyles" | "spikSave", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "slots" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "multiple" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "editTypes" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "inputSlots" | "rows" | "mapTo" | "editControls" | "mapCenter" | "editStyles" | "spikSave", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "slots" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "multiple" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "editTypes" | "showMap" | "dialogEdit" | "dialogEditFullscreen" | "dialogEditTitle" | "inputSlots" | "rows" | "mapTo" | "editControls" | "mapCenter" | "editStyles" | "spikSave", keyof T2>]: T2[k]; }[P]; }>;
|
|
190
190
|
export declare const emits: {
|
|
191
191
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, {
|
|
192
192
|
[name: string]: any;
|
|
@@ -209,8 +209,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
209
|
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
210
210
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
211
211
|
form: string;
|
|
212
|
-
ariaLabel: string;
|
|
213
212
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
213
|
+
ariaLabel: string;
|
|
214
214
|
prefixIcon: unknown;
|
|
215
215
|
maxlength: number;
|
|
216
216
|
minlength: number;
|
|
@@ -99,7 +99,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
99
99
|
/* FULL_PROPS */
|
|
100
100
|
);
|
|
101
101
|
}
|
|
102
|
-
var VkfInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
102
|
+
var VkfInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/input/src/index.vue"]]);
|
|
103
103
|
|
|
104
104
|
var types = /*#__PURE__*/Object.freeze({
|
|
105
105
|
__proto__: null
|
|
@@ -130,7 +130,7 @@ export declare const props: {
|
|
|
130
130
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
131
131
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
132
132
|
};
|
|
133
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"
|
|
133
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", keyof T2> | Extract<"type", keyof T2> | Extract<"autofocus", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"id", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"form", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "inputSlots" | "rows", keyof T2>, KE> : Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "inputSlots" | "rows", keyof T2>]: { [k in Extract<"size" | "disabled" | "type" | "autofocus" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "id" | "placeholder" | "clearable" | "validateEvent" | "modelValue" | "form" | "tabindex" | "ariaLabel" | "prefixIcon" | "maxlength" | "minlength" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "showPassword" | "showWordLimit" | "suffixIcon" | "containerRole" | "inputStyle" | "inputSlots" | "rows", keyof T2>]: T2[k]; }[P]; }>;
|
|
134
134
|
export declare const emits: {
|
|
135
135
|
"update:modelValue": (value: string) => boolean;
|
|
136
136
|
input: (value: string) => boolean;
|
|
@@ -139,8 +139,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
139
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
140
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
141
141
|
form: string;
|
|
142
|
-
ariaLabel: string;
|
|
143
142
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
143
|
+
ariaLabel: string;
|
|
144
144
|
prefixIcon: unknown;
|
|
145
145
|
maxlength: number;
|
|
146
146
|
minlength: number;
|
|
@@ -138,7 +138,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
138
138
|
}), null, 16, ["rules", "readonly", "type", "inputSlots"])) : createCommentVNode("v-if", true)
|
|
139
139
|
]);
|
|
140
140
|
}
|
|
141
|
-
var VkfInputLink = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
141
|
+
var VkfInputLink = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/input-link/src/index.vue"]]);
|
|
142
142
|
|
|
143
143
|
var types = /*#__PURE__*/Object.freeze({
|
|
144
144
|
__proto__: null
|
|
@@ -81,7 +81,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
81
81
|
/* FULL_PROPS */
|
|
82
82
|
);
|
|
83
83
|
}
|
|
84
|
-
var VkfInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
84
|
+
var VkfInputNumber = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/input-number/src/index.vue"]]);
|
|
85
85
|
|
|
86
86
|
var types = /*#__PURE__*/Object.freeze({
|
|
87
87
|
__proto__: null
|
|
@@ -79,7 +79,7 @@ export declare const props: {
|
|
|
79
79
|
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
80
80
|
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
81
81
|
};
|
|
82
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"
|
|
82
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"disabled", 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<"labelPosition", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", 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<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"controls", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size" | "disabled" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "name" | "id" | "valueOnClear" | "placeholder" | "validateEvent" | "modelValue" | "controls" | "ariaLabel" | "min" | "max" | "step" | "stepStrictly" | "controlsPosition" | "precision" | "unit", keyof T2>, KE> : Extract<"size" | "disabled" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "name" | "id" | "valueOnClear" | "placeholder" | "validateEvent" | "modelValue" | "controls" | "ariaLabel" | "min" | "max" | "step" | "stepStrictly" | "controlsPosition" | "precision" | "unit", keyof T2>]: { [k in Extract<"size" | "disabled" | "required" | "formItemSize" | "formItemSlots" | "elRef" | "inline" | "readonly" | "labelPosition" | "label" | "labelWidth" | "prop" | "rules" | "error" | "validateStatus" | "for" | "inlineMessage" | "showMessage" | "name" | "id" | "valueOnClear" | "placeholder" | "validateEvent" | "modelValue" | "controls" | "ariaLabel" | "min" | "max" | "step" | "stepStrictly" | "controlsPosition" | "precision" | "unit", keyof T2>]: T2[k]; }[P]; }>;
|
|
83
83
|
export declare const emits: {
|
|
84
84
|
change: (cur: number | undefined, prev: number | undefined) => boolean;
|
|
85
85
|
blur: (e: FocusEvent) => boolean;
|
|
@@ -88,8 +88,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
placeholder: string;
|
|
89
89
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
90
90
|
modelValue: number;
|
|
91
|
-
ariaLabel: string;
|
|
92
91
|
controls: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
|
+
ariaLabel: string;
|
|
93
93
|
min: number;
|
|
94
94
|
max: number;
|
|
95
95
|
step: number;
|
|
@@ -123,7 +123,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
123
123
|
/* FULL_PROPS */
|
|
124
124
|
);
|
|
125
125
|
}
|
|
126
|
-
var VkfRadio = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
126
|
+
var VkfRadio = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/radio/src/index.vue"]]);
|
|
127
127
|
|
|
128
128
|
var types = /*#__PURE__*/Object.freeze({
|
|
129
129
|
__proto__: null
|
|
@@ -146,7 +146,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
146
146
|
/* FULL_PROPS */
|
|
147
147
|
);
|
|
148
148
|
}
|
|
149
|
-
var VkfSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
149
|
+
var VkfSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/select/src/index.vue"]]);
|
|
150
150
|
|
|
151
151
|
var types = /*#__PURE__*/Object.freeze({
|
|
152
152
|
__proto__: null
|
|
@@ -473,8 +473,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
473
473
|
}, {}>>>[];
|
|
474
474
|
multiple: boolean;
|
|
475
475
|
optionsUrl: string;
|
|
476
|
-
clearIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
477
476
|
defaultModelValue: any;
|
|
477
|
+
clearIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
478
478
|
autocomplete: string;
|
|
479
479
|
suffixIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
480
480
|
automaticDropdown: boolean;
|
|
@@ -70,7 +70,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
70
70
|
/* FULL_PROPS */
|
|
71
71
|
);
|
|
72
72
|
}
|
|
73
|
-
var VkfSlider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
73
|
+
var VkfSlider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/slider/src/index.vue"]]);
|
|
74
74
|
|
|
75
75
|
var types = /*#__PURE__*/Object.freeze({
|
|
76
76
|
__proto__: null
|
|
@@ -73,7 +73,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
73
73
|
/* FULL_PROPS */
|
|
74
74
|
);
|
|
75
75
|
}
|
|
76
|
-
var VkfSwitch = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
76
|
+
var VkfSwitch = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/switch/src/index.vue"]]);
|
|
77
77
|
|
|
78
78
|
var types = /*#__PURE__*/Object.freeze({
|
|
79
79
|
__proto__: null
|
|
@@ -114,8 +114,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
name: string;
|
|
115
115
|
id: string;
|
|
116
116
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
117
|
-
ariaLabel: string;
|
|
118
117
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
118
|
+
ariaLabel: string;
|
|
119
119
|
width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
120
120
|
inlinePrompt: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
121
121
|
inactiveActionIcon: unknown;
|
|
@@ -289,7 +289,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
289
289
|
/* STABLE_FRAGMENT */
|
|
290
290
|
);
|
|
291
291
|
}
|
|
292
|
-
var VkfTemplatesDefault = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
292
|
+
var VkfTemplatesDefault = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-default/src/index.vue"]]);
|
|
293
293
|
|
|
294
294
|
var types = /*#__PURE__*/Object.freeze({
|
|
295
295
|
__proto__: null
|
|
@@ -19,8 +19,8 @@ var _sfc_main = defineComponent({
|
|
|
19
19
|
ElLink,
|
|
20
20
|
ElDivider
|
|
21
21
|
},
|
|
22
|
-
emits,
|
|
23
22
|
props,
|
|
23
|
+
emits,
|
|
24
24
|
setup() {
|
|
25
25
|
return {
|
|
26
26
|
pickObject
|
|
@@ -93,7 +93,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
93
93
|
/* STABLE_FRAGMENT */
|
|
94
94
|
);
|
|
95
95
|
}
|
|
96
|
-
var VkfTemplatesElementPlus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
96
|
+
var VkfTemplatesElementPlus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-element-plus/src/index.vue"]]);
|
|
97
97
|
|
|
98
98
|
var types = /*#__PURE__*/Object.freeze({
|
|
99
99
|
__proto__: null
|
|
@@ -20,8 +20,8 @@ var _sfc_main = defineComponent({
|
|
|
20
20
|
VkfFormItemRendererTemplate,
|
|
21
21
|
VkfEsriInputGeojson
|
|
22
22
|
},
|
|
23
|
-
emits,
|
|
24
23
|
props,
|
|
24
|
+
emits,
|
|
25
25
|
setup() {
|
|
26
26
|
return {
|
|
27
27
|
getValue
|
|
@@ -46,7 +46,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46
46
|
/* STABLE */
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
var VkfTemplatesEsri = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
49
|
+
var VkfTemplatesEsri = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-esri/src/index.vue"]]);
|
|
50
50
|
|
|
51
51
|
var types = /*#__PURE__*/Object.freeze({
|
|
52
52
|
__proto__: null
|
|
@@ -118,7 +118,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
118
118
|
/* STABLE_FRAGMENT */
|
|
119
119
|
);
|
|
120
120
|
}
|
|
121
|
-
var VkfTemplatesLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
121
|
+
var VkfTemplatesLayout = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-layout/src/index.vue"]]);
|
|
122
122
|
|
|
123
123
|
var types = /*#__PURE__*/Object.freeze({
|
|
124
124
|
__proto__: null
|
|
@@ -46,7 +46,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
46
46
|
/* STABLE */
|
|
47
47
|
});
|
|
48
48
|
}
|
|
49
|
-
var VkfTemplatesMapbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
49
|
+
var VkfTemplatesMapbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-mapbox/src/index.vue"]]);
|
|
50
50
|
|
|
51
51
|
var types = /*#__PURE__*/Object.freeze({
|
|
52
52
|
__proto__: null
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, mergeProps, createCommentVNode } from 'vue';
|
|
2
|
+
import { VkfFormItemRendererTemplate } from '@vunk/form/components/form-item-renderer-template';
|
|
3
|
+
import { getValue } from '@vunk/core';
|
|
4
|
+
import { VkfDatePickerRange } from '@vunk/form/components/date-picker-range';
|
|
5
|
+
import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
|
|
6
|
+
|
|
7
|
+
const props = {
|
|
8
|
+
data: {
|
|
9
|
+
type: Object,
|
|
10
|
+
default: () => ({})
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
const emits = {
|
|
14
|
+
setData: (data) => data
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
var _sfc_main = defineComponent({
|
|
18
|
+
name: "VkfTemplatesVariant",
|
|
19
|
+
components: {
|
|
20
|
+
VkfFormItemRendererTemplate,
|
|
21
|
+
VkfDatePickerRange
|
|
22
|
+
},
|
|
23
|
+
props,
|
|
24
|
+
emits,
|
|
25
|
+
setup() {
|
|
26
|
+
return {
|
|
27
|
+
getValue
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
33
|
+
const _component_VkfDatePickerRange = resolveComponent("VkfDatePickerRange");
|
|
34
|
+
const _component_VkfFormItemRendererTemplate = resolveComponent("VkfFormItemRendererTemplate");
|
|
35
|
+
return openBlock(), createBlock(_component_VkfFormItemRendererTemplate, { type: "VkfDatePickerRange" }, {
|
|
36
|
+
default: withCtx(({ data: props, templateIf }) => [
|
|
37
|
+
templateIf(_ctx.data) ? (openBlock(), createBlock(_component_VkfDatePickerRange, mergeProps({ key: 0 }, props, {
|
|
38
|
+
"start-value": _ctx.getValue(_ctx.data, props.startProp),
|
|
39
|
+
"end-value": _ctx.getValue(_ctx.data, props.endProp),
|
|
40
|
+
"onUpdate:startValue": ($event) => _ctx.$emit("setData", {
|
|
41
|
+
k: props.startProp,
|
|
42
|
+
v: $event
|
|
43
|
+
}),
|
|
44
|
+
"onUpdate:endValue": ($event) => _ctx.$emit("setData", {
|
|
45
|
+
k: props.endProp,
|
|
46
|
+
v: $event
|
|
47
|
+
})
|
|
48
|
+
}), null, 16, ["start-value", "end-value", "onUpdate:startValue", "onUpdate:endValue"])) : createCommentVNode("v-if", true)
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
/* STABLE */
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
var VkfTemplatesVariant = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-variant/src/index.vue"]]);
|
|
55
|
+
|
|
56
|
+
var types = /*#__PURE__*/Object.freeze({
|
|
57
|
+
__proto__: null
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
VkfTemplatesVariant.install = (app) => {
|
|
61
|
+
app.component(VkfTemplatesVariant.name || "VkfTemplatesVariant", VkfTemplatesVariant);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
export { VkfTemplatesVariant, types as __VkfTemplatesVariant, VkfTemplatesVariant as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { NormalObject, SetDataEvent } from '@vunk/core';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
export declare const props: {
|
|
4
|
+
data: {
|
|
5
|
+
type: PropType<NormalObject>;
|
|
6
|
+
default: () => {};
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
export declare const emits: {
|
|
10
|
+
setData: (data: SetDataEvent) => SetDataEvent;
|
|
11
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
data: {
|
|
3
|
+
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, {
|
|
7
|
+
getValue: (obj: any, k: any, intoUndefined?: import("@vunk/core").IntoUndefined, safe?: boolean) => any;
|
|
8
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
setData: (data: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
data: {
|
|
12
|
+
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
13
|
+
default: () => {};
|
|
14
|
+
};
|
|
15
|
+
}>> & {
|
|
16
|
+
onSetData?: (data: import("@vunk/core").SetDataEvent) => any;
|
|
17
|
+
}, {
|
|
18
|
+
data: {};
|
|
19
|
+
}, {}>;
|
|
20
|
+
export default _default;
|
|
@@ -345,7 +345,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
345
345
|
/* STABLE_FRAGMENT */
|
|
346
346
|
);
|
|
347
347
|
}
|
|
348
|
-
var FileVue = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "
|
|
348
|
+
var FileVue = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/file.vue"]]);
|
|
349
349
|
|
|
350
350
|
var _sfc_main = defineComponent({
|
|
351
351
|
name: "VkfUpload",
|
|
@@ -488,7 +488,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
488
488
|
/* FULL_PROPS */
|
|
489
489
|
);
|
|
490
490
|
}
|
|
491
|
-
var VkfUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
491
|
+
var VkfUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/index.vue"]]);
|
|
492
492
|
|
|
493
493
|
var types = /*#__PURE__*/Object.freeze({
|
|
494
494
|
__proto__: null
|
|
@@ -18637,7 +18637,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18637
18637
|
/* FULL_PROPS */
|
|
18638
18638
|
);
|
|
18639
18639
|
}
|
|
18640
|
-
var VkfUploadPlus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
18640
|
+
var VkfUploadPlus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload-plus/src/index.vue"]]);
|
|
18641
18641
|
|
|
18642
18642
|
var types = /*#__PURE__*/Object.freeze({
|
|
18643
18643
|
__proto__: null
|
|
@@ -109,7 +109,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
109
109
|
/* FULL_PROPS */
|
|
110
110
|
);
|
|
111
111
|
}
|
|
112
|
-
var VkfVanCascader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
112
|
+
var VkfVanCascader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/van-cascader/src/index.vue"]]);
|
|
113
113
|
|
|
114
114
|
var types = /*#__PURE__*/Object.freeze({
|
|
115
115
|
__proto__: null
|
|
@@ -311,7 +311,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
311
311
|
/* FULL_PROPS */
|
|
312
312
|
);
|
|
313
313
|
}
|
|
314
|
-
var VkfVarDatetimePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
314
|
+
var VkfVarDatetimePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/var-datetime-picker/src/index.vue"]]);
|
|
315
315
|
|
|
316
316
|
var types = /*#__PURE__*/Object.freeze({
|
|
317
317
|
__proto__: null
|
|
@@ -55,7 +55,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55
55
|
/* NEED_PATCH */
|
|
56
56
|
);
|
|
57
57
|
}
|
|
58
|
-
var VkfVditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
58
|
+
var VkfVditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/vditor/src/index.vue"]]);
|
|
59
59
|
|
|
60
60
|
var types = /*#__PURE__*/Object.freeze({
|
|
61
61
|
__proto__: null
|
package/index.css
CHANGED
|
@@ -39,6 +39,25 @@
|
|
|
39
39
|
cursor: var(--el-readonly-cursor);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
.vkf-date-picker-range-select{
|
|
43
|
+
display: flex;
|
|
44
|
+
flex-wrap: wrap;
|
|
45
|
+
margin-bottom: 8px;
|
|
46
|
+
}
|
|
47
|
+
.vkf-date-picker-range-select-item{
|
|
48
|
+
padding: 4px;
|
|
49
|
+
border: var(--el-border);
|
|
50
|
+
border-radius: var(--el-border-radius-base);
|
|
51
|
+
cursor: pointer;
|
|
52
|
+
}
|
|
53
|
+
.vkf-date-picker-range-select-item:hover{
|
|
54
|
+
background-color: var(--el-color-primary-light-9);
|
|
55
|
+
color: var(--el-color-primary);
|
|
56
|
+
}
|
|
57
|
+
.vkf-date-picker-range-select-item + .vkf-date-picker-range-select-item{
|
|
58
|
+
margin-left: 8px;
|
|
59
|
+
}
|
|
60
|
+
|
|
42
61
|
.vkf-download-plus{
|
|
43
62
|
--vkf-download-plus-height: 34px;
|
|
44
63
|
}
|