react-luminus-components 1.3.147 → 1.3.148

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,7 +1,7 @@
1
1
  import { default as RadioInputProps } from '../InputProps/RadioInputProps';
2
2
 
3
- type FormRadioInputProps = RadioInputProps & {
4
- value: string | null;
5
- onChange?: (value: string | null) => void;
3
+ type FormRadioInputProps<T> = RadioInputProps & {
4
+ value: T;
5
+ onChange?: (value: T) => void;
6
6
  };
7
7
  export default FormRadioInputProps;
@@ -24236,8 +24236,8 @@ export {
24236
24236
  iX as ah,
24237
24237
  jX as ai,
24238
24238
  PX as aj,
24239
- wh as ak,
24240
- eu as al,
24239
+ eu as ak,
24240
+ wh as al,
24241
24241
  d5 as am,
24242
24242
  U$ as an,
24243
24243
  Qs as ao,
@@ -1,4 +1,4 @@
1
- import { bV as o } from "./nivo-bar.es-BOyWsBHc.js";
1
+ import { bV as o } from "./nivo-bar.es-GeqH-wP6.js";
2
2
  const f = (e, r, i) => {
3
3
  let a = e;
4
4
  return r !== void 0 && (a = Math.max(a, r)), i !== void 0 && (a = Math.min(a, i)), a;
@@ -1,6 +1,6 @@
1
1
  import { useEffect as h, useCallback as m, useMemo as u, useContext as b } from "react";
2
2
  import { useSearchParams as f } from "react-router-dom";
3
- import { au as d, a2 as y } from "./nivo-bar.es-BOyWsBHc.js";
3
+ import { au as d, a2 as y } from "./nivo-bar.es-GeqH-wP6.js";
4
4
  import "@azure/msal-browser";
5
5
  import "@azure/msal-react";
6
6
  import "react-hook-form";
@@ -1,4 +1,4 @@
1
- import { ar as L, at as $, aR as w } from "./nivo-bar.es-BOyWsBHc.js";
1
+ import { ar as L, at as $, aR as w } from "./nivo-bar.es-GeqH-wP6.js";
2
2
  import { useContext as y, useRef as O, useState as R, useCallback as S, useEffect as k } from "react";
3
3
  import "react-router-dom";
4
4
  import "react-hook-form";
@@ -1,4 +1,4 @@
1
- import { as as i } from "./nivo-bar.es-BOyWsBHc.js";
1
+ import { as as i } from "./nivo-bar.es-GeqH-wP6.js";
2
2
  import { useContext as n, useCallback as m } from "react";
3
3
  import "react-router-dom";
4
4
  import "@azure/msal-browser";
package/dist/utils.es.js CHANGED
@@ -1,13 +1,13 @@
1
- import { j as i, a8 as c } from "./nivo-bar.es-BOyWsBHc.js";
2
- import { bP as M, bN as V, bO as E, bM as L, bL as B, bu as P, bv as v, a_ as w, bC as G, br as U, bG as W, bJ as k, bK as z, bR as A, bB as H, bw as Y, aV as q, by as J, aW as K, bx as Q, bz as Z, bA as _, bH as $, bq as X, bs as tt, bF as et, bt as st, bS as at, bl as rt, bI as ot, bD as it, bE as nt, bU as lt, aU as mt, bQ as bt, bT as ct } from "./nivo-bar.es-BOyWsBHc.js";
1
+ import { j as i, a8 as c } from "./nivo-bar.es-GeqH-wP6.js";
2
+ import { bP as M, bN as V, bO as E, bM as L, bL as B, bu as P, bv as v, a_ as w, bC as G, br as U, bG as W, bJ as k, bK as z, bR as A, bB as H, bw as Y, aV as q, by as J, aW as K, bx as Q, bz as Z, bA as _, bH as $, bq as X, bs as tt, bF as et, bt as st, bS as at, bl as rt, bI as ot, bD as it, bE as nt, bU as lt, aU as mt, bQ as bt, bT as ct } from "./nivo-bar.es-GeqH-wP6.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-DsDfilzO.js";
10
- import { l as gt, a as ut, s as pt, b as St } from "./searchUtils-BxcMkDqr.js";
9
+ import { S as f } from "./SimpleTooltip-BJ1Ja0Rd.js";
10
+ import { l as gt, a as ut, s as pt, b as St } from "./searchUtils-C-B9CjZk.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.147",
3
+ "version": "1.3.148",
4
4
  "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
5
  "type": "module",
6
6
  "repository": {