bi-components-library 1.1.62 → 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 +1 -4
- 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
|
@@ -22262,9 +22262,6 @@ function qb(e, t, n, r, a = {}, i, s, u, o, l) {
|
|
|
22262
22262
|
}
|
|
22263
22263
|
p.current !== t && (g.current = /* @__PURE__ */ new Set(), p.current = t, b.current = !0);
|
|
22264
22264
|
const c = b.current;
|
|
22265
|
-
c && setTimeout(() => {
|
|
22266
|
-
b.current = !1;
|
|
22267
|
-
}, 0);
|
|
22268
22265
|
let f = {};
|
|
22269
22266
|
const E = /* @__PURE__ */ new Set();
|
|
22270
22267
|
e.current && !c && e.current.querySelectorAll('[data-type="variable"]').forEach((C) => {
|
|
@@ -22293,7 +22290,7 @@ function qb(e, t, n, r, a = {}, i, s, u, o, l) {
|
|
|
22293
22290
|
}
|
|
22294
22291
|
});
|
|
22295
22292
|
const y = e.current.__tempVariableValues;
|
|
22296
|
-
if (y ? (f = y, setTimeout(() => {
|
|
22293
|
+
if (y ? (f = y, b.current = !1, setTimeout(() => {
|
|
22297
22294
|
if (e.current) {
|
|
22298
22295
|
const T = e.current;
|
|
22299
22296
|
T.__tempVariableValues === y && delete T.__tempVariableValues;
|