@sigmaott/base-next 1.4.20 → 1.4.22

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/locales/vi.yaml CHANGED
@@ -491,7 +491,7 @@ fast_channel:
491
491
  no_input: Không có đầu vào
492
492
  select_vod: Chọn VOD
493
493
  forensic:
494
- enter_the_wm_in_format_e_g_0x64: Nhập WM (theo định dạng thập lục phân, ví dụ: 0x64)
494
+ enter_the_wm_in_format_e_g_0x64: 'Nhập WM (theo định dạng thập lục phân, ví dụ: 0x64)'
495
495
  enter_the_wm_in_hexadecimal_format_e_g_0x64: Giá trị WM vượt quá độ dài tối đa cho phép theo độ dài bit.
496
496
  type_is_required: Loại là bắt buộc
497
497
  wm_is_required: wm là bắt buộc
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sigmaott/base-next",
3
3
  "type": "module",
4
- "version": "1.4.20",
4
+ "version": "1.4.22",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -347,7 +347,7 @@ provide('configPte', configPte)
347
347
  <div class="relative w-200px pr-12px">
348
348
  <div class="sticky top-0">
349
349
  <el-tree
350
- class="w-200px [&_.el-tree-node\_\_content]:h-[var(--el-tree-height,36px)]"
350
+ class="w-210px [&_.el-tree-node\_\_content]:h-[var(--el-tree-height,36px)]"
351
351
  :data="dataSource"
352
352
  default-expand-all
353
353
  :expand-on-click-node="false"