igniteui-webcomponents-layouts 7.1.0-beta.2 → 7.1.0-beta.3

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.
Files changed (55) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5588 -4983
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
  4. package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
  5. package/esm2015/lib/igc-combo-editor-component.js +160 -32
  6. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  7. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  8. package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
  9. package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
  10. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
  11. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  12. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  13. package/esm2015/lib/igc-tool-action-component.js +61 -61
  14. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  15. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  16. package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
  17. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  18. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
  20. package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
  21. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  23. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  24. package/esm2015/lib/igc-tool-panel-component.js +283 -253
  25. package/esm2015/lib/igc-toolbar-component.js +117 -87
  26. package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
  27. package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
  28. package/esm5/lib/igc-combo-editor-component.js +160 -32
  29. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  30. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  31. package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
  32. package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
  33. package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
  34. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  35. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  36. package/esm5/lib/igc-tool-action-component.js +61 -61
  37. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  38. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  39. package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
  40. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  41. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  42. package/esm5/lib/igc-tool-action-radio-component.js +51 -34
  43. package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
  44. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  46. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  47. package/esm5/lib/igc-tool-panel-component.js +295 -253
  48. package/esm5/lib/igc-toolbar-component.js +129 -87
  49. package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
  50. package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
  51. package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
  52. package/lib/igc-tool-action-radio-component.d.ts +8 -0
  53. package/lib/igc-tool-panel-component.d.ts +15 -0
  54. package/lib/igc-toolbar-component.d.ts +15 -0
  55. package/package.json +3 -3
@@ -63,333 +63,333 @@ let IgcToolActionButtonPairComponent = /*@__PURE__*/ (() => {
63
63
  }
64
64
  }
65
65
  get leftIsSelected() {
66
- return this.i.ii;
66
+ return this.i.ik;
67
67
  }
68
68
  set leftIsSelected(v) {
69
- this.i.ii = ensureBool(v);
70
- this._a("leftIsSelected", this.i.ii);
69
+ this.i.ik = ensureBool(v);
70
+ this._a("leftIsSelected", this.i.ik);
71
71
  }
72
72
  get rightIsSelected() {
73
- return this.i.il;
73
+ return this.i.io;
74
74
  }
75
75
  set rightIsSelected(v) {
76
- this.i.il = ensureBool(v);
77
- this._a("rightIsSelected", this.i.il);
76
+ this.i.io = ensureBool(v);
77
+ this._a("rightIsSelected", this.i.io);
78
78
  }
79
79
  get leftIsDisabled() {
80
- return this.i.ih;
80
+ return this.i.ij;
81
81
  }
82
82
  set leftIsDisabled(v) {
83
- this.i.ih = ensureBool(v);
84
- this._a("leftIsDisabled", this.i.ih);
83
+ this.i.ij = ensureBool(v);
84
+ this._a("leftIsDisabled", this.i.ij);
85
85
  }
86
86
  get rightIsDisabled() {
87
- return this.i.ik;
87
+ return this.i.im;
88
88
  }
89
89
  set rightIsDisabled(v) {
90
- this.i.ik = ensureBool(v);
91
- this._a("rightIsDisabled", this.i.ik);
90
+ this.i.im = ensureBool(v);
91
+ this._a("rightIsDisabled", this.i.im);
92
92
  }
93
93
  get leftIconName() {
94
- return this.i.jd;
94
+ return this.i.jf;
95
95
  }
96
96
  set leftIconName(v) {
97
- this.i.jd = v;
97
+ this.i.jf = v;
98
98
  }
99
99
  get leftCommandArgument() {
100
- return this.i.i7;
100
+ return this.i.i9;
101
101
  }
102
102
  set leftCommandArgument(v) {
103
- this.i.i7 = v;
103
+ this.i.i9 = v;
104
104
  }
105
105
  get isToggleDisabled() {
106
- return this.i.ig;
106
+ return this.i.ii;
107
107
  }
108
108
  set isToggleDisabled(v) {
109
- this.i.ig = ensureBool(v);
110
- this._a("isToggleDisabled", this.i.ig);
109
+ this.i.ii = ensureBool(v);
110
+ this._a("isToggleDisabled", this.i.ii);
111
111
  }
112
112
  get leftIconCollectionName() {
113
- return this.i.i9;
113
+ return this.i.jb;
114
114
  }
115
115
  set leftIconCollectionName(v) {
116
- this.i.i9 = v;
116
+ this.i.jb = v;
117
117
  }
118
118
  /**
119
119
  * Gets or sets the LeftIcon viewbox left.
120
120
  */
121
121
  get leftIconViewBoxLeft() {
122
- return this.i.is;
122
+ return this.i.iu;
123
123
  }
124
124
  set leftIconViewBoxLeft(v) {
125
- this.i.is = +v;
126
- this._a("leftIconViewBoxLeft", this.i.is);
125
+ this.i.iu = +v;
126
+ this._a("leftIconViewBoxLeft", this.i.iu);
127
127
  }
128
128
  /**
129
129
  * Gets or sets the LeftIcon viewbox top.
130
130
  */
131
131
  get leftIconViewBoxTop() {
132
- return this.i.it;
132
+ return this.i.iv;
133
133
  }
134
134
  set leftIconViewBoxTop(v) {
135
- this.i.it = +v;
136
- this._a("leftIconViewBoxTop", this.i.it);
135
+ this.i.iv = +v;
136
+ this._a("leftIconViewBoxTop", this.i.iv);
137
137
  }
138
138
  /**
139
139
  * Gets or sets the LeftIcon viewbox width.
140
140
  */
141
141
  get leftIconViewBoxWidth() {
142
- return this.i.iu;
142
+ return this.i.iw;
143
143
  }
144
144
  set leftIconViewBoxWidth(v) {
145
- this.i.iu = +v;
146
- this._a("leftIconViewBoxWidth", this.i.iu);
145
+ this.i.iw = +v;
146
+ this._a("leftIconViewBoxWidth", this.i.iw);
147
147
  }
148
148
  /**
149
149
  * Gets or sets the LeftIcon viewbox height.
150
150
  */
151
151
  get leftIconViewBoxHeight() {
152
- return this.i.ir;
152
+ return this.i.it;
153
153
  }
154
154
  set leftIconViewBoxHeight(v) {
155
- this.i.ir = +v;
156
- this._a("leftIconViewBoxHeight", this.i.ir);
155
+ this.i.it = +v;
156
+ this._a("leftIconViewBoxHeight", this.i.it);
157
157
  }
158
158
  /**
159
159
  * Gets or sets the LeftIcon fill color.
160
160
  */
161
161
  get leftIconFill() {
162
- return brushToString(this.i.kg);
162
+ return brushToString(this.i.ki);
163
163
  }
164
164
  set leftIconFill(v) {
165
- this.i.kg = stringToBrush(v);
166
- this._a("leftIconFill", brushToString(this.i.kg));
165
+ this.i.ki = stringToBrush(v);
166
+ this._a("leftIconFill", brushToString(this.i.ki));
167
167
  }
168
168
  /**
169
169
  * Gets the actual LeftIcon fill color.
170
170
  */
171
171
  get actualLeftIconFill() {
172
- return brushToString(this.i.kc);
172
+ return brushToString(this.i.ke);
173
173
  }
174
174
  set actualLeftIconFill(v) {
175
- this.i.kc = stringToBrush(v);
176
- this._a("actualLeftIconFill", brushToString(this.i.kc));
175
+ this.i.ke = stringToBrush(v);
176
+ this._a("actualLeftIconFill", brushToString(this.i.ke));
177
177
  }
178
178
  /**
179
179
  * Gets or sets the LeftIcon fill colors.
180
180
  */
181
181
  get leftIconFillColors() {
182
- return fromBrushCollection(this.i.hw);
182
+ return fromBrushCollection(this.i.hy);
183
183
  }
184
184
  set leftIconFillColors(v) {
185
- this.i.hw = toBrushCollection(v);
186
- this._a("leftIconFillColors", brushCollectionToString(this.i.hw));
185
+ this.i.hy = toBrushCollection(v);
186
+ this._a("leftIconFillColors", brushCollectionToString(this.i.hy));
187
187
  }
188
188
  /**
189
189
  * Gets or sets the LeftIcon stroke color.
190
190
  */
191
191
  get leftIconStroke() {
192
- return brushToString(this.i.kh);
192
+ return brushToString(this.i.kj);
193
193
  }
194
194
  set leftIconStroke(v) {
195
- this.i.kh = stringToBrush(v);
196
- this._a("leftIconStroke", brushToString(this.i.kh));
195
+ this.i.kj = stringToBrush(v);
196
+ this._a("leftIconStroke", brushToString(this.i.kj));
197
197
  }
198
198
  /**
199
199
  * Gets the actual LeftIcon stroke color.
200
200
  */
201
201
  get actualLeftIconStroke() {
202
- return brushToString(this.i.kd);
202
+ return brushToString(this.i.kf);
203
203
  }
204
204
  set actualLeftIconStroke(v) {
205
- this.i.kd = stringToBrush(v);
206
- this._a("actualLeftIconStroke", brushToString(this.i.kd));
205
+ this.i.kf = stringToBrush(v);
206
+ this._a("actualLeftIconStroke", brushToString(this.i.kf));
207
207
  }
208
208
  /**
209
209
  * Gets or sets the LeftIcon stroke colors.
210
210
  */
211
211
  get leftIconStrokeColors() {
212
- return fromBrushCollection(this.i.hx);
212
+ return fromBrushCollection(this.i.hz);
213
213
  }
214
214
  set leftIconStrokeColors(v) {
215
- this.i.hx = toBrushCollection(v);
216
- this._a("leftIconStrokeColors", brushCollectionToString(this.i.hx));
215
+ this.i.hz = toBrushCollection(v);
216
+ this._a("leftIconStrokeColors", brushCollectionToString(this.i.hz));
217
217
  }
218
218
  /**
219
219
  * Gets or sets the LeftIcon viewbox width.
220
220
  */
221
221
  get leftIconStrokeWidth() {
222
- return this.i.iq;
222
+ return this.i.is;
223
223
  }
224
224
  set leftIconStrokeWidth(v) {
225
- this.i.iq = +v;
226
- this._a("leftIconStrokeWidth", this.i.iq);
225
+ this.i.is = +v;
226
+ this._a("leftIconStrokeWidth", this.i.is);
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.jo;
232
+ return this.i.jq;
233
233
  }
234
234
  set leftTitle(v) {
235
- this.i.jo = v;
235
+ this.i.jq = v;
236
236
  }
237
237
  get rightIconName() {
238
- return this.i.jw;
238
+ return this.i.jy;
239
239
  }
240
240
  set rightIconName(v) {
241
- this.i.jw = v;
241
+ this.i.jy = v;
242
242
  }
243
243
  get rightCommandArgument() {
244
- return this.i.jq;
244
+ return this.i.js;
245
245
  }
246
246
  set rightCommandArgument(v) {
247
- this.i.jq = v;
247
+ this.i.js = v;
248
248
  }
249
249
  get rightIconCollectionName() {
250
- return this.i.js;
250
+ return this.i.ju;
251
251
  }
252
252
  set rightIconCollectionName(v) {
253
- this.i.js = v;
253
+ this.i.ju = v;
254
254
  }
255
255
  /**
256
256
  * Gets or sets the RightIcon viewbox left.
257
257
  */
258
258
  get rightIconViewBoxLeft() {
259
- return this.i.ix;
259
+ return this.i.iz;
260
260
  }
261
261
  set rightIconViewBoxLeft(v) {
262
- this.i.ix = +v;
263
- this._a("rightIconViewBoxLeft", this.i.ix);
262
+ this.i.iz = +v;
263
+ this._a("rightIconViewBoxLeft", this.i.iz);
264
264
  }
265
265
  /**
266
266
  * Gets or sets the RightIcon viewbox top.
267
267
  */
268
268
  get rightIconViewBoxTop() {
269
- return this.i.iy;
269
+ return this.i.i0;
270
270
  }
271
271
  set rightIconViewBoxTop(v) {
272
- this.i.iy = +v;
273
- this._a("rightIconViewBoxTop", this.i.iy);
272
+ this.i.i0 = +v;
273
+ this._a("rightIconViewBoxTop", this.i.i0);
274
274
  }
275
275
  /**
276
276
  * Gets or sets the RightIcon viewbox width.
277
277
  */
278
278
  get rightIconViewBoxWidth() {
279
- return this.i.iz;
279
+ return this.i.i1;
280
280
  }
281
281
  set rightIconViewBoxWidth(v) {
282
- this.i.iz = +v;
283
- this._a("rightIconViewBoxWidth", this.i.iz);
282
+ this.i.i1 = +v;
283
+ this._a("rightIconViewBoxWidth", this.i.i1);
284
284
  }
285
285
  /**
286
286
  * Gets or sets the RightIcon viewbox height.
287
287
  */
288
288
  get rightIconViewBoxHeight() {
289
- return this.i.iw;
289
+ return this.i.iy;
290
290
  }
291
291
  set rightIconViewBoxHeight(v) {
292
- this.i.iw = +v;
293
- this._a("rightIconViewBoxHeight", this.i.iw);
292
+ this.i.iy = +v;
293
+ this._a("rightIconViewBoxHeight", this.i.iy);
294
294
  }
295
295
  /**
296
296
  * Gets or sets the RightIcon fill color.
297
297
  */
298
298
  get rightIconFill() {
299
- return brushToString(this.i.ki);
299
+ return brushToString(this.i.kk);
300
300
  }
301
301
  set rightIconFill(v) {
302
- this.i.ki = stringToBrush(v);
303
- this._a("rightIconFill", brushToString(this.i.ki));
302
+ this.i.kk = stringToBrush(v);
303
+ this._a("rightIconFill", brushToString(this.i.kk));
304
304
  }
305
305
  /**
306
306
  * Gets the actual RightIcon fill color.
307
307
  */
308
308
  get actualRightIconFill() {
309
- return brushToString(this.i.ke);
309
+ return brushToString(this.i.kg);
310
310
  }
311
311
  set actualRightIconFill(v) {
312
- this.i.ke = stringToBrush(v);
313
- this._a("actualRightIconFill", brushToString(this.i.ke));
312
+ this.i.kg = stringToBrush(v);
313
+ this._a("actualRightIconFill", brushToString(this.i.kg));
314
314
  }
315
315
  /**
316
316
  * Gets or sets the RightIcon fill colors.
317
317
  */
318
318
  get rightIconFillColors() {
319
- return fromBrushCollection(this.i.hy);
319
+ return fromBrushCollection(this.i.h0);
320
320
  }
321
321
  set rightIconFillColors(v) {
322
- this.i.hy = toBrushCollection(v);
323
- this._a("rightIconFillColors", brushCollectionToString(this.i.hy));
322
+ this.i.h0 = toBrushCollection(v);
323
+ this._a("rightIconFillColors", brushCollectionToString(this.i.h0));
324
324
  }
325
325
  /**
326
326
  * Gets or sets the RightIcon stroke color.
327
327
  */
328
328
  get rightIconStroke() {
329
- return brushToString(this.i.kj);
329
+ return brushToString(this.i.kl);
330
330
  }
331
331
  set rightIconStroke(v) {
332
- this.i.kj = stringToBrush(v);
333
- this._a("rightIconStroke", brushToString(this.i.kj));
332
+ this.i.kl = stringToBrush(v);
333
+ this._a("rightIconStroke", brushToString(this.i.kl));
334
334
  }
335
335
  /**
336
336
  * Gets the actual RightIcon stroke color.
337
337
  */
338
338
  get actualRightIconStroke() {
339
- return brushToString(this.i.kf);
339
+ return brushToString(this.i.kh);
340
340
  }
341
341
  set actualRightIconStroke(v) {
342
- this.i.kf = stringToBrush(v);
343
- this._a("actualRightIconStroke", brushToString(this.i.kf));
342
+ this.i.kh = stringToBrush(v);
343
+ this._a("actualRightIconStroke", brushToString(this.i.kh));
344
344
  }
345
345
  /**
346
346
  * Gets or sets the RightIcon stroke colors.
347
347
  */
348
348
  get rightIconStrokeColors() {
349
- return fromBrushCollection(this.i.hz);
349
+ return fromBrushCollection(this.i.h1);
350
350
  }
351
351
  set rightIconStrokeColors(v) {
352
- this.i.hz = toBrushCollection(v);
353
- this._a("rightIconStrokeColors", brushCollectionToString(this.i.hz));
352
+ this.i.h1 = toBrushCollection(v);
353
+ this._a("rightIconStrokeColors", brushCollectionToString(this.i.h1));
354
354
  }
355
355
  /**
356
356
  * Gets or sets the RightIcon viewbox width.
357
357
  */
358
358
  get rightIconStrokeWidth() {
359
- return this.i.iv;
359
+ return this.i.ix;
360
360
  }
361
361
  set rightIconStrokeWidth(v) {
362
- this.i.iv = +v;
363
- this._a("rightIconStrokeWidth", this.i.iv);
362
+ this.i.ix = +v;
363
+ this._a("rightIconStrokeWidth", this.i.ix);
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.j7;
369
+ return this.i.j9;
370
370
  }
371
371
  set rightTitle(v) {
372
- this.i.j7 = v;
372
+ this.i.j9 = 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.h0;
378
+ return this.i.h2;
379
379
  }
380
380
  set displayType(v) {
381
- this.i.h0 = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
382
- this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.h0));
381
+ this.i.h2 = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
382
+ this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.h2));
383
383
  }
384
384
  /**
385
385
  * Gets or sets the button corner radius.
386
386
  */
387
387
  get cornerRadius() {
388
- return this.i.im;
388
+ return this.i.ip;
389
389
  }
390
390
  set cornerRadius(v) {
391
- this.i.im = +v;
392
- this._a("cornerRadius", this.i.im);
391
+ this.i.ip = +v;
392
+ this._a("cornerRadius", this.i.ip);
393
393
  }
394
394
  exportVisualData() {
395
395
  let iv = this.i.ct();
@@ -65,11 +65,11 @@ let IgcToolActionCheckboxComponent = /*@__PURE__*/ (() => {
65
65
  * Gets or sets if the tool action is checked.
66
66
  */
67
67
  get isChecked() {
68
- return this.i.hv;
68
+ return this.i.hx;
69
69
  }
70
70
  set isChecked(v) {
71
- this.i.hv = ensureBool(v);
72
- this._a("isChecked", this.i.hv);
71
+ this.i.hx = ensureBool(v);
72
+ this._a("isChecked", this.i.hx);
73
73
  }
74
74
  /**
75
75
  * Gets or sets a shorthand display text for this checkbox option. Used by
@@ -78,90 +78,90 @@ let IgcToolActionCheckboxComponent = /*@__PURE__*/ (() => {
78
78
  * for more compact display.
79
79
  */
80
80
  get shorthandTitle() {
81
- return this.i.h3;
81
+ return this.i.h5;
82
82
  }
83
83
  set shorthandTitle(v) {
84
- this.i.h3 = v;
84
+ this.i.h5 = v;
85
85
  }
86
86
  /**
87
87
  * Gets or sets the background color of the checkbox when in the unchecked state.
88
88
  */
89
89
  get uncheckedBackgroundColor() {
90
- return brushToString(this.i.ig);
90
+ return brushToString(this.i.ii);
91
91
  }
92
92
  set uncheckedBackgroundColor(v) {
93
- this.i.ig = stringToBrush(v);
94
- this._a("uncheckedBackgroundColor", brushToString(this.i.ig));
93
+ this.i.ii = stringToBrush(v);
94
+ this._a("uncheckedBackgroundColor", brushToString(this.i.ii));
95
95
  }
96
96
  /**
97
97
  * Gets the actual background color of the checkbox when in the unchecked state.
98
98
  */
99
99
  get actualUncheckedBackgroundColor() {
100
- return brushToString(this.i.ib);
100
+ return brushToString(this.i.id);
101
101
  }
102
102
  set actualUncheckedBackgroundColor(v) {
103
- this.i.ib = stringToBrush(v);
104
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.ib));
103
+ this.i.id = stringToBrush(v);
104
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.id));
105
105
  }
106
106
  /**
107
107
  * Gets or sets the background color of the checkbox when in the checked state.
108
108
  */
109
109
  get checkedBackgroundColor() {
110
- return brushToString(this.i.id);
110
+ return brushToString(this.i.ig);
111
111
  }
112
112
  set checkedBackgroundColor(v) {
113
- this.i.id = stringToBrush(v);
114
- this._a("checkedBackgroundColor", brushToString(this.i.id));
113
+ this.i.ig = stringToBrush(v);
114
+ this._a("checkedBackgroundColor", brushToString(this.i.ig));
115
115
  }
116
116
  /**
117
117
  * Gets the actual background color of the checkbox when in the checked state.
118
118
  */
119
119
  get actualCheckedBackgroundColor() {
120
- return brushToString(this.i.h9);
120
+ return brushToString(this.i.ib);
121
121
  }
122
122
  set actualCheckedBackgroundColor(v) {
123
- this.i.h9 = stringToBrush(v);
124
- this._a("actualCheckedBackgroundColor", brushToString(this.i.h9));
123
+ this.i.ib = stringToBrush(v);
124
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.ib));
125
125
  }
126
126
  /**
127
127
  * Gets or sets the border color of the checkbox when in the unchecked state.
128
128
  */
129
129
  get uncheckedBorderColor() {
130
- return brushToString(this.i.ih);
130
+ return brushToString(this.i.ij);
131
131
  }
132
132
  set uncheckedBorderColor(v) {
133
- this.i.ih = stringToBrush(v);
134
- this._a("uncheckedBorderColor", brushToString(this.i.ih));
133
+ this.i.ij = stringToBrush(v);
134
+ this._a("uncheckedBorderColor", brushToString(this.i.ij));
135
135
  }
136
136
  /**
137
137
  * Gets the actual border color of the checkbox when in the unchecked state.
138
138
  */
139
139
  get actualUncheckedBorderColor() {
140
- return brushToString(this.i.ic);
140
+ return brushToString(this.i.ie);
141
141
  }
142
142
  set actualUncheckedBorderColor(v) {
143
- this.i.ic = stringToBrush(v);
144
- this._a("actualUncheckedBorderColor", brushToString(this.i.ic));
143
+ this.i.ie = stringToBrush(v);
144
+ this._a("actualUncheckedBorderColor", brushToString(this.i.ie));
145
145
  }
146
146
  /**
147
147
  * Gets or sets the border color of the checkbox when in the checked state.
148
148
  */
149
149
  get checkedBorderColor() {
150
- return brushToString(this.i.ie);
150
+ return brushToString(this.i.ih);
151
151
  }
152
152
  set checkedBorderColor(v) {
153
- this.i.ie = stringToBrush(v);
154
- this._a("checkedBorderColor", brushToString(this.i.ie));
153
+ this.i.ih = stringToBrush(v);
154
+ this._a("checkedBorderColor", brushToString(this.i.ih));
155
155
  }
156
156
  /**
157
157
  * Gets the actual border color of the checkbox when in the checked state.
158
158
  */
159
159
  get actualCheckedBorderColor() {
160
- return brushToString(this.i.ia);
160
+ return brushToString(this.i.ic);
161
161
  }
162
162
  set actualCheckedBorderColor(v) {
163
- this.i.ia = stringToBrush(v);
164
- this._a("actualCheckedBorderColor", brushToString(this.i.ia));
163
+ this.i.ic = stringToBrush(v);
164
+ this._a("actualCheckedBorderColor", brushToString(this.i.ic));
165
165
  }
166
166
  exportVisualData() {
167
167
  let iv = this.i.ct();
@@ -67,37 +67,37 @@ let IgcToolActionCheckboxGroupComponent = /*@__PURE__*/ (() => {
67
67
  * When null, defaults to the ToolPanel's cell text style with a slightly smaller font size.
68
68
  */
69
69
  get selectedTextStyle() {
70
- if (this.i.hv == null) {
70
+ if (this.i.hx == null) {
71
71
  return null;
72
72
  }
73
- return this.i.hv.fontString;
73
+ return this.i.hx.fontString;
74
74
  }
75
75
  set selectedTextStyle(v) {
76
76
  let fi = new FontInfo();
77
77
  fi.fontString = v;
78
- this.i.hv = fi;
79
- this._a("selectedTextStyle", this.i.hv != null ? this.i.hv.fontString : "");
78
+ this.i.hx = fi;
79
+ this._a("selectedTextStyle", this.i.hx != null ? this.i.hx.fontString : "");
80
80
  }
81
81
  /**
82
82
  * Gets or sets the color for the selected checkbox display text.
83
83
  * When null, defaults to a lightened version of the ToolPanel's text color.
84
84
  */
85
85
  get selectedTextColor() {
86
- return brushToString(this.i.h7);
86
+ return brushToString(this.i.h9);
87
87
  }
88
88
  set selectedTextColor(v) {
89
- this.i.h7 = stringToBrush(v);
90
- this._a("selectedTextColor", brushToString(this.i.h7));
89
+ this.i.h9 = stringToBrush(v);
90
+ this._a("selectedTextColor", brushToString(this.i.h9));
91
91
  }
92
92
  /**
93
93
  * Gets the resolved color for the selected checkbox display text.
94
94
  */
95
95
  get actualSelectedTextColor() {
96
- return brushToString(this.i.h6);
96
+ return brushToString(this.i.h8);
97
97
  }
98
98
  set actualSelectedTextColor(v) {
99
- this.i.h6 = stringToBrush(v);
100
- this._a("actualSelectedTextColor", brushToString(this.i.h6));
99
+ this.i.h8 = stringToBrush(v);
100
+ this._a("actualSelectedTextColor", brushToString(this.i.h8));
101
101
  }
102
102
  exportVisualData() {
103
103
  let iv = this.i.ct();