@namba_one/ui-kit-2 1.0.219 → 1.0.220
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.d.ts +2 -6
- package/dist/index.es.js +11 -14
- package/dist/index.umd.js +1 -1
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1237,9 +1237,7 @@ declare function __VLS_template_7(): {
|
|
|
1237
1237
|
declare function __VLS_template_8(): {
|
|
1238
1238
|
attrs: Partial<{}>;
|
|
1239
1239
|
slots: {
|
|
1240
|
-
default?(_: {
|
|
1241
|
-
onClick: () => void;
|
|
1242
|
-
}): any;
|
|
1240
|
+
default?(_: {}): any;
|
|
1243
1241
|
};
|
|
1244
1242
|
refs: {};
|
|
1245
1243
|
rootEl: any;
|
|
@@ -2665,9 +2663,7 @@ toggle: () => void;
|
|
|
2665
2663
|
open: () => void;
|
|
2666
2664
|
}> & {} & ComponentCustomProperties & {} & {
|
|
2667
2665
|
$slots: {
|
|
2668
|
-
default?(_: {
|
|
2669
|
-
onClick: () => void;
|
|
2670
|
-
}): any;
|
|
2666
|
+
default?(_: {}): any;
|
|
2671
2667
|
};
|
|
2672
2668
|
}) | null;
|
|
2673
2669
|
}, any>;
|
package/dist/index.es.js
CHANGED
|
@@ -4492,34 +4492,31 @@ const _1 = ["id"], C1 = /* @__PURE__ */ ce({
|
|
|
4492
4492
|
}, [
|
|
4493
4493
|
j(p(dn), { appear: "" }, {
|
|
4494
4494
|
default: A(() => [
|
|
4495
|
-
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
[m.$style["is-show-overlay"]]: m.isShowOverlay
|
|
4500
|
-
}
|
|
4501
|
-
])
|
|
4502
|
-
}, null, 2)
|
|
4495
|
+
m.isShowOverlay ? (v(), M("div", {
|
|
4496
|
+
key: 0,
|
|
4497
|
+
class: y(m.$style.overlay)
|
|
4498
|
+
}, null, 2)) : z("", !0)
|
|
4503
4499
|
]),
|
|
4504
4500
|
_: 1
|
|
4505
4501
|
}),
|
|
4506
4502
|
Y("div", {
|
|
4507
|
-
class: y(m.$style.
|
|
4503
|
+
class: y(m.$style.scroller),
|
|
4508
4504
|
onClick: d
|
|
4509
4505
|
}, [
|
|
4510
|
-
|
|
4506
|
+
Y("div", {
|
|
4511
4507
|
onClick: f[0] || (f[0] = $n(() => {
|
|
4512
4508
|
}, ["stop"]))
|
|
4513
|
-
}
|
|
4509
|
+
}, [
|
|
4510
|
+
se(m.$slots, "default")
|
|
4511
|
+
])
|
|
4514
4512
|
], 2)
|
|
4515
4513
|
], 10, _1)) : z("", !0)
|
|
4516
4514
|
]));
|
|
4517
4515
|
}
|
|
4518
|
-
}), x1 = "DynamicVisibleArea__root_4ca5d", E1 = "DynamicVisibleArea__overlay_01f51", T1 = "
|
|
4516
|
+
}), x1 = "DynamicVisibleArea__root_4ca5d", E1 = "DynamicVisibleArea__overlay_01f51", T1 = "DynamicVisibleArea__scroller_b1d2c", S1 = {
|
|
4519
4517
|
root: x1,
|
|
4520
4518
|
overlay: E1,
|
|
4521
|
-
|
|
4522
|
-
slot: T1
|
|
4519
|
+
scroller: T1
|
|
4523
4520
|
}, M1 = {
|
|
4524
4521
|
$style: S1
|
|
4525
4522
|
}, $1 = /* @__PURE__ */ ge(C1, [["__cssModules", M1]]);
|