bi-components-library 1.3.2-next.22 → 1.3.2-next.23

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.
package/dist/index.es.js CHANGED
@@ -22699,7 +22699,17 @@ const Xh = ({
22699
22699
  }
22700
22700
  ),
22701
22701
  R ? /* @__PURE__ */ j(ot, { children: [
22702
- /* @__PURE__ */ y("span", { className: "rte-report-name-chip-label", children: b }),
22702
+ /* @__PURE__ */ y(
22703
+ "span",
22704
+ {
22705
+ className: "rte-report-name-chip-label",
22706
+ onClick: () => {
22707
+ if (!s) return;
22708
+ _.current?.querySelector(".rte-report-dropdown-host")?.click();
22709
+ },
22710
+ children: b
22711
+ }
22712
+ ),
22703
22713
  s && u && /* @__PURE__ */ y(
22704
22714
  Lc,
22705
22715
  {
@@ -22810,9 +22820,9 @@ const Xh = ({
22810
22820
  ), I = q(
22811
22821
  (A, N) => {
22812
22822
  const w = [...k];
22813
- w[A] = N.url, n(e.key, w), f?.(`${e.key}_${A}`, N.url);
22823
+ w[A] = N.url, n(e.key, w), f?.(`${e.key}_${A}`, N.url), c && /^https?:\/\//i.test(N.url) && c(`${e.key}_${A}`, N.url, "multi-variable-select");
22814
22824
  },
22815
- [k, e.key, n, f]
22825
+ [k, e.key, n, f, c]
22816
22826
  ), T = q(
22817
22827
  (A) => {
22818
22828
  R(A, ""), d?.(`${e.key}_${A}`);