igniteui-angular-inputs 20.0.1 → 20.0.2-beta.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 +640 -467
- package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
- package/esm2015/lib/IconView_combined.js +510 -413
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/XIconBridge.js +19 -19
- package/esm2015/lib/XInputBridge.js +2 -2
- package/esm2015/lib/XPopupBridge.js +1 -1
- package/esm2015/lib/igx-x-icon-component.js +101 -57
- package/esm5/lib/IconView_combined.js +499 -386
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/XIconBridge.js +19 -19
- package/esm5/lib/XInputBridge.js +2 -2
- package/esm5/lib/XPopupBridge.js +1 -1
- package/esm5/lib/igx-x-icon-component.js +117 -57
- package/fesm2015/igniteui-angular-inputs.js +635 -494
- package/fesm5/igniteui-angular-inputs.js +640 -467
- package/lib/IconView_combined.d.ts +145 -127
- package/lib/igx-x-icon-component.d.ts +25 -1
- package/package.json +2 -2
|
@@ -246,7 +246,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
246
|
this.v = i;
|
|
247
247
|
var j = this.u.get2DCanvasContext(this.v);
|
|
248
248
|
this.l = new RenderingContext(new CanvasViewRenderer(), j);
|
|
249
|
-
this.l.
|
|
249
|
+
this.l.ae(this.j);
|
|
250
250
|
this.ab();
|
|
251
251
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
252
252
|
this.a.bl = this.g.e0;
|
|
@@ -321,7 +321,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
321
|
this.i = c;
|
|
322
322
|
this.j = this.i;
|
|
323
323
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
324
|
-
this.l.
|
|
324
|
+
this.l.ae(this.i);
|
|
325
325
|
this.g.trackDirty();
|
|
326
326
|
}
|
|
327
327
|
};
|
package/esm5/lib/XIconBridge.js
CHANGED
|
@@ -28,15 +28,15 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
case 16: return this.v;
|
|
29
29
|
case 15: return this.u;
|
|
30
30
|
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
31
|
-
case 44: return c.
|
|
32
|
-
case 45: return c.
|
|
33
|
-
case 46: return c.
|
|
34
|
-
case 47: return c.
|
|
35
|
-
case 48: return c.
|
|
36
|
-
case 49: return c.
|
|
31
|
+
case 44: return c.a6;
|
|
32
|
+
case 45: return c.a7;
|
|
33
|
+
case 46: return c.a8;
|
|
34
|
+
case 47: return c.a5;
|
|
35
|
+
case 48: return c.a9;
|
|
36
|
+
case 49: return c.a1;
|
|
37
37
|
case 63: return c.e;
|
|
38
38
|
case 64: return c.f;
|
|
39
|
-
case 65: return c.
|
|
39
|
+
case 65: return c.a4;
|
|
40
40
|
}
|
|
41
41
|
return _super.prototype.getValue.call(this, a, b);
|
|
42
42
|
};
|
|
@@ -57,22 +57,22 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
57
57
|
}
|
|
58
58
|
break;
|
|
59
59
|
case 44:
|
|
60
|
-
d.
|
|
60
|
+
d.a6 = c;
|
|
61
61
|
break;
|
|
62
62
|
case 45:
|
|
63
|
-
d.
|
|
63
|
+
d.a7 = c;
|
|
64
64
|
break;
|
|
65
65
|
case 46:
|
|
66
|
-
d.
|
|
66
|
+
d.a8 = c;
|
|
67
67
|
break;
|
|
68
68
|
case 47:
|
|
69
|
-
d.
|
|
69
|
+
d.a5 = c;
|
|
70
70
|
break;
|
|
71
71
|
case 48:
|
|
72
|
-
d.
|
|
72
|
+
d.a9 = c;
|
|
73
73
|
break;
|
|
74
74
|
case 49:
|
|
75
|
-
d.
|
|
75
|
+
d.a1 = c;
|
|
76
76
|
break;
|
|
77
77
|
case 63:
|
|
78
78
|
d.e = c;
|
|
@@ -81,7 +81,7 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
81
81
|
d.f = c;
|
|
82
82
|
break;
|
|
83
83
|
case 65:
|
|
84
|
-
d.
|
|
84
|
+
d.a4 = c;
|
|
85
85
|
break;
|
|
86
86
|
}
|
|
87
87
|
};
|
|
@@ -95,8 +95,8 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
a.svg = null;
|
|
96
96
|
a.svgPath = null;
|
|
97
97
|
a.b = null;
|
|
98
|
-
a.
|
|
99
|
-
a.
|
|
98
|
+
a.b0 = null;
|
|
99
|
+
a.bh = null;
|
|
100
100
|
var b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
101
101
|
if (b != null) {
|
|
102
102
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -114,16 +114,16 @@ var XIconBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
114
114
|
}
|
|
115
115
|
var d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
116
116
|
if (d != null) {
|
|
117
|
-
a.
|
|
117
|
+
a.b0 = d;
|
|
118
118
|
return;
|
|
119
119
|
}
|
|
120
120
|
var e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
121
121
|
if (e != null) {
|
|
122
|
-
a.
|
|
122
|
+
a.bh = e;
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
125
|
XIconBridge.prototype.exportVisualData = function (a) {
|
|
126
|
-
return a.
|
|
126
|
+
return a.bg();
|
|
127
127
|
};
|
|
128
128
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
129
129
|
return XIconBridge;
|
package/esm5/lib/XInputBridge.js
CHANGED
|
@@ -280,7 +280,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
280
280
|
return this.u.fill;
|
|
281
281
|
case 102:
|
|
282
282
|
this.ao(a);
|
|
283
|
-
return this.u.
|
|
283
|
+
return this.u.ea;
|
|
284
284
|
case 2: return d.cq;
|
|
285
285
|
case 1:
|
|
286
286
|
switch (c.t) {
|
|
@@ -344,7 +344,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
344
344
|
break;
|
|
345
345
|
case 102:
|
|
346
346
|
this.ao(a);
|
|
347
|
-
this.u.
|
|
347
|
+
this.u.ea = c;
|
|
348
348
|
break;
|
|
349
349
|
case 2:
|
|
350
350
|
e.cq = c == null ? null : c.toString();
|
package/esm5/lib/XPopupBridge.js
CHANGED
|
@@ -293,7 +293,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
293
293
|
}
|
|
294
294
|
};
|
|
295
295
|
XPopupBridge.prototype.exportVisualData = function (a) {
|
|
296
|
-
return a.
|
|
296
|
+
return a.bg();
|
|
297
297
|
};
|
|
298
298
|
XPopupBridge.prototype.addChild = function (a, b) {
|
|
299
299
|
this.ae.add(b);
|
|
@@ -92,10 +92,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
92
92
|
* Gets the fill color currently used by the icon.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return brushToString(this.i.
|
|
95
|
+
return brushToString(this.i.du);
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.du = stringToBrush(v);
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
101
101
|
configurable: true
|
|
@@ -105,10 +105,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
105
105
|
* Gets the stroke color currently used by the icon.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
|
-
return brushToString(this.i.
|
|
108
|
+
return brushToString(this.i.dv);
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
111
|
+
this.i.dv = stringToBrush(v);
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -118,10 +118,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
118
118
|
* Gets the text color currently used by the icon.
|
|
119
119
|
*/
|
|
120
120
|
get: function () {
|
|
121
|
-
return brushToString(this.i.
|
|
121
|
+
return brushToString(this.i.dw);
|
|
122
122
|
},
|
|
123
123
|
set: function (v) {
|
|
124
|
-
this.i.
|
|
124
|
+
this.i.dw = stringToBrush(v);
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,10 +131,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
131
131
|
* Gets the stroke width currently used by the icon.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return this.i.
|
|
134
|
+
return this.i.aq;
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
137
|
+
this.i.aq = +v;
|
|
138
138
|
},
|
|
139
139
|
enumerable: false,
|
|
140
140
|
configurable: true
|
|
@@ -157,10 +157,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
157
157
|
* Gets or sets the stroke color to use for the icon.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return brushToString(this.i.
|
|
160
|
+
return brushToString(this.i.ea);
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.ea = stringToBrush(v);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
@@ -170,10 +170,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
170
170
|
* Gets or sets the stroke thickness to use for the icon.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.a4;
|
|
174
174
|
},
|
|
175
175
|
set: function (v) {
|
|
176
|
-
this.i.
|
|
176
|
+
this.i.a4 = +v;
|
|
177
177
|
},
|
|
178
178
|
enumerable: false,
|
|
179
179
|
configurable: true
|
|
@@ -183,10 +183,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
183
183
|
* Gets or sets the text color to use for the icon.
|
|
184
184
|
*/
|
|
185
185
|
get: function () {
|
|
186
|
-
return brushToString(this.i.
|
|
186
|
+
return brushToString(this.i.eb);
|
|
187
187
|
},
|
|
188
188
|
set: function (v) {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.eb = stringToBrush(v);
|
|
190
190
|
},
|
|
191
191
|
enumerable: false,
|
|
192
192
|
configurable: true
|
|
@@ -196,10 +196,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
196
196
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
197
197
|
*/
|
|
198
198
|
get: function () {
|
|
199
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.d3);
|
|
200
200
|
},
|
|
201
201
|
set: function (v) {
|
|
202
|
-
this.i.
|
|
202
|
+
this.i.d3 = stringToBrush(v);
|
|
203
203
|
},
|
|
204
204
|
enumerable: false,
|
|
205
205
|
configurable: true
|
|
@@ -209,10 +209,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
209
209
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
210
210
|
*/
|
|
211
211
|
get: function () {
|
|
212
|
-
return brushToString(this.i.
|
|
212
|
+
return brushToString(this.i.d4);
|
|
213
213
|
},
|
|
214
214
|
set: function (v) {
|
|
215
|
-
this.i.
|
|
215
|
+
this.i.d4 = stringToBrush(v);
|
|
216
216
|
},
|
|
217
217
|
enumerable: false,
|
|
218
218
|
configurable: true
|
|
@@ -222,10 +222,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
222
222
|
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
223
223
|
*/
|
|
224
224
|
get: function () {
|
|
225
|
-
return this.i.
|
|
225
|
+
return this.i.a2;
|
|
226
226
|
},
|
|
227
227
|
set: function (v) {
|
|
228
|
-
this.i.
|
|
228
|
+
this.i.a2 = +v;
|
|
229
229
|
},
|
|
230
230
|
enumerable: false,
|
|
231
231
|
configurable: true
|
|
@@ -235,10 +235,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
235
235
|
* Gets or sets the text color to use when the icon is hovered.
|
|
236
236
|
*/
|
|
237
237
|
get: function () {
|
|
238
|
-
return brushToString(this.i.
|
|
238
|
+
return brushToString(this.i.d5);
|
|
239
239
|
},
|
|
240
240
|
set: function (v) {
|
|
241
|
-
this.i.
|
|
241
|
+
this.i.d5 = stringToBrush(v);
|
|
242
242
|
},
|
|
243
243
|
enumerable: false,
|
|
244
244
|
configurable: true
|
|
@@ -284,10 +284,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
284
284
|
* class.
|
|
285
285
|
*/
|
|
286
286
|
get: function () {
|
|
287
|
-
return brushToString(this.i.
|
|
287
|
+
return brushToString(this.i.d6);
|
|
288
288
|
},
|
|
289
289
|
set: function (v) {
|
|
290
|
-
this.i.
|
|
290
|
+
this.i.d6 = stringToBrush(v);
|
|
291
291
|
},
|
|
292
292
|
enumerable: false,
|
|
293
293
|
configurable: true
|
|
@@ -301,10 +301,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
301
301
|
* class.
|
|
302
302
|
*/
|
|
303
303
|
get: function () {
|
|
304
|
-
return brushToString(this.i.
|
|
304
|
+
return brushToString(this.i.d7);
|
|
305
305
|
},
|
|
306
306
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
307
|
+
this.i.d7 = stringToBrush(v);
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -318,10 +318,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
318
318
|
* class.
|
|
319
319
|
*/
|
|
320
320
|
get: function () {
|
|
321
|
-
return brushToString(this.i.
|
|
321
|
+
return brushToString(this.i.d8);
|
|
322
322
|
},
|
|
323
323
|
set: function (v) {
|
|
324
|
-
this.i.
|
|
324
|
+
this.i.d8 = stringToBrush(v);
|
|
325
325
|
},
|
|
326
326
|
enumerable: false,
|
|
327
327
|
configurable: true
|
|
@@ -335,10 +335,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
335
335
|
* class.
|
|
336
336
|
*/
|
|
337
337
|
get: function () {
|
|
338
|
-
return brushToString(this.i.
|
|
338
|
+
return brushToString(this.i.d9);
|
|
339
339
|
},
|
|
340
340
|
set: function (v) {
|
|
341
|
-
this.i.
|
|
341
|
+
this.i.d9 = stringToBrush(v);
|
|
342
342
|
},
|
|
343
343
|
enumerable: false,
|
|
344
344
|
configurable: true
|
|
@@ -348,10 +348,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
348
348
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
349
349
|
*/
|
|
350
350
|
get: function () {
|
|
351
|
-
return this.i.
|
|
351
|
+
return this.i.bh;
|
|
352
352
|
},
|
|
353
353
|
set: function (v) {
|
|
354
|
-
this.i.
|
|
354
|
+
this.i.bh = v;
|
|
355
355
|
},
|
|
356
356
|
enumerable: false,
|
|
357
357
|
configurable: true
|
|
@@ -361,10 +361,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
361
361
|
* Gets or sets data url for the icon to use.
|
|
362
362
|
*/
|
|
363
363
|
get: function () {
|
|
364
|
-
return this.i.
|
|
364
|
+
return this.i.b0;
|
|
365
365
|
},
|
|
366
366
|
set: function (v) {
|
|
367
|
-
this.i.
|
|
367
|
+
this.i.b0 = v;
|
|
368
368
|
},
|
|
369
369
|
enumerable: false,
|
|
370
370
|
configurable: true
|
|
@@ -435,10 +435,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
435
435
|
* Gets or sets the id to use for the checkbox.
|
|
436
436
|
*/
|
|
437
437
|
get: function () {
|
|
438
|
-
return this.i.
|
|
438
|
+
return this.i.ca;
|
|
439
439
|
},
|
|
440
440
|
set: function (v) {
|
|
441
|
-
this.i.
|
|
441
|
+
this.i.ca = v;
|
|
442
442
|
},
|
|
443
443
|
enumerable: false,
|
|
444
444
|
configurable: true
|
|
@@ -448,10 +448,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
448
448
|
* Gets or sets TabIndex to use for the checkbox.
|
|
449
449
|
*/
|
|
450
450
|
get: function () {
|
|
451
|
-
return this.i.
|
|
451
|
+
return this.i.bb;
|
|
452
452
|
},
|
|
453
453
|
set: function (v) {
|
|
454
|
-
this.i.
|
|
454
|
+
this.i.bb = +v;
|
|
455
455
|
},
|
|
456
456
|
enumerable: false,
|
|
457
457
|
configurable: true
|
|
@@ -461,10 +461,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
461
461
|
* Gets or sets the value of the aria-label attribute.
|
|
462
462
|
*/
|
|
463
463
|
get: function () {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.bv;
|
|
465
465
|
},
|
|
466
466
|
set: function (v) {
|
|
467
|
-
this.i.
|
|
467
|
+
this.i.bv = v;
|
|
468
468
|
},
|
|
469
469
|
enumerable: false,
|
|
470
470
|
configurable: true
|
|
@@ -497,10 +497,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
497
497
|
});
|
|
498
498
|
Object.defineProperty(IgxXIconComponent.prototype, "opacity", {
|
|
499
499
|
get: function () {
|
|
500
|
-
return this.i.
|
|
500
|
+
return this.i.a3;
|
|
501
|
+
},
|
|
502
|
+
set: function (v) {
|
|
503
|
+
this.i.a3 = +v;
|
|
504
|
+
},
|
|
505
|
+
enumerable: false,
|
|
506
|
+
configurable: true
|
|
507
|
+
});
|
|
508
|
+
Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxLeft", {
|
|
509
|
+
/**
|
|
510
|
+
* Gets the actual viewbox left for the svg icon.
|
|
511
|
+
*/
|
|
512
|
+
get: function () {
|
|
513
|
+
return this.i.as;
|
|
501
514
|
},
|
|
502
515
|
set: function (v) {
|
|
503
|
-
this.i.
|
|
516
|
+
this.i.as = +v;
|
|
504
517
|
},
|
|
505
518
|
enumerable: false,
|
|
506
519
|
configurable: true
|
|
@@ -510,10 +523,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
510
523
|
* Gets or sets the viewbox left for the svg icon.
|
|
511
524
|
*/
|
|
512
525
|
get: function () {
|
|
513
|
-
return this.i.
|
|
526
|
+
return this.i.a6;
|
|
514
527
|
},
|
|
515
528
|
set: function (v) {
|
|
516
|
-
this.i.
|
|
529
|
+
this.i.a6 = +v;
|
|
530
|
+
},
|
|
531
|
+
enumerable: false,
|
|
532
|
+
configurable: true
|
|
533
|
+
});
|
|
534
|
+
Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxTop", {
|
|
535
|
+
/**
|
|
536
|
+
* Gets the actual viewbox top for the svg icon.
|
|
537
|
+
*/
|
|
538
|
+
get: function () {
|
|
539
|
+
return this.i.at;
|
|
540
|
+
},
|
|
541
|
+
set: function (v) {
|
|
542
|
+
this.i.at = +v;
|
|
517
543
|
},
|
|
518
544
|
enumerable: false,
|
|
519
545
|
configurable: true
|
|
@@ -523,10 +549,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
523
549
|
* Gets or sets the viewbox top for the svg icon.
|
|
524
550
|
*/
|
|
525
551
|
get: function () {
|
|
526
|
-
return this.i.
|
|
552
|
+
return this.i.a7;
|
|
527
553
|
},
|
|
528
554
|
set: function (v) {
|
|
529
|
-
this.i.
|
|
555
|
+
this.i.a7 = +v;
|
|
556
|
+
},
|
|
557
|
+
enumerable: false,
|
|
558
|
+
configurable: true
|
|
559
|
+
});
|
|
560
|
+
Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxWidth", {
|
|
561
|
+
/**
|
|
562
|
+
* Gets the actual viewbox width for the svg icon.
|
|
563
|
+
*/
|
|
564
|
+
get: function () {
|
|
565
|
+
return this.i.au;
|
|
566
|
+
},
|
|
567
|
+
set: function (v) {
|
|
568
|
+
this.i.au = +v;
|
|
530
569
|
},
|
|
531
570
|
enumerable: false,
|
|
532
571
|
configurable: true
|
|
@@ -536,10 +575,23 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
536
575
|
* Gets or sets the viewbox width for the svg icon.
|
|
537
576
|
*/
|
|
538
577
|
get: function () {
|
|
539
|
-
return this.i.
|
|
578
|
+
return this.i.a8;
|
|
540
579
|
},
|
|
541
580
|
set: function (v) {
|
|
542
|
-
this.i.
|
|
581
|
+
this.i.a8 = +v;
|
|
582
|
+
},
|
|
583
|
+
enumerable: false,
|
|
584
|
+
configurable: true
|
|
585
|
+
});
|
|
586
|
+
Object.defineProperty(IgxXIconComponent.prototype, "actualViewBoxHeight", {
|
|
587
|
+
/**
|
|
588
|
+
* Gets the actual viewbox height for the svg icon.
|
|
589
|
+
*/
|
|
590
|
+
get: function () {
|
|
591
|
+
return this.i.ar;
|
|
592
|
+
},
|
|
593
|
+
set: function (v) {
|
|
594
|
+
this.i.ar = +v;
|
|
543
595
|
},
|
|
544
596
|
enumerable: false,
|
|
545
597
|
configurable: true
|
|
@@ -549,10 +601,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
549
601
|
* Gets or sets the viewbox height for the svg icon.
|
|
550
602
|
*/
|
|
551
603
|
get: function () {
|
|
552
|
-
return this.i.
|
|
604
|
+
return this.i.a5;
|
|
553
605
|
},
|
|
554
606
|
set: function (v) {
|
|
555
|
-
this.i.
|
|
607
|
+
this.i.a5 = +v;
|
|
556
608
|
},
|
|
557
609
|
enumerable: false,
|
|
558
610
|
configurable: true
|
|
@@ -562,10 +614,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
562
614
|
* Gets or sets the width of the icon.
|
|
563
615
|
*/
|
|
564
616
|
get: function () {
|
|
565
|
-
return this.i.
|
|
617
|
+
return this.i.a9;
|
|
566
618
|
},
|
|
567
619
|
set: function (v) {
|
|
568
|
-
this.i.
|
|
620
|
+
this.i.a9 = +v;
|
|
569
621
|
},
|
|
570
622
|
enumerable: false,
|
|
571
623
|
configurable: true
|
|
@@ -575,10 +627,10 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
575
627
|
* Gets or sets the height of the icon.
|
|
576
628
|
*/
|
|
577
629
|
get: function () {
|
|
578
|
-
return this.i.
|
|
630
|
+
return this.i.a1;
|
|
579
631
|
},
|
|
580
632
|
set: function (v) {
|
|
581
|
-
this.i.
|
|
633
|
+
this.i.a1 = +v;
|
|
582
634
|
},
|
|
583
635
|
enumerable: false,
|
|
584
636
|
configurable: true
|
|
@@ -659,7 +711,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
659
711
|
|
|
660
712
|
*/
|
|
661
713
|
IgxXIconComponent.prototype.exportVisualModel = function () {
|
|
662
|
-
var iv = this.i.
|
|
714
|
+
var iv = this.i.bg();
|
|
663
715
|
return (iv);
|
|
664
716
|
};
|
|
665
717
|
/**
|
|
@@ -667,7 +719,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
667
719
|
|
|
668
720
|
*/
|
|
669
721
|
IgxXIconComponent.prototype.exportSerializedVisualModel = function () {
|
|
670
|
-
var iv = this.i.
|
|
722
|
+
var iv = this.i.b2();
|
|
671
723
|
return (iv);
|
|
672
724
|
};
|
|
673
725
|
IgxXIconComponent.prototype._runInZone = function (act) {
|
|
@@ -679,7 +731,7 @@ var IgxXIconComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
679
731
|
}
|
|
680
732
|
};
|
|
681
733
|
IgxXIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxXIconComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
|
|
682
|
-
IgxXIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXIconComponent, selector: "igx-x-icon", inputs: { baseTheme: "baseTheme", actualFill: "actualFill", actualStroke: "actualStroke", actualTextColor: "actualTextColor", actualStrokeWidth: "actualStrokeWidth", fill: "fill", stroke: "stroke", strokeWidth: "strokeWidth", textColor: "textColor", hoverFill: "hoverFill", hoverStroke: "hoverStroke", hoverStrokeThickness: "hoverStrokeThickness", hoverTextColor: "hoverTextColor", fillColors: "fillColors", strokeColors: "strokeColors", primaryFillColor: "primaryFillColor", primaryStrokeColor: "primaryStrokeColor", secondaryFillColor: "secondaryFillColor", secondaryStrokeColor: "secondaryStrokeColor", source: "source", dataURL: "dataURL", svgPath: "svgPath", svg: "svg", sVGPaths: "sVGPaths", textStyle: "textStyle", id: "id", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled", opacity: "opacity", viewBoxLeft: "viewBoxLeft", viewBoxTop: "viewBoxTop", viewBoxWidth: "viewBoxWidth", viewBoxHeight: "viewBoxHeight", width: "width", height: "height" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-icon igx-x-icon" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
734
|
+
IgxXIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxXIconComponent, selector: "igx-x-icon", inputs: { baseTheme: "baseTheme", actualFill: "actualFill", actualStroke: "actualStroke", actualTextColor: "actualTextColor", actualStrokeWidth: "actualStrokeWidth", fill: "fill", stroke: "stroke", strokeWidth: "strokeWidth", textColor: "textColor", hoverFill: "hoverFill", hoverStroke: "hoverStroke", hoverStrokeThickness: "hoverStrokeThickness", hoverTextColor: "hoverTextColor", fillColors: "fillColors", strokeColors: "strokeColors", primaryFillColor: "primaryFillColor", primaryStrokeColor: "primaryStrokeColor", secondaryFillColor: "secondaryFillColor", secondaryStrokeColor: "secondaryStrokeColor", source: "source", dataURL: "dataURL", svgPath: "svgPath", svg: "svg", sVGPaths: "sVGPaths", textStyle: "textStyle", id: "id", tabIndex: ["tabindex", "tabIndex"], ariaLabel: ["aria-label", "ariaLabel"], isHover: "isHover", disabled: "disabled", opacity: "opacity", actualViewBoxLeft: "actualViewBoxLeft", viewBoxLeft: "viewBoxLeft", actualViewBoxTop: "actualViewBoxTop", viewBoxTop: "viewBoxTop", actualViewBoxWidth: "actualViewBoxWidth", viewBoxWidth: "viewBoxWidth", actualViewBoxHeight: "actualViewBoxHeight", viewBoxHeight: "viewBoxHeight", width: "width", height: "height" }, host: { properties: { "attr.id": "this.id" }, classAttribute: "ig-x-icon igx-x-icon" }, providers: [], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "_childTemplateRef", first: true, predicate: ["childContent"], descendants: true, read: TemplateRef }], ngImport: i0, template: "<ng-template #childContent><ng-content></ng-content></ng-template>\n<ng-container #dynamicContent></ng-container>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: inline-block; \n vertical-align: middle; \n\t\t}\n\t"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
683
735
|
return IgxXIconComponent;
|
|
684
736
|
}());
|
|
685
737
|
export { IgxXIconComponent };
|
|
@@ -766,12 +818,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
766
818
|
type: Input
|
|
767
819
|
}], opacity: [{
|
|
768
820
|
type: Input
|
|
821
|
+
}], actualViewBoxLeft: [{
|
|
822
|
+
type: Input
|
|
769
823
|
}], viewBoxLeft: [{
|
|
770
824
|
type: Input
|
|
825
|
+
}], actualViewBoxTop: [{
|
|
826
|
+
type: Input
|
|
771
827
|
}], viewBoxTop: [{
|
|
772
828
|
type: Input
|
|
829
|
+
}], actualViewBoxWidth: [{
|
|
830
|
+
type: Input
|
|
773
831
|
}], viewBoxWidth: [{
|
|
774
832
|
type: Input
|
|
833
|
+
}], actualViewBoxHeight: [{
|
|
834
|
+
type: Input
|
|
775
835
|
}], viewBoxHeight: [{
|
|
776
836
|
type: Input
|
|
777
837
|
}], width: [{
|