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.
@@ -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("__svg__icons__dom__1779155894631__");
68615
+ var svgDom = document.getElementById("__svg__icons__dom__1779156085525__");
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 = "__svg__icons__dom__1779155894631__";
68621
+ svgDom.id = "__svg__icons__dom__1779156085525__";
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
  }
@@ -79118,7 +79118,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79118
79118
  width: "120"
79119
79119
  }, {
79120
79120
  default: withCtx(({ row }) => [
79121
- createTextVNode(toDisplayString(row.originalValue | _ctx.formatMoney), 1)
79121
+ createTextVNode(toDisplayString(String(row.originalValue)), 1)
79122
79122
  ]),
79123
79123
  _: 1
79124
79124
  }),
@@ -79128,7 +79128,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79128
79128
  width: "120"
79129
79129
  }, {
79130
79130
  default: withCtx(({ row }) => [
79131
- createTextVNode(toDisplayString(row.netValue | _ctx.formatMoney), 1)
79131
+ createTextVNode(toDisplayString(String(row.netValue)), 1)
79132
79132
  ]),
79133
79133
  _: 1
79134
79134
  })
@@ -79212,7 +79212,7 @@ function _sfc_render$6(_ctx, _cache, $props, $setup, $data, $options) {
79212
79212
  _: 1
79213
79213
  }, 8, ["modelValue", "onClose"]);
79214
79214
  }
79215
- var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-0603b722"]]);
79215
+ var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["render", _sfc_render$6], ["__scopeId", "data-v-5d662a88"]]);
79216
79216
  var index_vue_vue_type_style_index_0_lang$1 = "";
79217
79217
  const _sfc_main$5 = {
79218
79218
  name: "asset-select-widget",