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
|
@@ -63,333 +63,333 @@ export let IgcToolActionButtonPairComponent = /*@__PURE__*/ (() => {
|
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
get leftIsSelected() {
|
|
66
|
-
return this.i.
|
|
66
|
+
return this.i.h8;
|
|
67
67
|
}
|
|
68
68
|
set leftIsSelected(v) {
|
|
69
|
-
this.i.
|
|
70
|
-
this._a("leftIsSelected", this.i.
|
|
69
|
+
this.i.h8 = ensureBool(v);
|
|
70
|
+
this._a("leftIsSelected", this.i.h8);
|
|
71
71
|
}
|
|
72
72
|
get rightIsSelected() {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.ib;
|
|
74
74
|
}
|
|
75
75
|
set rightIsSelected(v) {
|
|
76
|
-
this.i.
|
|
77
|
-
this._a("rightIsSelected", this.i.
|
|
76
|
+
this.i.ib = ensureBool(v);
|
|
77
|
+
this._a("rightIsSelected", this.i.ib);
|
|
78
78
|
}
|
|
79
79
|
get leftIsDisabled() {
|
|
80
|
-
return this.i.
|
|
80
|
+
return this.i.h7;
|
|
81
81
|
}
|
|
82
82
|
set leftIsDisabled(v) {
|
|
83
|
-
this.i.
|
|
84
|
-
this._a("leftIsDisabled", this.i.
|
|
83
|
+
this.i.h7 = ensureBool(v);
|
|
84
|
+
this._a("leftIsDisabled", this.i.h7);
|
|
85
85
|
}
|
|
86
86
|
get rightIsDisabled() {
|
|
87
|
-
return this.i.
|
|
87
|
+
return this.i.ia;
|
|
88
88
|
}
|
|
89
89
|
set rightIsDisabled(v) {
|
|
90
|
-
this.i.
|
|
91
|
-
this._a("rightIsDisabled", this.i.
|
|
90
|
+
this.i.ia = ensureBool(v);
|
|
91
|
+
this._a("rightIsDisabled", this.i.ia);
|
|
92
92
|
}
|
|
93
93
|
get leftIconName() {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.i4;
|
|
95
95
|
}
|
|
96
96
|
set leftIconName(v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.i4 = v;
|
|
98
98
|
}
|
|
99
99
|
get leftCommandArgument() {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.iy;
|
|
101
101
|
}
|
|
102
102
|
set leftCommandArgument(v) {
|
|
103
|
-
this.i.
|
|
103
|
+
this.i.iy = v;
|
|
104
104
|
}
|
|
105
105
|
get isToggleDisabled() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.h6;
|
|
107
107
|
}
|
|
108
108
|
set isToggleDisabled(v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("isToggleDisabled", this.i.
|
|
109
|
+
this.i.h6 = ensureBool(v);
|
|
110
|
+
this._a("isToggleDisabled", this.i.h6);
|
|
111
111
|
}
|
|
112
112
|
get leftIconCollectionName() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.i0;
|
|
114
114
|
}
|
|
115
115
|
set leftIconCollectionName(v) {
|
|
116
|
-
this.i.
|
|
116
|
+
this.i.i0 = 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.ii;
|
|
123
123
|
}
|
|
124
124
|
set leftIconViewBoxLeft(v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("leftIconViewBoxLeft", this.i.
|
|
125
|
+
this.i.ii = +v;
|
|
126
|
+
this._a("leftIconViewBoxLeft", this.i.ii);
|
|
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.ij;
|
|
133
133
|
}
|
|
134
134
|
set leftIconViewBoxTop(v) {
|
|
135
|
-
this.i.
|
|
136
|
-
this._a("leftIconViewBoxTop", this.i.
|
|
135
|
+
this.i.ij = +v;
|
|
136
|
+
this._a("leftIconViewBoxTop", this.i.ij);
|
|
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.ik;
|
|
143
143
|
}
|
|
144
144
|
set leftIconViewBoxWidth(v) {
|
|
145
|
-
this.i.
|
|
146
|
-
this._a("leftIconViewBoxWidth", this.i.
|
|
145
|
+
this.i.ik = +v;
|
|
146
|
+
this._a("leftIconViewBoxWidth", this.i.ik);
|
|
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.ih;
|
|
153
153
|
}
|
|
154
154
|
set leftIconViewBoxHeight(v) {
|
|
155
|
-
this.i.
|
|
156
|
-
this._a("leftIconViewBoxHeight", this.i.
|
|
155
|
+
this.i.ih = +v;
|
|
156
|
+
this._a("leftIconViewBoxHeight", this.i.ih);
|
|
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.j7);
|
|
163
163
|
}
|
|
164
164
|
set leftIconFill(v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("leftIconFill", brushToString(this.i.
|
|
165
|
+
this.i.j7 = stringToBrush(v);
|
|
166
|
+
this._a("leftIconFill", brushToString(this.i.j7));
|
|
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.j3);
|
|
173
173
|
}
|
|
174
174
|
set actualLeftIconFill(v) {
|
|
175
|
-
this.i.
|
|
176
|
-
this._a("actualLeftIconFill", brushToString(this.i.
|
|
175
|
+
this.i.j3 = stringToBrush(v);
|
|
176
|
+
this._a("actualLeftIconFill", brushToString(this.i.j3));
|
|
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.hn);
|
|
183
183
|
}
|
|
184
184
|
set leftIconFillColors(v) {
|
|
185
|
-
this.i.
|
|
186
|
-
this._a("leftIconFillColors", brushCollectionToString(this.i.
|
|
185
|
+
this.i.hn = toBrushCollection(v);
|
|
186
|
+
this._a("leftIconFillColors", brushCollectionToString(this.i.hn));
|
|
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.j8);
|
|
193
193
|
}
|
|
194
194
|
set leftIconStroke(v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("leftIconStroke", brushToString(this.i.
|
|
195
|
+
this.i.j8 = stringToBrush(v);
|
|
196
|
+
this._a("leftIconStroke", brushToString(this.i.j8));
|
|
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.j4);
|
|
203
203
|
}
|
|
204
204
|
set actualLeftIconStroke(v) {
|
|
205
|
-
this.i.
|
|
206
|
-
this._a("actualLeftIconStroke", brushToString(this.i.
|
|
205
|
+
this.i.j4 = stringToBrush(v);
|
|
206
|
+
this._a("actualLeftIconStroke", brushToString(this.i.j4));
|
|
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.ho);
|
|
213
213
|
}
|
|
214
214
|
set leftIconStrokeColors(v) {
|
|
215
|
-
this.i.
|
|
216
|
-
this._a("leftIconStrokeColors", brushCollectionToString(this.i.
|
|
215
|
+
this.i.ho = toBrushCollection(v);
|
|
216
|
+
this._a("leftIconStrokeColors", brushCollectionToString(this.i.ho));
|
|
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.ig;
|
|
223
223
|
}
|
|
224
224
|
set leftIconStrokeWidth(v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("leftIconStrokeWidth", this.i.
|
|
225
|
+
this.i.ig = +v;
|
|
226
|
+
this._a("leftIconStrokeWidth", this.i.ig);
|
|
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.jf;
|
|
233
233
|
}
|
|
234
234
|
set leftTitle(v) {
|
|
235
|
-
this.i.
|
|
235
|
+
this.i.jf = v;
|
|
236
236
|
}
|
|
237
237
|
get rightIconName() {
|
|
238
|
-
return this.i.
|
|
238
|
+
return this.i.jn;
|
|
239
239
|
}
|
|
240
240
|
set rightIconName(v) {
|
|
241
|
-
this.i.
|
|
241
|
+
this.i.jn = v;
|
|
242
242
|
}
|
|
243
243
|
get rightCommandArgument() {
|
|
244
|
-
return this.i.
|
|
244
|
+
return this.i.jh;
|
|
245
245
|
}
|
|
246
246
|
set rightCommandArgument(v) {
|
|
247
|
-
this.i.
|
|
247
|
+
this.i.jh = v;
|
|
248
248
|
}
|
|
249
249
|
get rightIconCollectionName() {
|
|
250
|
-
return this.i.
|
|
250
|
+
return this.i.jj;
|
|
251
251
|
}
|
|
252
252
|
set rightIconCollectionName(v) {
|
|
253
|
-
this.i.
|
|
253
|
+
this.i.jj = 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.io;
|
|
260
260
|
}
|
|
261
261
|
set rightIconViewBoxLeft(v) {
|
|
262
|
-
this.i.
|
|
263
|
-
this._a("rightIconViewBoxLeft", this.i.
|
|
262
|
+
this.i.io = +v;
|
|
263
|
+
this._a("rightIconViewBoxLeft", this.i.io);
|
|
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.ip;
|
|
270
270
|
}
|
|
271
271
|
set rightIconViewBoxTop(v) {
|
|
272
|
-
this.i.
|
|
273
|
-
this._a("rightIconViewBoxTop", this.i.
|
|
272
|
+
this.i.ip = +v;
|
|
273
|
+
this._a("rightIconViewBoxTop", this.i.ip);
|
|
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.iq;
|
|
280
280
|
}
|
|
281
281
|
set rightIconViewBoxWidth(v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("rightIconViewBoxWidth", this.i.
|
|
282
|
+
this.i.iq = +v;
|
|
283
|
+
this._a("rightIconViewBoxWidth", this.i.iq);
|
|
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.im;
|
|
290
290
|
}
|
|
291
291
|
set rightIconViewBoxHeight(v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("rightIconViewBoxHeight", this.i.
|
|
292
|
+
this.i.im = +v;
|
|
293
|
+
this._a("rightIconViewBoxHeight", this.i.im);
|
|
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.j9);
|
|
300
300
|
}
|
|
301
301
|
set rightIconFill(v) {
|
|
302
|
-
this.i.
|
|
303
|
-
this._a("rightIconFill", brushToString(this.i.
|
|
302
|
+
this.i.j9 = stringToBrush(v);
|
|
303
|
+
this._a("rightIconFill", brushToString(this.i.j9));
|
|
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.j5);
|
|
310
310
|
}
|
|
311
311
|
set actualRightIconFill(v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("actualRightIconFill", brushToString(this.i.
|
|
312
|
+
this.i.j5 = stringToBrush(v);
|
|
313
|
+
this._a("actualRightIconFill", brushToString(this.i.j5));
|
|
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.hp);
|
|
320
320
|
}
|
|
321
321
|
set rightIconFillColors(v) {
|
|
322
|
-
this.i.
|
|
323
|
-
this._a("rightIconFillColors", brushCollectionToString(this.i.
|
|
322
|
+
this.i.hp = toBrushCollection(v);
|
|
323
|
+
this._a("rightIconFillColors", brushCollectionToString(this.i.hp));
|
|
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.ka);
|
|
330
330
|
}
|
|
331
331
|
set rightIconStroke(v) {
|
|
332
|
-
this.i.
|
|
333
|
-
this._a("rightIconStroke", brushToString(this.i.
|
|
332
|
+
this.i.ka = stringToBrush(v);
|
|
333
|
+
this._a("rightIconStroke", brushToString(this.i.ka));
|
|
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.j6);
|
|
340
340
|
}
|
|
341
341
|
set actualRightIconStroke(v) {
|
|
342
|
-
this.i.
|
|
343
|
-
this._a("actualRightIconStroke", brushToString(this.i.
|
|
342
|
+
this.i.j6 = stringToBrush(v);
|
|
343
|
+
this._a("actualRightIconStroke", brushToString(this.i.j6));
|
|
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.hq);
|
|
350
350
|
}
|
|
351
351
|
set rightIconStrokeColors(v) {
|
|
352
|
-
this.i.
|
|
353
|
-
this._a("rightIconStrokeColors", brushCollectionToString(this.i.
|
|
352
|
+
this.i.hq = toBrushCollection(v);
|
|
353
|
+
this._a("rightIconStrokeColors", brushCollectionToString(this.i.hq));
|
|
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.il;
|
|
360
360
|
}
|
|
361
361
|
set rightIconStrokeWidth(v) {
|
|
362
|
-
this.i.
|
|
363
|
-
this._a("rightIconStrokeWidth", this.i.
|
|
362
|
+
this.i.il = +v;
|
|
363
|
+
this._a("rightIconStrokeWidth", this.i.il);
|
|
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.jy;
|
|
370
370
|
}
|
|
371
371
|
set rightTitle(v) {
|
|
372
|
-
this.i.
|
|
372
|
+
this.i.jy = 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.hr;
|
|
379
379
|
}
|
|
380
380
|
set displayType(v) {
|
|
381
|
-
this.i.
|
|
382
|
-
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.
|
|
381
|
+
this.i.hr = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
|
|
382
|
+
this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.hr));
|
|
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.ic;
|
|
389
389
|
}
|
|
390
390
|
set cornerRadius(v) {
|
|
391
|
-
this.i.
|
|
392
|
-
this._a("cornerRadius", this.i.
|
|
391
|
+
this.i.ic = +v;
|
|
392
|
+
this._a("cornerRadius", this.i.ic);
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
395
|
IgcToolActionButtonPairComponent._observedAttributesIgcToolActionButtonPairComponent = null;
|
|
@@ -65,91 +65,91 @@ export let IgcToolActionCheckboxComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets if the tool action is checked.
|
|
66
66
|
*/
|
|
67
67
|
get isChecked() {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.hm;
|
|
69
69
|
}
|
|
70
70
|
set isChecked(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("isChecked", this.i.
|
|
71
|
+
this.i.hm = ensureBool(v);
|
|
72
|
+
this._a("isChecked", this.i.hm);
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
75
|
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
76
76
|
*/
|
|
77
77
|
get uncheckedBackgroundColor() {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.h4);
|
|
79
79
|
}
|
|
80
80
|
set uncheckedBackgroundColor(v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
81
|
+
this.i.h4 = stringToBrush(v);
|
|
82
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.h4));
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
86
86
|
*/
|
|
87
87
|
get actualUncheckedBackgroundColor() {
|
|
88
|
-
return brushToString(this.i.
|
|
88
|
+
return brushToString(this.i.h0);
|
|
89
89
|
}
|
|
90
90
|
set actualUncheckedBackgroundColor(v) {
|
|
91
|
-
this.i.
|
|
92
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
91
|
+
this.i.h0 = stringToBrush(v);
|
|
92
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.h0));
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Gets or sets the background color of the checkbox when in the checked state.
|
|
96
96
|
*/
|
|
97
97
|
get checkedBackgroundColor() {
|
|
98
|
-
return brushToString(this.i.
|
|
98
|
+
return brushToString(this.i.h2);
|
|
99
99
|
}
|
|
100
100
|
set checkedBackgroundColor(v) {
|
|
101
|
-
this.i.
|
|
102
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
101
|
+
this.i.h2 = stringToBrush(v);
|
|
102
|
+
this._a("checkedBackgroundColor", brushToString(this.i.h2));
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
105
|
* Gets the actual background color of the checkbox when in the checked state.
|
|
106
106
|
*/
|
|
107
107
|
get actualCheckedBackgroundColor() {
|
|
108
|
-
return brushToString(this.i.
|
|
108
|
+
return brushToString(this.i.hy);
|
|
109
109
|
}
|
|
110
110
|
set actualCheckedBackgroundColor(v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
111
|
+
this.i.hy = stringToBrush(v);
|
|
112
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.hy));
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
116
116
|
*/
|
|
117
117
|
get uncheckedBorderColor() {
|
|
118
|
-
return brushToString(this.i.
|
|
118
|
+
return brushToString(this.i.h5);
|
|
119
119
|
}
|
|
120
120
|
set uncheckedBorderColor(v) {
|
|
121
|
-
this.i.
|
|
122
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
121
|
+
this.i.h5 = stringToBrush(v);
|
|
122
|
+
this._a("uncheckedBorderColor", brushToString(this.i.h5));
|
|
123
123
|
}
|
|
124
124
|
/**
|
|
125
125
|
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
126
126
|
*/
|
|
127
127
|
get actualUncheckedBorderColor() {
|
|
128
|
-
return brushToString(this.i.
|
|
128
|
+
return brushToString(this.i.h1);
|
|
129
129
|
}
|
|
130
130
|
set actualUncheckedBorderColor(v) {
|
|
131
|
-
this.i.
|
|
132
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
131
|
+
this.i.h1 = stringToBrush(v);
|
|
132
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.h1));
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
135
|
* Gets or sets the border color of the checkbox when in the checked state.
|
|
136
136
|
*/
|
|
137
137
|
get checkedBorderColor() {
|
|
138
|
-
return brushToString(this.i.
|
|
138
|
+
return brushToString(this.i.h3);
|
|
139
139
|
}
|
|
140
140
|
set checkedBorderColor(v) {
|
|
141
|
-
this.i.
|
|
142
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
141
|
+
this.i.h3 = stringToBrush(v);
|
|
142
|
+
this._a("checkedBorderColor", brushToString(this.i.h3));
|
|
143
143
|
}
|
|
144
144
|
/**
|
|
145
145
|
* Gets the actual border color of the checkbox when in the checked state.
|
|
146
146
|
*/
|
|
147
147
|
get actualCheckedBorderColor() {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.hz);
|
|
149
149
|
}
|
|
150
150
|
set actualCheckedBorderColor(v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
151
|
+
this.i.hz = stringToBrush(v);
|
|
152
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.hz));
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
IgcToolActionCheckboxComponent._observedAttributesIgcToolActionCheckboxComponent = null;
|
|
@@ -80,42 +80,42 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
80
80
|
* Gets or sets if the tool action is checked.
|
|
81
81
|
*/
|
|
82
82
|
get selectedMemberPath() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.h2;
|
|
84
84
|
}
|
|
85
85
|
set selectedMemberPath(v) {
|
|
86
|
-
this.i.
|
|
86
|
+
this.i.h2 = v;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
89
|
* Gets or sets if the select all row is shown.
|
|
90
90
|
*/
|
|
91
91
|
get showSelectAll() {
|
|
92
|
-
return this.i.
|
|
92
|
+
return this.i.hr;
|
|
93
93
|
}
|
|
94
94
|
set showSelectAll(v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("showSelectAll", this.i.
|
|
95
|
+
this.i.hr = ensureBool(v);
|
|
96
|
+
this._a("showSelectAll", this.i.hr);
|
|
97
97
|
}
|
|
98
98
|
/**
|
|
99
99
|
* Gets or sets if the tool action is checked.
|
|
100
100
|
*/
|
|
101
101
|
get dataMemberPath() {
|
|
102
|
-
return this.i.
|
|
102
|
+
return this.i.hw;
|
|
103
103
|
}
|
|
104
104
|
set dataMemberPath(v) {
|
|
105
|
-
this.i.
|
|
105
|
+
this.i.hw = v;
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
108
|
* Gets or sets if the tool action is checked.
|
|
109
109
|
*/
|
|
110
110
|
get primaryKey() {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.hl;
|
|
112
112
|
}
|
|
113
113
|
set primaryKey(v) {
|
|
114
114
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
115
115
|
const re = /\s*(?:,|\s|$)\s*/gm;
|
|
116
116
|
v = v.split(re);
|
|
117
117
|
}
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.hl = v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
|
|
@@ -123,12 +123,12 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
123
123
|
get selectedKeys() {
|
|
124
124
|
if (this._selectedKeys === null) {
|
|
125
125
|
let coll = new IgcLayoutSelectedKeysCollection();
|
|
126
|
-
let innerColl = this.i.
|
|
126
|
+
let innerColl = this.i.hm;
|
|
127
127
|
if (!innerColl) {
|
|
128
128
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
129
129
|
}
|
|
130
130
|
this._selectedKeys = coll._fromInner(innerColl);
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.hm = innerColl;
|
|
132
132
|
}
|
|
133
133
|
return this._selectedKeys;
|
|
134
134
|
}
|
|
@@ -140,24 +140,24 @@ export let IgcToolActionCheckboxListComponent = /*@__PURE__*/ (() => {
|
|
|
140
140
|
let coll = new IgcLayoutSelectedKeysCollection();
|
|
141
141
|
this._selectedKeys = coll._fromOuter(v);
|
|
142
142
|
let syncColl = new SyncableObservableCollection$1(LayoutPrimaryKeyValue.$type);
|
|
143
|
-
let innerColl = this.i.
|
|
143
|
+
let innerColl = this.i.hm;
|
|
144
144
|
if (!innerColl) {
|
|
145
145
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
146
146
|
}
|
|
147
147
|
syncColl._inner = innerColl;
|
|
148
148
|
syncColl.clear();
|
|
149
149
|
this._selectedKeys._setSyncTarget(syncColl);
|
|
150
|
-
this.i.
|
|
150
|
+
this.i.hm = innerColl;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
|
|
154
154
|
*/
|
|
155
155
|
get indexType() {
|
|
156
|
-
return this.i.
|
|
156
|
+
return this.i.hn;
|
|
157
157
|
}
|
|
158
158
|
set indexType(v) {
|
|
159
|
-
this.i.
|
|
160
|
-
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.
|
|
159
|
+
this.i.hn = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
|
|
160
|
+
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hn));
|
|
161
161
|
}
|
|
162
162
|
findByName(name) {
|
|
163
163
|
var baseResult = super.findByName(name);
|
|
@@ -65,11 +65,11 @@ export let IgcToolActionColorEditorComponent = /*@__PURE__*/ (() => {
|
|
|
65
65
|
* Gets or sets the value for the input.
|
|
66
66
|
*/
|
|
67
67
|
get value() {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hr);
|
|
69
69
|
}
|
|
70
70
|
set value(v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("value", brushToString(this.i.
|
|
71
|
+
this.i.hr = stringToBrush(v);
|
|
72
|
+
this._a("value", brushToString(this.i.hr));
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
IgcToolActionColorEditorComponent._observedAttributesIgcToolActionColorEditorComponent = null;
|