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.
- package/bundles/igniteui-angular-inputs.umd.js +213 -199
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/CalendarView_combined.js +2 -0
- package/esm2015/lib/IconView_combined.js +207 -198
- package/esm2015/lib/XIconBridge.js +3 -0
- package/esm2015/lib/XIconButtonBridge.js +1 -1
- package/esm5/lib/CalendarView_combined.js +2 -0
- package/esm5/lib/IconView_combined.js +204 -195
- package/esm5/lib/XIconBridge.js +3 -0
- package/esm5/lib/XIconButtonBridge.js +1 -1
- package/fesm2015/igniteui-angular-inputs.js +210 -196
- package/fesm5/igniteui-angular-inputs.js +213 -199
- package/lib/IconView_combined.d.ts +33 -36
- package/package.json +5 -5
|
@@ -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")) {
|
|
@@ -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;
|