@progress/kendo-angular-grid 16.6.1-develop.1 → 16.6.1-develop.3
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/column-resizing/table.directive.d.ts +1 -1
- package/directives.d.ts +6 -7
- package/esm2020/column-resizing/table.directive.mjs +2 -3
- package/esm2020/directives.mjs +0 -2
- package/esm2020/filtering/cell/row-filtering.module.mjs +24 -25
- package/esm2020/filtering/menu/filter-menu.module.mjs +38 -39
- package/esm2020/filtering/shared-filtering.module.mjs +24 -25
- package/esm2020/grid.component.mjs +11 -1
- package/esm2020/grid.module.mjs +119 -118
- package/esm2020/grouping/group.module.mjs +13 -14
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager.module.mjs +14 -15
- package/esm2020/rendering/body.module.mjs +25 -26
- package/esm2020/rendering/footer/footer.module.mjs +4 -5
- package/esm2020/rendering/header/header.module.mjs +61 -62
- package/esm2020/rendering/list.component.mjs +5 -1
- package/esm2020/shared.module.mjs +4 -5
- package/fesm2015/progress-kendo-angular-grid.mjs +277 -264
- package/fesm2020/progress-kendo-angular-grid.mjs +277 -264
- package/filtering/cell/row-filtering.module.d.ts +23 -24
- package/filtering/menu/filter-menu.module.d.ts +37 -38
- package/filtering/shared-filtering.module.d.ts +23 -24
- package/grid.module.d.ts +116 -116
- package/grouping/group.module.d.ts +12 -13
- package/package.json +16 -16
- package/pager/pager.module.d.ts +13 -14
- package/rendering/body.module.d.ts +24 -25
- package/rendering/footer/footer.module.d.ts +4 -5
- package/rendering/header/header.module.d.ts +60 -61
- package/schematics/ngAdd/index.js +4 -4
- package/shared.module.d.ts +3 -4
|
@@ -29,5 +29,5 @@ export declare class TableDirective implements OnInit, OnDestroy {
|
|
|
29
29
|
private autoFitObservable;
|
|
30
30
|
private measureColumn;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "[kendoGridResizableTable]", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never, true, never>;
|
|
33
33
|
}
|
package/directives.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ import { DetailTemplateDirective } from './rendering/details/detail-template.dir
|
|
|
15
15
|
import { LogicalCellDirective } from './navigation/logical-cell.directive';
|
|
16
16
|
import { LogicalRowDirective } from './navigation/logical-row.directive';
|
|
17
17
|
import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
|
|
18
|
-
import { TableDirective } from "./column-resizing/table.directive";
|
|
19
18
|
import { FocusableDirective } from "./navigation/focusable.directive";
|
|
20
19
|
import { GridTableDirective } from './rendering/grid-table.directive';
|
|
21
20
|
import { GroupHeaderTemplateDirective } from './grouping/group-header-template.directive';
|
|
@@ -153,7 +152,7 @@ export declare const KENDO_GRID_COLUMN_DRAGANDDROP: readonly [typeof DraggableCo
|
|
|
153
152
|
*
|
|
154
153
|
* Utility array that contains the former Shared module exports
|
|
155
154
|
*/
|
|
156
|
-
export declare const KENDO_GRID_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
155
|
+
export declare const KENDO_GRID_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective];
|
|
157
156
|
/**
|
|
158
157
|
* @hidden
|
|
159
158
|
*
|
|
@@ -171,7 +170,7 @@ export declare const KENDO_GRID_FILTER_OPERATORS: readonly [typeof FilterCellOpe
|
|
|
171
170
|
*
|
|
172
171
|
* Utility array that contains the former SharedFilterModule exports
|
|
173
172
|
*/
|
|
174
|
-
export declare const KENDO_GRID_FILTER_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
173
|
+
export declare const KENDO_GRID_FILTER_SHARED: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective];
|
|
175
174
|
/**
|
|
176
175
|
* @hidden
|
|
177
176
|
*
|
|
@@ -183,7 +182,7 @@ export declare const KENDO_GRID_FILTER_MENU_EXPORTS: readonly [typeof FilterMenu
|
|
|
183
182
|
*
|
|
184
183
|
* Utility array that contains the former FilterMenuModule exports
|
|
185
184
|
*/
|
|
186
|
-
export declare const KENDO_GRID_FILTER_MENU: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
185
|
+
export declare const KENDO_GRID_FILTER_MENU: readonly [typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective];
|
|
187
186
|
/**
|
|
188
187
|
* @hidden
|
|
189
188
|
*
|
|
@@ -195,7 +194,7 @@ export declare const KENDO_GRID_FILTER_ROW_EXPORTS: readonly [typeof FilterRowCo
|
|
|
195
194
|
*
|
|
196
195
|
* Utility array that contains the former RowFilterModule exports
|
|
197
196
|
*/
|
|
198
|
-
export declare const KENDO_GRID_FILTER_ROW: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
197
|
+
export declare const KENDO_GRID_FILTER_ROW: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterInputDirective];
|
|
199
198
|
/**
|
|
200
199
|
* @hidden
|
|
201
200
|
*
|
|
@@ -241,7 +240,7 @@ export declare const KENDO_GRID_DECLARATIONS: readonly [typeof GridComponent, ty
|
|
|
241
240
|
*
|
|
242
241
|
* Utility array that contains the Grid module exports
|
|
243
242
|
*/
|
|
244
|
-
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
243
|
+
export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof PagerComponent, typeof PagerPrevButtonsComponent, typeof PagerNextButtonsComponent, typeof PagerNumericButtonsComponent, typeof PagerInputComponent, typeof PagerInfoComponent, typeof PagerPageSizesComponent, typeof PagerTemplateDirective, typeof PagerDropDownListDirective, typeof PagerInputDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective];
|
|
245
244
|
/**
|
|
246
245
|
* @hidden
|
|
247
246
|
*
|
|
@@ -257,4 +256,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
|
|
|
257
256
|
/**
|
|
258
257
|
* Utility array that contains all `Grid` related components and directives
|
|
259
258
|
*/
|
|
260
|
-
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof
|
|
259
|
+
export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof CustomMessagesComponent, typeof GroupBindingDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof PagerComponent, typeof PagerPrevButtonsComponent, typeof PagerNextButtonsComponent, typeof PagerNumericButtonsComponent, typeof PagerInputComponent, typeof PagerInfoComponent, typeof PagerPageSizesComponent, typeof PagerTemplateDirective, typeof PagerDropDownListDirective, typeof PagerInputDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective];
|
|
@@ -105,12 +105,11 @@ export class TableDirective {
|
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
107
|
TableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ColumnResizingService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
108
|
-
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TableDirective, isStandalone: true, selector: "
|
|
108
|
+
TableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TableDirective, isStandalone: true, selector: "[kendoGridResizableTable]", inputs: { locked: "locked", virtualColumns: "virtualColumns" }, host: { properties: { "style.min-width": "this.minWidth" } }, ngImport: i0 });
|
|
109
109
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TableDirective, decorators: [{
|
|
110
110
|
type: Directive,
|
|
111
111
|
args: [{
|
|
112
|
-
|
|
113
|
-
selector: 'table',
|
|
112
|
+
selector: '[kendoGridResizableTable]',
|
|
114
113
|
standalone: true
|
|
115
114
|
}]
|
|
116
115
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ColumnResizingService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { locked: [{
|
package/esm2020/directives.mjs
CHANGED
|
@@ -17,7 +17,6 @@ import { DetailTemplateDirective } from './rendering/details/detail-template.dir
|
|
|
17
17
|
import { LogicalCellDirective } from './navigation/logical-cell.directive';
|
|
18
18
|
import { LogicalRowDirective } from './navigation/logical-row.directive';
|
|
19
19
|
import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
|
|
20
|
-
import { TableDirective } from "./column-resizing/table.directive";
|
|
21
20
|
import { FocusableDirective } from "./navigation/focusable.directive";
|
|
22
21
|
import { GridTableDirective } from './rendering/grid-table.directive';
|
|
23
22
|
// GROUPING
|
|
@@ -177,7 +176,6 @@ export const KENDO_GRID_SHARED = [
|
|
|
177
176
|
FieldAccessorPipe,
|
|
178
177
|
DetailTemplateDirective,
|
|
179
178
|
SpanColumnComponent,
|
|
180
|
-
TableDirective,
|
|
181
179
|
LoadingComponent,
|
|
182
180
|
GridTableDirective
|
|
183
181
|
];
|
|
@@ -36,29 +36,28 @@ import * as i19 from "@progress/kendo-angular-common";
|
|
|
36
36
|
import * as i20 from "../../rendering/common/field-accessor.pipe";
|
|
37
37
|
import * as i21 from "../../rendering/details/detail-template.directive";
|
|
38
38
|
import * as i22 from "../../columns/span-column.component";
|
|
39
|
-
import * as i23 from "../../
|
|
40
|
-
import * as i24 from "../../rendering/
|
|
41
|
-
import * as i25 from "
|
|
42
|
-
import * as i26 from "
|
|
43
|
-
import * as i27 from "../operators/contains-filter-operator.component";
|
|
44
|
-
import * as i28 from "../operators/
|
|
45
|
-
import * as i29 from "../operators/
|
|
46
|
-
import * as i30 from "../operators/
|
|
47
|
-
import * as i31 from "../operators/is-empty-filter-operator.component";
|
|
48
|
-
import * as i32 from "../operators/is-not-
|
|
49
|
-
import * as i33 from "../operators/
|
|
50
|
-
import * as i34 from "../operators/
|
|
51
|
-
import * as i35 from "../operators/
|
|
52
|
-
import * as i36 from "../operators/
|
|
53
|
-
import * as i37 from "../operators/
|
|
54
|
-
import * as i38 from "../operators/
|
|
55
|
-
import * as i39 from "../operators/
|
|
56
|
-
import * as i40 from "../operators/
|
|
57
|
-
import * as i41 from "../operators/after-filter-operator.component";
|
|
58
|
-
import * as i42 from "../operators/
|
|
59
|
-
import * as i43 from "../operators/before-
|
|
60
|
-
import * as i44 from "../
|
|
61
|
-
import * as i45 from "../filter-input.directive";
|
|
39
|
+
import * as i23 from "../../rendering/common/loading.component";
|
|
40
|
+
import * as i24 from "../../rendering/grid-table.directive";
|
|
41
|
+
import * as i25 from "./filter-cell-operators.component";
|
|
42
|
+
import * as i26 from "../operators/contains-filter-operator.component";
|
|
43
|
+
import * as i27 from "../operators/not-contains-filter-operator.component";
|
|
44
|
+
import * as i28 from "../operators/ends-with-filter-operator.component";
|
|
45
|
+
import * as i29 from "../operators/eq-filter-operator.component";
|
|
46
|
+
import * as i30 from "../operators/is-empty-filter-operator.component";
|
|
47
|
+
import * as i31 from "../operators/is-not-empty-filter-operator.component";
|
|
48
|
+
import * as i32 from "../operators/is-not-null-filter-operator.component";
|
|
49
|
+
import * as i33 from "../operators/isnull-filter-operator.component";
|
|
50
|
+
import * as i34 from "../operators/neq-filter-operator.component";
|
|
51
|
+
import * as i35 from "../operators/starts-with-filter-operator.component";
|
|
52
|
+
import * as i36 from "../operators/gt-filter-operator.component";
|
|
53
|
+
import * as i37 from "../operators/gte-filter-operator.component";
|
|
54
|
+
import * as i38 from "../operators/lt-filter-operator.component";
|
|
55
|
+
import * as i39 from "../operators/lte-filter-operator.component";
|
|
56
|
+
import * as i40 from "../operators/after-filter-operator.component";
|
|
57
|
+
import * as i41 from "../operators/after-eq-filter-operator.component";
|
|
58
|
+
import * as i42 from "../operators/before-eq-filter-operator.component";
|
|
59
|
+
import * as i43 from "../operators/before-filter-operator.component";
|
|
60
|
+
import * as i44 from "../filter-input.directive";
|
|
62
61
|
const ENTRY_COMPONENTS = [
|
|
63
62
|
StringFilterCellComponent,
|
|
64
63
|
NumericFilterCellComponent,
|
|
@@ -73,7 +72,7 @@ const ENTRY_COMPONENTS = [
|
|
|
73
72
|
export class RowFilterModule {
|
|
74
73
|
}
|
|
75
74
|
RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
76
|
-
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.
|
|
75
|
+
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.LoadingComponent, i24.GridTableDirective, i25.FilterCellOperatorsComponent, i26.ContainsFilterOperatorComponent, i27.DoesNotContainFilterOperatorComponent, i28.EndsWithFilterOperatorComponent, i29.EqualFilterOperatorComponent, i30.IsEmptyFilterOperatorComponent, i31.IsNotEmptyFilterOperatorComponent, i32.IsNotNullFilterOperatorComponent, i33.IsNullFilterOperatorComponent, i34.NotEqualFilterOperatorComponent, i35.StartsWithFilterOperatorComponent, i36.GreaterFilterOperatorComponent, i37.GreaterOrEqualToFilterOperatorComponent, i38.LessFilterOperatorComponent, i39.LessOrEqualToFilterOperatorComponent, i40.AfterFilterOperatorComponent, i41.AfterEqFilterOperatorComponent, i42.BeforeEqFilterOperatorComponent, i43.BeforeFilterOperatorComponent, i44.FilterInputDirective], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.LoadingComponent, i24.GridTableDirective, i25.FilterCellOperatorsComponent, i26.ContainsFilterOperatorComponent, i27.DoesNotContainFilterOperatorComponent, i28.EndsWithFilterOperatorComponent, i29.EqualFilterOperatorComponent, i30.IsEmptyFilterOperatorComponent, i31.IsNotEmptyFilterOperatorComponent, i32.IsNotNullFilterOperatorComponent, i33.IsNullFilterOperatorComponent, i34.NotEqualFilterOperatorComponent, i35.StartsWithFilterOperatorComponent, i36.GreaterFilterOperatorComponent, i37.GreaterOrEqualToFilterOperatorComponent, i38.LessFilterOperatorComponent, i39.LessOrEqualToFilterOperatorComponent, i40.AfterFilterOperatorComponent, i41.AfterEqFilterOperatorComponent, i42.BeforeEqFilterOperatorComponent, i43.BeforeFilterOperatorComponent, i44.FilterInputDirective] });
|
|
77
76
|
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, providers: [
|
|
78
77
|
PopupService,
|
|
79
78
|
ResizeBatchService,
|
|
@@ -89,7 +88,7 @@ RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
|
|
|
89
88
|
YearViewService,
|
|
90
89
|
WeekNamesService,
|
|
91
90
|
NavigationService
|
|
92
|
-
], imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i17.ColGroupComponent, i22.SpanColumnComponent,
|
|
91
|
+
], imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i17.ColGroupComponent, i22.SpanColumnComponent, i23.LoadingComponent, i25.FilterCellOperatorsComponent, i26.ContainsFilterOperatorComponent, i27.DoesNotContainFilterOperatorComponent, i28.EndsWithFilterOperatorComponent, i29.EqualFilterOperatorComponent, i30.IsEmptyFilterOperatorComponent, i31.IsNotEmptyFilterOperatorComponent, i32.IsNotNullFilterOperatorComponent, i33.IsNullFilterOperatorComponent, i34.NotEqualFilterOperatorComponent, i35.StartsWithFilterOperatorComponent, i36.GreaterFilterOperatorComponent, i37.GreaterOrEqualToFilterOperatorComponent, i38.LessFilterOperatorComponent, i39.LessOrEqualToFilterOperatorComponent, i40.AfterFilterOperatorComponent, i41.AfterEqFilterOperatorComponent, i42.BeforeEqFilterOperatorComponent, i43.BeforeFilterOperatorComponent] });
|
|
93
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
94
93
|
type: NgModule,
|
|
95
94
|
args: [{
|
|
@@ -26,43 +26,42 @@ import * as i9 from "@progress/kendo-angular-common";
|
|
|
26
26
|
import * as i10 from "../../rendering/common/field-accessor.pipe";
|
|
27
27
|
import * as i11 from "../../rendering/details/detail-template.directive";
|
|
28
28
|
import * as i12 from "../../columns/span-column.component";
|
|
29
|
-
import * as i13 from "../../
|
|
30
|
-
import * as i14 from "../../rendering/
|
|
31
|
-
import * as i15 from "
|
|
32
|
-
import * as i16 from "../
|
|
33
|
-
import * as i17 from "../operators/contains-filter-operator.component";
|
|
34
|
-
import * as i18 from "../operators/
|
|
35
|
-
import * as i19 from "../operators/
|
|
36
|
-
import * as i20 from "../operators/
|
|
37
|
-
import * as i21 from "../operators/is-empty-filter-operator.component";
|
|
38
|
-
import * as i22 from "../operators/is-not-
|
|
39
|
-
import * as i23 from "../operators/
|
|
40
|
-
import * as i24 from "../operators/
|
|
41
|
-
import * as i25 from "../operators/
|
|
42
|
-
import * as i26 from "../operators/
|
|
43
|
-
import * as i27 from "../operators/
|
|
44
|
-
import * as i28 from "../operators/
|
|
45
|
-
import * as i29 from "../operators/
|
|
46
|
-
import * as i30 from "../operators/
|
|
47
|
-
import * as i31 from "../operators/after-filter-operator.component";
|
|
48
|
-
import * as i32 from "../operators/
|
|
49
|
-
import * as i33 from "../operators/before-
|
|
50
|
-
import * as i34 from "../
|
|
51
|
-
import * as i35 from "
|
|
52
|
-
import * as i36 from "./filter-menu.component";
|
|
53
|
-
import * as i37 from "./filter-menu-
|
|
54
|
-
import * as i38 from "./filter-menu-input
|
|
55
|
-
import * as i39 from "./string-filter-menu
|
|
56
|
-
import * as i40 from "./
|
|
57
|
-
import * as i41 from "./filter-menu
|
|
58
|
-
import * as i42 from "./numeric-filter-menu.component";
|
|
59
|
-
import * as i43 from "./
|
|
60
|
-
import * as i44 from "./date-filter-menu
|
|
61
|
-
import * as i45 from "./
|
|
62
|
-
import * as i46 from "./filter-menu
|
|
63
|
-
import * as i47 from "./
|
|
64
|
-
import * as i48 from "./filter-
|
|
65
|
-
import * as i49 from "./filter-radio-button.directive";
|
|
29
|
+
import * as i13 from "../../rendering/common/loading.component";
|
|
30
|
+
import * as i14 from "../../rendering/grid-table.directive";
|
|
31
|
+
import * as i15 from "../cell/filter-cell-operators.component";
|
|
32
|
+
import * as i16 from "../operators/contains-filter-operator.component";
|
|
33
|
+
import * as i17 from "../operators/not-contains-filter-operator.component";
|
|
34
|
+
import * as i18 from "../operators/ends-with-filter-operator.component";
|
|
35
|
+
import * as i19 from "../operators/eq-filter-operator.component";
|
|
36
|
+
import * as i20 from "../operators/is-empty-filter-operator.component";
|
|
37
|
+
import * as i21 from "../operators/is-not-empty-filter-operator.component";
|
|
38
|
+
import * as i22 from "../operators/is-not-null-filter-operator.component";
|
|
39
|
+
import * as i23 from "../operators/isnull-filter-operator.component";
|
|
40
|
+
import * as i24 from "../operators/neq-filter-operator.component";
|
|
41
|
+
import * as i25 from "../operators/starts-with-filter-operator.component";
|
|
42
|
+
import * as i26 from "../operators/gt-filter-operator.component";
|
|
43
|
+
import * as i27 from "../operators/gte-filter-operator.component";
|
|
44
|
+
import * as i28 from "../operators/lt-filter-operator.component";
|
|
45
|
+
import * as i29 from "../operators/lte-filter-operator.component";
|
|
46
|
+
import * as i30 from "../operators/after-filter-operator.component";
|
|
47
|
+
import * as i31 from "../operators/after-eq-filter-operator.component";
|
|
48
|
+
import * as i32 from "../operators/before-eq-filter-operator.component";
|
|
49
|
+
import * as i33 from "../operators/before-filter-operator.component";
|
|
50
|
+
import * as i34 from "../filter-input.directive";
|
|
51
|
+
import * as i35 from "./filter-menu.component";
|
|
52
|
+
import * as i36 from "./filter-menu-container.component";
|
|
53
|
+
import * as i37 from "./filter-menu-input-wrapper.component";
|
|
54
|
+
import * as i38 from "./string-filter-menu-input.component";
|
|
55
|
+
import * as i39 from "./string-filter-menu.component";
|
|
56
|
+
import * as i40 from "./filter-menu-template.directive";
|
|
57
|
+
import * as i41 from "./numeric-filter-menu.component";
|
|
58
|
+
import * as i42 from "./numeric-filter-menu-input.component";
|
|
59
|
+
import * as i43 from "./date-filter-menu-input.component";
|
|
60
|
+
import * as i44 from "./date-filter-menu.component";
|
|
61
|
+
import * as i45 from "./filter-menu-host.directive";
|
|
62
|
+
import * as i46 from "./boolean-filter-menu.component";
|
|
63
|
+
import * as i47 from "./filter-menu-dropdownlist.directive";
|
|
64
|
+
import * as i48 from "./filter-radio-button.directive";
|
|
66
65
|
const ENTRY_COMPONENTS = [
|
|
67
66
|
StringFilterMenuComponent,
|
|
68
67
|
NumericFilterMenuComponent,
|
|
@@ -77,7 +76,7 @@ const ENTRY_COMPONENTS = [
|
|
|
77
76
|
export class FilterMenuModule {
|
|
78
77
|
}
|
|
79
78
|
FilterMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
80
|
-
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.
|
|
79
|
+
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.LoadingComponent, i14.GridTableDirective, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i34.FilterInputDirective, i35.FilterMenuComponent, i36.FilterMenuContainerComponent, i37.FilterMenuInputWrapperComponent, i38.StringFilterMenuInputComponent, i39.StringFilterMenuComponent, i40.FilterMenuTemplateDirective, i41.NumericFilterMenuComponent, i42.NumericFilterMenuInputComponent, i43.DateFilterMenuInputComponent, i44.DateFilterMenuComponent, i45.FilterMenuHostDirective, i46.BooleanFilterMenuComponent, i47.FilterMenuDropDownListDirective, i48.BooleanFilterRadioButtonDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.LoadingComponent, i14.GridTableDirective, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i34.FilterInputDirective, i35.FilterMenuComponent, i36.FilterMenuContainerComponent, i37.FilterMenuInputWrapperComponent, i38.StringFilterMenuInputComponent, i39.StringFilterMenuComponent, i40.FilterMenuTemplateDirective, i41.NumericFilterMenuComponent, i42.NumericFilterMenuInputComponent, i43.DateFilterMenuInputComponent, i44.DateFilterMenuComponent, i45.FilterMenuHostDirective, i46.BooleanFilterMenuComponent, i47.FilterMenuDropDownListDirective, i48.BooleanFilterRadioButtonDirective] });
|
|
81
80
|
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, providers: [
|
|
82
81
|
PopupService,
|
|
83
82
|
ResizeBatchService,
|
|
@@ -93,7 +92,7 @@ FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", versio
|
|
|
93
92
|
YearViewService,
|
|
94
93
|
WeekNamesService,
|
|
95
94
|
NavigationService
|
|
96
|
-
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent,
|
|
95
|
+
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i13.LoadingComponent, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i35.FilterMenuComponent, i36.FilterMenuContainerComponent, i37.FilterMenuInputWrapperComponent, i38.StringFilterMenuInputComponent, i39.StringFilterMenuComponent, i41.NumericFilterMenuComponent, i42.NumericFilterMenuInputComponent, i43.DateFilterMenuInputComponent, i44.DateFilterMenuComponent, i46.BooleanFilterMenuComponent] });
|
|
97
96
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
98
97
|
type: NgModule,
|
|
99
98
|
args: [{
|
|
@@ -22,29 +22,28 @@ import * as i9 from "@progress/kendo-angular-common";
|
|
|
22
22
|
import * as i10 from "../rendering/common/field-accessor.pipe";
|
|
23
23
|
import * as i11 from "../rendering/details/detail-template.directive";
|
|
24
24
|
import * as i12 from "../columns/span-column.component";
|
|
25
|
-
import * as i13 from "../
|
|
26
|
-
import * as i14 from "../rendering/
|
|
27
|
-
import * as i15 from "
|
|
28
|
-
import * as i16 from "./
|
|
29
|
-
import * as i17 from "./operators/contains-filter-operator.component";
|
|
30
|
-
import * as i18 from "./operators/
|
|
31
|
-
import * as i19 from "./operators/
|
|
32
|
-
import * as i20 from "./operators/
|
|
33
|
-
import * as i21 from "./operators/is-empty-filter-operator.component";
|
|
34
|
-
import * as i22 from "./operators/is-not-
|
|
35
|
-
import * as i23 from "./operators/
|
|
36
|
-
import * as i24 from "./operators/
|
|
37
|
-
import * as i25 from "./operators/
|
|
38
|
-
import * as i26 from "./operators/
|
|
39
|
-
import * as i27 from "./operators/
|
|
40
|
-
import * as i28 from "./operators/
|
|
41
|
-
import * as i29 from "./operators/
|
|
42
|
-
import * as i30 from "./operators/
|
|
43
|
-
import * as i31 from "./operators/after-filter-operator.component";
|
|
44
|
-
import * as i32 from "./operators/
|
|
45
|
-
import * as i33 from "./operators/before-
|
|
46
|
-
import * as i34 from "./
|
|
47
|
-
import * as i35 from "./filter-input.directive";
|
|
25
|
+
import * as i13 from "../rendering/common/loading.component";
|
|
26
|
+
import * as i14 from "../rendering/grid-table.directive";
|
|
27
|
+
import * as i15 from "./cell/filter-cell-operators.component";
|
|
28
|
+
import * as i16 from "./operators/contains-filter-operator.component";
|
|
29
|
+
import * as i17 from "./operators/not-contains-filter-operator.component";
|
|
30
|
+
import * as i18 from "./operators/ends-with-filter-operator.component";
|
|
31
|
+
import * as i19 from "./operators/eq-filter-operator.component";
|
|
32
|
+
import * as i20 from "./operators/is-empty-filter-operator.component";
|
|
33
|
+
import * as i21 from "./operators/is-not-empty-filter-operator.component";
|
|
34
|
+
import * as i22 from "./operators/is-not-null-filter-operator.component";
|
|
35
|
+
import * as i23 from "./operators/isnull-filter-operator.component";
|
|
36
|
+
import * as i24 from "./operators/neq-filter-operator.component";
|
|
37
|
+
import * as i25 from "./operators/starts-with-filter-operator.component";
|
|
38
|
+
import * as i26 from "./operators/gt-filter-operator.component";
|
|
39
|
+
import * as i27 from "./operators/gte-filter-operator.component";
|
|
40
|
+
import * as i28 from "./operators/lt-filter-operator.component";
|
|
41
|
+
import * as i29 from "./operators/lte-filter-operator.component";
|
|
42
|
+
import * as i30 from "./operators/after-filter-operator.component";
|
|
43
|
+
import * as i31 from "./operators/after-eq-filter-operator.component";
|
|
44
|
+
import * as i32 from "./operators/before-eq-filter-operator.component";
|
|
45
|
+
import * as i33 from "./operators/before-filter-operator.component";
|
|
46
|
+
import * as i34 from "./filter-input.directive";
|
|
48
47
|
/**
|
|
49
48
|
* @hidden
|
|
50
49
|
*
|
|
@@ -53,7 +52,7 @@ import * as i35 from "./filter-input.directive";
|
|
|
53
52
|
export class SharedFilterModule {
|
|
54
53
|
}
|
|
55
54
|
SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
56
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.
|
|
55
|
+
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.LoadingComponent, i14.GridTableDirective, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i34.FilterInputDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.LoadingComponent, i14.GridTableDirective, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent, i34.FilterInputDirective] });
|
|
57
56
|
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
|
58
57
|
PopupService,
|
|
59
58
|
ResizeBatchService,
|
|
@@ -69,7 +68,7 @@ SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
|
|
|
69
68
|
YearViewService,
|
|
70
69
|
WeekNamesService,
|
|
71
70
|
NavigationService
|
|
72
|
-
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent,
|
|
71
|
+
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i13.LoadingComponent, i15.FilterCellOperatorsComponent, i16.ContainsFilterOperatorComponent, i17.DoesNotContainFilterOperatorComponent, i18.EndsWithFilterOperatorComponent, i19.EqualFilterOperatorComponent, i20.IsEmptyFilterOperatorComponent, i21.IsNotEmptyFilterOperatorComponent, i22.IsNotNullFilterOperatorComponent, i23.IsNullFilterOperatorComponent, i24.NotEqualFilterOperatorComponent, i25.StartsWithFilterOperatorComponent, i26.GreaterFilterOperatorComponent, i27.GreaterOrEqualToFilterOperatorComponent, i28.LessFilterOperatorComponent, i29.LessOrEqualToFilterOperatorComponent, i30.AfterFilterOperatorComponent, i31.AfterEqFilterOperatorComponent, i32.BeforeEqFilterOperatorComponent, i33.BeforeFilterOperatorComponent] });
|
|
73
72
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
|
74
73
|
type: NgModule,
|
|
75
74
|
args: [{
|
|
@@ -2347,6 +2347,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2347
2347
|
class="k-grid-header-locked"
|
|
2348
2348
|
[style.width.px]="lockedWidth">
|
|
2349
2349
|
<table
|
|
2350
|
+
kendoGridResizableTable
|
|
2350
2351
|
[locked]="true"
|
|
2351
2352
|
role="presentation"
|
|
2352
2353
|
class="k-grid-header-table"
|
|
@@ -2387,6 +2388,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2387
2388
|
role="presentation"
|
|
2388
2389
|
class="k-grid-header-table"
|
|
2389
2390
|
[style.width.px]="nonLockedWidth"
|
|
2391
|
+
kendoGridResizableTable
|
|
2390
2392
|
[virtualColumns]="virtualColumns"
|
|
2391
2393
|
kendoGridTable
|
|
2392
2394
|
[size]="size">
|
|
@@ -2481,6 +2483,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2481
2483
|
<table
|
|
2482
2484
|
role="presentation"
|
|
2483
2485
|
class="k-grid-footer-table"
|
|
2486
|
+
kendoGridResizableTable
|
|
2484
2487
|
[locked]="true"
|
|
2485
2488
|
[style.width.px]="lockedWidth"
|
|
2486
2489
|
kendoGridTable
|
|
@@ -2509,6 +2512,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2509
2512
|
class="k-grid-footer-table"
|
|
2510
2513
|
[style.width.px]="nonLockedWidth"
|
|
2511
2514
|
kendoGridTable
|
|
2515
|
+
kendoGridResizableTable
|
|
2512
2516
|
[size]="size">
|
|
2513
2517
|
<colgroup kendoGridColGroup
|
|
2514
2518
|
[columns]="$any(headerLeafColumns)"
|
|
@@ -2532,6 +2536,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2532
2536
|
<table
|
|
2533
2537
|
[style.table-layout]="resizable ? 'fixed' : null"
|
|
2534
2538
|
kendoGridTable
|
|
2539
|
+
kendoGridResizableTable
|
|
2535
2540
|
role="presentation"
|
|
2536
2541
|
[size]="size">
|
|
2537
2542
|
<colgroup kendoGridColGroup
|
|
@@ -2625,7 +2630,7 @@ GridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
2625
2630
|
</ng-template>
|
|
2626
2631
|
|
|
2627
2632
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
2628
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "component", type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { kind: "component", type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "directive", type: TableDirective, selector: "
|
|
2633
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGridLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-grid-toolbar", inputs: ["position", "size", "navigable"] }, { kind: "component", type: PagerComponent, selector: "kendo-pager", inputs: ["total", "skip", "pageSize", "options", "size", "template"], outputs: ["pageChange"] }, { kind: "component", type: GroupPanelComponent, selector: "kendo-grid-group-panel", inputs: ["text", "navigable", "groups"], outputs: ["change"] }, { kind: "directive", type: TableDirective, selector: "[kendoGridResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "directive", type: GridTableDirective, selector: "[kendoGridTable]", inputs: ["size"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoGridColGroup]", inputs: ["columns", "groups", "detailTemplate", "sort"] }, { kind: "component", type: HeaderComponent, selector: "[kendoGridHeader]", inputs: ["totalColumnLevels", "columns", "groups", "detailTemplate", "scrollable", "filterable", "sort", "filter", "sortable", "groupable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex", "size"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoGridResizableContainer]", inputs: ["lockedWidth", "kendoGridResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-grid-list", inputs: ["data", "groups", "total", "rowHeight", "stickyRowHeight", "detailRowHeight", "take", "skip", "columns", "detailTemplate", "noRecordsTemplate", "selectable", "groupable", "filterable", "rowClass", "rowSticky", "loading", "trackBy", "virtualColumns", "isVirtual", "cellLoadingTemplate", "loadingTemplate", "sort", "size"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: GridMarqueeDirective, selector: "[kendoGridSelectionMarquee]" }, { kind: "component", type: FooterComponent, selector: "[kendoGridFooter]", inputs: ["columns", "groups", "detailTemplate", "scrollable", "lockedColumnsCount", "logicalRowIndex", "totalColumns"] }, { kind: "component", type: TableBodyComponent, selector: "[kendoGridTableBody]", inputs: ["columns", "allColumns", "groups", "detailTemplate", "noRecordsTemplate", "data", "skip", "selectable", "filterable", "noRecordsText", "isLocked", "isLoading", "isVirtual", "cellLoadingTemplate", "skipGroupDecoration", "showGroupFooters", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "trackBy", "rowSticky", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoGridLoading]", inputs: ["loadingTemplate"] }, { kind: "component", type: StatusBarComponent, selector: "kendo-grid-status-bar", inputs: ["statusBarTemplate"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], encapsulation: i0.ViewEncapsulation.None });
|
|
2629
2634
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GridComponent, decorators: [{
|
|
2630
2635
|
type: Component,
|
|
2631
2636
|
args: [{
|
|
@@ -2979,6 +2984,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
2979
2984
|
class="k-grid-header-locked"
|
|
2980
2985
|
[style.width.px]="lockedWidth">
|
|
2981
2986
|
<table
|
|
2987
|
+
kendoGridResizableTable
|
|
2982
2988
|
[locked]="true"
|
|
2983
2989
|
role="presentation"
|
|
2984
2990
|
class="k-grid-header-table"
|
|
@@ -3019,6 +3025,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3019
3025
|
role="presentation"
|
|
3020
3026
|
class="k-grid-header-table"
|
|
3021
3027
|
[style.width.px]="nonLockedWidth"
|
|
3028
|
+
kendoGridResizableTable
|
|
3022
3029
|
[virtualColumns]="virtualColumns"
|
|
3023
3030
|
kendoGridTable
|
|
3024
3031
|
[size]="size">
|
|
@@ -3113,6 +3120,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3113
3120
|
<table
|
|
3114
3121
|
role="presentation"
|
|
3115
3122
|
class="k-grid-footer-table"
|
|
3123
|
+
kendoGridResizableTable
|
|
3116
3124
|
[locked]="true"
|
|
3117
3125
|
[style.width.px]="lockedWidth"
|
|
3118
3126
|
kendoGridTable
|
|
@@ -3141,6 +3149,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3141
3149
|
class="k-grid-footer-table"
|
|
3142
3150
|
[style.width.px]="nonLockedWidth"
|
|
3143
3151
|
kendoGridTable
|
|
3152
|
+
kendoGridResizableTable
|
|
3144
3153
|
[size]="size">
|
|
3145
3154
|
<colgroup kendoGridColGroup
|
|
3146
3155
|
[columns]="$any(headerLeafColumns)"
|
|
@@ -3164,6 +3173,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
3164
3173
|
<table
|
|
3165
3174
|
[style.table-layout]="resizable ? 'fixed' : null"
|
|
3166
3175
|
kendoGridTable
|
|
3176
|
+
kendoGridResizableTable
|
|
3167
3177
|
role="presentation"
|
|
3168
3178
|
[size]="size">
|
|
3169
3179
|
<colgroup kendoGridColGroup
|