@vunk/form 2.19.0 → 2.19.2
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/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
- package/components/api-tables-select/index.cjs +1 -1
- package/components/api-tables-select/index.mjs +1 -1
- package/components/api-tables-select/src/ctx.d.ts +16 -22
- package/components/api-tables-select/src/index.vue.d.ts +39 -43
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +2 -3
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +64 -63
- package/components/card-input-collection/index.cjs +1 -1
- package/components/card-input-collection/index.mjs +9 -9
- package/components/card-input-collection/src/core.vue.d.ts +12 -8
- package/components/card-input-collection/src/ctx.d.ts +2 -2
- package/components/card-input-collection/src/index.vue.d.ts +7 -6
- package/components/cascader/src/ctx.d.ts +33 -25
- package/components/cascader/src/index.vue.d.ts +67 -50
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +19 -19
- package/components/checkbox/src/index.vue.d.ts +128 -127
- package/components/cloneDeep-DE0l40hv.mjs +486 -0
- package/components/cloneDeep-DaYwfXwD.js +1 -0
- package/components/color-picker/src/ctx.d.ts +22 -14
- package/components/color-picker/src/index.vue.d.ts +52 -32
- package/components/date-picker/src/ctx.d.ts +32 -24
- package/components/date-picker/src/index.vue.d.ts +68 -51
- package/components/date-picker-range/index.cjs +1 -1
- package/components/date-picker-range/index.mjs +1 -1
- package/components/date-picker-range/src/ctx.d.ts +23 -15
- package/components/date-picker-range/src/index.vue.d.ts +131 -98
- package/components/debounce-CliSPkvP.js +1 -0
- package/components/debounce-DIph5ENi.mjs +85 -0
- package/components/dialog/src/ctx.d.ts +5 -5
- package/components/dialog/src/index.vue.d.ts +18 -16
- package/components/dialog-input-collection/index.cjs +1 -1
- package/components/dialog-input-collection/index.mjs +11 -11
- package/components/dialog-input-collection/src/ctx.d.ts +4 -3
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
- package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
- package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +24 -25
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +4 -3
- package/components/download-plus/src/index.vue.d.ts +81 -78
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/editable-text/src/ctx.d.ts +2 -6
- package/components/editable-text/src/index.vue.d.ts +14 -10
- package/components/el-slider/index.cjs +1 -1
- package/components/el-slider/index.mjs +5 -5
- package/components/el-slider/src/button.vue.d.ts +2 -1
- package/components/el-slider/src/composables/index.cjs +1 -1
- package/components/el-slider/src/composables/index.mjs +1 -1
- package/components/el-slider/src/composables/use-slide.d.ts +1 -1
- package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
- package/components/el-slider/src/composables/use-watch.d.ts +1 -1
- package/components/el-slider/src/slider-core.vue.d.ts +7 -6
- package/components/el-slider/src/slider.d.ts +2 -1
- package/components/esri-input-geojson/index.cjs +1 -1
- package/components/esri-input-geojson/index.mjs +42 -57
- package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
- package/components/esri-input-geojson/src/ctx.d.ts +21 -22
- package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
- package/components/esri-input-geojson/src/types.d.ts +0 -1
- package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
- package/components/fieldset/index.cjs +1 -1
- package/components/fieldset/index.mjs +3 -5
- package/components/fieldset/src/index.vue.d.ts +3 -2
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +68 -67
- package/components/form-item/index.cjs +1 -1
- package/components/form-item/index.mjs +7 -8
- package/components/form-item/src/core.vue.d.ts +12 -10
- package/components/form-item/src/ctx.d.ts +6 -4
- package/components/form-item/src/index.vue.d.ts +7 -6
- package/components/form-item-renderer/index.mjs +2 -3
- package/components/form-item-renderer/src/core.vue.d.ts +3 -2
- package/components/form-item-renderer/src/index.vue.d.ts +7 -5
- package/components/form-item-renderer-template/index.mjs +1 -2
- package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
- package/components/forms-provider/src/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +7 -3
- package/components/forms-provider/src/view.vue.d.ts +11 -7
- package/components/index-BCZuzyeO.mjs +317 -0
- package/components/index-BNPcMpOO.js +1 -0
- package/components/index-DJv1MwwH.mjs +14 -0
- package/components/information/src/index.vue.d.ts +3 -2
- package/components/information-collection/src/ctx.d.ts +17 -11
- package/components/information-collection/src/index.vue.d.ts +36 -27
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-tag/src/ctx.d.ts +4 -3
- package/components/information-tag/src/index.vue.d.ts +12 -11
- package/components/information-templates-default/src/index.vue.d.ts +2 -1
- package/components/input/index.cjs +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input/src/ctx.d.ts +20 -20
- package/components/input/src/index.vue.d.ts +70 -69
- package/components/input-array/index.cjs +1 -1
- package/components/input-array/index.mjs +2 -2
- package/components/input-array/src/ctx.d.ts +2 -2
- package/components/input-array/src/form-template.vue.d.ts +2 -1
- package/components/input-array/src/index.vue.d.ts +6 -5
- package/components/input-collection/index.cjs +1 -1
- package/components/input-collection/index.mjs +2 -2
- package/components/input-collection/src/core.vue.d.ts +17 -15
- package/components/input-collection/src/ctx.d.ts +4 -4
- package/components/input-collection/src/index.vue.d.ts +13 -12
- package/components/input-file/src/index.vue.d.ts +51 -50
- package/components/input-file/src/template.vue.d.ts +2 -1
- package/components/input-link/index.cjs +1 -1
- package/components/input-link/index.mjs +2 -2
- package/components/input-link/src/ctx.d.ts +19 -21
- package/components/input-link/src/index.vue.d.ts +111 -110
- package/components/input-number/index.cjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-number/src/ctx.d.ts +5 -5
- package/components/input-number/src/index.vue.d.ts +39 -38
- package/components/input-tag/index.cjs +1 -1
- package/components/input-tag/index.mjs +1 -1
- package/components/input-tag/src/ctx.d.ts +10 -10
- package/components/input-tag/src/index.vue.d.ts +48 -47
- package/components/isObject-DQpnfMRp.mjs +34 -0
- package/components/monaco-editor/index.cjs +1 -1
- package/components/monaco-editor/index.mjs +1 -1
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +17 -16
- package/components/radio/index.cjs +1 -1
- package/components/radio/index.mjs +3 -3
- package/components/radio/src/ctx.d.ts +3 -3
- package/components/radio/src/index.vue.d.ts +32 -31
- package/components/radio/src/option.vue.d.ts +12 -10
- package/components/radio/src/wraper.vue.d.ts +9 -8
- package/components/renderer-data/src/index.vue.d.ts +3 -2
- package/components/select/index.cjs +1 -1
- package/components/select/index.mjs +1 -1
- package/components/select/src/core.vue.d.ts +99 -239
- package/components/select/src/ctx.d.ts +23 -95
- package/components/select/src/index.vue.d.ts +76 -75
- package/components/select/src/options.vue.d.ts +3 -2
- package/components/slider/src/ctx.d.ts +10 -10
- package/components/slider/src/index.vue.d.ts +29 -25
- package/components/style.css +1 -1
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +24 -20
- package/components/tables-select/index.mjs +1 -2
- package/components/tables-select/src/ctx.d.ts +27 -43
- package/components/tables-select/src/index.vue.d.ts +57 -71
- package/components/template-instances-provider/src/index.vue.d.ts +3 -2
- package/components/templates-default/index.cjs +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-default/src/ctx.d.ts +3 -5
- package/components/templates-default/src/index.vue.d.ts +778 -727
- package/components/templates-element-plus/index.cjs +1 -1
- package/components/templates-element-plus/index.mjs +4 -4
- package/components/templates-element-plus/src/index.vue.d.ts +27 -26
- package/components/templates-esri/index.cjs +1 -1
- package/components/templates-esri/index.mjs +1 -1
- package/components/templates-esri/src/index.vue.d.ts +600 -193
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +4 -4
- package/components/templates-layout/src/index.vue.d.ts +14 -13
- package/components/templates-variant/index.cjs +1 -1
- package/components/templates-variant/index.mjs +1 -1
- package/components/templates-variant/src/index.vue.d.ts +132 -99
- package/components/time-picker/src/ctx.d.ts +31 -23
- package/components/time-picker/src/index.vue.d.ts +66 -49
- package/components/upload/index.cjs +1 -1
- package/components/upload/index.mjs +46 -46
- package/components/upload/src/ctx.d.ts +24 -22
- package/components/upload/src/file.vue.d.ts +75 -73
- package/components/upload/src/index.vue.d.ts +188 -187
- package/components/upload/src/wraper.vue.d.ts +48 -47
- package/components/upload-plus/index.cjs +7 -7
- package/components/upload-plus/index.mjs +1911 -1937
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +2 -5
- package/components/upload-plus/src/index.vue.d.ts +6 -5
- package/components/use-watch-Bfrz9pv_.js +1 -0
- package/components/use-watch-t49wP7jy.mjs +414 -0
- package/components/van-cascader/src/ctx.d.ts +33 -25
- package/components/van-cascader/src/index.vue.d.ts +67 -50
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +19 -21
- package/components/var-datetime-picker/src/ctx.d.ts +4 -3
- package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
- package/components/vditor/index.cjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/components/vditor/src/ctx.d.ts +2 -3
- package/components/vditor/src/index.vue.d.ts +19 -19
- package/composables/index.mjs +3 -5
- package/composables/useSourceManager.d.ts +2 -2
- package/index.css +1 -1
- package/package.json +1 -1
- package/shared/element-plus/instances.d.ts +60 -43
- package/components/cloneDeep.cjs +0 -1
- package/components/debounce.cjs +0 -1
- package/components/index2.cjs +0 -1
- package/components/use-watch.cjs +0 -1
- /package/components/{_plugin-vue_export-helper.cjs → _plugin-vue_export-helper-BHFhmbuH.js} +0 -0
- /package/components/{index.cjs → index-DSyxYMB0.js} +0 -0
- /package/components/{isObject.cjs → isObject-fAvOGw_H.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),p=require("@vunk/form/components/form-item-renderer-template"),s=require("element-plus"),d=require("@vunk/core/shared/utils-object"),k=require("../_plugin-vue_export-helper.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),p=require("@vunk/form/components/form-item-renderer-template"),s=require("element-plus"),d=require("@vunk/core/shared/utils-object"),k=require("../_plugin-vue_export-helper-BHFhmbuH.js"),f={data:{type:Object,default:()=>({})}},_=e.defineComponent({name:"VkfTemplatesLayout",components:{ElRow:s.ElRow,ElCol:s.ElCol,VkfFormItemRendererTemplate:p.VkfFormItemRendererTemplate},props:f,setup(){return{pickObject:d.pickObject}}});function y(a,w,V,g,v,B){const u=e.resolveComponent("ElRow"),c=e.resolveComponent("VkfFormItemRendererTemplate"),i=e.resolveComponent("ElCol");return e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createVNode(c,{type:"ElRow"},{default:e.withCtx(({data:t,Renderer:o,raw:l,k:r,templateIf:n})=>[n(a.data)?(e.openBlock(),e.createBlock(u,e.normalizeProps(e.mergeProps({key:0},t)),{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),{source:l.templateSlots,k:[...r,"templateSlots"]},null,8,["source","k"]))]),_:2},1040)):e.createCommentVNode("",!0)]),_:1}),e.createVNode(c,{type:"ElCol"},{default:e.withCtx(({data:t,Renderer:o,raw:l,k:r,templateIf:n})=>[n(a.data)?(e.openBlock(),e.createBlock(i,e.normalizeProps(e.mergeProps({key:0},t)),{default:e.withCtx(()=>[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),{source:l.templateSlots,k:[...r,"templateSlots"]},null,8,["source","k"]))]),_:2},1040)):e.createCommentVNode("",!0)]),_:1}),e.createVNode(c,{type:"VkfFlex"},{default:e.withCtx(({data:t,Renderer:o,raw:l,k:r,templateIf:n})=>[n(a.data)?(e.openBlock(),e.createElementBlock("div",e.mergeProps({key:0,class:"vkf-flex",style:{"justify-content":t.justify,"flex-direction":t.direction,"align-items":t.align,overflow:t.overflow,"flex-grow":t.grow,"flex-shrink":t.shrink,"flex-basis":t.basis}},a.pickObject(t,{excludes:["justify","direction","align","overflow","grow","shrink","basis"]})),[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(o),{source:l.templateSlots,k:[...r,"templateSlots"]},null,8,["source","k"]))],16)):e.createCommentVNode("",!0)]),_:1})],64)}const m=k._export_sfc(_,[["render",y]]),C=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.VkfTemplatesLayout=m;exports.__VkfTemplatesLayout=C;exports.default=m;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { defineComponent as g, resolveComponent as f, openBlock as t, createElementBlock as k, Fragment as b, createVNode as i, withCtx as n, createBlock as s, normalizeProps as _, mergeProps as u, resolveDynamicComponent as p, createCommentVNode as d } from "vue";
|
|
2
2
|
import { VkfFormItemRendererTemplate as C } from "@vunk/form/components/form-item-renderer-template";
|
|
3
|
-
import {
|
|
3
|
+
import { ElCol as E, ElRow as V } from "element-plus";
|
|
4
4
|
import { pickObject as j } from "@vunk/core/shared/utils-object";
|
|
5
|
-
import { _ as v } from "../_plugin-vue_export-helper.
|
|
5
|
+
import { _ as v } from "../_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
6
|
const S = {
|
|
7
7
|
data: {
|
|
8
8
|
type: Object,
|
|
@@ -11,8 +11,8 @@ const S = {
|
|
|
11
11
|
}, x = g({
|
|
12
12
|
name: "VkfTemplatesLayout",
|
|
13
13
|
components: {
|
|
14
|
-
ElRow:
|
|
15
|
-
ElCol:
|
|
14
|
+
ElRow: V,
|
|
15
|
+
ElCol: E,
|
|
16
16
|
VkfFormItemRendererTemplate: C
|
|
17
17
|
},
|
|
18
18
|
props: S,
|
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
4
|
data: {
|
|
3
5
|
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
4
6
|
default: () => {};
|
|
5
7
|
};
|
|
6
8
|
}>, {
|
|
7
9
|
pickObject: <T extends import("@vunk/core").NormalObject, EX extends (keyof T)[], KI extends keyof T>(data: T, opts?: {
|
|
8
|
-
excludes?: EX
|
|
9
|
-
includes?: KI[]
|
|
10
|
-
}
|
|
10
|
+
excludes?: EX;
|
|
11
|
+
includes?: KI[];
|
|
12
|
+
}) => { [P in EX extends (infer KE)[] ? Exclude<KI, KE> : KI]: T[P]; };
|
|
11
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
14
|
data: {
|
|
13
15
|
type: import("vue").PropType<import("@vunk/core").NormalObject>;
|
|
@@ -33,16 +35,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
33
35
|
tag: string;
|
|
34
36
|
gutter: number;
|
|
35
37
|
}>;
|
|
36
|
-
__isFragment?:
|
|
37
|
-
__isTeleport?:
|
|
38
|
-
__isSuspense?:
|
|
38
|
+
__isFragment?: never;
|
|
39
|
+
__isTeleport?: never;
|
|
40
|
+
__isSuspense?: never;
|
|
39
41
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").RowProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
40
42
|
justify: "center" | "start" | "end" | "space-around" | "space-between" | "space-evenly";
|
|
41
43
|
tag: string;
|
|
42
44
|
gutter: number;
|
|
43
45
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
44
46
|
$slots: {
|
|
45
|
-
default?: (
|
|
47
|
+
default?: (props: {}) => any;
|
|
46
48
|
};
|
|
47
49
|
})>;
|
|
48
50
|
ElCol: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
@@ -76,9 +78,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
76
78
|
lg: import("element-plus").ColSize;
|
|
77
79
|
xl: import("element-plus").ColSize;
|
|
78
80
|
}>;
|
|
79
|
-
__isFragment?:
|
|
80
|
-
__isTeleport?:
|
|
81
|
-
__isSuspense?:
|
|
81
|
+
__isFragment?: never;
|
|
82
|
+
__isTeleport?: never;
|
|
83
|
+
__isSuspense?: never;
|
|
82
84
|
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ColProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
83
85
|
push: number;
|
|
84
86
|
offset: number;
|
|
@@ -92,7 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
94
|
xl: import("element-plus").ColSize;
|
|
93
95
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
94
96
|
$slots: {
|
|
95
|
-
default?: (
|
|
97
|
+
default?: (props: {}) => any;
|
|
96
98
|
};
|
|
97
99
|
})>;
|
|
98
100
|
VkfFormItemRendererTemplate: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -111,4 +113,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
111
113
|
type: string;
|
|
112
114
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
113
115
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
114
|
-
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("@vunk/form/components/form-item-renderer-template"),p=require("@vunk/core"),d=require("@vunk/form/components/date-picker-range"),m=require("../_plugin-vue_export-helper.
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("vue"),u=require("@vunk/form/components/form-item-renderer-template"),p=require("@vunk/core"),d=require("@vunk/form/components/date-picker-range"),m=require("../_plugin-vue_export-helper-BHFhmbuH.js"),i={data:{type:Object,default:()=>({})}},f={setData:n=>n},V=e.defineComponent({name:"VkfTemplatesVariant",components:{VkfFormItemRendererTemplate:u.VkfFormItemRendererTemplate,VkfDatePickerRange:d.VkfDatePickerRange},props:i,emits:f,setup(){return{getValue:p.getValue}}});function k(n,g,P,v,R,T){const c=e.resolveComponent("VkfDatePickerRange"),s=e.resolveComponent("VkfFormItemRendererTemplate");return e.openBlock(),e.createBlock(s,{type:"VkfDatePickerRange"},{default:e.withCtx(({props:t,getDataValue:a,emitSetData:o})=>[e.createVNode(c,e.mergeProps(t,{"start-value":a(t.startProp),"end-value":a(t.endProp),"onUpdate:startValue":r=>o({k:t.startProp,v:r}),"onUpdate:endValue":r=>o({k:t.endProp,v:r})}),null,16,["start-value","end-value","onUpdate:startValue","onUpdate:endValue"])]),_:1})}const l=m._export_sfc(V,[["render",k]]),_=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.VkfTemplatesVariant=l;exports.__VkfTemplatesVariant=_;exports.default=l;
|
|
@@ -2,7 +2,7 @@ import { defineComponent as s, resolveComponent as n, openBlock as c, createBloc
|
|
|
2
2
|
import { VkfFormItemRendererTemplate as _ } from "@vunk/form/components/form-item-renderer-template";
|
|
3
3
|
import { getValue as i } from "@vunk/core";
|
|
4
4
|
import { VkfDatePickerRange as k } from "@vunk/form/components/date-picker-range";
|
|
5
|
-
import { _ as V } from "../_plugin-vue_export-helper.
|
|
5
|
+
import { _ as V } from "../_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
6
|
const P = {
|
|
7
7
|
data: {
|
|
8
8
|
type: Object,
|