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.
- package/bundles/igniteui-webcomponents-layouts.umd.js +5588 -4983
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
- package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm2015/lib/igc-combo-editor-component.js +160 -32
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +61 -61
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
- package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +283 -253
- package/esm2015/lib/igc-toolbar-component.js +117 -87
- package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
- package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm5/lib/igc-combo-editor-component.js +160 -32
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +61 -61
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +51 -34
- package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +295 -253
- package/esm5/lib/igc-toolbar-component.js +129 -87
- package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
- package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
- package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
- package/lib/igc-tool-action-radio-component.d.ts +8 -0
- package/lib/igc-tool-panel-component.d.ts +15 -0
- package/lib/igc-toolbar-component.d.ts +15 -0
- 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.
|
|
78
|
+
return this.i.h5;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
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.
|
|
94
|
+
return this.i.ib;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
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.
|
|
107
|
+
return this.i.hx;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("isChecked", this.i.
|
|
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.
|
|
122
|
+
return this.i.hy;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("isManual", this.i.
|
|
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.
|
|
153
|
+
return brushToString(this.i.iq);
|
|
137
154
|
},
|
|
138
155
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
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.
|
|
167
|
+
return brushToString(this.i.il);
|
|
151
168
|
},
|
|
152
169
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
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.
|
|
181
|
+
return brushToString(this.i.io);
|
|
165
182
|
},
|
|
166
183
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
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.
|
|
195
|
+
return brushToString(this.i.ij);
|
|
179
196
|
},
|
|
180
197
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
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.
|
|
209
|
+
return brushToString(this.i.ir);
|
|
193
210
|
},
|
|
194
211
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
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.
|
|
223
|
+
return brushToString(this.i.im);
|
|
207
224
|
},
|
|
208
225
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
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.
|
|
237
|
+
return brushToString(this.i.ip);
|
|
221
238
|
},
|
|
222
239
|
set: function (v) {
|
|
223
|
-
this.i.
|
|
224
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
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.
|
|
251
|
+
return brushToString(this.i.ik);
|
|
235
252
|
},
|
|
236
253
|
set: function (v) {
|
|
237
|
-
this.i.
|
|
238
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
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.
|
|
80
|
+
if (this.i.hy == null) {
|
|
81
81
|
return null;
|
|
82
82
|
}
|
|
83
|
-
return this.i.
|
|
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.
|
|
89
|
-
this._a("selectedTextStyle", this.i.
|
|
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.
|
|
100
|
+
return brushToString(this.i.ia);
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
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.
|
|
114
|
+
return brushToString(this.i.h9);
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
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.
|
|
78
|
+
return this.i.hy;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("size", this.i.
|
|
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.
|
|
92
|
+
return this.i.hw;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("isGroupHeaderSeparator", this.i.
|
|
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.
|
|
78
|
+
return this.i.hy;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("itemSpacing", this.i.
|
|
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.
|
|
78
|
+
return this.i.hy;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.hy = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|