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
|
@@ -656,21 +656,21 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
656
656
|
case 19:
|
|
657
657
|
case 1:
|
|
658
658
|
let d = new ToolActionNumberInput();
|
|
659
|
-
d.
|
|
660
|
-
d.
|
|
659
|
+
d.hs = b.ar != null ? b.ar : NaN;
|
|
660
|
+
d.e7 = this.bm(b);
|
|
661
661
|
c = d;
|
|
662
662
|
if (b.a4 != null) {
|
|
663
|
-
c.
|
|
663
|
+
c.e1 = b.a4;
|
|
664
664
|
}
|
|
665
665
|
break;
|
|
666
666
|
case 4:
|
|
667
667
|
case 5:
|
|
668
668
|
let e = new ToolActionColorEditor();
|
|
669
|
-
e.
|
|
670
|
-
e.
|
|
669
|
+
e.hw = CSSColorUtil.g(b.ar);
|
|
670
|
+
e.e7 = this.bm(b);
|
|
671
671
|
c = e;
|
|
672
672
|
if (b.a4 != null) {
|
|
673
|
-
c.
|
|
673
|
+
c.e1 = b.a4;
|
|
674
674
|
}
|
|
675
675
|
break;
|
|
676
676
|
case 11:
|
|
@@ -682,20 +682,20 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
682
682
|
case 6:
|
|
683
683
|
case 23:
|
|
684
684
|
let f = new ToolActionTextInput();
|
|
685
|
-
f.
|
|
686
|
-
f.
|
|
685
|
+
f.hs = b.ar;
|
|
686
|
+
f.e7 = this.bm(b);
|
|
687
687
|
c = f;
|
|
688
688
|
if (b.a4 != null) {
|
|
689
|
-
c.
|
|
689
|
+
c.e1 = b.a4;
|
|
690
690
|
}
|
|
691
691
|
break;
|
|
692
692
|
case 7:
|
|
693
693
|
let g = new ToolActionCheckbox();
|
|
694
|
-
g.
|
|
695
|
-
g.
|
|
694
|
+
g.hr = b.ar != null ? b.ar : false;
|
|
695
|
+
g.e7 = this.bm(b);
|
|
696
696
|
c = g;
|
|
697
697
|
if (b.a4 != null) {
|
|
698
|
-
c.
|
|
698
|
+
c.e1 = b.a4;
|
|
699
699
|
}
|
|
700
700
|
break;
|
|
701
701
|
case 8:
|
|
@@ -708,38 +708,38 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
708
708
|
case 15:
|
|
709
709
|
let h = new ToolActionCombo();
|
|
710
710
|
h.itemsSource = this.a4(this.c(b));
|
|
711
|
-
h.
|
|
711
|
+
h.e7 = this.bm(b);
|
|
712
712
|
c = h;
|
|
713
713
|
if (b.a4 != null) {
|
|
714
|
-
c.
|
|
714
|
+
c.e1 = b.a4;
|
|
715
715
|
}
|
|
716
716
|
if (b.ar != null) {
|
|
717
|
-
h.
|
|
718
|
-
h.
|
|
717
|
+
h.hq = new LayoutSelectedItemsCollection();
|
|
718
|
+
h.hq.add1(b.ar);
|
|
719
719
|
}
|
|
720
720
|
break;
|
|
721
721
|
case 20:
|
|
722
722
|
let i = new ToolActionButton();
|
|
723
|
-
i.
|
|
723
|
+
i.e7 = this.bm(b);
|
|
724
724
|
if (b.ar != null && typeof b.ar === 'string') {
|
|
725
|
-
i.
|
|
725
|
+
i.e7 = b.ar;
|
|
726
726
|
}
|
|
727
727
|
c = i;
|
|
728
728
|
if (b.a4 != null) {
|
|
729
|
-
c.
|
|
729
|
+
c.e1 = b.a4;
|
|
730
730
|
}
|
|
731
731
|
break;
|
|
732
732
|
case 24:
|
|
733
733
|
let j = new ToolActionSeparator();
|
|
734
|
-
j.
|
|
734
|
+
j.hs = 5;
|
|
735
735
|
c = j;
|
|
736
736
|
break;
|
|
737
737
|
case 25:
|
|
738
738
|
let k = new ToolActionGroupHeader();
|
|
739
739
|
c = k;
|
|
740
|
-
c.
|
|
740
|
+
c.e7 = this.bm(b);
|
|
741
741
|
if (b.a4 != null) {
|
|
742
|
-
c.
|
|
742
|
+
c.e1 = b.a4;
|
|
743
743
|
}
|
|
744
744
|
break;
|
|
745
745
|
default: return null;
|
|
@@ -758,8 +758,8 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
758
758
|
if (c == null) {
|
|
759
759
|
return null;
|
|
760
760
|
}
|
|
761
|
-
c.
|
|
762
|
-
this.aq.item(c.
|
|
761
|
+
c.en = this.be + "_" + l;
|
|
762
|
+
this.aq.item(c.en, b);
|
|
763
763
|
return c;
|
|
764
764
|
}
|
|
765
765
|
bl(a) {
|
|
@@ -1098,8 +1098,8 @@ let PropertyEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
}
|
|
1100
1100
|
PropertyEditorPanel.$t = /*@__PURE__*/ markType(PropertyEditorPanel, 'PropertyEditorPanel', Base.$, [INotifyPropertyChanged_$type]);
|
|
1101
|
-
PropertyEditorPanel.cp = /*@__PURE__*/ BrushUtil.
|
|
1102
|
-
PropertyEditorPanel.cq = /*@__PURE__*/ BrushUtil.
|
|
1101
|
+
PropertyEditorPanel.cp = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
|
|
1102
|
+
PropertyEditorPanel.cq = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
1103
1103
|
return PropertyEditorPanel;
|
|
1104
1104
|
})();
|
|
1105
1105
|
export { PropertyEditorPanel };
|
|
@@ -87,8 +87,8 @@ let TooltipTextPresenter = /*@__PURE__*/ (() => {
|
|
|
87
87
|
this.d = null;
|
|
88
88
|
this.h = DeviceUtils.g(42);
|
|
89
89
|
this.ab = new Thickness(1, 20, 0, 20, 0);
|
|
90
|
-
this.w = BrushUtil.
|
|
91
|
-
this.x = BrushUtil.
|
|
90
|
+
this.w = BrushUtil.l(255, 237, 239, 245);
|
|
91
|
+
this.x = BrushUtil.l(255, 0, 0, 0);
|
|
92
92
|
this.k = "";
|
|
93
93
|
this.a = TooltipTextPresenter.c();
|
|
94
94
|
this.g = NaN;
|
|
@@ -66,21 +66,21 @@ let IgcToolActionButtonComponent = /*@__PURE__*/ (() => {
|
|
|
66
66
|
* Gets or sets the display type for the button.
|
|
67
67
|
*/
|
|
68
68
|
get displayType() {
|
|
69
|
-
return this.i.
|
|
69
|
+
return this.i.hq;
|
|
70
70
|
}
|
|
71
71
|
set displayType(v) {
|
|
72
|
-
this.i.
|
|
73
|
-
this._a("displayType", enumToString(ToolActionButtonDisplayType_$type, this.i.
|
|
72
|
+
this.i.hq = ensureEnum(ToolActionButtonDisplayType_$type, v);
|
|
73
|
+
this._a("displayType", enumToString(ToolActionButtonDisplayType_$type, this.i.hq));
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the button corner radius.
|
|
77
77
|
*/
|
|
78
78
|
get cornerRadius() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.hu;
|
|
80
80
|
}
|
|
81
81
|
set cornerRadius(v) {
|
|
82
|
-
this.i.
|
|
83
|
-
this._a("cornerRadius", this.i.
|
|
82
|
+
this.i.hu = +v;
|
|
83
|
+
this._a("cornerRadius", this.i.hu);
|
|
84
84
|
}
|
|
85
85
|
exportVisualData() {
|
|
86
86
|
let iv = this.i.cr();
|
|
@@ -63,333 +63,333 @@ let IgcToolActionButtonPairComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
get leftIsSelected() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.id;
|
|
67
67
|
}
|
|
68
68
|
set leftIsSelected(v) {
|
|
69
|
-
this.i.
|
|
70
|
-
this._a("leftIsSelected", this.i.
|
|
69
|
+
this.i.id = ensureBool(v);
|
|
70
|
+
this._a("leftIsSelected", this.i.id);
|
|
71
71
|
}
|
|
72
72
|
get rightIsSelected() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.ih;
|
|
74
74
|
}
|
|
75
75
|
set rightIsSelected(v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("rightIsSelected", this.i.
|
|
76
|
+
this.i.ih = ensureBool(v);
|
|
77
|
+
this._a("rightIsSelected", this.i.ih);
|
|
78
78
|
}
|
|
79
79
|
get leftIsDisabled() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.ic;
|
|
81
81
|
}
|
|
82
82
|
set leftIsDisabled(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("leftIsDisabled", this.i.
|
|
83
|
+
this.i.ic = ensureBool(v);
|
|
84
|
+
this._a("leftIsDisabled", this.i.ic);
|
|
85
85
|
}
|
|
86
86
|
get rightIsDisabled() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.ig;
|
|
88
88
|
}
|
|
89
89
|
set rightIsDisabled(v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("rightIsDisabled", this.i.
|
|
90
|
+
this.i.ig = ensureBool(v);
|
|
91
|
+
this._a("rightIsDisabled", this.i.ig);
|
|
92
92
|
}
|
|
93
93
|
get leftIconName() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.i9;
|
|
95
95
|
}
|
|
96
96
|
set leftIconName(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.i9 = v;
|
|
98
98
|
}
|
|
99
99
|
get leftCommandArgument() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.i3;
|
|
101
101
|
}
|
|
102
102
|
set leftCommandArgument(v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.i3 = v;
|
|
104
104
|
}
|
|
105
105
|
get isToggleDisabled() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.ib;
|
|
107
107
|
}
|
|
108
108
|
set isToggleDisabled(v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("isToggleDisabled", this.i.
|
|
109
|
+
this.i.ib = ensureBool(v);
|
|
110
|
+
this._a("isToggleDisabled", this.i.ib);
|
|
111
111
|
}
|
|
112
112
|
get leftIconCollectionName() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.i5;
|
|
114
114
|
}
|
|
115
115
|
set leftIconCollectionName(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.i5 = v;
|
|
117
117
|
}
|
|
118
118
|
/**
|
|
119
119
|
* Gets or sets the LeftIcon viewbox left.
|
|
120
120
|
*/
|
|
121
121
|
get leftIconViewBoxLeft() {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.io;
|
|
123
123
|
}
|
|
124
124
|
set leftIconViewBoxLeft(v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("leftIconViewBoxLeft", this.i.
|
|
125
|
+
this.i.io = +v;
|
|
126
|
+
this._a("leftIconViewBoxLeft", this.i.io);
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
129
|
* Gets or sets the LeftIcon viewbox top.
|
|
130
130
|
*/
|
|
131
131
|
get leftIconViewBoxTop() {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.ip;
|
|
133
133
|
}
|
|
134
134
|
set leftIconViewBoxTop(v) {
|
|
135
|
-
this.i.
|
|
136
|
-
this._a("leftIconViewBoxTop", this.i.
|
|
135
|
+
this.i.ip = +v;
|
|
136
|
+
this._a("leftIconViewBoxTop", this.i.ip);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Gets or sets the LeftIcon viewbox width.
|
|
140
140
|
*/
|
|
141
141
|
get leftIconViewBoxWidth() {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.iq;
|
|
143
143
|
}
|
|
144
144
|
set leftIconViewBoxWidth(v) {
|
|
145
|
-
this.i.
|
|
146
|
-
this._a("leftIconViewBoxWidth", this.i.
|
|
145
|
+
this.i.iq = +v;
|
|
146
|
+
this._a("leftIconViewBoxWidth", this.i.iq);
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
149
|
* Gets or sets the LeftIcon viewbox height.
|
|
150
150
|
*/
|
|
151
151
|
get leftIconViewBoxHeight() {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.im;
|
|
153
153
|
}
|
|
154
154
|
set leftIconViewBoxHeight(v) {
|
|
155
|
-
this.i.
|
|
156
|
-
this._a("leftIconViewBoxHeight", this.i.
|
|
155
|
+
this.i.im = +v;
|
|
156
|
+
this._a("leftIconViewBoxHeight", this.i.im);
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
159
|
* Gets or sets the LeftIcon fill color.
|
|
160
160
|
*/
|
|
161
161
|
get leftIconFill() {
|
|
162
|
-
return brushToString(this.i.
|
|
162
|
+
return brushToString(this.i.kc);
|
|
163
163
|
}
|
|
164
164
|
set leftIconFill(v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("leftIconFill", brushToString(this.i.
|
|
165
|
+
this.i.kc = stringToBrush(v);
|
|
166
|
+
this._a("leftIconFill", brushToString(this.i.kc));
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
169
|
* Gets the actual LeftIcon fill color.
|
|
170
170
|
*/
|
|
171
171
|
get actualLeftIconFill() {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.j8);
|
|
173
173
|
}
|
|
174
174
|
set actualLeftIconFill(v) {
|
|
175
|
-
this.i.
|
|
176
|
-
this._a("actualLeftIconFill", brushToString(this.i.
|
|
175
|
+
this.i.j8 = stringToBrush(v);
|
|
176
|
+
this._a("actualLeftIconFill", brushToString(this.i.j8));
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Gets or sets the LeftIcon fill colors.
|
|
180
180
|
*/
|
|
181
181
|
get leftIconFillColors() {
|
|
182
|
-
return fromBrushCollection(this.i.
|
|
182
|
+
return fromBrushCollection(this.i.hs);
|
|
183
183
|
}
|
|
184
184
|
set leftIconFillColors(v) {
|
|
185
|
-
this.i.
|
|
186
|
-
this._a("leftIconFillColors", brushCollectionToString(this.i.
|
|
185
|
+
this.i.hs = toBrushCollection(v);
|
|
186
|
+
this._a("leftIconFillColors", brushCollectionToString(this.i.hs));
|
|
187
187
|
}
|
|
188
188
|
/**
|
|
189
189
|
* Gets or sets the LeftIcon stroke color.
|
|
190
190
|
*/
|
|
191
191
|
get leftIconStroke() {
|
|
192
|
-
return brushToString(this.i.
|
|
192
|
+
return brushToString(this.i.kd);
|
|
193
193
|
}
|
|
194
194
|
set leftIconStroke(v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("leftIconStroke", brushToString(this.i.
|
|
195
|
+
this.i.kd = stringToBrush(v);
|
|
196
|
+
this._a("leftIconStroke", brushToString(this.i.kd));
|
|
197
197
|
}
|
|
198
198
|
/**
|
|
199
199
|
* Gets the actual LeftIcon stroke color.
|
|
200
200
|
*/
|
|
201
201
|
get actualLeftIconStroke() {
|
|
202
|
-
return brushToString(this.i.
|
|
202
|
+
return brushToString(this.i.j9);
|
|
203
203
|
}
|
|
204
204
|
set actualLeftIconStroke(v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("actualLeftIconStroke", brushToString(this.i.
|
|
205
|
+
this.i.j9 = stringToBrush(v);
|
|
206
|
+
this._a("actualLeftIconStroke", brushToString(this.i.j9));
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
* Gets or sets the LeftIcon stroke colors.
|
|
210
210
|
*/
|
|
211
211
|
get leftIconStrokeColors() {
|
|
212
|
-
return fromBrushCollection(this.i.
|
|
212
|
+
return fromBrushCollection(this.i.ht);
|
|
213
213
|
}
|
|
214
214
|
set leftIconStrokeColors(v) {
|
|
215
|
-
this.i.
|
|
216
|
-
this._a("leftIconStrokeColors", brushCollectionToString(this.i.
|
|
215
|
+
this.i.ht = toBrushCollection(v);
|
|
216
|
+
this._a("leftIconStrokeColors", brushCollectionToString(this.i.ht));
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* Gets or sets the LeftIcon viewbox width.
|
|
220
220
|
*/
|
|
221
221
|
get leftIconStrokeWidth() {
|
|
222
|
-
return this.i.
|
|
222
|
+
return this.i.il;
|
|
223
223
|
}
|
|
224
224
|
set leftIconStrokeWidth(v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("leftIconStrokeWidth", this.i.
|
|
225
|
+
this.i.il = +v;
|
|
226
|
+
this._a("leftIconStrokeWidth", this.i.il);
|
|
227
227
|
}
|
|
228
228
|
/**
|
|
229
229
|
* Gets or sets the title of the left button.
|
|
230
230
|
*/
|
|
231
231
|
get leftTitle() {
|
|
232
|
-
return this.i.
|
|
232
|
+
return this.i.jk;
|
|
233
233
|
}
|
|
234
234
|
set leftTitle(v) {
|
|
235
|
-
this.i.
|
|
235
|
+
this.i.jk = v;
|
|
236
236
|
}
|
|
237
237
|
get rightIconName() {
|
|
238
|
-
return this.i.
|
|
238
|
+
return this.i.js;
|
|
239
239
|
}
|
|
240
240
|
set rightIconName(v) {
|
|
241
|
-
this.i.
|
|
241
|
+
this.i.js = v;
|
|
242
242
|
}
|
|
243
243
|
get rightCommandArgument() {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.jm;
|
|
245
245
|
}
|
|
246
246
|
set rightCommandArgument(v) {
|
|
247
|
-
this.i.
|
|
247
|
+
this.i.jm = v;
|
|
248
248
|
}
|
|
249
249
|
get rightIconCollectionName() {
|
|
250
|
-
return this.i.
|
|
250
|
+
return this.i.jo;
|
|
251
251
|
}
|
|
252
252
|
set rightIconCollectionName(v) {
|
|
253
|
-
this.i.
|
|
253
|
+
this.i.jo = v;
|
|
254
254
|
}
|
|
255
255
|
/**
|
|
256
256
|
* Gets or sets the RightIcon viewbox left.
|
|
257
257
|
*/
|
|
258
258
|
get rightIconViewBoxLeft() {
|
|
259
|
-
return this.i.
|
|
259
|
+
return this.i.it;
|
|
260
260
|
}
|
|
261
261
|
set rightIconViewBoxLeft(v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("rightIconViewBoxLeft", this.i.
|
|
262
|
+
this.i.it = +v;
|
|
263
|
+
this._a("rightIconViewBoxLeft", this.i.it);
|
|
264
264
|
}
|
|
265
265
|
/**
|
|
266
266
|
* Gets or sets the RightIcon viewbox top.
|
|
267
267
|
*/
|
|
268
268
|
get rightIconViewBoxTop() {
|
|
269
|
-
return this.i.
|
|
269
|
+
return this.i.iu;
|
|
270
270
|
}
|
|
271
271
|
set rightIconViewBoxTop(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("rightIconViewBoxTop", this.i.
|
|
272
|
+
this.i.iu = +v;
|
|
273
|
+
this._a("rightIconViewBoxTop", this.i.iu);
|
|
274
274
|
}
|
|
275
275
|
/**
|
|
276
276
|
* Gets or sets the RightIcon viewbox width.
|
|
277
277
|
*/
|
|
278
278
|
get rightIconViewBoxWidth() {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.iv;
|
|
280
280
|
}
|
|
281
281
|
set rightIconViewBoxWidth(v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("rightIconViewBoxWidth", this.i.
|
|
282
|
+
this.i.iv = +v;
|
|
283
|
+
this._a("rightIconViewBoxWidth", this.i.iv);
|
|
284
284
|
}
|
|
285
285
|
/**
|
|
286
286
|
* Gets or sets the RightIcon viewbox height.
|
|
287
287
|
*/
|
|
288
288
|
get rightIconViewBoxHeight() {
|
|
289
|
-
return this.i.
|
|
289
|
+
return this.i.is;
|
|
290
290
|
}
|
|
291
291
|
set rightIconViewBoxHeight(v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("rightIconViewBoxHeight", this.i.
|
|
292
|
+
this.i.is = +v;
|
|
293
|
+
this._a("rightIconViewBoxHeight", this.i.is);
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
* Gets or sets the RightIcon fill color.
|
|
297
297
|
*/
|
|
298
298
|
get rightIconFill() {
|
|
299
|
-
return brushToString(this.i.
|
|
299
|
+
return brushToString(this.i.ke);
|
|
300
300
|
}
|
|
301
301
|
set rightIconFill(v) {
|
|
302
|
-
this.i.
|
|
303
|
-
this._a("rightIconFill", brushToString(this.i.
|
|
302
|
+
this.i.ke = stringToBrush(v);
|
|
303
|
+
this._a("rightIconFill", brushToString(this.i.ke));
|
|
304
304
|
}
|
|
305
305
|
/**
|
|
306
306
|
* Gets the actual RightIcon fill color.
|
|
307
307
|
*/
|
|
308
308
|
get actualRightIconFill() {
|
|
309
|
-
return brushToString(this.i.
|
|
309
|
+
return brushToString(this.i.ka);
|
|
310
310
|
}
|
|
311
311
|
set actualRightIconFill(v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("actualRightIconFill", brushToString(this.i.
|
|
312
|
+
this.i.ka = stringToBrush(v);
|
|
313
|
+
this._a("actualRightIconFill", brushToString(this.i.ka));
|
|
314
314
|
}
|
|
315
315
|
/**
|
|
316
316
|
* Gets or sets the RightIcon fill colors.
|
|
317
317
|
*/
|
|
318
318
|
get rightIconFillColors() {
|
|
319
|
-
return fromBrushCollection(this.i.
|
|
319
|
+
return fromBrushCollection(this.i.hu);
|
|
320
320
|
}
|
|
321
321
|
set rightIconFillColors(v) {
|
|
322
|
-
this.i.
|
|
323
|
-
this._a("rightIconFillColors", brushCollectionToString(this.i.
|
|
322
|
+
this.i.hu = toBrushCollection(v);
|
|
323
|
+
this._a("rightIconFillColors", brushCollectionToString(this.i.hu));
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
326
|
* Gets or sets the RightIcon stroke color.
|
|
327
327
|
*/
|
|
328
328
|
get rightIconStroke() {
|
|
329
|
-
return brushToString(this.i.
|
|
329
|
+
return brushToString(this.i.kf);
|
|
330
330
|
}
|
|
331
331
|
set rightIconStroke(v) {
|
|
332
|
-
this.i.
|
|
333
|
-
this._a("rightIconStroke", brushToString(this.i.
|
|
332
|
+
this.i.kf = stringToBrush(v);
|
|
333
|
+
this._a("rightIconStroke", brushToString(this.i.kf));
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* Gets the actual RightIcon stroke color.
|
|
337
337
|
*/
|
|
338
338
|
get actualRightIconStroke() {
|
|
339
|
-
return brushToString(this.i.
|
|
339
|
+
return brushToString(this.i.kb);
|
|
340
340
|
}
|
|
341
341
|
set actualRightIconStroke(v) {
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("actualRightIconStroke", brushToString(this.i.
|
|
342
|
+
this.i.kb = stringToBrush(v);
|
|
343
|
+
this._a("actualRightIconStroke", brushToString(this.i.kb));
|
|
344
344
|
}
|
|
345
345
|
/**
|
|
346
346
|
* Gets or sets the RightIcon stroke colors.
|
|
347
347
|
*/
|
|
348
348
|
get rightIconStrokeColors() {
|
|
349
|
-
return fromBrushCollection(this.i.
|
|
349
|
+
return fromBrushCollection(this.i.hv);
|
|
350
350
|
}
|
|
351
351
|
set rightIconStrokeColors(v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("rightIconStrokeColors", brushCollectionToString(this.i.
|
|
352
|
+
this.i.hv = toBrushCollection(v);
|
|
353
|
+
this._a("rightIconStrokeColors", brushCollectionToString(this.i.hv));
|
|
354
354
|
}
|
|
355
355
|
/**
|
|
356
356
|
* Gets or sets the RightIcon viewbox width.
|
|
357
357
|
*/
|
|
358
358
|
get rightIconStrokeWidth() {
|
|
359
|
-
return this.i.
|
|
359
|
+
return this.i.ir;
|
|
360
360
|
}
|
|
361
361
|
set rightIconStrokeWidth(v) {
|
|
362
|
-
this.i.
|
|
363
|
-
this._a("rightIconStrokeWidth", this.i.
|
|
362
|
+
this.i.ir = +v;
|
|
363
|
+
this._a("rightIconStrokeWidth", this.i.ir);
|
|
364
364
|
}
|
|
365
365
|
/**
|
|
366
366
|
* Gets or sets the title of the Right button.
|
|
367
367
|
*/
|
|
368
368
|
get rightTitle() {
|
|
369
|
-
return this.i.
|
|
369
|
+
return this.i.j3;
|
|
370
370
|
}
|
|
371
371
|
set rightTitle(v) {
|
|
372
|
-
this.i.
|
|
372
|
+
this.i.j3 = v;
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
375
|
* Gets or sets the display type for the button.
|
|
376
376
|
*/
|
|
377
377
|
get displayType() {
|
|
378
|
-
return this.i.
|
|
378
|
+
return this.i.hw;
|
|
379
379
|
}
|
|
380
380
|
set displayType(v) {
|
|
381
|
-
this.i.
|
|
382
|
-
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.
|
|
381
|
+
this.i.hw = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
|
|
382
|
+
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.hw));
|
|
383
383
|
}
|
|
384
384
|
/**
|
|
385
385
|
* Gets or sets the button corner radius.
|
|
386
386
|
*/
|
|
387
387
|
get cornerRadius() {
|
|
388
|
-
return this.i.
|
|
388
|
+
return this.i.ii;
|
|
389
389
|
}
|
|
390
390
|
set cornerRadius(v) {
|
|
391
|
-
this.i.
|
|
392
|
-
this._a("cornerRadius", this.i.
|
|
391
|
+
this.i.ii = +v;
|
|
392
|
+
this._a("cornerRadius", this.i.ii);
|
|
393
393
|
}
|
|
394
394
|
exportVisualData() {
|
|
395
395
|
let iv = this.i.cr();
|