@mesob/auth-react 0.4.6 → 0.4.7
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/{chunk-TB2ZPGLW.js → chunk-4X3CJHKR.js} +2 -2
- package/dist/{chunk-PG65ZD7A.js → chunk-5BFG47VF.js} +4 -4
- package/dist/{chunk-OQUUS5ZX.js → chunk-5E3XN6SW.js} +2 -2
- package/dist/{chunk-KOBZ34XU.js → chunk-6THPM5LB.js} +7 -1
- package/dist/chunk-6THPM5LB.js.map +1 -0
- package/dist/{chunk-RBXITSE2.js → chunk-73ZNGEWU.js} +5 -5
- package/dist/{chunk-DY3NVBLJ.js → chunk-7CLKBH5Z.js} +10 -1
- package/dist/chunk-7CLKBH5Z.js.map +1 -0
- package/dist/{chunk-FPYQ7XGV.js → chunk-ECF6S2Y2.js} +90 -20
- package/dist/chunk-ECF6S2Y2.js.map +1 -0
- package/dist/{chunk-G74DDR4O.js → chunk-GBDNBY6K.js} +2 -2
- package/dist/{chunk-LHZ4EEN6.js → chunk-H5PUZDNU.js} +7 -1
- package/dist/chunk-H5PUZDNU.js.map +1 -0
- package/dist/{chunk-A3GIMM2R.js → chunk-H7JRQFFI.js} +2 -2
- package/dist/{chunk-IFAVSKHE.js → chunk-IQNQGPIT.js} +7 -1
- package/dist/chunk-IQNQGPIT.js.map +1 -0
- package/dist/chunk-MWMSZVH3.js +601 -0
- package/dist/chunk-MWMSZVH3.js.map +1 -0
- package/dist/{chunk-L32Z3TPA.js → chunk-N4JFMKGK.js} +67 -12
- package/dist/chunk-N4JFMKGK.js.map +1 -0
- package/dist/{chunk-A7ORWWM5.js → chunk-NFGFJPCX.js} +9 -1
- package/dist/chunk-NFGFJPCX.js.map +1 -0
- package/dist/{chunk-SW7WD64K.js → chunk-NJMNRSJH.js} +7 -1
- package/dist/chunk-NJMNRSJH.js.map +1 -0
- package/dist/{chunk-HXHI4FU6.js → chunk-OXUOGOG3.js} +111 -91
- package/dist/chunk-OXUOGOG3.js.map +1 -0
- package/dist/{chunk-ETOCBXDT.js → chunk-QPEUVMSP.js} +9 -1
- package/dist/chunk-QPEUVMSP.js.map +1 -0
- package/dist/{chunk-YN7OEQI7.js → chunk-RCQTWNAG.js} +7 -1
- package/dist/chunk-RCQTWNAG.js.map +1 -0
- package/dist/{chunk-55BMNC4S.js → chunk-RRLFPSSM.js} +25 -11
- package/dist/chunk-RRLFPSSM.js.map +1 -0
- package/dist/{chunk-NUWAI3FE.js → chunk-SGUROG23.js} +8 -2
- package/dist/chunk-SGUROG23.js.map +1 -0
- package/dist/{chunk-SXVTYYUT.js → chunk-T34HJRUW.js} +7 -1
- package/dist/chunk-T34HJRUW.js.map +1 -0
- package/dist/{chunk-UAKGEJUN.js → chunk-TEHMLZFI.js} +2 -2
- package/dist/chunk-V6ZHX4LT.js +15 -0
- package/dist/chunk-V6ZHX4LT.js.map +1 -0
- package/dist/{chunk-CXMPZWMX.js → chunk-VVKXFEAN.js} +2 -2
- package/dist/{chunk-ZXKEG3X5.js → chunk-X6EUQZSZ.js} +10 -1
- package/dist/chunk-X6EUQZSZ.js.map +1 -0
- package/dist/{chunk-WQ3UUUKF.js → chunk-Y4AH5JY4.js} +6 -4
- package/dist/chunk-Y4AH5JY4.js.map +1 -0
- package/dist/components/auth/forgot-password.js +2 -2
- package/dist/components/auth/reset-password-form.js +2 -2
- package/dist/components/auth/set-password.js +2 -2
- package/dist/components/auth/sign-in.js +2 -2
- package/dist/components/auth/sign-up.js +2 -2
- package/dist/components/auth/verify-email.js +2 -2
- package/dist/components/auth/verify-phone.js +2 -2
- package/dist/components/iam/domains-page.d.ts +1 -0
- package/dist/components/iam/domains-page.js +14 -0
- package/dist/components/iam/domains-page.js.map +1 -0
- package/dist/components/iam/iam-guard.d.ts +7 -0
- package/dist/components/iam/iam-guard.js +10 -0
- package/dist/components/iam/iam-guard.js.map +1 -0
- package/dist/components/iam/permissions-page.js +3 -1
- package/dist/components/iam/role-detail-page.d.ts +1 -1
- package/dist/components/iam/role-detail-page.js +3 -1
- package/dist/components/iam/role-permissions-page.d.ts +1 -1
- package/dist/components/iam/role-permissions-page.js +3 -1
- package/dist/components/iam/roles-page.js +3 -1
- package/dist/components/iam/sessions-page.js +3 -1
- package/dist/components/iam/tenants-page.js +3 -1
- package/dist/components/iam/users-page.js +4 -2
- package/dist/components/profile/change-email-form.js +2 -2
- package/dist/components/profile/change-phone-form.js +1 -1
- package/dist/components/profile/security.js +6 -6
- package/dist/index.d.ts +2 -0
- package/dist/index.js +60 -52
- package/dist/index.js.map +1 -1
- package/dist/pages/auth/forgot-password.js +2 -2
- package/dist/pages/auth/reset-password.js +2 -2
- package/dist/pages/auth/set-password.js +2 -2
- package/dist/pages/auth/sign-in.js +2 -2
- package/dist/pages/auth/sign-up.js +2 -2
- package/dist/pages/auth/verify-email.js +2 -2
- package/dist/pages/auth/verify-phone.js +2 -2
- package/dist/pages/iam/domains/_components/domain-card.d.ts +6 -0
- package/dist/pages/iam/domains/_components/domain-form.d.ts +9 -0
- package/dist/pages/iam/domains/_components/domains-data.d.ts +10 -0
- package/dist/pages/iam/domains/_components/domains-list.d.ts +15 -0
- package/dist/pages/iam/domains.d.ts +1 -0
- package/dist/pages/iam/permissions.js +3 -1
- package/dist/pages/iam/role-detail.js +3 -1
- package/dist/pages/iam/role-detail.js.map +1 -1
- package/dist/pages/iam/role-permissions.js +3 -1
- package/dist/pages/iam/role-permissions.js.map +1 -1
- package/dist/pages/iam/role-users.js +5 -3
- package/dist/pages/iam/role-users.js.map +1 -1
- package/dist/pages/iam/roles/users/_components/role-users-page.d.ts +1 -1
- package/dist/pages/iam/roles.js +3 -1
- package/dist/pages/iam/sessions.js +3 -1
- package/dist/pages/iam/tenant-detail.js +3 -1
- package/dist/pages/iam/tenant-detail.js.map +1 -1
- package/dist/pages/iam/tenants/tenant-detail-page-content.d.ts +1 -1
- package/dist/pages/iam/tenants.js +3 -1
- package/dist/pages/iam/user-activity.js +3 -1
- package/dist/pages/iam/user-activity.js.map +1 -1
- package/dist/pages/iam/user-detail-layout.js +3 -1
- package/dist/pages/iam/user-detail-layout.js.map +1 -1
- package/dist/pages/iam/user-detail.js +3 -1
- package/dist/pages/iam/user-detail.js.map +1 -1
- package/dist/pages/iam/users/_components/user-detail-layout-content.d.ts +1 -1
- package/dist/pages/iam/users/_components/user-detail-page-content.d.ts +1 -1
- package/dist/pages/iam/users/activity/user-activity-page-content.d.ts +1 -1
- package/dist/pages/iam/users/user-selector.js +2 -2
- package/dist/pages/iam/users.js +4 -2
- package/dist/pages/profile/security.js +6 -6
- package/dist/utils/handle-error.d.ts +4 -1
- package/package.json +3 -3
- package/dist/chunk-55BMNC4S.js.map +0 -1
- package/dist/chunk-A7ORWWM5.js.map +0 -1
- package/dist/chunk-DY3NVBLJ.js.map +0 -1
- package/dist/chunk-ETOCBXDT.js.map +0 -1
- package/dist/chunk-FPYQ7XGV.js.map +0 -1
- package/dist/chunk-HXHI4FU6.js.map +0 -1
- package/dist/chunk-IFAVSKHE.js.map +0 -1
- package/dist/chunk-KOBZ34XU.js.map +0 -1
- package/dist/chunk-L32Z3TPA.js.map +0 -1
- package/dist/chunk-LHZ4EEN6.js.map +0 -1
- package/dist/chunk-NUWAI3FE.js.map +0 -1
- package/dist/chunk-SW7WD64K.js.map +0 -1
- package/dist/chunk-SXVTYYUT.js.map +0 -1
- package/dist/chunk-WQ3UUUKF.js.map +0 -1
- package/dist/chunk-YN7OEQI7.js.map +0 -1
- package/dist/chunk-ZXKEG3X5.js.map +0 -1
- /package/dist/{chunk-TB2ZPGLW.js.map → chunk-4X3CJHKR.js.map} +0 -0
- /package/dist/{chunk-PG65ZD7A.js.map → chunk-5BFG47VF.js.map} +0 -0
- /package/dist/{chunk-OQUUS5ZX.js.map → chunk-5E3XN6SW.js.map} +0 -0
- /package/dist/{chunk-RBXITSE2.js.map → chunk-73ZNGEWU.js.map} +0 -0
- /package/dist/{chunk-G74DDR4O.js.map → chunk-GBDNBY6K.js.map} +0 -0
- /package/dist/{chunk-A3GIMM2R.js.map → chunk-H7JRQFFI.js.map} +0 -0
- /package/dist/{chunk-UAKGEJUN.js.map → chunk-TEHMLZFI.js.map} +0 -0
- /package/dist/{chunk-CXMPZWMX.js.map → chunk-VVKXFEAN.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -1,50 +1,61 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import {
|
|
3
|
+
RoleUsersPage
|
|
4
|
+
} from "./chunk-SGUROG23.js";
|
|
2
5
|
import {
|
|
3
6
|
TenantDetailPageContent
|
|
4
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QPEUVMSP.js";
|
|
8
|
+
import "./chunk-GBDNBY6K.js";
|
|
5
9
|
import {
|
|
6
10
|
UserDetailLayoutContent
|
|
7
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-X6EUQZSZ.js";
|
|
8
12
|
import {
|
|
9
13
|
UserDetailPageContent
|
|
10
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-NJMNRSJH.js";
|
|
11
15
|
import {
|
|
12
16
|
UserActivityPageContent
|
|
13
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-NFGFJPCX.js";
|
|
14
18
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-G74DDR4O.js";
|
|
19
|
+
Security
|
|
20
|
+
} from "./chunk-73ZNGEWU.js";
|
|
18
21
|
import {
|
|
19
22
|
AuthFormSkeleton
|
|
20
23
|
} from "./chunk-5M7I7WNH.js";
|
|
21
24
|
import {
|
|
22
25
|
ProfileSkeleton
|
|
23
26
|
} from "./chunk-NEO72TMH.js";
|
|
27
|
+
import "./chunk-5BFG47VF.js";
|
|
28
|
+
import "./chunk-5AEV7RAN.js";
|
|
29
|
+
import "./chunk-ZZ6D4KE4.js";
|
|
30
|
+
import "./chunk-TLQMK2QF.js";
|
|
31
|
+
import "./chunk-6IEX2RLA.js";
|
|
32
|
+
import "./chunk-UGQP733V.js";
|
|
24
33
|
import {
|
|
25
34
|
ProfileLayout,
|
|
26
35
|
ProfileSidebar
|
|
27
36
|
} from "./chunk-SGDXNT7M.js";
|
|
28
|
-
import
|
|
29
|
-
Security
|
|
30
|
-
} from "./chunk-RBXITSE2.js";
|
|
31
|
-
import "./chunk-TLQMK2QF.js";
|
|
32
|
-
import "./chunk-6IEX2RLA.js";
|
|
37
|
+
import "./chunk-X2BHF4KC.js";
|
|
33
38
|
import "./chunk-DG6GRTPG.js";
|
|
39
|
+
import {
|
|
40
|
+
Roles
|
|
41
|
+
} from "./chunk-4NUO6F3J.js";
|
|
42
|
+
import {
|
|
43
|
+
SessionsPage
|
|
44
|
+
} from "./chunk-H5PUZDNU.js";
|
|
34
45
|
import {
|
|
35
46
|
Sessions
|
|
36
47
|
} from "./chunk-YFQNNSSC.js";
|
|
37
48
|
import {
|
|
38
49
|
TenantsPage
|
|
39
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-6THPM5LB.js";
|
|
40
51
|
import "./chunk-EWXK56WQ.js";
|
|
41
52
|
import {
|
|
42
53
|
Tenants
|
|
43
54
|
} from "./chunk-UY55LEIG.js";
|
|
44
55
|
import {
|
|
45
56
|
UsersPage
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-N4JFMKGK.js";
|
|
58
|
+
import "./chunk-ECF6S2Y2.js";
|
|
48
59
|
import {
|
|
49
60
|
Users
|
|
50
61
|
} from "./chunk-5HAABEAS.js";
|
|
@@ -52,93 +63,88 @@ import {
|
|
|
52
63
|
Account
|
|
53
64
|
} from "./chunk-4ABXALRN.js";
|
|
54
65
|
import "./chunk-C5ZW7FD2.js";
|
|
55
|
-
import "./chunk-PG65ZD7A.js";
|
|
56
|
-
import "./chunk-X2BHF4KC.js";
|
|
57
|
-
import "./chunk-5AEV7RAN.js";
|
|
58
|
-
import "./chunk-UGQP733V.js";
|
|
59
|
-
import "./chunk-ZZ6D4KE4.js";
|
|
60
66
|
import {
|
|
61
67
|
PermissionsPage
|
|
62
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-T34HJRUW.js";
|
|
63
69
|
import {
|
|
64
70
|
Permissions
|
|
65
71
|
} from "./chunk-MVVAPYUD.js";
|
|
72
|
+
import {
|
|
73
|
+
DataTable
|
|
74
|
+
} from "./chunk-TFVBER3Y.js";
|
|
75
|
+
import {
|
|
76
|
+
TableSkeleton
|
|
77
|
+
} from "./chunk-RT5C7IAE.js";
|
|
66
78
|
import {
|
|
67
79
|
RoleDetailLayout
|
|
68
80
|
} from "./chunk-EQWOGD4F.js";
|
|
69
81
|
import {
|
|
70
82
|
RoleDetailPage
|
|
71
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-7CLKBH5Z.js";
|
|
72
84
|
import {
|
|
73
85
|
RolePermissionsPage
|
|
74
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-IQNQGPIT.js";
|
|
87
|
+
import {
|
|
88
|
+
PermissionSelector
|
|
89
|
+
} from "./chunk-GVEBIL3O.js";
|
|
75
90
|
import {
|
|
76
91
|
RolesPage
|
|
77
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-RCQTWNAG.js";
|
|
78
93
|
import "./chunk-MQI6Q2S4.js";
|
|
79
94
|
import "./chunk-OW75JENQ.js";
|
|
80
|
-
import {
|
|
81
|
-
Roles
|
|
82
|
-
} from "./chunk-4NUO6F3J.js";
|
|
83
|
-
import {
|
|
84
|
-
DataTable
|
|
85
|
-
} from "./chunk-TFVBER3Y.js";
|
|
86
|
-
import {
|
|
87
|
-
TableSkeleton
|
|
88
|
-
} from "./chunk-RT5C7IAE.js";
|
|
89
|
-
import {
|
|
90
|
-
SessionsPage
|
|
91
|
-
} from "./chunk-LHZ4EEN6.js";
|
|
92
|
-
import "./chunk-W3D4HG5W.js";
|
|
93
|
-
import "./chunk-WY2JJNZW.js";
|
|
94
|
-
import "./chunk-NPW7D2HZ.js";
|
|
95
95
|
import {
|
|
96
96
|
SignUp
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-OXUOGOG3.js";
|
|
98
98
|
import {
|
|
99
99
|
VerifyEmail
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-VVKXFEAN.js";
|
|
101
101
|
import {
|
|
102
102
|
VerifyPhone
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-5E3XN6SW.js";
|
|
104
104
|
import {
|
|
105
105
|
VerificationForm
|
|
106
106
|
} from "./chunk-Z34NJZRL.js";
|
|
107
107
|
import {
|
|
108
108
|
Deny
|
|
109
109
|
} from "./chunk-CP4TTRV4.js";
|
|
110
|
-
import {
|
|
111
|
-
Grant
|
|
112
|
-
} from "./chunk-5SDS2E3F.js";
|
|
113
110
|
import {
|
|
114
111
|
AuthErrorBoundary,
|
|
115
112
|
ErrorBoundary
|
|
116
113
|
} from "./chunk-7KXTL6NT.js";
|
|
117
114
|
import {
|
|
118
|
-
|
|
119
|
-
} from "./chunk-
|
|
115
|
+
DomainsPage
|
|
116
|
+
} from "./chunk-MWMSZVH3.js";
|
|
117
|
+
import "./chunk-W3D4HG5W.js";
|
|
118
|
+
import "./chunk-WY2JJNZW.js";
|
|
119
|
+
import "./chunk-NPW7D2HZ.js";
|
|
120
|
+
import {
|
|
121
|
+
IAMGuard
|
|
122
|
+
} from "./chunk-V6ZHX4LT.js";
|
|
123
|
+
import {
|
|
124
|
+
Grant
|
|
125
|
+
} from "./chunk-5SDS2E3F.js";
|
|
120
126
|
import {
|
|
121
127
|
AuthCard
|
|
122
128
|
} from "./chunk-G2AW2H36.js";
|
|
123
129
|
import "./chunk-RMJNENJB.js";
|
|
124
130
|
import {
|
|
125
131
|
ForgotPassword
|
|
126
|
-
} from "./chunk-
|
|
132
|
+
} from "./chunk-4X3CJHKR.js";
|
|
127
133
|
import {
|
|
128
134
|
ResetPasswordForm
|
|
129
|
-
} from "./chunk-
|
|
135
|
+
} from "./chunk-H7JRQFFI.js";
|
|
130
136
|
import {
|
|
131
137
|
SetPassword
|
|
132
|
-
} from "./chunk-
|
|
138
|
+
} from "./chunk-TEHMLZFI.js";
|
|
133
139
|
import {
|
|
134
140
|
SignIn
|
|
135
|
-
} from "./chunk-
|
|
141
|
+
} from "./chunk-Y4AH5JY4.js";
|
|
136
142
|
import {
|
|
137
143
|
normalizePhone
|
|
138
144
|
} from "./chunk-V2W3WPCZ.js";
|
|
139
145
|
import {
|
|
140
146
|
handleError
|
|
141
|
-
} from "./chunk-
|
|
147
|
+
} from "./chunk-RRLFPSSM.js";
|
|
142
148
|
import "./chunk-DPH2PHK3.js";
|
|
143
149
|
import {
|
|
144
150
|
useTranslator
|
|
@@ -165,9 +171,11 @@ export {
|
|
|
165
171
|
AuthFormSkeleton,
|
|
166
172
|
DataTable,
|
|
167
173
|
Deny,
|
|
174
|
+
DomainsPage,
|
|
168
175
|
ErrorBoundary,
|
|
169
176
|
ForgotPassword,
|
|
170
177
|
Grant,
|
|
178
|
+
IAMGuard,
|
|
171
179
|
MesobAuthProvider,
|
|
172
180
|
PermissionSelector,
|
|
173
181
|
Permissions,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/hooks/use-session-cookie-name.ts"],"sourcesContent":["import { useConfig } from '../provider';\nimport { getSessionCookieName } from '../utils/cookie';\n\nexport function useSessionCookieName(): string {\n const { config } = useConfig();\n return getSessionCookieName(config);\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../src/hooks/use-session-cookie-name.ts"],"sourcesContent":["import { useConfig } from '../provider';\nimport { getSessionCookieName } from '../utils/cookie';\n\nexport function useSessionCookieName(): string {\n const { config } = useConfig();\n return getSessionCookieName(config);\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGO,SAAS,uBAA+B;AAC7C,QAAM,EAAE,OAAO,IAAI,UAAU;AAC7B,SAAO,qBAAqB,MAAM;AACpC;","names":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ForgotPassword
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-4X3CJHKR.js";
|
|
4
|
+
import "../../chunk-RRLFPSSM.js";
|
|
5
5
|
import "../../chunk-DPH2PHK3.js";
|
|
6
6
|
import "../../chunk-EPEXIGKB.js";
|
|
7
7
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ResetPasswordForm
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-H7JRQFFI.js";
|
|
4
|
+
import "../../chunk-RRLFPSSM.js";
|
|
5
5
|
import "../../chunk-DPH2PHK3.js";
|
|
6
6
|
import "../../chunk-EPEXIGKB.js";
|
|
7
7
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SetPassword
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-TEHMLZFI.js";
|
|
4
4
|
import "../../chunk-V2W3WPCZ.js";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-RRLFPSSM.js";
|
|
6
6
|
import "../../chunk-DPH2PHK3.js";
|
|
7
7
|
import "../../chunk-EPEXIGKB.js";
|
|
8
8
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SignIn
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-Y4AH5JY4.js";
|
|
4
4
|
import "../../chunk-V2W3WPCZ.js";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-RRLFPSSM.js";
|
|
6
6
|
import "../../chunk-DPH2PHK3.js";
|
|
7
7
|
import "../../chunk-EPEXIGKB.js";
|
|
8
8
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SignUp
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-OXUOGOG3.js";
|
|
4
|
+
import "../../chunk-RRLFPSSM.js";
|
|
5
5
|
import "../../chunk-DPH2PHK3.js";
|
|
6
6
|
import "../../chunk-EPEXIGKB.js";
|
|
7
7
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VerifyEmail
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-VVKXFEAN.js";
|
|
4
4
|
import "../../chunk-Z34NJZRL.js";
|
|
5
5
|
import "../../chunk-RMJNENJB.js";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-RRLFPSSM.js";
|
|
7
7
|
import "../../chunk-DPH2PHK3.js";
|
|
8
8
|
import "../../chunk-EPEXIGKB.js";
|
|
9
9
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VerifyPhone
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-5E3XN6SW.js";
|
|
4
4
|
import "../../chunk-Z34NJZRL.js";
|
|
5
5
|
import "../../chunk-RMJNENJB.js";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-RRLFPSSM.js";
|
|
7
7
|
import "../../chunk-DPH2PHK3.js";
|
|
8
8
|
import "../../chunk-EPEXIGKB.js";
|
|
9
9
|
import "../../chunk-AWSAC7RT.js";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
type DomainFormProps = {
|
|
2
|
+
mode: 'new' | 'edit';
|
|
3
|
+
domainId?: string;
|
|
4
|
+
open: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onSuccess?: () => void;
|
|
7
|
+
};
|
|
8
|
+
export declare function DomainForm({ mode, domainId, open, onClose, onSuccess, }: DomainFormProps): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Domain } from './domains-data';
|
|
2
|
+
type DomainsListProps = {
|
|
3
|
+
data: Domain[];
|
|
4
|
+
isLoading?: boolean;
|
|
5
|
+
view: 'table' | 'card';
|
|
6
|
+
pageIndex: number;
|
|
7
|
+
pageSize: number;
|
|
8
|
+
pageCount: number;
|
|
9
|
+
totalRows: number;
|
|
10
|
+
onPageChange: (page: number) => void;
|
|
11
|
+
onPageSizeChange: (size: number) => void;
|
|
12
|
+
onCreateNew?: () => void;
|
|
13
|
+
};
|
|
14
|
+
export declare function DomainsList({ data, isLoading, view, pageIndex, pageSize, pageCount, totalRows, onPageChange, onPageSizeChange, onCreateNew, }: DomainsListProps): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DomainsPage as default } from '../../components/iam/domains-page';
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
PermissionsPage
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-T34HJRUW.js";
|
|
5
5
|
import "../../chunk-NPW7D2HZ.js";
|
|
6
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
7
|
+
import "../../chunk-5SDS2E3F.js";
|
|
6
8
|
import "../../chunk-AWSAC7RT.js";
|
|
7
9
|
export {
|
|
8
10
|
PermissionsPage as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/role-detail.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RoleDetailPage } from '../../components/iam/role-detail-page';\n\ntype RoleDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Detail',\n description: 'Manage role details.',\n};\n\nexport default async function RoleDetailRoutePage({\n params,\n}: RoleDetailPageProps) {\n const { id } = await params;\n\n return <RoleDetailPage roleId={id} basePath=\"/iam/roles\" />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/role-detail.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RoleDetailPage } from '../../components/iam/role-detail-page';\n\ntype RoleDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Detail',\n description: 'Manage role details.',\n};\n\nexport default async function RoleDetailRoutePage({\n params,\n}: RoleDetailPageProps) {\n const { id } = await params;\n\n return <RoleDetailPage roleId={id} basePath=\"/iam/roles\" />;\n}\n"],"mappings":";;;;;;;;AAiBS;AAVF,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,aAAa;AACf;AAEA,eAAO,oBAA2C;AAAA,EAChD;AACF,GAAwB;AACtB,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,kBAAe,QAAQ,IAAI,UAAS,cAAa;AAC3D;","names":[]}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RolePermissionsPage
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-IQNQGPIT.js";
|
|
4
4
|
import "../../chunk-GVEBIL3O.js";
|
|
5
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
6
|
+
import "../../chunk-5SDS2E3F.js";
|
|
5
7
|
import "../../chunk-AWSAC7RT.js";
|
|
6
8
|
|
|
7
9
|
// src/pages/iam/role-permissions.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/role-permissions.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RolePermissionsPage } from '../../components/iam/role-permissions-page';\n\ntype RolePermissionsPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Permissions',\n description: 'Manage permissions assigned to a role.',\n};\n\nexport default async function RolePermissionsRoutePage({\n params,\n}: RolePermissionsPageProps) {\n const { id } = await params;\n\n return <RolePermissionsPage roleId={id} />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/role-permissions.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RolePermissionsPage } from '../../components/iam/role-permissions-page';\n\ntype RolePermissionsPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Permissions',\n description: 'Manage permissions assigned to a role.',\n};\n\nexport default async function RolePermissionsRoutePage({\n params,\n}: RolePermissionsPageProps) {\n const { id } = await params;\n\n return <RolePermissionsPage roleId={id} />;\n}\n"],"mappings":";;;;;;;;;AAiBS;AAVF,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,aAAa;AACf;AAEA,eAAO,yBAAgD;AAAA,EACrD;AACF,GAA6B;AAC3B,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,uBAAoB,QAAQ,IAAI;AAC1C;","names":[]}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RoleUsersPage
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-SGUROG23.js";
|
|
4
|
+
import "../../chunk-GBDNBY6K.js";
|
|
5
|
+
import "../../chunk-ECF6S2Y2.js";
|
|
6
6
|
import "../../chunk-OW75JENQ.js";
|
|
7
7
|
import "../../chunk-W3D4HG5W.js";
|
|
8
8
|
import "../../chunk-WY2JJNZW.js";
|
|
9
9
|
import "../../chunk-NPW7D2HZ.js";
|
|
10
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
11
|
+
import "../../chunk-5SDS2E3F.js";
|
|
10
12
|
import "../../chunk-AWSAC7RT.js";
|
|
11
13
|
|
|
12
14
|
// src/pages/iam/role-users.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/role-users.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RoleUsersPage } from './roles/users/_components/role-users-page';\n\ntype RoleUsersPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Users',\n description: 'Manage users assigned to a role.',\n};\n\nexport default async function RoleUsersRoutePage({\n params,\n}: RoleUsersPageProps) {\n const { id } = await params;\n\n return <RoleUsersPage roleId={id} />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/role-users.tsx"],"sourcesContent":["import type { Metadata } from 'next';\nimport { RoleUsersPage } from './roles/users/_components/role-users-page';\n\ntype RoleUsersPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport const metadata: Metadata = {\n title: 'Role Users',\n description: 'Manage users assigned to a role.',\n};\n\nexport default async function RoleUsersRoutePage({\n params,\n}: RoleUsersPageProps) {\n const { id } = await params;\n\n return <RoleUsersPage roleId={id} />;\n}\n"],"mappings":";;;;;;;;;;;;;;AAiBS;AAVF,IAAM,WAAqB;AAAA,EAChC,OAAO;AAAA,EACP,aAAa;AACf;AAEA,eAAO,mBAA0C;AAAA,EAC/C;AACF,GAAuB;AACrB,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,iBAAc,QAAQ,IAAI;AACpC;","names":[]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type RoleUsersPageProps = {
|
|
2
2
|
roleId: string;
|
|
3
3
|
};
|
|
4
|
-
export declare function RoleUsersPage({ roleId }: RoleUsersPageProps): import("react/jsx-runtime").JSX.Element
|
|
4
|
+
export declare function RoleUsersPage({ roleId }: RoleUsersPageProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export {};
|
package/dist/pages/iam/roles.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
RolesPage
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-RCQTWNAG.js";
|
|
5
5
|
import "../../chunk-MQI6Q2S4.js";
|
|
6
6
|
import "../../chunk-OW75JENQ.js";
|
|
7
7
|
import "../../chunk-W3D4HG5W.js";
|
|
8
8
|
import "../../chunk-WY2JJNZW.js";
|
|
9
9
|
import "../../chunk-NPW7D2HZ.js";
|
|
10
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
11
|
+
import "../../chunk-5SDS2E3F.js";
|
|
10
12
|
import "../../chunk-AWSAC7RT.js";
|
|
11
13
|
export {
|
|
12
14
|
RolesPage as default
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
SessionsPage
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-H5PUZDNU.js";
|
|
5
5
|
import "../../chunk-W3D4HG5W.js";
|
|
6
6
|
import "../../chunk-WY2JJNZW.js";
|
|
7
7
|
import "../../chunk-NPW7D2HZ.js";
|
|
8
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
9
|
+
import "../../chunk-5SDS2E3F.js";
|
|
8
10
|
import "../../chunk-AWSAC7RT.js";
|
|
9
11
|
export {
|
|
10
12
|
SessionsPage as default
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TenantDetailPageContent
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-QPEUVMSP.js";
|
|
4
4
|
import "../../chunk-EWXK56WQ.js";
|
|
5
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
6
|
+
import "../../chunk-5SDS2E3F.js";
|
|
5
7
|
import "../../chunk-AWSAC7RT.js";
|
|
6
8
|
|
|
7
9
|
// src/pages/iam/tenant-detail.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/tenant-detail.tsx"],"sourcesContent":["import { TenantDetailPageContent } from './tenants/tenant-detail-page-content';\n\ntype TenantDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function TenantDetailPage({\n params,\n}: TenantDetailPageProps) {\n const { id } = await params;\n\n return <TenantDetailPageContent tenantId={id} />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/tenant-detail.tsx"],"sourcesContent":["import { TenantDetailPageContent } from './tenants/tenant-detail-page-content';\n\ntype TenantDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function TenantDetailPage({\n params,\n}: TenantDetailPageProps) {\n const { id } = await params;\n\n return <TenantDetailPageContent tenantId={id} />;\n}\n"],"mappings":";;;;;;;;;AAWS;AALT,eAAO,iBAAwC;AAAA,EAC7C;AACF,GAA0B;AACxB,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,2BAAwB,UAAU,IAAI;AAChD;","names":[]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type TenantDetailPageContentProps = {
|
|
2
2
|
tenantId: string;
|
|
3
3
|
};
|
|
4
|
-
export declare function TenantDetailPageContent({ tenantId, }: TenantDetailPageContentProps): import("react/jsx-runtime").JSX.Element
|
|
4
|
+
export declare function TenantDetailPageContent({ tenantId, }: TenantDetailPageContentProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
TenantsPage
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-6THPM5LB.js";
|
|
5
5
|
import "../../chunk-EWXK56WQ.js";
|
|
6
6
|
import "../../chunk-W3D4HG5W.js";
|
|
7
7
|
import "../../chunk-WY2JJNZW.js";
|
|
8
8
|
import "../../chunk-NPW7D2HZ.js";
|
|
9
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
10
|
+
import "../../chunk-5SDS2E3F.js";
|
|
9
11
|
import "../../chunk-AWSAC7RT.js";
|
|
10
12
|
export {
|
|
11
13
|
TenantsPage as default
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
UserActivityPageContent
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-NFGFJPCX.js";
|
|
4
4
|
import "../../chunk-MQI6Q2S4.js";
|
|
5
5
|
import "../../chunk-OW75JENQ.js";
|
|
6
6
|
import "../../chunk-W3D4HG5W.js";
|
|
7
7
|
import "../../chunk-WY2JJNZW.js";
|
|
8
8
|
import "../../chunk-NPW7D2HZ.js";
|
|
9
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
10
|
+
import "../../chunk-5SDS2E3F.js";
|
|
9
11
|
import "../../chunk-AWSAC7RT.js";
|
|
10
12
|
|
|
11
13
|
// src/pages/iam/user-activity.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/user-activity.tsx"],"sourcesContent":["import { UserActivityPageContent } from './users/activity/user-activity-page-content';\n\ntype UserActivityPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserActivityPage({\n params,\n}: UserActivityPageProps) {\n const { id } = await params;\n\n return <UserActivityPageContent userId={id} />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/user-activity.tsx"],"sourcesContent":["import { UserActivityPageContent } from './users/activity/user-activity-page-content';\n\ntype UserActivityPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserActivityPage({\n params,\n}: UserActivityPageProps) {\n const { id } = await params;\n\n return <UserActivityPageContent userId={id} />;\n}\n"],"mappings":";;;;;;;;;;;;;AAWS;AALT,eAAO,iBAAwC;AAAA,EAC7C;AACF,GAA0B;AACxB,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,2BAAwB,QAAQ,IAAI;AAC9C;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/user-detail-layout.tsx"],"sourcesContent":["import type { ReactNode } from 'react';\nimport { UserDetailLayoutContent } from './users/_components/user-detail-layout-content';\n\ntype UserDetailLayoutPageProps = {\n children: ReactNode;\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserDetailLayoutPage({\n children,\n params,\n}: UserDetailLayoutPageProps) {\n const { id } = await params;\n\n return (\n <UserDetailLayoutContent userId={id}>{children}</UserDetailLayoutContent>\n );\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/user-detail-layout.tsx"],"sourcesContent":["import type { ReactNode } from 'react';\nimport { UserDetailLayoutContent } from './users/_components/user-detail-layout-content';\n\ntype UserDetailLayoutPageProps = {\n children: ReactNode;\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserDetailLayoutPage({\n children,\n params,\n}: UserDetailLayoutPageProps) {\n const { id } = await params;\n\n return (\n <UserDetailLayoutContent userId={id}>{children}</UserDetailLayoutContent>\n );\n}\n"],"mappings":";;;;;;;;AAeI;AAPJ,eAAO,qBAA4C;AAAA,EACjD;AAAA,EACA;AACF,GAA8B;AAC5B,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SACE,oBAAC,2BAAwB,QAAQ,IAAK,UAAS;AAEnD;","names":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/pages/iam/user-detail.tsx"],"sourcesContent":["import { UserDetailPageContent } from './users/_components/user-detail-page-content';\n\ntype UserDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserDetailPage({ params }: UserDetailPageProps) {\n const { id } = await params;\n\n return <UserDetailPageContent userId={id} />;\n}\n"],"mappings":"
|
|
1
|
+
{"version":3,"sources":["../../../src/pages/iam/user-detail.tsx"],"sourcesContent":["import { UserDetailPageContent } from './users/_components/user-detail-page-content';\n\ntype UserDetailPageProps = {\n params: Promise<{ id: string }>;\n};\n\nexport default async function UserDetailPage({ params }: UserDetailPageProps) {\n const { id } = await params;\n\n return <UserDetailPageContent userId={id} />;\n}\n"],"mappings":";;;;;;;;AASS;AAHT,eAAO,eAAsC,EAAE,OAAO,GAAwB;AAC5E,QAAM,EAAE,GAAG,IAAI,MAAM;AAErB,SAAO,oBAAC,yBAAsB,QAAQ,IAAI;AAC5C;","names":[]}
|
|
@@ -2,5 +2,5 @@ type UserDetailLayoutContentProps = {
|
|
|
2
2
|
userId: string;
|
|
3
3
|
children: React.ReactNode;
|
|
4
4
|
};
|
|
5
|
-
export declare function UserDetailLayoutContent({ userId, children, }: UserDetailLayoutContentProps): import("react/jsx-runtime").JSX.Element
|
|
5
|
+
export declare function UserDetailLayoutContent({ userId, children, }: UserDetailLayoutContentProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type UserDetailPageContentProps = {
|
|
2
2
|
userId: string;
|
|
3
3
|
};
|
|
4
|
-
export declare function UserDetailPageContent({ userId }: UserDetailPageContentProps): import("react/jsx-runtime").JSX.Element
|
|
4
|
+
export declare function UserDetailPageContent({ userId }: UserDetailPageContentProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type UserActivityPageContentProps = {
|
|
2
2
|
userId: string;
|
|
3
3
|
};
|
|
4
|
-
export declare function UserActivityPageContent({ userId, }: UserActivityPageContentProps): import("react/jsx-runtime").JSX.Element
|
|
4
|
+
export declare function UserActivityPageContent({ userId, }: UserActivityPageContentProps): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
UserSelector
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-GBDNBY6K.js";
|
|
5
|
+
import "../../../chunk-ECF6S2Y2.js";
|
|
6
6
|
import "../../../chunk-OW75JENQ.js";
|
|
7
7
|
import "../../../chunk-W3D4HG5W.js";
|
|
8
8
|
import "../../../chunk-WY2JJNZW.js";
|
package/dist/pages/iam/users.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
UsersPage
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-N4JFMKGK.js";
|
|
5
|
+
import "../../chunk-ECF6S2Y2.js";
|
|
6
6
|
import "../../chunk-OW75JENQ.js";
|
|
7
7
|
import "../../chunk-W3D4HG5W.js";
|
|
8
8
|
import "../../chunk-WY2JJNZW.js";
|
|
9
9
|
import "../../chunk-NPW7D2HZ.js";
|
|
10
|
+
import "../../chunk-V6ZHX4LT.js";
|
|
11
|
+
import "../../chunk-5SDS2E3F.js";
|
|
10
12
|
import "../../chunk-AWSAC7RT.js";
|
|
11
13
|
export {
|
|
12
14
|
UsersPage as default
|