@sd-angular/core 1.3.136 → 1.3.137

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.
@@ -4736,7 +4736,7 @@
4736
4736
  },
4737
4737
  {
4738
4738
  value: 'NOT_EQUAL',
4739
- symbol: '!=',
4739
+ symbol: '',
4740
4740
  display: 'Không bằng',
4741
4741
  },
4742
4742
  {
@@ -4751,12 +4751,12 @@
4751
4751
  },
4752
4752
  {
4753
4753
  value: 'GREATER_OR_EQUAL',
4754
- symbol: '>=',
4754
+ symbol: '',
4755
4755
  display: 'Lớn hơn, hoặc bằng'
4756
4756
  },
4757
4757
  {
4758
4758
  value: 'LESS_OR_EQUAL',
4759
- symbol: '<=',
4759
+ symbol: '',
4760
4760
  display: 'Nhỏ hơn, hoặc bằng'
4761
4761
  },
4762
4762
  {