@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.
- package/bundles/sd-angular-core-grid-material.umd.js +3 -3
- package/bundles/sd-angular-core-grid-material.umd.js.map +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js +1 -1
- package/bundles/sd-angular-core-grid-material.umd.min.js.map +1 -1
- package/esm2015/grid-material/src/lib/models/grid-column.model.js +4 -4
- package/fesm2015/sd-angular-core-grid-material.js +3 -3
- package/fesm2015/sd-angular-core-grid-material.js.map +1 -1
- package/package.json +1 -1
- package/{sd-angular-core-1.3.136.tgz → sd-angular-core-1.3.137.tgz} +0 -0
|
@@ -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
|
{
|