@vunk/form 2.18.1 → 2.18.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/api-tables-select/index.cjs +1 -1
- package/components/api-tables-select/index.mjs +1 -1
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +1 -1
- package/components/card-input-collection/index.cjs +46 -28
- package/components/card-input-collection/index.css +11 -11
- package/components/card-input-collection/index.mjs +43 -25
- package/components/card-input-collection/src/core.vue.d.ts +1 -0
- package/components/cascader/index.cjs +1 -1
- package/components/cascader/index.mjs +1 -1
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.mjs +1 -1
- package/components/color-picker/index.cjs +1 -1
- package/components/color-picker/index.mjs +1 -1
- package/components/date-picker/index.cjs +1 -1
- package/components/date-picker/index.mjs +1 -1
- package/components/date-picker-range/index.cjs +1 -1
- package/components/date-picker-range/index.mjs +1 -1
- package/components/dialog/index.cjs +1 -1
- package/components/dialog/index.mjs +1 -1
- package/components/dialog-input-collection/index.cjs +7 -7
- package/components/dialog-input-collection/index.mjs +7 -7
- package/components/download-plus/index.cjs +1 -1
- package/components/download-plus/index.mjs +1 -1
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/esri-input-geojson/index.cjs +4 -4
- package/components/esri-input-geojson/index.mjs +4 -4
- package/components/fieldset/index.cjs +1 -1
- package/components/fieldset/index.mjs +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form-item/index.cjs +2 -2
- package/components/form-item/index.css +12 -12
- package/components/form-item/index.mjs +2 -2
- package/components/form-item-renderer/index.cjs +2 -2
- package/components/form-item-renderer/index.mjs +2 -2
- package/components/form-item-renderer-template/index.cjs +1 -1
- package/components/form-item-renderer-template/index.mjs +1 -1
- package/components/forms-provider/index.cjs +3 -3
- package/components/forms-provider/index.mjs +3 -3
- package/components/information/index.cjs +1 -1
- package/components/information/index.mjs +1 -1
- package/components/information-collection/index.cjs +1 -1
- package/components/information-collection/index.mjs +1 -1
- package/components/information-tag/index.cjs +1 -1
- package/components/information-tag/index.mjs +1 -1
- package/components/information-templates-default/index.cjs +1 -1
- package/components/information-templates-default/index.mjs +1 -1
- package/components/input/index.cjs +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input-array/index.cjs +27 -14
- package/components/input-array/index.mjs +26 -13
- package/components/input-array/src/form-template.vue.d.ts +1 -0
- package/components/input-array/src/index.vue.d.ts +1 -0
- package/components/input-collection/index.cjs +21 -13
- package/components/input-collection/index.css +8 -8
- package/components/input-collection/index.mjs +22 -14
- package/components/input-file/index.cjs +2 -2
- package/components/input-file/index.mjs +2 -2
- package/components/input-link/index.cjs +1 -1
- package/components/input-link/index.mjs +1 -1
- package/components/input-number/index.cjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-tag/index.cjs +1 -1
- package/components/input-tag/index.mjs +1 -1
- package/components/monaco-editor/index.cjs +1 -1
- package/components/monaco-editor/index.mjs +1 -1
- package/components/radio/index.cjs +3 -3
- package/components/radio/index.css +8 -8
- package/components/radio/index.mjs +3 -3
- package/components/renderer-data/index.cjs +1 -1
- package/components/renderer-data/index.mjs +1 -1
- package/components/select/index.cjs +3 -3
- package/components/select/index.css +9 -9
- package/components/select/index.mjs +3 -3
- package/components/slider/index.cjs +1 -1
- package/components/slider/index.mjs +1 -1
- package/components/switch/index.cjs +1 -1
- package/components/switch/index.mjs +1 -1
- package/components/tables-select/index.cjs +1 -1
- package/components/tables-select/index.mjs +1 -1
- package/components/template-instances-provider/index.cjs +1 -1
- package/components/template-instances-provider/index.mjs +1 -1
- package/components/templates-default/index.cjs +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-element-plus/index.cjs +1 -1
- package/components/templates-element-plus/index.mjs +1 -1
- package/components/templates-esri/index.cjs +1 -1
- package/components/templates-esri/index.mjs +1 -1
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-variant/index.cjs +1 -1
- package/components/templates-variant/index.mjs +1 -1
- package/components/time-picker/index.cjs +1 -1
- package/components/time-picker/index.mjs +1 -1
- package/components/upload/index.cjs +4 -4
- package/components/upload/index.mjs +4 -4
- package/components/upload-plus/index.cjs +1 -1
- package/components/upload-plus/index.mjs +1 -1
- package/components/van-cascader/index.cjs +1 -1
- package/components/van-cascader/index.mjs +1 -1
- package/components/var-datetime-picker/index.cjs +1 -1
- package/components/var-datetime-picker/index.mjs +1 -1
- package/components/vditor/index.cjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/index.css +48 -48
- package/locale/index.cjs +6 -14
- package/locale/index.mjs +6 -14
- package/locale/lang/en.d.ts +2 -6
- package/locale/lang/zh-cn.d.ts +2 -6
- package/package.json +1 -1
|
@@ -452,7 +452,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
452
452
|
/* FORWARDED */
|
|
453
453
|
}, 16, ["start", "page-size", "data", "total", "get-rows"]);
|
|
454
454
|
}
|
|
455
|
-
var VkfApiTablesSelect = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
455
|
+
var VkfApiTablesSelect = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/api-tables-select/src/index.vue"]]);
|
|
456
456
|
|
|
457
457
|
var types = /*#__PURE__*/Object.freeze({
|
|
458
458
|
__proto__: null
|
|
@@ -448,7 +448,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
448
448
|
/* FORWARDED */
|
|
449
449
|
}, 16, ["start", "page-size", "data", "total", "get-rows"]);
|
|
450
450
|
}
|
|
451
|
-
var VkfApiTablesSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
451
|
+
var VkfApiTablesSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/api-tables-select/src/index.vue"]]);
|
|
452
452
|
|
|
453
453
|
var types = /*#__PURE__*/Object.freeze({
|
|
454
454
|
__proto__: null
|
|
@@ -97,7 +97,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
97
97
|
/* FULL_PROPS */
|
|
98
98
|
);
|
|
99
99
|
}
|
|
100
|
-
var VkfButton = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
100
|
+
var VkfButton = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/button/src/index.vue"]]);
|
|
101
101
|
|
|
102
102
|
var types = /*#__PURE__*/Object.freeze({
|
|
103
103
|
__proto__: null
|
|
@@ -93,7 +93,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
93
93
|
/* FULL_PROPS */
|
|
94
94
|
);
|
|
95
95
|
}
|
|
96
|
-
var VkfButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
96
|
+
var VkfButton = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/button/src/index.vue"]]);
|
|
97
97
|
|
|
98
98
|
var types = /*#__PURE__*/Object.freeze({
|
|
99
99
|
__proto__: null
|
|
@@ -5,12 +5,13 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var vue = require('vue');
|
|
6
6
|
var formItem = require('@vunk/form/components/form-item');
|
|
7
7
|
var composables = require('@vunk/form/composables');
|
|
8
|
-
var elementPlus = require('element-plus');
|
|
8
|
+
var elementPlus$1 = require('element-plus');
|
|
9
9
|
var core = require('@vunk/core');
|
|
10
10
|
var templatesDefault = require('@vunk/form/components/templates-default');
|
|
11
11
|
var templateInstancesProvider = require('@vunk/form/components/template-instances-provider');
|
|
12
12
|
var formItemRenderer = require('@vunk/form/components/form-item-renderer');
|
|
13
13
|
var rendererData = require('@vunk/form/components/renderer-data');
|
|
14
|
+
var elementPlus = require('@vunk/form/composables/element-plus');
|
|
14
15
|
var _function = require('@vunk/shared/function');
|
|
15
16
|
var index = require('../index.cjs');
|
|
16
17
|
var cloneDeep = require('../cloneDeep.cjs');
|
|
@@ -96,6 +97,7 @@ var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
96
97
|
const emit = __emit;
|
|
97
98
|
const formItemBindProps = formItem._VkfFormItemCtx.createBindProps(props);
|
|
98
99
|
const readonly = composables.useComputedReadonly(props);
|
|
100
|
+
const { tr } = elementPlus.useLocale();
|
|
99
101
|
const formData = vue.computed(() => {
|
|
100
102
|
if (!props.prop || props.prop.length === 0) {
|
|
101
103
|
return props.modelValue;
|
|
@@ -158,14 +160,14 @@ var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
158
160
|
return formItemProps;
|
|
159
161
|
});
|
|
160
162
|
}
|
|
161
|
-
const __returned__ = { props, emit, formItemBindProps, readonly, formData, handlePlus, handleMinus, handleFormSetData, createTheFormItems, get VkfFormItem() {
|
|
163
|
+
const __returned__ = { props, emit, formItemBindProps, readonly, tr, formData, handlePlus, handleMinus, handleFormSetData, createTheFormItems, get VkfFormItem() {
|
|
162
164
|
return formItem.VkfFormItem;
|
|
163
165
|
}, get ElButton() {
|
|
164
|
-
return elementPlus.ElButton;
|
|
166
|
+
return elementPlus$1.ElButton;
|
|
165
167
|
}, get ElCard() {
|
|
166
|
-
return elementPlus.ElCard;
|
|
168
|
+
return elementPlus$1.ElCard;
|
|
167
169
|
}, get ElEmpty() {
|
|
168
|
-
return elementPlus.ElEmpty;
|
|
170
|
+
return elementPlus$1.ElEmpty;
|
|
169
171
|
}, get VkfTemplatesDefault() {
|
|
170
172
|
return templatesDefault.VkfTemplatesDefault;
|
|
171
173
|
}, get VkfTemplateInstancesProvider() {
|
|
@@ -206,18 +208,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
206
208
|
type: "primary",
|
|
207
209
|
onClick: _cache[1] || (_cache[1] = ($event) => $setup.handlePlus(-1))
|
|
208
210
|
}, {
|
|
209
|
-
default: vue.withCtx(() =>
|
|
210
|
-
vue.createTextVNode(
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
211
|
+
default: vue.withCtx(() => [
|
|
212
|
+
vue.createTextVNode(
|
|
213
|
+
vue.toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
214
|
+
1
|
|
215
|
+
/* TEXT */
|
|
216
|
+
)
|
|
217
|
+
]),
|
|
218
|
+
_: 1
|
|
219
|
+
/* STABLE */
|
|
214
220
|
})
|
|
215
221
|
])) : vue.createCommentVNode("v-if", true),
|
|
216
222
|
!_ctx.modelValue?.length ? (vue.openBlock(), vue.createBlock($setup["ElEmpty"], {
|
|
217
223
|
key: 1,
|
|
218
224
|
class: "vkf-card-input-collection-empty"
|
|
219
225
|
}, {
|
|
220
|
-
image: vue.withCtx(() => _cache[
|
|
226
|
+
image: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
221
227
|
vue.createTextVNode(vue.toDisplayString(""))
|
|
222
228
|
])),
|
|
223
229
|
_: 1
|
|
@@ -255,22 +261,30 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
255
261
|
type: "primary",
|
|
256
262
|
onClick: () => $setup.handlePlus(index)
|
|
257
263
|
}, {
|
|
258
|
-
default: vue.withCtx(() => [
|
|
259
|
-
vue.createTextVNode(
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
264
|
+
default: vue.withCtx(() => [
|
|
265
|
+
vue.createTextVNode(
|
|
266
|
+
vue.toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
267
|
+
1
|
|
268
|
+
/* TEXT */
|
|
269
|
+
)
|
|
270
|
+
]),
|
|
271
|
+
_: 2
|
|
272
|
+
/* DYNAMIC */
|
|
263
273
|
}, 1032, ["onClick"]),
|
|
264
274
|
vue.createVNode($setup["ElButton"], {
|
|
265
275
|
type: "danger",
|
|
266
276
|
disabled: _ctx.modelValue.length <= 1 && $setup.props.keepLast,
|
|
267
277
|
onClick: () => $setup.handleMinus(index)
|
|
268
278
|
}, {
|
|
269
|
-
default: vue.withCtx(() => [
|
|
270
|
-
vue.createTextVNode(
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
279
|
+
default: vue.withCtx(() => [
|
|
280
|
+
vue.createTextVNode(
|
|
281
|
+
vue.toDisplayString($setup.tr("vkf.common.delete", "\u5220\u9664")),
|
|
282
|
+
1
|
|
283
|
+
/* TEXT */
|
|
284
|
+
)
|
|
285
|
+
]),
|
|
286
|
+
_: 2
|
|
287
|
+
/* DYNAMIC */
|
|
274
288
|
}, 1032, ["disabled", "onClick"])
|
|
275
289
|
])
|
|
276
290
|
]),
|
|
@@ -302,11 +316,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
302
316
|
icon: $setup.Plus,
|
|
303
317
|
onClick: _cache[0] || (_cache[0] = ($event) => $setup.handlePlus(-1))
|
|
304
318
|
}, {
|
|
305
|
-
default: vue.withCtx(() =>
|
|
306
|
-
vue.createTextVNode(
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
319
|
+
default: vue.withCtx(() => [
|
|
320
|
+
vue.createTextVNode(
|
|
321
|
+
vue.toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
322
|
+
1
|
|
323
|
+
/* TEXT */
|
|
324
|
+
)
|
|
325
|
+
]),
|
|
326
|
+
_: 1
|
|
327
|
+
/* STABLE */
|
|
310
328
|
}, 8, ["icon"])) : vue.createCommentVNode("v-if", true)
|
|
311
329
|
]),
|
|
312
330
|
key: "0"
|
|
@@ -320,7 +338,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
320
338
|
/* FORWARDED */
|
|
321
339
|
});
|
|
322
340
|
}
|
|
323
|
-
var Core = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "
|
|
341
|
+
var Core = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/card-input-collection/src/core.vue"]]);
|
|
324
342
|
|
|
325
343
|
var _sfc_main = vue.defineComponent({
|
|
326
344
|
name: "VkfCardInputCollection",
|
|
@@ -337,7 +355,7 @@ var _sfc_main = vue.defineComponent({
|
|
|
337
355
|
}
|
|
338
356
|
});
|
|
339
357
|
|
|
340
|
-
var VkfCardInputCollection = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "
|
|
358
|
+
var VkfCardInputCollection = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/card-input-collection/src/index.vue"]]);
|
|
341
359
|
|
|
342
360
|
var types = /*#__PURE__*/Object.freeze({
|
|
343
361
|
__proto__: null
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
.vkf-card-input-collection-options{
|
|
2
|
-
width: 100%;
|
|
3
|
-
display: flex;
|
|
1
|
+
.vkf-card-input-collection-options{
|
|
2
|
+
width: 100%;
|
|
3
|
+
display: flex;
|
|
4
4
|
justify-content: flex-end;
|
|
5
5
|
}
|
|
6
|
-
.vkf-card-input-collection-card {
|
|
7
|
-
width: 100%;
|
|
6
|
+
.vkf-card-input-collection-card {
|
|
7
|
+
width: 100%;
|
|
8
8
|
margin-top: var(--gap-m, 8px);
|
|
9
9
|
}
|
|
10
|
-
.vkf-card-input-collection-card__footer{
|
|
11
|
-
display: flex;
|
|
10
|
+
.vkf-card-input-collection-card__footer{
|
|
11
|
+
display: flex;
|
|
12
12
|
justify-content: flex-end;
|
|
13
13
|
}
|
|
14
|
-
.vkf-card-input-collection-card .vkf-form-item:not(:last-child) {
|
|
14
|
+
.vkf-card-input-collection-card .vkf-form-item:not(:last-child) {
|
|
15
15
|
margin-bottom: 18px;
|
|
16
16
|
}
|
|
17
|
-
.vkf-card-input-collection-empty{
|
|
18
|
-
display: flex;
|
|
19
|
-
justify-content: center;
|
|
17
|
+
.vkf-card-input-collection-empty{
|
|
18
|
+
display: flex;
|
|
19
|
+
justify-content: center;
|
|
20
20
|
width: 100%;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent, computed, openBlock, createBlock, withCtx, createVNode, mergeProps, createSlots, createElementBlock, createTextVNode,
|
|
1
|
+
import { defineComponent, computed, openBlock, createBlock, withCtx, createVNode, mergeProps, createSlots, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, Fragment, renderList, createElementVNode, renderSlot, h } from 'vue';
|
|
2
2
|
import { _VkfFormItemCtx, VkfFormItem } from '@vunk/form/components/form-item';
|
|
3
3
|
import { useComputedReadonly } from '@vunk/form/composables';
|
|
4
4
|
import { ElButton, ElCard, ElEmpty } from 'element-plus';
|
|
@@ -7,6 +7,7 @@ import { VkfTemplatesDefault } from '@vunk/form/components/templates-default';
|
|
|
7
7
|
import { VkfTemplateInstancesProvider } from '@vunk/form/components/template-instances-provider';
|
|
8
8
|
import { VkfFormItemRenderer } from '@vunk/form/components/form-item-renderer';
|
|
9
9
|
import { VkfRendererData } from '@vunk/form/components/renderer-data';
|
|
10
|
+
import { useLocale } from '@vunk/form/composables/element-plus';
|
|
10
11
|
import { isCallable } from '@vunk/shared/function';
|
|
11
12
|
import { p as plus_default } from '../index.mjs';
|
|
12
13
|
import { c as cloneDeep } from '../cloneDeep.mjs';
|
|
@@ -92,6 +93,7 @@ var _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
92
93
|
const emit = __emit;
|
|
93
94
|
const formItemBindProps = _VkfFormItemCtx.createBindProps(props);
|
|
94
95
|
const readonly = useComputedReadonly(props);
|
|
96
|
+
const { tr } = useLocale();
|
|
95
97
|
const formData = computed(() => {
|
|
96
98
|
if (!props.prop || props.prop.length === 0) {
|
|
97
99
|
return props.modelValue;
|
|
@@ -154,7 +156,7 @@ var _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
154
156
|
return formItemProps;
|
|
155
157
|
});
|
|
156
158
|
}
|
|
157
|
-
const __returned__ = { props, emit, formItemBindProps, readonly, formData, handlePlus, handleMinus, handleFormSetData, createTheFormItems, get VkfFormItem() {
|
|
159
|
+
const __returned__ = { props, emit, formItemBindProps, readonly, tr, formData, handlePlus, handleMinus, handleFormSetData, createTheFormItems, get VkfFormItem() {
|
|
158
160
|
return VkfFormItem;
|
|
159
161
|
}, get ElButton() {
|
|
160
162
|
return ElButton;
|
|
@@ -202,18 +204,22 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
202
204
|
type: "primary",
|
|
203
205
|
onClick: _cache[1] || (_cache[1] = ($event) => $setup.handlePlus(-1))
|
|
204
206
|
}, {
|
|
205
|
-
default: withCtx(() =>
|
|
206
|
-
createTextVNode(
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
207
|
+
default: withCtx(() => [
|
|
208
|
+
createTextVNode(
|
|
209
|
+
toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
210
|
+
1
|
|
211
|
+
/* TEXT */
|
|
212
|
+
)
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
/* STABLE */
|
|
210
216
|
})
|
|
211
217
|
])) : createCommentVNode("v-if", true),
|
|
212
218
|
!_ctx.modelValue?.length ? (openBlock(), createBlock($setup["ElEmpty"], {
|
|
213
219
|
key: 1,
|
|
214
220
|
class: "vkf-card-input-collection-empty"
|
|
215
221
|
}, {
|
|
216
|
-
image: withCtx(() => _cache[
|
|
222
|
+
image: withCtx(() => _cache[2] || (_cache[2] = [
|
|
217
223
|
createTextVNode(toDisplayString(""))
|
|
218
224
|
])),
|
|
219
225
|
_: 1
|
|
@@ -251,22 +257,30 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
251
257
|
type: "primary",
|
|
252
258
|
onClick: () => $setup.handlePlus(index)
|
|
253
259
|
}, {
|
|
254
|
-
default: withCtx(() => [
|
|
255
|
-
createTextVNode(
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
260
|
+
default: withCtx(() => [
|
|
261
|
+
createTextVNode(
|
|
262
|
+
toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
263
|
+
1
|
|
264
|
+
/* TEXT */
|
|
265
|
+
)
|
|
266
|
+
]),
|
|
267
|
+
_: 2
|
|
268
|
+
/* DYNAMIC */
|
|
259
269
|
}, 1032, ["onClick"]),
|
|
260
270
|
createVNode($setup["ElButton"], {
|
|
261
271
|
type: "danger",
|
|
262
272
|
disabled: _ctx.modelValue.length <= 1 && $setup.props.keepLast,
|
|
263
273
|
onClick: () => $setup.handleMinus(index)
|
|
264
274
|
}, {
|
|
265
|
-
default: withCtx(() => [
|
|
266
|
-
createTextVNode(
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
275
|
+
default: withCtx(() => [
|
|
276
|
+
createTextVNode(
|
|
277
|
+
toDisplayString($setup.tr("vkf.common.delete", "\u5220\u9664")),
|
|
278
|
+
1
|
|
279
|
+
/* TEXT */
|
|
280
|
+
)
|
|
281
|
+
]),
|
|
282
|
+
_: 2
|
|
283
|
+
/* DYNAMIC */
|
|
270
284
|
}, 1032, ["disabled", "onClick"])
|
|
271
285
|
])
|
|
272
286
|
]),
|
|
@@ -298,11 +312,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
298
312
|
icon: $setup.Plus,
|
|
299
313
|
onClick: _cache[0] || (_cache[0] = ($event) => $setup.handlePlus(-1))
|
|
300
314
|
}, {
|
|
301
|
-
default: withCtx(() =>
|
|
302
|
-
createTextVNode(
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
315
|
+
default: withCtx(() => [
|
|
316
|
+
createTextVNode(
|
|
317
|
+
toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
318
|
+
1
|
|
319
|
+
/* TEXT */
|
|
320
|
+
)
|
|
321
|
+
]),
|
|
322
|
+
_: 1
|
|
323
|
+
/* STABLE */
|
|
306
324
|
}, 8, ["icon"])) : createCommentVNode("v-if", true)
|
|
307
325
|
]),
|
|
308
326
|
key: "0"
|
|
@@ -316,7 +334,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
316
334
|
/* FORWARDED */
|
|
317
335
|
});
|
|
318
336
|
}
|
|
319
|
-
var Core = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "
|
|
337
|
+
var Core = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/card-input-collection/src/core.vue"]]);
|
|
320
338
|
|
|
321
339
|
var _sfc_main = defineComponent({
|
|
322
340
|
name: "VkfCardInputCollection",
|
|
@@ -333,7 +351,7 @@ var _sfc_main = defineComponent({
|
|
|
333
351
|
}
|
|
334
352
|
});
|
|
335
353
|
|
|
336
|
-
var VkfCardInputCollection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
354
|
+
var VkfCardInputCollection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/card-input-collection/src/index.vue"]]);
|
|
337
355
|
|
|
338
356
|
var types = /*#__PURE__*/Object.freeze({
|
|
339
357
|
__proto__: null
|
|
@@ -261,6 +261,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
261
261
|
emit: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any) => void) & ((event: "update:modelValue", ...args: any[]) => void);
|
|
262
262
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
263
263
|
readonly: import("vue").ComputedRef<boolean>;
|
|
264
|
+
tr: import("@vunk/form/composables/element-plus").TranslateWithFallback;
|
|
264
265
|
formData: import("vue").ComputedRef<NormalObject | NormalObject[]>;
|
|
265
266
|
handlePlus: (index: number) => void;
|
|
266
267
|
handleMinus: (index: number) => void;
|
|
@@ -133,7 +133,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
133
133
|
/* FULL_PROPS */
|
|
134
134
|
);
|
|
135
135
|
}
|
|
136
|
-
var VkfCascader = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
136
|
+
var VkfCascader = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/cascader/src/index.vue"]]);
|
|
137
137
|
|
|
138
138
|
var types = /*#__PURE__*/Object.freeze({
|
|
139
139
|
__proto__: null
|
|
@@ -129,7 +129,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
129
129
|
/* FULL_PROPS */
|
|
130
130
|
);
|
|
131
131
|
}
|
|
132
|
-
var VkfCascader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
132
|
+
var VkfCascader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/cascader/src/index.vue"]]);
|
|
133
133
|
|
|
134
134
|
var types = /*#__PURE__*/Object.freeze({
|
|
135
135
|
__proto__: null
|
|
@@ -136,7 +136,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
136
136
|
/* FULL_PROPS */
|
|
137
137
|
);
|
|
138
138
|
}
|
|
139
|
-
var VkfCheckbox = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
139
|
+
var VkfCheckbox = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/checkbox/src/index.vue"]]);
|
|
140
140
|
|
|
141
141
|
var types = /*#__PURE__*/Object.freeze({
|
|
142
142
|
__proto__: null
|
|
@@ -132,7 +132,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
132
132
|
/* FULL_PROPS */
|
|
133
133
|
);
|
|
134
134
|
}
|
|
135
|
-
var VkfCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
135
|
+
var VkfCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/checkbox/src/index.vue"]]);
|
|
136
136
|
|
|
137
137
|
var types = /*#__PURE__*/Object.freeze({
|
|
138
138
|
__proto__: null
|
|
@@ -65,7 +65,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
65
65
|
/* FULL_PROPS */
|
|
66
66
|
);
|
|
67
67
|
}
|
|
68
|
-
var VkfColorPicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
68
|
+
var VkfColorPicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/color-picker/src/index.vue"]]);
|
|
69
69
|
|
|
70
70
|
var types = /*#__PURE__*/Object.freeze({
|
|
71
71
|
__proto__: null
|
|
@@ -61,7 +61,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
61
61
|
/* FULL_PROPS */
|
|
62
62
|
);
|
|
63
63
|
}
|
|
64
|
-
var VkfColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
64
|
+
var VkfColorPicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/color-picker/src/index.vue"]]);
|
|
65
65
|
|
|
66
66
|
var types = /*#__PURE__*/Object.freeze({
|
|
67
67
|
__proto__: null
|
|
@@ -89,7 +89,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
89
89
|
/* FULL_PROPS */
|
|
90
90
|
);
|
|
91
91
|
}
|
|
92
|
-
var VkfDatePicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
92
|
+
var VkfDatePicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/date-picker/src/index.vue"]]);
|
|
93
93
|
|
|
94
94
|
const datePickerEmits = {
|
|
95
95
|
"update:modelValue": null,
|
|
@@ -85,7 +85,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
85
85
|
/* FULL_PROPS */
|
|
86
86
|
);
|
|
87
87
|
}
|
|
88
|
-
var VkfDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
88
|
+
var VkfDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/date-picker/src/index.vue"]]);
|
|
89
89
|
|
|
90
90
|
const datePickerEmits = {
|
|
91
91
|
"update:modelValue": null,
|
|
@@ -162,7 +162,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
162
162
|
/* STABLE_FRAGMENT */
|
|
163
163
|
);
|
|
164
164
|
}
|
|
165
|
-
var VkfDatePickerRange = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
165
|
+
var VkfDatePickerRange = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/date-picker-range/src/index.vue"]]);
|
|
166
166
|
|
|
167
167
|
var types = /*#__PURE__*/Object.freeze({
|
|
168
168
|
__proto__: null
|
|
@@ -158,7 +158,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
158
158
|
/* STABLE_FRAGMENT */
|
|
159
159
|
);
|
|
160
160
|
}
|
|
161
|
-
var VkfDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
161
|
+
var VkfDatePickerRange = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/date-picker-range/src/index.vue"]]);
|
|
162
162
|
|
|
163
163
|
var types = /*#__PURE__*/Object.freeze({
|
|
164
164
|
__proto__: null
|
|
@@ -111,7 +111,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
111
111
|
/* FORWARDED */
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
|
-
var VkfDialog = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
114
|
+
var VkfDialog = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog/src/index.vue"]]);
|
|
115
115
|
|
|
116
116
|
var types = /*#__PURE__*/Object.freeze({
|
|
117
117
|
__proto__: null
|
|
@@ -107,7 +107,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
107
107
|
/* FORWARDED */
|
|
108
108
|
});
|
|
109
109
|
}
|
|
110
|
-
var VkfDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
110
|
+
var VkfDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog/src/index.vue"]]);
|
|
111
111
|
|
|
112
112
|
var types = /*#__PURE__*/Object.freeze({
|
|
113
113
|
__proto__: null
|
|
@@ -212,7 +212,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
212
212
|
/* FORWARDED */
|
|
213
213
|
}, 8, ["model-value"]);
|
|
214
214
|
}
|
|
215
|
-
var DialogForm = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__file", "
|
|
215
|
+
var DialogForm = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/dialog-form.vue"]]);
|
|
216
216
|
|
|
217
217
|
var _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
218
218
|
__name: "layout",
|
|
@@ -282,7 +282,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
282
282
|
/* FORWARDED */
|
|
283
283
|
});
|
|
284
284
|
}
|
|
285
|
-
var TemplatesLayout = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "
|
|
285
|
+
var TemplatesLayout = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/layout.vue"]]);
|
|
286
286
|
|
|
287
287
|
var _sfc_main = /* @__PURE__ */vue.defineComponent({
|
|
288
288
|
...{
|
|
@@ -349,7 +349,7 @@ var _sfc_main = /* @__PURE__ */vue.defineComponent({
|
|
|
349
349
|
});
|
|
350
350
|
});
|
|
351
351
|
const buttonsColumn = vue.computed(() => ({
|
|
352
|
-
label: tr("vkf.
|
|
352
|
+
label: tr("vkf.common.operations", "\u64CD\u4F5C"),
|
|
353
353
|
align: "center",
|
|
354
354
|
width: "85",
|
|
355
355
|
hidden: readonly.value || !props.splicable,
|
|
@@ -371,7 +371,7 @@ var _sfc_main = /* @__PURE__ */vue.defineComponent({
|
|
|
371
371
|
}, null), vue.createVNode(elementPlus$1.ElPopconfirm, {
|
|
372
372
|
"title": tr("vkf.dialogInputCollection.deleteConfirm", "\u786E\u5B9A\u5220\u9664\u5417\uFF1F"),
|
|
373
373
|
"onConfirm": () => handleMinus($index),
|
|
374
|
-
"confirmButtonText": tr("
|
|
374
|
+
"confirmButtonText": tr("vkf.common.delete", "\u5220\u9664"),
|
|
375
375
|
"cancelButtonText": tr("el.popconfirm.cancelButtonText", "\u53D6\u6D88")
|
|
376
376
|
}, {
|
|
377
377
|
reference: () => vue.createVNode(elementPlus$1.ElButton, {
|
|
@@ -520,7 +520,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
520
520
|
}, {
|
|
521
521
|
default: vue.withCtx(() => [
|
|
522
522
|
vue.createTextVNode(
|
|
523
|
-
vue.toDisplayString($setup.tr("vkf.
|
|
523
|
+
vue.toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
524
524
|
1
|
|
525
525
|
/* TEXT */
|
|
526
526
|
)
|
|
@@ -555,7 +555,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
555
555
|
}, {
|
|
556
556
|
default: vue.withCtx(() => [
|
|
557
557
|
vue.createTextVNode(
|
|
558
|
-
vue.toDisplayString($setup.tr("vkf.
|
|
558
|
+
vue.toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
559
559
|
1
|
|
560
560
|
/* TEXT */
|
|
561
561
|
)
|
|
@@ -609,7 +609,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
609
609
|
/* STABLE_FRAGMENT */
|
|
610
610
|
);
|
|
611
611
|
}
|
|
612
|
-
var VkfDialogInputCollection = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
612
|
+
var VkfDialogInputCollection = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/index.vue"]]);
|
|
613
613
|
|
|
614
614
|
var types = /*#__PURE__*/Object.freeze({
|
|
615
615
|
__proto__: null
|
|
@@ -208,7 +208,7 @@ function _sfc_render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
208
208
|
/* FORWARDED */
|
|
209
209
|
}, 8, ["model-value"]);
|
|
210
210
|
}
|
|
211
|
-
var DialogForm = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__file", "
|
|
211
|
+
var DialogForm = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$2], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/dialog-form.vue"]]);
|
|
212
212
|
|
|
213
213
|
var _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
214
214
|
__name: "layout",
|
|
@@ -278,7 +278,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
278
278
|
/* FORWARDED */
|
|
279
279
|
});
|
|
280
280
|
}
|
|
281
|
-
var TemplatesLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "
|
|
281
|
+
var TemplatesLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/layout.vue"]]);
|
|
282
282
|
|
|
283
283
|
var _sfc_main = /* @__PURE__ */defineComponent({
|
|
284
284
|
...{
|
|
@@ -345,7 +345,7 @@ var _sfc_main = /* @__PURE__ */defineComponent({
|
|
|
345
345
|
});
|
|
346
346
|
});
|
|
347
347
|
const buttonsColumn = computed(() => ({
|
|
348
|
-
label: tr("vkf.
|
|
348
|
+
label: tr("vkf.common.operations", "\u64CD\u4F5C"),
|
|
349
349
|
align: "center",
|
|
350
350
|
width: "85",
|
|
351
351
|
hidden: readonly.value || !props.splicable,
|
|
@@ -367,7 +367,7 @@ var _sfc_main = /* @__PURE__ */defineComponent({
|
|
|
367
367
|
}, null), createVNode(ElPopconfirm, {
|
|
368
368
|
"title": tr("vkf.dialogInputCollection.deleteConfirm", "\u786E\u5B9A\u5220\u9664\u5417\uFF1F"),
|
|
369
369
|
"onConfirm": () => handleMinus($index),
|
|
370
|
-
"confirmButtonText": tr("
|
|
370
|
+
"confirmButtonText": tr("vkf.common.delete", "\u5220\u9664"),
|
|
371
371
|
"cancelButtonText": tr("el.popconfirm.cancelButtonText", "\u53D6\u6D88")
|
|
372
372
|
}, {
|
|
373
373
|
reference: () => createVNode(ElButton, {
|
|
@@ -516,7 +516,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
516
516
|
}, {
|
|
517
517
|
default: withCtx(() => [
|
|
518
518
|
createTextVNode(
|
|
519
|
-
toDisplayString($setup.tr("vkf.
|
|
519
|
+
toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
520
520
|
1
|
|
521
521
|
/* TEXT */
|
|
522
522
|
)
|
|
@@ -551,7 +551,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
551
551
|
}, {
|
|
552
552
|
default: withCtx(() => [
|
|
553
553
|
createTextVNode(
|
|
554
|
-
toDisplayString($setup.tr("vkf.
|
|
554
|
+
toDisplayString($setup.tr("vkf.common.add", "\u6DFB\u52A0")),
|
|
555
555
|
1
|
|
556
556
|
/* TEXT */
|
|
557
557
|
)
|
|
@@ -605,7 +605,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
605
605
|
/* STABLE_FRAGMENT */
|
|
606
606
|
);
|
|
607
607
|
}
|
|
608
|
-
var VkfDialogInputCollection = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
608
|
+
var VkfDialogInputCollection = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/dialog-input-collection/src/index.vue"]]);
|
|
609
609
|
|
|
610
610
|
var types = /*#__PURE__*/Object.freeze({
|
|
611
611
|
__proto__: null
|