igniteui-angular-inputs 17.3.1-alpha.0 → 18.0.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.
@@ -90,6 +90,9 @@ export let XIconBridge = /*@__PURE__*/ (() => {
90
90
  return super.getTargetForProperty(a, b);
91
91
  }
92
92
  w(a) {
93
+ a.svg = null;
94
+ a.svgPath = null;
95
+ a.b = null;
93
96
  let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
94
97
  if (b != null) {
95
98
  if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
@@ -35,7 +35,7 @@ export let XIconButtonBridge = /*@__PURE__*/ (() => {
35
35
  switch (a) {
36
36
  case 16:
37
37
  case 15:
38
- case 17: return this.al.t.view.t;
38
+ case 17: return this.al.t.view.s;
39
39
  }
40
40
  return super.getTargetForProperty(a, b);
41
41
  }
@@ -2410,7 +2410,9 @@ var XCalendar = /** @class */ /*@__PURE__*/ (function (_super) {
2410
2410
  }
2411
2411
  }
2412
2412
  else {
2413
+ this.aj._inner[0].disabled = false;
2413
2414
  this.aj._inner[2].disabled = false;
2415
+ this.aj._inner[3].disabled = false;
2414
2416
  if (b == this.au.getFullYear()) {
2415
2417
  if (c == dateGetMonth(this.au)) {
2416
2418
  this.aj._inner[0].disabled = true;