form-custom-test 3.0.171 → 3.0.172
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/dist/designer.es.js +11 -7
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +3 -3
- package/dist/render.es.js +11 -7
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +3 -3
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -4124,7 +4124,8 @@ var enLocale_extension = {
|
|
|
4124
4124
|
assetSelectAssetTypeValue: "Asset Type Value",
|
|
4125
4125
|
assetTypeAssetTypeValue: "Asset Type",
|
|
4126
4126
|
assetLimit: "Asset Limit",
|
|
4127
|
-
assetType: "Asset Typee"
|
|
4127
|
+
assetType: "Asset Typee",
|
|
4128
|
+
subTableShowIndex: "Show Index"
|
|
4128
4129
|
}
|
|
4129
4130
|
}
|
|
4130
4131
|
};
|
|
@@ -4184,7 +4185,8 @@ var zhLocale_extension = {
|
|
|
4184
4185
|
equityTableClickRow: "\u662F\u5426\u70B9\u51FB\u884C",
|
|
4185
4186
|
assetSelectAssetTypeValue: "\u8D44\u4EA7\u7C7B\u578B\u503C",
|
|
4186
4187
|
assetTypeAssetTypeValue: "\u9ED8\u8BA4\u8D44\u4EA7\u7C7B\u578B\u503C",
|
|
4187
|
-
assetSelectAssetLimit: "\u8D44\u4EA7\u9009\u62E9\u9650\u5236"
|
|
4188
|
+
assetSelectAssetLimit: "\u8D44\u4EA7\u9009\u62E9\u9650\u5236",
|
|
4189
|
+
subTableShowIndex: "\u662F\u5426\u663E\u793A\u5E8F\u53F7\u5217"
|
|
4188
4190
|
}
|
|
4189
4191
|
}
|
|
4190
4192
|
};
|
|
@@ -69010,13 +69012,13 @@ function registerIcon(app) {
|
|
|
69010
69012
|
if (typeof window !== "undefined") {
|
|
69011
69013
|
let loadSvg = function() {
|
|
69012
69014
|
var body = document.body;
|
|
69013
|
-
var svgDom = document.getElementById("
|
|
69015
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779873397432__");
|
|
69014
69016
|
if (!svgDom) {
|
|
69015
69017
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69016
69018
|
svgDom.style.position = "absolute";
|
|
69017
69019
|
svgDom.style.width = "0";
|
|
69018
69020
|
svgDom.style.height = "0";
|
|
69019
|
-
svgDom.id = "
|
|
69021
|
+
svgDom.id = "__svg__icons__dom__1779873397432__";
|
|
69020
69022
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69021
69023
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69022
69024
|
}
|
|
@@ -80767,11 +80769,12 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80767
80769
|
default: withCtx(({ row }) => [
|
|
80768
80770
|
createElementVNode("div", _hoisted_1$3, [
|
|
80769
80771
|
createElementVNode("div", _hoisted_2$3, [
|
|
80770
|
-
|
|
80772
|
+
row.fileName ? (openBlock(), createElementBlock("img", {
|
|
80773
|
+
key: 0,
|
|
80771
80774
|
src: $options.getFileIcon(row.fileName),
|
|
80772
80775
|
alt: "",
|
|
80773
80776
|
style: { "width": "18px", "height": "18px", "margin-right": "8px" }
|
|
80774
|
-
}, null, 8, _hoisted_3$2),
|
|
80777
|
+
}, null, 8, _hoisted_3$2)) : createCommentVNode("", true),
|
|
80775
80778
|
createElementVNode("div", {
|
|
80776
80779
|
class: "upload-file-name",
|
|
80777
80780
|
title: row.fileName
|
|
@@ -80800,7 +80803,7 @@ function _sfc_render$5(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80800
80803
|
_: 1
|
|
80801
80804
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
80802
80805
|
}
|
|
80803
|
-
var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-
|
|
80806
|
+
var ResolutionTableWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["render", _sfc_render$5], ["__scopeId", "data-v-4e95dfe2"]]);
|
|
80804
80807
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
80805
80808
|
const _sfc_main$4 = {
|
|
80806
80809
|
name: "fixed-table-widget",
|
|
@@ -82132,6 +82135,7 @@ const loadExtension = function(app) {
|
|
|
82132
82135
|
addContainerWidgetSchema(subTableSchema);
|
|
82133
82136
|
app.component(SubTableWidget.name, SubTableWidget);
|
|
82134
82137
|
app.component(SubTableItem.name, SubTableItem);
|
|
82138
|
+
registerCPEditor(app, "sub-table-showIndex", "sub-table-showIndex-editor", createBooleanEditor("showIndex", "extension.setting.subTableShowIndex"));
|
|
82135
82139
|
app.component("sub-table-columns-editor", SubTableColumnsEditor);
|
|
82136
82140
|
registerCPEditor(app, "sub-table-columns", "sub-table-columns-editor", SubTableColumnsEditor);
|
|
82137
82141
|
registerCPEditor(app, "select-tree-showCheckbox", "select-tree-showCheckbox-editor", createBooleanEditor("showCheckbox", "designer.setting.showCheckbox"));
|