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
@@ -3,6 +3,7 @@ import { delegateCombine, delegateRemove } from "igniteui-webcomponents-core";
3
3
  import { IgcToolContextBindingCollection } from "./igc-tool-context-binding-collection";
4
4
  import { IgcToolActionCollection } from "./igc-tool-action-collection";
5
5
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
6
+ import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
6
7
  import { Visibility_$type } from "igniteui-webcomponents-core";
7
8
  import { IgcToolCommandEventArgs } from "./igc-tool-command-event-args";
8
9
  import { IgcToolActionPerformedEventArgs } from "./igc-tool-action-performed-event-args";
@@ -195,7 +196,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
195
196
  this._updatingFromAttribute = false;
196
197
  }
197
198
  get isOpen() {
198
- return this.i.a8;
199
+ return this.i.ba;
199
200
  }
200
201
  /**
201
202
  * Gets the context bindings for this tool action.
@@ -230,7 +231,7 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
230
231
  this.i.contextBindings = innerColl;
231
232
  }
232
233
  get actionId() {
233
- return this.i.cx;
234
+ return this.i.cz;
234
235
  }
235
236
  get actualActions() {
236
237
  if (!this._actualActions) {
@@ -277,37 +278,37 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
277
278
  * Gets or sets the width to use for this tool action.
278
279
  */
279
280
  get width() {
280
- return this.i.cm;
281
+ return this.i.co;
281
282
  }
282
283
  set width(v) {
283
- this.i.cm = +v;
284
- this._a("width", this.i.cm);
284
+ this.i.co = +v;
285
+ this._a("width", this.i.co);
285
286
  }
286
287
  /**
287
288
  * Gets or sets the height to use for this tool action.
288
289
  */
289
290
  get height() {
290
- return this.i.b7;
291
+ return this.i.b9;
291
292
  }
292
293
  set height(v) {
293
- this.i.b7 = +v;
294
- this._a("height", this.i.b7);
294
+ this.i.b9 = +v;
295
+ this._a("height", this.i.b9);
295
296
  }
296
297
  /**
297
298
  * Gets or sets the height to use for the sub panel if different than default
298
299
  */
299
300
  get subPanelRowHeight() {
300
- return this.i.cn;
301
+ return this.i.cp;
301
302
  }
302
303
  set subPanelRowHeight(v) {
303
- this.i.cn = +v;
304
- this._a("subPanelRowHeight", this.i.cn);
304
+ this.i.cp = +v;
305
+ this._a("subPanelRowHeight", this.i.cp);
305
306
  }
306
307
  get parentId() {
307
- return this.i.ep;
308
+ return this.i.es;
308
309
  }
309
310
  set parentId(v) {
310
- this.i.ep = v;
311
+ this.i.es = v;
311
312
  }
312
313
  /**
313
314
  * Gets or sets the Id of the action that this action will be inserted before.
@@ -318,10 +319,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
318
319
  * after the action has already been added will have no effect.
319
320
  */
320
321
  get beforeId() {
321
- return this.i.dk;
322
+ return this.i.dm;
322
323
  }
323
324
  set beforeId(v) {
324
- this.i.dk = v;
325
+ this.i.dm = v;
325
326
  }
326
327
  /**
327
328
  * Gets or sets the Id of the action that this action will be inserted after.
@@ -332,10 +333,10 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
332
333
  * after the action has already been added will have no effect.
333
334
  */
334
335
  get afterId() {
335
- return this.i.dh;
336
+ return this.i.dj;
336
337
  }
337
338
  set afterId(v) {
338
- this.i.dh = v;
339
+ this.i.dj = v;
339
340
  }
340
341
  /**
341
342
  * Sets to the Id of the action that this action will overlay itself on to.
@@ -348,362 +349,372 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
348
349
  * overlaid onto the generated actions.
349
350
  */
350
351
  get overlayId() {
351
- return this.i.ek;
352
+ return this.i.en;
352
353
  }
353
354
  set overlayId(v) {
354
- this.i.ek = v;
355
+ this.i.en = v;
355
356
  }
356
357
  get commandId() {
357
- return this.i.dq;
358
+ return this.i.ds;
358
359
  }
359
360
  set commandId(v) {
360
- this.i.dq = v;
361
+ this.i.ds = v;
361
362
  }
362
363
  get commandArgument() {
363
- return this.i.dm;
364
+ return this.i.dp;
364
365
  }
365
366
  set commandArgument(v) {
366
- this.i.dm = v;
367
+ this.i.dp = v;
367
368
  }
368
369
  get commandArgumentValue() {
369
- return this.i.co;
370
+ return this.i.cq;
370
371
  }
371
372
  set commandArgumentValue(v) {
372
- this.i.co = v;
373
+ this.i.cq = v;
373
374
  }
374
375
  get paddingLeft() {
375
- return this.i.ci;
376
+ return this.i.ck;
376
377
  }
377
378
  set paddingLeft(v) {
378
- this.i.ci = +v;
379
- this._a("paddingLeft", this.i.ci);
379
+ this.i.ck = +v;
380
+ this._a("paddingLeft", this.i.ck);
380
381
  }
381
382
  get actualPaddingLeft() {
382
- return this.i.bz;
383
+ return this.i.b1;
383
384
  }
384
385
  set actualPaddingLeft(v) {
385
- this.i.bz = +v;
386
- this._a("actualPaddingLeft", this.i.bz);
386
+ this.i.b1 = +v;
387
+ this._a("actualPaddingLeft", this.i.b1);
387
388
  }
388
389
  get paddingRight() {
389
- return this.i.cj;
390
+ return this.i.cl;
390
391
  }
391
392
  set paddingRight(v) {
392
- this.i.cj = +v;
393
- this._a("paddingRight", this.i.cj);
393
+ this.i.cl = +v;
394
+ this._a("paddingRight", this.i.cl);
394
395
  }
395
396
  get actualPaddingRight() {
396
- return this.i.b0;
397
+ return this.i.b2;
397
398
  }
398
399
  set actualPaddingRight(v) {
399
- this.i.b0 = +v;
400
- this._a("actualPaddingRight", this.i.b0);
400
+ this.i.b2 = +v;
401
+ this._a("actualPaddingRight", this.i.b2);
401
402
  }
402
403
  get paddingBottom() {
403
- return this.i.ch;
404
+ return this.i.cj;
404
405
  }
405
406
  set paddingBottom(v) {
406
- this.i.ch = +v;
407
- this._a("paddingBottom", this.i.ch);
407
+ this.i.cj = +v;
408
+ this._a("paddingBottom", this.i.cj);
408
409
  }
409
410
  get actualPaddingBottom() {
410
- return this.i.by;
411
+ return this.i.b0;
411
412
  }
412
413
  set actualPaddingBottom(v) {
413
- this.i.by = +v;
414
- this._a("actualPaddingBottom", this.i.by);
414
+ this.i.b0 = +v;
415
+ this._a("actualPaddingBottom", this.i.b0);
415
416
  }
416
417
  get paddingTop() {
417
- return this.i.ck;
418
+ return this.i.cm;
418
419
  }
419
420
  set paddingTop(v) {
420
- this.i.ck = +v;
421
- this._a("paddingTop", this.i.ck);
421
+ this.i.cm = +v;
422
+ this._a("paddingTop", this.i.cm);
422
423
  }
423
424
  get actualPaddingTop() {
424
- return this.i.b1;
425
+ return this.i.b3;
425
426
  }
426
427
  set actualPaddingTop(v) {
427
- this.i.b1 = +v;
428
- this._a("actualPaddingTop", this.i.b1);
428
+ this.i.b3 = +v;
429
+ this._a("actualPaddingTop", this.i.b3);
429
430
  }
430
431
  /**
431
432
  * Gets the actual hover background used by the tool action.
432
433
  */
433
434
  get actualHoverBackground() {
434
- return brushToString(this.i.gz);
435
+ return brushToString(this.i.g7);
435
436
  }
436
437
  set actualHoverBackground(v) {
437
- this.i.gz = stringToBrush(v);
438
- this._a("actualHoverBackground", brushToString(this.i.gz));
438
+ this.i.g7 = stringToBrush(v);
439
+ this._a("actualHoverBackground", brushToString(this.i.g7));
439
440
  }
440
441
  /**
441
442
  * Gets or sets the hover background for this tool action.
442
443
  */
443
444
  get hoverBackground() {
444
- return brushToString(this.i.g7);
445
+ return brushToString(this.i.hf);
445
446
  }
446
447
  set hoverBackground(v) {
447
- this.i.g7 = stringToBrush(v);
448
- this._a("hoverBackground", brushToString(this.i.g7));
448
+ this.i.hf = stringToBrush(v);
449
+ this._a("hoverBackground", brushToString(this.i.hf));
449
450
  }
450
451
  /**
451
452
  * Gets the actual background used by the tool action.
452
453
  */
453
454
  get actualBackground() {
454
- return brushToString(this.i.gw);
455
+ return brushToString(this.i.g4);
455
456
  }
456
457
  set actualBackground(v) {
457
- this.i.gw = stringToBrush(v);
458
- this._a("actualBackground", brushToString(this.i.gw));
458
+ this.i.g4 = stringToBrush(v);
459
+ this._a("actualBackground", brushToString(this.i.g4));
459
460
  }
460
461
  /**
461
462
  * Gets or sets the background color of the tool action.
462
463
  */
463
464
  get background() {
464
- return brushToString(this.i.g4);
465
+ return brushToString(this.i.hc);
465
466
  }
466
467
  set background(v) {
467
- this.i.g4 = stringToBrush(v);
468
- this._a("background", brushToString(this.i.g4));
468
+ this.i.hc = stringToBrush(v);
469
+ this._a("background", brushToString(this.i.hc));
469
470
  }
470
471
  /**
471
472
  * Gets the actual label text color.
472
473
  */
473
474
  get actualTextColor() {
474
- return brushToString(this.i.g3);
475
+ return brushToString(this.i.hb);
475
476
  }
476
477
  set actualTextColor(v) {
477
- this.i.g3 = stringToBrush(v);
478
- this._a("actualTextColor", brushToString(this.i.g3));
478
+ this.i.hb = stringToBrush(v);
479
+ this._a("actualTextColor", brushToString(this.i.hb));
479
480
  }
480
481
  /**
481
482
  * Gets or sets the label text color.
482
483
  */
483
484
  get textColor() {
484
- return brushToString(this.i.hb);
485
+ return brushToString(this.i.hj);
485
486
  }
486
487
  set textColor(v) {
487
- this.i.hb = stringToBrush(v);
488
- this._a("textColor", brushToString(this.i.hb));
488
+ this.i.hj = stringToBrush(v);
489
+ this._a("textColor", brushToString(this.i.hj));
489
490
  }
490
491
  /**
491
492
  * Gets the actual label text color.
492
493
  */
493
494
  get actualSubtitleTextColor() {
494
- return brushToString(this.i.g2);
495
+ return brushToString(this.i.ha);
495
496
  }
496
497
  set actualSubtitleTextColor(v) {
497
- this.i.g2 = stringToBrush(v);
498
- this._a("actualSubtitleTextColor", brushToString(this.i.g2));
498
+ this.i.ha = stringToBrush(v);
499
+ this._a("actualSubtitleTextColor", brushToString(this.i.ha));
499
500
  }
500
501
  /**
501
502
  * Gets or sets the label text color.
502
503
  */
503
504
  get subtitleTextColor() {
504
- return brushToString(this.i.ha);
505
+ return brushToString(this.i.hi);
505
506
  }
506
507
  set subtitleTextColor(v) {
507
- this.i.ha = stringToBrush(v);
508
- this._a("subtitleTextColor", brushToString(this.i.ha));
508
+ this.i.hi = stringToBrush(v);
509
+ this._a("subtitleTextColor", brushToString(this.i.hi));
509
510
  }
510
511
  /**
511
512
  * Gets the actual label text color when the tool is disabled.
512
513
  */
513
514
  get actualDisabledTextColor() {
514
- return brushToString(this.i.gx);
515
+ return brushToString(this.i.g5);
515
516
  }
516
517
  set actualDisabledTextColor(v) {
517
- this.i.gx = stringToBrush(v);
518
- this._a("actualDisabledTextColor", brushToString(this.i.gx));
518
+ this.i.g5 = stringToBrush(v);
519
+ this._a("actualDisabledTextColor", brushToString(this.i.g5));
519
520
  }
520
521
  /**
521
522
  * Gets or sets the label text color when the tool is disabled.
522
523
  */
523
524
  get disabledTextColor() {
524
- return brushToString(this.i.g5);
525
+ return brushToString(this.i.hd);
525
526
  }
526
527
  set disabledTextColor(v) {
527
- this.i.g5 = stringToBrush(v);
528
- this._a("disabledTextColor", brushToString(this.i.g5));
528
+ this.i.hd = stringToBrush(v);
529
+ this._a("disabledTextColor", brushToString(this.i.hd));
529
530
  }
530
531
  /**
531
532
  * Gets the actual font used.
532
533
  */
533
534
  get actualTextStyle() {
534
- return this.i.ad;
535
+ return this.i.ae;
535
536
  }
536
537
  set actualTextStyle(v) {
537
- this.i.ad = v;
538
+ this.i.ae = v;
538
539
  }
539
540
  /**
540
541
  * Gets or sets the font to use.
541
542
  */
542
543
  get textStyle() {
543
- if (this.i.ag == null) {
544
+ if (this.i.ah == null) {
544
545
  return null;
545
546
  }
546
- return this.i.ag.fontString;
547
+ return this.i.ah.fontString;
547
548
  }
548
549
  set textStyle(v) {
549
550
  let fi = new FontInfo();
550
551
  fi.fontString = v;
551
- this.i.ag = fi;
552
- this._a("textStyle", this.i.ag != null ? this.i.ag.fontString : "");
552
+ this.i.ah = fi;
553
+ this._a("textStyle", this.i.ah != null ? this.i.ah.fontString : "");
553
554
  }
554
555
  /**
555
556
  * Gets the actual font used.
556
557
  */
557
558
  get actualSubtitleTextStyle() {
558
- return this.i.ac;
559
+ return this.i.ad;
559
560
  }
560
561
  set actualSubtitleTextStyle(v) {
561
- this.i.ac = v;
562
+ this.i.ad = v;
562
563
  }
563
564
  /**
564
565
  * Gets or sets the font to use.
565
566
  */
566
567
  get subtitleTextStyle() {
567
- if (this.i.af == null) {
568
+ if (this.i.ag == null) {
568
569
  return null;
569
570
  }
570
- return this.i.af.fontString;
571
+ return this.i.ag.fontString;
571
572
  }
572
573
  set subtitleTextStyle(v) {
573
574
  let fi = new FontInfo();
574
575
  fi.fontString = v;
575
- this.i.af = fi;
576
- this._a("subtitleTextStyle", this.i.af != null ? this.i.af.fontString : "");
576
+ this.i.ag = fi;
577
+ this._a("subtitleTextStyle", this.i.ag != null ? this.i.ag.fontString : "");
577
578
  }
578
579
  get isDisabled() {
579
- return this.i.a6;
580
+ return this.i.a8;
580
581
  }
581
582
  set isDisabled(v) {
582
- this.i.a6 = ensureBool(v);
583
- this._a("isDisabled", this.i.a6);
583
+ this.i.a8 = ensureBool(v);
584
+ this._a("isDisabled", this.i.a8);
584
585
  }
585
586
  get isHighlighted() {
586
- return this.i.a7;
587
+ return this.i.a9;
587
588
  }
588
589
  set isHighlighted(v) {
589
- this.i.a7 = ensureBool(v);
590
- this._a("isHighlighted", this.i.a7);
590
+ this.i.a9 = ensureBool(v);
591
+ this._a("isHighlighted", this.i.a9);
591
592
  }
592
593
  /**
593
594
  * Gets or sets the display density to use for the action.
594
595
  */
595
596
  get density() {
596
- return this.i.v;
597
+ return this.i.w;
597
598
  }
598
599
  set density(v) {
599
- this.i.v = ensureEnum(ControlDisplayDensity_$type, v);
600
- this._a("density", enumToString(ControlDisplayDensity_$type, this.i.v));
600
+ this.i.w = ensureEnum(ControlDisplayDensity_$type, v);
601
+ this._a("density", enumToString(ControlDisplayDensity_$type, this.i.w));
601
602
  }
602
603
  /**
603
604
  * Gets the resolved display density to use for the action.
604
605
  */
605
606
  get actualDensity() {
606
- return this.i.u;
607
+ return this.i.v;
607
608
  }
608
609
  set actualDensity(v) {
609
- this.i.u = ensureEnum(ControlDisplayDensity_$type, v);
610
- this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.u));
610
+ this.i.v = ensureEnum(ControlDisplayDensity_$type, v);
611
+ this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.v));
611
612
  }
612
613
  get name() {
613
- return this.i.ei;
614
+ return this.i.el;
614
615
  }
615
616
  set name(v) {
616
- this.i.ei = v;
617
+ this.i.el = v;
617
618
  }
618
619
  /**
619
620
  * Gets or sets the title of the tool.
620
621
  */
621
622
  get title() {
622
- return this.i.e1;
623
+ return this.i.e5;
623
624
  }
624
625
  set title(v) {
625
- this.i.e1 = v;
626
+ this.i.e5 = v;
626
627
  }
627
628
  /**
628
629
  * Gets or sets the subtitle of the tool.
629
630
  */
630
631
  get subtitle() {
631
- return this.i.ev;
632
+ return this.i.ez;
632
633
  }
633
634
  set subtitle(v) {
634
- this.i.ev = v;
635
+ this.i.ez = v;
636
+ }
637
+ /**
638
+ * Gets or sets the title horizontal alignment.
639
+ */
640
+ get titleHorizontalAlignment() {
641
+ return this.i.g2;
642
+ }
643
+ set titleHorizontalAlignment(v) {
644
+ this.i.g2 = ensureEnum(HorizontalAlignment_$type, v);
645
+ this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.g2));
635
646
  }
636
647
  get iconName() {
637
- return this.i.d6;
648
+ return this.i.d9;
638
649
  }
639
650
  set iconName(v) {
640
- this.i.d6 = v;
651
+ this.i.d9 = v;
641
652
  }
642
653
  get iconCollectionName() {
643
- return this.i.d1;
654
+ return this.i.d4;
644
655
  }
645
656
  set iconCollectionName(v) {
646
- this.i.d1 = v;
657
+ this.i.d4 = v;
647
658
  }
648
659
  /**
649
660
  * Gets or sets the icon viewbox left.
650
661
  */
651
662
  get iconViewBoxLeft() {
652
- return this.i.cd;
663
+ return this.i.cf;
653
664
  }
654
665
  set iconViewBoxLeft(v) {
655
- this.i.cd = +v;
656
- this._a("iconViewBoxLeft", this.i.cd);
666
+ this.i.cf = +v;
667
+ this._a("iconViewBoxLeft", this.i.cf);
657
668
  }
658
669
  /**
659
670
  * Gets or sets the icon viewbox top.
660
671
  */
661
672
  get iconViewBoxTop() {
662
- return this.i.ce;
673
+ return this.i.cg;
663
674
  }
664
675
  set iconViewBoxTop(v) {
665
- this.i.ce = +v;
666
- this._a("iconViewBoxTop", this.i.ce);
676
+ this.i.cg = +v;
677
+ this._a("iconViewBoxTop", this.i.cg);
667
678
  }
668
679
  /**
669
680
  * Gets or sets the icon viewbox width.
670
681
  */
671
682
  get iconViewBoxWidth() {
672
- return this.i.cf;
683
+ return this.i.ch;
673
684
  }
674
685
  set iconViewBoxWidth(v) {
675
- this.i.cf = +v;
676
- this._a("iconViewBoxWidth", this.i.cf);
686
+ this.i.ch = +v;
687
+ this._a("iconViewBoxWidth", this.i.ch);
677
688
  }
678
689
  /**
679
690
  * Gets or sets the icon viewbox height.
680
691
  */
681
692
  get iconViewBoxHeight() {
682
- return this.i.cc;
693
+ return this.i.ce;
683
694
  }
684
695
  set iconViewBoxHeight(v) {
685
- this.i.cc = +v;
686
- this._a("iconViewBoxHeight", this.i.cc);
696
+ this.i.ce = +v;
697
+ this._a("iconViewBoxHeight", this.i.ce);
687
698
  }
688
699
  /**
689
700
  * Gets or sets the icon fill color.
690
701
  */
691
702
  get iconFill() {
692
- return brushToString(this.i.g8);
703
+ return brushToString(this.i.hg);
693
704
  }
694
705
  set iconFill(v) {
695
- this.i.g8 = stringToBrush(v);
696
- this._a("iconFill", brushToString(this.i.g8));
706
+ this.i.hg = stringToBrush(v);
707
+ this._a("iconFill", brushToString(this.i.hg));
697
708
  }
698
709
  /**
699
710
  * Gets the actual icon fill color.
700
711
  */
701
712
  get actualIconFill() {
702
- return brushToString(this.i.g0);
713
+ return brushToString(this.i.g8);
703
714
  }
704
715
  set actualIconFill(v) {
705
- this.i.g0 = stringToBrush(v);
706
- this._a("actualIconFill", brushToString(this.i.g0));
716
+ this.i.g8 = stringToBrush(v);
717
+ this._a("actualIconFill", brushToString(this.i.g8));
707
718
  }
708
719
  /**
709
720
  * Gets or sets the icon fill colors.
@@ -719,21 +730,21 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
719
730
  * Gets or sets the icon stroke color.
720
731
  */
721
732
  get iconStroke() {
722
- return brushToString(this.i.g9);
733
+ return brushToString(this.i.hh);
723
734
  }
724
735
  set iconStroke(v) {
725
- this.i.g9 = stringToBrush(v);
726
- this._a("iconStroke", brushToString(this.i.g9));
736
+ this.i.hh = stringToBrush(v);
737
+ this._a("iconStroke", brushToString(this.i.hh));
727
738
  }
728
739
  /**
729
740
  * Gets the actual icon stroke color.
730
741
  */
731
742
  get actualIconStroke() {
732
- return brushToString(this.i.g1);
743
+ return brushToString(this.i.g9);
733
744
  }
734
745
  set actualIconStroke(v) {
735
- this.i.g1 = stringToBrush(v);
736
- this._a("actualIconStroke", brushToString(this.i.g1));
746
+ this.i.g9 = stringToBrush(v);
747
+ this._a("actualIconStroke", brushToString(this.i.g9));
737
748
  }
738
749
  /**
739
750
  * Gets or sets the icon stroke colors.
@@ -749,113 +760,113 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
749
760
  * Gets or sets the icon viewbox width.
750
761
  */
751
762
  get iconStrokeWidth() {
752
- return this.i.cb;
763
+ return this.i.cd;
753
764
  }
754
765
  set iconStrokeWidth(v) {
755
- this.i.cb = +v;
756
- this._a("iconStrokeWidth", this.i.cb);
766
+ this.i.cd = +v;
767
+ this._a("iconStrokeWidth", this.i.cd);
757
768
  }
758
769
  /**
759
770
  * Gets or sets the width of the icon.
760
771
  */
761
772
  get iconWidth() {
762
- return this.i.cg;
773
+ return this.i.ci;
763
774
  }
764
775
  set iconWidth(v) {
765
- this.i.cg = +v;
766
- this._a("iconWidth", this.i.cg);
776
+ this.i.ci = +v;
777
+ this._a("iconWidth", this.i.ci);
767
778
  }
768
779
  /**
769
780
  * Gets the actual icon width used.
770
781
  */
771
782
  get actualIconWidth() {
772
- return this.i.bx;
783
+ return this.i.bz;
773
784
  }
774
785
  set actualIconWidth(v) {
775
- this.i.bx = +v;
776
- this._a("actualIconWidth", this.i.bx);
786
+ this.i.bz = +v;
787
+ this._a("actualIconWidth", this.i.bz);
777
788
  }
778
789
  /**
779
790
  * Gets or sets the height of the icon.
780
791
  */
781
792
  get iconHeight() {
782
- return this.i.ca;
793
+ return this.i.cc;
783
794
  }
784
795
  set iconHeight(v) {
785
- this.i.ca = +v;
786
- this._a("iconHeight", this.i.ca);
796
+ this.i.cc = +v;
797
+ this._a("iconHeight", this.i.cc);
787
798
  }
788
799
  /**
789
800
  * Gets the actual icon height used.
790
801
  */
791
802
  get actualIconHeight() {
792
- return this.i.bw;
803
+ return this.i.by;
793
804
  }
794
805
  set actualIconHeight(v) {
795
- this.i.bw = +v;
796
- this._a("actualIconHeight", this.i.bw);
806
+ this.i.by = +v;
807
+ this._a("actualIconHeight", this.i.by);
797
808
  }
798
809
  /**
799
810
  * Gets or sets the tool action visibility.
800
811
  */
801
812
  get visibility() {
802
- return this.i.hc;
813
+ return this.i.hk;
803
814
  }
804
815
  set visibility(v) {
805
- this.i.hc = ensureEnum(Visibility_$type, v);
806
- this._a("visibility", enumToString(Visibility_$type, this.i.hc));
816
+ this.i.hk = ensureEnum(Visibility_$type, v);
817
+ this._a("visibility", enumToString(Visibility_$type, this.i.hk));
807
818
  }
808
819
  /**
809
820
  * Gets or sets if the tool action will close its parent dropdown when executed by the user.
810
821
  */
811
822
  get closeOnExecute() {
812
- return this.i.au;
823
+ return this.i.aw;
813
824
  }
814
825
  set closeOnExecute(v) {
815
- this.i.au = ensureBool(v);
816
- this._a("closeOnExecute", this.i.au);
826
+ this.i.aw = ensureBool(v);
827
+ this._a("closeOnExecute", this.i.aw);
817
828
  }
818
829
  get highlightWidth() {
819
- return this.i.b9;
830
+ return this.i.cb;
820
831
  }
821
832
  set highlightWidth(v) {
822
- this.i.b9 = +v;
823
- this._a("highlightWidth", this.i.b9);
833
+ this.i.cb = +v;
834
+ this._a("highlightWidth", this.i.cb);
824
835
  }
825
836
  get actualHighlightWidth() {
826
- return this.i.bv;
837
+ return this.i.bx;
827
838
  }
828
839
  set actualHighlightWidth(v) {
829
- this.i.bv = +v;
830
- this._a("actualHighlightWidth", this.i.bv);
840
+ this.i.bx = +v;
841
+ this._a("actualHighlightWidth", this.i.bx);
831
842
  }
832
843
  get highlightRadius() {
833
- return this.i.b8;
844
+ return this.i.ca;
834
845
  }
835
846
  set highlightRadius(v) {
836
- this.i.b8 = +v;
837
- this._a("highlightRadius", this.i.b8);
847
+ this.i.ca = +v;
848
+ this._a("highlightRadius", this.i.ca);
838
849
  }
839
850
  get actualHighlightRadius() {
840
- return this.i.bu;
851
+ return this.i.bw;
841
852
  }
842
853
  set actualHighlightRadius(v) {
843
- this.i.bu = +v;
844
- this._a("actualHighlightRadius", this.i.bu);
854
+ this.i.bw = +v;
855
+ this._a("actualHighlightRadius", this.i.bw);
845
856
  }
846
857
  get highlightColor() {
847
- return brushToString(this.i.g6);
858
+ return brushToString(this.i.he);
848
859
  }
849
860
  set highlightColor(v) {
850
- this.i.g6 = stringToBrush(v);
851
- this._a("highlightColor", brushToString(this.i.g6));
861
+ this.i.he = stringToBrush(v);
862
+ this._a("highlightColor", brushToString(this.i.he));
852
863
  }
853
864
  get actualHighlightColor() {
854
- return brushToString(this.i.gy);
865
+ return brushToString(this.i.g6);
855
866
  }
856
867
  set actualHighlightColor(v) {
857
- this.i.gy = stringToBrush(v);
858
- this._a("actualHighlightColor", brushToString(this.i.gy));
868
+ this.i.g6 = stringToBrush(v);
869
+ this._a("actualHighlightColor", brushToString(this.i.g6));
859
870
  }
860
871
  findByName(name) {
861
872
  if (this.findEphemera) {
@@ -925,17 +936,17 @@ export let IgcToolActionComponent = /*@__PURE__*/ (() => {
925
936
  this._inStyling = false;
926
937
  }
927
938
  openSubMenu() {
928
- this.i.f8();
939
+ this.i.ge();
929
940
  }
930
941
  closeSubmenu() {
931
- this.i.e7();
942
+ this.i.fd();
932
943
  }
933
944
  exportVisualData() {
934
- let iv = this.i.cp();
945
+ let iv = this.i.cr();
935
946
  return (iv);
936
947
  }
937
948
  exportSerializedVisualData() {
938
- let iv = this.i.dw();
949
+ let iv = this.i.dy();
939
950
  return (iv);
940
951
  }
941
952
  get onCommand() {