igniteui-webcomponents-layouts 5.3.0 → 5.4.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 (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. package/public_api.d.ts +16 -0
@@ -235,21 +235,21 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
235
235
  * Gets or sets if the tool actions should display their submenus on mouse hover.
236
236
  */
237
237
  get showOnHover() {
238
- return this.i.a1;
238
+ return this.i.a5;
239
239
  }
240
240
  set showOnHover(v) {
241
- this.i.a1 = ensureBool(v);
242
- this._a("showOnHover", this.i.a1);
241
+ this.i.a5 = ensureBool(v);
242
+ this._a("showOnHover", this.i.a5);
243
243
  }
244
244
  /**
245
245
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
246
246
  */
247
247
  get showTooltipOnHover() {
248
- return this.i.a2;
248
+ return this.i.a6;
249
249
  }
250
250
  set showTooltipOnHover(v) {
251
- this.i.a2 = ensureBool(v);
252
- this._a("showTooltipOnHover", this.i.a2);
251
+ this.i.a6 = ensureBool(v);
252
+ this._a("showTooltipOnHover", this.i.a6);
253
253
  }
254
254
  /**
255
255
  * 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
@@ -257,51 +257,66 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
257
257
  * always keep the dropdown open during a hover open and will require an extra click to close.
258
258
  */
259
259
  get dropdownClickBuffer() {
260
- return this.i.ct;
260
+ return this.i.cz;
261
261
  }
262
262
  set dropdownClickBuffer(v) {
263
- this.i.ct = +v;
264
- this._a("dropdownClickBuffer", this.i.ct);
263
+ this.i.cz = +v;
264
+ this._a("dropdownClickBuffer", this.i.cz);
265
265
  }
266
266
  /**
267
267
  * Prevents clicks on the tool actions from bubbling.
268
268
  */
269
269
  get stopPropagation() {
270
- return this.i.a3;
270
+ return this.i.a7;
271
271
  }
272
272
  set stopPropagation(v) {
273
- this.i.a3 = ensureBool(v);
274
- this._a("stopPropagation", this.i.a3);
273
+ this.i.a7 = ensureBool(v);
274
+ this._a("stopPropagation", this.i.a7);
275
275
  }
276
276
  /**
277
277
  * Gets or sets the text style for the panel.
278
278
  */
279
279
  get cellTextStyle() {
280
- if (this.i.am == null) {
280
+ if (this.i.ap == null) {
281
281
  return null;
282
282
  }
283
- return this.i.am.fontString;
283
+ return this.i.ap.fontString;
284
284
  }
285
285
  set cellTextStyle(v) {
286
286
  let fi = new FontInfo();
287
287
  fi.fontString = v;
288
- this.i.am = fi;
289
- this._a("cellTextStyle", this.i.am != null ? this.i.am.fontString : "");
288
+ this.i.ap = fi;
289
+ this._a("cellTextStyle", this.i.ap != null ? this.i.ap.fontString : "");
290
290
  }
291
291
  /**
292
292
  * Gets or sets the subtitle text style for the panel.
293
293
  */
294
294
  get subtitleTextStyle() {
295
- if (this.i.ao == null) {
295
+ if (this.i.as == null) {
296
296
  return null;
297
297
  }
298
- return this.i.ao.fontString;
298
+ return this.i.as.fontString;
299
299
  }
300
300
  set subtitleTextStyle(v) {
301
301
  let fi = new FontInfo();
302
302
  fi.fontString = v;
303
- this.i.ao = fi;
304
- this._a("subtitleTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
303
+ this.i.as = fi;
304
+ this._a("subtitleTextStyle", this.i.as != null ? this.i.as.fontString : "");
305
+ }
306
+ /**
307
+ * Gets or sets the text style.
308
+ */
309
+ get groupHeaderTextStyle() {
310
+ if (this.i.ar == null) {
311
+ return null;
312
+ }
313
+ return this.i.ar.fontString;
314
+ }
315
+ set groupHeaderTextStyle(v) {
316
+ let fi = new FontInfo();
317
+ fi.fontString = v;
318
+ this.i.ar = fi;
319
+ this._a("groupHeaderTextStyle", this.i.ar != null ? this.i.ar.fontString : "");
305
320
  }
306
321
  /**
307
322
  * Gets or sets the base built in theme to use for the checkbox.
@@ -337,441 +352,441 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
337
352
  * Gets or sets the color to use for the background of the component.
338
353
  */
339
354
  get backgroundColor() {
340
- return brushToString(this.i.i3);
355
+ return brushToString(this.i.jc);
341
356
  }
342
357
  set backgroundColor(v) {
343
- this.i.i3 = stringToBrush(v);
344
- this._a("backgroundColor", brushToString(this.i.i3));
358
+ this.i.jc = stringToBrush(v);
359
+ this._a("backgroundColor", brushToString(this.i.jc));
345
360
  }
346
361
  get actualBackgroundColor() {
347
- return brushToString(this.i.ih);
362
+ return brushToString(this.i.ir);
348
363
  }
349
364
  set actualBackgroundColor(v) {
350
- this.i.ih = stringToBrush(v);
351
- this._a("actualBackgroundColor", brushToString(this.i.ih));
365
+ this.i.ir = stringToBrush(v);
366
+ this._a("actualBackgroundColor", brushToString(this.i.ir));
352
367
  }
353
368
  /**
354
369
  * Gets or sets the background color for submenus.
355
370
  */
356
371
  get submenuBackgroundColor() {
357
- return brushToString(this.i.jj);
372
+ return brushToString(this.i.js);
358
373
  }
359
374
  set submenuBackgroundColor(v) {
360
- this.i.jj = stringToBrush(v);
361
- this._a("submenuBackgroundColor", brushToString(this.i.jj));
375
+ this.i.js = stringToBrush(v);
376
+ this._a("submenuBackgroundColor", brushToString(this.i.js));
362
377
  }
363
378
  get actualSubmenuBackgroundColor() {
364
- return brushToString(this.i.iw);
379
+ return brushToString(this.i.i5);
365
380
  }
366
381
  set actualSubmenuBackgroundColor(v) {
367
- this.i.iw = stringToBrush(v);
368
- this._a("actualSubmenuBackgroundColor", brushToString(this.i.iw));
382
+ this.i.i5 = stringToBrush(v);
383
+ this._a("actualSubmenuBackgroundColor", brushToString(this.i.i5));
369
384
  }
370
385
  /**
371
386
  * Gets or sets the group header background color.
372
387
  */
373
388
  get groupHeaderBackgroundColor() {
374
- return brushToString(this.i.i9);
389
+ return brushToString(this.i.ji);
375
390
  }
376
391
  set groupHeaderBackgroundColor(v) {
377
- this.i.i9 = stringToBrush(v);
378
- this._a("groupHeaderBackgroundColor", brushToString(this.i.i9));
392
+ this.i.ji = stringToBrush(v);
393
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.ji));
379
394
  }
380
395
  get actualGroupHeaderBackgroundColor() {
381
- return brushToString(this.i.il);
396
+ return brushToString(this.i.iv);
382
397
  }
383
398
  set actualGroupHeaderBackgroundColor(v) {
384
- this.i.il = stringToBrush(v);
385
- this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.il));
399
+ this.i.iv = stringToBrush(v);
400
+ this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.iv));
386
401
  }
387
402
  /**
388
403
  * Gets or sets the separator background color.
389
404
  */
390
405
  get separatorBackgroundColor() {
391
- return brushToString(this.i.ji);
406
+ return brushToString(this.i.jr);
392
407
  }
393
408
  set separatorBackgroundColor(v) {
394
- this.i.ji = stringToBrush(v);
395
- this._a("separatorBackgroundColor", brushToString(this.i.ji));
409
+ this.i.jr = stringToBrush(v);
410
+ this._a("separatorBackgroundColor", brushToString(this.i.jr));
396
411
  }
397
412
  get actualSeparatorBackgroundColor() {
398
- return brushToString(this.i.iv);
413
+ return brushToString(this.i.i4);
399
414
  }
400
415
  set actualSeparatorBackgroundColor(v) {
401
- this.i.iv = stringToBrush(v);
402
- this._a("actualSeparatorBackgroundColor", brushToString(this.i.iv));
416
+ this.i.i4 = stringToBrush(v);
417
+ this._a("actualSeparatorBackgroundColor", brushToString(this.i.i4));
403
418
  }
404
419
  /**
405
420
  * Gets or sets the group header separator background color.
406
421
  */
407
422
  get groupHeaderSeparatorBackgroundColor() {
408
- return brushToString(this.i.ja);
423
+ return brushToString(this.i.jj);
409
424
  }
410
425
  set groupHeaderSeparatorBackgroundColor(v) {
411
- this.i.ja = stringToBrush(v);
412
- this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.ja));
426
+ this.i.jj = stringToBrush(v);
427
+ this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.jj));
413
428
  }
414
429
  get actualGroupHeaderSeparatorBackgroundColor() {
415
- return brushToString(this.i.im);
430
+ return brushToString(this.i.iw);
416
431
  }
417
432
  set actualGroupHeaderSeparatorBackgroundColor(v) {
418
- this.i.im = stringToBrush(v);
419
- this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.im));
433
+ this.i.iw = stringToBrush(v);
434
+ this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.iw));
420
435
  }
421
436
  /**
422
437
  * Gets or sets the hover background color.
423
438
  */
424
439
  get hoverBackgroundColor() {
425
- return brushToString(this.i.je);
440
+ return brushToString(this.i.jn);
426
441
  }
427
442
  set hoverBackgroundColor(v) {
428
- this.i.je = stringToBrush(v);
429
- this._a("hoverBackgroundColor", brushToString(this.i.je));
443
+ this.i.jn = stringToBrush(v);
444
+ this._a("hoverBackgroundColor", brushToString(this.i.jn));
430
445
  }
431
446
  get actualHoverBackgroundColor() {
432
- return brushToString(this.i.ir);
447
+ return brushToString(this.i.i0);
433
448
  }
434
449
  set actualHoverBackgroundColor(v) {
435
- this.i.ir = stringToBrush(v);
436
- this._a("actualHoverBackgroundColor", brushToString(this.i.ir));
450
+ this.i.i0 = stringToBrush(v);
451
+ this._a("actualHoverBackgroundColor", brushToString(this.i.i0));
437
452
  }
438
453
  /**
439
454
  * Gets or sets the color to use for the text of the component.
440
455
  */
441
456
  get textColor() {
442
- return brushToString(this.i.jl);
457
+ return brushToString(this.i.ju);
443
458
  }
444
459
  set textColor(v) {
445
- this.i.jl = stringToBrush(v);
446
- this._a("textColor", brushToString(this.i.jl));
460
+ this.i.ju = stringToBrush(v);
461
+ this._a("textColor", brushToString(this.i.ju));
447
462
  }
448
463
  get actualTextColor() {
449
- return brushToString(this.i.iy);
464
+ return brushToString(this.i.i7);
450
465
  }
451
466
  set actualTextColor(v) {
452
- this.i.iy = stringToBrush(v);
453
- this._a("actualTextColor", brushToString(this.i.iy));
467
+ this.i.i7 = stringToBrush(v);
468
+ this._a("actualTextColor", brushToString(this.i.i7));
454
469
  }
455
470
  get actualSubtitleTextColor() {
456
- return brushToString(this.i.ix);
471
+ return brushToString(this.i.i6);
457
472
  }
458
473
  set actualSubtitleTextColor(v) {
459
- this.i.ix = stringToBrush(v);
460
- this._a("actualSubtitleTextColor", brushToString(this.i.ix));
474
+ this.i.i6 = stringToBrush(v);
475
+ this._a("actualSubtitleTextColor", brushToString(this.i.i6));
461
476
  }
462
477
  /**
463
478
  * Gets or sets the color to use for the subtitle of the component.
464
479
  */
465
480
  get subtitleTextColor() {
466
- return brushToString(this.i.jk);
481
+ return brushToString(this.i.jt);
467
482
  }
468
483
  set subtitleTextColor(v) {
469
- this.i.jk = stringToBrush(v);
470
- this._a("subtitleTextColor", brushToString(this.i.jk));
484
+ this.i.jt = stringToBrush(v);
485
+ this._a("subtitleTextColor", brushToString(this.i.jt));
471
486
  }
472
487
  /**
473
488
  * Gets or sets the color to use for the text in disabled tool actions.
474
489
  */
475
490
  get disabledTextColor() {
476
- return brushToString(this.i.i6);
491
+ return brushToString(this.i.jf);
477
492
  }
478
493
  set disabledTextColor(v) {
479
- this.i.i6 = stringToBrush(v);
480
- this._a("disabledTextColor", brushToString(this.i.i6));
494
+ this.i.jf = stringToBrush(v);
495
+ this._a("disabledTextColor", brushToString(this.i.jf));
481
496
  }
482
497
  get actualDisabledTextColor() {
483
- return brushToString(this.i.ik);
498
+ return brushToString(this.i.iu);
484
499
  }
485
500
  set actualDisabledTextColor(v) {
486
- this.i.ik = stringToBrush(v);
487
- this._a("actualDisabledTextColor", brushToString(this.i.ik));
501
+ this.i.iu = stringToBrush(v);
502
+ this._a("actualDisabledTextColor", brushToString(this.i.iu));
488
503
  }
489
504
  /**
490
505
  * Gets or sets the text color for group header tool actions.
491
506
  */
492
507
  get groupHeaderTextColor() {
493
- return brushToString(this.i.jc);
508
+ return brushToString(this.i.jl);
494
509
  }
495
510
  set groupHeaderTextColor(v) {
496
- this.i.jc = stringToBrush(v);
497
- this._a("groupHeaderTextColor", brushToString(this.i.jc));
511
+ this.i.jl = stringToBrush(v);
512
+ this._a("groupHeaderTextColor", brushToString(this.i.jl));
498
513
  }
499
514
  get actualGroupHeaderTextColor() {
500
- return brushToString(this.i.ip);
515
+ return brushToString(this.i.iy);
501
516
  }
502
517
  set actualGroupHeaderTextColor(v) {
503
- this.i.ip = stringToBrush(v);
504
- this._a("actualGroupHeaderTextColor", brushToString(this.i.ip));
518
+ this.i.iy = stringToBrush(v);
519
+ this._a("actualGroupHeaderTextColor", brushToString(this.i.iy));
505
520
  }
506
521
  /**
507
522
  * Gets or sets the text color for group header subtitle.
508
523
  */
509
524
  get groupHeaderSubtitleTextColor() {
510
- return brushToString(this.i.jb);
525
+ return brushToString(this.i.jk);
511
526
  }
512
527
  set groupHeaderSubtitleTextColor(v) {
513
- this.i.jb = stringToBrush(v);
514
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jb));
528
+ this.i.jk = stringToBrush(v);
529
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jk));
515
530
  }
516
531
  get actualGroupHeaderSubtitleTextColor() {
517
- return brushToString(this.i.io);
532
+ return brushToString(this.i.ix);
518
533
  }
519
534
  set actualGroupHeaderSubtitleTextColor(v) {
520
- this.i.io = stringToBrush(v);
521
- this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.io));
535
+ this.i.ix = stringToBrush(v);
536
+ this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.ix));
522
537
  }
523
538
  /**
524
539
  * Gets or sets the tooltip text color.
525
540
  */
526
541
  get toolTipTextColor() {
527
- return brushToString(this.i.jn);
542
+ return brushToString(this.i.jw);
528
543
  }
529
544
  set toolTipTextColor(v) {
530
- this.i.jn = stringToBrush(v);
531
- this._a("toolTipTextColor", brushToString(this.i.jn));
545
+ this.i.jw = stringToBrush(v);
546
+ this._a("toolTipTextColor", brushToString(this.i.jw));
532
547
  }
533
548
  get actualToolTipTextColor() {
534
- return brushToString(this.i.i0);
549
+ return brushToString(this.i.i9);
535
550
  }
536
551
  set actualToolTipTextColor(v) {
537
- this.i.i0 = stringToBrush(v);
538
- this._a("actualToolTipTextColor", brushToString(this.i.i0));
552
+ this.i.i9 = stringToBrush(v);
553
+ this._a("actualToolTipTextColor", brushToString(this.i.i9));
539
554
  }
540
555
  /**
541
556
  * Gets or sets the tooltip background color.
542
557
  */
543
558
  get toolTipBackgroundColor() {
544
- return brushToString(this.i.jm);
559
+ return brushToString(this.i.jv);
545
560
  }
546
561
  set toolTipBackgroundColor(v) {
547
- this.i.jm = stringToBrush(v);
548
- this._a("toolTipBackgroundColor", brushToString(this.i.jm));
562
+ this.i.jv = stringToBrush(v);
563
+ this._a("toolTipBackgroundColor", brushToString(this.i.jv));
549
564
  }
550
565
  /**
551
566
  * Gets the actual tooltip background color.
552
567
  */
553
568
  get actualToolTipBackgroundColor() {
554
- return brushToString(this.i.iz);
569
+ return brushToString(this.i.i8);
555
570
  }
556
571
  set actualToolTipBackgroundColor(v) {
557
- this.i.iz = stringToBrush(v);
558
- this._a("actualToolTipBackgroundColor", brushToString(this.i.iz));
572
+ this.i.i8 = stringToBrush(v);
573
+ this._a("actualToolTipBackgroundColor", brushToString(this.i.i8));
559
574
  }
560
575
  /**
561
576
  * Gets or sets the tooltip corner radius.
562
577
  */
563
578
  get toolTipCornerRadius() {
564
- return this.i.cm;
579
+ return this.i.cs;
565
580
  }
566
581
  set toolTipCornerRadius(v) {
567
- this.i.cm = +v;
568
- this._a("toolTipCornerRadius", this.i.cm);
582
+ this.i.cs = +v;
583
+ this._a("toolTipCornerRadius", this.i.cs);
569
584
  }
570
585
  /**
571
586
  * Gets the actual tooltip corner radius.
572
587
  */
573
588
  get actualToolTipCornerRadius() {
574
- return this.i.b8;
589
+ return this.i.cd;
575
590
  }
576
591
  set actualToolTipCornerRadius(v) {
577
- this.i.b8 = +v;
578
- this._a("actualToolTipCornerRadius", this.i.b8);
592
+ this.i.cd = +v;
593
+ this._a("actualToolTipCornerRadius", this.i.cd);
579
594
  }
580
595
  /**
581
596
  * Gets or sets the shadow elevation for the tooltip.
582
597
  */
583
598
  get toolTipElevation() {
584
- return this.i.cn;
599
+ return this.i.ct;
585
600
  }
586
601
  set toolTipElevation(v) {
587
- this.i.cn = +v;
588
- this._a("toolTipElevation", this.i.cn);
602
+ this.i.ct = +v;
603
+ this._a("toolTipElevation", this.i.ct);
589
604
  }
590
605
  /**
591
606
  * Gets the actual shadow elevation used by the tooltip.
592
607
  */
593
608
  get actualToolTipElevation() {
594
- return this.i.b9;
609
+ return this.i.ce;
595
610
  }
596
611
  set actualToolTipElevation(v) {
597
- this.i.b9 = +v;
598
- this._a("actualToolTipElevation", this.i.b9);
612
+ this.i.ce = +v;
613
+ this._a("actualToolTipElevation", this.i.ce);
599
614
  }
600
615
  /**
601
616
  * Gets or sets the fill color of icons in the ToolPanel.
602
617
  */
603
618
  get iconFill() {
604
- return brushToString(this.i.jf);
619
+ return brushToString(this.i.jo);
605
620
  }
606
621
  set iconFill(v) {
607
- this.i.jf = stringToBrush(v);
608
- this._a("iconFill", brushToString(this.i.jf));
622
+ this.i.jo = stringToBrush(v);
623
+ this._a("iconFill", brushToString(this.i.jo));
609
624
  }
610
625
  /**
611
626
  * Gets the actual icon fill color.
612
627
  */
613
628
  get actualIconFill() {
614
- return brushToString(this.i.is);
629
+ return brushToString(this.i.i1);
615
630
  }
616
631
  set actualIconFill(v) {
617
- this.i.is = stringToBrush(v);
618
- this._a("actualIconFill", brushToString(this.i.is));
632
+ this.i.i1 = stringToBrush(v);
633
+ this._a("actualIconFill", brushToString(this.i.i1));
619
634
  }
620
635
  /**
621
636
  * Gets or sets the stroke color of icons in the ToolPanel.
622
637
  */
623
638
  get iconStroke() {
624
- return brushToString(this.i.jg);
639
+ return brushToString(this.i.jp);
625
640
  }
626
641
  set iconStroke(v) {
627
- this.i.jg = stringToBrush(v);
628
- this._a("iconStroke", brushToString(this.i.jg));
642
+ this.i.jp = stringToBrush(v);
643
+ this._a("iconStroke", brushToString(this.i.jp));
629
644
  }
630
645
  /**
631
646
  * Gets the actual icon stroke color.
632
647
  */
633
648
  get actualIconStroke() {
634
- return brushToString(this.i.it);
649
+ return brushToString(this.i.i2);
635
650
  }
636
651
  set actualIconStroke(v) {
637
- this.i.it = stringToBrush(v);
638
- this._a("actualIconStroke", brushToString(this.i.it));
652
+ this.i.i2 = stringToBrush(v);
653
+ this._a("actualIconStroke", brushToString(this.i.i2));
639
654
  }
640
655
  /**
641
656
  * Gets or sets the left padding for separators in the vertical orientation.
642
657
  */
643
658
  get separatorVerticalPaddingLeft() {
644
- return this.i.cj;
659
+ return this.i.cp;
645
660
  }
646
661
  set separatorVerticalPaddingLeft(v) {
647
- this.i.cj = +v;
648
- this._a("separatorVerticalPaddingLeft", this.i.cj);
662
+ this.i.cp = +v;
663
+ this._a("separatorVerticalPaddingLeft", this.i.cp);
649
664
  }
650
665
  get actualSeparatorVerticalPaddingLeft() {
651
- return this.i.b5;
666
+ return this.i.ca;
652
667
  }
653
668
  set actualSeparatorVerticalPaddingLeft(v) {
654
- this.i.b5 = +v;
655
- this._a("actualSeparatorVerticalPaddingLeft", this.i.b5);
669
+ this.i.ca = +v;
670
+ this._a("actualSeparatorVerticalPaddingLeft", this.i.ca);
656
671
  }
657
672
  /**
658
673
  * Gets or sets the right padding for separators in the vertical orientation.
659
674
  */
660
675
  get separatorVerticalPaddingRight() {
661
- return this.i.ck;
676
+ return this.i.cq;
662
677
  }
663
678
  set separatorVerticalPaddingRight(v) {
664
- this.i.ck = +v;
665
- this._a("separatorVerticalPaddingRight", this.i.ck);
679
+ this.i.cq = +v;
680
+ this._a("separatorVerticalPaddingRight", this.i.cq);
666
681
  }
667
682
  get actualSeparatorVerticalPaddingRight() {
668
- return this.i.b6;
683
+ return this.i.cb;
669
684
  }
670
685
  set actualSeparatorVerticalPaddingRight(v) {
671
- this.i.b6 = +v;
672
- this._a("actualSeparatorVerticalPaddingRight", this.i.b6);
686
+ this.i.cb = +v;
687
+ this._a("actualSeparatorVerticalPaddingRight", this.i.cb);
673
688
  }
674
689
  /**
675
690
  * Gets or sets the top padding for separators in the vertical orientation.
676
691
  */
677
692
  get separatorVerticalPaddingTop() {
678
- return this.i.cl;
693
+ return this.i.cr;
679
694
  }
680
695
  set separatorVerticalPaddingTop(v) {
681
- this.i.cl = +v;
682
- this._a("separatorVerticalPaddingTop", this.i.cl);
696
+ this.i.cr = +v;
697
+ this._a("separatorVerticalPaddingTop", this.i.cr);
683
698
  }
684
699
  get actualSeparatorVerticalPaddingTop() {
685
- return this.i.b7;
700
+ return this.i.cc;
686
701
  }
687
702
  set actualSeparatorVerticalPaddingTop(v) {
688
- this.i.b7 = +v;
689
- this._a("actualSeparatorVerticalPaddingTop", this.i.b7);
703
+ this.i.cc = +v;
704
+ this._a("actualSeparatorVerticalPaddingTop", this.i.cc);
690
705
  }
691
706
  /**
692
707
  * Gets or sets the bottom padding for separators in the vertical orientation.
693
708
  */
694
709
  get separatorVerticalPaddingBottom() {
695
- return this.i.ci;
710
+ return this.i.co;
696
711
  }
697
712
  set separatorVerticalPaddingBottom(v) {
698
- this.i.ci = +v;
699
- this._a("separatorVerticalPaddingBottom", this.i.ci);
713
+ this.i.co = +v;
714
+ this._a("separatorVerticalPaddingBottom", this.i.co);
700
715
  }
701
716
  get actualSeparatorVerticalPaddingBottom() {
702
- return this.i.b4;
717
+ return this.i.b9;
703
718
  }
704
719
  set actualSeparatorVerticalPaddingBottom(v) {
705
- this.i.b4 = +v;
706
- this._a("actualSeparatorVerticalPaddingBottom", this.i.b4);
720
+ this.i.b9 = +v;
721
+ this._a("actualSeparatorVerticalPaddingBottom", this.i.b9);
707
722
  }
708
723
  /**
709
724
  * Gets or sets the left padding for separators in the horizontal orientation.
710
725
  */
711
726
  get separatorHorizontalPaddingLeft() {
712
- return this.i.cf;
727
+ return this.i.cl;
713
728
  }
714
729
  set separatorHorizontalPaddingLeft(v) {
715
- this.i.cf = +v;
716
- this._a("separatorHorizontalPaddingLeft", this.i.cf);
730
+ this.i.cl = +v;
731
+ this._a("separatorHorizontalPaddingLeft", this.i.cl);
717
732
  }
718
733
  get actualSeparatorHorizontalPaddingLeft() {
719
- return this.i.b1;
734
+ return this.i.b6;
720
735
  }
721
736
  set actualSeparatorHorizontalPaddingLeft(v) {
722
- this.i.b1 = +v;
723
- this._a("actualSeparatorHorizontalPaddingLeft", this.i.b1);
737
+ this.i.b6 = +v;
738
+ this._a("actualSeparatorHorizontalPaddingLeft", this.i.b6);
724
739
  }
725
740
  /**
726
741
  * Gets or sets the right padding for separators in the horizontal orientation.
727
742
  */
728
743
  get separatorHorizontalPaddingRight() {
729
- return this.i.cg;
744
+ return this.i.cm;
730
745
  }
731
746
  set separatorHorizontalPaddingRight(v) {
732
- this.i.cg = +v;
733
- this._a("separatorHorizontalPaddingRight", this.i.cg);
747
+ this.i.cm = +v;
748
+ this._a("separatorHorizontalPaddingRight", this.i.cm);
734
749
  }
735
750
  get actualSeparatorHorizontalPaddingRight() {
736
- return this.i.b2;
751
+ return this.i.b7;
737
752
  }
738
753
  set actualSeparatorHorizontalPaddingRight(v) {
739
- this.i.b2 = +v;
740
- this._a("actualSeparatorHorizontalPaddingRight", this.i.b2);
754
+ this.i.b7 = +v;
755
+ this._a("actualSeparatorHorizontalPaddingRight", this.i.b7);
741
756
  }
742
757
  /**
743
758
  * Gets or sets the top padding for separators in the horizontal orientation.
744
759
  */
745
760
  get separatorHorizontalPaddingTop() {
746
- return this.i.ch;
761
+ return this.i.cn;
747
762
  }
748
763
  set separatorHorizontalPaddingTop(v) {
749
- this.i.ch = +v;
750
- this._a("separatorHorizontalPaddingTop", this.i.ch);
764
+ this.i.cn = +v;
765
+ this._a("separatorHorizontalPaddingTop", this.i.cn);
751
766
  }
752
767
  get actualSeparatorHorizontalPaddingTop() {
753
- return this.i.b3;
768
+ return this.i.b8;
754
769
  }
755
770
  set actualSeparatorHorizontalPaddingTop(v) {
756
- this.i.b3 = +v;
757
- this._a("actualSeparatorHorizontalPaddingTop", this.i.b3);
771
+ this.i.b8 = +v;
772
+ this._a("actualSeparatorHorizontalPaddingTop", this.i.b8);
758
773
  }
759
774
  /**
760
775
  * Gets or sets the bottom padding for separators in the horizontal orientation.
761
776
  */
762
777
  get separatorHorizontalPaddingBottom() {
763
- return this.i.ce;
778
+ return this.i.ck;
764
779
  }
765
780
  set separatorHorizontalPaddingBottom(v) {
766
- this.i.ce = +v;
767
- this._a("separatorHorizontalPaddingBottom", this.i.ce);
781
+ this.i.ck = +v;
782
+ this._a("separatorHorizontalPaddingBottom", this.i.ck);
768
783
  }
769
784
  get actualSeparatorHorizontalPaddingBottom() {
770
- return this.i.b0;
785
+ return this.i.b5;
771
786
  }
772
787
  set actualSeparatorHorizontalPaddingBottom(v) {
773
- this.i.b0 = +v;
774
- this._a("actualSeparatorHorizontalPaddingBottom", this.i.b0);
788
+ this.i.b5 = +v;
789
+ this._a("actualSeparatorHorizontalPaddingBottom", this.i.b5);
775
790
  }
776
791
  /**
777
792
  * Gets or sets the color to use for the background of the component.
@@ -787,179 +802,179 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
787
802
  * Gets or sets the row height for the panel.
788
803
  */
789
804
  get rowHeight() {
790
- return this.i.cx;
805
+ return this.i.c3;
791
806
  }
792
807
  set rowHeight(v) {
793
- this.i.cx = +v;
794
- this._a("rowHeight", this.i.cx);
808
+ this.i.c3 = +v;
809
+ this._a("rowHeight", this.i.c3);
795
810
  }
796
811
  /**
797
812
  * Gets the actual row height used by the panel.
798
813
  */
799
814
  get actualRowHeight() {
800
- return this.i.bz;
815
+ return this.i.b4;
801
816
  }
802
817
  get highlightWidth() {
803
- return this.i.cd;
818
+ return this.i.ci;
804
819
  }
805
820
  set highlightWidth(v) {
806
- this.i.cd = +v;
807
- this._a("highlightWidth", this.i.cd);
821
+ this.i.ci = +v;
822
+ this._a("highlightWidth", this.i.ci);
808
823
  }
809
824
  get actualHighlightWidth() {
810
- return this.i.by;
825
+ return this.i.b3;
811
826
  }
812
827
  set actualHighlightWidth(v) {
813
- this.i.by = +v;
814
- this._a("actualHighlightWidth", this.i.by);
828
+ this.i.b3 = +v;
829
+ this._a("actualHighlightWidth", this.i.b3);
815
830
  }
816
831
  get highlightRadius() {
817
- return this.i.cc;
832
+ return this.i.ch;
818
833
  }
819
834
  set highlightRadius(v) {
820
- this.i.cc = +v;
821
- this._a("highlightRadius", this.i.cc);
835
+ this.i.ch = +v;
836
+ this._a("highlightRadius", this.i.ch);
822
837
  }
823
838
  get actualHighlightRadius() {
824
- return this.i.bx;
839
+ return this.i.b2;
825
840
  }
826
841
  set actualHighlightRadius(v) {
827
- this.i.bx = +v;
828
- this._a("actualHighlightRadius", this.i.bx);
842
+ this.i.b2 = +v;
843
+ this._a("actualHighlightRadius", this.i.b2);
829
844
  }
830
845
  get highlightColor() {
831
- return brushToString(this.i.jd);
846
+ return brushToString(this.i.jm);
832
847
  }
833
848
  set highlightColor(v) {
834
- this.i.jd = stringToBrush(v);
835
- this._a("highlightColor", brushToString(this.i.jd));
849
+ this.i.jm = stringToBrush(v);
850
+ this._a("highlightColor", brushToString(this.i.jm));
836
851
  }
837
852
  get actualHighlightColor() {
838
- return brushToString(this.i.iq);
853
+ return brushToString(this.i.iz);
839
854
  }
840
855
  set actualHighlightColor(v) {
841
- this.i.iq = stringToBrush(v);
842
- this._a("actualHighlightColor", brushToString(this.i.iq));
856
+ this.i.iz = stringToBrush(v);
857
+ this._a("actualHighlightColor", brushToString(this.i.iz));
843
858
  }
844
859
  /**
845
860
  * Gets or sets the stroke color for all icon menu dropdown arrows.
846
861
  */
847
862
  get menuArrowStroke() {
848
- return brushToString(this.i.jh);
863
+ return brushToString(this.i.jq);
849
864
  }
850
865
  set menuArrowStroke(v) {
851
- this.i.jh = stringToBrush(v);
852
- this._a("menuArrowStroke", brushToString(this.i.jh));
866
+ this.i.jq = stringToBrush(v);
867
+ this._a("menuArrowStroke", brushToString(this.i.jq));
853
868
  }
854
869
  /**
855
870
  * Gets the actual stroke color for all icon menu dropdown arrows.
856
871
  */
857
872
  get actualMenuArrowStroke() {
858
- return brushToString(this.i.iu);
873
+ return brushToString(this.i.i3);
859
874
  }
860
875
  set actualMenuArrowStroke(v) {
861
- this.i.iu = stringToBrush(v);
862
- this._a("actualMenuArrowStroke", brushToString(this.i.iu));
876
+ this.i.i3 = stringToBrush(v);
877
+ this._a("actualMenuArrowStroke", brushToString(this.i.i3));
863
878
  }
864
879
  /**
865
880
  * Gets or sets the background color of the radio when in the unchecked state.
866
881
  */
867
882
  get uncheckedBackgroundColor() {
868
- return brushToString(this.i.jo);
883
+ return brushToString(this.i.jx);
869
884
  }
870
885
  set uncheckedBackgroundColor(v) {
871
- this.i.jo = stringToBrush(v);
872
- this._a("uncheckedBackgroundColor", brushToString(this.i.jo));
886
+ this.i.jx = stringToBrush(v);
887
+ this._a("uncheckedBackgroundColor", brushToString(this.i.jx));
873
888
  }
874
889
  /**
875
890
  * Gets the actual background color of the radio when in the unchecked state.
876
891
  */
877
892
  get actualUncheckedBackgroundColor() {
878
- return brushToString(this.i.i1);
893
+ return brushToString(this.i.ja);
879
894
  }
880
895
  set actualUncheckedBackgroundColor(v) {
881
- this.i.i1 = stringToBrush(v);
882
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.i1));
896
+ this.i.ja = stringToBrush(v);
897
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.ja));
883
898
  }
884
899
  /**
885
900
  * Gets or sets the background color of the radio when in the checked state.
886
901
  */
887
902
  get checkedBackgroundColor() {
888
- return brushToString(this.i.i4);
903
+ return brushToString(this.i.jd);
889
904
  }
890
905
  set checkedBackgroundColor(v) {
891
- this.i.i4 = stringToBrush(v);
892
- this._a("checkedBackgroundColor", brushToString(this.i.i4));
906
+ this.i.jd = stringToBrush(v);
907
+ this._a("checkedBackgroundColor", brushToString(this.i.jd));
893
908
  }
894
909
  /**
895
910
  * Gets the actual background color of the radio when in the checked state.
896
911
  */
897
912
  get actualCheckedBackgroundColor() {
898
- return brushToString(this.i.ii);
913
+ return brushToString(this.i.is);
899
914
  }
900
915
  set actualCheckedBackgroundColor(v) {
901
- this.i.ii = stringToBrush(v);
902
- this._a("actualCheckedBackgroundColor", brushToString(this.i.ii));
916
+ this.i.is = stringToBrush(v);
917
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.is));
903
918
  }
904
919
  /**
905
920
  * Gets or sets the border color of the radio when in the unchecked state.
906
921
  */
907
922
  get uncheckedBorderColor() {
908
- return brushToString(this.i.jp);
923
+ return brushToString(this.i.jy);
909
924
  }
910
925
  set uncheckedBorderColor(v) {
911
- this.i.jp = stringToBrush(v);
912
- this._a("uncheckedBorderColor", brushToString(this.i.jp));
926
+ this.i.jy = stringToBrush(v);
927
+ this._a("uncheckedBorderColor", brushToString(this.i.jy));
913
928
  }
914
929
  /**
915
930
  * Gets the actual border color of the radio when in the unchecked state.
916
931
  */
917
932
  get actualUncheckedBorderColor() {
918
- return brushToString(this.i.i2);
933
+ return brushToString(this.i.jb);
919
934
  }
920
935
  set actualUncheckedBorderColor(v) {
921
- this.i.i2 = stringToBrush(v);
922
- this._a("actualUncheckedBorderColor", brushToString(this.i.i2));
936
+ this.i.jb = stringToBrush(v);
937
+ this._a("actualUncheckedBorderColor", brushToString(this.i.jb));
923
938
  }
924
939
  /**
925
940
  * Gets or sets the border color of the radio when in the checked state.
926
941
  */
927
942
  get checkedBorderColor() {
928
- return brushToString(this.i.i5);
943
+ return brushToString(this.i.je);
929
944
  }
930
945
  set checkedBorderColor(v) {
931
- this.i.i5 = stringToBrush(v);
932
- this._a("checkedBorderColor", brushToString(this.i.i5));
946
+ this.i.je = stringToBrush(v);
947
+ this._a("checkedBorderColor", brushToString(this.i.je));
933
948
  }
934
949
  /**
935
950
  * Gets the actual border color of the radio when in the checked state.
936
951
  */
937
952
  get actualCheckedBorderColor() {
938
- return brushToString(this.i.ij);
953
+ return brushToString(this.i.it);
939
954
  }
940
955
  set actualCheckedBorderColor(v) {
941
- this.i.ij = stringToBrush(v);
942
- this._a("actualCheckedBorderColor", brushToString(this.i.ij));
956
+ this.i.it = stringToBrush(v);
957
+ this._a("actualCheckedBorderColor", brushToString(this.i.it));
943
958
  }
944
959
  /**
945
960
  * Gets or sets the dropdown delay time in milliseconds.
946
961
  */
947
962
  get dropdownDelay() {
948
- return this.i.cu;
963
+ return this.i.c0;
949
964
  }
950
965
  set dropdownDelay(v) {
951
- this.i.cu = +v;
952
- this._a("dropdownDelay", this.i.cu);
966
+ this.i.c0 = +v;
967
+ this._a("dropdownDelay", this.i.c0);
953
968
  }
954
969
  /**
955
970
  * Gets the actual dropdown delay.
956
971
  */
957
972
  get actualDropdownDelay() {
958
- return this.i.cs;
973
+ return this.i.cy;
959
974
  }
960
975
  set actualDropdownDelay(v) {
961
- this.i.cs = +v;
962
- this._a("actualDropdownDelay", this.i.cs);
976
+ this.i.cy = +v;
977
+ this._a("actualDropdownDelay", this.i.cy);
963
978
  }
964
979
  /**
965
980
  * Gets or sets the style of scrollbar.
@@ -971,6 +986,16 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
971
986
  this.i.x = ensureEnum(ScrollbarStyle_$type, v);
972
987
  this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.x));
973
988
  }
989
+ /**
990
+ * Gets or sets the spacing between items
991
+ */
992
+ get itemSpacing() {
993
+ return this.i.cj;
994
+ }
995
+ set itemSpacing(v) {
996
+ this.i.cj = +v;
997
+ this._a("itemSpacing", this.i.cj);
998
+ }
974
999
  /**
975
1000
  * Gets or sets the mode used when displaying nested actions.
976
1001
  */
@@ -982,7 +1007,7 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
982
1007
  this._a("nestedActionMode", enumToString(NestedActionMode_$type, this.i.g));
983
1008
  }
984
1009
  get isOpen() {
985
- return this.i.a0;
1010
+ return this.i.a4;
986
1011
  }
987
1012
  findByName(name) {
988
1013
  if (this.findEphemera) {
@@ -1049,84 +1074,84 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
1049
1074
  this._inStyling = false;
1050
1075
  }
1051
1076
  refresh() {
1052
- this.i.gi();
1077
+ this.i.gr();
1053
1078
  }
1054
1079
  getDesiredSize() {
1055
- let iv = this.i.js();
1080
+ let iv = this.i.j1();
1056
1081
  return fromSize(iv);
1057
1082
  }
1058
1083
  flushRefresh() {
1059
- this.i.fz();
1084
+ this.i.f8();
1060
1085
  }
1061
1086
  /**
1062
1087
  * Forces any open sub menus to close.
1063
1088
 
1064
1089
  */
1065
1090
  closeSubmenus() {
1066
- this.i.fu();
1091
+ this.i.f3();
1067
1092
  }
1068
1093
  exportVisualData() {
1069
- let iv = this.i.cy();
1094
+ let iv = this.i.c4();
1070
1095
  return (iv);
1071
1096
  }
1072
1097
  exportSerializedVisualData() {
1073
- let iv = this.i.ei();
1098
+ let iv = this.i.ep();
1074
1099
  return (iv);
1075
1100
  }
1076
1101
  setBrushContextItem(key, value) {
1077
- this.i.gr(key, stringToBrush(value));
1102
+ this.i.g0(key, stringToBrush(value));
1078
1103
  }
1079
1104
  getBrushContextItem(key) {
1080
- let iv = this.i.i7(key);
1105
+ let iv = this.i.jg(key);
1081
1106
  return brushToString(iv);
1082
1107
  }
1083
1108
  setBrushCollectionContextItem(key, value) {
1084
- this.i.gp(key, toBrushCollection(value));
1109
+ this.i.gy(key, toBrushCollection(value));
1085
1110
  }
1086
1111
  getBrushCollectionContextItem(key) {
1087
1112
  let iv = this.i.a(key);
1088
1113
  return fromBrushCollection(iv);
1089
1114
  }
1090
1115
  setDoubleContextItem(key, value) {
1091
- this.i.gz(key, value);
1116
+ this.i.g8(key, value);
1092
1117
  }
1093
1118
  getDoubleContextItem(key) {
1094
- let iv = this.i.ca(key);
1119
+ let iv = this.i.cf(key);
1095
1120
  return (iv);
1096
1121
  }
1097
1122
  setIntContextItem(key, value) {
1098
- this.i.g1(key, value);
1123
+ this.i.ha(key, value);
1099
1124
  }
1100
1125
  getIntContextItem(key) {
1101
- let iv = this.i.cv(key);
1126
+ let iv = this.i.c1(key);
1102
1127
  return (iv);
1103
1128
  }
1104
1129
  setStringContextItem(key, value) {
1105
- this.i.g3(key, value);
1130
+ this.i.hc(key, value);
1106
1131
  }
1107
1132
  getStringContextItem(key) {
1108
- let iv = this.i.ej(key);
1133
+ let iv = this.i.eq(key);
1109
1134
  return (iv);
1110
1135
  }
1111
1136
  setBoolContextItem(key, value) {
1112
- this.i.gn(key, value);
1137
+ this.i.gw(key, value);
1113
1138
  }
1114
1139
  getBoolContextItem(key) {
1115
- let iv = this.i.ax(key);
1140
+ let iv = this.i.a1(key);
1116
1141
  return (iv);
1117
1142
  }
1118
1143
  setColorContextItem(key, value) {
1119
- this.i.gt(key, stringToColor(value));
1144
+ this.i.g2(key, stringToColor(value));
1120
1145
  }
1121
1146
  getColorContextItem(key) {
1122
- let iv = this.i.jq(key);
1147
+ let iv = this.i.jz(key);
1123
1148
  return colorToString(iv);
1124
1149
  }
1125
1150
  setDataContextItem(key, value) {
1126
- this.i.gx(key, value);
1151
+ this.i.g6(key, value);
1127
1152
  }
1128
1153
  getDataContextItem(key) {
1129
- let iv = this.i.c1(key);
1154
+ let iv = this.i.c7(key);
1130
1155
  return (iv);
1131
1156
  }
1132
1157
  get contentRefreshed() {