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
|
@@ -76,11 +76,11 @@ var IgcToolActionButtonComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
76
76
|
* Gets or sets the display type for the button.
|
|
77
77
|
*/
|
|
78
78
|
get: function () {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.hl;
|
|
80
80
|
},
|
|
81
81
|
set: function (v) {
|
|
82
|
-
this.i.
|
|
83
|
-
this._a("displayType", enumToString(ToolActionButtonDisplayType_$type, this.i.
|
|
82
|
+
this.i.hl = ensureEnum(ToolActionButtonDisplayType_$type, v);
|
|
83
|
+
this._a("displayType", enumToString(ToolActionButtonDisplayType_$type, this.i.hl));
|
|
84
84
|
},
|
|
85
85
|
enumerable: false,
|
|
86
86
|
configurable: true
|
|
@@ -90,11 +90,11 @@ var IgcToolActionButtonComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
90
90
|
* Gets or sets the button corner radius.
|
|
91
91
|
*/
|
|
92
92
|
get: function () {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.hp;
|
|
94
94
|
},
|
|
95
95
|
set: function (v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("cornerRadius", this.i.
|
|
96
|
+
this.i.hp = +v;
|
|
97
|
+
this._a("cornerRadius", this.i.hp);
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -73,85 +73,85 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
73
73
|
};
|
|
74
74
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "leftIsSelected", {
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.h8;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
80
|
-
this._a("leftIsSelected", this.i.
|
|
79
|
+
this.i.h8 = ensureBool(v);
|
|
80
|
+
this._a("leftIsSelected", this.i.h8);
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
84
84
|
});
|
|
85
85
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "rightIsSelected", {
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.ib;
|
|
88
88
|
},
|
|
89
89
|
set: function (v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("rightIsSelected", this.i.
|
|
90
|
+
this.i.ib = ensureBool(v);
|
|
91
|
+
this._a("rightIsSelected", this.i.ib);
|
|
92
92
|
},
|
|
93
93
|
enumerable: false,
|
|
94
94
|
configurable: true
|
|
95
95
|
});
|
|
96
96
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "leftIsDisabled", {
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.h7;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("leftIsDisabled", this.i.
|
|
101
|
+
this.i.h7 = ensureBool(v);
|
|
102
|
+
this._a("leftIsDisabled", this.i.h7);
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
106
106
|
});
|
|
107
107
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "rightIsDisabled", {
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.ia;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
113
|
-
this._a("rightIsDisabled", this.i.
|
|
112
|
+
this.i.ia = ensureBool(v);
|
|
113
|
+
this._a("rightIsDisabled", this.i.ia);
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "leftIconName", {
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.i4;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.i4 = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "leftCommandArgument", {
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.iy;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
133
|
+
this.i.iy = v;
|
|
134
134
|
},
|
|
135
135
|
enumerable: false,
|
|
136
136
|
configurable: true
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "isToggleDisabled", {
|
|
139
139
|
get: function () {
|
|
140
|
-
return this.i.
|
|
140
|
+
return this.i.h6;
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
|
-
this.i.
|
|
144
|
-
this._a("isToggleDisabled", this.i.
|
|
143
|
+
this.i.h6 = ensureBool(v);
|
|
144
|
+
this._a("isToggleDisabled", this.i.h6);
|
|
145
145
|
},
|
|
146
146
|
enumerable: false,
|
|
147
147
|
configurable: true
|
|
148
148
|
});
|
|
149
149
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "leftIconCollectionName", {
|
|
150
150
|
get: function () {
|
|
151
|
-
return this.i.
|
|
151
|
+
return this.i.i0;
|
|
152
152
|
},
|
|
153
153
|
set: function (v) {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.i0 = v;
|
|
155
155
|
},
|
|
156
156
|
enumerable: false,
|
|
157
157
|
configurable: true
|
|
@@ -161,11 +161,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
161
161
|
* Gets or sets the LeftIcon viewbox left.
|
|
162
162
|
*/
|
|
163
163
|
get: function () {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.ii;
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("leftIconViewBoxLeft", this.i.
|
|
167
|
+
this.i.ii = +v;
|
|
168
|
+
this._a("leftIconViewBoxLeft", this.i.ii);
|
|
169
169
|
},
|
|
170
170
|
enumerable: false,
|
|
171
171
|
configurable: true
|
|
@@ -175,11 +175,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
175
175
|
* Gets or sets the LeftIcon viewbox top.
|
|
176
176
|
*/
|
|
177
177
|
get: function () {
|
|
178
|
-
return this.i.
|
|
178
|
+
return this.i.ij;
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("leftIconViewBoxTop", this.i.
|
|
181
|
+
this.i.ij = +v;
|
|
182
|
+
this._a("leftIconViewBoxTop", this.i.ij);
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -189,11 +189,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
189
189
|
* Gets or sets the LeftIcon viewbox width.
|
|
190
190
|
*/
|
|
191
191
|
get: function () {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.ik;
|
|
193
193
|
},
|
|
194
194
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("leftIconViewBoxWidth", this.i.
|
|
195
|
+
this.i.ik = +v;
|
|
196
|
+
this._a("leftIconViewBoxWidth", this.i.ik);
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
@@ -203,11 +203,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
203
203
|
* Gets or sets the LeftIcon viewbox height.
|
|
204
204
|
*/
|
|
205
205
|
get: function () {
|
|
206
|
-
return this.i.
|
|
206
|
+
return this.i.ih;
|
|
207
207
|
},
|
|
208
208
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("leftIconViewBoxHeight", this.i.
|
|
209
|
+
this.i.ih = +v;
|
|
210
|
+
this._a("leftIconViewBoxHeight", this.i.ih);
|
|
211
211
|
},
|
|
212
212
|
enumerable: false,
|
|
213
213
|
configurable: true
|
|
@@ -217,11 +217,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
217
217
|
* Gets or sets the LeftIcon fill color.
|
|
218
218
|
*/
|
|
219
219
|
get: function () {
|
|
220
|
-
return brushToString(this.i.
|
|
220
|
+
return brushToString(this.i.j7);
|
|
221
221
|
},
|
|
222
222
|
set: function (v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("leftIconFill", brushToString(this.i.
|
|
223
|
+
this.i.j7 = stringToBrush(v);
|
|
224
|
+
this._a("leftIconFill", brushToString(this.i.j7));
|
|
225
225
|
},
|
|
226
226
|
enumerable: false,
|
|
227
227
|
configurable: true
|
|
@@ -231,11 +231,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
231
231
|
* Gets the actual LeftIcon fill color.
|
|
232
232
|
*/
|
|
233
233
|
get: function () {
|
|
234
|
-
return brushToString(this.i.
|
|
234
|
+
return brushToString(this.i.j3);
|
|
235
235
|
},
|
|
236
236
|
set: function (v) {
|
|
237
|
-
this.i.
|
|
238
|
-
this._a("actualLeftIconFill", brushToString(this.i.
|
|
237
|
+
this.i.j3 = stringToBrush(v);
|
|
238
|
+
this._a("actualLeftIconFill", brushToString(this.i.j3));
|
|
239
239
|
},
|
|
240
240
|
enumerable: false,
|
|
241
241
|
configurable: true
|
|
@@ -245,11 +245,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
245
245
|
* Gets or sets the LeftIcon fill colors.
|
|
246
246
|
*/
|
|
247
247
|
get: function () {
|
|
248
|
-
return fromBrushCollection(this.i.
|
|
248
|
+
return fromBrushCollection(this.i.hn);
|
|
249
249
|
},
|
|
250
250
|
set: function (v) {
|
|
251
|
-
this.i.
|
|
252
|
-
this._a("leftIconFillColors", brushCollectionToString(this.i.
|
|
251
|
+
this.i.hn = toBrushCollection(v);
|
|
252
|
+
this._a("leftIconFillColors", brushCollectionToString(this.i.hn));
|
|
253
253
|
},
|
|
254
254
|
enumerable: false,
|
|
255
255
|
configurable: true
|
|
@@ -259,11 +259,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
259
259
|
* Gets or sets the LeftIcon stroke color.
|
|
260
260
|
*/
|
|
261
261
|
get: function () {
|
|
262
|
-
return brushToString(this.i.
|
|
262
|
+
return brushToString(this.i.j8);
|
|
263
263
|
},
|
|
264
264
|
set: function (v) {
|
|
265
|
-
this.i.
|
|
266
|
-
this._a("leftIconStroke", brushToString(this.i.
|
|
265
|
+
this.i.j8 = stringToBrush(v);
|
|
266
|
+
this._a("leftIconStroke", brushToString(this.i.j8));
|
|
267
267
|
},
|
|
268
268
|
enumerable: false,
|
|
269
269
|
configurable: true
|
|
@@ -273,11 +273,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
273
273
|
* Gets the actual LeftIcon stroke color.
|
|
274
274
|
*/
|
|
275
275
|
get: function () {
|
|
276
|
-
return brushToString(this.i.
|
|
276
|
+
return brushToString(this.i.j4);
|
|
277
277
|
},
|
|
278
278
|
set: function (v) {
|
|
279
|
-
this.i.
|
|
280
|
-
this._a("actualLeftIconStroke", brushToString(this.i.
|
|
279
|
+
this.i.j4 = stringToBrush(v);
|
|
280
|
+
this._a("actualLeftIconStroke", brushToString(this.i.j4));
|
|
281
281
|
},
|
|
282
282
|
enumerable: false,
|
|
283
283
|
configurable: true
|
|
@@ -287,11 +287,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
287
287
|
* Gets or sets the LeftIcon stroke colors.
|
|
288
288
|
*/
|
|
289
289
|
get: function () {
|
|
290
|
-
return fromBrushCollection(this.i.
|
|
290
|
+
return fromBrushCollection(this.i.ho);
|
|
291
291
|
},
|
|
292
292
|
set: function (v) {
|
|
293
|
-
this.i.
|
|
294
|
-
this._a("leftIconStrokeColors", brushCollectionToString(this.i.
|
|
293
|
+
this.i.ho = toBrushCollection(v);
|
|
294
|
+
this._a("leftIconStrokeColors", brushCollectionToString(this.i.ho));
|
|
295
295
|
},
|
|
296
296
|
enumerable: false,
|
|
297
297
|
configurable: true
|
|
@@ -301,11 +301,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
301
301
|
* Gets or sets the LeftIcon viewbox width.
|
|
302
302
|
*/
|
|
303
303
|
get: function () {
|
|
304
|
-
return this.i.
|
|
304
|
+
return this.i.ig;
|
|
305
305
|
},
|
|
306
306
|
set: function (v) {
|
|
307
|
-
this.i.
|
|
308
|
-
this._a("leftIconStrokeWidth", this.i.
|
|
307
|
+
this.i.ig = +v;
|
|
308
|
+
this._a("leftIconStrokeWidth", this.i.ig);
|
|
309
309
|
},
|
|
310
310
|
enumerable: false,
|
|
311
311
|
configurable: true
|
|
@@ -315,40 +315,40 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
315
315
|
* Gets or sets the title of the left button.
|
|
316
316
|
*/
|
|
317
317
|
get: function () {
|
|
318
|
-
return this.i.
|
|
318
|
+
return this.i.jf;
|
|
319
319
|
},
|
|
320
320
|
set: function (v) {
|
|
321
|
-
this.i.
|
|
321
|
+
this.i.jf = v;
|
|
322
322
|
},
|
|
323
323
|
enumerable: false,
|
|
324
324
|
configurable: true
|
|
325
325
|
});
|
|
326
326
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "rightIconName", {
|
|
327
327
|
get: function () {
|
|
328
|
-
return this.i.
|
|
328
|
+
return this.i.jn;
|
|
329
329
|
},
|
|
330
330
|
set: function (v) {
|
|
331
|
-
this.i.
|
|
331
|
+
this.i.jn = v;
|
|
332
332
|
},
|
|
333
333
|
enumerable: false,
|
|
334
334
|
configurable: true
|
|
335
335
|
});
|
|
336
336
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "rightCommandArgument", {
|
|
337
337
|
get: function () {
|
|
338
|
-
return this.i.
|
|
338
|
+
return this.i.jh;
|
|
339
339
|
},
|
|
340
340
|
set: function (v) {
|
|
341
|
-
this.i.
|
|
341
|
+
this.i.jh = v;
|
|
342
342
|
},
|
|
343
343
|
enumerable: false,
|
|
344
344
|
configurable: true
|
|
345
345
|
});
|
|
346
346
|
Object.defineProperty(IgcToolActionButtonPairComponent.prototype, "rightIconCollectionName", {
|
|
347
347
|
get: function () {
|
|
348
|
-
return this.i.
|
|
348
|
+
return this.i.jj;
|
|
349
349
|
},
|
|
350
350
|
set: function (v) {
|
|
351
|
-
this.i.
|
|
351
|
+
this.i.jj = v;
|
|
352
352
|
},
|
|
353
353
|
enumerable: false,
|
|
354
354
|
configurable: true
|
|
@@ -358,11 +358,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
358
358
|
* Gets or sets the RightIcon viewbox left.
|
|
359
359
|
*/
|
|
360
360
|
get: function () {
|
|
361
|
-
return this.i.
|
|
361
|
+
return this.i.io;
|
|
362
362
|
},
|
|
363
363
|
set: function (v) {
|
|
364
|
-
this.i.
|
|
365
|
-
this._a("rightIconViewBoxLeft", this.i.
|
|
364
|
+
this.i.io = +v;
|
|
365
|
+
this._a("rightIconViewBoxLeft", this.i.io);
|
|
366
366
|
},
|
|
367
367
|
enumerable: false,
|
|
368
368
|
configurable: true
|
|
@@ -372,11 +372,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
372
372
|
* Gets or sets the RightIcon viewbox top.
|
|
373
373
|
*/
|
|
374
374
|
get: function () {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.ip;
|
|
376
376
|
},
|
|
377
377
|
set: function (v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("rightIconViewBoxTop", this.i.
|
|
378
|
+
this.i.ip = +v;
|
|
379
|
+
this._a("rightIconViewBoxTop", this.i.ip);
|
|
380
380
|
},
|
|
381
381
|
enumerable: false,
|
|
382
382
|
configurable: true
|
|
@@ -386,11 +386,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
386
386
|
* Gets or sets the RightIcon viewbox width.
|
|
387
387
|
*/
|
|
388
388
|
get: function () {
|
|
389
|
-
return this.i.
|
|
389
|
+
return this.i.iq;
|
|
390
390
|
},
|
|
391
391
|
set: function (v) {
|
|
392
|
-
this.i.
|
|
393
|
-
this._a("rightIconViewBoxWidth", this.i.
|
|
392
|
+
this.i.iq = +v;
|
|
393
|
+
this._a("rightIconViewBoxWidth", this.i.iq);
|
|
394
394
|
},
|
|
395
395
|
enumerable: false,
|
|
396
396
|
configurable: true
|
|
@@ -400,11 +400,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
400
400
|
* Gets or sets the RightIcon viewbox height.
|
|
401
401
|
*/
|
|
402
402
|
get: function () {
|
|
403
|
-
return this.i.
|
|
403
|
+
return this.i.im;
|
|
404
404
|
},
|
|
405
405
|
set: function (v) {
|
|
406
|
-
this.i.
|
|
407
|
-
this._a("rightIconViewBoxHeight", this.i.
|
|
406
|
+
this.i.im = +v;
|
|
407
|
+
this._a("rightIconViewBoxHeight", this.i.im);
|
|
408
408
|
},
|
|
409
409
|
enumerable: false,
|
|
410
410
|
configurable: true
|
|
@@ -414,11 +414,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
414
414
|
* Gets or sets the RightIcon fill color.
|
|
415
415
|
*/
|
|
416
416
|
get: function () {
|
|
417
|
-
return brushToString(this.i.
|
|
417
|
+
return brushToString(this.i.j9);
|
|
418
418
|
},
|
|
419
419
|
set: function (v) {
|
|
420
|
-
this.i.
|
|
421
|
-
this._a("rightIconFill", brushToString(this.i.
|
|
420
|
+
this.i.j9 = stringToBrush(v);
|
|
421
|
+
this._a("rightIconFill", brushToString(this.i.j9));
|
|
422
422
|
},
|
|
423
423
|
enumerable: false,
|
|
424
424
|
configurable: true
|
|
@@ -428,11 +428,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
428
428
|
* Gets the actual RightIcon fill color.
|
|
429
429
|
*/
|
|
430
430
|
get: function () {
|
|
431
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.j5);
|
|
432
432
|
},
|
|
433
433
|
set: function (v) {
|
|
434
|
-
this.i.
|
|
435
|
-
this._a("actualRightIconFill", brushToString(this.i.
|
|
434
|
+
this.i.j5 = stringToBrush(v);
|
|
435
|
+
this._a("actualRightIconFill", brushToString(this.i.j5));
|
|
436
436
|
},
|
|
437
437
|
enumerable: false,
|
|
438
438
|
configurable: true
|
|
@@ -442,11 +442,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
442
442
|
* Gets or sets the RightIcon fill colors.
|
|
443
443
|
*/
|
|
444
444
|
get: function () {
|
|
445
|
-
return fromBrushCollection(this.i.
|
|
445
|
+
return fromBrushCollection(this.i.hp);
|
|
446
446
|
},
|
|
447
447
|
set: function (v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("rightIconFillColors", brushCollectionToString(this.i.
|
|
448
|
+
this.i.hp = toBrushCollection(v);
|
|
449
|
+
this._a("rightIconFillColors", brushCollectionToString(this.i.hp));
|
|
450
450
|
},
|
|
451
451
|
enumerable: false,
|
|
452
452
|
configurable: true
|
|
@@ -456,11 +456,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
456
456
|
* Gets or sets the RightIcon stroke color.
|
|
457
457
|
*/
|
|
458
458
|
get: function () {
|
|
459
|
-
return brushToString(this.i.
|
|
459
|
+
return brushToString(this.i.ka);
|
|
460
460
|
},
|
|
461
461
|
set: function (v) {
|
|
462
|
-
this.i.
|
|
463
|
-
this._a("rightIconStroke", brushToString(this.i.
|
|
462
|
+
this.i.ka = stringToBrush(v);
|
|
463
|
+
this._a("rightIconStroke", brushToString(this.i.ka));
|
|
464
464
|
},
|
|
465
465
|
enumerable: false,
|
|
466
466
|
configurable: true
|
|
@@ -470,11 +470,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
470
470
|
* Gets the actual RightIcon stroke color.
|
|
471
471
|
*/
|
|
472
472
|
get: function () {
|
|
473
|
-
return brushToString(this.i.
|
|
473
|
+
return brushToString(this.i.j6);
|
|
474
474
|
},
|
|
475
475
|
set: function (v) {
|
|
476
|
-
this.i.
|
|
477
|
-
this._a("actualRightIconStroke", brushToString(this.i.
|
|
476
|
+
this.i.j6 = stringToBrush(v);
|
|
477
|
+
this._a("actualRightIconStroke", brushToString(this.i.j6));
|
|
478
478
|
},
|
|
479
479
|
enumerable: false,
|
|
480
480
|
configurable: true
|
|
@@ -484,11 +484,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
484
484
|
* Gets or sets the RightIcon stroke colors.
|
|
485
485
|
*/
|
|
486
486
|
get: function () {
|
|
487
|
-
return fromBrushCollection(this.i.
|
|
487
|
+
return fromBrushCollection(this.i.hq);
|
|
488
488
|
},
|
|
489
489
|
set: function (v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("rightIconStrokeColors", brushCollectionToString(this.i.
|
|
490
|
+
this.i.hq = toBrushCollection(v);
|
|
491
|
+
this._a("rightIconStrokeColors", brushCollectionToString(this.i.hq));
|
|
492
492
|
},
|
|
493
493
|
enumerable: false,
|
|
494
494
|
configurable: true
|
|
@@ -498,11 +498,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
498
498
|
* Gets or sets the RightIcon viewbox width.
|
|
499
499
|
*/
|
|
500
500
|
get: function () {
|
|
501
|
-
return this.i.
|
|
501
|
+
return this.i.il;
|
|
502
502
|
},
|
|
503
503
|
set: function (v) {
|
|
504
|
-
this.i.
|
|
505
|
-
this._a("rightIconStrokeWidth", this.i.
|
|
504
|
+
this.i.il = +v;
|
|
505
|
+
this._a("rightIconStrokeWidth", this.i.il);
|
|
506
506
|
},
|
|
507
507
|
enumerable: false,
|
|
508
508
|
configurable: true
|
|
@@ -512,10 +512,10 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
512
512
|
* Gets or sets the title of the Right button.
|
|
513
513
|
*/
|
|
514
514
|
get: function () {
|
|
515
|
-
return this.i.
|
|
515
|
+
return this.i.jy;
|
|
516
516
|
},
|
|
517
517
|
set: function (v) {
|
|
518
|
-
this.i.
|
|
518
|
+
this.i.jy = v;
|
|
519
519
|
},
|
|
520
520
|
enumerable: false,
|
|
521
521
|
configurable: true
|
|
@@ -525,11 +525,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
525
525
|
* Gets or sets the display type for the button.
|
|
526
526
|
*/
|
|
527
527
|
get: function () {
|
|
528
|
-
return this.i.
|
|
528
|
+
return this.i.hr;
|
|
529
529
|
},
|
|
530
530
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
532
|
-
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.
|
|
531
|
+
this.i.hr = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
|
|
532
|
+
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.hr));
|
|
533
533
|
},
|
|
534
534
|
enumerable: false,
|
|
535
535
|
configurable: true
|
|
@@ -539,11 +539,11 @@ var IgcToolActionButtonPairComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
539
539
|
* Gets or sets the button corner radius.
|
|
540
540
|
*/
|
|
541
541
|
get: function () {
|
|
542
|
-
return this.i.
|
|
542
|
+
return this.i.ic;
|
|
543
543
|
},
|
|
544
544
|
set: function (v) {
|
|
545
|
-
this.i.
|
|
546
|
-
this._a("cornerRadius", this.i.
|
|
545
|
+
this.i.ic = +v;
|
|
546
|
+
this._a("cornerRadius", this.i.ic);
|
|
547
547
|
},
|
|
548
548
|
enumerable: false,
|
|
549
549
|
configurable: true
|