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
@@ -16,6 +16,7 @@ import { IgcToolActionCollection } from "./igc-tool-action-collection";
16
16
  import { IgcToolPanelContentRefreshedEventArgs } from "./igc-tool-panel-content-refreshed-event-args";
17
17
  import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
18
18
  import { NestedActionMode_$type } from './NestedActionMode';
19
+ import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
19
20
  var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
20
21
  __extends(IgcToolPanelComponent, _super);
21
22
  function IgcToolPanelComponent() {
@@ -275,11 +276,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
275
276
  * Gets or sets if the tool actions should display their submenus on mouse hover.
276
277
  */
277
278
  get: function () {
278
- return this.i.ay;
279
+ return this.i.a1;
279
280
  },
280
281
  set: function (v) {
281
- this.i.ay = ensureBool(v);
282
- this._a("showOnHover", this.i.ay);
282
+ this.i.a1 = ensureBool(v);
283
+ this._a("showOnHover", this.i.a1);
283
284
  },
284
285
  enumerable: false,
285
286
  configurable: true
@@ -289,11 +290,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
289
290
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
290
291
  */
291
292
  get: function () {
292
- return this.i.az;
293
+ return this.i.a2;
293
294
  },
294
295
  set: function (v) {
295
- this.i.az = ensureBool(v);
296
- this._a("showTooltipOnHover", this.i.az);
296
+ this.i.a2 = ensureBool(v);
297
+ this._a("showTooltipOnHover", this.i.a2);
297
298
  },
298
299
  enumerable: false,
299
300
  configurable: true
@@ -305,11 +306,25 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
305
306
  * always keep the dropdown open during a hover open and will require an extra click to close.
306
307
  */
307
308
  get: function () {
308
- return this.i.cp;
309
+ return this.i.ct;
309
310
  },
310
311
  set: function (v) {
311
- this.i.cp = +v;
312
- this._a("dropdownClickBuffer", this.i.cp);
312
+ this.i.ct = +v;
313
+ this._a("dropdownClickBuffer", this.i.ct);
314
+ },
315
+ enumerable: false,
316
+ configurable: true
317
+ });
318
+ Object.defineProperty(IgcToolPanelComponent.prototype, "stopPropagation", {
319
+ /**
320
+ * Prevents clicks on the tool actions from bubbling.
321
+ */
322
+ get: function () {
323
+ return this.i.a3;
324
+ },
325
+ set: function (v) {
326
+ this.i.a3 = ensureBool(v);
327
+ this._a("stopPropagation", this.i.a3);
313
328
  },
314
329
  enumerable: false,
315
330
  configurable: true
@@ -319,16 +334,16 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
319
334
  * Gets or sets the text style for the panel.
320
335
  */
321
336
  get: function () {
322
- if (this.i.ak == null) {
337
+ if (this.i.am == null) {
323
338
  return null;
324
339
  }
325
- return this.i.ak.fontString;
340
+ return this.i.am.fontString;
326
341
  },
327
342
  set: function (v) {
328
343
  var fi = new FontInfo();
329
344
  fi.fontString = v;
330
- this.i.ak = fi;
331
- this._a("cellTextStyle", this.i.ak != null ? this.i.ak.fontString : "");
345
+ this.i.am = fi;
346
+ this._a("cellTextStyle", this.i.am != null ? this.i.am.fontString : "");
332
347
  },
333
348
  enumerable: false,
334
349
  configurable: true
@@ -338,16 +353,16 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
338
353
  * Gets or sets the subtitle text style for the panel.
339
354
  */
340
355
  get: function () {
341
- if (this.i.am == null) {
356
+ if (this.i.ao == null) {
342
357
  return null;
343
358
  }
344
- return this.i.am.fontString;
359
+ return this.i.ao.fontString;
345
360
  },
346
361
  set: function (v) {
347
362
  var fi = new FontInfo();
348
363
  fi.fontString = v;
349
- this.i.am = fi;
350
- this._a("subtitleTextStyle", this.i.am != null ? this.i.am.fontString : "");
364
+ this.i.ao = fi;
365
+ this._a("subtitleTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
351
366
  },
352
367
  enumerable: false,
353
368
  configurable: true
@@ -357,11 +372,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
357
372
  * Gets or sets the base built in theme to use for the checkbox.
358
373
  */
359
374
  get: function () {
360
- return this.i.x;
375
+ return this.i.z;
361
376
  },
362
377
  set: function (v) {
363
- this.i.x = ensureEnum(BaseControlTheme_$type, v);
364
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.x));
378
+ this.i.z = ensureEnum(BaseControlTheme_$type, v);
379
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.z));
365
380
  },
366
381
  enumerable: false,
367
382
  configurable: true
@@ -371,11 +386,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
371
386
  * Gets or sets the display density to use for the toolbar.
372
387
  */
373
388
  get: function () {
374
- return this.i.ac;
389
+ return this.i.ae;
375
390
  },
376
391
  set: function (v) {
377
- this.i.ac = ensureEnum(ControlDisplayDensity_$type, v);
378
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ac));
392
+ this.i.ae = ensureEnum(ControlDisplayDensity_$type, v);
393
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ae));
379
394
  },
380
395
  enumerable: false,
381
396
  configurable: true
@@ -385,11 +400,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
385
400
  * Gets the resolved display density to use for the toolbar.
386
401
  */
387
402
  get: function () {
388
- return this.i.ab;
403
+ return this.i.ad;
389
404
  },
390
405
  set: function (v) {
391
- this.i.ab = ensureEnum(ControlDisplayDensity_$type, v);
392
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.ab));
406
+ this.i.ad = ensureEnum(ControlDisplayDensity_$type, v);
407
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.ad));
393
408
  },
394
409
  enumerable: false,
395
410
  configurable: true
@@ -399,22 +414,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
399
414
  * Gets or sets the color to use for the background of the component.
400
415
  */
401
416
  get: function () {
402
- return brushToString(this.i.iu);
417
+ return brushToString(this.i.i3);
403
418
  },
404
419
  set: function (v) {
405
- this.i.iu = stringToBrush(v);
406
- this._a("backgroundColor", brushToString(this.i.iu));
420
+ this.i.i3 = stringToBrush(v);
421
+ this._a("backgroundColor", brushToString(this.i.i3));
407
422
  },
408
423
  enumerable: false,
409
424
  configurable: true
410
425
  });
411
426
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualBackgroundColor", {
412
427
  get: function () {
413
- return brushToString(this.i.h7);
428
+ return brushToString(this.i.ih);
414
429
  },
415
430
  set: function (v) {
416
- this.i.h7 = stringToBrush(v);
417
- this._a("actualBackgroundColor", brushToString(this.i.h7));
431
+ this.i.ih = stringToBrush(v);
432
+ this._a("actualBackgroundColor", brushToString(this.i.ih));
418
433
  },
419
434
  enumerable: false,
420
435
  configurable: true
@@ -424,22 +439,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
424
439
  * Gets or sets the background color for submenus.
425
440
  */
426
441
  get: function () {
427
- return brushToString(this.i.ja);
442
+ return brushToString(this.i.jj);
428
443
  },
429
444
  set: function (v) {
430
- this.i.ja = stringToBrush(v);
431
- this._a("submenuBackgroundColor", brushToString(this.i.ja));
445
+ this.i.jj = stringToBrush(v);
446
+ this._a("submenuBackgroundColor", brushToString(this.i.jj));
432
447
  },
433
448
  enumerable: false,
434
449
  configurable: true
435
450
  });
436
451
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubmenuBackgroundColor", {
437
452
  get: function () {
438
- return brushToString(this.i.im);
453
+ return brushToString(this.i.iw);
439
454
  },
440
455
  set: function (v) {
441
- this.i.im = stringToBrush(v);
442
- this._a("actualSubmenuBackgroundColor", brushToString(this.i.im));
456
+ this.i.iw = stringToBrush(v);
457
+ this._a("actualSubmenuBackgroundColor", brushToString(this.i.iw));
443
458
  },
444
459
  enumerable: false,
445
460
  configurable: true
@@ -449,22 +464,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
449
464
  * Gets or sets the group header background color.
450
465
  */
451
466
  get: function () {
452
- return brushToString(this.i.i0);
467
+ return brushToString(this.i.i9);
453
468
  },
454
469
  set: function (v) {
455
- this.i.i0 = stringToBrush(v);
456
- this._a("groupHeaderBackgroundColor", brushToString(this.i.i0));
470
+ this.i.i9 = stringToBrush(v);
471
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.i9));
457
472
  },
458
473
  enumerable: false,
459
474
  configurable: true
460
475
  });
461
476
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderBackgroundColor", {
462
477
  get: function () {
463
- return brushToString(this.i.ib);
478
+ return brushToString(this.i.il);
464
479
  },
465
480
  set: function (v) {
466
- this.i.ib = stringToBrush(v);
467
- this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.ib));
481
+ this.i.il = stringToBrush(v);
482
+ this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.il));
468
483
  },
469
484
  enumerable: false,
470
485
  configurable: true
@@ -474,22 +489,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
474
489
  * Gets or sets the separator background color.
475
490
  */
476
491
  get: function () {
477
- return brushToString(this.i.i9);
492
+ return brushToString(this.i.ji);
478
493
  },
479
494
  set: function (v) {
480
- this.i.i9 = stringToBrush(v);
481
- this._a("separatorBackgroundColor", brushToString(this.i.i9));
495
+ this.i.ji = stringToBrush(v);
496
+ this._a("separatorBackgroundColor", brushToString(this.i.ji));
482
497
  },
483
498
  enumerable: false,
484
499
  configurable: true
485
500
  });
486
501
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorBackgroundColor", {
487
502
  get: function () {
488
- return brushToString(this.i.il);
503
+ return brushToString(this.i.iv);
489
504
  },
490
505
  set: function (v) {
491
- this.i.il = stringToBrush(v);
492
- this._a("actualSeparatorBackgroundColor", brushToString(this.i.il));
506
+ this.i.iv = stringToBrush(v);
507
+ this._a("actualSeparatorBackgroundColor", brushToString(this.i.iv));
493
508
  },
494
509
  enumerable: false,
495
510
  configurable: true
@@ -499,22 +514,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
499
514
  * Gets or sets the group header separator background color.
500
515
  */
501
516
  get: function () {
502
- return brushToString(this.i.i1);
517
+ return brushToString(this.i.ja);
503
518
  },
504
519
  set: function (v) {
505
- this.i.i1 = stringToBrush(v);
506
- this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.i1));
520
+ this.i.ja = stringToBrush(v);
521
+ this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.ja));
507
522
  },
508
523
  enumerable: false,
509
524
  configurable: true
510
525
  });
511
526
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSeparatorBackgroundColor", {
512
527
  get: function () {
513
- return brushToString(this.i.ic);
528
+ return brushToString(this.i.im);
514
529
  },
515
530
  set: function (v) {
516
- this.i.ic = stringToBrush(v);
517
- this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.ic));
531
+ this.i.im = stringToBrush(v);
532
+ this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.im));
518
533
  },
519
534
  enumerable: false,
520
535
  configurable: true
@@ -524,22 +539,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
524
539
  * Gets or sets the hover background color.
525
540
  */
526
541
  get: function () {
527
- return brushToString(this.i.i5);
542
+ return brushToString(this.i.je);
528
543
  },
529
544
  set: function (v) {
530
- this.i.i5 = stringToBrush(v);
531
- this._a("hoverBackgroundColor", brushToString(this.i.i5));
545
+ this.i.je = stringToBrush(v);
546
+ this._a("hoverBackgroundColor", brushToString(this.i.je));
532
547
  },
533
548
  enumerable: false,
534
549
  configurable: true
535
550
  });
536
551
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHoverBackgroundColor", {
537
552
  get: function () {
538
- return brushToString(this.i.ih);
553
+ return brushToString(this.i.ir);
539
554
  },
540
555
  set: function (v) {
541
- this.i.ih = stringToBrush(v);
542
- this._a("actualHoverBackgroundColor", brushToString(this.i.ih));
556
+ this.i.ir = stringToBrush(v);
557
+ this._a("actualHoverBackgroundColor", brushToString(this.i.ir));
543
558
  },
544
559
  enumerable: false,
545
560
  configurable: true
@@ -549,33 +564,33 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
549
564
  * Gets or sets the color to use for the text of the component.
550
565
  */
551
566
  get: function () {
552
- return brushToString(this.i.jc);
567
+ return brushToString(this.i.jl);
553
568
  },
554
569
  set: function (v) {
555
- this.i.jc = stringToBrush(v);
556
- this._a("textColor", brushToString(this.i.jc));
570
+ this.i.jl = stringToBrush(v);
571
+ this._a("textColor", brushToString(this.i.jl));
557
572
  },
558
573
  enumerable: false,
559
574
  configurable: true
560
575
  });
561
576
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualTextColor", {
562
577
  get: function () {
563
- return brushToString(this.i.ip);
578
+ return brushToString(this.i.iy);
564
579
  },
565
580
  set: function (v) {
566
- this.i.ip = stringToBrush(v);
567
- this._a("actualTextColor", brushToString(this.i.ip));
581
+ this.i.iy = stringToBrush(v);
582
+ this._a("actualTextColor", brushToString(this.i.iy));
568
583
  },
569
584
  enumerable: false,
570
585
  configurable: true
571
586
  });
572
587
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubtitleTextColor", {
573
588
  get: function () {
574
- return brushToString(this.i.io);
589
+ return brushToString(this.i.ix);
575
590
  },
576
591
  set: function (v) {
577
- this.i.io = stringToBrush(v);
578
- this._a("actualSubtitleTextColor", brushToString(this.i.io));
592
+ this.i.ix = stringToBrush(v);
593
+ this._a("actualSubtitleTextColor", brushToString(this.i.ix));
579
594
  },
580
595
  enumerable: false,
581
596
  configurable: true
@@ -585,11 +600,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
585
600
  * Gets or sets the color to use for the subtitle of the component.
586
601
  */
587
602
  get: function () {
588
- return brushToString(this.i.jb);
603
+ return brushToString(this.i.jk);
589
604
  },
590
605
  set: function (v) {
591
- this.i.jb = stringToBrush(v);
592
- this._a("subtitleTextColor", brushToString(this.i.jb));
606
+ this.i.jk = stringToBrush(v);
607
+ this._a("subtitleTextColor", brushToString(this.i.jk));
593
608
  },
594
609
  enumerable: false,
595
610
  configurable: true
@@ -599,22 +614,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
599
614
  * Gets or sets the color to use for the text in disabled tool actions.
600
615
  */
601
616
  get: function () {
602
- return brushToString(this.i.ix);
617
+ return brushToString(this.i.i6);
603
618
  },
604
619
  set: function (v) {
605
- this.i.ix = stringToBrush(v);
606
- this._a("disabledTextColor", brushToString(this.i.ix));
620
+ this.i.i6 = stringToBrush(v);
621
+ this._a("disabledTextColor", brushToString(this.i.i6));
607
622
  },
608
623
  enumerable: false,
609
624
  configurable: true
610
625
  });
611
626
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualDisabledTextColor", {
612
627
  get: function () {
613
- return brushToString(this.i.ia);
628
+ return brushToString(this.i.ik);
614
629
  },
615
630
  set: function (v) {
616
- this.i.ia = stringToBrush(v);
617
- this._a("actualDisabledTextColor", brushToString(this.i.ia));
631
+ this.i.ik = stringToBrush(v);
632
+ this._a("actualDisabledTextColor", brushToString(this.i.ik));
618
633
  },
619
634
  enumerable: false,
620
635
  configurable: true
@@ -624,22 +639,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
624
639
  * Gets or sets the text color for group header tool actions.
625
640
  */
626
641
  get: function () {
627
- return brushToString(this.i.i3);
642
+ return brushToString(this.i.jc);
628
643
  },
629
644
  set: function (v) {
630
- this.i.i3 = stringToBrush(v);
631
- this._a("groupHeaderTextColor", brushToString(this.i.i3));
645
+ this.i.jc = stringToBrush(v);
646
+ this._a("groupHeaderTextColor", brushToString(this.i.jc));
632
647
  },
633
648
  enumerable: false,
634
649
  configurable: true
635
650
  });
636
651
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderTextColor", {
637
652
  get: function () {
638
- return brushToString(this.i.ie);
653
+ return brushToString(this.i.ip);
639
654
  },
640
655
  set: function (v) {
641
- this.i.ie = stringToBrush(v);
642
- this._a("actualGroupHeaderTextColor", brushToString(this.i.ie));
656
+ this.i.ip = stringToBrush(v);
657
+ this._a("actualGroupHeaderTextColor", brushToString(this.i.ip));
643
658
  },
644
659
  enumerable: false,
645
660
  configurable: true
@@ -649,22 +664,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
649
664
  * Gets or sets the text color for group header subtitle.
650
665
  */
651
666
  get: function () {
652
- return brushToString(this.i.i2);
667
+ return brushToString(this.i.jb);
653
668
  },
654
669
  set: function (v) {
655
- this.i.i2 = stringToBrush(v);
656
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.i2));
670
+ this.i.jb = stringToBrush(v);
671
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jb));
657
672
  },
658
673
  enumerable: false,
659
674
  configurable: true
660
675
  });
661
676
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSubtitleTextColor", {
662
677
  get: function () {
663
- return brushToString(this.i.id);
678
+ return brushToString(this.i.io);
664
679
  },
665
680
  set: function (v) {
666
- this.i.id = stringToBrush(v);
667
- this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.id));
681
+ this.i.io = stringToBrush(v);
682
+ this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.io));
668
683
  },
669
684
  enumerable: false,
670
685
  configurable: true
@@ -674,22 +689,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
674
689
  * Gets or sets the tooltip text color.
675
690
  */
676
691
  get: function () {
677
- return brushToString(this.i.je);
692
+ return brushToString(this.i.jn);
678
693
  },
679
694
  set: function (v) {
680
- this.i.je = stringToBrush(v);
681
- this._a("toolTipTextColor", brushToString(this.i.je));
695
+ this.i.jn = stringToBrush(v);
696
+ this._a("toolTipTextColor", brushToString(this.i.jn));
682
697
  },
683
698
  enumerable: false,
684
699
  configurable: true
685
700
  });
686
701
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualToolTipTextColor", {
687
702
  get: function () {
688
- return brushToString(this.i.ir);
703
+ return brushToString(this.i.i0);
689
704
  },
690
705
  set: function (v) {
691
- this.i.ir = stringToBrush(v);
692
- this._a("actualToolTipTextColor", brushToString(this.i.ir));
706
+ this.i.i0 = stringToBrush(v);
707
+ this._a("actualToolTipTextColor", brushToString(this.i.i0));
693
708
  },
694
709
  enumerable: false,
695
710
  configurable: true
@@ -699,11 +714,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
699
714
  * Gets or sets the tooltip background color.
700
715
  */
701
716
  get: function () {
702
- return brushToString(this.i.jd);
717
+ return brushToString(this.i.jm);
703
718
  },
704
719
  set: function (v) {
705
- this.i.jd = stringToBrush(v);
706
- this._a("toolTipBackgroundColor", brushToString(this.i.jd));
720
+ this.i.jm = stringToBrush(v);
721
+ this._a("toolTipBackgroundColor", brushToString(this.i.jm));
707
722
  },
708
723
  enumerable: false,
709
724
  configurable: true
@@ -713,11 +728,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
713
728
  * Gets the actual tooltip background color.
714
729
  */
715
730
  get: function () {
716
- return brushToString(this.i.iq);
731
+ return brushToString(this.i.iz);
717
732
  },
718
733
  set: function (v) {
719
- this.i.iq = stringToBrush(v);
720
- this._a("actualToolTipBackgroundColor", brushToString(this.i.iq));
734
+ this.i.iz = stringToBrush(v);
735
+ this._a("actualToolTipBackgroundColor", brushToString(this.i.iz));
721
736
  },
722
737
  enumerable: false,
723
738
  configurable: true
@@ -727,11 +742,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
727
742
  * Gets or sets the tooltip corner radius.
728
743
  */
729
744
  get: function () {
730
- return this.i.ci;
745
+ return this.i.cm;
731
746
  },
732
747
  set: function (v) {
733
- this.i.ci = +v;
734
- this._a("toolTipCornerRadius", this.i.ci);
748
+ this.i.cm = +v;
749
+ this._a("toolTipCornerRadius", this.i.cm);
735
750
  },
736
751
  enumerable: false,
737
752
  configurable: true
@@ -741,11 +756,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
741
756
  * Gets the actual tooltip corner radius.
742
757
  */
743
758
  get: function () {
744
- return this.i.b4;
759
+ return this.i.b8;
745
760
  },
746
761
  set: function (v) {
747
- this.i.b4 = +v;
748
- this._a("actualToolTipCornerRadius", this.i.b4);
762
+ this.i.b8 = +v;
763
+ this._a("actualToolTipCornerRadius", this.i.b8);
749
764
  },
750
765
  enumerable: false,
751
766
  configurable: true
@@ -755,11 +770,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
755
770
  * Gets or sets the shadow elevation for the tooltip.
756
771
  */
757
772
  get: function () {
758
- return this.i.cj;
773
+ return this.i.cn;
759
774
  },
760
775
  set: function (v) {
761
- this.i.cj = +v;
762
- this._a("toolTipElevation", this.i.cj);
776
+ this.i.cn = +v;
777
+ this._a("toolTipElevation", this.i.cn);
763
778
  },
764
779
  enumerable: false,
765
780
  configurable: true
@@ -769,11 +784,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
769
784
  * Gets the actual shadow elevation used by the tooltip.
770
785
  */
771
786
  get: function () {
772
- return this.i.b5;
787
+ return this.i.b9;
773
788
  },
774
789
  set: function (v) {
775
- this.i.b5 = +v;
776
- this._a("actualToolTipElevation", this.i.b5);
790
+ this.i.b9 = +v;
791
+ this._a("actualToolTipElevation", this.i.b9);
777
792
  },
778
793
  enumerable: false,
779
794
  configurable: true
@@ -783,11 +798,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
783
798
  * Gets or sets the fill color of icons in the ToolPanel.
784
799
  */
785
800
  get: function () {
786
- return brushToString(this.i.i6);
801
+ return brushToString(this.i.jf);
787
802
  },
788
803
  set: function (v) {
789
- this.i.i6 = stringToBrush(v);
790
- this._a("iconFill", brushToString(this.i.i6));
804
+ this.i.jf = stringToBrush(v);
805
+ this._a("iconFill", brushToString(this.i.jf));
791
806
  },
792
807
  enumerable: false,
793
808
  configurable: true
@@ -797,11 +812,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
797
812
  * Gets the actual icon fill color.
798
813
  */
799
814
  get: function () {
800
- return brushToString(this.i.ii);
815
+ return brushToString(this.i.is);
801
816
  },
802
817
  set: function (v) {
803
- this.i.ii = stringToBrush(v);
804
- this._a("actualIconFill", brushToString(this.i.ii));
818
+ this.i.is = stringToBrush(v);
819
+ this._a("actualIconFill", brushToString(this.i.is));
805
820
  },
806
821
  enumerable: false,
807
822
  configurable: true
@@ -811,11 +826,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
811
826
  * Gets or sets the stroke color of icons in the ToolPanel.
812
827
  */
813
828
  get: function () {
814
- return brushToString(this.i.i7);
829
+ return brushToString(this.i.jg);
815
830
  },
816
831
  set: function (v) {
817
- this.i.i7 = stringToBrush(v);
818
- this._a("iconStroke", brushToString(this.i.i7));
832
+ this.i.jg = stringToBrush(v);
833
+ this._a("iconStroke", brushToString(this.i.jg));
819
834
  },
820
835
  enumerable: false,
821
836
  configurable: true
@@ -825,11 +840,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
825
840
  * Gets the actual icon stroke color.
826
841
  */
827
842
  get: function () {
828
- return brushToString(this.i.ij);
843
+ return brushToString(this.i.it);
829
844
  },
830
845
  set: function (v) {
831
- this.i.ij = stringToBrush(v);
832
- this._a("actualIconStroke", brushToString(this.i.ij));
846
+ this.i.it = stringToBrush(v);
847
+ this._a("actualIconStroke", brushToString(this.i.it));
833
848
  },
834
849
  enumerable: false,
835
850
  configurable: true
@@ -839,22 +854,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
839
854
  * Gets or sets the left padding for separators in the vertical orientation.
840
855
  */
841
856
  get: function () {
842
- return this.i.cf;
857
+ return this.i.cj;
843
858
  },
844
859
  set: function (v) {
845
- this.i.cf = +v;
846
- this._a("separatorVerticalPaddingLeft", this.i.cf);
860
+ this.i.cj = +v;
861
+ this._a("separatorVerticalPaddingLeft", this.i.cj);
847
862
  },
848
863
  enumerable: false,
849
864
  configurable: true
850
865
  });
851
866
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingLeft", {
852
867
  get: function () {
853
- return this.i.b1;
868
+ return this.i.b5;
854
869
  },
855
870
  set: function (v) {
856
- this.i.b1 = +v;
857
- this._a("actualSeparatorVerticalPaddingLeft", this.i.b1);
871
+ this.i.b5 = +v;
872
+ this._a("actualSeparatorVerticalPaddingLeft", this.i.b5);
858
873
  },
859
874
  enumerable: false,
860
875
  configurable: true
@@ -864,22 +879,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
864
879
  * Gets or sets the right padding for separators in the vertical orientation.
865
880
  */
866
881
  get: function () {
867
- return this.i.cg;
882
+ return this.i.ck;
868
883
  },
869
884
  set: function (v) {
870
- this.i.cg = +v;
871
- this._a("separatorVerticalPaddingRight", this.i.cg);
885
+ this.i.ck = +v;
886
+ this._a("separatorVerticalPaddingRight", this.i.ck);
872
887
  },
873
888
  enumerable: false,
874
889
  configurable: true
875
890
  });
876
891
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingRight", {
877
892
  get: function () {
878
- return this.i.b2;
893
+ return this.i.b6;
879
894
  },
880
895
  set: function (v) {
881
- this.i.b2 = +v;
882
- this._a("actualSeparatorVerticalPaddingRight", this.i.b2);
896
+ this.i.b6 = +v;
897
+ this._a("actualSeparatorVerticalPaddingRight", this.i.b6);
883
898
  },
884
899
  enumerable: false,
885
900
  configurable: true
@@ -889,22 +904,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
889
904
  * Gets or sets the top padding for separators in the vertical orientation.
890
905
  */
891
906
  get: function () {
892
- return this.i.ch;
907
+ return this.i.cl;
893
908
  },
894
909
  set: function (v) {
895
- this.i.ch = +v;
896
- this._a("separatorVerticalPaddingTop", this.i.ch);
910
+ this.i.cl = +v;
911
+ this._a("separatorVerticalPaddingTop", this.i.cl);
897
912
  },
898
913
  enumerable: false,
899
914
  configurable: true
900
915
  });
901
916
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingTop", {
902
917
  get: function () {
903
- return this.i.b3;
918
+ return this.i.b7;
904
919
  },
905
920
  set: function (v) {
906
- this.i.b3 = +v;
907
- this._a("actualSeparatorVerticalPaddingTop", this.i.b3);
921
+ this.i.b7 = +v;
922
+ this._a("actualSeparatorVerticalPaddingTop", this.i.b7);
908
923
  },
909
924
  enumerable: false,
910
925
  configurable: true
@@ -914,22 +929,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
914
929
  * Gets or sets the bottom padding for separators in the vertical orientation.
915
930
  */
916
931
  get: function () {
917
- return this.i.ce;
932
+ return this.i.ci;
918
933
  },
919
934
  set: function (v) {
920
- this.i.ce = +v;
921
- this._a("separatorVerticalPaddingBottom", this.i.ce);
935
+ this.i.ci = +v;
936
+ this._a("separatorVerticalPaddingBottom", this.i.ci);
922
937
  },
923
938
  enumerable: false,
924
939
  configurable: true
925
940
  });
926
941
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingBottom", {
927
942
  get: function () {
928
- return this.i.b0;
943
+ return this.i.b4;
929
944
  },
930
945
  set: function (v) {
931
- this.i.b0 = +v;
932
- this._a("actualSeparatorVerticalPaddingBottom", this.i.b0);
946
+ this.i.b4 = +v;
947
+ this._a("actualSeparatorVerticalPaddingBottom", this.i.b4);
933
948
  },
934
949
  enumerable: false,
935
950
  configurable: true
@@ -939,22 +954,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
939
954
  * Gets or sets the left padding for separators in the horizontal orientation.
940
955
  */
941
956
  get: function () {
942
- return this.i.cb;
957
+ return this.i.cf;
943
958
  },
944
959
  set: function (v) {
945
- this.i.cb = +v;
946
- this._a("separatorHorizontalPaddingLeft", this.i.cb);
960
+ this.i.cf = +v;
961
+ this._a("separatorHorizontalPaddingLeft", this.i.cf);
947
962
  },
948
963
  enumerable: false,
949
964
  configurable: true
950
965
  });
951
966
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingLeft", {
952
967
  get: function () {
953
- return this.i.bx;
968
+ return this.i.b1;
954
969
  },
955
970
  set: function (v) {
956
- this.i.bx = +v;
957
- this._a("actualSeparatorHorizontalPaddingLeft", this.i.bx);
971
+ this.i.b1 = +v;
972
+ this._a("actualSeparatorHorizontalPaddingLeft", this.i.b1);
958
973
  },
959
974
  enumerable: false,
960
975
  configurable: true
@@ -964,22 +979,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
964
979
  * Gets or sets the right padding for separators in the horizontal orientation.
965
980
  */
966
981
  get: function () {
967
- return this.i.cc;
982
+ return this.i.cg;
968
983
  },
969
984
  set: function (v) {
970
- this.i.cc = +v;
971
- this._a("separatorHorizontalPaddingRight", this.i.cc);
985
+ this.i.cg = +v;
986
+ this._a("separatorHorizontalPaddingRight", this.i.cg);
972
987
  },
973
988
  enumerable: false,
974
989
  configurable: true
975
990
  });
976
991
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingRight", {
977
992
  get: function () {
978
- return this.i.by;
993
+ return this.i.b2;
979
994
  },
980
995
  set: function (v) {
981
- this.i.by = +v;
982
- this._a("actualSeparatorHorizontalPaddingRight", this.i.by);
996
+ this.i.b2 = +v;
997
+ this._a("actualSeparatorHorizontalPaddingRight", this.i.b2);
983
998
  },
984
999
  enumerable: false,
985
1000
  configurable: true
@@ -989,22 +1004,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
989
1004
  * Gets or sets the top padding for separators in the horizontal orientation.
990
1005
  */
991
1006
  get: function () {
992
- return this.i.cd;
1007
+ return this.i.ch;
993
1008
  },
994
1009
  set: function (v) {
995
- this.i.cd = +v;
996
- this._a("separatorHorizontalPaddingTop", this.i.cd);
1010
+ this.i.ch = +v;
1011
+ this._a("separatorHorizontalPaddingTop", this.i.ch);
997
1012
  },
998
1013
  enumerable: false,
999
1014
  configurable: true
1000
1015
  });
1001
1016
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingTop", {
1002
1017
  get: function () {
1003
- return this.i.bz;
1018
+ return this.i.b3;
1004
1019
  },
1005
1020
  set: function (v) {
1006
- this.i.bz = +v;
1007
- this._a("actualSeparatorHorizontalPaddingTop", this.i.bz);
1021
+ this.i.b3 = +v;
1022
+ this._a("actualSeparatorHorizontalPaddingTop", this.i.b3);
1008
1023
  },
1009
1024
  enumerable: false,
1010
1025
  configurable: true
@@ -1014,22 +1029,22 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1014
1029
  * Gets or sets the bottom padding for separators in the horizontal orientation.
1015
1030
  */
1016
1031
  get: function () {
1017
- return this.i.ca;
1032
+ return this.i.ce;
1018
1033
  },
1019
1034
  set: function (v) {
1020
- this.i.ca = +v;
1021
- this._a("separatorHorizontalPaddingBottom", this.i.ca);
1035
+ this.i.ce = +v;
1036
+ this._a("separatorHorizontalPaddingBottom", this.i.ce);
1022
1037
  },
1023
1038
  enumerable: false,
1024
1039
  configurable: true
1025
1040
  });
1026
1041
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingBottom", {
1027
1042
  get: function () {
1028
- return this.i.bw;
1043
+ return this.i.b0;
1029
1044
  },
1030
1045
  set: function (v) {
1031
- this.i.bw = +v;
1032
- this._a("actualSeparatorHorizontalPaddingBottom", this.i.bw);
1046
+ this.i.b0 = +v;
1047
+ this._a("actualSeparatorHorizontalPaddingBottom", this.i.b0);
1033
1048
  },
1034
1049
  enumerable: false,
1035
1050
  configurable: true
@@ -1053,11 +1068,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1053
1068
  * Gets or sets the row height for the panel.
1054
1069
  */
1055
1070
  get: function () {
1056
- return this.i.ct;
1071
+ return this.i.cx;
1057
1072
  },
1058
1073
  set: function (v) {
1059
- this.i.ct = +v;
1060
- this._a("rowHeight", this.i.ct);
1074
+ this.i.cx = +v;
1075
+ this._a("rowHeight", this.i.cx);
1061
1076
  },
1062
1077
  enumerable: false,
1063
1078
  configurable: true
@@ -1067,73 +1082,73 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1067
1082
  * Gets the actual row height used by the panel.
1068
1083
  */
1069
1084
  get: function () {
1070
- return this.i.bv;
1085
+ return this.i.bz;
1071
1086
  },
1072
1087
  enumerable: false,
1073
1088
  configurable: true
1074
1089
  });
1075
1090
  Object.defineProperty(IgcToolPanelComponent.prototype, "highlightWidth", {
1076
1091
  get: function () {
1077
- return this.i.b9;
1092
+ return this.i.cd;
1078
1093
  },
1079
1094
  set: function (v) {
1080
- this.i.b9 = +v;
1081
- this._a("highlightWidth", this.i.b9);
1095
+ this.i.cd = +v;
1096
+ this._a("highlightWidth", this.i.cd);
1082
1097
  },
1083
1098
  enumerable: false,
1084
1099
  configurable: true
1085
1100
  });
1086
1101
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightWidth", {
1087
1102
  get: function () {
1088
- return this.i.bu;
1103
+ return this.i.by;
1089
1104
  },
1090
1105
  set: function (v) {
1091
- this.i.bu = +v;
1092
- this._a("actualHighlightWidth", this.i.bu);
1106
+ this.i.by = +v;
1107
+ this._a("actualHighlightWidth", this.i.by);
1093
1108
  },
1094
1109
  enumerable: false,
1095
1110
  configurable: true
1096
1111
  });
1097
1112
  Object.defineProperty(IgcToolPanelComponent.prototype, "highlightRadius", {
1098
1113
  get: function () {
1099
- return this.i.b8;
1114
+ return this.i.cc;
1100
1115
  },
1101
1116
  set: function (v) {
1102
- this.i.b8 = +v;
1103
- this._a("highlightRadius", this.i.b8);
1117
+ this.i.cc = +v;
1118
+ this._a("highlightRadius", this.i.cc);
1104
1119
  },
1105
1120
  enumerable: false,
1106
1121
  configurable: true
1107
1122
  });
1108
1123
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightRadius", {
1109
1124
  get: function () {
1110
- return this.i.bt;
1125
+ return this.i.bx;
1111
1126
  },
1112
1127
  set: function (v) {
1113
- this.i.bt = +v;
1114
- this._a("actualHighlightRadius", this.i.bt);
1128
+ this.i.bx = +v;
1129
+ this._a("actualHighlightRadius", this.i.bx);
1115
1130
  },
1116
1131
  enumerable: false,
1117
1132
  configurable: true
1118
1133
  });
1119
1134
  Object.defineProperty(IgcToolPanelComponent.prototype, "highlightColor", {
1120
1135
  get: function () {
1121
- return brushToString(this.i.i4);
1136
+ return brushToString(this.i.jd);
1122
1137
  },
1123
1138
  set: function (v) {
1124
- this.i.i4 = stringToBrush(v);
1125
- this._a("highlightColor", brushToString(this.i.i4));
1139
+ this.i.jd = stringToBrush(v);
1140
+ this._a("highlightColor", brushToString(this.i.jd));
1126
1141
  },
1127
1142
  enumerable: false,
1128
1143
  configurable: true
1129
1144
  });
1130
1145
  Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightColor", {
1131
1146
  get: function () {
1132
- return brushToString(this.i.ig);
1147
+ return brushToString(this.i.iq);
1133
1148
  },
1134
1149
  set: function (v) {
1135
- this.i.ig = stringToBrush(v);
1136
- this._a("actualHighlightColor", brushToString(this.i.ig));
1150
+ this.i.iq = stringToBrush(v);
1151
+ this._a("actualHighlightColor", brushToString(this.i.iq));
1137
1152
  },
1138
1153
  enumerable: false,
1139
1154
  configurable: true
@@ -1143,11 +1158,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1143
1158
  * Gets or sets the stroke color for all icon menu dropdown arrows.
1144
1159
  */
1145
1160
  get: function () {
1146
- return brushToString(this.i.i8);
1161
+ return brushToString(this.i.jh);
1147
1162
  },
1148
1163
  set: function (v) {
1149
- this.i.i8 = stringToBrush(v);
1150
- this._a("menuArrowStroke", brushToString(this.i.i8));
1164
+ this.i.jh = stringToBrush(v);
1165
+ this._a("menuArrowStroke", brushToString(this.i.jh));
1151
1166
  },
1152
1167
  enumerable: false,
1153
1168
  configurable: true
@@ -1157,11 +1172,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1157
1172
  * Gets the actual stroke color for all icon menu dropdown arrows.
1158
1173
  */
1159
1174
  get: function () {
1160
- return brushToString(this.i.ik);
1175
+ return brushToString(this.i.iu);
1161
1176
  },
1162
1177
  set: function (v) {
1163
- this.i.ik = stringToBrush(v);
1164
- this._a("actualMenuArrowStroke", brushToString(this.i.ik));
1178
+ this.i.iu = stringToBrush(v);
1179
+ this._a("actualMenuArrowStroke", brushToString(this.i.iu));
1165
1180
  },
1166
1181
  enumerable: false,
1167
1182
  configurable: true
@@ -1171,11 +1186,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1171
1186
  * Gets or sets the background color of the radio when in the unchecked state.
1172
1187
  */
1173
1188
  get: function () {
1174
- return brushToString(this.i.jf);
1189
+ return brushToString(this.i.jo);
1175
1190
  },
1176
1191
  set: function (v) {
1177
- this.i.jf = stringToBrush(v);
1178
- this._a("uncheckedBackgroundColor", brushToString(this.i.jf));
1192
+ this.i.jo = stringToBrush(v);
1193
+ this._a("uncheckedBackgroundColor", brushToString(this.i.jo));
1179
1194
  },
1180
1195
  enumerable: false,
1181
1196
  configurable: true
@@ -1185,11 +1200,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1185
1200
  * Gets the actual background color of the radio when in the unchecked state.
1186
1201
  */
1187
1202
  get: function () {
1188
- return brushToString(this.i.is);
1203
+ return brushToString(this.i.i1);
1189
1204
  },
1190
1205
  set: function (v) {
1191
- this.i.is = stringToBrush(v);
1192
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.is));
1206
+ this.i.i1 = stringToBrush(v);
1207
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.i1));
1193
1208
  },
1194
1209
  enumerable: false,
1195
1210
  configurable: true
@@ -1199,11 +1214,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1199
1214
  * Gets or sets the background color of the radio when in the checked state.
1200
1215
  */
1201
1216
  get: function () {
1202
- return brushToString(this.i.iv);
1217
+ return brushToString(this.i.i4);
1203
1218
  },
1204
1219
  set: function (v) {
1205
- this.i.iv = stringToBrush(v);
1206
- this._a("checkedBackgroundColor", brushToString(this.i.iv));
1220
+ this.i.i4 = stringToBrush(v);
1221
+ this._a("checkedBackgroundColor", brushToString(this.i.i4));
1207
1222
  },
1208
1223
  enumerable: false,
1209
1224
  configurable: true
@@ -1213,11 +1228,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1213
1228
  * Gets the actual background color of the radio when in the checked state.
1214
1229
  */
1215
1230
  get: function () {
1216
- return brushToString(this.i.h8);
1231
+ return brushToString(this.i.ii);
1217
1232
  },
1218
1233
  set: function (v) {
1219
- this.i.h8 = stringToBrush(v);
1220
- this._a("actualCheckedBackgroundColor", brushToString(this.i.h8));
1234
+ this.i.ii = stringToBrush(v);
1235
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.ii));
1221
1236
  },
1222
1237
  enumerable: false,
1223
1238
  configurable: true
@@ -1227,11 +1242,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1227
1242
  * Gets or sets the border color of the radio when in the unchecked state.
1228
1243
  */
1229
1244
  get: function () {
1230
- return brushToString(this.i.jg);
1245
+ return brushToString(this.i.jp);
1231
1246
  },
1232
1247
  set: function (v) {
1233
- this.i.jg = stringToBrush(v);
1234
- this._a("uncheckedBorderColor", brushToString(this.i.jg));
1248
+ this.i.jp = stringToBrush(v);
1249
+ this._a("uncheckedBorderColor", brushToString(this.i.jp));
1235
1250
  },
1236
1251
  enumerable: false,
1237
1252
  configurable: true
@@ -1241,11 +1256,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1241
1256
  * Gets the actual border color of the radio when in the unchecked state.
1242
1257
  */
1243
1258
  get: function () {
1244
- return brushToString(this.i.it);
1259
+ return brushToString(this.i.i2);
1245
1260
  },
1246
1261
  set: function (v) {
1247
- this.i.it = stringToBrush(v);
1248
- this._a("actualUncheckedBorderColor", brushToString(this.i.it));
1262
+ this.i.i2 = stringToBrush(v);
1263
+ this._a("actualUncheckedBorderColor", brushToString(this.i.i2));
1249
1264
  },
1250
1265
  enumerable: false,
1251
1266
  configurable: true
@@ -1255,11 +1270,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1255
1270
  * Gets or sets the border color of the radio when in the checked state.
1256
1271
  */
1257
1272
  get: function () {
1258
- return brushToString(this.i.iw);
1273
+ return brushToString(this.i.i5);
1259
1274
  },
1260
1275
  set: function (v) {
1261
- this.i.iw = stringToBrush(v);
1262
- this._a("checkedBorderColor", brushToString(this.i.iw));
1276
+ this.i.i5 = stringToBrush(v);
1277
+ this._a("checkedBorderColor", brushToString(this.i.i5));
1263
1278
  },
1264
1279
  enumerable: false,
1265
1280
  configurable: true
@@ -1269,11 +1284,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1269
1284
  * Gets the actual border color of the radio when in the checked state.
1270
1285
  */
1271
1286
  get: function () {
1272
- return brushToString(this.i.h9);
1287
+ return brushToString(this.i.ij);
1273
1288
  },
1274
1289
  set: function (v) {
1275
- this.i.h9 = stringToBrush(v);
1276
- this._a("actualCheckedBorderColor", brushToString(this.i.h9));
1290
+ this.i.ij = stringToBrush(v);
1291
+ this._a("actualCheckedBorderColor", brushToString(this.i.ij));
1277
1292
  },
1278
1293
  enumerable: false,
1279
1294
  configurable: true
@@ -1283,11 +1298,11 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1283
1298
  * Gets or sets the dropdown delay time in milliseconds.
1284
1299
  */
1285
1300
  get: function () {
1286
- return this.i.cq;
1301
+ return this.i.cu;
1287
1302
  },
1288
1303
  set: function (v) {
1289
- this.i.cq = +v;
1290
- this._a("dropdownDelay", this.i.cq);
1304
+ this.i.cu = +v;
1305
+ this._a("dropdownDelay", this.i.cu);
1291
1306
  },
1292
1307
  enumerable: false,
1293
1308
  configurable: true
@@ -1297,11 +1312,25 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1297
1312
  * Gets the actual dropdown delay.
1298
1313
  */
1299
1314
  get: function () {
1300
- return this.i.co;
1315
+ return this.i.cs;
1316
+ },
1317
+ set: function (v) {
1318
+ this.i.cs = +v;
1319
+ this._a("actualDropdownDelay", this.i.cs);
1320
+ },
1321
+ enumerable: false,
1322
+ configurable: true
1323
+ });
1324
+ Object.defineProperty(IgcToolPanelComponent.prototype, "scrollbarStyle", {
1325
+ /**
1326
+ * Gets or sets the style of scrollbar.
1327
+ */
1328
+ get: function () {
1329
+ return this.i.x;
1301
1330
  },
1302
1331
  set: function (v) {
1303
- this.i.co = +v;
1304
- this._a("actualDropdownDelay", this.i.co);
1332
+ this.i.x = ensureEnum(ScrollbarStyle_$type, v);
1333
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.x));
1305
1334
  },
1306
1335
  enumerable: false,
1307
1336
  configurable: true
@@ -1322,7 +1351,7 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1322
1351
  });
1323
1352
  Object.defineProperty(IgcToolPanelComponent.prototype, "isOpen", {
1324
1353
  get: function () {
1325
- return this.i.ax;
1354
+ return this.i.a0;
1326
1355
  },
1327
1356
  enumerable: false,
1328
1357
  configurable: true
@@ -1396,84 +1425,84 @@ var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super) {
1396
1425
  this._inStyling = false;
1397
1426
  };
1398
1427
  IgcToolPanelComponent.prototype.refresh = function () {
1399
- this.i.f9();
1428
+ this.i.gi();
1400
1429
  };
1401
1430
  IgcToolPanelComponent.prototype.getDesiredSize = function () {
1402
- var iv = this.i.jj();
1431
+ var iv = this.i.js();
1403
1432
  return fromSize(iv);
1404
1433
  };
1405
1434
  IgcToolPanelComponent.prototype.flushRefresh = function () {
1406
- this.i.fr();
1435
+ this.i.fz();
1407
1436
  };
1408
1437
  /**
1409
1438
  * Forces any open sub menus to close.
1410
1439
 
1411
1440
  */
1412
1441
  IgcToolPanelComponent.prototype.closeSubmenus = function () {
1413
- this.i.fm();
1442
+ this.i.fu();
1414
1443
  };
1415
1444
  IgcToolPanelComponent.prototype.exportVisualData = function () {
1416
- var iv = this.i.cu();
1445
+ var iv = this.i.cy();
1417
1446
  return (iv);
1418
1447
  };
1419
1448
  IgcToolPanelComponent.prototype.exportSerializedVisualData = function () {
1420
- var iv = this.i.ee();
1449
+ var iv = this.i.ei();
1421
1450
  return (iv);
1422
1451
  };
1423
1452
  IgcToolPanelComponent.prototype.setBrushContextItem = function (key, value) {
1424
- this.i.gi(key, stringToBrush(value));
1453
+ this.i.gr(key, stringToBrush(value));
1425
1454
  };
1426
1455
  IgcToolPanelComponent.prototype.getBrushContextItem = function (key) {
1427
- var iv = this.i.iy(key);
1456
+ var iv = this.i.i7(key);
1428
1457
  return brushToString(iv);
1429
1458
  };
1430
1459
  IgcToolPanelComponent.prototype.setBrushCollectionContextItem = function (key, value) {
1431
- this.i.gg(key, toBrushCollection(value));
1460
+ this.i.gp(key, toBrushCollection(value));
1432
1461
  };
1433
1462
  IgcToolPanelComponent.prototype.getBrushCollectionContextItem = function (key) {
1434
1463
  var iv = this.i.a(key);
1435
1464
  return fromBrushCollection(iv);
1436
1465
  };
1437
1466
  IgcToolPanelComponent.prototype.setDoubleContextItem = function (key, value) {
1438
- this.i.gq(key, value);
1467
+ this.i.gz(key, value);
1439
1468
  };
1440
1469
  IgcToolPanelComponent.prototype.getDoubleContextItem = function (key) {
1441
- var iv = this.i.b6(key);
1470
+ var iv = this.i.ca(key);
1442
1471
  return (iv);
1443
1472
  };
1444
1473
  IgcToolPanelComponent.prototype.setIntContextItem = function (key, value) {
1445
- this.i.gs(key, value);
1474
+ this.i.g1(key, value);
1446
1475
  };
1447
1476
  IgcToolPanelComponent.prototype.getIntContextItem = function (key) {
1448
- var iv = this.i.cr(key);
1477
+ var iv = this.i.cv(key);
1449
1478
  return (iv);
1450
1479
  };
1451
1480
  IgcToolPanelComponent.prototype.setStringContextItem = function (key, value) {
1452
- this.i.gu(key, value);
1481
+ this.i.g3(key, value);
1453
1482
  };
1454
1483
  IgcToolPanelComponent.prototype.getStringContextItem = function (key) {
1455
- var iv = this.i.ef(key);
1484
+ var iv = this.i.ej(key);
1456
1485
  return (iv);
1457
1486
  };
1458
1487
  IgcToolPanelComponent.prototype.setBoolContextItem = function (key, value) {
1459
- this.i.ge(key, value);
1488
+ this.i.gn(key, value);
1460
1489
  };
1461
1490
  IgcToolPanelComponent.prototype.getBoolContextItem = function (key) {
1462
- var iv = this.i.au(key);
1491
+ var iv = this.i.ax(key);
1463
1492
  return (iv);
1464
1493
  };
1465
1494
  IgcToolPanelComponent.prototype.setColorContextItem = function (key, value) {
1466
- this.i.gk(key, stringToColor(value));
1495
+ this.i.gt(key, stringToColor(value));
1467
1496
  };
1468
1497
  IgcToolPanelComponent.prototype.getColorContextItem = function (key) {
1469
- var iv = this.i.jh(key);
1498
+ var iv = this.i.jq(key);
1470
1499
  return colorToString(iv);
1471
1500
  };
1472
1501
  IgcToolPanelComponent.prototype.setDataContextItem = function (key, value) {
1473
- this.i.go(key, value);
1502
+ this.i.gx(key, value);
1474
1503
  };
1475
1504
  IgcToolPanelComponent.prototype.getDataContextItem = function (key) {
1476
- var iv = this.i.cx(key);
1505
+ var iv = this.i.c1(key);
1477
1506
  return (iv);
1478
1507
  };
1479
1508
  Object.defineProperty(IgcToolPanelComponent.prototype, "contentRefreshed", {