@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.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/aggregates/status-bar-template.directive.d.ts +1 -1
- package/aggregates/status-bar.component.d.ts +1 -1
- package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
- package/column-menu/column-menu-autosize.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-container.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +1 -1
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-position.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +1 -1
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/databinding.directive.d.ts +1 -1
- package/directives.d.ts +260 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +2 -2
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
- package/esm2020/aggregates/status-bar.component.mjs +6 -4
- package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
- package/esm2020/column-menu/column-chooser.component.mjs +5 -5
- package/esm2020/column-menu/column-list.component.mjs +6 -5
- package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +26 -19
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/reorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/common/clipboard.directive.mjs +3 -2
- package/esm2020/databinding.directive.mjs +3 -2
- package/esm2020/directives.mjs +479 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +12 -10
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
- package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
- package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +78 -137
- package/esm2020/grid.component.mjs +31 -25
- package/esm2020/grid.module.mjs +180 -237
- package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header.component.mjs +10 -8
- package/esm2020/grouping/group-panel.component.mjs +11 -10
- package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
- package/esm2020/grouping/group.module.mjs +37 -37
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-input.directive.mjs +5 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
- package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +10 -11
- package/esm2020/pager/pager.module.mjs +35 -81
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +72 -109
- package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +15 -11
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +6 -4
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
- package/esm2020/rendering/details-expand.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer.component.mjs +9 -7
- package/esm2020/rendering/footer/footer.module.mjs +24 -18
- package/esm2020/rendering/grid-table.directive.mjs +3 -2
- package/esm2020/rendering/groups-expand.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +19 -18
- package/esm2020/rendering/header/header.module.mjs +136 -47
- package/esm2020/rendering/list.component.mjs +12 -11
- package/esm2020/rendering/loading-template.directive.mjs +3 -2
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +15 -12
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
- package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
- package/esm2020/selection/selection.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +24 -80
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +4 -4
- package/fesm2015/progress-kendo-angular-grid.mjs +23474 -23456
- package/fesm2020/progress-kendo-angular-grid.mjs +22569 -22551
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +38 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu.module.d.ts +52 -17
- package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +38 -30
- package/grid.component.d.ts +3 -3
- package/grid.module.d.ts +131 -116
- package/grouping/group-footer-template.directive.d.ts +1 -1
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-header.component.d.ts +1 -1
- package/grouping/group-panel.component.d.ts +1 -1
- package/grouping/group-scroll-binding.directive.d.ts +1 -1
- package/grouping/group.module.d.ts +27 -12
- package/index.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +16 -16
- package/pager/pager-dropdown.directive.d.ts +1 -1
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +1 -1
- package/pager/pager-input.directive.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-settings.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- package/pager/pager.module.d.ts +26 -19
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +6 -6
- package/rendering/body.module.d.ts +39 -25
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +1 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +1 -1
- package/rendering/details-expand.directive.d.ts +1 -1
- package/rendering/footer/footer-template.directive.d.ts +1 -1
- package/rendering/footer/footer.component.d.ts +1 -1
- package/rendering/footer/footer.module.d.ts +19 -5
- package/rendering/grid-table.directive.d.ts +1 -1
- package/rendering/groups-expand.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +1 -1
- package/rendering/header/header.module.d.ts +90 -13
- package/rendering/list.component.d.ts +1 -1
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/shared.module.d.ts +4 -6
- package/column-menu/column-menu.module.d.ts +0 -35
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -113
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
|
@@ -15,5 +15,5 @@ export declare class StatusBarTemplateDirective {
|
|
|
15
15
|
templateRef: TemplateRef<any>;
|
|
16
16
|
constructor(templateRef: TemplateRef<any>);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusBarTemplateDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StatusBarTemplateDirective, "[kendoGridStatusBarTemplate]", never, {}, {}, never, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StatusBarTemplateDirective, "[kendoGridStatusBarTemplate]", never, {}, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -18,5 +18,5 @@ export declare class StatusBarComponent {
|
|
|
18
18
|
ngOnInit(): void;
|
|
19
19
|
get aggregates(): SelectionAggregates;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<StatusBarComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "kendo-grid-status-bar", never, { "statusBarTemplate": "statusBarTemplate"; }, {}, never, never,
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatusBarComponent, "kendo-grid-status-bar", never, { "statusBarTemplate": "statusBarTemplate"; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -16,5 +16,5 @@ export declare class ColumnMenuChooserItemCheckedDirective {
|
|
|
16
16
|
ngAfterViewInit(): void;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserItemCheckedDirective, never>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuChooserItemCheckedDirective, "[kendoColumnMenuChooserItemChecked]", never, { "kendoColumnMenuChooserItemChecked": "kendoColumnMenuChooserItemChecked"; }, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuChooserItemCheckedDirective, "[kendoColumnMenuChooserItemChecked]", never, { "kendoColumnMenuChooserItemChecked": "kendoColumnMenuChooserItemChecked"; }, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -75,5 +75,5 @@ export declare class ColumnChooserComponent implements OnDestroy {
|
|
|
75
75
|
private close;
|
|
76
76
|
private detachClose;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnChooserComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-grid-column-chooser", never, { "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; }, {}, never, never,
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnChooserComponent, "kendo-grid-column-chooser", never, { "autoSync": "autoSync"; "allowHideAll": "allowHideAll"; }, {}, never, never, true, never>;
|
|
79
79
|
}
|
|
@@ -56,5 +56,5 @@ export declare class ColumnListComponent implements OnInit, OnDestroy {
|
|
|
56
56
|
private updateColumnState;
|
|
57
57
|
private setDisabledState;
|
|
58
58
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnListComponent, never>;
|
|
59
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-grid-columnlist", never, { "columns": "columns"; "autoSync": "autoSync"; "ariaLabel": "ariaLabel"; "allowHideAll": "allowHideAll"; "applyText": "applyText"; "resetText": "resetText"; "actionsClass": "actionsClass"; "isLast": "isLast"; "isExpanded": "isExpanded"; "service": "service"; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never,
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnListComponent, "kendo-grid-columnlist", never, { "columns": "columns"; "autoSync": "autoSync"; "ariaLabel": "ariaLabel"; "allowHideAll": "allowHideAll"; "applyText": "applyText"; "resetText": "resetText"; "actionsClass": "actionsClass"; "isLast": "isLast"; "isExpanded": "isExpanded"; "service": "service"; }, { "reset": "reset"; "apply": "apply"; "columnChange": "columnChange"; }, never, never, true, never>;
|
|
60
60
|
}
|
|
@@ -35,5 +35,5 @@ export declare class ColumnMenuAutoSizeAllColumnsComponent extends ColumnMenuIte
|
|
|
35
35
|
*/
|
|
36
36
|
autoSizeAllColumns(): void;
|
|
37
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuAutoSizeAllColumnsComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeAllColumnsComponent, "kendo-grid-columnmenu-autosize-all-columns", never, {}, {}, never, never,
|
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeAllColumnsComponent, "kendo-grid-columnmenu-autosize-all-columns", never, {}, {}, never, never, true, never>;
|
|
39
39
|
}
|
|
@@ -40,5 +40,5 @@ export declare class ColumnMenuAutoSizeColumnComponent extends ColumnMenuItemBas
|
|
|
40
40
|
*/
|
|
41
41
|
autoSizeColumn(): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuAutoSizeColumnComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeColumnComponent, "kendo-grid-columnmenu-autosize-column", never, { "column": "column"; }, {}, never, never,
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuAutoSizeColumnComponent, "kendo-grid-columnmenu-autosize-column", never, { "column": "column"; }, {}, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -66,5 +66,5 @@ export declare class ColumnMenuChooserComponent extends ColumnMenuItemBase {
|
|
|
66
66
|
*/
|
|
67
67
|
onExpand(): void;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuChooserComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-grid-columnmenu-chooser", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never,
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuChooserComponent, "kendo-grid-columnmenu-chooser", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -17,5 +17,5 @@ export declare class ColumnMenuContainerComponent implements AfterViewInit {
|
|
|
17
17
|
constructor(service: ColumnMenuService, ngZone: NgZone);
|
|
18
18
|
ngAfterViewInit(): void;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuContainerComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuContainerComponent, "kendo-grid-columnmenu-container", never, {}, {}, ["columnMenuItems"], ["*"],
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuContainerComponent, "kendo-grid-columnmenu-container", never, {}, {}, ["columnMenuItems"], ["*"], true, never>;
|
|
21
21
|
}
|
|
@@ -59,5 +59,5 @@ export declare class ColumnMenuFilterComponent extends ColumnMenuItemBase {
|
|
|
59
59
|
*/
|
|
60
60
|
onExpand(): void;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuFilterComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-grid-columnmenu-filter", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never,
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuFilterComponent, "kendo-grid-columnmenu-filter", never, { "expanded": "expanded"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -30,5 +30,5 @@ export declare class ColumnMenuItemContentTemplateDirective {
|
|
|
30
30
|
templateRef: TemplateRef<any>;
|
|
31
31
|
constructor(templateRef: TemplateRef<any>);
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemContentTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemContentTemplateDirective, "[kendoGridColumnMenuItemContentTemplate]", never, {}, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemContentTemplateDirective, "[kendoGridColumnMenuItemContentTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -75,5 +75,5 @@ export declare class ColumnMenuItemComponent implements OnChanges {
|
|
|
75
75
|
onClick(e: any): void;
|
|
76
76
|
private updateContentState;
|
|
77
77
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemComponent, never>;
|
|
78
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-grid-columnmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "disabled": "disabled"; "expanded": "expanded"; "service": "service"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never,
|
|
78
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuItemComponent, "kendo-grid-columnmenu-item", never, { "icon": "icon"; "svgIcon": "svgIcon"; "text": "text"; "selected": "selected"; "disabled": "disabled"; "expanded": "expanded"; "service": "service"; }, { "itemClick": "itemClick"; "expand": "expand"; "collapse": "collapse"; }, ["contentTemplate"], never, true, never>;
|
|
79
79
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ColumnMenuItemDirective {
|
|
|
41
41
|
private getLastColumnMenuItem;
|
|
42
42
|
private isExpandableItem;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuItemDirective, never>;
|
|
44
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemDirective, "[kendoGridColumnMenuItem]", never, { "menuItemComponent": "kendoGridColumnMenuItem"; }, {}, never, never,
|
|
44
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuItemDirective, "[kendoGridColumnMenuItem]", never, { "menuItemComponent": "kendoGridColumnMenuItem"; }, {}, never, never, true, never>;
|
|
45
45
|
}
|
|
@@ -43,5 +43,5 @@ export declare class ColumnMenuLockComponent extends ColumnMenuItemBase {
|
|
|
43
43
|
private toggleHierarchy;
|
|
44
44
|
private get locked();
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuLockComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuLockComponent, "kendo-grid-columnmenu-lock", never, {}, {}, never, never,
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuLockComponent, "kendo-grid-columnmenu-lock", never, {}, {}, never, never, true, never>;
|
|
47
47
|
}
|
|
@@ -77,5 +77,5 @@ export declare class ColumnMenuPositionComponent extends ColumnMenuItemBase {
|
|
|
77
77
|
onExpand(): void;
|
|
78
78
|
private getLastFocusableItem;
|
|
79
79
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuPositionComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuPositionComponent, "kendo-grid-columnmenu-position", never, { "expanded": "expanded"; "showLock": "showLock"; "showStick": "showStick"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never,
|
|
80
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuPositionComponent, "kendo-grid-columnmenu-position", never, { "expanded": "expanded"; "showLock": "showLock"; "showStick": "showStick"; "isLast": "isLast"; }, { "expand": "expand"; "collapse": "collapse"; }, never, never, true, never>;
|
|
81
81
|
}
|
|
@@ -44,5 +44,5 @@ export declare class ColumnMenuSortComponent extends ColumnMenuItemBase {
|
|
|
44
44
|
toggleSort(dir: string): void;
|
|
45
45
|
private get descriptor();
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuSortComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuSortComponent, "kendo-grid-columnmenu-sort", never, {}, {}, never, never,
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuSortComponent, "kendo-grid-columnmenu-sort", never, {}, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -45,5 +45,5 @@ export declare class ColumnMenuStickComponent extends ColumnMenuItemBase {
|
|
|
45
45
|
private toggleHierarchy;
|
|
46
46
|
private get sticky();
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuStickComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuStickComponent, "kendo-grid-columnmenu-stick", never, {}, {}, never, never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuStickComponent, "kendo-grid-columnmenu-stick", never, {}, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -34,5 +34,5 @@ export declare class ColumnMenuTemplateDirective {
|
|
|
34
34
|
templateRef: TemplateRef<any>;
|
|
35
35
|
constructor(templateRef: TemplateRef<any>);
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuTemplateDirective, [{ optional: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoGridColumnMenuTemplate]", never, {}, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnMenuTemplateDirective, "[kendoGridColumnMenuTemplate]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -174,5 +174,5 @@ export declare class ColumnMenuComponent implements AfterViewInit, OnChanges, On
|
|
|
174
174
|
get columnMenuTitle(): string;
|
|
175
175
|
private getExpandedState;
|
|
176
176
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuComponent, [null, null, null, null, null, null, null, { optional: true; }]>;
|
|
177
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-grid-column-menu", never, { "standalone": "standalone"; "column": "column"; "settings": "settings"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "columnMenuTemplate": "columnMenuTemplate"; "tabIndex": "tabIndex"; }, {}, never, never,
|
|
177
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnMenuComponent, "kendo-grid-column-menu", never, { "standalone": "standalone"; "column": "column"; "settings": "settings"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "columnMenuTemplate": "columnMenuTemplate"; "tabIndex": "tabIndex"; }, {}, never, never, true, never>;
|
|
178
178
|
}
|
|
@@ -40,5 +40,5 @@ export declare class ColumnHandleDirective implements OnInit, OnDestroy {
|
|
|
40
40
|
private columnsForLevel;
|
|
41
41
|
private getTableDelta;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnHandleDirective, [{ host: true; }, null, null, null, null, null, null]>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoGridColumnHandle]", never, { "columns": "columns"; "column": "column"; }, {}, never, never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ColumnHandleDirective, "[kendoGridColumnHandle]", never, { "columns": "columns"; "column": "column"; }, {}, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -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, "table", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never,
|
|
32
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableDirective, "table", never, { "locked": "locked"; "virtualColumns": "virtualColumns"; }, {}, never, never, true, never>;
|
|
33
33
|
}
|
|
@@ -29,5 +29,5 @@ export declare class CheckboxColumnComponent extends ColumnBase {
|
|
|
29
29
|
constructor(parent?: ColumnBase, idService?: IdService);
|
|
30
30
|
get templateRef(): TemplateRef<any>;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-grid-checkbox-column", never, { "showSelectAll": "showSelectAll"; }, {}, ["template"], never,
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxColumnComponent, "kendo-grid-checkbox-column", never, { "showSelectAll": "showSelectAll"; }, {}, ["template"], never, true, never>;
|
|
33
33
|
}
|
package/columns/column-base.d.ts
CHANGED
|
@@ -113,7 +113,7 @@ export declare class ColumnBase {
|
|
|
113
113
|
* If you set the `hidden` property, the behavior of `media` is overridden.
|
|
114
114
|
*
|
|
115
115
|
* Accepts the device identifiers that are [available in Bootstrap 4](https://v4-alpha.getbootstrap.com/layout/grid/#grid-options)
|
|
116
|
-
* ([see example](
|
|
116
|
+
* ([see example](slug:styling_responsive_grid)):
|
|
117
117
|
*/
|
|
118
118
|
media: string;
|
|
119
119
|
/**
|
|
@@ -64,5 +64,5 @@ export declare class ColumnGroupComponent extends ColumnBase {
|
|
|
64
64
|
get hasChildren(): boolean;
|
|
65
65
|
private get firstChild();
|
|
66
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnGroupComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
67
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-grid-column-group", never, {}, {}, ["children"], never,
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnGroupComponent, "kendo-grid-column-group", never, {}, {}, ["children"], never, true, never>;
|
|
68
68
|
}
|
|
@@ -95,5 +95,5 @@ export declare class ColumnComponent extends ColumnBase {
|
|
|
95
95
|
get filterMenuTemplateRef(): TemplateRef<any>;
|
|
96
96
|
get displayTitle(): string;
|
|
97
97
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
98
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-grid-column", never, { "field": "field"; "format": "format"; "sortable": "sortable"; "groupable": "groupable"; "editor": "editor"; "filter": "filter"; "filterable": "filterable"; "editable": "editable"; }, {}, ["template", "groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never,
|
|
98
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "kendo-grid-column", never, { "field": "field"; "format": "format"; "sortable": "sortable"; "groupable": "groupable"; "editor": "editor"; "filter": "filter"; "filterable": "filterable"; "editable": "editable"; }, {}, ["template", "groupHeaderTemplate", "groupHeaderColumnTemplate", "groupFooterTemplate", "editTemplate", "filterCellTemplate", "filterMenuTemplate"], never, true, never>;
|
|
99
99
|
}
|
|
@@ -31,5 +31,5 @@ export declare class CommandColumnComponent extends ColumnBase {
|
|
|
31
31
|
constructor(parent?: ColumnBase, idService?: IdService);
|
|
32
32
|
get templateRef(): TemplateRef<any>;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CommandColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CommandColumnComponent, "kendo-grid-command-column", never, {}, {}, ["template"], never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CommandColumnComponent, "kendo-grid-command-column", never, {}, {}, ["template"], never, true, never>;
|
|
35
35
|
}
|
|
@@ -27,5 +27,5 @@ export declare class RowReorderColumnComponent extends ColumnBase {
|
|
|
27
27
|
readonly isRowReorderColumn: boolean;
|
|
28
28
|
constructor(parent?: ColumnBase, idService?: IdService);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<RowReorderColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-grid-rowreorder-column", never, { "dragHandleIcon": "dragHandleIcon"; "dragHandleSVGIcon": "dragHandleSVGIcon"; }, {}, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RowReorderColumnComponent, "kendo-grid-rowreorder-column", never, { "dragHandleIcon": "dragHandleIcon"; "dragHandleSVGIcon": "dragHandleSVGIcon"; }, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -112,5 +112,5 @@ export declare class SpanColumnComponent extends ColumnBase {
|
|
|
112
112
|
get childrenArray(): any[];
|
|
113
113
|
get hasChildren(): boolean;
|
|
114
114
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpanColumnComponent, [{ optional: true; host: true; skipSelf: true; }, { optional: true; }]>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-grid-span-column", never, { "editable": "editable"; "locked": "locked"; }, {}, ["template", "editTemplate", "childColumns"], never,
|
|
115
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpanColumnComponent, "kendo-grid-span-column", never, { "editable": "editable"; "locked": "locked"; }, {}, ["template", "editTemplate", "childColumns"], never, true, never>;
|
|
116
116
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { GridComponent } from "../grid.component";
|
|
6
6
|
/**
|
|
7
|
-
* Arguments for the [`cellClick`](slug:api_grid_gridcomponent#toc-cellclick) event ([see example](
|
|
7
|
+
* Arguments for the [`cellClick`](slug:api_grid_gridcomponent#toc-cellclick) event ([see example](slug:editing_incell_grid)).
|
|
8
8
|
*/
|
|
9
9
|
export interface CellClickEvent {
|
|
10
10
|
/**
|
|
@@ -45,5 +45,5 @@ export declare class GridClipboardDirective implements AfterViewInit, OnDestroy
|
|
|
45
45
|
private onClipboard;
|
|
46
46
|
private inGrid;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridClipboardDirective, never>;
|
|
48
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridClipboardDirective, "[kendoGridClipboard]", ["kendoGridClipboard"], { "clipboardTarget": "clipboardTarget"; "clipboardSettings": "clipboardSettings"; }, { "clipboard": "clipboard"; }, never, never,
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridClipboardDirective, "[kendoGridClipboard]", ["kendoGridClipboard"], { "clipboardTarget": "clipboardTarget"; "clipboardSettings": "clipboardSettings"; }, { "clipboard": "clipboard"; }, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -93,5 +93,5 @@ export declare class DataBindingDirective implements OnInit, OnDestroy, DoCheck,
|
|
|
93
93
|
protected applyState({ skip, take, sort, group, filter }: State): void;
|
|
94
94
|
protected updateGridData(): void;
|
|
95
95
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataBindingDirective, never>;
|
|
96
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoGridBinding]", ["kendoGridBinding"], { "skip": "skip"; "sort": "sort"; "filter": "filter"; "pageSize": "pageSize"; "group": "group"; "data": "kendoGridBinding"; }, {}, never, never,
|
|
96
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DataBindingDirective, "[kendoGridBinding]", ["kendoGridBinding"], { "skip": "skip"; "sort": "sort"; "filter": "filter"; "pageSize": "pageSize"; "group": "group"; "data": "kendoGridBinding"; }, {}, never, never, true, never>;
|
|
97
97
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { DraggableColumnDirective } from "./dragdrop/draggable-column.directive";
|
|
6
|
+
import { DropTargetDirective } from "./dragdrop/drop-target.directive";
|
|
7
|
+
import { ColumnComponent } from './columns/column.component';
|
|
8
|
+
import { SpanColumnComponent } from './columns/span-column.component';
|
|
9
|
+
import { ColumnGroupComponent } from './columns/column-group.component';
|
|
10
|
+
import { FooterTemplateDirective } from './rendering/footer/footer-template.directive';
|
|
11
|
+
import { ColGroupComponent } from './rendering/common/col-group.component';
|
|
12
|
+
import { LoadingComponent } from './rendering/common/loading.component';
|
|
13
|
+
import { ResizableContainerDirective } from './layout/resizable.directive';
|
|
14
|
+
import { DetailTemplateDirective } from './rendering/details/detail-template.directive';
|
|
15
|
+
import { LogicalCellDirective } from './navigation/logical-cell.directive';
|
|
16
|
+
import { LogicalRowDirective } from './navigation/logical-row.directive';
|
|
17
|
+
import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
|
|
18
|
+
import { TableDirective } from "./column-resizing/table.directive";
|
|
19
|
+
import { FocusableDirective } from "./navigation/focusable.directive";
|
|
20
|
+
import { GridTableDirective } from './rendering/grid-table.directive';
|
|
21
|
+
import { GroupHeaderTemplateDirective } from './grouping/group-header-template.directive';
|
|
22
|
+
import { GroupHeaderColumnTemplateDirective } from './grouping/group-header-column-template.directive';
|
|
23
|
+
import { GroupHeaderComponent } from './grouping/group-header.component';
|
|
24
|
+
import { GroupFooterTemplateDirective } from './grouping/group-footer-template.directive';
|
|
25
|
+
import { GroupPanelComponent } from './grouping/group-panel.component';
|
|
26
|
+
import { ContainsFilterOperatorComponent } from './filtering/operators/contains-filter-operator.component';
|
|
27
|
+
import { DoesNotContainFilterOperatorComponent } from './filtering/operators/not-contains-filter-operator.component';
|
|
28
|
+
import { EndsWithFilterOperatorComponent } from './filtering/operators/ends-with-filter-operator.component';
|
|
29
|
+
import { EqualFilterOperatorComponent } from './filtering/operators/eq-filter-operator.component';
|
|
30
|
+
import { IsEmptyFilterOperatorComponent } from './filtering/operators/is-empty-filter-operator.component';
|
|
31
|
+
import { IsNotEmptyFilterOperatorComponent } from './filtering/operators/is-not-empty-filter-operator.component';
|
|
32
|
+
import { IsNotNullFilterOperatorComponent } from './filtering/operators/is-not-null-filter-operator.component';
|
|
33
|
+
import { IsNullFilterOperatorComponent } from './filtering/operators/isnull-filter-operator.component';
|
|
34
|
+
import { NotEqualFilterOperatorComponent } from './filtering/operators/neq-filter-operator.component';
|
|
35
|
+
import { StartsWithFilterOperatorComponent } from './filtering/operators/starts-with-filter-operator.component';
|
|
36
|
+
import { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-operator.component';
|
|
37
|
+
import { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
|
|
38
|
+
import { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
|
|
39
|
+
import { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
|
|
40
|
+
import { AfterFilterOperatorComponent } from './filtering/operators/after-filter-operator.component';
|
|
41
|
+
import { AfterEqFilterOperatorComponent } from './filtering/operators/after-eq-filter-operator.component';
|
|
42
|
+
import { BeforeEqFilterOperatorComponent } from './filtering/operators/before-eq-filter-operator.component';
|
|
43
|
+
import { BeforeFilterOperatorComponent } from './filtering/operators/before-filter-operator.component';
|
|
44
|
+
import { FilterCellOperatorsComponent } from "./filtering/cell/filter-cell-operators.component";
|
|
45
|
+
import { FilterInputDirective } from "./filtering/filter-input.directive";
|
|
46
|
+
import { FilterMenuComponent } from "./filtering/menu/filter-menu.component";
|
|
47
|
+
import { FilterMenuContainerComponent } from "./filtering/menu/filter-menu-container.component";
|
|
48
|
+
import { FilterMenuInputWrapperComponent } from "./filtering/menu/filter-menu-input-wrapper.component";
|
|
49
|
+
import { StringFilterMenuInputComponent } from "./filtering/menu/string-filter-menu-input.component";
|
|
50
|
+
import { StringFilterMenuComponent } from "./filtering/menu/string-filter-menu.component";
|
|
51
|
+
import { FilterMenuTemplateDirective } from "./filtering/menu/filter-menu-template.directive";
|
|
52
|
+
import { NumericFilterMenuComponent } from "./filtering/menu/numeric-filter-menu.component";
|
|
53
|
+
import { NumericFilterMenuInputComponent } from "./filtering/menu/numeric-filter-menu-input.component";
|
|
54
|
+
import { DateFilterMenuInputComponent } from "./filtering/menu/date-filter-menu-input.component";
|
|
55
|
+
import { DateFilterMenuComponent } from "./filtering/menu/date-filter-menu.component";
|
|
56
|
+
import { FilterMenuHostDirective } from "./filtering/menu/filter-menu-host.directive";
|
|
57
|
+
import { BooleanFilterMenuComponent } from "./filtering/menu/boolean-filter-menu.component";
|
|
58
|
+
import { FilterMenuDropDownListDirective } from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
59
|
+
import { BooleanFilterRadioButtonDirective } from "./filtering/menu/filter-radio-button.directive";
|
|
60
|
+
import { AutoCompleteFilterCellComponent } from "./filtering/cell/autocomplete-filter-cell.component";
|
|
61
|
+
import { BooleanFilterCellComponent } from "./filtering/cell/boolean-filter-cell.component";
|
|
62
|
+
import { DateFilterCellComponent } from "./filtering/cell/date-filter-cell.component";
|
|
63
|
+
import { FilterCellHostDirective } from "./filtering/cell/filter-cell-host.directive";
|
|
64
|
+
import { FilterCellTemplateDirective } from "./filtering/cell/filter-cell-template.directive";
|
|
65
|
+
import { FilterCellWrapperComponent } from "./filtering/cell/filter-cell-wrapper.component";
|
|
66
|
+
import { FilterCellComponent } from "./filtering/cell/filter-cell.component";
|
|
67
|
+
import { NumericFilterCellComponent } from "./filtering/cell/numeric-filter-cell.component";
|
|
68
|
+
import { StringFilterCellComponent } from "./filtering/cell/string-filter-cell.component";
|
|
69
|
+
import { FilterRowComponent } from "./filtering/filter-row.component";
|
|
70
|
+
import { TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
71
|
+
import { ColumnMenuChooserItemCheckedDirective } from "./column-menu/column-chooser-item-checked.directive";
|
|
72
|
+
import { ColumnChooserComponent } from "./column-menu/column-chooser.component";
|
|
73
|
+
import { ColumnListComponent } from "./column-menu/column-list.component";
|
|
74
|
+
import { ColumnMenuAutoSizeAllColumnsComponent } from "./column-menu/column-menu-autosize-all.component";
|
|
75
|
+
import { ColumnMenuAutoSizeColumnComponent } from "./column-menu/column-menu-autosize.component";
|
|
76
|
+
import { ColumnMenuChooserComponent } from "./column-menu/column-menu-chooser.component";
|
|
77
|
+
import { ColumnMenuContainerComponent } from "./column-menu/column-menu-container.component";
|
|
78
|
+
import { ColumnMenuFilterComponent } from "./column-menu/column-menu-filter.component";
|
|
79
|
+
import { ColumnMenuItemContentTemplateDirective } from "./column-menu/column-menu-item-content-template.directive";
|
|
80
|
+
import { ColumnMenuItemComponent } from "./column-menu/column-menu-item.component";
|
|
81
|
+
import { ColumnMenuItemDirective } from "./column-menu/column-menu-item.directive";
|
|
82
|
+
import { ColumnMenuLockComponent } from "./column-menu/column-menu-lock.component";
|
|
83
|
+
import { ColumnMenuPositionComponent } from "./column-menu/column-menu-position.component";
|
|
84
|
+
import { ColumnMenuSortComponent } from "./column-menu/column-menu-sort.component";
|
|
85
|
+
import { ColumnMenuStickComponent } from "./column-menu/column-menu-stick.component";
|
|
86
|
+
import { ColumnMenuTemplateDirective } from "./column-menu/column-menu-template.directive";
|
|
87
|
+
import { ColumnMenuComponent } from "./column-menu/column-menu.component";
|
|
88
|
+
import { ExcelComponent } from "./excel/excel.component";
|
|
89
|
+
import { ExcelCommandDirective } from "./excel/excel-command.directive";
|
|
90
|
+
import { PDFComponent } from "./pdf/pdf.component";
|
|
91
|
+
import { PDFMarginComponent } from "./pdf/pdf-margin.component";
|
|
92
|
+
import { PDFCommandDirective } from "./pdf/pdf-command.directive";
|
|
93
|
+
import { PDFTemplateDirective } from "./pdf/pdf-template.directive";
|
|
94
|
+
import { HeaderComponent } from "./rendering/header/header.component";
|
|
95
|
+
import { HeaderTemplateDirective } from "./rendering/header/header-template.directive";
|
|
96
|
+
import { ColumnHandleDirective } from "./column-resizing/column-handle.directive";
|
|
97
|
+
import { SelectAllCheckboxDirective } from "./selection/selectall-checkbox.directive";
|
|
98
|
+
import { FooterComponent } from "./rendering/footer/footer.component";
|
|
99
|
+
import { CommandColumnComponent } from "./columns/command-column.component";
|
|
100
|
+
import { CheckboxColumnComponent } from "./columns/checkbox-column.component";
|
|
101
|
+
import { SelectionCheckboxDirective } from "./selection/selection-checkbox.directive";
|
|
102
|
+
import { CellTemplateDirective } from "./rendering/cell-template.directive";
|
|
103
|
+
import { EditTemplateDirective } from "./editing/edit-template.directive";
|
|
104
|
+
import { TableBodyComponent } from "./rendering/table-body.component";
|
|
105
|
+
import { NoRecordsTemplateDirective } from "./rendering/no-records-template.directive";
|
|
106
|
+
import { CellComponent } from "./rendering/cell.component";
|
|
107
|
+
import { EditCommandDirective } from "./editing/edit-command.directive";
|
|
108
|
+
import { CancelCommandDirective } from "./editing/cancel-command.directive";
|
|
109
|
+
import { SaveCommandDirective } from "./editing/save-command.directive";
|
|
110
|
+
import { RemoveCommandDirective } from "./editing/remove-command.directive";
|
|
111
|
+
import { AddCommandDirective } from "./editing/add-command.directive";
|
|
112
|
+
import { CellLoadingTemplateDirective } from "./rendering/cell-loading.template.directive";
|
|
113
|
+
import { LoadingTemplateDirective } from "./rendering/loading-template.directive";
|
|
114
|
+
import { RowReorderColumnComponent } from "./columns/reorder-column.component";
|
|
115
|
+
import { PagerComponent } from "./pager/pager.component";
|
|
116
|
+
import { PagerPrevButtonsComponent } from "./pager/pager-prev-buttons.component";
|
|
117
|
+
import { PagerNextButtonsComponent } from "./pager/pager-next-buttons.component";
|
|
118
|
+
import { PagerNumericButtonsComponent } from "./pager/pager-numeric-buttons.component";
|
|
119
|
+
import { PagerInputComponent } from "./pager/pager-input.component";
|
|
120
|
+
import { PagerInfoComponent } from "./pager/pager-info.component";
|
|
121
|
+
import { PagerPageSizesComponent } from "./pager/pager-page-sizes.component";
|
|
122
|
+
import { PagerTemplateDirective } from "./pager/pager-template.directive";
|
|
123
|
+
import { PagerDropDownListDirective } from "./pager/pager-dropdown.directive";
|
|
124
|
+
import { PagerInputDirective } from "./pager/pager-input.directive";
|
|
125
|
+
import { GridComponent } from "./grid.component";
|
|
126
|
+
import { ListComponent } from "./rendering/list.component";
|
|
127
|
+
import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
|
|
128
|
+
import { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
|
129
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
|
130
|
+
import { DataBindingDirective } from "./databinding.directive";
|
|
131
|
+
import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
|
|
132
|
+
import { SelectionDirective } from "./selection/selection.directive";
|
|
133
|
+
import { TemplateEditingDirective } from "./editing-directives/template-editing.directive";
|
|
134
|
+
import { ReactiveEditingDirective } from "./editing-directives/reactive-editing.directive";
|
|
135
|
+
import { InCellEditingDirective } from "./editing-directives/in-cell-editing.directive";
|
|
136
|
+
import { ExpandDetailsDirective } from "./rendering/details-expand.directive";
|
|
137
|
+
import { ExpandGroupDirective } from "./rendering/groups-expand.directive";
|
|
138
|
+
import { GroupBindingDirective } from "./grouping/group-scroll-binding.directive";
|
|
139
|
+
import { GridMarqueeDirective } from "./selection/marquee.directive";
|
|
140
|
+
import { GridSpacerComponent } from "./rendering/common/spacer.component";
|
|
141
|
+
import { GridToolbarFocusableDirective } from "./rendering/toolbar/toolbar-focusable.directive";
|
|
142
|
+
import { StatusBarComponent } from "./aggregates/status-bar.component";
|
|
143
|
+
import { StatusBarTemplateDirective } from "./aggregates/status-bar-template.directive";
|
|
144
|
+
import { GridClipboardDirective } from "./common/clipboard.directive";
|
|
145
|
+
/**
|
|
146
|
+
* @hidden
|
|
147
|
+
*
|
|
148
|
+
* Utility array that contains all column dragging components and directives
|
|
149
|
+
*/
|
|
150
|
+
export declare const KENDO_GRID_COLUMN_DRAGANDDROP: readonly [typeof DraggableColumnDirective, typeof DropTargetDirective];
|
|
151
|
+
/**
|
|
152
|
+
* @hidden
|
|
153
|
+
*
|
|
154
|
+
* Utility array that contains the former Shared module exports
|
|
155
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective];
|
|
157
|
+
/**
|
|
158
|
+
* @hidden
|
|
159
|
+
*
|
|
160
|
+
* Utility array that contains the former Group module exports
|
|
161
|
+
*/
|
|
162
|
+
export declare const KENDO_GRID_GROUP_EXPORTS: readonly [typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent];
|
|
163
|
+
/**
|
|
164
|
+
* @hidden
|
|
165
|
+
*
|
|
166
|
+
* Utility array that contains the filter operator components
|
|
167
|
+
*/
|
|
168
|
+
export declare const KENDO_GRID_FILTER_OPERATORS: readonly [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];
|
|
169
|
+
/**
|
|
170
|
+
* @hidden
|
|
171
|
+
*
|
|
172
|
+
* Utility array that contains the former SharedFilterModule exports
|
|
173
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective, 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
|
+
/**
|
|
176
|
+
* @hidden
|
|
177
|
+
*
|
|
178
|
+
* Utility array that contains the former FilterMenuModule declarations
|
|
179
|
+
*/
|
|
180
|
+
export declare const KENDO_GRID_FILTER_MENU_EXPORTS: readonly [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];
|
|
181
|
+
/**
|
|
182
|
+
* @hidden
|
|
183
|
+
*
|
|
184
|
+
* Utility array that contains the former FilterMenuModule exports
|
|
185
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective, 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
|
+
/**
|
|
188
|
+
* @hidden
|
|
189
|
+
*
|
|
190
|
+
* Utility array that contains the former RowFilterModule declarations
|
|
191
|
+
*/
|
|
192
|
+
export declare const KENDO_GRID_FILTER_ROW_EXPORTS: readonly [typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent];
|
|
193
|
+
/**
|
|
194
|
+
* @hidden
|
|
195
|
+
*
|
|
196
|
+
* Utility array that contains the former RowFilterModule exports
|
|
197
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective, 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
|
+
/**
|
|
200
|
+
* @hidden
|
|
201
|
+
*
|
|
202
|
+
* Utility array that contains the former ColumnMenu module declarations
|
|
203
|
+
*/
|
|
204
|
+
export declare const KENDO_GRID_COLUMN_MENU_DECLARATIONS: readonly [typeof ColumnMenuChooserItemCheckedDirective, typeof ColumnListComponent, typeof ColumnChooserComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent];
|
|
205
|
+
/**
|
|
206
|
+
* @hidden
|
|
207
|
+
*
|
|
208
|
+
* Utility array that contains the former ColumnMenu module exports
|
|
209
|
+
*/
|
|
210
|
+
export declare const KENDO_GRID_COLUMN_MENU_EXPORTS: readonly [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];
|
|
211
|
+
/**
|
|
212
|
+
* @hidden
|
|
213
|
+
*/
|
|
214
|
+
export declare const KENDO_GRID_HEADER_EXPORTS: readonly [typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective];
|
|
215
|
+
/**
|
|
216
|
+
* @hidden
|
|
217
|
+
*
|
|
218
|
+
* Utility array that contains the Footer module exports
|
|
219
|
+
*/
|
|
220
|
+
export declare const KENDO_GRID_FOOTER_EXPORTS: readonly [typeof FooterComponent];
|
|
221
|
+
/**
|
|
222
|
+
* @hidden
|
|
223
|
+
*
|
|
224
|
+
* Utility array that contains the Body module exports
|
|
225
|
+
*/
|
|
226
|
+
export declare const KENDO_GRID_BODY_EXPORTS: readonly [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];
|
|
227
|
+
/**
|
|
228
|
+
* @hidden
|
|
229
|
+
*
|
|
230
|
+
* Utility array that contains the Pager module exports
|
|
231
|
+
*/
|
|
232
|
+
export declare const KENDO_GRID_PAGER_EXPORTS: readonly [typeof PagerComponent, typeof PagerPrevButtonsComponent, typeof PagerNextButtonsComponent, typeof PagerNumericButtonsComponent, typeof PagerInputComponent, typeof PagerInfoComponent, typeof PagerPageSizesComponent, typeof PagerTemplateDirective, typeof PagerDropDownListDirective, typeof PagerInputDirective];
|
|
233
|
+
/**
|
|
234
|
+
* @hidden
|
|
235
|
+
*
|
|
236
|
+
* Utility array that contains the Grid module declarations
|
|
237
|
+
*/
|
|
238
|
+
export declare const KENDO_GRID_DECLARATIONS: readonly [typeof GridComponent, typeof ListComponent, typeof ToolbarComponent, typeof LocalizedMessagesDirective, typeof CustomMessagesComponent, typeof DataBindingDirective, typeof ToolbarTemplateDirective, typeof SelectionDirective, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GroupBindingDirective, typeof GridMarqueeDirective, typeof GridSpacerComponent, typeof GridToolbarFocusableDirective, typeof StatusBarComponent, typeof StatusBarTemplateDirective, typeof GridClipboardDirective];
|
|
239
|
+
/**
|
|
240
|
+
* @hidden
|
|
241
|
+
*
|
|
242
|
+
* Utility array that contains the Grid module exports
|
|
243
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective, 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
|
+
/**
|
|
246
|
+
* @hidden
|
|
247
|
+
*
|
|
248
|
+
* Utility array that contains the ExcelExport module exports
|
|
249
|
+
*/
|
|
250
|
+
export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof import("@progress/kendo-angular-excel-export").ExcelExportComponent, typeof import("@progress/kendo-angular-excel-export").ColumnComponent, typeof import("@progress/kendo-angular-excel-export").ColumnGroupComponent, typeof import("@progress/kendo-angular-excel-export").FooterTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupFooterTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupHeaderColumnTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupHeaderTemplateDirective];
|
|
251
|
+
/**
|
|
252
|
+
* @hidden
|
|
253
|
+
*
|
|
254
|
+
* Utility array that contains the PDFModule declarations and exports
|
|
255
|
+
*/
|
|
256
|
+
export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective];
|
|
257
|
+
/**
|
|
258
|
+
* Utility array that contains all `Grid` related components and directives
|
|
259
|
+
*/
|
|
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 TableDirective, typeof LoadingComponent, typeof GridTableDirective, typeof import("@progress/kendo-angular-common").DraggableDirective, 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 import("@progress/kendo-angular-excel-export").ExcelExportComponent, typeof import("@progress/kendo-angular-excel-export").ColumnComponent, typeof import("@progress/kendo-angular-excel-export").ColumnGroupComponent, typeof import("@progress/kendo-angular-excel-export").FooterTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupFooterTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupHeaderColumnTemplateDirective, typeof import("@progress/kendo-angular-excel-export").GroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective];
|
|
@@ -36,5 +36,5 @@ export declare class DraggableColumnDirective implements OnInit, OnDestroy {
|
|
|
36
36
|
private elementUnderCursor;
|
|
37
37
|
private updateTouchAction;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DraggableColumnDirective, [{ host: true; }, null, null, null, null, null, null, null]>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableColumnDirective, "[kendoDraggableColumn]", never, { "context": "context"; "enableDrag": "enableDrag"; }, { "drag": "drag"; }, never, never,
|
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DraggableColumnDirective, "[kendoDraggableColumn]", never, { "context": "context"; "enableDrag": "enableDrag"; }, { "drag": "drag"; }, never, never, true, never>;
|
|
40
40
|
}
|
|
@@ -22,5 +22,5 @@ export declare class DropTargetDirective implements OnInit, OnDestroy {
|
|
|
22
22
|
ngOnDestroy(): void;
|
|
23
23
|
private eventArgs;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<DropTargetDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "context": "context"; }, { "enter": "enter"; "leave": "leave"; "drop": "drop"; }, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DropTargetDirective, "[kendoDropTarget]", never, { "context": "context"; }, { "enter": "enter"; "leave": "leave"; "drop": "drop"; }, never, never, true, never>;
|
|
26
26
|
}
|