@gisce/react-ooui 2.13.0 → 2.14.0-alpha.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":"AAmCA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,
|
|
1
|
+
{"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["../../src/actionbar/TreeActionBar.tsx"],"names":[],"mappings":"AAmCA,KAAK,KAAK,GAAG;IACX,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IACxB,OAAO,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,iBAAS,aAAa,CAAC,KAAK,EAAE,KAAK,2CA4WlC;AAMD,eAAe,aAAa,CAAC"}
|
package/dist/react-ooui.es.js
CHANGED
|
@@ -3183,6 +3183,7 @@ const Rt = ({
|
|
|
3183
3183
|
}), f = o.length === 1 ? yl(l, r) : wl(r, a);
|
|
3184
3184
|
return /* @__PURE__ */ i("div", { style: {
|
|
3185
3185
|
display: "grid",
|
|
3186
|
+
alignItems: "center",
|
|
3186
3187
|
gridTemplateColumns: n ? "auto" : f,
|
|
3187
3188
|
gap: "1rem",
|
|
3188
3189
|
minHeight: 0,
|
|
@@ -9453,7 +9454,7 @@ function Wd(e) {
|
|
|
9453
9454
|
/* @__PURE__ */ i(
|
|
9454
9455
|
Kd,
|
|
9455
9456
|
{
|
|
9456
|
-
disabled: l || a
|
|
9457
|
+
disabled: l || a,
|
|
9457
9458
|
searchText: y,
|
|
9458
9459
|
onSearch: (H) => {
|
|
9459
9460
|
H && H.trim().length > 0 ? w == null || w(H) : w == null || w(void 0);
|
|
@@ -9474,12 +9475,12 @@ function Wd(e) {
|
|
|
9474
9475
|
onClick: () => {
|
|
9475
9476
|
g == null || g(!m);
|
|
9476
9477
|
},
|
|
9477
|
-
disabled: l || a
|
|
9478
|
+
disabled: l || a,
|
|
9478
9479
|
badgeNumber: h == null ? void 0 : h.length
|
|
9479
9480
|
}
|
|
9480
9481
|
),
|
|
9481
9482
|
Ct(),
|
|
9482
|
-
/* @__PURE__ */ i(oi, {
|
|
9483
|
+
/* @__PURE__ */ i(oi, {}),
|
|
9483
9484
|
/* @__PURE__ */ i(
|
|
9484
9485
|
Je,
|
|
9485
9486
|
{
|
|
@@ -9537,8 +9538,7 @@ function Wd(e) {
|
|
|
9537
9538
|
onChangeView: (H) => {
|
|
9538
9539
|
S == null || S(n), o == null || o(H);
|
|
9539
9540
|
},
|
|
9540
|
-
previousView: F
|
|
9541
|
-
disabled: C
|
|
9541
|
+
previousView: F
|
|
9542
9542
|
}
|
|
9543
9543
|
)
|
|
9544
9544
|
] }),
|