bfg-common 1.3.211 → 1.3.214

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 (43) hide show
  1. package/assets/localization/local_be.json +19 -21
  2. package/assets/localization/local_en.json +7 -9
  3. package/assets/localization/local_hy.json +15 -17
  4. package/assets/localization/local_kk.json +21 -23
  5. package/assets/localization/local_ru.json +2346 -2348
  6. package/assets/localization/local_zh.json +10 -12
  7. package/assets/scss/common/icons/icons-4.scss +266 -267
  8. package/assets/scss/common/normalize.scss +0 -3
  9. package/components/atoms/alert/Alert.vue +95 -95
  10. package/components/atoms/alert/Notification.vue +170 -170
  11. package/components/atoms/switch/Switch.vue +111 -111
  12. package/components/atoms/table/compact/Compact.vue +526 -526
  13. package/components/atoms/tooltip/Signpost.vue +225 -225
  14. package/components/common/pages/Tasks.vue +120 -120
  15. package/components/common/recursionTree/RecursionTree.vue +203 -203
  16. package/components/common/vm/actions/add/Add.vue +575 -575
  17. package/components/common/vm/actions/clone/Clone.vue +518 -518
  18. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +269 -269
  19. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +693 -693
  20. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +220 -220
  21. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +59 -59
  22. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +294 -294
  23. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +165 -165
  24. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +166 -166
  25. package/components/common/vm/actions/editSettings/EditSettings.vue +313 -313
  26. package/components/common/weekSelect/WeekSelect.vue +112 -112
  27. package/components/common/weekSelect/lib/config/options.ts +10 -10
  28. package/composables/productNameLocal.ts +22 -0
  29. package/composables/useAppVersion.ts +21 -21
  30. package/composables/useEnvLanguage.ts +20 -20
  31. package/composables/useLocal.ts +18 -9
  32. package/lib/utils/sendTask.ts +72 -72
  33. package/minify.js +146 -146
  34. package/package.json +1 -1
  35. package/public/spice-console/application/codec.js +257 -257
  36. package/public/spice-console/lib/rasterEngine.js +907 -907
  37. package/public/spice-console/network/spicechannel.js +369 -369
  38. package/store/main/lib/interfaces.ts +9 -9
  39. package/store/tasks/actions.ts +133 -133
  40. package/store/tasks/getters.ts +25 -25
  41. package/store/tasks/lib/models/interfaces.ts +18 -18
  42. package/store/tasks/mutations.ts +58 -58
  43. package/store/tasks/state.ts +16 -16

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.