mixapply 1.1.35 → 1.1.36

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 = {
@@ -65069,7 +65071,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65069
65071
  order_type: L.sort.value,
65070
65072
  where_and: []
65071
65073
  };
65072
- if (E.created) {
65074
+ if (E.gridType === "collect" && (D.order_by = JSON.stringify(["created", L.sort.value]), delete D.order_type), E.created) {
65073
65075
  let M = c[E.created];
65074
65076
  D.where_and.push(["created", ">=", M[0]]), D.where_and.push(["created", "<=", M[1]]);
65075
65077
  }
@@ -65094,6 +65096,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65094
65096
  order_by: "created",
65095
65097
  order_type: A.sort.value
65096
65098
  };
65099
+ L.gridType === "collect" && (M.order_by = JSON.stringify(["created", A.sort.value]), delete M.order_type);
65097
65100
  const { result: k } = await Gt.post("get_object_list", M);
65098
65101
  o.value = k.data, L.setMosaic && L.mosaics.forEach((R) => {
65099
65102
  o.value.forEach((N) => {
@@ -65222,9 +65225,12 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65222
65225
  ], 4)) : (H(), Y("div", {
65223
65226
  key: 1,
65224
65227
  style: oe({ fontSize: `${r.value.valueSize}px` })
65225
- }, E[0] || (E[0] = [
65226
- G("div", { class: "mt-[8px] text-center" }, "暂无数据", -1)
65227
- ]), 4)),
65228
+ }, [
65229
+ G("div", {
65230
+ class: "mt-[8px] text-center",
65231
+ style: oe({ color: r.value.fontColor })
65232
+ }, "暂无数据", 4)
65233
+ ], 4)),
65228
65234
  n.total > n.pageSize ? (H(), Y("div", dpe, [
65229
65235
  _e(L, {
65230
65236
  "current-page": n.current,
@@ -65241,7 +65247,7 @@ const Mhe = /* @__PURE__ */ w6(Dhe), khe = {
65241
65247
  ], 4);
65242
65248
  };
65243
65249
  }
65244
- }), mpe = /* @__PURE__ */ Ct(gpe, [["__scopeId", "data-v-cb5ec5fb"]]), gm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65250
+ }), mpe = /* @__PURE__ */ Ct(gpe, [["__scopeId", "data-v-075de091"]]), gm = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
65245
65251
  __proto__: null,
65246
65252
  default: mpe
65247
65253
  }, 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 = {