@gisce/react-ooui 2.15.3-rc.1 → 2.16.0-alpha.10
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,
|
|
@@ -9546,7 +9547,7 @@ function qd(e) {
|
|
|
9546
9547
|
/* @__PURE__ */ i(
|
|
9547
9548
|
Yd,
|
|
9548
9549
|
{
|
|
9549
|
-
disabled: l || a
|
|
9550
|
+
disabled: l || a,
|
|
9550
9551
|
searchText: w,
|
|
9551
9552
|
onSearch: (H) => {
|
|
9552
9553
|
H && H.trim().length > 0 ? g == null || g(H) : g == null || g(void 0);
|
|
@@ -9567,12 +9568,12 @@ function qd(e) {
|
|
|
9567
9568
|
onClick: () => {
|
|
9568
9569
|
y == null || y(!m);
|
|
9569
9570
|
},
|
|
9570
|
-
disabled: l || a
|
|
9571
|
+
disabled: l || a,
|
|
9571
9572
|
badgeNumber: h == null ? void 0 : h.length
|
|
9572
9573
|
}
|
|
9573
9574
|
),
|
|
9574
9575
|
xt(),
|
|
9575
|
-
/* @__PURE__ */ i(ii, {
|
|
9576
|
+
/* @__PURE__ */ i(ii, {}),
|
|
9576
9577
|
/* @__PURE__ */ i(
|
|
9577
9578
|
ze,
|
|
9578
9579
|
{
|
|
@@ -9630,8 +9631,7 @@ function qd(e) {
|
|
|
9630
9631
|
onChangeView: (H) => {
|
|
9631
9632
|
T == null || T(n), o == null || o(H);
|
|
9632
9633
|
},
|
|
9633
|
-
previousView: I
|
|
9634
|
-
disabled: x
|
|
9634
|
+
previousView: I
|
|
9635
9635
|
}
|
|
9636
9636
|
)
|
|
9637
9637
|
] }),
|