@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- 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 +475 -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 +11 -9
- 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 -79
- 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 +23472 -23457
- package/fesm2020/progress-kendo-angular-grid.mjs +22566 -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
|
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends GridMessages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoGridLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoGridLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -66,5 +66,5 @@ export declare class FocusableDirective implements FocusableElement, AfterViewIn
|
|
|
66
66
|
*/
|
|
67
67
|
registerElement(element: FocusableElement): void;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, [{ optional: true; skipSelf: true; }, null, null, null]>;
|
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoGridFocusable], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridCancelCommand], [kendoGridSelectionCheckbox] ", never, { "enabled": "kendoGridFocusable"; }, {}, never, never,
|
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoGridFocusable], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridCancelCommand], [kendoGridSelectionCheckbox] ", never, { "enabled": "kendoGridFocusable"; }, {}, never, never, true, never>;
|
|
70
70
|
}
|
|
@@ -51,5 +51,5 @@ export declare class LogicalCellDirective implements LogicalCell, OnInit, OnChan
|
|
|
51
51
|
private isFocusable;
|
|
52
52
|
private isFocused;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogicalCellDirective, [null, null, null, null, null, null, null, { optional: true; }]>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoGridLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "groupItem": "groupItem"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "detailExpandCell": "detailExpandCell"; "headerLabelText": "headerLabelText"; }, {}, never, never,
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoGridLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "groupItem": "groupItem"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "detailExpandCell": "detailExpandCell"; "headerLabelText": "headerLabelText"; }, {}, never, never, true, never>;
|
|
55
55
|
}
|
|
@@ -32,5 +32,5 @@ export declare class LogicalRowDirective implements LogicalRow, OnDestroy, OnCha
|
|
|
32
32
|
ngOnDestroy(): void;
|
|
33
33
|
private get columnsArray();
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogicalRowDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoGridLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "totalColumns": "totalColumns"; }, {}, never, never,
|
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoGridLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "totalColumns": "totalColumns"; }, {}, never, never, true, never>;
|
|
36
36
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-grid",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -33,25 +33,25 @@
|
|
|
33
33
|
"@progress/kendo-data-query": "^1.0.0",
|
|
34
34
|
"@progress/kendo-drawing": "^1.19.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
36
|
-
"@progress/kendo-angular-buttons": "16.
|
|
37
|
-
"@progress/kendo-angular-common": "16.
|
|
38
|
-
"@progress/kendo-angular-dateinputs": "16.
|
|
39
|
-
"@progress/kendo-angular-layout": "16.
|
|
40
|
-
"@progress/kendo-angular-dropdowns": "16.
|
|
41
|
-
"@progress/kendo-angular-excel-export": "16.
|
|
42
|
-
"@progress/kendo-angular-icons": "16.
|
|
43
|
-
"@progress/kendo-angular-inputs": "16.
|
|
44
|
-
"@progress/kendo-angular-intl": "16.
|
|
45
|
-
"@progress/kendo-angular-l10n": "16.
|
|
46
|
-
"@progress/kendo-angular-label": "16.
|
|
47
|
-
"@progress/kendo-angular-pdf-export": "16.
|
|
48
|
-
"@progress/kendo-angular-popup": "16.
|
|
49
|
-
"@progress/kendo-angular-utils": "16.
|
|
36
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.10",
|
|
37
|
+
"@progress/kendo-angular-common": "16.6.0-develop.10",
|
|
38
|
+
"@progress/kendo-angular-dateinputs": "16.6.0-develop.10",
|
|
39
|
+
"@progress/kendo-angular-layout": "16.6.0-develop.10",
|
|
40
|
+
"@progress/kendo-angular-dropdowns": "16.6.0-develop.10",
|
|
41
|
+
"@progress/kendo-angular-excel-export": "16.6.0-develop.10",
|
|
42
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.10",
|
|
43
|
+
"@progress/kendo-angular-inputs": "16.6.0-develop.10",
|
|
44
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.10",
|
|
45
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.10",
|
|
46
|
+
"@progress/kendo-angular-label": "16.6.0-develop.10",
|
|
47
|
+
"@progress/kendo-angular-pdf-export": "16.6.0-develop.10",
|
|
48
|
+
"@progress/kendo-angular-popup": "16.6.0-develop.10",
|
|
49
|
+
"@progress/kendo-angular-utils": "16.6.0-develop.10",
|
|
50
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"tslib": "^2.3.1",
|
|
54
|
-
"@progress/kendo-angular-schematics": "16.
|
|
54
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.10",
|
|
55
55
|
"@progress/kendo-common": "^0.2.0",
|
|
56
56
|
"@progress/kendo-file-saver": "^1.0.0"
|
|
57
57
|
},
|
|
@@ -14,5 +14,5 @@ export declare class PagerDropDownListDirective {
|
|
|
14
14
|
ngOnDestroy(): void;
|
|
15
15
|
private keydownHandler;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerDropDownListDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerDropDownListDirective, "[kendoGridPagerDropDown]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerDropDownListDirective, "[kendoGridPagerDropDown]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -39,5 +39,5 @@ export declare class PagerInfoComponent extends PagerElementComponent {
|
|
|
39
39
|
constructor(ctx: ContextService, cd: ChangeDetectorRef, pagerContext: PagerContextService);
|
|
40
40
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
41
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerInfoComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInfoComponent, "kendo-pager-info", never, {}, {}, never, never,
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInfoComponent, "kendo-pager-info", never, {}, {}, never, never, true, never>;
|
|
43
43
|
}
|
|
@@ -41,5 +41,5 @@ export declare class PagerInputComponent extends PagerElementComponent {
|
|
|
41
41
|
get hasPages(): boolean;
|
|
42
42
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerInputComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInputComponent, "kendo-pager-input", never, {}, {}, never, never,
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInputComponent, "kendo-pager-input", never, {}, {}, never, never, true, never>;
|
|
45
45
|
}
|
|
@@ -14,5 +14,5 @@ export declare class PagerInputDirective {
|
|
|
14
14
|
constructor(host: NumericTextBoxComponent, renderer: Renderer2);
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerInputDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerInputDirective, "[kendoGridPagerInput]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerInputDirective, "[kendoGridPagerInput]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -24,5 +24,5 @@ export declare class PagerNextButtonsComponent extends PagerElementComponent {
|
|
|
24
24
|
constructor(ctx: ContextService, pagerContext: PagerContextService, cd: ChangeDetectorRef, navigationService: NavigationService);
|
|
25
25
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerNextButtonsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNextButtonsComponent, "kendo-pager-next-buttons", never, {}, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNextButtonsComponent, "kendo-pager-next-buttons", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -48,5 +48,5 @@ export declare class PagerNumericButtonsComponent extends PagerElementComponent
|
|
|
48
48
|
onSelectChange(e: Event): void;
|
|
49
49
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerNumericButtonsComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNumericButtonsComponent, "kendo-pager-numeric-buttons", never, { "buttonCount": "buttonCount"; }, {}, never, never,
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNumericButtonsComponent, "kendo-pager-numeric-buttons", never, { "buttonCount": "buttonCount"; }, {}, never, never, true, never>;
|
|
52
52
|
}
|
|
@@ -17,7 +17,7 @@ export declare class PagerPageSizesComponent extends PagerElementComponent {
|
|
|
17
17
|
navigationService: NavigationService;
|
|
18
18
|
/**
|
|
19
19
|
* The page sizes collection. Can be an Array of numbers and/or [`PageSizeItem`](slug:api_grid_pagesizeitem) objects
|
|
20
|
-
* ([see example](
|
|
20
|
+
* ([see example](slug:pager_template_grid))
|
|
21
21
|
*/
|
|
22
22
|
set pageSizes(pageSizes: Array<PageSizeItem | number>);
|
|
23
23
|
get pageSizes(): Array<PageSizeItem | number>;
|
|
@@ -45,5 +45,5 @@ export declare class PagerPageSizesComponent extends PagerElementComponent {
|
|
|
45
45
|
getValue(page: PageSizeItem): number;
|
|
46
46
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerPageSizesComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPageSizesComponent, "kendo-pager-page-sizes", never, { "pageSizes": "pageSizes"; }, {}, never, never,
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPageSizesComponent, "kendo-pager-page-sizes", never, { "pageSizes": "pageSizes"; }, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -24,5 +24,5 @@ export declare class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
|
24
24
|
get disabled(): boolean;
|
|
25
25
|
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerPrevButtonsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPrevButtonsComponent, "kendo-pager-prev-buttons", never, {}, {}, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPrevButtonsComponent, "kendo-pager-prev-buttons", never, {}, {}, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -61,12 +61,12 @@ export interface PagerSettings {
|
|
|
61
61
|
previousNext?: boolean;
|
|
62
62
|
/**
|
|
63
63
|
* Toggles the built-in responsive behavior of the Pager.
|
|
64
|
-
* Available in version `5.0.0` and above ([see example](
|
|
64
|
+
* Available in version `5.0.0` and above ([see example](slug:paging_grid_settings)).
|
|
65
65
|
*/
|
|
66
66
|
responsive?: boolean;
|
|
67
67
|
/**
|
|
68
68
|
* Defines the Pager position relative to the Grid data table.
|
|
69
|
-
* The possible values are 'top', 'bottom', and 'both' ([see example](
|
|
69
|
+
* The possible values are 'top', 'bottom', and 'both' ([see example](slug:paging_grid_settings)).
|
|
70
70
|
*/
|
|
71
71
|
position?: PagerPosition;
|
|
72
72
|
}
|
|
@@ -34,5 +34,5 @@ export declare class PagerTemplateDirective {
|
|
|
34
34
|
templateRef: TemplateRef<any>;
|
|
35
35
|
constructor(templateRef: TemplateRef<any>);
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerTemplateDirective, [{ optional: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerTemplateDirective, "[kendoPagerTemplate]", never, {}, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerTemplateDirective, "[kendoPagerTemplate]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -76,5 +76,5 @@ export declare class PagerComponent implements OnChanges, OnInit, OnDestroy {
|
|
|
76
76
|
private updateCellContext;
|
|
77
77
|
private clearResponsiveStyling;
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, [null, null, null, null, null, null, { optional: true; }, null, null]>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "kendo-pager", never, { "total": "total"; "skip": "skip"; "pageSize": "pageSize"; "options": "options"; "size": "size"; "template": "template"; }, { "pageChange": "pageChange"; }, never, never,
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "kendo-pager", never, { "total": "total"; "skip": "skip"; "pageSize": "pageSize"; "options": "options"; "size": "size"; "template": "template"; }, { "pageChange": "pageChange"; }, never, never, true, never>;
|
|
80
80
|
}
|
package/pager/pager.module.d.ts
CHANGED
|
@@ -3,29 +3,36 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "
|
|
8
|
-
import * as i3 from "
|
|
9
|
-
import * as i4 from "
|
|
10
|
-
import * as i5 from "
|
|
11
|
-
import * as i6 from "
|
|
12
|
-
import * as i7 from "
|
|
13
|
-
import * as i8 from "
|
|
14
|
-
import * as i9 from "
|
|
15
|
-
import * as i10 from "
|
|
16
|
-
import * as i11 from "
|
|
17
|
-
import * as i12 from "
|
|
18
|
-
import * as i13 from "
|
|
19
|
-
import * as i14 from "
|
|
20
|
-
import * as i15 from "
|
|
21
|
-
import * as i16 from "
|
|
22
|
-
import * as i17 from "
|
|
6
|
+
import * as i1 from "../columns/column.component";
|
|
7
|
+
import * as i2 from "../columns/column-group.component";
|
|
8
|
+
import * as i3 from "../navigation/logical-cell.directive";
|
|
9
|
+
import * as i4 from "../navigation/logical-row.directive";
|
|
10
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
11
|
+
import * as i6 from "../rendering/footer/footer-template.directive";
|
|
12
|
+
import * as i7 from "../rendering/common/col-group.component";
|
|
13
|
+
import * as i8 from "../layout/resizable.directive";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
15
|
+
import * as i10 from "../rendering/common/field-accessor.pipe";
|
|
16
|
+
import * as i11 from "../rendering/details/detail-template.directive";
|
|
17
|
+
import * as i12 from "../columns/span-column.component";
|
|
18
|
+
import * as i13 from "../column-resizing/table.directive";
|
|
19
|
+
import * as i14 from "../rendering/common/loading.component";
|
|
20
|
+
import * as i15 from "../rendering/grid-table.directive";
|
|
21
|
+
import * as i16 from "./pager.component";
|
|
22
|
+
import * as i17 from "./pager-prev-buttons.component";
|
|
23
|
+
import * as i18 from "./pager-next-buttons.component";
|
|
24
|
+
import * as i19 from "./pager-numeric-buttons.component";
|
|
25
|
+
import * as i20 from "./pager-input.component";
|
|
26
|
+
import * as i21 from "./pager-info.component";
|
|
27
|
+
import * as i22 from "./pager-page-sizes.component";
|
|
28
|
+
import * as i23 from "./pager-template.directive";
|
|
29
|
+
import * as i24 from "./pager-dropdown.directive";
|
|
30
|
+
import * as i25 from "./pager-input.directive";
|
|
23
31
|
/**
|
|
24
32
|
* @hidden
|
|
25
33
|
*/
|
|
26
34
|
export declare class PagerModule {
|
|
27
|
-
static exports(): any[];
|
|
28
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<PagerModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, [typeof i1.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PagerModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i16.PagerComponent, typeof i17.PagerPrevButtonsComponent, typeof i18.PagerNextButtonsComponent, typeof i19.PagerNumericButtonsComponent, typeof i20.PagerInputComponent, typeof i21.PagerInfoComponent, typeof i22.PagerPageSizesComponent, typeof i23.PagerTemplateDirective, typeof i24.PagerDropDownListDirective, typeof i25.PagerInputDirective], [typeof i16.PagerComponent, typeof i17.PagerPrevButtonsComponent, typeof i18.PagerNextButtonsComponent, typeof i19.PagerNumericButtonsComponent, typeof i20.PagerInputComponent, typeof i21.PagerInfoComponent, typeof i22.PagerPageSizesComponent, typeof i23.PagerTemplateDirective, typeof i24.PagerDropDownListDirective, typeof i25.PagerInputDirective]>;
|
|
30
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<PagerModule>;
|
|
31
38
|
}
|
|
@@ -38,5 +38,5 @@ export declare class PDFCommandDirective extends Button {
|
|
|
38
38
|
get pdfClass(): boolean;
|
|
39
39
|
constructor(pdfService: PDFService, element: ElementRef, renderer: Renderer, ctx: ContextService, ngZone: NgZone);
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDFCommandDirective, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDFCommandDirective, "[kendoGridPDFCommand]", never, {}, {}, never, ["*"],
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDFCommandDirective, "[kendoGridPDFCommand]", never, {}, {}, never, ["*"], true, never>;
|
|
42
42
|
}
|
|
@@ -15,5 +15,5 @@ import * as i0 from "@angular/core";
|
|
|
15
15
|
*/
|
|
16
16
|
export declare class PDFMarginComponent extends PDFExportMarginComponent {
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDFMarginComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDFMarginComponent, "kendo-grid-pdf-margin", never, {}, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDFMarginComponent, "kendo-grid-pdf-margin", never, {}, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -28,5 +28,5 @@ import * as i0 from "@angular/core";
|
|
|
28
28
|
export declare class PDFTemplateDirective extends PDFExportTemplateDirective {
|
|
29
29
|
constructor(templateRef: TemplateRef<any>);
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDFTemplateDirective, [{ optional: true; }]>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PDFTemplateDirective, "[kendoGridPDFTemplate]", never, {}, {}, never, never,
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PDFTemplateDirective, "[kendoGridPDFTemplate]", never, {}, {}, never, never, true, never>;
|
|
32
32
|
}
|
package/pdf/pdf.component.d.ts
CHANGED
|
@@ -79,5 +79,5 @@ export declare class PDFComponent extends PDFExportComponent implements OnDestro
|
|
|
79
79
|
protected reset(): void;
|
|
80
80
|
protected onStable(callback: () => void): void;
|
|
81
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDFComponent, [null, null, null, null, { optional: true; }]>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PDFComponent, "kendo-grid-pdf", never, { "allPages": "allPages"; "delay": "delay"; }, {}, ["marginComponent", "pageTemplateDirective", "columns"], never,
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PDFComponent, "kendo-grid-pdf", never, { "allPages": "allPages"; "delay": "delay"; }, {}, ["marginComponent", "pageTemplateDirective", "columns"], never, true, never>;
|
|
83
83
|
}
|
package/pdf/pdf.module.d.ts
CHANGED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "./pdf
|
|
8
|
-
import * as i3 from "./pdf-
|
|
9
|
-
import * as i4 from "./pdf-
|
|
10
|
-
import * as i5 from "
|
|
6
|
+
import * as i1 from "@progress/kendo-angular-icons";
|
|
7
|
+
import * as i2 from "./pdf.component";
|
|
8
|
+
import * as i3 from "./pdf-margin.component";
|
|
9
|
+
import * as i4 from "./pdf-command.directive";
|
|
10
|
+
import * as i5 from "./pdf-template.directive";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
13
|
* definition for the Grid PDF component.
|
|
@@ -32,6 +32,6 @@ import * as i5 from "@progress/kendo-angular-icons";
|
|
|
32
32
|
*/
|
|
33
33
|
export declare class PDFModule {
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<PDFModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, [typeof i1.
|
|
35
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PDFModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.PDFComponent, typeof i3.PDFMarginComponent, typeof i4.PDFCommandDirective, typeof i5.PDFTemplateDirective], [typeof i2.PDFComponent, typeof i3.PDFMarginComponent, typeof i4.PDFCommandDirective, typeof i5.PDFTemplateDirective]>;
|
|
36
36
|
static ɵinj: i0.ɵɵInjectorDeclaration<PDFModule>;
|
|
37
37
|
}
|
|
@@ -3,35 +3,49 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "../columns/
|
|
7
|
-
import * as i2 from "../columns/
|
|
8
|
-
import * as i3 from "../
|
|
9
|
-
import * as i4 from "
|
|
10
|
-
import * as i5 from "../
|
|
11
|
-
import * as i6 from "./
|
|
12
|
-
import * as i7 from "./
|
|
13
|
-
import * as i8 from "
|
|
14
|
-
import * as i9 from "
|
|
15
|
-
import * as i10 from "
|
|
16
|
-
import * as i11 from "
|
|
17
|
-
import * as i12 from "../
|
|
18
|
-
import * as i13 from "../
|
|
19
|
-
import * as i14 from "./
|
|
20
|
-
import * as i15 from "./
|
|
21
|
-
import * as i16 from "../
|
|
22
|
-
import * as i17 from "
|
|
23
|
-
import * as i18 from "
|
|
24
|
-
import * as i19 from "../
|
|
25
|
-
import * as i20 from "../grouping/group.
|
|
26
|
-
import * as i21 from "
|
|
27
|
-
import * as i22 from "
|
|
28
|
-
import * as i23 from "
|
|
6
|
+
import * as i1 from "../columns/column.component";
|
|
7
|
+
import * as i2 from "../columns/column-group.component";
|
|
8
|
+
import * as i3 from "../navigation/logical-cell.directive";
|
|
9
|
+
import * as i4 from "../navigation/logical-row.directive";
|
|
10
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
11
|
+
import * as i6 from "./footer/footer-template.directive";
|
|
12
|
+
import * as i7 from "./common/col-group.component";
|
|
13
|
+
import * as i8 from "../layout/resizable.directive";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
15
|
+
import * as i10 from "./common/field-accessor.pipe";
|
|
16
|
+
import * as i11 from "./details/detail-template.directive";
|
|
17
|
+
import * as i12 from "../columns/span-column.component";
|
|
18
|
+
import * as i13 from "../column-resizing/table.directive";
|
|
19
|
+
import * as i14 from "./common/loading.component";
|
|
20
|
+
import * as i15 from "./grid-table.directive";
|
|
21
|
+
import * as i16 from "../grouping/group-header-template.directive";
|
|
22
|
+
import * as i17 from "../grouping/group-header-column-template.directive";
|
|
23
|
+
import * as i18 from "../grouping/group-footer-template.directive";
|
|
24
|
+
import * as i19 from "../grouping/group-header.component";
|
|
25
|
+
import * as i20 from "../grouping/group-panel.component";
|
|
26
|
+
import * as i21 from "../columns/command-column.component";
|
|
27
|
+
import * as i22 from "../columns/checkbox-column.component";
|
|
28
|
+
import * as i23 from "../selection/selection-checkbox.directive";
|
|
29
|
+
import * as i24 from "./cell-template.directive";
|
|
30
|
+
import * as i25 from "../editing/edit-template.directive";
|
|
31
|
+
import * as i26 from "./table-body.component";
|
|
32
|
+
import * as i27 from "./no-records-template.directive";
|
|
33
|
+
import * as i28 from "./cell.component";
|
|
34
|
+
import * as i29 from "../editing/edit-command.directive";
|
|
35
|
+
import * as i30 from "../editing/cancel-command.directive";
|
|
36
|
+
import * as i31 from "../editing/save-command.directive";
|
|
37
|
+
import * as i32 from "../editing/remove-command.directive";
|
|
38
|
+
import * as i33 from "../editing/add-command.directive";
|
|
39
|
+
import * as i34 from "./cell-loading.template.directive";
|
|
40
|
+
import * as i35 from "./loading-template.directive";
|
|
41
|
+
import * as i36 from "../columns/reorder-column.component";
|
|
29
42
|
/**
|
|
30
43
|
* @hidden
|
|
44
|
+
*
|
|
45
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
31
46
|
*/
|
|
32
47
|
export declare class BodyModule {
|
|
33
|
-
static exports(): any[];
|
|
34
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<BodyModule, never>;
|
|
35
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, [typeof i1.
|
|
49
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BodyModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i16.GroupHeaderTemplateDirective, typeof i17.GroupHeaderColumnTemplateDirective, typeof i18.GroupFooterTemplateDirective, typeof i19.GroupHeaderComponent, typeof i20.GroupPanelComponent, typeof i21.CommandColumnComponent, typeof i22.CheckboxColumnComponent, typeof i23.SelectionCheckboxDirective, typeof i24.CellTemplateDirective, typeof i25.EditTemplateDirective, typeof i26.TableBodyComponent, typeof i27.NoRecordsTemplateDirective, typeof i28.CellComponent, typeof i29.EditCommandDirective, typeof i30.CancelCommandDirective, typeof i31.SaveCommandDirective, typeof i32.RemoveCommandDirective, typeof i33.AddCommandDirective, typeof i34.CellLoadingTemplateDirective, typeof i35.LoadingTemplateDirective, typeof i36.RowReorderColumnComponent], [typeof i21.CommandColumnComponent, typeof i22.CheckboxColumnComponent, typeof i23.SelectionCheckboxDirective, typeof i24.CellTemplateDirective, typeof i25.EditTemplateDirective, typeof i26.TableBodyComponent, typeof i27.NoRecordsTemplateDirective, typeof i28.CellComponent, typeof i29.EditCommandDirective, typeof i30.CancelCommandDirective, typeof i31.SaveCommandDirective, typeof i32.RemoveCommandDirective, typeof i33.AddCommandDirective, typeof i34.CellLoadingTemplateDirective, typeof i35.LoadingTemplateDirective, typeof i36.RowReorderColumnComponent]>;
|
|
36
50
|
static ɵinj: i0.ɵɵInjectorDeclaration<BodyModule>;
|
|
37
51
|
}
|
|
@@ -27,5 +27,5 @@ export declare class CellLoadingTemplateDirective {
|
|
|
27
27
|
templateRef: TemplateRef<any>;
|
|
28
28
|
constructor(templateRef: TemplateRef<any>);
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellLoadingTemplateDirective, [{ optional: true; }]>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellLoadingTemplateDirective, "[kendoGridCellLoadingTemplate]", never, {}, {}, never, never,
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CellLoadingTemplateDirective, "[kendoGridCellLoadingTemplate]", never, {}, {}, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -30,5 +30,5 @@ export declare class CellTemplateDirective {
|
|
|
30
30
|
templateRef: TemplateRef<any>;
|
|
31
31
|
constructor(templateRef: TemplateRef<any>);
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoGridCellTemplate]", never, {}, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CellTemplateDirective, "[kendoGridCellTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -58,5 +58,5 @@ export declare class CellComponent implements DoCheck {
|
|
|
58
58
|
private updateCellContext;
|
|
59
59
|
private updateTemplateContext;
|
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<CellComponent, [null, null, null, { optional: true; }]>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "[kendoGridCell]", never, { "column": "column"; "columnIndex": "columnIndex"; "isNew": "isNew"; "isLoading": "isLoading"; "isVirtual": "isVirtual"; "loadingTemplate": "loadingTemplate"; "rowIndex": "rowIndex"; "dataItem": "dataItem"; }, {}, never, never,
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CellComponent, "[kendoGridCell]", never, { "column": "column"; "columnIndex": "columnIndex"; "isNew": "isNew"; "isLoading": "isLoading"; "isVirtual": "isVirtual"; "loadingTemplate": "loadingTemplate"; "rowIndex": "rowIndex"; "dataItem": "dataItem"; }, {}, never, never, true, never>;
|
|
62
62
|
}
|
|
@@ -22,5 +22,5 @@ export declare class ColGroupComponent {
|
|
|
22
22
|
private isSortable;
|
|
23
23
|
private sortDescriptor;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColGroupComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColGroupComponent, "[kendoGridColGroup]", never, { "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "sort": "sort"; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColGroupComponent, "[kendoGridColGroup]", never, { "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "sort": "sort"; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -14,5 +14,5 @@ export declare class FieldAccessorPipe implements PipeTransform {
|
|
|
14
14
|
transform(dataItem: any, fieldName: string, format?: any): any;
|
|
15
15
|
private formatValue;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<FieldAccessorPipe, never>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FieldAccessorPipe, "valueOf",
|
|
17
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FieldAccessorPipe, "valueOf", true>;
|
|
18
18
|
}
|
|
@@ -15,5 +15,5 @@ export declare class LoadingComponent {
|
|
|
15
15
|
get loadingText(): string;
|
|
16
16
|
constructor(ctx: ContextService);
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoGridLoading]", never, { "loadingTemplate": "loadingTemplate"; }, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoadingComponent, "[kendoGridLoading]", never, { "loadingTemplate": "loadingTemplate"; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -22,5 +22,5 @@ export declare class GridSpacerComponent {
|
|
|
22
22
|
*/
|
|
23
23
|
width: string;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridSpacerComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridSpacerComponent, "kendo-grid-spacer, kendo-pager-spacer", never, { "width": "width"; }, {}, never, never,
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridSpacerComponent, "kendo-grid-spacer, kendo-pager-spacer", never, { "width": "width"; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -42,5 +42,5 @@ export declare class DetailTemplateDirective {
|
|
|
42
42
|
constructor(templateRef: TemplateRef<any>);
|
|
43
43
|
private _condition;
|
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailTemplateDirective, [{ optional: true; }]>;
|
|
45
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailTemplateDirective, "[kendoGridDetailTemplate]", never, { "showIf": "kendoGridDetailTemplateShowIf"; }, {}, never, never,
|
|
45
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DetailTemplateDirective, "[kendoGridDetailTemplate]", never, { "showIf": "kendoGridDetailTemplateShowIf"; }, {}, never, never, true, never>;
|
|
46
46
|
}
|
|
@@ -54,5 +54,5 @@ export declare class ExpandDetailsDirective implements OnChanges, OnDestroy {
|
|
|
54
54
|
private toggleState;
|
|
55
55
|
private notifyChange;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandDetailsDirective, never>;
|
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandDetailsDirective, "[kendoGridExpandDetailsBy]", ["kendoGridExpandDetailsBy"], { "expandDetailsKey": "kendoGridExpandDetailsBy"; "expandDetailBy": "expandDetailBy"; "expandedDetailKeys": "expandedDetailKeys"; "initiallyExpanded": "initiallyExpanded"; }, { "expandedDetailKeysChange": "expandedDetailKeysChange"; }, never, never,
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandDetailsDirective, "[kendoGridExpandDetailsBy]", ["kendoGridExpandDetailsBy"], { "expandDetailsKey": "kendoGridExpandDetailsBy"; "expandDetailBy": "expandDetailBy"; "expandedDetailKeys": "expandedDetailKeys"; "initiallyExpanded": "initiallyExpanded"; }, { "expandedDetailKeysChange": "expandedDetailKeysChange"; }, never, never, true, never>;
|
|
58
58
|
}
|
|
@@ -33,5 +33,5 @@ export declare class FooterTemplateDirective {
|
|
|
33
33
|
templateRef: TemplateRef<any>;
|
|
34
34
|
constructor(templateRef: TemplateRef<any>);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterTemplateDirective, [{ optional: true; }]>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoGridFooterTemplate]", never, {}, {}, never, never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FooterTemplateDirective, "[kendoGridFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -33,5 +33,5 @@ export declare class FooterComponent {
|
|
|
33
33
|
};
|
|
34
34
|
isColumnGroupComponent(column: ColumnBase): boolean;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "[kendoGridFooter]", never, { "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "scrollable": "scrollable"; "lockedColumnsCount": "lockedColumnsCount"; "logicalRowIndex": "logicalRowIndex"; "totalColumns": "totalColumns"; }, {}, never, never,
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FooterComponent, "[kendoGridFooter]", never, { "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "scrollable": "scrollable"; "lockedColumnsCount": "lockedColumnsCount"; "logicalRowIndex": "logicalRowIndex"; "totalColumns": "totalColumns"; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -3,15 +3,29 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "
|
|
8
|
-
import * as i3 from "../../
|
|
6
|
+
import * as i1 from "../../columns/column.component";
|
|
7
|
+
import * as i2 from "../../columns/column-group.component";
|
|
8
|
+
import * as i3 from "../../navigation/logical-cell.directive";
|
|
9
|
+
import * as i4 from "../../navigation/logical-row.directive";
|
|
10
|
+
import * as i5 from "../../navigation/focusable.directive";
|
|
11
|
+
import * as i6 from "./footer-template.directive";
|
|
12
|
+
import * as i7 from "../common/col-group.component";
|
|
13
|
+
import * as i8 from "../../layout/resizable.directive";
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
15
|
+
import * as i10 from "../common/field-accessor.pipe";
|
|
16
|
+
import * as i11 from "../details/detail-template.directive";
|
|
17
|
+
import * as i12 from "../../columns/span-column.component";
|
|
18
|
+
import * as i13 from "../../column-resizing/table.directive";
|
|
19
|
+
import * as i14 from "../common/loading.component";
|
|
20
|
+
import * as i15 from "../grid-table.directive";
|
|
21
|
+
import * as i16 from "./footer.component";
|
|
9
22
|
/**
|
|
10
23
|
* @hidden
|
|
24
|
+
*
|
|
25
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
11
26
|
*/
|
|
12
27
|
export declare class FooterModule {
|
|
13
|
-
static exports(): any[];
|
|
14
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FooterModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, [typeof i1.
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FooterModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i16.FooterComponent], [typeof i16.FooterComponent]>;
|
|
16
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<FooterModule>;
|
|
17
31
|
}
|
|
@@ -18,5 +18,5 @@ export declare class GridTableDirective {
|
|
|
18
18
|
private _size;
|
|
19
19
|
constructor(wrapper: ElementRef);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridTableDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridTableDirective, "[kendoGridTable]", never, { "size": "size"; }, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridTableDirective, "[kendoGridTable]", never, { "size": "size"; }, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -45,5 +45,5 @@ export declare class ExpandGroupDirective implements OnDestroy {
|
|
|
45
45
|
private getItemIndex;
|
|
46
46
|
private toggleState;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpandGroupDirective, never>;
|
|
48
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandGroupDirective, "[kendoGridExpandGroupBy]", ["kendoGridExpandGroupBy"], { "expandGroupBy": "kendoGridExpandGroupBy"; "expandedGroupKeys": "expandedGroupKeys"; "groupsInitiallyExpanded": "groupsInitiallyExpanded"; }, { "expandedGroupKeysChange": "expandedGroupKeysChange"; }, never, never,
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpandGroupDirective, "[kendoGridExpandGroupBy]", ["kendoGridExpandGroupBy"], { "expandGroupBy": "kendoGridExpandGroupBy"; "expandedGroupKeys": "expandedGroupKeys"; "groupsInitiallyExpanded": "groupsInitiallyExpanded"; }, { "expandedGroupKeysChange": "expandedGroupKeysChange"; }, never, never, true, never>;
|
|
49
49
|
}
|
|
@@ -30,5 +30,5 @@ export declare class HeaderTemplateDirective {
|
|
|
30
30
|
templateRef: TemplateRef<any>;
|
|
31
31
|
constructor(templateRef: TemplateRef<any>);
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTemplateDirective, [{ optional: true; }]>;
|
|
33
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoGridHeaderTemplate]", never, {}, {}, never, never,
|
|
33
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HeaderTemplateDirective, "[kendoGridHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
34
34
|
}
|
|
@@ -137,5 +137,5 @@ export declare class HeaderComponent implements AfterViewInit, OnInit, OnChanges
|
|
|
137
137
|
private leave;
|
|
138
138
|
private drop;
|
|
139
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
140
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "[kendoGridHeader]", never, { "totalColumnLevels": "totalColumnLevels"; "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "scrollable": "scrollable"; "filterable": "filterable"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "groupable": "groupable"; "lockedColumnsCount": "lockedColumnsCount"; "resizable": "resizable"; "reorderable": "reorderable"; "columnMenu": "columnMenu"; "columnMenuTemplate": "columnMenuTemplate"; "totalColumnsCount": "totalColumnsCount"; "totalColumns": "totalColumns"; "tabIndex": "tabIndex"; "size": "size"; }, {}, never, never,
|
|
140
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "[kendoGridHeader]", never, { "totalColumnLevels": "totalColumnLevels"; "columns": "columns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "scrollable": "scrollable"; "filterable": "filterable"; "sort": "sort"; "filter": "filter"; "sortable": "sortable"; "groupable": "groupable"; "lockedColumnsCount": "lockedColumnsCount"; "resizable": "resizable"; "reorderable": "reorderable"; "columnMenu": "columnMenu"; "columnMenuTemplate": "columnMenuTemplate"; "totalColumnsCount": "totalColumnsCount"; "totalColumns": "totalColumns"; "tabIndex": "tabIndex"; "size": "size"; }, {}, never, never, true, never>;
|
|
141
141
|
}
|