@namba_one/ui-kit-2 1.0.171 → 1.0.172
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 +2 -4
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4096,11 +4096,9 @@ const a1 = ["id"], l1 = /* @__PURE__ */ ue({
|
|
|
4096
4096
|
function u() {
|
|
4097
4097
|
qd.enablePageScroll(), window.removeEventListener("keydown", a);
|
|
4098
4098
|
}
|
|
4099
|
-
ji(
|
|
4100
|
-
u();
|
|
4101
|
-
});
|
|
4099
|
+
ji(u);
|
|
4102
4100
|
function d() {
|
|
4103
|
-
i.value = !1, r("close");
|
|
4101
|
+
i.value = !1, r("close"), console.log("close", i.value);
|
|
4104
4102
|
}
|
|
4105
4103
|
function c() {
|
|
4106
4104
|
i.value = !0;
|