igniteui-webcomponents-grids 4.0.3 → 4.2.2
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 +1042 -654
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasGridCellBase.js +26 -26
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +552 -389
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm2015/lib/ColumnGroupingView_combined.js +1 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm2015/lib/EditorCell.js +1 -1
- package/esm2015/lib/FilterCell.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm2015/lib/GridFilterDialogView_combined.js +5 -5
- package/esm2015/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm2015/lib/NumericEditorView.js +3 -3
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TextEditorView.js +10 -10
- package/esm2015/lib/igc-checkbox-list-component.js +155 -50
- package/esm2015/lib/igc-data-grid-column-component.js +10 -6
- package/esm2015/lib/igc-data-grid-component.js +45 -27
- package/esm2015/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm2015/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm2015/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm2015/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm2015/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/CanvasGridCellBase.js +26 -26
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +578 -375
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +1 -1
- package/esm5/lib/ColumnGroupingView_combined.js +1 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +5 -5
- package/esm5/lib/EditorCell.js +1 -1
- package/esm5/lib/FilterCell.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +2 -2
- package/esm5/lib/GridExpansionIndicatorView_combined.js +8 -8
- package/esm5/lib/GridFilterDialogView_combined.js +5 -5
- package/esm5/lib/GridSortIndicatorView_combined.js +9 -9
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/MultiColumnComboBoxView_combined.js +19 -19
- package/esm5/lib/NumericEditorView.js +3 -3
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TextEditorView.js +10 -10
- package/esm5/lib/igc-checkbox-list-component.js +195 -50
- package/esm5/lib/igc-data-grid-column-component.js +10 -6
- package/esm5/lib/igc-data-grid-component.js +45 -27
- package/esm5/lib/igc-grid-active-cell-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-column-width-changed-event-args.js +10 -6
- package/esm5/lib/igc-grid-custom-filter-requested-event-args.js +5 -3
- package/esm5/lib/igc-grid-filter-expressions-event-args.js +5 -3
- package/esm5/lib/igc-grid-group-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-sort-descriptions-changed-event-args.js +5 -3
- package/esm5/lib/igc-grid-summary-descriptions-changed-event-args.js +5 -3
- package/fesm2015/igniteui-webcomponents-grids.js +974 -666
- package/fesm5/igniteui-webcomponents-grids.js +1040 -652
- package/grids/combined.js +173 -91
- package/grids/index.d.ts +30 -0
- package/grids/index.js +1 -0
- package/grids/lib/column-pinning-position.d.ts +1 -0
- package/grids/lib/common.d.ts +0 -4
- package/grids/lib/filtering-expressions-tree-type.d.ts +1 -0
- package/grids/lib/filtering-logic.d.ts +1 -0
- package/grids/lib/grid-column-data-type.d.ts +1 -1
- package/grids/lib/grid-paging-mode.d.ts +1 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +1 -2
- package/grids/lib/igc-active-node-change-event-args.d.ts +1 -2
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +18 -0
- package/grids/lib/igc-base-event-args.d.ts +1 -2
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +2 -1
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-cell-type.d.ts +6 -12
- package/grids/lib/igc-column-component.d.ts +4 -3
- package/grids/lib/igc-column-exporting-event-args.d.ts +1 -2
- package/grids/lib/igc-column-group-component.d.ts +4 -2
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +21 -0
- package/grids/lib/igc-date-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-date-summary-operand.d.ts +75 -0
- package/grids/lib/igc-date-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-dimensions-change.d.ts +30 -0
- package/grids/lib/igc-display-density-base.d.ts +1 -1
- package/grids/lib/igc-exporter-options-base.d.ts +18 -2
- package/grids/lib/igc-field-pipe-args.d.ts +6 -12
- package/grids/lib/igc-filtering-expression.d.ts +33 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +8 -8
- package/grids/lib/igc-filtering-operand.d.ts +4 -2
- package/grids/lib/igc-filtering-operation.d.ts +5 -2
- package/grids/lib/igc-for-of-state.d.ts +2 -4
- package/grids/lib/igc-grid-action-button-component.d.ts +1 -1
- package/grids/lib/igc-grid-actions-base-directive.d.ts +1 -1
- package/grids/lib/igc-grid-base-directive.d.ts +34 -6
- package/grids/lib/igc-grid-component.d.ts +5 -5
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +6 -12
- package/grids/lib/igc-grid-resource-strings.d.ts +166 -326
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +2 -1
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +2 -1
- package/grids/lib/igc-grid-validation-state.d.ts +1 -2
- package/grids/lib/igc-group-by-record.d.ts +2 -4
- package/grids/lib/igc-grouped-records.d.ts +1 -1
- package/grids/lib/igc-number-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-number-summary-operand.d.ts +104 -0
- package/grids/lib/igc-overlay-settings.d.ts +6 -12
- package/grids/lib/igc-paginator-resource-strings.d.ts +6 -12
- package/grids/lib/igc-pin-row-event-args.d.ts +2 -4
- package/grids/lib/igc-pinning-config.d.ts +2 -4
- package/grids/lib/igc-pivot-aggregator.d.ts +46 -0
- package/grids/lib/igc-pivot-configuration.d.ts +60 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +127 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +88 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +25 -0
- package/grids/lib/igc-pivot-dimension.d.ts +69 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +492 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +20 -0
- package/grids/lib/igc-pivot-keys.d.ts +47 -0
- package/grids/lib/igc-pivot-value.d.ts +65 -0
- package/grids/lib/igc-position-settings.d.ts +6 -12
- package/grids/lib/igc-row-data-event-args.d.ts +0 -5
- package/grids/lib/igc-row-selection-event-args.d.ts +3 -0
- package/grids/lib/igc-row-type.d.ts +19 -38
- package/grids/lib/igc-sorting-event-args.d.ts +2 -4
- package/grids/lib/igc-sorting-expression.d.ts +2 -4
- package/grids/lib/igc-sorting-options.d.ts +3 -2
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +1 -2
- package/grids/lib/igc-time-filtering-operand.d.ts +15 -0
- package/grids/lib/igc-time-summary-operand.d.ts +49 -0
- package/grids/lib/igc-tree-grid-component.d.ts +3 -2
- package/grids/lib/igc-tree-grid-record.d.ts +5 -10
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/row-pinning-position.d.ts +1 -0
- package/grids/lib/sorting-direction.d.ts +1 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -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/CheckboxListView_combined.d.ts +120 -96
- package/lib/ComparisonOperatorSelectorView_combined.d.ts +1 -1
- package/lib/GridColumnSummaryOptionsView_combined.d.ts +1 -1
- package/lib/igc-checkbox-list-component.d.ts +40 -0
- package/package.json +4 -4
package/grids/index.d.ts
CHANGED
|
@@ -11,15 +11,18 @@ export * from './lib/grid-paging-mode'
|
|
|
11
11
|
export * from './lib/grid-selection-mode'
|
|
12
12
|
export * from './lib/grid-summary-calculation-mode'
|
|
13
13
|
export * from './lib/grid-summary-position'
|
|
14
|
+
export * from './lib/grid-toolbar-exporter-type'
|
|
14
15
|
export * from './lib/grid-validation-trigger'
|
|
15
16
|
export * from './lib/horizontal-alignment'
|
|
16
17
|
export * from './lib/igc-action-strip-component'
|
|
17
18
|
export * from './lib/igc-action-strip-resource-strings'
|
|
18
19
|
export * from './lib/igc-active-node-change-event-args'
|
|
20
|
+
export * from './lib/igc-base-date-time-filtering-operand'
|
|
19
21
|
export * from './lib/igc-base-event-args'
|
|
20
22
|
export * from './lib/igc-base-exporter'
|
|
21
23
|
export * from './lib/igc-base-toolbar-column-actions-directive'
|
|
22
24
|
export * from './lib/igc-base-toolbar-directive'
|
|
25
|
+
export * from './lib/igc-boolean-filtering-operand'
|
|
23
26
|
export * from './lib/igc-cancelable-browser-event-args'
|
|
24
27
|
export * from './lib/igc-cancelable-event-args'
|
|
25
28
|
export * from './lib/igc-cell-template-context'
|
|
@@ -38,13 +41,19 @@ export * from './lib/igc-column-template-context'
|
|
|
38
41
|
export * from './lib/igc-column-toggled-event-args'
|
|
39
42
|
export * from './lib/igc-column-visibility-changed-event-args'
|
|
40
43
|
export * from './lib/igc-column-visibility-changing-event-args'
|
|
44
|
+
export * from './lib/igc-columns-auto-generated-event-args'
|
|
41
45
|
export * from './lib/igc-data-clone-strategy'
|
|
46
|
+
export * from './lib/igc-date-filtering-operand'
|
|
47
|
+
export * from './lib/igc-date-summary-operand'
|
|
48
|
+
export * from './lib/igc-date-time-filtering-operand'
|
|
42
49
|
export * from './lib/igc-density-changed-event-args'
|
|
50
|
+
export * from './lib/igc-dimensions-change'
|
|
43
51
|
export * from './lib/igc-display-density-base'
|
|
44
52
|
export * from './lib/igc-exporter-event'
|
|
45
53
|
export * from './lib/igc-exporter-options-base'
|
|
46
54
|
export * from './lib/igc-field-pipe-args'
|
|
47
55
|
export * from './lib/igc-filtering-event-args'
|
|
56
|
+
export * from './lib/igc-filtering-expression'
|
|
48
57
|
export * from './lib/igc-filtering-expressions-tree'
|
|
49
58
|
export * from './lib/igc-filtering-operand'
|
|
50
59
|
export * from './lib/igc-filtering-operation'
|
|
@@ -105,6 +114,8 @@ export * from './lib/igc-head-selector-template-details'
|
|
|
105
114
|
export * from './lib/igc-header-type'
|
|
106
115
|
export * from './lib/igc-mrl-column-size-info'
|
|
107
116
|
export * from './lib/igc-mrl-resize-column-info'
|
|
117
|
+
export * from './lib/igc-number-filtering-operand'
|
|
118
|
+
export * from './lib/igc-number-summary-operand'
|
|
108
119
|
export * from './lib/igc-overlay-outlet-directive'
|
|
109
120
|
export * from './lib/igc-overlay-settings'
|
|
110
121
|
export * from './lib/igc-page-cancellable-event-args'
|
|
@@ -115,6 +126,17 @@ export * from './lib/igc-pin-column-cancellable-event-args'
|
|
|
115
126
|
export * from './lib/igc-pin-column-event-args'
|
|
116
127
|
export * from './lib/igc-pin-row-event-args'
|
|
117
128
|
export * from './lib/igc-pinning-config'
|
|
129
|
+
export * from './lib/igc-pivot-aggregator'
|
|
130
|
+
export * from './lib/igc-pivot-configuration'
|
|
131
|
+
export * from './lib/igc-pivot-data-selector-component'
|
|
132
|
+
export * from './lib/igc-pivot-date-dimension-options'
|
|
133
|
+
export * from './lib/igc-pivot-date-dimension'
|
|
134
|
+
export * from './lib/igc-pivot-dimension-strategy'
|
|
135
|
+
export * from './lib/igc-pivot-dimension'
|
|
136
|
+
export * from './lib/igc-pivot-grid-component'
|
|
137
|
+
export * from './lib/igc-pivot-grid-value-template-context'
|
|
138
|
+
export * from './lib/igc-pivot-keys'
|
|
139
|
+
export * from './lib/igc-pivot-value'
|
|
118
140
|
export * from './lib/igc-position-settings'
|
|
119
141
|
export * from './lib/igc-position-strategy'
|
|
120
142
|
export * from './lib/igc-row-data-event-args'
|
|
@@ -133,15 +155,23 @@ export * from './lib/igc-sorting-event-args'
|
|
|
133
155
|
export * from './lib/igc-sorting-expression'
|
|
134
156
|
export * from './lib/igc-sorting-options'
|
|
135
157
|
export * from './lib/igc-sorting-strategy'
|
|
158
|
+
export * from './lib/igc-string-filtering-operand'
|
|
159
|
+
export * from './lib/igc-summary-operand'
|
|
136
160
|
export * from './lib/igc-summary-result'
|
|
137
161
|
export * from './lib/igc-summary-template-context'
|
|
162
|
+
export * from './lib/igc-time-filtering-operand'
|
|
163
|
+
export * from './lib/igc-time-summary-operand'
|
|
138
164
|
export * from './lib/igc-toggle-directive'
|
|
139
165
|
export * from './lib/igc-toggle-view-cancelable-event-args'
|
|
140
166
|
export * from './lib/igc-toggle-view-event-args'
|
|
141
167
|
export * from './lib/igc-tree-grid-component'
|
|
142
168
|
export * from './lib/igc-tree-grid-record'
|
|
143
169
|
export * from './lib/igc-validation-errors'
|
|
170
|
+
export * from './lib/igc-values-change'
|
|
171
|
+
export * from './lib/pivot-aggregation-type'
|
|
172
|
+
export * from './lib/pivot-dimension-type'
|
|
144
173
|
export * from './lib/row-pinning-position'
|
|
145
174
|
export * from './lib/sorting-direction'
|
|
175
|
+
export * from './lib/sorting-options-mode'
|
|
146
176
|
export * from './lib/validation-status'
|
|
147
177
|
export * from './lib/vertical-alignment'
|
package/grids/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './combined.js';
|
package/grids/lib/common.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
export declare type GridColumnDataType = "string" | "number" | "boolean" | "date" | "dateTime" | "time" | "currency" | "percent";
|
|
2
|
+
export declare type GridColumnDataType = "string" | "number" | "boolean" | "date" | "dateTime" | "time" | "currency" | "percent" | "image";
|
|
3
3
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
|
|
2
|
+
import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
|
|
2
3
|
|
|
3
4
|
|
|
4
5
|
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
* Base class for pinning/hiding column actions
|
|
11
12
|
*/
|
|
12
13
|
|
|
13
|
-
export declare class IgcBaseToolbarColumnActionsDirective
|
|
14
|
+
export declare class IgcBaseToolbarColumnActionsDirective extends IgcBaseToolbarDirective
|
|
14
15
|
{
|
|
15
16
|
|
|
16
17
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringOperand } from './igc-filtering-operand';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* csSuppress */
|
|
8
|
+
/**
|
|
9
|
+
* Provides filtering operations for booleans
|
|
10
|
+
*
|
|
11
|
+
* @export
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export declare class IgcBooleanFilteringOperand extends IgcFilteringOperand
|
|
15
|
+
{
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
@@ -46,32 +46,26 @@ import { IgcGridValidationState } from './igc-grid-validation-state';
|
|
|
46
46
|
public get grid(): IgcGridBaseDirective;
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
public
|
|
50
|
-
public get id(): { rowID: any; columnID: number; rowIndex: number; };
|
|
49
|
+
public id?: { rowID: any; columnID: number; rowIndex: number; };
|
|
51
50
|
|
|
52
51
|
|
|
53
|
-
public
|
|
54
|
-
public get cellID(): any;
|
|
52
|
+
public cellID?: any;
|
|
55
53
|
|
|
56
54
|
|
|
57
|
-
public
|
|
58
|
-
public get validation(): IgcGridValidationState;
|
|
55
|
+
public validation?: IgcGridValidationState;
|
|
59
56
|
|
|
60
57
|
|
|
61
|
-
public
|
|
62
|
-
public get readonly(): boolean;
|
|
58
|
+
public readonly?: boolean;
|
|
63
59
|
|
|
64
60
|
|
|
65
|
-
public
|
|
66
|
-
public get title(): any;
|
|
61
|
+
public title?: any;
|
|
67
62
|
|
|
68
63
|
|
|
69
64
|
public set width(value: string);
|
|
70
65
|
public get width(): string;
|
|
71
66
|
|
|
72
67
|
|
|
73
|
-
public
|
|
74
|
-
public get visibleColumnIndex(): number;
|
|
68
|
+
public visibleColumnIndex?: number;
|
|
75
69
|
|
|
76
70
|
|
|
77
71
|
public update(value: any): void;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { IgcSummaryResult } from './igc-summary-result';
|
|
3
|
+
import { IgcSummaryOperand } from './igc-summary-operand';
|
|
3
4
|
import { GridColumnDataType } from './grid-column-data-type';
|
|
4
5
|
import { IgcFilteringOperand } from './igc-filtering-operand';
|
|
5
6
|
import { IgcSortingStrategy } from './igc-sorting-strategy';
|
|
@@ -35,7 +36,7 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
35
36
|
* @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, IgxRowIslandComponent, IgxColumnGroupComponent, IgxColumnLayoutComponent
|
|
36
37
|
*/
|
|
37
38
|
|
|
38
|
-
export declare class IgcColumnComponent
|
|
39
|
+
export declare class IgcColumnComponent extends HTMLElement
|
|
39
40
|
{
|
|
40
41
|
|
|
41
42
|
|
|
@@ -496,8 +497,8 @@ import { IgcMRLResizeColumnInfo } from './igc-mrl-resize-column-info';
|
|
|
496
497
|
*
|
|
497
498
|
* @memberof IgxColumnComponent
|
|
498
499
|
*/
|
|
499
|
-
public set summaryFormatter(value: (summary: IgcSummaryResult, summaryOperand:
|
|
500
|
-
public get summaryFormatter(): (summary: IgcSummaryResult, summaryOperand:
|
|
500
|
+
public set summaryFormatter(value: (summary: IgcSummaryResult, summaryOperand: IgcSummaryOperand) => any);
|
|
501
|
+
public get summaryFormatter(): (summary: IgcSummaryResult, summaryOperand: IgcSummaryOperand) => any;
|
|
501
502
|
|
|
502
503
|
|
|
503
504
|
|
|
@@ -26,8 +26,10 @@ import { IgcRenderFunction } from './common';
|
|
|
26
26
|
/* contentChildren */
|
|
27
27
|
/* blazorTreatAsCollection */
|
|
28
28
|
/* blazorCollectionName: ColumnCollection */
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
/* blazorCollectionItemName: Column */
|
|
30
|
+
/* alternateType: HTMLCollection */
|
|
31
|
+
public set children(value: HTMLCollection);
|
|
32
|
+
public get children(): HTMLCollection;
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
public get collapsible(): boolean;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
+
import { IgcColumnComponent } from './igc-column-component';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* jsonAPIPlainObject */
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
export declare class IgcColumnsAutoGeneratedEventArgs extends IgcBaseEventArgs
|
|
11
|
+
{
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
/* blazorTreatAsCollection */
|
|
15
|
+
/* blazorCollectionName: ColumnCollection */
|
|
16
|
+
public columns?: IgcColumnComponent[];
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseDateTimeFilteringOperand } from './igc-base-date-time-filtering-operand';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* csSuppress */
|
|
8
|
+
/**
|
|
9
|
+
* Provides filtering operations for Dates
|
|
10
|
+
*
|
|
11
|
+
* @export
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export declare class IgcDateFilteringOperand extends IgcBaseDateTimeFilteringOperand
|
|
15
|
+
{
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcSummaryOperand } from './igc-summary-operand';
|
|
3
|
+
import { IgcGroupByRecord } from './igc-group-by-record';
|
|
4
|
+
import { IgcSummaryResult } from './igc-summary-result';
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* csSuppress */
|
|
10
|
+
// @dynamic
|
|
11
|
+
|
|
12
|
+
export declare class IgcDateSummaryOperand extends IgcSummaryOperand
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Returns the latest date value in the data records.
|
|
18
|
+
* If filtering is applied, returns the latest date value in the filtered data records.
|
|
19
|
+
* ```typescript
|
|
20
|
+
* IgxDateSummaryOperand.latest(data);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @memberof IgxDateSummaryOperand
|
|
24
|
+
*/
|
|
25
|
+
public static latest(data: any[]): void;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Returns the earliest date value in the data records.
|
|
30
|
+
* If filtering is applied, returns the latest date value in the filtered data records.
|
|
31
|
+
* ```typescript
|
|
32
|
+
* IgxDateSummaryOperand.earliest(data);
|
|
33
|
+
* ```
|
|
34
|
+
*
|
|
35
|
+
* @memberof IgxDateSummaryOperand
|
|
36
|
+
*/
|
|
37
|
+
public static earliest(data: any[]): void;
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* Executes the static methods and returns `IgxSummaryResult[]`.
|
|
42
|
+
* ```typescript
|
|
43
|
+
* interface IgxSummaryResult {
|
|
44
|
+
* key: string;
|
|
45
|
+
* label: string;
|
|
46
|
+
* summaryResult: any;
|
|
47
|
+
* }
|
|
48
|
+
* ```
|
|
49
|
+
* Can be overridden in the inherited classes to provide customization for the `summary`.
|
|
50
|
+
* ```typescript
|
|
51
|
+
* class CustomDateSummary extends IgxDateSummaryOperand {
|
|
52
|
+
* constructor() {
|
|
53
|
+
* super();
|
|
54
|
+
* }
|
|
55
|
+
* public operate(data: any[], allData: any[], fieldName: string, groupRecord: IGroupByRecord): IgxSummaryResult[] {
|
|
56
|
+
* const result = super.operate(data, allData, fieldName, groupRecord);
|
|
57
|
+
* result.push({
|
|
58
|
+
* key: "deadline",
|
|
59
|
+
* label: "Deadline Date",
|
|
60
|
+
* summaryResult: this.calculateDeadline(data);
|
|
61
|
+
* });
|
|
62
|
+
* return result;
|
|
63
|
+
* }
|
|
64
|
+
* }
|
|
65
|
+
* this.grid.getColumnByName('ColumnName').summaries = CustomDateSummary;
|
|
66
|
+
* ```
|
|
67
|
+
*
|
|
68
|
+
* @memberof IgxDateSummaryOperand
|
|
69
|
+
*/
|
|
70
|
+
public operate(data?: any[], allData?: any[], fieldName?: string, groupRecord?: IgcGroupByRecord): IgcSummaryResult[];
|
|
71
|
+
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcPivotDimension } from './igc-pivot-dimension';
|
|
3
|
+
import { PivotDimensionType } from './pivot-dimension-type';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* jsonAPIPlainObject */
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Event emitted when dimension collection for rows, columns of filters is changed.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export declare class IgcDimensionsChange
|
|
15
|
+
{
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
/** The new list of dimensions. */
|
|
19
|
+
public set dimensions(value: IgcPivotDimension[]);
|
|
20
|
+
public get dimensions(): IgcPivotDimension[];
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/** The dimension list type - Row, Column or Filter. */
|
|
24
|
+
public set dimensionCollectionType(value: PivotDimensionType);
|
|
25
|
+
public get dimensionCollectionType(): PivotDimensionType;
|
|
26
|
+
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
@@ -38,7 +38,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
|
|
|
38
38
|
|
|
39
39
|
export declare interface IgcDisplayDensityBaseEventMap {
|
|
40
40
|
|
|
41
|
-
|
|
41
|
+
densityChanged: CustomEvent<IgcDensityChangedEventArgs>;
|
|
42
42
|
|
|
43
43
|
}
|
|
44
44
|
|
|
@@ -87,11 +87,25 @@
|
|
|
87
87
|
*
|
|
88
88
|
* @memberof IgxExporterOptionsBase
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
public set ignoreMultiColumnHeaders(value: boolean);
|
|
91
91
|
public get ignoreMultiColumnHeaders(): boolean;
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
/**
|
|
96
|
+
* Specifies whether the exported data should include column summaries.
|
|
97
|
+
* ```typescript
|
|
98
|
+
* let exportSummaries = this.exportOptions.exportSummaries;
|
|
99
|
+
* this.exportOptions.exportSummaries = true;
|
|
100
|
+
* ```
|
|
101
|
+
*
|
|
102
|
+
* @memberof IgxExporterOptionsBase
|
|
103
|
+
*/
|
|
104
|
+
public set exportSummaries(value: boolean);
|
|
105
|
+
public get exportSummaries(): boolean;
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
95
109
|
/**
|
|
96
110
|
* Specifies whether the exported data should have frozen headers.
|
|
97
111
|
* ```typescript
|
|
@@ -101,7 +115,7 @@
|
|
|
101
115
|
*
|
|
102
116
|
* @memberof IgxExporterOptionsBase
|
|
103
117
|
*/
|
|
104
|
-
|
|
118
|
+
public set freezeHeaders(value: boolean);
|
|
105
119
|
public get freezeHeaders(): boolean;
|
|
106
120
|
|
|
107
121
|
|
|
@@ -131,6 +145,8 @@
|
|
|
131
145
|
public set fileName(value: string);
|
|
132
146
|
public get fileName(): string;
|
|
133
147
|
|
|
148
|
+
constructor(fileName: string, _fileExtension: string);
|
|
149
|
+
|
|
134
150
|
}
|
|
135
151
|
|
|
136
152
|
|
|
@@ -10,13 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
/** The date/time components that a date column will display, using predefined options or a custom format string. */
|
|
13
|
-
public
|
|
14
|
-
public get format(): string;
|
|
13
|
+
public format?: string;
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
/** A timezone offset (such as '+0430'), or a standard UTC/GMT or continental US timezone abbreviation. */
|
|
18
|
-
public
|
|
19
|
-
public get timezone(): string;
|
|
17
|
+
public timezone?: string;
|
|
20
18
|
|
|
21
19
|
|
|
22
20
|
/**
|
|
@@ -26,27 +24,23 @@
|
|
|
26
24
|
* `minFractionDigits`: The minimum number of digits after the decimal point. Default is 0.
|
|
27
25
|
* `maxFractionDigits`: The maximum number of digits after the decimal point. Default is 3.
|
|
28
26
|
*/
|
|
29
|
-
public
|
|
30
|
-
public get digitsInfo(): string;
|
|
27
|
+
public digitsInfo?: string;
|
|
31
28
|
|
|
32
29
|
|
|
33
30
|
/** The currency code of type string, default value undefined */
|
|
34
|
-
public
|
|
35
|
-
public get currencyCode(): string;
|
|
31
|
+
public currencyCode?: string;
|
|
36
32
|
|
|
37
33
|
|
|
38
34
|
/**
|
|
39
35
|
* Allow us to display currency 'symbol' or 'code' or 'symbol-narrow' or our own string.
|
|
40
36
|
* The value is of type string. By default is set to 'symbol'
|
|
41
37
|
*/
|
|
42
|
-
public
|
|
43
|
-
public get display(): string;
|
|
38
|
+
public display?: string;
|
|
44
39
|
|
|
45
40
|
|
|
46
41
|
|
|
47
42
|
/** The first week day to be displayed in calendar when filtering or editing a date column */
|
|
48
|
-
public
|
|
49
|
-
public get weekStart(): number;
|
|
43
|
+
public weekStart?: number;
|
|
50
44
|
|
|
51
45
|
}
|
|
52
46
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* marshalByValue */
|
|
9
|
+
/**
|
|
10
|
+
* Represents filtering expressions.
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
export declare class IgcFilteringExpression
|
|
14
|
+
{
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public set fieldName(value: string);
|
|
18
|
+
public get fieldName(): string;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public set condition(value: IgcFilteringOperation);
|
|
22
|
+
public get condition(): IgcFilteringOperation;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
public searchVal?: any;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
public ignoreCase?: boolean;
|
|
29
|
+
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|