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.
- package/README.md +349 -349
- package/dist/.vite/manifest.json +60 -77
- package/dist/{FullScreenContainer-DYBgh54H.js → FullScreenContainer-BSciPt3A.js} +1 -1
- package/dist/FullScreenContainer-WkCQwmI5.cjs +1 -0
- package/dist/{Loading-fF23C88q.js → Loading-BJA0-QrA.js} +1 -1
- package/dist/Loading-Bxh7Ozr9.cjs +1 -0
- package/dist/ResponsiveContextDropdown-43DFzlyo.cjs +279 -0
- package/dist/{nivo-bar.es-GeqH-wP6.js → ResponsiveContextDropdown-CzEiKgLX.js} +8841 -8828
- package/dist/components/Form/CheckInput/CheckInput.d.ts +1 -1
- package/dist/components/Form/CustomSelectInput/CustomSelectInput.d.ts +1 -1
- package/dist/components/Form/DropdownPicker/DropdownPicker.d.ts +1 -1
- package/dist/components/Form/NumericStepperInput/NumericStepperInput.d.ts +1 -1
- package/dist/components/Form/NumericTextInput/NumericTextInput.d.ts +1 -1
- package/dist/components/Form/SelectInput/SelectInput.d.ts +1 -1
- package/dist/components/Form/TextAreaInput/TextAreaInput.d.ts +1 -1
- package/dist/components/Form/TextInput/TextInput.d.ts +1 -1
- package/dist/components/HookForm/CheckInput/HookFormCheckInput.d.ts +1 -1
- package/dist/components/HookForm/CustomSelectInput/CustomSelectInput.d.ts +1 -1
- package/dist/components/HookForm/DropdownPicker/HookFormDropdownPicker.d.ts +1 -1
- package/dist/components/HookForm/FileInput/HookFormFileInput.d.ts +1 -1
- package/dist/components/HookForm/NumericStepperInput/HookFormNumericStepperInput.d.ts +1 -1
- package/dist/components/HookForm/NumericTextInput/HookFormNumericTextInput.d.ts +1 -1
- package/dist/components/HookForm/SelectInput/HookFormSelectInput.d.ts +1 -1
- package/dist/components/HookForm/TextAreaInput/HookFormTextAreaInput.d.ts +1 -1
- package/dist/components/HookForm/TextInput/HookFormTextInput.d.ts +1 -1
- package/dist/components/InputContainers/FloatingLabelInput/FloatingLabelInput.d.ts +6 -2
- package/dist/components/InputContainers/NoInputContainer/NoInputContainer.d.ts +2 -0
- package/dist/components/InputContainers/RowLabelInput/RowLabelInput.d.ts +2 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +44 -44
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +15 -15
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +36 -37
- package/dist/main.cjs.js +2 -2
- package/dist/main.es.js +3069 -3069
- package/dist/models/prop-types/InputContainerProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/CheckInputProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/FileInputProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/NumericInputProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/SelectInputProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/TextAreaInputProps.d.ts +1 -0
- package/dist/models/prop-types/InputProps/TextInputProps.d.ts +1 -0
- package/dist/searchUtils-Bwa1U8Wb.cjs +1 -0
- package/dist/{searchUtils-C-B9CjZk.js → searchUtils-LyOlpJYB.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/{useClipboard-B_wtiBC7.js → useClipboard-BsiDWdCC.js} +1 -1
- package/dist/useClipboard-CyxYBJ3v.cjs +1 -0
- package/dist/{useGetApiData-DRl4eniT.js → useGetApiData-Da-e3opF.js} +8 -8
- package/dist/useGetApiData-QRorI5dK.cjs +1 -0
- package/dist/usePermissions-C014lvCW.cjs +1 -0
- package/dist/usePermissions-CbMQK-5D.js +20 -0
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +56 -57
- package/dist/variables.scss +165 -165
- package/package.json +116 -116
- package/dist/FullScreenContainer-wS-hROzA.cjs +0 -1
- package/dist/Loading-DVzR10eX.cjs +0 -1
- package/dist/SimpleTooltip-B20SNN2b.cjs +0 -1
- package/dist/SimpleTooltip-BJ1Ja0Rd.js +0 -5
- package/dist/nivo-bar.es-CRYH7xvU.cjs +0 -279
- package/dist/searchUtils-rKGYKo3G.cjs +0 -1
- package/dist/useClipboard-DryTYSx9.cjs +0 -1
- package/dist/useGetApiData-C6zACwiC.cjs +0 -1
- package/dist/usePermissions-DihYt5eO.cjs +0 -1
- package/dist/usePermissions-Dn1zXYZT.js +0 -20
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,94 +1,80 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_FullScreenContainer-
|
|
3
|
-
"file": "FullScreenContainer-
|
|
2
|
+
"_FullScreenContainer-BSciPt3A.js": {
|
|
3
|
+
"file": "FullScreenContainer-BSciPt3A.js",
|
|
4
4
|
"name": "FullScreenContainer",
|
|
5
5
|
"imports": [
|
|
6
|
-
"
|
|
6
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_FullScreenContainer-
|
|
10
|
-
"file": "FullScreenContainer-
|
|
9
|
+
"_FullScreenContainer-WkCQwmI5.cjs": {
|
|
10
|
+
"file": "FullScreenContainer-WkCQwmI5.cjs",
|
|
11
11
|
"name": "FullScreenContainer",
|
|
12
12
|
"imports": [
|
|
13
|
-
"
|
|
13
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_Loading-
|
|
17
|
-
"file": "Loading-
|
|
16
|
+
"_Loading-BJA0-QrA.js": {
|
|
17
|
+
"file": "Loading-BJA0-QrA.js",
|
|
18
18
|
"name": "Loading",
|
|
19
19
|
"imports": [
|
|
20
|
-
"
|
|
20
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
-
"_Loading-
|
|
24
|
-
"file": "Loading-
|
|
23
|
+
"_Loading-Bxh7Ozr9.cjs": {
|
|
24
|
+
"file": "Loading-Bxh7Ozr9.cjs",
|
|
25
25
|
"name": "Loading",
|
|
26
26
|
"imports": [
|
|
27
|
-
"
|
|
27
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"
|
|
31
|
-
"file": "
|
|
32
|
-
"name": "
|
|
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
|
-
"
|
|
49
|
-
"file": "
|
|
50
|
-
"name": "
|
|
34
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js": {
|
|
35
|
+
"file": "ResponsiveContextDropdown-CzEiKgLX.js",
|
|
36
|
+
"name": "ResponsiveContextDropdown"
|
|
51
37
|
},
|
|
52
|
-
"_searchUtils-
|
|
53
|
-
"file": "searchUtils-
|
|
38
|
+
"_searchUtils-Bwa1U8Wb.cjs": {
|
|
39
|
+
"file": "searchUtils-Bwa1U8Wb.cjs",
|
|
54
40
|
"name": "searchUtils",
|
|
55
41
|
"imports": [
|
|
56
|
-
"
|
|
42
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs"
|
|
57
43
|
]
|
|
58
44
|
},
|
|
59
|
-
"_searchUtils-
|
|
60
|
-
"file": "searchUtils-
|
|
45
|
+
"_searchUtils-LyOlpJYB.js": {
|
|
46
|
+
"file": "searchUtils-LyOlpJYB.js",
|
|
61
47
|
"name": "searchUtils",
|
|
62
48
|
"imports": [
|
|
63
|
-
"
|
|
49
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js"
|
|
64
50
|
]
|
|
65
51
|
},
|
|
66
|
-
"_useClipboard-
|
|
67
|
-
"file": "useClipboard-
|
|
52
|
+
"_useClipboard-BsiDWdCC.js": {
|
|
53
|
+
"file": "useClipboard-BsiDWdCC.js",
|
|
68
54
|
"name": "useClipboard",
|
|
69
55
|
"imports": [
|
|
70
|
-
"
|
|
56
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js"
|
|
71
57
|
]
|
|
72
58
|
},
|
|
73
|
-
"_useClipboard-
|
|
74
|
-
"file": "useClipboard-
|
|
59
|
+
"_useClipboard-CyxYBJ3v.cjs": {
|
|
60
|
+
"file": "useClipboard-CyxYBJ3v.cjs",
|
|
75
61
|
"name": "useClipboard",
|
|
76
62
|
"imports": [
|
|
77
|
-
"
|
|
63
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs"
|
|
78
64
|
]
|
|
79
65
|
},
|
|
80
|
-
"_useGetApiData-
|
|
81
|
-
"file": "useGetApiData-
|
|
66
|
+
"_useGetApiData-Da-e3opF.js": {
|
|
67
|
+
"file": "useGetApiData-Da-e3opF.js",
|
|
82
68
|
"name": "useGetApiData",
|
|
83
69
|
"imports": [
|
|
84
|
-
"
|
|
70
|
+
"_ResponsiveContextDropdown-CzEiKgLX.js"
|
|
85
71
|
]
|
|
86
72
|
},
|
|
87
|
-
"_useGetApiData-
|
|
88
|
-
"file": "useGetApiData-
|
|
73
|
+
"_useGetApiData-QRorI5dK.cjs": {
|
|
74
|
+
"file": "useGetApiData-QRorI5dK.cjs",
|
|
89
75
|
"name": "useGetApiData",
|
|
90
76
|
"imports": [
|
|
91
|
-
"
|
|
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-
|
|
103
|
-
"file": "usePermissions-
|
|
88
|
+
"_usePermissions-C014lvCW.cjs": {
|
|
89
|
+
"file": "usePermissions-C014lvCW.cjs",
|
|
104
90
|
"name": "usePermissions",
|
|
105
91
|
"imports": [
|
|
106
|
-
"
|
|
92
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs"
|
|
107
93
|
]
|
|
108
94
|
},
|
|
109
|
-
"_usePermissions-
|
|
110
|
-
"file": "usePermissions-
|
|
95
|
+
"_usePermissions-CbMQK-5D.js": {
|
|
96
|
+
"file": "usePermissions-CbMQK-5D.js",
|
|
111
97
|
"name": "usePermissions",
|
|
112
98
|
"imports": [
|
|
113
|
-
"
|
|
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
|
-
"
|
|
131
|
-
"_Loading-
|
|
132
|
-
"_useGetApiData-
|
|
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
|
-
"
|
|
128
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs",
|
|
143
129
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
144
|
-
"_usePermissions-
|
|
145
|
-
"_useClipboard-
|
|
146
|
-
"_useGetApiData-
|
|
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
|
-
"
|
|
157
|
-
"_SimpleTooltip-B20SNN2b.cjs",
|
|
142
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs",
|
|
158
143
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
159
|
-
"_usePermissions-
|
|
160
|
-
"_FullScreenContainer-
|
|
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
|
-
"
|
|
170
|
-
"_Loading-
|
|
154
|
+
"_ResponsiveContextDropdown-43DFzlyo.cjs",
|
|
155
|
+
"_Loading-Bxh7Ozr9.cjs",
|
|
171
156
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
172
|
-
"_searchUtils-
|
|
173
|
-
"
|
|
174
|
-
"
|
|
175
|
-
"
|
|
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
|
-
"
|
|
186
|
-
"
|
|
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 {
|
|
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 "./
|
|
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;
|