react-luminus-components 1.3.134 → 1.3.136
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/dist/.vite/manifest.json +67 -67
- package/dist/{FullScreenContainer-C6towpIx.js → FullScreenContainer-BtUbOHHR.js} +1 -1
- package/dist/{FullScreenContainer-2wsbleC5.cjs → FullScreenContainer-C9CIob1-.cjs} +1 -1
- package/dist/{Loading-6abhhYJk.js → Loading-BS_MQVUj.js} +1 -1
- package/dist/{Loading-CIwTYkNP.cjs → Loading-lqPUxoZo.cjs} +1 -1
- package/dist/{ResponsiveContextDropdown-BGJqSLqh.js → ResponsiveContextDropdown-CMGnzZXE.js} +8288 -8285
- package/dist/ResponsiveContextDropdown-CpA-ddz3.cjs +279 -0
- package/dist/SimpleTooltip-Bo1bUDYT.js +5 -0
- package/dist/{SimpleTooltip-YMg3cJC4.cjs → SimpleTooltip-oMF7ZO-a.cjs} +1 -1
- package/dist/components/common/ColumnResizer/ColumnResizer.d.ts +6 -0
- package/dist/components/common/DynamicForm/DynamicForm.d.ts +6 -1
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/DynamicFormTable.d.ts +7 -1
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/comps/DynamicFormCreateTableRow/DynamicFormCreateTableRow.d.ts +7 -1
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/comps/DynamicFormTableRow/DynamicFormTableRow.d.ts +7 -1
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/comps/TableColumnHead/TableColumnHead.d.ts +10 -0
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/comps/comps/DynamicFormInput/DynamicFormInput.d.ts +7 -1
- package/dist/components/common/DynamicForm/comps/DynamicFormTable/comps/index.d.ts +1 -0
- package/dist/components/common/index.d.ts +1 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +35 -35
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +19 -19
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +12 -12
- package/dist/main.cjs.js +2 -2
- package/dist/main.d.ts +1 -0
- package/dist/main.es.js +2362 -2305
- package/dist/models/types/dynamicForms/CustomPickerProps.d.ts +9 -0
- package/dist/{searchUtils-CyKy0KnE.js → searchUtils-CKTOvaAv.js} +1 -1
- package/dist/{searchUtils-DQPE98I9.cjs → searchUtils-DjoM0pgn.cjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{useClipboard-C4yl7IAV.js → useClipboard-CyEMs4Ro.js} +5 -5
- package/dist/{useClipboard-BL8tNA15.cjs → useClipboard-bBn2Cnmi.cjs} +1 -1
- package/dist/{useGetApiData-DW3ZZFya.cjs → useGetApiData-BfcsijhI.cjs} +1 -1
- package/dist/{useGetApiData-CZtxhEfZ.js → useGetApiData-DBqvsfTD.js} +9 -9
- package/dist/{usePermissions-CSL6mTIq.js → usePermissions-CrpSQvbM.js} +1 -1
- package/dist/{usePermissions-BW77jXwx.cjs → usePermissions-h3eoc7k1.cjs} +1 -1
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +20 -20
- package/package.json +1 -1
- package/dist/ResponsiveContextDropdown-DrampG9P.cjs +0 -279
- package/dist/SimpleTooltip-iUdmzql6.js +0 -5
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_FullScreenContainer-
|
|
3
|
-
"file": "FullScreenContainer-
|
|
2
|
+
"_FullScreenContainer-BtUbOHHR.js": {
|
|
3
|
+
"file": "FullScreenContainer-BtUbOHHR.js",
|
|
4
4
|
"name": "FullScreenContainer",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_ResponsiveContextDropdown-
|
|
6
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_FullScreenContainer-
|
|
10
|
-
"file": "FullScreenContainer-
|
|
9
|
+
"_FullScreenContainer-C9CIob1-.cjs": {
|
|
10
|
+
"file": "FullScreenContainer-C9CIob1-.cjs",
|
|
11
11
|
"name": "FullScreenContainer",
|
|
12
12
|
"imports": [
|
|
13
|
-
"_ResponsiveContextDropdown-
|
|
13
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_Loading-
|
|
17
|
-
"file": "Loading-
|
|
16
|
+
"_Loading-BS_MQVUj.js": {
|
|
17
|
+
"file": "Loading-BS_MQVUj.js",
|
|
18
18
|
"name": "Loading",
|
|
19
19
|
"imports": [
|
|
20
|
-
"_ResponsiveContextDropdown-
|
|
20
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
21
21
|
]
|
|
22
22
|
},
|
|
23
|
-
"_Loading-
|
|
24
|
-
"file": "Loading-
|
|
23
|
+
"_Loading-lqPUxoZo.cjs": {
|
|
24
|
+
"file": "Loading-lqPUxoZo.cjs",
|
|
25
25
|
"name": "Loading",
|
|
26
26
|
"imports": [
|
|
27
|
-
"_ResponsiveContextDropdown-
|
|
27
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"_ResponsiveContextDropdown-
|
|
31
|
-
"file": "ResponsiveContextDropdown-
|
|
30
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js": {
|
|
31
|
+
"file": "ResponsiveContextDropdown-CMGnzZXE.js",
|
|
32
32
|
"name": "ResponsiveContextDropdown"
|
|
33
33
|
},
|
|
34
|
-
"_ResponsiveContextDropdown-
|
|
35
|
-
"file": "ResponsiveContextDropdown-
|
|
34
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs": {
|
|
35
|
+
"file": "ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
36
36
|
"name": "ResponsiveContextDropdown"
|
|
37
37
|
},
|
|
38
|
-
"_SimpleTooltip-
|
|
39
|
-
"file": "SimpleTooltip-
|
|
38
|
+
"_SimpleTooltip-Bo1bUDYT.js": {
|
|
39
|
+
"file": "SimpleTooltip-Bo1bUDYT.js",
|
|
40
40
|
"name": "SimpleTooltip",
|
|
41
41
|
"imports": [
|
|
42
|
-
"_ResponsiveContextDropdown-
|
|
42
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
|
-
"_SimpleTooltip-
|
|
46
|
-
"file": "SimpleTooltip-
|
|
45
|
+
"_SimpleTooltip-oMF7ZO-a.cjs": {
|
|
46
|
+
"file": "SimpleTooltip-oMF7ZO-a.cjs",
|
|
47
47
|
"name": "SimpleTooltip",
|
|
48
48
|
"imports": [
|
|
49
|
-
"_ResponsiveContextDropdown-
|
|
49
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
50
50
|
]
|
|
51
51
|
},
|
|
52
|
-
"_searchUtils-
|
|
53
|
-
"file": "searchUtils-
|
|
52
|
+
"_searchUtils-CKTOvaAv.js": {
|
|
53
|
+
"file": "searchUtils-CKTOvaAv.js",
|
|
54
54
|
"name": "searchUtils",
|
|
55
55
|
"imports": [
|
|
56
|
-
"_ResponsiveContextDropdown-
|
|
56
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
57
57
|
]
|
|
58
58
|
},
|
|
59
|
-
"_searchUtils-
|
|
60
|
-
"file": "searchUtils-
|
|
59
|
+
"_searchUtils-DjoM0pgn.cjs": {
|
|
60
|
+
"file": "searchUtils-DjoM0pgn.cjs",
|
|
61
61
|
"name": "searchUtils",
|
|
62
62
|
"imports": [
|
|
63
|
-
"_ResponsiveContextDropdown-
|
|
63
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
64
64
|
]
|
|
65
65
|
},
|
|
66
66
|
"_useClickOutside-BmlXg38T.js": {
|
|
@@ -71,32 +71,32 @@
|
|
|
71
71
|
"file": "useClickOutside-D0505nsm.cjs",
|
|
72
72
|
"name": "useClickOutside"
|
|
73
73
|
},
|
|
74
|
-
"_useClipboard-
|
|
75
|
-
"file": "useClipboard-
|
|
74
|
+
"_useClipboard-CyEMs4Ro.js": {
|
|
75
|
+
"file": "useClipboard-CyEMs4Ro.js",
|
|
76
76
|
"name": "useClipboard",
|
|
77
77
|
"imports": [
|
|
78
|
-
"_ResponsiveContextDropdown-
|
|
78
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
79
79
|
]
|
|
80
80
|
},
|
|
81
|
-
"_useClipboard-
|
|
82
|
-
"file": "useClipboard-
|
|
81
|
+
"_useClipboard-bBn2Cnmi.cjs": {
|
|
82
|
+
"file": "useClipboard-bBn2Cnmi.cjs",
|
|
83
83
|
"name": "useClipboard",
|
|
84
84
|
"imports": [
|
|
85
|
-
"_ResponsiveContextDropdown-
|
|
85
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
|
-
"_useGetApiData-
|
|
89
|
-
"file": "useGetApiData-
|
|
88
|
+
"_useGetApiData-BfcsijhI.cjs": {
|
|
89
|
+
"file": "useGetApiData-BfcsijhI.cjs",
|
|
90
90
|
"name": "useGetApiData",
|
|
91
91
|
"imports": [
|
|
92
|
-
"_ResponsiveContextDropdown-
|
|
92
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
93
93
|
]
|
|
94
94
|
},
|
|
95
|
-
"_useGetApiData-
|
|
96
|
-
"file": "useGetApiData-
|
|
95
|
+
"_useGetApiData-DBqvsfTD.js": {
|
|
96
|
+
"file": "useGetApiData-DBqvsfTD.js",
|
|
97
97
|
"name": "useGetApiData",
|
|
98
98
|
"imports": [
|
|
99
|
-
"_ResponsiveContextDropdown-
|
|
99
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"_useLocalStorageState-BFc8Gc8H.cjs": {
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"file": "useLocalStorageState-Bt99kkCr.js",
|
|
108
108
|
"name": "useLocalStorageState"
|
|
109
109
|
},
|
|
110
|
-
"_usePermissions-
|
|
111
|
-
"file": "usePermissions-
|
|
110
|
+
"_usePermissions-CrpSQvbM.js": {
|
|
111
|
+
"file": "usePermissions-CrpSQvbM.js",
|
|
112
112
|
"name": "usePermissions",
|
|
113
113
|
"imports": [
|
|
114
|
-
"_ResponsiveContextDropdown-
|
|
114
|
+
"_ResponsiveContextDropdown-CMGnzZXE.js"
|
|
115
115
|
]
|
|
116
116
|
},
|
|
117
|
-
"_usePermissions-
|
|
118
|
-
"file": "usePermissions-
|
|
117
|
+
"_usePermissions-h3eoc7k1.cjs": {
|
|
118
|
+
"file": "usePermissions-h3eoc7k1.cjs",
|
|
119
119
|
"name": "usePermissions",
|
|
120
120
|
"imports": [
|
|
121
|
-
"_ResponsiveContextDropdown-
|
|
121
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs"
|
|
122
122
|
]
|
|
123
123
|
},
|
|
124
124
|
"src/contexts/index.ts": {
|
|
@@ -127,9 +127,9 @@
|
|
|
127
127
|
"src": "src/contexts/index.ts",
|
|
128
128
|
"isEntry": true,
|
|
129
129
|
"imports": [
|
|
130
|
-
"_ResponsiveContextDropdown-
|
|
131
|
-
"_Loading-
|
|
132
|
-
"_useGetApiData-
|
|
130
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
131
|
+
"_Loading-lqPUxoZo.cjs",
|
|
132
|
+
"_useGetApiData-BfcsijhI.cjs",
|
|
133
133
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
134
134
|
]
|
|
135
135
|
},
|
|
@@ -139,11 +139,11 @@
|
|
|
139
139
|
"src": "src/hooks/index.ts",
|
|
140
140
|
"isEntry": true,
|
|
141
141
|
"imports": [
|
|
142
|
-
"_ResponsiveContextDropdown-
|
|
142
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
143
143
|
"_useClickOutside-D0505nsm.cjs",
|
|
144
|
-
"_usePermissions-
|
|
145
|
-
"_useClipboard-
|
|
146
|
-
"_useGetApiData-
|
|
144
|
+
"_usePermissions-h3eoc7k1.cjs",
|
|
145
|
+
"_useClipboard-bBn2Cnmi.cjs",
|
|
146
|
+
"_useGetApiData-BfcsijhI.cjs",
|
|
147
147
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
148
148
|
]
|
|
149
149
|
},
|
|
@@ -153,11 +153,11 @@
|
|
|
153
153
|
"src": "src/layout/index.ts",
|
|
154
154
|
"isEntry": true,
|
|
155
155
|
"imports": [
|
|
156
|
-
"_ResponsiveContextDropdown-
|
|
157
|
-
"_SimpleTooltip-
|
|
156
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
157
|
+
"_SimpleTooltip-oMF7ZO-a.cjs",
|
|
158
158
|
"_useClickOutside-D0505nsm.cjs",
|
|
159
|
-
"_usePermissions-
|
|
160
|
-
"_FullScreenContainer-
|
|
159
|
+
"_usePermissions-h3eoc7k1.cjs",
|
|
160
|
+
"_FullScreenContainer-C9CIob1-.cjs"
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
"src/main.ts": {
|
|
@@ -166,14 +166,14 @@
|
|
|
166
166
|
"src": "src/main.ts",
|
|
167
167
|
"isEntry": true,
|
|
168
168
|
"imports": [
|
|
169
|
-
"_ResponsiveContextDropdown-
|
|
170
|
-
"_Loading-
|
|
171
|
-
"_searchUtils-
|
|
172
|
-
"_SimpleTooltip-
|
|
169
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
170
|
+
"_Loading-lqPUxoZo.cjs",
|
|
171
|
+
"_searchUtils-DjoM0pgn.cjs",
|
|
172
|
+
"_SimpleTooltip-oMF7ZO-a.cjs",
|
|
173
173
|
"_useClickOutside-D0505nsm.cjs",
|
|
174
|
-
"_useClipboard-
|
|
175
|
-
"_useGetApiData-
|
|
176
|
-
"_FullScreenContainer-
|
|
174
|
+
"_useClipboard-bBn2Cnmi.cjs",
|
|
175
|
+
"_useGetApiData-BfcsijhI.cjs",
|
|
176
|
+
"_FullScreenContainer-C9CIob1-.cjs"
|
|
177
177
|
]
|
|
178
178
|
},
|
|
179
179
|
"src/utils/index.ts": {
|
|
@@ -182,9 +182,9 @@
|
|
|
182
182
|
"src": "src/utils/index.ts",
|
|
183
183
|
"isEntry": true,
|
|
184
184
|
"imports": [
|
|
185
|
-
"_ResponsiveContextDropdown-
|
|
186
|
-
"_SimpleTooltip-
|
|
187
|
-
"_searchUtils-
|
|
185
|
+
"_ResponsiveContextDropdown-CpA-ddz3.cjs",
|
|
186
|
+
"_SimpleTooltip-oMF7ZO-a.cjs",
|
|
187
|
+
"_searchUtils-DjoM0pgn.cjs"
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
190
|
"style.css": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bb as m, j as r, c as u, bc as f, bd as p } from "./ResponsiveContextDropdown-CMGnzZXE.js";
|
|
2
2
|
import { useContext as x, useEffect as d } from "react";
|
|
3
3
|
import "react-router-dom";
|
|
4
4
|
import "@azure/msal-browser";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const e=require("./ResponsiveContextDropdown-
|
|
1
|
+
"use strict";const e=require("./ResponsiveContextDropdown-CpA-ddz3.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 "./ResponsiveContextDropdown-
|
|
1
|
+
import { j as r, c as n } from "./ResponsiveContextDropdown-CMGnzZXE.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",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const s=require("./ResponsiveContextDropdown-
|
|
1
|
+
"use strict";const s=require("./ResponsiveContextDropdown-CpA-ddz3.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;
|