yuanjia-form-pro-standard 1.1.7-beta0.2 → 1.1.7-beta0.4
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 +4 -8
- package/designer.style.css +1 -1
- package/designer.umd.js +3 -3
- package/package.json +2 -4
package/designer.es.js
CHANGED
|
@@ -241967,13 +241967,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
|
|
|
241967
241967
|
if (typeof window !== "undefined") {
|
|
241968
241968
|
let loadSvg = function() {
|
|
241969
241969
|
var body = document.body;
|
|
241970
|
-
var svgDom = document.getElementById("
|
|
241970
|
+
var svgDom = document.getElementById("__svg__icons__dom__1770357756055__");
|
|
241971
241971
|
if (!svgDom) {
|
|
241972
241972
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
241973
241973
|
svgDom.style.position = "absolute";
|
|
241974
241974
|
svgDom.style.width = "0";
|
|
241975
241975
|
svgDom.style.height = "0";
|
|
241976
|
-
svgDom.id = "
|
|
241976
|
+
svgDom.id = "__svg__icons__dom__1770357756055__";
|
|
241977
241977
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
241978
241978
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
241979
241979
|
}
|
|
@@ -242414,11 +242414,7 @@ const alertSchema = [
|
|
|
242414
242414
|
parentvalueList: [],
|
|
242415
242415
|
read_default: "1",
|
|
242416
242416
|
labelAlign: "",
|
|
242417
|
-
defaultValue: [
|
|
242418
|
-
assist_name: null,
|
|
242419
|
-
assist_id: null,
|
|
242420
|
-
assist_rate: null
|
|
242421
|
-
}],
|
|
242417
|
+
defaultValue: [],
|
|
242422
242418
|
placeholder: "",
|
|
242423
242419
|
columnWidth: "200px",
|
|
242424
242420
|
size: "",
|
|
@@ -261932,7 +261928,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
261932
261928
|
_: 3
|
|
261933
261929
|
}, 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"]);
|
|
261934
261930
|
}
|
|
261935
|
-
var OrgLinkageWidget = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
261931
|
+
var OrgLinkageWidget = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-dcf946b8"]]);
|
|
261936
261932
|
const loadExtension = function(app) {
|
|
261937
261933
|
addContainerWidgetSchema(cardSchema);
|
|
261938
261934
|
app.component(CardWidget.name, CardWidget);
|