igniteui-webcomponents-layouts 5.2.0 → 5.3.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.
Files changed (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -224,7 +224,7 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
224
224
  };
225
225
  Object.defineProperty(IgcToolActionComponent.prototype, "isOpen", {
226
226
  get: function () {
227
- return this.i.a7;
227
+ return this.i.a8;
228
228
  },
229
229
  enumerable: false,
230
230
  configurable: true
@@ -267,7 +267,7 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
267
267
  });
268
268
  Object.defineProperty(IgcToolActionComponent.prototype, "actionId", {
269
269
  get: function () {
270
- return this.i.cu;
270
+ return this.i.cx;
271
271
  },
272
272
  enumerable: false,
273
273
  configurable: true
@@ -331,11 +331,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
331
331
  * Gets or sets the width to use for this tool action.
332
332
  */
333
333
  get: function () {
334
- return this.i.cj;
334
+ return this.i.cm;
335
335
  },
336
336
  set: function (v) {
337
- this.i.cj = +v;
338
- this._a("width", this.i.cj);
337
+ this.i.cm = +v;
338
+ this._a("width", this.i.cm);
339
339
  },
340
340
  enumerable: false,
341
341
  configurable: true
@@ -345,11 +345,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
345
345
  * Gets or sets the height to use for this tool action.
346
346
  */
347
347
  get: function () {
348
- return this.i.b4;
348
+ return this.i.b7;
349
349
  },
350
350
  set: function (v) {
351
- this.i.b4 = +v;
352
- this._a("height", this.i.b4);
351
+ this.i.b7 = +v;
352
+ this._a("height", this.i.b7);
353
353
  },
354
354
  enumerable: false,
355
355
  configurable: true
@@ -359,21 +359,21 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
359
359
  * Gets or sets the height to use for the sub panel if different than default
360
360
  */
361
361
  get: function () {
362
- return this.i.ck;
362
+ return this.i.cn;
363
363
  },
364
364
  set: function (v) {
365
- this.i.ck = +v;
366
- this._a("subPanelRowHeight", this.i.ck);
365
+ this.i.cn = +v;
366
+ this._a("subPanelRowHeight", this.i.cn);
367
367
  },
368
368
  enumerable: false,
369
369
  configurable: true
370
370
  });
371
371
  Object.defineProperty(IgcToolActionComponent.prototype, "parentId", {
372
372
  get: function () {
373
- return this.i.em;
373
+ return this.i.ep;
374
374
  },
375
375
  set: function (v) {
376
- this.i.em = v;
376
+ this.i.ep = v;
377
377
  },
378
378
  enumerable: false,
379
379
  configurable: true
@@ -388,10 +388,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
388
388
  * after the action has already been added will have no effect.
389
389
  */
390
390
  get: function () {
391
- return this.i.dh;
391
+ return this.i.dk;
392
392
  },
393
393
  set: function (v) {
394
- this.i.dh = v;
394
+ this.i.dk = v;
395
395
  },
396
396
  enumerable: false,
397
397
  configurable: true
@@ -406,10 +406,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
406
406
  * after the action has already been added will have no effect.
407
407
  */
408
408
  get: function () {
409
- return this.i.de;
409
+ return this.i.dh;
410
410
  },
411
411
  set: function (v) {
412
- this.i.de = v;
412
+ this.i.dh = v;
413
413
  },
414
414
  enumerable: false,
415
415
  configurable: true
@@ -426,128 +426,128 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
426
426
  * overlaid onto the generated actions.
427
427
  */
428
428
  get: function () {
429
- return this.i.eh;
429
+ return this.i.ek;
430
430
  },
431
431
  set: function (v) {
432
- this.i.eh = v;
432
+ this.i.ek = v;
433
433
  },
434
434
  enumerable: false,
435
435
  configurable: true
436
436
  });
437
437
  Object.defineProperty(IgcToolActionComponent.prototype, "commandId", {
438
438
  get: function () {
439
- return this.i.dm;
439
+ return this.i.dq;
440
440
  },
441
441
  set: function (v) {
442
- this.i.dm = v;
442
+ this.i.dq = v;
443
443
  },
444
444
  enumerable: false,
445
445
  configurable: true
446
446
  });
447
447
  Object.defineProperty(IgcToolActionComponent.prototype, "commandArgument", {
448
448
  get: function () {
449
- return this.i.dj;
449
+ return this.i.dm;
450
450
  },
451
451
  set: function (v) {
452
- this.i.dj = v;
452
+ this.i.dm = v;
453
453
  },
454
454
  enumerable: false,
455
455
  configurable: true
456
456
  });
457
457
  Object.defineProperty(IgcToolActionComponent.prototype, "commandArgumentValue", {
458
458
  get: function () {
459
- return this.i.cl;
459
+ return this.i.co;
460
460
  },
461
461
  set: function (v) {
462
- this.i.cl = v;
462
+ this.i.co = v;
463
463
  },
464
464
  enumerable: false,
465
465
  configurable: true
466
466
  });
467
467
  Object.defineProperty(IgcToolActionComponent.prototype, "paddingLeft", {
468
468
  get: function () {
469
- return this.i.cf;
469
+ return this.i.ci;
470
470
  },
471
471
  set: function (v) {
472
- this.i.cf = +v;
473
- this._a("paddingLeft", this.i.cf);
472
+ this.i.ci = +v;
473
+ this._a("paddingLeft", this.i.ci);
474
474
  },
475
475
  enumerable: false,
476
476
  configurable: true
477
477
  });
478
478
  Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingLeft", {
479
479
  get: function () {
480
- return this.i.bw;
480
+ return this.i.bz;
481
481
  },
482
482
  set: function (v) {
483
- this.i.bw = +v;
484
- this._a("actualPaddingLeft", this.i.bw);
483
+ this.i.bz = +v;
484
+ this._a("actualPaddingLeft", this.i.bz);
485
485
  },
486
486
  enumerable: false,
487
487
  configurable: true
488
488
  });
489
489
  Object.defineProperty(IgcToolActionComponent.prototype, "paddingRight", {
490
490
  get: function () {
491
- return this.i.cg;
491
+ return this.i.cj;
492
492
  },
493
493
  set: function (v) {
494
- this.i.cg = +v;
495
- this._a("paddingRight", this.i.cg);
494
+ this.i.cj = +v;
495
+ this._a("paddingRight", this.i.cj);
496
496
  },
497
497
  enumerable: false,
498
498
  configurable: true
499
499
  });
500
500
  Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingRight", {
501
501
  get: function () {
502
- return this.i.bx;
502
+ return this.i.b0;
503
503
  },
504
504
  set: function (v) {
505
- this.i.bx = +v;
506
- this._a("actualPaddingRight", this.i.bx);
505
+ this.i.b0 = +v;
506
+ this._a("actualPaddingRight", this.i.b0);
507
507
  },
508
508
  enumerable: false,
509
509
  configurable: true
510
510
  });
511
511
  Object.defineProperty(IgcToolActionComponent.prototype, "paddingBottom", {
512
512
  get: function () {
513
- return this.i.ce;
513
+ return this.i.ch;
514
514
  },
515
515
  set: function (v) {
516
- this.i.ce = +v;
517
- this._a("paddingBottom", this.i.ce);
516
+ this.i.ch = +v;
517
+ this._a("paddingBottom", this.i.ch);
518
518
  },
519
519
  enumerable: false,
520
520
  configurable: true
521
521
  });
522
522
  Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingBottom", {
523
523
  get: function () {
524
- return this.i.bv;
524
+ return this.i.by;
525
525
  },
526
526
  set: function (v) {
527
- this.i.bv = +v;
528
- this._a("actualPaddingBottom", this.i.bv);
527
+ this.i.by = +v;
528
+ this._a("actualPaddingBottom", this.i.by);
529
529
  },
530
530
  enumerable: false,
531
531
  configurable: true
532
532
  });
533
533
  Object.defineProperty(IgcToolActionComponent.prototype, "paddingTop", {
534
534
  get: function () {
535
- return this.i.ch;
535
+ return this.i.ck;
536
536
  },
537
537
  set: function (v) {
538
- this.i.ch = +v;
539
- this._a("paddingTop", this.i.ch);
538
+ this.i.ck = +v;
539
+ this._a("paddingTop", this.i.ck);
540
540
  },
541
541
  enumerable: false,
542
542
  configurable: true
543
543
  });
544
544
  Object.defineProperty(IgcToolActionComponent.prototype, "actualPaddingTop", {
545
545
  get: function () {
546
- return this.i.by;
546
+ return this.i.b1;
547
547
  },
548
548
  set: function (v) {
549
- this.i.by = +v;
550
- this._a("actualPaddingTop", this.i.by);
549
+ this.i.b1 = +v;
550
+ this._a("actualPaddingTop", this.i.b1);
551
551
  },
552
552
  enumerable: false,
553
553
  configurable: true
@@ -557,11 +557,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
557
557
  * Gets the actual hover background used by the tool action.
558
558
  */
559
559
  get: function () {
560
- return brushToString(this.i.gt);
560
+ return brushToString(this.i.gz);
561
561
  },
562
562
  set: function (v) {
563
- this.i.gt = stringToBrush(v);
564
- this._a("actualHoverBackground", brushToString(this.i.gt));
563
+ this.i.gz = stringToBrush(v);
564
+ this._a("actualHoverBackground", brushToString(this.i.gz));
565
565
  },
566
566
  enumerable: false,
567
567
  configurable: true
@@ -571,11 +571,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
571
571
  * Gets or sets the hover background for this tool action.
572
572
  */
573
573
  get: function () {
574
- return brushToString(this.i.g1);
574
+ return brushToString(this.i.g7);
575
575
  },
576
576
  set: function (v) {
577
- this.i.g1 = stringToBrush(v);
578
- this._a("hoverBackground", brushToString(this.i.g1));
577
+ this.i.g7 = stringToBrush(v);
578
+ this._a("hoverBackground", brushToString(this.i.g7));
579
579
  },
580
580
  enumerable: false,
581
581
  configurable: true
@@ -585,11 +585,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
585
585
  * Gets the actual background used by the tool action.
586
586
  */
587
587
  get: function () {
588
- return brushToString(this.i.gq);
588
+ return brushToString(this.i.gw);
589
589
  },
590
590
  set: function (v) {
591
- this.i.gq = stringToBrush(v);
592
- this._a("actualBackground", brushToString(this.i.gq));
591
+ this.i.gw = stringToBrush(v);
592
+ this._a("actualBackground", brushToString(this.i.gw));
593
593
  },
594
594
  enumerable: false,
595
595
  configurable: true
@@ -599,11 +599,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
599
599
  * Gets or sets the background color of the tool action.
600
600
  */
601
601
  get: function () {
602
- return brushToString(this.i.gy);
602
+ return brushToString(this.i.g4);
603
603
  },
604
604
  set: function (v) {
605
- this.i.gy = stringToBrush(v);
606
- this._a("background", brushToString(this.i.gy));
605
+ this.i.g4 = stringToBrush(v);
606
+ this._a("background", brushToString(this.i.g4));
607
607
  },
608
608
  enumerable: false,
609
609
  configurable: true
@@ -613,11 +613,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
613
613
  * Gets the actual label text color.
614
614
  */
615
615
  get: function () {
616
- return brushToString(this.i.gx);
616
+ return brushToString(this.i.g3);
617
617
  },
618
618
  set: function (v) {
619
- this.i.gx = stringToBrush(v);
620
- this._a("actualTextColor", brushToString(this.i.gx));
619
+ this.i.g3 = stringToBrush(v);
620
+ this._a("actualTextColor", brushToString(this.i.g3));
621
621
  },
622
622
  enumerable: false,
623
623
  configurable: true
@@ -627,11 +627,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
627
627
  * Gets or sets the label text color.
628
628
  */
629
629
  get: function () {
630
- return brushToString(this.i.g5);
630
+ return brushToString(this.i.hb);
631
631
  },
632
632
  set: function (v) {
633
- this.i.g5 = stringToBrush(v);
634
- this._a("textColor", brushToString(this.i.g5));
633
+ this.i.hb = stringToBrush(v);
634
+ this._a("textColor", brushToString(this.i.hb));
635
635
  },
636
636
  enumerable: false,
637
637
  configurable: true
@@ -641,11 +641,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
641
641
  * Gets the actual label text color.
642
642
  */
643
643
  get: function () {
644
- return brushToString(this.i.gw);
644
+ return brushToString(this.i.g2);
645
645
  },
646
646
  set: function (v) {
647
- this.i.gw = stringToBrush(v);
648
- this._a("actualSubtitleTextColor", brushToString(this.i.gw));
647
+ this.i.g2 = stringToBrush(v);
648
+ this._a("actualSubtitleTextColor", brushToString(this.i.g2));
649
649
  },
650
650
  enumerable: false,
651
651
  configurable: true
@@ -655,11 +655,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
655
655
  * Gets or sets the label text color.
656
656
  */
657
657
  get: function () {
658
- return brushToString(this.i.g4);
658
+ return brushToString(this.i.ha);
659
659
  },
660
660
  set: function (v) {
661
- this.i.g4 = stringToBrush(v);
662
- this._a("subtitleTextColor", brushToString(this.i.g4));
661
+ this.i.ha = stringToBrush(v);
662
+ this._a("subtitleTextColor", brushToString(this.i.ha));
663
663
  },
664
664
  enumerable: false,
665
665
  configurable: true
@@ -669,11 +669,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
669
669
  * Gets the actual label text color when the tool is disabled.
670
670
  */
671
671
  get: function () {
672
- return brushToString(this.i.gr);
672
+ return brushToString(this.i.gx);
673
673
  },
674
674
  set: function (v) {
675
- this.i.gr = stringToBrush(v);
676
- this._a("actualDisabledTextColor", brushToString(this.i.gr));
675
+ this.i.gx = stringToBrush(v);
676
+ this._a("actualDisabledTextColor", brushToString(this.i.gx));
677
677
  },
678
678
  enumerable: false,
679
679
  configurable: true
@@ -683,11 +683,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
683
683
  * Gets or sets the label text color when the tool is disabled.
684
684
  */
685
685
  get: function () {
686
- return brushToString(this.i.gz);
686
+ return brushToString(this.i.g5);
687
687
  },
688
688
  set: function (v) {
689
- this.i.gz = stringToBrush(v);
690
- this._a("disabledTextColor", brushToString(this.i.gz));
689
+ this.i.g5 = stringToBrush(v);
690
+ this._a("disabledTextColor", brushToString(this.i.g5));
691
691
  },
692
692
  enumerable: false,
693
693
  configurable: true
@@ -758,22 +758,22 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
758
758
  });
759
759
  Object.defineProperty(IgcToolActionComponent.prototype, "isDisabled", {
760
760
  get: function () {
761
- return this.i.a5;
761
+ return this.i.a6;
762
762
  },
763
763
  set: function (v) {
764
- this.i.a5 = ensureBool(v);
765
- this._a("isDisabled", this.i.a5);
764
+ this.i.a6 = ensureBool(v);
765
+ this._a("isDisabled", this.i.a6);
766
766
  },
767
767
  enumerable: false,
768
768
  configurable: true
769
769
  });
770
770
  Object.defineProperty(IgcToolActionComponent.prototype, "isHighlighted", {
771
771
  get: function () {
772
- return this.i.a6;
772
+ return this.i.a7;
773
773
  },
774
774
  set: function (v) {
775
- this.i.a6 = ensureBool(v);
776
- this._a("isHighlighted", this.i.a6);
775
+ this.i.a7 = ensureBool(v);
776
+ this._a("isHighlighted", this.i.a7);
777
777
  },
778
778
  enumerable: false,
779
779
  configurable: true
@@ -808,10 +808,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
808
808
  });
809
809
  Object.defineProperty(IgcToolActionComponent.prototype, "name", {
810
810
  get: function () {
811
- return this.i.ef;
811
+ return this.i.ei;
812
812
  },
813
813
  set: function (v) {
814
- this.i.ef = v;
814
+ this.i.ei = v;
815
815
  },
816
816
  enumerable: false,
817
817
  configurable: true
@@ -821,10 +821,10 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
821
821
  * Gets or sets the title of the tool.
822
822
  */
823
823
  get: function () {
824
- return this.i.ex;
824
+ return this.i.e1;
825
825
  },
826
826
  set: function (v) {
827
- this.i.ex = v;
827
+ this.i.e1 = v;
828
828
  },
829
829
  enumerable: false,
830
830
  configurable: true
@@ -834,30 +834,30 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
834
834
  * Gets or sets the subtitle of the tool.
835
835
  */
836
836
  get: function () {
837
- return this.i.er;
837
+ return this.i.ev;
838
838
  },
839
839
  set: function (v) {
840
- this.i.er = v;
840
+ this.i.ev = v;
841
841
  },
842
842
  enumerable: false,
843
843
  configurable: true
844
844
  });
845
845
  Object.defineProperty(IgcToolActionComponent.prototype, "iconName", {
846
846
  get: function () {
847
- return this.i.d3;
847
+ return this.i.d6;
848
848
  },
849
849
  set: function (v) {
850
- this.i.d3 = v;
850
+ this.i.d6 = v;
851
851
  },
852
852
  enumerable: false,
853
853
  configurable: true
854
854
  });
855
855
  Object.defineProperty(IgcToolActionComponent.prototype, "iconCollectionName", {
856
856
  get: function () {
857
- return this.i.dy;
857
+ return this.i.d1;
858
858
  },
859
859
  set: function (v) {
860
- this.i.dy = v;
860
+ this.i.d1 = v;
861
861
  },
862
862
  enumerable: false,
863
863
  configurable: true
@@ -867,11 +867,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
867
867
  * Gets or sets the icon viewbox left.
868
868
  */
869
869
  get: function () {
870
- return this.i.ca;
870
+ return this.i.cd;
871
871
  },
872
872
  set: function (v) {
873
- this.i.ca = +v;
874
- this._a("iconViewBoxLeft", this.i.ca);
873
+ this.i.cd = +v;
874
+ this._a("iconViewBoxLeft", this.i.cd);
875
875
  },
876
876
  enumerable: false,
877
877
  configurable: true
@@ -881,11 +881,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
881
881
  * Gets or sets the icon viewbox top.
882
882
  */
883
883
  get: function () {
884
- return this.i.cb;
884
+ return this.i.ce;
885
885
  },
886
886
  set: function (v) {
887
- this.i.cb = +v;
888
- this._a("iconViewBoxTop", this.i.cb);
887
+ this.i.ce = +v;
888
+ this._a("iconViewBoxTop", this.i.ce);
889
889
  },
890
890
  enumerable: false,
891
891
  configurable: true
@@ -895,11 +895,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
895
895
  * Gets or sets the icon viewbox width.
896
896
  */
897
897
  get: function () {
898
- return this.i.cc;
898
+ return this.i.cf;
899
899
  },
900
900
  set: function (v) {
901
- this.i.cc = +v;
902
- this._a("iconViewBoxWidth", this.i.cc);
901
+ this.i.cf = +v;
902
+ this._a("iconViewBoxWidth", this.i.cf);
903
903
  },
904
904
  enumerable: false,
905
905
  configurable: true
@@ -909,11 +909,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
909
909
  * Gets or sets the icon viewbox height.
910
910
  */
911
911
  get: function () {
912
- return this.i.b9;
912
+ return this.i.cc;
913
913
  },
914
914
  set: function (v) {
915
- this.i.b9 = +v;
916
- this._a("iconViewBoxHeight", this.i.b9);
915
+ this.i.cc = +v;
916
+ this._a("iconViewBoxHeight", this.i.cc);
917
917
  },
918
918
  enumerable: false,
919
919
  configurable: true
@@ -923,11 +923,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
923
923
  * Gets or sets the icon fill color.
924
924
  */
925
925
  get: function () {
926
- return brushToString(this.i.g2);
926
+ return brushToString(this.i.g8);
927
927
  },
928
928
  set: function (v) {
929
- this.i.g2 = stringToBrush(v);
930
- this._a("iconFill", brushToString(this.i.g2));
929
+ this.i.g8 = stringToBrush(v);
930
+ this._a("iconFill", brushToString(this.i.g8));
931
931
  },
932
932
  enumerable: false,
933
933
  configurable: true
@@ -937,11 +937,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
937
937
  * Gets the actual icon fill color.
938
938
  */
939
939
  get: function () {
940
- return brushToString(this.i.gu);
940
+ return brushToString(this.i.g0);
941
941
  },
942
942
  set: function (v) {
943
- this.i.gu = stringToBrush(v);
944
- this._a("actualIconFill", brushToString(this.i.gu));
943
+ this.i.g0 = stringToBrush(v);
944
+ this._a("actualIconFill", brushToString(this.i.g0));
945
945
  },
946
946
  enumerable: false,
947
947
  configurable: true
@@ -965,11 +965,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
965
965
  * Gets or sets the icon stroke color.
966
966
  */
967
967
  get: function () {
968
- return brushToString(this.i.g3);
968
+ return brushToString(this.i.g9);
969
969
  },
970
970
  set: function (v) {
971
- this.i.g3 = stringToBrush(v);
972
- this._a("iconStroke", brushToString(this.i.g3));
971
+ this.i.g9 = stringToBrush(v);
972
+ this._a("iconStroke", brushToString(this.i.g9));
973
973
  },
974
974
  enumerable: false,
975
975
  configurable: true
@@ -979,11 +979,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
979
979
  * Gets the actual icon stroke color.
980
980
  */
981
981
  get: function () {
982
- return brushToString(this.i.gv);
982
+ return brushToString(this.i.g1);
983
983
  },
984
984
  set: function (v) {
985
- this.i.gv = stringToBrush(v);
986
- this._a("actualIconStroke", brushToString(this.i.gv));
985
+ this.i.g1 = stringToBrush(v);
986
+ this._a("actualIconStroke", brushToString(this.i.g1));
987
987
  },
988
988
  enumerable: false,
989
989
  configurable: true
@@ -1007,11 +1007,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1007
1007
  * Gets or sets the icon viewbox width.
1008
1008
  */
1009
1009
  get: function () {
1010
- return this.i.b8;
1010
+ return this.i.cb;
1011
1011
  },
1012
1012
  set: function (v) {
1013
- this.i.b8 = +v;
1014
- this._a("iconStrokeWidth", this.i.b8);
1013
+ this.i.cb = +v;
1014
+ this._a("iconStrokeWidth", this.i.cb);
1015
1015
  },
1016
1016
  enumerable: false,
1017
1017
  configurable: true
@@ -1021,11 +1021,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1021
1021
  * Gets or sets the width of the icon.
1022
1022
  */
1023
1023
  get: function () {
1024
- return this.i.cd;
1024
+ return this.i.cg;
1025
1025
  },
1026
1026
  set: function (v) {
1027
- this.i.cd = +v;
1028
- this._a("iconWidth", this.i.cd);
1027
+ this.i.cg = +v;
1028
+ this._a("iconWidth", this.i.cg);
1029
1029
  },
1030
1030
  enumerable: false,
1031
1031
  configurable: true
@@ -1035,11 +1035,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1035
1035
  * Gets the actual icon width used.
1036
1036
  */
1037
1037
  get: function () {
1038
- return this.i.bu;
1038
+ return this.i.bx;
1039
1039
  },
1040
1040
  set: function (v) {
1041
- this.i.bu = +v;
1042
- this._a("actualIconWidth", this.i.bu);
1041
+ this.i.bx = +v;
1042
+ this._a("actualIconWidth", this.i.bx);
1043
1043
  },
1044
1044
  enumerable: false,
1045
1045
  configurable: true
@@ -1049,11 +1049,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1049
1049
  * Gets or sets the height of the icon.
1050
1050
  */
1051
1051
  get: function () {
1052
- return this.i.b7;
1052
+ return this.i.ca;
1053
1053
  },
1054
1054
  set: function (v) {
1055
- this.i.b7 = +v;
1056
- this._a("iconHeight", this.i.b7);
1055
+ this.i.ca = +v;
1056
+ this._a("iconHeight", this.i.ca);
1057
1057
  },
1058
1058
  enumerable: false,
1059
1059
  configurable: true
@@ -1063,11 +1063,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1063
1063
  * Gets the actual icon height used.
1064
1064
  */
1065
1065
  get: function () {
1066
- return this.i.bt;
1066
+ return this.i.bw;
1067
1067
  },
1068
1068
  set: function (v) {
1069
- this.i.bt = +v;
1070
- this._a("actualIconHeight", this.i.bt);
1069
+ this.i.bw = +v;
1070
+ this._a("actualIconHeight", this.i.bw);
1071
1071
  },
1072
1072
  enumerable: false,
1073
1073
  configurable: true
@@ -1077,11 +1077,11 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1077
1077
  * Gets or sets the tool action visibility.
1078
1078
  */
1079
1079
  get: function () {
1080
- return this.i.g6;
1080
+ return this.i.hc;
1081
1081
  },
1082
1082
  set: function (v) {
1083
- this.i.g6 = ensureEnum(Visibility_$type, v);
1084
- this._a("visibility", enumToString(Visibility_$type, this.i.g6));
1083
+ this.i.hc = ensureEnum(Visibility_$type, v);
1084
+ this._a("visibility", enumToString(Visibility_$type, this.i.hc));
1085
1085
  },
1086
1086
  enumerable: false,
1087
1087
  configurable: true
@@ -1091,77 +1091,77 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1091
1091
  * Gets or sets if the tool action will close its parent dropdown when executed by the user.
1092
1092
  */
1093
1093
  get: function () {
1094
- return this.i.at;
1094
+ return this.i.au;
1095
1095
  },
1096
1096
  set: function (v) {
1097
- this.i.at = ensureBool(v);
1098
- this._a("closeOnExecute", this.i.at);
1097
+ this.i.au = ensureBool(v);
1098
+ this._a("closeOnExecute", this.i.au);
1099
1099
  },
1100
1100
  enumerable: false,
1101
1101
  configurable: true
1102
1102
  });
1103
1103
  Object.defineProperty(IgcToolActionComponent.prototype, "highlightWidth", {
1104
1104
  get: function () {
1105
- return this.i.b6;
1105
+ return this.i.b9;
1106
1106
  },
1107
1107
  set: function (v) {
1108
- this.i.b6 = +v;
1109
- this._a("highlightWidth", this.i.b6);
1108
+ this.i.b9 = +v;
1109
+ this._a("highlightWidth", this.i.b9);
1110
1110
  },
1111
1111
  enumerable: false,
1112
1112
  configurable: true
1113
1113
  });
1114
1114
  Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightWidth", {
1115
1115
  get: function () {
1116
- return this.i.bs;
1116
+ return this.i.bv;
1117
1117
  },
1118
1118
  set: function (v) {
1119
- this.i.bs = +v;
1120
- this._a("actualHighlightWidth", this.i.bs);
1119
+ this.i.bv = +v;
1120
+ this._a("actualHighlightWidth", this.i.bv);
1121
1121
  },
1122
1122
  enumerable: false,
1123
1123
  configurable: true
1124
1124
  });
1125
1125
  Object.defineProperty(IgcToolActionComponent.prototype, "highlightRadius", {
1126
1126
  get: function () {
1127
- return this.i.b5;
1127
+ return this.i.b8;
1128
1128
  },
1129
1129
  set: function (v) {
1130
- this.i.b5 = +v;
1131
- this._a("highlightRadius", this.i.b5);
1130
+ this.i.b8 = +v;
1131
+ this._a("highlightRadius", this.i.b8);
1132
1132
  },
1133
1133
  enumerable: false,
1134
1134
  configurable: true
1135
1135
  });
1136
1136
  Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightRadius", {
1137
1137
  get: function () {
1138
- return this.i.br;
1138
+ return this.i.bu;
1139
1139
  },
1140
1140
  set: function (v) {
1141
- this.i.br = +v;
1142
- this._a("actualHighlightRadius", this.i.br);
1141
+ this.i.bu = +v;
1142
+ this._a("actualHighlightRadius", this.i.bu);
1143
1143
  },
1144
1144
  enumerable: false,
1145
1145
  configurable: true
1146
1146
  });
1147
1147
  Object.defineProperty(IgcToolActionComponent.prototype, "highlightColor", {
1148
1148
  get: function () {
1149
- return brushToString(this.i.g0);
1149
+ return brushToString(this.i.g6);
1150
1150
  },
1151
1151
  set: function (v) {
1152
- this.i.g0 = stringToBrush(v);
1153
- this._a("highlightColor", brushToString(this.i.g0));
1152
+ this.i.g6 = stringToBrush(v);
1153
+ this._a("highlightColor", brushToString(this.i.g6));
1154
1154
  },
1155
1155
  enumerable: false,
1156
1156
  configurable: true
1157
1157
  });
1158
1158
  Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightColor", {
1159
1159
  get: function () {
1160
- return brushToString(this.i.gs);
1160
+ return brushToString(this.i.gy);
1161
1161
  },
1162
1162
  set: function (v) {
1163
- this.i.gs = stringToBrush(v);
1164
- this._a("actualHighlightColor", brushToString(this.i.gs));
1163
+ this.i.gy = stringToBrush(v);
1164
+ this._a("actualHighlightColor", brushToString(this.i.gy));
1165
1165
  },
1166
1166
  enumerable: false,
1167
1167
  configurable: true
@@ -1237,21 +1237,18 @@ var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1237
1237
  }
1238
1238
  this._inStyling = false;
1239
1239
  };
1240
- IgcToolActionComponent.prototype.cleanUp = function () {
1241
- this.i.e2();
1242
- };
1243
1240
  IgcToolActionComponent.prototype.openSubMenu = function () {
1244
- this.i.f2();
1241
+ this.i.f8();
1245
1242
  };
1246
1243
  IgcToolActionComponent.prototype.closeSubmenu = function () {
1247
- this.i.e4();
1244
+ this.i.e7();
1248
1245
  };
1249
1246
  IgcToolActionComponent.prototype.exportVisualData = function () {
1250
- var iv = this.i.cm();
1247
+ var iv = this.i.cp();
1251
1248
  return (iv);
1252
1249
  };
1253
1250
  IgcToolActionComponent.prototype.exportSerializedVisualData = function () {
1254
- var iv = this.i.dt();
1251
+ var iv = this.i.dw();
1255
1252
  return (iv);
1256
1253
  };
1257
1254
  Object.defineProperty(IgcToolActionComponent.prototype, "onCommand", {