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.
@@ -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.ad(this.j);
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.ad(this.i);
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.aq;
30
- case 45: return c.ar;
31
- case 46: return c.as;
32
- case 47: return c.ap;
33
- case 48: return c.at;
34
- case 49: return c.al;
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.ao;
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.aq = c;
58
+ d.a6 = c;
59
59
  break;
60
60
  case 45:
61
- d.ar = c;
61
+ d.a7 = c;
62
62
  break;
63
63
  case 46:
64
- d.as = c;
64
+ d.a8 = c;
65
65
  break;
66
66
  case 47:
67
- d.ap = c;
67
+ d.a5 = c;
68
68
  break;
69
69
  case 48:
70
- d.at = c;
70
+ d.a9 = c;
71
71
  break;
72
72
  case 49:
73
- d.al = c;
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.ao = c;
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.bg = null;
97
- a.a1 = null;
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.bg = d;
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.a1 = e;
120
+ a.bh = e;
121
121
  }
122
122
  }
123
123
  exportVisualData(a) {
124
- return a.a0();
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.dp;
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.dp = c;
345
+ this.u.ea = c;
346
346
  break;
347
347
  case 2:
348
348
  e.cq = c == null ? null : c.toString();
@@ -291,7 +291,7 @@ export let XPopupBridge = /*@__PURE__*/ (() => {
291
291
  }
292
292
  }
293
293
  exportVisualData(a) {
294
- return a.a0();
294
+ return a.bg();
295
295
  }
296
296
  addChild(a, b) {
297
297
  this.ae.add(b);
@@ -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.c8);
199
+ return brushToString(this.i.du);
200
200
  }
201
201
  set actualFill(v) {
202
- this.i.c8 = stringToBrush(v);
203
- this._a("actualFill", brushToString(this.i.c8));
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.c9);
209
+ return brushToString(this.i.dv);
210
210
  }
211
211
  set actualStroke(v) {
212
- this.i.c9 = stringToBrush(v);
213
- this._a("actualStroke", brushToString(this.i.c9));
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.da);
219
+ return brushToString(this.i.dw);
220
220
  }
221
221
  set actualTextColor(v) {
222
- this.i.da = stringToBrush(v);
223
- this._a("actualTextColor", brushToString(this.i.da));
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.ai;
229
+ return this.i.aq;
230
230
  }
231
231
  set actualStrokeWidth(v) {
232
- this.i.ai = +v;
233
- this._a("actualStrokeWidth", this.i.ai);
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.dp);
249
+ return brushToString(this.i.ea);
250
250
  }
251
251
  set stroke(v) {
252
- this.i.dp = stringToBrush(v);
253
- this._a("stroke", brushToString(this.i.dp));
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.ao;
259
+ return this.i.a4;
260
260
  }
261
261
  set strokeWidth(v) {
262
- this.i.ao = +v;
263
- this._a("strokeWidth", this.i.ao);
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.dq);
269
+ return brushToString(this.i.eb);
270
270
  }
271
271
  set textColor(v) {
272
- this.i.dq = stringToBrush(v);
273
- this._a("textColor", brushToString(this.i.dq));
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.dh);
279
+ return brushToString(this.i.d3);
280
280
  }
281
281
  set hoverFill(v) {
282
- this.i.dh = stringToBrush(v);
283
- this._a("hoverFill", brushToString(this.i.dh));
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.di);
289
+ return brushToString(this.i.d4);
290
290
  }
291
291
  set hoverStroke(v) {
292
- this.i.di = stringToBrush(v);
293
- this._a("hoverStroke", brushToString(this.i.di));
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.am;
299
+ return this.i.a2;
300
300
  }
301
301
  set hoverStrokeThickness(v) {
302
- this.i.am = +v;
303
- this._a("hoverStrokeThickness", this.i.am);
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.dj);
309
+ return brushToString(this.i.d5);
310
310
  }
311
311
  set hoverTextColor(v) {
312
- this.i.dj = stringToBrush(v);
313
- this._a("hoverTextColor", brushToString(this.i.dj));
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.dk);
349
+ return brushToString(this.i.d6);
350
350
  }
351
351
  set primaryFillColor(v) {
352
- this.i.dk = stringToBrush(v);
353
- this._a("primaryFillColor", brushToString(this.i.dk));
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.dl);
363
+ return brushToString(this.i.d7);
364
364
  }
365
365
  set primaryStrokeColor(v) {
366
- this.i.dl = stringToBrush(v);
367
- this._a("primaryStrokeColor", brushToString(this.i.dl));
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.dm);
377
+ return brushToString(this.i.d8);
378
378
  }
379
379
  set secondaryFillColor(v) {
380
- this.i.dm = stringToBrush(v);
381
- this._a("secondaryFillColor", brushToString(this.i.dm));
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.dn);
391
+ return brushToString(this.i.d9);
392
392
  }
393
393
  set secondaryStrokeColor(v) {
394
- this.i.dn = stringToBrush(v);
395
- this._a("secondaryStrokeColor", brushToString(this.i.dn));
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.a1;
401
+ return this.i.bh;
402
402
  }
403
403
  set source(v) {
404
- this.i.a1 = v;
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.bg;
410
+ return this.i.b0;
411
411
  }
412
412
  set dataURL(v) {
413
- this.i.bg = v;
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.bq;
465
+ return this.i.ca;
466
466
  }
467
467
  set id(v) {
468
- this.i.bq = v;
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.av;
474
+ return this.i.bb;
475
475
  }
476
476
  set tabIndex(v) {
477
- this.i.av = +v;
478
- this._a("tabIndex", this.i.av);
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.bb;
484
+ return this.i.bv;
485
485
  }
486
486
  set ariaLabel(v) {
487
- this.i.bb = v;
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.an;
510
+ return this.i.a3;
511
511
  }
512
512
  set opacity(v) {
513
- this.i.an = +v;
514
- this._a("opacity", this.i.an);
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.aq;
530
+ return this.i.a6;
521
531
  }
522
532
  set viewBoxLeft(v) {
523
- this.i.aq = +v;
524
- this._a("viewBoxLeft", this.i.aq);
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.ar;
550
+ return this.i.a7;
531
551
  }
532
552
  set viewBoxTop(v) {
533
- this.i.ar = +v;
534
- this._a("viewBoxTop", this.i.ar);
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.as;
570
+ return this.i.a8;
541
571
  }
542
572
  set viewBoxWidth(v) {
543
- this.i.as = +v;
544
- this._a("viewBoxWidth", this.i.as);
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.ap;
590
+ return this.i.a5;
551
591
  }
552
592
  set viewBoxHeight(v) {
553
- this.i.ap = +v;
554
- this._a("viewBoxHeight", this.i.ap);
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.at;
600
+ return this.i.a9;
561
601
  }
562
602
  set width(v) {
563
- this.i.at = +v;
564
- this._a("width", this.i.at);
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.al;
610
+ return this.i.a1;
571
611
  }
572
612
  set height(v) {
573
- this.i.al = +v;
574
- this._a("height", this.i.al);
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.a0();
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.bi();
696
+ let iv = this.i.b2();
657
697
  return (iv);
658
698
  }
659
699
  }