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
@@ -18,6 +18,7 @@ import { IgcToolActionCollection } from "./igc-tool-action-collection";
18
18
  import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
19
19
  import { IgcToolbarSubMenuOpeningEventArgs } from './igc-toolbar-sub-menu-opening-event-args';
20
20
  import { IgcToolbarSubMenuClosingEventArgs } from './igc-toolbar-sub-menu-closing-event-args';
21
+ import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
21
22
  export let IgcToolbarComponent = /*@__PURE__*/ (() => {
22
23
  class IgcToolbarComponent extends IgcHTMLElement {
23
24
  set height(value) {
@@ -256,21 +257,21 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
256
257
  * Gets or sets the base built in theme to use for the checkbox.
257
258
  */
258
259
  get baseTheme() {
259
- return this.i.v;
260
+ return this.i.x;
260
261
  }
261
262
  set baseTheme(v) {
262
- this.i.v = ensureEnum(BaseControlTheme_$type, v);
263
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.v));
263
+ this.i.x = ensureEnum(BaseControlTheme_$type, v);
264
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.x));
264
265
  }
265
266
  /**
266
267
  * Gets or sets the display density to use for the toolbar.
267
268
  */
268
269
  get density() {
269
- return this.i.x;
270
+ return this.i.z;
270
271
  }
271
272
  set density(v) {
272
- this.i.x = ensureEnum(ControlDisplayDensity_$type, v);
273
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.x));
273
+ this.i.z = ensureEnum(ControlDisplayDensity_$type, v);
274
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.z));
274
275
  }
275
276
  /**
276
277
  * Gets or sets the data or data source instance to which to bind the grid.
@@ -350,271 +351,271 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
350
351
  * Gets or sets the color to use for the background of the component.
351
352
  */
352
353
  get backgroundColor() {
353
- return brushToString(this.i.fe);
354
+ return brushToString(this.i.fk);
354
355
  }
355
356
  set backgroundColor(v) {
356
- this.i.fe = stringToBrush(v);
357
- this._a("backgroundColor", brushToString(this.i.fe));
357
+ this.i.fk = stringToBrush(v);
358
+ this._a("backgroundColor", brushToString(this.i.fk));
358
359
  }
359
360
  /**
360
361
  * Gets or sets the background color for submenus.
361
362
  */
362
363
  get submenuBackgroundColor() {
363
- return brushToString(this.i.fs);
364
+ return brushToString(this.i.fy);
364
365
  }
365
366
  set submenuBackgroundColor(v) {
366
- this.i.fs = stringToBrush(v);
367
- this._a("submenuBackgroundColor", brushToString(this.i.fs));
367
+ this.i.fy = stringToBrush(v);
368
+ this._a("submenuBackgroundColor", brushToString(this.i.fy));
368
369
  }
369
370
  /**
370
371
  * Gets or sets the group header background color.
371
372
  */
372
373
  get groupHeaderBackgroundColor() {
373
- return brushToString(this.i.fj);
374
+ return brushToString(this.i.fp);
374
375
  }
375
376
  set groupHeaderBackgroundColor(v) {
376
- this.i.fj = stringToBrush(v);
377
- this._a("groupHeaderBackgroundColor", brushToString(this.i.fj));
377
+ this.i.fp = stringToBrush(v);
378
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.fp));
378
379
  }
379
380
  /**
380
381
  * Gets or sets the separator background color.
381
382
  */
382
383
  get separatorBackgroundColor() {
383
- return brushToString(this.i.fr);
384
+ return brushToString(this.i.fx);
384
385
  }
385
386
  set separatorBackgroundColor(v) {
386
- this.i.fr = stringToBrush(v);
387
- this._a("separatorBackgroundColor", brushToString(this.i.fr));
387
+ this.i.fx = stringToBrush(v);
388
+ this._a("separatorBackgroundColor", brushToString(this.i.fx));
388
389
  }
389
390
  /**
390
391
  * Gets or sets the hover background color.
391
392
  */
392
393
  get hoverBackgroundColor() {
393
- return brushToString(this.i.fn);
394
+ return brushToString(this.i.ft);
394
395
  }
395
396
  set hoverBackgroundColor(v) {
396
- this.i.fn = stringToBrush(v);
397
- this._a("hoverBackgroundColor", brushToString(this.i.fn));
397
+ this.i.ft = stringToBrush(v);
398
+ this._a("hoverBackgroundColor", brushToString(this.i.ft));
398
399
  }
399
400
  /**
400
401
  * Gets or sets the color to use for the text of the component.
401
402
  */
402
403
  get textColor() {
403
- return brushToString(this.i.fu);
404
+ return brushToString(this.i.f0);
404
405
  }
405
406
  set textColor(v) {
406
- this.i.fu = stringToBrush(v);
407
- this._a("textColor", brushToString(this.i.fu));
407
+ this.i.f0 = stringToBrush(v);
408
+ this._a("textColor", brushToString(this.i.f0));
408
409
  }
409
410
  /**
410
411
  * Gets or sets the color to use for the text in disabled tool actions.
411
412
  */
412
413
  get disabledTextColor() {
413
- return brushToString(this.i.fh);
414
+ return brushToString(this.i.fn);
414
415
  }
415
416
  set disabledTextColor(v) {
416
- this.i.fh = stringToBrush(v);
417
- this._a("disabledTextColor", brushToString(this.i.fh));
417
+ this.i.fn = stringToBrush(v);
418
+ this._a("disabledTextColor", brushToString(this.i.fn));
418
419
  }
419
420
  /**
420
421
  * Gets or sets the text color for group header tool actions.
421
422
  */
422
423
  get groupHeaderTextColor() {
423
- return brushToString(this.i.fl);
424
+ return brushToString(this.i.fr);
424
425
  }
425
426
  set groupHeaderTextColor(v) {
426
- this.i.fl = stringToBrush(v);
427
- this._a("groupHeaderTextColor", brushToString(this.i.fl));
427
+ this.i.fr = stringToBrush(v);
428
+ this._a("groupHeaderTextColor", brushToString(this.i.fr));
428
429
  }
429
430
  /**
430
431
  * Gets or sets the tooltip text color.
431
432
  */
432
433
  get toolTipTextColor() {
433
- return brushToString(this.i.fw);
434
+ return brushToString(this.i.f2);
434
435
  }
435
436
  set toolTipTextColor(v) {
436
- this.i.fw = stringToBrush(v);
437
- this._a("toolTipTextColor", brushToString(this.i.fw));
437
+ this.i.f2 = stringToBrush(v);
438
+ this._a("toolTipTextColor", brushToString(this.i.f2));
438
439
  }
439
440
  /**
440
441
  * Gets or sets the tooltip background color.
441
442
  */
442
443
  get toolTipBackgroundColor() {
443
- return brushToString(this.i.fv);
444
+ return brushToString(this.i.f1);
444
445
  }
445
446
  set toolTipBackgroundColor(v) {
446
- this.i.fv = stringToBrush(v);
447
- this._a("toolTipBackgroundColor", brushToString(this.i.fv));
447
+ this.i.f1 = stringToBrush(v);
448
+ this._a("toolTipBackgroundColor", brushToString(this.i.f1));
448
449
  }
449
450
  /**
450
451
  * Gets or sets the tooltip corner radius.
451
452
  */
452
453
  get toolTipCornerRadius() {
453
- return this.i.bh;
454
+ return this.i.bl;
454
455
  }
455
456
  set toolTipCornerRadius(v) {
456
- this.i.bh = +v;
457
- this._a("toolTipCornerRadius", this.i.bh);
457
+ this.i.bl = +v;
458
+ this._a("toolTipCornerRadius", this.i.bl);
458
459
  }
459
460
  /**
460
461
  * Gets or sets the shadow elevation for the tooltip.
461
462
  */
462
463
  get toolTipElevation() {
463
- return this.i.bi;
464
+ return this.i.bm;
464
465
  }
465
466
  set toolTipElevation(v) {
466
- this.i.bi = +v;
467
- this._a("toolTipElevation", this.i.bi);
467
+ this.i.bm = +v;
468
+ this._a("toolTipElevation", this.i.bm);
468
469
  }
469
470
  /**
470
471
  * Gets or sets the fill color of icons in the ToolPanel.
471
472
  */
472
473
  get iconFill() {
473
- return brushToString(this.i.fo);
474
+ return brushToString(this.i.fu);
474
475
  }
475
476
  set iconFill(v) {
476
- this.i.fo = stringToBrush(v);
477
- this._a("iconFill", brushToString(this.i.fo));
477
+ this.i.fu = stringToBrush(v);
478
+ this._a("iconFill", brushToString(this.i.fu));
478
479
  }
479
480
  /**
480
481
  * Gets or sets the stroke color of icons in the ToolPanel.
481
482
  */
482
483
  get iconStroke() {
483
- return brushToString(this.i.fp);
484
+ return brushToString(this.i.fv);
484
485
  }
485
486
  set iconStroke(v) {
486
- this.i.fp = stringToBrush(v);
487
- this._a("iconStroke", brushToString(this.i.fp));
487
+ this.i.fv = stringToBrush(v);
488
+ this._a("iconStroke", brushToString(this.i.fv));
488
489
  }
489
490
  /**
490
491
  * Gets or sets the text style.
491
492
  */
492
493
  get cellTextStyle() {
493
- if (this.i.ab == null) {
494
+ if (this.i.ad == null) {
494
495
  return null;
495
496
  }
496
- return this.i.ab.fontString;
497
+ return this.i.ad.fontString;
497
498
  }
498
499
  set cellTextStyle(v) {
499
500
  let fi = new FontInfo();
500
501
  fi.fontString = v;
501
- this.i.ab = fi;
502
- this._a("cellTextStyle", this.i.ab != null ? this.i.ab.fontString : "");
502
+ this.i.ad = fi;
503
+ this._a("cellTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
503
504
  }
504
505
  /**
505
506
  * Gets or sets the text style for subtitles.
506
507
  */
507
508
  get subtitleTextStyle() {
508
- if (this.i.ad == null) {
509
+ if (this.i.af == null) {
509
510
  return null;
510
511
  }
511
- return this.i.ad.fontString;
512
+ return this.i.af.fontString;
512
513
  }
513
514
  set subtitleTextStyle(v) {
514
515
  let fi = new FontInfo();
515
516
  fi.fontString = v;
516
- this.i.ad = fi;
517
- this._a("subtitleTextStyle", this.i.ad != null ? this.i.ad.fontString : "");
517
+ this.i.af = fi;
518
+ this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
518
519
  }
519
520
  /**
520
521
  * Gets or sets the left padding for separators in the vertical orientation.
521
522
  */
522
523
  get separatorVerticalPaddingLeft() {
523
- return this.i.be;
524
+ return this.i.bi;
524
525
  }
525
526
  set separatorVerticalPaddingLeft(v) {
526
- this.i.be = +v;
527
- this._a("separatorVerticalPaddingLeft", this.i.be);
527
+ this.i.bi = +v;
528
+ this._a("separatorVerticalPaddingLeft", this.i.bi);
528
529
  }
529
530
  /**
530
531
  * Gets or sets the right padding for separators in the vertical orientation.
531
532
  */
532
533
  get separatorVerticalPaddingRight() {
533
- return this.i.bf;
534
+ return this.i.bj;
534
535
  }
535
536
  set separatorVerticalPaddingRight(v) {
536
- this.i.bf = +v;
537
- this._a("separatorVerticalPaddingRight", this.i.bf);
537
+ this.i.bj = +v;
538
+ this._a("separatorVerticalPaddingRight", this.i.bj);
538
539
  }
539
540
  /**
540
541
  * Gets or sets the top padding for separators in the vertical orientation.
541
542
  */
542
543
  get separatorVerticalPaddingTop() {
543
- return this.i.bg;
544
+ return this.i.bk;
544
545
  }
545
546
  set separatorVerticalPaddingTop(v) {
546
- this.i.bg = +v;
547
- this._a("separatorVerticalPaddingTop", this.i.bg);
547
+ this.i.bk = +v;
548
+ this._a("separatorVerticalPaddingTop", this.i.bk);
548
549
  }
549
550
  /**
550
551
  * Gets or sets the bottom padding for separators in the vertical orientation.
551
552
  */
552
553
  get separatorVerticalPaddingBottom() {
553
- return this.i.bd;
554
+ return this.i.bh;
554
555
  }
555
556
  set separatorVerticalPaddingBottom(v) {
556
- this.i.bd = +v;
557
- this._a("separatorVerticalPaddingBottom", this.i.bd);
557
+ this.i.bh = +v;
558
+ this._a("separatorVerticalPaddingBottom", this.i.bh);
558
559
  }
559
560
  /**
560
561
  * Gets or sets the left padding for separators in the horizontal orientation.
561
562
  */
562
563
  get separatorHorizontalPaddingLeft() {
563
- return this.i.ba;
564
+ return this.i.be;
564
565
  }
565
566
  set separatorHorizontalPaddingLeft(v) {
566
- this.i.ba = +v;
567
- this._a("separatorHorizontalPaddingLeft", this.i.ba);
567
+ this.i.be = +v;
568
+ this._a("separatorHorizontalPaddingLeft", this.i.be);
568
569
  }
569
570
  /**
570
571
  * Gets or sets the right padding for separators in the horizontal orientation.
571
572
  */
572
573
  get separatorHorizontalPaddingRight() {
573
- return this.i.bb;
574
+ return this.i.bf;
574
575
  }
575
576
  set separatorHorizontalPaddingRight(v) {
576
- this.i.bb = +v;
577
- this._a("separatorHorizontalPaddingRight", this.i.bb);
577
+ this.i.bf = +v;
578
+ this._a("separatorHorizontalPaddingRight", this.i.bf);
578
579
  }
579
580
  /**
580
581
  * Gets or sets the top padding for separators in the horizontal orientation.
581
582
  */
582
583
  get separatorHorizontalPaddingTop() {
583
- return this.i.bc;
584
+ return this.i.bg;
584
585
  }
585
586
  set separatorHorizontalPaddingTop(v) {
586
- this.i.bc = +v;
587
- this._a("separatorHorizontalPaddingTop", this.i.bc);
587
+ this.i.bg = +v;
588
+ this._a("separatorHorizontalPaddingTop", this.i.bg);
588
589
  }
589
590
  /**
590
591
  * Gets or sets the bottom padding for separators in the horizontal orientation.
591
592
  */
592
593
  get separatorHorizontalPaddingBottom() {
593
- return this.i.a9;
594
+ return this.i.bd;
594
595
  }
595
596
  set separatorHorizontalPaddingBottom(v) {
596
- this.i.a9 = +v;
597
- this._a("separatorHorizontalPaddingBottom", this.i.a9);
597
+ this.i.bd = +v;
598
+ this._a("separatorHorizontalPaddingBottom", this.i.bd);
598
599
  }
599
600
  /**
600
601
  * Gets or sets if the tool actions should display their submenus on mouse hover.
601
602
  */
602
603
  get showOnHover() {
603
- return this.i.ap;
604
+ return this.i.as;
604
605
  }
605
606
  set showOnHover(v) {
606
- this.i.ap = ensureBool(v);
607
- this._a("showOnHover", this.i.ap);
607
+ this.i.as = ensureBool(v);
608
+ this._a("showOnHover", this.i.as);
608
609
  }
609
610
  /**
610
611
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
611
612
  */
612
613
  get showTooltipOnHover() {
613
- return this.i.aq;
614
+ return this.i.at;
614
615
  }
615
616
  set showTooltipOnHover(v) {
616
- this.i.aq = ensureBool(v);
617
- this._a("showTooltipOnHover", this.i.aq);
617
+ this.i.at = ensureBool(v);
618
+ this._a("showTooltipOnHover", this.i.at);
618
619
  }
619
620
  /**
620
621
  * Gets or sets the amount of time to wait when clicking on the icon menu button while the dropdown is opening. If a click was
@@ -622,125 +623,145 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
622
623
  * always keep the dropdown open during a hover open and will require an extra click to close.
623
624
  */
624
625
  get dropdownClickBuffer() {
625
- return this.i.bm;
626
+ return this.i.bq;
626
627
  }
627
628
  set dropdownClickBuffer(v) {
628
- this.i.bm = +v;
629
- this._a("dropdownClickBuffer", this.i.bm);
629
+ this.i.bq = +v;
630
+ this._a("dropdownClickBuffer", this.i.bq);
630
631
  }
631
632
  get highlightWidth() {
632
- return this.i.a8;
633
+ return this.i.bc;
633
634
  }
634
635
  set highlightWidth(v) {
635
- this.i.a8 = +v;
636
- this._a("highlightWidth", this.i.a8);
636
+ this.i.bc = +v;
637
+ this._a("highlightWidth", this.i.bc);
637
638
  }
638
639
  get highlightRadius() {
639
- return this.i.a7;
640
+ return this.i.bb;
640
641
  }
641
642
  set highlightRadius(v) {
642
- this.i.a7 = +v;
643
- this._a("highlightRadius", this.i.a7);
643
+ this.i.bb = +v;
644
+ this._a("highlightRadius", this.i.bb);
644
645
  }
645
646
  get highlightColor() {
646
- return brushToString(this.i.fm);
647
+ return brushToString(this.i.fs);
647
648
  }
648
649
  set highlightColor(v) {
649
- this.i.fm = stringToBrush(v);
650
- this._a("highlightColor", brushToString(this.i.fm));
650
+ this.i.fs = stringToBrush(v);
651
+ this._a("highlightColor", brushToString(this.i.fs));
651
652
  }
652
653
  /**
653
654
  * Gets or sets the stroke color for all icon menu dropdown arrows.
654
655
  */
655
656
  get menuArrowStroke() {
656
- return brushToString(this.i.fq);
657
+ return brushToString(this.i.fw);
657
658
  }
658
659
  set menuArrowStroke(v) {
659
- this.i.fq = stringToBrush(v);
660
- this._a("menuArrowStroke", brushToString(this.i.fq));
660
+ this.i.fw = stringToBrush(v);
661
+ this._a("menuArrowStroke", brushToString(this.i.fw));
661
662
  }
662
663
  /**
663
664
  * Gets or sets the background color of the radio when in the unchecked state.
664
665
  */
665
666
  get uncheckedBackgroundColor() {
666
- return brushToString(this.i.fx);
667
+ return brushToString(this.i.f3);
667
668
  }
668
669
  set uncheckedBackgroundColor(v) {
669
- this.i.fx = stringToBrush(v);
670
- this._a("uncheckedBackgroundColor", brushToString(this.i.fx));
670
+ this.i.f3 = stringToBrush(v);
671
+ this._a("uncheckedBackgroundColor", brushToString(this.i.f3));
671
672
  }
672
673
  /**
673
674
  * Gets or sets the background color of the radio when in the checked state.
674
675
  */
675
676
  get checkedBackgroundColor() {
676
- return brushToString(this.i.ff);
677
+ return brushToString(this.i.fl);
677
678
  }
678
679
  set checkedBackgroundColor(v) {
679
- this.i.ff = stringToBrush(v);
680
- this._a("checkedBackgroundColor", brushToString(this.i.ff));
680
+ this.i.fl = stringToBrush(v);
681
+ this._a("checkedBackgroundColor", brushToString(this.i.fl));
681
682
  }
682
683
  /**
683
684
  * Gets or sets the border color of the radio when in the unchecked state.
684
685
  */
685
686
  get uncheckedBorderColor() {
686
- return brushToString(this.i.fy);
687
+ return brushToString(this.i.f4);
687
688
  }
688
689
  set uncheckedBorderColor(v) {
689
- this.i.fy = stringToBrush(v);
690
- this._a("uncheckedBorderColor", brushToString(this.i.fy));
690
+ this.i.f4 = stringToBrush(v);
691
+ this._a("uncheckedBorderColor", brushToString(this.i.f4));
691
692
  }
692
693
  /**
693
694
  * Gets or sets the border color of the radio when in the checked state.
694
695
  */
695
696
  get checkedBorderColor() {
696
- return brushToString(this.i.fg);
697
+ return brushToString(this.i.fm);
697
698
  }
698
699
  set checkedBorderColor(v) {
699
- this.i.fg = stringToBrush(v);
700
- this._a("checkedBorderColor", brushToString(this.i.fg));
700
+ this.i.fm = stringToBrush(v);
701
+ this._a("checkedBorderColor", brushToString(this.i.fm));
701
702
  }
702
703
  /**
703
704
  * Gets or sets the row height that should be used.
704
705
  */
705
706
  get rowHeight() {
706
- return this.i.bq;
707
+ return this.i.bu;
707
708
  }
708
709
  set rowHeight(v) {
709
- this.i.bq = +v;
710
- this._a("rowHeight", this.i.bq);
710
+ this.i.bu = +v;
711
+ this._a("rowHeight", this.i.bu);
711
712
  }
712
713
  /**
713
714
  * Gets or sets the text color for subtitles.
714
715
  */
715
716
  get subtitleTextColor() {
716
- return brushToString(this.i.ft);
717
+ return brushToString(this.i.fz);
717
718
  }
718
719
  set subtitleTextColor(v) {
719
- this.i.ft = stringToBrush(v);
720
- this._a("subtitleTextColor", brushToString(this.i.ft));
720
+ this.i.fz = stringToBrush(v);
721
+ this._a("subtitleTextColor", brushToString(this.i.fz));
721
722
  }
722
723
  /**
723
724
  * Gets or sets the text color for group header subtitles.
724
725
  */
725
726
  get groupHeaderSubtitleTextColor() {
726
- return brushToString(this.i.fk);
727
+ return brushToString(this.i.fq);
727
728
  }
728
729
  set groupHeaderSubtitleTextColor(v) {
729
- this.i.fk = stringToBrush(v);
730
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fk));
730
+ this.i.fq = stringToBrush(v);
731
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fq));
731
732
  }
732
733
  /**
733
734
  * Gets or sets the dropdown delay time in milliseconds.
734
735
  */
735
736
  get dropdownDelay() {
736
- return this.i.bn;
737
+ return this.i.br;
737
738
  }
738
739
  set dropdownDelay(v) {
739
- this.i.bn = +v;
740
- this._a("dropdownDelay", this.i.bn);
740
+ this.i.br = +v;
741
+ this._a("dropdownDelay", this.i.br);
742
+ }
743
+ /**
744
+ * Prevents clicks on the tool actions from bubbling.
745
+ */
746
+ get stopPropagation() {
747
+ return this.i.au;
748
+ }
749
+ set stopPropagation(v) {
750
+ this.i.au = ensureBool(v);
751
+ this._a("stopPropagation", this.i.au);
752
+ }
753
+ /**
754
+ * Gets or sets the style of scrollbar.
755
+ */
756
+ get scrollbarStyle() {
757
+ return this.i.v;
758
+ }
759
+ set scrollbarStyle(v) {
760
+ this.i.v = ensureEnum(ScrollbarStyle_$type, v);
761
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.v));
741
762
  }
742
763
  get isOpen() {
743
- return this.i.ao;
764
+ return this.i.ar;
744
765
  }
745
766
  findByName(name) {
746
767
  if (this.findEphemera) {
@@ -813,14 +834,14 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
813
834
  this._inStyling = false;
814
835
  }
815
836
  flushRefresh() {
816
- this.i.dr();
837
+ this.i.dx();
817
838
  }
818
839
  /**
819
840
  * Get the desired size the toolbar wants to be.
820
841
 
821
842
  */
822
843
  getDesiredSize() {
823
- let iv = this.i.f0();
844
+ let iv = this.i.f6();
824
845
  return fromSize(iv);
825
846
  }
826
847
  /**
@@ -828,114 +849,114 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
828
849
 
829
850
  */
830
851
  closeSubmenus() {
831
- this.i.dn();
852
+ this.i.du();
832
853
  }
833
854
  onCommandStateChanged(id, type, value) {
834
855
  this.i.onCommandStateChanged(id, (type == null ? null : type), value);
835
856
  }
836
857
  registerIconFromText(iconCollection, iconName, iconText) {
837
- this.i.d8(iconCollection, iconName, iconText);
858
+ this.i.ee(iconCollection, iconName, iconText);
838
859
  }
839
860
  getIconFromCache(iconCollection, iconName) {
840
- let iv = this.i.ci(iconCollection, iconName);
861
+ let iv = this.i.cm(iconCollection, iconName);
841
862
  return (iv);
842
863
  }
843
864
  registerMultiPathSVG(iconCollection, iconName, multiPathSVG) {
844
- this.i.ea(iconCollection, iconName, multiPathSVG);
865
+ this.i.eg(iconCollection, iconName, multiPathSVG);
845
866
  }
846
867
  getMultiPathSVGFromCache(iconCollection, iconName) {
847
868
  let iv = this.i.a(iconCollection, iconName);
848
869
  return (iv);
849
870
  }
850
871
  registerIconFromDataURL(iconCollection, iconName, dataURL) {
851
- this.i.d7(iconCollection, iconName, dataURL);
872
+ this.i.ed(iconCollection, iconName, dataURL);
852
873
  }
853
874
  getDataURLFromCache(iconCollection, iconName) {
854
- let iv = this.i.ch(iconCollection, iconName);
875
+ let iv = this.i.cl(iconCollection, iconName);
855
876
  return (iv);
856
877
  }
857
878
  registerIconSource(iconCollection, iconName, source) {
858
- this.i.d9(iconCollection, iconName, source);
879
+ this.i.ef(iconCollection, iconName, source);
859
880
  }
860
881
  getIconSource(iconCollection, iconName) {
861
- let iv = this.i.b0(iconCollection, iconName);
882
+ let iv = this.i.b4(iconCollection, iconName);
862
883
  return (iv);
863
884
  }
864
885
  setBrushContextItem(key, value) {
865
- this.i.ed(key, stringToBrush(value));
886
+ this.i.ej(key, stringToBrush(value));
866
887
  }
867
888
  getBrushContextItem(key) {
868
- let iv = this.i.fi(key);
889
+ let iv = this.i.fo(key);
869
890
  return brushToString(iv);
870
891
  }
871
892
  setBrushCollectionContextItem(key, value) {
872
- this.i.ec(key, toBrushCollection(value));
893
+ this.i.ei(key, toBrushCollection(value));
873
894
  }
874
895
  getBrushCollectionContextItem(key) {
875
896
  let iv = this.i.b(key);
876
897
  return fromBrushCollection(iv);
877
898
  }
878
899
  setDoubleContextItem(key, value) {
879
- this.i.eh(key, value);
900
+ this.i.en(key, value);
880
901
  }
881
902
  getDoubleContextItem(key) {
882
- let iv = this.i.a5(key);
903
+ let iv = this.i.a9(key);
883
904
  return (iv);
884
905
  }
885
906
  setIntContextItem(key, value) {
886
- this.i.eo(key, value);
907
+ this.i.eu(key, value);
887
908
  }
888
909
  getExternalDoubleContextItem(key) {
889
- let iv = this.i.a6(key);
910
+ let iv = this.i.ba(key);
890
911
  return (iv);
891
912
  }
892
913
  setExternalDoubleContextItem(key, value) {
893
- this.i.em(key, value);
914
+ this.i.es(key, value);
894
915
  }
895
916
  getIntContextItem(key) {
896
- let iv = this.i.bp(key);
917
+ let iv = this.i.bt(key);
897
918
  return (iv);
898
919
  }
899
920
  setExternalIntContextItem(key, value) {
900
- this.i.en(key, value);
921
+ this.i.et(key, value);
901
922
  }
902
923
  getExternalIntContextItem(key) {
903
- let iv = this.i.bo(key);
924
+ let iv = this.i.bs(key);
904
925
  return (iv);
905
926
  }
906
927
  setStringContextItem(key, value) {
907
- this.i.ep(key, value);
928
+ this.i.ev(key, value);
908
929
  }
909
930
  getStringContextItem(key) {
910
- let iv = this.i.cj(key);
931
+ let iv = this.i.cn(key);
911
932
  return (iv);
912
933
  }
913
934
  setBoolContextItem(key, value) {
914
- this.i.eb(key, value);
935
+ this.i.eh(key, value);
915
936
  }
916
937
  getBoolContextItem(key) {
917
- let iv = this.i.an(key);
938
+ let iv = this.i.aq(key);
918
939
  return (iv);
919
940
  }
920
941
  setColorContextItem(key, value) {
921
- this.i.ee(key, stringToColor(value));
942
+ this.i.ek(key, stringToColor(value));
922
943
  }
923
944
  getColorContextItem(key) {
924
- let iv = this.i.fz(key);
945
+ let iv = this.i.f5(key);
925
946
  return colorToString(iv);
926
947
  }
927
948
  setDataContextItem(key, value) {
928
- this.i.eg(key, value);
949
+ this.i.em(key, value);
929
950
  }
930
951
  getDataContextItem(key) {
931
- let iv = this.i.bv(key);
952
+ let iv = this.i.bz(key);
932
953
  return (iv);
933
954
  }
934
955
  setExternalDataContextItem(key, value) {
935
- this.i.el(key, value);
956
+ this.i.er(key, value);
936
957
  }
937
958
  getExternalDataContextItem(key) {
938
- let iv = this.i.bz(key);
959
+ let iv = this.i.b3(key);
939
960
  return (iv);
940
961
  }
941
962
  /**
@@ -943,7 +964,7 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
943
964
 
944
965
  */
945
966
  exportVisualData() {
946
- let iv = this.i.bt();
967
+ let iv = this.i.bx();
947
968
  return (iv);
948
969
  }
949
970
  /**
@@ -951,7 +972,7 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
951
972
 
952
973
  */
953
974
  exportSerializedVisualData() {
954
- let iv = this.i.cg();
975
+ let iv = this.i.ck();
955
976
  return (iv);
956
977
  }
957
978
  /**