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.
Files changed (123) hide show
  1. package/bundles/igniteui-webcomponents-layouts.umd.js +11266 -8364
  2. package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
  3. package/esm2015/lib/ComboEditorBridge.js +8 -8
  4. package/esm2015/lib/ComboEditorView_combined.js +27 -26
  5. package/esm2015/lib/ListPanelScrollerKeyboardListener.js +1 -1
  6. package/esm2015/lib/ListPanelView_combined.js +595 -577
  7. package/esm2015/lib/NativeUILayoutFactory_combined.js +6734 -5325
  8. package/esm2015/lib/PropertyEditorPanelView_combined.js +24 -24
  9. package/esm2015/lib/PropertyEditorTreeTransformer.js +1 -1
  10. package/esm2015/lib/ToolActionFieldSelector.js +7 -0
  11. package/esm2015/lib/ToolActionFieldSelectorAggregation.js +40 -0
  12. package/esm2015/lib/ToolActionFieldSelectorAggregationsCollection.js +160 -0
  13. package/esm2015/lib/ToolActionFieldSelectorEventType.js +16 -0
  14. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregation.js +40 -0
  15. package/esm2015/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +160 -0
  16. package/esm2015/lib/ToolActionFieldSelectorType.js +16 -0
  17. package/esm2015/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +26 -0
  18. package/esm2015/lib/ToolActionIconMenuVisualData.js +3 -3
  19. package/esm2015/lib/ToolActionVisualData.js +17 -13
  20. package/esm2015/lib/ToolPanelContext.js +4 -1
  21. package/esm2015/lib/igc-list-panel-component.js +64 -54
  22. package/esm2015/lib/igc-tool-action-button-component.js +6 -6
  23. package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
  24. package/esm2015/lib/igc-tool-action-checkbox-component.js +27 -27
  25. package/esm2015/lib/igc-tool-action-checkbox-list-component.js +16 -16
  26. package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
  27. package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
  28. package/esm2015/lib/igc-tool-action-component.js +191 -180
  29. package/esm2015/lib/igc-tool-action-field-selector-aggregation-module.js +15 -0
  30. package/esm2015/lib/igc-tool-action-field-selector-aggregation.js +58 -0
  31. package/esm2015/lib/igc-tool-action-field-selector-aggregations-collection.js +53 -0
  32. package/esm2015/lib/igc-tool-action-field-selector-component.js +261 -0
  33. package/esm2015/lib/igc-tool-action-field-selector-module.js +16 -0
  34. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation-module.js +15 -0
  35. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregation.js +58 -0
  36. package/esm2015/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +53 -0
  37. package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
  38. package/esm2015/lib/igc-tool-action-icon-button-component.js +34 -34
  39. package/esm2015/lib/igc-tool-action-icon-menu-component.js +10 -10
  40. package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
  41. package/esm2015/lib/igc-tool-action-radio-component.js +32 -32
  42. package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
  43. package/esm2015/lib/igc-tool-action-sub-panel-component.js +10 -0
  44. package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
  45. package/esm2015/lib/igc-tool-panel-component.js +275 -250
  46. package/esm2015/lib/igc-tool-panel-module.js +2 -0
  47. package/esm2015/lib/igc-toolbar-component.js +171 -156
  48. package/esm2015/public_api.js +16 -0
  49. package/esm5/lib/ComboEditorBridge.js +8 -8
  50. package/esm5/lib/ComboEditorView_combined.js +27 -26
  51. package/esm5/lib/ListPanelScrollerKeyboardListener.js +1 -1
  52. package/esm5/lib/ListPanelView_combined.js +592 -570
  53. package/esm5/lib/NativeUILayoutFactory_combined.js +6684 -5125
  54. package/esm5/lib/PropertyEditorPanelView_combined.js +24 -24
  55. package/esm5/lib/PropertyEditorTreeTransformer.js +1 -1
  56. package/esm5/lib/ToolActionFieldSelector.js +7 -0
  57. package/esm5/lib/ToolActionFieldSelectorAggregation.js +54 -0
  58. package/esm5/lib/ToolActionFieldSelectorAggregationsCollection.js +220 -0
  59. package/esm5/lib/ToolActionFieldSelectorEventType.js +16 -0
  60. package/esm5/lib/ToolActionFieldSelectorSelectedAggregation.js +54 -0
  61. package/esm5/lib/ToolActionFieldSelectorSelectedAggregationsCollection.js +220 -0
  62. package/esm5/lib/ToolActionFieldSelectorType.js +16 -0
  63. package/esm5/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.js +28 -0
  64. package/esm5/lib/ToolActionIconMenuVisualData.js +3 -3
  65. package/esm5/lib/ToolActionVisualData.js +17 -13
  66. package/esm5/lib/ToolPanelContext.js +4 -1
  67. package/esm5/lib/igc-list-panel-component.js +68 -54
  68. package/esm5/lib/igc-tool-action-button-component.js +6 -6
  69. package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
  70. package/esm5/lib/igc-tool-action-checkbox-component.js +27 -27
  71. package/esm5/lib/igc-tool-action-checkbox-list-component.js +16 -16
  72. package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
  73. package/esm5/lib/igc-tool-action-combo-component.js +8 -8
  74. package/esm5/lib/igc-tool-action-component.js +195 -180
  75. package/esm5/lib/igc-tool-action-field-selector-aggregation-module.js +19 -0
  76. package/esm5/lib/igc-tool-action-field-selector-aggregation.js +76 -0
  77. package/esm5/lib/igc-tool-action-field-selector-aggregations-collection.js +58 -0
  78. package/esm5/lib/igc-tool-action-field-selector-component.js +331 -0
  79. package/esm5/lib/igc-tool-action-field-selector-module.js +20 -0
  80. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation-module.js +19 -0
  81. package/esm5/lib/igc-tool-action-field-selector-selected-aggregation.js +76 -0
  82. package/esm5/lib/igc-tool-action-field-selector-selected-aggregations-collection.js +58 -0
  83. package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
  84. package/esm5/lib/igc-tool-action-icon-button-component.js +34 -34
  85. package/esm5/lib/igc-tool-action-icon-menu-component.js +10 -10
  86. package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
  87. package/esm5/lib/igc-tool-action-radio-component.js +32 -32
  88. package/esm5/lib/igc-tool-action-separator-component.js +6 -6
  89. package/esm5/lib/igc-tool-action-sub-panel-component.js +14 -0
  90. package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
  91. package/esm5/lib/igc-tool-panel-component.js +283 -250
  92. package/esm5/lib/igc-tool-panel-module.js +2 -0
  93. package/esm5/lib/igc-toolbar-component.js +175 -156
  94. package/esm5/public_api.js +16 -0
  95. package/fesm2015/igniteui-webcomponents-layouts.js +10397 -7947
  96. package/fesm5/igniteui-webcomponents-layouts.js +11250 -8366
  97. package/lib/ListPanelView_combined.d.ts +147 -144
  98. package/lib/NativeUILayoutFactory_combined.d.ts +1393 -1262
  99. package/lib/ToolActionFieldSelector.d.ts +1 -0
  100. package/lib/ToolActionFieldSelectorAggregation.d.ts +17 -0
  101. package/lib/ToolActionFieldSelectorAggregationsCollection.d.ts +31 -0
  102. package/lib/ToolActionFieldSelectorEventType.d.ts +9 -0
  103. package/lib/ToolActionFieldSelectorSelectedAggregation.d.ts +17 -0
  104. package/lib/ToolActionFieldSelectorSelectedAggregationsCollection.d.ts +31 -0
  105. package/lib/ToolActionFieldSelectorType.d.ts +9 -0
  106. package/lib/ToolActionFieldSelector_ToolActionFieldSelectorItem.d.ts +16 -0
  107. package/lib/ToolActionIconMenuVisualData.d.ts +2 -2
  108. package/lib/ToolActionVisualData.d.ts +6 -5
  109. package/lib/igc-list-panel-component.d.ts +5 -0
  110. package/lib/igc-tool-action-component.d.ts +6 -0
  111. package/lib/igc-tool-action-field-selector-aggregation-module.d.ts +3 -0
  112. package/lib/igc-tool-action-field-selector-aggregation.d.ts +20 -0
  113. package/lib/igc-tool-action-field-selector-aggregations-collection.d.ts +8 -0
  114. package/lib/igc-tool-action-field-selector-component.d.ts +73 -0
  115. package/lib/igc-tool-action-field-selector-module.d.ts +3 -0
  116. package/lib/igc-tool-action-field-selector-selected-aggregation-module.d.ts +3 -0
  117. package/lib/igc-tool-action-field-selector-selected-aggregation.d.ts +20 -0
  118. package/lib/igc-tool-action-field-selector-selected-aggregations-collection.d.ts +8 -0
  119. package/lib/igc-tool-action-sub-panel-component.d.ts +5 -0
  120. package/lib/igc-tool-panel-component.d.ts +10 -0
  121. package/lib/igc-toolbar-component.d.ts +5 -0
  122. package/package.json +3 -3
  123. package/public_api.d.ts +16 -0
@@ -21,7 +21,7 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
21
21
  }
22
22
  addHandler(a, b, c, d) {
23
23
  switch (c) {
24
- case 20:
24
+ case 21:
25
25
  let e = a;
26
26
  e.selectedValueChanged = delegateCombine(e.selectedValueChanged, runOn(this, this.w));
27
27
  this.u = d;
@@ -64,16 +64,16 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
64
64
  break;
65
65
  }
66
66
  return enumGetBox(NativeUIDisplayDensity_$type, d);
67
- case 89: return a.gg;
68
- case 88: return a.j;
67
+ case 91: return a.gg;
68
+ case 90: return a.j;
69
69
  case 8: return a.itemsSource;
70
- case 87: return [a.value];
70
+ case 89: return [a.value];
71
71
  }
72
72
  return super.getValue(a, b);
73
73
  }
74
74
  removeHandler(a, b, c, d) {
75
75
  switch (c) {
76
- case 20:
76
+ case 21:
77
77
  let e = a;
78
78
  e.selectedValueChanged = delegateRemove(e.selectedValueChanged, runOn(this, this.w));
79
79
  this.u = null;
@@ -104,10 +104,10 @@ export let ComboEditorBridge = /*@__PURE__*/ (() => {
104
104
  }
105
105
  a.density = d;
106
106
  return;
107
- case 89:
107
+ case 91:
108
108
  a.gg = c;
109
109
  return;
110
- case 88:
110
+ case 90:
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 87:
143
+ case 89:
144
144
  a.value = (c != null && c.length > 0) ? c[0] : null;
145
145
  return;
146
146
  }
@@ -82,7 +82,7 @@ export let ComboEditorView = /*@__PURE__*/ (() => {
82
82
  return;
83
83
  }
84
84
  let c = this.r();
85
- this.a.bh.cd(c);
85
+ this.a.bh.ce(c);
86
86
  }
87
87
  k(a) {
88
88
  let b = this.a;
@@ -111,7 +111,7 @@ export let ComboEditorView = /*@__PURE__*/ (() => {
111
111
  }
112
112
  for (let e of fromEnum(c.inputs)) {
113
113
  if (e != null && typeCast(XLabel.$, e) !== null) {
114
- e.di = b.j9;
114
+ e.dj = b.j9;
115
115
  let f = e;
116
116
  if (b.av != null) {
117
117
  f.y = b.av;
@@ -345,7 +345,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
345
345
  }
346
346
  gy() {
347
347
  let a = this.ad;
348
- a.dt = -1;
348
+ a.dv = -1;
349
349
  }
350
350
  get bj() {
351
351
  if (this.bi == null) {
@@ -1664,7 +1664,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1664
1664
  g0() {
1665
1665
  let a = this.bh;
1666
1666
  if (null != a) {
1667
- a.cb();
1667
+ a.cc();
1668
1668
  }
1669
1669
  this.i2();
1670
1670
  this.gw();
@@ -1698,6 +1698,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1698
1698
  this.bd.bz = runOn(this, this.hj);
1699
1699
  this.g6(this.bu);
1700
1700
  this.bd.b6 = ComboEditor.d2;
1701
+ this.bd.cc = BrushUtil.h(255, 0, 0, 0);
1701
1702
  this.bd.bn = runOn(this, this.ib);
1702
1703
  });
1703
1704
  }
@@ -1708,6 +1709,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1708
1709
  NativeUIContent.av(this.ab.d(), [7, 12, 0, 3, 7], [2, 2, 2, 2, 2], (a) => {
1709
1710
  let b = a[1];
1710
1711
  this.bg = b;
1712
+ this.bg.b7 = true;
1711
1713
  this.a5 = a[2];
1712
1714
  this.a5.bi = new Thickness(0, 4);
1713
1715
  this.ba = a[0];
@@ -1804,7 +1806,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1804
1806
  hz(a, b) {
1805
1807
  let c = this.ad;
1806
1808
  if (null != c) {
1807
- let d = c.dt;
1809
+ let d = c.dv;
1808
1810
  if (-1 != d) {
1809
1811
  if (d >= a && d <= b) {
1810
1812
  this.it(d);
@@ -1842,9 +1844,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1842
1844
  if (a.b6) {
1843
1845
  return;
1844
1846
  }
1845
- let b = this.ab.r();
1846
1847
  a.b0 = !this.b5;
1847
- a.ce(b, 1, 1);
1848
+ a.cg(this.bc, 1, 1);
1848
1849
  this.i2();
1849
1850
  }
1850
1851
  m() {
@@ -1894,7 +1895,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1894
1895
  this.h8(a);
1895
1896
  }
1896
1897
  hm() {
1897
- this.bh.cc();
1898
+ this.bh.cd();
1898
1899
  }
1899
1900
  ho() {
1900
1901
  let a = this.bh;
@@ -1987,18 +1988,18 @@ export let ComboEditor = /*@__PURE__*/ (() => {
1987
1988
  iw(a) {
1988
1989
  let b = this.ad;
1989
1990
  if (-1 == a) {
1990
- b.dt = -1;
1991
+ b.dv = -1;
1991
1992
  return;
1992
1993
  }
1993
- let c = b.dt;
1994
+ let c = b.dv;
1994
1995
  let d = -1;
1995
1996
  let e;
1996
1997
  this.ds = a;
1997
1998
  d = a;
1998
1999
  this.b0 = false;
1999
- b.dt = d;
2000
+ b.dv = d;
2000
2001
  if (!this.b0) {
2001
- this.ha(b.dt);
2002
+ this.ha(b.dv);
2002
2003
  }
2003
2004
  this.i9();
2004
2005
  }
@@ -2056,7 +2057,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2056
2057
  }
2057
2058
  i4() {
2058
2059
  this.jc();
2059
- let a = this.ac.h4();
2060
+ let a = this.ac.h7();
2060
2061
  let b = Math.min(a.height, 40 * 8);
2061
2062
  this.a8.y = b;
2062
2063
  let c = a.width;
@@ -2099,10 +2100,10 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2099
2100
  this.ad.an = 0;
2100
2101
  this.ad.r = 1;
2101
2102
  this.a8.a8 = BrushUtil.h(255, 255, 255, 255);
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);
2103
+ this.ac.h5 = BrushUtil.h(255, 200, 200, 200);
2104
+ this.ac.hz = BrushUtil.h(255, 100, 100, 100);
2105
+ this.ac.ee = 32;
2106
+ this.ad.h3 = BrushUtil.h(0, 0, 0, 0);
2106
2107
  this.ad.bx = false;
2107
2108
  this.ad.bs = false;
2108
2109
  let d = this.ad;
@@ -2232,7 +2233,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2232
2233
  }
2233
2234
  gx() {
2234
2235
  let a = this.ad;
2235
- a.dt = -1;
2236
+ a.dv = -1;
2236
2237
  }
2237
2238
  g6(a) {
2238
2239
  if (this.bd != null) {
@@ -2244,7 +2245,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2244
2245
  return;
2245
2246
  }
2246
2247
  let a = this.ad;
2247
- let b = a.dt;
2248
+ let b = a.dv;
2248
2249
  if (-1 != b) {
2249
2250
  let c = this.m();
2250
2251
  if (null != c) {
@@ -2256,7 +2257,7 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2256
2257
  }
2257
2258
  }
2258
2259
  else {
2259
- a.hd(0);
2260
+ a.hg(0);
2260
2261
  }
2261
2262
  }
2262
2263
  ja() {
@@ -2409,8 +2410,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2409
2410
  if (null == i) {
2410
2411
  return;
2411
2412
  }
2412
- let j = this.ad.dt;
2413
- if (-1 != i.dt) {
2413
+ let j = this.ad.dv;
2414
+ if (-1 != i.dv) {
2414
2415
  this.ad.b3(false, false);
2415
2416
  b.d = true;
2416
2417
  }
@@ -2436,8 +2437,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2436
2437
  if (null == m) {
2437
2438
  return;
2438
2439
  }
2439
- let n = this.ad.dt;
2440
- if (null != m.dt) {
2440
+ let n = this.ad.dv;
2441
+ if (null != m.dv) {
2441
2442
  this.ac.cg(false, false);
2442
2443
  b.d = true;
2443
2444
  }
@@ -2487,8 +2488,8 @@ export let ComboEditor = /*@__PURE__*/ (() => {
2487
2488
  }
2488
2489
  ComboEditor.$t = /*@__PURE__*/ markType(ComboEditor, 'ComboEditor', Base.$, [INotifyPropertyChanged_$type]);
2489
2490
  ComboEditor.ag = 1;
2490
- ComboEditor.kh = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.dd, XLabel.c6);
2491
- ComboEditor.kj = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.dd, XLabel.c6);
2491
+ ComboEditor.kh = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.de, XLabel.c7);
2492
+ ComboEditor.kj = /*@__PURE__*/ ThemeResolver.ah(ComboEditor.ag, XLabel.de, XLabel.c7);
2492
2493
  ComboEditor.ki = /*@__PURE__*/ BrushUtil.h(255, 255, 255, 255);
2493
2494
  ComboEditor.ay = null;
2494
2495
  ComboEditor.et = "ActualNoMatchesFoundLabelBackgroundColor";
@@ -44,7 +44,7 @@ export let ListPanelScrollerKeyboardListener = /*@__PURE__*/ (() => {
44
44
  return this.a.cg(a, b);
45
45
  }
46
46
  onWheel() {
47
- this.a.gx();
47
+ this.a.g0();
48
48
  }
49
49
  onEnter(a, b) {
50
50
  return this.a.b5(a, b);