@gisce/react-ooui 1.1.27 → 1.1.28

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":["TreeActionBar.tsx"],"names":[],"mappings":";AA+BA,aAAK,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,eA4OlC;AAMD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"TreeActionBar.d.ts","sourceRoot":"","sources":["TreeActionBar.tsx"],"names":[],"mappings":";AA+BA,aAAK,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,eA2OlC;AAMD,eAAe,aAAa,CAAC"}
@@ -24375,9 +24375,22 @@ function TreeActionBar(e) {
24375
24375
  onSearch: (N) => {
24376
24376
  N && N.trim().length > 0 ? b == null || b(N) : b == null || b(void 0);
24377
24377
  }
24378
+ }), !O && /* @__PURE__ */ jsx(ButtonWithBadge, {
24379
+ icon: /* @__PURE__ */ jsx(FilterOutlined, {
24380
+ style: {
24381
+ color: m ? "white" : void 0
24382
+ }
24383
+ }),
24384
+ tooltip: w("advanced_search"),
24385
+ type: m ? "primary" : "default",
24386
+ onClick: () => {
24387
+ y == null || y(!m);
24388
+ },
24389
+ disabled: u || s || v,
24390
+ badgeNumber: h == null ? void 0 : h.length
24378
24391
  }), separator$1(), /* @__PURE__ */ jsx(NewButton, {
24379
24392
  disabled: v
24380
- }), separator$1(), /* @__PURE__ */ jsx(ActionButton, {
24393
+ }), /* @__PURE__ */ jsx(ActionButton, {
24381
24394
  icon: /* @__PURE__ */ jsx(CopyOutlined$3, {}),
24382
24395
  tooltip: w("duplicate"),
24383
24396
  disabled: !a || (a == null ? void 0 : a.length) !== 1 || u || v,
@@ -24390,19 +24403,6 @@ function TreeActionBar(e) {
24390
24403
  loading: s,
24391
24404
  onClick: q
24392
24405
  }), separator$1()]
24393
- }), !O && /* @__PURE__ */ jsx(ButtonWithBadge, {
24394
- icon: /* @__PURE__ */ jsx(FilterOutlined, {
24395
- style: {
24396
- color: m ? "white" : void 0
24397
- }
24398
- }),
24399
- tooltip: w("advanced_search"),
24400
- type: m ? "primary" : "default",
24401
- onClick: () => {
24402
- y == null || y(!m);
24403
- },
24404
- disabled: u || s || v,
24405
- badgeNumber: h == null ? void 0 : h.length
24406
24406
  }), /* @__PURE__ */ jsx(ActionButton, {
24407
24407
  icon: /* @__PURE__ */ jsx(InfoCircleOutlined$3, {}),
24408
24408
  tooltip: w("showLogs"),