react-luminus-components 1.3.151 → 1.3.155
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 +52 -68
- package/dist/{Loading-DiC4Np7v.js → Loading-CZXvcAIp.js} +1 -1
- package/dist/Loading-DIG-vjA8.cjs +1 -0
- package/dist/ResponsiveContextDropdown-DDGp8eAa.cjs +279 -0
- package/dist/{nivo-bar.es-B2GqU-tV.js → ResponsiveContextDropdown-IjVEU2N-.js} +7482 -7472
- package/dist/components/Documents/components/DocumentDirectory/components/DocumentDirectoryLabel/DocumentDirectoryLabel.d.ts +2 -1
- package/dist/components/Form/CustomSelectInput/CustomSelectInput.d.ts +1 -1
- package/dist/components/Form/DropdownPicker/DropdownPicker.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/common/SimplePicker/SimplePicker.d.ts +4 -2
- 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 +23 -23
- package/dist/layout/index.d.ts +0 -2
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +102 -114
- package/dist/main.cjs.js +2 -2
- package/dist/main.es.js +3237 -3225
- package/dist/models/prop-types/InputProps/DropdownPickerProps.d.ts +2 -0
- package/dist/models/prop-types/InputProps/SelectInputProps.d.ts +2 -0
- package/dist/models/texts/CustomSelectTexts.d.ts +3 -0
- package/dist/searchUtils-BJzwuELF.cjs +1 -0
- package/dist/{searchUtils-BhpLdWdC.js → searchUtils-CFYkiNz3.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/useClipboard-DI6KcsOJ.cjs +1 -0
- package/dist/{useClipboard-DegAIBUd.js → useClipboard-cR2sUl-i.js} +1 -1
- package/dist/{useGetApiData-CTK8sM2X.js → useGetApiData-CpSouJsc.js} +9 -9
- package/dist/useGetApiData-D0nhgZiR.cjs +1 -0
- package/dist/usePermissions-B-FMrSTe.cjs +1 -0
- package/dist/usePermissions-UU8J7g9d.js +20 -0
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +16 -16
- package/dist/variables.scss +165 -165
- package/package.json +116 -116
- package/dist/FullScreenContainer-Ahxfk-Xk.js +0 -23
- package/dist/FullScreenContainer-BWYwSExf.cjs +0 -1
- package/dist/Loading-C-Dsxusq.cjs +0 -1
- package/dist/nivo-bar.es-C8-VCzr1.cjs +0 -279
- package/dist/searchUtils-BSGjuykO.cjs +0 -1
- package/dist/useClipboard-D6esVLqf.cjs +0 -1
- package/dist/useGetApiData-D4Xo7Loy.cjs +0 -1
- package/dist/usePermissions-BKn9Opdd.js +0 -20
- package/dist/usePermissions-DMDGiPC1.cjs +0 -1
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,80 +1,66 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"file": "
|
|
4
|
-
"name": "FullScreenContainer",
|
|
5
|
-
"imports": [
|
|
6
|
-
"_nivo-bar.es-B2GqU-tV.js"
|
|
7
|
-
]
|
|
8
|
-
},
|
|
9
|
-
"_FullScreenContainer-BWYwSExf.cjs": {
|
|
10
|
-
"file": "FullScreenContainer-BWYwSExf.cjs",
|
|
11
|
-
"name": "FullScreenContainer",
|
|
12
|
-
"imports": [
|
|
13
|
-
"_nivo-bar.es-C8-VCzr1.cjs"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
"_Loading-C-Dsxusq.cjs": {
|
|
17
|
-
"file": "Loading-C-Dsxusq.cjs",
|
|
2
|
+
"_Loading-CZXvcAIp.js": {
|
|
3
|
+
"file": "Loading-CZXvcAIp.js",
|
|
18
4
|
"name": "Loading",
|
|
19
5
|
"imports": [
|
|
20
|
-
"
|
|
6
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js"
|
|
21
7
|
]
|
|
22
8
|
},
|
|
23
|
-
"_Loading-
|
|
24
|
-
"file": "Loading-
|
|
9
|
+
"_Loading-DIG-vjA8.cjs": {
|
|
10
|
+
"file": "Loading-DIG-vjA8.cjs",
|
|
25
11
|
"name": "Loading",
|
|
26
12
|
"imports": [
|
|
27
|
-
"
|
|
13
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs"
|
|
28
14
|
]
|
|
29
15
|
},
|
|
30
|
-
"
|
|
31
|
-
"file": "
|
|
32
|
-
"name": "
|
|
16
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs": {
|
|
17
|
+
"file": "ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
18
|
+
"name": "ResponsiveContextDropdown"
|
|
33
19
|
},
|
|
34
|
-
"
|
|
35
|
-
"file": "
|
|
36
|
-
"name": "
|
|
20
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js": {
|
|
21
|
+
"file": "ResponsiveContextDropdown-IjVEU2N-.js",
|
|
22
|
+
"name": "ResponsiveContextDropdown"
|
|
37
23
|
},
|
|
38
|
-
"_searchUtils-
|
|
39
|
-
"file": "searchUtils-
|
|
24
|
+
"_searchUtils-BJzwuELF.cjs": {
|
|
25
|
+
"file": "searchUtils-BJzwuELF.cjs",
|
|
40
26
|
"name": "searchUtils",
|
|
41
27
|
"imports": [
|
|
42
|
-
"
|
|
28
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs"
|
|
43
29
|
]
|
|
44
30
|
},
|
|
45
|
-
"_searchUtils-
|
|
46
|
-
"file": "searchUtils-
|
|
31
|
+
"_searchUtils-CFYkiNz3.js": {
|
|
32
|
+
"file": "searchUtils-CFYkiNz3.js",
|
|
47
33
|
"name": "searchUtils",
|
|
48
34
|
"imports": [
|
|
49
|
-
"
|
|
35
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js"
|
|
50
36
|
]
|
|
51
37
|
},
|
|
52
|
-
"_useClipboard-
|
|
53
|
-
"file": "useClipboard-
|
|
38
|
+
"_useClipboard-DI6KcsOJ.cjs": {
|
|
39
|
+
"file": "useClipboard-DI6KcsOJ.cjs",
|
|
54
40
|
"name": "useClipboard",
|
|
55
41
|
"imports": [
|
|
56
|
-
"
|
|
42
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs"
|
|
57
43
|
]
|
|
58
44
|
},
|
|
59
|
-
"_useClipboard-
|
|
60
|
-
"file": "useClipboard-
|
|
45
|
+
"_useClipboard-cR2sUl-i.js": {
|
|
46
|
+
"file": "useClipboard-cR2sUl-i.js",
|
|
61
47
|
"name": "useClipboard",
|
|
62
48
|
"imports": [
|
|
63
|
-
"
|
|
49
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js"
|
|
64
50
|
]
|
|
65
51
|
},
|
|
66
|
-
"_useGetApiData-
|
|
67
|
-
"file": "useGetApiData-
|
|
52
|
+
"_useGetApiData-CpSouJsc.js": {
|
|
53
|
+
"file": "useGetApiData-CpSouJsc.js",
|
|
68
54
|
"name": "useGetApiData",
|
|
69
55
|
"imports": [
|
|
70
|
-
"
|
|
56
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js"
|
|
71
57
|
]
|
|
72
58
|
},
|
|
73
|
-
"_useGetApiData-
|
|
74
|
-
"file": "useGetApiData-
|
|
59
|
+
"_useGetApiData-D0nhgZiR.cjs": {
|
|
60
|
+
"file": "useGetApiData-D0nhgZiR.cjs",
|
|
75
61
|
"name": "useGetApiData",
|
|
76
62
|
"imports": [
|
|
77
|
-
"
|
|
63
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs"
|
|
78
64
|
]
|
|
79
65
|
},
|
|
80
66
|
"_useLocalStorageState-BFc8Gc8H.cjs": {
|
|
@@ -85,18 +71,18 @@
|
|
|
85
71
|
"file": "useLocalStorageState-Bt99kkCr.js",
|
|
86
72
|
"name": "useLocalStorageState"
|
|
87
73
|
},
|
|
88
|
-
"_usePermissions-
|
|
89
|
-
"file": "usePermissions-
|
|
74
|
+
"_usePermissions-B-FMrSTe.cjs": {
|
|
75
|
+
"file": "usePermissions-B-FMrSTe.cjs",
|
|
90
76
|
"name": "usePermissions",
|
|
91
77
|
"imports": [
|
|
92
|
-
"
|
|
78
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs"
|
|
93
79
|
]
|
|
94
80
|
},
|
|
95
|
-
"_usePermissions-
|
|
96
|
-
"file": "usePermissions-
|
|
81
|
+
"_usePermissions-UU8J7g9d.js": {
|
|
82
|
+
"file": "usePermissions-UU8J7g9d.js",
|
|
97
83
|
"name": "usePermissions",
|
|
98
84
|
"imports": [
|
|
99
|
-
"
|
|
85
|
+
"_ResponsiveContextDropdown-IjVEU2N-.js"
|
|
100
86
|
]
|
|
101
87
|
},
|
|
102
88
|
"_useWindowSize-CE6DJWzn.cjs": {
|
|
@@ -113,9 +99,9 @@
|
|
|
113
99
|
"src": "src/contexts/index.ts",
|
|
114
100
|
"isEntry": true,
|
|
115
101
|
"imports": [
|
|
116
|
-
"
|
|
117
|
-
"_Loading-
|
|
118
|
-
"_useGetApiData-
|
|
102
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
103
|
+
"_Loading-DIG-vjA8.cjs",
|
|
104
|
+
"_useGetApiData-D0nhgZiR.cjs",
|
|
119
105
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
120
106
|
]
|
|
121
107
|
},
|
|
@@ -125,11 +111,11 @@
|
|
|
125
111
|
"src": "src/hooks/index.ts",
|
|
126
112
|
"isEntry": true,
|
|
127
113
|
"imports": [
|
|
128
|
-
"
|
|
114
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
129
115
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
130
|
-
"_usePermissions-
|
|
131
|
-
"_useClipboard-
|
|
132
|
-
"_useGetApiData-
|
|
116
|
+
"_usePermissions-B-FMrSTe.cjs",
|
|
117
|
+
"_useClipboard-DI6KcsOJ.cjs",
|
|
118
|
+
"_useGetApiData-D0nhgZiR.cjs",
|
|
133
119
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
134
120
|
]
|
|
135
121
|
},
|
|
@@ -139,10 +125,9 @@
|
|
|
139
125
|
"src": "src/layout/index.ts",
|
|
140
126
|
"isEntry": true,
|
|
141
127
|
"imports": [
|
|
142
|
-
"
|
|
128
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
143
129
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
144
|
-
"_usePermissions-
|
|
145
|
-
"_FullScreenContainer-BWYwSExf.cjs"
|
|
130
|
+
"_usePermissions-B-FMrSTe.cjs"
|
|
146
131
|
]
|
|
147
132
|
},
|
|
148
133
|
"src/main.ts": {
|
|
@@ -151,13 +136,12 @@
|
|
|
151
136
|
"src": "src/main.ts",
|
|
152
137
|
"isEntry": true,
|
|
153
138
|
"imports": [
|
|
154
|
-
"
|
|
155
|
-
"_Loading-
|
|
139
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
140
|
+
"_Loading-DIG-vjA8.cjs",
|
|
156
141
|
"_useWindowSize-CE6DJWzn.cjs",
|
|
157
|
-
"_searchUtils-
|
|
158
|
-
"_useClipboard-
|
|
159
|
-
"_useGetApiData-
|
|
160
|
-
"_FullScreenContainer-BWYwSExf.cjs"
|
|
142
|
+
"_searchUtils-BJzwuELF.cjs",
|
|
143
|
+
"_useClipboard-DI6KcsOJ.cjs",
|
|
144
|
+
"_useGetApiData-D0nhgZiR.cjs"
|
|
161
145
|
]
|
|
162
146
|
},
|
|
163
147
|
"src/utils/index.ts": {
|
|
@@ -166,8 +150,8 @@
|
|
|
166
150
|
"src": "src/utils/index.ts",
|
|
167
151
|
"isEntry": true,
|
|
168
152
|
"imports": [
|
|
169
|
-
"
|
|
170
|
-
"_searchUtils-
|
|
153
|
+
"_ResponsiveContextDropdown-DDGp8eAa.cjs",
|
|
154
|
+
"_searchUtils-BJzwuELF.cjs"
|
|
171
155
|
]
|
|
172
156
|
},
|
|
173
157
|
"style.css": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as r, c as n } from "./
|
|
1
|
+
import { j as r, c as n } from "./ResponsiveContextDropdown-IjVEU2N-.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-DDGp8eAa.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;
|