igniteui-webcomponents-layouts 5.3.0 → 5.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/ComboEditorBridge.js +8 -8
- package/esm2015/lib/ComboEditorView_combined.js +27 -26
- package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm2015/lib/ListPanelView_combined.js +595 -577
- package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
- package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm2015/lib/ToolActionFieldSelector.js +7 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
- package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
- package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
- package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm2015/lib/ToolActionVisualData.js +17 -13
- package/esm2015/lib/ToolPanelContext.js +4 -1
- package/esm2015/lib/igc-list-panel-component.js +64 -54
- 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 +27 -27
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
- 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 +191 -180
- package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
- package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
- package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- 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-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +275 -250
- package/esm2015/lib/igc-tool-panel-module.js +2 -0
- package/esm2015/lib/igc-toolbar-component.js +171 -156
- package/esm2015/public_api.js +16 -0
- package/esm5/lib/ComboEditorBridge.js +8 -8
- package/esm5/lib/ComboEditorView_combined.js +27 -26
- package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
- package/esm5/lib/ListPanelView_combined.js +592 -570
- package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
- package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
- package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
- package/esm5/lib/ToolActionFieldSelector.js +7 -0
- package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
- package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
- package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
- package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
- package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
- package/esm5/lib/ToolActionVisualData.js +17 -13
- package/esm5/lib/ToolPanelContext.js +4 -1
- package/esm5/lib/igc-list-panel-component.js +68 -54
- 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 +27 -27
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
- 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 +195 -180
- package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
- package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
- package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- 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-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +32 -32
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +283 -250
- package/esm5/lib/igc-tool-panel-module.js +2 -0
- package/esm5/lib/igc-toolbar-component.js +175 -156
- package/esm5/public_api.js +16 -0
- package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
- package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
- package/lib/ListPanelView_combined.d.ts +147 -144
- package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
- package/lib/ToolActionFieldSelector.d.ts +1 -0
- package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
- package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
- package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
- package/lib/ToolActionFieldSelectorType.d.ts +9 -0
- package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
- package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
- package/lib/ToolActionVisualData.d.ts +6 -5
- package/lib/igc-list-panel-component.d.ts +5 -0
- package/lib/igc-tool-action-component.d.ts +6 -0
- package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
- package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
- package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
- package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
- package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
- package/lib/igc-tool-panel-component.d.ts +10 -0
- package/lib/igc-toolbar-component.d.ts +5 -0
- package/package.json +3 -3
- package/public_api.d.ts +16 -0
|
@@ -75,11 +75,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
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.hm;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("isChecked", this.i.
|
|
81
|
+
this.i.hm = ensureBool(v);
|
|
82
|
+
this._a("isChecked", this.i.hm);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -89,11 +89,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
89
89
|
* Gets or sets the background color of the checkbox when in the unchecked state.
|
|
90
90
|
*/
|
|
91
91
|
get: function () {
|
|
92
|
-
return brushToString(this.i.
|
|
92
|
+
return brushToString(this.i.h4);
|
|
93
93
|
},
|
|
94
94
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
95
|
+
this.i.h4 = stringToBrush(v);
|
|
96
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.h4));
|
|
97
97
|
},
|
|
98
98
|
enumerable: false,
|
|
99
99
|
configurable: true
|
|
@@ -103,11 +103,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
103
103
|
* Gets the actual background color of the checkbox when in the unchecked state.
|
|
104
104
|
*/
|
|
105
105
|
get: function () {
|
|
106
|
-
return brushToString(this.i.
|
|
106
|
+
return brushToString(this.i.h0);
|
|
107
107
|
},
|
|
108
108
|
set: function (v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
109
|
+
this.i.h0 = stringToBrush(v);
|
|
110
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.h0));
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,11 +117,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
117
117
|
* Gets or sets the background color of the checkbox when in the checked state.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return brushToString(this.i.
|
|
120
|
+
return brushToString(this.i.h2);
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
123
|
+
this.i.h2 = stringToBrush(v);
|
|
124
|
+
this._a("checkedBackgroundColor", brushToString(this.i.h2));
|
|
125
125
|
},
|
|
126
126
|
enumerable: false,
|
|
127
127
|
configurable: true
|
|
@@ -131,11 +131,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
131
131
|
* Gets the actual background color of the checkbox when in the checked state.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return brushToString(this.i.
|
|
134
|
+
return brushToString(this.i.hy);
|
|
135
135
|
},
|
|
136
136
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
137
|
+
this.i.hy = stringToBrush(v);
|
|
138
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.hy));
|
|
139
139
|
},
|
|
140
140
|
enumerable: false,
|
|
141
141
|
configurable: true
|
|
@@ -145,11 +145,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
145
145
|
* Gets or sets the border color of the checkbox when in the unchecked state.
|
|
146
146
|
*/
|
|
147
147
|
get: function () {
|
|
148
|
-
return brushToString(this.i.
|
|
148
|
+
return brushToString(this.i.h5);
|
|
149
149
|
},
|
|
150
150
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
152
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
151
|
+
this.i.h5 = stringToBrush(v);
|
|
152
|
+
this._a("uncheckedBorderColor", brushToString(this.i.h5));
|
|
153
153
|
},
|
|
154
154
|
enumerable: false,
|
|
155
155
|
configurable: true
|
|
@@ -159,11 +159,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
159
159
|
* Gets the actual border color of the checkbox when in the unchecked state.
|
|
160
160
|
*/
|
|
161
161
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
162
|
+
return brushToString(this.i.h1);
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
166
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
165
|
+
this.i.h1 = stringToBrush(v);
|
|
166
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.h1));
|
|
167
167
|
},
|
|
168
168
|
enumerable: false,
|
|
169
169
|
configurable: true
|
|
@@ -173,11 +173,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
173
173
|
* Gets or sets the border color of the checkbox when in the checked state.
|
|
174
174
|
*/
|
|
175
175
|
get: function () {
|
|
176
|
-
return brushToString(this.i.
|
|
176
|
+
return brushToString(this.i.h3);
|
|
177
177
|
},
|
|
178
178
|
set: function (v) {
|
|
179
|
-
this.i.
|
|
180
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
179
|
+
this.i.h3 = stringToBrush(v);
|
|
180
|
+
this._a("checkedBorderColor", brushToString(this.i.h3));
|
|
181
181
|
},
|
|
182
182
|
enumerable: false,
|
|
183
183
|
configurable: true
|
|
@@ -187,11 +187,11 @@ var IgcToolActionCheckboxComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
187
187
|
* Gets the actual border color of the checkbox when in the checked state.
|
|
188
188
|
*/
|
|
189
189
|
get: function () {
|
|
190
|
-
return brushToString(this.i.
|
|
190
|
+
return brushToString(this.i.hz);
|
|
191
191
|
},
|
|
192
192
|
set: function (v) {
|
|
193
|
-
this.i.
|
|
194
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
193
|
+
this.i.hz = stringToBrush(v);
|
|
194
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.hz));
|
|
195
195
|
},
|
|
196
196
|
enumerable: false,
|
|
197
197
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.h2;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.h2 = v;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,11 +108,11 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.hr;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
115
|
-
this._a("showSelectAll", this.i.
|
|
114
|
+
this.i.hr = ensureBool(v);
|
|
115
|
+
this._a("showSelectAll", this.i.hr);
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -122,10 +122,10 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.hw;
|
|
126
126
|
},
|
|
127
127
|
set: function (v) {
|
|
128
|
-
this.i.
|
|
128
|
+
this.i.hw = v;
|
|
129
129
|
},
|
|
130
130
|
enumerable: false,
|
|
131
131
|
configurable: true
|
|
@@ -135,14 +135,14 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.hl;
|
|
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.hl = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -154,12 +154,12 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.hm;
|
|
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.hm = innerColl;
|
|
163
163
|
}
|
|
164
164
|
return this._selectedKeys;
|
|
165
165
|
},
|
|
@@ -171,14 +171,14 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
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.hm;
|
|
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.hm = innerColl;
|
|
182
182
|
},
|
|
183
183
|
enumerable: false,
|
|
184
184
|
configurable: true
|
|
@@ -188,11 +188,11 @@ var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (
|
|
|
188
188
|
|
|
189
189
|
*/
|
|
190
190
|
get: function () {
|
|
191
|
-
return this.i.
|
|
191
|
+
return this.i.hn;
|
|
192
192
|
},
|
|
193
193
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
195
|
-
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.
|
|
194
|
+
this.i.hn = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
|
|
195
|
+
this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hn));
|
|
196
196
|
},
|
|
197
197
|
enumerable: false,
|
|
198
198
|
configurable: true
|
|
@@ -75,11 +75,11 @@ var IgcToolActionColorEditorComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
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.hr);
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("value", brushToString(this.i.
|
|
81
|
+
this.i.hr = stringToBrush(v);
|
|
82
|
+
this._a("value", brushToString(this.i.hr));
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
@@ -94,10 +94,10 @@ var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
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.hp;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.hp = v;
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,10 +107,10 @@ var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
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.ht;
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
113
|
+
this.i.ht = v;
|
|
114
114
|
},
|
|
115
115
|
enumerable: false,
|
|
116
116
|
configurable: true
|
|
@@ -122,12 +122,12 @@ var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
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.hl;
|
|
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.hl = innerColl;
|
|
131
131
|
}
|
|
132
132
|
return this._selectedValues;
|
|
133
133
|
},
|
|
@@ -139,14 +139,14 @@ var IgcToolActionComboComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
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.hl;
|
|
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.hl = innerColl;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|