yuanjia-form-pro-standard 1.1.6-beta7.2 → 1.1.6-beta7.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 -5
- package/designer.style.css +1 -1
- package/designer.umd.js +2 -2
- package/package.json +1 -1
package/designer.es.js
CHANGED
|
@@ -181358,7 +181358,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
181358
181358
|
fit: "cover"
|
|
181359
181359
|
}, null, 8, ["src", "preview-src-list"])) : (openBlock(), createElementBlock("div", {
|
|
181360
181360
|
key: 1,
|
|
181361
|
-
class: "file-item",
|
|
181361
|
+
class: "file-item-vform",
|
|
181362
181362
|
onClick: ($event) => $options.openFileUrl(file.url),
|
|
181363
181363
|
title: file.name || "\u70B9\u51FB\u9884\u89C8"
|
|
181364
181364
|
}, [
|
|
@@ -181396,7 +181396,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
181396
181396
|
fit: "cover"
|
|
181397
181397
|
}, null, 8, ["src", "preview-src-list"])) : (openBlock(), createElementBlock("div", {
|
|
181398
181398
|
key: 1,
|
|
181399
|
-
class: "file-item",
|
|
181399
|
+
class: "file-item-vform",
|
|
181400
181400
|
onClick: ($event) => $options.openFileUrl(file.url),
|
|
181401
181401
|
title: file.name || "\u70B9\u51FB\u9884\u89C8"
|
|
181402
181402
|
}, [
|
|
@@ -181427,7 +181427,7 @@ function _sfc_render$4l(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
181427
181427
|
[_directive_loading, $data.formLoading]
|
|
181428
181428
|
]);
|
|
181429
181429
|
}
|
|
181430
|
-
var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-
|
|
181430
|
+
var VFormRender = /* @__PURE__ */ _export_sfc(_sfc_main$4l, [["render", _sfc_render$4l], ["__scopeId", "data-v-2af90684"]]);
|
|
181431
181431
|
var ace$2 = { exports: {} };
|
|
181432
181432
|
(function(module, exports) {
|
|
181433
181433
|
(function() {
|
|
@@ -240738,13 +240738,13 @@ var Draggable = /* @__PURE__ */ getDefaultExportFromCjs(vuedraggable_umd.exports
|
|
|
240738
240738
|
if (typeof window !== "undefined") {
|
|
240739
240739
|
let loadSvg = function() {
|
|
240740
240740
|
var body = document.body;
|
|
240741
|
-
var svgDom = document.getElementById("
|
|
240741
|
+
var svgDom = document.getElementById("__svg__icons__dom__1768303795840__");
|
|
240742
240742
|
if (!svgDom) {
|
|
240743
240743
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
240744
240744
|
svgDom.style.position = "absolute";
|
|
240745
240745
|
svgDom.style.width = "0";
|
|
240746
240746
|
svgDom.style.height = "0";
|
|
240747
|
-
svgDom.id = "
|
|
240747
|
+
svgDom.id = "__svg__icons__dom__1768303795840__";
|
|
240748
240748
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
240749
240749
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
240750
240750
|
}
|