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.
Files changed (85) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +1393 -1404
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +52 -52
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +7 -7
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListBridge.js +1 -4
  8. package/esm2015/lib/CheckboxListView_combined.js +188 -188
  9. package/esm2015/lib/ColumnChooserView_combined.js +42 -42
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +659 -659
  11. package/esm2015/lib/ColumnGroupingView_combined.js +40 -40
  12. package/esm2015/lib/ColumnPinningView_combined.js +42 -42
  13. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +48 -48
  15. package/esm2015/lib/DataGridToolbarView_combined.js +87 -87
  16. package/esm2015/lib/EditorCell.js +86 -86
  17. package/esm2015/lib/EditorCellPresenter.js +1 -1
  18. package/esm2015/lib/FilterCell.js +90 -90
  19. package/esm2015/lib/FilterCellPresenter.js +1 -1
  20. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  21. package/esm2015/lib/ISummaryChooserView_combined.js +6 -6
  22. package/esm2015/lib/TemplateHeader.js +1 -1
  23. package/esm2015/lib/igc-checkbox-list-component.js +31 -27
  24. package/esm2015/lib/igc-column-chooser-component.js +2 -2
  25. package/esm2015/lib/igc-column-pinning-component.js +2 -2
  26. package/esm2015/lib/igc-data-grid-toolbar-component.js +2 -2
  27. package/esm2015/public_api.js +20 -21
  28. package/esm5/lib/CanvasGridCellBase.js +52 -52
  29. package/esm5/lib/CanvasTemplateCellPresenter.js +7 -7
  30. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +6 -6
  31. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  32. package/esm5/lib/CheckboxListBridge.js +1 -4
  33. package/esm5/lib/CheckboxListView_combined.js +179 -179
  34. package/esm5/lib/ColumnChooserView_combined.js +41 -41
  35. package/esm5/lib/ColumnFilterCondition_combined.js +654 -654
  36. package/esm5/lib/ColumnGroupingView_combined.js +40 -40
  37. package/esm5/lib/ColumnPinningView_combined.js +41 -41
  38. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +2 -2
  39. package/esm5/lib/DataGridCellLayoutPanel.js +48 -48
  40. package/esm5/lib/DataGridToolbarView_combined.js +86 -86
  41. package/esm5/lib/EditorCell.js +85 -85
  42. package/esm5/lib/EditorCellPresenter.js +1 -1
  43. package/esm5/lib/FilterCell.js +88 -88
  44. package/esm5/lib/FilterCellPresenter.js +1 -1
  45. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  46. package/esm5/lib/ISummaryChooserView_combined.js +6 -6
  47. package/esm5/lib/TemplateHeader.js +1 -1
  48. package/esm5/lib/igc-checkbox-list-component.js +31 -27
  49. package/esm5/lib/igc-column-chooser-component.js +2 -2
  50. package/esm5/lib/igc-column-pinning-component.js +2 -2
  51. package/esm5/lib/igc-data-grid-toolbar-component.js +2 -2
  52. package/esm5/public_api.js +20 -21
  53. package/fesm2015/igniteui-webcomponents-grids.js +1415 -1425
  54. package/fesm5/igniteui-webcomponents-grids.js +1395 -1405
  55. package/grids/combined.js +16296 -15683
  56. package/grids/lib/igc-grid-base-directive.d.ts +1 -0
  57. package/grids/lib/igc-row-island-component.d.ts +1 -0
  58. package/grids/styles.css +1 -1
  59. package/grids/themes/dark/bootstrap.css +1 -1
  60. package/grids/themes/dark/fluent.css +1 -1
  61. package/grids/themes/dark/indigo.css +1 -1
  62. package/grids/themes/dark/material.css +1 -1
  63. package/grids/themes/light/bootstrap.css +1 -1
  64. package/grids/themes/light/fluent.css +1 -1
  65. package/grids/themes/light/indigo.css +1 -1
  66. package/grids/themes/light/material.css +1 -1
  67. package/lib/CanvasGridCellBase.d.ts +7 -7
  68. package/lib/CanvasTemplateCellPresenter.d.ts +2 -2
  69. package/lib/CanvasTemplateHeaderCellPresenter.d.ts +2 -2
  70. package/lib/CheckboxListExternal.d.ts +6 -4
  71. package/lib/CheckboxListView_combined.d.ts +26 -26
  72. package/lib/ColumnChooserView_combined.d.ts +4 -4
  73. package/lib/ColumnFilterCondition_combined.d.ts +113 -113
  74. package/lib/ColumnGroupingView_combined.d.ts +2 -2
  75. package/lib/ColumnPinningView_combined.d.ts +4 -4
  76. package/lib/DataGridCellLayoutPanel.d.ts +3 -3
  77. package/lib/DataGridToolbarView_combined.d.ts +5 -5
  78. package/lib/EditorCell.d.ts +8 -8
  79. package/lib/FilterCell.d.ts +12 -12
  80. package/lib/igc-checkbox-list-component.d.ts +2 -0
  81. package/package.json +4 -4
  82. package/public_api.d.ts +20 -21
  83. package/esm2015/lib/CheckboxListViewExternal.js +0 -11
  84. package/esm5/lib/CheckboxListViewExternal.js +0 -11
  85. package/lib/CheckboxListViewExternal.d.ts +0 -16
@@ -15,7 +15,7 @@ import { ICellActionManager } from "./ICellActionManager";
15
15
  */
16
16
  export declare class CanvasGridCellBase extends Base implements INativeCell {
17
17
  static $t: Type;
18
- private a;
18
+ private b;
19
19
  private s;
20
20
  private o;
21
21
  protected get aa(): boolean;
@@ -116,9 +116,9 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
116
116
  private cz;
117
117
  private m;
118
118
  cd(a: Color): void;
119
- private g;
120
- private c;
121
- private e;
119
+ private a;
120
+ private d;
121
+ private f;
122
122
  private bz;
123
123
  cj(a: number): void;
124
124
  private r;
@@ -141,8 +141,8 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
141
141
  private n;
142
142
  private bp;
143
143
  private static bs;
144
- private b;
145
- protected get d(): CellContentHorizontalAlignment;
144
+ private c;
145
+ protected get e(): CellContentHorizontalAlignment;
146
146
  ci(a: CellContentHorizontalAlignment): void;
147
147
  private ar;
148
148
  private h;
@@ -150,7 +150,7 @@ export declare class CanvasGridCellBase extends Base implements INativeCell {
150
150
  private cw;
151
151
  private ap;
152
152
  protected bk(a: TextBlock, b: string, c: number, d: RenderingContext): number;
153
- private f;
153
+ private g;
154
154
  cq(a: CellContentVerticalAlignment): void;
155
155
  protected ag(a: ICellActionManager): boolean;
156
156
  private static bq;
@@ -9,8 +9,8 @@ import { Type } from "igniteui-webcomponents-core";
9
9
  */
10
10
  export declare class CanvasTemplateCellPresenter extends CanvasCellPresenterBase {
11
11
  static $t: Type;
12
- private d;
12
+ private e;
13
13
  constructor(a: CanvasGridCellBase, b: DataGrid);
14
- get e(): CanvasTemplateCell;
14
+ get d(): CanvasTemplateCell;
15
15
  protected b(a: CellModel): void;
16
16
  }
@@ -9,8 +9,8 @@ import { Type } from "igniteui-webcomponents-core";
9
9
  */
10
10
  export declare class CanvasTemplateHeaderCellPresenter extends CanvasCellPresenterBase {
11
11
  static $t: Type;
12
- private d;
13
- get e(): CanvasTemplateHeaderCell;
12
+ private e;
13
+ get d(): CanvasTemplateHeaderCell;
14
14
  constructor(a: CanvasGridCellBase, b: DataGrid);
15
15
  protected b(a: CellModel): void;
16
16
  }
@@ -1,21 +1,23 @@
1
1
  import { BaseControlTheme } from "igniteui-webcomponents-core";
2
- import { CheckboxListViewExternal } from "./CheckboxListViewExternal";
3
2
  import { Type } from "igniteui-webcomponents-core";
4
- import { Size } from "igniteui-webcomponents-core";
5
3
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
6
4
  import { Brush } from "igniteui-webcomponents-core";
5
+ import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
6
+ import { Size } from "igniteui-webcomponents-core";
7
7
  /**
8
8
  * @hidden
9
9
  */
10
10
  export interface CheckboxListExternal {
11
11
  baseTheme: BaseControlTheme;
12
- view: CheckboxListViewExternal;
12
+ checkedChanged: (sender: any, args: CheckedChangedEventArgs) => void;
13
+ selectedKeyAdded: (sender: any, args: CheckedChangedEventArgs) => void;
14
+ selectedKeyRemoved: (sender: any, args: CheckedChangedEventArgs) => void;
13
15
  selectedMemberPath: string;
14
16
  dataMemberPath: string;
15
17
  itemsSource: any;
16
18
  showSelectAll: boolean;
17
19
  primaryKey: string;
18
- readonly desiredSize: Size;
20
+ getDesiredSize(): Size;
19
21
  density: ControlDisplayDensity;
20
22
  backgroundColor: Brush;
21
23
  textColor: Brush;
@@ -3,11 +3,10 @@ import { DomRenderer, DomWrapper } from "igniteui-webcomponents-core";
3
3
  import { XInputGroup } from "igniteui-webcomponents-inputs";
4
4
  import { XInput } from "igniteui-webcomponents-inputs";
5
5
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
6
- import { Size } from "igniteui-webcomponents-core";
7
- import { DataGrid } from "./DataGrid";
8
6
  import { FontInfo } from "igniteui-webcomponents-core";
9
7
  import { Thickness } from "igniteui-webcomponents-core";
10
8
  import { CheckboxListIndexType } from "./CheckboxListIndexType";
9
+ import { DataGrid } from "./DataGrid";
11
10
  import { GridSelectedKeysCollection } from "./GridSelectedKeysCollection";
12
11
  import { InputGroupDisplayType } from "igniteui-webcomponents-inputs";
13
12
  import { BaseControlTheme } from "igniteui-webcomponents-core";
@@ -15,6 +14,7 @@ import { Brush } from "igniteui-webcomponents-core";
15
14
  import { ScrollbarStyle } from "igniteui-webcomponents-core";
16
15
  import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
17
16
  import { DataGridCellEventArgs } from "./DataGridCellEventArgs";
17
+ import { Size } from "igniteui-webcomponents-core";
18
18
  import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
19
19
  /**
20
20
  * @hidden
@@ -53,7 +53,6 @@ export declare class CheckboxListView extends Base {
53
53
  private r;
54
54
  ad(): void;
55
55
  ab(): void;
56
- aj(): Size;
57
56
  ac(): void;
58
57
  y(): void;
59
58
  aa(a: Thickness): void;
@@ -65,8 +64,8 @@ export declare class CheckboxListView extends Base {
65
64
  export declare class CheckboxList extends Base implements INotifyPropertyChanged {
66
65
  static $t: Type;
67
66
  m: CheckboxListView;
68
- h: DataGrid;
69
- private i;
67
+ f: DataGrid;
68
+ private j;
70
69
  private ad;
71
70
  private d;
72
71
  private ak;
@@ -83,11 +82,11 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
83
82
  private get e();
84
83
  private ai;
85
84
  private get aj();
86
- private f;
87
- get g(): GridSelectedKeysCollection;
85
+ private g;
86
+ get h(): GridSelectedKeysCollection;
88
87
  private a;
89
- get b(): string[];
90
- set b(a: string[]);
88
+ get primaryKey(): string[];
89
+ set primaryKey(a: string[]);
91
90
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
92
91
  constructor();
93
92
  private cv;
@@ -109,11 +108,11 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
109
108
  get itemsSource(): any;
110
109
  set itemsSource(a: any);
111
110
  private a2;
112
- get be(): string;
113
- set be(a: string);
111
+ get dataMemberPath(): string;
112
+ set dataMemberPath(a: string);
114
113
  private a4;
115
- get b3(): string;
116
- set b3(a: string);
114
+ get selectedMemberPath(): string;
115
+ set selectedMemberPath(a: string);
117
116
  private a3;
118
117
  get bi(): string;
119
118
  set bi(a: string);
@@ -134,17 +133,17 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
134
133
  get aa(): BaseControlTheme;
135
134
  set aa(a: BaseControlTheme);
136
135
  private ab;
137
- get ac(): ControlDisplayDensity;
138
- set ac(a: ControlDisplayDensity);
136
+ get density(): ControlDisplayDensity;
137
+ set density(a: ControlDisplayDensity);
139
138
  private di;
140
- get d1(): Brush;
141
- set d1(a: Brush);
139
+ get searchIconColor(): Brush;
140
+ set searchIconColor(a: Brush);
142
141
  private dg;
143
142
  get dz(): Brush;
144
143
  set dz(a: Brush);
145
144
  private dj;
146
- get d2(): Brush;
147
- set d2(a: Brush);
145
+ get searchTextColor(): Brush;
146
+ set searchTextColor(a: Brush);
148
147
  private dh;
149
148
  get d0(): Brush;
150
149
  set d0(a: Brush);
@@ -183,7 +182,7 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
183
182
  provideHrElement(a: any): void;
184
183
  co(): void;
185
184
  private cg;
186
- private j;
185
+ private i;
187
186
  c0(a: number): void;
188
187
  b8(a: number): void;
189
188
  c2(): void;
@@ -194,6 +193,7 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
194
193
  cj(a: number, b: any): void;
195
194
  b9(a: any[]): void;
196
195
  c1(a: any[]): void;
196
+ getDesiredSize(): Size;
197
197
  private bz;
198
198
  get b0(): string;
199
199
  set b0(a: string);
@@ -205,16 +205,16 @@ export declare class CheckboxList extends Base implements INotifyPropertyChanged
205
205
  set dm(a: Brush);
206
206
  get aq(): boolean;
207
207
  private at;
208
- get au(): boolean;
209
- set au(a: boolean);
208
+ get showSelectAll(): boolean;
209
+ set showSelectAll(a: boolean);
210
210
  static du: Brush;
211
211
  private c8;
212
- get dn(): Brush;
213
- set dn(a: Brush);
212
+ get backgroundColor(): Brush;
213
+ set backgroundColor(a: Brush);
214
214
  static dv: Brush;
215
215
  private de;
216
- get dx(): Brush;
217
- set dx(a: Brush);
216
+ get rowHoverBackgroundColor(): Brush;
217
+ set rowHoverBackgroundColor(a: Brush);
218
218
  static dw: Brush;
219
219
  private dl;
220
220
  get d5(): Brush;
@@ -32,7 +32,7 @@ export declare class ColumnChooserView extends Base {
32
32
  */
33
33
  export declare class ColumnChooser extends Base implements INotifyPropertyChanged {
34
34
  static $t: Type;
35
- private c;
35
+ private a;
36
36
  private d;
37
37
  propertyChanged: (sender: any, e: PropertyChangedEventArgs) => void;
38
38
  private m;
@@ -42,9 +42,9 @@ export declare class ColumnChooser extends Base implements INotifyPropertyChange
42
42
  provideContainer(a: DomRenderer, b: CheckboxList): void;
43
43
  private k;
44
44
  private get l();
45
- private a;
46
- get b(): DataGrid;
47
- set b(a: DataGrid);
45
+ private b;
46
+ get c(): DataGrid;
47
+ set c(a: DataGrid);
48
48
  private o;
49
49
  get v(): string;
50
50
  set v(a: string);