igniteui-webcomponents-layouts 5.2.0 → 5.3.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.
Files changed (74) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +7393 -6728
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +6 -6
  4. package/esm2015/lib/ComboEditorView_combined.js +32 -32
  5. package/esm2015/lib/ListPanelContentRebindEventArgs.js +26 -0
  6. package/esm2015/lib/ListPanelContentRecycledEventArgs.js +26 -0
  7. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +15 -15
  8. package/esm2015/lib/ListPanelView_combined.js +1267 -1233
  9. package/esm2015/lib/NativeUILayoutFactory_combined.js +5036 -4716
  10. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  11. package/esm2015/lib/igc-list-panel-component.js +144 -86
  12. package/esm2015/lib/igc-list-panel-content-rebind-event-args.js +42 -0
  13. package/esm2015/lib/igc-list-panel-content-recycled-event-args.js +42 -0
  14. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  15. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  16. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  17. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  18. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  19. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  20. package/esm2015/lib/igc-tool-action-component.js +162 -165
  21. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  22. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -37
  23. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  24. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  25. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  26. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  27. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  28. package/esm2015/lib/igc-tool-panel-component.js +277 -256
  29. package/esm2015/lib/igc-toolbar-component.js +180 -159
  30. package/esm2015/public_api.js +4 -0
  31. package/esm5/lib/ComboEditorBridge.js +6 -6
  32. package/esm5/lib/ComboEditorView_combined.js +32 -32
  33. package/esm5/lib/ListPanelContentRebindEventArgs.js +32 -0
  34. package/esm5/lib/ListPanelContentRecycledEventArgs.js +32 -0
  35. package/esm5/lib/ListPanelScrollerKeyboardListener.js +15 -15
  36. package/esm5/lib/ListPanelView_combined.js +1254 -1216
  37. package/esm5/lib/NativeUILayoutFactory_combined.js +4882 -4534
  38. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  39. package/esm5/lib/igc-list-panel-component.js +154 -86
  40. package/esm5/lib/igc-list-panel-content-rebind-event-args.js +52 -0
  41. package/esm5/lib/igc-list-panel-content-recycled-event-args.js +52 -0
  42. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  43. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  44. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  45. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  46. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  47. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  48. package/esm5/lib/igc-tool-action-component.js +162 -165
  49. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  50. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -37
  51. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  52. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  53. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  54. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  55. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  56. package/esm5/lib/igc-tool-panel-component.js +285 -256
  57. package/esm5/lib/igc-toolbar-component.js +188 -159
  58. package/esm5/public_api.js +4 -0
  59. package/fesm2015/igniteui-webcomponents-layouts.js +7526 -6949
  60. package/fesm5/igniteui-webcomponents-layouts.js +7391 -6730
  61. package/lib/INativeUIToolPanelBridge.d.ts +1 -0
  62. package/lib/ListPanelContentRebindEventArgs.d.ts +10 -0
  63. package/lib/ListPanelContentRecycledEventArgs.d.ts +10 -0
  64. package/lib/ListPanelView_combined.d.ts +245 -240
  65. package/lib/NativeUILayoutFactory_combined.d.ts +1167 -1119
  66. package/lib/igc-list-panel-component.d.ts +16 -0
  67. package/lib/igc-list-panel-content-rebind-event-args.d.ts +20 -0
  68. package/lib/igc-list-panel-content-recycled-event-args.d.ts +20 -0
  69. package/lib/igc-tool-action-component.d.ts +0 -1
  70. package/lib/igc-tool-action-icon-button-component.d.ts +0 -1
  71. package/lib/igc-tool-panel-component.d.ts +11 -0
  72. package/lib/igc-toolbar-component.d.ts +11 -0
  73. package/package.json +3 -3
  74. package/public_api.d.ts +4 -0
@@ -177,6 +177,10 @@ export * from './lib/ListPanelSelectedItemsChangedEventArgs';
177
177
  export * from './lib/igc-list-panel-selected-items-changed-event-args';
178
178
  export * from './lib/ListPanelSelectedKeysChangedEventArgs';
179
179
  export * from './lib/igc-list-panel-selected-keys-changed-event-args';
180
+ export * from './lib/ListPanelContentRecycledEventArgs';
181
+ export * from './lib/igc-list-panel-content-recycled-event-args';
182
+ export * from './lib/ListPanelContentRebindEventArgs';
183
+ export * from './lib/igc-list-panel-content-rebind-event-args';
180
184
  export * from './lib/ListPanelSelectionMode';
181
185
  export * from './lib/ListPanelActivationMode';
182
186
  export * from './lib/ListPanelSelectionBehavior';
@@ -66,10 +66,10 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
66
66
  break;
67
67
  }
68
68
  return enumGetBox(NativeUIDisplayDensity_$type, d);
69
- case 88: return a.gg;
70
- case 87: return a.j;
69
+ case 89: return a.gg;
70
+ case 88: return a.j;
71
71
  case 8: return a.itemsSource;
72
- case 86: return [a.value];
72
+ case 87: return [a.value];
73
73
  }
74
74
  return _super.prototype.getValue.call(this, a, b);
75
75
  };
@@ -106,10 +106,10 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
106
106
  }
107
107
  a.density = d;
108
108
  return;
109
- case 88:
109
+ case 89:
110
110
  a.gg = c;
111
111
  return;
112
- case 87:
112
+ case 88:
113
113
  a.j = [c];
114
114
  return;
115
115
  case 8:
@@ -142,7 +142,7 @@ var ComboEditorBridge = /** @class */ /*@__PURE__*/ (function (_super) {
142
142
  a.itemsSource = c;
143
143
  }
144
144
  return;
145
- case 86:
145
+ case 87:
146
146
  a.value = (c != null && c.length > 0) ? c[0] : null;
147
147
  return;
148
148
  }
@@ -382,7 +382,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
382
382
  }
383
383
  ComboEditor.prototype.gy = function () {
384
384
  var a = this.ad;
385
- a.dr = -1;
385
+ a.dt = -1;
386
386
  };
387
387
  Object.defineProperty(ComboEditor.prototype, "bj", {
388
388
  get: function () {
@@ -2179,7 +2179,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2179
2179
  ComboEditor.prototype.hz = function (a, b) {
2180
2180
  var c = this.ad;
2181
2181
  if (null != c) {
2182
- var d = c.dr;
2182
+ var d = c.dt;
2183
2183
  if (-1 != d) {
2184
2184
  if (d >= a && d <= b) {
2185
2185
  this.it(d);
@@ -2230,7 +2230,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2230
2230
  return null;
2231
2231
  };
2232
2232
  ComboEditor.prototype.bz = function (a) {
2233
- var b = this.ac.ag;
2233
+ var b = this.ac.ai;
2234
2234
  var c = b.count;
2235
2235
  if (0 == c) {
2236
2236
  a = null;
@@ -2337,7 +2337,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2337
2337
  var d = this.ad;
2338
2338
  if (a < 0) {
2339
2339
  this.b1 = false;
2340
- d.ag.clear();
2340
+ d.ai.clear();
2341
2341
  if (!this.b1) {
2342
2342
  this.hc();
2343
2343
  }
@@ -2345,7 +2345,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2345
2345
  }
2346
2346
  d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.hd));
2347
2347
  try {
2348
- d.ag.clear();
2348
+ d.ai.clear();
2349
2349
  }
2350
2350
  finally {
2351
2351
  d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.hd));
@@ -2353,7 +2353,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2353
2353
  if (a >= 0) {
2354
2354
  var e = b.getItemAtIndex(a);
2355
2355
  this.b1 = false;
2356
- d.ag.add1(e);
2356
+ d.ai.add1(e);
2357
2357
  if (!this.b1) {
2358
2358
  this.hc();
2359
2359
  }
@@ -2363,18 +2363,18 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2363
2363
  ComboEditor.prototype.iw = function (a) {
2364
2364
  var b = this.ad;
2365
2365
  if (-1 == a) {
2366
- b.dr = -1;
2366
+ b.dt = -1;
2367
2367
  return;
2368
2368
  }
2369
- var c = b.dr;
2369
+ var c = b.dt;
2370
2370
  var d = -1;
2371
2371
  var e;
2372
2372
  this.ds = a;
2373
2373
  d = a;
2374
2374
  this.b0 = false;
2375
- b.dr = d;
2375
+ b.dt = d;
2376
2376
  if (!this.b0) {
2377
- this.ha(b.dr);
2377
+ this.ha(b.dt);
2378
2378
  }
2379
2379
  this.i9();
2380
2380
  };
@@ -2432,7 +2432,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2432
2432
  };
2433
2433
  ComboEditor.prototype.i4 = function () {
2434
2434
  this.jc();
2435
- var a = this.ac.h1();
2435
+ var a = this.ac.h4();
2436
2436
  var b = Math.min(a.height, 40 * 8);
2437
2437
  this.a8.y = b;
2438
2438
  var c = a.width;
@@ -2472,23 +2472,23 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2472
2472
  var c = _this.ac;
2473
2473
  c.rowUpdating = delegateCombine(c.rowUpdating, runOn(_this, _this.gt));
2474
2474
  _this.ja();
2475
- _this.ad.aq = 1;
2476
- _this.ad.al = 0;
2475
+ _this.ad.as = 1;
2476
+ _this.ad.an = 0;
2477
2477
  _this.ad.r = 1;
2478
2478
  _this.a8.a8 = BrushUtil.h(255, 255, 255, 255);
2479
- _this.ac.hz = BrushUtil.h(255, 200, 200, 200);
2480
- _this.ac.ht = BrushUtil.h(255, 100, 100, 100);
2481
- _this.ac.ea = 32;
2482
- _this.ad.hx = BrushUtil.h(0, 0, 0, 0);
2483
- _this.ad.bv = false;
2484
- _this.ad.bq = false;
2479
+ _this.ac.h2 = BrushUtil.h(255, 200, 200, 200);
2480
+ _this.ac.hw = BrushUtil.h(255, 100, 100, 100);
2481
+ _this.ac.ec = 32;
2482
+ _this.ad.h0 = BrushUtil.h(0, 0, 0, 0);
2483
+ _this.ad.bx = false;
2484
+ _this.ad.bs = false;
2485
2485
  var d = _this.ad;
2486
2486
  d.activeRowChanged = delegateCombine(d.activeRowChanged, runOn(_this, _this.g9));
2487
2487
  var e = _this.ad;
2488
2488
  e.selectedItemsChanged = delegateCombine(e.selectedItemsChanged, runOn(_this, _this.hd));
2489
2489
  var f = _this.ad;
2490
2490
  f.itemClicked = delegateCombine(f.itemClicked, runOn(_this, _this.hb));
2491
- _this.ad.a7 = runOn(_this, _this.he);
2491
+ _this.ad.a9 = runOn(_this, _this.he);
2492
2492
  _this.i1();
2493
2493
  });
2494
2494
  }
@@ -2610,7 +2610,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2610
2610
  };
2611
2611
  ComboEditor.prototype.gx = function () {
2612
2612
  var a = this.ad;
2613
- a.dr = -1;
2613
+ a.dt = -1;
2614
2614
  };
2615
2615
  ComboEditor.prototype.g6 = function (a) {
2616
2616
  if (this.bd != null) {
@@ -2622,7 +2622,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2622
2622
  return;
2623
2623
  }
2624
2624
  var a = this.ad;
2625
- var b = a.dr;
2625
+ var b = a.dt;
2626
2626
  if (-1 != b) {
2627
2627
  var c = this.m();
2628
2628
  if (null != c) {
@@ -2630,17 +2630,17 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2630
2630
  if (null == d) {
2631
2631
  return;
2632
2632
  }
2633
- a.ci(d);
2633
+ a.ck(d);
2634
2634
  }
2635
2635
  }
2636
2636
  else {
2637
- a.ha(0);
2637
+ a.hd(0);
2638
2638
  }
2639
2639
  };
2640
2640
  ComboEditor.prototype.ja = function () {
2641
2641
  if (this.ad != null) {
2642
2642
  var a = this.itemsSource;
2643
- this.ad.ag.clear();
2643
+ this.ad.ai.clear();
2644
2644
  if (this.ad.actualDataSource != null) {
2645
2645
  var b = this.ad.actualDataSource;
2646
2646
  b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.gu));
@@ -2737,7 +2737,7 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2737
2737
  this.b1 = true;
2738
2738
  };
2739
2739
  ComboEditor.prototype.he = function () {
2740
- this.bp = this.ad.aw.a;
2740
+ this.bp = this.ad.ay.a;
2741
2741
  this.i9();
2742
2742
  };
2743
2743
  ComboEditor.prototype.hf = function (a, b) {
@@ -2791,9 +2791,9 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2791
2791
  if (null == i) {
2792
2792
  return;
2793
2793
  }
2794
- var j = this.ad.dr;
2795
- if (-1 != i.dr) {
2796
- this.ad.b1(false, false);
2794
+ var j = this.ad.dt;
2795
+ if (-1 != i.dt) {
2796
+ this.ad.b3(false, false);
2797
2797
  b.d = true;
2798
2798
  }
2799
2799
  else {
@@ -2818,9 +2818,9 @@ var ComboEditor = /** @class */ /*@__PURE__*/ (function (_super) {
2818
2818
  if (null == m) {
2819
2819
  return;
2820
2820
  }
2821
- var n = this.ad.dr;
2822
- if (null != m.dr) {
2823
- this.ac.ce(false, false);
2821
+ var n = this.ad.dt;
2822
+ if (null != m.dt) {
2823
+ this.ac.cg(false, false);
2824
2824
  b.d = true;
2825
2825
  }
2826
2826
  else {
@@ -0,0 +1,32 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { EventArgs, markType } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var ListPanelContentRebindEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(ListPanelContentRebindEventArgs, _super);
14
+ function ListPanelContentRebindEventArgs() {
15
+ var _this = _super !== null && _super.apply(this, arguments) || this;
16
+ _this._rowObject = null;
17
+ return _this;
18
+ }
19
+ Object.defineProperty(ListPanelContentRebindEventArgs.prototype, "rowObject", {
20
+ get: function () {
21
+ return this._rowObject;
22
+ },
23
+ set: function (a) {
24
+ this._rowObject = a;
25
+ },
26
+ enumerable: false,
27
+ configurable: true
28
+ });
29
+ ListPanelContentRebindEventArgs.$t = markType(ListPanelContentRebindEventArgs, 'ListPanelContentRebindEventArgs', EventArgs.$);
30
+ return ListPanelContentRebindEventArgs;
31
+ }(EventArgs));
32
+ export { ListPanelContentRebindEventArgs };
@@ -0,0 +1,32 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { __extends } from "tslib";
8
+ import { EventArgs, markType } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ var ListPanelContentRecycledEventArgs = /** @class */ /*@__PURE__*/ (function (_super) {
13
+ __extends(ListPanelContentRecycledEventArgs, _super);
14
+ function ListPanelContentRecycledEventArgs() {
15
+ var _this = _super !== null && _super.apply(this, arguments) || this;
16
+ _this._rowObject = null;
17
+ return _this;
18
+ }
19
+ Object.defineProperty(ListPanelContentRecycledEventArgs.prototype, "rowObject", {
20
+ get: function () {
21
+ return this._rowObject;
22
+ },
23
+ set: function (a) {
24
+ this._rowObject = a;
25
+ },
26
+ enumerable: false,
27
+ configurable: true
28
+ });
29
+ ListPanelContentRecycledEventArgs.$t = markType(ListPanelContentRecycledEventArgs, 'ListPanelContentRecycledEventArgs', EventArgs.$);
30
+ return ListPanelContentRecycledEventArgs;
31
+ }(EventArgs));
32
+ export { ListPanelContentRecycledEventArgs };
@@ -19,49 +19,49 @@ var ListPanelScrollerKeyboardListener = /** @class */ /*@__PURE__*/ (function (_
19
19
  return _this;
20
20
  }
21
21
  ListPanelScrollerKeyboardListener.prototype.onDownArrow = function (a, b) {
22
- return this.a.b1(a, b);
22
+ return this.a.b3(a, b);
23
23
  };
24
24
  ListPanelScrollerKeyboardListener.prototype.onEnd = function (a, b) {
25
- return this.a.b2(a, b);
25
+ return this.a.b4(a, b);
26
26
  };
27
27
  ListPanelScrollerKeyboardListener.prototype.onHome = function (a, b) {
28
- return this.a.b6(a, b);
28
+ return this.a.b8(a, b);
29
29
  };
30
30
  ListPanelScrollerKeyboardListener.prototype.onLeftArrow = function (a, b) {
31
- return this.a.b8(a, b);
31
+ return this.a.ca(a, b);
32
32
  };
33
33
  ListPanelScrollerKeyboardListener.prototype.onPageDown = function (a, b) {
34
- return this.a.b9(a, b);
34
+ return this.a.cb(a, b);
35
35
  };
36
36
  ListPanelScrollerKeyboardListener.prototype.onPageUp = function (a, b) {
37
- return this.a.ca(a, b);
37
+ return this.a.cc(a, b);
38
38
  };
39
39
  ListPanelScrollerKeyboardListener.prototype.onRightArrow = function (a, b) {
40
- return this.a.cb(a, b);
40
+ return this.a.cd(a, b);
41
41
  };
42
42
  ListPanelScrollerKeyboardListener.prototype.onTab = function (a, b) {
43
- return this.a.cd(a, b);
43
+ return this.a.cf(a, b);
44
44
  };
45
45
  ListPanelScrollerKeyboardListener.prototype.onUpArrow = function (a, b) {
46
- return this.a.ce(a, b);
46
+ return this.a.cg(a, b);
47
47
  };
48
48
  ListPanelScrollerKeyboardListener.prototype.onWheel = function () {
49
- this.a.gu();
49
+ this.a.gx();
50
50
  };
51
51
  ListPanelScrollerKeyboardListener.prototype.onEnter = function (a, b) {
52
- return this.a.b3(a, b);
52
+ return this.a.b5(a, b);
53
53
  };
54
54
  ListPanelScrollerKeyboardListener.prototype.onEscape = function () {
55
- return this.a.b4();
55
+ return this.a.b6();
56
56
  };
57
57
  ListPanelScrollerKeyboardListener.prototype.onF2 = function () {
58
- return this.a.b5();
58
+ return this.a.b7();
59
59
  };
60
60
  ListPanelScrollerKeyboardListener.prototype.onSpace = function (a, b) {
61
- return this.a.cc(a, b);
61
+ return this.a.ce(a, b);
62
62
  };
63
63
  ListPanelScrollerKeyboardListener.prototype.onKeyDown = function (a, b, c) {
64
- return this.a.b7(a, b, c);
64
+ return this.a.b9(a, b, c);
65
65
  };
66
66
  ListPanelScrollerKeyboardListener.$t = markType(ListPanelScrollerKeyboardListener, 'ListPanelScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);
67
67
  return ListPanelScrollerKeyboardListener;