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

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
@@ -75,10 +75,10 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
75
75
  * Gets or sets the channel this radio button belongs to.
76
76
  */
77
77
  get: function () {
78
- return this.i.h2;
78
+ return this.i.h5;
79
79
  },
80
80
  set: function (v) {
81
- this.i.h2 = v;
81
+ this.i.h5 = v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true
@@ -91,10 +91,10 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
91
91
  * for more compact display.
92
92
  */
93
93
  get: function () {
94
- return this.i.h7;
94
+ return this.i.ib;
95
95
  },
96
96
  set: function (v) {
97
- this.i.h7 = v;
97
+ this.i.ib = v;
98
98
  },
99
99
  enumerable: false,
100
100
  configurable: true
@@ -104,11 +104,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
104
104
  * Gets or sets if the tool action is checked.
105
105
  */
106
106
  get: function () {
107
- return this.i.hv;
107
+ return this.i.hx;
108
108
  },
109
109
  set: function (v) {
110
- this.i.hv = ensureBool(v);
111
- this._a("isChecked", this.i.hv);
110
+ this.i.hx = ensureBool(v);
111
+ this._a("isChecked", this.i.hx);
112
112
  },
113
113
  enumerable: false,
114
114
  configurable: true
@@ -119,11 +119,28 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
119
119
  * well not become selected when clicked if this property is true.
120
120
  */
121
121
  get: function () {
122
- return this.i.hw;
122
+ return this.i.hy;
123
123
  },
124
124
  set: function (v) {
125
- this.i.hw = ensureBool(v);
126
- this._a("isManual", this.i.hw);
125
+ this.i.hy = ensureBool(v);
126
+ this._a("isManual", this.i.hy);
127
+ },
128
+ enumerable: false,
129
+ configurable: true
130
+ });
131
+ Object.defineProperty(IgcToolActionRadioComponent.prototype, "isToggleable", {
132
+ /**
133
+ * Gets or sets whether the radio can be unchecked by clicking it again. When true, the radio
134
+ * behaves like a checkbox for the on-state — clicking a checked radio will uncheck it, leaving
135
+ * the channel with no selection. Channel exclusivity is still enforced when the radio is checked
136
+ * (siblings in the same channel will be deselected). Defaults to false.
137
+ */
138
+ get: function () {
139
+ return this.i.hz;
140
+ },
141
+ set: function (v) {
142
+ this.i.hz = ensureBool(v);
143
+ this._a("isToggleable", this.i.hz);
127
144
  },
128
145
  enumerable: false,
129
146
  configurable: true
@@ -133,11 +150,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
133
150
  * Gets or sets the background color of the radio when in the unchecked state.
134
151
  */
135
152
  get: function () {
136
- return brushToString(this.i.il);
153
+ return brushToString(this.i.iq);
137
154
  },
138
155
  set: function (v) {
139
- this.i.il = stringToBrush(v);
140
- this._a("uncheckedBackgroundColor", brushToString(this.i.il));
156
+ this.i.iq = stringToBrush(v);
157
+ this._a("uncheckedBackgroundColor", brushToString(this.i.iq));
141
158
  },
142
159
  enumerable: false,
143
160
  configurable: true
@@ -147,11 +164,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
147
164
  * Gets the actual background color of the radio when in the unchecked state.
148
165
  */
149
166
  get: function () {
150
- return brushToString(this.i.ih);
167
+ return brushToString(this.i.il);
151
168
  },
152
169
  set: function (v) {
153
- this.i.ih = stringToBrush(v);
154
- this._a("actualUncheckedBackgroundColor", brushToString(this.i.ih));
170
+ this.i.il = stringToBrush(v);
171
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.il));
155
172
  },
156
173
  enumerable: false,
157
174
  configurable: true
@@ -161,11 +178,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
161
178
  * Gets or sets the background color of the radio when in the checked state.
162
179
  */
163
180
  get: function () {
164
- return brushToString(this.i.ij);
181
+ return brushToString(this.i.io);
165
182
  },
166
183
  set: function (v) {
167
- this.i.ij = stringToBrush(v);
168
- this._a("checkedBackgroundColor", brushToString(this.i.ij));
184
+ this.i.io = stringToBrush(v);
185
+ this._a("checkedBackgroundColor", brushToString(this.i.io));
169
186
  },
170
187
  enumerable: false,
171
188
  configurable: true
@@ -175,11 +192,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
175
192
  * Gets the actual background color of the radio when in the checked state.
176
193
  */
177
194
  get: function () {
178
- return brushToString(this.i.ie);
195
+ return brushToString(this.i.ij);
179
196
  },
180
197
  set: function (v) {
181
- this.i.ie = stringToBrush(v);
182
- this._a("actualCheckedBackgroundColor", brushToString(this.i.ie));
198
+ this.i.ij = stringToBrush(v);
199
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.ij));
183
200
  },
184
201
  enumerable: false,
185
202
  configurable: true
@@ -189,11 +206,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
189
206
  * Gets or sets the border color of the radio when in the unchecked state.
190
207
  */
191
208
  get: function () {
192
- return brushToString(this.i.im);
209
+ return brushToString(this.i.ir);
193
210
  },
194
211
  set: function (v) {
195
- this.i.im = stringToBrush(v);
196
- this._a("uncheckedBorderColor", brushToString(this.i.im));
212
+ this.i.ir = stringToBrush(v);
213
+ this._a("uncheckedBorderColor", brushToString(this.i.ir));
197
214
  },
198
215
  enumerable: false,
199
216
  configurable: true
@@ -203,11 +220,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
203
220
  * Gets the actual border color of the radio when in the unchecked state.
204
221
  */
205
222
  get: function () {
206
- return brushToString(this.i.ii);
223
+ return brushToString(this.i.im);
207
224
  },
208
225
  set: function (v) {
209
- this.i.ii = stringToBrush(v);
210
- this._a("actualUncheckedBorderColor", brushToString(this.i.ii));
226
+ this.i.im = stringToBrush(v);
227
+ this._a("actualUncheckedBorderColor", brushToString(this.i.im));
211
228
  },
212
229
  enumerable: false,
213
230
  configurable: true
@@ -217,11 +234,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
217
234
  * Gets or sets the border color of the radio when in the checked state.
218
235
  */
219
236
  get: function () {
220
- return brushToString(this.i.ik);
237
+ return brushToString(this.i.ip);
221
238
  },
222
239
  set: function (v) {
223
- this.i.ik = stringToBrush(v);
224
- this._a("checkedBorderColor", brushToString(this.i.ik));
240
+ this.i.ip = stringToBrush(v);
241
+ this._a("checkedBorderColor", brushToString(this.i.ip));
225
242
  },
226
243
  enumerable: false,
227
244
  configurable: true
@@ -231,11 +248,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
231
248
  * Gets the actual border color of the radio when in the checked state.
232
249
  */
233
250
  get: function () {
234
- return brushToString(this.i.ig);
251
+ return brushToString(this.i.ik);
235
252
  },
236
253
  set: function (v) {
237
- this.i.ig = stringToBrush(v);
238
- this._a("actualCheckedBorderColor", brushToString(this.i.ig));
254
+ this.i.ik = stringToBrush(v);
255
+ this._a("actualCheckedBorderColor", brushToString(this.i.ik));
239
256
  },
240
257
  enumerable: false,
241
258
  configurable: true
@@ -77,16 +77,16 @@ export var IgcToolActionRadioGroupComponent = /** @class */ /*@__PURE__*/ (funct
77
77
  * When null, defaults to the ToolPanel's cell text style with a slightly smaller font size.
78
78
  */
79
79
  get: function () {
80
- if (this.i.hw == null) {
80
+ if (this.i.hy == null) {
81
81
  return null;
82
82
  }
83
- return this.i.hw.fontString;
83
+ return this.i.hy.fontString;
84
84
  },
85
85
  set: function (v) {
86
86
  var fi = new FontInfo();
87
87
  fi.fontString = v;
88
- this.i.hw = fi;
89
- this._a("selectedTextStyle", this.i.hw != null ? this.i.hw.fontString : "");
88
+ this.i.hy = fi;
89
+ this._a("selectedTextStyle", this.i.hy != null ? this.i.hy.fontString : "");
90
90
  },
91
91
  enumerable: false,
92
92
  configurable: true
@@ -97,11 +97,11 @@ export var IgcToolActionRadioGroupComponent = /** @class */ /*@__PURE__*/ (funct
97
97
  * When null, defaults to a lightened version of the ToolPanel's text color.
98
98
  */
99
99
  get: function () {
100
- return brushToString(this.i.h8);
100
+ return brushToString(this.i.ia);
101
101
  },
102
102
  set: function (v) {
103
- this.i.h8 = stringToBrush(v);
104
- this._a("selectedTextColor", brushToString(this.i.h8));
103
+ this.i.ia = stringToBrush(v);
104
+ this._a("selectedTextColor", brushToString(this.i.ia));
105
105
  },
106
106
  enumerable: false,
107
107
  configurable: true
@@ -111,11 +111,11 @@ export var IgcToolActionRadioGroupComponent = /** @class */ /*@__PURE__*/ (funct
111
111
  * Gets the resolved color for the selected radio display text.
112
112
  */
113
113
  get: function () {
114
- return brushToString(this.i.h7);
114
+ return brushToString(this.i.h9);
115
115
  },
116
116
  set: function (v) {
117
- this.i.h7 = stringToBrush(v);
118
- this._a("actualSelectedTextColor", brushToString(this.i.h7));
117
+ this.i.h9 = stringToBrush(v);
118
+ this._a("actualSelectedTextColor", brushToString(this.i.h9));
119
119
  },
120
120
  enumerable: false,
121
121
  configurable: true
@@ -75,11 +75,11 @@ export var IgcToolActionSeparatorComponent = /** @class */ /*@__PURE__*/ (functi
75
75
  * Gets or sets the size of the separator.
76
76
  */
77
77
  get: function () {
78
- return this.i.hw;
78
+ return this.i.hy;
79
79
  },
80
80
  set: function (v) {
81
- this.i.hw = +v;
82
- this._a("size", this.i.hw);
81
+ this.i.hy = +v;
82
+ this._a("size", this.i.hy);
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
@@ -89,11 +89,11 @@ export var IgcToolActionSeparatorComponent = /** @class */ /*@__PURE__*/ (functi
89
89
  * Gets or sets whether to use group header styling or regular styling on this separator.
90
90
  */
91
91
  get: function () {
92
- return this.i.hu;
92
+ return this.i.hw;
93
93
  },
94
94
  set: function (v) {
95
- this.i.hu = ensureBool(v);
96
- this._a("isGroupHeaderSeparator", this.i.hu);
95
+ this.i.hw = ensureBool(v);
96
+ this._a("isGroupHeaderSeparator", this.i.hw);
97
97
  },
98
98
  enumerable: false,
99
99
  configurable: true
@@ -75,11 +75,11 @@ export var IgcToolActionSubPanelComponent = /** @class */ /*@__PURE__*/ (functio
75
75
  * Gets or sets the spacing between items.
76
76
  */
77
77
  get: function () {
78
- return this.i.hw;
78
+ return this.i.hy;
79
79
  },
80
80
  set: function (v) {
81
- this.i.hw = +v;
82
- this._a("itemSpacing", this.i.hw);
81
+ this.i.hy = +v;
82
+ this._a("itemSpacing", this.i.hy);
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
@@ -75,10 +75,10 @@ export var IgcToolActionTextInputComponent = /** @class */ /*@__PURE__*/ (functi
75
75
  * Gets or sets the value for the input.
76
76
  */
77
77
  get: function () {
78
- return this.i.hw;
78
+ return this.i.hy;
79
79
  },
80
80
  set: function (v) {
81
- this.i.hw = v;
81
+ this.i.hy = v;
82
82
  },
83
83
  enumerable: false,
84
84
  configurable: true