@gisce/react-ooui 2.12.0 → 2.13.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":"AAkCA,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":"AAkCA,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,2CAuVlC;AAMD,eAAe,aAAa,CAAC"}
|
package/dist/react-ooui.es.js
CHANGED
|
@@ -3183,6 +3183,7 @@ const Rt = ({
|
|
|
3183
3183
|
}), f = o.length === 1 ? yc(c, r) : wc(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,
|
|
@@ -9407,7 +9408,7 @@ function Wd(e) {
|
|
|
9407
9408
|
/* @__PURE__ */ i(
|
|
9408
9409
|
Kd,
|
|
9409
9410
|
{
|
|
9410
|
-
disabled: c || a
|
|
9411
|
+
disabled: c || a,
|
|
9411
9412
|
searchText: y,
|
|
9412
9413
|
onSearch: ($) => {
|
|
9413
9414
|
$ && $.trim().length > 0 ? w == null || w($) : w == null || w(void 0);
|
|
@@ -9428,12 +9429,12 @@ function Wd(e) {
|
|
|
9428
9429
|
onClick: () => {
|
|
9429
9430
|
g == null || g(!m);
|
|
9430
9431
|
},
|
|
9431
|
-
disabled: c || a
|
|
9432
|
+
disabled: c || a,
|
|
9432
9433
|
badgeNumber: p == null ? void 0 : p.length
|
|
9433
9434
|
}
|
|
9434
9435
|
),
|
|
9435
9436
|
Ct(),
|
|
9436
|
-
/* @__PURE__ */ i(ri, {
|
|
9437
|
+
/* @__PURE__ */ i(ri, {}),
|
|
9437
9438
|
/* @__PURE__ */ i(
|
|
9438
9439
|
Je,
|
|
9439
9440
|
{
|
|
@@ -9491,8 +9492,7 @@ function Wd(e) {
|
|
|
9491
9492
|
onChangeView: ($) => {
|
|
9492
9493
|
T == null || T(n), o == null || o($);
|
|
9493
9494
|
},
|
|
9494
|
-
previousView: R
|
|
9495
|
-
disabled: C
|
|
9495
|
+
previousView: R
|
|
9496
9496
|
}
|
|
9497
9497
|
)
|
|
9498
9498
|
] }),
|