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.
Files changed (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. 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.h0;
66
+ return this.i.h8;
67
67
  }
68
68
  set leftIsSelected(v) {
69
- this.i.h0 = ensureBool(v);
70
- this._a("leftIsSelected", this.i.h0);
69
+ this.i.h8 = ensureBool(v);
70
+ this._a("leftIsSelected", this.i.h8);
71
71
  }
72
72
  get rightIsSelected() {
73
- return this.i.h3;
73
+ return this.i.ib;
74
74
  }
75
75
  set rightIsSelected(v) {
76
- this.i.h3 = ensureBool(v);
77
- this._a("rightIsSelected", this.i.h3);
76
+ this.i.ib = ensureBool(v);
77
+ this._a("rightIsSelected", this.i.ib);
78
78
  }
79
79
  get leftIsDisabled() {
80
- return this.i.hz;
80
+ return this.i.h7;
81
81
  }
82
82
  set leftIsDisabled(v) {
83
- this.i.hz = ensureBool(v);
84
- this._a("leftIsDisabled", this.i.hz);
83
+ this.i.h7 = ensureBool(v);
84
+ this._a("leftIsDisabled", this.i.h7);
85
85
  }
86
86
  get rightIsDisabled() {
87
- return this.i.h2;
87
+ return this.i.ia;
88
88
  }
89
89
  set rightIsDisabled(v) {
90
- this.i.h2 = ensureBool(v);
91
- this._a("rightIsDisabled", this.i.h2);
90
+ this.i.ia = ensureBool(v);
91
+ this._a("rightIsDisabled", this.i.ia);
92
92
  }
93
93
  get leftIconName() {
94
- return this.i.iw;
94
+ return this.i.i4;
95
95
  }
96
96
  set leftIconName(v) {
97
- this.i.iw = v;
97
+ this.i.i4 = v;
98
98
  }
99
99
  get leftCommandArgument() {
100
- return this.i.iq;
100
+ return this.i.iy;
101
101
  }
102
102
  set leftCommandArgument(v) {
103
- this.i.iq = v;
103
+ this.i.iy = v;
104
104
  }
105
105
  get isToggleDisabled() {
106
- return this.i.hy;
106
+ return this.i.h6;
107
107
  }
108
108
  set isToggleDisabled(v) {
109
- this.i.hy = ensureBool(v);
110
- this._a("isToggleDisabled", this.i.hy);
109
+ this.i.h6 = ensureBool(v);
110
+ this._a("isToggleDisabled", this.i.h6);
111
111
  }
112
112
  get leftIconCollectionName() {
113
- return this.i.is;
113
+ return this.i.i0;
114
114
  }
115
115
  set leftIconCollectionName(v) {
116
- this.i.is = v;
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.h9;
122
+ return this.i.ii;
123
123
  }
124
124
  set leftIconViewBoxLeft(v) {
125
- this.i.h9 = +v;
126
- this._a("leftIconViewBoxLeft", this.i.h9);
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.ia;
132
+ return this.i.ij;
133
133
  }
134
134
  set leftIconViewBoxTop(v) {
135
- this.i.ia = +v;
136
- this._a("leftIconViewBoxTop", this.i.ia);
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.ib;
142
+ return this.i.ik;
143
143
  }
144
144
  set leftIconViewBoxWidth(v) {
145
- this.i.ib = +v;
146
- this._a("leftIconViewBoxWidth", this.i.ib);
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.h8;
152
+ return this.i.ih;
153
153
  }
154
154
  set leftIconViewBoxHeight(v) {
155
- this.i.h8 = +v;
156
- this._a("leftIconViewBoxHeight", this.i.h8);
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.jz);
162
+ return brushToString(this.i.j7);
163
163
  }
164
164
  set leftIconFill(v) {
165
- this.i.jz = stringToBrush(v);
166
- this._a("leftIconFill", brushToString(this.i.jz));
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.jv);
172
+ return brushToString(this.i.j3);
173
173
  }
174
174
  set actualLeftIconFill(v) {
175
- this.i.jv = stringToBrush(v);
176
- this._a("actualLeftIconFill", brushToString(this.i.jv));
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.hf);
182
+ return fromBrushCollection(this.i.hn);
183
183
  }
184
184
  set leftIconFillColors(v) {
185
- this.i.hf = toBrushCollection(v);
186
- this._a("leftIconFillColors", brushCollectionToString(this.i.hf));
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.j0);
192
+ return brushToString(this.i.j8);
193
193
  }
194
194
  set leftIconStroke(v) {
195
- this.i.j0 = stringToBrush(v);
196
- this._a("leftIconStroke", brushToString(this.i.j0));
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.jw);
202
+ return brushToString(this.i.j4);
203
203
  }
204
204
  set actualLeftIconStroke(v) {
205
- this.i.jw = stringToBrush(v);
206
- this._a("actualLeftIconStroke", brushToString(this.i.jw));
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.hg);
212
+ return fromBrushCollection(this.i.ho);
213
213
  }
214
214
  set leftIconStrokeColors(v) {
215
- this.i.hg = toBrushCollection(v);
216
- this._a("leftIconStrokeColors", brushCollectionToString(this.i.hg));
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.h7;
222
+ return this.i.ig;
223
223
  }
224
224
  set leftIconStrokeWidth(v) {
225
- this.i.h7 = +v;
226
- this._a("leftIconStrokeWidth", this.i.h7);
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.i7;
232
+ return this.i.jf;
233
233
  }
234
234
  set leftTitle(v) {
235
- this.i.i7 = v;
235
+ this.i.jf = v;
236
236
  }
237
237
  get rightIconName() {
238
- return this.i.jf;
238
+ return this.i.jn;
239
239
  }
240
240
  set rightIconName(v) {
241
- this.i.jf = v;
241
+ this.i.jn = v;
242
242
  }
243
243
  get rightCommandArgument() {
244
- return this.i.i9;
244
+ return this.i.jh;
245
245
  }
246
246
  set rightCommandArgument(v) {
247
- this.i.i9 = v;
247
+ this.i.jh = v;
248
248
  }
249
249
  get rightIconCollectionName() {
250
- return this.i.jb;
250
+ return this.i.jj;
251
251
  }
252
252
  set rightIconCollectionName(v) {
253
- this.i.jb = v;
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.ie;
259
+ return this.i.io;
260
260
  }
261
261
  set rightIconViewBoxLeft(v) {
262
- this.i.ie = +v;
263
- this._a("rightIconViewBoxLeft", this.i.ie);
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.ig;
269
+ return this.i.ip;
270
270
  }
271
271
  set rightIconViewBoxTop(v) {
272
- this.i.ig = +v;
273
- this._a("rightIconViewBoxTop", this.i.ig);
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.ih;
279
+ return this.i.iq;
280
280
  }
281
281
  set rightIconViewBoxWidth(v) {
282
- this.i.ih = +v;
283
- this._a("rightIconViewBoxWidth", this.i.ih);
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.id;
289
+ return this.i.im;
290
290
  }
291
291
  set rightIconViewBoxHeight(v) {
292
- this.i.id = +v;
293
- this._a("rightIconViewBoxHeight", this.i.id);
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.j1);
299
+ return brushToString(this.i.j9);
300
300
  }
301
301
  set rightIconFill(v) {
302
- this.i.j1 = stringToBrush(v);
303
- this._a("rightIconFill", brushToString(this.i.j1));
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.jx);
309
+ return brushToString(this.i.j5);
310
310
  }
311
311
  set actualRightIconFill(v) {
312
- this.i.jx = stringToBrush(v);
313
- this._a("actualRightIconFill", brushToString(this.i.jx));
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.hh);
319
+ return fromBrushCollection(this.i.hp);
320
320
  }
321
321
  set rightIconFillColors(v) {
322
- this.i.hh = toBrushCollection(v);
323
- this._a("rightIconFillColors", brushCollectionToString(this.i.hh));
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.j2);
329
+ return brushToString(this.i.ka);
330
330
  }
331
331
  set rightIconStroke(v) {
332
- this.i.j2 = stringToBrush(v);
333
- this._a("rightIconStroke", brushToString(this.i.j2));
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.jy);
339
+ return brushToString(this.i.j6);
340
340
  }
341
341
  set actualRightIconStroke(v) {
342
- this.i.jy = stringToBrush(v);
343
- this._a("actualRightIconStroke", brushToString(this.i.jy));
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.hi);
349
+ return fromBrushCollection(this.i.hq);
350
350
  }
351
351
  set rightIconStrokeColors(v) {
352
- this.i.hi = toBrushCollection(v);
353
- this._a("rightIconStrokeColors", brushCollectionToString(this.i.hi));
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.ic;
359
+ return this.i.il;
360
360
  }
361
361
  set rightIconStrokeWidth(v) {
362
- this.i.ic = +v;
363
- this._a("rightIconStrokeWidth", this.i.ic);
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.jq;
369
+ return this.i.jy;
370
370
  }
371
371
  set rightTitle(v) {
372
- this.i.jq = v;
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.hj;
378
+ return this.i.hr;
379
379
  }
380
380
  set displayType(v) {
381
- this.i.hj = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
382
- this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.hj));
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.h4;
388
+ return this.i.ic;
389
389
  }
390
390
  set cornerRadius(v) {
391
- this.i.h4 = +v;
392
- this._a("cornerRadius", this.i.h4);
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.he;
68
+ return this.i.hm;
69
69
  }
70
70
  set isChecked(v) {
71
- this.i.he = ensureBool(v);
72
- this._a("isChecked", this.i.he);
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.hw);
78
+ return brushToString(this.i.h4);
79
79
  }
80
80
  set uncheckedBackgroundColor(v) {
81
- this.i.hw = stringToBrush(v);
82
- this._a("uncheckedBackgroundColor", brushToString(this.i.hw));
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.hs);
88
+ return brushToString(this.i.h0);
89
89
  }
90
90
  set actualUncheckedBackgroundColor(v) {
91
- this.i.hs = stringToBrush(v);
92
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.hs));
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.hu);
98
+ return brushToString(this.i.h2);
99
99
  }
100
100
  set checkedBackgroundColor(v) {
101
- this.i.hu = stringToBrush(v);
102
- this._a("checkedBackgroundColor", brushToString(this.i.hu));
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.hq);
108
+ return brushToString(this.i.hy);
109
109
  }
110
110
  set actualCheckedBackgroundColor(v) {
111
- this.i.hq = stringToBrush(v);
112
- this._a("actualCheckedBackgroundColor", brushToString(this.i.hq));
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.hx);
118
+ return brushToString(this.i.h5);
119
119
  }
120
120
  set uncheckedBorderColor(v) {
121
- this.i.hx = stringToBrush(v);
122
- this._a("uncheckedBorderColor", brushToString(this.i.hx));
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.ht);
128
+ return brushToString(this.i.h1);
129
129
  }
130
130
  set actualUncheckedBorderColor(v) {
131
- this.i.ht = stringToBrush(v);
132
- this._a("actualUncheckedBorderColor", brushToString(this.i.ht));
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.hv);
138
+ return brushToString(this.i.h3);
139
139
  }
140
140
  set checkedBorderColor(v) {
141
- this.i.hv = stringToBrush(v);
142
- this._a("checkedBorderColor", brushToString(this.i.hv));
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.hr);
148
+ return brushToString(this.i.hz);
149
149
  }
150
150
  set actualCheckedBorderColor(v) {
151
- this.i.hr = stringToBrush(v);
152
- this._a("actualCheckedBorderColor", brushToString(this.i.hr));
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.hu;
83
+ return this.i.h2;
84
84
  }
85
85
  set selectedMemberPath(v) {
86
- this.i.hu = v;
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.hj;
92
+ return this.i.hr;
93
93
  }
94
94
  set showSelectAll(v) {
95
- this.i.hj = ensureBool(v);
96
- this._a("showSelectAll", this.i.hj);
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.ho;
102
+ return this.i.hw;
103
103
  }
104
104
  set dataMemberPath(v) {
105
- this.i.ho = v;
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.hd;
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.hd = v;
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.he;
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.he = innerColl;
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.he;
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.he = innerColl;
150
+ this.i.hm = innerColl;
151
151
  }
152
152
  /**
153
153
 
154
154
  */
155
155
  get indexType() {
156
- return this.i.hf;
156
+ return this.i.hn;
157
157
  }
158
158
  set indexType(v) {
159
- this.i.hf = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
160
- this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hf));
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.hj);
68
+ return brushToString(this.i.hr);
69
69
  }
70
70
  set value(v) {
71
- this.i.hj = stringToBrush(v);
72
- this._a("value", brushToString(this.i.hj));
71
+ this.i.hr = stringToBrush(v);
72
+ this._a("value", brushToString(this.i.hr));
73
73
  }
74
74
  }
75
75
  IgcToolActionColorEditorComponent._observedAttributesIgcToolActionColorEditorComponent = null;