igniteui-webcomponents-grids 5.1.1-beta.2 → 5.2.0-beta.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.
@@ -381,8 +381,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
381
381
  b += 4;
382
382
  let d = this.b.f != null ? this.b.f.actualRowHeight : 30;
383
383
  let e = d * c;
384
- if (e > 150) {
385
- b += 150;
384
+ if (e > 90) {
385
+ b += 90;
386
386
  b += 15;
387
387
  }
388
388
  else {
@@ -1390,8 +1390,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
1390
1390
  let c = this.f != null ? this.f.actualRowHeight : 30;
1391
1391
  let d = (this.itemsSource.length);
1392
1392
  let e = c * d;
1393
- if (e > 150) {
1394
- b += 150;
1393
+ if (e > 90) {
1394
+ b += 90;
1395
1395
  b += 15;
1396
1396
  }
1397
1397
  else {
@@ -23466,8 +23466,10 @@ export let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
23466
23466
  b.paddingLeft = 0;
23467
23467
  b.showArrowIcon = false;
23468
23468
  b.density = 4;
23469
+ b.subPanelRowHeight = 32;
23469
23470
  let c = new ToolActionGroupHeaderInfo();
23470
23471
  c.name = "DataGridColumnHeader";
23472
+ c.height = 46;
23471
23473
  c.contextBindings = [((() => {
23472
23474
  let $ret = new ToolContextBindingInfo();
23473
23475
  $ret.contextKey = "GridColumnOptionsColumnName";
@@ -23741,6 +23743,8 @@ export let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
23741
23743
  w.title = this.am("Cancel", "Cancel");
23742
23744
  w.closeOnExecute = true;
23743
23745
  u.actions = [v, w];
23746
+ u.height = 42;
23747
+ u.subPanelRowHeight = 42;
23744
23748
  t.add(u);
23745
23749
  b.actions = t.toArray();
23746
23750
  b.name = "DataGridColumnOptions";
@@ -63,7 +63,7 @@ export let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
63
63
  childList: true
64
64
  });
65
65
  }
66
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
66
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
67
67
  if (this._initializeElement) {
68
68
  this._initializeElement(i);
69
69
  }
@@ -57,7 +57,7 @@ export let IgcGridConditionalStyleComponent = /*@__PURE__*/ (() => {
57
57
  childList: true
58
58
  });
59
59
  }
60
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, (c) => c.i, (i) => {
60
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, (c) => c.i, (i) => {
61
61
  if (this._initializeElement) {
62
62
  this._initializeElement(i);
63
63
  }
@@ -437,8 +437,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
437
437
  b += 4;
438
438
  var d = this.b.f != null ? this.b.f.actualRowHeight : 30;
439
439
  var e = d * c;
440
- if (e > 150) {
441
- b += 150;
440
+ if (e > 90) {
441
+ b += 90;
442
442
  b += 15;
443
443
  }
444
444
  else {
@@ -1569,8 +1569,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
1569
1569
  var c = this.f != null ? this.f.actualRowHeight : 30;
1570
1570
  var d = (this.itemsSource.length);
1571
1571
  var e = c * d;
1572
- if (e > 150) {
1573
- b += 150;
1572
+ if (e > 90) {
1573
+ b += 90;
1574
1574
  b += 15;
1575
1575
  }
1576
1576
  else {
@@ -26499,8 +26499,10 @@ var DataGridColumnToolbarManager = /** @class */ /*@__PURE__*/ (function (_super
26499
26499
  b.paddingLeft = 0;
26500
26500
  b.showArrowIcon = false;
26501
26501
  b.density = 4;
26502
+ b.subPanelRowHeight = 32;
26502
26503
  var c = new ToolActionGroupHeaderInfo();
26503
26504
  c.name = "DataGridColumnHeader";
26505
+ c.height = 46;
26504
26506
  c.contextBindings = [((function () {
26505
26507
  var $ret = new ToolContextBindingInfo();
26506
26508
  $ret.contextKey = "GridColumnOptionsColumnName";
@@ -26774,6 +26776,8 @@ var DataGridColumnToolbarManager = /** @class */ /*@__PURE__*/ (function (_super
26774
26776
  w.title = this.am("Cancel", "Cancel");
26775
26777
  w.closeOnExecute = true;
26776
26778
  u.actions = [v, w];
26779
+ u.height = 42;
26780
+ u.subPanelRowHeight = 42;
26777
26781
  t.add(u);
26778
26782
  b.actions = t.toArray();
26779
26783
  b.name = "DataGridColumnOptions";
@@ -116,7 +116,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
116
116
  childList: true
117
117
  });
118
118
  }
119
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
119
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
120
120
  if (_this._initializeElement) {
121
121
  _this._initializeElement(i);
122
122
  }
@@ -107,7 +107,7 @@ var IgcGridConditionalStyleComponent = /** @class */ /*@__PURE__*/ (function (_s
107
107
  childList: true
108
108
  });
109
109
  }
110
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
110
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
111
111
  if (_this._initializeElement) {
112
112
  _this._initializeElement(i);
113
113
  }
@@ -30484,8 +30484,10 @@ let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
30484
30484
  b.paddingLeft = 0;
30485
30485
  b.showArrowIcon = false;
30486
30486
  b.density = 4;
30487
+ b.subPanelRowHeight = 32;
30487
30488
  let c = new ToolActionGroupHeaderInfo();
30488
30489
  c.name = "DataGridColumnHeader";
30490
+ c.height = 46;
30489
30491
  c.contextBindings = [((() => {
30490
30492
  let $ret = new ToolContextBindingInfo();
30491
30493
  $ret.contextKey = "GridColumnOptionsColumnName";
@@ -30759,6 +30761,8 @@ let DataGridColumnToolbarManager = /*@__PURE__*/ (() => {
30759
30761
  w.title = this.am("Cancel", "Cancel");
30760
30762
  w.closeOnExecute = true;
30761
30763
  u.actions = [v, w];
30764
+ u.height = 42;
30765
+ u.subPanelRowHeight = 42;
30762
30766
  t.add(u);
30763
30767
  b.actions = t.toArray();
30764
30768
  b.name = "DataGridColumnOptions";
@@ -41763,7 +41767,7 @@ let IgcGridConditionalStyleComponent = /*@__PURE__*/ (() => {
41763
41767
  childList: true
41764
41768
  });
41765
41769
  }
41766
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, (c) => c.i, (i) => {
41770
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, (c) => c.i, (i) => {
41767
41771
  if (this._initializeElement) {
41768
41772
  this._initializeElement(i);
41769
41773
  }
@@ -42218,7 +42222,7 @@ let IgcDefinitionBaseComponent = /*@__PURE__*/ (() => {
42218
42222
  childList: true
42219
42223
  });
42220
42224
  }
42221
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
42225
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, (c) => c.i, (i) => {
42222
42226
  if (this._initializeElement) {
42223
42227
  this._initializeElement(i);
42224
42228
  }
@@ -68151,8 +68155,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
68151
68155
  b += 4;
68152
68156
  let d = this.b.f != null ? this.b.f.actualRowHeight : 30;
68153
68157
  let e = d * c;
68154
- if (e > 150) {
68155
- b += 150;
68158
+ if (e > 90) {
68159
+ b += 90;
68156
68160
  b += 15;
68157
68161
  }
68158
68162
  else {
@@ -69160,8 +69164,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
69160
69164
  let c = this.f != null ? this.f.actualRowHeight : 30;
69161
69165
  let d = (this.itemsSource.length);
69162
69166
  let e = c * d;
69163
- if (e > 150) {
69164
- b += 150;
69167
+ if (e > 90) {
69168
+ b += 90;
69165
69169
  b += 15;
69166
69170
  }
69167
69171
  else {
@@ -34404,8 +34404,10 @@ var DataGridColumnToolbarManager = /** @class */ /*@__PURE__*/ (function (_super
34404
34404
  b.paddingLeft = 0;
34405
34405
  b.showArrowIcon = false;
34406
34406
  b.density = 4;
34407
+ b.subPanelRowHeight = 32;
34407
34408
  var c = new ToolActionGroupHeaderInfo();
34408
34409
  c.name = "DataGridColumnHeader";
34410
+ c.height = 46;
34409
34411
  c.contextBindings = [((function () {
34410
34412
  var $ret = new ToolContextBindingInfo();
34411
34413
  $ret.contextKey = "GridColumnOptionsColumnName";
@@ -34679,6 +34681,8 @@ var DataGridColumnToolbarManager = /** @class */ /*@__PURE__*/ (function (_super
34679
34681
  w.title = this.am("Cancel", "Cancel");
34680
34682
  w.closeOnExecute = true;
34681
34683
  u.actions = [v, w];
34684
+ u.height = 42;
34685
+ u.subPanelRowHeight = 42;
34682
34686
  t.add(u);
34683
34687
  b.actions = t.toArray();
34684
34688
  b.name = "DataGridColumnOptions";
@@ -47223,7 +47227,7 @@ var IgcGridConditionalStyleComponent = /** @class */ /*@__PURE__*/ (function (_s
47223
47227
  childList: true
47224
47228
  });
47225
47229
  }
47226
- this._propertiesAdapter = new CollectionAdapter([], this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
47230
+ this._propertiesAdapter = new CollectionAdapter(this.contentProperties, this.i.properties, this.actualProperties, function (c) { return c.i; }, function (i) {
47227
47231
  if (_this._initializeElement) {
47228
47232
  _this._initializeElement(i);
47229
47233
  }
@@ -47769,7 +47773,7 @@ var IgcDefinitionBaseComponent = /** @class */ /*@__PURE__*/ (function (_super)
47769
47773
  childList: true
47770
47774
  });
47771
47775
  }
47772
- this._conditionalStylesAdapter = new CollectionAdapter([], this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
47776
+ this._conditionalStylesAdapter = new CollectionAdapter(this.contentConditionalStyles, this.i.conditionalStyles, this.actualConditionalStyles, function (c) { return c.i; }, function (i) {
47773
47777
  if (_this._initializeElement) {
47774
47778
  _this._initializeElement(i);
47775
47779
  }
@@ -77565,8 +77569,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
77565
77569
  b += 4;
77566
77570
  var d = this.b.f != null ? this.b.f.actualRowHeight : 30;
77567
77571
  var e = d * c;
77568
- if (e > 150) {
77569
- b += 150;
77572
+ if (e > 90) {
77573
+ b += 90;
77570
77574
  b += 15;
77571
77575
  }
77572
77576
  else {
@@ -78696,8 +78700,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
78696
78700
  var c = this.f != null ? this.f.actualRowHeight : 30;
78697
78701
  var d = (this.itemsSource.length);
78698
78702
  var e = c * d;
78699
- if (e > 150) {
78700
- b += 150;
78703
+ if (e > 90) {
78704
+ b += 90;
78701
78705
  b += 15;
78702
78706
  }
78703
78707
  else {