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.
- package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -351,271 +351,286 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
351
351
|
* Gets or sets the color to use for the background of the component.
|
|
352
352
|
*/
|
|
353
353
|
get backgroundColor() {
|
|
354
|
-
return brushToString(this.i.
|
|
354
|
+
return brushToString(this.i.fp);
|
|
355
355
|
}
|
|
356
356
|
set backgroundColor(v) {
|
|
357
|
-
this.i.
|
|
358
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
357
|
+
this.i.fp = stringToBrush(v);
|
|
358
|
+
this._a("backgroundColor", brushToString(this.i.fp));
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
361
361
|
* Gets or sets the background color for submenus.
|
|
362
362
|
*/
|
|
363
363
|
get submenuBackgroundColor() {
|
|
364
|
-
return brushToString(this.i.
|
|
364
|
+
return brushToString(this.i.f3);
|
|
365
365
|
}
|
|
366
366
|
set submenuBackgroundColor(v) {
|
|
367
|
-
this.i.
|
|
368
|
-
this._a("submenuBackgroundColor", brushToString(this.i.
|
|
367
|
+
this.i.f3 = stringToBrush(v);
|
|
368
|
+
this._a("submenuBackgroundColor", brushToString(this.i.f3));
|
|
369
369
|
}
|
|
370
370
|
/**
|
|
371
371
|
* Gets or sets the group header background color.
|
|
372
372
|
*/
|
|
373
373
|
get groupHeaderBackgroundColor() {
|
|
374
|
-
return brushToString(this.i.
|
|
374
|
+
return brushToString(this.i.fu);
|
|
375
375
|
}
|
|
376
376
|
set groupHeaderBackgroundColor(v) {
|
|
377
|
-
this.i.
|
|
378
|
-
this._a("groupHeaderBackgroundColor", brushToString(this.i.
|
|
377
|
+
this.i.fu = stringToBrush(v);
|
|
378
|
+
this._a("groupHeaderBackgroundColor", brushToString(this.i.fu));
|
|
379
379
|
}
|
|
380
380
|
/**
|
|
381
381
|
* Gets or sets the separator background color.
|
|
382
382
|
*/
|
|
383
383
|
get separatorBackgroundColor() {
|
|
384
|
-
return brushToString(this.i.
|
|
384
|
+
return brushToString(this.i.f2);
|
|
385
385
|
}
|
|
386
386
|
set separatorBackgroundColor(v) {
|
|
387
|
-
this.i.
|
|
388
|
-
this._a("separatorBackgroundColor", brushToString(this.i.
|
|
387
|
+
this.i.f2 = stringToBrush(v);
|
|
388
|
+
this._a("separatorBackgroundColor", brushToString(this.i.f2));
|
|
389
389
|
}
|
|
390
390
|
/**
|
|
391
391
|
* Gets or sets the hover background color.
|
|
392
392
|
*/
|
|
393
393
|
get hoverBackgroundColor() {
|
|
394
|
-
return brushToString(this.i.
|
|
394
|
+
return brushToString(this.i.fy);
|
|
395
395
|
}
|
|
396
396
|
set hoverBackgroundColor(v) {
|
|
397
|
-
this.i.
|
|
398
|
-
this._a("hoverBackgroundColor", brushToString(this.i.
|
|
397
|
+
this.i.fy = stringToBrush(v);
|
|
398
|
+
this._a("hoverBackgroundColor", brushToString(this.i.fy));
|
|
399
399
|
}
|
|
400
400
|
/**
|
|
401
401
|
* Gets or sets the color to use for the text of the component.
|
|
402
402
|
*/
|
|
403
403
|
get textColor() {
|
|
404
|
-
return brushToString(this.i.
|
|
404
|
+
return brushToString(this.i.f5);
|
|
405
405
|
}
|
|
406
406
|
set textColor(v) {
|
|
407
|
-
this.i.
|
|
408
|
-
this._a("textColor", brushToString(this.i.
|
|
407
|
+
this.i.f5 = stringToBrush(v);
|
|
408
|
+
this._a("textColor", brushToString(this.i.f5));
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
411
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
412
412
|
*/
|
|
413
413
|
get disabledTextColor() {
|
|
414
|
-
return brushToString(this.i.
|
|
414
|
+
return brushToString(this.i.fs);
|
|
415
415
|
}
|
|
416
416
|
set disabledTextColor(v) {
|
|
417
|
-
this.i.
|
|
418
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
417
|
+
this.i.fs = stringToBrush(v);
|
|
418
|
+
this._a("disabledTextColor", brushToString(this.i.fs));
|
|
419
419
|
}
|
|
420
420
|
/**
|
|
421
421
|
* Gets or sets the text color for group header tool actions.
|
|
422
422
|
*/
|
|
423
423
|
get groupHeaderTextColor() {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.fw);
|
|
425
425
|
}
|
|
426
426
|
set groupHeaderTextColor(v) {
|
|
427
|
-
this.i.
|
|
428
|
-
this._a("groupHeaderTextColor", brushToString(this.i.
|
|
427
|
+
this.i.fw = stringToBrush(v);
|
|
428
|
+
this._a("groupHeaderTextColor", brushToString(this.i.fw));
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
431
|
* Gets or sets the tooltip text color.
|
|
432
432
|
*/
|
|
433
433
|
get toolTipTextColor() {
|
|
434
|
-
return brushToString(this.i.
|
|
434
|
+
return brushToString(this.i.f7);
|
|
435
435
|
}
|
|
436
436
|
set toolTipTextColor(v) {
|
|
437
|
-
this.i.
|
|
438
|
-
this._a("toolTipTextColor", brushToString(this.i.
|
|
437
|
+
this.i.f7 = stringToBrush(v);
|
|
438
|
+
this._a("toolTipTextColor", brushToString(this.i.f7));
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
441
|
* Gets or sets the tooltip background color.
|
|
442
442
|
*/
|
|
443
443
|
get toolTipBackgroundColor() {
|
|
444
|
-
return brushToString(this.i.
|
|
444
|
+
return brushToString(this.i.f6);
|
|
445
445
|
}
|
|
446
446
|
set toolTipBackgroundColor(v) {
|
|
447
|
-
this.i.
|
|
448
|
-
this._a("toolTipBackgroundColor", brushToString(this.i.
|
|
447
|
+
this.i.f6 = stringToBrush(v);
|
|
448
|
+
this._a("toolTipBackgroundColor", brushToString(this.i.f6));
|
|
449
449
|
}
|
|
450
450
|
/**
|
|
451
451
|
* Gets or sets the tooltip corner radius.
|
|
452
452
|
*/
|
|
453
453
|
get toolTipCornerRadius() {
|
|
454
|
-
return this.i.
|
|
454
|
+
return this.i.bp;
|
|
455
455
|
}
|
|
456
456
|
set toolTipCornerRadius(v) {
|
|
457
|
-
this.i.
|
|
458
|
-
this._a("toolTipCornerRadius", this.i.
|
|
457
|
+
this.i.bp = +v;
|
|
458
|
+
this._a("toolTipCornerRadius", this.i.bp);
|
|
459
459
|
}
|
|
460
460
|
/**
|
|
461
461
|
* Gets or sets the shadow elevation for the tooltip.
|
|
462
462
|
*/
|
|
463
463
|
get toolTipElevation() {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.bq;
|
|
465
465
|
}
|
|
466
466
|
set toolTipElevation(v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("toolTipElevation", this.i.
|
|
467
|
+
this.i.bq = +v;
|
|
468
|
+
this._a("toolTipElevation", this.i.bq);
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
472
472
|
*/
|
|
473
473
|
get iconFill() {
|
|
474
|
-
return brushToString(this.i.
|
|
474
|
+
return brushToString(this.i.fz);
|
|
475
475
|
}
|
|
476
476
|
set iconFill(v) {
|
|
477
|
-
this.i.
|
|
478
|
-
this._a("iconFill", brushToString(this.i.
|
|
477
|
+
this.i.fz = stringToBrush(v);
|
|
478
|
+
this._a("iconFill", brushToString(this.i.fz));
|
|
479
479
|
}
|
|
480
480
|
/**
|
|
481
481
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
482
482
|
*/
|
|
483
483
|
get iconStroke() {
|
|
484
|
-
return brushToString(this.i.
|
|
484
|
+
return brushToString(this.i.f0);
|
|
485
485
|
}
|
|
486
486
|
set iconStroke(v) {
|
|
487
|
-
this.i.
|
|
488
|
-
this._a("iconStroke", brushToString(this.i.
|
|
487
|
+
this.i.f0 = stringToBrush(v);
|
|
488
|
+
this._a("iconStroke", brushToString(this.i.f0));
|
|
489
489
|
}
|
|
490
490
|
/**
|
|
491
491
|
* Gets or sets the text style.
|
|
492
492
|
*/
|
|
493
493
|
get cellTextStyle() {
|
|
494
|
-
if (this.i.
|
|
494
|
+
if (this.i.af == null) {
|
|
495
495
|
return null;
|
|
496
496
|
}
|
|
497
|
-
return this.i.
|
|
497
|
+
return this.i.af.fontString;
|
|
498
498
|
}
|
|
499
499
|
set cellTextStyle(v) {
|
|
500
500
|
let fi = new FontInfo();
|
|
501
501
|
fi.fontString = v;
|
|
502
|
-
this.i.
|
|
503
|
-
this._a("cellTextStyle", this.i.
|
|
502
|
+
this.i.af = fi;
|
|
503
|
+
this._a("cellTextStyle", this.i.af != null ? this.i.af.fontString : "");
|
|
504
504
|
}
|
|
505
505
|
/**
|
|
506
506
|
* Gets or sets the text style for subtitles.
|
|
507
507
|
*/
|
|
508
508
|
get subtitleTextStyle() {
|
|
509
|
-
if (this.i.
|
|
509
|
+
if (this.i.aj == null) {
|
|
510
510
|
return null;
|
|
511
511
|
}
|
|
512
|
-
return this.i.
|
|
512
|
+
return this.i.aj.fontString;
|
|
513
513
|
}
|
|
514
514
|
set subtitleTextStyle(v) {
|
|
515
515
|
let fi = new FontInfo();
|
|
516
516
|
fi.fontString = v;
|
|
517
|
-
this.i.
|
|
518
|
-
this._a("subtitleTextStyle", this.i.
|
|
517
|
+
this.i.aj = fi;
|
|
518
|
+
this._a("subtitleTextStyle", this.i.aj != null ? this.i.aj.fontString : "");
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* Gets or sets the text style.
|
|
522
|
+
*/
|
|
523
|
+
get groupHeaderTextStyle() {
|
|
524
|
+
if (this.i.ai == null) {
|
|
525
|
+
return null;
|
|
526
|
+
}
|
|
527
|
+
return this.i.ai.fontString;
|
|
528
|
+
}
|
|
529
|
+
set groupHeaderTextStyle(v) {
|
|
530
|
+
let fi = new FontInfo();
|
|
531
|
+
fi.fontString = v;
|
|
532
|
+
this.i.ai = fi;
|
|
533
|
+
this._a("groupHeaderTextStyle", this.i.ai != null ? this.i.ai.fontString : "");
|
|
519
534
|
}
|
|
520
535
|
/**
|
|
521
536
|
* Gets or sets the left padding for separators in the vertical orientation.
|
|
522
537
|
*/
|
|
523
538
|
get separatorVerticalPaddingLeft() {
|
|
524
|
-
return this.i.
|
|
539
|
+
return this.i.bm;
|
|
525
540
|
}
|
|
526
541
|
set separatorVerticalPaddingLeft(v) {
|
|
527
|
-
this.i.
|
|
528
|
-
this._a("separatorVerticalPaddingLeft", this.i.
|
|
542
|
+
this.i.bm = +v;
|
|
543
|
+
this._a("separatorVerticalPaddingLeft", this.i.bm);
|
|
529
544
|
}
|
|
530
545
|
/**
|
|
531
546
|
* Gets or sets the right padding for separators in the vertical orientation.
|
|
532
547
|
*/
|
|
533
548
|
get separatorVerticalPaddingRight() {
|
|
534
|
-
return this.i.
|
|
549
|
+
return this.i.bn;
|
|
535
550
|
}
|
|
536
551
|
set separatorVerticalPaddingRight(v) {
|
|
537
|
-
this.i.
|
|
538
|
-
this._a("separatorVerticalPaddingRight", this.i.
|
|
552
|
+
this.i.bn = +v;
|
|
553
|
+
this._a("separatorVerticalPaddingRight", this.i.bn);
|
|
539
554
|
}
|
|
540
555
|
/**
|
|
541
556
|
* Gets or sets the top padding for separators in the vertical orientation.
|
|
542
557
|
*/
|
|
543
558
|
get separatorVerticalPaddingTop() {
|
|
544
|
-
return this.i.
|
|
559
|
+
return this.i.bo;
|
|
545
560
|
}
|
|
546
561
|
set separatorVerticalPaddingTop(v) {
|
|
547
|
-
this.i.
|
|
548
|
-
this._a("separatorVerticalPaddingTop", this.i.
|
|
562
|
+
this.i.bo = +v;
|
|
563
|
+
this._a("separatorVerticalPaddingTop", this.i.bo);
|
|
549
564
|
}
|
|
550
565
|
/**
|
|
551
566
|
* Gets or sets the bottom padding for separators in the vertical orientation.
|
|
552
567
|
*/
|
|
553
568
|
get separatorVerticalPaddingBottom() {
|
|
554
|
-
return this.i.
|
|
569
|
+
return this.i.bl;
|
|
555
570
|
}
|
|
556
571
|
set separatorVerticalPaddingBottom(v) {
|
|
557
|
-
this.i.
|
|
558
|
-
this._a("separatorVerticalPaddingBottom", this.i.
|
|
572
|
+
this.i.bl = +v;
|
|
573
|
+
this._a("separatorVerticalPaddingBottom", this.i.bl);
|
|
559
574
|
}
|
|
560
575
|
/**
|
|
561
576
|
* Gets or sets the left padding for separators in the horizontal orientation.
|
|
562
577
|
*/
|
|
563
578
|
get separatorHorizontalPaddingLeft() {
|
|
564
|
-
return this.i.
|
|
579
|
+
return this.i.bi;
|
|
565
580
|
}
|
|
566
581
|
set separatorHorizontalPaddingLeft(v) {
|
|
567
|
-
this.i.
|
|
568
|
-
this._a("separatorHorizontalPaddingLeft", this.i.
|
|
582
|
+
this.i.bi = +v;
|
|
583
|
+
this._a("separatorHorizontalPaddingLeft", this.i.bi);
|
|
569
584
|
}
|
|
570
585
|
/**
|
|
571
586
|
* Gets or sets the right padding for separators in the horizontal orientation.
|
|
572
587
|
*/
|
|
573
588
|
get separatorHorizontalPaddingRight() {
|
|
574
|
-
return this.i.
|
|
589
|
+
return this.i.bj;
|
|
575
590
|
}
|
|
576
591
|
set separatorHorizontalPaddingRight(v) {
|
|
577
|
-
this.i.
|
|
578
|
-
this._a("separatorHorizontalPaddingRight", this.i.
|
|
592
|
+
this.i.bj = +v;
|
|
593
|
+
this._a("separatorHorizontalPaddingRight", this.i.bj);
|
|
579
594
|
}
|
|
580
595
|
/**
|
|
581
596
|
* Gets or sets the top padding for separators in the horizontal orientation.
|
|
582
597
|
*/
|
|
583
598
|
get separatorHorizontalPaddingTop() {
|
|
584
|
-
return this.i.
|
|
599
|
+
return this.i.bk;
|
|
585
600
|
}
|
|
586
601
|
set separatorHorizontalPaddingTop(v) {
|
|
587
|
-
this.i.
|
|
588
|
-
this._a("separatorHorizontalPaddingTop", this.i.
|
|
602
|
+
this.i.bk = +v;
|
|
603
|
+
this._a("separatorHorizontalPaddingTop", this.i.bk);
|
|
589
604
|
}
|
|
590
605
|
/**
|
|
591
606
|
* Gets or sets the bottom padding for separators in the horizontal orientation.
|
|
592
607
|
*/
|
|
593
608
|
get separatorHorizontalPaddingBottom() {
|
|
594
|
-
return this.i.
|
|
609
|
+
return this.i.bh;
|
|
595
610
|
}
|
|
596
611
|
set separatorHorizontalPaddingBottom(v) {
|
|
597
|
-
this.i.
|
|
598
|
-
this._a("separatorHorizontalPaddingBottom", this.i.
|
|
612
|
+
this.i.bh = +v;
|
|
613
|
+
this._a("separatorHorizontalPaddingBottom", this.i.bh);
|
|
599
614
|
}
|
|
600
615
|
/**
|
|
601
616
|
* Gets or sets if the tool actions should display their submenus on mouse hover.
|
|
602
617
|
*/
|
|
603
618
|
get showOnHover() {
|
|
604
|
-
return this.i.
|
|
619
|
+
return this.i.aw;
|
|
605
620
|
}
|
|
606
621
|
set showOnHover(v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("showOnHover", this.i.
|
|
622
|
+
this.i.aw = ensureBool(v);
|
|
623
|
+
this._a("showOnHover", this.i.aw);
|
|
609
624
|
}
|
|
610
625
|
/**
|
|
611
626
|
* Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
|
|
612
627
|
*/
|
|
613
628
|
get showTooltipOnHover() {
|
|
614
|
-
return this.i.
|
|
629
|
+
return this.i.ax;
|
|
615
630
|
}
|
|
616
631
|
set showTooltipOnHover(v) {
|
|
617
|
-
this.i.
|
|
618
|
-
this._a("showTooltipOnHover", this.i.
|
|
632
|
+
this.i.ax = ensureBool(v);
|
|
633
|
+
this._a("showTooltipOnHover", this.i.ax);
|
|
619
634
|
}
|
|
620
635
|
/**
|
|
621
636
|
* 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
|
|
@@ -623,132 +638,132 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
623
638
|
* always keep the dropdown open during a hover open and will require an extra click to close.
|
|
624
639
|
*/
|
|
625
640
|
get dropdownClickBuffer() {
|
|
626
|
-
return this.i.
|
|
641
|
+
return this.i.bu;
|
|
627
642
|
}
|
|
628
643
|
set dropdownClickBuffer(v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("dropdownClickBuffer", this.i.
|
|
644
|
+
this.i.bu = +v;
|
|
645
|
+
this._a("dropdownClickBuffer", this.i.bu);
|
|
631
646
|
}
|
|
632
647
|
get highlightWidth() {
|
|
633
|
-
return this.i.
|
|
648
|
+
return this.i.bg;
|
|
634
649
|
}
|
|
635
650
|
set highlightWidth(v) {
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("highlightWidth", this.i.
|
|
651
|
+
this.i.bg = +v;
|
|
652
|
+
this._a("highlightWidth", this.i.bg);
|
|
638
653
|
}
|
|
639
654
|
get highlightRadius() {
|
|
640
|
-
return this.i.
|
|
655
|
+
return this.i.bf;
|
|
641
656
|
}
|
|
642
657
|
set highlightRadius(v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("highlightRadius", this.i.
|
|
658
|
+
this.i.bf = +v;
|
|
659
|
+
this._a("highlightRadius", this.i.bf);
|
|
645
660
|
}
|
|
646
661
|
get highlightColor() {
|
|
647
|
-
return brushToString(this.i.
|
|
662
|
+
return brushToString(this.i.fx);
|
|
648
663
|
}
|
|
649
664
|
set highlightColor(v) {
|
|
650
|
-
this.i.
|
|
651
|
-
this._a("highlightColor", brushToString(this.i.
|
|
665
|
+
this.i.fx = stringToBrush(v);
|
|
666
|
+
this._a("highlightColor", brushToString(this.i.fx));
|
|
652
667
|
}
|
|
653
668
|
/**
|
|
654
669
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
655
670
|
*/
|
|
656
671
|
get menuArrowStroke() {
|
|
657
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.f1);
|
|
658
673
|
}
|
|
659
674
|
set menuArrowStroke(v) {
|
|
660
|
-
this.i.
|
|
661
|
-
this._a("menuArrowStroke", brushToString(this.i.
|
|
675
|
+
this.i.f1 = stringToBrush(v);
|
|
676
|
+
this._a("menuArrowStroke", brushToString(this.i.f1));
|
|
662
677
|
}
|
|
663
678
|
/**
|
|
664
679
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
665
680
|
*/
|
|
666
681
|
get uncheckedBackgroundColor() {
|
|
667
|
-
return brushToString(this.i.
|
|
682
|
+
return brushToString(this.i.f8);
|
|
668
683
|
}
|
|
669
684
|
set uncheckedBackgroundColor(v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
685
|
+
this.i.f8 = stringToBrush(v);
|
|
686
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.f8));
|
|
672
687
|
}
|
|
673
688
|
/**
|
|
674
689
|
* Gets or sets the background color of the radio when in the checked state.
|
|
675
690
|
*/
|
|
676
691
|
get checkedBackgroundColor() {
|
|
677
|
-
return brushToString(this.i.
|
|
692
|
+
return brushToString(this.i.fq);
|
|
678
693
|
}
|
|
679
694
|
set checkedBackgroundColor(v) {
|
|
680
|
-
this.i.
|
|
681
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
695
|
+
this.i.fq = stringToBrush(v);
|
|
696
|
+
this._a("checkedBackgroundColor", brushToString(this.i.fq));
|
|
682
697
|
}
|
|
683
698
|
/**
|
|
684
699
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
685
700
|
*/
|
|
686
701
|
get uncheckedBorderColor() {
|
|
687
|
-
return brushToString(this.i.
|
|
702
|
+
return brushToString(this.i.f9);
|
|
688
703
|
}
|
|
689
704
|
set uncheckedBorderColor(v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
705
|
+
this.i.f9 = stringToBrush(v);
|
|
706
|
+
this._a("uncheckedBorderColor", brushToString(this.i.f9));
|
|
692
707
|
}
|
|
693
708
|
/**
|
|
694
709
|
* Gets or sets the border color of the radio when in the checked state.
|
|
695
710
|
*/
|
|
696
711
|
get checkedBorderColor() {
|
|
697
|
-
return brushToString(this.i.
|
|
712
|
+
return brushToString(this.i.fr);
|
|
698
713
|
}
|
|
699
714
|
set checkedBorderColor(v) {
|
|
700
|
-
this.i.
|
|
701
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
715
|
+
this.i.fr = stringToBrush(v);
|
|
716
|
+
this._a("checkedBorderColor", brushToString(this.i.fr));
|
|
702
717
|
}
|
|
703
718
|
/**
|
|
704
719
|
* Gets or sets the row height that should be used.
|
|
705
720
|
*/
|
|
706
721
|
get rowHeight() {
|
|
707
|
-
return this.i.
|
|
722
|
+
return this.i.by;
|
|
708
723
|
}
|
|
709
724
|
set rowHeight(v) {
|
|
710
|
-
this.i.
|
|
711
|
-
this._a("rowHeight", this.i.
|
|
725
|
+
this.i.by = +v;
|
|
726
|
+
this._a("rowHeight", this.i.by);
|
|
712
727
|
}
|
|
713
728
|
/**
|
|
714
729
|
* Gets or sets the text color for subtitles.
|
|
715
730
|
*/
|
|
716
731
|
get subtitleTextColor() {
|
|
717
|
-
return brushToString(this.i.
|
|
732
|
+
return brushToString(this.i.f4);
|
|
718
733
|
}
|
|
719
734
|
set subtitleTextColor(v) {
|
|
720
|
-
this.i.
|
|
721
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
735
|
+
this.i.f4 = stringToBrush(v);
|
|
736
|
+
this._a("subtitleTextColor", brushToString(this.i.f4));
|
|
722
737
|
}
|
|
723
738
|
/**
|
|
724
739
|
* Gets or sets the text color for group header subtitles.
|
|
725
740
|
*/
|
|
726
741
|
get groupHeaderSubtitleTextColor() {
|
|
727
|
-
return brushToString(this.i.
|
|
742
|
+
return brushToString(this.i.fv);
|
|
728
743
|
}
|
|
729
744
|
set groupHeaderSubtitleTextColor(v) {
|
|
730
|
-
this.i.
|
|
731
|
-
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.
|
|
745
|
+
this.i.fv = stringToBrush(v);
|
|
746
|
+
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.fv));
|
|
732
747
|
}
|
|
733
748
|
/**
|
|
734
749
|
* Gets or sets the dropdown delay time in milliseconds.
|
|
735
750
|
*/
|
|
736
751
|
get dropdownDelay() {
|
|
737
|
-
return this.i.
|
|
752
|
+
return this.i.bv;
|
|
738
753
|
}
|
|
739
754
|
set dropdownDelay(v) {
|
|
740
|
-
this.i.
|
|
741
|
-
this._a("dropdownDelay", this.i.
|
|
755
|
+
this.i.bv = +v;
|
|
756
|
+
this._a("dropdownDelay", this.i.bv);
|
|
742
757
|
}
|
|
743
758
|
/**
|
|
744
759
|
* Prevents clicks on the tool actions from bubbling.
|
|
745
760
|
*/
|
|
746
761
|
get stopPropagation() {
|
|
747
|
-
return this.i.
|
|
762
|
+
return this.i.ay;
|
|
748
763
|
}
|
|
749
764
|
set stopPropagation(v) {
|
|
750
|
-
this.i.
|
|
751
|
-
this._a("stopPropagation", this.i.
|
|
765
|
+
this.i.ay = ensureBool(v);
|
|
766
|
+
this._a("stopPropagation", this.i.ay);
|
|
752
767
|
}
|
|
753
768
|
/**
|
|
754
769
|
* Gets or sets the style of scrollbar.
|
|
@@ -761,7 +776,7 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
761
776
|
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.v));
|
|
762
777
|
}
|
|
763
778
|
get isOpen() {
|
|
764
|
-
return this.i.
|
|
779
|
+
return this.i.av;
|
|
765
780
|
}
|
|
766
781
|
findByName(name) {
|
|
767
782
|
if (this.findEphemera) {
|
|
@@ -834,14 +849,14 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
834
849
|
this._inStyling = false;
|
|
835
850
|
}
|
|
836
851
|
flushRefresh() {
|
|
837
|
-
this.i.
|
|
852
|
+
this.i.d2();
|
|
838
853
|
}
|
|
839
854
|
/**
|
|
840
855
|
* Get the desired size the toolbar wants to be.
|
|
841
856
|
|
|
842
857
|
*/
|
|
843
858
|
getDesiredSize() {
|
|
844
|
-
let iv = this.i.
|
|
859
|
+
let iv = this.i.gb();
|
|
845
860
|
return fromSize(iv);
|
|
846
861
|
}
|
|
847
862
|
/**
|
|
@@ -849,114 +864,114 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
849
864
|
|
|
850
865
|
*/
|
|
851
866
|
closeSubmenus() {
|
|
852
|
-
this.i.
|
|
867
|
+
this.i.dz();
|
|
853
868
|
}
|
|
854
869
|
onCommandStateChanged(id, type, value) {
|
|
855
870
|
this.i.onCommandStateChanged(id, (type == null ? null : type), value);
|
|
856
871
|
}
|
|
857
872
|
registerIconFromText(iconCollection, iconName, iconText) {
|
|
858
|
-
this.i.
|
|
873
|
+
this.i.ej(iconCollection, iconName, iconText);
|
|
859
874
|
}
|
|
860
875
|
getIconFromCache(iconCollection, iconName) {
|
|
861
|
-
let iv = this.i.
|
|
876
|
+
let iv = this.i.cq(iconCollection, iconName);
|
|
862
877
|
return (iv);
|
|
863
878
|
}
|
|
864
879
|
registerMultiPathSVG(iconCollection, iconName, multiPathSVG) {
|
|
865
|
-
this.i.
|
|
880
|
+
this.i.el(iconCollection, iconName, multiPathSVG);
|
|
866
881
|
}
|
|
867
882
|
getMultiPathSVGFromCache(iconCollection, iconName) {
|
|
868
883
|
let iv = this.i.a(iconCollection, iconName);
|
|
869
884
|
return (iv);
|
|
870
885
|
}
|
|
871
886
|
registerIconFromDataURL(iconCollection, iconName, dataURL) {
|
|
872
|
-
this.i.
|
|
887
|
+
this.i.ei(iconCollection, iconName, dataURL);
|
|
873
888
|
}
|
|
874
889
|
getDataURLFromCache(iconCollection, iconName) {
|
|
875
|
-
let iv = this.i.
|
|
890
|
+
let iv = this.i.cp(iconCollection, iconName);
|
|
876
891
|
return (iv);
|
|
877
892
|
}
|
|
878
893
|
registerIconSource(iconCollection, iconName, source) {
|
|
879
|
-
this.i.
|
|
894
|
+
this.i.ek(iconCollection, iconName, source);
|
|
880
895
|
}
|
|
881
896
|
getIconSource(iconCollection, iconName) {
|
|
882
|
-
let iv = this.i.
|
|
897
|
+
let iv = this.i.b8(iconCollection, iconName);
|
|
883
898
|
return (iv);
|
|
884
899
|
}
|
|
885
900
|
setBrushContextItem(key, value) {
|
|
886
|
-
this.i.
|
|
901
|
+
this.i.eo(key, stringToBrush(value));
|
|
887
902
|
}
|
|
888
903
|
getBrushContextItem(key) {
|
|
889
|
-
let iv = this.i.
|
|
904
|
+
let iv = this.i.ft(key);
|
|
890
905
|
return brushToString(iv);
|
|
891
906
|
}
|
|
892
907
|
setBrushCollectionContextItem(key, value) {
|
|
893
|
-
this.i.
|
|
908
|
+
this.i.en(key, toBrushCollection(value));
|
|
894
909
|
}
|
|
895
910
|
getBrushCollectionContextItem(key) {
|
|
896
911
|
let iv = this.i.b(key);
|
|
897
912
|
return fromBrushCollection(iv);
|
|
898
913
|
}
|
|
899
914
|
setDoubleContextItem(key, value) {
|
|
900
|
-
this.i.
|
|
915
|
+
this.i.es(key, value);
|
|
901
916
|
}
|
|
902
917
|
getDoubleContextItem(key) {
|
|
903
|
-
let iv = this.i.
|
|
918
|
+
let iv = this.i.bd(key);
|
|
904
919
|
return (iv);
|
|
905
920
|
}
|
|
906
921
|
setIntContextItem(key, value) {
|
|
907
|
-
this.i.
|
|
922
|
+
this.i.ez(key, value);
|
|
908
923
|
}
|
|
909
924
|
getExternalDoubleContextItem(key) {
|
|
910
|
-
let iv = this.i.
|
|
925
|
+
let iv = this.i.be(key);
|
|
911
926
|
return (iv);
|
|
912
927
|
}
|
|
913
928
|
setExternalDoubleContextItem(key, value) {
|
|
914
|
-
this.i.
|
|
929
|
+
this.i.ex(key, value);
|
|
915
930
|
}
|
|
916
931
|
getIntContextItem(key) {
|
|
917
|
-
let iv = this.i.
|
|
932
|
+
let iv = this.i.bx(key);
|
|
918
933
|
return (iv);
|
|
919
934
|
}
|
|
920
935
|
setExternalIntContextItem(key, value) {
|
|
921
|
-
this.i.
|
|
936
|
+
this.i.ey(key, value);
|
|
922
937
|
}
|
|
923
938
|
getExternalIntContextItem(key) {
|
|
924
|
-
let iv = this.i.
|
|
939
|
+
let iv = this.i.bw(key);
|
|
925
940
|
return (iv);
|
|
926
941
|
}
|
|
927
942
|
setStringContextItem(key, value) {
|
|
928
|
-
this.i.
|
|
943
|
+
this.i.e0(key, value);
|
|
929
944
|
}
|
|
930
945
|
getStringContextItem(key) {
|
|
931
|
-
let iv = this.i.
|
|
946
|
+
let iv = this.i.cr(key);
|
|
932
947
|
return (iv);
|
|
933
948
|
}
|
|
934
949
|
setBoolContextItem(key, value) {
|
|
935
|
-
this.i.
|
|
950
|
+
this.i.em(key, value);
|
|
936
951
|
}
|
|
937
952
|
getBoolContextItem(key) {
|
|
938
|
-
let iv = this.i.
|
|
953
|
+
let iv = this.i.au(key);
|
|
939
954
|
return (iv);
|
|
940
955
|
}
|
|
941
956
|
setColorContextItem(key, value) {
|
|
942
|
-
this.i.
|
|
957
|
+
this.i.ep(key, stringToColor(value));
|
|
943
958
|
}
|
|
944
959
|
getColorContextItem(key) {
|
|
945
|
-
let iv = this.i.
|
|
960
|
+
let iv = this.i.ga(key);
|
|
946
961
|
return colorToString(iv);
|
|
947
962
|
}
|
|
948
963
|
setDataContextItem(key, value) {
|
|
949
|
-
this.i.
|
|
964
|
+
this.i.er(key, value);
|
|
950
965
|
}
|
|
951
966
|
getDataContextItem(key) {
|
|
952
|
-
let iv = this.i.
|
|
967
|
+
let iv = this.i.b3(key);
|
|
953
968
|
return (iv);
|
|
954
969
|
}
|
|
955
970
|
setExternalDataContextItem(key, value) {
|
|
956
|
-
this.i.
|
|
971
|
+
this.i.ew(key, value);
|
|
957
972
|
}
|
|
958
973
|
getExternalDataContextItem(key) {
|
|
959
|
-
let iv = this.i.
|
|
974
|
+
let iv = this.i.b7(key);
|
|
960
975
|
return (iv);
|
|
961
976
|
}
|
|
962
977
|
/**
|
|
@@ -964,7 +979,7 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
964
979
|
|
|
965
980
|
*/
|
|
966
981
|
exportVisualData() {
|
|
967
|
-
let iv = this.i.
|
|
982
|
+
let iv = this.i.b1();
|
|
968
983
|
return (iv);
|
|
969
984
|
}
|
|
970
985
|
/**
|
|
@@ -972,7 +987,7 @@ export let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
972
987
|
|
|
973
988
|
*/
|
|
974
989
|
exportSerializedVisualData() {
|
|
975
|
-
let iv = this.i.
|
|
990
|
+
let iv = this.i.co();
|
|
976
991
|
return (iv);
|
|
977
992
|
}
|
|
978
993
|
/**
|