@ieeesa-npm/tenants 0.1.5 → 0.1.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/esm2022/lib/assets/constants.json +56 -24
- package/esm2022/lib/components/create-tenant-application/create-tenant-application.component.mjs +118 -29
- package/esm2022/lib/components/tenant-basic-details/tenant-basic-details.component.mjs +113 -0
- package/esm2022/lib/components/view-tenant-details/view-tenant-details.component.mjs +98 -8
- package/esm2022/lib/components/view-tenants-list/view-tenants-list.component.mjs +8 -5
- package/esm2022/lib/models/tenant-function-type.model.mjs +7 -0
- package/esm2022/lib/models/tenant.model.mjs +1 -1
- package/esm2022/lib/services/tenant-applications.service.mjs +82 -13
- package/esm2022/public-api.mjs +3 -2
- package/fesm2022/ieeesa-npm-tenants.mjs +465 -81
- package/fesm2022/ieeesa-npm-tenants.mjs.map +1 -1
- package/lib/components/create-tenant-application/create-tenant-application.component.d.ts +19 -4
- package/lib/components/tenant-basic-details/tenant-basic-details.component.d.ts +279 -0
- package/lib/components/view-tenant-details/view-tenant-details.component.d.ts +29 -5
- package/lib/components/view-tenants-list/view-tenants-list.component.d.ts +10 -8
- package/lib/models/tenant-function-type.model.d.ts +4 -0
- package/lib/models/tenant.model.d.ts +32 -9
- package/lib/services/tenant-applications.service.d.ts +67 -14
- package/package.json +1 -1
- package/public-api.d.ts +2 -1
- package/esm2022/lib/models/tenants.model.mjs +0 -2
- package/lib/models/tenants.model.d.ts +0 -35
|
@@ -100,12 +100,22 @@
|
|
|
100
100
|
"2046": "Application Features are required.",
|
|
101
101
|
"2047": "Application Type is required.",
|
|
102
102
|
"2048": "Features Not Found.",
|
|
103
|
-
"2049": "Unable to display tenants. Please try again
|
|
103
|
+
"2049": "Unable to display tenants. Please try again later.",
|
|
104
|
+
"2050": "Tenant Details not found.",
|
|
105
|
+
"2052": "Not allowed to update Application Id and Application Type.",
|
|
106
|
+
"2053": "Default features to be pre-selected."
|
|
104
107
|
},
|
|
105
108
|
"buttons": {
|
|
106
109
|
"addApplicationLabel": "Add Application"
|
|
107
110
|
}
|
|
108
111
|
},
|
|
112
|
+
"editTenant": {
|
|
113
|
+
"message": {
|
|
114
|
+
"success": {
|
|
115
|
+
"submission": "has been edited successfully."
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
},
|
|
109
119
|
"viewTenants": {
|
|
110
120
|
"tenantsTitle": "Tenant Application Management",
|
|
111
121
|
"addTenant": "Add Application",
|
|
@@ -123,6 +133,13 @@
|
|
|
123
133
|
"active": "Active",
|
|
124
134
|
"inactive": "Inactive"
|
|
125
135
|
},
|
|
136
|
+
"buttons": {
|
|
137
|
+
"id": 1,
|
|
138
|
+
"ariaLabel": "Edit Application Details",
|
|
139
|
+
"label": "Edit Application Details",
|
|
140
|
+
"toolTip": "Edit Application Details",
|
|
141
|
+
"iconURL": "assets/images/sprites/sprites.svg#icon-edit-tenant"
|
|
142
|
+
},
|
|
126
143
|
"tableColumns": {
|
|
127
144
|
"appId": "Application Id",
|
|
128
145
|
"appTitle": "Application Title",
|
|
@@ -142,7 +159,44 @@
|
|
|
142
159
|
},
|
|
143
160
|
"errors": {
|
|
144
161
|
"2050": "Tenant Details not found.",
|
|
145
|
-
"2051": "Failure to update tenant status."
|
|
162
|
+
"2051": "Failure to update tenant status.",
|
|
163
|
+
"2054": "IEEE SA Collaboration Portal cannot be inactivated.",
|
|
164
|
+
"3007": "No Role(s) found.",
|
|
165
|
+
"3009": "Unable to fetch Roles and Permissions Mapping."
|
|
166
|
+
},
|
|
167
|
+
"tenantAccordionInfo": [
|
|
168
|
+
{
|
|
169
|
+
"id": 1,
|
|
170
|
+
"title": "Basic Details",
|
|
171
|
+
"isDisabled": false,
|
|
172
|
+
"content": "Basic data"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"id": 2,
|
|
176
|
+
"title": "Roles and Permissions",
|
|
177
|
+
"isDisabled": false,
|
|
178
|
+
"content": "Roles"
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"id": 3,
|
|
182
|
+
"title": "Group Types",
|
|
183
|
+
"isDisabled": false,
|
|
184
|
+
"content": "Groups"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"tenantBasicDetails": {
|
|
188
|
+
"label": {
|
|
189
|
+
"title": "Title",
|
|
190
|
+
"logo": "Logo",
|
|
191
|
+
"description": "Description",
|
|
192
|
+
"bgColor": "Background Color",
|
|
193
|
+
"heading": "Heading",
|
|
194
|
+
"helpLink": "Help Link",
|
|
195
|
+
"listOfFeatures": "List of features",
|
|
196
|
+
"featureVersion": "Feature Version",
|
|
197
|
+
"domainURL": "Domain URL",
|
|
198
|
+
"type": "Type"
|
|
199
|
+
}
|
|
146
200
|
}
|
|
147
201
|
},
|
|
148
202
|
"viewRolesAndPermissions": {
|
|
@@ -184,27 +238,5 @@
|
|
|
184
238
|
"routeConfigPath": {
|
|
185
239
|
"viewTenants": "tenants/view-tenants-list",
|
|
186
240
|
"viewTenantDetails": "tenants/view-tenant-details"
|
|
187
|
-
},
|
|
188
|
-
"TenantAccordionInfo": [
|
|
189
|
-
{
|
|
190
|
-
"id": 1,
|
|
191
|
-
"title": "Basic Details",
|
|
192
|
-
"isDisabled": false
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"id": 2,
|
|
196
|
-
"title": "Roles and Permissions",
|
|
197
|
-
"isDisabled": false
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"id": 3,
|
|
201
|
-
"title": "Group Types",
|
|
202
|
-
"isDisabled": false
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"errors": {
|
|
206
|
-
"2050": "Tenant Details not found.",
|
|
207
|
-
"3007": "No Role(s) found.",
|
|
208
|
-
"3009": "Unable to fetch Roles and Permissions Mapping."
|
|
209
241
|
}
|
|
210
242
|
}
|