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
@@ -195,7 +195,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
195
195
  this._updatingFromAttribute = false;
196
196
  }
197
197
  get isOpen() {
198
- return this.i.a7;
198
+ return this.i.a8;
199
199
  }
200
200
  /**
201
201
  * Gets the context bindings for this tool action.
@@ -230,7 +230,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
230
230
  this.i.contextBindings = innerColl;
231
231
  }
232
232
  get actionId() {
233
- return this.i.cu;
233
+ return this.i.cx;
234
234
  }
235
235
  get actualActions() {
236
236
  if (!this._actualActions) {
@@ -277,37 +277,37 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
277
277
  * Gets or sets the width to use for this tool action.
278
278
  */
279
279
  get width() {
280
- return this.i.cj;
280
+ return this.i.cm;
281
281
  }
282
282
  set width(v) {
283
- this.i.cj = +v;
284
- this._a("width", this.i.cj);
283
+ this.i.cm = +v;
284
+ this._a("width", this.i.cm);
285
285
  }
286
286
  /**
287
287
  * Gets or sets the height to use for this tool action.
288
288
  */
289
289
  get height() {
290
- return this.i.b4;
290
+ return this.i.b7;
291
291
  }
292
292
  set height(v) {
293
- this.i.b4 = +v;
294
- this._a("height", this.i.b4);
293
+ this.i.b7 = +v;
294
+ this._a("height", this.i.b7);
295
295
  }
296
296
  /**
297
297
  * Gets or sets the height to use for the sub panel if different than default
298
298
  */
299
299
  get subPanelRowHeight() {
300
- return this.i.ck;
300
+ return this.i.cn;
301
301
  }
302
302
  set subPanelRowHeight(v) {
303
- this.i.ck = +v;
304
- this._a("subPanelRowHeight", this.i.ck);
303
+ this.i.cn = +v;
304
+ this._a("subPanelRowHeight", this.i.cn);
305
305
  }
306
306
  get parentId() {
307
- return this.i.em;
307
+ return this.i.ep;
308
308
  }
309
309
  set parentId(v) {
310
- this.i.em = v;
310
+ this.i.ep = v;
311
311
  }
312
312
  /**
313
313
  * Gets or sets the Id of the action that this action will be inserted before.
@@ -318,10 +318,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
318
318
  * after the action has already been added will have no effect.
319
319
  */
320
320
  get beforeId() {
321
- return this.i.dh;
321
+ return this.i.dk;
322
322
  }
323
323
  set beforeId(v) {
324
- this.i.dh = v;
324
+ this.i.dk = v;
325
325
  }
326
326
  /**
327
327
  * Gets or sets the Id of the action that this action will be inserted after.
@@ -332,10 +332,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
332
332
  * after the action has already been added will have no effect.
333
333
  */
334
334
  get afterId() {
335
- return this.i.de;
335
+ return this.i.dh;
336
336
  }
337
337
  set afterId(v) {
338
- this.i.de = v;
338
+ this.i.dh = v;
339
339
  }
340
340
  /**
341
341
  * Sets to the Id of the action that this action will overlay itself on to.
@@ -348,184 +348,184 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
348
348
  * overlaid onto the generated actions.
349
349
  */
350
350
  get overlayId() {
351
- return this.i.eh;
351
+ return this.i.ek;
352
352
  }
353
353
  set overlayId(v) {
354
- this.i.eh = v;
354
+ this.i.ek = v;
355
355
  }
356
356
  get commandId() {
357
- return this.i.dm;
357
+ return this.i.dq;
358
358
  }
359
359
  set commandId(v) {
360
- this.i.dm = v;
360
+ this.i.dq = v;
361
361
  }
362
362
  get commandArgument() {
363
- return this.i.dj;
363
+ return this.i.dm;
364
364
  }
365
365
  set commandArgument(v) {
366
- this.i.dj = v;
366
+ this.i.dm = v;
367
367
  }
368
368
  get commandArgumentValue() {
369
- return this.i.cl;
369
+ return this.i.co;
370
370
  }
371
371
  set commandArgumentValue(v) {
372
- this.i.cl = v;
372
+ this.i.co = v;
373
373
  }
374
374
  get paddingLeft() {
375
- return this.i.cf;
375
+ return this.i.ci;
376
376
  }
377
377
  set paddingLeft(v) {
378
- this.i.cf = +v;
379
- this._a("paddingLeft", this.i.cf);
378
+ this.i.ci = +v;
379
+ this._a("paddingLeft", this.i.ci);
380
380
  }
381
381
  get actualPaddingLeft() {
382
- return this.i.bw;
382
+ return this.i.bz;
383
383
  }
384
384
  set actualPaddingLeft(v) {
385
- this.i.bw = +v;
386
- this._a("actualPaddingLeft", this.i.bw);
385
+ this.i.bz = +v;
386
+ this._a("actualPaddingLeft", this.i.bz);
387
387
  }
388
388
  get paddingRight() {
389
- return this.i.cg;
389
+ return this.i.cj;
390
390
  }
391
391
  set paddingRight(v) {
392
- this.i.cg = +v;
393
- this._a("paddingRight", this.i.cg);
392
+ this.i.cj = +v;
393
+ this._a("paddingRight", this.i.cj);
394
394
  }
395
395
  get actualPaddingRight() {
396
- return this.i.bx;
396
+ return this.i.b0;
397
397
  }
398
398
  set actualPaddingRight(v) {
399
- this.i.bx = +v;
400
- this._a("actualPaddingRight", this.i.bx);
399
+ this.i.b0 = +v;
400
+ this._a("actualPaddingRight", this.i.b0);
401
401
  }
402
402
  get paddingBottom() {
403
- return this.i.ce;
403
+ return this.i.ch;
404
404
  }
405
405
  set paddingBottom(v) {
406
- this.i.ce = +v;
407
- this._a("paddingBottom", this.i.ce);
406
+ this.i.ch = +v;
407
+ this._a("paddingBottom", this.i.ch);
408
408
  }
409
409
  get actualPaddingBottom() {
410
- return this.i.bv;
410
+ return this.i.by;
411
411
  }
412
412
  set actualPaddingBottom(v) {
413
- this.i.bv = +v;
414
- this._a("actualPaddingBottom", this.i.bv);
413
+ this.i.by = +v;
414
+ this._a("actualPaddingBottom", this.i.by);
415
415
  }
416
416
  get paddingTop() {
417
- return this.i.ch;
417
+ return this.i.ck;
418
418
  }
419
419
  set paddingTop(v) {
420
- this.i.ch = +v;
421
- this._a("paddingTop", this.i.ch);
420
+ this.i.ck = +v;
421
+ this._a("paddingTop", this.i.ck);
422
422
  }
423
423
  get actualPaddingTop() {
424
- return this.i.by;
424
+ return this.i.b1;
425
425
  }
426
426
  set actualPaddingTop(v) {
427
- this.i.by = +v;
428
- this._a("actualPaddingTop", this.i.by);
427
+ this.i.b1 = +v;
428
+ this._a("actualPaddingTop", this.i.b1);
429
429
  }
430
430
  /**
431
431
  * Gets the actual hover background used by the tool action.
432
432
  */
433
433
  get actualHoverBackground() {
434
- return brushToString(this.i.gt);
434
+ return brushToString(this.i.gz);
435
435
  }
436
436
  set actualHoverBackground(v) {
437
- this.i.gt = stringToBrush(v);
438
- this._a("actualHoverBackground", brushToString(this.i.gt));
437
+ this.i.gz = stringToBrush(v);
438
+ this._a("actualHoverBackground", brushToString(this.i.gz));
439
439
  }
440
440
  /**
441
441
  * Gets or sets the hover background for this tool action.
442
442
  */
443
443
  get hoverBackground() {
444
- return brushToString(this.i.g1);
444
+ return brushToString(this.i.g7);
445
445
  }
446
446
  set hoverBackground(v) {
447
- this.i.g1 = stringToBrush(v);
448
- this._a("hoverBackground", brushToString(this.i.g1));
447
+ this.i.g7 = stringToBrush(v);
448
+ this._a("hoverBackground", brushToString(this.i.g7));
449
449
  }
450
450
  /**
451
451
  * Gets the actual background used by the tool action.
452
452
  */
453
453
  get actualBackground() {
454
- return brushToString(this.i.gq);
454
+ return brushToString(this.i.gw);
455
455
  }
456
456
  set actualBackground(v) {
457
- this.i.gq = stringToBrush(v);
458
- this._a("actualBackground", brushToString(this.i.gq));
457
+ this.i.gw = stringToBrush(v);
458
+ this._a("actualBackground", brushToString(this.i.gw));
459
459
  }
460
460
  /**
461
461
  * Gets or sets the background color of the tool action.
462
462
  */
463
463
  get background() {
464
- return brushToString(this.i.gy);
464
+ return brushToString(this.i.g4);
465
465
  }
466
466
  set background(v) {
467
- this.i.gy = stringToBrush(v);
468
- this._a("background", brushToString(this.i.gy));
467
+ this.i.g4 = stringToBrush(v);
468
+ this._a("background", brushToString(this.i.g4));
469
469
  }
470
470
  /**
471
471
  * Gets the actual label text color.
472
472
  */
473
473
  get actualTextColor() {
474
- return brushToString(this.i.gx);
474
+ return brushToString(this.i.g3);
475
475
  }
476
476
  set actualTextColor(v) {
477
- this.i.gx = stringToBrush(v);
478
- this._a("actualTextColor", brushToString(this.i.gx));
477
+ this.i.g3 = stringToBrush(v);
478
+ this._a("actualTextColor", brushToString(this.i.g3));
479
479
  }
480
480
  /**
481
481
  * Gets or sets the label text color.
482
482
  */
483
483
  get textColor() {
484
- return brushToString(this.i.g5);
484
+ return brushToString(this.i.hb);
485
485
  }
486
486
  set textColor(v) {
487
- this.i.g5 = stringToBrush(v);
488
- this._a("textColor", brushToString(this.i.g5));
487
+ this.i.hb = stringToBrush(v);
488
+ this._a("textColor", brushToString(this.i.hb));
489
489
  }
490
490
  /**
491
491
  * Gets the actual label text color.
492
492
  */
493
493
  get actualSubtitleTextColor() {
494
- return brushToString(this.i.gw);
494
+ return brushToString(this.i.g2);
495
495
  }
496
496
  set actualSubtitleTextColor(v) {
497
- this.i.gw = stringToBrush(v);
498
- this._a("actualSubtitleTextColor", brushToString(this.i.gw));
497
+ this.i.g2 = stringToBrush(v);
498
+ this._a("actualSubtitleTextColor", brushToString(this.i.g2));
499
499
  }
500
500
  /**
501
501
  * Gets or sets the label text color.
502
502
  */
503
503
  get subtitleTextColor() {
504
- return brushToString(this.i.g4);
504
+ return brushToString(this.i.ha);
505
505
  }
506
506
  set subtitleTextColor(v) {
507
- this.i.g4 = stringToBrush(v);
508
- this._a("subtitleTextColor", brushToString(this.i.g4));
507
+ this.i.ha = stringToBrush(v);
508
+ this._a("subtitleTextColor", brushToString(this.i.ha));
509
509
  }
510
510
  /**
511
511
  * Gets the actual label text color when the tool is disabled.
512
512
  */
513
513
  get actualDisabledTextColor() {
514
- return brushToString(this.i.gr);
514
+ return brushToString(this.i.gx);
515
515
  }
516
516
  set actualDisabledTextColor(v) {
517
- this.i.gr = stringToBrush(v);
518
- this._a("actualDisabledTextColor", brushToString(this.i.gr));
517
+ this.i.gx = stringToBrush(v);
518
+ this._a("actualDisabledTextColor", brushToString(this.i.gx));
519
519
  }
520
520
  /**
521
521
  * Gets or sets the label text color when the tool is disabled.
522
522
  */
523
523
  get disabledTextColor() {
524
- return brushToString(this.i.gz);
524
+ return brushToString(this.i.g5);
525
525
  }
526
526
  set disabledTextColor(v) {
527
- this.i.gz = stringToBrush(v);
528
- this._a("disabledTextColor", brushToString(this.i.gz));
527
+ this.i.g5 = stringToBrush(v);
528
+ this._a("disabledTextColor", brushToString(this.i.g5));
529
529
  }
530
530
  /**
531
531
  * Gets the actual font used.
@@ -576,18 +576,18 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
576
576
  this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
577
577
  }
578
578
  get isDisabled() {
579
- return this.i.a5;
579
+ return this.i.a6;
580
580
  }
581
581
  set isDisabled(v) {
582
- this.i.a5 = ensureBool(v);
583
- this._a("isDisabled", this.i.a5);
582
+ this.i.a6 = ensureBool(v);
583
+ this._a("isDisabled", this.i.a6);
584
584
  }
585
585
  get isHighlighted() {
586
- return this.i.a6;
586
+ return this.i.a7;
587
587
  }
588
588
  set isHighlighted(v) {
589
- this.i.a6 = ensureBool(v);
590
- this._a("isHighlighted", this.i.a6);
589
+ this.i.a7 = ensureBool(v);
590
+ this._a("isHighlighted", this.i.a7);
591
591
  }
592
592
  /**
593
593
  * Gets or sets the display density to use for the action.
@@ -610,100 +610,100 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
610
610
  this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.u));
611
611
  }
612
612
  get name() {
613
- return this.i.ef;
613
+ return this.i.ei;
614
614
  }
615
615
  set name(v) {
616
- this.i.ef = v;
616
+ this.i.ei = v;
617
617
  }
618
618
  /**
619
619
  * Gets or sets the title of the tool.
620
620
  */
621
621
  get title() {
622
- return this.i.ex;
622
+ return this.i.e1;
623
623
  }
624
624
  set title(v) {
625
- this.i.ex = v;
625
+ this.i.e1 = v;
626
626
  }
627
627
  /**
628
628
  * Gets or sets the subtitle of the tool.
629
629
  */
630
630
  get subtitle() {
631
- return this.i.er;
631
+ return this.i.ev;
632
632
  }
633
633
  set subtitle(v) {
634
- this.i.er = v;
634
+ this.i.ev = v;
635
635
  }
636
636
  get iconName() {
637
- return this.i.d3;
637
+ return this.i.d6;
638
638
  }
639
639
  set iconName(v) {
640
- this.i.d3 = v;
640
+ this.i.d6 = v;
641
641
  }
642
642
  get iconCollectionName() {
643
- return this.i.dy;
643
+ return this.i.d1;
644
644
  }
645
645
  set iconCollectionName(v) {
646
- this.i.dy = v;
646
+ this.i.d1 = v;
647
647
  }
648
648
  /**
649
649
  * Gets or sets the icon viewbox left.
650
650
  */
651
651
  get iconViewBoxLeft() {
652
- return this.i.ca;
652
+ return this.i.cd;
653
653
  }
654
654
  set iconViewBoxLeft(v) {
655
- this.i.ca = +v;
656
- this._a("iconViewBoxLeft", this.i.ca);
655
+ this.i.cd = +v;
656
+ this._a("iconViewBoxLeft", this.i.cd);
657
657
  }
658
658
  /**
659
659
  * Gets or sets the icon viewbox top.
660
660
  */
661
661
  get iconViewBoxTop() {
662
- return this.i.cb;
662
+ return this.i.ce;
663
663
  }
664
664
  set iconViewBoxTop(v) {
665
- this.i.cb = +v;
666
- this._a("iconViewBoxTop", this.i.cb);
665
+ this.i.ce = +v;
666
+ this._a("iconViewBoxTop", this.i.ce);
667
667
  }
668
668
  /**
669
669
  * Gets or sets the icon viewbox width.
670
670
  */
671
671
  get iconViewBoxWidth() {
672
- return this.i.cc;
672
+ return this.i.cf;
673
673
  }
674
674
  set iconViewBoxWidth(v) {
675
- this.i.cc = +v;
676
- this._a("iconViewBoxWidth", this.i.cc);
675
+ this.i.cf = +v;
676
+ this._a("iconViewBoxWidth", this.i.cf);
677
677
  }
678
678
  /**
679
679
  * Gets or sets the icon viewbox height.
680
680
  */
681
681
  get iconViewBoxHeight() {
682
- return this.i.b9;
682
+ return this.i.cc;
683
683
  }
684
684
  set iconViewBoxHeight(v) {
685
- this.i.b9 = +v;
686
- this._a("iconViewBoxHeight", this.i.b9);
685
+ this.i.cc = +v;
686
+ this._a("iconViewBoxHeight", this.i.cc);
687
687
  }
688
688
  /**
689
689
  * Gets or sets the icon fill color.
690
690
  */
691
691
  get iconFill() {
692
- return brushToString(this.i.g2);
692
+ return brushToString(this.i.g8);
693
693
  }
694
694
  set iconFill(v) {
695
- this.i.g2 = stringToBrush(v);
696
- this._a("iconFill", brushToString(this.i.g2));
695
+ this.i.g8 = stringToBrush(v);
696
+ this._a("iconFill", brushToString(this.i.g8));
697
697
  }
698
698
  /**
699
699
  * Gets the actual icon fill color.
700
700
  */
701
701
  get actualIconFill() {
702
- return brushToString(this.i.gu);
702
+ return brushToString(this.i.g0);
703
703
  }
704
704
  set actualIconFill(v) {
705
- this.i.gu = stringToBrush(v);
706
- this._a("actualIconFill", brushToString(this.i.gu));
705
+ this.i.g0 = stringToBrush(v);
706
+ this._a("actualIconFill", brushToString(this.i.g0));
707
707
  }
708
708
  /**
709
709
  * Gets or sets the icon fill colors.
@@ -719,21 +719,21 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
719
719
  * Gets or sets the icon stroke color.
720
720
  */
721
721
  get iconStroke() {
722
- return brushToString(this.i.g3);
722
+ return brushToString(this.i.g9);
723
723
  }
724
724
  set iconStroke(v) {
725
- this.i.g3 = stringToBrush(v);
726
- this._a("iconStroke", brushToString(this.i.g3));
725
+ this.i.g9 = stringToBrush(v);
726
+ this._a("iconStroke", brushToString(this.i.g9));
727
727
  }
728
728
  /**
729
729
  * Gets the actual icon stroke color.
730
730
  */
731
731
  get actualIconStroke() {
732
- return brushToString(this.i.gv);
732
+ return brushToString(this.i.g1);
733
733
  }
734
734
  set actualIconStroke(v) {
735
- this.i.gv = stringToBrush(v);
736
- this._a("actualIconStroke", brushToString(this.i.gv));
735
+ this.i.g1 = stringToBrush(v);
736
+ this._a("actualIconStroke", brushToString(this.i.g1));
737
737
  }
738
738
  /**
739
739
  * Gets or sets the icon stroke colors.
@@ -749,113 +749,113 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
749
749
  * Gets or sets the icon viewbox width.
750
750
  */
751
751
  get iconStrokeWidth() {
752
- return this.i.b8;
752
+ return this.i.cb;
753
753
  }
754
754
  set iconStrokeWidth(v) {
755
- this.i.b8 = +v;
756
- this._a("iconStrokeWidth", this.i.b8);
755
+ this.i.cb = +v;
756
+ this._a("iconStrokeWidth", this.i.cb);
757
757
  }
758
758
  /**
759
759
  * Gets or sets the width of the icon.
760
760
  */
761
761
  get iconWidth() {
762
- return this.i.cd;
762
+ return this.i.cg;
763
763
  }
764
764
  set iconWidth(v) {
765
- this.i.cd = +v;
766
- this._a("iconWidth", this.i.cd);
765
+ this.i.cg = +v;
766
+ this._a("iconWidth", this.i.cg);
767
767
  }
768
768
  /**
769
769
  * Gets the actual icon width used.
770
770
  */
771
771
  get actualIconWidth() {
772
- return this.i.bu;
772
+ return this.i.bx;
773
773
  }
774
774
  set actualIconWidth(v) {
775
- this.i.bu = +v;
776
- this._a("actualIconWidth", this.i.bu);
775
+ this.i.bx = +v;
776
+ this._a("actualIconWidth", this.i.bx);
777
777
  }
778
778
  /**
779
779
  * Gets or sets the height of the icon.
780
780
  */
781
781
  get iconHeight() {
782
- return this.i.b7;
782
+ return this.i.ca;
783
783
  }
784
784
  set iconHeight(v) {
785
- this.i.b7 = +v;
786
- this._a("iconHeight", this.i.b7);
785
+ this.i.ca = +v;
786
+ this._a("iconHeight", this.i.ca);
787
787
  }
788
788
  /**
789
789
  * Gets the actual icon height used.
790
790
  */
791
791
  get actualIconHeight() {
792
- return this.i.bt;
792
+ return this.i.bw;
793
793
  }
794
794
  set actualIconHeight(v) {
795
- this.i.bt = +v;
796
- this._a("actualIconHeight", this.i.bt);
795
+ this.i.bw = +v;
796
+ this._a("actualIconHeight", this.i.bw);
797
797
  }
798
798
  /**
799
799
  * Gets or sets the tool action visibility.
800
800
  */
801
801
  get visibility() {
802
- return this.i.g6;
802
+ return this.i.hc;
803
803
  }
804
804
  set visibility(v) {
805
- this.i.g6 = ensureEnum(Visibility_$type, v);
806
- this._a("visibility", enumToString(Visibility_$type, this.i.g6));
805
+ this.i.hc = ensureEnum(Visibility_$type, v);
806
+ this._a("visibility", enumToString(Visibility_$type, this.i.hc));
807
807
  }
808
808
  /**
809
809
  * Gets or sets if the tool action will close its parent dropdown when executed by the user.
810
810
  */
811
811
  get closeOnExecute() {
812
- return this.i.at;
812
+ return this.i.au;
813
813
  }
814
814
  set closeOnExecute(v) {
815
- this.i.at = ensureBool(v);
816
- this._a("closeOnExecute", this.i.at);
815
+ this.i.au = ensureBool(v);
816
+ this._a("closeOnExecute", this.i.au);
817
817
  }
818
818
  get highlightWidth() {
819
- return this.i.b6;
819
+ return this.i.b9;
820
820
  }
821
821
  set highlightWidth(v) {
822
- this.i.b6 = +v;
823
- this._a("highlightWidth", this.i.b6);
822
+ this.i.b9 = +v;
823
+ this._a("highlightWidth", this.i.b9);
824
824
  }
825
825
  get actualHighlightWidth() {
826
- return this.i.bs;
826
+ return this.i.bv;
827
827
  }
828
828
  set actualHighlightWidth(v) {
829
- this.i.bs = +v;
830
- this._a("actualHighlightWidth", this.i.bs);
829
+ this.i.bv = +v;
830
+ this._a("actualHighlightWidth", this.i.bv);
831
831
  }
832
832
  get highlightRadius() {
833
- return this.i.b5;
833
+ return this.i.b8;
834
834
  }
835
835
  set highlightRadius(v) {
836
- this.i.b5 = +v;
837
- this._a("highlightRadius", this.i.b5);
836
+ this.i.b8 = +v;
837
+ this._a("highlightRadius", this.i.b8);
838
838
  }
839
839
  get actualHighlightRadius() {
840
- return this.i.br;
840
+ return this.i.bu;
841
841
  }
842
842
  set actualHighlightRadius(v) {
843
- this.i.br = +v;
844
- this._a("actualHighlightRadius", this.i.br);
843
+ this.i.bu = +v;
844
+ this._a("actualHighlightRadius", this.i.bu);
845
845
  }
846
846
  get highlightColor() {
847
- return brushToString(this.i.g0);
847
+ return brushToString(this.i.g6);
848
848
  }
849
849
  set highlightColor(v) {
850
- this.i.g0 = stringToBrush(v);
851
- this._a("highlightColor", brushToString(this.i.g0));
850
+ this.i.g6 = stringToBrush(v);
851
+ this._a("highlightColor", brushToString(this.i.g6));
852
852
  }
853
853
  get actualHighlightColor() {
854
- return brushToString(this.i.gs);
854
+ return brushToString(this.i.gy);
855
855
  }
856
856
  set actualHighlightColor(v) {
857
- this.i.gs = stringToBrush(v);
858
- this._a("actualHighlightColor", brushToString(this.i.gs));
857
+ this.i.gy = stringToBrush(v);
858
+ this._a("actualHighlightColor", brushToString(this.i.gy));
859
859
  }
860
860
  findByName(name) {
861
861
  if (this.findEphemera) {
@@ -924,21 +924,18 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
924
924
  }
925
925
  this._inStyling = false;
926
926
  }
927
- cleanUp() {
928
- this.i.e2();
929
- }
930
927
  openSubMenu() {
931
- this.i.f2();
928
+ this.i.f8();
932
929
  }
933
930
  closeSubmenu() {
934
- this.i.e4();
931
+ this.i.e7();
935
932
  }
936
933
  exportVisualData() {
937
- let iv = this.i.cm();
934
+ let iv = this.i.cp();
938
935
  return (iv);
939
936
  }
940
937
  exportSerializedVisualData() {
941
- let iv = this.i.dt();
938
+ let iv = this.i.dw();
942
939
  return (iv);
943
940
  }
944
941
  get onCommand() {