@webitel/ui-sdk 23.12.22 → 23.12.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "23.12.22",
3
+ "version": "23.12.23",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "build": "vue-cli-service build --target lib --name ui-sdk ./src/install.js",
@@ -45,7 +45,7 @@ const AdminSections = Object.freeze({
45
45
 
46
46
  // SYSTEM
47
47
  CHANGELOGS: 'changelogs',
48
- SETTINGS: 'settings',
48
+ CONFIGURATION: 'configuration',
49
49
  });
50
50
 
51
51
  export default AdminSections;
@@ -230,7 +230,7 @@ export default {
230
230
  [AdminSections.ROLES]: 'Roles',
231
231
  [AdminSections.OBJECTS]: 'Objects',
232
232
  [AdminSections.CHANGELOGS]: 'Change log',
233
- [AdminSections.SETTINGS]: 'Settings',
233
+ [AdminSections.CONFIGURATION]: 'Configuration',
234
234
  },
235
235
  },
236
236
  },
@@ -228,7 +228,7 @@ export default {
228
228
  [AdminSections.ROLES]: 'Роли',
229
229
  [AdminSections.OBJECTS]: 'Разделы',
230
230
  [AdminSections.CHANGELOGS]: 'Журнал изменений',
231
- [AdminSections.SETTINGS]: 'Настройки',
231
+ [AdminSections.CONFIGURATION]: 'Конфигурация',
232
232
  },
233
233
  },
234
234
  },
@@ -228,7 +228,7 @@ export default {
228
228
  [AdminSections.ROLES]: 'Ролі',
229
229
  [AdminSections.OBJECTS]: 'Розділи',
230
230
  [AdminSections.CHANGELOGS]: 'Журнал змін',
231
- [AdminSections.SETTINGS]: 'Налаштування',
231
+ [AdminSections.CONFIGURATION]: 'Конфігурація',
232
232
  },
233
233
  },
234
234
  },
@@ -159,9 +159,9 @@ const applicationsAccess = (value = true) => ({
159
159
  _enabled: value,
160
160
  _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CHANGELOGS}`,
161
161
  },
162
- [AdminSections.SETTINGS]: {
162
+ [AdminSections.CONFIGURATION]: {
163
163
  _enabled: value,
164
- _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.SETTINGS}`,
164
+ _locale: `WebitelApplications.${WebitelApplications.ADMIN}.sections.${AdminSections.CONFIGURATION}`,
165
165
  },
166
166
  },
167
167
  [WebitelApplications.AUDIT]: {