bi-components-library 1.1.63 → 1.1.64
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.es.js +4 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22254,15 +22254,14 @@ function Ub(e, t, n, r) {
|
|
|
22254
22254
|
r(b && m);
|
|
22255
22255
|
}
|
|
22256
22256
|
function qb(e, t, n, r, a = {}, i, s, u, o, l) {
|
|
22257
|
-
const g = J(/* @__PURE__ */ new Set()), p = J(t), b = J(
|
|
22257
|
+
const g = J(/* @__PURE__ */ new Set()), p = J(t), b = J(!1), m = ie(() => {
|
|
22258
22258
|
if (!e.current) return;
|
|
22259
22259
|
if (t.length === 0) {
|
|
22260
22260
|
e.current.innerHTML = "";
|
|
22261
22261
|
return;
|
|
22262
22262
|
}
|
|
22263
|
-
p.current !== t && (g.current = /* @__PURE__ */ new Set(), p.current = t, b.current =
|
|
22264
|
-
const c = b.current
|
|
22265
|
-
c && b.current--;
|
|
22263
|
+
p.current !== t && (g.current = /* @__PURE__ */ new Set(), p.current = t, b.current = !0);
|
|
22264
|
+
const c = b.current;
|
|
22266
22265
|
let f = {};
|
|
22267
22266
|
const E = /* @__PURE__ */ new Set();
|
|
22268
22267
|
e.current && !c && e.current.querySelectorAll('[data-type="variable"]').forEach((C) => {
|
|
@@ -22291,7 +22290,7 @@ function qb(e, t, n, r, a = {}, i, s, u, o, l) {
|
|
|
22291
22290
|
}
|
|
22292
22291
|
});
|
|
22293
22292
|
const y = e.current.__tempVariableValues;
|
|
22294
|
-
if (y ? (f = y, setTimeout(() => {
|
|
22293
|
+
if (y ? (f = y, b.current = !1, setTimeout(() => {
|
|
22295
22294
|
if (e.current) {
|
|
22296
22295
|
const T = e.current;
|
|
22297
22296
|
T.__tempVariableValues === y && delete T.__tempVariableValues;
|