igniteui-angular-inputs 20.0.1-beta.0 → 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
|
@@ -243,7 +243,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
243
243
|
this.v = i;
|
|
244
244
|
let j = this.u.get2DCanvasContext(this.v);
|
|
245
245
|
this.l = new RenderingContext(new CanvasViewRenderer(), j);
|
|
246
|
-
this.l.
|
|
246
|
+
this.l.ae(this.j);
|
|
247
247
|
this.ab();
|
|
248
248
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
249
249
|
this.a.bl = this.g.e0;
|
|
@@ -318,7 +318,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
|
|
|
318
318
|
this.i = c;
|
|
319
319
|
this.j = this.i;
|
|
320
320
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
321
|
-
this.l.
|
|
321
|
+
this.l.ae(this.i);
|
|
322
322
|
this.g.trackDirty();
|
|
323
323
|
}
|
|
324
324
|
}
|
|
@@ -26,15 +26,15 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
26
26
|
case 16: return this.v;
|
|
27
27
|
case 15: return this.u;
|
|
28
28
|
case 18: return enumGetBox(BaseControlTheme_$type, c.m);
|
|
29
|
-
case 44: return c.
|
|
30
|
-
case 45: return c.
|
|
31
|
-
case 46: return c.
|
|
32
|
-
case 47: return c.
|
|
33
|
-
case 48: return c.
|
|
34
|
-
case 49: return c.
|
|
29
|
+
case 44: return c.a6;
|
|
30
|
+
case 45: return c.a7;
|
|
31
|
+
case 46: return c.a8;
|
|
32
|
+
case 47: return c.a5;
|
|
33
|
+
case 48: return c.a9;
|
|
34
|
+
case 49: return c.a1;
|
|
35
35
|
case 63: return c.e;
|
|
36
36
|
case 64: return c.f;
|
|
37
|
-
case 65: return c.
|
|
37
|
+
case 65: return c.a4;
|
|
38
38
|
}
|
|
39
39
|
return super.getValue(a, b);
|
|
40
40
|
}
|
|
@@ -55,22 +55,22 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
55
55
|
}
|
|
56
56
|
break;
|
|
57
57
|
case 44:
|
|
58
|
-
d.
|
|
58
|
+
d.a6 = c;
|
|
59
59
|
break;
|
|
60
60
|
case 45:
|
|
61
|
-
d.
|
|
61
|
+
d.a7 = c;
|
|
62
62
|
break;
|
|
63
63
|
case 46:
|
|
64
|
-
d.
|
|
64
|
+
d.a8 = c;
|
|
65
65
|
break;
|
|
66
66
|
case 47:
|
|
67
|
-
d.
|
|
67
|
+
d.a5 = c;
|
|
68
68
|
break;
|
|
69
69
|
case 48:
|
|
70
|
-
d.
|
|
70
|
+
d.a9 = c;
|
|
71
71
|
break;
|
|
72
72
|
case 49:
|
|
73
|
-
d.
|
|
73
|
+
d.a1 = c;
|
|
74
74
|
break;
|
|
75
75
|
case 63:
|
|
76
76
|
d.e = c;
|
|
@@ -79,7 +79,7 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
79
79
|
d.f = c;
|
|
80
80
|
break;
|
|
81
81
|
case 65:
|
|
82
|
-
d.
|
|
82
|
+
d.a4 = c;
|
|
83
83
|
break;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -93,8 +93,8 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
93
93
|
a.svg = null;
|
|
94
94
|
a.svgPath = null;
|
|
95
95
|
a.b = null;
|
|
96
|
-
a.
|
|
97
|
-
a.
|
|
96
|
+
a.b0 = null;
|
|
97
|
+
a.bh = null;
|
|
98
98
|
let b = SvgIconRegistry.instance.getSvgPathString(this.u, this.v);
|
|
99
99
|
if (b != null) {
|
|
100
100
|
if (stringStartsWith(trimStart(b, ' ', '\n', '\r', '\t'), "<svg")) {
|
|
@@ -112,16 +112,16 @@ export let XIconBridge = /*@__PURE__*/ (() => {
|
|
|
112
112
|
}
|
|
113
113
|
let d = SvgIconRegistry.instance.getDataURLString(this.u, this.v);
|
|
114
114
|
if (d != null) {
|
|
115
|
-
a.
|
|
115
|
+
a.b0 = d;
|
|
116
116
|
return;
|
|
117
117
|
}
|
|
118
118
|
let e = SvgIconRegistry.instance.getIconSource(this.u, this.v);
|
|
119
119
|
if (e != null) {
|
|
120
|
-
a.
|
|
120
|
+
a.bh = e;
|
|
121
121
|
}
|
|
122
122
|
}
|
|
123
123
|
exportVisualData(a) {
|
|
124
|
-
return a.
|
|
124
|
+
return a.bg();
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
XIconBridge.$t = markType(XIconBridge, 'XIconBridge', XComponentBridge.$);
|
|
@@ -278,7 +278,7 @@ export let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
278
278
|
return this.u.fill;
|
|
279
279
|
case 102:
|
|
280
280
|
this.ao(a);
|
|
281
|
-
return this.u.
|
|
281
|
+
return this.u.ea;
|
|
282
282
|
case 2: return d.cq;
|
|
283
283
|
case 1:
|
|
284
284
|
switch (c.t) {
|
|
@@ -342,7 +342,7 @@ export let XInputBridge = /*@__PURE__*/ (() => {
|
|
|
342
342
|
break;
|
|
343
343
|
case 102:
|
|
344
344
|
this.ao(a);
|
|
345
|
-
this.u.
|
|
345
|
+
this.u.ea = c;
|
|
346
346
|
break;
|
|
347
347
|
case 2:
|
|
348
348
|
e.cq = c == null ? null : c.toString();
|
|
@@ -84,37 +84,37 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
84
84
|
* Gets the fill color currently used by the icon.
|
|
85
85
|
*/
|
|
86
86
|
get actualFill() {
|
|
87
|
-
return brushToString(this.i.
|
|
87
|
+
return brushToString(this.i.du);
|
|
88
88
|
}
|
|
89
89
|
set actualFill(v) {
|
|
90
|
-
this.i.
|
|
90
|
+
this.i.du = stringToBrush(v);
|
|
91
91
|
}
|
|
92
92
|
/**
|
|
93
93
|
* Gets the stroke color currently used by the icon.
|
|
94
94
|
*/
|
|
95
95
|
get actualStroke() {
|
|
96
|
-
return brushToString(this.i.
|
|
96
|
+
return brushToString(this.i.dv);
|
|
97
97
|
}
|
|
98
98
|
set actualStroke(v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.dv = stringToBrush(v);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Gets the text color currently used by the icon.
|
|
103
103
|
*/
|
|
104
104
|
get actualTextColor() {
|
|
105
|
-
return brushToString(this.i.
|
|
105
|
+
return brushToString(this.i.dw);
|
|
106
106
|
}
|
|
107
107
|
set actualTextColor(v) {
|
|
108
|
-
this.i.
|
|
108
|
+
this.i.dw = stringToBrush(v);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
111
|
* Gets the stroke width currently used by the icon.
|
|
112
112
|
*/
|
|
113
113
|
get actualStrokeWidth() {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.aq;
|
|
115
115
|
}
|
|
116
116
|
set actualStrokeWidth(v) {
|
|
117
|
-
this.i.
|
|
117
|
+
this.i.aq = +v;
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets the fill color to use for the icon.
|
|
@@ -129,64 +129,64 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
129
129
|
* Gets or sets the stroke color to use for the icon.
|
|
130
130
|
*/
|
|
131
131
|
get stroke() {
|
|
132
|
-
return brushToString(this.i.
|
|
132
|
+
return brushToString(this.i.ea);
|
|
133
133
|
}
|
|
134
134
|
set stroke(v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.ea = stringToBrush(v);
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Gets or sets the stroke thickness to use for the icon.
|
|
139
139
|
*/
|
|
140
140
|
get strokeWidth() {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.a4;
|
|
142
142
|
}
|
|
143
143
|
set strokeWidth(v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.a4 = +v;
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Gets or sets the text color to use for the icon.
|
|
148
148
|
*/
|
|
149
149
|
get textColor() {
|
|
150
|
-
return brushToString(this.i.
|
|
150
|
+
return brushToString(this.i.eb);
|
|
151
151
|
}
|
|
152
152
|
set textColor(v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.eb = stringToBrush(v);
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
157
157
|
*/
|
|
158
158
|
get hoverFill() {
|
|
159
|
-
return brushToString(this.i.
|
|
159
|
+
return brushToString(this.i.d3);
|
|
160
160
|
}
|
|
161
161
|
set hoverFill(v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.d3 = stringToBrush(v);
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
165
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
166
166
|
*/
|
|
167
167
|
get hoverStroke() {
|
|
168
|
-
return brushToString(this.i.
|
|
168
|
+
return brushToString(this.i.d4);
|
|
169
169
|
}
|
|
170
170
|
set hoverStroke(v) {
|
|
171
|
-
this.i.
|
|
171
|
+
this.i.d4 = stringToBrush(v);
|
|
172
172
|
}
|
|
173
173
|
/**
|
|
174
174
|
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
175
175
|
*/
|
|
176
176
|
get hoverStrokeThickness() {
|
|
177
|
-
return this.i.
|
|
177
|
+
return this.i.a2;
|
|
178
178
|
}
|
|
179
179
|
set hoverStrokeThickness(v) {
|
|
180
|
-
this.i.
|
|
180
|
+
this.i.a2 = +v;
|
|
181
181
|
}
|
|
182
182
|
/**
|
|
183
183
|
* Gets or sets the text color to use when the icon is hovered.
|
|
184
184
|
*/
|
|
185
185
|
get hoverTextColor() {
|
|
186
|
-
return brushToString(this.i.
|
|
186
|
+
return brushToString(this.i.d5);
|
|
187
187
|
}
|
|
188
188
|
set hoverTextColor(v) {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.d5 = stringToBrush(v);
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* Gets or sets a collection of fill colors to use in the icon.
|
|
@@ -220,10 +220,10 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
220
220
|
* class.
|
|
221
221
|
*/
|
|
222
222
|
get primaryFillColor() {
|
|
223
|
-
return brushToString(this.i.
|
|
223
|
+
return brushToString(this.i.d6);
|
|
224
224
|
}
|
|
225
225
|
set primaryFillColor(v) {
|
|
226
|
-
this.i.
|
|
226
|
+
this.i.d6 = stringToBrush(v);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* Gets or sets a primary stroke color for the icon.
|
|
@@ -233,10 +233,10 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
233
233
|
* class.
|
|
234
234
|
*/
|
|
235
235
|
get primaryStrokeColor() {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.d7);
|
|
237
237
|
}
|
|
238
238
|
set primaryStrokeColor(v) {
|
|
239
|
-
this.i.
|
|
239
|
+
this.i.d7 = stringToBrush(v);
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* Gets or sets a secondary fill color for the icon.
|
|
@@ -246,10 +246,10 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
246
246
|
* class.
|
|
247
247
|
*/
|
|
248
248
|
get secondaryFillColor() {
|
|
249
|
-
return brushToString(this.i.
|
|
249
|
+
return brushToString(this.i.d8);
|
|
250
250
|
}
|
|
251
251
|
set secondaryFillColor(v) {
|
|
252
|
-
this.i.
|
|
252
|
+
this.i.d8 = stringToBrush(v);
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
255
255
|
* Gets or sets a secondary stroke color for the icon.
|
|
@@ -259,28 +259,28 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
259
259
|
* class.
|
|
260
260
|
*/
|
|
261
261
|
get secondaryStrokeColor() {
|
|
262
|
-
return brushToString(this.i.
|
|
262
|
+
return brushToString(this.i.d9);
|
|
263
263
|
}
|
|
264
264
|
set secondaryStrokeColor(v) {
|
|
265
|
-
this.i.
|
|
265
|
+
this.i.d9 = stringToBrush(v);
|
|
266
266
|
}
|
|
267
267
|
/**
|
|
268
268
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
269
269
|
*/
|
|
270
270
|
get source() {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.bh;
|
|
272
272
|
}
|
|
273
273
|
set source(v) {
|
|
274
|
-
this.i.
|
|
274
|
+
this.i.bh = v;
|
|
275
275
|
}
|
|
276
276
|
/**
|
|
277
277
|
* Gets or sets data url for the icon to use.
|
|
278
278
|
*/
|
|
279
279
|
get dataURL() {
|
|
280
|
-
return this.i.
|
|
280
|
+
return this.i.b0;
|
|
281
281
|
}
|
|
282
282
|
set dataURL(v) {
|
|
283
|
-
this.i.
|
|
283
|
+
this.i.b0 = v;
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Gets or sets path data for the icon to use.
|
|
@@ -331,28 +331,28 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
331
331
|
* Gets or sets the id to use for the checkbox.
|
|
332
332
|
*/
|
|
333
333
|
get id() {
|
|
334
|
-
return this.i.
|
|
334
|
+
return this.i.ca;
|
|
335
335
|
}
|
|
336
336
|
set id(v) {
|
|
337
|
-
this.i.
|
|
337
|
+
this.i.ca = v;
|
|
338
338
|
}
|
|
339
339
|
/**
|
|
340
340
|
* Gets or sets TabIndex to use for the checkbox.
|
|
341
341
|
*/
|
|
342
342
|
get tabIndex() {
|
|
343
|
-
return this.i.
|
|
343
|
+
return this.i.bb;
|
|
344
344
|
}
|
|
345
345
|
set tabIndex(v) {
|
|
346
|
-
this.i.
|
|
346
|
+
this.i.bb = +v;
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
349
|
* Gets or sets the value of the aria-label attribute.
|
|
350
350
|
*/
|
|
351
351
|
get ariaLabel() {
|
|
352
|
-
return this.i.
|
|
352
|
+
return this.i.bv;
|
|
353
353
|
}
|
|
354
354
|
set ariaLabel(v) {
|
|
355
|
-
this.i.
|
|
355
|
+
this.i.bv = v;
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* Gets or sets whether the icon is hovered.
|
|
@@ -373,64 +373,100 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
373
373
|
this.i.disabled = ensureBool(v);
|
|
374
374
|
}
|
|
375
375
|
get opacity() {
|
|
376
|
-
return this.i.
|
|
376
|
+
return this.i.a3;
|
|
377
377
|
}
|
|
378
378
|
set opacity(v) {
|
|
379
|
-
this.i.
|
|
379
|
+
this.i.a3 = +v;
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Gets the actual viewbox left for the svg icon.
|
|
383
|
+
*/
|
|
384
|
+
get actualViewBoxLeft() {
|
|
385
|
+
return this.i.as;
|
|
386
|
+
}
|
|
387
|
+
set actualViewBoxLeft(v) {
|
|
388
|
+
this.i.as = +v;
|
|
380
389
|
}
|
|
381
390
|
/**
|
|
382
391
|
* Gets or sets the viewbox left for the svg icon.
|
|
383
392
|
*/
|
|
384
393
|
get viewBoxLeft() {
|
|
385
|
-
return this.i.
|
|
394
|
+
return this.i.a6;
|
|
386
395
|
}
|
|
387
396
|
set viewBoxLeft(v) {
|
|
388
|
-
this.i.
|
|
397
|
+
this.i.a6 = +v;
|
|
398
|
+
}
|
|
399
|
+
/**
|
|
400
|
+
* Gets the actual viewbox top for the svg icon.
|
|
401
|
+
*/
|
|
402
|
+
get actualViewBoxTop() {
|
|
403
|
+
return this.i.at;
|
|
404
|
+
}
|
|
405
|
+
set actualViewBoxTop(v) {
|
|
406
|
+
this.i.at = +v;
|
|
389
407
|
}
|
|
390
408
|
/**
|
|
391
409
|
* Gets or sets the viewbox top for the svg icon.
|
|
392
410
|
*/
|
|
393
411
|
get viewBoxTop() {
|
|
394
|
-
return this.i.
|
|
412
|
+
return this.i.a7;
|
|
395
413
|
}
|
|
396
414
|
set viewBoxTop(v) {
|
|
397
|
-
this.i.
|
|
415
|
+
this.i.a7 = +v;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Gets the actual viewbox width for the svg icon.
|
|
419
|
+
*/
|
|
420
|
+
get actualViewBoxWidth() {
|
|
421
|
+
return this.i.au;
|
|
422
|
+
}
|
|
423
|
+
set actualViewBoxWidth(v) {
|
|
424
|
+
this.i.au = +v;
|
|
398
425
|
}
|
|
399
426
|
/**
|
|
400
427
|
* Gets or sets the viewbox width for the svg icon.
|
|
401
428
|
*/
|
|
402
429
|
get viewBoxWidth() {
|
|
403
|
-
return this.i.
|
|
430
|
+
return this.i.a8;
|
|
404
431
|
}
|
|
405
432
|
set viewBoxWidth(v) {
|
|
406
|
-
this.i.
|
|
433
|
+
this.i.a8 = +v;
|
|
434
|
+
}
|
|
435
|
+
/**
|
|
436
|
+
* Gets the actual viewbox height for the svg icon.
|
|
437
|
+
*/
|
|
438
|
+
get actualViewBoxHeight() {
|
|
439
|
+
return this.i.ar;
|
|
440
|
+
}
|
|
441
|
+
set actualViewBoxHeight(v) {
|
|
442
|
+
this.i.ar = +v;
|
|
407
443
|
}
|
|
408
444
|
/**
|
|
409
445
|
* Gets or sets the viewbox height for the svg icon.
|
|
410
446
|
*/
|
|
411
447
|
get viewBoxHeight() {
|
|
412
|
-
return this.i.
|
|
448
|
+
return this.i.a5;
|
|
413
449
|
}
|
|
414
450
|
set viewBoxHeight(v) {
|
|
415
|
-
this.i.
|
|
451
|
+
this.i.a5 = +v;
|
|
416
452
|
}
|
|
417
453
|
/**
|
|
418
454
|
* Gets or sets the width of the icon.
|
|
419
455
|
*/
|
|
420
456
|
get width() {
|
|
421
|
-
return this.i.
|
|
457
|
+
return this.i.a9;
|
|
422
458
|
}
|
|
423
459
|
set width(v) {
|
|
424
|
-
this.i.
|
|
460
|
+
this.i.a9 = +v;
|
|
425
461
|
}
|
|
426
462
|
/**
|
|
427
463
|
* Gets or sets the height of the icon.
|
|
428
464
|
*/
|
|
429
465
|
get height() {
|
|
430
|
-
return this.i.
|
|
466
|
+
return this.i.a1;
|
|
431
467
|
}
|
|
432
468
|
set height(v) {
|
|
433
|
-
this.i.
|
|
469
|
+
this.i.a1 = +v;
|
|
434
470
|
}
|
|
435
471
|
findByName(name) {
|
|
436
472
|
if (this.findEphemera) {
|
|
@@ -504,7 +540,7 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
504
540
|
|
|
505
541
|
*/
|
|
506
542
|
exportVisualModel() {
|
|
507
|
-
let iv = this.i.
|
|
543
|
+
let iv = this.i.bg();
|
|
508
544
|
return (iv);
|
|
509
545
|
}
|
|
510
546
|
/**
|
|
@@ -512,7 +548,7 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
512
548
|
|
|
513
549
|
*/
|
|
514
550
|
exportSerializedVisualModel() {
|
|
515
|
-
let iv = this.i.
|
|
551
|
+
let iv = this.i.b2();
|
|
516
552
|
return (iv);
|
|
517
553
|
}
|
|
518
554
|
_runInZone(act) {
|
|
@@ -525,7 +561,7 @@ export let IgxXIconComponent = /*@__PURE__*/ (() => {
|
|
|
525
561
|
}
|
|
526
562
|
}
|
|
527
563
|
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 });
|
|
528
|
-
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>
|
|
564
|
+
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>
|
|
529
565
|
<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 });
|
|
530
566
|
return IgxXIconComponent;
|
|
531
567
|
})();
|
|
@@ -618,12 +654,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
618
654
|
type: Input
|
|
619
655
|
}], opacity: [{
|
|
620
656
|
type: Input
|
|
657
|
+
}], actualViewBoxLeft: [{
|
|
658
|
+
type: Input
|
|
621
659
|
}], viewBoxLeft: [{
|
|
622
660
|
type: Input
|
|
661
|
+
}], actualViewBoxTop: [{
|
|
662
|
+
type: Input
|
|
623
663
|
}], viewBoxTop: [{
|
|
624
664
|
type: Input
|
|
665
|
+
}], actualViewBoxWidth: [{
|
|
666
|
+
type: Input
|
|
625
667
|
}], viewBoxWidth: [{
|
|
626
668
|
type: Input
|
|
669
|
+
}], actualViewBoxHeight: [{
|
|
670
|
+
type: Input
|
|
627
671
|
}], viewBoxHeight: [{
|
|
628
672
|
type: Input
|
|
629
673
|
}], width: [{
|