g-ui-web 1.3.33 → 1.3.34
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.cjs +1 -1
- package/lib/g-ui-web.iife.js +1 -1
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +3 -3
- 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/package.json +1 -1
package/lib/g-ui-web.iife.js.gz
CHANGED
|
Binary file
|
package/lib/g-ui-web.js
CHANGED
|
@@ -115498,7 +115498,7 @@ ${P.value}${(T == null ? void 0 : T.unit) || ""}`;
|
|
|
115498
115498
|
},
|
|
115499
115499
|
position: {
|
|
115500
115500
|
type: Object,
|
|
115501
|
-
default: { bottom:
|
|
115501
|
+
default: { bottom: 200, right: 0 }
|
|
115502
115502
|
},
|
|
115503
115503
|
icon: {
|
|
115504
115504
|
type: String,
|
|
@@ -115507,7 +115507,7 @@ ${P.value}${(T == null ? void 0 : T.unit) || ""}`;
|
|
|
115507
115507
|
},
|
|
115508
115508
|
emits: ["open", "close"],
|
|
115509
115509
|
setup(e, { emit: t }) {
|
|
115510
|
-
const n = t, r = e, a = B("half"), o = B("small"), i = B(!1), l = B((r.position && r.position.bottom) ??
|
|
115510
|
+
const n = t, r = e, a = B("half"), o = B("small"), i = B(!1), l = B((r.position && r.position.bottom) ?? 200), s = B((r.position && r.position.bottom) ?? 200), u = B((r.position && r.position.right) ?? 200);
|
|
115511
115511
|
let c = !1, d = !1, f = 0, h = 0, p = 0, v = 0;
|
|
115512
115512
|
const g = (M, D, R) => Math.max(D, Math.min(R, M)), m = (M) => {
|
|
115513
115513
|
if (!c) return;
|
|
@@ -115640,7 +115640,7 @@ ${P.value}${(T == null ? void 0 : T.unit) || ""}`;
|
|
|
115640
115640
|
], 6))
|
|
115641
115641
|
]));
|
|
115642
115642
|
}
|
|
115643
|
-
}), rAt = /* @__PURE__ */ Lr(nAt, [["__scopeId", "data-v-
|
|
115643
|
+
}), rAt = /* @__PURE__ */ Lr(nAt, [["__scopeId", "data-v-d079cc0e"]]), aAt = Zt(rAt), oAt = Z({
|
|
115644
115644
|
name: "GRow"
|
|
115645
115645
|
}), iAt = /* @__PURE__ */ Z({
|
|
115646
115646
|
...oAt,
|
package/lib/g-ui-web.js.gz
CHANGED
|
Binary file
|