form-custom-test 3.0.161 → 3.0.163
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 +5 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -4
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +2 -2
package/dist/designer.es.js
CHANGED
|
@@ -68763,13 +68763,13 @@ function registerIcon(app) {
|
|
|
68763
68763
|
if (typeof window !== "undefined") {
|
|
68764
68764
|
let loadSvg = function() {
|
|
68765
68765
|
var body = document.body;
|
|
68766
|
-
var svgDom = document.getElementById("
|
|
68766
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779357201018__");
|
|
68767
68767
|
if (!svgDom) {
|
|
68768
68768
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68769
68769
|
svgDom.style.position = "absolute";
|
|
68770
68770
|
svgDom.style.width = "0";
|
|
68771
68771
|
svgDom.style.height = "0";
|
|
68772
|
-
svgDom.id = "
|
|
68772
|
+
svgDom.id = "__svg__icons__dom__1779357201018__";
|
|
68773
68773
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68774
68774
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68775
68775
|
}
|
|
@@ -78983,6 +78983,7 @@ const _sfc_main$6 = {
|
|
|
78983
78983
|
const tableRef = this.$refs.tableRef;
|
|
78984
78984
|
const selection = tableRef && typeof tableRef.getSelectionRows === "function" ? tableRef.getSelectionRows() : [];
|
|
78985
78985
|
if (!selection || selection.length === 0) {
|
|
78986
|
+
this.$message.error(`\u8BF7\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u8D44\u4EA7`);
|
|
78986
78987
|
return;
|
|
78987
78988
|
}
|
|
78988
78989
|
const arr = [...this.selectedRows, ...selection].reduce((acc, item) => {
|
|
@@ -79035,7 +79036,7 @@ const _sfc_main$6 = {
|
|
|
79035
79036
|
this.handleGetAssetTypeOptions();
|
|
79036
79037
|
}
|
|
79037
79038
|
};
|
|
79038
|
-
const _hoisted_1$4 = { class: "asset-
|
|
79039
|
+
const _hoisted_1$4 = { class: "asset-bodybody-wrap" };
|
|
79039
79040
|
const _hoisted_2$2 = { class: "bottom-wrap" };
|
|
79040
79041
|
const _hoisted_3$1 = { class: "left-wrap" };
|
|
79041
79042
|
const _hoisted_4 = { class: "filter-wrap" };
|
|
@@ -79367,7 +79368,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79367
79368
|
_: 1
|
|
79368
79369
|
}, 8, ["modelValue", "onClose"]);
|
|
79369
79370
|
}
|
|
79370
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
79371
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-d26bfe7c"]]);
|
|
79371
79372
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
79372
79373
|
const _sfc_main$5 = {
|
|
79373
79374
|
name: "asset-select-widget",
|