react-luminus-components 1.3.207 → 1.3.209
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 +50 -50
- package/dist/{Loading-DagdrJCq.cjs → Loading-DdwlT_jA.cjs} +1 -1
- package/dist/{Loading-JUsRX9kB.js → Loading-MnI6cQ49.js} +1 -1
- package/dist/{ShortcutLinksContext-D5EF_fp9.js → ShortcutLinksContext-C-WXwFNG.js} +6821 -6756
- package/dist/ShortcutLinksContext-DfkrkLXA.cjs +279 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +37 -37
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +18 -18
- package/dist/layout/PageContainer/PageContainer.d.ts +1 -1
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +14 -14
- package/dist/main.cjs.js +42 -42
- package/dist/main.es.js +1987 -2054
- package/dist/models/prop-types/ContainerProps.d.ts +1 -0
- package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
- package/dist/models/texts/ContainerTexts.d.ts +4 -0
- package/dist/{searchUtils-Cdh2yY-o.js → searchUtils-Nm9XJvfz.js} +1 -1
- package/dist/{searchUtils-DAoQu554.cjs → searchUtils-x5jJbJnD.cjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/{useGetApiData-D-AsBqMJ.cjs → useGetApiData-D1fAFZqG.cjs} +1 -1
- package/dist/{useGetApiData-DZ5S90WY.js → useGetApiData-WbsR4LED.js} +6 -6
- package/dist/{usePermissions-CZniQNTq.js → usePermissions-Dd10ibNw.js} +1 -1
- package/dist/{usePermissions-BQuSQHym.cjs → usePermissions-DhxpfxIO.cjs} +1 -1
- package/dist/{useRenderDraggableInPortal-C9Qmlq8B.js → useRenderDraggableInPortal-D8QxC49J.js} +1 -1
- package/dist/{useRenderDraggableInPortal-QO101Q7g.cjs → useRenderDraggableInPortal-j_pMzstq.cjs} +1 -1
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +11 -11
- package/package.json +1 -1
- package/dist/ShortcutLinksContext-DeePM3HF.cjs +0 -279
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_Loading-
|
|
3
|
-
"file": "Loading-
|
|
2
|
+
"_Loading-DdwlT_jA.cjs": {
|
|
3
|
+
"file": "Loading-DdwlT_jA.cjs",
|
|
4
4
|
"name": "Loading",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_ShortcutLinksContext-
|
|
6
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_Loading-
|
|
10
|
-
"file": "Loading-
|
|
9
|
+
"_Loading-MnI6cQ49.js": {
|
|
10
|
+
"file": "Loading-MnI6cQ49.js",
|
|
11
11
|
"name": "Loading",
|
|
12
12
|
"imports": [
|
|
13
|
-
"_ShortcutLinksContext-
|
|
13
|
+
"_ShortcutLinksContext-C-WXwFNG.js"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_ShortcutLinksContext-
|
|
17
|
-
"file": "ShortcutLinksContext-
|
|
16
|
+
"_ShortcutLinksContext-C-WXwFNG.js": {
|
|
17
|
+
"file": "ShortcutLinksContext-C-WXwFNG.js",
|
|
18
18
|
"name": "ShortcutLinksContext"
|
|
19
19
|
},
|
|
20
|
-
"_ShortcutLinksContext-
|
|
21
|
-
"file": "ShortcutLinksContext-
|
|
20
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs": {
|
|
21
|
+
"file": "ShortcutLinksContext-DfkrkLXA.cjs",
|
|
22
22
|
"name": "ShortcutLinksContext"
|
|
23
23
|
},
|
|
24
|
-
"_searchUtils-
|
|
25
|
-
"file": "searchUtils-
|
|
24
|
+
"_searchUtils-Nm9XJvfz.js": {
|
|
25
|
+
"file": "searchUtils-Nm9XJvfz.js",
|
|
26
26
|
"name": "searchUtils",
|
|
27
27
|
"imports": [
|
|
28
|
-
"_ShortcutLinksContext-
|
|
28
|
+
"_ShortcutLinksContext-C-WXwFNG.js"
|
|
29
29
|
]
|
|
30
30
|
},
|
|
31
|
-
"_searchUtils-
|
|
32
|
-
"file": "searchUtils-
|
|
31
|
+
"_searchUtils-x5jJbJnD.cjs": {
|
|
32
|
+
"file": "searchUtils-x5jJbJnD.cjs",
|
|
33
33
|
"name": "searchUtils",
|
|
34
34
|
"imports": [
|
|
35
|
-
"_ShortcutLinksContext-
|
|
35
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"_useClickOutside-BmlXg38T.js": {
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"file": "useClickOutside-D0505nsm.cjs",
|
|
44
44
|
"name": "useClickOutside"
|
|
45
45
|
},
|
|
46
|
-
"_useGetApiData-
|
|
47
|
-
"file": "useGetApiData-
|
|
46
|
+
"_useGetApiData-D1fAFZqG.cjs": {
|
|
47
|
+
"file": "useGetApiData-D1fAFZqG.cjs",
|
|
48
48
|
"name": "useGetApiData",
|
|
49
49
|
"imports": [
|
|
50
|
-
"_ShortcutLinksContext-
|
|
50
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs"
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
-
"_useGetApiData-
|
|
54
|
-
"file": "useGetApiData-
|
|
53
|
+
"_useGetApiData-WbsR4LED.js": {
|
|
54
|
+
"file": "useGetApiData-WbsR4LED.js",
|
|
55
55
|
"name": "useGetApiData",
|
|
56
56
|
"imports": [
|
|
57
|
-
"_ShortcutLinksContext-
|
|
57
|
+
"_ShortcutLinksContext-C-WXwFNG.js"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"_useLocalStorageState-BFc8Gc8H.cjs": {
|
|
@@ -65,32 +65,32 @@
|
|
|
65
65
|
"file": "useLocalStorageState-Bt99kkCr.js",
|
|
66
66
|
"name": "useLocalStorageState"
|
|
67
67
|
},
|
|
68
|
-
"_usePermissions-
|
|
69
|
-
"file": "usePermissions-
|
|
68
|
+
"_usePermissions-Dd10ibNw.js": {
|
|
69
|
+
"file": "usePermissions-Dd10ibNw.js",
|
|
70
70
|
"name": "usePermissions",
|
|
71
71
|
"imports": [
|
|
72
|
-
"_ShortcutLinksContext-
|
|
72
|
+
"_ShortcutLinksContext-C-WXwFNG.js"
|
|
73
73
|
]
|
|
74
74
|
},
|
|
75
|
-
"_usePermissions-
|
|
76
|
-
"file": "usePermissions-
|
|
75
|
+
"_usePermissions-DhxpfxIO.cjs": {
|
|
76
|
+
"file": "usePermissions-DhxpfxIO.cjs",
|
|
77
77
|
"name": "usePermissions",
|
|
78
78
|
"imports": [
|
|
79
|
-
"_ShortcutLinksContext-
|
|
79
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs"
|
|
80
80
|
]
|
|
81
81
|
},
|
|
82
|
-
"_useRenderDraggableInPortal-
|
|
83
|
-
"file": "useRenderDraggableInPortal-
|
|
82
|
+
"_useRenderDraggableInPortal-D8QxC49J.js": {
|
|
83
|
+
"file": "useRenderDraggableInPortal-D8QxC49J.js",
|
|
84
84
|
"name": "useRenderDraggableInPortal",
|
|
85
85
|
"imports": [
|
|
86
|
-
"_ShortcutLinksContext-
|
|
86
|
+
"_ShortcutLinksContext-C-WXwFNG.js"
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
|
-
"_useRenderDraggableInPortal-
|
|
90
|
-
"file": "useRenderDraggableInPortal-
|
|
89
|
+
"_useRenderDraggableInPortal-j_pMzstq.cjs": {
|
|
90
|
+
"file": "useRenderDraggableInPortal-j_pMzstq.cjs",
|
|
91
91
|
"name": "useRenderDraggableInPortal",
|
|
92
92
|
"imports": [
|
|
93
|
-
"_ShortcutLinksContext-
|
|
93
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs"
|
|
94
94
|
]
|
|
95
95
|
},
|
|
96
96
|
"src/contexts/index.ts": {
|
|
@@ -99,9 +99,9 @@
|
|
|
99
99
|
"src": "src/contexts/index.ts",
|
|
100
100
|
"isEntry": true,
|
|
101
101
|
"imports": [
|
|
102
|
-
"_ShortcutLinksContext-
|
|
103
|
-
"_Loading-
|
|
104
|
-
"_useGetApiData-
|
|
102
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs",
|
|
103
|
+
"_Loading-DdwlT_jA.cjs",
|
|
104
|
+
"_useGetApiData-D1fAFZqG.cjs",
|
|
105
105
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
106
106
|
]
|
|
107
107
|
},
|
|
@@ -111,11 +111,11 @@
|
|
|
111
111
|
"src": "src/hooks/index.ts",
|
|
112
112
|
"isEntry": true,
|
|
113
113
|
"imports": [
|
|
114
|
-
"_ShortcutLinksContext-
|
|
114
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs",
|
|
115
115
|
"_useClickOutside-D0505nsm.cjs",
|
|
116
|
-
"_usePermissions-
|
|
117
|
-
"_useRenderDraggableInPortal-
|
|
118
|
-
"_useGetApiData-
|
|
116
|
+
"_usePermissions-DhxpfxIO.cjs",
|
|
117
|
+
"_useRenderDraggableInPortal-j_pMzstq.cjs",
|
|
118
|
+
"_useGetApiData-D1fAFZqG.cjs",
|
|
119
119
|
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
@@ -125,9 +125,9 @@
|
|
|
125
125
|
"src": "src/layout/index.ts",
|
|
126
126
|
"isEntry": true,
|
|
127
127
|
"imports": [
|
|
128
|
-
"_ShortcutLinksContext-
|
|
128
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs",
|
|
129
129
|
"_useClickOutside-D0505nsm.cjs",
|
|
130
|
-
"_usePermissions-
|
|
130
|
+
"_usePermissions-DhxpfxIO.cjs"
|
|
131
131
|
]
|
|
132
132
|
},
|
|
133
133
|
"src/main.ts": {
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
"src": "src/main.ts",
|
|
137
137
|
"isEntry": true,
|
|
138
138
|
"imports": [
|
|
139
|
-
"_ShortcutLinksContext-
|
|
140
|
-
"_Loading-
|
|
141
|
-
"_searchUtils-
|
|
139
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs",
|
|
140
|
+
"_Loading-DdwlT_jA.cjs",
|
|
141
|
+
"_searchUtils-x5jJbJnD.cjs",
|
|
142
142
|
"_useClickOutside-D0505nsm.cjs",
|
|
143
|
-
"_useRenderDraggableInPortal-
|
|
144
|
-
"_useGetApiData-
|
|
143
|
+
"_useRenderDraggableInPortal-j_pMzstq.cjs",
|
|
144
|
+
"_useGetApiData-D1fAFZqG.cjs"
|
|
145
145
|
]
|
|
146
146
|
},
|
|
147
147
|
"src/utils/index.ts": {
|
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
"src": "src/utils/index.ts",
|
|
151
151
|
"isEntry": true,
|
|
152
152
|
"imports": [
|
|
153
|
-
"_ShortcutLinksContext-
|
|
154
|
-
"_searchUtils-
|
|
153
|
+
"_ShortcutLinksContext-DfkrkLXA.cjs",
|
|
154
|
+
"_searchUtils-x5jJbJnD.cjs"
|
|
155
155
|
]
|
|
156
156
|
},
|
|
157
157
|
"style.css": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const s=require("./ShortcutLinksContext-
|
|
1
|
+
"use strict";const s=require("./ShortcutLinksContext-DfkrkLXA.cjs"),o="_loading_obchl_1",i="_spinner-grow_obchl_10",e="_second_obchl_14",r="_third_obchl_17",t="_loadingBlock_obchl_21",l="_sizeLine_obchl_29",c="_sizeFill_obchl_36",n={loading:o,"spinner-grow":"_spinner-grow_obchl_10",spinnerGrow:i,second:e,third:r,loadingBlock:t,sizeLine:l,sizeFill:c},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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as n, c as o } from "./ShortcutLinksContext-
|
|
1
|
+
import { j as n, c as o } from "./ShortcutLinksContext-C-WXwFNG.js";
|
|
2
2
|
const i = "_loading_obchl_1", r = "_spinner-grow_obchl_10", e = "_second_obchl_14", l = "_third_obchl_17", c = "_loadingBlock_obchl_21", a = "_sizeLine_obchl_29", t = "_sizeFill_obchl_36", s = {
|
|
3
3
|
loading: i,
|
|
4
4
|
"spinner-grow": "_spinner-grow_obchl_10",
|