igniteui-webcomponents-layouts 7.1.0 → 7.1.1-beta.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.
- 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,11 +75,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
75
75
|
* Gets or sets if the tool action is checked.
|
|
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("isChecked", this.i.
|
|
81
|
+
this.i.hy = ensureBool(v);
|
|
82
|
+
this._a("isChecked", this.i.hy);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -92,10 +92,10 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
92
92
|
* for more compact display.
|
|
93
93
|
*/
|
|
94
94
|
get: function () {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.h6;
|
|
96
96
|
},
|
|
97
97
|
set: function (v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.h6 = v;
|
|
99
99
|
},
|
|
100
100
|
enumerable: false,
|
|
101
101
|
configurable: true
|
|
@@ -105,11 +105,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
105
105
|
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
106
106
|
*/
|
|
107
107
|
get: function () {
|
|
108
|
-
return brushToString(this.i.
|
|
108
|
+
return brushToString(this.i.ij);
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
111
|
+
this.i.ij = stringToBrush(v);
|
|
112
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.ij));
|
|
113
113
|
},
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
@@ -119,11 +119,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
119
119
|
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
return brushToString(this.i.
|
|
122
|
+
return brushToString(this.i.ie);
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
126
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
125
|
+
this.i.ie = stringToBrush(v);
|
|
126
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.ie));
|
|
127
127
|
},
|
|
128
128
|
enumerable: false,
|
|
129
129
|
configurable: true
|
|
@@ -133,11 +133,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
133
133
|
* Gets or sets the background color of the checkbox when in the checked state.
|
|
134
134
|
*/
|
|
135
135
|
get: function () {
|
|
136
|
-
return brushToString(this.i.
|
|
136
|
+
return brushToString(this.i.ih);
|
|
137
137
|
},
|
|
138
138
|
set: function (v) {
|
|
139
|
-
this.i.
|
|
140
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
139
|
+
this.i.ih = stringToBrush(v);
|
|
140
|
+
this._a("checkedBackgroundColor", brushToString(this.i.ih));
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|
|
@@ -147,11 +147,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
147
147
|
* Gets the actual background color of the checkbox when in the checked state.
|
|
148
148
|
*/
|
|
149
149
|
get: function () {
|
|
150
|
-
return brushToString(this.i.
|
|
150
|
+
return brushToString(this.i.ic);
|
|
151
151
|
},
|
|
152
152
|
set: function (v) {
|
|
153
|
-
this.i.
|
|
154
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
153
|
+
this.i.ic = stringToBrush(v);
|
|
154
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.ic));
|
|
155
155
|
},
|
|
156
156
|
enumerable: false,
|
|
157
157
|
configurable: true
|
|
@@ -161,11 +161,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
161
161
|
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
162
162
|
*/
|
|
163
163
|
get: function () {
|
|
164
|
-
return brushToString(this.i.
|
|
164
|
+
return brushToString(this.i.ik);
|
|
165
165
|
},
|
|
166
166
|
set: function (v) {
|
|
167
|
-
this.i.
|
|
168
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
167
|
+
this.i.ik = stringToBrush(v);
|
|
168
|
+
this._a("uncheckedBorderColor", brushToString(this.i.ik));
|
|
169
169
|
},
|
|
170
170
|
enumerable: false,
|
|
171
171
|
configurable: true
|
|
@@ -175,11 +175,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
175
175
|
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
176
176
|
*/
|
|
177
177
|
get: function () {
|
|
178
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.ig);
|
|
179
179
|
},
|
|
180
180
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
182
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
181
|
+
this.i.ig = stringToBrush(v);
|
|
182
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.ig));
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -189,11 +189,11 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
189
189
|
* Gets or sets the border color of the checkbox when in the checked state.
|
|
190
190
|
*/
|
|
191
191
|
get: function () {
|
|
192
|
-
return brushToString(this.i.
|
|
192
|
+
return brushToString(this.i.ii);
|
|
193
193
|
},
|
|
194
194
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
196
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
195
|
+
this.i.ii = stringToBrush(v);
|
|
196
|
+
this._a("checkedBorderColor", brushToString(this.i.ii));
|
|
197
197
|
},
|
|
198
198
|
enumerable: false,
|
|
199
199
|
configurable: true
|
|
@@ -203,17 +203,17 @@ export var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (functio
|
|
|
203
203
|
* Gets the actual border color of the checkbox when in the checked state.
|
|
204
204
|
*/
|
|
205
205
|
get: function () {
|
|
206
|
-
return brushToString(this.i.
|
|
206
|
+
return brushToString(this.i.id);
|
|
207
207
|
},
|
|
208
208
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
210
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
209
|
+
this.i.id = stringToBrush(v);
|
|
210
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.id));
|
|
211
211
|
},
|
|
212
212
|
enumerable: false,
|
|
213
213
|
configurable: true
|
|
214
214
|
});
|
|
215
215
|
IgcToolActionCheckboxComponent.prototype.exportVisualData = function () {
|
|
216
|
-
var iv = this.i.
|
|
216
|
+
var iv = this.i.cu();
|
|
217
217
|
return (iv);
|
|
218
218
|
};
|
|
219
219
|
IgcToolActionCheckboxComponent._observedAttributesIgcToolActionCheckboxComponent = null;
|
|
@@ -77,16 +77,16 @@ export var IgcToolActionCheckboxGroupComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
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 IgcToolActionCheckboxGroupComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
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,17 +111,17 @@ export var IgcToolActionCheckboxGroupComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
111
111
|
* Gets the resolved color for the selected checkbox 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
|
|
122
122
|
});
|
|
123
123
|
IgcToolActionCheckboxGroupComponent.prototype.exportVisualData = function () {
|
|
124
|
-
var iv = this.i.
|
|
124
|
+
var iv = this.i.cu();
|
|
125
125
|
return (iv);
|
|
126
126
|
};
|
|
127
127
|
IgcToolActionCheckboxGroupComponent._observedAttributesIgcToolActionCheckboxGroupComponent = null;
|
|
@@ -95,10 +95,10 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
95
95
|
* Gets or sets if the tool action is checked.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.im;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.im = v;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,11 +108,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
108
108
|
* Gets or sets if the select all row is shown.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.h3;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
115
|
-
this._a("showSelectAll", this.i.
|
|
114
|
+
this.i.h3 = ensureBool(v);
|
|
115
|
+
this._a("showSelectAll", this.i.h3);
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -122,10 +122,10 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
122
122
|
* Gets or sets if the tool action is checked.
|
|
123
123
|
*/
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.ig;
|
|
126
126
|
},
|
|
127
127
|
set: function (v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.ig = v;
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,14 +135,14 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
135
135
|
* Gets or sets if the tool action is checked.
|
|
136
136
|
*/
|
|
137
137
|
get: function () {
|
|
138
|
-
return this.i.
|
|
138
|
+
return this.i.hx;
|
|
139
139
|
},
|
|
140
140
|
set: function (v) {
|
|
141
141
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
142
142
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
143
143
|
v = v.split(re);
|
|
144
144
|
}
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.hx = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -154,12 +154,12 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
154
154
|
get: function () {
|
|
155
155
|
if (this._selectedKeys === null) {
|
|
156
156
|
var coll = new IgcLayoutSelectedKeysCollection();
|
|
157
|
-
var innerColl = this.i.
|
|
157
|
+
var innerColl = this.i.hy;
|
|
158
158
|
if (!innerColl) {
|
|
159
159
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
160
160
|
}
|
|
161
161
|
this._selectedKeys = coll._fromInner(innerColl);
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.hy = innerColl;
|
|
163
163
|
}
|
|
164
164
|
return this._selectedKeys;
|
|
165
165
|
},
|
|
@@ -171,14 +171,14 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
171
171
|
var coll = new IgcLayoutSelectedKeysCollection();
|
|
172
172
|
this._selectedKeys = coll._fromOuter(v);
|
|
173
173
|
var syncColl = new SyncableObservableCollection$1(LayoutPrimaryKeyValue.$type);
|
|
174
|
-
var innerColl = this.i.
|
|
174
|
+
var innerColl = this.i.hy;
|
|
175
175
|
if (!innerColl) {
|
|
176
176
|
innerColl = new LayoutSelectedKeysCollection_internal();
|
|
177
177
|
}
|
|
178
178
|
syncColl._inner = innerColl;
|
|
179
179
|
syncColl.clear();
|
|
180
180
|
this._selectedKeys._setSyncTarget(syncColl);
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.hy = innerColl;
|
|
182
182
|
},
|
|
183
183
|
enumerable: false,
|
|
184
184
|
configurable: true
|
|
@@ -188,11 +188,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
188
188
|
|
|
189
189
|
*/
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.i.
|
|
191
|
+
return this.i.hz;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.
|
|
194
|
+
this.i.hz = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
|
|
195
|
+
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hz));
|
|
196
196
|
},
|
|
197
197
|
enumerable: false,
|
|
198
198
|
configurable: true
|
|
@@ -202,11 +202,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
202
202
|
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
203
203
|
*/
|
|
204
204
|
get: function () {
|
|
205
|
-
return brushToString(this.i.
|
|
205
|
+
return brushToString(this.i.i7);
|
|
206
206
|
},
|
|
207
207
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
208
|
+
this.i.i7 = stringToBrush(v);
|
|
209
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.i7));
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|
|
212
212
|
configurable: true
|
|
@@ -216,11 +216,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
216
216
|
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.i3);
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
222
|
+
this.i.i3 = stringToBrush(v);
|
|
223
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.i3));
|
|
224
224
|
},
|
|
225
225
|
enumerable: false,
|
|
226
226
|
configurable: true
|
|
@@ -230,11 +230,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
230
230
|
* Gets or sets the background color of the checkbox when in the checked state.
|
|
231
231
|
*/
|
|
232
232
|
get: function () {
|
|
233
|
-
return brushToString(this.i.
|
|
233
|
+
return brushToString(this.i.i5);
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
236
|
+
this.i.i5 = stringToBrush(v);
|
|
237
|
+
this._a("checkedBackgroundColor", brushToString(this.i.i5));
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
@@ -244,11 +244,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
244
244
|
* Gets the actual background color of the checkbox when in the checked state.
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.i1);
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
250
|
+
this.i.i1 = stringToBrush(v);
|
|
251
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.i1));
|
|
252
252
|
},
|
|
253
253
|
enumerable: false,
|
|
254
254
|
configurable: true
|
|
@@ -258,11 +258,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
258
258
|
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
259
259
|
*/
|
|
260
260
|
get: function () {
|
|
261
|
-
return brushToString(this.i.
|
|
261
|
+
return brushToString(this.i.i8);
|
|
262
262
|
},
|
|
263
263
|
set: function (v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
264
|
+
this.i.i8 = stringToBrush(v);
|
|
265
|
+
this._a("uncheckedBorderColor", brushToString(this.i.i8));
|
|
266
266
|
},
|
|
267
267
|
enumerable: false,
|
|
268
268
|
configurable: true
|
|
@@ -272,11 +272,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
272
272
|
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return brushToString(this.i.
|
|
275
|
+
return brushToString(this.i.i4);
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
278
|
+
this.i.i4 = stringToBrush(v);
|
|
279
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.i4));
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,11 +286,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
286
286
|
* Gets or sets the border color of the checkbox when in the checked state.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return brushToString(this.i.
|
|
289
|
+
return brushToString(this.i.i6);
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
292
|
+
this.i.i6 = stringToBrush(v);
|
|
293
|
+
this._a("checkedBorderColor", brushToString(this.i.i6));
|
|
294
294
|
},
|
|
295
295
|
enumerable: false,
|
|
296
296
|
configurable: true
|
|
@@ -300,11 +300,11 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
300
300
|
* Gets the actual border color of the checkbox when in the checked state.
|
|
301
301
|
*/
|
|
302
302
|
get: function () {
|
|
303
|
-
return brushToString(this.i.
|
|
303
|
+
return brushToString(this.i.i2);
|
|
304
304
|
},
|
|
305
305
|
set: function (v) {
|
|
306
|
-
this.i.
|
|
307
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
306
|
+
this.i.i2 = stringToBrush(v);
|
|
307
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.i2));
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -320,7 +320,7 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
|
|
|
320
320
|
return null;
|
|
321
321
|
};
|
|
322
322
|
IgcToolActionCheckboxListComponent.prototype.exportVisualData = function () {
|
|
323
|
-
var iv = this.i.
|
|
323
|
+
var iv = this.i.cu();
|
|
324
324
|
return (iv);
|
|
325
325
|
};
|
|
326
326
|
IgcToolActionCheckboxListComponent._observedAttributesIgcToolActionCheckboxListComponent = null;
|
|
@@ -75,17 +75,17 @@ export var IgcToolActionColorEditorComponent = /** @class */ /*@__PURE__*/ (func
|
|
|
75
75
|
* Gets or sets the value for the input.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return brushToString(this.i.
|
|
78
|
+
return brushToString(this.i.h3);
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("value", brushToString(this.i.
|
|
81
|
+
this.i.h3 = stringToBrush(v);
|
|
82
|
+
this._a("value", brushToString(this.i.h3));
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
86
86
|
});
|
|
87
87
|
IgcToolActionColorEditorComponent.prototype.exportVisualData = function () {
|
|
88
|
-
var iv = this.i.
|
|
88
|
+
var iv = this.i.cu();
|
|
89
89
|
return (iv);
|
|
90
90
|
};
|
|
91
91
|
IgcToolActionColorEditorComponent._observedAttributesIgcToolActionColorEditorComponent = null;
|
|
@@ -94,10 +94,10 @@ export var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
94
94
|
* Gets or sets the field to use to get the displayed values.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.h1;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.h1 = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ export var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
107
107
|
* Gets or sets the field to use to get the values to use.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return this.i.
|
|
110
|
+
return this.i.h5;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.h5 = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -122,12 +122,12 @@ export var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
122
122
|
get: function () {
|
|
123
123
|
if (this._selectedValues === null) {
|
|
124
124
|
var coll = new IgcLayoutSelectedItemsCollection();
|
|
125
|
-
var innerColl = this.i.
|
|
125
|
+
var innerColl = this.i.hx;
|
|
126
126
|
if (!innerColl) {
|
|
127
127
|
innerColl = new LayoutSelectedItemsCollection_internal();
|
|
128
128
|
}
|
|
129
129
|
this._selectedValues = coll._fromInner(innerColl);
|
|
130
|
-
this.i.
|
|
130
|
+
this.i.hx = innerColl;
|
|
131
131
|
}
|
|
132
132
|
return this._selectedValues;
|
|
133
133
|
},
|
|
@@ -139,20 +139,20 @@ export var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
139
139
|
var coll = new IgcLayoutSelectedItemsCollection();
|
|
140
140
|
this._selectedValues = coll._fromOuter(v);
|
|
141
141
|
var syncColl = new SyncableObservableCollection$1(Base.$type);
|
|
142
|
-
var innerColl = this.i.
|
|
142
|
+
var innerColl = this.i.hx;
|
|
143
143
|
if (!innerColl) {
|
|
144
144
|
innerColl = new LayoutSelectedItemsCollection_internal();
|
|
145
145
|
}
|
|
146
146
|
syncColl._inner = innerColl;
|
|
147
147
|
syncColl.clear();
|
|
148
148
|
this._selectedValues._setSyncTarget(syncColl);
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.hx = innerColl;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
153
153
|
});
|
|
154
154
|
IgcToolActionComboComponent.prototype.exportVisualData = function () {
|
|
155
|
-
var iv = this.i.
|
|
155
|
+
var iv = this.i.cu();
|
|
156
156
|
return (iv);
|
|
157
157
|
};
|
|
158
158
|
IgcToolActionComboComponent._observedAttributesIgcToolActionComboComponent = null;
|