igniteui-webcomponents-layouts 7.0.0 → 7.0.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.
Files changed (64) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +5037 -4563
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorView_combined.js +27 -27
  4. package/esm2015/lib/ExpansionPanelView_combined.js +7 -7
  5. package/esm2015/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +18 -0
  6. package/esm2015/lib/ListPanelView_combined.js +1 -1
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +4314 -4089
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +26 -26
  9. package/esm2015/lib/TooltipTextPresenter.js +2 -2
  10. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  11. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  12. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  13. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +97 -17
  14. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  15. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  16. package/esm2015/lib/igc-tool-action-component.js +94 -80
  17. package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
  18. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  19. package/esm2015/lib/igc-tool-action-icon-button-component.js +32 -32
  20. package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
  21. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  22. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  23. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  24. package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  26. package/esm2015/lib/igc-tool-panel-component.js +156 -142
  27. package/esm2015/lib/igc-toolbar-component.js +99 -87
  28. package/esm2015/public_api.js +1 -0
  29. package/esm5/lib/ComboEditorView_combined.js +27 -27
  30. package/esm5/lib/ExpansionPanelView_combined.js +7 -7
  31. package/esm5/lib/GridColumnProviderOnAttachingOverrideEventArgs.js +21 -0
  32. package/esm5/lib/ListPanelView_combined.js +1 -1
  33. package/esm5/lib/NativeUILayoutFactory_combined.js +4171 -3886
  34. package/esm5/lib/PropertyEditorPanelView_combined.js +26 -26
  35. package/esm5/lib/TooltipTextPresenter.js +2 -2
  36. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  37. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  38. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  39. package/esm5/lib/igc-tool-action-checkbox-list-component.js +129 -17
  40. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  41. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  42. package/esm5/lib/igc-tool-action-component.js +102 -80
  43. package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
  44. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  45. package/esm5/lib/igc-tool-action-icon-button-component.js +32 -32
  46. package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
  47. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  48. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  49. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
  51. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  52. package/esm5/lib/igc-tool-panel-component.js +164 -142
  53. package/esm5/lib/igc-toolbar-component.js +103 -91
  54. package/esm5/public_api.js +1 -0
  55. package/fesm2015/igniteui-webcomponents-layouts.js +5112 -4750
  56. package/fesm5/igniteui-webcomponents-layouts.js +5037 -4564
  57. package/lib/GridColumnProviderOnAttachingOverrideEventArgs.d.ts +8 -0
  58. package/lib/NativeUILayoutFactory_combined.d.ts +972 -935
  59. package/lib/igc-tool-action-checkbox-list-component.d.ts +40 -0
  60. package/lib/igc-tool-action-component.d.ts +4 -0
  61. package/lib/igc-tool-panel-component.d.ts +4 -0
  62. package/lib/igc-toolbar-component.d.ts +7 -1
  63. package/package.json +3 -3
  64. package/public_api.d.ts +1 -0
@@ -3,7 +3,7 @@ import { IgcLayoutSelectedKeysCollection } from "./igc-layout-selected-keys-coll
3
3
  import { ToolActionCheckboxListIndexType_$type } from "./ToolActionCheckboxListIndexType";
4
4
  import { IgcToolActionComponent } from "./igc-tool-action-component";
5
5
  import { ToolActionCheckboxList } from "./ToolActionCheckboxList";
6
- import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
6
+ import { getAllPropertyNames, toSpinal, ensureBool, ensureEnum, enumToString, brushToString, stringToBrush } from "igniteui-webcomponents-core";
7
7
  import { RegisterElementHelper } from "igniteui-webcomponents-core";
8
8
  import { LayoutSelectedKeysCollection as LayoutSelectedKeysCollection_internal } from "./LayoutSelectedKeysCollection";
9
9
  import { LayoutPrimaryKeyValue } from "./LayoutPrimaryKeyValue";
@@ -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.h3;
98
+ return this.i.ie;
99
99
  },
100
100
  set: function (v) {
101
- this.i.h3 = v;
101
+ this.i.ie = 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.hs;
111
+ return this.i.hw;
112
112
  },
113
113
  set: function (v) {
114
- this.i.hs = ensureBool(v);
115
- this._a("showSelectAll", this.i.hs);
114
+ this.i.hw = ensureBool(v);
115
+ this._a("showSelectAll", this.i.hw);
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.hx;
125
+ return this.i.h8;
126
126
  },
127
127
  set: function (v) {
128
- this.i.hx = v;
128
+ this.i.h8 = 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.hm;
138
+ return this.i.hq;
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.hm = v;
145
+ this.i.hq = 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.hn;
157
+ var innerColl = this.i.hr;
158
158
  if (!innerColl) {
159
159
  innerColl = new LayoutSelectedKeysCollection_internal();
160
160
  }
161
161
  this._selectedKeys = coll._fromInner(innerColl);
162
- this.i.hn = innerColl;
162
+ this.i.hr = 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.hn;
174
+ var innerColl = this.i.hr;
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.hn = innerColl;
181
+ this.i.hr = innerColl;
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,11 +188,123 @@ export var IgcToolActionCheckboxListComponent = /** @class */ /*@__PURE__*/ (fun
188
188
 
189
189
  */
190
190
  get: function () {
191
- return this.i.ho;
191
+ return this.i.hs;
192
+ },
193
+ set: function (v) {
194
+ this.i.hs = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
195
+ this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.hs));
196
+ },
197
+ enumerable: false,
198
+ configurable: true
199
+ });
200
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "uncheckedBackgroundColor", {
201
+ /**
202
+ * Gets or sets the background color of the checkbox when in the unchecked state.
203
+ */
204
+ get: function () {
205
+ return brushToString(this.i.i0);
206
+ },
207
+ set: function (v) {
208
+ this.i.i0 = stringToBrush(v);
209
+ this._a("uncheckedBackgroundColor", brushToString(this.i.i0));
210
+ },
211
+ enumerable: false,
212
+ configurable: true
213
+ });
214
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "actualUncheckedBackgroundColor", {
215
+ /**
216
+ * Gets the actual background color of the checkbox when in the unchecked state.
217
+ */
218
+ get: function () {
219
+ return brushToString(this.i.iw);
220
+ },
221
+ set: function (v) {
222
+ this.i.iw = stringToBrush(v);
223
+ this._a("actualUncheckedBackgroundColor", brushToString(this.i.iw));
224
+ },
225
+ enumerable: false,
226
+ configurable: true
227
+ });
228
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "checkedBackgroundColor", {
229
+ /**
230
+ * Gets or sets the background color of the checkbox when in the checked state.
231
+ */
232
+ get: function () {
233
+ return brushToString(this.i.iy);
234
+ },
235
+ set: function (v) {
236
+ this.i.iy = stringToBrush(v);
237
+ this._a("checkedBackgroundColor", brushToString(this.i.iy));
238
+ },
239
+ enumerable: false,
240
+ configurable: true
241
+ });
242
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "actualCheckedBackgroundColor", {
243
+ /**
244
+ * Gets the actual background color of the checkbox when in the checked state.
245
+ */
246
+ get: function () {
247
+ return brushToString(this.i.iu);
248
+ },
249
+ set: function (v) {
250
+ this.i.iu = stringToBrush(v);
251
+ this._a("actualCheckedBackgroundColor", brushToString(this.i.iu));
252
+ },
253
+ enumerable: false,
254
+ configurable: true
255
+ });
256
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "uncheckedBorderColor", {
257
+ /**
258
+ * Gets or sets the border color of the checkbox when in the unchecked state.
259
+ */
260
+ get: function () {
261
+ return brushToString(this.i.i1);
262
+ },
263
+ set: function (v) {
264
+ this.i.i1 = stringToBrush(v);
265
+ this._a("uncheckedBorderColor", brushToString(this.i.i1));
266
+ },
267
+ enumerable: false,
268
+ configurable: true
269
+ });
270
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "actualUncheckedBorderColor", {
271
+ /**
272
+ * Gets the actual border color of the checkbox when in the unchecked state.
273
+ */
274
+ get: function () {
275
+ return brushToString(this.i.ix);
276
+ },
277
+ set: function (v) {
278
+ this.i.ix = stringToBrush(v);
279
+ this._a("actualUncheckedBorderColor", brushToString(this.i.ix));
280
+ },
281
+ enumerable: false,
282
+ configurable: true
283
+ });
284
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "checkedBorderColor", {
285
+ /**
286
+ * Gets or sets the border color of the checkbox when in the checked state.
287
+ */
288
+ get: function () {
289
+ return brushToString(this.i.iz);
290
+ },
291
+ set: function (v) {
292
+ this.i.iz = stringToBrush(v);
293
+ this._a("checkedBorderColor", brushToString(this.i.iz));
294
+ },
295
+ enumerable: false,
296
+ configurable: true
297
+ });
298
+ Object.defineProperty(IgcToolActionCheckboxListComponent.prototype, "actualCheckedBorderColor", {
299
+ /**
300
+ * Gets the actual border color of the checkbox when in the checked state.
301
+ */
302
+ get: function () {
303
+ return brushToString(this.i.iv);
192
304
  },
193
305
  set: function (v) {
194
- this.i.ho = ensureEnum(ToolActionCheckboxListIndexType_$type, v);
195
- this._a("indexType", enumToString(ToolActionCheckboxListIndexType_$type, this.i.ho));
306
+ this.i.iv = stringToBrush(v);
307
+ this._a("actualCheckedBorderColor", brushToString(this.i.iv));
196
308
  },
197
309
  enumerable: false,
198
310
  configurable: true
@@ -75,11 +75,11 @@ 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.hs);
78
+ return brushToString(this.i.hw);
79
79
  },
80
80
  set: function (v) {
81
- this.i.hs = stringToBrush(v);
82
- this._a("value", brushToString(this.i.hs));
81
+ this.i.hw = stringToBrush(v);
82
+ this._a("value", brushToString(this.i.hw));
83
83
  },
84
84
  enumerable: false,
85
85
  configurable: true
@@ -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.hq;
97
+ return this.i.hu;
98
98
  },
99
99
  set: function (v) {
100
- this.i.hq = v;
100
+ this.i.hu = 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.hu;
110
+ return this.i.hy;
111
111
  },
112
112
  set: function (v) {
113
- this.i.hu = v;
113
+ this.i.hy = 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.hm;
125
+ var innerColl = this.i.hq;
126
126
  if (!innerColl) {
127
127
  innerColl = new LayoutSelectedItemsCollection_internal();
128
128
  }
129
129
  this._selectedValues = coll._fromInner(innerColl);
130
- this.i.hm = innerColl;
130
+ this.i.hq = innerColl;
131
131
  }
132
132
  return this._selectedValues;
133
133
  },
@@ -139,14 +139,14 @@ 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.hm;
142
+ var innerColl = this.i.hq;
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.hm = innerColl;
149
+ this.i.hq = innerColl;
150
150
  },
151
151
  enumerable: false,
152
152
  configurable: true