@progress/kendo-angular-treelist 17.0.0-develop.9 → 17.0.0
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/binding-directives/base-binding.directive.d.ts +1 -1
- package/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-list.component.d.ts +2 -2
- package/column-menu/column-menu-chooser.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.component.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/column-resize.interface.d.ts +3 -3
- 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.component.d.ts +1 -1
- package/columns/sort-settings.d.ts +2 -2
- package/columns/span-column.component.d.ts +13 -13
- package/common/create-form-group.d.ts +1 -1
- package/{pager → common}/pager-settings.d.ts +1 -1
- package/common/provider.service.d.ts +0 -1
- package/common/remove-confirmation.d.ts +1 -1
- package/data/treelist-item.interface.d.ts +1 -1
- package/directives.d.ts +7 -17
- package/dragdrop/context-types.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-tool.directive.d.ts +38 -0
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/cancel-event-args.interface.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit.service.d.ts +3 -3
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/create-form-group-args.interface.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 +0 -1
- package/editing-directives/template-editing.directive.d.ts +1 -2
- package/{esm2020 → esm2022}/binding-directives/base-binding.directive.mjs +17 -13
- package/{esm2020 → esm2022}/binding-directives/data-bound-tree-component.mjs +3 -3
- package/{esm2020 → esm2022}/binding-directives/flat-binding.directive.mjs +29 -21
- package/{esm2020 → esm2022}/binding-directives/hierarchy-binding.directive.mjs +26 -19
- package/{esm2020 → esm2022}/column-menu/column-chooser.component.mjs +26 -18
- package/{esm2020 → esm2022}/column-menu/column-list.component.mjs +71 -59
- package/{esm2020 → esm2022}/column-menu/column-locked-change-event.mjs +4 -0
- package/{esm2020 → esm2022}/column-menu/column-menu-chooser.component.mjs +28 -25
- package/{esm2020 → esm2022}/column-menu/column-menu-filter.component.mjs +23 -22
- package/{esm2020 → esm2022}/column-menu/column-menu-item-base.mjs +9 -6
- package/{esm2020 → esm2022}/column-menu/column-menu-item-content-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/column-menu/column-menu-item.component.mjs +67 -42
- package/{esm2020 → esm2022}/column-menu/column-menu-lock.component.mjs +9 -6
- package/{esm2020 → esm2022}/column-menu/column-menu-sort.component.mjs +8 -6
- package/{esm2020 → esm2022}/column-menu/column-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/column-menu/column-menu.component.mjs +49 -25
- package/{esm2020 → esm2022}/column-menu/column-menu.service.mjs +23 -9
- package/{esm2020 → esm2022}/column-menu/column-visibility-change-event.mjs +4 -0
- package/{esm2020 → esm2022}/column-resizing/column-handle.directive.mjs +21 -14
- package/{esm2020 → esm2022}/column-resizing/column-resizing.service.mjs +8 -8
- package/{esm2020 → esm2022}/column-resizing/table.directive.mjs +17 -8
- package/{esm2020 → esm2022}/columns/checkbox-column.component.mjs +27 -12
- package/{esm2020 → esm2022}/columns/column-base.mjs +140 -72
- package/{esm2020 → esm2022}/columns/column-group.component.mjs +24 -20
- package/{esm2020 → esm2022}/columns/column-list.mjs +4 -3
- package/{esm2020 → esm2022}/columns/column.component.mjs +56 -38
- package/{esm2020 → esm2022}/columns/columns-container.mjs +14 -13
- package/{esm2020 → esm2022}/columns/command-column.component.mjs +11 -9
- package/{esm2020 → esm2022}/columns/rowreorder-column.component.mjs +13 -12
- package/{esm2020 → esm2022}/columns/span-column.component.mjs +64 -29
- package/{esm2020 → esm2022}/common/column-info.service.mjs +8 -9
- package/esm2022/common/dom-events.service.mjs +24 -0
- package/{esm2020 → esm2022}/common/id.service.mjs +4 -3
- package/{esm2020 → esm2022}/common/option-changes.service.mjs +5 -7
- package/{esm2020 → esm2022}/common/preventable-event.mjs +1 -3
- package/{esm2020 → esm2022}/common/provider.service.mjs +8 -6
- package/{esm2020 → esm2022}/common/single-popup.service.mjs +19 -8
- package/{esm2020 → esm2022}/common/sort.service.mjs +1 -3
- package/{esm2020 → esm2022}/data/change-notification.service.mjs +6 -4
- package/{esm2020 → esm2022}/data/data.collection.mjs +45 -23
- package/{esm2020 → esm2022}/directives.mjs +8 -25
- package/{esm2020 → esm2022}/dragdrop/column-reorder-event.mjs +14 -0
- package/{esm2020 → esm2022}/dragdrop/column-reorder.service.mjs +4 -6
- package/{esm2020 → esm2022}/dragdrop/drag-and-drop.service.mjs +6 -8
- package/{esm2020 → esm2022}/dragdrop/drag-hint.service.mjs +7 -4
- package/{esm2020 → esm2022}/dragdrop/draggable-column.directive.mjs +22 -13
- package/{esm2020 → esm2022}/dragdrop/drop-cue.service.mjs +4 -3
- package/{esm2020 → esm2022}/dragdrop/drop-target.directive.mjs +10 -8
- package/esm2022/editing/add-command-tool.directive.mjs +63 -0
- package/{esm2020 → esm2022}/editing/add-command.directive.mjs +10 -6
- package/{esm2020 → esm2022}/editing/base-command.directive.mjs +9 -8
- package/{esm2020 → esm2022}/editing/cancel-command.directive.mjs +10 -6
- package/{esm2020 → esm2022}/editing/cell-close-event.mjs +20 -4
- package/{esm2020 → esm2022}/editing/edit-command.directive.mjs +10 -6
- package/{esm2020 → esm2022}/editing/edit-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/editing/edit.service.mjs +18 -13
- package/{esm2020 → esm2022}/editing/remove-command.directive.mjs +10 -6
- package/{esm2020 → esm2022}/editing/save-command.directive.mjs +10 -6
- package/{esm2020 → esm2022}/editing-directives/editing-directive-base.mjs +17 -7
- package/{esm2020 → esm2022}/editing-directives/flat-edit.service.mjs +1 -0
- package/{esm2020 → esm2022}/editing-directives/hierarchy-edit.service.mjs +1 -0
- package/{esm2020 → esm2022}/editing-directives/in-cell-editing.directive.mjs +8 -3
- package/{esm2020 → esm2022}/editing-directives/reactive-editing.directive.mjs +8 -3
- package/{esm2020 → esm2022}/editing-directives/row-editing-directive-base.mjs +3 -3
- package/{esm2020 → esm2022}/editing-directives/template-editing.directive.mjs +9 -3
- package/esm2022/excel/excel-command-tool.directive.mjs +66 -0
- package/{esm2020 → esm2022}/excel/excel-command.directive.mjs +10 -9
- package/{esm2020 → esm2022}/excel/excel-export-event.mjs +1 -0
- package/{esm2020 → esm2022}/excel/excel.component.mjs +71 -22
- package/{esm2020 → esm2022}/excel/excel.module.mjs +5 -4
- package/{esm2020 → esm2022}/excel/excel.service.mjs +7 -8
- package/{esm2020 → esm2022}/expand-state/expand-event.mjs +12 -0
- package/{esm2020 → esm2022}/expand-state/expand-state.service.mjs +5 -7
- package/{esm2020 → esm2022}/expand-state/expandable-tree-component.mjs +3 -3
- package/{esm2020 → esm2022}/expand-state/expandable.directive.mjs +23 -19
- package/{esm2020 → esm2022}/filtering/base-filter-cell.component.mjs +18 -7
- package/{esm2020 → esm2022}/filtering/boolean-filter.component.mjs +33 -29
- package/{esm2020 → esm2022}/filtering/cell/autocomplete-filter-cell.component.mjs +15 -13
- package/{esm2020 → esm2022}/filtering/cell/boolean-filter-cell.component.mjs +5 -4
- package/{esm2020 → esm2022}/filtering/cell/date-filter-cell.component.mjs +11 -10
- package/{esm2020 → esm2022}/filtering/cell/filter-cell-host.directive.mjs +3 -3
- package/{esm2020 → esm2022}/filtering/cell/filter-cell-operators.component.mjs +53 -33
- package/{esm2020 → esm2022}/filtering/cell/filter-cell-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/filtering/cell/filter-cell-wrapper.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/cell/filter-cell.component.mjs +11 -8
- package/{esm2020 → esm2022}/filtering/cell/numeric-filter-cell.component.mjs +23 -17
- package/{esm2020 → esm2022}/filtering/cell/string-filter-cell.component.mjs +34 -28
- package/{esm2020 → esm2022}/filtering/date-filter.component.mjs +64 -39
- package/{esm2020 → esm2022}/filtering/filter-host.directive.mjs +8 -3
- package/{esm2020 → esm2022}/filtering/filter-input-wrapper.component.mjs +11 -8
- package/{esm2020 → esm2022}/filtering/filter-input.directive.mjs +21 -13
- package/{esm2020 → esm2022}/filtering/filter-row.component.mjs +11 -8
- package/{esm2020 → esm2022}/filtering/filter.service.mjs +7 -9
- package/{esm2020 → esm2022}/filtering/menu/boolean-filter-menu.component.mjs +33 -26
- package/{esm2020 → esm2022}/filtering/menu/date-filter-menu-input.component.mjs +21 -5
- package/{esm2020 → esm2022}/filtering/menu/date-filter-menu.component.mjs +22 -21
- package/{esm2020 → esm2022}/filtering/menu/filter-menu-container.component.mjs +28 -16
- package/{esm2020 → esm2022}/filtering/menu/filter-menu-host.directive.mjs +4 -3
- package/{esm2020 → esm2022}/filtering/menu/filter-menu-input-wrapper.component.mjs +9 -7
- package/{esm2020 → esm2022}/filtering/menu/filter-menu-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/filtering/menu/filter-menu.component.mjs +20 -8
- package/{esm2020 → esm2022}/filtering/menu/filter-radio-button.directive.mjs +7 -3
- package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu-input.component.mjs +43 -17
- package/{esm2020 → esm2022}/filtering/menu/numeric-filter-menu.component.mjs +32 -31
- package/{esm2020 → esm2022}/filtering/menu/string-filter-menu-input.component.mjs +23 -16
- package/{esm2020 → esm2022}/filtering/menu/string-filter-menu.component.mjs +32 -21
- package/{esm2020 → esm2022}/filtering/numeric-filter.component.mjs +51 -28
- package/{esm2020 → esm2022}/filtering/operators/after-eq-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/after-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/before-eq-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/before-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/contains-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/ends-with-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/eq-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/filter-operator.base.mjs +15 -10
- package/{esm2020 → esm2022}/filtering/operators/gt-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/gte-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/is-empty-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/is-not-empty-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/is-not-null-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/isnull-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/lt-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/lte-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/neq-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/not-contains-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/operators/starts-with-filter-operator.component.mjs +8 -8
- package/{esm2020 → esm2022}/filtering/string-filter.component.mjs +20 -15
- package/{esm2020 → esm2022}/index.mjs +3 -15
- package/{esm2020 → esm2022}/layout/browser-support.service.mjs +7 -4
- package/{esm2020 → esm2022}/layout/resizable.directive.mjs +16 -10
- package/{esm2020 → esm2022}/layout/resize.service.mjs +6 -8
- package/{esm2020 → esm2022}/layout/responsive.service.mjs +7 -9
- package/{esm2020 → esm2022}/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/localization/localized-messages.directive.mjs +9 -8
- package/esm2022/localization/messages.mjs +416 -0
- package/{esm2020 → esm2022}/navigation/default-focusable-element.mjs +10 -6
- package/{esm2020 → esm2022}/navigation/focus-group.mjs +12 -11
- package/{esm2020 → esm2022}/navigation/focus-root.mjs +5 -4
- package/{esm2020 → esm2022}/navigation/focusable.directive.mjs +18 -10
- package/{esm2020 → esm2022}/navigation/item-map.mjs +2 -4
- package/{esm2020 → esm2022}/navigation/logical-cell.directive.mjs +35 -22
- package/{esm2020 → esm2022}/navigation/logical-row.directive.mjs +19 -13
- package/{esm2020 → esm2022}/navigation/model-cell.mjs +11 -0
- package/{esm2020 → esm2022}/navigation/navigation-cursor.mjs +10 -8
- package/{esm2020 → esm2022}/navigation/navigation-metadata.mjs +13 -6
- package/{esm2020 → esm2022}/navigation/navigation-model.mjs +1 -3
- package/{esm2020 → esm2022}/navigation/navigation.service.mjs +46 -26
- package/{esm2020 → esm2022}/navigation/treelist-focusable-element.mjs +1 -0
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf-command-tool.directive.mjs +66 -0
- package/{esm2020 → esm2022}/pdf/pdf-command.directive.mjs +10 -9
- package/{esm2020 → esm2022}/pdf/pdf-margin.component.mjs +3 -3
- package/{esm2020 → esm2022}/pdf/pdf-template.directive.mjs +3 -3
- package/{esm2020 → esm2022}/pdf/pdf.component.mjs +24 -4
- package/{esm2020 → esm2022}/pdf/pdf.module.mjs +6 -5
- package/{esm2020 → esm2022}/pdf/pdf.service.mjs +8 -9
- package/{esm2020 → esm2022}/pdf/treelist-query.mjs +4 -0
- package/{esm2020 → esm2022}/rendering/cell-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/cell.component.mjs +60 -54
- package/{esm2020 → esm2022}/rendering/common/col-group.component.mjs +5 -7
- package/{esm2020 → esm2022}/rendering/common/field-accessor.pipe.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/common/level-items.pipe.mjs +3 -3
- package/{esm2020 → esm2022}/rendering/common/loading.component.mjs +9 -8
- package/{esm2020 → esm2022}/rendering/common/spacer.component.mjs +12 -7
- package/{esm2020 → esm2022}/rendering/footer-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/header/header-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/header/header.component.mjs +62 -44
- package/{esm2020 → esm2022}/rendering/list.component.mjs +85 -45
- package/{esm2020 → esm2022}/rendering/no-records-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/table-body.component.mjs +48 -21
- package/{esm2020 → esm2022}/rendering/toolbar/toolbar-focusable.directive.mjs +9 -7
- package/{esm2020 → esm2022}/rendering/toolbar/toolbar-navigation.service.mjs +9 -8
- package/{esm2020 → esm2022}/rendering/toolbar/toolbar-template.directive.mjs +10 -8
- package/{esm2020 → esm2022}/rendering/toolbar/toolbar.component.mjs +18 -13
- package/{esm2020 → esm2022}/row-reordering/flat-reorder.service.mjs +3 -3
- package/{esm2020 → esm2022}/row-reordering/hierarchical-reorder.service.mjs +3 -3
- package/{esm2020 → esm2022}/row-reordering/row-reorder.service.mjs +14 -9
- package/{esm2020 → esm2022}/scrolling/row-height.service.mjs +2 -0
- package/{esm2020 → esm2022}/scrolling/scroll-request.service.mjs +4 -6
- package/{esm2020 → esm2022}/scrolling/scroll-sync.service.mjs +10 -8
- package/{esm2020 → esm2022}/scrolling/scroller.service.mjs +12 -2
- package/{esm2020 → esm2022}/scrolling/suspend.service.mjs +4 -6
- package/{esm2020 → esm2022}/selection/marquee.directive.mjs +18 -7
- package/{esm2020 → esm2022}/selection/selectable.directive.mjs +23 -17
- package/{esm2020 → esm2022}/selection/selection-change-event.mjs +12 -0
- package/{esm2020 → esm2022}/selection/selection-state.mjs +2 -6
- package/{esm2020 → esm2022}/selection/selection.service.mjs +15 -14
- package/{esm2020 → esm2022}/treelist.component.mjs +619 -420
- package/esm2022/treelist.module.mjs +173 -0
- package/excel/excel-command-tool.directive.d.ts +41 -0
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +3 -2
- package/expand-state/expandable.directive.d.ts +1 -1
- package/{fesm2020 → fesm2022}/progress-kendo-angular-treelist.mjs +4095 -4024
- package/filtering/base-filter-cell.component.d.ts +5 -1
- package/filtering/boolean-filter.component.d.ts +2 -7
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +2 -7
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.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 +2 -11
- package/filtering/filter-host.directive.d.ts +2 -2
- package/filtering/filter-input-wrapper.component.d.ts +1 -2
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -2
- package/filtering/filterable.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 -7
- package/filtering/menu/filter-menu-container.component.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.component.d.ts +1 -4
- 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 -7
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -7
- package/filtering/numeric-filter.component.d.ts +2 -11
- package/filtering/operators/filter-operator.base.d.ts +1 -1
- package/filtering/string-filter.component.d.ts +2 -11
- package/index.d.ts +4 -17
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/messages.d.ts +6 -2
- 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/navigation/navigation.service.d.ts +1 -1
- package/package.json +27 -32
- package/pdf/pdf-command-tool.directive.d.ts +41 -0
- package/pdf/pdf-margin.interface.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -7
- package/pdf/pdf.module.d.ts +3 -2
- package/rendering/cell.component.d.ts +2 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/row-class.d.ts +2 -2
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/header/header.component.d.ts +2 -2
- package/rendering/list.component.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/row-reordering/types.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/scroll-sync.service.d.ts +1 -1
- package/scrolling/scroller.service.d.ts +1 -1
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/is-selected.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/treelist.component.d.ts +4 -3
- package/treelist.module.d.ts +60 -65
- package/utils.d.ts +1 -1
- package/constants.d.ts +0 -12
- package/esm2020/common/dom-events.service.mjs +0 -26
- package/esm2020/constants.mjs +0 -12
- package/esm2020/filtering/cell/row-filtering.module.mjs +0 -77
- package/esm2020/filtering/menu/filter-menu.module.mjs +0 -80
- package/esm2020/filtering/shared-filtering.module.mjs +0 -94
- package/esm2020/localization/messages.mjs +0 -138
- package/esm2020/pager/pager-context.service.mjs +0 -42
- package/esm2020/pager/pager-element.component.mjs +0 -103
- package/esm2020/pager/pager-info.component.mjs +0 -75
- package/esm2020/pager/pager-input.component.mjs +0 -144
- package/esm2020/pager/pager-next-buttons.component.mjs +0 -126
- package/esm2020/pager/pager-numeric-buttons.component.mjs +0 -244
- package/esm2020/pager/pager-page-sizes.component.mjs +0 -139
- package/esm2020/pager/pager-prev-buttons.component.mjs +0 -126
- package/esm2020/pager/pager-template.directive.mjs +0 -48
- package/esm2020/pager/pager.component.mjs +0 -415
- package/esm2020/pager/pager.module.mjs +0 -43
- package/esm2020/pager/pagesize-item.interface.mjs +0 -5
- package/esm2020/rendering/body.module.mjs +0 -40
- package/esm2020/rendering/header/header.module.mjs +0 -94
- package/esm2020/shared.module.mjs +0 -41
- package/esm2020/treelist.module.mjs +0 -176
- package/fesm2015/progress-kendo-angular-treelist.mjs +0 -21537
- package/filtering/cell/row-filtering.module.d.ts +0 -57
- package/filtering/menu/filter-menu.module.d.ts +0 -60
- package/filtering/shared-filtering.module.d.ts +0 -52
- package/pager/pager-context.service.d.ts +0 -32
- package/pager/pager-element.component.d.ts +0 -74
- package/pager/pager-info.component.d.ts +0 -43
- package/pager/pager-input.component.d.ts +0 -45
- package/pager/pager-next-buttons.component.d.ts +0 -36
- package/pager/pager-numeric-buttons.component.d.ts +0 -52
- package/pager/pager-page-sizes.component.d.ts +0 -48
- package/pager/pager-prev-buttons.component.d.ts +0 -32
- package/pager/pager-template.directive.d.ts +0 -38
- package/pager/pager.component.d.ts +0 -73
- package/pager/pager.module.d.ts +0 -27
- package/pager/pagesize-item.interface.d.ts +0 -14
- package/rendering/body.module.d.ts +0 -28
- package/rendering/header/header.module.d.ts +0 -84
- package/shared.module.d.ts +0 -29
- /package/{esm2020 → esm2022}/column-menu/column-menu-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/column-menu/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/column-resizing/column-resize.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/columns/column-common.mjs +0 -0
- /package/{esm2020 → esm2022}/columns/sort-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/common/cell-click-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/common/create-form-group.mjs +0 -0
- /package/{esm2020 → esm2022}/common/default-track-by.mjs +0 -0
- /package/{esm2020 → esm2022}/common/filter-descriptor-differ.mjs +0 -0
- /package/{esm2020 → esm2022}/common/filter-operator.interface.mjs +0 -0
- /package/{esm2020/pager → esm2022/common}/pager-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/common/remove-confirmation.mjs +0 -0
- /package/{esm2020 → esm2022}/data/change-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/data/data-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/data/treelist-item.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/dragdrop/column-reorder-config.mjs +0 -0
- /package/{esm2020 → esm2022}/dragdrop/common.mjs +0 -0
- /package/{esm2020 → esm2022}/dragdrop/context-types.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/add-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/cancel-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/edit-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/remove-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing/save-event-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing-directives/create-form-group-args.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing-directives/edit-service.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/editing-directives/local-edit.service.mjs +0 -0
- /package/{esm2020 → esm2022}/editing-directives/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/excel/excel-export-data.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/filtering/cell/filter-cell-component.factory.mjs +0 -0
- /package/{esm2020 → esm2022}/filtering/filter-component.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/filtering/filterable.mjs +0 -0
- /package/{esm2020 → esm2022}/filtering/menu/filter-menu-component.factory.mjs +0 -0
- /package/{esm2020 → esm2022}/layout/row-sync.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/focusable-element.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/logical-cell.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/logical-row.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-cell.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-change.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-mode.mjs +0 -0
- /package/{esm2020 → esm2022}/navigation/navigation-row.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/pdf/export-element.mjs +0 -0
- /package/{esm2020 → esm2022}/pdf/pdf-export-event.mjs +0 -0
- /package/{esm2020 → esm2022}/pdf/pdf-margin.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-treelist.mjs +0 -0
- /package/{esm2020 → esm2022}/rendering/common/dom-queries.mjs +0 -0
- /package/{esm2020 → esm2022}/rendering/common/row-class.mjs +0 -0
- /package/{esm2020 → esm2022}/rendering/constants.mjs +0 -0
- /package/{esm2020 → esm2022}/row-reordering/types.mjs +0 -0
- /package/{esm2020 → esm2022}/row-reordering/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/content-scroll-event.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/scroll-bottom-event.mjs +0 -0
- /package/{esm2020 → esm2022}/scrolling/scrollmode.mjs +0 -0
- /package/{esm2020 → esm2022}/selection/is-selected.mjs +0 -0
- /package/{esm2020 → esm2022}/selection/selectable-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/utils.mjs +0 -0
@@ -1,57 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "../filter-row.component";
|
7
|
-
import * as i2 from "./filter-cell.component";
|
8
|
-
import * as i3 from "./filter-cell-template.directive";
|
9
|
-
import * as i4 from "./string-filter-cell.component";
|
10
|
-
import * as i5 from "./numeric-filter-cell.component";
|
11
|
-
import * as i6 from "./autocomplete-filter-cell.component";
|
12
|
-
import * as i7 from "./boolean-filter-cell.component";
|
13
|
-
import * as i8 from "./filter-cell-host.directive";
|
14
|
-
import * as i9 from "./filter-cell-wrapper.component";
|
15
|
-
import * as i10 from "./date-filter-cell.component";
|
16
|
-
import * as i11 from "./filter-cell-operators.component";
|
17
|
-
import * as i12 from "../operators/contains-filter-operator.component";
|
18
|
-
import * as i13 from "../operators/not-contains-filter-operator.component";
|
19
|
-
import * as i14 from "../operators/ends-with-filter-operator.component";
|
20
|
-
import * as i15 from "../operators/eq-filter-operator.component";
|
21
|
-
import * as i16 from "../operators/is-empty-filter-operator.component";
|
22
|
-
import * as i17 from "../operators/is-not-empty-filter-operator.component";
|
23
|
-
import * as i18 from "../operators/is-not-null-filter-operator.component";
|
24
|
-
import * as i19 from "../operators/isnull-filter-operator.component";
|
25
|
-
import * as i20 from "../operators/neq-filter-operator.component";
|
26
|
-
import * as i21 from "../operators/starts-with-filter-operator.component";
|
27
|
-
import * as i22 from "../operators/gt-filter-operator.component";
|
28
|
-
import * as i23 from "../operators/gte-filter-operator.component";
|
29
|
-
import * as i24 from "../operators/lt-filter-operator.component";
|
30
|
-
import * as i25 from "../operators/lte-filter-operator.component";
|
31
|
-
import * as i26 from "../operators/after-filter-operator.component";
|
32
|
-
import * as i27 from "../operators/after-eq-filter-operator.component";
|
33
|
-
import * as i28 from "../operators/before-eq-filter-operator.component";
|
34
|
-
import * as i29 from "../operators/before-filter-operator.component";
|
35
|
-
import * as i30 from "../filter-input.directive";
|
36
|
-
import * as i31 from "../../columns/column.component";
|
37
|
-
import * as i32 from "../../columns/column-group.component";
|
38
|
-
import * as i33 from "../../navigation/logical-cell.directive";
|
39
|
-
import * as i34 from "../../navigation/logical-row.directive";
|
40
|
-
import * as i35 from "../../navigation/focusable.directive";
|
41
|
-
import * as i36 from "../../rendering/common/col-group.component";
|
42
|
-
import * as i37 from "../../layout/resizable.directive";
|
43
|
-
import * as i38 from "@progress/kendo-angular-common";
|
44
|
-
import * as i39 from "../../rendering/common/field-accessor.pipe";
|
45
|
-
import * as i40 from "../../columns/span-column.component";
|
46
|
-
import * as i41 from "../../rendering/common/loading.component";
|
47
|
-
import * as i42 from "../../columns/checkbox-column.component";
|
48
|
-
import * as i43 from "../../columns/rowreorder-column.component";
|
49
|
-
/**
|
50
|
-
* @hidden
|
51
|
-
* @deprecated
|
52
|
-
*/
|
53
|
-
export declare class RowFilterModule {
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RowFilterModule, never>;
|
55
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RowFilterModule, never, [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent], [typeof i1.FilterRowComponent, typeof i2.FilterCellComponent, typeof i3.FilterCellTemplateDirective, typeof i4.StringFilterCellComponent, typeof i5.NumericFilterCellComponent, typeof i6.AutoCompleteFilterCellComponent, typeof i7.BooleanFilterCellComponent, typeof i8.FilterCellHostDirective, typeof i9.FilterCellWrapperComponent, typeof i10.DateFilterCellComponent, typeof i11.FilterCellOperatorsComponent, typeof i12.ContainsFilterOperatorComponent, typeof i13.DoesNotContainFilterOperatorComponent, typeof i14.EndsWithFilterOperatorComponent, typeof i15.EqualFilterOperatorComponent, typeof i16.IsEmptyFilterOperatorComponent, typeof i17.IsNotEmptyFilterOperatorComponent, typeof i18.IsNotNullFilterOperatorComponent, typeof i19.IsNullFilterOperatorComponent, typeof i20.NotEqualFilterOperatorComponent, typeof i21.StartsWithFilterOperatorComponent, typeof i22.GreaterFilterOperatorComponent, typeof i23.GreaterOrEqualToFilterOperatorComponent, typeof i24.LessFilterOperatorComponent, typeof i25.LessOrEqualToFilterOperatorComponent, typeof i26.AfterFilterOperatorComponent, typeof i27.AfterEqFilterOperatorComponent, typeof i28.BeforeEqFilterOperatorComponent, typeof i29.BeforeFilterOperatorComponent, typeof i30.FilterInputDirective, typeof i31.ColumnComponent, typeof i32.ColumnGroupComponent, typeof i33.LogicalCellDirective, typeof i34.LogicalRowDirective, typeof i35.FocusableDirective, typeof i36.ColGroupComponent, typeof i37.ResizableContainerDirective, typeof i38.TemplateContextDirective, typeof i39.FieldAccessorPipe, typeof i40.SpanColumnComponent, typeof i41.LoadingComponent, typeof i11.FilterCellOperatorsComponent, typeof i42.CheckboxColumnComponent, typeof i43.RowReorderColumnComponent]>;
|
56
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RowFilterModule>;
|
57
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "./filter-menu.component";
|
7
|
-
import * as i2 from "./filter-menu-container.component";
|
8
|
-
import * as i3 from "./filter-menu-input-wrapper.component";
|
9
|
-
import * as i4 from "./string-filter-menu-input.component";
|
10
|
-
import * as i5 from "./string-filter-menu.component";
|
11
|
-
import * as i6 from "./filter-menu-template.directive";
|
12
|
-
import * as i7 from "./numeric-filter-menu.component";
|
13
|
-
import * as i8 from "./numeric-filter-menu-input.component";
|
14
|
-
import * as i9 from "./date-filter-menu-input.component";
|
15
|
-
import * as i10 from "./date-filter-menu.component";
|
16
|
-
import * as i11 from "./filter-menu-host.directive";
|
17
|
-
import * as i12 from "./boolean-filter-menu.component";
|
18
|
-
import * as i13 from "./filter-radio-button.directive";
|
19
|
-
import * as i14 from "../cell/filter-cell-operators.component";
|
20
|
-
import * as i15 from "../operators/contains-filter-operator.component";
|
21
|
-
import * as i16 from "../operators/not-contains-filter-operator.component";
|
22
|
-
import * as i17 from "../operators/ends-with-filter-operator.component";
|
23
|
-
import * as i18 from "../operators/eq-filter-operator.component";
|
24
|
-
import * as i19 from "../operators/is-empty-filter-operator.component";
|
25
|
-
import * as i20 from "../operators/is-not-empty-filter-operator.component";
|
26
|
-
import * as i21 from "../operators/is-not-null-filter-operator.component";
|
27
|
-
import * as i22 from "../operators/isnull-filter-operator.component";
|
28
|
-
import * as i23 from "../operators/neq-filter-operator.component";
|
29
|
-
import * as i24 from "../operators/starts-with-filter-operator.component";
|
30
|
-
import * as i25 from "../operators/gt-filter-operator.component";
|
31
|
-
import * as i26 from "../operators/gte-filter-operator.component";
|
32
|
-
import * as i27 from "../operators/lt-filter-operator.component";
|
33
|
-
import * as i28 from "../operators/lte-filter-operator.component";
|
34
|
-
import * as i29 from "../operators/after-filter-operator.component";
|
35
|
-
import * as i30 from "../operators/after-eq-filter-operator.component";
|
36
|
-
import * as i31 from "../operators/before-eq-filter-operator.component";
|
37
|
-
import * as i32 from "../operators/before-filter-operator.component";
|
38
|
-
import * as i33 from "../filter-input.directive";
|
39
|
-
import * as i34 from "../../columns/column.component";
|
40
|
-
import * as i35 from "../../columns/column-group.component";
|
41
|
-
import * as i36 from "../../navigation/logical-cell.directive";
|
42
|
-
import * as i37 from "../../navigation/logical-row.directive";
|
43
|
-
import * as i38 from "../../navigation/focusable.directive";
|
44
|
-
import * as i39 from "../../rendering/common/col-group.component";
|
45
|
-
import * as i40 from "../../layout/resizable.directive";
|
46
|
-
import * as i41 from "@progress/kendo-angular-common";
|
47
|
-
import * as i42 from "../../rendering/common/field-accessor.pipe";
|
48
|
-
import * as i43 from "../../columns/span-column.component";
|
49
|
-
import * as i44 from "../../rendering/common/loading.component";
|
50
|
-
import * as i45 from "../../columns/checkbox-column.component";
|
51
|
-
import * as i46 from "../../columns/rowreorder-column.component";
|
52
|
-
/**
|
53
|
-
* @hidden
|
54
|
-
* @deprecated
|
55
|
-
*/
|
56
|
-
export declare class FilterMenuModule {
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuModule, never>;
|
58
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FilterMenuModule, never, [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent], [typeof i1.FilterMenuComponent, typeof i2.FilterMenuContainerComponent, typeof i3.FilterMenuInputWrapperComponent, typeof i4.StringFilterMenuInputComponent, typeof i5.StringFilterMenuComponent, typeof i6.FilterMenuTemplateDirective, typeof i7.NumericFilterMenuComponent, typeof i8.NumericFilterMenuInputComponent, typeof i9.DateFilterMenuInputComponent, typeof i10.DateFilterMenuComponent, typeof i11.FilterMenuHostDirective, typeof i12.BooleanFilterMenuComponent, typeof i13.BooleanFilterRadioButtonDirective, typeof i14.FilterCellOperatorsComponent, typeof i15.ContainsFilterOperatorComponent, typeof i16.DoesNotContainFilterOperatorComponent, typeof i17.EndsWithFilterOperatorComponent, typeof i18.EqualFilterOperatorComponent, typeof i19.IsEmptyFilterOperatorComponent, typeof i20.IsNotEmptyFilterOperatorComponent, typeof i21.IsNotNullFilterOperatorComponent, typeof i22.IsNullFilterOperatorComponent, typeof i23.NotEqualFilterOperatorComponent, typeof i24.StartsWithFilterOperatorComponent, typeof i25.GreaterFilterOperatorComponent, typeof i26.GreaterOrEqualToFilterOperatorComponent, typeof i27.LessFilterOperatorComponent, typeof i28.LessOrEqualToFilterOperatorComponent, typeof i29.AfterFilterOperatorComponent, typeof i30.AfterEqFilterOperatorComponent, typeof i31.BeforeEqFilterOperatorComponent, typeof i32.BeforeFilterOperatorComponent, typeof i33.FilterInputDirective, typeof i34.ColumnComponent, typeof i35.ColumnGroupComponent, typeof i36.LogicalCellDirective, typeof i37.LogicalRowDirective, typeof i38.FocusableDirective, typeof i39.ColGroupComponent, typeof i40.ResizableContainerDirective, typeof i41.TemplateContextDirective, typeof i42.FieldAccessorPipe, typeof i43.SpanColumnComponent, typeof i44.LoadingComponent, typeof i14.FilterCellOperatorsComponent, typeof i45.CheckboxColumnComponent, typeof i46.RowReorderColumnComponent]>;
|
59
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FilterMenuModule>;
|
60
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import * as i0 from "@angular/core";
|
6
|
-
import * as i1 from "./cell/filter-cell-operators.component";
|
7
|
-
import * as i2 from "./operators/contains-filter-operator.component";
|
8
|
-
import * as i3 from "./operators/not-contains-filter-operator.component";
|
9
|
-
import * as i4 from "./operators/ends-with-filter-operator.component";
|
10
|
-
import * as i5 from "./operators/eq-filter-operator.component";
|
11
|
-
import * as i6 from "./operators/is-empty-filter-operator.component";
|
12
|
-
import * as i7 from "./operators/is-not-empty-filter-operator.component";
|
13
|
-
import * as i8 from "./operators/is-not-null-filter-operator.component";
|
14
|
-
import * as i9 from "./operators/isnull-filter-operator.component";
|
15
|
-
import * as i10 from "./operators/neq-filter-operator.component";
|
16
|
-
import * as i11 from "./operators/starts-with-filter-operator.component";
|
17
|
-
import * as i12 from "./operators/gt-filter-operator.component";
|
18
|
-
import * as i13 from "./operators/gte-filter-operator.component";
|
19
|
-
import * as i14 from "./operators/lt-filter-operator.component";
|
20
|
-
import * as i15 from "./operators/lte-filter-operator.component";
|
21
|
-
import * as i16 from "./operators/after-filter-operator.component";
|
22
|
-
import * as i17 from "./operators/after-eq-filter-operator.component";
|
23
|
-
import * as i18 from "./operators/before-eq-filter-operator.component";
|
24
|
-
import * as i19 from "./operators/before-filter-operator.component";
|
25
|
-
import * as i20 from "./filter-input.directive";
|
26
|
-
import * as i21 from "../columns/column.component";
|
27
|
-
import * as i22 from "../columns/column-group.component";
|
28
|
-
import * as i23 from "../navigation/logical-cell.directive";
|
29
|
-
import * as i24 from "../navigation/logical-row.directive";
|
30
|
-
import * as i25 from "../navigation/focusable.directive";
|
31
|
-
import * as i26 from "../rendering/common/col-group.component";
|
32
|
-
import * as i27 from "../layout/resizable.directive";
|
33
|
-
import * as i28 from "@progress/kendo-angular-common";
|
34
|
-
import * as i29 from "../rendering/common/field-accessor.pipe";
|
35
|
-
import * as i30 from "../columns/span-column.component";
|
36
|
-
import * as i31 from "../rendering/common/loading.component";
|
37
|
-
import * as i32 from "../columns/checkbox-column.component";
|
38
|
-
import * as i33 from "../columns/rowreorder-column.component";
|
39
|
-
import * as i34 from "@progress/kendo-angular-dropdowns";
|
40
|
-
import * as i35 from "@progress/kendo-angular-inputs";
|
41
|
-
import * as i36 from "@progress/kendo-angular-dateinputs";
|
42
|
-
import * as i37 from "@progress/kendo-angular-popup";
|
43
|
-
import * as i38 from "@progress/kendo-angular-buttons";
|
44
|
-
/**
|
45
|
-
* @hidden
|
46
|
-
* @deprecated
|
47
|
-
*/
|
48
|
-
export declare class SharedFilterModule {
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedFilterModule, never>;
|
50
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedFilterModule, never, [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent], [typeof i1.FilterCellOperatorsComponent, typeof i2.ContainsFilterOperatorComponent, typeof i3.DoesNotContainFilterOperatorComponent, typeof i4.EndsWithFilterOperatorComponent, typeof i5.EqualFilterOperatorComponent, typeof i6.IsEmptyFilterOperatorComponent, typeof i7.IsNotEmptyFilterOperatorComponent, typeof i8.IsNotNullFilterOperatorComponent, typeof i9.IsNullFilterOperatorComponent, typeof i10.NotEqualFilterOperatorComponent, typeof i11.StartsWithFilterOperatorComponent, typeof i12.GreaterFilterOperatorComponent, typeof i13.GreaterOrEqualToFilterOperatorComponent, typeof i14.LessFilterOperatorComponent, typeof i15.LessOrEqualToFilterOperatorComponent, typeof i16.AfterFilterOperatorComponent, typeof i17.AfterEqFilterOperatorComponent, typeof i18.BeforeEqFilterOperatorComponent, typeof i19.BeforeFilterOperatorComponent, typeof i20.FilterInputDirective, typeof i21.ColumnComponent, typeof i22.ColumnGroupComponent, typeof i23.LogicalCellDirective, typeof i24.LogicalRowDirective, typeof i25.FocusableDirective, typeof i26.ColGroupComponent, typeof i27.ResizableContainerDirective, typeof i28.TemplateContextDirective, typeof i29.FieldAccessorPipe, typeof i30.SpanColumnComponent, typeof i31.LoadingComponent, typeof i1.FilterCellOperatorsComponent, typeof i32.CheckboxColumnComponent, typeof i33.RowReorderColumnComponent, typeof i34.DropDownListModule, typeof i34.AutoCompleteModule, typeof i35.InputsModule, typeof i36.DatePickerModule, typeof i37.PopupModule, typeof i38.ButtonModule]>;
|
51
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedFilterModule>;
|
52
|
-
}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { Subject } from "rxjs";
|
6
|
-
import { PageChangeEvent } from "../data/change-event-args.interface";
|
7
|
-
/**
|
8
|
-
* @hidden
|
9
|
-
*/
|
10
|
-
export declare type PagerContextChanges = {
|
11
|
-
total: number;
|
12
|
-
skip: number;
|
13
|
-
pageSize: number;
|
14
|
-
allCount: number;
|
15
|
-
};
|
16
|
-
/**
|
17
|
-
* @hidden
|
18
|
-
*/
|
19
|
-
export declare class PagerContextService {
|
20
|
-
total: number;
|
21
|
-
skip: number;
|
22
|
-
pageSize: number;
|
23
|
-
allCount: number;
|
24
|
-
changes: Subject<PagerContextChanges>;
|
25
|
-
pageChange: Subject<PageChangeEvent>;
|
26
|
-
private get currentPage();
|
27
|
-
notifyChanges(changes: PagerContextChanges): void;
|
28
|
-
changePage(page: number): void;
|
29
|
-
changePageSize(value: number): void;
|
30
|
-
nextPage(): void;
|
31
|
-
prevPage(): void;
|
32
|
-
}
|
@@ -1,74 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { OnInit, OnDestroy, ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
/**
|
11
|
-
* @hidden
|
12
|
-
*/
|
13
|
-
export declare abstract class PagerElementComponent implements OnInit, OnDestroy {
|
14
|
-
private localization;
|
15
|
-
protected pagerContext: PagerContextService;
|
16
|
-
protected cd: ChangeDetectorRef;
|
17
|
-
total: number;
|
18
|
-
skip: number;
|
19
|
-
pageSize: number;
|
20
|
-
allCount: number;
|
21
|
-
caretAltLeftIcon: SVGIcon;
|
22
|
-
caretAltToLeftIcon: SVGIcon;
|
23
|
-
caretAltRightIcon: SVGIcon;
|
24
|
-
caretAltToRightIcon: SVGIcon;
|
25
|
-
/**
|
26
|
-
* @hidden
|
27
|
-
*
|
28
|
-
* @readonly
|
29
|
-
* @type {number}
|
30
|
-
* @memberOf PagerElementComponent
|
31
|
-
*/
|
32
|
-
get currentPage(): number;
|
33
|
-
/**
|
34
|
-
* @hidden
|
35
|
-
*
|
36
|
-
* @readonly
|
37
|
-
* @type {number}
|
38
|
-
* @memberOf PagerElementComponent
|
39
|
-
*/
|
40
|
-
get totalPages(): number;
|
41
|
-
private subscriptions;
|
42
|
-
constructor(localization: LocalizationService, pagerContext: PagerContextService, cd: ChangeDetectorRef);
|
43
|
-
/**
|
44
|
-
* @hidden
|
45
|
-
*
|
46
|
-
* @param {string} key
|
47
|
-
* @returns {string}
|
48
|
-
*
|
49
|
-
* @memberOf PagerElementComponent
|
50
|
-
*/
|
51
|
-
textFor(key: string): string;
|
52
|
-
/**
|
53
|
-
* @hidden
|
54
|
-
*
|
55
|
-
* @param {number} page
|
56
|
-
*
|
57
|
-
* @memberOf PagerElementComponent
|
58
|
-
*/
|
59
|
-
changePage(page: number): boolean;
|
60
|
-
/**
|
61
|
-
* @hidden
|
62
|
-
*
|
63
|
-
* @memberOf PagerElementComponent
|
64
|
-
*/
|
65
|
-
ngOnInit(): void;
|
66
|
-
protected abstract onChanges(changes: PagerContextChanges): void;
|
67
|
-
ngOnDestroy(): void;
|
68
|
-
get prevArrowIcons(): string[];
|
69
|
-
get prevArrowSVGIcons(): SVGIcon[];
|
70
|
-
get nextArrowIcons(): string[];
|
71
|
-
get nextArrowSVGIcons(): SVGIcon[];
|
72
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerElementComponent, never>;
|
73
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerElementComponent, never, never, {}, {}, never, never, false, never>;
|
74
|
-
}
|
@@ -1,43 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { PagerElementComponent } from './pager-element.component';
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
/**
|
11
|
-
* Displays information about the current page and the total number of records ([see example](slug:pager_template_treelist)).
|
12
|
-
*/
|
13
|
-
export declare class PagerInfoComponent extends PagerElementComponent {
|
14
|
-
protected pagerContext: PagerContextService;
|
15
|
-
/**
|
16
|
-
* @hidden
|
17
|
-
*
|
18
|
-
* @readonly
|
19
|
-
* @type {number}
|
20
|
-
* @memberOf PagerInfoComponent
|
21
|
-
*/
|
22
|
-
get currentPageText(): number;
|
23
|
-
/**
|
24
|
-
* @hidden
|
25
|
-
*
|
26
|
-
* @readonly
|
27
|
-
* @type {number}
|
28
|
-
* @memberOf PagerInfoComponent
|
29
|
-
*/
|
30
|
-
get maxPage(): number;
|
31
|
-
/**
|
32
|
-
* @hidden
|
33
|
-
*
|
34
|
-
* @readonly
|
35
|
-
* @type {boolean}
|
36
|
-
* @memberOf PagerInfoComponent
|
37
|
-
*/
|
38
|
-
get classes(): boolean;
|
39
|
-
constructor(localization: LocalizationService, cd: ChangeDetectorRef, pagerContext: PagerContextService);
|
40
|
-
protected onChanges({ allCount, total, skip, pageSize }: PagerContextChanges): void;
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerInfoComponent, never>;
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInfoComponent, "kendo-treelist-pager-info", never, {}, {}, never, never, true, never>;
|
43
|
-
}
|
@@ -1,45 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
|
6
|
-
import { ChangeDetectorRef, NgZone } from '@angular/core';
|
7
|
-
import { LocalizationService } from "@progress/kendo-angular-l10n";
|
8
|
-
import { PagerElementComponent } from './pager-element.component';
|
9
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
10
|
-
import { NavigationService } from '../navigation/navigation.service';
|
11
|
-
import * as i0 from "@angular/core";
|
12
|
-
/**
|
13
|
-
* Displays an input element which allows the typing and rendering of page numbers.
|
14
|
-
*/
|
15
|
-
export declare class PagerInputComponent extends PagerElementComponent {
|
16
|
-
protected pagerContext: PagerContextService;
|
17
|
-
navigationService: NavigationService;
|
18
|
-
private zone;
|
19
|
-
numericInput: NumericTextBoxComponent;
|
20
|
-
constructor(localization: LocalizationService, pagerContext: PagerContextService, navigationService: NavigationService, zone: NgZone, cd: ChangeDetectorRef);
|
21
|
-
/**
|
22
|
-
* @hidden
|
23
|
-
*
|
24
|
-
* @param {string} value
|
25
|
-
*
|
26
|
-
* @memberOf PagerInputComponent
|
27
|
-
*/
|
28
|
-
handleKeyDown: (event: KeyboardEvent) => void;
|
29
|
-
/**
|
30
|
-
* @hidden
|
31
|
-
*
|
32
|
-
* @param {string} value
|
33
|
-
*
|
34
|
-
* @memberOf PagerInputComponent
|
35
|
-
*/
|
36
|
-
handleBlur: () => void;
|
37
|
-
/**
|
38
|
-
* @hidden
|
39
|
-
*/
|
40
|
-
get current(): number;
|
41
|
-
get hasPages(): boolean;
|
42
|
-
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerInputComponent, never>;
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerInputComponent, "kendo-treelist-pager-input", never, {}, {}, never, never, true, never>;
|
45
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
8
|
-
import { PagerElementComponent } from './pager-element.component';
|
9
|
-
import { NavigationService } from '../navigation/navigation.service';
|
10
|
-
import * as i0 from "@angular/core";
|
11
|
-
/**
|
12
|
-
* Displays buttons for navigating to the next and to the last page ([see example](slug:pager_template_treelist)).
|
13
|
-
*/
|
14
|
-
export declare class PagerNextButtonsComponent extends PagerElementComponent {
|
15
|
-
navigationService: NavigationService;
|
16
|
-
/**
|
17
|
-
* @hidden
|
18
|
-
*
|
19
|
-
* @readonly
|
20
|
-
* @type {boolean}
|
21
|
-
* @memberOf PagerNextButtonsComponent
|
22
|
-
*/
|
23
|
-
get disabled(): boolean;
|
24
|
-
/**
|
25
|
-
* @hidden
|
26
|
-
*/
|
27
|
-
navigable: boolean;
|
28
|
-
constructor(localization: LocalizationService, pagerContext: PagerContextService, cd: ChangeDetectorRef, navigationService: NavigationService);
|
29
|
-
/**
|
30
|
-
* @hidden
|
31
|
-
*/
|
32
|
-
onButtonClick(buttonName: string): void;
|
33
|
-
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerNextButtonsComponent, never>;
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNextButtonsComponent, "kendo-treelist-pager-next-buttons", never, { "navigable": "navigable"; }, {}, never, never, true, never>;
|
36
|
-
}
|
@@ -1,52 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
-
import { PagerContextChanges, PagerContextService } from './pager-context.service';
|
8
|
-
import { PagerElementComponent } from './pager-element.component';
|
9
|
-
import * as i0 from "@angular/core";
|
10
|
-
/**
|
11
|
-
* Displays numeric buttons to enable navigation between the pages ([see example](slug:pager_template_treelist)).
|
12
|
-
*/
|
13
|
-
export declare class PagerNumericButtonsComponent extends PagerElementComponent {
|
14
|
-
protected pagerContext: PagerContextService;
|
15
|
-
selectElement: any;
|
16
|
-
numbersElement: any;
|
17
|
-
/**
|
18
|
-
* The count of the displayed buttons.
|
19
|
-
*
|
20
|
-
* @type {number}
|
21
|
-
* @memberOf PagerNumericButtonsComponent
|
22
|
-
*/
|
23
|
-
buttonCount: number;
|
24
|
-
/**
|
25
|
-
* @hidden
|
26
|
-
*
|
27
|
-
* @readonly
|
28
|
-
* @type {number[]}
|
29
|
-
* @memberOf PagerNumericButtonsComponent
|
30
|
-
*/
|
31
|
-
get buttons(): number[];
|
32
|
-
/**
|
33
|
-
* @hidden
|
34
|
-
*/
|
35
|
-
get end(): number;
|
36
|
-
/**
|
37
|
-
* @hidden
|
38
|
-
*/
|
39
|
-
get start(): number;
|
40
|
-
constructor(localization: LocalizationService, cd: ChangeDetectorRef, pagerContext: PagerContextService);
|
41
|
-
/**
|
42
|
-
* @hidden
|
43
|
-
*/
|
44
|
-
pageLabel(num: number): string;
|
45
|
-
/**
|
46
|
-
* @hidden
|
47
|
-
*/
|
48
|
-
onSelectChange(e: Event): void;
|
49
|
-
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerNumericButtonsComponent, never>;
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerNumericButtonsComponent, "kendo-treelist-pager-numeric-buttons", never, { "buttonCount": "buttonCount"; }, {}, never, never, true, never>;
|
52
|
-
}
|
@@ -1,48 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ChangeDetectorRef, ElementRef } from '@angular/core';
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
-
import { PagerElementComponent } from './pager-element.component';
|
8
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
9
|
-
import { PageSizeItem } from './pagesize-item.interface';
|
10
|
-
import * as i0 from "@angular/core";
|
11
|
-
/**
|
12
|
-
* Displays a drop-down list for the page size selection ([see example](slug:pager_template_treelist)).
|
13
|
-
*/
|
14
|
-
export declare class PagerPageSizesComponent extends PagerElementComponent {
|
15
|
-
elem: ElementRef;
|
16
|
-
protected pagerContext: PagerContextService;
|
17
|
-
/**
|
18
|
-
* The page sizes collection. Can be an Array of numbers and/or PageSizeItem objects.
|
19
|
-
* [More information and example]({% slug api_treelist_pagerpagesizescomponent %})
|
20
|
-
*/
|
21
|
-
set pageSizes(pageSizes: Array<PageSizeItem | number>);
|
22
|
-
get pageSizes(): Array<PageSizeItem | number>;
|
23
|
-
/**
|
24
|
-
* @hidden
|
25
|
-
*
|
26
|
-
* @readonly
|
27
|
-
*/
|
28
|
-
get classes(): boolean;
|
29
|
-
/**
|
30
|
-
* @hidden
|
31
|
-
*
|
32
|
-
* @readonly
|
33
|
-
*/
|
34
|
-
get showInitialPageSize(): boolean;
|
35
|
-
private _pageSizes;
|
36
|
-
constructor(elem: ElementRef, localization: LocalizationService, cd: ChangeDetectorRef, pagerContext: PagerContextService);
|
37
|
-
/**
|
38
|
-
* @hidden
|
39
|
-
*/
|
40
|
-
pageSizeChange(value: any): void;
|
41
|
-
/**
|
42
|
-
* @hidden
|
43
|
-
*/
|
44
|
-
getValue(page: PageSizeItem): number;
|
45
|
-
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
46
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerPageSizesComponent, never>;
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPageSizesComponent, "kendo-treelist-pager-page-sizes", never, { "pageSizes": "pageSizes"; }, {}, never, never, true, never>;
|
48
|
-
}
|
@@ -1,32 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
-
import { PagerContextService, PagerContextChanges } from "./pager-context.service";
|
8
|
-
import { PagerElementComponent } from './pager-element.component';
|
9
|
-
import { NavigationService } from '../navigation/navigation.service';
|
10
|
-
import * as i0 from "@angular/core";
|
11
|
-
/**
|
12
|
-
* Displays buttons for navigating to the first and to the previous page ([see example](slug:pager_template_treelist)).
|
13
|
-
*/
|
14
|
-
export declare class PagerPrevButtonsComponent extends PagerElementComponent {
|
15
|
-
navigationService: NavigationService;
|
16
|
-
constructor(localization: LocalizationService, pagerContext: PagerContextService, cd: ChangeDetectorRef, navigationService: NavigationService);
|
17
|
-
/**
|
18
|
-
* @hidden
|
19
|
-
*
|
20
|
-
* @readonly
|
21
|
-
* @type {boolean}
|
22
|
-
* @memberOf PagerPrevButtonsComponent
|
23
|
-
*/
|
24
|
-
get disabled(): boolean;
|
25
|
-
/**
|
26
|
-
* @hidden
|
27
|
-
*/
|
28
|
-
onButtonClick(buttonName: string): void;
|
29
|
-
protected onChanges({ total, skip, pageSize }: PagerContextChanges): void;
|
30
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerPrevButtonsComponent, never>;
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerPrevButtonsComponent, "kendo-treelist-pager-prev-buttons", never, {}, {}, never, never, true, never>;
|
32
|
-
}
|
@@ -1,38 +0,0 @@
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
5
|
-
import { TemplateRef } from '@angular/core';
|
6
|
-
import * as i0 from "@angular/core";
|
7
|
-
/**
|
8
|
-
* Represents the pager template which helps to customize the pager appearance in the TreeList. To define a pager
|
9
|
-
* template, nest an `<ng-template>` tag with the `kendoTreeListPagerTemplate` directive inside `<kendo-treelist>`. [See example](slug:pager_template_treelist).
|
10
|
-
*
|
11
|
-
* The template context provides the following fields:
|
12
|
-
* * `currentPage`—The index of the displayed page.
|
13
|
-
* * `pageSize`—The value of the current `pageSize`.
|
14
|
-
* * `skip`—The current skip value.
|
15
|
-
* * `total`—The total number of records.
|
16
|
-
* * `totalPages`—The total number of available pages.
|
17
|
-
*
|
18
|
-
* @example
|
19
|
-
* ```html
|
20
|
-
* <kendo-treelist ...>
|
21
|
-
* <kendo-treelist-column field="type"></kendo-treelist-column>
|
22
|
-
* <ng-template
|
23
|
-
* kendoTreeListPagerTemplate
|
24
|
-
* let-totalPages="totalPages"
|
25
|
-
* let-currentPage="currentPage">
|
26
|
-
* <kendo-treelist-pager-prev-buttons></kendo-treelist-pager-prev-buttons>
|
27
|
-
* <kendo-treelist-pager-next-buttons></kendo-treelist-pager-next-buttons>
|
28
|
-
* <kendo-treelist-pager-info></kendo-treelist-pager-info>
|
29
|
-
* </ng-template>
|
30
|
-
* </kendo-treelist>
|
31
|
-
* ```
|
32
|
-
*/
|
33
|
-
export declare class PagerTemplateDirective {
|
34
|
-
templateRef: TemplateRef<any>;
|
35
|
-
constructor(templateRef: TemplateRef<any>);
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerTemplateDirective, [{ optional: true; }]>;
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PagerTemplateDirective, "[kendoTreeListPagerTemplate]", never, {}, {}, never, never, true, never>;
|
38
|
-
}
|