yuanjia-form-pro-standard 1.1.7-beta0.1 → 1.1.7-beta0.3
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 +5 -8
- package/designer.umd.js +3 -3
- package/package.json +2 -4
package/designer.es.js
CHANGED
|
@@ -219918,7 +219918,8 @@ const _sfc_main$3l = {
|
|
|
219918
219918
|
return {
|
|
219919
219919
|
specialMarkOptions: [
|
|
219920
219920
|
{ label: "\u8DDF\u6848\u5F8B\u5E08", value: "followLawyer" },
|
|
219921
|
-
{ label: "\u51FA\u5EAD\u5F8B\u5E08", value: "courtLawyer" }
|
|
219921
|
+
{ label: "\u51FA\u5EAD\u5F8B\u5E08", value: "courtLawyer" },
|
|
219922
|
+
{ label: "\u51FA\u5EAD\u65F6\u95F4", value: "courtTime" }
|
|
219922
219923
|
]
|
|
219923
219924
|
};
|
|
219924
219925
|
},
|
|
@@ -241966,13 +241967,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
|
|
|
241966
241967
|
if (typeof window !== "undefined") {
|
|
241967
241968
|
let loadSvg = function() {
|
|
241968
241969
|
var body = document.body;
|
|
241969
|
-
var svgDom = document.getElementById("
|
|
241970
|
+
var svgDom = document.getElementById("__svg__icons__dom__1770292099749__");
|
|
241970
241971
|
if (!svgDom) {
|
|
241971
241972
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
241972
241973
|
svgDom.style.position = "absolute";
|
|
241973
241974
|
svgDom.style.width = "0";
|
|
241974
241975
|
svgDom.style.height = "0";
|
|
241975
|
-
svgDom.id = "
|
|
241976
|
+
svgDom.id = "__svg__icons__dom__1770292099749__";
|
|
241976
241977
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
241977
241978
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
241978
241979
|
}
|
|
@@ -242413,11 +242414,7 @@ const alertSchema = [
|
|
|
242413
242414
|
parentvalueList: [],
|
|
242414
242415
|
read_default: "1",
|
|
242415
242416
|
labelAlign: "",
|
|
242416
|
-
defaultValue: [
|
|
242417
|
-
assist_name: null,
|
|
242418
|
-
assist_id: null,
|
|
242419
|
-
assist_rate: null
|
|
242420
|
-
}],
|
|
242417
|
+
defaultValue: [],
|
|
242421
242418
|
placeholder: "",
|
|
242422
242419
|
columnWidth: "200px",
|
|
242423
242420
|
size: "",
|