@gisce/react-ooui 2.15.0 → 2.16.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
|
@@ -3199,6 +3199,7 @@ const Rt = ({
|
|
|
3199
3199
|
}), f = o.length === 1 ? wl(l, r) : vl(r, a);
|
|
3200
3200
|
return /* @__PURE__ */ i("div", { style: {
|
|
3201
3201
|
display: "grid",
|
|
3202
|
+
alignItems: "center",
|
|
3202
3203
|
gridTemplateColumns: n ? "auto" : f,
|
|
3203
3204
|
gap: "1rem",
|
|
3204
3205
|
minHeight: 0,
|
|
@@ -9545,7 +9546,7 @@ function qd(e) {
|
|
|
9545
9546
|
/* @__PURE__ */ i(
|
|
9546
9547
|
Yd,
|
|
9547
9548
|
{
|
|
9548
|
-
disabled: l || a
|
|
9549
|
+
disabled: l || a,
|
|
9549
9550
|
searchText: w,
|
|
9550
9551
|
onSearch: (H) => {
|
|
9551
9552
|
H && H.trim().length > 0 ? g == null || g(H) : g == null || g(void 0);
|
|
@@ -9566,12 +9567,12 @@ function qd(e) {
|
|
|
9566
9567
|
onClick: () => {
|
|
9567
9568
|
y == null || y(!m);
|
|
9568
9569
|
},
|
|
9569
|
-
disabled: l || a
|
|
9570
|
+
disabled: l || a,
|
|
9570
9571
|
badgeNumber: h == null ? void 0 : h.length
|
|
9571
9572
|
}
|
|
9572
9573
|
),
|
|
9573
9574
|
xt(),
|
|
9574
|
-
/* @__PURE__ */ i(ii, {
|
|
9575
|
+
/* @__PURE__ */ i(ii, {}),
|
|
9575
9576
|
/* @__PURE__ */ i(
|
|
9576
9577
|
ze,
|
|
9577
9578
|
{
|
|
@@ -9629,8 +9630,7 @@ function qd(e) {
|
|
|
9629
9630
|
onChangeView: (H) => {
|
|
9630
9631
|
T == null || T(n), o == null || o(H);
|
|
9631
9632
|
},
|
|
9632
|
-
previousView: I
|
|
9633
|
-
disabled: x
|
|
9633
|
+
previousView: I
|
|
9634
9634
|
}
|
|
9635
9635
|
)
|
|
9636
9636
|
] }),
|