react-luminus-components 1.3.121 → 1.3.122

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.
Files changed (29) hide show
  1. package/dist/.vite/manifest.json +67 -67
  2. package/dist/{FullScreenContainer-BMcXQcwD.js → FullScreenContainer-D5HJNjJA.js} +1 -1
  3. package/dist/{FullScreenContainer-Be4xECEA.cjs → FullScreenContainer-mAo68Whi.cjs} +1 -1
  4. package/dist/{Loading-CxR72kEX.js → Loading-DDP4iMkD.js} +1 -1
  5. package/dist/{Loading-DqzdnM-F.cjs → Loading-DcFV00Dl.cjs} +1 -1
  6. package/dist/{ResponsiveContextDropdown-D3jCWIdM.js → ResponsiveContextDropdown-D4ZUXpeV.js} +411 -408
  7. package/dist/{ResponsiveContextDropdown-CCyCN5zZ.cjs → ResponsiveContextDropdown-dfS5DM48.cjs} +15 -15
  8. package/dist/{SimpleTooltip-BH16nnST.cjs → SimpleTooltip-ByhVHu7a.cjs} +1 -1
  9. package/dist/{SimpleTooltip-DhHV2ArN.js → SimpleTooltip-IRywMlMZ.js} +1 -1
  10. package/dist/components/Dropdown/comps/DropdownItem/DropdownItem.d.ts +7 -1
  11. package/dist/contexts.cjs.js +1 -1
  12. package/dist/contexts.es.js +3 -3
  13. package/dist/hooks.cjs.js +1 -1
  14. package/dist/hooks.es.js +5 -5
  15. package/dist/layout.cjs.js +1 -1
  16. package/dist/layout.es.js +5 -5
  17. package/dist/main.cjs.js +1 -1
  18. package/dist/main.es.js +8 -8
  19. package/dist/{searchUtils-oHRImzZL.cjs → searchUtils-B9xSo56e.cjs} +1 -1
  20. package/dist/{searchUtils-xtbzIMRT.js → searchUtils-CaIIUFdA.js} +1 -1
  21. package/dist/{useClipboard-DC7sfSoH.cjs → useClipboard-Cb27P5cE.cjs} +1 -1
  22. package/dist/{useClipboard-CpegveXu.js → useClipboard-CqRvAp9P.js} +1 -1
  23. package/dist/{useGetApiData--cIxA2Je.js → useGetApiData-D9pgAI8M.js} +1 -1
  24. package/dist/{useGetApiData-B3rSSLIR.cjs → useGetApiData-hCqUUjkM.cjs} +1 -1
  25. package/dist/{usePermissions-CcYHna1U.cjs → usePermissions-CaBhDl6x.cjs} +1 -1
  26. package/dist/{usePermissions-Us5YI-6o.js → usePermissions-j0eTeyp2.js} +1 -1
  27. package/dist/utils.cjs.js +1 -1
  28. package/dist/utils.es.js +4 -4
  29. package/package.json +1 -1
package/dist/utils.es.js CHANGED
@@ -1,13 +1,13 @@
1
- import { j as i, a9 as c } from "./ResponsiveContextDropdown-D3jCWIdM.js";
2
- import { bQ as I, bO as L, bP as V, bN as E, bM as B, bv as P, bw as v, aU as w, bD as G, bs as U, bH as k, bK as z, bL as W, bS as A, bC as H, bx as K, aL as Y, bz as J, aM as Q, by as Z, bA as $, bB as q, bI as X, br as _, bt as tt, bG as et, bu as st, bT as at, bm as rt, bJ as ot, bE as it, bF as nt, bV as lt, aK as mt, bR as bt, bU as ct } from "./ResponsiveContextDropdown-D3jCWIdM.js";
1
+ import { j as i, a9 as c } from "./ResponsiveContextDropdown-D4ZUXpeV.js";
2
+ import { bQ as I, bO as L, bP as V, bN as E, bM as B, bv as P, bw as v, aU as w, bD as G, bs as U, bH as k, bK as z, bL as W, bS as A, bC as H, bx as K, aL as Y, bz as J, aM as Q, by as Z, bA as $, bB as q, bI as X, br as _, bt as tt, bG as et, bu as st, bT as at, bm as rt, bJ as ot, bE as it, bF as nt, bV as lt, aK as mt, bR as bt, bU as ct } from "./ResponsiveContextDropdown-D4ZUXpeV.js";
3
3
  import "react";
4
4
  import "@azure/msal-browser";
5
5
  import "@azure/msal-react";
6
6
  import "react-router-dom";
7
7
  import "react-hook-form";
8
8
  import "react-flexmonster";
9
- import { S as f } from "./SimpleTooltip-DhHV2ArN.js";
10
- import { l as gt, a as ut, s as pt, b as St } from "./searchUtils-xtbzIMRT.js";
9
+ import { S as f } from "./SimpleTooltip-IRywMlMZ.js";
10
+ import { l as gt, a as ut, s as pt, b as St } from "./searchUtils-CaIIUFdA.js";
11
11
  const y = ({ cell: { value: t } }) => /* @__PURE__ */ i.jsx(f, { text: t, placement: "bottom", children: /* @__PURE__ */ i.jsx("div", { className: "w-100 text-truncate", children: t }) }), O = ({ cell: { value: t } }) => /* @__PURE__ */ i.jsx(i.Fragment, { children: t == null ? void 0 : t.toLocaleString("cs-CZ") }), N = ({ cell: { value: t } }) => {
12
12
  const s = c(new Date(t), "dd.MM.yyyy");
13
13
  return /* @__PURE__ */ i.jsx(i.Fragment, { children: t ? s : "" });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-luminus-components",
3
- "version": "1.3.121",
3
+ "version": "1.3.122",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {