igniteui-webcomponents-layouts 7.1.0-beta.2 → 7.1.0-beta.4
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 +5588 -4983
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
- package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm2015/lib/igc-combo-editor-component.js +160 -32
- 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 +29 -29
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
- 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 +61 -61
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
- package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +283 -253
- package/esm2015/lib/igc-toolbar-component.js +117 -87
- package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
- package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm5/lib/igc-combo-editor-component.js +160 -32
- 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 +29 -29
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
- 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 +61 -61
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +51 -34
- package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +295 -253
- package/esm5/lib/igc-toolbar-component.js +129 -87
- package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
- package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
- package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
- package/lib/igc-tool-action-radio-component.d.ts +8 -0
- package/lib/igc-tool-panel-component.d.ts +15 -0
- package/lib/igc-toolbar-component.d.ts +15 -0
- package/package.json +3 -3
|
@@ -352,101 +352,101 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
352
352
|
* Gets or sets the color to use for the background of the component.
|
|
353
353
|
*/
|
|
354
354
|
get backgroundColor() {
|
|
355
|
-
return brushToString(this.i.
|
|
355
|
+
return brushToString(this.i.f1);
|
|
356
356
|
}
|
|
357
357
|
set backgroundColor(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
358
|
+
this.i.f1 = stringToBrush(v);
|
|
359
|
+
this._a("backgroundColor", brushToString(this.i.f1));
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
* Gets or sets the background color for submenus.
|
|
363
363
|
*/
|
|
364
364
|
get submenuBackgroundColor() {
|
|
365
|
-
return brushToString(this.i.
|
|
365
|
+
return brushToString(this.i.gi);
|
|
366
366
|
}
|
|
367
367
|
set submenuBackgroundColor(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("submenuBackgroundColor", brushToString(this.i.
|
|
368
|
+
this.i.gi = stringToBrush(v);
|
|
369
|
+
this._a("submenuBackgroundColor", brushToString(this.i.gi));
|
|
370
370
|
}
|
|
371
371
|
/**
|
|
372
372
|
* Gets or sets the group header background color.
|
|
373
373
|
*/
|
|
374
374
|
get groupHeaderBackgroundColor() {
|
|
375
|
-
return brushToString(this.i.
|
|
375
|
+
return brushToString(this.i.f9);
|
|
376
376
|
}
|
|
377
377
|
set groupHeaderBackgroundColor(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("groupHeaderBackgroundColor", brushToString(this.i.
|
|
378
|
+
this.i.f9 = stringToBrush(v);
|
|
379
|
+
this._a("groupHeaderBackgroundColor", brushToString(this.i.f9));
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
382
|
* Gets or sets the separator background color.
|
|
383
383
|
*/
|
|
384
384
|
get separatorBackgroundColor() {
|
|
385
|
-
return brushToString(this.i.
|
|
385
|
+
return brushToString(this.i.gh);
|
|
386
386
|
}
|
|
387
387
|
set separatorBackgroundColor(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("separatorBackgroundColor", brushToString(this.i.
|
|
388
|
+
this.i.gh = stringToBrush(v);
|
|
389
|
+
this._a("separatorBackgroundColor", brushToString(this.i.gh));
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
392
|
* Gets or sets the hover background color.
|
|
393
393
|
*/
|
|
394
394
|
get hoverBackgroundColor() {
|
|
395
|
-
return brushToString(this.i.
|
|
395
|
+
return brushToString(this.i.gd);
|
|
396
396
|
}
|
|
397
397
|
set hoverBackgroundColor(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("hoverBackgroundColor", brushToString(this.i.
|
|
398
|
+
this.i.gd = stringToBrush(v);
|
|
399
|
+
this._a("hoverBackgroundColor", brushToString(this.i.gd));
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Gets or sets the color to use for the text of the component.
|
|
403
403
|
*/
|
|
404
404
|
get textColor() {
|
|
405
|
-
return brushToString(this.i.
|
|
405
|
+
return brushToString(this.i.gk);
|
|
406
406
|
}
|
|
407
407
|
set textColor(v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("textColor", brushToString(this.i.
|
|
408
|
+
this.i.gk = stringToBrush(v);
|
|
409
|
+
this._a("textColor", brushToString(this.i.gk));
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
413
413
|
*/
|
|
414
414
|
get disabledTextColor() {
|
|
415
|
-
return brushToString(this.i.
|
|
415
|
+
return brushToString(this.i.f7);
|
|
416
416
|
}
|
|
417
417
|
set disabledTextColor(v) {
|
|
418
|
-
this.i.
|
|
419
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
418
|
+
this.i.f7 = stringToBrush(v);
|
|
419
|
+
this._a("disabledTextColor", brushToString(this.i.f7));
|
|
420
420
|
}
|
|
421
421
|
/**
|
|
422
422
|
* Gets or sets the text color for group header tool actions.
|
|
423
423
|
*/
|
|
424
424
|
get groupHeaderTextColor() {
|
|
425
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.gb);
|
|
426
426
|
}
|
|
427
427
|
set groupHeaderTextColor(v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("groupHeaderTextColor", brushToString(this.i.
|
|
428
|
+
this.i.gb = stringToBrush(v);
|
|
429
|
+
this._a("groupHeaderTextColor", brushToString(this.i.gb));
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
432
|
* Gets or sets the tooltip text color.
|
|
433
433
|
*/
|
|
434
434
|
get toolTipTextColor() {
|
|
435
|
-
return brushToString(this.i.
|
|
435
|
+
return brushToString(this.i.gm);
|
|
436
436
|
}
|
|
437
437
|
set toolTipTextColor(v) {
|
|
438
|
-
this.i.
|
|
439
|
-
this._a("toolTipTextColor", brushToString(this.i.
|
|
438
|
+
this.i.gm = stringToBrush(v);
|
|
439
|
+
this._a("toolTipTextColor", brushToString(this.i.gm));
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
442
|
* Gets or sets the tooltip background color.
|
|
443
443
|
*/
|
|
444
444
|
get toolTipBackgroundColor() {
|
|
445
|
-
return brushToString(this.i.
|
|
445
|
+
return brushToString(this.i.gl);
|
|
446
446
|
}
|
|
447
447
|
set toolTipBackgroundColor(v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("toolTipBackgroundColor", brushToString(this.i.
|
|
448
|
+
this.i.gl = stringToBrush(v);
|
|
449
|
+
this._a("toolTipBackgroundColor", brushToString(this.i.gl));
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
452
|
* Gets or sets the tooltip corner radius.
|
|
@@ -472,21 +472,21 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
472
472
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
473
473
|
*/
|
|
474
474
|
get iconFill() {
|
|
475
|
-
return brushToString(this.i.
|
|
475
|
+
return brushToString(this.i.ge);
|
|
476
476
|
}
|
|
477
477
|
set iconFill(v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("iconFill", brushToString(this.i.
|
|
478
|
+
this.i.ge = stringToBrush(v);
|
|
479
|
+
this._a("iconFill", brushToString(this.i.ge));
|
|
480
480
|
}
|
|
481
481
|
/**
|
|
482
482
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
483
483
|
*/
|
|
484
484
|
get iconStroke() {
|
|
485
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.gf);
|
|
486
486
|
}
|
|
487
487
|
set iconStroke(v) {
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("iconStroke", brushToString(this.i.
|
|
488
|
+
this.i.gf = stringToBrush(v);
|
|
489
|
+
this._a("iconStroke", brushToString(this.i.gf));
|
|
490
490
|
}
|
|
491
491
|
/**
|
|
492
492
|
* Gets or sets the text style.
|
|
@@ -660,68 +660,68 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
660
660
|
this._a("highlightRadius", this.i.bf);
|
|
661
661
|
}
|
|
662
662
|
get highlightColor() {
|
|
663
|
-
return brushToString(this.i.
|
|
663
|
+
return brushToString(this.i.gc);
|
|
664
664
|
}
|
|
665
665
|
set highlightColor(v) {
|
|
666
|
-
this.i.
|
|
667
|
-
this._a("highlightColor", brushToString(this.i.
|
|
666
|
+
this.i.gc = stringToBrush(v);
|
|
667
|
+
this._a("highlightColor", brushToString(this.i.gc));
|
|
668
668
|
}
|
|
669
669
|
get accentColor() {
|
|
670
|
-
return brushToString(this.i.
|
|
670
|
+
return brushToString(this.i.f0);
|
|
671
671
|
}
|
|
672
672
|
set accentColor(v) {
|
|
673
|
-
this.i.
|
|
674
|
-
this._a("accentColor", brushToString(this.i.
|
|
673
|
+
this.i.f0 = stringToBrush(v);
|
|
674
|
+
this._a("accentColor", brushToString(this.i.f0));
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
678
678
|
*/
|
|
679
679
|
get menuArrowStroke() {
|
|
680
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.gg);
|
|
681
681
|
}
|
|
682
682
|
set menuArrowStroke(v) {
|
|
683
|
-
this.i.
|
|
684
|
-
this._a("menuArrowStroke", brushToString(this.i.
|
|
683
|
+
this.i.gg = stringToBrush(v);
|
|
684
|
+
this._a("menuArrowStroke", brushToString(this.i.gg));
|
|
685
685
|
}
|
|
686
686
|
/**
|
|
687
687
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
688
688
|
*/
|
|
689
689
|
get uncheckedBackgroundColor() {
|
|
690
|
-
return brushToString(this.i.
|
|
690
|
+
return brushToString(this.i.gn);
|
|
691
691
|
}
|
|
692
692
|
set uncheckedBackgroundColor(v) {
|
|
693
|
-
this.i.
|
|
694
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
693
|
+
this.i.gn = stringToBrush(v);
|
|
694
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.gn));
|
|
695
695
|
}
|
|
696
696
|
/**
|
|
697
697
|
* Gets or sets the background color of the radio when in the checked state.
|
|
698
698
|
*/
|
|
699
699
|
get checkedBackgroundColor() {
|
|
700
|
-
return brushToString(this.i.
|
|
700
|
+
return brushToString(this.i.f5);
|
|
701
701
|
}
|
|
702
702
|
set checkedBackgroundColor(v) {
|
|
703
|
-
this.i.
|
|
704
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
703
|
+
this.i.f5 = stringToBrush(v);
|
|
704
|
+
this._a("checkedBackgroundColor", brushToString(this.i.f5));
|
|
705
705
|
}
|
|
706
706
|
/**
|
|
707
707
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
708
708
|
*/
|
|
709
709
|
get uncheckedBorderColor() {
|
|
710
|
-
return brushToString(this.i.
|
|
710
|
+
return brushToString(this.i.go);
|
|
711
711
|
}
|
|
712
712
|
set uncheckedBorderColor(v) {
|
|
713
|
-
this.i.
|
|
714
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
713
|
+
this.i.go = stringToBrush(v);
|
|
714
|
+
this._a("uncheckedBorderColor", brushToString(this.i.go));
|
|
715
715
|
}
|
|
716
716
|
/**
|
|
717
717
|
* Gets or sets the border color of the radio when in the checked state.
|
|
718
718
|
*/
|
|
719
719
|
get checkedBorderColor() {
|
|
720
|
-
return brushToString(this.i.
|
|
720
|
+
return brushToString(this.i.f6);
|
|
721
721
|
}
|
|
722
722
|
set checkedBorderColor(v) {
|
|
723
|
-
this.i.
|
|
724
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
723
|
+
this.i.f6 = stringToBrush(v);
|
|
724
|
+
this._a("checkedBorderColor", brushToString(this.i.f6));
|
|
725
725
|
}
|
|
726
726
|
/**
|
|
727
727
|
* Gets or sets the row height that should be used.
|
|
@@ -747,21 +747,21 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
747
747
|
* Gets or sets the text color for subtitles.
|
|
748
748
|
*/
|
|
749
749
|
get subtitleTextColor() {
|
|
750
|
-
return brushToString(this.i.
|
|
750
|
+
return brushToString(this.i.gj);
|
|
751
751
|
}
|
|
752
752
|
set subtitleTextColor(v) {
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
753
|
+
this.i.gj = stringToBrush(v);
|
|
754
|
+
this._a("subtitleTextColor", brushToString(this.i.gj));
|
|
755
755
|
}
|
|
756
756
|
/**
|
|
757
757
|
* Gets or sets the text color for group header subtitles.
|
|
758
758
|
*/
|
|
759
759
|
get groupHeaderSubtitleTextColor() {
|
|
760
|
-
return brushToString(this.i.
|
|
760
|
+
return brushToString(this.i.ga);
|
|
761
761
|
}
|
|
762
762
|
set groupHeaderSubtitleTextColor(v) {
|
|
763
|
-
this.i.
|
|
764
|
-
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.
|
|
763
|
+
this.i.ga = stringToBrush(v);
|
|
764
|
+
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.ga));
|
|
765
765
|
}
|
|
766
766
|
/**
|
|
767
767
|
* Gets or sets the dropdown delay time in milliseconds.
|
|
@@ -793,6 +793,36 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
793
793
|
this.i.v = ensureEnum(ScrollbarStyle_$type, v);
|
|
794
794
|
this._a("scrollbarStyle", enumToString(ScrollbarStyle_$type, this.i.v));
|
|
795
795
|
}
|
|
796
|
+
/**
|
|
797
|
+
* Gets or sets the scrollbar background color for checkbox lists hosted in this toolbar's sub-menus.
|
|
798
|
+
*/
|
|
799
|
+
get checkboxListScrollbarBackground() {
|
|
800
|
+
return brushToString(this.i.f3);
|
|
801
|
+
}
|
|
802
|
+
set checkboxListScrollbarBackground(v) {
|
|
803
|
+
this.i.f3 = stringToBrush(v);
|
|
804
|
+
this._a("checkboxListScrollbarBackground", brushToString(this.i.f3));
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists hosted in this toolbar's sub-menus.
|
|
808
|
+
*/
|
|
809
|
+
get checkboxListScrollbarHoverBackground() {
|
|
810
|
+
return brushToString(this.i.f4);
|
|
811
|
+
}
|
|
812
|
+
set checkboxListScrollbarHoverBackground(v) {
|
|
813
|
+
this.i.f4 = stringToBrush(v);
|
|
814
|
+
this._a("checkboxListScrollbarHoverBackground", brushToString(this.i.f4));
|
|
815
|
+
}
|
|
816
|
+
/**
|
|
817
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists hosted in this toolbar's sub-menus.
|
|
818
|
+
*/
|
|
819
|
+
get checkboxListScrollbarActiveBackground() {
|
|
820
|
+
return brushToString(this.i.f2);
|
|
821
|
+
}
|
|
822
|
+
set checkboxListScrollbarActiveBackground(v) {
|
|
823
|
+
this.i.f2 = stringToBrush(v);
|
|
824
|
+
this._a("checkboxListScrollbarActiveBackground", brushToString(this.i.f2));
|
|
825
|
+
}
|
|
796
826
|
findByName(name) {
|
|
797
827
|
if (this.findEphemera) {
|
|
798
828
|
if (name && name.indexOf("@@e:") == 0) {
|
|
@@ -864,7 +894,7 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
864
894
|
this._inStyling = false;
|
|
865
895
|
}
|
|
866
896
|
flushRefresh() {
|
|
867
|
-
this.i.
|
|
897
|
+
this.i.d9();
|
|
868
898
|
}
|
|
869
899
|
/**
|
|
870
900
|
* Is a dropdown menu or tooltip currently open.
|
|
@@ -879,7 +909,7 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
879
909
|
|
|
880
910
|
*/
|
|
881
911
|
getDesiredSize() {
|
|
882
|
-
let iv = this.i.
|
|
912
|
+
let iv = this.i.gq();
|
|
883
913
|
return fromSize(iv);
|
|
884
914
|
}
|
|
885
915
|
/**
|
|
@@ -887,111 +917,111 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
887
917
|
|
|
888
918
|
*/
|
|
889
919
|
closeSubmenus() {
|
|
890
|
-
this.i.
|
|
920
|
+
this.i.d6();
|
|
891
921
|
}
|
|
892
922
|
onCommandStateChanged(id, type, value) {
|
|
893
923
|
this.i.onCommandStateChanged(id, ensureEnum(ToolCommandStateType_$type, type), value);
|
|
894
924
|
}
|
|
895
925
|
registerIconFromText(iconCollection, iconName, iconText) {
|
|
896
|
-
this.i.
|
|
926
|
+
this.i.eq(iconCollection, iconName, iconText);
|
|
897
927
|
}
|
|
898
928
|
getIconFromCache(iconCollection, iconName) {
|
|
899
|
-
let iv = this.i.
|
|
929
|
+
let iv = this.i.cw(iconCollection, iconName);
|
|
900
930
|
return (iv);
|
|
901
931
|
}
|
|
902
932
|
registerMultiPathSVG(iconCollection, iconName, multiPathSVG) {
|
|
903
|
-
this.i.
|
|
933
|
+
this.i.es(iconCollection, iconName, multiPathSVG);
|
|
904
934
|
}
|
|
905
935
|
getMultiPathSVGFromCache(iconCollection, iconName) {
|
|
906
936
|
let iv = this.i.a(iconCollection, iconName);
|
|
907
937
|
return (iv);
|
|
908
938
|
}
|
|
909
939
|
registerIconFromDataURL(iconCollection, iconName, dataURL) {
|
|
910
|
-
this.i.
|
|
940
|
+
this.i.ep(iconCollection, iconName, dataURL);
|
|
911
941
|
}
|
|
912
942
|
getDataURLFromCache(iconCollection, iconName) {
|
|
913
|
-
let iv = this.i.
|
|
943
|
+
let iv = this.i.cv(iconCollection, iconName);
|
|
914
944
|
return (iv);
|
|
915
945
|
}
|
|
916
946
|
registerIconSource(iconCollection, iconName, source) {
|
|
917
|
-
this.i.
|
|
947
|
+
this.i.er(iconCollection, iconName, source);
|
|
918
948
|
}
|
|
919
949
|
getIconSource(iconCollection, iconName) {
|
|
920
950
|
let iv = this.i.ca(iconCollection, iconName);
|
|
921
951
|
return (iv);
|
|
922
952
|
}
|
|
923
953
|
setBrushContextItem(key, value) {
|
|
924
|
-
this.i.
|
|
954
|
+
this.i.ev(key, stringToBrush(value));
|
|
925
955
|
}
|
|
926
956
|
getBrushContextItem(key) {
|
|
927
|
-
let iv = this.i.
|
|
957
|
+
let iv = this.i.f8(key);
|
|
928
958
|
return brushToString(iv);
|
|
929
959
|
}
|
|
930
960
|
setBrushCollectionContextItem(key, value) {
|
|
931
|
-
this.i.
|
|
961
|
+
this.i.eu(key, toBrushCollection(value));
|
|
932
962
|
}
|
|
933
963
|
getBrushCollectionContextItem(key) {
|
|
934
964
|
let iv = this.i.b(key);
|
|
935
965
|
return fromBrushCollection(iv);
|
|
936
966
|
}
|
|
937
967
|
setDoubleContextItem(key, value) {
|
|
938
|
-
this.i.
|
|
968
|
+
this.i.ez(key, value);
|
|
939
969
|
}
|
|
940
970
|
getDoubleContextItem(key) {
|
|
941
971
|
let iv = this.i.bd(key);
|
|
942
972
|
return (iv);
|
|
943
973
|
}
|
|
944
974
|
setIntContextItem(key, value) {
|
|
945
|
-
this.i.
|
|
975
|
+
this.i.e6(key, value);
|
|
946
976
|
}
|
|
947
977
|
getExternalDoubleContextItem(key) {
|
|
948
978
|
let iv = this.i.be(key);
|
|
949
979
|
return (iv);
|
|
950
980
|
}
|
|
951
981
|
setExternalDoubleContextItem(key, value) {
|
|
952
|
-
this.i.
|
|
982
|
+
this.i.e4(key, value);
|
|
953
983
|
}
|
|
954
984
|
getIntContextItem(key) {
|
|
955
985
|
let iv = this.i.by(key);
|
|
956
986
|
return (iv);
|
|
957
987
|
}
|
|
958
988
|
setExternalIntContextItem(key, value) {
|
|
959
|
-
this.i.
|
|
989
|
+
this.i.e5(key, value);
|
|
960
990
|
}
|
|
961
991
|
getExternalIntContextItem(key) {
|
|
962
992
|
let iv = this.i.bx(key);
|
|
963
993
|
return (iv);
|
|
964
994
|
}
|
|
965
995
|
setStringContextItem(key, value) {
|
|
966
|
-
this.i.
|
|
996
|
+
this.i.e7(key, value);
|
|
967
997
|
}
|
|
968
998
|
getStringContextItem(key) {
|
|
969
|
-
let iv = this.i.
|
|
999
|
+
let iv = this.i.cx(key);
|
|
970
1000
|
return (iv);
|
|
971
1001
|
}
|
|
972
1002
|
setBoolContextItem(key, value) {
|
|
973
|
-
this.i.
|
|
1003
|
+
this.i.et(key, value);
|
|
974
1004
|
}
|
|
975
1005
|
getBoolContextItem(key) {
|
|
976
1006
|
let iv = this.i.au(key);
|
|
977
1007
|
return (iv);
|
|
978
1008
|
}
|
|
979
1009
|
setColorContextItem(key, value) {
|
|
980
|
-
this.i.
|
|
1010
|
+
this.i.ew(key, stringToColor(value));
|
|
981
1011
|
}
|
|
982
1012
|
getColorContextItem(key) {
|
|
983
|
-
let iv = this.i.
|
|
1013
|
+
let iv = this.i.gp(key);
|
|
984
1014
|
return colorToString(iv);
|
|
985
1015
|
}
|
|
986
1016
|
setDataContextItem(key, value) {
|
|
987
|
-
this.i.
|
|
1017
|
+
this.i.ey(key, value);
|
|
988
1018
|
}
|
|
989
1019
|
getDataContextItem(key) {
|
|
990
1020
|
let iv = this.i.b5(key);
|
|
991
1021
|
return (iv);
|
|
992
1022
|
}
|
|
993
1023
|
setExternalDataContextItem(key, value) {
|
|
994
|
-
this.i.
|
|
1024
|
+
this.i.e3(key, value);
|
|
995
1025
|
}
|
|
996
1026
|
getExternalDataContextItem(key) {
|
|
997
1027
|
let iv = this.i.b9(key);
|
|
@@ -1010,7 +1040,7 @@ let IgcToolbarComponent = /*@__PURE__*/ (() => {
|
|
|
1010
1040
|
|
|
1011
1041
|
*/
|
|
1012
1042
|
exportSerializedVisualData() {
|
|
1013
|
-
let iv = this.i.
|
|
1043
|
+
let iv = this.i.cu();
|
|
1014
1044
|
return (iv);
|
|
1015
1045
|
}
|
|
1016
1046
|
/**
|