igniteui-webcomponents-grids 4.0.4 → 4.2.3-alpha

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 (129) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +2059 -1378
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/BaseEditorView.js +30 -14
  4. package/esm2015/lib/CanvasGridCellBase.js +26 -26
  5. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  6. package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
  7. package/esm2015/lib/CheckboxListView_combined.js +553 -389
  8. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  9. package/esm2015/lib/ColumnFilterCondition_combined.js +32 -0
  10. package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
  11. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  12. package/esm2015/lib/ComboEditorView.js +111 -105
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +401 -344
  14. package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
  15. package/esm2015/lib/DateEditorView.js +94 -87
  16. package/esm2015/lib/EditorCell.js +11 -11
  17. package/esm2015/lib/FilterCell.js +77 -61
  18. package/esm2015/lib/FilterCellPresenter.js +6 -3
  19. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
  20. package/esm2015/lib/GridColumnOptionsView_combined.js +47 -22
  21. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +51 -25
  22. package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
  23. package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
  24. package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
  25. package/esm2015/lib/ISummaryChooserView_combined.js +12 -11
  26. package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
  27. package/esm2015/lib/NumericEditorView.js +3 -3
  28. package/esm2015/lib/PropertyEditorView_combined.js +40 -40
  29. package/esm2015/lib/TextEditorView.js +82 -75
  30. package/esm2015/lib/igc-checkbox-list-component.js +155 -50
  31. package/esm2015/lib/igc-data-grid-comparison-operator-selector-component.js +104 -59
  32. package/esm2015/lib/igc-grid-column-options-component.js +21 -1
  33. package/esm2015/lib/igc-grid-column-summary-options-component.js +16 -2
  34. package/esm5/lib/BaseEditorView.js +34 -14
  35. package/esm5/lib/CanvasGridCellBase.js +26 -26
  36. package/esm5/lib/CanvasSummaryCell.js +2 -2
  37. package/esm5/lib/CanvasTextHeaderCell.js +1 -1
  38. package/esm5/lib/CheckboxListView_combined.js +579 -375
  39. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  40. package/esm5/lib/ColumnFilterCondition_combined.js +32 -0
  41. package/esm5/lib/ColumnGroupingView_combined.js +1 -1
  42. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  43. package/esm5/lib/ComboEditorView.js +108 -102
  44. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +408 -343
  45. package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
  46. package/esm5/lib/DateEditorView.js +93 -86
  47. package/esm5/lib/EditorCell.js +11 -11
  48. package/esm5/lib/FilterCell.js +81 -61
  49. package/esm5/lib/FilterCellPresenter.js +6 -3
  50. package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
  51. package/esm5/lib/GridColumnOptionsView_combined.js +55 -22
  52. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +59 -25
  53. package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
  54. package/esm5/lib/GridFilterDialogView_combined.js +5 -5
  55. package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
  56. package/esm5/lib/ISummaryChooserView_combined.js +12 -11
  57. package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
  58. package/esm5/lib/NumericEditorView.js +3 -3
  59. package/esm5/lib/PropertyEditorView_combined.js +40 -40
  60. package/esm5/lib/TextEditorView.js +82 -75
  61. package/esm5/lib/igc-checkbox-list-component.js +195 -50
  62. package/esm5/lib/igc-data-grid-comparison-operator-selector-component.js +117 -59
  63. package/esm5/lib/igc-grid-column-options-component.js +29 -1
  64. package/esm5/lib/igc-grid-column-summary-options-component.js +24 -2
  65. package/fesm2015/igniteui-webcomponents-grids.js +1935 -1395
  66. package/fesm5/igniteui-webcomponents-grids.js +2057 -1376
  67. package/grids/3rdpartylicenses.txt +445 -0
  68. package/grids/combined.js +44 -90
  69. package/grids/index.d.ts +15 -0
  70. package/grids/lib/common.d.ts +0 -4
  71. package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
  72. package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
  73. package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
  74. package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
  75. package/grids/lib/igc-cell-template-context.d.ts +2 -1
  76. package/grids/lib/igc-column-component.d.ts +3 -2
  77. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
  78. package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
  79. package/grids/lib/igc-date-summary-operand.d.ts +75 -0
  80. package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
  81. package/grids/lib/igc-display-density-base.d.ts +1 -1
  82. package/grids/lib/igc-exporter-options-base.d.ts +2 -0
  83. package/grids/lib/igc-filtering-expression.d.ts +33 -0
  84. package/grids/lib/igc-filtering-expressions-tree.d.ts +6 -4
  85. package/grids/lib/igc-filtering-operand.d.ts +4 -2
  86. package/grids/lib/igc-filtering-operation.d.ts +4 -0
  87. package/grids/lib/igc-grid-base-directive.d.ts +23 -2
  88. package/grids/lib/igc-grid-component.d.ts +4 -4
  89. package/grids/lib/igc-grid-edit-done-event-args.d.ts +5 -1
  90. package/grids/lib/igc-grid-selection-range.d.ts +1 -0
  91. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
  92. package/grids/lib/igc-grouped-records.d.ts +1 -1
  93. package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
  94. package/grids/lib/igc-number-summary-operand.d.ts +104 -0
  95. package/grids/lib/igc-pivot-date-dimension.d.ts +1 -20
  96. package/grids/lib/igc-pivot-grid-component.d.ts +12 -0
  97. package/grids/lib/igc-row-data-event-args.d.ts +4 -0
  98. package/grids/lib/igc-sorting-options.d.ts +3 -2
  99. package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
  100. package/grids/lib/igc-summary-operand.d.ts +61 -0
  101. package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
  102. package/grids/lib/igc-time-summary-operand.d.ts +49 -0
  103. package/grids/lib/sorting-options-mode.d.ts +3 -0
  104. package/grids/styles.css +1 -1
  105. package/grids/themes/dark/bootstrap.css +1 -1
  106. package/grids/themes/dark/fluent.css +1 -1
  107. package/grids/themes/dark/indigo.css +1 -1
  108. package/grids/themes/dark/material.css +1 -1
  109. package/grids/themes/light/bootstrap.css +1 -1
  110. package/grids/themes/light/fluent.css +1 -1
  111. package/grids/themes/light/indigo.css +1 -1
  112. package/grids/themes/light/material.css +1 -1
  113. package/lib/BaseEditorView.d.ts +12 -8
  114. package/lib/CheckboxListView_combined.d.ts +120 -96
  115. package/lib/ColumnFilterCondition_combined.d.ts +2 -0
  116. package/lib/ComboEditorView.d.ts +15 -14
  117. package/lib/ComboEditorView_ComboExternal.d.ts +1 -0
  118. package/lib/ComparisonOperatorSelectorView_combined.d.ts +105 -96
  119. package/lib/DateEditorView.d.ts +13 -12
  120. package/lib/FilterCell.d.ts +23 -20
  121. package/lib/GridColumnOptionsView_combined.d.ts +10 -5
  122. package/lib/GridColumnSummaryOptionsView_combined.d.ts +14 -9
  123. package/lib/IEditorView.d.ts +2 -0
  124. package/lib/TextEditorView.d.ts +10 -9
  125. package/lib/igc-checkbox-list-component.d.ts +40 -0
  126. package/lib/igc-data-grid-comparison-operator-selector-component.d.ts +11 -0
  127. package/lib/igc-grid-column-options-component.d.ts +8 -0
  128. package/lib/igc-grid-column-summary-options-component.d.ts +2 -0
  129. package/package.json +4 -4
@@ -11,13 +11,13 @@ import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
11
11
  */
12
12
  export declare class DateEditorView extends BaseEditorView {
13
13
  static $t: Type;
14
+ private ad;
15
+ ae: string;
16
+ ac: boolean;
17
+ protected y: DatePicker;
18
+ private z;
19
+ private ab;
14
20
  private aa;
15
- ab: string;
16
- z: boolean;
17
- protected v: DatePicker;
18
- private w;
19
- private y;
20
- private x;
21
21
  constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
22
22
  setFont(a: FontInfo): void;
23
23
  attachEvents(): void;
@@ -25,14 +25,15 @@ export declare class DateEditorView extends BaseEditorView {
25
25
  onTargetChanged(): void;
26
26
  onEditStarted(): void;
27
27
  onEditEnded(): void;
28
+ protected s(): void;
29
+ ag(): void;
30
+ protected u(a: string, b: any, c: any): void;
31
+ private ak;
32
+ protected w(): void;
28
33
  protected r(): void;
29
- ad(): void;
30
- protected t(a: string, b: any, c: any): void;
31
- private ah;
32
- protected u(): void;
33
- protected q(): void;
34
+ protected v(): void;
34
35
  private onDatePickerValueChanged;
35
- private aj;
36
+ private am;
36
37
  protected onInputChanging(a: any, b: InputChangeEventArgs): void;
37
38
  private onDatePickerLostFocus;
38
39
  private onDatePickerGotFocus;
@@ -5,6 +5,7 @@ import { GridFilterOperandsCollection } from "./GridFilterOperandsCollection";
5
5
  import { FontInfo } from "igniteui-webcomponents-core";
6
6
  import { Type } from "igniteui-webcomponents-core";
7
7
  import { ColumnFilterCondition } from "./ColumnFilterCondition";
8
+ import { Brush } from "igniteui-webcomponents-core";
8
9
  import { DomRenderer } from "igniteui-webcomponents-core";
9
10
  /**
10
11
  * @hidden
@@ -21,33 +22,33 @@ export declare class FilterCell extends GridCellBase {
21
22
  private ct;
22
23
  constructor(a: DomRenderer);
23
24
  private cs;
24
- private d0;
25
- private dl;
26
- private dt;
27
- private dr;
25
+ private d1;
26
+ private dm;
27
+ private du;
28
+ private ds;
28
29
  protected bp(a: string, b: any, c: any): void;
29
30
  bo(): void;
30
- private d1;
31
- private dn;
32
- private dx;
31
+ private d2;
32
+ private dp;
33
+ private dy;
33
34
  private cn;
34
- private d3;
35
- private dh;
35
+ private d4;
36
36
  private di;
37
- private dz;
38
- private du;
39
- private dp;
40
- private dq;
37
+ private dj;
38
+ private d0;
41
39
  private dv;
42
- private ds;
43
- dw(): void;
44
- private dy;
45
- private dm;
46
- private d2;
47
- d4(a: number, b: number, c: number, d: number): void;
40
+ private dq;
41
+ private dr;
42
+ private dw;
43
+ private dt;
44
+ dx(): void;
45
+ private dz;
46
+ private dn;
47
+ private d3;
48
+ d5(a: number, b: number, c: number, d: number): void;
48
49
  private co;
50
+ dl(): void;
49
51
  dk(): void;
50
- dj(): void;
51
52
  private static readonly c9;
52
53
  private ck;
53
54
  private cw;
@@ -66,4 +67,6 @@ export declare class FilterCell extends GridCellBase {
66
67
  c8: any;
67
68
  private ch;
68
69
  ci: ColumnFilterCondition;
70
+ private d6;
71
+ d7: Brush;
69
72
  }
@@ -11,6 +11,7 @@ import { GridColumnFilterOptions } from "./GridColumnFilterOptions";
11
11
  import { GridColumnSummaryOptions } from "./GridColumnSummaryOptions";
12
12
  import { GridColumnButtonOptions } from "./GridColumnButtonOptions";
13
13
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
14
+ import { Brush } from "igniteui-webcomponents-core";
14
15
  import { ApplyButtonClickEventArgs } from "./ApplyButtonClickEventArgs";
15
16
  import { CancelButtonClickEventArgs } from "./CancelButtonClickEventArgs";
16
17
  /**
@@ -56,7 +57,7 @@ export declare class GridColumnOptions extends GridColumnOptionsBase {
56
57
  protected a6(): void;
57
58
  protected bb(a: any, b: PropertyChangedEventArgs): void;
58
59
  protected be(a: string, b: any, c: any): void;
59
- private fg;
60
+ private fi;
60
61
  readonly dx: string;
61
62
  private ch;
62
63
  private readonly ci;
@@ -131,14 +132,18 @@ export declare class GridColumnOptions extends GridColumnOptionsBase {
131
132
  b7: ControlDisplayDensity;
132
133
  private d0;
133
134
  d1: string;
135
+ private fk;
136
+ fm: Brush;
137
+ private fj;
138
+ fl: Brush;
134
139
  notifySizeChanged(): void;
135
140
  provideContent(a: any, b: any, c: any, d: any, e: any, f: any, g: any, h: any, i: any, j: any, k: any, l: GridColumnSortOptions, m: GridColumnMoveOptions, n: GridColumnPinOptions, o: GridColumnHideOptions, p: GridColumnGroupOptions, q: GridColumnFilterOptions, r: GridColumnSummaryOptions, s: GridColumnButtonOptions): void;
136
141
  d5(): string;
137
- ff(): void;
138
- private fe;
142
+ fh(): void;
143
+ private fg;
139
144
  applyButtonClick: (sender: any, args: ApplyButtonClickEventArgs) => void;
140
145
  cancelButtonClick: (sender: any, args: CancelButtonClickEventArgs) => void;
146
+ private fd;
147
+ private fe;
141
148
  private fb;
142
- private fc;
143
- private e9;
144
149
  }
@@ -1,11 +1,12 @@
1
1
  import { GridColumnOptionsViewBase } from "./GridColumnOptionsViewBase";
2
2
  import { XButton } from "igniteui-webcomponents-inputs";
3
3
  import { SummaryChooser } from "./SummaryChooser";
4
- import { Popup } from "igniteui-webcomponents-layouts";
4
+ import { Popup } from "igniteui-webcomponents-core";
5
5
  import { Type } from "igniteui-webcomponents-core";
6
6
  import { ControlDisplayDensity } from "igniteui-webcomponents-core";
7
7
  import { Rect } from "igniteui-webcomponents-core";
8
8
  import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase";
9
+ import { Brush } from "igniteui-webcomponents-core";
9
10
  /**
10
11
  * @hidden
11
12
  */
@@ -49,13 +50,17 @@ export declare class GridColumnSummaryOptions extends GridColumnOptionsSectionBa
49
50
  b3: ControlDisplayDensity;
50
51
  private b6;
51
52
  b7: number;
52
- ch(): void;
53
- ci(a: XButton): void;
54
- cj(a: Popup): void;
55
- cm(a: SummaryChooser): void;
56
- private co;
57
- private cn;
53
+ private ct;
54
+ cv: Brush;
55
+ private cs;
56
+ cu: Brush;
57
+ cj(): void;
58
+ ck(a: XButton): void;
59
+ cl(a: Popup): void;
60
+ co(a: SummaryChooser): void;
61
+ private cq;
58
62
  private cp;
59
- private ck;
60
- private cl;
63
+ private cr;
64
+ private cm;
65
+ private cn;
61
66
  }
@@ -1,4 +1,5 @@
1
1
  import { Type } from "igniteui-webcomponents-core";
2
+ import { Brush } from "igniteui-webcomponents-core";
2
3
  import { FontInfo } from "igniteui-webcomponents-core";
3
4
  /**
4
5
  * @hidden
@@ -9,6 +10,7 @@ export interface IEditorView {
9
10
  isEnabled: boolean;
10
11
  focusOnValueChanged: boolean;
11
12
  showClearButton: boolean;
13
+ textColor: Brush;
12
14
  setFont(a: FontInfo): void;
13
15
  attachEvents(): void;
14
16
  detachEvents(): void;
@@ -12,9 +12,9 @@ import { InputChangeEventArgs } from "igniteui-webcomponents-inputs";
12
12
  */
13
13
  export declare class TextEditorView extends BaseEditorView {
14
14
  static $t: Type;
15
- private x;
16
- protected w: XInputGroup;
17
- protected v: XInput;
15
+ private aa;
16
+ protected z: XInputGroup;
17
+ protected y: XInput;
18
18
  constructor(a: DomRenderer, b: BaseControlTheme, c: ICellActionManager);
19
19
  setFont(a: FontInfo): void;
20
20
  attachEvents(): void;
@@ -22,13 +22,14 @@ export declare class TextEditorView extends BaseEditorView {
22
22
  onTargetChanged(): void;
23
23
  onEditStarted(): void;
24
24
  onEditEnded(): void;
25
+ protected s(): void;
26
+ protected w(): void;
25
27
  protected r(): void;
26
- protected u(): void;
27
- protected q(): void;
28
- protected z(a: any, b: InputChangeEventArgs): void;
29
- protected y(a: any, b: InputChangeEventArgs): void;
30
- private ab;
31
- private aa;
28
+ protected v(): void;
29
+ protected ac(a: any, b: InputChangeEventArgs): void;
30
+ protected ab(a: any, b: InputChangeEventArgs): void;
31
+ private ae;
32
+ private ad;
32
33
  getEditorValue(): any;
33
34
  setEditorValue(a: any): void;
34
35
  }
@@ -97,6 +97,46 @@ export declare class IgcCheckboxListComponent extends IgcHTMLElement {
97
97
  * Gets or Sets the property name that contains the values.
98
98
  */
99
99
  density: ControlDisplayDensity;
100
+ /**
101
+ * Gets or sets the search icon color.
102
+ */
103
+ searchIconColor: string;
104
+ /**
105
+ * Gets or sets the search background color.
106
+ */
107
+ searchBackgroundColor: string;
108
+ /**
109
+ * Gets or sets the search text color.
110
+ */
111
+ searchTextColor: string;
112
+ /**
113
+ * Gets or sets the search border color.
114
+ */
115
+ searchBorderColor: string;
116
+ /**
117
+ * Gets or sets the text style.
118
+ */
119
+ searchTextStyle: string;
120
+ /**
121
+ * Gets or sets the checkbox tick color.
122
+ */
123
+ checkboxTickColor: string;
124
+ /**
125
+ * Gets or sets the checkbox background color when checked.
126
+ */
127
+ checkboxCheckedBackgroundColor: string;
128
+ /**
129
+ * Gets or sets the checkbox background color when unchecked.
130
+ */
131
+ checkboxUncheckedBackgroundColor: string;
132
+ /**
133
+ * Gets or sets the checkbox border color when checked.
134
+ */
135
+ checkboxCheckedBorderColor: string;
136
+ /**
137
+ * Gets or sets the checkbox border color when unchecked.
138
+ */
139
+ checkboxUncheckedBorderColor: string;
100
140
  /**
101
141
  * Gets or sets the style of scrollbar.
102
142
  */
@@ -52,6 +52,14 @@ export declare class IgcDataGridComparisonOperatorSelectorComponent extends IgcH
52
52
  */
53
53
  dataType: DataSourceSchemaPropertyType;
54
54
  maxHeight: number;
55
+ /**
56
+ * Gets or sets the text color.
57
+ */
58
+ textColor: string;
59
+ /**
60
+ * Gets or sets the background color.
61
+ */
62
+ background: string;
55
63
  readonly operatorCaptionTrue: string;
56
64
  readonly operatorCaptionFalse: string;
57
65
  readonly operatorCaptionEquals: string;
@@ -117,6 +125,9 @@ export declare class IgcDataGridComparisonOperatorSelectorComponent extends IgcH
117
125
  private _opening;
118
126
  private _opening_wrapped;
119
127
  opening: (s: IgcDataGridComparisonOperatorSelectorComponent, e: IgcOperatorSelectorOpeningEventArgs) => void;
128
+ private _opened;
129
+ private _opened_wrapped;
130
+ opened: (s: IgcDataGridComparisonOperatorSelectorComponent, e: IgcOperatorSelectorOpeningEventArgs) => void;
120
131
  private _closing;
121
132
  private _closing_wrapped;
122
133
  closing: (s: IgcDataGridComparisonOperatorSelectorComponent, e: IgcOperatorSelectorClosingEventArgs) => void;
@@ -89,6 +89,14 @@ export declare class IgcGridColumnOptionsComponent extends IgcGridColumnOptionsB
89
89
  */
90
90
  actualFilterListDensity: ControlDisplayDensity;
91
91
  filterListPlaceholderText: string;
92
+ /**
93
+ * Gets or sets the text color for the summary options menu.
94
+ */
95
+ summaryListTextColor: string;
96
+ /**
97
+ * Gets or sets the background color for the summary options menu.
98
+ */
99
+ summaryListBackground: string;
92
100
  private _applyButtonClick;
93
101
  private _applyButtonClick_wrapped;
94
102
  applyButtonClick: (s: IgcGridColumnOptionsComponent, e: IgcApplyButtonClickEventArgs) => void;
@@ -36,6 +36,8 @@ export declare class IgcGridColumnSummaryOptionsComponent extends IgcGridColumnO
36
36
  */
37
37
  actualSummaryListDensity: ControlDisplayDensity;
38
38
  activeCount: number;
39
+ summaryListTextColor: string;
40
+ summaryListBackground: string;
39
41
  onApply(): void;
40
42
  onCancel(): void;
41
43
  closeMenu(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-grids",
3
- "version": "4.0.4",
3
+ "version": "4.2.3-alpha",
4
4
  "description": "Ignite UI WebComponents 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": "4.0.4",
22
- "igniteui-webcomponents-layouts": "4.0.4",
23
- "igniteui-webcomponents-inputs": "4.0.4"
21
+ "igniteui-webcomponents-core": "4.2.3-alpha",
22
+ "igniteui-webcomponents-layouts": "4.2.3-alpha",
23
+ "igniteui-webcomponents-inputs": "4.2.3-alpha"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"