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
@@ -15,6 +15,7 @@ import { IgcToolActionCollection } from "./igc-tool-action-collection";
15
15
  import { IgcToolPanelContentRefreshedEventArgs } from "./igc-tool-panel-content-refreshed-event-args";
16
16
  import { IgcToolCommandEventArgs } from './igc-tool-command-event-args';
17
17
  import { NestedActionMode_$type } from './NestedActionMode';
18
+ import { ScrollbarStyle_$type } from "igniteui-webcomponents-core";
18
19
  export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
19
20
  class IgcToolPanelComponent extends IgcHTMLElement {
20
21
  set height(value) {
@@ -234,21 +235,21 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
234
235
  * Gets or sets if the tool actions should display their submenus on mouse hover.
235
236
  */
236
237
  get showOnHover() {
237
- return this.i.ay;
238
+ return this.i.a1;
238
239
  }
239
240
  set showOnHover(v) {
240
- this.i.ay = ensureBool(v);
241
- this._a("showOnHover", this.i.ay);
241
+ this.i.a1 = ensureBool(v);
242
+ this._a("showOnHover", this.i.a1);
242
243
  }
243
244
  /**
244
245
  * Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
245
246
  */
246
247
  get showTooltipOnHover() {
247
- return this.i.az;
248
+ return this.i.a2;
248
249
  }
249
250
  set showTooltipOnHover(v) {
250
- this.i.az = ensureBool(v);
251
- this._a("showTooltipOnHover", this.i.az);
251
+ this.i.a2 = ensureBool(v);
252
+ this._a("showTooltipOnHover", this.i.a2);
252
253
  }
253
254
  /**
254
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
@@ -256,511 +257,521 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
256
257
  * always keep the dropdown open during a hover open and will require an extra click to close.
257
258
  */
258
259
  get dropdownClickBuffer() {
259
- return this.i.cp;
260
+ return this.i.ct;
260
261
  }
261
262
  set dropdownClickBuffer(v) {
262
- this.i.cp = +v;
263
- this._a("dropdownClickBuffer", this.i.cp);
263
+ this.i.ct = +v;
264
+ this._a("dropdownClickBuffer", this.i.ct);
265
+ }
266
+ /**
267
+ * Prevents clicks on the tool actions from bubbling.
268
+ */
269
+ get stopPropagation() {
270
+ return this.i.a3;
271
+ }
272
+ set stopPropagation(v) {
273
+ this.i.a3 = ensureBool(v);
274
+ this._a("stopPropagation", this.i.a3);
264
275
  }
265
276
  /**
266
277
  * Gets or sets the text style for the panel.
267
278
  */
268
279
  get cellTextStyle() {
269
- if (this.i.ak == null) {
280
+ if (this.i.am == null) {
270
281
  return null;
271
282
  }
272
- return this.i.ak.fontString;
283
+ return this.i.am.fontString;
273
284
  }
274
285
  set cellTextStyle(v) {
275
286
  let fi = new FontInfo();
276
287
  fi.fontString = v;
277
- this.i.ak = fi;
278
- this._a("cellTextStyle", this.i.ak != null ? this.i.ak.fontString : "");
288
+ this.i.am = fi;
289
+ this._a("cellTextStyle", this.i.am != null ? this.i.am.fontString : "");
279
290
  }
280
291
  /**
281
292
  * Gets or sets the subtitle text style for the panel.
282
293
  */
283
294
  get subtitleTextStyle() {
284
- if (this.i.am == null) {
295
+ if (this.i.ao == null) {
285
296
  return null;
286
297
  }
287
- return this.i.am.fontString;
298
+ return this.i.ao.fontString;
288
299
  }
289
300
  set subtitleTextStyle(v) {
290
301
  let fi = new FontInfo();
291
302
  fi.fontString = v;
292
- this.i.am = fi;
293
- this._a("subtitleTextStyle", this.i.am != null ? this.i.am.fontString : "");
303
+ this.i.ao = fi;
304
+ this._a("subtitleTextStyle", this.i.ao != null ? this.i.ao.fontString : "");
294
305
  }
295
306
  /**
296
307
  * Gets or sets the base built in theme to use for the checkbox.
297
308
  */
298
309
  get baseTheme() {
299
- return this.i.x;
310
+ return this.i.z;
300
311
  }
301
312
  set baseTheme(v) {
302
- this.i.x = ensureEnum(BaseControlTheme_$type, v);
303
- this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.x));
313
+ this.i.z = ensureEnum(BaseControlTheme_$type, v);
314
+ this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.z));
304
315
  }
305
316
  /**
306
317
  * Gets or sets the display density to use for the toolbar.
307
318
  */
308
319
  get density() {
309
- return this.i.ac;
320
+ return this.i.ae;
310
321
  }
311
322
  set density(v) {
312
- this.i.ac = ensureEnum(ControlDisplayDensity_$type, v);
313
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ac));
323
+ this.i.ae = ensureEnum(ControlDisplayDensity_$type, v);
324
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.ae));
314
325
  }
315
326
  /**
316
327
  * Gets the resolved display density to use for the toolbar.
317
328
  */
318
329
  get actualDensity() {
319
- return this.i.ab;
330
+ return this.i.ad;
320
331
  }
321
332
  set actualDensity(v) {
322
- this.i.ab = ensureEnum(ControlDisplayDensity_$type, v);
323
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.ab));
333
+ this.i.ad = ensureEnum(ControlDisplayDensity_$type, v);
334
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.ad));
324
335
  }
325
336
  /**
326
337
  * Gets or sets the color to use for the background of the component.
327
338
  */
328
339
  get backgroundColor() {
329
- return brushToString(this.i.iu);
340
+ return brushToString(this.i.i3);
330
341
  }
331
342
  set backgroundColor(v) {
332
- this.i.iu = stringToBrush(v);
333
- this._a("backgroundColor", brushToString(this.i.iu));
343
+ this.i.i3 = stringToBrush(v);
344
+ this._a("backgroundColor", brushToString(this.i.i3));
334
345
  }
335
346
  get actualBackgroundColor() {
336
- return brushToString(this.i.h7);
347
+ return brushToString(this.i.ih);
337
348
  }
338
349
  set actualBackgroundColor(v) {
339
- this.i.h7 = stringToBrush(v);
340
- this._a("actualBackgroundColor", brushToString(this.i.h7));
350
+ this.i.ih = stringToBrush(v);
351
+ this._a("actualBackgroundColor", brushToString(this.i.ih));
341
352
  }
342
353
  /**
343
354
  * Gets or sets the background color for submenus.
344
355
  */
345
356
  get submenuBackgroundColor() {
346
- return brushToString(this.i.ja);
357
+ return brushToString(this.i.jj);
347
358
  }
348
359
  set submenuBackgroundColor(v) {
349
- this.i.ja = stringToBrush(v);
350
- this._a("submenuBackgroundColor", brushToString(this.i.ja));
360
+ this.i.jj = stringToBrush(v);
361
+ this._a("submenuBackgroundColor", brushToString(this.i.jj));
351
362
  }
352
363
  get actualSubmenuBackgroundColor() {
353
- return brushToString(this.i.im);
364
+ return brushToString(this.i.iw);
354
365
  }
355
366
  set actualSubmenuBackgroundColor(v) {
356
- this.i.im = stringToBrush(v);
357
- this._a("actualSubmenuBackgroundColor", brushToString(this.i.im));
367
+ this.i.iw = stringToBrush(v);
368
+ this._a("actualSubmenuBackgroundColor", brushToString(this.i.iw));
358
369
  }
359
370
  /**
360
371
  * Gets or sets the group header background color.
361
372
  */
362
373
  get groupHeaderBackgroundColor() {
363
- return brushToString(this.i.i0);
374
+ return brushToString(this.i.i9);
364
375
  }
365
376
  set groupHeaderBackgroundColor(v) {
366
- this.i.i0 = stringToBrush(v);
367
- this._a("groupHeaderBackgroundColor", brushToString(this.i.i0));
377
+ this.i.i9 = stringToBrush(v);
378
+ this._a("groupHeaderBackgroundColor", brushToString(this.i.i9));
368
379
  }
369
380
  get actualGroupHeaderBackgroundColor() {
370
- return brushToString(this.i.ib);
381
+ return brushToString(this.i.il);
371
382
  }
372
383
  set actualGroupHeaderBackgroundColor(v) {
373
- this.i.ib = stringToBrush(v);
374
- this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.ib));
384
+ this.i.il = stringToBrush(v);
385
+ this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.il));
375
386
  }
376
387
  /**
377
388
  * Gets or sets the separator background color.
378
389
  */
379
390
  get separatorBackgroundColor() {
380
- return brushToString(this.i.i9);
391
+ return brushToString(this.i.ji);
381
392
  }
382
393
  set separatorBackgroundColor(v) {
383
- this.i.i9 = stringToBrush(v);
384
- this._a("separatorBackgroundColor", brushToString(this.i.i9));
394
+ this.i.ji = stringToBrush(v);
395
+ this._a("separatorBackgroundColor", brushToString(this.i.ji));
385
396
  }
386
397
  get actualSeparatorBackgroundColor() {
387
- return brushToString(this.i.il);
398
+ return brushToString(this.i.iv);
388
399
  }
389
400
  set actualSeparatorBackgroundColor(v) {
390
- this.i.il = stringToBrush(v);
391
- this._a("actualSeparatorBackgroundColor", brushToString(this.i.il));
401
+ this.i.iv = stringToBrush(v);
402
+ this._a("actualSeparatorBackgroundColor", brushToString(this.i.iv));
392
403
  }
393
404
  /**
394
405
  * Gets or sets the group header separator background color.
395
406
  */
396
407
  get groupHeaderSeparatorBackgroundColor() {
397
- return brushToString(this.i.i1);
408
+ return brushToString(this.i.ja);
398
409
  }
399
410
  set groupHeaderSeparatorBackgroundColor(v) {
400
- this.i.i1 = stringToBrush(v);
401
- this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.i1));
411
+ this.i.ja = stringToBrush(v);
412
+ this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.ja));
402
413
  }
403
414
  get actualGroupHeaderSeparatorBackgroundColor() {
404
- return brushToString(this.i.ic);
415
+ return brushToString(this.i.im);
405
416
  }
406
417
  set actualGroupHeaderSeparatorBackgroundColor(v) {
407
- this.i.ic = stringToBrush(v);
408
- this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.ic));
418
+ this.i.im = stringToBrush(v);
419
+ this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.im));
409
420
  }
410
421
  /**
411
422
  * Gets or sets the hover background color.
412
423
  */
413
424
  get hoverBackgroundColor() {
414
- return brushToString(this.i.i5);
425
+ return brushToString(this.i.je);
415
426
  }
416
427
  set hoverBackgroundColor(v) {
417
- this.i.i5 = stringToBrush(v);
418
- this._a("hoverBackgroundColor", brushToString(this.i.i5));
428
+ this.i.je = stringToBrush(v);
429
+ this._a("hoverBackgroundColor", brushToString(this.i.je));
419
430
  }
420
431
  get actualHoverBackgroundColor() {
421
- return brushToString(this.i.ih);
432
+ return brushToString(this.i.ir);
422
433
  }
423
434
  set actualHoverBackgroundColor(v) {
424
- this.i.ih = stringToBrush(v);
425
- this._a("actualHoverBackgroundColor", brushToString(this.i.ih));
435
+ this.i.ir = stringToBrush(v);
436
+ this._a("actualHoverBackgroundColor", brushToString(this.i.ir));
426
437
  }
427
438
  /**
428
439
  * Gets or sets the color to use for the text of the component.
429
440
  */
430
441
  get textColor() {
431
- return brushToString(this.i.jc);
442
+ return brushToString(this.i.jl);
432
443
  }
433
444
  set textColor(v) {
434
- this.i.jc = stringToBrush(v);
435
- this._a("textColor", brushToString(this.i.jc));
445
+ this.i.jl = stringToBrush(v);
446
+ this._a("textColor", brushToString(this.i.jl));
436
447
  }
437
448
  get actualTextColor() {
438
- return brushToString(this.i.ip);
449
+ return brushToString(this.i.iy);
439
450
  }
440
451
  set actualTextColor(v) {
441
- this.i.ip = stringToBrush(v);
442
- this._a("actualTextColor", brushToString(this.i.ip));
452
+ this.i.iy = stringToBrush(v);
453
+ this._a("actualTextColor", brushToString(this.i.iy));
443
454
  }
444
455
  get actualSubtitleTextColor() {
445
- return brushToString(this.i.io);
456
+ return brushToString(this.i.ix);
446
457
  }
447
458
  set actualSubtitleTextColor(v) {
448
- this.i.io = stringToBrush(v);
449
- this._a("actualSubtitleTextColor", brushToString(this.i.io));
459
+ this.i.ix = stringToBrush(v);
460
+ this._a("actualSubtitleTextColor", brushToString(this.i.ix));
450
461
  }
451
462
  /**
452
463
  * Gets or sets the color to use for the subtitle of the component.
453
464
  */
454
465
  get subtitleTextColor() {
455
- return brushToString(this.i.jb);
466
+ return brushToString(this.i.jk);
456
467
  }
457
468
  set subtitleTextColor(v) {
458
- this.i.jb = stringToBrush(v);
459
- this._a("subtitleTextColor", brushToString(this.i.jb));
469
+ this.i.jk = stringToBrush(v);
470
+ this._a("subtitleTextColor", brushToString(this.i.jk));
460
471
  }
461
472
  /**
462
473
  * Gets or sets the color to use for the text in disabled tool actions.
463
474
  */
464
475
  get disabledTextColor() {
465
- return brushToString(this.i.ix);
476
+ return brushToString(this.i.i6);
466
477
  }
467
478
  set disabledTextColor(v) {
468
- this.i.ix = stringToBrush(v);
469
- this._a("disabledTextColor", brushToString(this.i.ix));
479
+ this.i.i6 = stringToBrush(v);
480
+ this._a("disabledTextColor", brushToString(this.i.i6));
470
481
  }
471
482
  get actualDisabledTextColor() {
472
- return brushToString(this.i.ia);
483
+ return brushToString(this.i.ik);
473
484
  }
474
485
  set actualDisabledTextColor(v) {
475
- this.i.ia = stringToBrush(v);
476
- this._a("actualDisabledTextColor", brushToString(this.i.ia));
486
+ this.i.ik = stringToBrush(v);
487
+ this._a("actualDisabledTextColor", brushToString(this.i.ik));
477
488
  }
478
489
  /**
479
490
  * Gets or sets the text color for group header tool actions.
480
491
  */
481
492
  get groupHeaderTextColor() {
482
- return brushToString(this.i.i3);
493
+ return brushToString(this.i.jc);
483
494
  }
484
495
  set groupHeaderTextColor(v) {
485
- this.i.i3 = stringToBrush(v);
486
- this._a("groupHeaderTextColor", brushToString(this.i.i3));
496
+ this.i.jc = stringToBrush(v);
497
+ this._a("groupHeaderTextColor", brushToString(this.i.jc));
487
498
  }
488
499
  get actualGroupHeaderTextColor() {
489
- return brushToString(this.i.ie);
500
+ return brushToString(this.i.ip);
490
501
  }
491
502
  set actualGroupHeaderTextColor(v) {
492
- this.i.ie = stringToBrush(v);
493
- this._a("actualGroupHeaderTextColor", brushToString(this.i.ie));
503
+ this.i.ip = stringToBrush(v);
504
+ this._a("actualGroupHeaderTextColor", brushToString(this.i.ip));
494
505
  }
495
506
  /**
496
507
  * Gets or sets the text color for group header subtitle.
497
508
  */
498
509
  get groupHeaderSubtitleTextColor() {
499
- return brushToString(this.i.i2);
510
+ return brushToString(this.i.jb);
500
511
  }
501
512
  set groupHeaderSubtitleTextColor(v) {
502
- this.i.i2 = stringToBrush(v);
503
- this._a("groupHeaderSubtitleTextColor", brushToString(this.i.i2));
513
+ this.i.jb = stringToBrush(v);
514
+ this._a("groupHeaderSubtitleTextColor", brushToString(this.i.jb));
504
515
  }
505
516
  get actualGroupHeaderSubtitleTextColor() {
506
- return brushToString(this.i.id);
517
+ return brushToString(this.i.io);
507
518
  }
508
519
  set actualGroupHeaderSubtitleTextColor(v) {
509
- this.i.id = stringToBrush(v);
510
- this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.id));
520
+ this.i.io = stringToBrush(v);
521
+ this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.io));
511
522
  }
512
523
  /**
513
524
  * Gets or sets the tooltip text color.
514
525
  */
515
526
  get toolTipTextColor() {
516
- return brushToString(this.i.je);
527
+ return brushToString(this.i.jn);
517
528
  }
518
529
  set toolTipTextColor(v) {
519
- this.i.je = stringToBrush(v);
520
- this._a("toolTipTextColor", brushToString(this.i.je));
530
+ this.i.jn = stringToBrush(v);
531
+ this._a("toolTipTextColor", brushToString(this.i.jn));
521
532
  }
522
533
  get actualToolTipTextColor() {
523
- return brushToString(this.i.ir);
534
+ return brushToString(this.i.i0);
524
535
  }
525
536
  set actualToolTipTextColor(v) {
526
- this.i.ir = stringToBrush(v);
527
- this._a("actualToolTipTextColor", brushToString(this.i.ir));
537
+ this.i.i0 = stringToBrush(v);
538
+ this._a("actualToolTipTextColor", brushToString(this.i.i0));
528
539
  }
529
540
  /**
530
541
  * Gets or sets the tooltip background color.
531
542
  */
532
543
  get toolTipBackgroundColor() {
533
- return brushToString(this.i.jd);
544
+ return brushToString(this.i.jm);
534
545
  }
535
546
  set toolTipBackgroundColor(v) {
536
- this.i.jd = stringToBrush(v);
537
- this._a("toolTipBackgroundColor", brushToString(this.i.jd));
547
+ this.i.jm = stringToBrush(v);
548
+ this._a("toolTipBackgroundColor", brushToString(this.i.jm));
538
549
  }
539
550
  /**
540
551
  * Gets the actual tooltip background color.
541
552
  */
542
553
  get actualToolTipBackgroundColor() {
543
- return brushToString(this.i.iq);
554
+ return brushToString(this.i.iz);
544
555
  }
545
556
  set actualToolTipBackgroundColor(v) {
546
- this.i.iq = stringToBrush(v);
547
- this._a("actualToolTipBackgroundColor", brushToString(this.i.iq));
557
+ this.i.iz = stringToBrush(v);
558
+ this._a("actualToolTipBackgroundColor", brushToString(this.i.iz));
548
559
  }
549
560
  /**
550
561
  * Gets or sets the tooltip corner radius.
551
562
  */
552
563
  get toolTipCornerRadius() {
553
- return this.i.ci;
564
+ return this.i.cm;
554
565
  }
555
566
  set toolTipCornerRadius(v) {
556
- this.i.ci = +v;
557
- this._a("toolTipCornerRadius", this.i.ci);
567
+ this.i.cm = +v;
568
+ this._a("toolTipCornerRadius", this.i.cm);
558
569
  }
559
570
  /**
560
571
  * Gets the actual tooltip corner radius.
561
572
  */
562
573
  get actualToolTipCornerRadius() {
563
- return this.i.b4;
574
+ return this.i.b8;
564
575
  }
565
576
  set actualToolTipCornerRadius(v) {
566
- this.i.b4 = +v;
567
- this._a("actualToolTipCornerRadius", this.i.b4);
577
+ this.i.b8 = +v;
578
+ this._a("actualToolTipCornerRadius", this.i.b8);
568
579
  }
569
580
  /**
570
581
  * Gets or sets the shadow elevation for the tooltip.
571
582
  */
572
583
  get toolTipElevation() {
573
- return this.i.cj;
584
+ return this.i.cn;
574
585
  }
575
586
  set toolTipElevation(v) {
576
- this.i.cj = +v;
577
- this._a("toolTipElevation", this.i.cj);
587
+ this.i.cn = +v;
588
+ this._a("toolTipElevation", this.i.cn);
578
589
  }
579
590
  /**
580
591
  * Gets the actual shadow elevation used by the tooltip.
581
592
  */
582
593
  get actualToolTipElevation() {
583
- return this.i.b5;
594
+ return this.i.b9;
584
595
  }
585
596
  set actualToolTipElevation(v) {
586
- this.i.b5 = +v;
587
- this._a("actualToolTipElevation", this.i.b5);
597
+ this.i.b9 = +v;
598
+ this._a("actualToolTipElevation", this.i.b9);
588
599
  }
589
600
  /**
590
601
  * Gets or sets the fill color of icons in the ToolPanel.
591
602
  */
592
603
  get iconFill() {
593
- return brushToString(this.i.i6);
604
+ return brushToString(this.i.jf);
594
605
  }
595
606
  set iconFill(v) {
596
- this.i.i6 = stringToBrush(v);
597
- this._a("iconFill", brushToString(this.i.i6));
607
+ this.i.jf = stringToBrush(v);
608
+ this._a("iconFill", brushToString(this.i.jf));
598
609
  }
599
610
  /**
600
611
  * Gets the actual icon fill color.
601
612
  */
602
613
  get actualIconFill() {
603
- return brushToString(this.i.ii);
614
+ return brushToString(this.i.is);
604
615
  }
605
616
  set actualIconFill(v) {
606
- this.i.ii = stringToBrush(v);
607
- this._a("actualIconFill", brushToString(this.i.ii));
617
+ this.i.is = stringToBrush(v);
618
+ this._a("actualIconFill", brushToString(this.i.is));
608
619
  }
609
620
  /**
610
621
  * Gets or sets the stroke color of icons in the ToolPanel.
611
622
  */
612
623
  get iconStroke() {
613
- return brushToString(this.i.i7);
624
+ return brushToString(this.i.jg);
614
625
  }
615
626
  set iconStroke(v) {
616
- this.i.i7 = stringToBrush(v);
617
- this._a("iconStroke", brushToString(this.i.i7));
627
+ this.i.jg = stringToBrush(v);
628
+ this._a("iconStroke", brushToString(this.i.jg));
618
629
  }
619
630
  /**
620
631
  * Gets the actual icon stroke color.
621
632
  */
622
633
  get actualIconStroke() {
623
- return brushToString(this.i.ij);
634
+ return brushToString(this.i.it);
624
635
  }
625
636
  set actualIconStroke(v) {
626
- this.i.ij = stringToBrush(v);
627
- this._a("actualIconStroke", brushToString(this.i.ij));
637
+ this.i.it = stringToBrush(v);
638
+ this._a("actualIconStroke", brushToString(this.i.it));
628
639
  }
629
640
  /**
630
641
  * Gets or sets the left padding for separators in the vertical orientation.
631
642
  */
632
643
  get separatorVerticalPaddingLeft() {
633
- return this.i.cf;
644
+ return this.i.cj;
634
645
  }
635
646
  set separatorVerticalPaddingLeft(v) {
636
- this.i.cf = +v;
637
- this._a("separatorVerticalPaddingLeft", this.i.cf);
647
+ this.i.cj = +v;
648
+ this._a("separatorVerticalPaddingLeft", this.i.cj);
638
649
  }
639
650
  get actualSeparatorVerticalPaddingLeft() {
640
- return this.i.b1;
651
+ return this.i.b5;
641
652
  }
642
653
  set actualSeparatorVerticalPaddingLeft(v) {
643
- this.i.b1 = +v;
644
- this._a("actualSeparatorVerticalPaddingLeft", this.i.b1);
654
+ this.i.b5 = +v;
655
+ this._a("actualSeparatorVerticalPaddingLeft", this.i.b5);
645
656
  }
646
657
  /**
647
658
  * Gets or sets the right padding for separators in the vertical orientation.
648
659
  */
649
660
  get separatorVerticalPaddingRight() {
650
- return this.i.cg;
661
+ return this.i.ck;
651
662
  }
652
663
  set separatorVerticalPaddingRight(v) {
653
- this.i.cg = +v;
654
- this._a("separatorVerticalPaddingRight", this.i.cg);
664
+ this.i.ck = +v;
665
+ this._a("separatorVerticalPaddingRight", this.i.ck);
655
666
  }
656
667
  get actualSeparatorVerticalPaddingRight() {
657
- return this.i.b2;
668
+ return this.i.b6;
658
669
  }
659
670
  set actualSeparatorVerticalPaddingRight(v) {
660
- this.i.b2 = +v;
661
- this._a("actualSeparatorVerticalPaddingRight", this.i.b2);
671
+ this.i.b6 = +v;
672
+ this._a("actualSeparatorVerticalPaddingRight", this.i.b6);
662
673
  }
663
674
  /**
664
675
  * Gets or sets the top padding for separators in the vertical orientation.
665
676
  */
666
677
  get separatorVerticalPaddingTop() {
667
- return this.i.ch;
678
+ return this.i.cl;
668
679
  }
669
680
  set separatorVerticalPaddingTop(v) {
670
- this.i.ch = +v;
671
- this._a("separatorVerticalPaddingTop", this.i.ch);
681
+ this.i.cl = +v;
682
+ this._a("separatorVerticalPaddingTop", this.i.cl);
672
683
  }
673
684
  get actualSeparatorVerticalPaddingTop() {
674
- return this.i.b3;
685
+ return this.i.b7;
675
686
  }
676
687
  set actualSeparatorVerticalPaddingTop(v) {
677
- this.i.b3 = +v;
678
- this._a("actualSeparatorVerticalPaddingTop", this.i.b3);
688
+ this.i.b7 = +v;
689
+ this._a("actualSeparatorVerticalPaddingTop", this.i.b7);
679
690
  }
680
691
  /**
681
692
  * Gets or sets the bottom padding for separators in the vertical orientation.
682
693
  */
683
694
  get separatorVerticalPaddingBottom() {
684
- return this.i.ce;
695
+ return this.i.ci;
685
696
  }
686
697
  set separatorVerticalPaddingBottom(v) {
687
- this.i.ce = +v;
688
- this._a("separatorVerticalPaddingBottom", this.i.ce);
698
+ this.i.ci = +v;
699
+ this._a("separatorVerticalPaddingBottom", this.i.ci);
689
700
  }
690
701
  get actualSeparatorVerticalPaddingBottom() {
691
- return this.i.b0;
702
+ return this.i.b4;
692
703
  }
693
704
  set actualSeparatorVerticalPaddingBottom(v) {
694
- this.i.b0 = +v;
695
- this._a("actualSeparatorVerticalPaddingBottom", this.i.b0);
705
+ this.i.b4 = +v;
706
+ this._a("actualSeparatorVerticalPaddingBottom", this.i.b4);
696
707
  }
697
708
  /**
698
709
  * Gets or sets the left padding for separators in the horizontal orientation.
699
710
  */
700
711
  get separatorHorizontalPaddingLeft() {
701
- return this.i.cb;
712
+ return this.i.cf;
702
713
  }
703
714
  set separatorHorizontalPaddingLeft(v) {
704
- this.i.cb = +v;
705
- this._a("separatorHorizontalPaddingLeft", this.i.cb);
715
+ this.i.cf = +v;
716
+ this._a("separatorHorizontalPaddingLeft", this.i.cf);
706
717
  }
707
718
  get actualSeparatorHorizontalPaddingLeft() {
708
- return this.i.bx;
719
+ return this.i.b1;
709
720
  }
710
721
  set actualSeparatorHorizontalPaddingLeft(v) {
711
- this.i.bx = +v;
712
- this._a("actualSeparatorHorizontalPaddingLeft", this.i.bx);
722
+ this.i.b1 = +v;
723
+ this._a("actualSeparatorHorizontalPaddingLeft", this.i.b1);
713
724
  }
714
725
  /**
715
726
  * Gets or sets the right padding for separators in the horizontal orientation.
716
727
  */
717
728
  get separatorHorizontalPaddingRight() {
718
- return this.i.cc;
729
+ return this.i.cg;
719
730
  }
720
731
  set separatorHorizontalPaddingRight(v) {
721
- this.i.cc = +v;
722
- this._a("separatorHorizontalPaddingRight", this.i.cc);
732
+ this.i.cg = +v;
733
+ this._a("separatorHorizontalPaddingRight", this.i.cg);
723
734
  }
724
735
  get actualSeparatorHorizontalPaddingRight() {
725
- return this.i.by;
736
+ return this.i.b2;
726
737
  }
727
738
  set actualSeparatorHorizontalPaddingRight(v) {
728
- this.i.by = +v;
729
- this._a("actualSeparatorHorizontalPaddingRight", this.i.by);
739
+ this.i.b2 = +v;
740
+ this._a("actualSeparatorHorizontalPaddingRight", this.i.b2);
730
741
  }
731
742
  /**
732
743
  * Gets or sets the top padding for separators in the horizontal orientation.
733
744
  */
734
745
  get separatorHorizontalPaddingTop() {
735
- return this.i.cd;
746
+ return this.i.ch;
736
747
  }
737
748
  set separatorHorizontalPaddingTop(v) {
738
- this.i.cd = +v;
739
- this._a("separatorHorizontalPaddingTop", this.i.cd);
749
+ this.i.ch = +v;
750
+ this._a("separatorHorizontalPaddingTop", this.i.ch);
740
751
  }
741
752
  get actualSeparatorHorizontalPaddingTop() {
742
- return this.i.bz;
753
+ return this.i.b3;
743
754
  }
744
755
  set actualSeparatorHorizontalPaddingTop(v) {
745
- this.i.bz = +v;
746
- this._a("actualSeparatorHorizontalPaddingTop", this.i.bz);
756
+ this.i.b3 = +v;
757
+ this._a("actualSeparatorHorizontalPaddingTop", this.i.b3);
747
758
  }
748
759
  /**
749
760
  * Gets or sets the bottom padding for separators in the horizontal orientation.
750
761
  */
751
762
  get separatorHorizontalPaddingBottom() {
752
- return this.i.ca;
763
+ return this.i.ce;
753
764
  }
754
765
  set separatorHorizontalPaddingBottom(v) {
755
- this.i.ca = +v;
756
- this._a("separatorHorizontalPaddingBottom", this.i.ca);
766
+ this.i.ce = +v;
767
+ this._a("separatorHorizontalPaddingBottom", this.i.ce);
757
768
  }
758
769
  get actualSeparatorHorizontalPaddingBottom() {
759
- return this.i.bw;
770
+ return this.i.b0;
760
771
  }
761
772
  set actualSeparatorHorizontalPaddingBottom(v) {
762
- this.i.bw = +v;
763
- this._a("actualSeparatorHorizontalPaddingBottom", this.i.bw);
773
+ this.i.b0 = +v;
774
+ this._a("actualSeparatorHorizontalPaddingBottom", this.i.b0);
764
775
  }
765
776
  /**
766
777
  * Gets or sets the color to use for the background of the component.
@@ -776,179 +787,189 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
776
787
  * Gets or sets the row height for the panel.
777
788
  */
778
789
  get rowHeight() {
779
- return this.i.ct;
790
+ return this.i.cx;
780
791
  }
781
792
  set rowHeight(v) {
782
- this.i.ct = +v;
783
- this._a("rowHeight", this.i.ct);
793
+ this.i.cx = +v;
794
+ this._a("rowHeight", this.i.cx);
784
795
  }
785
796
  /**
786
797
  * Gets the actual row height used by the panel.
787
798
  */
788
799
  get actualRowHeight() {
789
- return this.i.bv;
800
+ return this.i.bz;
790
801
  }
791
802
  get highlightWidth() {
792
- return this.i.b9;
803
+ return this.i.cd;
793
804
  }
794
805
  set highlightWidth(v) {
795
- this.i.b9 = +v;
796
- this._a("highlightWidth", this.i.b9);
806
+ this.i.cd = +v;
807
+ this._a("highlightWidth", this.i.cd);
797
808
  }
798
809
  get actualHighlightWidth() {
799
- return this.i.bu;
810
+ return this.i.by;
800
811
  }
801
812
  set actualHighlightWidth(v) {
802
- this.i.bu = +v;
803
- this._a("actualHighlightWidth", this.i.bu);
813
+ this.i.by = +v;
814
+ this._a("actualHighlightWidth", this.i.by);
804
815
  }
805
816
  get highlightRadius() {
806
- return this.i.b8;
817
+ return this.i.cc;
807
818
  }
808
819
  set highlightRadius(v) {
809
- this.i.b8 = +v;
810
- this._a("highlightRadius", this.i.b8);
820
+ this.i.cc = +v;
821
+ this._a("highlightRadius", this.i.cc);
811
822
  }
812
823
  get actualHighlightRadius() {
813
- return this.i.bt;
824
+ return this.i.bx;
814
825
  }
815
826
  set actualHighlightRadius(v) {
816
- this.i.bt = +v;
817
- this._a("actualHighlightRadius", this.i.bt);
827
+ this.i.bx = +v;
828
+ this._a("actualHighlightRadius", this.i.bx);
818
829
  }
819
830
  get highlightColor() {
820
- return brushToString(this.i.i4);
831
+ return brushToString(this.i.jd);
821
832
  }
822
833
  set highlightColor(v) {
823
- this.i.i4 = stringToBrush(v);
824
- this._a("highlightColor", brushToString(this.i.i4));
834
+ this.i.jd = stringToBrush(v);
835
+ this._a("highlightColor", brushToString(this.i.jd));
825
836
  }
826
837
  get actualHighlightColor() {
827
- return brushToString(this.i.ig);
838
+ return brushToString(this.i.iq);
828
839
  }
829
840
  set actualHighlightColor(v) {
830
- this.i.ig = stringToBrush(v);
831
- this._a("actualHighlightColor", brushToString(this.i.ig));
841
+ this.i.iq = stringToBrush(v);
842
+ this._a("actualHighlightColor", brushToString(this.i.iq));
832
843
  }
833
844
  /**
834
845
  * Gets or sets the stroke color for all icon menu dropdown arrows.
835
846
  */
836
847
  get menuArrowStroke() {
837
- return brushToString(this.i.i8);
848
+ return brushToString(this.i.jh);
838
849
  }
839
850
  set menuArrowStroke(v) {
840
- this.i.i8 = stringToBrush(v);
841
- this._a("menuArrowStroke", brushToString(this.i.i8));
851
+ this.i.jh = stringToBrush(v);
852
+ this._a("menuArrowStroke", brushToString(this.i.jh));
842
853
  }
843
854
  /**
844
855
  * Gets the actual stroke color for all icon menu dropdown arrows.
845
856
  */
846
857
  get actualMenuArrowStroke() {
847
- return brushToString(this.i.ik);
858
+ return brushToString(this.i.iu);
848
859
  }
849
860
  set actualMenuArrowStroke(v) {
850
- this.i.ik = stringToBrush(v);
851
- this._a("actualMenuArrowStroke", brushToString(this.i.ik));
861
+ this.i.iu = stringToBrush(v);
862
+ this._a("actualMenuArrowStroke", brushToString(this.i.iu));
852
863
  }
853
864
  /**
854
865
  * Gets or sets the background color of the radio when in the unchecked state.
855
866
  */
856
867
  get uncheckedBackgroundColor() {
857
- return brushToString(this.i.jf);
868
+ return brushToString(this.i.jo);
858
869
  }
859
870
  set uncheckedBackgroundColor(v) {
860
- this.i.jf = stringToBrush(v);
861
- this._a("uncheckedBackgroundColor", brushToString(this.i.jf));
871
+ this.i.jo = stringToBrush(v);
872
+ this._a("uncheckedBackgroundColor", brushToString(this.i.jo));
862
873
  }
863
874
  /**
864
875
  * Gets the actual background color of the radio when in the unchecked state.
865
876
  */
866
877
  get actualUncheckedBackgroundColor() {
867
- return brushToString(this.i.is);
878
+ return brushToString(this.i.i1);
868
879
  }
869
880
  set actualUncheckedBackgroundColor(v) {
870
- this.i.is = stringToBrush(v);
871
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.is));
881
+ this.i.i1 = stringToBrush(v);
882
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.i1));
872
883
  }
873
884
  /**
874
885
  * Gets or sets the background color of the radio when in the checked state.
875
886
  */
876
887
  get checkedBackgroundColor() {
877
- return brushToString(this.i.iv);
888
+ return brushToString(this.i.i4);
878
889
  }
879
890
  set checkedBackgroundColor(v) {
880
- this.i.iv = stringToBrush(v);
881
- this._a("checkedBackgroundColor", brushToString(this.i.iv));
891
+ this.i.i4 = stringToBrush(v);
892
+ this._a("checkedBackgroundColor", brushToString(this.i.i4));
882
893
  }
883
894
  /**
884
895
  * Gets the actual background color of the radio when in the checked state.
885
896
  */
886
897
  get actualCheckedBackgroundColor() {
887
- return brushToString(this.i.h8);
898
+ return brushToString(this.i.ii);
888
899
  }
889
900
  set actualCheckedBackgroundColor(v) {
890
- this.i.h8 = stringToBrush(v);
891
- this._a("actualCheckedBackgroundColor", brushToString(this.i.h8));
901
+ this.i.ii = stringToBrush(v);
902
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.ii));
892
903
  }
893
904
  /**
894
905
  * Gets or sets the border color of the radio when in the unchecked state.
895
906
  */
896
907
  get uncheckedBorderColor() {
897
- return brushToString(this.i.jg);
908
+ return brushToString(this.i.jp);
898
909
  }
899
910
  set uncheckedBorderColor(v) {
900
- this.i.jg = stringToBrush(v);
901
- this._a("uncheckedBorderColor", brushToString(this.i.jg));
911
+ this.i.jp = stringToBrush(v);
912
+ this._a("uncheckedBorderColor", brushToString(this.i.jp));
902
913
  }
903
914
  /**
904
915
  * Gets the actual border color of the radio when in the unchecked state.
905
916
  */
906
917
  get actualUncheckedBorderColor() {
907
- return brushToString(this.i.it);
918
+ return brushToString(this.i.i2);
908
919
  }
909
920
  set actualUncheckedBorderColor(v) {
910
- this.i.it = stringToBrush(v);
911
- this._a("actualUncheckedBorderColor", brushToString(this.i.it));
921
+ this.i.i2 = stringToBrush(v);
922
+ this._a("actualUncheckedBorderColor", brushToString(this.i.i2));
912
923
  }
913
924
  /**
914
925
  * Gets or sets the border color of the radio when in the checked state.
915
926
  */
916
927
  get checkedBorderColor() {
917
- return brushToString(this.i.iw);
928
+ return brushToString(this.i.i5);
918
929
  }
919
930
  set checkedBorderColor(v) {
920
- this.i.iw = stringToBrush(v);
921
- this._a("checkedBorderColor", brushToString(this.i.iw));
931
+ this.i.i5 = stringToBrush(v);
932
+ this._a("checkedBorderColor", brushToString(this.i.i5));
922
933
  }
923
934
  /**
924
935
  * Gets the actual border color of the radio when in the checked state.
925
936
  */
926
937
  get actualCheckedBorderColor() {
927
- return brushToString(this.i.h9);
938
+ return brushToString(this.i.ij);
928
939
  }
929
940
  set actualCheckedBorderColor(v) {
930
- this.i.h9 = stringToBrush(v);
931
- this._a("actualCheckedBorderColor", brushToString(this.i.h9));
941
+ this.i.ij = stringToBrush(v);
942
+ this._a("actualCheckedBorderColor", brushToString(this.i.ij));
932
943
  }
933
944
  /**
934
945
  * Gets or sets the dropdown delay time in milliseconds.
935
946
  */
936
947
  get dropdownDelay() {
937
- return this.i.cq;
948
+ return this.i.cu;
938
949
  }
939
950
  set dropdownDelay(v) {
940
- this.i.cq = +v;
941
- this._a("dropdownDelay", this.i.cq);
951
+ this.i.cu = +v;
952
+ this._a("dropdownDelay", this.i.cu);
942
953
  }
943
954
  /**
944
955
  * Gets the actual dropdown delay.
945
956
  */
946
957
  get actualDropdownDelay() {
947
- return this.i.co;
958
+ return this.i.cs;
948
959
  }
949
960
  set actualDropdownDelay(v) {
950
- this.i.co = +v;
951
- this._a("actualDropdownDelay", this.i.co);
961
+ this.i.cs = +v;
962
+ this._a("actualDropdownDelay", this.i.cs);
963
+ }
964
+ /**
965
+ * Gets or sets the style of scrollbar.
966
+ */
967
+ get scrollbarStyle() {
968
+ return this.i.x;
969
+ }
970
+ set scrollbarStyle(v) {
971
+ this.i.x = ensureEnum(ScrollbarStyle_$type, v);
972
+ this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.x));
952
973
  }
953
974
  /**
954
975
  * Gets or sets the mode used when displaying nested actions.
@@ -961,7 +982,7 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
961
982
  this._a("nestedActionMode", enumToString(NestedActionMode_$type, this.i.g));
962
983
  }
963
984
  get isOpen() {
964
- return this.i.ax;
985
+ return this.i.a0;
965
986
  }
966
987
  findByName(name) {
967
988
  if (this.findEphemera) {
@@ -1028,84 +1049,84 @@ export let IgcToolPanelComponent = /*@__PURE__*/ (() => {
1028
1049
  this._inStyling = false;
1029
1050
  }
1030
1051
  refresh() {
1031
- this.i.f9();
1052
+ this.i.gi();
1032
1053
  }
1033
1054
  getDesiredSize() {
1034
- let iv = this.i.jj();
1055
+ let iv = this.i.js();
1035
1056
  return fromSize(iv);
1036
1057
  }
1037
1058
  flushRefresh() {
1038
- this.i.fr();
1059
+ this.i.fz();
1039
1060
  }
1040
1061
  /**
1041
1062
  * Forces any open sub menus to close.
1042
1063
 
1043
1064
  */
1044
1065
  closeSubmenus() {
1045
- this.i.fm();
1066
+ this.i.fu();
1046
1067
  }
1047
1068
  exportVisualData() {
1048
- let iv = this.i.cu();
1069
+ let iv = this.i.cy();
1049
1070
  return (iv);
1050
1071
  }
1051
1072
  exportSerializedVisualData() {
1052
- let iv = this.i.ee();
1073
+ let iv = this.i.ei();
1053
1074
  return (iv);
1054
1075
  }
1055
1076
  setBrushContextItem(key, value) {
1056
- this.i.gi(key, stringToBrush(value));
1077
+ this.i.gr(key, stringToBrush(value));
1057
1078
  }
1058
1079
  getBrushContextItem(key) {
1059
- let iv = this.i.iy(key);
1080
+ let iv = this.i.i7(key);
1060
1081
  return brushToString(iv);
1061
1082
  }
1062
1083
  setBrushCollectionContextItem(key, value) {
1063
- this.i.gg(key, toBrushCollection(value));
1084
+ this.i.gp(key, toBrushCollection(value));
1064
1085
  }
1065
1086
  getBrushCollectionContextItem(key) {
1066
1087
  let iv = this.i.a(key);
1067
1088
  return fromBrushCollection(iv);
1068
1089
  }
1069
1090
  setDoubleContextItem(key, value) {
1070
- this.i.gq(key, value);
1091
+ this.i.gz(key, value);
1071
1092
  }
1072
1093
  getDoubleContextItem(key) {
1073
- let iv = this.i.b6(key);
1094
+ let iv = this.i.ca(key);
1074
1095
  return (iv);
1075
1096
  }
1076
1097
  setIntContextItem(key, value) {
1077
- this.i.gs(key, value);
1098
+ this.i.g1(key, value);
1078
1099
  }
1079
1100
  getIntContextItem(key) {
1080
- let iv = this.i.cr(key);
1101
+ let iv = this.i.cv(key);
1081
1102
  return (iv);
1082
1103
  }
1083
1104
  setStringContextItem(key, value) {
1084
- this.i.gu(key, value);
1105
+ this.i.g3(key, value);
1085
1106
  }
1086
1107
  getStringContextItem(key) {
1087
- let iv = this.i.ef(key);
1108
+ let iv = this.i.ej(key);
1088
1109
  return (iv);
1089
1110
  }
1090
1111
  setBoolContextItem(key, value) {
1091
- this.i.ge(key, value);
1112
+ this.i.gn(key, value);
1092
1113
  }
1093
1114
  getBoolContextItem(key) {
1094
- let iv = this.i.au(key);
1115
+ let iv = this.i.ax(key);
1095
1116
  return (iv);
1096
1117
  }
1097
1118
  setColorContextItem(key, value) {
1098
- this.i.gk(key, stringToColor(value));
1119
+ this.i.gt(key, stringToColor(value));
1099
1120
  }
1100
1121
  getColorContextItem(key) {
1101
- let iv = this.i.jh(key);
1122
+ let iv = this.i.jq(key);
1102
1123
  return colorToString(iv);
1103
1124
  }
1104
1125
  setDataContextItem(key, value) {
1105
- this.i.go(key, value);
1126
+ this.i.gx(key, value);
1106
1127
  }
1107
1128
  getDataContextItem(key) {
1108
- let iv = this.i.cx(key);
1129
+ let iv = this.i.c1(key);
1109
1130
  return (iv);
1110
1131
  }
1111
1132
  get contentRefreshed() {