igniteui-webcomponents-grids 5.1.1-beta.2 → 5.1.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.
- package/bundles/igniteui-webcomponents-grids.umd.js +8 -4
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +4 -4
- package/esm2015/lib/ColumnFilterCondition_combined.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +4 -4
- package/esm5/lib/ColumnFilterCondition_combined.js +4 -0
- package/fesm2015/igniteui-webcomponents-grids.js +8 -4
- package/fesm5/igniteui-webcomponents-grids.js +8 -4
- package/package.json +4 -4
|
@@ -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 >
|
|
385
|
-
b +=
|
|
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 >
|
|
1394
|
-
b +=
|
|
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";
|
|
@@ -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 >
|
|
441
|
-
b +=
|
|
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 >
|
|
1573
|
-
b +=
|
|
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";
|
|
@@ -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";
|
|
@@ -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 >
|
|
68155
|
-
b +=
|
|
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 >
|
|
69164
|
-
b +=
|
|
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";
|
|
@@ -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 >
|
|
77569
|
-
b +=
|
|
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 >
|
|
78700
|
-
b +=
|
|
78703
|
+
if (e > 90) {
|
|
78704
|
+
b += 90;
|
|
78701
78705
|
b += 15;
|
|
78702
78706
|
}
|
|
78703
78707
|
else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-webcomponents-grids",
|
|
3
|
-
"version": "5.1.1
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"description": "Ignite UI Web Components grid components.",
|
|
5
5
|
"homepage": "https://github.com/IgniteUI/igniteui-webcomponents-grids",
|
|
6
6
|
"keywords": [
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"tslib": "^2.3.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"igniteui-webcomponents-core": "5.1.1
|
|
22
|
-
"igniteui-webcomponents-layouts": "5.1.1
|
|
23
|
-
"igniteui-webcomponents-inputs": "5.1.1
|
|
21
|
+
"igniteui-webcomponents-core": "5.1.1",
|
|
22
|
+
"igniteui-webcomponents-layouts": "5.1.1",
|
|
23
|
+
"igniteui-webcomponents-inputs": "5.1.1"
|
|
24
24
|
},
|
|
25
25
|
"sideEffects": [
|
|
26
26
|
"./grids/combined.js"
|