react-luminus-components 1.3.120 → 1.3.121

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-B16MCDSu.js → FullScreenContainer-BMcXQcwD.js} +1 -1
  3. package/dist/{FullScreenContainer-DHWRqa45.cjs → FullScreenContainer-Be4xECEA.cjs} +1 -1
  4. package/dist/{Loading-BF7iFJAc.js → Loading-CxR72kEX.js} +1 -1
  5. package/dist/{Loading-DmqXBWvb.cjs → Loading-DqzdnM-F.cjs} +1 -1
  6. package/dist/{ResponsiveContextDropdown-Dwu3bJs8.cjs → ResponsiveContextDropdown-CCyCN5zZ.cjs} +34 -34
  7. package/dist/{ResponsiveContextDropdown-DTOhvk2l.js → ResponsiveContextDropdown-D3jCWIdM.js} +1915 -1915
  8. package/dist/{SimpleTooltip-D7DVtOSV.cjs → SimpleTooltip-BH16nnST.cjs} +1 -1
  9. package/dist/{SimpleTooltip-hOtil_nZ.js → SimpleTooltip-DhHV2ArN.js} +1 -1
  10. package/dist/components/Documents/Documents.d.ts +2 -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-DGa2hd6S.cjs → searchUtils-oHRImzZL.cjs} +1 -1
  20. package/dist/{searchUtils-DSA3PPH_.js → searchUtils-xtbzIMRT.js} +1 -1
  21. package/dist/{useClipboard-CrMTxA6K.js → useClipboard-CpegveXu.js} +1 -1
  22. package/dist/{useClipboard-BeWG2V5x.cjs → useClipboard-DC7sfSoH.cjs} +1 -1
  23. package/dist/{useGetApiData-DQiU5XzD.js → useGetApiData--cIxA2Je.js} +1 -1
  24. package/dist/{useGetApiData-DjoQxGG_.cjs → useGetApiData-B3rSSLIR.cjs} +1 -1
  25. package/dist/{usePermissions-5iEBMhRa.cjs → usePermissions-CcYHna1U.cjs} +1 -1
  26. package/dist/{usePermissions-lGanLvqB.js → usePermissions-Us5YI-6o.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-DTOhvk2l.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-DTOhvk2l.js";
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";
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-hOtil_nZ.js";
10
- import { l as gt, a as ut, s as pt, b as St } from "./searchUtils-DSA3PPH_.js";
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";
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.120",
3
+ "version": "1.3.121",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {