g-ui-web 1.1.5 → 1.1.6
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 +17 -11
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +1 -1
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/target-r/index.d.ts +15 -0
- package/lib/target-r/src/index.vue.d.ts +9 -0
- package/package.json +1 -1
package/lib/g-ui-web.js
CHANGED
|
@@ -97414,18 +97414,22 @@ const Hut = /* @__PURE__ */ Ll(zut), Wut = ["id"], Gut = /* @__PURE__ */ H({
|
|
|
97414
97414
|
dbOptions: {
|
|
97415
97415
|
type: Object,
|
|
97416
97416
|
default: () => ({})
|
|
97417
|
+
},
|
|
97418
|
+
tooltipPlacement: {
|
|
97419
|
+
type: String,
|
|
97420
|
+
default: "icon"
|
|
97417
97421
|
}
|
|
97418
97422
|
},
|
|
97419
97423
|
setup(e, { expose: t }) {
|
|
97420
97424
|
Ws((O) => ({
|
|
97421
|
-
|
|
97422
|
-
|
|
97423
|
-
"
|
|
97424
|
-
|
|
97425
|
-
|
|
97426
|
-
|
|
97427
|
-
|
|
97428
|
-
|
|
97425
|
+
b693731c: v.value,
|
|
97426
|
+
c8725894: C.value,
|
|
97427
|
+
"3b7dc43e": g.value,
|
|
97428
|
+
"53629e4d": w.value,
|
|
97429
|
+
bd31ff4a: _.value,
|
|
97430
|
+
bdfc6fa6: p.value,
|
|
97431
|
+
d986bf94: d.value,
|
|
97432
|
+
cc1bcd9c: f.value
|
|
97429
97433
|
}));
|
|
97430
97434
|
let r = cn.state;
|
|
97431
97435
|
const n = Tr(), a = document.documentElement, o = e, i = z({
|
|
@@ -97567,6 +97571,7 @@ const Hut = /* @__PURE__ */ Ll(zut), Wut = ["id"], Gut = /* @__PURE__ */ H({
|
|
|
97567
97571
|
border: e.border,
|
|
97568
97572
|
arrow: e.arrow,
|
|
97569
97573
|
tooltip: e.tooltip,
|
|
97574
|
+
tooltipPlacement: e.tooltipPlacement,
|
|
97570
97575
|
"db-options": {
|
|
97571
97576
|
dataField: "value",
|
|
97572
97577
|
columns: [
|
|
@@ -97580,7 +97585,7 @@ const Hut = /* @__PURE__ */ Ll(zut), Wut = ["id"], Gut = /* @__PURE__ */ H({
|
|
|
97580
97585
|
value: i.value.data
|
|
97581
97586
|
}
|
|
97582
97587
|
}
|
|
97583
|
-
}, null, 8, ["type", "placement", "size", "border", "arrow", "tooltip", "db-options"]))
|
|
97588
|
+
}, null, 8, ["type", "placement", "size", "border", "arrow", "tooltip", "tooltipPlacement", "db-options"]))
|
|
97584
97589
|
])
|
|
97585
97590
|
], 2)) : ae("", !0),
|
|
97586
97591
|
e.chart == "line" ? (D(), $("div", {
|
|
@@ -97608,6 +97613,7 @@ const Hut = /* @__PURE__ */ Ll(zut), Wut = ["id"], Gut = /* @__PURE__ */ H({
|
|
|
97608
97613
|
border: e.border,
|
|
97609
97614
|
arrow: e.arrow,
|
|
97610
97615
|
tooltip: e.tooltip,
|
|
97616
|
+
tooltipPlacement: e.tooltipPlacement,
|
|
97611
97617
|
"db-options": {
|
|
97612
97618
|
dataField: "value",
|
|
97613
97619
|
columns: [
|
|
@@ -97621,13 +97627,13 @@ const Hut = /* @__PURE__ */ Ll(zut), Wut = ["id"], Gut = /* @__PURE__ */ H({
|
|
|
97621
97627
|
value: i.value.data
|
|
97622
97628
|
}
|
|
97623
97629
|
}
|
|
97624
|
-
}, null, 8, ["type", "size", "border", "arrow", "tooltip", "db-options"]))
|
|
97630
|
+
}, null, 8, ["type", "size", "border", "arrow", "tooltip", "tooltipPlacement", "db-options"]))
|
|
97625
97631
|
])
|
|
97626
97632
|
], 2)) : ae("", !0)
|
|
97627
97633
|
], 64);
|
|
97628
97634
|
};
|
|
97629
97635
|
}
|
|
97630
|
-
}), Act = /* @__PURE__ */ Qn(Tct, [["__scopeId", "data-v-
|
|
97636
|
+
}), Act = /* @__PURE__ */ Qn(Tct, [["__scopeId", "data-v-8e09cf89"]]), Mct = tr(Act), kct = { class: "outbox" }, Dct = { class: "inbox" }, Oct = { class: "top" }, Ict = {
|
|
97631
97637
|
key: 0,
|
|
97632
97638
|
class: "title"
|
|
97633
97639
|
}, Rct = { class: "bottom" }, Lct = { class: "field" }, Pct = {
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|