g-ui-web 0.11.38 → 1.0.0

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.
@@ -73,12 +73,12 @@ declare const GBox: ({
73
73
  default: () => void;
74
74
  };
75
75
  }>> & Readonly<{
76
- onClick?: ((...args: any[]) => any) | undefined;
76
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
77
77
  }>, {
78
78
  boxRef: globalThis.Ref<null, null>;
79
79
  load: () => Promise<void>;
80
80
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
81
- click: (...args: any[]) => void;
81
+ "arrow-click": (...args: any[]) => void;
82
82
  }, import('vue').PublicProps, {
83
83
  type: string;
84
84
  iframe: string;
@@ -179,7 +179,7 @@ declare const GBox: ({
179
179
  default: () => void;
180
180
  };
181
181
  }>> & Readonly<{
182
- onClick?: ((...args: any[]) => any) | undefined;
182
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
183
183
  }>, {
184
184
  boxRef: globalThis.Ref<null, null>;
185
185
  load: () => Promise<void>;
@@ -280,12 +280,12 @@ declare const GBox: ({
280
280
  default: () => void;
281
281
  };
282
282
  }>> & Readonly<{
283
- onClick?: ((...args: any[]) => any) | undefined;
283
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
284
284
  }>, {
285
285
  boxRef: globalThis.Ref<null, null>;
286
286
  load: () => Promise<void>;
287
287
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
288
- click: (...args: any[]) => void;
288
+ "arrow-click": (...args: any[]) => void;
289
289
  }, string, {
290
290
  type: string;
291
291
  iframe: string;
@@ -89,7 +89,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
89
89
  boxRef: globalThis.Ref<null, null>;
90
90
  load: () => Promise<void>;
91
91
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
92
- click: (...args: any[]) => void;
92
+ "arrow-click": (...args: any[]) => void;
93
93
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
94
94
  type: {
95
95
  type: StringConstructor;
@@ -164,7 +164,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
164
164
  default: () => void;
165
165
  };
166
166
  }>> & Readonly<{
167
- onClick?: ((...args: any[]) => any) | undefined;
167
+ "onArrow-click"?: ((...args: any[]) => any) | undefined;
168
168
  }>, {
169
169
  type: string;
170
170
  iframe: string;
package/lib/g-ui-web.js CHANGED
@@ -96675,18 +96675,18 @@ const _ut = /* @__PURE__ */ Nl(but), wut = ["id"], Cut = /* @__PURE__ */ H({
96675
96675
  default: () => ({})
96676
96676
  }
96677
96677
  },
96678
- emits: ["click"],
96678
+ emits: ["arrow-click"],
96679
96679
  setup(e, { expose: t, emit: r }) {
96680
96680
  Ru((A) => ({
96681
- "6ff2f33d": l.value,
96682
- "2dffaba2": u.value,
96683
- "11a3b9c8": c.value,
96684
- "240663e1": d.value,
96685
- "073e0b30": f.value,
96686
- b14334e4: g.value,
96687
- "601b00f5": h.value,
96688
- "3bc1350c": v.value,
96689
- "721b1277": m.value
96681
+ "4b0a1b56": l.value,
96682
+ "0ad5c8f0": u.value,
96683
+ "18375ce3": c.value,
96684
+ "0bd16368": d.value,
96685
+ fb5905a2: f.value,
96686
+ "194beb67": g.value,
96687
+ "71aff24e": h.value,
96688
+ "6c2b35fe": v.value,
96689
+ f89ff860: m.value
96690
96690
  }));
96691
96691
  const n = Pr(), 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 ? `var(--color-${a.type})` : ""), p = R(() => {
96692
96692
  if (a.aspect)
@@ -96924,7 +96924,7 @@ const _ut = /* @__PURE__ */ Nl(but), wut = ["id"], Cut = /* @__PURE__ */ H({
96924
96924
  ], 64);
96925
96925
  };
96926
96926
  }
96927
- }), Uut = /* @__PURE__ */ ma(Gut, [["__scopeId", "data-v-4e9860b3"]]), Kut = ar(Uut), jut = { class: "left" }, Yut = { class: "right" }, qut = { class: "top" }, Xut = { class: "bottom" }, Zut = H({
96927
+ }), Uut = /* @__PURE__ */ ma(Gut, [["__scopeId", "data-v-ed3a938e"]]), Kut = ar(Uut), jut = { class: "left" }, Yut = { class: "right" }, qut = { class: "top" }, Xut = { class: "bottom" }, Zut = H({
96928
96928
  name: "GTargetR"
96929
96929
  }), Qut = /* @__PURE__ */ H({
96930
96930
  ...Zut,
@@ -97250,18 +97250,18 @@ const _ut = /* @__PURE__ */ Nl(but), wut = ["id"], Cut = /* @__PURE__ */ H({
97250
97250
  default: () => ({})
97251
97251
  }
97252
97252
  },
97253
- emits: ["click"],
97253
+ emits: ["arrow-click"],
97254
97254
  setup(e, { expose: t, emit: r }) {
97255
97255
  Ru((E) => ({
97256
- "7af35cd6": u.value,
97257
- "803185f0": c.value,
97258
- "05ad293a": d.value,
97259
- "2af511e8": f.value,
97260
- "358f0baf": p.value,
97261
- "182a6632": m.value,
97262
- "370213ce": v.value,
97263
- "2de3d8fe": g.value,
97264
- 49022550: b.value
97256
+ "9c90d1be": u.value,
97257
+ "7c8b5313": c.value,
97258
+ "55efd290": d.value,
97259
+ "07c08e7d": f.value,
97260
+ "404b9204": p.value,
97261
+ eaecbf1c: m.value,
97262
+ "18b3ac4e": v.value,
97263
+ "744cdfd4": g.value,
97264
+ "05a63b5b": b.value
97265
97265
  }));
97266
97266
  const n = Pr(), a = e, o = z(null), i = R(() => a.bg && a.type != "default" ? `g-target-m-top-${a.size} g-target-m-${a.type} g-target-m-bg` : !a.bg && a.border ? `g-target-m-top-${a.size} g-target-m-${a.type} g-target-m-border` : `g-target-m-top-${a.size} g-target-m-${a.type}`), s = R(() => a.bg && a.type != "default" ? `g-target-m-bottom-${a.size} g-target-m-${a.type} g-target-m-bg` : !a.bg && a.border ? `g-target-m-bottom-${a.size} g-target-m-${a.type} g-target-m-border` : `g-target-m-bottom-${a.size} g-target-m-${a.type}`), l = R(() => a.bg && a.type != "default" ? `g-target-m-right-${a.size} g-target-m-${a.type} g-target-m-bg` : !a.bg && a.border ? `g-target-m-right-${a.size} g-target-m-${a.type} g-target-m-border` : `g-target-m-right-${a.size} g-target-m-${a.type}`), u = R(() => a.border ? "1px solid" : "0"), c = R(() => a.border ? "var(--border-radius-base)" : ""), d = 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)` : ""), f = R(() => a.bg ? `var(--color-${a.type})` : ""), p = R(() => a.border ? `var(--color-${a.type})` : ""), h = R(() => {
97267
97267
  if (a.aspect)
@@ -97533,17 +97533,17 @@ const _ut = /* @__PURE__ */ Nl(but), wut = ["id"], Cut = /* @__PURE__ */ H({
97533
97533
  }
97534
97534
  }
97535
97535
  },
97536
- emits: ["click"],
97536
+ emits: ["arrow-click"],
97537
97537
  setup(e, { expose: t, emit: r }) {
97538
97538
  var x;
97539
97539
  Ru((S) => ({
97540
- "223d62e9": u.value,
97541
- "2bc7f807": v.value,
97542
- "19e10513": l.value,
97543
- "853a1e4c": g.value,
97544
- "1e68cb8c": p.value,
97545
- "1145ffa1": d.value,
97546
- c4f83d64: f.value
97540
+ f7e66060: u.value,
97541
+ d9d448a4: v.value,
97542
+ "2d8cdf4c": l.value,
97543
+ "5fab3b41": g.value,
97544
+ "1c736961": p.value,
97545
+ "7893e348": d.value,
97546
+ "4ab12672": f.value
97547
97547
  }));
97548
97548
  const n = Pr(), a = z(null), o = e, i = R(() => {
97549
97549
  if (o.bg)
@@ -113899,15 +113899,15 @@ const Y3t = { class: "g-datatable" }, q3t = H({
113899
113899
  default: {}
113900
113900
  }
113901
113901
  },
113902
- emits: ["click"],
113902
+ emits: ["arrow-click"],
113903
113903
  setup(e, { expose: t, emit: r }) {
113904
113904
  Ru((S) => ({
113905
- "917b6304": u.value,
113906
- ab12d8b4: h.value,
113907
- "2116636b": l.value,
113908
- e7605386: p.value,
113909
- cf12fbb8: d.value,
113910
- "3ec7826b": f.value
113905
+ "2f25828c": u.value,
113906
+ d5f72e2c: h.value,
113907
+ "563e8ca2": l.value,
113908
+ fefa24fe: p.value,
113909
+ f9f75130: d.value,
113910
+ "0447f4a7": f.value
113911
113911
  }));
113912
113912
  const n = Pr(), a = e;
113913
113913
  let o = z([]);
@@ -114020,7 +114020,7 @@ const Y3t = { class: "g-datatable" }, q3t = H({
114020
114020
  ], 2);
114021
114021
  };
114022
114022
  }
114023
- }), C6t = /* @__PURE__ */ ma(w6t, [["__scopeId", "data-v-beefd9d5"]]), x6t = ar(C6t), S6t = document.documentElement, Pm = Pr(), E6t = (e, t) => {
114023
+ }), C6t = /* @__PURE__ */ ma(w6t, [["__scopeId", "data-v-c9007285"]]), x6t = ar(C6t), S6t = document.documentElement, Pm = Pr(), E6t = (e, t) => {
114024
114024
  let r = [];
114025
114025
  return e == "pie" ? r = [
114026
114026
  {
@@ -114554,10 +114554,10 @@ const Y3t = { class: "g-datatable" }, q3t = H({
114554
114554
  }
114555
114555
  }
114556
114556
  },
114557
- emits: ["click"],
114557
+ emits: ["arrow-click"],
114558
114558
  setup(e, { expose: t, emit: r }) {
114559
114559
  Ru((h) => ({
114560
- c72e11ea: f.value
114560
+ "0399e19a": f.value
114561
114561
  }));
114562
114562
  const n = e, a = z(), o = z(null);
114563
114563
  let i = z([]), s = z(0), l = z([]);
Binary file