bfg-common 1.5.688 → 1.5.690

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.
Files changed (35) hide show
  1. package/assets/localization/local_be.json +3804 -3783
  2. package/assets/localization/local_en.json +3808 -3787
  3. package/assets/localization/local_hy.json +21 -0
  4. package/assets/localization/local_kk.json +21 -0
  5. package/assets/localization/local_ru.json +21 -0
  6. package/assets/localization/local_zh.json +21 -0
  7. package/assets/scss/components/auth.scss +15 -5
  8. package/components/atoms/dropdown/tree/Tree.vue +2 -0
  9. package/components/atoms/switch/Switch.vue +7 -1
  10. package/components/atoms/wizard/Wizard.vue +1 -1
  11. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +115 -115
  12. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +108 -108
  13. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/New.vue +88 -88
  14. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/Old.vue +89 -89
  15. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +43 -43
  16. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/New.vue +53 -53
  17. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/Old.vue +49 -49
  18. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +31 -31
  19. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/New.vue +36 -36
  20. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Old.vue +31 -31
  21. package/components/common/layout/theHeader/userMenu/modals/preferences/security/New.vue +282 -34
  22. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Old.vue +23 -55
  23. package/components/common/layout/theHeader/userMenu/modals/preferences/security/Security.vue +65 -6
  24. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/New.vue +52 -52
  25. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/Old.vue +45 -45
  26. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
  27. package/components/common/layout/theHeader/userMenu/modals/preferences/view/New.vue +47 -47
  28. package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +112 -112
  29. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +46 -46
  30. package/components/common/qr/Qr.vue +17 -5
  31. package/components/common/vm/actions/clone/old/Old.vue +1 -0
  32. package/components/common/wizards/common/compatibility/New.vue +1 -1
  33. package/components/common/wizards/common/compatibility/Old.vue +1 -1
  34. package/lib/models/interfaces.ts +1 -0
  35. package/package.json +1 -1
@@ -60,6 +60,7 @@ export interface UI_I_Localization {
60
60
  registerVm: UI_I_ArbitraryObject<string>
61
61
  files: UI_I_ArbitraryObject<string>
62
62
  myPreferences: UI_I_ArbitraryObject<string>
63
+ cacheConfiguration: UI_I_ArbitraryObject<string>
63
64
  }
64
65
  export interface UI_I_SendTaskParams {
65
66
  method: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.688",
4
+ "version": "1.5.690",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",