igniteui-webcomponents-grids 5.0.0 → 5.0.2-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.
- package/bundles/igniteui-webcomponents-grids.umd.js +1393 -1404
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +52 -52
- package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +1 -4
- package/esm2015/lib/CheckboxListView_combined.js +188 -188
- package/esm2015/lib/ColumnChooserView_combined.js +42 -42
- package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
- package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
- package/esm2015/lib/ColumnPinningView_combined.js +42 -42
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
- package/esm2015/lib/EditorCell.js +86 -86
- package/esm2015/lib/EditorCellPresenter.js +1 -1
- package/esm2015/lib/FilterCell.js +90 -90
- package/esm2015/lib/FilterCellPresenter.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/igc-checkbox-list-component.js +31 -27
- package/esm2015/lib/igc-column-chooser-component.js +2 -2
- package/esm2015/lib/igc-column-pinning-component.js +2 -2
- package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm2015/public_api.js +20 -21
- package/esm5/lib/CanvasGridCellBase.js +52 -52
- package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +1 -4
- package/esm5/lib/CheckboxListView_combined.js +179 -179
- package/esm5/lib/ColumnChooserView_combined.js +41 -41
- package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
- package/esm5/lib/ColumnGroupingView_combined.js +40 -40
- package/esm5/lib/ColumnPinningView_combined.js +41 -41
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
- package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
- package/esm5/lib/DataGridToolbarView_combined.js +86 -86
- package/esm5/lib/EditorCell.js +85 -85
- package/esm5/lib/EditorCellPresenter.js +1 -1
- package/esm5/lib/FilterCell.js +88 -88
- package/esm5/lib/FilterCellPresenter.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/ISummaryChooserView_combined.js +6 -6
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/igc-checkbox-list-component.js +31 -27
- package/esm5/lib/igc-column-chooser-component.js +2 -2
- package/esm5/lib/igc-column-pinning-component.js +2 -2
- package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
- package/esm5/public_api.js +20 -21
- package/fesm2015/igniteui-webcomponents-grids.js +1415 -1425
- package/fesm5/igniteui-webcomponents-grids.js +1395 -1405
- package/grids/combined.js +16296 -15683
- package/grids/lib/igc-grid-base-directive.d.ts +1 -0
- package/grids/lib/igc-row-island-component.d.ts +1 -0
- package/grids/styles.css +1 -1
- package/grids/themes/dark/bootstrap.css +1 -1
- package/grids/themes/dark/fluent.css +1 -1
- package/grids/themes/dark/indigo.css +1 -1
- package/grids/themes/dark/material.css +1 -1
- package/grids/themes/light/bootstrap.css +1 -1
- package/grids/themes/light/fluent.css +1 -1
- package/grids/themes/light/indigo.css +1 -1
- package/grids/themes/light/material.css +1 -1
- package/lib/CanvasGridCellBase.d.ts +7 -7
- package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
- package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
- package/lib/CheckboxListExternal.d.ts +6 -4
- package/lib/CheckboxListView_combined.d.ts +26 -26
- package/lib/ColumnChooserView_combined.d.ts +4 -4
- package/lib/ColumnFilterCondition_combined.d.ts +113 -113
- package/lib/ColumnGroupingView_combined.d.ts +2 -2
- package/lib/ColumnPinningView_combined.d.ts +4 -4
- package/lib/DataGridCellLayoutPanel.d.ts +3 -3
- package/lib/DataGridToolbarView_combined.d.ts +5 -5
- package/lib/EditorCell.d.ts +8 -8
- package/lib/FilterCell.d.ts +12 -12
- package/lib/igc-checkbox-list-component.d.ts +2 -0
- package/package.json +4 -4
- package/public_api.d.ts +20 -21
- package/esm2015/lib/CheckboxListViewExternal.js +0 -11
- package/esm5/lib/CheckboxListViewExternal.js +0 -11
- package/lib/CheckboxListViewExternal.d.ts +0 -16
|
@@ -467,7 +467,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
467
467
|
class ColumnGrouping extends Base {
|
|
468
468
|
constructor() {
|
|
469
469
|
super();
|
|
470
|
-
this.
|
|
470
|
+
this.b = null;
|
|
471
471
|
this.propertyChanged = null;
|
|
472
472
|
this.q = null;
|
|
473
473
|
this.e = null;
|
|
@@ -477,7 +477,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
477
477
|
this.u = 0;
|
|
478
478
|
this.l = null;
|
|
479
479
|
this.o = false;
|
|
480
|
-
this.
|
|
480
|
+
this.c = null;
|
|
481
481
|
this.f = 1;
|
|
482
482
|
this.h = 2;
|
|
483
483
|
this.w = "Drag a Column Here";
|
|
@@ -493,11 +493,11 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
493
493
|
this.q = new ObservableCollection$1(XIcon.$, 0);
|
|
494
494
|
let a = new ColumnGroupingView();
|
|
495
495
|
a.e = this;
|
|
496
|
-
this.
|
|
497
|
-
this.
|
|
496
|
+
this.b = a;
|
|
497
|
+
this.b.ai();
|
|
498
498
|
}
|
|
499
499
|
notifySizeChanged() {
|
|
500
|
-
this.
|
|
500
|
+
this.b.ag();
|
|
501
501
|
}
|
|
502
502
|
destroy() {
|
|
503
503
|
this.provideContainer(null);
|
|
@@ -513,23 +513,23 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
513
513
|
}
|
|
514
514
|
}
|
|
515
515
|
provideContainer(a) {
|
|
516
|
-
this.
|
|
516
|
+
this.b.ah(a);
|
|
517
517
|
}
|
|
518
518
|
get m() {
|
|
519
519
|
if (this.l == null) {
|
|
520
|
-
this.l = new SRProvider(this.
|
|
520
|
+
this.l = new SRProvider(this.b.o);
|
|
521
521
|
this.l.cb("ColumnGrouping");
|
|
522
522
|
}
|
|
523
523
|
return this.l;
|
|
524
524
|
}
|
|
525
525
|
get targetGrid() {
|
|
526
|
-
return this.
|
|
526
|
+
return this.c;
|
|
527
527
|
}
|
|
528
528
|
set targetGrid(a) {
|
|
529
|
-
let b = this.
|
|
530
|
-
this.
|
|
531
|
-
if (b != this.
|
|
532
|
-
this.ay("TargetGrid", b, this.
|
|
529
|
+
let b = this.c;
|
|
530
|
+
this.c = a;
|
|
531
|
+
if (b != this.c) {
|
|
532
|
+
this.ay("TargetGrid", b, this.c);
|
|
533
533
|
}
|
|
534
534
|
}
|
|
535
535
|
get g() {
|
|
@@ -656,8 +656,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
656
656
|
this.ba();
|
|
657
657
|
break;
|
|
658
658
|
case "TextStyle":
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
659
|
+
this.b.ap();
|
|
660
|
+
this.b.aq();
|
|
661
661
|
break;
|
|
662
662
|
case "TextColor":
|
|
663
663
|
case "IconColor":
|
|
@@ -666,14 +666,14 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
666
666
|
break;
|
|
667
667
|
case "ItemHoverBackgroundColor": break;
|
|
668
668
|
case "BackgroundColor":
|
|
669
|
-
NativeUI.m(this.
|
|
669
|
+
NativeUI.m(this.b.u, this.bh);
|
|
670
670
|
break;
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
673
|
a4() {
|
|
674
674
|
}
|
|
675
675
|
ba() {
|
|
676
|
-
let a = this.
|
|
676
|
+
let a = this.b.w;
|
|
677
677
|
if (this.bm != null) {
|
|
678
678
|
NativeUI.q(a, this.bm);
|
|
679
679
|
}
|
|
@@ -682,12 +682,12 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
682
682
|
if (stringIsNullOrWhiteSpace(this.al)) {
|
|
683
683
|
this.al = !stringIsNullOrWhiteSpace(this.m.b1("Title")) ? this.m.b1("Title") : "Drag a Column Here";
|
|
684
684
|
}
|
|
685
|
-
this.
|
|
685
|
+
this.b.ar();
|
|
686
686
|
}
|
|
687
687
|
a8() {
|
|
688
|
-
let a = this.
|
|
689
|
-
let b = this.
|
|
690
|
-
let c = this.
|
|
688
|
+
let a = this.b.l;
|
|
689
|
+
let b = this.b.j;
|
|
690
|
+
let c = this.b.k;
|
|
691
691
|
for (let d = 0; d < a.count; d++) {
|
|
692
692
|
NativeUI.q(a._inner[d], this.bl);
|
|
693
693
|
}
|
|
@@ -704,7 +704,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
704
704
|
this.i = this.targetGrid.density;
|
|
705
705
|
}
|
|
706
706
|
}
|
|
707
|
-
this.
|
|
707
|
+
this.b.ao();
|
|
708
708
|
}
|
|
709
709
|
a5() {
|
|
710
710
|
if (this.targetGrid != null) {
|
|
@@ -712,7 +712,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
712
712
|
if (this.targetGrid.isGroupByAreaVisible) {
|
|
713
713
|
this.o = true;
|
|
714
714
|
}
|
|
715
|
-
this.
|
|
715
|
+
this.b.an();
|
|
716
716
|
let a = this.targetGrid;
|
|
717
717
|
a.groupDescriptionsChanged = delegateCombine(a.groupDescriptionsChanged, runOn(this, this.a7));
|
|
718
718
|
let b = this.targetGrid;
|
|
@@ -723,7 +723,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
723
723
|
let d = this.targetGrid.dragger;
|
|
724
724
|
d.onDragEnd = delegateCombine(d.onDragEnd, runOn(this, this.aw));
|
|
725
725
|
}
|
|
726
|
-
this.
|
|
726
|
+
this.b.ac();
|
|
727
727
|
}
|
|
728
728
|
}
|
|
729
729
|
p() {
|
|
@@ -757,7 +757,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
757
757
|
}
|
|
758
758
|
aw(a, b) {
|
|
759
759
|
if (this.targetGrid.dragger.dragType == 2) {
|
|
760
|
-
let c = this.
|
|
760
|
+
let c = this.b.as();
|
|
761
761
|
let d = c.height * -1;
|
|
762
762
|
let e = 0;
|
|
763
763
|
let f = 0;
|
|
@@ -773,11 +773,11 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
773
773
|
j.c = 0;
|
|
774
774
|
let l = this.targetGrid.groupDescriptions.j.contains(j);
|
|
775
775
|
if (l == false && k == false) {
|
|
776
|
-
let m = this.
|
|
776
|
+
let m = this.b.l;
|
|
777
777
|
let n = m.count;
|
|
778
778
|
let o = false;
|
|
779
779
|
for (let p = 0; p < n; p++) {
|
|
780
|
-
let q = this.
|
|
780
|
+
let q = this.b.b(m._inner[p]);
|
|
781
781
|
let r = NativeUI.k(m._inner[p]);
|
|
782
782
|
let s = q[1] - c.left + r;
|
|
783
783
|
if (this.t < s) {
|
|
@@ -819,7 +819,7 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
819
819
|
}
|
|
820
820
|
at(a, b) {
|
|
821
821
|
let c = new XIcon();
|
|
822
|
-
this.
|
|
822
|
+
this.b.am(c, a);
|
|
823
823
|
if (b) {
|
|
824
824
|
c.svgPath = ColumnGrouping.x;
|
|
825
825
|
}
|
|
@@ -831,21 +831,21 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
831
831
|
}
|
|
832
832
|
aq(a) {
|
|
833
833
|
let b = new XIcon();
|
|
834
|
-
this.
|
|
834
|
+
this.b.am(b, a);
|
|
835
835
|
b.svgPath = ColumnGrouping.aa;
|
|
836
836
|
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
837
837
|
this.q.add(b);
|
|
838
838
|
}
|
|
839
839
|
as(a) {
|
|
840
840
|
let b = new XIcon();
|
|
841
|
-
this.
|
|
841
|
+
this.b.am(b, a);
|
|
842
842
|
b.svgPath = ColumnGrouping.ah;
|
|
843
843
|
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
844
844
|
this.q.add(b);
|
|
845
845
|
}
|
|
846
846
|
ar(a) {
|
|
847
847
|
let b = new XIcon();
|
|
848
|
-
this.
|
|
848
|
+
this.b.am(b, a);
|
|
849
849
|
b.svgPath = ColumnGrouping.ad;
|
|
850
850
|
b.fill = BrushUtil.h(255, 119, 119, 119);
|
|
851
851
|
this.e = b;
|
|
@@ -897,10 +897,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
897
897
|
this.targetGrid.groupDescriptions.j.insert(b, d);
|
|
898
898
|
}
|
|
899
899
|
a7(a, b) {
|
|
900
|
-
this.
|
|
900
|
+
this.b.ac();
|
|
901
901
|
}
|
|
902
902
|
a6(a, b) {
|
|
903
|
-
this.
|
|
903
|
+
this.b.ac();
|
|
904
904
|
}
|
|
905
905
|
exportVisualModel() {
|
|
906
906
|
return this.a();
|
|
@@ -911,22 +911,22 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
911
911
|
}
|
|
912
912
|
a() {
|
|
913
913
|
let a = new ColumnGroupingVisualModelExport();
|
|
914
|
-
let b = this.
|
|
914
|
+
let b = this.b.v;
|
|
915
915
|
a.d = new List$1(IconVisualModelExport.$, 0);
|
|
916
916
|
a.c = new List$1(TextVisualModelExport.$, 0);
|
|
917
917
|
a.b = this.i;
|
|
918
918
|
a.a = this.g;
|
|
919
|
-
let c = this.
|
|
919
|
+
let c = this.b.a();
|
|
920
920
|
let d = c[0];
|
|
921
921
|
let e = c[1];
|
|
922
922
|
a.h = d;
|
|
923
923
|
a.f = e;
|
|
924
924
|
a.e = NativeUI.d(b);
|
|
925
925
|
a.i = NativeUI.k(b);
|
|
926
|
-
let f = this.
|
|
926
|
+
let f = this.b.l;
|
|
927
927
|
for (let g = 0; g < f.count; g++) {
|
|
928
928
|
let h = new TextVisualModelExport();
|
|
929
|
-
let i = this.
|
|
929
|
+
let i = this.b.b(f._inner[g]);
|
|
930
930
|
h.e = i[0] - d;
|
|
931
931
|
h.d = i[1] - e;
|
|
932
932
|
h.c = NativeUI.d(f._inner[g]);
|
|
@@ -935,10 +935,10 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
935
935
|
h.g = f._inner[g].getText();
|
|
936
936
|
a.c.add(h);
|
|
937
937
|
}
|
|
938
|
-
let j = this.
|
|
938
|
+
let j = this.b.j;
|
|
939
939
|
for (let k = 0; k < j.count; k++) {
|
|
940
940
|
let l = this.q._inner[k].au();
|
|
941
|
-
let m = this.
|
|
941
|
+
let m = this.b.b(j._inner[k]);
|
|
942
942
|
l.i = m[0] - d;
|
|
943
943
|
l.g = m[1] - e;
|
|
944
944
|
l.f = NativeUI.d(j._inner[k]);
|
|
@@ -947,8 +947,8 @@ export let ColumnGrouping = /*@__PURE__*/ (() => {
|
|
|
947
947
|
}
|
|
948
948
|
if (this.k != null) {
|
|
949
949
|
let n = this.k;
|
|
950
|
-
if (this.
|
|
951
|
-
let o = this.
|
|
950
|
+
if (this.b != null && n.q == null) {
|
|
951
|
+
let o = this.b.o;
|
|
952
952
|
let p = FontUtil.getFontInfoFromString(o, n.fontString);
|
|
953
953
|
n.q = p.q;
|
|
954
954
|
n.f = p.f;
|
|
@@ -89,12 +89,12 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
89
89
|
class ColumnPinning extends Base {
|
|
90
90
|
constructor() {
|
|
91
91
|
super();
|
|
92
|
-
this.
|
|
92
|
+
this.a = null;
|
|
93
93
|
this.d = null;
|
|
94
94
|
this.propertyChanged = null;
|
|
95
95
|
this.m = false;
|
|
96
96
|
this.k = null;
|
|
97
|
-
this.
|
|
97
|
+
this.b = null;
|
|
98
98
|
this.o = null;
|
|
99
99
|
this.i = null;
|
|
100
100
|
this.am = BrushUtil.h(255, 0, 153, 255);
|
|
@@ -105,8 +105,8 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
105
105
|
this.m = false;
|
|
106
106
|
let a = new ColumnPinningView();
|
|
107
107
|
a.a = this;
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
108
|
+
this.a = a;
|
|
109
|
+
this.a.f();
|
|
110
110
|
}
|
|
111
111
|
ak(a) {
|
|
112
112
|
if (this.d != null) {
|
|
@@ -114,7 +114,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
notifySizeChanged() {
|
|
117
|
-
this.
|
|
117
|
+
this.a.d();
|
|
118
118
|
}
|
|
119
119
|
destroy() {
|
|
120
120
|
if (this.d != null) {
|
|
@@ -122,10 +122,10 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
122
122
|
a.checkedChanged = delegateRemove(a.checkedChanged, runOn(this, this.ae));
|
|
123
123
|
}
|
|
124
124
|
this.provideContainer(null, null);
|
|
125
|
-
if (this.
|
|
126
|
-
let b = this.
|
|
125
|
+
if (this.b != null) {
|
|
126
|
+
let b = this.b.actualColumns;
|
|
127
127
|
b.collectionChanged = delegateRemove(b.collectionChanged, runOn(this, this.z));
|
|
128
|
-
let c = this.
|
|
128
|
+
let c = this.b;
|
|
129
129
|
c.columnPinnedChanged = delegateRemove(c.columnPinnedChanged, runOn(this, this.aj));
|
|
130
130
|
}
|
|
131
131
|
}
|
|
@@ -136,23 +136,23 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
136
136
|
c.checkedChanged = delegateCombine(c.checkedChanged, runOn(this, this.ae));
|
|
137
137
|
}
|
|
138
138
|
this.aa();
|
|
139
|
-
this.
|
|
139
|
+
this.a.e(a);
|
|
140
140
|
}
|
|
141
141
|
get l() {
|
|
142
142
|
if (this.k == null) {
|
|
143
|
-
this.k = new SRProvider(this.
|
|
143
|
+
this.k = new SRProvider(this.a.b);
|
|
144
144
|
this.k.cb("DataGrid");
|
|
145
145
|
}
|
|
146
146
|
return this.k;
|
|
147
147
|
}
|
|
148
|
-
get
|
|
149
|
-
return this.
|
|
148
|
+
get c() {
|
|
149
|
+
return this.b;
|
|
150
150
|
}
|
|
151
|
-
set
|
|
152
|
-
let b = this.
|
|
153
|
-
this.
|
|
154
|
-
if (b != this.
|
|
155
|
-
this.ad("TargetGrid", b, this.
|
|
151
|
+
set c(a) {
|
|
152
|
+
let b = this.b;
|
|
153
|
+
this.b = a;
|
|
154
|
+
if (b != this.b) {
|
|
155
|
+
this.ad("TargetGrid", b, this.b);
|
|
156
156
|
}
|
|
157
157
|
}
|
|
158
158
|
get v() {
|
|
@@ -240,22 +240,22 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
240
240
|
let e = b;
|
|
241
241
|
e.columnPinnedChanged = delegateRemove(e.columnPinnedChanged, runOn(this, this.aj));
|
|
242
242
|
}
|
|
243
|
-
if (this.
|
|
244
|
-
let f = this.
|
|
243
|
+
if (this.b != null) {
|
|
244
|
+
let f = this.b.actualColumns;
|
|
245
245
|
f.collectionChanged = delegateCombine(f.collectionChanged, runOn(this, this.z));
|
|
246
|
-
let g = this.
|
|
246
|
+
let g = this.b;
|
|
247
247
|
g.columnPinnedChanged = delegateCombine(g.columnPinnedChanged, runOn(this, this.aj));
|
|
248
248
|
}
|
|
249
249
|
this.aa();
|
|
250
250
|
break;
|
|
251
251
|
case "Title":
|
|
252
|
-
this.
|
|
252
|
+
this.a.i();
|
|
253
253
|
break;
|
|
254
254
|
case "TitleStyle":
|
|
255
|
-
this.
|
|
255
|
+
this.a.k();
|
|
256
256
|
break;
|
|
257
257
|
case "TitleColor":
|
|
258
|
-
this.
|
|
258
|
+
this.a.j();
|
|
259
259
|
break;
|
|
260
260
|
case "FilterPlaceholderText":
|
|
261
261
|
if (this.d != null) {
|
|
@@ -270,9 +270,9 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
270
270
|
break;
|
|
271
271
|
case "BackgroundColor":
|
|
272
272
|
if (this.d != null) {
|
|
273
|
-
this.d.
|
|
273
|
+
this.d.backgroundColor = this.an;
|
|
274
274
|
}
|
|
275
|
-
this.
|
|
275
|
+
this.a.g();
|
|
276
276
|
break;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
@@ -283,7 +283,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
283
283
|
}
|
|
284
284
|
ah() {
|
|
285
285
|
if (this.d != null) {
|
|
286
|
-
this.d.
|
|
286
|
+
this.d.density = this.h;
|
|
287
287
|
}
|
|
288
288
|
}
|
|
289
289
|
aj(a, b) {
|
|
@@ -296,13 +296,13 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
296
296
|
this.aa();
|
|
297
297
|
}
|
|
298
298
|
aa() {
|
|
299
|
-
if (this.
|
|
299
|
+
if (this.b != null && this.d != null) {
|
|
300
300
|
this.d.aa = this.f;
|
|
301
|
-
this.d.
|
|
302
|
-
this.d.
|
|
301
|
+
this.d.density = this.h;
|
|
302
|
+
this.d.backgroundColor = this.an;
|
|
303
303
|
let a;
|
|
304
304
|
let b = new ObservableCollection$1(ColumnPinningInfo.$, 0);
|
|
305
|
-
for (let c of fromEnum(this.
|
|
305
|
+
for (let c of fromEnum(this.b.actualColumns)) {
|
|
306
306
|
a = new ColumnPinningInfo();
|
|
307
307
|
let d = c.i8;
|
|
308
308
|
if (c.jf != null) {
|
|
@@ -317,7 +317,7 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
317
317
|
}
|
|
318
318
|
b.add(a);
|
|
319
319
|
}
|
|
320
|
-
this.d.
|
|
320
|
+
this.d.showSelectAll = false;
|
|
321
321
|
if (this.s != null) {
|
|
322
322
|
this.d.bi = this.s;
|
|
323
323
|
}
|
|
@@ -326,26 +326,26 @@ export let ColumnPinning = /*@__PURE__*/ (() => {
|
|
|
326
326
|
let f = "";
|
|
327
327
|
e = "columnName";
|
|
328
328
|
f = "isPinned";
|
|
329
|
-
this.d.
|
|
330
|
-
this.d.
|
|
329
|
+
this.d.selectedMemberPath = f;
|
|
330
|
+
this.d.dataMemberPath = e;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
ae(a, b) {
|
|
334
334
|
this.m = true;
|
|
335
|
-
let c = this.d.
|
|
336
|
-
let d = this.
|
|
335
|
+
let c = this.d.f.actualDataSource.getItemAtIndex(b.c);
|
|
336
|
+
let d = this.b.actualColumns.count;
|
|
337
337
|
for (let e = 0; e < d; e++) {
|
|
338
|
-
if (this.
|
|
339
|
-
if (this.
|
|
340
|
-
this.
|
|
338
|
+
if (this.b.actualColumns._inner[e].i8 == c.columnName || this.b.actualColumns._inner[e].jz == c.columnName || this.b.actualColumns._inner[e].jf == c.columnName) {
|
|
339
|
+
if (this.b.actualColumns._inner[e].f6 == 0) {
|
|
340
|
+
this.b.actualColumns._inner[e].f6 = 1;
|
|
341
341
|
}
|
|
342
|
-
else if (this.
|
|
343
|
-
this.
|
|
342
|
+
else if (this.b.actualColumns._inner[e].f6 == 2) {
|
|
343
|
+
this.b.actualColumns._inner[e].f6 = 1;
|
|
344
344
|
}
|
|
345
345
|
else {
|
|
346
|
-
this.
|
|
346
|
+
this.b.actualColumns._inner[e].f6 = 0;
|
|
347
347
|
}
|
|
348
|
-
this.
|
|
348
|
+
this.b.actualColumns._inner[e].ki("Pinned");
|
|
349
349
|
break;
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -47,7 +47,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
47
47
|
this.ay = new AccessibilityRow();
|
|
48
48
|
this.ay.i = this.a7;
|
|
49
49
|
this.ay.e = -1;
|
|
50
|
-
this.ay.d = this.
|
|
50
|
+
this.ay.d = this.g.b9.count;
|
|
51
51
|
this.ay.f = "columnheader";
|
|
52
52
|
}
|
|
53
53
|
this.ay.j(a, b);
|
|
@@ -59,7 +59,7 @@ export let DataGridAccessibilityLayoutPanel = /*@__PURE__*/ (() => {
|
|
|
59
59
|
d = new AccessibilityRow();
|
|
60
60
|
d.i = this.a7;
|
|
61
61
|
d.e = c;
|
|
62
|
-
d.d = this.
|
|
62
|
+
d.d = this.g.b9.count;
|
|
63
63
|
d.f = "gridcell";
|
|
64
64
|
this.a0.s(c, d);
|
|
65
65
|
}
|