igniteui-webcomponents-grids 6.3.0-alpha.0 → 6.3.0-alpha.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/custom-elements.json +23632 -22
- package/grids/3rdpartylicenses.txt +31 -31
- package/grids/combined.js +26118 -25975
- package/grids/lib/column-pinning-position.d.ts +20 -0
- package/grids/lib/drop-position.d.ts +19 -0
- package/grids/lib/filter-mode.d.ts +3 -0
- package/grids/lib/filtering-expressions-tree-type.d.ts +15 -0
- package/grids/lib/filtering-logic.d.ts +15 -0
- package/grids/lib/grid-cell-merge-mode.d.ts +3 -0
- package/grids/lib/grid-column-data-type.d.ts +3 -0
- package/grids/lib/grid-keydown-target-type.d.ts +3 -0
- package/grids/lib/grid-paging-mode.d.ts +3 -0
- package/grids/lib/grid-selection-mode.d.ts +3 -0
- package/grids/lib/grid-summary-calculation-mode.d.ts +3 -0
- package/grids/lib/grid-summary-position.d.ts +3 -0
- package/grids/lib/grid-toolbar-exporter-type.d.ts +3 -0
- package/grids/lib/grid-validation-trigger.d.ts +3 -0
- package/grids/lib/horizontal-alignment.d.ts +16 -0
- package/grids/lib/igc-action-strip-component.d.ts +119 -0
- package/grids/lib/igc-action-strip-resource-strings.d.ts +15 -0
- package/grids/lib/igc-action-strip-token.d.ts +16 -0
- package/grids/lib/igc-active-node-change-event-args.d.ts +38 -0
- package/grids/lib/igc-base-date-time-filtering-operand.d.ts +19 -0
- package/grids/lib/igc-base-event-args.d.ts +19 -0
- package/grids/lib/igc-base-exporter.d.ts +72 -0
- package/grids/lib/igc-base-filtering-strategy.d.ts +36 -0
- package/grids/lib/igc-base-search-info.d.ts +34 -0
- package/grids/lib/igc-base-toolbar-column-actions-directive.d.ts +21 -0
- package/grids/lib/igc-base-toolbar-directive.d.ts +87 -0
- package/grids/lib/igc-boolean-filtering-operand.d.ts +20 -0
- package/grids/lib/igc-by-level-tree-grid-merge-strategy.d.ts +19 -0
- package/grids/lib/igc-cancelable-browser-event-args.d.ts +14 -0
- package/grids/lib/igc-cancelable-event-args.d.ts +19 -0
- package/grids/lib/igc-cell-position.d.ts +30 -0
- package/grids/lib/igc-cell-template-context.d.ts +27 -0
- package/grids/lib/igc-cell-type.d.ts +117 -0
- package/grids/lib/igc-clipboard-options.d.ts +45 -0
- package/grids/lib/igc-column-component.d.ts +1102 -0
- package/grids/lib/igc-column-editor-options.d.ts +15 -0
- package/grids/lib/igc-column-exporting-event-args.d.ts +64 -0
- package/grids/lib/igc-column-group-component.d.ts +186 -0
- package/grids/lib/igc-column-layout-component.d.ts +55 -0
- package/grids/lib/igc-column-moving-end-event-args.d.ts +37 -0
- package/grids/lib/igc-column-moving-event-args.d.ts +30 -0
- package/grids/lib/igc-column-moving-start-event-args.d.ts +23 -0
- package/grids/lib/igc-column-pipe-args.d.ts +17 -0
- package/grids/lib/igc-column-resize-event-args.d.ts +29 -0
- package/grids/lib/igc-column-selection-event-args.d.ts +51 -0
- package/grids/lib/igc-column-state.d.ts +140 -0
- package/grids/lib/igc-column-template-context.d.ts +23 -0
- package/grids/lib/igc-column-toggled-event-args.d.ts +27 -0
- package/grids/lib/igc-column-visibility-changed-event-args.d.ts +26 -0
- package/grids/lib/igc-column-visibility-changing-event-args.d.ts +35 -0
- package/grids/lib/igc-columns-auto-generated-event-args.d.ts +22 -0
- package/grids/lib/igc-data-clone-strategy.d.ts +22 -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-default-merge-strategy.d.ts +29 -0
- package/grids/lib/igc-default-tree-grid-merge-strategy.d.ts +19 -0
- package/grids/lib/igc-dimensions-change.d.ts +29 -0
- package/grids/lib/igc-entity-type.d.ts +43 -0
- package/grids/lib/igc-exporter-event-args.d.ts +35 -0
- package/grids/lib/igc-exporter-options-base.d.ts +153 -0
- package/grids/lib/igc-exporter-options.d.ts +13 -0
- package/grids/lib/igc-expression-tree.d.ts +34 -0
- package/grids/lib/igc-field-editor-options.d.ts +21 -0
- package/grids/lib/igc-field-pipe-args.d.ts +50 -0
- package/grids/lib/igc-field-type.d.ts +97 -0
- package/grids/lib/igc-filter-item.d.ts +25 -0
- package/grids/lib/igc-filtering-event-args.d.ts +37 -0
- package/grids/lib/igc-filtering-expression.d.ts +39 -0
- package/grids/lib/igc-filtering-expressions-tree.d.ts +47 -0
- package/grids/lib/igc-filtering-operand.d.ts +53 -0
- package/grids/lib/igc-filtering-operation.d.ts +44 -0
- package/grids/lib/igc-filtering-strategy.d.ts +26 -0
- package/grids/lib/igc-for-of-data-change-event-args.d.ts +14 -0
- package/grids/lib/igc-for-of-data-changing-event-args.d.ts +24 -0
- package/grids/lib/igc-for-of-state.d.ts +21 -0
- package/grids/lib/igc-grid-actions-base-directive.d.ts +32 -0
- package/grids/lib/igc-grid-base-directive.d.ts +2664 -0
- package/grids/lib/igc-grid-cell-event-args.d.ts +28 -0
- package/grids/lib/igc-grid-clipboard-event.d.ts +28 -0
- package/grids/lib/igc-grid-component.d.ts +570 -0
- package/grids/lib/igc-grid-context-menu-event-args.d.ts +32 -0
- package/grids/lib/igc-grid-created-event-args.d.ts +29 -0
- package/grids/lib/igc-grid-edit-done-event-args.d.ts +86 -0
- package/grids/lib/igc-grid-edit-event-args.d.ts +96 -0
- package/grids/lib/igc-grid-editing-actions-component.d.ts +77 -0
- package/grids/lib/igc-grid-empty-template-context.d.ts +13 -0
- package/grids/lib/igc-grid-form-group-created-event-args.d.ts +22 -0
- package/grids/lib/igc-grid-grouping-strategy.d.ts +33 -0
- package/grids/lib/igc-grid-header-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-keydown-event-args.d.ts +40 -0
- package/grids/lib/igc-grid-master-detail-context.d.ts +22 -0
- package/grids/lib/igc-grid-merge-strategy.d.ts +33 -0
- package/grids/lib/igc-grid-paginator-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-pinning-actions-component.d.ts +56 -0
- package/grids/lib/igc-grid-resource-strings.d.ts +532 -0
- package/grids/lib/igc-grid-row-component.d.ts +24 -0
- package/grids/lib/igc-grid-row-drag-ghost-context.d.ts +27 -0
- package/grids/lib/igc-grid-row-edit-actions-template-context.d.ts +20 -0
- package/grids/lib/igc-grid-row-edit-text-template-context.d.ts +18 -0
- package/grids/lib/igc-grid-row-event-args.d.ts +27 -0
- package/grids/lib/igc-grid-row-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-scroll-event-args.d.ts +30 -0
- package/grids/lib/igc-grid-selection-range.d.ts +48 -0
- package/grids/lib/igc-grid-sorting-strategy.d.ts +30 -0
- package/grids/lib/igc-grid-state-base-directive.d.ts +31 -0
- package/grids/lib/igc-grid-state-collection.d.ts +28 -0
- package/grids/lib/igc-grid-state-component.d.ts +6 -10
- package/grids/lib/igc-grid-state-info.d.ts +15 -6
- package/grids/lib/igc-grid-state-options.d.ts +59 -0
- package/grids/lib/igc-grid-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-actions-component.d.ts +36 -0
- package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +43 -0
- package/grids/lib/igc-grid-toolbar-component.d.ts +64 -0
- package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +52 -0
- package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +95 -0
- package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +38 -0
- package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +37 -0
- package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
- package/grids/lib/igc-grid-toolbar-title-component.d.ts +34 -0
- package/grids/lib/igc-grid-validation-state.d.ts +28 -0
- package/grids/lib/igc-grid-validation-status-event-args.d.ts +26 -0
- package/grids/lib/igc-group-by-expand-state.d.ts +21 -0
- package/grids/lib/igc-group-by-key.d.ts +22 -0
- package/grids/lib/igc-group-by-record.d.ts +47 -0
- package/grids/lib/igc-group-by-result.d.ts +23 -0
- package/grids/lib/igc-group-by-row-selector-template-context.d.ts +18 -0
- package/grids/lib/igc-group-by-row-selector-template-details.d.ts +27 -0
- package/grids/lib/igc-group-by-row-template-context.d.ts +19 -0
- package/grids/lib/igc-grouped-records.d.ts +16 -0
- package/grids/lib/igc-grouping-done-event-args.d.ts +25 -0
- package/grids/lib/igc-grouping-expression.d.ts +21 -0
- package/grids/lib/igc-grouping-state.d.ts +30 -0
- package/grids/lib/igc-head-selector-template-context.d.ts +18 -0
- package/grids/lib/igc-head-selector-template-details.d.ts +28 -0
- package/grids/lib/igc-header-type.d.ts +50 -0
- package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +69 -0
- package/grids/lib/igc-hierarchical-grid-component.d.ts +242 -0
- package/grids/lib/igc-noop-filtering-strategy.d.ts +24 -0
- package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
- package/grids/lib/igc-noop-sorting-strategy.d.ts +27 -0
- 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-outlet-directive.d.ts +20 -0
- package/grids/lib/igc-overlay-settings.d.ts +41 -0
- package/grids/lib/igc-page-cancellable-event-args.d.ts +20 -0
- package/grids/lib/igc-page-event-args.d.ts +20 -0
- package/grids/lib/igc-paginator-component.d.ts +231 -0
- package/grids/lib/igc-paginator-resource-strings.d.ts +30 -0
- package/grids/lib/igc-paging-state.d.ts +24 -0
- package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +44 -0
- package/grids/lib/igc-pin-column-event-args.d.ts +37 -0
- package/grids/lib/igc-pin-row-event-args.d.ts +52 -0
- package/grids/lib/igc-pinning-config.d.ts +27 -0
- package/grids/lib/igc-pivot-aggregator.d.ts +47 -0
- package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +21 -0
- package/grids/lib/igc-pivot-configuration.d.ts +53 -0
- package/grids/lib/igc-pivot-data-selector-component.d.ts +183 -0
- package/grids/lib/igc-pivot-date-dimension-options.d.ts +34 -0
- package/grids/lib/igc-pivot-date-dimension.d.ts +91 -0
- package/grids/lib/igc-pivot-dimension-strategy.d.ts +26 -0
- package/grids/lib/igc-pivot-dimension.d.ts +80 -0
- package/grids/lib/igc-pivot-grid-column.d.ts +32 -0
- package/grids/lib/igc-pivot-grid-component.d.ts +472 -0
- package/grids/lib/igc-pivot-grid-record.d.ts +36 -0
- package/grids/lib/igc-pivot-grid-value-template-context.d.ts +19 -0
- package/grids/lib/igc-pivot-keys.d.ts +48 -0
- package/grids/lib/igc-pivot-ui-settings.d.ts +28 -0
- package/grids/lib/igc-pivot-value.d.ts +62 -0
- package/grids/lib/igc-position-settings.d.ts +41 -0
- package/grids/lib/igc-position-strategy.d.ts +36 -0
- package/grids/lib/igc-prefixed-resource-strings.d.ts +11 -0
- package/grids/lib/igc-query-builder-component.d.ts +141 -0
- package/grids/lib/igc-query-builder-header-component.d.ts +62 -0
- package/grids/lib/igc-query-builder-resource-strings.d.ts +228 -0
- package/grids/lib/igc-query-builder-search-value-context.d.ts +27 -0
- package/grids/lib/igc-row-data-cancelable-event-args.d.ts +61 -0
- package/grids/lib/igc-row-data-event-args.d.ts +38 -0
- package/grids/lib/igc-row-directive.d.ts +191 -0
- package/grids/lib/igc-row-drag-end-event-args.d.ts +28 -0
- package/grids/lib/igc-row-drag-start-event-args.d.ts +38 -0
- package/grids/lib/igc-row-exporting-event-args.d.ts +39 -0
- package/grids/lib/igc-row-island-component.d.ts +2637 -0
- package/grids/lib/igc-row-selection-event-args.d.ts +56 -0
- package/grids/lib/igc-row-selector-template-context.d.ts +19 -0
- package/grids/lib/igc-row-selector-template-details.d.ts +39 -0
- package/grids/lib/igc-row-toggle-event-args.d.ts +40 -0
- package/grids/lib/igc-row-type.d.ts +177 -0
- package/grids/lib/igc-scroll-strategy.d.ts +37 -0
- package/grids/lib/igc-search-info.d.ts +23 -0
- package/grids/lib/igc-size.d.ts +25 -0
- package/grids/lib/igc-sorting-event-args.d.ts +49 -0
- package/grids/lib/igc-sorting-expression.d.ts +34 -0
- package/grids/lib/igc-sorting-options.d.ts +19 -0
- package/grids/lib/igc-sorting-strategy.d.ts +14 -0
- package/grids/lib/igc-string-filtering-operand.d.ts +29 -0
- package/grids/lib/igc-summary-expression.d.ts +24 -0
- package/grids/lib/igc-summary-operand.d.ts +61 -0
- package/grids/lib/igc-summary-result.d.ts +44 -0
- package/grids/lib/igc-summary-template-context.d.ts +19 -0
- 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-toggle-view-cancelable-event-args.d.ts +17 -0
- package/grids/lib/igc-toggle-view-event-args.d.ts +18 -0
- package/grids/lib/igc-tree-grid-component.d.ts +398 -0
- package/grids/lib/igc-tree-grid-record.d.ts +39 -0
- package/grids/lib/igc-validation-errors.d.ts +11 -0
- package/grids/lib/igc-validation-resource-strings.d.ts +42 -0
- package/grids/lib/igc-values-change.d.ts +23 -0
- package/grids/lib/index.d.ts +216 -0
- package/grids/lib/pivot-aggregation-type.d.ts +3 -0
- package/grids/lib/pivot-dimension-type.d.ts +17 -0
- package/grids/lib/pivot-row-layout-type.d.ts +3 -0
- package/grids/lib/pivot-summary-position.d.ts +3 -0
- package/grids/lib/row-pinning-position.d.ts +20 -0
- package/grids/lib/sorting-direction.d.ts +16 -0
- package/grids/lib/sorting-options-mode.d.ts +3 -0
- package/grids/lib/validation-status.d.ts +3 -0
- package/grids/lib/vertical-alignment.d.ts +16 -0
- 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/package.json +1 -1
- package/vscode.html-custom-data.json +1 -1
- package/web-types.json +1 -1
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
|
|
2
|
+
import { GridColumnDataType } from './grid-column-data-type';
|
|
3
|
+
import { IgcFieldEditorOptions } from './igc-field-editor-options';
|
|
4
|
+
import { IgcFilteringOperand } from './igc-filtering-operand';
|
|
5
|
+
import { IgcFieldPipeArgs } from './igc-field-pipe-args';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* jsonAPIPlainObject */
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Describes a field that can be used in the Grid and QueryBuilder components.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
export declare class IgcFieldType
|
|
16
|
+
{
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Display label for the field.
|
|
21
|
+
*/
|
|
22
|
+
public label?: string;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* The internal field name, used in expressions and queries.
|
|
28
|
+
*/
|
|
29
|
+
public set field(value: string);
|
|
30
|
+
public get field(): string;
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Optional column header for UI display purposes.
|
|
36
|
+
*/
|
|
37
|
+
public header?: string;
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* The data type of the field.
|
|
43
|
+
*/
|
|
44
|
+
/* alternateType: GridColumnDataType */
|
|
45
|
+
public set dataType(value: any);
|
|
46
|
+
public get dataType(): any;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Options for the editor associated with this field.
|
|
52
|
+
*/
|
|
53
|
+
public editorOptions?: IgcFieldEditorOptions;
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Optional filtering operands that apply to this field.
|
|
59
|
+
*/
|
|
60
|
+
public filters?: IgcFilteringOperand;
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Optional arguments for any pipe applied to the field.
|
|
66
|
+
*/
|
|
67
|
+
public pipeArgs?: IgcFieldPipeArgs;
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Default time format for Date/Time fields.
|
|
73
|
+
*/
|
|
74
|
+
public defaultTimeFormat?: string;
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
/**
|
|
79
|
+
* Default date/time format for Date/Time fields.
|
|
80
|
+
*/
|
|
81
|
+
public defaultDateTimeFormat?: string;
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/**
|
|
86
|
+
* Optional formatter function to transform the value before display.
|
|
87
|
+
*
|
|
88
|
+
* @param value - The value of the field.
|
|
89
|
+
* @param rowData - Optional row data that contains this field.
|
|
90
|
+
* @returns The formatted value.
|
|
91
|
+
*/
|
|
92
|
+
public formatter?(value: any, rowData?: any): any;
|
|
93
|
+
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* csSuppress */
|
|
8
|
+
|
|
9
|
+
export declare class IgcFilterItem
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public set value(value: any);
|
|
14
|
+
public get value(): any;
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public label?: string;
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
public children?: IgcFilterItem[];
|
|
21
|
+
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Represents event arguments related to filtering operations
|
|
9
|
+
* The event is cancelable
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
export declare class IgcFilteringEventArgs
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Represents the filtering expressions applied to the grid.
|
|
18
|
+
* The expression contains information like filtering operands and operator, an expression or condition, etc.
|
|
19
|
+
*/
|
|
20
|
+
public filteringExpressions: IgcFilteringExpressionsTree;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Provides reference to the owner component.
|
|
25
|
+
*/
|
|
26
|
+
public owner?: any;
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Provides the ability to cancel the event.
|
|
31
|
+
*/
|
|
32
|
+
public cancel: boolean;
|
|
33
|
+
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
3
|
+
import { IgcExpressionTree } from './igc-expression-tree';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* jsonAPIPlainObject */
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* marshalByValue */
|
|
10
|
+
/**
|
|
11
|
+
* Represents filtering expressions.
|
|
12
|
+
*/
|
|
13
|
+
|
|
14
|
+
export declare class IgcFilteringExpression
|
|
15
|
+
{
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
public set fieldName(value: string);
|
|
19
|
+
public get fieldName(): string;
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
public condition?: IgcFilteringOperation;
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
public conditionName?: string;
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
public searchVal?: any;
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
public searchTree?: IgcExpressionTree;
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
public ignoreCase?: boolean;
|
|
35
|
+
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcExpressionTree } from './igc-expression-tree';
|
|
3
|
+
import { IgcFilteringExpression } from './igc-filtering-expression';
|
|
4
|
+
import { FilteringExpressionsTreeType } from './filtering-expressions-tree-type';
|
|
5
|
+
import { FilteringLogic } from './filtering-logic';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* jsonAPIPlainObject */
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
/* alternateBaseType: ExpressionTree */
|
|
12
|
+
/* marshalByValue */
|
|
13
|
+
|
|
14
|
+
export declare class IgcFilteringExpressionsTree extends IgcExpressionTree
|
|
15
|
+
{
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
public set filteringOperands(value: (IgcFilteringExpressionsTree | IgcFilteringExpression)[]);
|
|
19
|
+
public get filteringOperands(): (IgcFilteringExpressionsTree | IgcFilteringExpression)[];
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
/* alternateName: treeType */
|
|
23
|
+
public type?: FilteringExpressionsTreeType;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Provides reference to the owner component.
|
|
28
|
+
*/
|
|
29
|
+
public owner?: any;
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
public set operator(value: FilteringLogic);
|
|
33
|
+
public get operator(): FilteringLogic;
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
public fieldName?: string;
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
public entity?: string;
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
public returnFields?: string[];
|
|
43
|
+
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringOperation } from './igc-filtering-operation';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Provides base filtering operations
|
|
7
|
+
* Implementations should be Singleton
|
|
8
|
+
*
|
|
9
|
+
* @export
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
export declare class IgcFilteringOperand
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
public set operations(value: IgcFilteringOperation[]);
|
|
17
|
+
public get operations(): IgcFilteringOperation[];
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
public static instance(): IgcFilteringOperand;
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Returns an array of names of the conditions which are visible in the filtering UI
|
|
27
|
+
*/
|
|
28
|
+
public conditionList(): string[];
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Returns an instance of the condition with the specified name.
|
|
34
|
+
*
|
|
35
|
+
* @param name The name of the condition.
|
|
36
|
+
*/
|
|
37
|
+
public condition(name: string): IgcFilteringOperation;
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Adds a new condition to the filtering operations.
|
|
43
|
+
*
|
|
44
|
+
* @param operation The filtering operation.
|
|
45
|
+
*/
|
|
46
|
+
public append(operation: IgcFilteringOperation): void;
|
|
47
|
+
|
|
48
|
+
constructor();
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
/* jsonAPIPlainObject */
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
/* tsPlainInterface */
|
|
8
|
+
/* marshalByValue */
|
|
9
|
+
/**
|
|
10
|
+
* Interface describing filtering operations
|
|
11
|
+
*
|
|
12
|
+
* @export
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
export declare class IgcFilteringOperation
|
|
16
|
+
{
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
public set name(value: string);
|
|
20
|
+
public get name(): string;
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
public set isUnary(value: boolean);
|
|
24
|
+
public get isUnary(): boolean;
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
public isNestedQuery?: boolean;
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
public set iconName(value: string);
|
|
31
|
+
public get iconName(): string;
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
public hidden?: boolean;
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/* blazorCSSuppress */
|
|
38
|
+
/* blazorAlternateType: FilteringOperationLogicHandler */
|
|
39
|
+
public logic?: any;
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcFilteringExpressionsTree } from './igc-filtering-expressions-tree';
|
|
3
|
+
import { IgcGridBaseDirective } from './igc-grid-base-directive';
|
|
4
|
+
import { IgcColumnComponent } from './igc-column-component';
|
|
5
|
+
import { IgcFilterItem } from './igc-filter-item';
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/* jsonAPIPlainObject */
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
export declare class IgcFilteringStrategy
|
|
14
|
+
{
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
public filter(data: any[], expressionsTree: IgcFilteringExpressionsTree, advancedExpressionsTree?: IgcFilteringExpressionsTree, grid?: IgcGridBaseDirective): any[];
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
/* csSuppress */
|
|
21
|
+
public getFilterItems(column: IgcColumnComponent, tree: IgcFilteringExpressionsTree): Promise<IgcFilterItem[]>;
|
|
22
|
+
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
+
import { IgcForOfState } from './igc-for-of-state';
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* @deprecated Use `IForOfDataChangeEventArgs` instead.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
export declare class IgcForOfDataChangingEventArgs extends IgcBaseEventArgs
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
public containerSize: number;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
public state: IgcForOfState;
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
import { IgcBaseEventArgs } from './igc-base-event-args';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
/* jsonAPIPlainObject */
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
export declare class IgcForOfState extends IgcBaseEventArgs
|
|
10
|
+
{
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
public startIndex?: number;
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
public chunkSize?: number;
|
|
17
|
+
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
/* blazorElement */
|
|
7
|
+
/* contentParent: ActionStrip */
|
|
8
|
+
/* wcElementTag: igc-grid-action-base-directive */
|
|
9
|
+
/* jsonAPIManageCollectionInMarkup */
|
|
10
|
+
/* blazorIndirectRender */
|
|
11
|
+
|
|
12
|
+
export declare class IgcGridActionsBaseDirective extends HTMLElement
|
|
13
|
+
{
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Gets/Sets if the action buttons will be rendered as menu items. When in menu, items will be rendered with text label.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```html
|
|
22
|
+
* <igx-grid-pinning-actions [asMenuItems]='true'></igx-grid-pinning-actions>
|
|
23
|
+
* <igx-grid-editing-actions [asMenuItems]='true'></igx-grid-editing-actions>
|
|
24
|
+
* ```
|
|
25
|
+
*/
|
|
26
|
+
public set asMenuItems(value: boolean);
|
|
27
|
+
public get asMenuItems(): boolean;
|
|
28
|
+
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|