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
|
@@ -57,7 +57,7 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
57
57
|
this.y.y = 3;
|
|
58
58
|
this.y.az = this.showClearButton;
|
|
59
59
|
this.y.a0 = this.ac;
|
|
60
|
-
this.y.
|
|
60
|
+
this.y.dx = this.textColor;
|
|
61
61
|
this.y.be = -1;
|
|
62
62
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
63
63
|
if (this.z != null) {
|
|
@@ -176,7 +176,7 @@ export let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
176
176
|
v() {
|
|
177
177
|
super.v();
|
|
178
178
|
if (this.y != null) {
|
|
179
|
-
this.y.
|
|
179
|
+
this.y.dx = this.textColor;
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
onDatePickerValueChanged(a, b) {
|
|
@@ -38,7 +38,7 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
_this.y.y = 3;
|
|
39
39
|
_this.y.az = _this.showClearButton;
|
|
40
40
|
_this.y.a0 = _this.ac;
|
|
41
|
-
_this.y.
|
|
41
|
+
_this.y.dx = _this.textColor;
|
|
42
42
|
_this.y.be = -1;
|
|
43
43
|
var h = e.getExternal(_this.y, e.rootWrapper, null);
|
|
44
44
|
if (_this.z != null) {
|
|
@@ -186,7 +186,7 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
DateEditorView.prototype.v = function () {
|
|
187
187
|
_super.prototype.v.call(this);
|
|
188
188
|
if (this.y != null) {
|
|
189
|
-
this.y.
|
|
189
|
+
this.y.dx = this.textColor;
|
|
190
190
|
}
|
|
191
191
|
};
|
|
192
192
|
DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
|
|
@@ -47368,7 +47368,7 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47368
47368
|
this.y.y = 3;
|
|
47369
47369
|
this.y.az = this.showClearButton;
|
|
47370
47370
|
this.y.a0 = this.ac;
|
|
47371
|
-
this.y.
|
|
47371
|
+
this.y.dx = this.textColor;
|
|
47372
47372
|
this.y.be = -1;
|
|
47373
47373
|
let h = e.getExternal(this.y, e.rootWrapper, null);
|
|
47374
47374
|
if (this.z != null) {
|
|
@@ -47487,7 +47487,7 @@ let DateEditorView = /*@__PURE__*/ (() => {
|
|
|
47487
47487
|
v() {
|
|
47488
47488
|
super.v();
|
|
47489
47489
|
if (this.y != null) {
|
|
47490
|
-
this.y.
|
|
47490
|
+
this.y.dx = this.textColor;
|
|
47491
47491
|
}
|
|
47492
47492
|
}
|
|
47493
47493
|
onDatePickerValueChanged(a, b) {
|
|
@@ -53733,7 +53733,7 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53733
53733
|
_this.y.y = 3;
|
|
53734
53734
|
_this.y.az = _this.showClearButton;
|
|
53735
53735
|
_this.y.a0 = _this.ac;
|
|
53736
|
-
_this.y.
|
|
53736
|
+
_this.y.dx = _this.textColor;
|
|
53737
53737
|
_this.y.be = -1;
|
|
53738
53738
|
var h = e.getExternal(_this.y, e.rootWrapper, null);
|
|
53739
53739
|
if (_this.z != null) {
|
|
@@ -53881,7 +53881,7 @@ var DateEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
53881
53881
|
DateEditorView.prototype.v = function () {
|
|
53882
53882
|
_super.prototype.v.call(this);
|
|
53883
53883
|
if (this.y != null) {
|
|
53884
|
-
this.y.
|
|
53884
|
+
this.y.dx = this.textColor;
|
|
53885
53885
|
}
|
|
53886
53886
|
};
|
|
53887
53887
|
DateEditorView.prototype.onDatePickerValueChanged = function (a, b) {
|
package/grids/combined.js
CHANGED
|
@@ -19563,6 +19563,8 @@ var Pa = (() => {
|
|
|
19563
19563
|
}
|
|
19564
19564
|
}
|
|
19565
19565
|
scrollFocus(e) {
|
|
19566
|
+
if (!e)
|
|
19567
|
+
return;
|
|
19566
19568
|
let r2 = e.getRootNode().activeElement;
|
|
19567
19569
|
e && e.contains(r2) && r2.blur();
|
|
19568
19570
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"description": "Ignite UI Web Components grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "4.
|
|
22
|
-
"igniteui-webcomponents-layouts": "4.
|
|
23
|
-
"igniteui-webcomponents-inputs": "4.
|
|
21
|
+
"igniteui-webcomponents-core": "4.6.0",
|
|
22
|
+
"igniteui-webcomponents-layouts": "4.6.0",
|
|
23
|
+
"igniteui-webcomponents-inputs": "4.6.0"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|