@progress/kendo-angular-grid 21.4.1 → 22.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/column-menu/column-menu-item-base.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/common/toolbar-tool-base.directive.d.ts +1 -1
- package/editing/toolbar-editing-tool-base.directive.d.ts +1 -1
- package/editing-directives/editing-directive-base.d.ts +1 -1
- package/editing-directives/row-editing-directive-base.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-grid.mjs +666 -666
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/boolean-filter.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-host.directive.d.ts +1 -1
- package/filtering/filter-input-wrapper.component.d.ts +1 -1
- package/filtering/numeric-filter.component.d.ts +1 -1
- package/filtering/operators/filter-operator.base.d.ts +1 -1
- package/filtering/string-filter.component.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +28 -36
- package/schematics/ngAdd/index.js +7 -7
- package/selection/selection-default.d.ts +1 -1
- package/esm2022/adaptiveness/adaptive-mode.mjs +0 -5
- package/esm2022/adaptiveness/adaptive-renderer.component.mjs +0 -1270
- package/esm2022/aggregates/aggregate-types.mjs +0 -5
- package/esm2022/aggregates/selection-aggregate.service.mjs +0 -200
- package/esm2022/aggregates/status-bar-template.directive.mjs +0 -30
- package/esm2022/aggregates/status-bar.component.mjs +0 -70
- package/esm2022/column-menu/column-chooser-content.component.mjs +0 -318
- package/esm2022/column-menu/column-chooser.component.mjs +0 -230
- package/esm2022/column-menu/column-list-kb-nav.service.mjs +0 -40
- package/esm2022/column-menu/column-list.component.mjs +0 -478
- package/esm2022/column-menu/column-locked-change-event.mjs +0 -19
- package/esm2022/column-menu/column-menu-autosize-all.component.mjs +0 -89
- package/esm2022/column-menu/column-menu-autosize.component.mjs +0 -97
- package/esm2022/column-menu/column-menu-chooser.component.mjs +0 -151
- package/esm2022/column-menu/column-menu-container.component.mjs +0 -67
- package/esm2022/column-menu/column-menu-expandable-item.interface.mjs +0 -5
- package/esm2022/column-menu/column-menu-filter.component.mjs +0 -152
- package/esm2022/column-menu/column-menu-item-base.mjs +0 -44
- package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +0 -45
- package/esm2022/column-menu/column-menu-item.component.mjs +0 -514
- package/esm2022/column-menu/column-menu-item.directive.mjs +0 -164
- package/esm2022/column-menu/column-menu-lock.component.mjs +0 -118
- package/esm2022/column-menu/column-menu-position.component.mjs +0 -196
- package/esm2022/column-menu/column-menu-settings.interface.mjs +0 -5
- package/esm2022/column-menu/column-menu-sort.component.mjs +0 -119
- package/esm2022/column-menu/column-menu-stick.component.mjs +0 -120
- package/esm2022/column-menu/column-menu-template.directive.mjs +0 -47
- package/esm2022/column-menu/column-menu.component.mjs +0 -839
- package/esm2022/column-menu/column-menu.service.mjs +0 -71
- package/esm2022/column-menu/column-sticky-change-event.mjs +0 -19
- package/esm2022/column-menu/column-visibility-change-event.mjs +0 -19
- package/esm2022/column-menu/utils.mjs +0 -52
- package/esm2022/column-resizing/column-handle.directive.mjs +0 -499
- package/esm2022/column-resizing/column-resize.interface.mjs +0 -5
- package/esm2022/column-resizing/column-resizing.service.mjs +0 -214
- package/esm2022/column-resizing/table.directive.mjs +0 -141
- package/esm2022/columns/cell-rowspan.mjs +0 -5
- package/esm2022/columns/checkbox-column.component.mjs +0 -106
- package/esm2022/columns/column-base.mjs +0 -432
- package/esm2022/columns/column-common.mjs +0 -73
- package/esm2022/columns/column-group.component.mjs +0 -135
- package/esm2022/columns/column-list.mjs +0 -94
- package/esm2022/columns/column.component.mjs +0 -198
- package/esm2022/columns/columns-container.mjs +0 -101
- package/esm2022/columns/command-column.component.mjs +0 -80
- package/esm2022/columns/reorder-column.component.mjs +0 -114
- package/esm2022/columns/sort-settings.mjs +0 -18
- package/esm2022/columns/span-column.component.mjs +0 -195
- package/esm2022/common/adaptiveness.service.mjs +0 -72
- package/esm2022/common/cell-click-event-args.interface.mjs +0 -5
- package/esm2022/common/clipboard-types.mjs +0 -5
- package/esm2022/common/clipboard.directive.mjs +0 -197
- package/esm2022/common/clipboard.service.mjs +0 -221
- package/esm2022/common/column-info.service.mjs +0 -92
- package/esm2022/common/create-form-group.mjs +0 -5
- package/esm2022/common/data-layout-mode.mjs +0 -5
- package/esm2022/common/default-track-by.mjs +0 -13
- package/esm2022/common/dom-events.service.mjs +0 -27
- package/esm2022/common/error-messages.mjs +0 -64
- package/esm2022/common/event-emitter.mjs +0 -39
- package/esm2022/common/fetch-data-callback.mjs +0 -5
- package/esm2022/common/field-datatype.mjs +0 -5
- package/esm2022/common/filter-descriptor-differ.mjs +0 -69
- package/esm2022/common/filter-operator.interface.mjs +0 -5
- package/esm2022/common/grid-col-size.mjs +0 -5
- package/esm2022/common/id.service.mjs +0 -59
- package/esm2022/common/pager-settings.mjs +0 -20
- package/esm2022/common/preventable-event.mjs +0 -24
- package/esm2022/common/provider.service.mjs +0 -42
- package/esm2022/common/remove-confirmation.mjs +0 -5
- package/esm2022/common/resizable-settings.mjs +0 -9
- package/esm2022/common/single-popup.service.mjs +0 -158
- package/esm2022/common/size-options.mjs +0 -5
- package/esm2022/common/sort.service.mjs +0 -14
- package/esm2022/common/toolbar-tool-base.directive.mjs +0 -85
- package/esm2022/constants.mjs +0 -16
- package/esm2022/data/change-event-args.interface.mjs +0 -5
- package/esm2022/data/change-notification.service.mjs +0 -30
- package/esm2022/data/data-item.interface.mjs +0 -5
- package/esm2022/data/data-mapping.service.mjs +0 -136
- package/esm2022/data/data.collection.mjs +0 -87
- package/esm2022/data/data.iterators.mjs +0 -221
- package/esm2022/data/grid-item.interface.mjs +0 -5
- package/esm2022/data/group-footer-item.interface.mjs +0 -5
- package/esm2022/data/group-item.interface.mjs +0 -5
- package/esm2022/databinding.directive.mjs +0 -233
- package/esm2022/directives.mjs +0 -504
- package/esm2022/dragdrop/column-reorder-config.mjs +0 -5
- package/esm2022/dragdrop/column-reorder-event.mjs +0 -31
- package/esm2022/dragdrop/column-reorder.service.mjs +0 -20
- package/esm2022/dragdrop/common.mjs +0 -69
- package/esm2022/dragdrop/context-types.mjs +0 -5
- package/esm2022/dragdrop/drag-and-drop.service.mjs +0 -65
- package/esm2022/dragdrop/drag-hint.service.mjs +0 -137
- package/esm2022/dragdrop/draggable-column.directive.mjs +0 -137
- package/esm2022/dragdrop/drop-cue.service.mjs +0 -46
- package/esm2022/dragdrop/drop-target.directive.mjs +0 -71
- package/esm2022/editing/add-command-tool.directive.mjs +0 -59
- package/esm2022/editing/add-command.directive.mjs +0 -93
- package/esm2022/editing/add-event-args.interface.mjs +0 -5
- package/esm2022/editing/cancel-command-tool.directive.mjs +0 -64
- package/esm2022/editing/cancel-command.directive.mjs +0 -127
- package/esm2022/editing/cancel-event-args.interface.mjs +0 -5
- package/esm2022/editing/cell-close-event.mjs +0 -38
- package/esm2022/editing/edit-command-tool.directive.mjs +0 -60
- package/esm2022/editing/edit-command.directive.mjs +0 -124
- package/esm2022/editing/edit-event-args.interface.mjs +0 -5
- package/esm2022/editing/edit-row-options.interface.mjs +0 -5
- package/esm2022/editing/edit-template.directive.mjs +0 -43
- package/esm2022/editing/edit.service.mjs +0 -182
- package/esm2022/editing/form/dialog-form.component.mjs +0 -102
- package/esm2022/editing/form/form-formfield.component.mjs +0 -188
- package/esm2022/editing/form/form.component.mjs +0 -169
- package/esm2022/editing/form/index.mjs +0 -8
- package/esm2022/editing/form/models.mjs +0 -5
- package/esm2022/editing/local-data-changes.service.mjs +0 -18
- package/esm2022/editing/remove-command-tool.directive.mjs +0 -61
- package/esm2022/editing/remove-command.directive.mjs +0 -123
- package/esm2022/editing/remove-event-args.interface.mjs +0 -5
- package/esm2022/editing/save-command-tool.directive.mjs +0 -65
- package/esm2022/editing/save-command.directive.mjs +0 -126
- package/esm2022/editing/save-event-args.interface.mjs +0 -5
- package/esm2022/editing/toolbar-editing-tool-base.directive.mjs +0 -99
- package/esm2022/editing-directives/create-form-group-args.interface.mjs +0 -5
- package/esm2022/editing-directives/edit-service.interface.mjs +0 -5
- package/esm2022/editing-directives/editing-directive-base.mjs +0 -167
- package/esm2022/editing-directives/external-editing.directive.mjs +0 -151
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +0 -97
- package/esm2022/editing-directives/local-edit.service.mjs +0 -64
- package/esm2022/editing-directives/local-row-edit.service.mjs +0 -13
- package/esm2022/editing-directives/reactive-editing.directive.mjs +0 -60
- package/esm2022/editing-directives/row-editing-directive-base.mjs +0 -53
- package/esm2022/editing-directives/template-editing.directive.mjs +0 -72
- package/esm2022/editing-directives/utils.mjs +0 -18
- package/esm2022/excel/excel-command-tool.directive.mjs +0 -58
- package/esm2022/excel/excel-command.directive.mjs +0 -98
- package/esm2022/excel/excel-export-event.mjs +0 -18
- package/esm2022/excel/excel.component.mjs +0 -223
- package/esm2022/excel/excel.module.mjs +0 -45
- package/esm2022/excel/excel.service.mjs +0 -29
- package/esm2022/filtering/base-filter-cell.component.mjs +0 -174
- package/esm2022/filtering/boolean-filter.component.mjs +0 -83
- package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +0 -114
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +0 -113
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +0 -141
- package/esm2022/filtering/cell/filter-cell-component.factory.mjs +0 -19
- package/esm2022/filtering/cell/filter-cell-host.directive.mjs +0 -33
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +0 -242
- package/esm2022/filtering/cell/filter-cell-template.directive.mjs +0 -46
- package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +0 -74
- package/esm2022/filtering/cell/filter-cell.component.mjs +0 -91
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +0 -155
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +0 -127
- package/esm2022/filtering/date-filter.component.mjs +0 -172
- package/esm2022/filtering/filter-component.interface.mjs +0 -5
- package/esm2022/filtering/filter-host.directive.mjs +0 -58
- package/esm2022/filtering/filter-input-wrapper.component.mjs +0 -119
- package/esm2022/filtering/filter-input.directive.mjs +0 -123
- package/esm2022/filtering/filter-row.component.mjs +0 -131
- package/esm2022/filtering/filter.service.mjs +0 -44
- package/esm2022/filtering/filterable.mjs +0 -16
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +0 -167
- package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +0 -179
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +0 -212
- package/esm2022/filtering/menu/filter-menu-component.factory.mjs +0 -19
- package/esm2022/filtering/menu/filter-menu-container.component.mjs +0 -418
- package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +0 -44
- package/esm2022/filtering/menu/filter-menu-host.directive.mjs +0 -46
- package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +0 -158
- package/esm2022/filtering/menu/filter-menu-template.directive.mjs +0 -48
- package/esm2022/filtering/menu/filter-menu.component.mjs +0 -221
- package/esm2022/filtering/menu/filter-radio-button.directive.mjs +0 -34
- package/esm2022/filtering/menu/menu-tabbing.service.mjs +0 -22
- package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +0 -184
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +0 -230
- package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +0 -107
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +0 -198
- package/esm2022/filtering/multicheckbox-filter.component.mjs +0 -324
- package/esm2022/filtering/numeric-filter.component.mjs +0 -145
- package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +0 -72
- package/esm2022/filtering/operators/after-filter-operator.component.mjs +0 -72
- package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +0 -72
- package/esm2022/filtering/operators/before-filter-operator.component.mjs +0 -72
- package/esm2022/filtering/operators/contains-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/eq-filter-operator.component.mjs +0 -111
- package/esm2022/filtering/operators/filter-operator.base.mjs +0 -101
- package/esm2022/filtering/operators/gt-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/gte-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +0 -110
- package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +0 -110
- package/esm2022/filtering/operators/lt-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/lte-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/neq-filter-operator.component.mjs +0 -110
- package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +0 -63
- package/esm2022/filtering/string-filter.component.mjs +0 -90
- package/esm2022/grid.component.mjs +0 -4598
- package/esm2022/grid.module.mjs +0 -241
- package/esm2022/grouping/group-footer-template.directive.mjs +0 -44
- package/esm2022/grouping/group-header-column-template.directive.mjs +0 -45
- package/esm2022/grouping/group-header-template.directive.mjs +0 -46
- package/esm2022/grouping/group-header.component.mjs +0 -351
- package/esm2022/grouping/group-info.service.mjs +0 -43
- package/esm2022/grouping/group-key.interface.mjs +0 -5
- package/esm2022/grouping/group-panel.component.mjs +0 -487
- package/esm2022/grouping/group-rows-args.interface.mjs +0 -5
- package/esm2022/grouping/group-settings.mjs +0 -5
- package/esm2022/grouping/groups.service.mjs +0 -69
- package/esm2022/grouping/utils.mjs +0 -14
- package/esm2022/highlight/highlight-item.mjs +0 -5
- package/esm2022/highlight/highlight.directive.mjs +0 -132
- package/esm2022/index.mjs +0 -221
- package/esm2022/layout/browser-support.service.mjs +0 -94
- package/esm2022/layout/resizable.directive.mjs +0 -83
- package/esm2022/layout/resize.service.mjs +0 -29
- package/esm2022/layout/responsive.service.mjs +0 -34
- package/esm2022/layout/row-sync.mjs +0 -47
- package/esm2022/layout/sizing-options.service.mjs +0 -18
- package/esm2022/localization/custom-messages.component.mjs +0 -54
- package/esm2022/localization/localized-messages.directive.mjs +0 -39
- package/esm2022/localization/messages.mjs +0 -895
- package/esm2022/navigation/default-focusable-element.mjs +0 -50
- package/esm2022/navigation/focus-group.mjs +0 -73
- package/esm2022/navigation/focus-root.mjs +0 -50
- package/esm2022/navigation/focusable-element.interface.mjs +0 -5
- package/esm2022/navigation/focusable.directive.mjs +0 -150
- package/esm2022/navigation/grid-focusable-element.mjs +0 -28
- package/esm2022/navigation/item-map.mjs +0 -59
- package/esm2022/navigation/logical-cell.directive.mjs +0 -224
- package/esm2022/navigation/logical-cell.interface.mjs +0 -5
- package/esm2022/navigation/logical-row.directive.mjs +0 -131
- package/esm2022/navigation/logical-row.interface.mjs +0 -5
- package/esm2022/navigation/navigable-settings.mjs +0 -5
- package/esm2022/navigation/navigation-cell.interface.mjs +0 -5
- package/esm2022/navigation/navigation-change.interface.mjs +0 -5
- package/esm2022/navigation/navigation-cursor.mjs +0 -224
- package/esm2022/navigation/navigation-metadata.mjs +0 -35
- package/esm2022/navigation/navigation-mode.mjs +0 -5
- package/esm2022/navigation/navigation-model.mjs +0 -138
- package/esm2022/navigation/navigation-row.interface.mjs +0 -5
- package/esm2022/navigation/navigation.service.mjs +0 -998
- package/esm2022/navigation/toolbar-tool-name.mjs +0 -18
- package/esm2022/package-metadata.mjs +0 -16
- package/esm2022/pdf/export-element.mjs +0 -135
- package/esm2022/pdf/grid-query.mjs +0 -45
- package/esm2022/pdf/pdf-command-tool.directive.mjs +0 -60
- package/esm2022/pdf/pdf-command.directive.mjs +0 -98
- package/esm2022/pdf/pdf-export-event.mjs +0 -16
- package/esm2022/pdf/pdf-margin.component.mjs +0 -38
- package/esm2022/pdf/pdf-margin.interface.mjs +0 -5
- package/esm2022/pdf/pdf-template.directive.mjs +0 -43
- package/esm2022/pdf/pdf.component.mjs +0 -331
- package/esm2022/pdf/pdf.module.mjs +0 -47
- package/esm2022/pdf/pdf.service.mjs +0 -42
- package/esm2022/progress-kendo-angular-grid.mjs +0 -8
- package/esm2022/rendering/cell-loading.template.directive.mjs +0 -39
- package/esm2022/rendering/cell-template.directive.mjs +0 -44
- package/esm2022/rendering/cell.component.mjs +0 -717
- package/esm2022/rendering/common/cell-context.mjs +0 -13
- package/esm2022/rendering/common/col-group.component.mjs +0 -98
- package/esm2022/rendering/common/dom-queries.mjs +0 -162
- package/esm2022/rendering/common/field-accessor.pipe.mjs +0 -48
- package/esm2022/rendering/common/format.pipe.mjs +0 -37
- package/esm2022/rendering/common/loading.component.mjs +0 -60
- package/esm2022/rendering/common/row-args.mjs +0 -5
- package/esm2022/rendering/common/row-class.mjs +0 -5
- package/esm2022/rendering/common/spacer.component.mjs +0 -62
- package/esm2022/rendering/constants.mjs +0 -20
- package/esm2022/rendering/details/detail-collapse-event.mjs +0 -27
- package/esm2022/rendering/details/detail-expand-event.mjs +0 -27
- package/esm2022/rendering/details/detail-template.directive.mjs +0 -61
- package/esm2022/rendering/details/details.service.mjs +0 -56
- package/esm2022/rendering/details-expand.directive.mjs +0 -136
- package/esm2022/rendering/footer/footer-template.directive.mjs +0 -48
- package/esm2022/rendering/footer/footer.component.mjs +0 -266
- package/esm2022/rendering/grid-table.directive.mjs +0 -52
- package/esm2022/rendering/groups-expand.directive.mjs +0 -149
- package/esm2022/rendering/header/header-template.directive.mjs +0 -45
- package/esm2022/rendering/header/header.component.mjs +0 -1055
- package/esm2022/rendering/list.component.mjs +0 -1176
- package/esm2022/rendering/loading-template.directive.mjs +0 -38
- package/esm2022/rendering/no-records-template.directive.mjs +0 -38
- package/esm2022/rendering/rowspan.service.mjs +0 -24
- package/esm2022/rendering/table-body.component.mjs +0 -1250
- package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +0 -83
- package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +0 -58
- package/esm2022/rendering/toolbar/toolbar-position.mjs +0 -5
- package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +0 -55
- package/esm2022/rendering/toolbar/toolbar.component.mjs +0 -159
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-assistant.component.mjs +0 -272
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-request-response.service.mjs +0 -624
- package/esm2022/rendering/toolbar/tools/ai-assistant/ai-tool.directive.mjs +0 -273
- package/esm2022/rendering/toolbar/tools/ai-assistant/models.mjs +0 -43
- package/esm2022/rendering/toolbar/tools/ai-assistant/utils.mjs +0 -92
- package/esm2022/rendering/toolbar/tools/column-chooser-tool.directive.mjs +0 -238
- package/esm2022/rendering/toolbar/tools/filter-command-tool.directive.mjs +0 -219
- package/esm2022/rendering/toolbar/tools/filter-tool-wrapper.component.mjs +0 -151
- package/esm2022/rendering/toolbar/tools/filter-toolbar-tool.component.mjs +0 -223
- package/esm2022/rendering/toolbar/tools/group-command-tool.directive.mjs +0 -208
- package/esm2022/rendering/toolbar/tools/group-toolbar-tool.component.mjs +0 -451
- package/esm2022/rendering/toolbar/tools/select-all-command-tool.directive.mjs +0 -93
- package/esm2022/rendering/toolbar/tools/sort-command-tool.directive.mjs +0 -222
- package/esm2022/rendering/toolbar/tools/sort-toolbar-tool.component.mjs +0 -245
- package/esm2022/row-reordering/drag-handle-template.directive.mjs +0 -44
- package/esm2022/row-reordering/drag-hint-template.directive.mjs +0 -42
- package/esm2022/row-reordering/row-reorder.service.mjs +0 -280
- package/esm2022/row-reordering/types.mjs +0 -5
- package/esm2022/row-reordering/utils.mjs +0 -88
- package/esm2022/scrolling/content-scroll-event.mjs +0 -5
- package/esm2022/scrolling/row-height.service.mjs +0 -55
- package/esm2022/scrolling/scroll-bottom-event.mjs +0 -5
- package/esm2022/scrolling/scroll-request.service.mjs +0 -24
- package/esm2022/scrolling/scroll-sync.service.mjs +0 -80
- package/esm2022/scrolling/scroller.service.mjs +0 -254
- package/esm2022/scrolling/scrollmode.mjs +0 -5
- package/esm2022/scrolling/suspend.service.mjs +0 -17
- package/esm2022/selection/cell-selection.service.mjs +0 -349
- package/esm2022/selection/marquee.directive.mjs +0 -188
- package/esm2022/selection/pair-set.mjs +0 -158
- package/esm2022/selection/selectall-checkbox.directive.mjs +0 -143
- package/esm2022/selection/selection-checkbox.directive.mjs +0 -132
- package/esm2022/selection/selection-default.mjs +0 -208
- package/esm2022/selection/selection.directive.mjs +0 -53
- package/esm2022/selection/selection.service.mjs +0 -466
- package/esm2022/selection/types.mjs +0 -5
- package/esm2022/state-management/grid-state.models.mjs +0 -26
- package/esm2022/state-management/redo-command-tool.mjs +0 -74
- package/esm2022/state-management/undo-command-tool.mjs +0 -74
- package/esm2022/state-management/undo-redo.directive.mjs +0 -249
- package/esm2022/state-management/undo-redo.service.mjs +0 -21
- package/esm2022/state-management/undo-redo.stack.mjs +0 -238
- package/esm2022/utils.mjs +0 -216
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, forwardRef } from '@angular/core';
|
|
6
|
-
import { ContextService } from '../../../common/provider.service';
|
|
7
|
-
import { CheckBoxComponent } from '@progress/kendo-angular-inputs';
|
|
8
|
-
import { IdService } from '../../../common/id.service';
|
|
9
|
-
import { ToolBarToolComponent } from '@progress/kendo-angular-toolbar';
|
|
10
|
-
import { SelectAllCheckboxDirective } from '../../../selection/selectall-checkbox.directive';
|
|
11
|
-
import { FocusableDirective } from '../../../navigation/focusable.directive';
|
|
12
|
-
import { LabelDirective } from '@progress/kendo-angular-label';
|
|
13
|
-
import * as i0 from "@angular/core";
|
|
14
|
-
import * as i1 from "../../../common/id.service";
|
|
15
|
-
import * as i2 from "../../../common/provider.service";
|
|
16
|
-
/**
|
|
17
|
-
* Represents the toolbar tool for showing a select-all `kendoGridSelectAllCheckbox` checkbox.
|
|
18
|
-
* Use this component inside a ToolbarComponent in the Grid.
|
|
19
|
-
*
|
|
20
|
-
* @example
|
|
21
|
-
* ```html
|
|
22
|
-
* <kendo-grid>
|
|
23
|
-
* <kendo-toolbar>
|
|
24
|
-
* <kendo-grid-select-all-tool text="Select All"></kendo-grid-select-all-tool>
|
|
25
|
-
* </kendo-toolbar>
|
|
26
|
-
* </kendo-grid>
|
|
27
|
-
* ```
|
|
28
|
-
*/
|
|
29
|
-
export class SelectAllToolbarToolComponent extends ToolBarToolComponent {
|
|
30
|
-
idService;
|
|
31
|
-
ctx;
|
|
32
|
-
constructor(idService, ctx) {
|
|
33
|
-
super();
|
|
34
|
-
this.idService = idService;
|
|
35
|
-
this.ctx = ctx;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* @hidden
|
|
39
|
-
*/
|
|
40
|
-
selectAllCheckboxId() {
|
|
41
|
-
return this.idService.selectAllCheckboxId();
|
|
42
|
-
}
|
|
43
|
-
/**
|
|
44
|
-
* @hidden
|
|
45
|
-
*/
|
|
46
|
-
get selectAllCheckboxLabel() {
|
|
47
|
-
return this.ctx.localization.get('selectAllCheckboxLabel');
|
|
48
|
-
}
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllToolbarToolComponent, deps: [{ token: i1.IdService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: SelectAllToolbarToolComponent, isStandalone: true, selector: "kendo-grid-select-all-tool", providers: [
|
|
51
|
-
{
|
|
52
|
-
provide: ToolBarToolComponent,
|
|
53
|
-
useExisting: forwardRef(() => SelectAllToolbarToolComponent)
|
|
54
|
-
}
|
|
55
|
-
], usesInheritance: true, ngImport: i0, template: `
|
|
56
|
-
<ng-template #toolbarTemplate #sectionTemplate #popupTemplate>
|
|
57
|
-
<kendo-checkbox #checkbox
|
|
58
|
-
[attr.id]="selectAllCheckboxId()"
|
|
59
|
-
size="large"
|
|
60
|
-
[inputAttributes]="{'aria-label': selectAllCheckboxLabel}"
|
|
61
|
-
kendoGridSelectAllCheckbox
|
|
62
|
-
kendoGridFocusable
|
|
63
|
-
></kendo-checkbox>
|
|
64
|
-
<label class="k-checkbox-label" [for]="checkbox.focusableId">{{selectAllCheckboxLabel}}</label>
|
|
65
|
-
</ng-template>
|
|
66
|
-
`, isInline: true, dependencies: [{ kind: "component", type: CheckBoxComponent, selector: "kendo-checkbox", inputs: ["checkedState", "rounded"], outputs: ["checkedStateChange"], exportAs: ["kendoCheckBox"] }, { kind: "directive", type: SelectAllCheckboxDirective, selector: "[kendoGridSelectAllCheckbox]", inputs: ["state"], outputs: ["selectAllChange"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: LabelDirective, selector: "label[for]", inputs: ["for", "labelClass"] }] });
|
|
67
|
-
}
|
|
68
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectAllToolbarToolComponent, decorators: [{
|
|
69
|
-
type: Component,
|
|
70
|
-
args: [{
|
|
71
|
-
providers: [
|
|
72
|
-
{
|
|
73
|
-
provide: ToolBarToolComponent,
|
|
74
|
-
useExisting: forwardRef(() => SelectAllToolbarToolComponent)
|
|
75
|
-
}
|
|
76
|
-
],
|
|
77
|
-
selector: 'kendo-grid-select-all-tool',
|
|
78
|
-
template: `
|
|
79
|
-
<ng-template #toolbarTemplate #sectionTemplate #popupTemplate>
|
|
80
|
-
<kendo-checkbox #checkbox
|
|
81
|
-
[attr.id]="selectAllCheckboxId()"
|
|
82
|
-
size="large"
|
|
83
|
-
[inputAttributes]="{'aria-label': selectAllCheckboxLabel}"
|
|
84
|
-
kendoGridSelectAllCheckbox
|
|
85
|
-
kendoGridFocusable
|
|
86
|
-
></kendo-checkbox>
|
|
87
|
-
<label class="k-checkbox-label" [for]="checkbox.focusableId">{{selectAllCheckboxLabel}}</label>
|
|
88
|
-
</ng-template>
|
|
89
|
-
`,
|
|
90
|
-
standalone: true,
|
|
91
|
-
imports: [CheckBoxComponent, SelectAllCheckboxDirective, FocusableDirective, LabelDirective]
|
|
92
|
-
}]
|
|
93
|
-
}], ctorParameters: () => [{ type: i1.IdService }, { type: i2.ContextService }] });
|
|
@@ -1,222 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, NgZone, Renderer2 } from '@angular/core';
|
|
6
|
-
import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
|
|
7
|
-
import { Subscription } from 'rxjs';
|
|
8
|
-
import { arrowsSwapIcon } from '@progress/kendo-svg-icons';
|
|
9
|
-
import { SortToolbarToolComponent } from './sort-toolbar-tool.component';
|
|
10
|
-
import { PopupService } from '@progress/kendo-angular-popup';
|
|
11
|
-
import { ContextService } from '../../../common/provider.service';
|
|
12
|
-
import { SortService } from '../../../common/sort.service';
|
|
13
|
-
import { closest, isDocumentAvailable, isPresent } from '@progress/kendo-angular-common';
|
|
14
|
-
import { ColumnInfoService } from '../../../common/column-info.service';
|
|
15
|
-
import { take } from 'rxjs/operators';
|
|
16
|
-
import { AdaptiveGridService } from '../../../common/adaptiveness.service';
|
|
17
|
-
import * as i0 from "@angular/core";
|
|
18
|
-
import * as i1 from "@progress/kendo-angular-toolbar";
|
|
19
|
-
import * as i2 from "@progress/kendo-angular-popup";
|
|
20
|
-
import * as i3 from "../../../common/provider.service";
|
|
21
|
-
import * as i4 from "../../../common/sort.service";
|
|
22
|
-
import * as i5 from "../../../common/column-info.service";
|
|
23
|
-
import * as i6 from "../../../common/adaptiveness.service";
|
|
24
|
-
let incrementingId = 0;
|
|
25
|
-
/**
|
|
26
|
-
* Represents the toolbar tool for sorting columns of the Grid.
|
|
27
|
-
* Use this directive on any `kendo-toolbar-button` inside a ToolbarComponent in the Grid.
|
|
28
|
-
*
|
|
29
|
-
* When you click the toolbar button with this directive, the `sort` event is triggered.
|
|
30
|
-
*
|
|
31
|
-
* @example
|
|
32
|
-
* ```html-no-run
|
|
33
|
-
* <kendo-grid>
|
|
34
|
-
* <kendo-toolbar>
|
|
35
|
-
* <kendo-toolbar-button text="Sort" kendoGridSortTool></kendo-toolbar-button>
|
|
36
|
-
* </kendo-toolbar>
|
|
37
|
-
* </kendo-grid>
|
|
38
|
-
* ```
|
|
39
|
-
* @remarks
|
|
40
|
-
* Applied to: {@link ToolBarButtonComponent}.
|
|
41
|
-
*/
|
|
42
|
-
export class SortCommandToolbarDirective {
|
|
43
|
-
host;
|
|
44
|
-
popupService;
|
|
45
|
-
ctx;
|
|
46
|
-
sortService;
|
|
47
|
-
columnInfoService;
|
|
48
|
-
ngZone;
|
|
49
|
-
renderer;
|
|
50
|
-
adaptiveGridService;
|
|
51
|
-
popupRef;
|
|
52
|
-
nextId = incrementingId++;
|
|
53
|
-
toolSubs = new Subscription();
|
|
54
|
-
popupSubs;
|
|
55
|
-
actionSheetCloseSub;
|
|
56
|
-
removeClickListener;
|
|
57
|
-
/**
|
|
58
|
-
* @hidden
|
|
59
|
-
*/
|
|
60
|
-
isSortingApplied(sort) {
|
|
61
|
-
return isPresent(sort) && sort.length > 0 && sort.filter(item => item.dir !== undefined).length > 0;
|
|
62
|
-
}
|
|
63
|
-
constructor(host, popupService, ctx, sortService, columnInfoService, ngZone, renderer, adaptiveGridService) {
|
|
64
|
-
this.host = host;
|
|
65
|
-
this.popupService = popupService;
|
|
66
|
-
this.ctx = ctx;
|
|
67
|
-
this.sortService = sortService;
|
|
68
|
-
this.columnInfoService = columnInfoService;
|
|
69
|
-
this.ngZone = ngZone;
|
|
70
|
-
this.renderer = renderer;
|
|
71
|
-
this.adaptiveGridService = adaptiveGridService;
|
|
72
|
-
}
|
|
73
|
-
ngOnInit() {
|
|
74
|
-
this.toolSubs = this.host.click.subscribe(e => this.onClick(e));
|
|
75
|
-
this.toolSubs.add(this.sortService.changes.subscribe(sort => {
|
|
76
|
-
this.host.showBadge = this.isSortingApplied(sort);
|
|
77
|
-
}));
|
|
78
|
-
this.host.hasBadgeContainer = true;
|
|
79
|
-
this.host.showBadge = this.isSortingApplied(this.ctx.grid.sort);
|
|
80
|
-
const hasToolbarIcon = isPresent(this.host.toolbarOptions.icon) && this.host.toolbarOptions.icon !== '';
|
|
81
|
-
const hasOverflowIcon = isPresent(this.host.overflowOptions.icon) && this.host.overflowOptions.icon !== '';
|
|
82
|
-
const hasIcon = hasToolbarIcon && hasOverflowIcon;
|
|
83
|
-
const hasSvgIcon = isPresent(this.host.toolbarOptions.svgIcon) && isPresent(this.host.overflowOptions.svgIcon);
|
|
84
|
-
if (!hasIcon) {
|
|
85
|
-
this.host.icon = 'arrows-swap';
|
|
86
|
-
}
|
|
87
|
-
if (!hasSvgIcon) {
|
|
88
|
-
this.host.svgIcon = arrowsSwapIcon;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
ngAfterViewInit() {
|
|
92
|
-
if (!isPresent(this.host.text)) {
|
|
93
|
-
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
94
|
-
this.host.text = this.ctx.localization.get(`sortToolbarToolText`);
|
|
95
|
-
});
|
|
96
|
-
}
|
|
97
|
-
this.buttonElement?.setAttribute('aria-haspopup', 'dialog');
|
|
98
|
-
this.buttonElement?.setAttribute('aria-expanded', 'false');
|
|
99
|
-
this.buttonElement?.setAttribute('title', this.ctx.localization.get('sortToolbarToolText'));
|
|
100
|
-
}
|
|
101
|
-
ngOnDestroy() {
|
|
102
|
-
if (this.toolSubs) {
|
|
103
|
-
this.toolSubs.unsubscribe();
|
|
104
|
-
}
|
|
105
|
-
if (this.popupSubs) {
|
|
106
|
-
this.popupSubs.unsubscribe();
|
|
107
|
-
}
|
|
108
|
-
if (this.popupRef) {
|
|
109
|
-
this.popupRef.close();
|
|
110
|
-
this.popupRef = null;
|
|
111
|
-
}
|
|
112
|
-
if (this.actionSheetCloseSub) {
|
|
113
|
-
this.actionSheetCloseSub.unsubscribe();
|
|
114
|
-
this.actionSheetCloseSub = null;
|
|
115
|
-
}
|
|
116
|
-
if (this.removeClickListener) {
|
|
117
|
-
this.removeClickListener();
|
|
118
|
-
this.removeClickListener = null;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
onClick(e) {
|
|
122
|
-
e.preventDefault();
|
|
123
|
-
if (this.ctx.grid.adaptiveMode === 'auto' && this.adaptiveGridService.windowSize !== 'large') {
|
|
124
|
-
if (!this.ctx.grid.isActionSheetExpanded) {
|
|
125
|
-
this.adaptiveGridService.viewType = 'sortToolbarTool';
|
|
126
|
-
this.ctx.grid.adaptiveRenderer.actionSheet.toggle(true);
|
|
127
|
-
this.host.selected = true;
|
|
128
|
-
this.actionSheetCloseSub = this.ctx.grid.adaptiveRenderer.actionSheet.collapse.subscribe(() => this.host.selected = false);
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
else {
|
|
132
|
-
if (this.popupRef) {
|
|
133
|
-
this.closePopup();
|
|
134
|
-
return;
|
|
135
|
-
}
|
|
136
|
-
this.openPopup();
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
openPopup() {
|
|
140
|
-
const direction = this.ctx.localization.rtl ? 'right' : 'left';
|
|
141
|
-
this.popupRef = this.popupService.open({
|
|
142
|
-
anchor: this.buttonElement,
|
|
143
|
-
content: SortToolbarToolComponent,
|
|
144
|
-
popupClass: 'k-grid-columnmenu-popup',
|
|
145
|
-
positionMode: 'absolute',
|
|
146
|
-
anchorAlign: { vertical: 'bottom', horizontal: direction },
|
|
147
|
-
popupAlign: { vertical: 'top', horizontal: direction }
|
|
148
|
-
});
|
|
149
|
-
this.adaptiveGridService.popupRef = this.popupRef;
|
|
150
|
-
this.setPopupAttributes();
|
|
151
|
-
this.host.selected = true;
|
|
152
|
-
this.ngZone.runOutsideAngular(() => {
|
|
153
|
-
if (!isDocumentAvailable()) {
|
|
154
|
-
return;
|
|
155
|
-
}
|
|
156
|
-
this.removeClickListener = this.renderer.listen('document', 'click', (e) => {
|
|
157
|
-
if (this.popupRef && !closest(e.target, node => node === this.popupRef.popupElement || node === this.buttonElement)) {
|
|
158
|
-
this.ngZone.run(() => {
|
|
159
|
-
this.closePopup();
|
|
160
|
-
});
|
|
161
|
-
}
|
|
162
|
-
});
|
|
163
|
-
});
|
|
164
|
-
this.popupSubs = this.popupRef.popup.instance.anchorViewportLeave.subscribe(() => {
|
|
165
|
-
this.popupSubs?.unsubscribe();
|
|
166
|
-
this.popupSubs = null;
|
|
167
|
-
this.closePopup();
|
|
168
|
-
});
|
|
169
|
-
this.initPopupProperties();
|
|
170
|
-
}
|
|
171
|
-
setPopupAttributes() {
|
|
172
|
-
const popupElement = this.popupRef.popupElement;
|
|
173
|
-
const popupId = `k-sort-tool-${this.nextId}-popup`;
|
|
174
|
-
const popupAriaElement = popupElement.querySelector('.k-popup');
|
|
175
|
-
this.renderer.setAttribute(popupElement, 'dir', this.ctx.localization.rtl ? 'rtl' : 'ltr');
|
|
176
|
-
this.renderer.setAttribute(popupAriaElement, 'id', popupId);
|
|
177
|
-
this.renderer.setAttribute(popupAriaElement, 'role', 'dialog');
|
|
178
|
-
this.buttonElement?.setAttribute('aria-expanded', 'true');
|
|
179
|
-
this.buttonElement?.setAttribute('aria-controls', popupId);
|
|
180
|
-
}
|
|
181
|
-
initPopupProperties() {
|
|
182
|
-
this.popupRef.content.instance.columnInfoService = this.columnInfoService;
|
|
183
|
-
this.popupRef.content.instance.ctx = this.ctx;
|
|
184
|
-
this.popupRef.content.instance.sortService = this.sortService;
|
|
185
|
-
this.popupRef.content.instance.hostButton = this.host;
|
|
186
|
-
this.popupSubs.add(this.popupRef.content.instance.sortClear.subscribe(() => {
|
|
187
|
-
this.closePopup();
|
|
188
|
-
}));
|
|
189
|
-
this.popupSubs.add(this.popupRef.content.instance.close.subscribe(() => {
|
|
190
|
-
this.closePopup();
|
|
191
|
-
}));
|
|
192
|
-
}
|
|
193
|
-
closePopup() {
|
|
194
|
-
this.buttonElement?.setAttribute('aria-expanded', 'false');
|
|
195
|
-
this.buttonElement?.removeAttribute('aria-controls');
|
|
196
|
-
this.host.selected = false;
|
|
197
|
-
if (this.popupRef) {
|
|
198
|
-
this.popupRef.close();
|
|
199
|
-
this.popupRef = null;
|
|
200
|
-
}
|
|
201
|
-
if (this.popupSubs) {
|
|
202
|
-
this.popupSubs.unsubscribe();
|
|
203
|
-
this.popupSubs = null;
|
|
204
|
-
}
|
|
205
|
-
if (this.removeClickListener) {
|
|
206
|
-
this.removeClickListener();
|
|
207
|
-
this.removeClickListener = null;
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
get buttonElement() {
|
|
211
|
-
return this.host.getButton();
|
|
212
|
-
}
|
|
213
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortCommandToolbarDirective, deps: [{ token: i1.ToolBarButtonComponent }, { token: i2.PopupService }, { token: i3.ContextService }, { token: i4.SortService }, { token: i5.ColumnInfoService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i6.AdaptiveGridService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
214
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SortCommandToolbarDirective, isStandalone: true, selector: "[kendoGridSortTool]", ngImport: i0 });
|
|
215
|
-
}
|
|
216
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortCommandToolbarDirective, decorators: [{
|
|
217
|
-
type: Directive,
|
|
218
|
-
args: [{
|
|
219
|
-
selector: '[kendoGridSortTool]',
|
|
220
|
-
standalone: true
|
|
221
|
-
}]
|
|
222
|
-
}], ctorParameters: () => [{ type: i1.ToolBarButtonComponent }, { type: i2.PopupService }, { type: i3.ContextService }, { type: i4.SortService }, { type: i5.ColumnInfoService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i6.AdaptiveGridService }] });
|
|
@@ -1,245 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Component, ElementRef, EventEmitter, HostBinding, Output, HostListener, ViewChildren, QueryList, NgZone } from '@angular/core';
|
|
6
|
-
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
7
|
-
import { sortAscSmallIcon, sortDescSmallIcon, xIcon } from '@progress/kendo-svg-icons';
|
|
8
|
-
import { isPresent } from '@progress/kendo-angular-common';
|
|
9
|
-
import { KENDO_BUTTON } from '@progress/kendo-angular-buttons';
|
|
10
|
-
import { normalize } from '../../../columns/sort-settings';
|
|
11
|
-
import { take } from 'rxjs/operators';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
import * as i1 from "@progress/kendo-angular-buttons";
|
|
14
|
-
/**
|
|
15
|
-
* @hidden
|
|
16
|
-
*/
|
|
17
|
-
export const directions = initialDirection => initialDirection === "asc" ? ["asc", "desc"] : ["desc", "asc"];
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export class SortToolbarToolComponent {
|
|
22
|
-
element;
|
|
23
|
-
ngZone;
|
|
24
|
-
sortItems;
|
|
25
|
-
wrapperClasses = true;
|
|
26
|
-
onEscKeyDown(event) {
|
|
27
|
-
event.preventDefault();
|
|
28
|
-
this.hostButton?.focus(event);
|
|
29
|
-
this.close.emit();
|
|
30
|
-
}
|
|
31
|
-
close = new EventEmitter();
|
|
32
|
-
sortClear = new EventEmitter();
|
|
33
|
-
sort = new Array();
|
|
34
|
-
columns = [];
|
|
35
|
-
sortAscSmallIcon = sortAscSmallIcon;
|
|
36
|
-
sortDescSmallIcon = sortDescSmallIcon;
|
|
37
|
-
clearIcon = xIcon;
|
|
38
|
-
_columnInfoService;
|
|
39
|
-
set columnInfoService(columnInfoService) {
|
|
40
|
-
this._columnInfoService = columnInfoService;
|
|
41
|
-
this.columns = this.columnInfoService.leafNamedColumns.filter(column => column?.sortable);
|
|
42
|
-
}
|
|
43
|
-
get columnInfoService() {
|
|
44
|
-
return this._columnInfoService;
|
|
45
|
-
}
|
|
46
|
-
_ctx;
|
|
47
|
-
set ctx(ctx) {
|
|
48
|
-
this._ctx = ctx;
|
|
49
|
-
this.sort = ctx.grid.sort;
|
|
50
|
-
}
|
|
51
|
-
get ctx() {
|
|
52
|
-
return this._ctx;
|
|
53
|
-
}
|
|
54
|
-
_sortService;
|
|
55
|
-
set sortService(sortService) {
|
|
56
|
-
this._sortService = sortService;
|
|
57
|
-
this.subscription = this._sortService.changes.subscribe(sort => {
|
|
58
|
-
this.sort = sort;
|
|
59
|
-
});
|
|
60
|
-
}
|
|
61
|
-
get sortService() {
|
|
62
|
-
return this._sortService;
|
|
63
|
-
}
|
|
64
|
-
subscription;
|
|
65
|
-
hostButton;
|
|
66
|
-
constructor(element, ngZone) {
|
|
67
|
-
this.element = element;
|
|
68
|
-
this.ngZone = ngZone;
|
|
69
|
-
}
|
|
70
|
-
ngAfterViewInit() {
|
|
71
|
-
this.ngZone.onStable.pipe(take(1)).subscribe(() => {
|
|
72
|
-
this.sortItems?.get(0)?.nativeElement.focus({ preventScroll: true });
|
|
73
|
-
});
|
|
74
|
-
}
|
|
75
|
-
ngOnDestroy() {
|
|
76
|
-
if (this.subscription) {
|
|
77
|
-
this.subscription.unsubscribe();
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
toggleSort(column, ev) {
|
|
81
|
-
if (this.hostButton.location !== 'toolbar') {
|
|
82
|
-
ev.stopImmediatePropagation();
|
|
83
|
-
}
|
|
84
|
-
const field = column?.field;
|
|
85
|
-
if (!field) {
|
|
86
|
-
return;
|
|
87
|
-
}
|
|
88
|
-
const descriptor = this.getDescriptor(column);
|
|
89
|
-
this.sort = descriptor;
|
|
90
|
-
this.sortService.sort(descriptor);
|
|
91
|
-
}
|
|
92
|
-
getColumnComponent(column) {
|
|
93
|
-
return column;
|
|
94
|
-
}
|
|
95
|
-
sortDescriptor(field) {
|
|
96
|
-
return this.sort.find(item => item.field === field) || { field };
|
|
97
|
-
}
|
|
98
|
-
getDescriptor(column) {
|
|
99
|
-
const { allowUnsort, mode, initialDirection } = normalize(this.ctx.grid.sortable, column.sortable);
|
|
100
|
-
const field = column?.field;
|
|
101
|
-
if (!field) {
|
|
102
|
-
return;
|
|
103
|
-
}
|
|
104
|
-
const descriptorT = this.sort.find(item => item.field === field) || { field };
|
|
105
|
-
const [first, second] = directions(initialDirection);
|
|
106
|
-
let dir = first;
|
|
107
|
-
if (descriptorT.dir === first) {
|
|
108
|
-
dir = second;
|
|
109
|
-
}
|
|
110
|
-
else if (descriptorT.dir === second && allowUnsort) {
|
|
111
|
-
dir = undefined;
|
|
112
|
-
}
|
|
113
|
-
const descriptor = { field, dir };
|
|
114
|
-
if (mode === 'single') {
|
|
115
|
-
return [descriptor];
|
|
116
|
-
}
|
|
117
|
-
return [...this.sort.filter(desc => desc.field !== field), descriptor];
|
|
118
|
-
}
|
|
119
|
-
showSortNumbering(column) {
|
|
120
|
-
return this.sort
|
|
121
|
-
&& this.sort.filter(({ dir }) => isPresent(dir)).length > 1
|
|
122
|
-
&& this.sortOrder(column.field) > 0;
|
|
123
|
-
}
|
|
124
|
-
sortOrder(field) {
|
|
125
|
-
return this.sort
|
|
126
|
-
.filter(({ dir }) => isPresent(dir))
|
|
127
|
-
.findIndex(x => x.field === field)
|
|
128
|
-
+ 1;
|
|
129
|
-
}
|
|
130
|
-
clearSorting() {
|
|
131
|
-
if (!this.sort || this.sort.length === 0) {
|
|
132
|
-
return;
|
|
133
|
-
}
|
|
134
|
-
this.sort = [];
|
|
135
|
-
this.sortService.sort([]);
|
|
136
|
-
this.sortClear.emit();
|
|
137
|
-
}
|
|
138
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortToolbarToolComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
139
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: SortToolbarToolComponent, isStandalone: true, selector: "kendo-sort-toolbar-tool", outputs: { close: "close", sortClear: "sortClear" }, host: { listeners: { "keydown.escape": "onEscKeyDown($event)" }, properties: { "class.k-column-menu": "this.wrapperClasses", "class.k-column-menu-md": "this.wrapperClasses" } }, viewQueries: [{ propertyName: "sortItems", predicate: ["sortItem"], descendants: true, read: ElementRef }], ngImport: i0, template: `
|
|
140
|
-
<div
|
|
141
|
-
class="k-column-menu-item-wrapper"
|
|
142
|
-
[style.max-height.px]="200"
|
|
143
|
-
[style.overflow-x]="'hidden'"
|
|
144
|
-
[style.overflow-y]="'auto'"
|
|
145
|
-
>
|
|
146
|
-
@for (column of columns; track column) {
|
|
147
|
-
<div
|
|
148
|
-
#sortItem
|
|
149
|
-
role="button"
|
|
150
|
-
class="k-columnmenu-item"
|
|
151
|
-
(click)="toggleSort(column, $event)"
|
|
152
|
-
(keydown.enter)="toggleSort(column, $event)"
|
|
153
|
-
[tabindex]="'0'"
|
|
154
|
-
>
|
|
155
|
-
{{column.title || getColumnComponent(column).field}}
|
|
156
|
-
<span class="k-columnmenu-indicators">
|
|
157
|
-
@if (sortDescriptor(getColumnComponent(column).field).dir) {
|
|
158
|
-
<kendo-icon-wrapper
|
|
159
|
-
name="sort-{{sortDescriptor(getColumnComponent(column).field).dir}}-small"
|
|
160
|
-
[svgIcon]="sortDescriptor(getColumnComponent(column).field).dir === 'asc' ? sortAscSmallIcon : sortDescSmallIcon"
|
|
161
|
-
></kendo-icon-wrapper>
|
|
162
|
-
}
|
|
163
|
-
@if (showSortNumbering(getColumnComponent(column))) {
|
|
164
|
-
<span class="k-sort-index">{{sortOrder(getColumnComponent(column).field)}}</span>
|
|
165
|
-
}
|
|
166
|
-
</span>
|
|
167
|
-
</div>
|
|
168
|
-
}
|
|
169
|
-
</div>
|
|
170
|
-
|
|
171
|
-
<div class="k-actions k-actions-stretched k-actions-horizontal k-column-menu-footer">
|
|
172
|
-
<button kendoButton
|
|
173
|
-
[svgIcon]="clearIcon"
|
|
174
|
-
icon="x"
|
|
175
|
-
(click)="clearSorting()">
|
|
176
|
-
{{ctx?.localization.get('sortClearButton')}}
|
|
177
|
-
</button>
|
|
178
|
-
</div>
|
|
179
|
-
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: i1.ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
180
|
-
}
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SortToolbarToolComponent, decorators: [{
|
|
182
|
-
type: Component,
|
|
183
|
-
args: [{
|
|
184
|
-
selector: 'kendo-sort-toolbar-tool',
|
|
185
|
-
template: `
|
|
186
|
-
<div
|
|
187
|
-
class="k-column-menu-item-wrapper"
|
|
188
|
-
[style.max-height.px]="200"
|
|
189
|
-
[style.overflow-x]="'hidden'"
|
|
190
|
-
[style.overflow-y]="'auto'"
|
|
191
|
-
>
|
|
192
|
-
@for (column of columns; track column) {
|
|
193
|
-
<div
|
|
194
|
-
#sortItem
|
|
195
|
-
role="button"
|
|
196
|
-
class="k-columnmenu-item"
|
|
197
|
-
(click)="toggleSort(column, $event)"
|
|
198
|
-
(keydown.enter)="toggleSort(column, $event)"
|
|
199
|
-
[tabindex]="'0'"
|
|
200
|
-
>
|
|
201
|
-
{{column.title || getColumnComponent(column).field}}
|
|
202
|
-
<span class="k-columnmenu-indicators">
|
|
203
|
-
@if (sortDescriptor(getColumnComponent(column).field).dir) {
|
|
204
|
-
<kendo-icon-wrapper
|
|
205
|
-
name="sort-{{sortDescriptor(getColumnComponent(column).field).dir}}-small"
|
|
206
|
-
[svgIcon]="sortDescriptor(getColumnComponent(column).field).dir === 'asc' ? sortAscSmallIcon : sortDescSmallIcon"
|
|
207
|
-
></kendo-icon-wrapper>
|
|
208
|
-
}
|
|
209
|
-
@if (showSortNumbering(getColumnComponent(column))) {
|
|
210
|
-
<span class="k-sort-index">{{sortOrder(getColumnComponent(column).field)}}</span>
|
|
211
|
-
}
|
|
212
|
-
</span>
|
|
213
|
-
</div>
|
|
214
|
-
}
|
|
215
|
-
</div>
|
|
216
|
-
|
|
217
|
-
<div class="k-actions k-actions-stretched k-actions-horizontal k-column-menu-footer">
|
|
218
|
-
<button kendoButton
|
|
219
|
-
[svgIcon]="clearIcon"
|
|
220
|
-
icon="x"
|
|
221
|
-
(click)="clearSorting()">
|
|
222
|
-
{{ctx?.localization.get('sortClearButton')}}
|
|
223
|
-
</button>
|
|
224
|
-
</div>
|
|
225
|
-
`,
|
|
226
|
-
standalone: true,
|
|
227
|
-
imports: [IconWrapperComponent, KENDO_BUTTON]
|
|
228
|
-
}]
|
|
229
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { sortItems: [{
|
|
230
|
-
type: ViewChildren,
|
|
231
|
-
args: ['sortItem', { read: ElementRef }]
|
|
232
|
-
}], wrapperClasses: [{
|
|
233
|
-
type: HostBinding,
|
|
234
|
-
args: ['class.k-column-menu']
|
|
235
|
-
}, {
|
|
236
|
-
type: HostBinding,
|
|
237
|
-
args: ['class.k-column-menu-md']
|
|
238
|
-
}], onEscKeyDown: [{
|
|
239
|
-
type: HostListener,
|
|
240
|
-
args: ['keydown.escape', ['$event']]
|
|
241
|
-
}], close: [{
|
|
242
|
-
type: Output
|
|
243
|
-
}], sortClear: [{
|
|
244
|
-
type: Output
|
|
245
|
-
}] } });
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* The directive allows customizing the drag handle cell in the Grid row reorder column.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridRowDragHandleTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag to set the cell template.
|
|
10
|
-
*
|
|
11
|
-
* The template context is the current data item. You also get access to the following additional fields:
|
|
12
|
-
* - `columnIndex`—The current column index. Use it as a template variable with `let-columnIndex="columnIndex"`.
|
|
13
|
-
* - `rowIndex`—The data row index. Use it as a template variable with `let-rowIndex="rowIndex"`.
|
|
14
|
-
*
|
|
15
|
-
* @example
|
|
16
|
-
* ```html
|
|
17
|
-
* <kendo-grid [kendoGridBinding]="data" [rowReorderable]="true">
|
|
18
|
-
* <kendo-grid-rowreorder-column>
|
|
19
|
-
* <ng-template kendoGridRowDragHandleTemplate>
|
|
20
|
-
* <span>Drag here</span>
|
|
21
|
-
* </ng-template>
|
|
22
|
-
* </kendo-grid-rowreorder-column>
|
|
23
|
-
* <kendo-grid-column field="Field1"></kendo-grid-column>
|
|
24
|
-
* <kendo-grid-column field="Field2"></kendo-grid-column>
|
|
25
|
-
* </kendo-grid>
|
|
26
|
-
* ```
|
|
27
|
-
*/
|
|
28
|
-
export class RowDragHandleTemplateDirective {
|
|
29
|
-
templateRef;
|
|
30
|
-
constructor(templateRef) {
|
|
31
|
-
this.templateRef = templateRef;
|
|
32
|
-
}
|
|
33
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHandleTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RowDragHandleTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHandleTemplate]", ngImport: i0 });
|
|
35
|
-
}
|
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHandleTemplateDirective, decorators: [{
|
|
37
|
-
type: Directive,
|
|
38
|
-
args: [{
|
|
39
|
-
selector: '[kendoGridRowDragHandleTemplate]',
|
|
40
|
-
standalone: true,
|
|
41
|
-
}]
|
|
42
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
43
|
-
type: Optional
|
|
44
|
-
}] }] });
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, TemplateRef, Optional } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* The directive allows customizing the drag hint in the Grid row reorder column.
|
|
9
|
-
* Place an `<ng-template>` tag with the `kendoGridRowDragHintTemplate` directive inside the `<kendo-grid-rowreorder-column>` tag to set the hint template.
|
|
10
|
-
*
|
|
11
|
-
* The template context is the current data item. You also get the data row index as an extra field. Use it as a template variable with `let-rowIndex="rowIndex"`.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-grid [kendoGridBinding]="data" [rowReorderable]="true">
|
|
16
|
-
* <kendo-grid-rowreorder-column>
|
|
17
|
-
* <ng-template kendoGridRowDragHintTemplate>
|
|
18
|
-
* <span>Custom hint</span>
|
|
19
|
-
* </ng-template>
|
|
20
|
-
* </kendo-grid-rowreorder-column>
|
|
21
|
-
* <kendo-grid-column field="Field1"></kendo-grid-column>
|
|
22
|
-
* <kendo-grid-column field="Field2"></kendo-grid-column>
|
|
23
|
-
* </kendo-grid>
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
export class RowDragHintTemplateDirective {
|
|
27
|
-
templateRef;
|
|
28
|
-
constructor(templateRef) {
|
|
29
|
-
this.templateRef = templateRef;
|
|
30
|
-
}
|
|
31
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHintTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
32
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: RowDragHintTemplateDirective, isStandalone: true, selector: "[kendoGridRowDragHintTemplate]", ngImport: i0 });
|
|
33
|
-
}
|
|
34
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowDragHintTemplateDirective, decorators: [{
|
|
35
|
-
type: Directive,
|
|
36
|
-
args: [{
|
|
37
|
-
selector: '[kendoGridRowDragHintTemplate]',
|
|
38
|
-
standalone: true,
|
|
39
|
-
}]
|
|
40
|
-
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
41
|
-
type: Optional
|
|
42
|
-
}] }] });
|