react-luminus-components 1.3.148 → 1.3.150

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 (67) hide show
  1. package/README.md +349 -349
  2. package/dist/.vite/manifest.json +60 -77
  3. package/dist/{FullScreenContainer-DYBgh54H.js → FullScreenContainer-BSciPt3A.js} +1 -1
  4. package/dist/FullScreenContainer-WkCQwmI5.cjs +1 -0
  5. package/dist/{Loading-fF23C88q.js → Loading-BJA0-QrA.js} +1 -1
  6. package/dist/Loading-Bxh7Ozr9.cjs +1 -0
  7. package/dist/ResponsiveContextDropdown-43DFzlyo.cjs +279 -0
  8. package/dist/{nivo-bar.es-GeqH-wP6.js → ResponsiveContextDropdown-CzEiKgLX.js} +8841 -8828
  9. package/dist/components/Form/CheckInput/CheckInput.d.ts +1 -1
  10. package/dist/components/Form/CustomSelectInput/CustomSelectInput.d.ts +1 -1
  11. package/dist/components/Form/DropdownPicker/DropdownPicker.d.ts +1 -1
  12. package/dist/components/Form/NumericStepperInput/NumericStepperInput.d.ts +1 -1
  13. package/dist/components/Form/NumericTextInput/NumericTextInput.d.ts +1 -1
  14. package/dist/components/Form/SelectInput/SelectInput.d.ts +1 -1
  15. package/dist/components/Form/TextAreaInput/TextAreaInput.d.ts +1 -1
  16. package/dist/components/Form/TextInput/TextInput.d.ts +1 -1
  17. package/dist/components/HookForm/CheckInput/HookFormCheckInput.d.ts +1 -1
  18. package/dist/components/HookForm/CustomSelectInput/CustomSelectInput.d.ts +1 -1
  19. package/dist/components/HookForm/DropdownPicker/HookFormDropdownPicker.d.ts +1 -1
  20. package/dist/components/HookForm/FileInput/HookFormFileInput.d.ts +1 -1
  21. package/dist/components/HookForm/NumericStepperInput/HookFormNumericStepperInput.d.ts +1 -1
  22. package/dist/components/HookForm/NumericTextInput/HookFormNumericTextInput.d.ts +1 -1
  23. package/dist/components/HookForm/SelectInput/HookFormSelectInput.d.ts +1 -1
  24. package/dist/components/HookForm/TextAreaInput/HookFormTextAreaInput.d.ts +1 -1
  25. package/dist/components/HookForm/TextInput/HookFormTextInput.d.ts +1 -1
  26. package/dist/components/InputContainers/FloatingLabelInput/FloatingLabelInput.d.ts +6 -2
  27. package/dist/components/InputContainers/NoInputContainer/NoInputContainer.d.ts +2 -0
  28. package/dist/components/InputContainers/RowLabelInput/RowLabelInput.d.ts +2 -0
  29. package/dist/contexts.cjs.js +1 -1
  30. package/dist/contexts.es.js +44 -44
  31. package/dist/hooks.cjs.js +1 -1
  32. package/dist/hooks.es.js +15 -15
  33. package/dist/layout.cjs.js +1 -1
  34. package/dist/layout.es.js +36 -37
  35. package/dist/main.cjs.js +2 -2
  36. package/dist/main.es.js +3069 -3069
  37. package/dist/models/prop-types/InputContainerProps.d.ts +1 -0
  38. package/dist/models/prop-types/InputProps/CheckInputProps.d.ts +1 -0
  39. package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +1 -0
  40. package/dist/models/prop-types/InputProps/FileInputProps.d.ts +1 -0
  41. package/dist/models/prop-types/InputProps/NumericInputProps.d.ts +1 -0
  42. package/dist/models/prop-types/InputProps/SelectInputProps.d.ts +1 -0
  43. package/dist/models/prop-types/InputProps/TextAreaInputProps.d.ts +1 -0
  44. package/dist/models/prop-types/InputProps/TextInputProps.d.ts +1 -0
  45. package/dist/searchUtils-Bwa1U8Wb.cjs +1 -0
  46. package/dist/{searchUtils-C-B9CjZk.js → searchUtils-LyOlpJYB.js} +1 -1
  47. package/dist/style.css +1 -1
  48. package/dist/{useClipboard-B_wtiBC7.js → useClipboard-BsiDWdCC.js} +1 -1
  49. package/dist/useClipboard-CyxYBJ3v.cjs +1 -0
  50. package/dist/{useGetApiData-DRl4eniT.js → useGetApiData-Da-e3opF.js} +8 -8
  51. package/dist/useGetApiData-QRorI5dK.cjs +1 -0
  52. package/dist/usePermissions-C014lvCW.cjs +1 -0
  53. package/dist/usePermissions-CbMQK-5D.js +20 -0
  54. package/dist/utils.cjs.js +1 -1
  55. package/dist/utils.es.js +56 -57
  56. package/dist/variables.scss +165 -165
  57. package/package.json +116 -116
  58. package/dist/FullScreenContainer-wS-hROzA.cjs +0 -1
  59. package/dist/Loading-DVzR10eX.cjs +0 -1
  60. package/dist/SimpleTooltip-B20SNN2b.cjs +0 -1
  61. package/dist/SimpleTooltip-BJ1Ja0Rd.js +0 -5
  62. package/dist/nivo-bar.es-CRYH7xvU.cjs +0 -279
  63. package/dist/searchUtils-rKGYKo3G.cjs +0 -1
  64. package/dist/useClipboard-DryTYSx9.cjs +0 -1
  65. package/dist/useGetApiData-C6zACwiC.cjs +0 -1
  66. package/dist/usePermissions-DihYt5eO.cjs +0 -1
  67. package/dist/usePermissions-Dn1zXYZT.js +0 -20
@@ -1,94 +1,80 @@
1
1
  {
2
- "_FullScreenContainer-DYBgh54H.js": {
3
- "file": "FullScreenContainer-DYBgh54H.js",
2
+ "_FullScreenContainer-BSciPt3A.js": {
3
+ "file": "FullScreenContainer-BSciPt3A.js",
4
4
  "name": "FullScreenContainer",
5
5
  "imports": [
6
- "_nivo-bar.es-GeqH-wP6.js"
6
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
7
7
  ]
8
8
  },
9
- "_FullScreenContainer-wS-hROzA.cjs": {
10
- "file": "FullScreenContainer-wS-hROzA.cjs",
9
+ "_FullScreenContainer-WkCQwmI5.cjs": {
10
+ "file": "FullScreenContainer-WkCQwmI5.cjs",
11
11
  "name": "FullScreenContainer",
12
12
  "imports": [
13
- "_nivo-bar.es-CRYH7xvU.cjs"
13
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
14
14
  ]
15
15
  },
16
- "_Loading-DVzR10eX.cjs": {
17
- "file": "Loading-DVzR10eX.cjs",
16
+ "_Loading-BJA0-QrA.js": {
17
+ "file": "Loading-BJA0-QrA.js",
18
18
  "name": "Loading",
19
19
  "imports": [
20
- "_nivo-bar.es-CRYH7xvU.cjs"
20
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
21
21
  ]
22
22
  },
23
- "_Loading-fF23C88q.js": {
24
- "file": "Loading-fF23C88q.js",
23
+ "_Loading-Bxh7Ozr9.cjs": {
24
+ "file": "Loading-Bxh7Ozr9.cjs",
25
25
  "name": "Loading",
26
26
  "imports": [
27
- "_nivo-bar.es-GeqH-wP6.js"
27
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
28
28
  ]
29
29
  },
30
- "_SimpleTooltip-B20SNN2b.cjs": {
31
- "file": "SimpleTooltip-B20SNN2b.cjs",
32
- "name": "SimpleTooltip",
33
- "imports": [
34
- "_nivo-bar.es-CRYH7xvU.cjs"
35
- ]
36
- },
37
- "_SimpleTooltip-BJ1Ja0Rd.js": {
38
- "file": "SimpleTooltip-BJ1Ja0Rd.js",
39
- "name": "SimpleTooltip",
40
- "imports": [
41
- "_nivo-bar.es-GeqH-wP6.js"
42
- ]
43
- },
44
- "_nivo-bar.es-CRYH7xvU.cjs": {
45
- "file": "nivo-bar.es-CRYH7xvU.cjs",
46
- "name": "nivo-bar.es"
30
+ "_ResponsiveContextDropdown-43DFzlyo.cjs": {
31
+ "file": "ResponsiveContextDropdown-43DFzlyo.cjs",
32
+ "name": "ResponsiveContextDropdown"
47
33
  },
48
- "_nivo-bar.es-GeqH-wP6.js": {
49
- "file": "nivo-bar.es-GeqH-wP6.js",
50
- "name": "nivo-bar.es"
34
+ "_ResponsiveContextDropdown-CzEiKgLX.js": {
35
+ "file": "ResponsiveContextDropdown-CzEiKgLX.js",
36
+ "name": "ResponsiveContextDropdown"
51
37
  },
52
- "_searchUtils-C-B9CjZk.js": {
53
- "file": "searchUtils-C-B9CjZk.js",
38
+ "_searchUtils-Bwa1U8Wb.cjs": {
39
+ "file": "searchUtils-Bwa1U8Wb.cjs",
54
40
  "name": "searchUtils",
55
41
  "imports": [
56
- "_nivo-bar.es-GeqH-wP6.js"
42
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
57
43
  ]
58
44
  },
59
- "_searchUtils-rKGYKo3G.cjs": {
60
- "file": "searchUtils-rKGYKo3G.cjs",
45
+ "_searchUtils-LyOlpJYB.js": {
46
+ "file": "searchUtils-LyOlpJYB.js",
61
47
  "name": "searchUtils",
62
48
  "imports": [
63
- "_nivo-bar.es-CRYH7xvU.cjs"
49
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
64
50
  ]
65
51
  },
66
- "_useClipboard-B_wtiBC7.js": {
67
- "file": "useClipboard-B_wtiBC7.js",
52
+ "_useClipboard-BsiDWdCC.js": {
53
+ "file": "useClipboard-BsiDWdCC.js",
68
54
  "name": "useClipboard",
69
55
  "imports": [
70
- "_nivo-bar.es-GeqH-wP6.js"
56
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
71
57
  ]
72
58
  },
73
- "_useClipboard-DryTYSx9.cjs": {
74
- "file": "useClipboard-DryTYSx9.cjs",
59
+ "_useClipboard-CyxYBJ3v.cjs": {
60
+ "file": "useClipboard-CyxYBJ3v.cjs",
75
61
  "name": "useClipboard",
76
62
  "imports": [
77
- "_nivo-bar.es-CRYH7xvU.cjs"
63
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
78
64
  ]
79
65
  },
80
- "_useGetApiData-C6zACwiC.cjs": {
81
- "file": "useGetApiData-C6zACwiC.cjs",
66
+ "_useGetApiData-Da-e3opF.js": {
67
+ "file": "useGetApiData-Da-e3opF.js",
82
68
  "name": "useGetApiData",
83
69
  "imports": [
84
- "_nivo-bar.es-CRYH7xvU.cjs"
70
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
85
71
  ]
86
72
  },
87
- "_useGetApiData-DRl4eniT.js": {
88
- "file": "useGetApiData-DRl4eniT.js",
73
+ "_useGetApiData-QRorI5dK.cjs": {
74
+ "file": "useGetApiData-QRorI5dK.cjs",
89
75
  "name": "useGetApiData",
90
76
  "imports": [
91
- "_nivo-bar.es-GeqH-wP6.js"
77
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
92
78
  ]
93
79
  },
94
80
  "_useLocalStorageState-BFc8Gc8H.cjs": {
@@ -99,18 +85,18 @@
99
85
  "file": "useLocalStorageState-Bt99kkCr.js",
100
86
  "name": "useLocalStorageState"
101
87
  },
102
- "_usePermissions-DihYt5eO.cjs": {
103
- "file": "usePermissions-DihYt5eO.cjs",
88
+ "_usePermissions-C014lvCW.cjs": {
89
+ "file": "usePermissions-C014lvCW.cjs",
104
90
  "name": "usePermissions",
105
91
  "imports": [
106
- "_nivo-bar.es-CRYH7xvU.cjs"
92
+ "_ResponsiveContextDropdown-43DFzlyo.cjs"
107
93
  ]
108
94
  },
109
- "_usePermissions-Dn1zXYZT.js": {
110
- "file": "usePermissions-Dn1zXYZT.js",
95
+ "_usePermissions-CbMQK-5D.js": {
96
+ "file": "usePermissions-CbMQK-5D.js",
111
97
  "name": "usePermissions",
112
98
  "imports": [
113
- "_nivo-bar.es-GeqH-wP6.js"
99
+ "_ResponsiveContextDropdown-CzEiKgLX.js"
114
100
  ]
115
101
  },
116
102
  "_useWindowSize-CE6DJWzn.cjs": {
@@ -127,9 +113,9 @@
127
113
  "src": "src/contexts/index.ts",
128
114
  "isEntry": true,
129
115
  "imports": [
130
- "_nivo-bar.es-CRYH7xvU.cjs",
131
- "_Loading-DVzR10eX.cjs",
132
- "_useGetApiData-C6zACwiC.cjs",
116
+ "_ResponsiveContextDropdown-43DFzlyo.cjs",
117
+ "_Loading-Bxh7Ozr9.cjs",
118
+ "_useGetApiData-QRorI5dK.cjs",
133
119
  "_useLocalStorageState-BFc8Gc8H.cjs"
134
120
  ]
135
121
  },
@@ -139,11 +125,11 @@
139
125
  "src": "src/hooks/index.ts",
140
126
  "isEntry": true,
141
127
  "imports": [
142
- "_nivo-bar.es-CRYH7xvU.cjs",
128
+ "_ResponsiveContextDropdown-43DFzlyo.cjs",
143
129
  "_useWindowSize-CE6DJWzn.cjs",
144
- "_usePermissions-DihYt5eO.cjs",
145
- "_useClipboard-DryTYSx9.cjs",
146
- "_useGetApiData-C6zACwiC.cjs",
130
+ "_usePermissions-C014lvCW.cjs",
131
+ "_useClipboard-CyxYBJ3v.cjs",
132
+ "_useGetApiData-QRorI5dK.cjs",
147
133
  "_useLocalStorageState-BFc8Gc8H.cjs"
148
134
  ]
149
135
  },
@@ -153,11 +139,10 @@
153
139
  "src": "src/layout/index.ts",
154
140
  "isEntry": true,
155
141
  "imports": [
156
- "_nivo-bar.es-CRYH7xvU.cjs",
157
- "_SimpleTooltip-B20SNN2b.cjs",
142
+ "_ResponsiveContextDropdown-43DFzlyo.cjs",
158
143
  "_useWindowSize-CE6DJWzn.cjs",
159
- "_usePermissions-DihYt5eO.cjs",
160
- "_FullScreenContainer-wS-hROzA.cjs"
144
+ "_usePermissions-C014lvCW.cjs",
145
+ "_FullScreenContainer-WkCQwmI5.cjs"
161
146
  ]
162
147
  },
163
148
  "src/main.ts": {
@@ -166,14 +151,13 @@
166
151
  "src": "src/main.ts",
167
152
  "isEntry": true,
168
153
  "imports": [
169
- "_nivo-bar.es-CRYH7xvU.cjs",
170
- "_Loading-DVzR10eX.cjs",
154
+ "_ResponsiveContextDropdown-43DFzlyo.cjs",
155
+ "_Loading-Bxh7Ozr9.cjs",
171
156
  "_useWindowSize-CE6DJWzn.cjs",
172
- "_searchUtils-rKGYKo3G.cjs",
173
- "_SimpleTooltip-B20SNN2b.cjs",
174
- "_useClipboard-DryTYSx9.cjs",
175
- "_useGetApiData-C6zACwiC.cjs",
176
- "_FullScreenContainer-wS-hROzA.cjs"
157
+ "_searchUtils-Bwa1U8Wb.cjs",
158
+ "_useClipboard-CyxYBJ3v.cjs",
159
+ "_useGetApiData-QRorI5dK.cjs",
160
+ "_FullScreenContainer-WkCQwmI5.cjs"
177
161
  ]
178
162
  },
179
163
  "src/utils/index.ts": {
@@ -182,9 +166,8 @@
182
166
  "src": "src/utils/index.ts",
183
167
  "isEntry": true,
184
168
  "imports": [
185
- "_nivo-bar.es-CRYH7xvU.cjs",
186
- "_SimpleTooltip-B20SNN2b.cjs",
187
- "_searchUtils-rKGYKo3G.cjs"
169
+ "_ResponsiveContextDropdown-43DFzlyo.cjs",
170
+ "_searchUtils-Bwa1U8Wb.cjs"
188
171
  ]
189
172
  },
190
173
  "style.css": {
@@ -1,4 +1,4 @@
1
- import { bb as m, j as r, c as u, bc as f, bd as p } from "./nivo-bar.es-GeqH-wP6.js";
1
+ import { bc as m, j as r, c as u, bd as f, be as p } from "./ResponsiveContextDropdown-CzEiKgLX.js";
2
2
  import { useContext as x, useEffect as d } from "react";
3
3
  import "react-router-dom";
4
4
  import "@azure/msal-browser";
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./ResponsiveContextDropdown-43DFzlyo.cjs"),l=require("react");require("react-router-dom");require("@azure/msal-browser");require("@azure/msal-react");require("react-hook-form");require("react-flexmonster");const x="_full-screen-container_1rm4r_1",f={"full-screen-container":"_full-screen-container_1rm4r_1",fullScreenContainer:x},m=({title:r,children:o,sideContent:n,sideContentWidth:c=250,noPadding:u,className:a,helmet:s})=>{const{addHelmet:t,removeHelmet:i}=l.useContext(e.HelmetContext);return l.useEffect(()=>(s?t(s):typeof r=="string"&&r&&t(r),()=>i()),[s,t,i,r]),e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsxs("div",{className:e.classNames("overflow-hidden luminus-full-screen-container",u?"p-0":"p-3",a,f.fullScreenContainer),style:{width:n?`calc(100% - ${c}px)`:"100%"},children:[r?e.jsxRuntimeExports.jsx(e.PageTitle,{title:r}):null,o]}),n&&e.jsxRuntimeExports.jsx(e.SideContentBar,{width:c,children:n})]})};exports.FullScreenContainer=m;
@@ -1,4 +1,4 @@
1
- import { j as r, c as n } from "./nivo-bar.es-GeqH-wP6.js";
1
+ import { j as r, c as n } from "./ResponsiveContextDropdown-CzEiKgLX.js";
2
2
  const o = "_loading_rgybp_1", i = "_spinner-grow_rgybp_10", e = "_second_rgybp_14", a = "_third_rgybp_17", t = "_loadingBlock_rgybp_21", s = {
3
3
  loading: o,
4
4
  "spinner-grow": "_spinner-grow_rgybp_10",
@@ -0,0 +1 @@
1
+ "use strict";const s=require("./ResponsiveContextDropdown-43DFzlyo.cjs"),r="_loading_rgybp_1",o="_spinner-grow_rgybp_10",e="_second_rgybp_14",i="_third_rgybp_17",t="_loadingBlock_rgybp_21",n={loading:r,"spinner-grow":"_spinner-grow_rgybp_10",spinnerGrow:o,second:e,third:i,loadingBlock:t},a=()=>s.jsxRuntimeExports.jsxs("div",{className:s.classNames("luminus-loading",n.loading),children:[s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary"),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary",n.second),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",n.spinnerGrow,"text-primary",n.third),role:"status"})]});exports.Loading=a;exports.classes=n;