@progress/kendo-angular-treelist 17.0.0-develop.3 → 17.0.0-develop.30
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/README.md +48 -19
- 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 +1 -1
- 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/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 -4
- 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 +27 -19
- package/{esm2020 → esm2022}/column-menu/column-list.component.mjs +28 -16
- 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 -2
- 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 +31 -24
- 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 +54 -34
- 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/esm2022/filtering/cell/row-filtering.module.mjs +77 -0
- package/{esm2020 → esm2022}/filtering/cell/string-filter-cell.component.mjs +23 -18
- 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 +22 -15
- 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/esm2022/filtering/menu/filter-menu.module.mjs +80 -0
- 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 +12 -5
- 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/shared-filtering.module.mjs +18 -18
- package/{esm2020 → esm2022}/filtering/string-filter.component.mjs +20 -15
- package/{esm2020 → esm2022}/index.mjs +3 -0
- 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 +410 -0
- package/{esm2020 → esm2022}/navigation/default-focusable-element.mjs +8 -5
- 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 +44 -24
- package/{esm2020 → esm2022}/navigation/treelist-focusable-element.mjs +1 -0
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/pager/pager-context.service.mjs +6 -4
- package/{esm2020 → esm2022}/pager/pager-element.component.mjs +24 -16
- package/{esm2020 → esm2022}/pager/pager-info.component.mjs +8 -7
- package/{esm2020 → esm2022}/pager/pager-input.component.mjs +43 -39
- package/{esm2020 → esm2022}/pager/pager-next-buttons.component.mjs +14 -9
- package/{esm2020 → esm2022}/pager/pager-numeric-buttons.component.mjs +19 -9
- package/{esm2020 → esm2022}/pager/pager-page-sizes.component.mjs +12 -10
- package/{esm2020 → esm2022}/pager/pager-prev-buttons.component.mjs +6 -5
- package/{esm2020 → esm2022}/pager/pager-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/pager/pager.component.mjs +84 -70
- package/esm2022/pager/pager.module.mjs +43 -0
- 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/esm2022/rendering/body.module.mjs +41 -0
- package/{esm2020 → esm2022}/rendering/cell-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/cell.component.mjs +41 -25
- 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 +11 -6
- 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 +47 -28
- package/{esm2020 → esm2022}/rendering/header/header.module.mjs +4 -4
- package/{esm2020 → esm2022}/rendering/list.component.mjs +80 -40
- package/{esm2020 → esm2022}/rendering/no-records-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/rendering/table-body.component.mjs +45 -19
- 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}/shared.module.mjs +4 -4
- package/{esm2020 → esm2022}/treelist.component.mjs +474 -394
- package/esm2022/treelist.module.mjs +178 -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 +4012 -2474
- 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 +3 -0
- package/layout/resizable.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 +26 -31
- package/pager/pager-context.service.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-settings.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- 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/body.module.d.ts +6 -5
- 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 +1 -1
- 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 +3 -3
- 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 +1 -1
- package/treelist.module.d.ts +67 -65
- package/utils.d.ts +1 -1
- package/esm2020/common/dom-events.service.mjs +0 -26
- package/esm2020/filtering/cell/row-filtering.module.mjs +0 -77
- package/esm2020/filtering/menu/filter-menu.module.mjs +0 -80
- package/esm2020/localization/messages.mjs +0 -138
- package/esm2020/pager/pager.module.mjs +0 -43
- package/esm2020/rendering/body.module.mjs +0 -40
- package/esm2020/treelist.module.mjs +0 -176
- package/fesm2015/progress-kendo-angular-treelist.mjs +0 -21537
- /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 → esm2022}/common/remove-confirmation.mjs +0 -0
- /package/{esm2020 → esm2022}/constants.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}/pager/pager-settings.mjs +0 -0
- /package/{esm2020 → esm2022}/pager/pagesize-item.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
@@ -52,25 +52,25 @@ import * as i33 from "../columns/rowreorder-column.component";
|
|
52
52
|
* @deprecated
|
53
53
|
*/
|
54
54
|
export class SharedFilterModule {
|
55
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
56
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent], exports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
57
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, providers: [
|
58
|
+
PopupService,
|
59
|
+
ResizeBatchService,
|
60
|
+
IconsService,
|
61
|
+
DialogContainerService,
|
62
|
+
DialogService,
|
63
|
+
WindowService,
|
64
|
+
WindowContainerService,
|
65
|
+
CalendarDOMService,
|
66
|
+
CenturyViewService,
|
67
|
+
DecadeViewService,
|
68
|
+
MonthViewService,
|
69
|
+
YearViewService,
|
70
|
+
NavigationService
|
71
|
+
], imports: [i1.FilterCellOperatorsComponent, i1.FilterCellOperatorsComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
55
72
|
}
|
56
|
-
|
57
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent], exports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
58
|
-
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
59
|
-
PopupService,
|
60
|
-
ResizeBatchService,
|
61
|
-
IconsService,
|
62
|
-
DialogContainerService,
|
63
|
-
DialogService,
|
64
|
-
WindowService,
|
65
|
-
WindowContainerService,
|
66
|
-
CalendarDOMService,
|
67
|
-
CenturyViewService,
|
68
|
-
DecadeViewService,
|
69
|
-
MonthViewService,
|
70
|
-
YearViewService,
|
71
|
-
NavigationService
|
72
|
-
], imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i21.ColumnComponent, i22.ColumnGroupComponent, i26.ColGroupComponent, i30.SpanColumnComponent, i31.LoadingComponent, i1.FilterCellOperatorsComponent, i32.CheckboxColumnComponent, i33.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
73
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
73
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SharedFilterModule, decorators: [{
|
74
74
|
type: NgModule,
|
75
75
|
args: [{
|
76
76
|
exports: [...SHARED_FILTER_EXPORTS, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule],
|
@@ -28,16 +28,18 @@ const stringOperators = localizeOperators({
|
|
28
28
|
* Represents a base string filter component.
|
29
29
|
*/
|
30
30
|
export class StringFilterComponent extends BaseFilterCellComponent {
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
31
|
+
localization;
|
32
|
+
/**
|
33
|
+
* The column with which the filter is associated.
|
34
|
+
* @type {ColumnComponent}
|
35
|
+
*/
|
36
|
+
column;
|
37
|
+
/**
|
38
|
+
* The default filter operator.
|
39
|
+
* @type {string}
|
40
|
+
* @default 'contains'
|
41
|
+
*/
|
42
|
+
operator = "contains";
|
41
43
|
/**
|
42
44
|
* The current filter for the associated column field.
|
43
45
|
* @readonly
|
@@ -54,6 +56,11 @@ export class StringFilterComponent extends BaseFilterCellComponent {
|
|
54
56
|
get currentOperator() {
|
55
57
|
return this.currentFilter ? this.currentFilter.operator : this.operator;
|
56
58
|
}
|
59
|
+
subscription;
|
60
|
+
constructor(filterService, localization) {
|
61
|
+
super(filterService);
|
62
|
+
this.localization = localization;
|
63
|
+
}
|
57
64
|
ngOnInit() {
|
58
65
|
this.subscription = this.localization.changes.subscribe(this.localizationChange.bind(this));
|
59
66
|
}
|
@@ -69,16 +76,14 @@ export class StringFilterComponent extends BaseFilterCellComponent {
|
|
69
76
|
this.operators = toJSON(this.operatorList.toArray());
|
70
77
|
}
|
71
78
|
}
|
79
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
80
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: StringFilterComponent, inputs: { column: "column", operator: "operator" }, usesInheritance: true, ngImport: i0 });
|
72
81
|
}
|
73
|
-
|
74
|
-
StringFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterComponent, inputs: { column: "column", filter: "filter", operator: "operator" }, usesInheritance: true, ngImport: i0 });
|
75
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterComponent, decorators: [{
|
82
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StringFilterComponent, decorators: [{
|
76
83
|
type: Directive,
|
77
84
|
args: [{}]
|
78
85
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { column: [{
|
79
86
|
type: Input
|
80
|
-
}], filter: [{
|
81
|
-
type: Input
|
82
87
|
}], operator: [{
|
83
88
|
type: Input
|
84
89
|
}] } });
|
@@ -86,6 +86,7 @@ export { PDFComponent } from './pdf/pdf.component';
|
|
86
86
|
export { PDFMarginComponent } from './pdf/pdf-margin.component';
|
87
87
|
export { PDFService } from './pdf/pdf.service';
|
88
88
|
export { PDFCommandDirective } from './pdf/pdf-command.directive';
|
89
|
+
export { PDFCommandToolbarDirective } from './pdf/pdf-command-tool.directive';
|
89
90
|
export { PDFTemplateDirective } from './pdf/pdf-template.directive';
|
90
91
|
//Excel
|
91
92
|
export { ExcelModule } from './excel/excel.module';
|
@@ -93,9 +94,11 @@ export { ExcelComponent } from './excel/excel.component';
|
|
93
94
|
export { ExcelService } from './excel/excel.service';
|
94
95
|
export { ExcelExportEvent } from './excel/excel-export-event';
|
95
96
|
export { ExcelCommandDirective } from './excel/excel-command.directive';
|
97
|
+
export { ExcelCommandToolbarDirective } from './excel/excel-command-tool.directive';
|
96
98
|
export { SelectableDirective } from './selection/selectable.directive';
|
97
99
|
export { SelectionChangeEvent } from './selection/selection-change-event';
|
98
100
|
export { CellCloseEvent } from './editing/cell-close-event';
|
101
|
+
export { AddCommandToolbarDirective } from './editing/add-command-tool.directive';
|
99
102
|
export { SuspendService } from './scrolling/suspend.service';
|
100
103
|
export { Skip } from './utils';
|
101
104
|
export { ColumnsContainer } from './columns/columns-container';
|
@@ -44,10 +44,13 @@ function rtlScrollLeft() {
|
|
44
44
|
* move to kendo-common
|
45
45
|
*/
|
46
46
|
export class BrowserSupportService {
|
47
|
+
zone;
|
48
|
+
changeDetector;
|
49
|
+
changes = new EventEmitter();
|
50
|
+
subscriptions;
|
47
51
|
constructor(zone, changeDetector) {
|
48
52
|
this.zone = zone;
|
49
53
|
this.changeDetector = changeDetector;
|
50
|
-
this.changes = new EventEmitter();
|
51
54
|
if (typeof window !== 'undefined') {
|
52
55
|
this.zone.runOutsideAngular(() => {
|
53
56
|
this.subscriptions = fromEvent(window, 'resize').pipe(auditTime(100)).subscribe(() => {
|
@@ -74,9 +77,9 @@ export class BrowserSupportService {
|
|
74
77
|
get rtlScrollLeft() {
|
75
78
|
return rtlScrollLeft();
|
76
79
|
}
|
80
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BrowserSupportService, deps: [{ token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
81
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BrowserSupportService });
|
77
82
|
}
|
78
|
-
|
79
|
-
BrowserSupportService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BrowserSupportService });
|
80
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BrowserSupportService, decorators: [{
|
83
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: BrowserSupportService, decorators: [{
|
81
84
|
type: Injectable
|
82
85
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
@@ -12,13 +12,11 @@ import * as i2 from "./../common/provider.service";
|
|
12
12
|
* @hidden
|
13
13
|
*/
|
14
14
|
export class ResizableContainerDirective {
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
this.enabled = false;
|
21
|
-
}
|
15
|
+
el;
|
16
|
+
renderer;
|
17
|
+
resizeService;
|
18
|
+
ctx;
|
19
|
+
_lockedWidth;
|
22
20
|
set lockedWidth(value) {
|
23
21
|
this._lockedWidth = value;
|
24
22
|
if (this.enabled) {
|
@@ -34,6 +32,14 @@ export class ResizableContainerDirective {
|
|
34
32
|
this.resize();
|
35
33
|
}
|
36
34
|
}
|
35
|
+
enabled = false;
|
36
|
+
resizeSubscription;
|
37
|
+
constructor(el, renderer, resizeService, ctx) {
|
38
|
+
this.el = el;
|
39
|
+
this.renderer = renderer;
|
40
|
+
this.resizeService = resizeService;
|
41
|
+
this.ctx = ctx;
|
42
|
+
}
|
37
43
|
ngOnDestroy() {
|
38
44
|
if (this.resizeSubscription) {
|
39
45
|
this.resizeSubscription.unsubscribe();
|
@@ -60,10 +66,10 @@ export class ResizableContainerDirective {
|
|
60
66
|
}
|
61
67
|
}
|
62
68
|
}
|
69
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
70
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
63
71
|
}
|
64
|
-
|
65
|
-
ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
66
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizableContainerDirective, decorators: [{
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizableContainerDirective, decorators: [{
|
67
73
|
type: Directive,
|
68
74
|
args: [{
|
69
75
|
selector: '[kendoTreeListResizableContainer]',
|
@@ -10,11 +10,9 @@ import * as i0 from "@angular/core";
|
|
10
10
|
* @hidden
|
11
11
|
*/
|
12
12
|
export class ResizeService {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
this.changes = this.dispatcher.asObservable().pipe(throttleTime(100));
|
17
|
-
}
|
13
|
+
resizeSubscription = new Subscription(() => { });
|
14
|
+
dispatcher = new Subject();
|
15
|
+
changes = this.dispatcher.asObservable().pipe(throttleTime(100));
|
18
16
|
connect(resizes) {
|
19
17
|
this.resizeSubscription.add(resizes.subscribe(this.dispatcher));
|
20
18
|
}
|
@@ -23,9 +21,9 @@ export class ResizeService {
|
|
23
21
|
this.resizeSubscription.unsubscribe();
|
24
22
|
}
|
25
23
|
}
|
24
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
25
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeService });
|
26
26
|
}
|
27
|
-
|
28
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizeService });
|
29
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizeService, decorators: [{
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResizeService, decorators: [{
|
30
28
|
type: Injectable
|
31
29
|
}] });
|
@@ -16,21 +16,19 @@ const browserMatchMedia = (media) => window.matchMedia(media).matches;
|
|
16
16
|
* @hidden
|
17
17
|
*/
|
18
18
|
export class ResponsiveService {
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
this.matchMedia = browserMatchMedia;
|
24
|
-
}
|
19
|
+
/**
|
20
|
+
* @hidden
|
21
|
+
*/
|
22
|
+
matchMedia = browserMatchMedia;
|
25
23
|
/**
|
26
24
|
* @hidden
|
27
25
|
*/
|
28
26
|
matchesMedia(media) {
|
29
27
|
return !media || this.matchMedia(bootstrapToMedia(media));
|
30
28
|
}
|
29
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResponsiveService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
30
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResponsiveService });
|
31
31
|
}
|
32
|
-
|
33
|
-
ResponsiveService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResponsiveService });
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResponsiveService, decorators: [{
|
32
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ResponsiveService, decorators: [{
|
35
33
|
type: Injectable
|
36
34
|
}] });
|
@@ -12,6 +12,7 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
12
12
|
* ([see example](slug:globalization_treelist#toc-custom-messages)).
|
13
13
|
*/
|
14
14
|
export class CustomMessagesComponent extends Messages {
|
15
|
+
service;
|
15
16
|
constructor(service) {
|
16
17
|
super();
|
17
18
|
this.service = service;
|
@@ -19,15 +20,15 @@ export class CustomMessagesComponent extends Messages {
|
|
19
20
|
get override() {
|
20
21
|
return true;
|
21
22
|
}
|
23
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
24
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
25
|
+
{
|
26
|
+
provide: Messages,
|
27
|
+
useExisting: forwardRef(() => CustomMessagesComponent)
|
28
|
+
}
|
29
|
+
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
22
30
|
}
|
23
|
-
|
24
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
25
|
-
{
|
26
|
-
provide: Messages,
|
27
|
-
useExisting: forwardRef(() => CustomMessagesComponent)
|
28
|
-
}
|
29
|
-
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
30
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
31
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
31
32
|
type: Component,
|
32
33
|
args: [{
|
33
34
|
providers: [
|
@@ -11,19 +11,20 @@ import * as i1 from "@progress/kendo-angular-l10n";
|
|
11
11
|
* @hidden
|
12
12
|
*/
|
13
13
|
export class LocalizedMessagesDirective extends Messages {
|
14
|
+
service;
|
14
15
|
constructor(service) {
|
15
16
|
super();
|
16
17
|
this.service = service;
|
17
18
|
}
|
19
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
20
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
21
|
+
{
|
22
|
+
provide: Messages,
|
23
|
+
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
24
|
+
}
|
25
|
+
], usesInheritance: true, ngImport: i0 });
|
18
26
|
}
|
19
|
-
|
20
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
21
|
-
{
|
22
|
-
provide: Messages,
|
23
|
-
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
24
|
-
}
|
25
|
-
], usesInheritance: true, ngImport: i0 });
|
26
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
27
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
27
28
|
type: Directive,
|
28
29
|
args: [{
|
29
30
|
providers: [
|