bfg-common 1.3.53 → 1.3.55
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/localization/local_be.json +2 -1
- package/assets/localization/local_en.json +2 -1
- package/assets/localization/local_hy.json +2 -1
- package/assets/localization/local_kk.json +2 -1
- package/assets/localization/local_ru.json +2190 -2189
- package/assets/localization/local_zh.json +2 -1
- package/assets/scss/common/icons/icons-2.scss +222 -222
- package/components/atoms/alert/Alert.vue +14 -9
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +137 -137
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/recursionTree/RecursionTree.vue +203 -203
- package/components/common/vm/actions/clone/Clone.vue +518 -518
- package/composables/useAppVersion.ts +21 -21
- package/composables/useEnvLanguage.ts +20 -20
- package/composables/useLocal.ts +38 -38
- package/lib/models/store/tasks/interfaces.ts +108 -108
- package/lib/models/table/interfaces.ts +38 -38
- package/lib/utils/sendTask.ts +72 -72
- package/minify.js +146 -146
- package/package.json +1 -1
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/network/spicechannel.js +369 -369
- package/store/main/lib/interfaces.ts +9 -9
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
|
@@ -2176,5 +2176,6 @@
|
|
|
2176
2176
|
"features": "Асаблівасці",
|
|
2177
2177
|
"computePolicies": "Палітыкі вылічэнняў",
|
|
2178
2178
|
"resourceSettings": "Налады рэсурсаў",
|
|
2179
|
-
"versioning": "Стварэнне версій"
|
|
2179
|
+
"versioning": "Стварэнне версій",
|
|
2180
|
+
"suppressWarning": "Падавіць папярэджанне"
|
|
2180
2181
|
}
|
|
@@ -2180,5 +2180,6 @@
|
|
|
2180
2180
|
"features": "Հատկություններ",
|
|
2181
2181
|
"computePolicies": "Հաշվարկային քաղաքականություն",
|
|
2182
2182
|
"resourceSettings": "Ռեսուրսների կարգավորումներ",
|
|
2183
|
-
"versioning": "Տարբերակում"
|
|
2183
|
+
"versioning": "Տարբերակում",
|
|
2184
|
+
"suppressWarning": "Ճնշել նախազգուշացումը"
|
|
2184
2185
|
}
|