igniteui-webcomponents-grids 4.3.3-beta.1 → 4.6.0
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/igniteui-webcomponents-grids.umd.js +2 -2
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/DateEditorView.js +2 -2
- package/esm5/lib/DateEditorView.js +2 -2
- package/fesm2015/igniteui-webcomponents-grids.js +2 -2
- package/fesm5/igniteui-webcomponents-grids.js +2 -2
- package/grids/combined.js +2 -0
- package/package.json +4 -4
|
@@ -53734,7 +53734,7 @@
|
|
|
53734
53734
|
_this.y.y = 3;
|
|
53735
53735
|
_this.y.az = _this.showClearButton;
|
|
53736
53736
|
_this.y.a0 = _this.ac;
|
|
53737
|
-
_this.y.
|
|
53737
|
+
_this.y.dx = _this.textColor;
|
|
53738
53738
|
_this.y.be = -1;
|
|
53739
53739
|
var h = e.getExternal(_this.y, e.rootWrapper, null);
|
|
53740
53740
|
if (_this.z != null) {
|
|
@@ -53882,7 +53882,7 @@
|
|
|
53882
53882
|
DateEditorView.prototype.v = function () {
|
|
53883
53883
|
_super.prototype.v.call(this);
|
|
53884
53884
|
if (this.y != null) {
|
|
53885
|
-
this.y.
|
|
53885
|
+
this.y.dx = this.textColor;
|
|
53886
53886
|
}
|
|
53887
53887
|
};
|
|
53888
53888
|
DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
|