oip-common 0.1.7 → 0.2.0
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/assets/i18n/en.json +2 -1
- package/assets/i18n/iframe-module.en.json +10 -0
- package/assets/i18n/iframe-module.ru.json +10 -0
- package/assets/i18n/ru.json +2 -1
- package/fesm2022/oip-common.mjs +811 -534
- package/fesm2022/oip-common.mjs.map +1 -1
- package/index.d.ts +205 -153
- package/package.json +1 -1
package/assets/i18n/en.json
CHANGED
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"securityComponent": {
|
|
16
16
|
"security": "Security",
|
|
17
17
|
"save": "Save",
|
|
18
|
-
"savedSecurity": "Security settings saved"
|
|
18
|
+
"savedSecurity": "Security settings saved",
|
|
19
|
+
"selectRoles": "Select roles"
|
|
19
20
|
},
|
|
20
21
|
"profileComponent": {
|
|
21
22
|
"changePhoto": "Upload Photo",
|
package/assets/i18n/ru.json
CHANGED
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"securityComponent": {
|
|
16
16
|
"security": "Безопасность",
|
|
17
17
|
"save": "Сохранить",
|
|
18
|
-
"savedSecurity": "Настройки сохранены"
|
|
18
|
+
"savedSecurity": "Настройки сохранены",
|
|
19
|
+
"selectRoles": "Выберите роли"
|
|
19
20
|
},
|
|
20
21
|
"profileComponent": {
|
|
21
22
|
"changePhoto": "Загрузить фото",
|