form-custom-test 3.0.189 → 3.0.190
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 -4
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +4 -4
- 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
|
@@ -69038,13 +69038,13 @@ function registerIcon(app) {
|
|
|
69038
69038
|
if (typeof window !== "undefined") {
|
|
69039
69039
|
let loadSvg = function() {
|
|
69040
69040
|
var body = document.body;
|
|
69041
|
-
var svgDom = document.getElementById("
|
|
69041
|
+
var svgDom = document.getElementById("__svg__icons__dom__1780553816874__");
|
|
69042
69042
|
if (!svgDom) {
|
|
69043
69043
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
69044
69044
|
svgDom.style.position = "absolute";
|
|
69045
69045
|
svgDom.style.width = "0";
|
|
69046
69046
|
svgDom.style.height = "0";
|
|
69047
|
-
svgDom.id = "
|
|
69047
|
+
svgDom.id = "__svg__icons__dom__1780553816874__";
|
|
69048
69048
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
69049
69049
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
69050
69050
|
}
|
|
@@ -80226,7 +80226,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80226
80226
|
return openBlock(), createBlock(_component_el_dialog, {
|
|
80227
80227
|
modelValue: $options.dialogVisible,
|
|
80228
80228
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $options.dialogVisible = $event),
|
|
80229
|
-
title: "\
|
|
80229
|
+
title: "\u67E5\u770B\u8BE6\u60C5",
|
|
80230
80230
|
width: "1200px",
|
|
80231
80231
|
onClose: $options.handleClose,
|
|
80232
80232
|
"close-on-click-modal": false,
|
|
@@ -80266,7 +80266,7 @@ function _sfc_render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
80266
80266
|
_: 1
|
|
80267
80267
|
}, 8, ["modelValue", "onClose"]);
|
|
80268
80268
|
}
|
|
80269
|
-
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-
|
|
80269
|
+
var DetailDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["render", _sfc_render$7], ["__scopeId", "data-v-8cc99418"]]);
|
|
80270
80270
|
var index_vue_vue_type_style_index_0_lang = "";
|
|
80271
80271
|
const _sfc_main$6 = {
|
|
80272
80272
|
name: "asset-table-widget",
|