g-ui-web 1.1.24 → 1.1.25

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/lib/g-ui-web.js CHANGED
@@ -95563,7 +95563,7 @@ const Clt = (e, t) => {
95563
95563
  (v) => {
95564
95564
  c.value = Kt(v);
95565
95565
  const g = ["http://", "https://", void 0];
95566
- !v.path && !v.dsKey && !c.value.dataUrl && !(typeof v == "string" && g.some((m) => v.includes(m))) && c.value.loadStaticData(v), (typeof v == "string" || v.path) && c.value.reload(v.data);
95566
+ v ? (typeof v == "object" && !v.path && !v.dsKey && !c.value.dataUrl && !(typeof v == "string" && g.some((m) => v.includes(m))) && c.value.loadStaticData(v), (typeof v == "string" || typeof v == "object") && (v.path || v.data && typeof v.data == "string") && c.value.reload(v.data || v)) : console.warn("props.dbOptions.data is undefined");
95567
95567
  },
95568
95568
  {
95569
95569
  deep: !0
@@ -95609,7 +95609,7 @@ const Clt = (e, t) => {
95609
95609
  ]);
95610
95610
  };
95611
95611
  }
95612
- }), Wlt = /* @__PURE__ */ Qn(Hlt, [["__scopeId", "data-v-2a477454"]]), Glt = rr(Wlt), wm = Tr(), Gf = document.documentElement, Ult = (e) => e || "-", Klt = (e) => e || "", Ylt = (e, t) => {
95612
+ }), Wlt = /* @__PURE__ */ Qn(Hlt, [["__scopeId", "data-v-1cd424a9"]]), Glt = rr(Wlt), wm = Tr(), Gf = document.documentElement, Ult = (e) => e || "-", Klt = (e) => e || "", Ylt = (e, t) => {
95613
95613
  let r = [];
95614
95614
  for (let n = 0; n <= e; n++)
95615
95615
  r.push({
@@ -97061,17 +97061,17 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97061
97061
  emits: ["arrow-click"],
97062
97062
  setup(e, { expose: t, emit: r }) {
97063
97063
  Ws((k) => ({
97064
- "24481de6": l.value,
97065
- "46f0e802": u.value,
97066
- "7492fb4c": c.value,
97067
- 34238811: d.value,
97068
- "6042a298": f.value,
97069
- "4eff2f5e": g.value,
97070
- "53a262c5": h.value,
97071
- "1b86ecac": v.value,
97072
- "65a27447": m.value,
97073
- "14ca86b0": b.value,
97074
- "58f19446": _.value
97064
+ e11189a0: l.value,
97065
+ "667d6fe2": u.value,
97066
+ "295993c9": c.value,
97067
+ "447fc864": d.value,
97068
+ "134923d6": f.value,
97069
+ "121f067e": g.value,
97070
+ "44cf72b0": h.value,
97071
+ c84dc532: v.value,
97072
+ "20cf4fac": m.value,
97073
+ "868857da": b.value,
97074
+ "00e2e1a9": _.value
97075
97075
  }));
97076
97076
  const n = Tr(), a = e, o = R(() => a.bg && a.type != "default" ? `g-target-s-top-${a.size} g-target-s-${a.type} g-target-s-bg` : a.border && !a.bg ? `g-target-s-top-${a.size} g-target-s-${a.type} g-target-s-border` : `g-target-s-top-${a.size} g-target-s-${a.type}`), i = R(() => a.bg && a.type != "default" ? `g-target-s-bottom-${a.size} g-target-s-${a.type} g-target-s-bg` : a.border && !a.bg ? `g-target-s-bottom-${a.size} g-target-s-${a.type} g-target-s-border` : `g-target-s-bottom-${a.size} g-target-s-${a.type}`), s = R(() => a.bg && a.type != "default" ? `g-target-s-left-${a.size} g-target-s-${a.type} g-target-s-bg` : a.border && !a.bg ? `g-target-s-left-${a.size} g-target-s-${a.type} g-target-s-border` : `g-target-s-left-${a.size} g-target-s-${a.type}`), l = R(() => a.border ? "1px solid" : "0"), u = R(() => a.border ? "var(--border-radius-base)" : ""), c = R(() => a.bg ? n.name && typeof n.name == "string" && n.name.includes("white") ? `var(--color-${a.type}-lights-7)` : `var(--color-${a.type}-lights-6)` : ""), d = R(() => a.bg ? `var(--color-${a.type})` : ""), f = R(() => a.border && a.type != "default" ? `var(--color-${a.type})` : "var(--target-font-color)"), p = R(() => {
97077
97077
  if (a.aspect)
@@ -97145,7 +97145,7 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97145
97145
  (k) => {
97146
97146
  S.value = Kt(k);
97147
97147
  const O = ["http://", "https://", void 0];
97148
- k && (!k.path && !k.dsKey && !S.value.dataUrl && !(typeof k == "string" && O.some((V) => k.includes(V))) && S.value.loadStaticData(k), (typeof k == "string" || k.path) && S.value.reload(k.data));
97148
+ k && (!k.path && !k.dsKey && !S.value.dataUrl && !(typeof k == "string" && O.some((V) => k.includes(V))) && S.value.loadStaticData(k), (typeof k == "string" || typeof k == "object") && (k.path || k.data && typeof k.data == "string") && S.value.reload(k.data || k));
97149
97149
  },
97150
97150
  {
97151
97151
  deep: !0
@@ -97181,7 +97181,9 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97181
97181
  x.value && x.value.title ? (D(), $("div", {
97182
97182
  key: 0,
97183
97183
  class: "title",
97184
- style: dt({ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)" })
97184
+ style: dt({
97185
+ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)"
97186
+ })
97185
97187
  }, [
97186
97188
  a.tooltipPlacement == "icon" ? (D(), $("div", jut, [
97187
97189
  tr(De(x.value.title) + " ", 1),
@@ -97278,7 +97280,9 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97278
97280
  x.value && x.value.title ? (D(), $("div", {
97279
97281
  key: 0,
97280
97282
  class: "title",
97281
- style: dt({ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)" })
97283
+ style: dt({
97284
+ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)"
97285
+ })
97282
97286
  }, [
97283
97287
  a.tooltipPlacement == "icon" ? (D(), $("div", ict, [
97284
97288
  tr(De(x.value.title) + " ", 1),
@@ -97334,7 +97338,9 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97334
97338
  N("div", cct, [
97335
97339
  N("div", {
97336
97340
  class: "title",
97337
- style: dt({ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)" })
97341
+ style: dt({
97342
+ color: y(n).name == "om-blue" ? "var(--gui-text-color-primary)" : "var(--gui-text-color-regular)"
97343
+ })
97338
97344
  }, [
97339
97345
  a.tooltipPlacement == "icon" ? (D(), $("div", dct, [
97340
97346
  tr(De(x.value.title) + " ", 1),
@@ -97395,7 +97401,7 @@ const Wut = /* @__PURE__ */ Ll(Hut), Gut = ["id"], Uut = /* @__PURE__ */ H({
97395
97401
  ], 64);
97396
97402
  };
97397
97403
  }
97398
- }), _ct = /* @__PURE__ */ Qn(bct, [["__scopeId", "data-v-34081212"]]), wct = rr(_ct), Cct = { class: "left" }, xct = { class: "right" }, Sct = { class: "right" }, Ect = { class: "left" }, Tct = { class: "left" }, Act = { class: "right" }, Mct = { class: "right" }, kct = { class: "left" }, Dct = { class: "top" }, Oct = { class: "bottom" }, Ict = H({
97404
+ }), _ct = /* @__PURE__ */ Qn(bct, [["__scopeId", "data-v-04ccfb6d"]]), wct = rr(_ct), Cct = { class: "left" }, xct = { class: "right" }, Sct = { class: "right" }, Ect = { class: "left" }, Tct = { class: "left" }, Act = { class: "right" }, Mct = { class: "right" }, kct = { class: "left" }, Dct = { class: "top" }, Oct = { class: "bottom" }, Ict = H({
97399
97405
  name: "GTargetR"
97400
97406
  }), Rct = /* @__PURE__ */ H({
97401
97407
  ...Ict,
Binary file