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
package/esm5/lib/XIconBridge.js
CHANGED
|
@@ -92,6 +92,9 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
92
92
|
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
93
93
|
};
|
|
94
94
|
XIconBridge.prototype.w = function (a) {
|
|
95
|
+
a.svg = null;
|
|
96
|
+
a.svgPath = null;
|
|
97
|
+
a.b = null;
|
|
95
98
|
var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
96
99
|
if (b != null) {
|
|
97
100
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -37,7 +37,7 @@ var XIconButtonBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
37
37
|
switch (a) {
|
|
38
38
|
case 16:
|
|
39
39
|
case 15:
|
|
40
|
-
case 17: return this.al.t.view.
|
|
40
|
+
case 17: return this.al.t.view.s;
|
|
41
41
|
}
|
|
42
42
|
return _super.prototype.getTargetForProperty.call(this, a, b);
|
|
43
43
|
};
|