form-custom-test 3.0.149 → 3.0.150
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 +5 -5
- package/dist/designer.style.css +1 -1
- package/dist/designer.umd.js +2 -2
- package/dist/render.es.js +5 -5
- package/dist/render.style.css +1 -1
- package/dist/render.umd.js +2 -2
- package/package.json +1 -1
package/dist/render.es.js
CHANGED
|
@@ -26290,13 +26290,13 @@ function registerIcon(app) {
|
|
|
26290
26290
|
if (typeof window !== "undefined") {
|
|
26291
26291
|
let loadSvg = function() {
|
|
26292
26292
|
var body = document.body;
|
|
26293
|
-
var svgDom = document.getElementById("
|
|
26293
|
+
var svgDom = document.getElementById("__svg__icons__dom__1779156094493__");
|
|
26294
26294
|
if (!svgDom) {
|
|
26295
26295
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
26296
26296
|
svgDom.style.position = "absolute";
|
|
26297
26297
|
svgDom.style.width = "0";
|
|
26298
26298
|
svgDom.style.height = "0";
|
|
26299
|
-
svgDom.id = "
|
|
26299
|
+
svgDom.id = "__svg__icons__dom__1779156094493__";
|
|
26300
26300
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
26301
26301
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
26302
26302
|
}
|
|
@@ -62343,7 +62343,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62343
62343
|
width: "120"
|
|
62344
62344
|
}, {
|
|
62345
62345
|
default: withCtx(({ row }) => [
|
|
62346
|
-
createTextVNode(toDisplayString(row.originalValue
|
|
62346
|
+
createTextVNode(toDisplayString(String(row.originalValue)), 1)
|
|
62347
62347
|
]),
|
|
62348
62348
|
_: 1
|
|
62349
62349
|
}),
|
|
@@ -62353,7 +62353,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62353
62353
|
width: "120"
|
|
62354
62354
|
}, {
|
|
62355
62355
|
default: withCtx(({ row }) => [
|
|
62356
|
-
createTextVNode(toDisplayString(row.netValue
|
|
62356
|
+
createTextVNode(toDisplayString(String(row.netValue)), 1)
|
|
62357
62357
|
]),
|
|
62358
62358
|
_: 1
|
|
62359
62359
|
})
|
|
@@ -62437,7 +62437,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
62437
62437
|
_: 1
|
|
62438
62438
|
}, 8, ["modelValue", "onClose"]);
|
|
62439
62439
|
}
|
|
62440
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-
|
|
62440
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-5d662a88"]]);
|
|
62441
62441
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
62442
62442
|
const _sfc_main$5 = {
|
|
62443
62443
|
name: "asset-select-widget",
|