react-luminus-components 1.4.28 → 1.4.30
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 +28 -38
- package/dist/{FormDisabledProvider-DPKrSoOT.js → FormDisabledProvider-opFuK5O0.js} +1 -1
- package/dist/{FormDisabledProvider-BxOwA9ho.cjs → FormDisabledProvider-qWyeiGHw.cjs} +1 -1
- package/dist/{ShortcutLinksContext-B9xDvgpv.js → ShortcutLinksContext-BPTX6RWo.js} +1249 -1262
- package/dist/{ShortcutLinksContext-BEQ8oRf-.cjs → ShortcutLinksContext-CUU3mGb2.cjs} +41 -41
- package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +14 -0
- package/dist/components/NotifCenter/Actions/components/ActionTemplates/ActionTemplates.d.ts +14 -0
- package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/Recipients/NotificationRecipients.d.ts +8 -0
- package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/index.d.ts +2 -0
- package/dist/components/NotifCenter/Actions/components/ActionTemplates/comps/modals/NotificationTargetModal.d.ts +12 -0
- package/dist/components/NotifCenter/Actions/components/HistoryTable/NotificationHistoryTable.d.ts +9 -0
- package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
- package/dist/components/NotifCenter/Users/NotificationUsers.d.ts +9 -0
- package/dist/components/NotifCenter/Users/components/EmployeeNotifTable/EmployeeNotifHistoryTable.d.ts +9 -0
- package/dist/components/NotifCenter/Users/components/index.d.ts +1 -0
- package/dist/components/NotifCenter/index.d.ts +2 -0
- package/dist/contexts.cjs.js +1 -1
- package/dist/contexts.es.js +22 -23
- package/dist/hooks.cjs.js +1 -1
- package/dist/hooks.es.js +9 -10
- package/dist/layout.cjs.js +1 -1
- package/dist/layout.es.js +2 -2
- package/dist/main.cjs.js +42 -42
- package/dist/main.d.ts +2 -0
- package/dist/main.es.js +4593 -4368
- package/dist/models/index.d.ts +8 -0
- package/dist/models/texts/ComponentsContextTexts.d.ts +2 -0
- package/dist/models/texts/NotifCentrumTexts.d.ts +14 -0
- package/dist/models/types/notifCenter/NotifTargetModel.d.ts +7 -0
- package/dist/models/types/notifCenter/NotificationHistoryModel.d.ts +11 -0
- package/dist/models/types/notifCenter/NotificationHistoryPersonModel.d.ts +6 -0
- package/dist/models/types/notifCenter/NotificationHistoryUserDto.d.ts +13 -0
- package/dist/models/types/notifCenter/NotificationModel.d.ts +9 -0
- package/dist/models/types/notifCenter/NotificationTarget.d.ts +9 -0
- package/dist/models/types/notifCenter/NotificationTemplate.d.ts +14 -0
- package/dist/useLocalStorageState-CYFiQgNJ.js +74 -0
- package/dist/useLocalStorageState-CzcV0VAi.cjs +1 -0
- package/dist/utils/constants/CommonLuminusIconsArray.d.ts +1 -1
- package/dist/utils.cjs.js +1 -1
- package/dist/utils.es.js +46 -42
- package/package.json +1 -1
- package/dist/useGetApiData-BqL_vkpa.js +0 -61
- package/dist/useGetApiData-DDu4unv_.cjs +0 -1
- package/dist/useLocalStorageState-BFc8Gc8H.cjs +0 -1
- package/dist/useLocalStorageState-Bt99kkCr.js +0 -17
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_FormDisabledProvider-
|
|
3
|
-
"file": "FormDisabledProvider-
|
|
2
|
+
"_FormDisabledProvider-opFuK5O0.js": {
|
|
3
|
+
"file": "FormDisabledProvider-opFuK5O0.js",
|
|
4
4
|
"name": "FormDisabledProvider",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_ShortcutLinksContext-
|
|
6
|
+
"_ShortcutLinksContext-BPTX6RWo.js"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
|
-
"_FormDisabledProvider-
|
|
10
|
-
"file": "FormDisabledProvider-
|
|
9
|
+
"_FormDisabledProvider-qWyeiGHw.cjs": {
|
|
10
|
+
"file": "FormDisabledProvider-qWyeiGHw.cjs",
|
|
11
11
|
"name": "FormDisabledProvider",
|
|
12
12
|
"imports": [
|
|
13
|
-
"_ShortcutLinksContext-
|
|
13
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs"
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"_ShortcutLinksContext-
|
|
17
|
-
"file": "ShortcutLinksContext-
|
|
16
|
+
"_ShortcutLinksContext-BPTX6RWo.js": {
|
|
17
|
+
"file": "ShortcutLinksContext-BPTX6RWo.js",
|
|
18
18
|
"name": "ShortcutLinksContext"
|
|
19
19
|
},
|
|
20
|
-
"_ShortcutLinksContext-
|
|
21
|
-
"file": "ShortcutLinksContext-
|
|
20
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs": {
|
|
21
|
+
"file": "ShortcutLinksContext-CUU3mGb2.cjs",
|
|
22
22
|
"name": "ShortcutLinksContext"
|
|
23
23
|
},
|
|
24
24
|
"_apiPathUtils-CkTRKCPh.cjs": {
|
|
@@ -29,28 +29,20 @@
|
|
|
29
29
|
"file": "apiPathUtils-DiqvB8mF.js",
|
|
30
30
|
"name": "apiPathUtils"
|
|
31
31
|
},
|
|
32
|
-
"
|
|
33
|
-
"file": "
|
|
34
|
-
"name": "
|
|
32
|
+
"_useLocalStorageState-CYFiQgNJ.js": {
|
|
33
|
+
"file": "useLocalStorageState-CYFiQgNJ.js",
|
|
34
|
+
"name": "useLocalStorageState",
|
|
35
35
|
"imports": [
|
|
36
|
-
"_ShortcutLinksContext-
|
|
36
|
+
"_ShortcutLinksContext-BPTX6RWo.js"
|
|
37
37
|
]
|
|
38
38
|
},
|
|
39
|
-
"
|
|
40
|
-
"file": "
|
|
41
|
-
"name": "
|
|
39
|
+
"_useLocalStorageState-CzcV0VAi.cjs": {
|
|
40
|
+
"file": "useLocalStorageState-CzcV0VAi.cjs",
|
|
41
|
+
"name": "useLocalStorageState",
|
|
42
42
|
"imports": [
|
|
43
|
-
"_ShortcutLinksContext-
|
|
43
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs"
|
|
44
44
|
]
|
|
45
45
|
},
|
|
46
|
-
"_useLocalStorageState-BFc8Gc8H.cjs": {
|
|
47
|
-
"file": "useLocalStorageState-BFc8Gc8H.cjs",
|
|
48
|
-
"name": "useLocalStorageState"
|
|
49
|
-
},
|
|
50
|
-
"_useLocalStorageState-Bt99kkCr.js": {
|
|
51
|
-
"file": "useLocalStorageState-Bt99kkCr.js",
|
|
52
|
-
"name": "useLocalStorageState"
|
|
53
|
-
},
|
|
54
46
|
"_useRenderDraggableInPortal-D0OLp7Qb.js": {
|
|
55
47
|
"file": "useRenderDraggableInPortal-D0OLp7Qb.js",
|
|
56
48
|
"name": "useRenderDraggableInPortal"
|
|
@@ -65,10 +57,9 @@
|
|
|
65
57
|
"src": "src/contexts/index.ts",
|
|
66
58
|
"isEntry": true,
|
|
67
59
|
"imports": [
|
|
68
|
-
"_ShortcutLinksContext-
|
|
69
|
-
"_FormDisabledProvider-
|
|
70
|
-
"
|
|
71
|
-
"_useLocalStorageState-BFc8Gc8H.cjs"
|
|
60
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs",
|
|
61
|
+
"_FormDisabledProvider-qWyeiGHw.cjs",
|
|
62
|
+
"_useLocalStorageState-CzcV0VAi.cjs"
|
|
72
63
|
]
|
|
73
64
|
},
|
|
74
65
|
"src/hooks/index.ts": {
|
|
@@ -77,9 +68,8 @@
|
|
|
77
68
|
"src": "src/hooks/index.ts",
|
|
78
69
|
"isEntry": true,
|
|
79
70
|
"imports": [
|
|
80
|
-
"_ShortcutLinksContext-
|
|
81
|
-
"
|
|
82
|
-
"_useLocalStorageState-BFc8Gc8H.cjs",
|
|
71
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs",
|
|
72
|
+
"_useLocalStorageState-CzcV0VAi.cjs",
|
|
83
73
|
"_useRenderDraggableInPortal-QPCaw-E_.cjs"
|
|
84
74
|
]
|
|
85
75
|
},
|
|
@@ -89,7 +79,7 @@
|
|
|
89
79
|
"src": "src/layout/index.ts",
|
|
90
80
|
"isEntry": true,
|
|
91
81
|
"imports": [
|
|
92
|
-
"_ShortcutLinksContext-
|
|
82
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs"
|
|
93
83
|
]
|
|
94
84
|
},
|
|
95
85
|
"src/main.ts": {
|
|
@@ -98,10 +88,10 @@
|
|
|
98
88
|
"src": "src/main.ts",
|
|
99
89
|
"isEntry": true,
|
|
100
90
|
"imports": [
|
|
101
|
-
"_ShortcutLinksContext-
|
|
102
|
-
"_FormDisabledProvider-
|
|
91
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs",
|
|
92
|
+
"_FormDisabledProvider-qWyeiGHw.cjs",
|
|
103
93
|
"_useRenderDraggableInPortal-QPCaw-E_.cjs",
|
|
104
|
-
"
|
|
94
|
+
"_useLocalStorageState-CzcV0VAi.cjs",
|
|
105
95
|
"_apiPathUtils-CkTRKCPh.cjs"
|
|
106
96
|
]
|
|
107
97
|
},
|
|
@@ -111,7 +101,7 @@
|
|
|
111
101
|
"src": "src/utils/index.ts",
|
|
112
102
|
"isEntry": true,
|
|
113
103
|
"imports": [
|
|
114
|
-
"_ShortcutLinksContext-
|
|
104
|
+
"_ShortcutLinksContext-CUU3mGb2.cjs",
|
|
115
105
|
"_apiPathUtils-CkTRKCPh.cjs"
|
|
116
106
|
]
|
|
117
107
|
},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as o, c as n, bK as e } from "./ShortcutLinksContext-
|
|
1
|
+
import { j as o, c as n, bK as e } from "./ShortcutLinksContext-BPTX6RWo.js";
|
|
2
2
|
const l = "_loading_obchl_1", a = "_spinner-grow_obchl_10", c = "_second_obchl_14", t = "_third_obchl_17", d = "_loadingBlock_obchl_21", _ = "_sizeLine_obchl_29", p = "_sizeFill_obchl_36", s = {
|
|
3
3
|
loading: l,
|
|
4
4
|
"spinner-grow": "_spinner-grow_obchl_10",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const s=require("./ShortcutLinksContext-
|
|
1
|
+
"use strict";const s=require("./ShortcutLinksContext-CUU3mGb2.cjs"),i="_loading_obchl_1",r="_spinner-grow_obchl_10",t="_second_obchl_14",l="_third_obchl_17",c="_loadingBlock_obchl_21",a="_sizeLine_obchl_29",d="_sizeFill_obchl_36",o={loading:i,"spinner-grow":"_spinner-grow_obchl_10",spinnerGrow:r,second:t,third:l,loadingBlock:c,sizeLine:a,sizeFill:d},_=()=>s.jsxRuntimeExports.jsxs("div",{className:s.classNames("luminus-loading",o.loading),children:[s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",o.spinnerGrow,"text-primary"),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",o.spinnerGrow,"text-primary",o.second),role:"status"}),s.jsxRuntimeExports.jsx("div",{className:s.classNames("spinner-grow",o.spinnerGrow,"text-primary",o.third),role:"status"})]}),m=({children:n,disabled:e})=>s.jsxRuntimeExports.jsx(s.FormDisabledContext.Provider,{value:e,children:n});exports.FormDisabledProvider=m;exports.Loading=_;exports.classes=o;
|