igniteui-webcomponents-layouts 7.0.0 → 7.0.1
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 +5037 -4563
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorView_combined.js +27 -27
- package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
- package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
- package/esm2015/lib/ListPanelView_combined.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4314 -4089
- package/esm2015/lib/PropertyEditorPanelView_combined.js +26 -26
- package/esm2015/lib/TooltipTextPresenter.js +2 -2
- 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 +97 -17
- 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 +94 -80
- 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 +32 -32
- 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 +32 -32
- 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 +156 -142
- package/esm2015/lib/igc-toolbar-component.js +99 -87
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ComboEditorView_combined.js +27 -27
- package/esm5/lib/ExpansionPanelView_combined.js +7 -7
- package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +21 -0
- package/esm5/lib/ListPanelView_combined.js +1 -1
- package/esm5/lib/NativeUILayoutFactory_combined.js +4171 -3886
- package/esm5/lib/PropertyEditorPanelView_combined.js +26 -26
- package/esm5/lib/TooltipTextPresenter.js +2 -2
- 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 +129 -17
- 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 +102 -80
- 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 +32 -32
- 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 +32 -32
- 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 +164 -142
- package/esm5/lib/igc-toolbar-component.js +103 -91
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +5112 -4750
- package/fesm5/igniteui-webcomponents-layouts.js +5037 -4564
- package/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
- package/lib/NativeUILayoutFactory_combined.d.ts +972 -935
- package/lib/igc-tool-action-checkbox-list-component.d.ts +40 -0
- package/lib/igc-tool-action-component.d.ts +4 -0
- package/lib/igc-tool-panel-component.d.ts +4 -0
- package/lib/igc-toolbar-component.d.ts +7 -1
- package/package.json +3 -3
- package/public_api.d.ts +1 -0
|
@@ -268,7 +268,7 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
268
268
|
});
|
|
269
269
|
Object.defineProperty(IgcToolActionComponent.prototype, "actionId", {
|
|
270
270
|
get: function () {
|
|
271
|
-
return this.i.
|
|
271
|
+
return this.i.c0;
|
|
272
272
|
},
|
|
273
273
|
enumerable: false,
|
|
274
274
|
configurable: true
|
|
@@ -371,10 +371,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
371
371
|
});
|
|
372
372
|
Object.defineProperty(IgcToolActionComponent.prototype, "parentId", {
|
|
373
373
|
get: function () {
|
|
374
|
-
return this.i.
|
|
374
|
+
return this.i.eu;
|
|
375
375
|
},
|
|
376
376
|
set: function (v) {
|
|
377
|
-
this.i.
|
|
377
|
+
this.i.eu = v;
|
|
378
378
|
},
|
|
379
379
|
enumerable: false,
|
|
380
380
|
configurable: true
|
|
@@ -389,10 +389,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
389
389
|
* after the action has already been added will have no effect.
|
|
390
390
|
*/
|
|
391
391
|
get: function () {
|
|
392
|
-
return this.i.
|
|
392
|
+
return this.i.dp;
|
|
393
393
|
},
|
|
394
394
|
set: function (v) {
|
|
395
|
-
this.i.
|
|
395
|
+
this.i.dp = v;
|
|
396
396
|
},
|
|
397
397
|
enumerable: false,
|
|
398
398
|
configurable: true
|
|
@@ -407,10 +407,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
407
407
|
* after the action has already been added will have no effect.
|
|
408
408
|
*/
|
|
409
409
|
get: function () {
|
|
410
|
-
return this.i.
|
|
410
|
+
return this.i.dl;
|
|
411
411
|
},
|
|
412
412
|
set: function (v) {
|
|
413
|
-
this.i.
|
|
413
|
+
this.i.dl = v;
|
|
414
414
|
},
|
|
415
415
|
enumerable: false,
|
|
416
416
|
configurable: true
|
|
@@ -427,30 +427,30 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
427
427
|
* overlaid onto the generated actions.
|
|
428
428
|
*/
|
|
429
429
|
get: function () {
|
|
430
|
-
return this.i.
|
|
430
|
+
return this.i.ep;
|
|
431
431
|
},
|
|
432
432
|
set: function (v) {
|
|
433
|
-
this.i.
|
|
433
|
+
this.i.ep = v;
|
|
434
434
|
},
|
|
435
435
|
enumerable: false,
|
|
436
436
|
configurable: true
|
|
437
437
|
});
|
|
438
438
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandId", {
|
|
439
439
|
get: function () {
|
|
440
|
-
return this.i.
|
|
440
|
+
return this.i.du;
|
|
441
441
|
},
|
|
442
442
|
set: function (v) {
|
|
443
|
-
this.i.
|
|
443
|
+
this.i.du = v;
|
|
444
444
|
},
|
|
445
445
|
enumerable: false,
|
|
446
446
|
configurable: true
|
|
447
447
|
});
|
|
448
448
|
Object.defineProperty(IgcToolActionComponent.prototype, "commandArgument", {
|
|
449
449
|
get: function () {
|
|
450
|
-
return this.i.
|
|
450
|
+
return this.i.dr;
|
|
451
451
|
},
|
|
452
452
|
set: function (v) {
|
|
453
|
-
this.i.
|
|
453
|
+
this.i.dr = v;
|
|
454
454
|
},
|
|
455
455
|
enumerable: false,
|
|
456
456
|
configurable: true
|
|
@@ -558,11 +558,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
558
558
|
* Gets the actual hover background used by the tool action.
|
|
559
559
|
*/
|
|
560
560
|
get: function () {
|
|
561
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.hc);
|
|
562
562
|
},
|
|
563
563
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
565
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
564
|
+
this.i.hc = stringToBrush(v);
|
|
565
|
+
this._a("actualHoverBackground", brushToString(this.i.hc));
|
|
566
566
|
},
|
|
567
567
|
enumerable: false,
|
|
568
568
|
configurable: true
|
|
@@ -572,11 +572,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
572
572
|
* Gets or sets the hover background for this tool action.
|
|
573
573
|
*/
|
|
574
574
|
get: function () {
|
|
575
|
-
return brushToString(this.i.
|
|
575
|
+
return brushToString(this.i.hk);
|
|
576
576
|
},
|
|
577
577
|
set: function (v) {
|
|
578
|
-
this.i.
|
|
579
|
-
this._a("hoverBackground", brushToString(this.i.
|
|
578
|
+
this.i.hk = stringToBrush(v);
|
|
579
|
+
this._a("hoverBackground", brushToString(this.i.hk));
|
|
580
580
|
},
|
|
581
581
|
enumerable: false,
|
|
582
582
|
configurable: true
|
|
@@ -586,11 +586,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
586
586
|
* Gets the actual background used by the tool action.
|
|
587
587
|
*/
|
|
588
588
|
get: function () {
|
|
589
|
-
return brushToString(this.i.
|
|
589
|
+
return brushToString(this.i.g9);
|
|
590
590
|
},
|
|
591
591
|
set: function (v) {
|
|
592
|
-
this.i.
|
|
593
|
-
this._a("actualBackground", brushToString(this.i.
|
|
592
|
+
this.i.g9 = stringToBrush(v);
|
|
593
|
+
this._a("actualBackground", brushToString(this.i.g9));
|
|
594
594
|
},
|
|
595
595
|
enumerable: false,
|
|
596
596
|
configurable: true
|
|
@@ -600,11 +600,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
600
600
|
* Gets or sets the background color of the tool action.
|
|
601
601
|
*/
|
|
602
602
|
get: function () {
|
|
603
|
-
return brushToString(this.i.
|
|
603
|
+
return brushToString(this.i.hh);
|
|
604
604
|
},
|
|
605
605
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
607
|
-
this._a("background", brushToString(this.i.
|
|
606
|
+
this.i.hh = stringToBrush(v);
|
|
607
|
+
this._a("background", brushToString(this.i.hh));
|
|
608
608
|
},
|
|
609
609
|
enumerable: false,
|
|
610
610
|
configurable: true
|
|
@@ -614,11 +614,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
614
614
|
* Gets the actual label text color.
|
|
615
615
|
*/
|
|
616
616
|
get: function () {
|
|
617
|
-
return brushToString(this.i.
|
|
617
|
+
return brushToString(this.i.hg);
|
|
618
618
|
},
|
|
619
619
|
set: function (v) {
|
|
620
|
-
this.i.
|
|
621
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
620
|
+
this.i.hg = stringToBrush(v);
|
|
621
|
+
this._a("actualTextColor", brushToString(this.i.hg));
|
|
622
622
|
},
|
|
623
623
|
enumerable: false,
|
|
624
624
|
configurable: true
|
|
@@ -628,11 +628,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
628
628
|
* Gets or sets the label text color.
|
|
629
629
|
*/
|
|
630
630
|
get: function () {
|
|
631
|
-
return brushToString(this.i.
|
|
631
|
+
return brushToString(this.i.ho);
|
|
632
632
|
},
|
|
633
633
|
set: function (v) {
|
|
634
|
-
this.i.
|
|
635
|
-
this._a("textColor", brushToString(this.i.
|
|
634
|
+
this.i.ho = stringToBrush(v);
|
|
635
|
+
this._a("textColor", brushToString(this.i.ho));
|
|
636
636
|
},
|
|
637
637
|
enumerable: false,
|
|
638
638
|
configurable: true
|
|
@@ -642,11 +642,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
642
642
|
* Gets the actual label text color.
|
|
643
643
|
*/
|
|
644
644
|
get: function () {
|
|
645
|
-
return brushToString(this.i.
|
|
645
|
+
return brushToString(this.i.hf);
|
|
646
646
|
},
|
|
647
647
|
set: function (v) {
|
|
648
|
-
this.i.
|
|
649
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
648
|
+
this.i.hf = stringToBrush(v);
|
|
649
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.hf));
|
|
650
650
|
},
|
|
651
651
|
enumerable: false,
|
|
652
652
|
configurable: true
|
|
@@ -656,11 +656,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
656
656
|
* Gets or sets the label text color.
|
|
657
657
|
*/
|
|
658
658
|
get: function () {
|
|
659
|
-
return brushToString(this.i.
|
|
659
|
+
return brushToString(this.i.hn);
|
|
660
660
|
},
|
|
661
661
|
set: function (v) {
|
|
662
|
-
this.i.
|
|
663
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
662
|
+
this.i.hn = stringToBrush(v);
|
|
663
|
+
this._a("subtitleTextColor", brushToString(this.i.hn));
|
|
664
664
|
},
|
|
665
665
|
enumerable: false,
|
|
666
666
|
configurable: true
|
|
@@ -670,11 +670,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
670
670
|
* Gets the actual label text color when the tool is disabled.
|
|
671
671
|
*/
|
|
672
672
|
get: function () {
|
|
673
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.ha);
|
|
674
674
|
},
|
|
675
675
|
set: function (v) {
|
|
676
|
-
this.i.
|
|
677
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
676
|
+
this.i.ha = stringToBrush(v);
|
|
677
|
+
this._a("actualDisabledTextColor", brushToString(this.i.ha));
|
|
678
678
|
},
|
|
679
679
|
enumerable: false,
|
|
680
680
|
configurable: true
|
|
@@ -684,11 +684,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
684
684
|
* Gets or sets the label text color when the tool is disabled.
|
|
685
685
|
*/
|
|
686
686
|
get: function () {
|
|
687
|
-
return brushToString(this.i.
|
|
687
|
+
return brushToString(this.i.hi);
|
|
688
688
|
},
|
|
689
689
|
set: function (v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
690
|
+
this.i.hi = stringToBrush(v);
|
|
691
|
+
this._a("disabledTextColor", brushToString(this.i.hi));
|
|
692
692
|
},
|
|
693
693
|
enumerable: false,
|
|
694
694
|
configurable: true
|
|
@@ -779,6 +779,28 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
779
779
|
enumerable: false,
|
|
780
780
|
configurable: true
|
|
781
781
|
});
|
|
782
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "actualAccentColor", {
|
|
783
|
+
get: function () {
|
|
784
|
+
return brushToString(this.i.g8);
|
|
785
|
+
},
|
|
786
|
+
set: function (v) {
|
|
787
|
+
this.i.g8 = stringToBrush(v);
|
|
788
|
+
this._a("actualAccentColor", brushToString(this.i.g8));
|
|
789
|
+
},
|
|
790
|
+
enumerable: false,
|
|
791
|
+
configurable: true
|
|
792
|
+
});
|
|
793
|
+
Object.defineProperty(IgcToolActionComponent.prototype, "accentColor", {
|
|
794
|
+
get: function () {
|
|
795
|
+
return brushToString(this.i.g7);
|
|
796
|
+
},
|
|
797
|
+
set: function (v) {
|
|
798
|
+
this.i.g7 = stringToBrush(v);
|
|
799
|
+
this._a("accentColor", brushToString(this.i.g7));
|
|
800
|
+
},
|
|
801
|
+
enumerable: false,
|
|
802
|
+
configurable: true
|
|
803
|
+
});
|
|
782
804
|
Object.defineProperty(IgcToolActionComponent.prototype, "density", {
|
|
783
805
|
/**
|
|
784
806
|
* Gets or sets the display density to use for the action.
|
|
@@ -809,10 +831,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
809
831
|
});
|
|
810
832
|
Object.defineProperty(IgcToolActionComponent.prototype, "name", {
|
|
811
833
|
get: function () {
|
|
812
|
-
return this.i.
|
|
834
|
+
return this.i.en;
|
|
813
835
|
},
|
|
814
836
|
set: function (v) {
|
|
815
|
-
this.i.
|
|
837
|
+
this.i.en = v;
|
|
816
838
|
},
|
|
817
839
|
enumerable: false,
|
|
818
840
|
configurable: true
|
|
@@ -822,10 +844,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
822
844
|
* Gets or sets the title of the tool.
|
|
823
845
|
*/
|
|
824
846
|
get: function () {
|
|
825
|
-
return this.i.
|
|
847
|
+
return this.i.e7;
|
|
826
848
|
},
|
|
827
849
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
850
|
+
this.i.e7 = v;
|
|
829
851
|
},
|
|
830
852
|
enumerable: false,
|
|
831
853
|
configurable: true
|
|
@@ -835,10 +857,10 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
835
857
|
* Gets or sets the subtitle of the tool.
|
|
836
858
|
*/
|
|
837
859
|
get: function () {
|
|
838
|
-
return this.i.
|
|
860
|
+
return this.i.e1;
|
|
839
861
|
},
|
|
840
862
|
set: function (v) {
|
|
841
|
-
this.i.
|
|
863
|
+
this.i.e1 = v;
|
|
842
864
|
},
|
|
843
865
|
enumerable: false,
|
|
844
866
|
configurable: true
|
|
@@ -848,31 +870,31 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
848
870
|
* Gets or sets the title horizontal alignment.
|
|
849
871
|
*/
|
|
850
872
|
get: function () {
|
|
851
|
-
return this.i.
|
|
873
|
+
return this.i.g5;
|
|
852
874
|
},
|
|
853
875
|
set: function (v) {
|
|
854
|
-
this.i.
|
|
855
|
-
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.
|
|
876
|
+
this.i.g5 = ensureEnum(HorizontalAlignment_$type, v);
|
|
877
|
+
this._a("titleHorizontalAlignment", enumToString(HorizontalAlignment_$type, this.i.g5));
|
|
856
878
|
},
|
|
857
879
|
enumerable: false,
|
|
858
880
|
configurable: true
|
|
859
881
|
});
|
|
860
882
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconName", {
|
|
861
883
|
get: function () {
|
|
862
|
-
return this.i.
|
|
884
|
+
return this.i.eb;
|
|
863
885
|
},
|
|
864
886
|
set: function (v) {
|
|
865
|
-
this.i.
|
|
887
|
+
this.i.eb = v;
|
|
866
888
|
},
|
|
867
889
|
enumerable: false,
|
|
868
890
|
configurable: true
|
|
869
891
|
});
|
|
870
892
|
Object.defineProperty(IgcToolActionComponent.prototype, "iconCollectionName", {
|
|
871
893
|
get: function () {
|
|
872
|
-
return this.i.
|
|
894
|
+
return this.i.d6;
|
|
873
895
|
},
|
|
874
896
|
set: function (v) {
|
|
875
|
-
this.i.
|
|
897
|
+
this.i.d6 = v;
|
|
876
898
|
},
|
|
877
899
|
enumerable: false,
|
|
878
900
|
configurable: true
|
|
@@ -938,11 +960,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
938
960
|
* Gets or sets the icon fill color.
|
|
939
961
|
*/
|
|
940
962
|
get: function () {
|
|
941
|
-
return brushToString(this.i.
|
|
963
|
+
return brushToString(this.i.hl);
|
|
942
964
|
},
|
|
943
965
|
set: function (v) {
|
|
944
|
-
this.i.
|
|
945
|
-
this._a("iconFill", brushToString(this.i.
|
|
966
|
+
this.i.hl = stringToBrush(v);
|
|
967
|
+
this._a("iconFill", brushToString(this.i.hl));
|
|
946
968
|
},
|
|
947
969
|
enumerable: false,
|
|
948
970
|
configurable: true
|
|
@@ -952,11 +974,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
952
974
|
* Gets the actual icon fill color.
|
|
953
975
|
*/
|
|
954
976
|
get: function () {
|
|
955
|
-
return brushToString(this.i.
|
|
977
|
+
return brushToString(this.i.hd);
|
|
956
978
|
},
|
|
957
979
|
set: function (v) {
|
|
958
|
-
this.i.
|
|
959
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
980
|
+
this.i.hd = stringToBrush(v);
|
|
981
|
+
this._a("actualIconFill", brushToString(this.i.hd));
|
|
960
982
|
},
|
|
961
983
|
enumerable: false,
|
|
962
984
|
configurable: true
|
|
@@ -980,11 +1002,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
980
1002
|
* Gets or sets the icon stroke color.
|
|
981
1003
|
*/
|
|
982
1004
|
get: function () {
|
|
983
|
-
return brushToString(this.i.
|
|
1005
|
+
return brushToString(this.i.hm);
|
|
984
1006
|
},
|
|
985
1007
|
set: function (v) {
|
|
986
|
-
this.i.
|
|
987
|
-
this._a("iconStroke", brushToString(this.i.
|
|
1008
|
+
this.i.hm = stringToBrush(v);
|
|
1009
|
+
this._a("iconStroke", brushToString(this.i.hm));
|
|
988
1010
|
},
|
|
989
1011
|
enumerable: false,
|
|
990
1012
|
configurable: true
|
|
@@ -994,11 +1016,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
994
1016
|
* Gets the actual icon stroke color.
|
|
995
1017
|
*/
|
|
996
1018
|
get: function () {
|
|
997
|
-
return brushToString(this.i.
|
|
1019
|
+
return brushToString(this.i.he);
|
|
998
1020
|
},
|
|
999
1021
|
set: function (v) {
|
|
1000
|
-
this.i.
|
|
1001
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
1022
|
+
this.i.he = stringToBrush(v);
|
|
1023
|
+
this._a("actualIconStroke", brushToString(this.i.he));
|
|
1002
1024
|
},
|
|
1003
1025
|
enumerable: false,
|
|
1004
1026
|
configurable: true
|
|
@@ -1092,11 +1114,11 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
1092
1114
|
* Gets or sets the tool action visibility.
|
|
1093
1115
|
*/
|
|
1094
1116
|
get: function () {
|
|
1095
|
-
return this.i.
|
|
1117
|
+
return this.i.hp;
|
|
1096
1118
|
},
|
|
1097
1119
|
set: function (v) {
|
|
1098
|
-
this.i.
|
|
1099
|
-
this._a("visibility", enumToString(Visibility_$type, this.i.
|
|
1120
|
+
this.i.hp = ensureEnum(Visibility_$type, v);
|
|
1121
|
+
this._a("visibility", enumToString(Visibility_$type, this.i.hp));
|
|
1100
1122
|
},
|
|
1101
1123
|
enumerable: false,
|
|
1102
1124
|
configurable: true
|
|
@@ -1161,22 +1183,22 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
1161
1183
|
});
|
|
1162
1184
|
Object.defineProperty(IgcToolActionComponent.prototype, "highlightColor", {
|
|
1163
1185
|
get: function () {
|
|
1164
|
-
return brushToString(this.i.
|
|
1186
|
+
return brushToString(this.i.hj);
|
|
1165
1187
|
},
|
|
1166
1188
|
set: function (v) {
|
|
1167
|
-
this.i.
|
|
1168
|
-
this._a("highlightColor", brushToString(this.i.
|
|
1189
|
+
this.i.hj = stringToBrush(v);
|
|
1190
|
+
this._a("highlightColor", brushToString(this.i.hj));
|
|
1169
1191
|
},
|
|
1170
1192
|
enumerable: false,
|
|
1171
1193
|
configurable: true
|
|
1172
1194
|
});
|
|
1173
1195
|
Object.defineProperty(IgcToolActionComponent.prototype, "actualHighlightColor", {
|
|
1174
1196
|
get: function () {
|
|
1175
|
-
return brushToString(this.i.
|
|
1197
|
+
return brushToString(this.i.hb);
|
|
1176
1198
|
},
|
|
1177
1199
|
set: function (v) {
|
|
1178
|
-
this.i.
|
|
1179
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
1200
|
+
this.i.hb = stringToBrush(v);
|
|
1201
|
+
this._a("actualHighlightColor", brushToString(this.i.hb));
|
|
1180
1202
|
},
|
|
1181
1203
|
enumerable: false,
|
|
1182
1204
|
configurable: true
|
|
@@ -1253,17 +1275,17 @@ export var IgcToolActionComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
1253
1275
|
this._inStyling = false;
|
|
1254
1276
|
};
|
|
1255
1277
|
IgcToolActionComponent.prototype.openSubMenu = function () {
|
|
1256
|
-
this.i.
|
|
1278
|
+
this.i.gh();
|
|
1257
1279
|
};
|
|
1258
1280
|
IgcToolActionComponent.prototype.closeSubmenu = function () {
|
|
1259
|
-
this.i.
|
|
1281
|
+
this.i.ff();
|
|
1260
1282
|
};
|
|
1261
1283
|
IgcToolActionComponent.prototype.exportVisualData = function () {
|
|
1262
1284
|
var iv = this.i.cr();
|
|
1263
1285
|
return (iv);
|
|
1264
1286
|
};
|
|
1265
1287
|
IgcToolActionComponent.prototype.exportSerializedVisualData = function () {
|
|
1266
|
-
var iv = this.i.
|
|
1288
|
+
var iv = this.i.d0();
|
|
1267
1289
|
return (iv);
|
|
1268
1290
|
};
|
|
1269
1291
|
Object.defineProperty(IgcToolActionComponent.prototype, "onCommand", {
|