@quoreadmin/ui 1.0.20 → 1.0.22
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/dist/index.css +1 -1
- package/dist/index.js +12 -4
- package/dist/index.umd.cjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27494,6 +27494,11 @@ const LW = /* @__PURE__ */ ze(xW, [["render", PW], ["__scopeId", "data-v-da5da0f
|
|
|
27494
27494
|
type: Boolean,
|
|
27495
27495
|
default: !1
|
|
27496
27496
|
},
|
|
27497
|
+
/** Ability to set the tooltip to show/hide */
|
|
27498
|
+
show: {
|
|
27499
|
+
type: Boolean,
|
|
27500
|
+
default: !1
|
|
27501
|
+
},
|
|
27497
27502
|
/** Ability to set custom tooltip classes */
|
|
27498
27503
|
tooltipClasses: {
|
|
27499
27504
|
type: [String, Array, Object],
|
|
@@ -27503,7 +27508,10 @@ const LW = /* @__PURE__ */ ze(xW, [["render", PW], ["__scopeId", "data-v-da5da0f
|
|
|
27503
27508
|
}), RW = ["aria-describedby"], $W = ["id"];
|
|
27504
27509
|
function FW(n, e, t, r, i, s) {
|
|
27505
27510
|
return C(), E("div", {
|
|
27506
|
-
class:
|
|
27511
|
+
class: j([
|
|
27512
|
+
"tooltip-container",
|
|
27513
|
+
n.show ? "show" : ""
|
|
27514
|
+
]),
|
|
27507
27515
|
"aria-describedby": n.id
|
|
27508
27516
|
}, [
|
|
27509
27517
|
z(n.$slots, "trigger", {}, void 0, !0),
|
|
@@ -27522,9 +27530,9 @@ function FW(n, e, t, r, i, s) {
|
|
|
27522
27530
|
}, [
|
|
27523
27531
|
z(n.$slots, "content", {}, void 0, !0)
|
|
27524
27532
|
], 10, $W)
|
|
27525
|
-
],
|
|
27533
|
+
], 10, RW);
|
|
27526
27534
|
}
|
|
27527
|
-
const gp = /* @__PURE__ */ ze(_W, [["render", FW], ["__scopeId", "data-v-
|
|
27535
|
+
const gp = /* @__PURE__ */ ze(_W, [["render", FW], ["__scopeId", "data-v-b63dd861"]]), yp = () => {
|
|
27528
27536
|
const n = B(""), e = navigator.userAgent;
|
|
27529
27537
|
return e.match("/Android|webOS|iPhone|iPod|BlackBerry/i") ? n.value = "mobile" : e.match("/iPad|Tablet/i") || // IPad using iPadOS no longer shows iPad in the user agent so check touchPoints
|
|
27530
27538
|
// Check if the device has touchpoints.
|
|
@@ -61193,7 +61201,7 @@ const toe = /* @__PURE__ */ ze(Xse, [["render", eoe], ["__scopeId", "data-v-320d
|
|
|
61193
61201
|
l = l[c][d], u = u[c][d];
|
|
61194
61202
|
} else
|
|
61195
61203
|
l = l[r], u = u[r];
|
|
61196
|
-
return typeof l == "string" && typeof u == "string" && (l = l.toLowerCase(), u = u.toLowerCase()), typeof l != "string" && typeof u != "string" && (l = parseInt(l), u = parseInt(u)), (l === u ? 0 : l > u ? 1 : -1) * i;
|
|
61204
|
+
return typeof l == "string" && typeof u == "string" && (l = l.toLowerCase(), u = u.toLowerCase()), typeof l != "string" && typeof u != "string" && (l = parseInt(l), u = parseInt(u)), typeof l == "number" && typeof u == "string" ? -1 : (l === u ? 0 : l > u ? 1 : -1) * i;
|
|
61197
61205
|
})), n;
|
|
61198
61206
|
}, noe = xe({
|
|
61199
61207
|
name: "QDataFilter",
|