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
@@ -64,10 +64,10 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
64
64
  break;
65
65
  }
66
66
  return enumGetBox(NativeUIDisplayDensity_$type, d);
67
- case 88: return a.gg;
68
- case 87: return a.j;
67
+ case 89: return a.gg;
68
+ case 88: return a.j;
69
69
  case 8: return a.itemsSource;
70
- case 86: return [a.value];
70
+ case 87: return [a.value];
71
71
  }
72
72
  return super.getValue(a, b);
73
73
  }
@@ -104,10 +104,10 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
104
104
  }
105
105
  a.density = d;
106
106
  return;
107
- case 88:
107
+ case 89:
108
108
  a.gg = c;
109
109
  return;
110
- case 87:
110
+ case 88:
111
111
  a.j = [c];
112
112
  return;
113
113
  case 8:
@@ -140,7 +140,7 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
140
140
  a.itemsSource = c;
141
141
  }
142
142
  return;
143
- case 86:
143
+ case 87:
144
144
  a.value = (c != null && c.length > 0) ? c[0] : null;
145
145
  return;
146
146
  }
@@ -345,7 +345,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
345
345
  }
346
346
  gy() {
347
347
  let a = this.ad;
348
- a.dr = -1;
348
+ a.dt = -1;
349
349
  }
350
350
  get bj() {
351
351
  if (this.bi == null) {
@@ -1804,7 +1804,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1804
1804
  hz(a, b) {
1805
1805
  let c = this.ad;
1806
1806
  if (null != c) {
1807
- let d = c.dr;
1807
+ let d = c.dt;
1808
1808
  if (-1 != d) {
1809
1809
  if (d >= a && d <= b) {
1810
1810
  this.it(d);
@@ -1855,7 +1855,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1855
1855
  return null;
1856
1856
  }
1857
1857
  bz(a) {
1858
- let b = this.ac.ag;
1858
+ let b = this.ac.ai;
1859
1859
  let c = b.count;
1860
1860
  if (0 == c) {
1861
1861
  a = null;
@@ -1961,7 +1961,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1961
1961
  let d = this.ad;
1962
1962
  if (a < 0) {
1963
1963
  this.b1 = false;
1964
- d.ag.clear();
1964
+ d.ai.clear();
1965
1965
  if (!this.b1) {
1966
1966
  this.hc();
1967
1967
  }
@@ -1969,7 +1969,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1969
1969
  }
1970
1970
  d.selectedItemsChanged = delegateRemove(d.selectedItemsChanged, runOn(this, this.hd));
1971
1971
  try {
1972
- d.ag.clear();
1972
+ d.ai.clear();
1973
1973
  }
1974
1974
  finally {
1975
1975
  d.selectedItemsChanged = delegateCombine(d.selectedItemsChanged, runOn(this, this.hd));
@@ -1977,7 +1977,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1977
1977
  if (a >= 0) {
1978
1978
  let e = b.getItemAtIndex(a);
1979
1979
  this.b1 = false;
1980
- d.ag.add1(e);
1980
+ d.ai.add1(e);
1981
1981
  if (!this.b1) {
1982
1982
  this.hc();
1983
1983
  }
@@ -1987,18 +1987,18 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1987
1987
  iw(a) {
1988
1988
  let b = this.ad;
1989
1989
  if (-1 == a) {
1990
- b.dr = -1;
1990
+ b.dt = -1;
1991
1991
  return;
1992
1992
  }
1993
- let c = b.dr;
1993
+ let c = b.dt;
1994
1994
  let d = -1;
1995
1995
  let e;
1996
1996
  this.ds = a;
1997
1997
  d = a;
1998
1998
  this.b0 = false;
1999
- b.dr = d;
1999
+ b.dt = d;
2000
2000
  if (!this.b0) {
2001
- this.ha(b.dr);
2001
+ this.ha(b.dt);
2002
2002
  }
2003
2003
  this.i9();
2004
2004
  }
@@ -2056,7 +2056,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2056
2056
  }
2057
2057
  i4() {
2058
2058
  this.jc();
2059
- let a = this.ac.h1();
2059
+ let a = this.ac.h4();
2060
2060
  let b = Math.min(a.height, 40 * 8);
2061
2061
  this.a8.y = b;
2062
2062
  let c = a.width;
@@ -2095,23 +2095,23 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2095
2095
  let c = this.ac;
2096
2096
  c.rowUpdating = delegateCombine(c.rowUpdating, runOn(this, this.gt));
2097
2097
  this.ja();
2098
- this.ad.aq = 1;
2099
- this.ad.al = 0;
2098
+ this.ad.as = 1;
2099
+ this.ad.an = 0;
2100
2100
  this.ad.r = 1;
2101
2101
  this.a8.a8 = BrushUtil.h(255, 255, 255, 255);
2102
- this.ac.hz = BrushUtil.h(255, 200, 200, 200);
2103
- this.ac.ht = BrushUtil.h(255, 100, 100, 100);
2104
- this.ac.ea = 32;
2105
- this.ad.hx = BrushUtil.h(0, 0, 0, 0);
2106
- this.ad.bv = false;
2107
- this.ad.bq = false;
2102
+ this.ac.h2 = BrushUtil.h(255, 200, 200, 200);
2103
+ this.ac.hw = BrushUtil.h(255, 100, 100, 100);
2104
+ this.ac.ec = 32;
2105
+ this.ad.h0 = BrushUtil.h(0, 0, 0, 0);
2106
+ this.ad.bx = false;
2107
+ this.ad.bs = false;
2108
2108
  let d = this.ad;
2109
2109
  d.activeRowChanged = delegateCombine(d.activeRowChanged, runOn(this, this.g9));
2110
2110
  let e = this.ad;
2111
2111
  e.selectedItemsChanged = delegateCombine(e.selectedItemsChanged, runOn(this, this.hd));
2112
2112
  let f = this.ad;
2113
2113
  f.itemClicked = delegateCombine(f.itemClicked, runOn(this, this.hb));
2114
- this.ad.a7 = runOn(this, this.he);
2114
+ this.ad.a9 = runOn(this, this.he);
2115
2115
  this.i1();
2116
2116
  });
2117
2117
  }
@@ -2232,7 +2232,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2232
2232
  }
2233
2233
  gx() {
2234
2234
  let a = this.ad;
2235
- a.dr = -1;
2235
+ a.dt = -1;
2236
2236
  }
2237
2237
  g6(a) {
2238
2238
  if (this.bd != null) {
@@ -2244,7 +2244,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2244
2244
  return;
2245
2245
  }
2246
2246
  let a = this.ad;
2247
- let b = a.dr;
2247
+ let b = a.dt;
2248
2248
  if (-1 != b) {
2249
2249
  let c = this.m();
2250
2250
  if (null != c) {
@@ -2252,17 +2252,17 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2252
2252
  if (null == d) {
2253
2253
  return;
2254
2254
  }
2255
- a.ci(d);
2255
+ a.ck(d);
2256
2256
  }
2257
2257
  }
2258
2258
  else {
2259
- a.ha(0);
2259
+ a.hd(0);
2260
2260
  }
2261
2261
  }
2262
2262
  ja() {
2263
2263
  if (this.ad != null) {
2264
2264
  let a = this.itemsSource;
2265
- this.ad.ag.clear();
2265
+ this.ad.ai.clear();
2266
2266
  if (this.ad.actualDataSource != null) {
2267
2267
  let b = this.ad.actualDataSource;
2268
2268
  b.schemaChanged = delegateRemove(b.schemaChanged, runOn(this, this.gu));
@@ -2355,7 +2355,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2355
2355
  this.b1 = true;
2356
2356
  }
2357
2357
  he() {
2358
- this.bp = this.ad.aw.a;
2358
+ this.bp = this.ad.ay.a;
2359
2359
  this.i9();
2360
2360
  }
2361
2361
  hf(a, b) {
@@ -2409,9 +2409,9 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2409
2409
  if (null == i) {
2410
2410
  return;
2411
2411
  }
2412
- let j = this.ad.dr;
2413
- if (-1 != i.dr) {
2414
- this.ad.b1(false, false);
2412
+ let j = this.ad.dt;
2413
+ if (-1 != i.dt) {
2414
+ this.ad.b3(false, false);
2415
2415
  b.d = true;
2416
2416
  }
2417
2417
  else {
@@ -2436,9 +2436,9 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2436
2436
  if (null == m) {
2437
2437
  return;
2438
2438
  }
2439
- let n = this.ad.dr;
2440
- if (null != m.dr) {
2441
- this.ac.ce(false, false);
2439
+ let n = this.ad.dt;
2440
+ if (null != m.dt) {
2441
+ this.ac.cg(false, false);
2442
2442
  b.d = true;
2443
2443
  }
2444
2444
  else {
@@ -0,0 +1,26 @@
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 { EventArgs, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let ListPanelContentRebindEventArgs = /*@__PURE__*/ (() => {
12
+ class ListPanelContentRebindEventArgs extends EventArgs {
13
+ constructor() {
14
+ super(...arguments);
15
+ this._rowObject = null;
16
+ }
17
+ get rowObject() {
18
+ return this._rowObject;
19
+ }
20
+ set rowObject(a) {
21
+ this._rowObject = a;
22
+ }
23
+ }
24
+ ListPanelContentRebindEventArgs.$t = /*@__PURE__*/ markType(ListPanelContentRebindEventArgs, 'ListPanelContentRebindEventArgs', EventArgs.$);
25
+ return ListPanelContentRebindEventArgs;
26
+ })();
@@ -0,0 +1,26 @@
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 { EventArgs, markType } from "igniteui-webcomponents-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export let ListPanelContentRecycledEventArgs = /*@__PURE__*/ (() => {
12
+ class ListPanelContentRecycledEventArgs extends EventArgs {
13
+ constructor() {
14
+ super(...arguments);
15
+ this._rowObject = null;
16
+ }
17
+ get rowObject() {
18
+ return this._rowObject;
19
+ }
20
+ set rowObject(a) {
21
+ this._rowObject = a;
22
+ }
23
+ }
24
+ ListPanelContentRecycledEventArgs.$t = /*@__PURE__*/ markType(ListPanelContentRecycledEventArgs, 'ListPanelContentRecycledEventArgs', EventArgs.$);
25
+ return ListPanelContentRecycledEventArgs;
26
+ })();
@@ -17,49 +17,49 @@ export let ListPanelScrollerKeyboardListener = /*@__PURE__*/ (() => {
17
17
  this.a = a;
18
18
  }
19
19
  onDownArrow(a, b) {
20
- return this.a.b1(a, b);
20
+ return this.a.b3(a, b);
21
21
  }
22
22
  onEnd(a, b) {
23
- return this.a.b2(a, b);
23
+ return this.a.b4(a, b);
24
24
  }
25
25
  onHome(a, b) {
26
- return this.a.b6(a, b);
26
+ return this.a.b8(a, b);
27
27
  }
28
28
  onLeftArrow(a, b) {
29
- return this.a.b8(a, b);
29
+ return this.a.ca(a, b);
30
30
  }
31
31
  onPageDown(a, b) {
32
- return this.a.b9(a, b);
32
+ return this.a.cb(a, b);
33
33
  }
34
34
  onPageUp(a, b) {
35
- return this.a.ca(a, b);
35
+ return this.a.cc(a, b);
36
36
  }
37
37
  onRightArrow(a, b) {
38
- return this.a.cb(a, b);
38
+ return this.a.cd(a, b);
39
39
  }
40
40
  onTab(a, b) {
41
- return this.a.cd(a, b);
41
+ return this.a.cf(a, b);
42
42
  }
43
43
  onUpArrow(a, b) {
44
- return this.a.ce(a, b);
44
+ return this.a.cg(a, b);
45
45
  }
46
46
  onWheel() {
47
- this.a.gu();
47
+ this.a.gx();
48
48
  }
49
49
  onEnter(a, b) {
50
- return this.a.b3(a, b);
50
+ return this.a.b5(a, b);
51
51
  }
52
52
  onEscape() {
53
- return this.a.b4();
53
+ return this.a.b6();
54
54
  }
55
55
  onF2() {
56
- return this.a.b5();
56
+ return this.a.b7();
57
57
  }
58
58
  onSpace(a, b) {
59
- return this.a.cc(a, b);
59
+ return this.a.ce(a, b);
60
60
  }
61
61
  onKeyDown(a, b, c) {
62
- return this.a.b7(a, b, c);
62
+ return this.a.b9(a, b, c);
63
63
  }
64
64
  }
65
65
  ListPanelScrollerKeyboardListener.$t = /*@__PURE__*/ markType(ListPanelScrollerKeyboardListener, 'ListPanelScrollerKeyboardListener', Base.$, [IScrollerKeyboardListener_$type]);