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
@@ -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.hd;
79
+ return this.i.hl;
80
80
  },
81
81
  set: function (v) {
82
- this.i.hd = ensureEnum(ToolActionButtonDisplayType_$type, v);
83
- this._a("displayType", enumToString(ToolActionButtonDisplayType_$type, this.i.hd));
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.hh;
93
+ return this.i.hp;
94
94
  },
95
95
  set: function (v) {
96
- this.i.hh = +v;
97
- this._a("cornerRadius", this.i.hh);
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.h0;
76
+ return this.i.h8;
77
77
  },
78
78
  set: function (v) {
79
- this.i.h0 = ensureBool(v);
80
- this._a("leftIsSelected", this.i.h0);
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.h3;
87
+ return this.i.ib;
88
88
  },
89
89
  set: function (v) {
90
- this.i.h3 = ensureBool(v);
91
- this._a("rightIsSelected", this.i.h3);
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.hz;
98
+ return this.i.h7;
99
99
  },
100
100
  set: function (v) {
101
- this.i.hz = ensureBool(v);
102
- this._a("leftIsDisabled", this.i.hz);
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.h2;
109
+ return this.i.ia;
110
110
  },
111
111
  set: function (v) {
112
- this.i.h2 = ensureBool(v);
113
- this._a("rightIsDisabled", this.i.h2);
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.iw;
120
+ return this.i.i4;
121
121
  },
122
122
  set: function (v) {
123
- this.i.iw = v;
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.iq;
130
+ return this.i.iy;
131
131
  },
132
132
  set: function (v) {
133
- this.i.iq = v;
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.hy;
140
+ return this.i.h6;
141
141
  },
142
142
  set: function (v) {
143
- this.i.hy = ensureBool(v);
144
- this._a("isToggleDisabled", this.i.hy);
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.is;
151
+ return this.i.i0;
152
152
  },
153
153
  set: function (v) {
154
- this.i.is = v;
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.h9;
164
+ return this.i.ii;
165
165
  },
166
166
  set: function (v) {
167
- this.i.h9 = +v;
168
- this._a("leftIconViewBoxLeft", this.i.h9);
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.ia;
178
+ return this.i.ij;
179
179
  },
180
180
  set: function (v) {
181
- this.i.ia = +v;
182
- this._a("leftIconViewBoxTop", this.i.ia);
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.ib;
192
+ return this.i.ik;
193
193
  },
194
194
  set: function (v) {
195
- this.i.ib = +v;
196
- this._a("leftIconViewBoxWidth", this.i.ib);
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.h8;
206
+ return this.i.ih;
207
207
  },
208
208
  set: function (v) {
209
- this.i.h8 = +v;
210
- this._a("leftIconViewBoxHeight", this.i.h8);
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.jz);
220
+ return brushToString(this.i.j7);
221
221
  },
222
222
  set: function (v) {
223
- this.i.jz = stringToBrush(v);
224
- this._a("leftIconFill", brushToString(this.i.jz));
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.jv);
234
+ return brushToString(this.i.j3);
235
235
  },
236
236
  set: function (v) {
237
- this.i.jv = stringToBrush(v);
238
- this._a("actualLeftIconFill", brushToString(this.i.jv));
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.hf);
248
+ return fromBrushCollection(this.i.hn);
249
249
  },
250
250
  set: function (v) {
251
- this.i.hf = toBrushCollection(v);
252
- this._a("leftIconFillColors", brushCollectionToString(this.i.hf));
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.j0);
262
+ return brushToString(this.i.j8);
263
263
  },
264
264
  set: function (v) {
265
- this.i.j0 = stringToBrush(v);
266
- this._a("leftIconStroke", brushToString(this.i.j0));
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.jw);
276
+ return brushToString(this.i.j4);
277
277
  },
278
278
  set: function (v) {
279
- this.i.jw = stringToBrush(v);
280
- this._a("actualLeftIconStroke", brushToString(this.i.jw));
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.hg);
290
+ return fromBrushCollection(this.i.ho);
291
291
  },
292
292
  set: function (v) {
293
- this.i.hg = toBrushCollection(v);
294
- this._a("leftIconStrokeColors", brushCollectionToString(this.i.hg));
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.h7;
304
+ return this.i.ig;
305
305
  },
306
306
  set: function (v) {
307
- this.i.h7 = +v;
308
- this._a("leftIconStrokeWidth", this.i.h7);
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.i7;
318
+ return this.i.jf;
319
319
  },
320
320
  set: function (v) {
321
- this.i.i7 = v;
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.jf;
328
+ return this.i.jn;
329
329
  },
330
330
  set: function (v) {
331
- this.i.jf = v;
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.i9;
338
+ return this.i.jh;
339
339
  },
340
340
  set: function (v) {
341
- this.i.i9 = v;
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.jb;
348
+ return this.i.jj;
349
349
  },
350
350
  set: function (v) {
351
- this.i.jb = v;
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.ie;
361
+ return this.i.io;
362
362
  },
363
363
  set: function (v) {
364
- this.i.ie = +v;
365
- this._a("rightIconViewBoxLeft", this.i.ie);
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.ig;
375
+ return this.i.ip;
376
376
  },
377
377
  set: function (v) {
378
- this.i.ig = +v;
379
- this._a("rightIconViewBoxTop", this.i.ig);
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.ih;
389
+ return this.i.iq;
390
390
  },
391
391
  set: function (v) {
392
- this.i.ih = +v;
393
- this._a("rightIconViewBoxWidth", this.i.ih);
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.id;
403
+ return this.i.im;
404
404
  },
405
405
  set: function (v) {
406
- this.i.id = +v;
407
- this._a("rightIconViewBoxHeight", this.i.id);
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.j1);
417
+ return brushToString(this.i.j9);
418
418
  },
419
419
  set: function (v) {
420
- this.i.j1 = stringToBrush(v);
421
- this._a("rightIconFill", brushToString(this.i.j1));
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.jx);
431
+ return brushToString(this.i.j5);
432
432
  },
433
433
  set: function (v) {
434
- this.i.jx = stringToBrush(v);
435
- this._a("actualRightIconFill", brushToString(this.i.jx));
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.hh);
445
+ return fromBrushCollection(this.i.hp);
446
446
  },
447
447
  set: function (v) {
448
- this.i.hh = toBrushCollection(v);
449
- this._a("rightIconFillColors", brushCollectionToString(this.i.hh));
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.j2);
459
+ return brushToString(this.i.ka);
460
460
  },
461
461
  set: function (v) {
462
- this.i.j2 = stringToBrush(v);
463
- this._a("rightIconStroke", brushToString(this.i.j2));
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.jy);
473
+ return brushToString(this.i.j6);
474
474
  },
475
475
  set: function (v) {
476
- this.i.jy = stringToBrush(v);
477
- this._a("actualRightIconStroke", brushToString(this.i.jy));
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.hi);
487
+ return fromBrushCollection(this.i.hq);
488
488
  },
489
489
  set: function (v) {
490
- this.i.hi = toBrushCollection(v);
491
- this._a("rightIconStrokeColors", brushCollectionToString(this.i.hi));
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.ic;
501
+ return this.i.il;
502
502
  },
503
503
  set: function (v) {
504
- this.i.ic = +v;
505
- this._a("rightIconStrokeWidth", this.i.ic);
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.jq;
515
+ return this.i.jy;
516
516
  },
517
517
  set: function (v) {
518
- this.i.jq = v;
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.hj;
528
+ return this.i.hr;
529
529
  },
530
530
  set: function (v) {
531
- this.i.hj = ensureEnum(ToolActionButtonGroupDisplayType_$type, v);
532
- this._a("displayType", enumToString(ToolActionButtonGroupDisplayType_$type, this.i.hj));
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.h4;
542
+ return this.i.ic;
543
543
  },
544
544
  set: function (v) {
545
- this.i.h4 = +v;
546
- this._a("cornerRadius", this.i.h4);
545
+ this.i.ic = +v;
546
+ this._a("cornerRadius", this.i.ic);
547
547
  },
548
548
  enumerable: false,
549
549
  configurable: true