yuanjia-form-pro-standard 1.1.6-beta6.4 → 1.1.6-beta6.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 +4 -4
- package/designer.style.css +1 -1
- package/designer.umd.js +2 -2
- package/package.json +1 -1
package/designer.es.js
CHANGED
|
@@ -175142,7 +175142,7 @@ const _sfc_main$4l = {
|
|
|
175142
175142
|
},
|
|
175143
175143
|
enableHistoryView: {
|
|
175144
175144
|
type: Boolean,
|
|
175145
|
-
default:
|
|
175145
|
+
default: false
|
|
175146
175146
|
}
|
|
175147
175147
|
},
|
|
175148
175148
|
provide() {
|
|
@@ -177086,7 +177086,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
177086
177086
|
[_directive_loading, $data.formLoading]
|
|
177087
177087
|
]);
|
|
177088
177088
|
}
|
|
177089
|
-
var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-
|
|
177089
|
+
var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-7577cf96"]]);
|
|
177090
177090
|
var ace$2 = { exports: {} };
|
|
177091
177091
|
(function(module, exports) {
|
|
177092
177092
|
(function() {
|
|
@@ -236451,13 +236451,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
|
|
|
236451
236451
|
if (typeof window !== "undefined") {
|
|
236452
236452
|
let loadSvg = function() {
|
|
236453
236453
|
var body = document.body;
|
|
236454
|
-
var svgDom = document.getElementById("
|
|
236454
|
+
var svgDom = document.getElementById("__svg__icons__dom__1767773974315__");
|
|
236455
236455
|
if (!svgDom) {
|
|
236456
236456
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
236457
236457
|
svgDom.style.position = "absolute";
|
|
236458
236458
|
svgDom.style.width = "0";
|
|
236459
236459
|
svgDom.style.height = "0";
|
|
236460
|
-
svgDom.id = "
|
|
236460
|
+
svgDom.id = "__svg__icons__dom__1767773974315__";
|
|
236461
236461
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
236462
236462
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
236463
236463
|
}
|