bi-components-library 1.2.96 → 1.2.97
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 +5 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -30864,7 +30864,11 @@ const { RangePicker: OT } = qc, DT = ({ host: e, onChange: t }) => {
|
|
|
30864
30864
|
if (typeof Be.maxCount == "number" && Be.maxCount > 1)
|
|
30865
30865
|
for (let ht = 0; ht < Be.maxCount; ht++) {
|
|
30866
30866
|
const Kt = `${Se}-${ht}`;
|
|
30867
|
-
Object.prototype.hasOwnProperty.call(ne, Kt)
|
|
30867
|
+
if (!Object.prototype.hasOwnProperty.call(ne, Kt))
|
|
30868
|
+
if (ve.has(Kt)) {
|
|
30869
|
+
ge[Kt] === void 0 && (be[Kt] = null, we = !0);
|
|
30870
|
+
continue;
|
|
30871
|
+
} else !ne[Kt] && ge[Kt] && (be[Kt] = null, we = !0);
|
|
30868
30872
|
}
|
|
30869
30873
|
else ve.has(Se) && ge[Se] !== null && (be[Se] = null, we = !0);
|
|
30870
30874
|
}
|