@progress/kendo-angular-grid 16.0.0-develop.1 → 16.0.0-develop.4
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-base.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/clipboard.directive.d.ts +1 -1
- package/databinding.directive.d.ts +1 -1
- 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/editing-directive-base.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/row-editing-directive-base.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/aggregates/aggregate-types.mjs +0 -1
- package/esm2020/aggregates/selection-aggregate.service.mjs +3 -4
- package/esm2020/aggregates/status-bar-template.directive.mjs +3 -3
- package/esm2020/aggregates/status-bar.component.mjs +4 -4
- package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +3 -3
- package/esm2020/column-menu/column-chooser.component.mjs +4 -4
- package/esm2020/column-menu/column-list-kb-nav.service.mjs +3 -3
- package/esm2020/column-menu/column-list.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-autosize-all.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-autosize.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-chooser.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-container.component.mjs +3 -3
- package/esm2020/column-menu/column-menu-filter.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
- package/esm2020/column-menu/column-menu-item.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-item.directive.mjs +3 -3
- package/esm2020/column-menu/column-menu-lock.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-position.component.mjs +9 -9
- package/esm2020/column-menu/column-menu-sort.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-stick.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
- package/esm2020/column-menu/column-menu.component.mjs +19 -19
- package/esm2020/column-menu/column-menu.module.mjs +4 -4
- package/esm2020/column-menu/column-menu.service.mjs +3 -3
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
- package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
- package/esm2020/column-resizing/table.directive.mjs +3 -3
- package/esm2020/columns/checkbox-column.component.mjs +3 -3
- package/esm2020/columns/column-base.mjs +3 -3
- package/esm2020/columns/column-group.component.mjs +3 -3
- package/esm2020/columns/column.component.mjs +3 -3
- package/esm2020/columns/command-column.component.mjs +3 -3
- package/esm2020/columns/reorder-column.component.mjs +3 -3
- package/esm2020/columns/span-column.component.mjs +3 -3
- package/esm2020/common/clipboard.directive.mjs +3 -3
- package/esm2020/common/clipboard.service.mjs +3 -3
- package/esm2020/common/column-info.service.mjs +3 -3
- package/esm2020/common/dom-events.service.mjs +3 -3
- package/esm2020/common/id.service.mjs +3 -3
- package/esm2020/common/provider.service.mjs +3 -3
- package/esm2020/common/single-popup.service.mjs +3 -3
- package/esm2020/data/change-notification.service.mjs +3 -3
- package/esm2020/data/data.iterators.mjs +1 -1
- package/esm2020/databinding.directive.mjs +3 -3
- package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
- package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
- package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
- package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
- package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
- package/esm2020/editing/add-command.directive.mjs +6 -6
- package/esm2020/editing/cancel-command.directive.mjs +6 -6
- package/esm2020/editing/edit-command.directive.mjs +6 -6
- package/esm2020/editing/edit-template.directive.mjs +3 -3
- package/esm2020/editing/edit.service.mjs +3 -3
- package/esm2020/editing/local-data-changes.service.mjs +3 -3
- package/esm2020/editing/remove-command.directive.mjs +6 -6
- package/esm2020/editing/save-command.directive.mjs +6 -6
- package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
- package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
- package/esm2020/excel/excel-command.directive.mjs +6 -6
- package/esm2020/excel/excel.component.mjs +3 -3
- package/esm2020/excel/excel.module.mjs +4 -4
- package/esm2020/excel/excel.service.mjs +3 -3
- package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
- package/esm2020/filtering/boolean-filter.component.mjs +3 -3
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -8
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +4 -4
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +8 -8
- package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +6 -6
- package/esm2020/filtering/date-filter.component.mjs +3 -3
- package/esm2020/filtering/filter-host.directive.mjs +3 -3
- package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
- package/esm2020/filtering/filter-input.directive.mjs +3 -3
- package/esm2020/filtering/filter-row.component.mjs +7 -7
- package/esm2020/filtering/filter.service.mjs +3 -3
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +4 -4
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +6 -6
- package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu.component.mjs +4 -4
- package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
- package/esm2020/filtering/menu/filter-radio-button.directive.mjs +3 -3
- package/esm2020/filtering/menu/menu-tabbing.service.mjs +3 -3
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/numeric-filter.component.mjs +3 -3
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/shared-filtering.module.mjs +4 -4
- package/esm2020/filtering/string-filter.component.mjs +3 -3
- package/esm2020/grid.component.mjs +23 -24
- package/esm2020/grid.module.mjs +16 -18
- package/esm2020/grouping/group-footer-template.directive.mjs +3 -3
- package/esm2020/grouping/group-header-column-template.directive.mjs +3 -3
- package/esm2020/grouping/group-header-template.directive.mjs +3 -3
- package/esm2020/grouping/group-header.component.mjs +8 -8
- package/esm2020/grouping/group-panel.component.mjs +10 -10
- package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -3
- package/esm2020/grouping/group.module.mjs +4 -4
- package/esm2020/grouping/groups.service.mjs +3 -3
- package/esm2020/layout/browser-support.service.mjs +3 -3
- package/esm2020/layout/resizable.directive.mjs +3 -3
- package/esm2020/layout/resize.service.mjs +3 -3
- package/esm2020/layout/responsive.service.mjs +3 -3
- package/esm2020/layout/sizing-options.service.mjs +3 -3
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/navigation/focus-group.mjs +3 -3
- package/esm2020/navigation/focus-root.mjs +3 -3
- package/esm2020/navigation/focusable.directive.mjs +3 -3
- package/esm2020/navigation/logical-cell.directive.mjs +3 -3
- package/esm2020/navigation/logical-row.directive.mjs +3 -3
- package/esm2020/navigation/navigation.service.mjs +28 -28
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-dropdown.directive.mjs +3 -3
- package/esm2020/pager/pager-element.component.mjs +3 -3
- package/esm2020/pager/pager-info.component.mjs +3 -3
- package/esm2020/pager/pager-input.component.mjs +7 -7
- package/esm2020/pager/pager-input.directive.mjs +3 -3
- package/esm2020/pager/pager-next-buttons.component.mjs +4 -4
- package/esm2020/pager/pager-numeric-buttons.component.mjs +7 -7
- package/esm2020/pager/pager-page-sizes.component.mjs +8 -8
- package/esm2020/pager/pager-prev-buttons.component.mjs +4 -4
- package/esm2020/pager/pager-template.directive.mjs +3 -3
- package/esm2020/pager/pager.component.mjs +11 -12
- package/esm2020/pager/pager.module.mjs +4 -4
- package/esm2020/pdf/pdf-command.directive.mjs +6 -6
- package/esm2020/pdf/pdf-margin.component.mjs +3 -3
- package/esm2020/pdf/pdf-template.directive.mjs +3 -3
- package/esm2020/pdf/pdf.component.mjs +3 -3
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/rendering/body.module.mjs +4 -4
- package/esm2020/rendering/cell-loading.template.directive.mjs +3 -3
- package/esm2020/rendering/cell-template.directive.mjs +3 -3
- package/esm2020/rendering/cell.component.mjs +11 -11
- package/esm2020/rendering/common/col-group.component.mjs +4 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
- package/esm2020/rendering/common/loading.component.mjs +4 -4
- package/esm2020/rendering/common/spacer.component.mjs +3 -3
- package/esm2020/rendering/common/template-context.directive.mjs +3 -3
- package/esm2020/rendering/details/detail-template.directive.mjs +3 -3
- package/esm2020/rendering/details/details.service.mjs +3 -3
- package/esm2020/rendering/details-expand.directive.mjs +3 -3
- package/esm2020/rendering/footer/footer-template.directive.mjs +3 -3
- package/esm2020/rendering/footer/footer.component.mjs +7 -7
- package/esm2020/rendering/footer/footer.module.mjs +4 -4
- package/esm2020/rendering/grid-table.directive.mjs +3 -4
- package/esm2020/rendering/groups-expand.directive.mjs +3 -3
- package/esm2020/rendering/header/header-template.directive.mjs +3 -3
- package/esm2020/rendering/header/header.component.mjs +17 -17
- package/esm2020/rendering/header/header.module.mjs +4 -4
- package/esm2020/rendering/list.component.mjs +11 -11
- package/esm2020/rendering/loading-template.directive.mjs +3 -3
- package/esm2020/rendering/no-records-template.directive.mjs +3 -3
- package/esm2020/rendering/table-body.component.mjs +12 -12
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar.component.mjs +4 -6
- package/esm2020/row-reordering/row-reorder.service.mjs +3 -8
- package/esm2020/row-reordering/utils.mjs +0 -1
- package/esm2020/scrolling/scroll-request.service.mjs +3 -3
- package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
- package/esm2020/scrolling/suspend.service.mjs +3 -3
- package/esm2020/selection/cell-selection.service.mjs +3 -3
- package/esm2020/selection/marquee.directive.mjs +3 -3
- package/esm2020/selection/selectall-checkbox.directive.mjs +3 -3
- package/esm2020/selection/selection-checkbox.directive.mjs +3 -3
- package/esm2020/selection/selection-default.mjs +3 -3
- package/esm2020/selection/selection.directive.mjs +3 -3
- package/esm2020/selection/selection.service.mjs +3 -3
- package/esm2020/shared.module.mjs +4 -4
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-grid.mjs +10944 -10958
- package/fesm2020/progress-kendo-angular-grid.mjs +10894 -10908
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/boolean-filter.component.d.ts +1 -1
- 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/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-host.directive.d.ts +1 -1
- package/filtering/filter-input-wrapper.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-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/numeric-filter.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/filter-operator.base.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/string-filter.component.d.ts +1 -1
- package/grid.component.d.ts +1 -1
- 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/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/localization/messages.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 +24 -25
- package/pager/pager-dropdown.directive.d.ts +1 -1
- package/pager/pager-element.component.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 +1 -1
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- 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/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/common/template-context.directive.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/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/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 +3 -3
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +1 -1
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection-default.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/progress-kendo-angular-grid.d.ts +0 -9
|
@@ -37,9 +37,9 @@ export class FocusRoot {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
41
|
-
FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
40
|
+
FocusRoot.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, deps: [{ token: FOCUS_ROOT_ACTIVE, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
41
|
+
FocusRoot.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot });
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusRoot, decorators: [{
|
|
43
43
|
type: Injectable
|
|
44
44
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
45
45
|
type: Optional
|
|
@@ -115,9 +115,9 @@ export class FocusableDirective {
|
|
|
115
115
|
this.element = element;
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
119
|
-
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
120
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
118
|
+
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, deps: [{ token: CELL_CONTEXT, optional: true, skipSelf: true }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
119
|
+
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: { enabled: ["kendoGridFocusable", "enabled"] }, ngImport: i0 });
|
|
120
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: FocusableDirective, decorators: [{
|
|
121
121
|
type: Directive,
|
|
122
122
|
args: [{
|
|
123
123
|
selector: '[kendoGridFocusable]' + `,
|
|
@@ -138,13 +138,13 @@ export class LogicalCellDirective {
|
|
|
138
138
|
return this.navigationService.isCellFocused(this);
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
142
|
-
LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
141
|
+
LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CELL_CONTEXT, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
142
|
+
LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", groupItem: "groupItem", dataRowIndex: "dataRowIndex", dataItem: "dataItem", detailExpandCell: "detailExpandCell", headerLabelText: "headerLabelText" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
|
|
143
143
|
provide: FocusGroup,
|
|
144
144
|
deps: [FocusRoot],
|
|
145
145
|
useClass: FocusGroup
|
|
146
146
|
}], usesOnChanges: true, ngImport: i0 });
|
|
147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
147
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalCellDirective, decorators: [{
|
|
148
148
|
type: Directive,
|
|
149
149
|
args: [{
|
|
150
150
|
providers: [{
|
|
@@ -85,9 +85,9 @@ export class LogicalRowDirective {
|
|
|
85
85
|
return this.totalColumns?.allColumns.toArray() || [];
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
-
LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
89
|
-
LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
90
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
88
|
+
LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
89
|
+
LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LogicalRowDirective, selector: "[kendoGridLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-grid-row-index": "this.rowIndex", "class.k-table-row": "this.tableRowClass", "attr.aria-owns": "this.ariaOwns" } }, usesOnChanges: true, ngImport: i0 });
|
|
90
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LogicalRowDirective, decorators: [{
|
|
91
91
|
type: Directive,
|
|
92
92
|
args: [{
|
|
93
93
|
selector: '[kendoGridLogicalRow]'
|
|
@@ -100,7 +100,7 @@ export class NavigationService {
|
|
|
100
100
|
this.activeRowIndex = 0;
|
|
101
101
|
this.alive = false;
|
|
102
102
|
this.active = true;
|
|
103
|
-
this.mode = 0 /* Standby */;
|
|
103
|
+
this.mode = 0 /* NavigationMode.Standby */;
|
|
104
104
|
this.model = new NavigationModel();
|
|
105
105
|
this.cursor = new NavigationCursor(this.model);
|
|
106
106
|
this.pagerIsNavigable = false;
|
|
@@ -128,12 +128,12 @@ export class NavigationService {
|
|
|
128
128
|
return this.alive && this.toolbarIsNavigable;
|
|
129
129
|
}
|
|
130
130
|
get activeCell() {
|
|
131
|
-
if (this.mode !== 0 /* Standby */) {
|
|
131
|
+
if (this.mode !== 0 /* NavigationMode.Standby */) {
|
|
132
132
|
return this.cursor.cell;
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
get activeRow() {
|
|
136
|
-
if (this.mode !== 0 /* Standby */) {
|
|
136
|
+
if (this.mode !== 0 /* NavigationMode.Standby */) {
|
|
137
137
|
return Object.assign({}, this.cursor.row, {
|
|
138
138
|
cells: this.cursor.row.cells.toArray()
|
|
139
139
|
});
|
|
@@ -155,20 +155,20 @@ export class NavigationService {
|
|
|
155
155
|
this.subs.add(this.cursor.changes.subscribe(args => this.onCursorChanges(args)));
|
|
156
156
|
this.subs.add(this.domEvents.focus.pipe(switchMap(onStable))
|
|
157
157
|
.subscribe((args) => this.navigateTo(args.target)));
|
|
158
|
-
this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
|
|
158
|
+
this.subs.add(this.domEvents.focusOut.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */), switchMap(onStableSubscriber(takeUntil(this.domEvents.focus))))
|
|
159
159
|
.subscribe(args => this.onFocusOut(args)));
|
|
160
|
-
this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* Standby */))
|
|
160
|
+
this.subs.add(this.domEvents.windowBlur.pipe(filter(() => this.mode !== 0 /* NavigationMode.Standby */))
|
|
161
161
|
.subscribe(() => this.onWindowBlur()));
|
|
162
162
|
this.subs.add(
|
|
163
163
|
// Closing the editor will not always trigger focusout in Firefox.
|
|
164
164
|
// To get around this, we ensure that the cell is closed after editing.
|
|
165
|
-
this.editService.changes.pipe(filter(e => e.action !== 'edit' && this.mode === 2 /* Content */), filter((e) => e.action === 'cellClose' && !e.prevented), switchMap(onStable))
|
|
165
|
+
this.editService.changes.pipe(filter(e => e.action !== 'edit' && this.mode === 2 /* NavigationMode.Content */), filter((e) => e.action === 'cellClose' && !e.prevented), switchMap(onStable))
|
|
166
166
|
.subscribe(() => this.leaveCell()));
|
|
167
167
|
this.subs.add(this.pagerContextService.pageChange
|
|
168
168
|
.subscribe(() => this.cursor.reset(0, 0)));
|
|
169
169
|
this.subs.add(this.domEvents.keydown
|
|
170
170
|
.subscribe(args => this.onKeydown(args)));
|
|
171
|
-
this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
|
|
171
|
+
this.subs.add(this.domEvents.keydown.pipe(filter(args => args.keyCode === Keys.Tab && this.mode === 2 /* NavigationMode.Content */), switchMapTo(this.domEvents.focusOut.pipe(takeUntil(
|
|
172
172
|
// Timeout if focusOut doesn't fire very soon
|
|
173
173
|
interval(0).pipe(take(1))))))
|
|
174
174
|
.subscribe(() => this.onTabout()));
|
|
@@ -210,7 +210,7 @@ export class NavigationService {
|
|
|
210
210
|
unregisterRow(index, row) {
|
|
211
211
|
this.model.unregisterRow(index, row);
|
|
212
212
|
const lastRow = this.model.lastRow;
|
|
213
|
-
if (lastRow && this.mode === 0 /* Standby */) {
|
|
213
|
+
if (lastRow && this.mode === 0 /* NavigationMode.Standby */) {
|
|
214
214
|
const maxIndex = (this.needsViewport() && this.viewport) ? this.viewport.lastItemIndex : lastRow.index;
|
|
215
215
|
if (this.activeRowIndex > maxIndex) {
|
|
216
216
|
this.cursor.reset(0, 0);
|
|
@@ -220,11 +220,11 @@ export class NavigationService {
|
|
|
220
220
|
isCellFocusable(cell) {
|
|
221
221
|
return this.alive &&
|
|
222
222
|
this.active &&
|
|
223
|
-
this.mode !== 2 /* Content */ &&
|
|
223
|
+
this.mode !== 2 /* NavigationMode.Content */ &&
|
|
224
224
|
this.cursor.isActive(cell.logicalRowIndex, cell.logicalColIndex);
|
|
225
225
|
}
|
|
226
226
|
isCellFocused(cell) {
|
|
227
|
-
return this.mode === 1 /* Cursor */ && this.isCellFocusable(cell);
|
|
227
|
+
return this.mode === 1 /* NavigationMode.Cursor */ && this.isCellFocusable(cell);
|
|
228
228
|
}
|
|
229
229
|
navigateTo(el) {
|
|
230
230
|
if (!this.alive || !isDocumentAvailable()) {
|
|
@@ -236,19 +236,19 @@ export class NavigationService {
|
|
|
236
236
|
}
|
|
237
237
|
const oldMode = this.mode;
|
|
238
238
|
const focusInCell = contains(cell.element, document.activeElement);
|
|
239
|
-
const focusInActiveRowContent = this.mode === 2 /* Content */ &&
|
|
239
|
+
const focusInActiveRowContent = this.mode === 2 /* NavigationMode.Content */ &&
|
|
240
240
|
this.activeRowIndex === cell.rowIndex &&
|
|
241
241
|
el !== cell.element;
|
|
242
242
|
if (focusInCell) {
|
|
243
|
-
this.mode = 2 /* Content */;
|
|
243
|
+
this.mode = 2 /* NavigationMode.Content */;
|
|
244
244
|
this.cursor.reset(cell.rowIndex, cell.colIndex);
|
|
245
245
|
this.activateRow();
|
|
246
246
|
}
|
|
247
247
|
else if (!focusInActiveRowContent) {
|
|
248
|
-
this.mode = 1 /* Cursor */;
|
|
248
|
+
this.mode = 1 /* NavigationMode.Cursor */;
|
|
249
249
|
this.deactivateElements();
|
|
250
250
|
const alreadyActive = this.cursor.isActive(cell.rowIndex, cell.colIndex);
|
|
251
|
-
const isCursor = oldMode === 1 /* Cursor */ && alreadyActive;
|
|
251
|
+
const isCursor = oldMode === 1 /* NavigationMode.Cursor */ && alreadyActive;
|
|
252
252
|
if (!isCursor) {
|
|
253
253
|
this.cursor.reset(cell.rowIndex, cell.colIndex);
|
|
254
254
|
}
|
|
@@ -303,7 +303,7 @@ export class NavigationService {
|
|
|
303
303
|
}
|
|
304
304
|
}
|
|
305
305
|
focusCell(rowIndex = undefined, colIndex = undefined) {
|
|
306
|
-
this.mode = 1 /* Cursor */;
|
|
306
|
+
this.mode = 1 /* NavigationMode.Cursor */;
|
|
307
307
|
this.cursor.reset(rowIndex, colIndex);
|
|
308
308
|
return this.activeCell;
|
|
309
309
|
}
|
|
@@ -324,7 +324,7 @@ export class NavigationService {
|
|
|
324
324
|
this.cursor.announce();
|
|
325
325
|
}
|
|
326
326
|
hasFocus() {
|
|
327
|
-
return this.mode === 1 /* Cursor */ || this.mode === 2 /* Content */;
|
|
327
|
+
return this.mode === 1 /* NavigationMode.Cursor */ || this.mode === 2 /* NavigationMode.Content */;
|
|
328
328
|
}
|
|
329
329
|
autoFocusCell(start, end) {
|
|
330
330
|
return !this.meta.virtualColumns || end < this.meta.columns.lockedLeafColumns.length || this.columnViewport.intersects(start, end);
|
|
@@ -349,7 +349,7 @@ export class NavigationService {
|
|
|
349
349
|
return this.activeCell;
|
|
350
350
|
}
|
|
351
351
|
else {
|
|
352
|
-
this.mode = 0 /* Standby */;
|
|
352
|
+
this.mode = 0 /* NavigationMode.Standby */;
|
|
353
353
|
this.cursor.announce();
|
|
354
354
|
}
|
|
355
355
|
return null;
|
|
@@ -361,7 +361,7 @@ export class NavigationService {
|
|
|
361
361
|
}
|
|
362
362
|
const group = cell.focusGroup;
|
|
363
363
|
const focusable = group && group.canFocus();
|
|
364
|
-
this.mode = focusable ? 2 /* Content */ : 1 /* Cursor */;
|
|
364
|
+
this.mode = focusable ? 2 /* NavigationMode.Content */ : 1 /* NavigationMode.Cursor */;
|
|
365
365
|
this.cursor.announce();
|
|
366
366
|
if (focusable) {
|
|
367
367
|
this.activateRow();
|
|
@@ -378,7 +378,7 @@ export class NavigationService {
|
|
|
378
378
|
if (!focusable) {
|
|
379
379
|
this.deactivateElements();
|
|
380
380
|
}
|
|
381
|
-
this.mode = 1 /* Cursor */;
|
|
381
|
+
this.mode = 1 /* NavigationMode.Cursor */;
|
|
382
382
|
this.cursor.announce();
|
|
383
383
|
}
|
|
384
384
|
activateElements() {
|
|
@@ -566,33 +566,33 @@ export class NavigationService {
|
|
|
566
566
|
if (!cell) {
|
|
567
567
|
this.virtualCell = true;
|
|
568
568
|
}
|
|
569
|
-
if ((!cell && this.mode !== 0 /* Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
|
|
569
|
+
if ((!cell && this.mode !== 0 /* NavigationMode.Standby */) || (cell && !this.columnViewport.intersects(start, end))) {
|
|
570
570
|
this.scrollRequestService.scrollTo({ column: args.colIndex - (this.metadata.hasDetailTemplate ? 1 : 0) });
|
|
571
571
|
}
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
onFocusOut(args) {
|
|
575
575
|
if (isVisible(args.target)) {
|
|
576
|
-
this.mode = 0 /* Standby */;
|
|
576
|
+
this.mode = 0 /* NavigationMode.Standby */;
|
|
577
577
|
}
|
|
578
578
|
else {
|
|
579
579
|
// Focused target is no longer visible,
|
|
580
580
|
// reset to cursor mode and recapture focus.
|
|
581
|
-
this.mode = 1 /* Cursor */;
|
|
581
|
+
this.mode = 1 /* NavigationMode.Cursor */;
|
|
582
582
|
}
|
|
583
583
|
this.deactivateElements();
|
|
584
584
|
this.cursor.announce();
|
|
585
585
|
}
|
|
586
586
|
onWindowBlur() {
|
|
587
|
-
this.mode = 0 /* Standby */;
|
|
587
|
+
this.mode = 0 /* NavigationMode.Standby */;
|
|
588
588
|
this.deactivateElements();
|
|
589
589
|
this.cursor.announce();
|
|
590
590
|
}
|
|
591
591
|
onKeydown(args) {
|
|
592
|
-
if (this.mode === 1 /* Cursor */) {
|
|
592
|
+
if (this.mode === 1 /* NavigationMode.Cursor */) {
|
|
593
593
|
this.onCursorKeydown(args);
|
|
594
594
|
}
|
|
595
|
-
else if (this.mode === 2 /* Content */) {
|
|
595
|
+
else if (this.mode === 2 /* NavigationMode.Content */) {
|
|
596
596
|
this.onContentKeydown(args);
|
|
597
597
|
}
|
|
598
598
|
}
|
|
@@ -608,9 +608,9 @@ export class NavigationService {
|
|
|
608
608
|
this.cursor.reset();
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
|
-
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
612
|
-
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
611
|
+
NavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i1.DomEventsService }, { token: i2.PagerContextService }, { token: i3.ScrollRequestService }, { token: i4.GroupsService }, { token: i5.DetailsService }, { token: i6.FocusRoot }, { token: i7.EditService }, { token: i0.ChangeDetectorRef }, { token: i8.ContextService }, { token: i9.FocusableDirective, optional: true }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
612
|
+
NavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService });
|
|
613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: NavigationService, decorators: [{
|
|
614
614
|
type: Injectable
|
|
615
615
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i1.DomEventsService }, { type: i2.PagerContextService }, { type: i3.ScrollRequestService }, { type: i4.GroupsService }, { type: i5.DetailsService }, { type: i6.FocusRoot }, { type: i7.EditService }, { type: i0.ChangeDetectorRef }, { type: i8.ContextService }, { type: i9.FocusableDirective, decorators: [{
|
|
616
616
|
type: Optional
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-grid',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.0.0-develop.
|
|
12
|
+
publishDate: 1714109634,
|
|
13
|
+
version: '16.0.0-develop.4',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -28,9 +28,9 @@ export class PagerDropDownListDirective {
|
|
|
28
28
|
this.host.wrapper.nativeElement.removeEventListener('keydown', this.keydownHandler);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
PagerDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
32
|
-
PagerDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
31
|
+
PagerDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32
|
+
PagerDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]", ngImport: i0 });
|
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerDropDownListDirective, decorators: [{
|
|
34
34
|
type: Directive,
|
|
35
35
|
args: [{ selector: '[kendoGridPagerDropDown]' }]
|
|
36
36
|
}], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; } });
|
|
@@ -99,9 +99,9 @@ export class PagerElementComponent {
|
|
|
99
99
|
return !this.ctx.localization.rtl ? [this.caretAltRightIcon, this.caretAltToRightIcon] : [this.caretAltLeftIcon, this.caretAltToLeftIcon];
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
|
-
PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
103
|
-
PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
104
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
102
|
+
PagerElementComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerElementComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
103
|
+
PagerElementComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerElementComponent, inputs: { size: "size" }, ngImport: i0 });
|
|
104
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerElementComponent, decorators: [{
|
|
105
105
|
type: Directive,
|
|
106
106
|
args: [{}]
|
|
107
107
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.PagerContextService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { size: [{
|
|
@@ -57,9 +57,9 @@ export class PagerInfoComponent extends PagerElementComponent {
|
|
|
57
57
|
this.cd.markForCheck();
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
|
-
PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
61
|
-
PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
60
|
+
PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
61
|
+
PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerInfoComponent, selector: "kendo-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{currentPageText}} - {{maxItems}} {{textFor('pagerOf')}} {{total}} {{textFor('pagerItems')}}`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInfoComponent, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
65
65
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -13,10 +13,10 @@ import * as i0 from "@angular/core";
|
|
|
13
13
|
import * as i1 from "../common/provider.service";
|
|
14
14
|
import * as i2 from "./pager-context.service";
|
|
15
15
|
import * as i3 from "./../navigation/navigation.service";
|
|
16
|
-
import * as i4 from "@progress/kendo-angular-
|
|
17
|
-
import * as i5 from "
|
|
16
|
+
import * as i4 from "@progress/kendo-angular-common";
|
|
17
|
+
import * as i5 from "@progress/kendo-angular-inputs";
|
|
18
18
|
import * as i6 from "../navigation/focusable.directive";
|
|
19
|
-
import * as i7 from "
|
|
19
|
+
import * as i7 from "./pager-input.directive";
|
|
20
20
|
/**
|
|
21
21
|
* Displays an input element which allows the typing and rendering of page numbers ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
|
|
22
22
|
*/
|
|
@@ -80,8 +80,8 @@ export class PagerInputComponent extends PagerElementComponent {
|
|
|
80
80
|
this.cd.markForCheck();
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
|
-
PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
84
|
-
PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
83
|
+
PagerInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.NgZone }, { token: i3.NavigationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
84
|
+
PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerInputComponent, selector: "kendo-pager-input", viewQueries: [{ propertyName: "numericInput", first: true, predicate: NumericTextBoxComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
85
85
|
<span class="k-pager-input k-label">
|
|
86
86
|
{{textFor('pagerPage')}}
|
|
87
87
|
<kendo-numerictextbox
|
|
@@ -105,8 +105,8 @@ PagerInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
105
105
|
</kendo-numerictextbox>
|
|
106
106
|
{{textFor('pagerOf')}} {{totalPages}}
|
|
107
107
|
</span>
|
|
108
|
-
`, isInline: true,
|
|
109
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
108
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i4.EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: i5.NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i7.PagerInputDirective, selector: "[kendoGridPagerInput]" }] });
|
|
109
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputComponent, decorators: [{
|
|
110
110
|
type: Component,
|
|
111
111
|
args: [{
|
|
112
112
|
selector: 'kendo-pager-input',
|
|
@@ -19,9 +19,9 @@ export class PagerInputDirective {
|
|
|
19
19
|
this.renderer.addClass(inputElement, 'k-pager-nav');
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
|
-
PagerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
23
|
-
PagerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
24
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
22
|
+
PagerInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputDirective, deps: [{ token: i1.NumericTextBoxComponent }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
23
|
+
PagerInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerInputDirective, selector: "[kendoGridPagerInput]", ngImport: i0 });
|
|
24
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerInputDirective, decorators: [{
|
|
25
25
|
type: Directive,
|
|
26
26
|
args: [{ selector: '[kendoGridPagerInput]' }]
|
|
27
27
|
}], ctorParameters: function () { return [{ type: i1.NumericTextBoxComponent }, { type: i0.Renderer2 }]; } });
|
|
@@ -38,8 +38,8 @@ export class PagerNextButtonsComponent extends PagerElementComponent {
|
|
|
38
38
|
this.cd.markForCheck();
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
42
|
-
PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
41
|
+
PagerNextButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNextButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerNextButtonsComponent, selector: "kendo-pager-next-buttons", usesInheritance: true, ngImport: i0, template: `
|
|
43
43
|
<button
|
|
44
44
|
kendoButton
|
|
45
45
|
[kendoGridFocusable]="!disabled"
|
|
@@ -70,8 +70,8 @@ PagerNextButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
70
70
|
[attr.aria-label]="textFor('pagerLastPage')"
|
|
71
71
|
(click)="currentPage !== totalPages ? changePage(totalPages-1) : false">
|
|
72
72
|
</button>
|
|
73
|
-
`, isInline: true,
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
73
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNextButtonsComponent, decorators: [{
|
|
75
75
|
type: Component,
|
|
76
76
|
args: [{
|
|
77
77
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -9,9 +9,9 @@ import { PagerElementComponent } from './pager-element.component';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
import * as i1 from "../common/provider.service";
|
|
11
11
|
import * as i2 from "./pager-context.service";
|
|
12
|
-
import * as i3 from "@
|
|
13
|
-
import * as i4 from "
|
|
14
|
-
import * as i5 from "
|
|
12
|
+
import * as i3 from "@angular/common";
|
|
13
|
+
import * as i4 from "@progress/kendo-angular-buttons";
|
|
14
|
+
import * as i5 from "../navigation/focusable.directive";
|
|
15
15
|
/**
|
|
16
16
|
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
|
|
17
17
|
*/
|
|
@@ -87,8 +87,8 @@ export class PagerNumericButtonsComponent extends PagerElementComponent {
|
|
|
87
87
|
this.cd.markForCheck();
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
91
|
-
PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
90
|
+
PagerNumericButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNumericButtonsComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
91
|
+
PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerNumericButtonsComponent, selector: "kendo-pager-numeric-buttons", inputs: { buttonCount: "buttonCount" }, viewQueries: [{ propertyName: "selectElement", first: true, predicate: ["select"], descendants: true, read: ElementRef }, { propertyName: "numbersElement", first: true, predicate: ["numbers"], descendants: true, read: ElementRef }], usesInheritance: true, ngImport: i0, template: `
|
|
92
92
|
<select
|
|
93
93
|
#select
|
|
94
94
|
class="k-dropdown-list k-dropdown k-picker k-picker-solid k-rounded-md"
|
|
@@ -162,8 +162,8 @@ PagerNumericButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12
|
|
|
162
162
|
[attr.title]="pageLabel(end + 1)"
|
|
163
163
|
(click)="changePage(end)">...</button>
|
|
164
164
|
</div>
|
|
165
|
-
`, isInline: true,
|
|
166
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
165
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerNumericButtonsComponent, decorators: [{
|
|
167
167
|
type: Component,
|
|
168
168
|
args: [{
|
|
169
169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -11,10 +11,10 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
import * as i1 from "../common/provider.service";
|
|
12
12
|
import * as i2 from "./pager-context.service";
|
|
13
13
|
import * as i3 from "./../navigation/navigation.service";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-
|
|
15
|
-
import * as i5 from "@progress/kendo-angular-
|
|
16
|
-
import * as i6 from "
|
|
17
|
-
import * as i7 from "
|
|
14
|
+
import * as i4 from "@progress/kendo-angular-label";
|
|
15
|
+
import * as i5 from "@progress/kendo-angular-dropdowns";
|
|
16
|
+
import * as i6 from "../navigation/focusable.directive";
|
|
17
|
+
import * as i7 from "./pager-dropdown.directive";
|
|
18
18
|
/**
|
|
19
19
|
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_grid#toc-using-built-in-pager-components)).
|
|
20
20
|
*/
|
|
@@ -93,8 +93,8 @@ export class PagerPageSizesComponent extends PagerElementComponent {
|
|
|
93
93
|
this.cd.markForCheck();
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
97
|
-
PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
96
|
+
PagerPageSizesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPageSizesComponent, deps: [{ token: i1.ContextService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
97
|
+
PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerPageSizesComponent, selector: "kendo-pager-page-sizes", inputs: { pageSizes: "pageSizes" }, host: { properties: { "class.k-pager-sizes": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `
|
|
98
98
|
<kendo-dropdownlist
|
|
99
99
|
class="k-dropdown"
|
|
100
100
|
#dropdownlist
|
|
@@ -109,8 +109,8 @@ PagerPageSizesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
109
109
|
[value]="pageSize"
|
|
110
110
|
(valueChange)="pageSizeChange($event)"></kendo-dropdownlist>
|
|
111
111
|
<kendo-label [for]="dropdownlist" [text]="textFor('pagerItemsPerPage')"></kendo-label>
|
|
112
|
-
`, isInline: true,
|
|
113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
112
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "component", type: i5.DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: i6.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: i7.PagerDropDownListDirective, selector: "[kendoGridPagerDropDown]" }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPageSizesComponent, decorators: [{
|
|
114
114
|
type: Component,
|
|
115
115
|
args: [{
|
|
116
116
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -38,8 +38,8 @@ export class PagerPrevButtonsComponent extends PagerElementComponent {
|
|
|
38
38
|
this.cd.markForCheck();
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
42
|
-
PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
41
|
+
PagerPrevButtonsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPrevButtonsComponent, deps: [{ token: i1.ContextService }, { token: i2.PagerContextService }, { token: i0.ChangeDetectorRef }, { token: i3.NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
+
PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: PagerPrevButtonsComponent, selector: "kendo-pager-prev-buttons", usesInheritance: true, ngImport: i0, template: `
|
|
43
43
|
<button
|
|
44
44
|
[kendoGridFocusable]="!disabled"
|
|
45
45
|
kendoButton
|
|
@@ -71,8 +71,8 @@ PagerPrevButtonsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.
|
|
|
71
71
|
[attr.aria-label]="textFor('pagerPreviousPage')"
|
|
72
72
|
(click)="currentPage !== 1 ? changePage(currentPage-2) : false">
|
|
73
73
|
</button>
|
|
74
|
-
`, isInline: true,
|
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
74
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: i5.FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
75
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerPrevButtonsComponent, decorators: [{
|
|
76
76
|
type: Component,
|
|
77
77
|
args: [{
|
|
78
78
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -35,9 +35,9 @@ export class PagerTemplateDirective {
|
|
|
35
35
|
this.templateRef = templateRef;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
PagerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
39
|
-
PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
|
40
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
38
|
+
PagerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
39
|
+
PagerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: PagerTemplateDirective, selector: "[kendoPagerTemplate]", ngImport: i0 });
|
|
40
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: PagerTemplateDirective, decorators: [{
|
|
41
41
|
type: Directive,
|
|
42
42
|
args: [{
|
|
43
43
|
selector: '[kendoPagerTemplate]'
|