yuanjia-form-pro-standard 1.1.5-beta0.3 → 1.1.6
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/designer.es.js +9 -9
- package/designer.umd.js +3 -3
- package/package.json +1 -1
package/designer.es.js
CHANGED
|
@@ -2692,9 +2692,9 @@ const advancedFields = [
|
|
|
2692
2692
|
withCredentials: false,
|
|
2693
2693
|
multipleSelect: false,
|
|
2694
2694
|
showFileList: true,
|
|
2695
|
-
limit:
|
|
2696
|
-
fileMaxSize:
|
|
2697
|
-
fileTypes: [
|
|
2695
|
+
limit: 9,
|
|
2696
|
+
fileMaxSize: 2048,
|
|
2697
|
+
fileTypes: [],
|
|
2698
2698
|
customClass: "",
|
|
2699
2699
|
labelIconClass: null,
|
|
2700
2700
|
labelIconPosition: "rear",
|
|
@@ -2735,9 +2735,9 @@ const advancedFields = [
|
|
|
2735
2735
|
withCredentials: false,
|
|
2736
2736
|
multipleSelect: false,
|
|
2737
2737
|
showFileList: true,
|
|
2738
|
-
limit:
|
|
2739
|
-
fileMaxSize:
|
|
2740
|
-
fileTypes: [
|
|
2738
|
+
limit: 9,
|
|
2739
|
+
fileMaxSize: 2048,
|
|
2740
|
+
fileTypes: [],
|
|
2741
2741
|
showDownloadLink: true,
|
|
2742
2742
|
filePreviewEnabled: false,
|
|
2743
2743
|
customClass: "",
|
|
@@ -136795,7 +136795,7 @@ const _sfc_main$3e = {
|
|
|
136795
136795
|
headers: header
|
|
136796
136796
|
}).then((res) => {
|
|
136797
136797
|
res.data.Data.forEach((element) => {
|
|
136798
|
-
element.value = element.name
|
|
136798
|
+
element.value = `${element.id} ${element.name}`;
|
|
136799
136799
|
});
|
|
136800
136800
|
cb(res.data.Data);
|
|
136801
136801
|
});
|
|
@@ -158560,13 +158560,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
|
|
|
158560
158560
|
if (typeof window !== "undefined") {
|
|
158561
158561
|
let loadSvg = function() {
|
|
158562
158562
|
var body = document.body;
|
|
158563
|
-
var svgDom = document.getElementById("
|
|
158563
|
+
var svgDom = document.getElementById("__svg__icons__dom__1761534396575__");
|
|
158564
158564
|
if (!svgDom) {
|
|
158565
158565
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
158566
158566
|
svgDom.style.position = "absolute";
|
|
158567
158567
|
svgDom.style.width = "0";
|
|
158568
158568
|
svgDom.style.height = "0";
|
|
158569
|
-
svgDom.id = "
|
|
158569
|
+
svgDom.id = "__svg__icons__dom__1761534396575__";
|
|
158570
158570
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
158571
158571
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
158572
158572
|
}
|