form-custom-test 3.0.139 → 3.0.141
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/dist/designer.es.js +4 -6
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -6
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -68612,13 +68612,13 @@ function registerIcon(app) {
|
|
|
68612
68612
|
if (typeof window !== "undefined") {
|
|
68613
68613
|
let loadSvg = function() {
|
|
68614
68614
|
var body = document.body;
|
|
68615
|
-
var svgDom = document.getElementById("
|
|
68615
|
+
var svgDom = document.getElementById("__svg__icons__dom__1778770467318__");
|
|
68616
68616
|
if (!svgDom) {
|
|
68617
68617
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68618
68618
|
svgDom.style.position = "absolute";
|
|
68619
68619
|
svgDom.style.width = "0";
|
|
68620
68620
|
svgDom.style.height = "0";
|
|
68621
|
-
svgDom.id = "
|
|
68621
|
+
svgDom.id = "__svg__icons__dom__1778770467318__";
|
|
68622
68622
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68623
68623
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68624
68624
|
}
|
|
@@ -79698,8 +79698,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79698
79698
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
|
|
79699
79699
|
title: "\u5904\u7F6E\u8BE6\u60C5",
|
|
79700
79700
|
width: "1200px",
|
|
79701
|
-
onClose: $options.handleClose
|
|
79702
|
-
"body-class": "person-tree-dialog-body"
|
|
79701
|
+
onClose: $options.handleClose
|
|
79703
79702
|
}, {
|
|
79704
79703
|
footer: withCtx(() => [
|
|
79705
79704
|
createElementVNode("div", _hoisted_3, [
|
|
@@ -79735,7 +79734,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79735
79734
|
_: 1
|
|
79736
79735
|
}, 8, ["modelValue", "onClose"]);
|
|
79737
79736
|
}
|
|
79738
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
79737
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-66a44616"]]);
|
|
79739
79738
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
79740
79739
|
const _sfc_main$3 = {
|
|
79741
79740
|
name: "asset-table-widget",
|
|
@@ -79942,7 +79941,6 @@ function _sfc_render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79942
79941
|
key: 0,
|
|
79943
79942
|
class: "click-text",
|
|
79944
79943
|
type: "primary",
|
|
79945
|
-
size: "small",
|
|
79946
79944
|
onClick: ($event) => $options.handleRow(row)
|
|
79947
79945
|
}, {
|
|
79948
79946
|
default: withCtx(() => [
|