igniteui-webcomponents-layouts 7.1.0 → 7.1.1-beta.1
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 +4964 -4926
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4423 -4385
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm2015/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm2015/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm2015/lib/igc-layout-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-component.js +2 -2
- package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-item-model.js +2 -2
- package/esm2015/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm2015/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm2015/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm2015/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm2015/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm2015/lib/igc-on-expanded-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-data-source.js +2 -2
- package/esm2015/lib/igc-property-editor-description-object.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm2015/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm2015/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm2015/lib/igc-tool-action-button-component.js +7 -7
- package/esm2015/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm2015/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm2015/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm2015/lib/igc-tool-action-combo-component.js +9 -9
- package/esm2015/lib/igc-tool-action-component.js +193 -193
- package/esm2015/lib/igc-tool-action-event-detail.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm2015/lib/igc-tool-action-group-header-component.js +7 -7
- package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm2015/lib/igc-tool-action-label-component.js +1 -1
- package/esm2015/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm2015/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +38 -38
- package/esm2015/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm2015/lib/igc-tool-action-separator-component.js +7 -7
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm2015/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm2015/lib/igc-tool-command-event-args.js +2 -2
- package/esm2015/lib/igc-tool-context-binding.js +2 -2
- package/esm2015/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm2015/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm2015/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/esm5/lib/NativeUILayoutFactory_combined.js +4258 -4220
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/igc-combo-editor-got-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-lost-focus-event-args.js +2 -2
- package/esm5/lib/igc-combo-editor-text-changed-event-args.js +1 -1
- package/esm5/lib/igc-combo-editor-value-changed-event-args.js +1 -1
- package/esm5/lib/igc-layout-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-active-row-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-component.js +2 -2
- package/esm5/lib/igc-list-panel-content-rebind-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-recycled-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-item-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-item-model.js +2 -2
- package/esm5/lib/igc-list-panel-primary-key-value.js +1 -1
- package/esm5/lib/igc-list-panel-selected-items-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selected-keys-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-selection-changed-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-height-requested-event-args.js +2 -2
- package/esm5/lib/igc-list-panel-template-item-updating-event-args.js +3 -3
- package/esm5/lib/igc-list-panel-template-width-requested-event-args.js +2 -2
- package/esm5/lib/igc-on-collapsed-event-args.js +2 -2
- package/esm5/lib/igc-on-expanded-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-data-source.js +2 -2
- package/esm5/lib/igc-property-editor-description-object.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-button-click-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-changed-event-args.js +2 -2
- package/esm5/lib/igc-property-editor-property-description-coercing-value-event-args.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-component.js +3 -3
- package/esm5/lib/igc-property-editor-property-description-target-property-updating-event-args.js +2 -2
- package/esm5/lib/igc-tool-action-button-component.js +7 -7
- package/esm5/lib/igc-tool-action-button-pair-component.js +104 -104
- package/esm5/lib/igc-tool-action-checkbox-component.js +30 -30
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +41 -41
- package/esm5/lib/igc-tool-action-color-editor-component.js +4 -4
- package/esm5/lib/igc-tool-action-combo-component.js +9 -9
- package/esm5/lib/igc-tool-action-component.js +193 -193
- package/esm5/lib/igc-tool-action-event-detail.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +2 -2
- package/esm5/lib/igc-tool-action-group-header-component.js +7 -7
- package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
- package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
- package/esm5/lib/igc-tool-action-label-component.js +1 -1
- package/esm5/lib/igc-tool-action-number-input-component.js +4 -4
- package/esm5/lib/igc-tool-action-performed-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-popup-opening-event-args.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +38 -38
- package/esm5/lib/igc-tool-action-radio-group-component.js +11 -11
- package/esm5/lib/igc-tool-action-separator-component.js +7 -7
- package/esm5/lib/igc-tool-action-sub-panel-component.js +4 -4
- package/esm5/lib/igc-tool-action-text-input-component.js +3 -3
- package/esm5/lib/igc-tool-command-event-args.js +2 -2
- package/esm5/lib/igc-tool-context-binding.js +2 -2
- package/esm5/lib/igc-tool-panel-content-refreshed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-changed-event-args.js +2 -2
- package/esm5/lib/igc-tool-panel-context-swapped-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-closing-event-args.js +2 -2
- package/esm5/lib/igc-toolbar-sub-menu-opening-event-args.js +2 -2
- package/fesm2015/igniteui-webcomponents-layouts.js +5083 -5045
- package/fesm5/igniteui-webcomponents-layouts.js +4964 -4926
- package/lib/NativeUILayoutFactory_combined.d.ts +778 -777
- 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.h6;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.h6 = 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.ic;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.ic = 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.hy;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
111
|
-
this._a("isChecked", this.i.
|
|
110
|
+
this.i.hy = ensureBool(v);
|
|
111
|
+
this._a("isChecked", this.i.hy);
|
|
112
112
|
},
|
|
113
113
|
enumerable: false,
|
|
114
114
|
configurable: true
|
|
@@ -119,11 +119,11 @@ 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.hz;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("isManual", this.i.
|
|
125
|
+
this.i.hz = ensureBool(v);
|
|
126
|
+
this._a("isManual", this.i.hz);
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -136,11 +136,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
136
136
|
* (siblings in the same channel will be deselected). Defaults to false.
|
|
137
137
|
*/
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.h0;
|
|
140
140
|
},
|
|
141
141
|
set: function (v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("isToggleable", this.i.
|
|
142
|
+
this.i.h0 = ensureBool(v);
|
|
143
|
+
this._a("isToggleable", this.i.h0);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
@@ -150,11 +150,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
150
150
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return brushToString(this.i.
|
|
153
|
+
return brushToString(this.i.ir);
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
157
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
156
|
+
this.i.ir = stringToBrush(v);
|
|
157
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.ir));
|
|
158
158
|
},
|
|
159
159
|
enumerable: false,
|
|
160
160
|
configurable: true
|
|
@@ -164,11 +164,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
164
164
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return brushToString(this.i.
|
|
167
|
+
return brushToString(this.i.im);
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
171
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
170
|
+
this.i.im = stringToBrush(v);
|
|
171
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.im));
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|
|
@@ -178,11 +178,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
178
178
|
* Gets or sets the background color of the radio when in the checked state.
|
|
179
179
|
*/
|
|
180
180
|
get: function () {
|
|
181
|
-
return brushToString(this.i.
|
|
181
|
+
return brushToString(this.i.ip);
|
|
182
182
|
},
|
|
183
183
|
set: function (v) {
|
|
184
|
-
this.i.
|
|
185
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
184
|
+
this.i.ip = stringToBrush(v);
|
|
185
|
+
this._a("checkedBackgroundColor", brushToString(this.i.ip));
|
|
186
186
|
},
|
|
187
187
|
enumerable: false,
|
|
188
188
|
configurable: true
|
|
@@ -192,11 +192,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
192
192
|
* Gets the actual background color of the radio when in the checked state.
|
|
193
193
|
*/
|
|
194
194
|
get: function () {
|
|
195
|
-
return brushToString(this.i.
|
|
195
|
+
return brushToString(this.i.ik);
|
|
196
196
|
},
|
|
197
197
|
set: function (v) {
|
|
198
|
-
this.i.
|
|
199
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
198
|
+
this.i.ik = stringToBrush(v);
|
|
199
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.ik));
|
|
200
200
|
},
|
|
201
201
|
enumerable: false,
|
|
202
202
|
configurable: true
|
|
@@ -206,11 +206,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
206
206
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
207
207
|
*/
|
|
208
208
|
get: function () {
|
|
209
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.is);
|
|
210
210
|
},
|
|
211
211
|
set: function (v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
212
|
+
this.i.is = stringToBrush(v);
|
|
213
|
+
this._a("uncheckedBorderColor", brushToString(this.i.is));
|
|
214
214
|
},
|
|
215
215
|
enumerable: false,
|
|
216
216
|
configurable: true
|
|
@@ -220,11 +220,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
220
220
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
221
221
|
*/
|
|
222
222
|
get: function () {
|
|
223
|
-
return brushToString(this.i.
|
|
223
|
+
return brushToString(this.i.io);
|
|
224
224
|
},
|
|
225
225
|
set: function (v) {
|
|
226
|
-
this.i.
|
|
227
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
226
|
+
this.i.io = stringToBrush(v);
|
|
227
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.io));
|
|
228
228
|
},
|
|
229
229
|
enumerable: false,
|
|
230
230
|
configurable: true
|
|
@@ -234,11 +234,11 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
234
234
|
* Gets or sets the border color of the radio when in the checked state.
|
|
235
235
|
*/
|
|
236
236
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.iq);
|
|
238
238
|
},
|
|
239
239
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
241
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
240
|
+
this.i.iq = stringToBrush(v);
|
|
241
|
+
this._a("checkedBorderColor", brushToString(this.i.iq));
|
|
242
242
|
},
|
|
243
243
|
enumerable: false,
|
|
244
244
|
configurable: true
|
|
@@ -248,17 +248,17 @@ export var IgcToolActionRadioComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
248
248
|
* Gets the actual border color of the radio when in the checked state.
|
|
249
249
|
*/
|
|
250
250
|
get: function () {
|
|
251
|
-
return brushToString(this.i.
|
|
251
|
+
return brushToString(this.i.il);
|
|
252
252
|
},
|
|
253
253
|
set: function (v) {
|
|
254
|
-
this.i.
|
|
255
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
254
|
+
this.i.il = stringToBrush(v);
|
|
255
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.il));
|
|
256
256
|
},
|
|
257
257
|
enumerable: false,
|
|
258
258
|
configurable: true
|
|
259
259
|
});
|
|
260
260
|
IgcToolActionRadioComponent.prototype.exportVisualData = function () {
|
|
261
|
-
var iv = this.i.
|
|
261
|
+
var iv = this.i.cu();
|
|
262
262
|
return (iv);
|
|
263
263
|
};
|
|
264
264
|
IgcToolActionRadioComponent._observedAttributesIgcToolActionRadioComponent = null;
|
|
@@ -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.hz == null) {
|
|
81
81
|
return null;
|
|
82
82
|
}
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.hz.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.hz = fi;
|
|
89
|
+
this._a("selectedTextStyle", this.i.hz != null ? this.i.hz.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.ib);
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
103
|
+
this.i.ib = stringToBrush(v);
|
|
104
|
+
this._a("selectedTextColor", brushToString(this.i.ib));
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -111,17 +111,17 @@ 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.ia);
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
117
|
+
this.i.ia = stringToBrush(v);
|
|
118
|
+
this._a("actualSelectedTextColor", brushToString(this.i.ia));
|
|
119
119
|
},
|
|
120
120
|
enumerable: false,
|
|
121
121
|
configurable: true
|
|
122
122
|
});
|
|
123
123
|
IgcToolActionRadioGroupComponent.prototype.exportVisualData = function () {
|
|
124
|
-
var iv = this.i.
|
|
124
|
+
var iv = this.i.cu();
|
|
125
125
|
return (iv);
|
|
126
126
|
};
|
|
127
127
|
IgcToolActionRadioGroupComponent._observedAttributesIgcToolActionRadioGroupComponent = null;
|
|
@@ -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.hz;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("size", this.i.
|
|
81
|
+
this.i.hz = +v;
|
|
82
|
+
this._a("size", this.i.hz);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,17 +89,17 @@ 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.hx;
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("isGroupHeaderSeparator", this.i.
|
|
95
|
+
this.i.hx = ensureBool(v);
|
|
96
|
+
this._a("isGroupHeaderSeparator", this.i.hx);
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
100
100
|
});
|
|
101
101
|
IgcToolActionSeparatorComponent.prototype.exportVisualData = function () {
|
|
102
|
-
var iv = this.i.
|
|
102
|
+
var iv = this.i.cu();
|
|
103
103
|
return (iv);
|
|
104
104
|
};
|
|
105
105
|
IgcToolActionSeparatorComponent._observedAttributesIgcToolActionSeparatorComponent = null;
|
|
@@ -75,17 +75,17 @@ 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.hz;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("itemSpacing", this.i.
|
|
81
|
+
this.i.hz = +v;
|
|
82
|
+
this._a("itemSpacing", this.i.hz);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
86
86
|
});
|
|
87
87
|
IgcToolActionSubPanelComponent.prototype.exportVisualData = function () {
|
|
88
|
-
var iv = this.i.
|
|
88
|
+
var iv = this.i.cu();
|
|
89
89
|
return (iv);
|
|
90
90
|
};
|
|
91
91
|
IgcToolActionSubPanelComponent._observedAttributesIgcToolActionSubPanelComponent = null;
|
|
@@ -75,16 +75,16 @@ 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.hz;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
81
|
+
this.i.hz = v;
|
|
82
82
|
},
|
|
83
83
|
enumerable: false,
|
|
84
84
|
configurable: true
|
|
85
85
|
});
|
|
86
86
|
IgcToolActionTextInputComponent.prototype.exportVisualData = function () {
|
|
87
|
-
var iv = this.i.
|
|
87
|
+
var iv = this.i.cu();
|
|
88
88
|
return (iv);
|
|
89
89
|
};
|
|
90
90
|
IgcToolActionTextInputComponent._observedAttributesIgcToolActionTextInputComponent = null;
|
|
@@ -3,7 +3,7 @@ import { ensureBool } from "igniteui-webcomponents-core";
|
|
|
3
3
|
var IgcToolCommandEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
4
4
|
function IgcToolCommandEventArgs() {
|
|
5
5
|
this._implementation = this.createImplementation();
|
|
6
|
-
this._implementation
|
|
6
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
7
7
|
this.onImplementationCreated();
|
|
8
8
|
if (this._initializeAdapters) {
|
|
9
9
|
this._initializeAdapters();
|
|
@@ -26,7 +26,7 @@ var IgcToolCommandEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
|
26
26
|
};
|
|
27
27
|
IgcToolCommandEventArgs.prototype._provideImplementation = function (i) {
|
|
28
28
|
this._implementation = i;
|
|
29
|
-
this._implementation
|
|
29
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
30
30
|
this.onImplementationCreated();
|
|
31
31
|
if (this._initializeAdapters) {
|
|
32
32
|
this._initializeAdapters();
|
|
@@ -8,7 +8,7 @@ var IgcToolContextBinding = /** @class */ /*@__PURE__*/ (function () {
|
|
|
8
8
|
this._propertyUpdated = null;
|
|
9
9
|
this._propertyUpdated_wrapped = null;
|
|
10
10
|
this._implementation = this.createImplementation();
|
|
11
|
-
this._implementation
|
|
11
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
12
12
|
this.onImplementationCreated();
|
|
13
13
|
if (this._initializeAdapters) {
|
|
14
14
|
this._initializeAdapters();
|
|
@@ -31,7 +31,7 @@ var IgcToolContextBinding = /** @class */ /*@__PURE__*/ (function () {
|
|
|
31
31
|
};
|
|
32
32
|
IgcToolContextBinding.prototype._provideImplementation = function (i) {
|
|
33
33
|
this._implementation = i;
|
|
34
|
-
this._implementation
|
|
34
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
35
35
|
this.onImplementationCreated();
|
|
36
36
|
if (this._initializeAdapters) {
|
|
37
37
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { ToolPanelContentRefreshedEventArgs as ToolPanelContentRefreshedEventArg
|
|
|
2
2
|
var IgcToolPanelContentRefreshedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcToolPanelContentRefreshedEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
5
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
6
6
|
this.onImplementationCreated();
|
|
7
7
|
if (this._initializeAdapters) {
|
|
8
8
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ var IgcToolPanelContentRefreshedEventArgs = /** @class */ /*@__PURE__*/ (functio
|
|
|
25
25
|
};
|
|
26
26
|
IgcToolPanelContentRefreshedEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
29
|
this.onImplementationCreated();
|
|
30
30
|
if (this._initializeAdapters) {
|
|
31
31
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { ToolPanelContextChangedEventArgs as ToolPanelContextChangedEventArgs_in
|
|
|
2
2
|
var IgcToolPanelContextChangedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcToolPanelContextChangedEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
5
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
6
6
|
this.onImplementationCreated();
|
|
7
7
|
if (this._initializeAdapters) {
|
|
8
8
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ var IgcToolPanelContextChangedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
25
25
|
};
|
|
26
26
|
IgcToolPanelContextChangedEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
29
|
this.onImplementationCreated();
|
|
30
30
|
if (this._initializeAdapters) {
|
|
31
31
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { ToolPanelContextSwappedEventArgs as ToolPanelContextSwappedEventArgs_in
|
|
|
2
2
|
var IgcToolPanelContextSwappedEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcToolPanelContextSwappedEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
5
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
6
6
|
this.onImplementationCreated();
|
|
7
7
|
if (this._initializeAdapters) {
|
|
8
8
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ var IgcToolPanelContextSwappedEventArgs = /** @class */ /*@__PURE__*/ (function
|
|
|
25
25
|
};
|
|
26
26
|
IgcToolPanelContextSwappedEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
29
|
this.onImplementationCreated();
|
|
30
30
|
if (this._initializeAdapters) {
|
|
31
31
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { ToolbarSubMenuClosingEventArgs as ToolbarSubMenuClosingEventArgs_intern
|
|
|
2
2
|
var IgcToolbarSubMenuClosingEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcToolbarSubMenuClosingEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
5
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
6
6
|
this.onImplementationCreated();
|
|
7
7
|
if (this._initializeAdapters) {
|
|
8
8
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ var IgcToolbarSubMenuClosingEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
25
25
|
};
|
|
26
26
|
IgcToolbarSubMenuClosingEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
29
|
this.onImplementationCreated();
|
|
30
30
|
if (this._initializeAdapters) {
|
|
31
31
|
this._initializeAdapters();
|
|
@@ -2,7 +2,7 @@ import { ToolbarSubMenuOpeningEventArgs as ToolbarSubMenuOpeningEventArgs_intern
|
|
|
2
2
|
var IgcToolbarSubMenuOpeningEventArgs = /** @class */ /*@__PURE__*/ (function () {
|
|
3
3
|
function IgcToolbarSubMenuOpeningEventArgs() {
|
|
4
4
|
this._implementation = this.createImplementation();
|
|
5
|
-
this._implementation
|
|
5
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
6
6
|
this.onImplementationCreated();
|
|
7
7
|
if (this._initializeAdapters) {
|
|
8
8
|
this._initializeAdapters();
|
|
@@ -25,7 +25,7 @@ var IgcToolbarSubMenuOpeningEventArgs = /** @class */ /*@__PURE__*/ (function ()
|
|
|
25
25
|
};
|
|
26
26
|
IgcToolbarSubMenuOpeningEventArgs.prototype._provideImplementation = function (i) {
|
|
27
27
|
this._implementation = i;
|
|
28
|
-
this._implementation
|
|
28
|
+
Object.defineProperty(this._implementation, 'externalObject', { value: this, enumerable: false, configurable: true, writable: true });
|
|
29
29
|
this.onImplementationCreated();
|
|
30
30
|
if (this._initializeAdapters) {
|
|
31
31
|
this._initializeAdapters();
|