mixapply 1.1.35 → 1.1.37

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/mixapply.js CHANGED
@@ -56336,6 +56336,7 @@ const V1 = (t, e, r) => {
56336
56336
  ORDER: 6
56337
56337
  }, Rue = {
56338
56338
  bgColor: { value: "#fff", type: "color", label: "背景颜色" },
56339
+ titleColor: { value: "#111", type: "color", label: "标题颜色" },
56339
56340
  textColor: { value: "#111", type: "color", label: "字体颜色" },
56340
56341
  itemColor: { value: "#e5e5e5", type: "color", label: "卡片颜色" },
56341
56342
  titleSize: { value: 14, type: "number", label: "标题字体" },
@@ -56379,20 +56380,21 @@ const V1 = (t, e, r) => {
56379
56380
  }), s = (f) => {
56380
56381
  i.value = f;
56381
56382
  }, l = () => {
56382
- var p, g, v, m, b, y, S, C, _, w, x, T, E, L, A, D, M, k, R, N, P, B;
56383
+ var p, g, v, m, b, y, S, C, _, w, x, T, E, L, A, D, M, k, R, N, P, B, $, j;
56383
56384
  const { conf: f } = n;
56384
56385
  a.value = {
56385
56386
  bgColor: ((g = (p = f == null ? void 0 : f.options) == null ? void 0 : p.bgColor) == null ? void 0 : g.value) || "#fff",
56386
- textColor: ((m = (v = f == null ? void 0 : f.options) == null ? void 0 : v.textColor) == null ? void 0 : m.value) || "#111",
56387
- itemColor: ((y = (b = f == null ? void 0 : f.options) == null ? void 0 : b.itemColor) == null ? void 0 : y.value) || "#e5e5e5",
56388
- titleSize: ((C = (S = f == null ? void 0 : f.options) == null ? void 0 : S.titleSize) == null ? void 0 : C.value) || 14,
56389
- textSize: ((w = (_ = f == null ? void 0 : f.options) == null ? void 0 : _.textSize) == null ? void 0 : w.value) || 13,
56390
- radiusSize: ((T = (x = f == null ? void 0 : f.options) == null ? void 0 : x.radiusSize) == null ? void 0 : T.value) ?? 4,
56391
- cardHeight: ((L = (E = f == null ? void 0 : f.options) == null ? void 0 : E.cardHeight) == null ? void 0 : L.value) ?? 100,
56392
- cardWidth: ((D = (A = f == null ? void 0 : f.options) == null ? void 0 : A.cardWidth) == null ? void 0 : D.value) ?? 150,
56393
- isHideTitle: ((k = (M = f == null ? void 0 : f.options) == null ? void 0 : M.isHideTitle) == null ? void 0 : k.value) ?? !1,
56394
- isDynamic: ((N = (R = f == null ? void 0 : f.options) == null ? void 0 : R.isDynamic) == null ? void 0 : N.value) ?? !1,
56395
- tags: ((B = (P = f == null ? void 0 : f.options) == null ? void 0 : P.tags) == null ? void 0 : B.value) ?? []
56387
+ titleColor: ((m = (v = f == null ? void 0 : f.options) == null ? void 0 : v.titleColor) == null ? void 0 : m.value) || "#111",
56388
+ textColor: ((y = (b = f == null ? void 0 : f.options) == null ? void 0 : b.textColor) == null ? void 0 : y.value) || "#111",
56389
+ itemColor: ((C = (S = f == null ? void 0 : f.options) == null ? void 0 : S.itemColor) == null ? void 0 : C.value) || "#e5e5e5",
56390
+ titleSize: ((w = (_ = f == null ? void 0 : f.options) == null ? void 0 : _.titleSize) == null ? void 0 : w.value) || 14,
56391
+ textSize: ((T = (x = f == null ? void 0 : f.options) == null ? void 0 : x.textSize) == null ? void 0 : T.value) || 13,
56392
+ radiusSize: ((L = (E = f == null ? void 0 : f.options) == null ? void 0 : E.radiusSize) == null ? void 0 : L.value) ?? 4,
56393
+ cardHeight: ((D = (A = f == null ? void 0 : f.options) == null ? void 0 : A.cardHeight) == null ? void 0 : D.value) ?? 100,
56394
+ cardWidth: ((k = (M = f == null ? void 0 : f.options) == null ? void 0 : M.cardWidth) == null ? void 0 : k.value) ?? 150,
56395
+ isHideTitle: ((N = (R = f == null ? void 0 : f.options) == null ? void 0 : R.isHideTitle) == null ? void 0 : N.value) ?? !1,
56396
+ isDynamic: ((B = (P = f == null ? void 0 : f.options) == null ? void 0 : P.isDynamic) == null ? void 0 : B.value) ?? !1,
56397
+ tags: ((j = ($ = f == null ? void 0 : f.options) == null ? void 0 : $.tags) == null ? void 0 : j.value) ?? []
56396
56398
  }, f.data = f.data.length ? f.data : HN;
56397
56399
  }, u = (f) => {
56398
56400
  const { data: p, common: g } = n.conf, v = g.source || "mosaic";
@@ -56491,7 +56493,7 @@ const V1 = (t, e, r) => {
56491
56493
  ], 4);
56492
56494
  };
56493
56495
  }
56494
- }), Vue = /* @__PURE__ */ Ct(zue, [["__scopeId", "data-v-01be9ada"]]), Fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
56496
+ }), Vue = /* @__PURE__ */ Ct(zue, [["__scopeId", "data-v-1e993db1"]]), Fg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
56495
56497
  __proto__: null,
56496
56498
  default: Vue
56497
56499
  }, Symbol.toStringTag, { value: "Module" })), $ue = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='16px'%20viewBox='0%200%2017%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e历程卡片%3c/title%3e%3cg%20id='页面-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='轮廓化'%20transform='translate(-343.000000,%20-96.000000)'%20fill='%23333333'%20fill-rule='nonzero'%3e%3cpath%20d='M357.92069,97.4712644%20C358.682471,97.4712644%20359.3,98.0888001%20359.3,98.8505747%20L359.3,98.8505747%20L359.3,109.149425%20C359.3,109.911209%20358.682473,110.528736%20357.92069,110.528736%20L357.92069,110.528736%20L344.67931,110.528736%20C343.917536,110.528736%20343.3,109.911206%20343.3,109.149425%20L343.3,109.149425%20L343.3,98.8505747%20C343.3,98.0888025%20343.917538,97.4712644%20344.67931,97.4712644%20L344.67931,97.4712644%20Z%20M357.92069,98.7586207%20L344.67931,98.7586207%20C344.628525,98.7586207%20344.587356,98.7997897%20344.587356,98.8505747%20L344.587356,98.8505747%20L344.587356,109.149425%20C344.587356,109.200216%20344.62852,109.241379%20344.67931,109.241379%20L344.67931,109.241379%20L357.92069,109.241379%20C357.971486,109.241379%20358.012644,109.200221%20358.012644,109.149425%20L358.012644,109.149425%20L358.012644,98.8505747%20C358.012644,98.7997844%20357.97148,98.7586207%20357.92069,98.7586207%20L357.92069,98.7586207%20Z%20M352.143304,100.321839%20C353.302674,100.321839%20354.242529,101.261694%20354.242529,102.421063%20C354.242529,103.580433%20353.302674,104.520288%20352.143304,104.520288%20L351.219,104.520264%20L353.338314,107.008311%20C353.568858,107.278913%20353.536385,107.685172%20353.265783,107.915716%20C353.022242,108.123205%20352.668818,108.117651%20352.432502,107.917196%20L352.358379,107.843185%20L350.374,105.514264%20L350.374564,107.338576%20C350.374564,107.69407%20350.08638,107.982254%20349.730886,107.982254%20C349.405017,107.982254%20349.135706,107.740099%20349.093084,107.425919%20L349.087208,107.338576%20L349.087208,103.660415%20L349.093,103.572264%20L349.093103,100.321839%20L352.143304,100.321839%20Z%20M352.143304,101.609195%20L350.37954,101.609195%20L350.37954,103.232184%20L352.143304,103.232931%20C352.591687,103.232931%20352.955172,102.869446%20352.955172,102.421063%20C352.955172,102.007172%20352.645457,101.665619%20352.245143,101.615521%20L352.143304,101.609195%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Uue = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='16px'%20viewBox='0%200%2017%2016'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e历程卡片%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='显示板图标-轮廓化备份'%20transform='translate(-343.000000,%20-96.000000)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M357.92069,97.4712644%20C358.682471,97.4712644%20359.3,98.0888001%20359.3,98.8505747%20L359.3,98.8505747%20L359.3,109.149425%20C359.3,109.911209%20358.682473,110.528736%20357.92069,110.528736%20L357.92069,110.528736%20L344.67931,110.528736%20C343.917536,110.528736%20343.3,109.911206%20343.3,109.149425%20L343.3,109.149425%20L343.3,98.8505747%20C343.3,98.0888025%20343.917538,97.4712644%20344.67931,97.4712644%20L344.67931,97.4712644%20Z%20M357.92069,98.7586207%20L344.67931,98.7586207%20C344.628525,98.7586207%20344.587356,98.7997897%20344.587356,98.8505747%20L344.587356,98.8505747%20L344.587356,109.149425%20C344.587356,109.200216%20344.62852,109.241379%20344.67931,109.241379%20L344.67931,109.241379%20L357.92069,109.241379%20C357.971486,109.241379%20358.012644,109.200221%20358.012644,109.149425%20L358.012644,109.149425%20L358.012644,98.8505747%20C358.012644,98.7997844%20357.97148,98.7586207%20357.92069,98.7586207%20L357.92069,98.7586207%20Z%20M352.143304,100.321839%20C353.302674,100.321839%20354.242529,101.261694%20354.242529,102.421063%20C354.242529,103.580433%20353.302674,104.520288%20352.143304,104.520288%20L351.219,104.520264%20L353.338314,107.008311%20C353.568858,107.278913%20353.536385,107.685172%20353.265783,107.915716%20C353.022242,108.123205%20352.668818,108.117651%20352.432502,107.917196%20L352.358379,107.843185%20L350.374,105.514264%20L350.374564,107.338576%20C350.374564,107.69407%20350.08638,107.982254%20349.730886,107.982254%20C349.405017,107.982254%20349.135706,107.740099%20349.093084,107.425919%20L349.087208,107.338576%20L349.087208,103.660415%20L349.093,103.572264%20L349.093103,100.321839%20L352.143304,100.321839%20Z%20M352.143304,101.609195%20L350.37954,101.609195%20L350.37954,103.232184%20L352.143304,103.232931%20C352.591687,103.232931%20352.955172,102.869446%20352.955172,102.421063%20C352.955172,102.007172%20352.645457,101.665619%20352.245143,101.615521%20L352.143304,101.609195%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Hue = { class: "w-full h-full relative" }, jue = { class: "time flex-[1.3_1.3_0%]" }, Gue = { class: "flex-1 flex items-center justify-center" }, Wue = { class: "flex-1 flex items-center justify-center" }, Yue = {
@@ -57945,7 +57947,8 @@ const V1 = (t, e, r) => {
57945
57947
  if (["statistics", "calculate"].includes(b) && (g = yn(g, v)), !g.history.length) return;
57946
57948
  let y = a.getOption();
57947
57949
  g.history.forEach((S) => {
57948
- y.series[0].data[0].value = S[0][v[0].fv];
57950
+ var C;
57951
+ y.series[0].data[0].value = (C = S[0]) == null ? void 0 : C[v[0].fv];
57949
57952
  }), a.setOption(y);
57950
57953
  }, h = (g) => {
57951
57954
  const { data: v, common: m } = o.conf, b = m.source || "mosaic";
@@ -57998,7 +58001,7 @@ const V1 = (t, e, r) => {
57998
58001
  xe(g.$slots, "default", {}, void 0, !0)
57999
58002
  ], 4));
58000
58003
  }
58001
- }), kce = /* @__PURE__ */ Ct(Mce, [["__scopeId", "data-v-c75503c3"]]), Yg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
58004
+ }), kce = /* @__PURE__ */ Ct(Mce, [["__scopeId", "data-v-86bad6c6"]]), Yg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
58002
58005
  __proto__: null,
58003
58006
  default: kce
58004
58007
  }, Symbol.toStringTag, { value: "Module" })), Oce = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e条形图%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='数据大屏备份'%20transform='translate(-651.000000,%20-340.000000)'%20fill='%23333333'%20fill-rule='nonzero'%3e%3cpath%20d='M657.034892,353.547253%20C657.390386,353.547253%20657.678571,353.835438%20657.678571,354.190932%20C657.678571,354.516801%20657.436415,354.786112%20657.122236,354.828734%20L657.034892,354.83461%20L655.392935,354.83461%20C655.037442,354.83461%20654.749257,354.546425%20654.749257,354.190932%20C654.749257,353.865062%20654.991412,353.595752%20655.305592,353.55313%20L655.392935,353.547253%20L657.034892,353.547253%20Z%20M652.789724,353.547253%20C653.145217,353.547253%20653.433402,353.835438%20653.433402,354.190932%20C653.433402,354.516801%20653.191247,354.786112%20652.877067,354.828734%20L652.789724,354.83461%20L652.17399,354.83461%20C651.818496,354.83461%20651.530312,354.546425%20651.530312,354.190932%20C651.530312,353.865062%20651.772467,353.595752%20652.086646,353.55313%20L652.17399,353.547253%20L652.789724,353.547253%20Z%20M660.318806,350.26334%20C660.6743,350.26334%20660.962484,350.551524%20660.962484,350.907018%20C660.962484,351.232887%20660.720329,351.502198%20660.406149,351.54482%20L660.318806,351.550696%20L655.392935,351.550696%20C655.037442,351.550696%20654.749257,351.262512%20654.749257,350.907018%20C654.749257,350.581149%20654.991412,350.311838%20655.305592,350.269216%20L655.392935,350.26334%20L660.318806,350.26334%20Z%20M652.789724,350.26334%20C653.145217,350.26334%20653.433402,350.551524%20653.433402,350.907018%20C653.433402,351.232887%20653.191247,351.502198%20652.877067,351.54482%20L652.789724,351.550696%20L652.17399,351.550696%20C651.818496,351.550696%20651.530312,351.262512%20651.530312,350.907018%20C651.530312,350.581149%20651.772467,350.311838%20652.086646,350.269216%20L652.17399,350.26334%20L652.789724,350.26334%20Z%20M663.60272,346.979426%20C663.958213,346.979426%20664.246398,347.267611%20664.246398,347.623104%20C664.246398,347.948973%20664.004243,348.218284%20663.690063,348.260906%20L663.60272,348.266782%20L655.392935,348.266782%20C655.037442,348.266782%20654.749257,347.978598%20654.749257,347.623104%20C654.749257,347.297235%20654.991412,347.027924%20655.305592,346.985302%20L655.392935,346.979426%20L663.60272,346.979426%20Z%20M652.789724,346.979426%20C653.145217,346.979426%20653.433402,347.267611%20653.433402,347.623104%20C653.433402,347.948973%20653.191247,348.218284%20652.877067,348.260906%20L652.789724,348.266782%20L652.17399,348.266782%20C651.818496,348.266782%20651.530312,347.978598%20651.530312,347.623104%20C651.530312,347.297235%20651.772467,347.027924%20652.086646,346.985302%20L652.17399,346.979426%20L652.789724,346.979426%20Z%20M666.886633,343.695512%20C667.242127,343.695512%20667.530312,343.983697%20667.530312,344.339191%20C667.530312,344.66506%20667.288157,344.934371%20666.973977,344.976993%20L666.886633,344.982869%20L655.392935,344.982869%20C655.037442,344.982869%20654.749257,344.694684%20654.749257,344.339191%20C654.749257,344.013321%20654.991412,343.744011%20655.305592,343.701388%20L655.392935,343.695512%20L666.886633,343.695512%20Z%20M652.789724,343.695512%20C653.145217,343.695512%20653.433402,343.983697%20653.433402,344.339191%20C653.433402,344.66506%20653.191247,344.934371%20652.877067,344.976993%20L652.789724,344.982869%20L652.17399,344.982869%20C651.818496,344.982869%20651.530312,344.694684%20651.530312,344.339191%20C651.530312,344.013321%20651.772467,343.744011%20652.086646,343.701388%20L652.17399,343.695512%20L652.789724,343.695512%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Ice = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='18px'%20height='18px'%20viewBox='0%200%2018%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e条形图%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='数据大屏备份-2'%20transform='translate(-651.000000,%20-340.000000)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M657.034892,353.547253%20C657.390386,353.547253%20657.678571,353.835438%20657.678571,354.190932%20C657.678571,354.516801%20657.436415,354.786112%20657.122236,354.828734%20L657.034892,354.83461%20L655.392935,354.83461%20C655.037442,354.83461%20654.749257,354.546425%20654.749257,354.190932%20C654.749257,353.865062%20654.991412,353.595752%20655.305592,353.55313%20L655.392935,353.547253%20L657.034892,353.547253%20Z%20M652.789724,353.547253%20C653.145217,353.547253%20653.433402,353.835438%20653.433402,354.190932%20C653.433402,354.516801%20653.191247,354.786112%20652.877067,354.828734%20L652.789724,354.83461%20L652.17399,354.83461%20C651.818496,354.83461%20651.530312,354.546425%20651.530312,354.190932%20C651.530312,353.865062%20651.772467,353.595752%20652.086646,353.55313%20L652.17399,353.547253%20L652.789724,353.547253%20Z%20M660.318806,350.26334%20C660.6743,350.26334%20660.962484,350.551524%20660.962484,350.907018%20C660.962484,351.232887%20660.720329,351.502198%20660.406149,351.54482%20L660.318806,351.550696%20L655.392935,351.550696%20C655.037442,351.550696%20654.749257,351.262512%20654.749257,350.907018%20C654.749257,350.581149%20654.991412,350.311838%20655.305592,350.269216%20L655.392935,350.26334%20L660.318806,350.26334%20Z%20M652.789724,350.26334%20C653.145217,350.26334%20653.433402,350.551524%20653.433402,350.907018%20C653.433402,351.232887%20653.191247,351.502198%20652.877067,351.54482%20L652.789724,351.550696%20L652.17399,351.550696%20C651.818496,351.550696%20651.530312,351.262512%20651.530312,350.907018%20C651.530312,350.581149%20651.772467,350.311838%20652.086646,350.269216%20L652.17399,350.26334%20L652.789724,350.26334%20Z%20M663.60272,346.979426%20C663.958213,346.979426%20664.246398,347.267611%20664.246398,347.623104%20C664.246398,347.948973%20664.004243,348.218284%20663.690063,348.260906%20L663.60272,348.266782%20L655.392935,348.266782%20C655.037442,348.266782%20654.749257,347.978598%20654.749257,347.623104%20C654.749257,347.297235%20654.991412,347.027924%20655.305592,346.985302%20L655.392935,346.979426%20L663.60272,346.979426%20Z%20M652.789724,346.979426%20C653.145217,346.979426%20653.433402,347.267611%20653.433402,347.623104%20C653.433402,347.948973%20653.191247,348.218284%20652.877067,348.260906%20L652.789724,348.266782%20L652.17399,348.266782%20C651.818496,348.266782%20651.530312,347.978598%20651.530312,347.623104%20C651.530312,347.297235%20651.772467,347.027924%20652.086646,346.985302%20L652.17399,346.979426%20L652.789724,346.979426%20Z%20M666.886633,343.695512%20C667.242127,343.695512%20667.530312,343.983697%20667.530312,344.339191%20C667.530312,344.66506%20667.288157,344.934371%20666.973977,344.976993%20L666.886633,344.982869%20L655.392935,344.982869%20C655.037442,344.982869%20654.749257,344.694684%20654.749257,344.339191%20C654.749257,344.013321%20654.991412,343.744011%20655.305592,343.701388%20L655.392935,343.695512%20L666.886633,343.695512%20Z%20M652.789724,343.695512%20C653.145217,343.695512%20653.433402,343.983697%20653.433402,344.339191%20C653.433402,344.66506%20653.191247,344.934371%20652.877067,344.976993%20L652.789724,344.982869%20L652.17399,344.982869%20C651.818496,344.982869%20651.530312,344.694684%20651.530312,344.339191%20C651.530312,344.013321%20651.772467,343.744011%20652.086646,343.701388%20L652.17399,343.695512%20L652.789724,343.695512%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Rce = { class: "echart-body flex flex-col" }, Nce = ["onClick"], Pce = { class: "flex-1" }, Fce = {
@@ -58063,12 +58066,13 @@ const V1 = (t, e, r) => {
58063
58066
  }, s = (d) => {
58064
58067
  const { data: h } = n.conf;
58065
58068
  d.history.forEach((f, p) => {
58069
+ var g, v, m;
58066
58070
  if (h[p].maxType === "value") {
58067
- let g = h[p].max;
58068
- h[p].value = f[0][h[p].fv], h[p].percent = g == 0 ? 0 : Number((h[p].value / g * 100).toFixed(2));
58071
+ let b = h[p].max;
58072
+ h[p].value = ((g = f[0]) == null ? void 0 : g[h[p].fv]) || 0, h[p].percent = b == 0 ? 0 : Number((h[p].value / b * 100).toFixed(2));
58069
58073
  } else {
58070
- let g = f[0][h[p].max] || 0;
58071
- h[p].value = f[0][h[p].fv], h[p].percent = g == 0 ? 0 : Number((h[p].value / g * 100).toFixed(2));
58074
+ let b = ((v = f[0]) == null ? void 0 : v[h[p].max]) || 0;
58075
+ h[p].value = ((m = f[0]) == null ? void 0 : m[h[p].fv]) || 0, h[p].percent = b == 0 ? 0 : Number((h[p].value / b * 100).toFixed(2));
58072
58076
  }
58073
58077
  });
58074
58078
  }, l = (d) => {
@@ -58149,7 +58153,7 @@ const V1 = (t, e, r) => {
58149
58153
  ], 4);
58150
58154
  };
58151
58155
  }
58152
- }), jce = /* @__PURE__ */ Ct(Hce, [["__scopeId", "data-v-1b2ab187"]]), Zg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
58156
+ }), jce = /* @__PURE__ */ Ct(Hce, [["__scopeId", "data-v-551f572d"]]), Zg = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
58153
58157
  __proto__: null,
58154
58158
  default: jce
58155
58159
  }, Symbol.toStringTag, { value: "Module" })), Gce = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='18px'%20viewBox='0%200%2017%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e环形图%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='数据大屏备份'%20transform='translate(-735.000000,%20-341.000000)'%20fill='%23333333'%20fill-rule='nonzero'%3e%3cpath%20d='M743.063004,342.931102%20C743.116316,343.282573%20742.87461,343.610715%20742.523139,343.664027%20C739.245615,344.16117%20736.791283,346.991546%20736.791283,350.341222%20C736.791283,353.692268%20739.24752,356.523394%20742.526687,357.018996%20C742.861546,357.069587%20743.201677,357.095181%20743.545242,357.095181%20C743.887612,357.095181%20744.226635,357.069756%20744.560421,357.019508%20C747.477621,356.580105%20749.784771,354.272574%20750.223659,351.355292%20C750.276546,351.003757%20750.604395,350.761654%20750.95593,350.81454%20C751.307466,350.867427%20751.549569,351.195276%20751.496682,351.546811%20C750.973739,355.022805%20748.228057,357.768941%20744.752113,358.292505%20C744.354903,358.352301%20743.951823,358.382531%20743.545242,358.382531%20C743.137244,358.382531%20742.732829,358.3521%20742.334339,358.291894%20C738.427868,357.701483%20735.503933,354.331278%20735.503933,350.341222%20C735.503933,346.352789%20738.425598,342.983478%20742.330079,342.391237%20C742.68155,342.337925%20743.009692,342.579631%20743.063004,342.931102%20Z%20M743.545242,346.738567%20C745.534982,346.738567%20747.14797,348.351556%20747.14797,350.341296%20C747.14797,352.331036%20745.534982,353.944024%20743.545242,353.944024%20C741.555502,353.944024%20739.942514,352.331036%20739.942514,350.341296%20C739.942514,348.351556%20741.555502,346.738567%20743.545242,346.738567%20Z%20M743.545242,348.025917%20C742.266485,348.025917%20741.229863,349.062539%20741.229863,350.341296%20C741.229863,351.620052%20742.266485,352.656675%20743.545242,352.656675%20C744.823999,352.656675%20745.860621,351.620052%20745.860621,350.341296%20C745.860621,349.062539%20744.823999,348.025917%20743.545242,348.025917%20Z%20M744.666769,342.383049%20L744.754011,342.390268%20C748.228261,342.914384%20750.972652,345.659076%20751.496359,349.133416%20C751.549346,349.484937%20751.307336,349.812855%20750.955816,349.865842%20C750.604295,349.918828%20750.276377,349.676819%20750.22339,349.325298%20C749.783861,346.409405%20747.477795,344.103086%20744.561978,343.663214%20C744.210463,343.610185%20743.968493,343.282238%20744.021521,342.930724%20C744.065712,342.637796%20744.300818,342.420939%20744.581381,342.387478%20L744.666769,342.383049%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Wce = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='17px'%20height='18px'%20viewBox='0%200%2017%2018'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e环形图%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='数据大屏备份-2'%20transform='translate(-735.000000,%20-341.000000)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M743.063004,342.931102%20C743.116316,343.282573%20742.87461,343.610715%20742.523139,343.664027%20C739.245615,344.16117%20736.791283,346.991546%20736.791283,350.341222%20C736.791283,353.692268%20739.24752,356.523394%20742.526687,357.018996%20C742.861546,357.069587%20743.201677,357.095181%20743.545242,357.095181%20C743.887612,357.095181%20744.226635,357.069756%20744.560421,357.019508%20C747.477621,356.580105%20749.784771,354.272574%20750.223659,351.355292%20C750.276546,351.003757%20750.604395,350.761654%20750.95593,350.81454%20C751.307466,350.867427%20751.549569,351.195276%20751.496682,351.546811%20C750.973739,355.022805%20748.228057,357.768941%20744.752113,358.292505%20C744.354903,358.352301%20743.951823,358.382531%20743.545242,358.382531%20C743.137244,358.382531%20742.732829,358.3521%20742.334339,358.291894%20C738.427868,357.701483%20735.503933,354.331278%20735.503933,350.341222%20C735.503933,346.352789%20738.425598,342.983478%20742.330079,342.391237%20C742.68155,342.337925%20743.009692,342.579631%20743.063004,342.931102%20Z%20M743.545242,346.738567%20C745.534982,346.738567%20747.14797,348.351556%20747.14797,350.341296%20C747.14797,352.331036%20745.534982,353.944024%20743.545242,353.944024%20C741.555502,353.944024%20739.942514,352.331036%20739.942514,350.341296%20C739.942514,348.351556%20741.555502,346.738567%20743.545242,346.738567%20Z%20M743.545242,348.025917%20C742.266485,348.025917%20741.229863,349.062539%20741.229863,350.341296%20C741.229863,351.620052%20742.266485,352.656675%20743.545242,352.656675%20C744.823999,352.656675%20745.860621,351.620052%20745.860621,350.341296%20C745.860621,349.062539%20744.823999,348.025917%20743.545242,348.025917%20Z%20M744.666769,342.383049%20L744.754011,342.390268%20C748.228261,342.914384%20750.972652,345.659076%20751.496359,349.133416%20C751.549346,349.484937%20751.307336,349.812855%20750.955816,349.865842%20C750.604295,349.918828%20750.276377,349.676819%20750.22339,349.325298%20C749.783861,346.409405%20747.477795,344.103086%20744.561978,343.663214%20C744.210463,343.610185%20743.968493,343.282238%20744.021521,342.930724%20C744.065712,342.637796%20744.300818,342.420939%20744.581381,342.387478%20L744.666769,342.383049%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", Yce = { class: "echart-body flex flex-wrap" }, Zce = ["onClick"], Kce = {
@@ -65069,7 +65073,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65069
65073
  order_type: L.sort.value,
65070
65074
  where_and: []
65071
65075
  };
65072
- if (E.created) {
65076
+ if (E.gridType === "collect" && (D.order_by = JSON.stringify(["created", L.sort.value]), delete D.order_type), E.created) {
65073
65077
  let M = c[E.created];
65074
65078
  D.where_and.push(["created", ">=", M[0]]), D.where_and.push(["created", "<=", M[1]]);
65075
65079
  }
@@ -65094,6 +65098,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65094
65098
  order_by: "created",
65095
65099
  order_type: A.sort.value
65096
65100
  };
65101
+ L.gridType === "collect" && (M.order_by = JSON.stringify(["created", A.sort.value]), delete M.order_type);
65097
65102
  const { result: k } = await Gt.post("get_object_list", M);
65098
65103
  o.value = k.data, L.setMosaic && L.mosaics.forEach((R) => {
65099
65104
  o.value.forEach((N) => {
@@ -65163,7 +65168,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65163
65168
  }), Aa(() => {
65164
65169
  i && clearInterval(i);
65165
65170
  }), (T, E) => {
65166
- var A, D;
65171
+ var A, D, M;
65167
65172
  const L = Pu;
65168
65173
  return H(), Y("div", {
65169
65174
  class: "grd-wrap",
@@ -65179,18 +65184,18 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65179
65184
  G("div", ipe, [
65180
65185
  (D = (A = t.conf) == null ? void 0 : A.common) != null && D.rows ? (H(), Y("div", ope, [
65181
65186
  G("div", spe, [
65182
- (H(!0), Y(He, null, ct(t.conf.common.rows, (M, k) => (H(), Y("div", {
65187
+ (H(!0), Y(He, null, ct(t.conf.common.rows, (k, R) => (H(), Y("div", {
65183
65188
  class: "th",
65184
- key: k,
65189
+ key: R,
65185
65190
  style: oe({
65186
- width: t.conf.common.rowWidth[k] + "%",
65191
+ width: t.conf.common.rowWidth[R] + "%",
65187
65192
  borderColor: r.value.borderColor,
65188
65193
  fontSize: `${r.value.titleSize}px`,
65189
65194
  color: r.value.fontColor
65190
65195
  })
65191
- }, de(s.value[M]), 5))), 128))
65196
+ }, de(s.value[k]), 5))), 128))
65192
65197
  ]),
65193
- o.value.length ? (H(), Y("div", {
65198
+ (M = o.value) != null && M.length ? (H(), Y("div", {
65194
65199
  key: 0,
65195
65200
  class: "table-body",
65196
65201
  style: oe({ "overflow-y": t.conf.common.loop === "vertical" ? "hidden" : "suto" })
@@ -65201,30 +65206,33 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65201
65206
  onMouseenter: y,
65202
65207
  onMouseleave: S
65203
65208
  }, [
65204
- (H(!0), Y(He, null, ct(o.value, (M, k) => (H(), Y("div", {
65209
+ (H(!0), Y(He, null, ct(o.value, (k, R) => (H(), Y("div", {
65205
65210
  class: "tr",
65206
- key: k,
65207
- onClick: (R) => w(M)
65211
+ key: R,
65212
+ onClick: (N) => w(k)
65208
65213
  }, [
65209
- (H(!0), Y(He, null, ct(t.conf.common.rows, (R, N) => (H(), Y("div", {
65214
+ (H(!0), Y(He, null, ct(t.conf.common.rows, (N, P) => (H(), Y("div", {
65210
65215
  class: "td",
65211
- key: N,
65216
+ key: P,
65212
65217
  style: oe({
65213
- width: t.conf.common.rowWidth[N] + "%",
65218
+ width: t.conf.common.rowWidth[P] + "%",
65214
65219
  borderColor: r.value.borderColor,
65215
65220
  fontSize: `${r.value.valueSize}px`,
65216
65221
  color: r.value.fontColor
65217
65222
  }),
65218
- innerHTML: M[R]
65223
+ innerHTML: k[N]
65219
65224
  }, null, 12, cpe))), 128))
65220
65225
  ], 8, upe))), 128))
65221
65226
  ], 44, lpe)
65222
65227
  ], 4)) : (H(), Y("div", {
65223
65228
  key: 1,
65224
65229
  style: oe({ fontSize: `${r.value.valueSize}px` })
65225
- }, E[0] || (E[0] = [
65226
- G("div", { class: "mt-[8px] text-center" }, "暂无数据", -1)
65227
- ]), 4)),
65230
+ }, [
65231
+ G("div", {
65232
+ class: "mt-[8px] text-center",
65233
+ style: oe({ color: r.value.fontColor })
65234
+ }, "暂无数据", 4)
65235
+ ], 4)),
65228
65236
  n.total > n.pageSize ? (H(), Y("div", dpe, [
65229
65237
  _e(L, {
65230
65238
  "current-page": n.current,
@@ -65241,7 +65249,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65241
65249
  ], 4);
65242
65250
  };
65243
65251
  }
65244
- }), mpe = /* @__PURE__ */ Ct(gpe, [["__scopeId", "data-v-cb5ec5fb"]]), gm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65252
+ }), mpe = /* @__PURE__ */ Ct(gpe, [["__scopeId", "data-v-9d302b7f"]]), gm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65245
65253
  __proto__: null,
65246
65254
  default: mpe
65247
65255
  }, Symbol.toStringTag, { value: "Module" })), ype = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='17px'%20viewBox='0%200%2016%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e数据%3c/title%3e%3cg%20id='页面-2'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='轮廓化'%20transform='translate(-200.000000,%20-723.000000)'%20fill='%23333333'%20fill-rule='nonzero'%3e%3cpath%20d='M201.563218,739.132184%20C200.699877,739.132184%20200,738.432307%20200,737.568966%20L200,737.568966%20L200,724.695402%20C200,723.832061%20200.699877,723.132184%20201.563218,723.132184%20L201.563218,723.132184%20L214.436782,723.132184%20C215.300123,723.132184%20216,723.832061%20216,724.695402%20L216,724.695402%20L216,737.568966%20C216,738.432307%20215.300123,739.132184%20214.436782,739.132184%20L214.436782,739.132184%20Z%20M204.646,734.098184%20L201.287,734.098184%20L201.287356,737.568966%20C201.287356,737.699555%20201.378097,737.808951%20201.499966,737.837542%20L201.563218,737.844828%20L204.646,737.844184%20L204.646,734.098184%20Z%20M209.679,734.098184%20L205.933,734.098184%20L205.933,737.844184%20L209.679,737.844184%20L209.679,734.098184%20Z%20M214.712,734.098184%20L210.966,734.098184%20L210.966,737.844184%20L214.436782,737.844828%20C214.567371,737.844828%20214.676767,737.754087%20214.705358,737.632218%20L214.712644,737.568966%20L214.712,734.098184%20Z%20M204.646,729.452184%20L201.287,729.452184%20L201.287,732.811184%20L204.646,732.811184%20L204.646,729.452184%20Z%20M209.679,729.452184%20L205.933,729.452184%20L205.933,732.811184%20L209.679,732.811184%20L209.679,729.452184%20Z%20M214.712,729.452184%20L210.966,729.452184%20L210.966,732.811184%20L214.712,732.811184%20L214.712,729.452184%20Z%20M204.646,724.419184%20L201.563218,724.41954%20C201.410864,724.41954%20201.287356,724.543048%20201.287356,724.695402%20L201.287356,724.695402%20L201.287,728.165184%20L204.646,728.165184%20L204.646,724.419184%20Z%20M209.679,724.419184%20L205.933,724.419184%20L205.933,728.165184%20L209.679,728.165184%20L209.679,724.419184%20Z%20M214.436782,724.41954%20L210.966,724.419184%20L210.966,728.165184%20L214.712,728.165184%20L214.712644,724.695402%20C214.712644,724.564813%20214.621903,724.455417%20214.500034,724.426826%20L214.436782,724.41954%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", bpe = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='16px'%20height='17px'%20viewBox='0%200%2016%2017'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3e数据%3c/title%3e%3cg%20id='基础规范'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='显示板图标-轮廓化备份'%20transform='translate(-200.000000,%20-723.000000)'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3cpath%20d='M201.563218,739.132184%20C200.699877,739.132184%20200,738.432307%20200,737.568966%20L200,737.568966%20L200,724.695402%20C200,723.832061%20200.699877,723.132184%20201.563218,723.132184%20L201.563218,723.132184%20L214.436782,723.132184%20C215.300123,723.132184%20216,723.832061%20216,724.695402%20L216,724.695402%20L216,737.568966%20C216,738.432307%20215.300123,739.132184%20214.436782,739.132184%20L214.436782,739.132184%20Z%20M204.646,734.098184%20L201.287,734.098184%20L201.287356,737.568966%20C201.287356,737.699555%20201.378097,737.808951%20201.499966,737.837542%20L201.563218,737.844828%20L204.646,737.844184%20L204.646,734.098184%20Z%20M209.679,734.098184%20L205.933,734.098184%20L205.933,737.844184%20L209.679,737.844184%20L209.679,734.098184%20Z%20M214.712,734.098184%20L210.966,734.098184%20L210.966,737.844184%20L214.436782,737.844828%20C214.567371,737.844828%20214.676767,737.754087%20214.705358,737.632218%20L214.712644,737.568966%20L214.712,734.098184%20Z%20M204.646,729.452184%20L201.287,729.452184%20L201.287,732.811184%20L204.646,732.811184%20L204.646,729.452184%20Z%20M209.679,729.452184%20L205.933,729.452184%20L205.933,732.811184%20L209.679,732.811184%20L209.679,729.452184%20Z%20M214.712,729.452184%20L210.966,729.452184%20L210.966,732.811184%20L214.712,732.811184%20L214.712,729.452184%20Z%20M204.646,724.419184%20L201.563218,724.41954%20C201.410864,724.41954%20201.287356,724.543048%20201.287356,724.695402%20L201.287356,724.695402%20L201.287,728.165184%20L204.646,728.165184%20L204.646,724.419184%20Z%20M209.679,724.419184%20L205.933,724.419184%20L205.933,728.165184%20L209.679,728.165184%20L209.679,724.419184%20Z%20M214.436782,724.41954%20L210.966,724.419184%20L210.966,728.165184%20L214.712,728.165184%20L214.712644,724.695402%20C214.712644,724.564813%20214.621903,724.455417%20214.500034,724.426826%20L214.436782,724.41954%20Z'%20id='形状结合'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e", _pe = { class: "echart-body" }, Spe = { class: "w-[100%] flex flex-col" }, Cpe = { key: 0 }, wpe = { key: 2 }, xpe = {
@@ -65333,8 +65341,8 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65333
65341
  String(v.code) == String(p.value) && (g.text = v.text, g.color = v.color);
65334
65342
  }), g;
65335
65343
  }, u = (p) => {
65336
- let g = p.unit || "";
65337
- return p.value ?? p.value + g;
65344
+ let g = p.unit ?? "";
65345
+ return (p.value ?? "") + g;
65338
65346
  }, c = (p) => {
65339
65347
  const { common: g } = n.conf, v = g.source || "mosaic";
65340
65348
  let m = 0;
@@ -65452,7 +65460,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65452
65460
  ], 4);
65453
65461
  };
65454
65462
  }
65455
- }), Ope = /* @__PURE__ */ Ct(kpe, [["__scopeId", "data-v-58520d65"]]), mm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65463
+ }), Ope = /* @__PURE__ */ Ct(kpe, [["__scopeId", "data-v-1ca7b8a2"]]), mm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65456
65464
  __proto__: null,
65457
65465
  default: Ope
65458
65466
  }, Symbol.toStringTag, { value: "Module" })), Ipe = { class: "echart-body" }, Rpe = { class: "flex flex-wrap" }, Npe = {