@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
|
@@ -69,7 +69,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
69
69
|
/* FULL_PROPS */
|
|
70
70
|
);
|
|
71
71
|
}
|
|
72
|
-
var VkfSwitch = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
72
|
+
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"]]);
|
|
73
73
|
|
|
74
74
|
var types = /*#__PURE__*/Object.freeze({
|
|
75
75
|
__proto__: null
|
|
@@ -247,7 +247,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
247
247
|
/* STABLE_FRAGMENT */
|
|
248
248
|
);
|
|
249
249
|
}
|
|
250
|
-
var VkfTablesSelect = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
250
|
+
var VkfTablesSelect = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/tables-select/src/index.vue"]]);
|
|
251
251
|
|
|
252
252
|
var types = /*#__PURE__*/Object.freeze({
|
|
253
253
|
__proto__: null
|
|
@@ -243,7 +243,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
243
243
|
/* STABLE_FRAGMENT */
|
|
244
244
|
);
|
|
245
245
|
}
|
|
246
|
-
var VkfTablesSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
246
|
+
var VkfTablesSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/tables-select/src/index.vue"]]);
|
|
247
247
|
|
|
248
248
|
var types = /*#__PURE__*/Object.freeze({
|
|
249
249
|
__proto__: null
|
|
@@ -21,7 +21,7 @@ var _sfc_main = vue.defineComponent({
|
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
23
|
|
|
24
|
-
var VkfTemplateInstancesProvider = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "
|
|
24
|
+
var VkfTemplateInstancesProvider = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/template-instances-provider/src/index.vue"]]);
|
|
25
25
|
|
|
26
26
|
VkfTemplateInstancesProvider.install = (app) => {
|
|
27
27
|
app.component(VkfTemplateInstancesProvider.name || "VkfTemplateInstancesProvider", VkfTemplateInstancesProvider);
|
|
@@ -17,7 +17,7 @@ var _sfc_main = defineComponent({
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
|
|
20
|
-
var VkfTemplateInstancesProvider = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
20
|
+
var VkfTemplateInstancesProvider = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/template-instances-provider/src/index.vue"]]);
|
|
21
21
|
|
|
22
22
|
VkfTemplateInstancesProvider.install = (app) => {
|
|
23
23
|
app.component(VkfTemplateInstancesProvider.name || "VkfTemplateInstancesProvider", VkfTemplateInstancesProvider);
|
|
@@ -217,7 +217,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
217
217
|
/* STABLE_FRAGMENT */
|
|
218
218
|
);
|
|
219
219
|
}
|
|
220
|
-
var VkfTemplatesDefault = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
220
|
+
var VkfTemplatesDefault = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-default/src/index.vue"]]);
|
|
221
221
|
|
|
222
222
|
var types = /*#__PURE__*/Object.freeze({
|
|
223
223
|
__proto__: null
|
|
@@ -213,7 +213,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
213
213
|
/* STABLE_FRAGMENT */
|
|
214
214
|
);
|
|
215
215
|
}
|
|
216
|
-
var VkfTemplatesDefault = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
216
|
+
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"]]);
|
|
217
217
|
|
|
218
218
|
var types = /*#__PURE__*/Object.freeze({
|
|
219
219
|
__proto__: null
|
|
@@ -97,7 +97,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
97
97
|
/* STABLE_FRAGMENT */
|
|
98
98
|
);
|
|
99
99
|
}
|
|
100
|
-
var VkfTemplatesElementPlus = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
100
|
+
var VkfTemplatesElementPlus = /* @__PURE__ */ _pluginVue_exportHelper._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"]]);
|
|
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
|
/* 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
|
|
@@ -50,7 +50,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
50
50
|
/* STABLE */
|
|
51
51
|
});
|
|
52
52
|
}
|
|
53
|
-
var VkfTemplatesEsri = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
53
|
+
var VkfTemplatesEsri = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-esri/src/index.vue"]]);
|
|
54
54
|
|
|
55
55
|
var types = /*#__PURE__*/Object.freeze({
|
|
56
56
|
__proto__: null
|
|
@@ -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
|
|
@@ -122,7 +122,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
122
122
|
/* STABLE_FRAGMENT */
|
|
123
123
|
);
|
|
124
124
|
}
|
|
125
|
-
var VkfTemplatesLayout = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
125
|
+
var VkfTemplatesLayout = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-layout/src/index.vue"]]);
|
|
126
126
|
|
|
127
127
|
var types = /*#__PURE__*/Object.freeze({
|
|
128
128
|
__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
|
|
@@ -55,7 +55,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55
55
|
/* STABLE */
|
|
56
56
|
});
|
|
57
57
|
}
|
|
58
|
-
var VkfTemplatesVariant = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
58
|
+
var VkfTemplatesVariant = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/templates-variant/src/index.vue"]]);
|
|
59
59
|
|
|
60
60
|
var types = /*#__PURE__*/Object.freeze({
|
|
61
61
|
__proto__: null
|
|
@@ -51,7 +51,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
51
51
|
/* STABLE */
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
var VkfTemplatesVariant = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
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
55
|
|
|
56
56
|
var types = /*#__PURE__*/Object.freeze({
|
|
57
57
|
__proto__: null
|
|
@@ -85,7 +85,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
85
85
|
/* FULL_PROPS */
|
|
86
86
|
);
|
|
87
87
|
}
|
|
88
|
-
var VkfTimePicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
88
|
+
var VkfTimePicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/time-picker/src/index.vue"]]);
|
|
89
89
|
|
|
90
90
|
var types = /*#__PURE__*/Object.freeze({
|
|
91
91
|
__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 VkfTimePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
84
|
+
var VkfTimePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/time-picker/src/index.vue"]]);
|
|
85
85
|
|
|
86
86
|
var types = /*#__PURE__*/Object.freeze({
|
|
87
87
|
__proto__: null
|
|
@@ -294,7 +294,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
294
294
|
}, {
|
|
295
295
|
default: vue.withCtx(() => [
|
|
296
296
|
vue.createTextVNode(
|
|
297
|
-
vue.toDisplayString(_ctx.tr("vkf.
|
|
297
|
+
vue.toDisplayString(_ctx.tr("vkf.common.download", "\u4E0B\u8F7D")),
|
|
298
298
|
1
|
|
299
299
|
/* TEXT */
|
|
300
300
|
)
|
|
@@ -448,7 +448,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
448
448
|
/* STABLE_FRAGMENT */
|
|
449
449
|
);
|
|
450
450
|
}
|
|
451
|
-
var FileVue = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "
|
|
451
|
+
var FileVue = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/file.vue"]]);
|
|
452
452
|
|
|
453
453
|
var _sfc_main$1 = vue.defineComponent({
|
|
454
454
|
components: {
|
|
@@ -629,7 +629,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
629
629
|
/* FULL_PROPS */
|
|
630
630
|
);
|
|
631
631
|
}
|
|
632
|
-
var Core = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "
|
|
632
|
+
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/upload/src/index.vue"]]);
|
|
633
633
|
|
|
634
634
|
var _sfc_main = vue.defineComponent({
|
|
635
635
|
name: "VkfUpload",
|
|
@@ -647,7 +647,7 @@ var _sfc_main = vue.defineComponent({
|
|
|
647
647
|
}
|
|
648
648
|
});
|
|
649
649
|
|
|
650
|
-
var VkfUpload = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "
|
|
650
|
+
var VkfUpload = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/wraper.vue"]]);
|
|
651
651
|
|
|
652
652
|
var types = /*#__PURE__*/Object.freeze({
|
|
653
653
|
__proto__: null
|
|
@@ -290,7 +290,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
290
290
|
}, {
|
|
291
291
|
default: withCtx(() => [
|
|
292
292
|
createTextVNode(
|
|
293
|
-
toDisplayString(_ctx.tr("vkf.
|
|
293
|
+
toDisplayString(_ctx.tr("vkf.common.download", "\u4E0B\u8F7D")),
|
|
294
294
|
1
|
|
295
295
|
/* TEXT */
|
|
296
296
|
)
|
|
@@ -444,7 +444,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
444
444
|
/* STABLE_FRAGMENT */
|
|
445
445
|
);
|
|
446
446
|
}
|
|
447
|
-
var FileVue = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "
|
|
447
|
+
var FileVue = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["render", _sfc_render$1], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/file.vue"]]);
|
|
448
448
|
|
|
449
449
|
var _sfc_main$1 = defineComponent({
|
|
450
450
|
components: {
|
|
@@ -625,7 +625,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
625
625
|
/* FULL_PROPS */
|
|
626
626
|
);
|
|
627
627
|
}
|
|
628
|
-
var Core = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "
|
|
628
|
+
var Core = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/index.vue"]]);
|
|
629
629
|
|
|
630
630
|
var _sfc_main = defineComponent({
|
|
631
631
|
name: "VkfUpload",
|
|
@@ -643,7 +643,7 @@ var _sfc_main = defineComponent({
|
|
|
643
643
|
}
|
|
644
644
|
});
|
|
645
645
|
|
|
646
|
-
var VkfUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "
|
|
646
|
+
var VkfUpload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload/src/wraper.vue"]]);
|
|
647
647
|
|
|
648
648
|
var types = /*#__PURE__*/Object.freeze({
|
|
649
649
|
__proto__: null
|
|
@@ -18663,7 +18663,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18663
18663
|
/* FULL_PROPS */
|
|
18664
18664
|
);
|
|
18665
18665
|
}
|
|
18666
|
-
var VkfUploadPlus = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
18666
|
+
var VkfUploadPlus = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/upload-plus/src/index.vue"]]);
|
|
18667
18667
|
|
|
18668
18668
|
var types = /*#__PURE__*/Object.freeze({
|
|
18669
18669
|
__proto__: null
|
|
@@ -18659,7 +18659,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18659
18659
|
/* FULL_PROPS */
|
|
18660
18660
|
);
|
|
18661
18661
|
}
|
|
18662
|
-
var VkfUploadPlus = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
18662
|
+
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"]]);
|
|
18663
18663
|
|
|
18664
18664
|
var types = /*#__PURE__*/Object.freeze({
|
|
18665
18665
|
__proto__: null
|
|
@@ -110,7 +110,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
110
110
|
/* FULL_PROPS */
|
|
111
111
|
);
|
|
112
112
|
}
|
|
113
|
-
var VkfVanCascader = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
113
|
+
var VkfVanCascader = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/van-cascader/src/index.vue"]]);
|
|
114
114
|
|
|
115
115
|
var types = /*#__PURE__*/Object.freeze({
|
|
116
116
|
__proto__: null
|
|
@@ -106,7 +106,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
106
106
|
/* FULL_PROPS */
|
|
107
107
|
);
|
|
108
108
|
}
|
|
109
|
-
var VkfVanCascader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
109
|
+
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"]]);
|
|
110
110
|
|
|
111
111
|
var types = /*#__PURE__*/Object.freeze({
|
|
112
112
|
__proto__: null
|
|
@@ -318,7 +318,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
318
318
|
/* FULL_PROPS */
|
|
319
319
|
);
|
|
320
320
|
}
|
|
321
|
-
var VkfVarDatetimePicker = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
321
|
+
var VkfVarDatetimePicker = /* @__PURE__ */ _pluginVue_exportHelper._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"]]);
|
|
322
322
|
|
|
323
323
|
var types = /*#__PURE__*/Object.freeze({
|
|
324
324
|
__proto__: null
|
|
@@ -314,7 +314,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
314
314
|
/* FULL_PROPS */
|
|
315
315
|
);
|
|
316
316
|
}
|
|
317
|
-
var VkfVarDatetimePicker = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
317
|
+
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"]]);
|
|
318
318
|
|
|
319
319
|
var types = /*#__PURE__*/Object.freeze({
|
|
320
320
|
__proto__: null
|
|
@@ -71,7 +71,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
71
71
|
/* FULL_PROPS */
|
|
72
72
|
);
|
|
73
73
|
}
|
|
74
|
-
var VkfVditor = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
74
|
+
var VkfVditor = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/vditor/src/index.vue"]]);
|
|
75
75
|
|
|
76
76
|
var types = /*#__PURE__*/Object.freeze({
|
|
77
77
|
__proto__: null
|
|
@@ -67,7 +67,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
67
67
|
/* FULL_PROPS */
|
|
68
68
|
);
|
|
69
69
|
}
|
|
70
|
-
var VkfVditor = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "
|
|
70
|
+
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"]]);
|
|
71
71
|
|
|
72
72
|
var types = /*#__PURE__*/Object.freeze({
|
|
73
73
|
__proto__: null
|
package/index.css
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
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
|
}
|
|
22
22
|
|
|
@@ -220,30 +220,30 @@
|
|
|
220
220
|
margin: 0;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.vkf-form-item-label__span{
|
|
223
|
+
.vkf-form-item-label__span{
|
|
224
224
|
vertical-align: middle;
|
|
225
225
|
}
|
|
226
|
-
.vkf-form-item-label-tip-button:hover .el-icon {
|
|
226
|
+
.vkf-form-item-label-tip-button:hover .el-icon {
|
|
227
227
|
color: var(--el-color-primary);
|
|
228
228
|
}
|
|
229
|
-
.vkf-form-item-label-tip-button .el-icon {
|
|
229
|
+
.vkf-form-item-label-tip-button .el-icon {
|
|
230
230
|
margin-top: -0.18em;
|
|
231
231
|
}
|
|
232
|
-
.vkf-form-item-label-tip-button.el-button{
|
|
233
|
-
margin-left: 4px;
|
|
232
|
+
.vkf-form-item-label-tip-button.el-button{
|
|
233
|
+
margin-left: 4px;
|
|
234
234
|
padding: 4px;
|
|
235
235
|
}
|
|
236
|
-
.el-form-item--label-top.vkf-form-item.has-label-actions > .el-form-item__label {
|
|
237
|
-
width: 100%;
|
|
236
|
+
.el-form-item--label-top.vkf-form-item.has-label-actions > .el-form-item__label {
|
|
237
|
+
width: 100%;
|
|
238
238
|
padding-right: 0;
|
|
239
239
|
}
|
|
240
|
-
.vkf-form-item__tip {
|
|
240
|
+
.vkf-form-item__tip {
|
|
241
241
|
color: var(--el-text-color-secondary);
|
|
242
242
|
}
|
|
243
|
-
.vkf-form-item-label__actions {
|
|
244
|
-
float: right;
|
|
245
|
-
align-items: center;
|
|
246
|
-
display: inline-flex;
|
|
243
|
+
.vkf-form-item-label__actions {
|
|
244
|
+
float: right;
|
|
245
|
+
align-items: center;
|
|
246
|
+
display: inline-flex;
|
|
247
247
|
height: 1.8em;
|
|
248
248
|
}
|
|
249
249
|
.vkf-form-item.is-information{
|
|
@@ -295,24 +295,24 @@
|
|
|
295
295
|
flex-wrap: initial;
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.vkf-input-collection-options{
|
|
299
|
-
width: 100%;
|
|
300
|
-
display: flex;
|
|
298
|
+
.vkf-input-collection-options{
|
|
299
|
+
width: 100%;
|
|
300
|
+
display: flex;
|
|
301
301
|
justify-content: flex-end;
|
|
302
302
|
}
|
|
303
|
-
.vkf-input-collection-table{
|
|
303
|
+
.vkf-input-collection-table{
|
|
304
304
|
margin-top: var(--gap-m, 8px);
|
|
305
305
|
}
|
|
306
|
-
.vkf-input-collection-table .vkf-form-item {
|
|
306
|
+
.vkf-input-collection-table .vkf-form-item {
|
|
307
307
|
margin-bottom: 0;
|
|
308
308
|
}
|
|
309
|
-
.vk-input-collection__expand-fieldset{
|
|
309
|
+
.vk-input-collection__expand-fieldset{
|
|
310
310
|
padding: 8px;
|
|
311
311
|
}
|
|
312
|
-
.vk-input-collection__expand-fieldset > .vkf-form-item{
|
|
312
|
+
.vk-input-collection__expand-fieldset > .vkf-form-item{
|
|
313
313
|
margin-bottom: 18px;
|
|
314
314
|
}
|
|
315
|
-
.vk-input-collection__buttons .cell{
|
|
315
|
+
.vk-input-collection__buttons .cell{
|
|
316
316
|
padding: 0;
|
|
317
317
|
}
|
|
318
318
|
|
|
@@ -340,20 +340,20 @@
|
|
|
340
340
|
width: 100%;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.vkf-radio-option-card.is-checked {
|
|
343
|
+
.vkf-radio-option-card.is-checked {
|
|
344
344
|
border-color: var(--el-color-primary);
|
|
345
345
|
}
|
|
346
|
-
.vkf-radio-option-card{
|
|
347
|
-
font-size: var(--el-font-size-base);
|
|
346
|
+
.vkf-radio-option-card{
|
|
347
|
+
font-size: var(--el-font-size-base);
|
|
348
348
|
cursor: pointer;
|
|
349
349
|
}
|
|
350
|
-
.vkf-radio-option-card:not(:last-child) {
|
|
350
|
+
.vkf-radio-option-card:not(:last-child) {
|
|
351
351
|
margin-right: 30px;
|
|
352
352
|
}
|
|
353
|
-
.vkf-radio-option-card > .el-card__body{
|
|
354
|
-
display: flex;
|
|
355
|
-
justify-content: space-between;
|
|
356
|
-
align-items: center;
|
|
353
|
+
.vkf-radio-option-card > .el-card__body{
|
|
354
|
+
display: flex;
|
|
355
|
+
justify-content: space-between;
|
|
356
|
+
align-items: center;
|
|
357
357
|
width: max-content;
|
|
358
358
|
}
|
|
359
359
|
.el-radio-group.is-readonly,
|
|
@@ -381,19 +381,19 @@
|
|
|
381
381
|
cursor: var(--el-readonly-cursor);
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
.el-select.is-readonly{
|
|
385
|
-
--el-readonly-cursor: text;
|
|
386
|
-
--el-disabled-bg-color: initial;
|
|
384
|
+
.el-select.is-readonly{
|
|
385
|
+
--el-readonly-cursor: text;
|
|
386
|
+
--el-disabled-bg-color: initial;
|
|
387
387
|
--el-disabled-text-color: var(--el-input-text-color);
|
|
388
388
|
}
|
|
389
|
-
.el-select.is-readonly .el-select__wrapper.is-disabled {
|
|
390
|
-
background-color: initial;
|
|
391
|
-
color: var(--el-input-text-color);
|
|
389
|
+
.el-select.is-readonly .el-select__wrapper.is-disabled {
|
|
390
|
+
background-color: initial;
|
|
391
|
+
color: var(--el-input-text-color);
|
|
392
392
|
cursor: var(--el-readonly-cursor);
|
|
393
393
|
}
|
|
394
|
-
.el-select.is-readonly .el-input.is-disabled .el-input__inner,
|
|
395
|
-
.el-select.is-readonly .el-input.is-disabled .el-select__caret,
|
|
396
|
-
.el-select.is-readonly .el-input.is-disabled .el-input__wrapper{
|
|
394
|
+
.el-select.is-readonly .el-input.is-disabled .el-input__inner,
|
|
395
|
+
.el-select.is-readonly .el-input.is-disabled .el-select__caret,
|
|
396
|
+
.el-select.is-readonly .el-input.is-disabled .el-input__wrapper{
|
|
397
397
|
cursor: var(--el-readonly-cursor);
|
|
398
398
|
}
|
|
399
399
|
|
package/locale/index.cjs
CHANGED
|
@@ -4,13 +4,13 @@ const en = {
|
|
|
4
4
|
vkf: {
|
|
5
5
|
common: {
|
|
6
6
|
operations: "Operations",
|
|
7
|
+
add: "Add",
|
|
8
|
+
delete: "Delete",
|
|
7
9
|
pause: "Pause",
|
|
8
10
|
upload: "Upload",
|
|
9
11
|
download: "Download"
|
|
10
12
|
},
|
|
11
13
|
dialogInputCollection: {
|
|
12
|
-
operations: "Operations",
|
|
13
|
-
add: "Add",
|
|
14
14
|
deleteConfirm: "Delete this item?"
|
|
15
15
|
},
|
|
16
16
|
downloadPlus: {
|
|
@@ -27,9 +27,6 @@ const en = {
|
|
|
27
27
|
required: "{label} is required",
|
|
28
28
|
pattern: "Enter {label}: {pattern}"
|
|
29
29
|
},
|
|
30
|
-
inputCollection: {
|
|
31
|
-
operations: "Operations"
|
|
32
|
-
},
|
|
33
30
|
inputLink: {
|
|
34
31
|
label: "Backfill URL",
|
|
35
32
|
placeholder: "Paste the file download URL here after uploading",
|
|
@@ -39,8 +36,7 @@ const en = {
|
|
|
39
36
|
upload: {
|
|
40
37
|
selectFile: "Select file",
|
|
41
38
|
empty: "No file",
|
|
42
|
-
exceedConfirm: "The file limit has been exceeded. Replace existing files with the new files?"
|
|
43
|
-
download: "Download"
|
|
39
|
+
exceedConfirm: "The file limit has been exceeded. Replace existing files with the new files?"
|
|
44
40
|
},
|
|
45
41
|
uploadPlus: {
|
|
46
42
|
selectFile: "Select file",
|
|
@@ -57,13 +53,13 @@ const zhCn = {
|
|
|
57
53
|
vkf: {
|
|
58
54
|
common: {
|
|
59
55
|
operations: "\u64CD\u4F5C",
|
|
56
|
+
add: "\u6DFB\u52A0",
|
|
57
|
+
delete: "\u5220\u9664",
|
|
60
58
|
pause: "\u6682\u505C",
|
|
61
59
|
upload: "\u4E0A\u4F20",
|
|
62
60
|
download: "\u4E0B\u8F7D"
|
|
63
61
|
},
|
|
64
62
|
dialogInputCollection: {
|
|
65
|
-
operations: "\u64CD\u4F5C",
|
|
66
|
-
add: "\u6DFB\u52A0",
|
|
67
63
|
deleteConfirm: "\u786E\u5B9A\u5220\u9664\u5417\uFF1F"
|
|
68
64
|
},
|
|
69
65
|
downloadPlus: {
|
|
@@ -80,9 +76,6 @@ const zhCn = {
|
|
|
80
76
|
required: "{label}\u4E0D\u80FD\u4E3A\u7A7A",
|
|
81
77
|
pattern: "\u8F93\u5165 {label} {pattern}"
|
|
82
78
|
},
|
|
83
|
-
inputCollection: {
|
|
84
|
-
operations: "\u64CD\u4F5C"
|
|
85
|
-
},
|
|
86
79
|
inputLink: {
|
|
87
80
|
label: "\u56DE\u586B\u5730\u5740",
|
|
88
81
|
placeholder: "\u4E0A\u4F20\u6587\u4EF6\u540E, \u5C06\u6587\u4EF6\u4E0B\u8F7D\u5730\u5740\u7C98\u8D34\u5230\u6B64\u5904",
|
|
@@ -92,8 +85,7 @@ const zhCn = {
|
|
|
92
85
|
upload: {
|
|
93
86
|
selectFile: "\u9009\u62E9\u6587\u4EF6",
|
|
94
87
|
empty: "\u6682\u65E0",
|
|
95
|
-
exceedConfirm: "\u5DF2\u8D85\u8FC7\u6700\u5927\u4E0A\u4F20\u6570\u91CF\u9650\u5236\uFF0C\u662F\u5426\u4F7F\u7528\u65B0\u6587\u4EF6\u91CD\u65B0\u4E0A\u4F20\uFF1F"
|
|
96
|
-
download: "\u4E0B\u8F7D"
|
|
88
|
+
exceedConfirm: "\u5DF2\u8D85\u8FC7\u6700\u5927\u4E0A\u4F20\u6570\u91CF\u9650\u5236\uFF0C\u662F\u5426\u4F7F\u7528\u65B0\u6587\u4EF6\u91CD\u65B0\u4E0A\u4F20\uFF1F"
|
|
97
89
|
},
|
|
98
90
|
uploadPlus: {
|
|
99
91
|
selectFile: "\u8BF7\u9009\u62E9\u6587\u4EF6",
|