igniteui-webcomponents-inputs 6.0.1 → 6.0.2-beta.1
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-webcomponents-inputs.umd.js +658 -489
- package/bundles/igniteui-webcomponents-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/igc-x-icon-component.js +119 -79
- 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/igc-x-icon-component.js +135 -79
- package/fesm2015/igniteui-webcomponents-inputs.js +654 -517
- package/fesm5/igniteui-webcomponents-inputs.js +658 -489
- package/lib/IconView_combined.d.ts +145 -127
- package/lib/igc-x-icon-component.d.ts +20 -0
- package/package.json +33 -33
|
@@ -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 = /*@__PURE__*/ 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();
|
|
@@ -196,41 +196,41 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
196
196
|
* Gets the fill color currently used by the icon.
|
|
197
197
|
*/
|
|
198
198
|
get actualFill() {
|
|
199
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.du);
|
|
200
200
|
}
|
|
201
201
|
set actualFill(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("actualFill", brushToString(this.i.
|
|
202
|
+
this.i.du = stringToBrush(v);
|
|
203
|
+
this._a("actualFill", brushToString(this.i.du));
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Gets the stroke color currently used by the icon.
|
|
207
207
|
*/
|
|
208
208
|
get actualStroke() {
|
|
209
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.dv);
|
|
210
210
|
}
|
|
211
211
|
set actualStroke(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualStroke", brushToString(this.i.
|
|
212
|
+
this.i.dv = stringToBrush(v);
|
|
213
|
+
this._a("actualStroke", brushToString(this.i.dv));
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Gets the text color currently used by the icon.
|
|
217
217
|
*/
|
|
218
218
|
get actualTextColor() {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.dw);
|
|
220
220
|
}
|
|
221
221
|
set actualTextColor(v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
222
|
+
this.i.dw = stringToBrush(v);
|
|
223
|
+
this._a("actualTextColor", brushToString(this.i.dw));
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Gets the stroke width currently used by the icon.
|
|
227
227
|
*/
|
|
228
228
|
get actualStrokeWidth() {
|
|
229
|
-
return this.i.
|
|
229
|
+
return this.i.aq;
|
|
230
230
|
}
|
|
231
231
|
set actualStrokeWidth(v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("actualStrokeWidth", this.i.
|
|
232
|
+
this.i.aq = +v;
|
|
233
|
+
this._a("actualStrokeWidth", this.i.aq);
|
|
234
234
|
}
|
|
235
235
|
/**
|
|
236
236
|
* Gets or sets the fill color to use for the icon.
|
|
@@ -246,71 +246,71 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
246
246
|
* Gets or sets the stroke color to use for the icon.
|
|
247
247
|
*/
|
|
248
248
|
get stroke() {
|
|
249
|
-
return brushToString(this.i.
|
|
249
|
+
return brushToString(this.i.ea);
|
|
250
250
|
}
|
|
251
251
|
set stroke(v) {
|
|
252
|
-
this.i.
|
|
253
|
-
this._a("stroke", brushToString(this.i.
|
|
252
|
+
this.i.ea = stringToBrush(v);
|
|
253
|
+
this._a("stroke", brushToString(this.i.ea));
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
256
|
* Gets or sets the stroke thickness to use for the icon.
|
|
257
257
|
*/
|
|
258
258
|
get strokeWidth() {
|
|
259
|
-
return this.i.
|
|
259
|
+
return this.i.a4;
|
|
260
260
|
}
|
|
261
261
|
set strokeWidth(v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("strokeWidth", this.i.
|
|
262
|
+
this.i.a4 = +v;
|
|
263
|
+
this._a("strokeWidth", this.i.a4);
|
|
264
264
|
}
|
|
265
265
|
/**
|
|
266
266
|
* Gets or sets the text color to use for the icon.
|
|
267
267
|
*/
|
|
268
268
|
get textColor() {
|
|
269
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.eb);
|
|
270
270
|
}
|
|
271
271
|
set textColor(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("textColor", brushToString(this.i.
|
|
272
|
+
this.i.eb = stringToBrush(v);
|
|
273
|
+
this._a("textColor", brushToString(this.i.eb));
|
|
274
274
|
}
|
|
275
275
|
/**
|
|
276
276
|
* Gets or sets the fill color to use when the icon is hovered.
|
|
277
277
|
*/
|
|
278
278
|
get hoverFill() {
|
|
279
|
-
return brushToString(this.i.
|
|
279
|
+
return brushToString(this.i.d3);
|
|
280
280
|
}
|
|
281
281
|
set hoverFill(v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("hoverFill", brushToString(this.i.
|
|
282
|
+
this.i.d3 = stringToBrush(v);
|
|
283
|
+
this._a("hoverFill", brushToString(this.i.d3));
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Gets or sets the stroke color to use when the icon is hovered.
|
|
287
287
|
*/
|
|
288
288
|
get hoverStroke() {
|
|
289
|
-
return brushToString(this.i.
|
|
289
|
+
return brushToString(this.i.d4);
|
|
290
290
|
}
|
|
291
291
|
set hoverStroke(v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("hoverStroke", brushToString(this.i.
|
|
292
|
+
this.i.d4 = stringToBrush(v);
|
|
293
|
+
this._a("hoverStroke", brushToString(this.i.d4));
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
* Gets or sets the stroke thickness to use when the icon is hovered.
|
|
297
297
|
*/
|
|
298
298
|
get hoverStrokeThickness() {
|
|
299
|
-
return this.i.
|
|
299
|
+
return this.i.a2;
|
|
300
300
|
}
|
|
301
301
|
set hoverStrokeThickness(v) {
|
|
302
|
-
this.i.
|
|
303
|
-
this._a("hoverStrokeThickness", this.i.
|
|
302
|
+
this.i.a2 = +v;
|
|
303
|
+
this._a("hoverStrokeThickness", this.i.a2);
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* Gets or sets the text color to use when the icon is hovered.
|
|
307
307
|
*/
|
|
308
308
|
get hoverTextColor() {
|
|
309
|
-
return brushToString(this.i.
|
|
309
|
+
return brushToString(this.i.d5);
|
|
310
310
|
}
|
|
311
311
|
set hoverTextColor(v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("hoverTextColor", brushToString(this.i.
|
|
312
|
+
this.i.d5 = stringToBrush(v);
|
|
313
|
+
this._a("hoverTextColor", brushToString(this.i.d5));
|
|
314
314
|
}
|
|
315
315
|
/**
|
|
316
316
|
* Gets or sets a collection of fill colors to use in the icon.
|
|
@@ -346,11 +346,11 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
346
346
|
* class.
|
|
347
347
|
*/
|
|
348
348
|
get primaryFillColor() {
|
|
349
|
-
return brushToString(this.i.
|
|
349
|
+
return brushToString(this.i.d6);
|
|
350
350
|
}
|
|
351
351
|
set primaryFillColor(v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("primaryFillColor", brushToString(this.i.
|
|
352
|
+
this.i.d6 = stringToBrush(v);
|
|
353
|
+
this._a("primaryFillColor", brushToString(this.i.d6));
|
|
354
354
|
}
|
|
355
355
|
/**
|
|
356
356
|
* Gets or sets a primary stroke color for the icon.
|
|
@@ -360,11 +360,11 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
360
360
|
* class.
|
|
361
361
|
*/
|
|
362
362
|
get primaryStrokeColor() {
|
|
363
|
-
return brushToString(this.i.
|
|
363
|
+
return brushToString(this.i.d7);
|
|
364
364
|
}
|
|
365
365
|
set primaryStrokeColor(v) {
|
|
366
|
-
this.i.
|
|
367
|
-
this._a("primaryStrokeColor", brushToString(this.i.
|
|
366
|
+
this.i.d7 = stringToBrush(v);
|
|
367
|
+
this._a("primaryStrokeColor", brushToString(this.i.d7));
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
370
|
* Gets or sets a secondary fill color for the icon.
|
|
@@ -374,11 +374,11 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
374
374
|
* class.
|
|
375
375
|
*/
|
|
376
376
|
get secondaryFillColor() {
|
|
377
|
-
return brushToString(this.i.
|
|
377
|
+
return brushToString(this.i.d8);
|
|
378
378
|
}
|
|
379
379
|
set secondaryFillColor(v) {
|
|
380
|
-
this.i.
|
|
381
|
-
this._a("secondaryFillColor", brushToString(this.i.
|
|
380
|
+
this.i.d8 = stringToBrush(v);
|
|
381
|
+
this._a("secondaryFillColor", brushToString(this.i.d8));
|
|
382
382
|
}
|
|
383
383
|
/**
|
|
384
384
|
* Gets or sets a secondary stroke color for the icon.
|
|
@@ -388,29 +388,29 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
388
388
|
* class.
|
|
389
389
|
*/
|
|
390
390
|
get secondaryStrokeColor() {
|
|
391
|
-
return brushToString(this.i.
|
|
391
|
+
return brushToString(this.i.d9);
|
|
392
392
|
}
|
|
393
393
|
set secondaryStrokeColor(v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("secondaryStrokeColor", brushToString(this.i.
|
|
394
|
+
this.i.d9 = stringToBrush(v);
|
|
395
|
+
this._a("secondaryStrokeColor", brushToString(this.i.d9));
|
|
396
396
|
}
|
|
397
397
|
/**
|
|
398
398
|
* Gets or sets the image source for the icon. Used if none of the other icon types are not used.
|
|
399
399
|
*/
|
|
400
400
|
get source() {
|
|
401
|
-
return this.i.
|
|
401
|
+
return this.i.bh;
|
|
402
402
|
}
|
|
403
403
|
set source(v) {
|
|
404
|
-
this.i.
|
|
404
|
+
this.i.bh = v;
|
|
405
405
|
}
|
|
406
406
|
/**
|
|
407
407
|
* Gets or sets data url for the icon to use.
|
|
408
408
|
*/
|
|
409
409
|
get dataURL() {
|
|
410
|
-
return this.i.
|
|
410
|
+
return this.i.b0;
|
|
411
411
|
}
|
|
412
412
|
set dataURL(v) {
|
|
413
|
-
this.i.
|
|
413
|
+
this.i.b0 = v;
|
|
414
414
|
}
|
|
415
415
|
/**
|
|
416
416
|
* Gets or sets path data for the icon to use.
|
|
@@ -462,29 +462,29 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
462
462
|
* Gets or sets the id to use for the checkbox.
|
|
463
463
|
*/
|
|
464
464
|
get id() {
|
|
465
|
-
return this.i.
|
|
465
|
+
return this.i.ca;
|
|
466
466
|
}
|
|
467
467
|
set id(v) {
|
|
468
|
-
this.i.
|
|
468
|
+
this.i.ca = v;
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* Gets or sets TabIndex to use for the checkbox.
|
|
472
472
|
*/
|
|
473
473
|
get tabIndex() {
|
|
474
|
-
return this.i.
|
|
474
|
+
return this.i.bb;
|
|
475
475
|
}
|
|
476
476
|
set tabIndex(v) {
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("tabIndex", this.i.
|
|
477
|
+
this.i.bb = +v;
|
|
478
|
+
this._a("tabIndex", this.i.bb);
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* Gets or sets the value of the aria-label attribute.
|
|
482
482
|
*/
|
|
483
483
|
get ariaLabel() {
|
|
484
|
-
return this.i.
|
|
484
|
+
return this.i.bv;
|
|
485
485
|
}
|
|
486
486
|
set ariaLabel(v) {
|
|
487
|
-
this.i.
|
|
487
|
+
this.i.bv = v;
|
|
488
488
|
}
|
|
489
489
|
/**
|
|
490
490
|
* Gets or sets whether the icon is hovered.
|
|
@@ -507,71 +507,111 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
507
507
|
this._a("disabled", this.i.disabled);
|
|
508
508
|
}
|
|
509
509
|
get opacity() {
|
|
510
|
-
return this.i.
|
|
510
|
+
return this.i.a3;
|
|
511
511
|
}
|
|
512
512
|
set opacity(v) {
|
|
513
|
-
this.i.
|
|
514
|
-
this._a("opacity", this.i.
|
|
513
|
+
this.i.a3 = +v;
|
|
514
|
+
this._a("opacity", this.i.a3);
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* Gets the actual viewbox left for the svg icon.
|
|
518
|
+
*/
|
|
519
|
+
get actualViewBoxLeft() {
|
|
520
|
+
return this.i.as;
|
|
521
|
+
}
|
|
522
|
+
set actualViewBoxLeft(v) {
|
|
523
|
+
this.i.as = +v;
|
|
524
|
+
this._a("actualViewBoxLeft", this.i.as);
|
|
515
525
|
}
|
|
516
526
|
/**
|
|
517
527
|
* Gets or sets the viewbox left for the svg icon.
|
|
518
528
|
*/
|
|
519
529
|
get viewBoxLeft() {
|
|
520
|
-
return this.i.
|
|
530
|
+
return this.i.a6;
|
|
521
531
|
}
|
|
522
532
|
set viewBoxLeft(v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("viewBoxLeft", this.i.
|
|
533
|
+
this.i.a6 = +v;
|
|
534
|
+
this._a("viewBoxLeft", this.i.a6);
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* Gets the actual viewbox top for the svg icon.
|
|
538
|
+
*/
|
|
539
|
+
get actualViewBoxTop() {
|
|
540
|
+
return this.i.at;
|
|
541
|
+
}
|
|
542
|
+
set actualViewBoxTop(v) {
|
|
543
|
+
this.i.at = +v;
|
|
544
|
+
this._a("actualViewBoxTop", this.i.at);
|
|
525
545
|
}
|
|
526
546
|
/**
|
|
527
547
|
* Gets or sets the viewbox top for the svg icon.
|
|
528
548
|
*/
|
|
529
549
|
get viewBoxTop() {
|
|
530
|
-
return this.i.
|
|
550
|
+
return this.i.a7;
|
|
531
551
|
}
|
|
532
552
|
set viewBoxTop(v) {
|
|
533
|
-
this.i.
|
|
534
|
-
this._a("viewBoxTop", this.i.
|
|
553
|
+
this.i.a7 = +v;
|
|
554
|
+
this._a("viewBoxTop", this.i.a7);
|
|
555
|
+
}
|
|
556
|
+
/**
|
|
557
|
+
* Gets the actual viewbox width for the svg icon.
|
|
558
|
+
*/
|
|
559
|
+
get actualViewBoxWidth() {
|
|
560
|
+
return this.i.au;
|
|
561
|
+
}
|
|
562
|
+
set actualViewBoxWidth(v) {
|
|
563
|
+
this.i.au = +v;
|
|
564
|
+
this._a("actualViewBoxWidth", this.i.au);
|
|
535
565
|
}
|
|
536
566
|
/**
|
|
537
567
|
* Gets or sets the viewbox width for the svg icon.
|
|
538
568
|
*/
|
|
539
569
|
get viewBoxWidth() {
|
|
540
|
-
return this.i.
|
|
570
|
+
return this.i.a8;
|
|
541
571
|
}
|
|
542
572
|
set viewBoxWidth(v) {
|
|
543
|
-
this.i.
|
|
544
|
-
this._a("viewBoxWidth", this.i.
|
|
573
|
+
this.i.a8 = +v;
|
|
574
|
+
this._a("viewBoxWidth", this.i.a8);
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* Gets the actual viewbox height for the svg icon.
|
|
578
|
+
*/
|
|
579
|
+
get actualViewBoxHeight() {
|
|
580
|
+
return this.i.ar;
|
|
581
|
+
}
|
|
582
|
+
set actualViewBoxHeight(v) {
|
|
583
|
+
this.i.ar = +v;
|
|
584
|
+
this._a("actualViewBoxHeight", this.i.ar);
|
|
545
585
|
}
|
|
546
586
|
/**
|
|
547
587
|
* Gets or sets the viewbox height for the svg icon.
|
|
548
588
|
*/
|
|
549
589
|
get viewBoxHeight() {
|
|
550
|
-
return this.i.
|
|
590
|
+
return this.i.a5;
|
|
551
591
|
}
|
|
552
592
|
set viewBoxHeight(v) {
|
|
553
|
-
this.i.
|
|
554
|
-
this._a("viewBoxHeight", this.i.
|
|
593
|
+
this.i.a5 = +v;
|
|
594
|
+
this._a("viewBoxHeight", this.i.a5);
|
|
555
595
|
}
|
|
556
596
|
/**
|
|
557
597
|
* Gets or sets the width of the icon.
|
|
558
598
|
*/
|
|
559
599
|
get width() {
|
|
560
|
-
return this.i.
|
|
600
|
+
return this.i.a9;
|
|
561
601
|
}
|
|
562
602
|
set width(v) {
|
|
563
|
-
this.i.
|
|
564
|
-
this._a("width", this.i.
|
|
603
|
+
this.i.a9 = +v;
|
|
604
|
+
this._a("width", this.i.a9);
|
|
565
605
|
}
|
|
566
606
|
/**
|
|
567
607
|
* Gets or sets the height of the icon.
|
|
568
608
|
*/
|
|
569
609
|
get height() {
|
|
570
|
-
return this.i.
|
|
610
|
+
return this.i.a1;
|
|
571
611
|
}
|
|
572
612
|
set height(v) {
|
|
573
|
-
this.i.
|
|
574
|
-
this._a("height", this.i.
|
|
613
|
+
this.i.a1 = +v;
|
|
614
|
+
this._a("height", this.i.a1);
|
|
575
615
|
}
|
|
576
616
|
findByName(name) {
|
|
577
617
|
if (this.findEphemera) {
|
|
@@ -645,7 +685,7 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
645
685
|
|
|
646
686
|
*/
|
|
647
687
|
exportVisualModel() {
|
|
648
|
-
let iv = this.i.
|
|
688
|
+
let iv = this.i.bg();
|
|
649
689
|
return (iv);
|
|
650
690
|
}
|
|
651
691
|
/**
|
|
@@ -653,7 +693,7 @@ export let IgcXIconComponent = /*@__PURE__*/ (() => {
|
|
|
653
693
|
|
|
654
694
|
*/
|
|
655
695
|
exportSerializedVisualModel() {
|
|
656
|
-
let iv = this.i.
|
|
696
|
+
let iv = this.i.b2();
|
|
657
697
|
return (iv);
|
|
658
698
|
}
|
|
659
699
|
}
|