@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/aggregates/status-bar.component.d.ts +1 -1
- package/column-menu/column-chooser-item-checked.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +1 -1
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-autosize-all.component.d.ts +1 -1
- package/column-menu/column-menu-autosize.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.component.d.ts +1 -1
- package/column-menu/column-menu-container.component.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +1 -1
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-position.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +1 -1
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/databinding.directive.d.ts +1 -1
- package/directives.d.ts +260 -0
- package/dragdrop/draggable-column.directive.d.ts +1 -1
- package/dragdrop/drop-target.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +2 -2
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/aggregates/status-bar-template.directive.mjs +3 -2
- package/esm2020/aggregates/status-bar.component.mjs +6 -4
- package/esm2020/column-menu/column-chooser-item-checked.directive.mjs +5 -2
- package/esm2020/column-menu/column-chooser.component.mjs +5 -5
- package/esm2020/column-menu/column-list.component.mjs +6 -5
- package/esm2020/column-menu/column-menu-autosize-all.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-autosize.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-container.component.mjs +3 -2
- package/esm2020/column-menu/column-menu-filter.component.mjs +8 -6
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu-item.component.mjs +7 -5
- package/esm2020/column-menu/column-menu-item.directive.mjs +5 -2
- package/esm2020/column-menu/column-menu-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-position.component.mjs +10 -8
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-stick.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +26 -19
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -2
- package/esm2020/column-resizing/table.directive.mjs +3 -2
- package/esm2020/columns/checkbox-column.component.mjs +3 -2
- package/esm2020/columns/column-group.component.mjs +3 -2
- package/esm2020/columns/column.component.mjs +3 -2
- package/esm2020/columns/command-column.component.mjs +3 -2
- package/esm2020/columns/reorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/common/clipboard.directive.mjs +3 -2
- package/esm2020/databinding.directive.mjs +3 -2
- package/esm2020/directives.mjs +479 -0
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -2
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -2
- package/esm2020/editing/add-command.directive.mjs +7 -5
- package/esm2020/editing/cancel-command.directive.mjs +7 -5
- package/esm2020/editing/edit-command.directive.mjs +7 -5
- package/esm2020/editing/edit-template.directive.mjs +3 -2
- package/esm2020/editing/remove-command.directive.mjs +7 -5
- package/esm2020/editing/save-command.directive.mjs +7 -5
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -2
- package/esm2020/editing-directives/reactive-editing.directive.mjs +4 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -2
- package/esm2020/excel/excel-command.directive.mjs +7 -5
- package/esm2020/excel/excel.component.mjs +3 -2
- package/esm2020/excel/excel.module.mjs +12 -10
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +8 -6
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -7
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -2
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +6 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +7 -5
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +9 -7
- package/esm2020/filtering/cell/row-filtering.module.mjs +88 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +10 -7
- package/esm2020/filtering/filter-input.directive.mjs +3 -2
- package/esm2020/filtering/filter-row.component.mjs +8 -6
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +7 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +9 -6
- package/esm2020/filtering/menu/filter-menu-dropdownlist.directive.mjs +5 -2
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -5
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +7 -5
- package/esm2020/filtering/menu/filter-menu.module.mjs +92 -70
- package/esm2020/filtering/menu/filter-radio-button.directive.mjs +5 -2
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +8 -6
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +9 -6
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +9 -7
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -2
- package/esm2020/filtering/shared-filtering.module.mjs +78 -137
- package/esm2020/grid.component.mjs +31 -25
- package/esm2020/grid.module.mjs +180 -237
- package/esm2020/grouping/group-footer-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-column-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header-template.directive.mjs +3 -2
- package/esm2020/grouping/group-header.component.mjs +10 -8
- package/esm2020/grouping/group-panel.component.mjs +11 -10
- package/esm2020/grouping/group-scroll-binding.directive.mjs +3 -2
- package/esm2020/grouping/group.module.mjs +37 -37
- package/esm2020/index.mjs +1 -1
- package/esm2020/layout/resizable.directive.mjs +3 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/navigation/focusable.directive.mjs +3 -2
- package/esm2020/navigation/logical-cell.directive.mjs +3 -2
- package/esm2020/navigation/logical-row.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-dropdown.directive.mjs +5 -2
- package/esm2020/pager/pager-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-input.directive.mjs +5 -2
- package/esm2020/pager/pager-next-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +10 -8
- package/esm2020/pager/pager-prev-buttons.component.mjs +7 -5
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +10 -11
- package/esm2020/pager/pager.module.mjs +35 -81
- package/esm2020/pdf/pdf-command.directive.mjs +7 -5
- package/esm2020/pdf/pdf-margin.component.mjs +3 -2
- package/esm2020/pdf/pdf-template.directive.mjs +3 -2
- package/esm2020/pdf/pdf.component.mjs +3 -2
- package/esm2020/pdf/pdf.module.mjs +13 -28
- package/esm2020/rendering/body.module.mjs +72 -109
- package/esm2020/rendering/cell-loading.template.directive.mjs +3 -2
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +15 -11
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +6 -4
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/details/detail-template.directive.mjs +3 -2
- package/esm2020/rendering/details-expand.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/footer/footer.component.mjs +9 -7
- package/esm2020/rendering/footer/footer.module.mjs +24 -18
- package/esm2020/rendering/grid-table.directive.mjs +3 -2
- package/esm2020/rendering/groups-expand.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +19 -18
- package/esm2020/rendering/header/header.module.mjs +136 -47
- package/esm2020/rendering/list.component.mjs +12 -11
- package/esm2020/rendering/loading-template.directive.mjs +3 -2
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +15 -12
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -2
- package/esm2020/rendering/toolbar/toolbar.component.mjs +6 -4
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectall-checkbox.directive.mjs +4 -3
- package/esm2020/selection/selection-checkbox.directive.mjs +3 -2
- package/esm2020/selection/selection.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +24 -80
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +4 -4
- package/fesm2015/progress-kendo-angular-grid.mjs +23474 -23456
- package/fesm2020/progress-kendo-angular-grid.mjs +22569 -22551
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/row-filtering.module.d.ts +38 -3
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-dropdownlist.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu.module.d.ts +52 -17
- package/filtering/menu/filter-radio-button.directive.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/after-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/before-filter-operator.component.d.ts +1 -1
- package/filtering/operators/contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/ends-with-filter-operator.component.d.ts +1 -1
- package/filtering/operators/eq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/gte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +1 -1
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +1 -1
- package/filtering/operators/isnull-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lt-filter-operator.component.d.ts +1 -1
- package/filtering/operators/lte-filter-operator.component.d.ts +1 -1
- package/filtering/operators/neq-filter-operator.component.d.ts +1 -1
- package/filtering/operators/not-contains-filter-operator.component.d.ts +1 -1
- package/filtering/operators/starts-with-filter-operator.component.d.ts +1 -1
- package/filtering/shared-filtering.module.d.ts +38 -30
- package/grid.component.d.ts +3 -3
- package/grid.module.d.ts +131 -116
- package/grouping/group-footer-template.directive.d.ts +1 -1
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-header.component.d.ts +1 -1
- package/grouping/group-panel.component.d.ts +1 -1
- package/grouping/group-scroll-binding.directive.d.ts +1 -1
- package/grouping/group.module.d.ts +27 -12
- package/index.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/logical-cell.directive.d.ts +1 -1
- package/navigation/logical-row.directive.d.ts +1 -1
- package/package.json +16 -16
- package/pager/pager-dropdown.directive.d.ts +1 -1
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +1 -1
- package/pager/pager-input.directive.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +2 -2
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-settings.d.ts +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- package/pager/pager.module.d.ts +26 -19
- package/pdf/pdf-command.directive.d.ts +1 -1
- package/pdf/pdf-margin.component.d.ts +1 -1
- package/pdf/pdf-template.directive.d.ts +1 -1
- package/pdf/pdf.component.d.ts +1 -1
- package/pdf/pdf.module.d.ts +6 -6
- package/rendering/body.module.d.ts +39 -25
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +1 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/loading.component.d.ts +1 -1
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +1 -1
- package/rendering/details-expand.directive.d.ts +1 -1
- package/rendering/footer/footer-template.directive.d.ts +1 -1
- package/rendering/footer/footer.component.d.ts +1 -1
- package/rendering/footer/footer.module.d.ts +19 -5
- package/rendering/grid-table.directive.d.ts +1 -1
- package/rendering/groups-expand.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +1 -1
- package/rendering/header/header.module.d.ts +90 -13
- package/rendering/list.component.d.ts +1 -1
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/table-body.component.d.ts +1 -1
- package/rendering/toolbar/toolbar-focusable.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar.component.d.ts +1 -1
- package/schematics/ngAdd/index.js +4 -4
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/shared.module.d.ts +4 -6
- package/column-menu/column-menu.module.d.ts +0 -35
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -113
- package/esm2020/dragdrop/drag-and-drop.module.mjs +0 -29
- package/esm2020/rendering/common/template-context.directive.mjs +0 -40
- package/rendering/common/template-context.directive.d.ts +0 -19
|
@@ -0,0 +1,479 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
// DRAGGABLE COLUMN
|
|
6
|
+
import { DraggableColumnDirective } from "./dragdrop/draggable-column.directive";
|
|
7
|
+
import { DropTargetDirective } from "./dragdrop/drop-target.directive";
|
|
8
|
+
// SHARED
|
|
9
|
+
import { ColumnComponent } from './columns/column.component';
|
|
10
|
+
import { SpanColumnComponent } from './columns/span-column.component';
|
|
11
|
+
import { ColumnGroupComponent } from './columns/column-group.component';
|
|
12
|
+
import { FooterTemplateDirective } from './rendering/footer/footer-template.directive';
|
|
13
|
+
import { ColGroupComponent } from './rendering/common/col-group.component';
|
|
14
|
+
import { LoadingComponent } from './rendering/common/loading.component';
|
|
15
|
+
import { ResizableContainerDirective } from './layout/resizable.directive';
|
|
16
|
+
import { DetailTemplateDirective } from './rendering/details/detail-template.directive';
|
|
17
|
+
import { LogicalCellDirective } from './navigation/logical-cell.directive';
|
|
18
|
+
import { LogicalRowDirective } from './navigation/logical-row.directive';
|
|
19
|
+
import { FieldAccessorPipe } from "./rendering/common/field-accessor.pipe";
|
|
20
|
+
import { TableDirective } from "./column-resizing/table.directive";
|
|
21
|
+
import { FocusableDirective } from "./navigation/focusable.directive";
|
|
22
|
+
import { GridTableDirective } from './rendering/grid-table.directive';
|
|
23
|
+
// GROUPING
|
|
24
|
+
import { GroupHeaderTemplateDirective } from './grouping/group-header-template.directive';
|
|
25
|
+
import { GroupHeaderColumnTemplateDirective } from './grouping/group-header-column-template.directive';
|
|
26
|
+
import { GroupHeaderComponent } from './grouping/group-header.component';
|
|
27
|
+
import { GroupFooterTemplateDirective } from './grouping/group-footer-template.directive';
|
|
28
|
+
import { GroupPanelComponent } from './grouping/group-panel.component';
|
|
29
|
+
// FILTERING
|
|
30
|
+
import { ContainsFilterOperatorComponent } from './filtering/operators/contains-filter-operator.component';
|
|
31
|
+
import { DoesNotContainFilterOperatorComponent } from './filtering/operators/not-contains-filter-operator.component';
|
|
32
|
+
import { EndsWithFilterOperatorComponent } from './filtering/operators/ends-with-filter-operator.component';
|
|
33
|
+
import { EqualFilterOperatorComponent } from './filtering/operators/eq-filter-operator.component';
|
|
34
|
+
import { IsEmptyFilterOperatorComponent } from './filtering/operators/is-empty-filter-operator.component';
|
|
35
|
+
import { IsNotEmptyFilterOperatorComponent } from './filtering/operators/is-not-empty-filter-operator.component';
|
|
36
|
+
import { IsNotNullFilterOperatorComponent } from './filtering/operators/is-not-null-filter-operator.component';
|
|
37
|
+
import { IsNullFilterOperatorComponent } from './filtering/operators/isnull-filter-operator.component';
|
|
38
|
+
import { NotEqualFilterOperatorComponent } from './filtering/operators/neq-filter-operator.component';
|
|
39
|
+
import { StartsWithFilterOperatorComponent } from './filtering/operators/starts-with-filter-operator.component';
|
|
40
|
+
import { GreaterFilterOperatorComponent } from './filtering/operators/gt-filter-operator.component';
|
|
41
|
+
import { GreaterOrEqualToFilterOperatorComponent } from './filtering/operators/gte-filter-operator.component';
|
|
42
|
+
import { LessFilterOperatorComponent } from './filtering/operators/lt-filter-operator.component';
|
|
43
|
+
import { LessOrEqualToFilterOperatorComponent } from './filtering/operators/lte-filter-operator.component';
|
|
44
|
+
import { AfterFilterOperatorComponent } from './filtering/operators/after-filter-operator.component';
|
|
45
|
+
import { AfterEqFilterOperatorComponent } from './filtering/operators/after-eq-filter-operator.component';
|
|
46
|
+
import { BeforeEqFilterOperatorComponent } from './filtering/operators/before-eq-filter-operator.component';
|
|
47
|
+
import { BeforeFilterOperatorComponent } from './filtering/operators/before-filter-operator.component';
|
|
48
|
+
import { FilterCellOperatorsComponent } from "./filtering/cell/filter-cell-operators.component";
|
|
49
|
+
import { FilterInputDirective } from "./filtering/filter-input.directive";
|
|
50
|
+
import { FilterMenuComponent } from "./filtering/menu/filter-menu.component";
|
|
51
|
+
import { FilterMenuContainerComponent } from "./filtering/menu/filter-menu-container.component";
|
|
52
|
+
import { FilterMenuInputWrapperComponent } from "./filtering/menu/filter-menu-input-wrapper.component";
|
|
53
|
+
import { StringFilterMenuInputComponent } from "./filtering/menu/string-filter-menu-input.component";
|
|
54
|
+
import { StringFilterMenuComponent } from "./filtering/menu/string-filter-menu.component";
|
|
55
|
+
import { FilterMenuTemplateDirective } from "./filtering/menu/filter-menu-template.directive";
|
|
56
|
+
import { NumericFilterMenuComponent } from "./filtering/menu/numeric-filter-menu.component";
|
|
57
|
+
import { NumericFilterMenuInputComponent } from "./filtering/menu/numeric-filter-menu-input.component";
|
|
58
|
+
import { DateFilterMenuInputComponent } from "./filtering/menu/date-filter-menu-input.component";
|
|
59
|
+
import { DateFilterMenuComponent } from "./filtering/menu/date-filter-menu.component";
|
|
60
|
+
import { FilterMenuHostDirective } from "./filtering/menu/filter-menu-host.directive";
|
|
61
|
+
import { BooleanFilterMenuComponent } from "./filtering/menu/boolean-filter-menu.component";
|
|
62
|
+
import { FilterMenuDropDownListDirective } from "./filtering/menu/filter-menu-dropdownlist.directive";
|
|
63
|
+
import { BooleanFilterRadioButtonDirective } from "./filtering/menu/filter-radio-button.directive";
|
|
64
|
+
import { AutoCompleteFilterCellComponent } from "./filtering/cell/autocomplete-filter-cell.component";
|
|
65
|
+
import { BooleanFilterCellComponent } from "./filtering/cell/boolean-filter-cell.component";
|
|
66
|
+
import { DateFilterCellComponent } from "./filtering/cell/date-filter-cell.component";
|
|
67
|
+
import { FilterCellHostDirective } from "./filtering/cell/filter-cell-host.directive";
|
|
68
|
+
import { FilterCellTemplateDirective } from "./filtering/cell/filter-cell-template.directive";
|
|
69
|
+
import { FilterCellWrapperComponent } from "./filtering/cell/filter-cell-wrapper.component";
|
|
70
|
+
import { FilterCellComponent } from "./filtering/cell/filter-cell.component";
|
|
71
|
+
import { NumericFilterCellComponent } from "./filtering/cell/numeric-filter-cell.component";
|
|
72
|
+
import { StringFilterCellComponent } from "./filtering/cell/string-filter-cell.component";
|
|
73
|
+
import { FilterRowComponent } from "./filtering/filter-row.component";
|
|
74
|
+
// EXTERNAL
|
|
75
|
+
import { KENDO_EXCELEXPORT } from "@progress/kendo-angular-excel-export";
|
|
76
|
+
import { KENDO_DRAGGABLE, TemplateContextDirective } from "@progress/kendo-angular-common";
|
|
77
|
+
// COLUMN MENU
|
|
78
|
+
import { ColumnMenuChooserItemCheckedDirective } from "./column-menu/column-chooser-item-checked.directive";
|
|
79
|
+
import { ColumnChooserComponent } from "./column-menu/column-chooser.component";
|
|
80
|
+
import { ColumnListComponent } from "./column-menu/column-list.component";
|
|
81
|
+
import { ColumnMenuAutoSizeAllColumnsComponent } from "./column-menu/column-menu-autosize-all.component";
|
|
82
|
+
import { ColumnMenuAutoSizeColumnComponent } from "./column-menu/column-menu-autosize.component";
|
|
83
|
+
import { ColumnMenuChooserComponent } from "./column-menu/column-menu-chooser.component";
|
|
84
|
+
import { ColumnMenuContainerComponent } from "./column-menu/column-menu-container.component";
|
|
85
|
+
import { ColumnMenuFilterComponent } from "./column-menu/column-menu-filter.component";
|
|
86
|
+
import { ColumnMenuItemContentTemplateDirective } from "./column-menu/column-menu-item-content-template.directive";
|
|
87
|
+
import { ColumnMenuItemComponent } from "./column-menu/column-menu-item.component";
|
|
88
|
+
import { ColumnMenuItemDirective } from "./column-menu/column-menu-item.directive";
|
|
89
|
+
import { ColumnMenuLockComponent } from "./column-menu/column-menu-lock.component";
|
|
90
|
+
import { ColumnMenuPositionComponent } from "./column-menu/column-menu-position.component";
|
|
91
|
+
import { ColumnMenuSortComponent } from "./column-menu/column-menu-sort.component";
|
|
92
|
+
import { ColumnMenuStickComponent } from "./column-menu/column-menu-stick.component";
|
|
93
|
+
import { ColumnMenuTemplateDirective } from "./column-menu/column-menu-template.directive";
|
|
94
|
+
import { ColumnMenuComponent } from "./column-menu/column-menu.component";
|
|
95
|
+
// EXCEL EXPORT
|
|
96
|
+
import { ExcelComponent } from "./excel/excel.component";
|
|
97
|
+
import { ExcelCommandDirective } from "./excel/excel-command.directive";
|
|
98
|
+
// PDF EXPORT
|
|
99
|
+
import { PDFComponent } from "./pdf/pdf.component";
|
|
100
|
+
import { PDFMarginComponent } from "./pdf/pdf-margin.component";
|
|
101
|
+
import { PDFCommandDirective } from "./pdf/pdf-command.directive";
|
|
102
|
+
import { PDFTemplateDirective } from "./pdf/pdf-template.directive";
|
|
103
|
+
// HEADER
|
|
104
|
+
import { HeaderComponent } from "./rendering/header/header.component";
|
|
105
|
+
import { HeaderTemplateDirective } from "./rendering/header/header-template.directive";
|
|
106
|
+
import { ColumnHandleDirective } from "./column-resizing/column-handle.directive";
|
|
107
|
+
import { SelectAllCheckboxDirective } from "./selection/selectall-checkbox.directive";
|
|
108
|
+
import { FooterComponent } from "./rendering/footer/footer.component";
|
|
109
|
+
import { CommandColumnComponent } from "./columns/command-column.component";
|
|
110
|
+
import { CheckboxColumnComponent } from "./columns/checkbox-column.component";
|
|
111
|
+
import { SelectionCheckboxDirective } from "./selection/selection-checkbox.directive";
|
|
112
|
+
import { CellTemplateDirective } from "./rendering/cell-template.directive";
|
|
113
|
+
import { EditTemplateDirective } from "./editing/edit-template.directive";
|
|
114
|
+
import { TableBodyComponent } from "./rendering/table-body.component";
|
|
115
|
+
import { NoRecordsTemplateDirective } from "./rendering/no-records-template.directive";
|
|
116
|
+
import { CellComponent } from "./rendering/cell.component";
|
|
117
|
+
import { EditCommandDirective } from "./editing/edit-command.directive";
|
|
118
|
+
import { CancelCommandDirective } from "./editing/cancel-command.directive";
|
|
119
|
+
import { SaveCommandDirective } from "./editing/save-command.directive";
|
|
120
|
+
import { RemoveCommandDirective } from "./editing/remove-command.directive";
|
|
121
|
+
import { AddCommandDirective } from "./editing/add-command.directive";
|
|
122
|
+
import { CellLoadingTemplateDirective } from "./rendering/cell-loading.template.directive";
|
|
123
|
+
import { LoadingTemplateDirective } from "./rendering/loading-template.directive";
|
|
124
|
+
import { RowReorderColumnComponent } from "./columns/reorder-column.component";
|
|
125
|
+
import { PagerComponent } from "./pager/pager.component";
|
|
126
|
+
import { PagerPrevButtonsComponent } from "./pager/pager-prev-buttons.component";
|
|
127
|
+
import { PagerNextButtonsComponent } from "./pager/pager-next-buttons.component";
|
|
128
|
+
import { PagerNumericButtonsComponent } from "./pager/pager-numeric-buttons.component";
|
|
129
|
+
import { PagerInputComponent } from "./pager/pager-input.component";
|
|
130
|
+
import { PagerInfoComponent } from "./pager/pager-info.component";
|
|
131
|
+
import { PagerPageSizesComponent } from "./pager/pager-page-sizes.component";
|
|
132
|
+
import { PagerTemplateDirective } from "./pager/pager-template.directive";
|
|
133
|
+
import { PagerDropDownListDirective } from "./pager/pager-dropdown.directive";
|
|
134
|
+
import { PagerInputDirective } from "./pager/pager-input.directive";
|
|
135
|
+
import { GridComponent } from "./grid.component";
|
|
136
|
+
import { ListComponent } from "./rendering/list.component";
|
|
137
|
+
import { ToolbarComponent } from "./rendering/toolbar/toolbar.component";
|
|
138
|
+
import { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
|
139
|
+
import { CustomMessagesComponent } from "./localization/custom-messages.component";
|
|
140
|
+
import { DataBindingDirective } from "./databinding.directive";
|
|
141
|
+
import { ToolbarTemplateDirective } from "./rendering/toolbar/toolbar-template.directive";
|
|
142
|
+
import { SelectionDirective } from "./selection/selection.directive";
|
|
143
|
+
import { TemplateEditingDirective } from "./editing-directives/template-editing.directive";
|
|
144
|
+
import { ReactiveEditingDirective } from "./editing-directives/reactive-editing.directive";
|
|
145
|
+
import { InCellEditingDirective } from "./editing-directives/in-cell-editing.directive";
|
|
146
|
+
import { ExpandDetailsDirective } from "./rendering/details-expand.directive";
|
|
147
|
+
import { ExpandGroupDirective } from "./rendering/groups-expand.directive";
|
|
148
|
+
import { GroupBindingDirective } from "./grouping/group-scroll-binding.directive";
|
|
149
|
+
import { GridMarqueeDirective } from "./selection/marquee.directive";
|
|
150
|
+
import { GridSpacerComponent } from "./rendering/common/spacer.component";
|
|
151
|
+
import { GridToolbarFocusableDirective } from "./rendering/toolbar/toolbar-focusable.directive";
|
|
152
|
+
import { StatusBarComponent } from "./aggregates/status-bar.component";
|
|
153
|
+
import { StatusBarTemplateDirective } from "./aggregates/status-bar-template.directive";
|
|
154
|
+
import { GridClipboardDirective } from "./common/clipboard.directive";
|
|
155
|
+
/**
|
|
156
|
+
* @hidden
|
|
157
|
+
*
|
|
158
|
+
* Utility array that contains all column dragging components and directives
|
|
159
|
+
*/
|
|
160
|
+
export const KENDO_GRID_COLUMN_DRAGANDDROP = [
|
|
161
|
+
DraggableColumnDirective,
|
|
162
|
+
DropTargetDirective
|
|
163
|
+
];
|
|
164
|
+
/**
|
|
165
|
+
* @hidden
|
|
166
|
+
*
|
|
167
|
+
* Utility array that contains the former Shared module exports
|
|
168
|
+
*/
|
|
169
|
+
export const KENDO_GRID_SHARED = [
|
|
170
|
+
ColumnComponent,
|
|
171
|
+
ColumnGroupComponent,
|
|
172
|
+
LogicalCellDirective,
|
|
173
|
+
LogicalRowDirective,
|
|
174
|
+
FocusableDirective,
|
|
175
|
+
FooterTemplateDirective,
|
|
176
|
+
ColGroupComponent,
|
|
177
|
+
ResizableContainerDirective,
|
|
178
|
+
TemplateContextDirective,
|
|
179
|
+
FieldAccessorPipe,
|
|
180
|
+
DetailTemplateDirective,
|
|
181
|
+
SpanColumnComponent,
|
|
182
|
+
TableDirective,
|
|
183
|
+
LoadingComponent,
|
|
184
|
+
GridTableDirective,
|
|
185
|
+
...KENDO_DRAGGABLE
|
|
186
|
+
];
|
|
187
|
+
/**
|
|
188
|
+
* @hidden
|
|
189
|
+
*
|
|
190
|
+
* Utility array that contains the former Group module exports
|
|
191
|
+
*/
|
|
192
|
+
export const KENDO_GRID_GROUP_EXPORTS = [
|
|
193
|
+
GroupHeaderTemplateDirective,
|
|
194
|
+
GroupHeaderColumnTemplateDirective,
|
|
195
|
+
GroupFooterTemplateDirective,
|
|
196
|
+
GroupHeaderComponent,
|
|
197
|
+
GroupPanelComponent,
|
|
198
|
+
];
|
|
199
|
+
/**
|
|
200
|
+
* @hidden
|
|
201
|
+
*
|
|
202
|
+
* Utility array that contains the filter operator components
|
|
203
|
+
*/
|
|
204
|
+
export const KENDO_GRID_FILTER_OPERATORS = [
|
|
205
|
+
FilterCellOperatorsComponent,
|
|
206
|
+
ContainsFilterOperatorComponent,
|
|
207
|
+
DoesNotContainFilterOperatorComponent,
|
|
208
|
+
EndsWithFilterOperatorComponent,
|
|
209
|
+
EqualFilterOperatorComponent,
|
|
210
|
+
IsEmptyFilterOperatorComponent,
|
|
211
|
+
IsNotEmptyFilterOperatorComponent,
|
|
212
|
+
IsNotNullFilterOperatorComponent,
|
|
213
|
+
IsNullFilterOperatorComponent,
|
|
214
|
+
NotEqualFilterOperatorComponent,
|
|
215
|
+
StartsWithFilterOperatorComponent,
|
|
216
|
+
GreaterFilterOperatorComponent,
|
|
217
|
+
GreaterOrEqualToFilterOperatorComponent,
|
|
218
|
+
LessFilterOperatorComponent,
|
|
219
|
+
LessOrEqualToFilterOperatorComponent,
|
|
220
|
+
AfterFilterOperatorComponent,
|
|
221
|
+
AfterEqFilterOperatorComponent,
|
|
222
|
+
BeforeEqFilterOperatorComponent,
|
|
223
|
+
BeforeFilterOperatorComponent
|
|
224
|
+
];
|
|
225
|
+
/**
|
|
226
|
+
* @hidden
|
|
227
|
+
*
|
|
228
|
+
* Utility array that contains the former SharedFilterModule exports
|
|
229
|
+
*/
|
|
230
|
+
export const KENDO_GRID_FILTER_SHARED = [
|
|
231
|
+
...KENDO_GRID_SHARED,
|
|
232
|
+
...KENDO_GRID_FILTER_OPERATORS,
|
|
233
|
+
FilterInputDirective,
|
|
234
|
+
];
|
|
235
|
+
/**
|
|
236
|
+
* @hidden
|
|
237
|
+
*
|
|
238
|
+
* Utility array that contains the former FilterMenuModule declarations
|
|
239
|
+
*/
|
|
240
|
+
export const KENDO_GRID_FILTER_MENU_EXPORTS = [
|
|
241
|
+
FilterMenuComponent,
|
|
242
|
+
FilterMenuContainerComponent,
|
|
243
|
+
FilterMenuInputWrapperComponent,
|
|
244
|
+
StringFilterMenuInputComponent,
|
|
245
|
+
StringFilterMenuComponent,
|
|
246
|
+
FilterMenuTemplateDirective,
|
|
247
|
+
NumericFilterMenuComponent,
|
|
248
|
+
NumericFilterMenuInputComponent,
|
|
249
|
+
DateFilterMenuInputComponent,
|
|
250
|
+
DateFilterMenuComponent,
|
|
251
|
+
FilterMenuHostDirective,
|
|
252
|
+
BooleanFilterMenuComponent,
|
|
253
|
+
FilterMenuDropDownListDirective,
|
|
254
|
+
BooleanFilterRadioButtonDirective
|
|
255
|
+
];
|
|
256
|
+
/**
|
|
257
|
+
* @hidden
|
|
258
|
+
*
|
|
259
|
+
* Utility array that contains the former FilterMenuModule exports
|
|
260
|
+
*/
|
|
261
|
+
export const KENDO_GRID_FILTER_MENU = [
|
|
262
|
+
...KENDO_GRID_FILTER_SHARED,
|
|
263
|
+
...KENDO_GRID_FILTER_MENU_EXPORTS
|
|
264
|
+
];
|
|
265
|
+
/**
|
|
266
|
+
* @hidden
|
|
267
|
+
*
|
|
268
|
+
* Utility array that contains the former RowFilterModule declarations
|
|
269
|
+
*/
|
|
270
|
+
export const KENDO_GRID_FILTER_ROW_EXPORTS = [
|
|
271
|
+
FilterRowComponent,
|
|
272
|
+
FilterCellComponent,
|
|
273
|
+
FilterCellTemplateDirective,
|
|
274
|
+
StringFilterCellComponent,
|
|
275
|
+
NumericFilterCellComponent,
|
|
276
|
+
AutoCompleteFilterCellComponent,
|
|
277
|
+
BooleanFilterCellComponent,
|
|
278
|
+
FilterCellHostDirective,
|
|
279
|
+
FilterCellWrapperComponent,
|
|
280
|
+
DateFilterCellComponent
|
|
281
|
+
];
|
|
282
|
+
/**
|
|
283
|
+
* @hidden
|
|
284
|
+
*
|
|
285
|
+
* Utility array that contains the former RowFilterModule exports
|
|
286
|
+
*/
|
|
287
|
+
export const KENDO_GRID_FILTER_ROW = [
|
|
288
|
+
...KENDO_GRID_FILTER_ROW_EXPORTS,
|
|
289
|
+
...KENDO_GRID_FILTER_SHARED
|
|
290
|
+
];
|
|
291
|
+
/**
|
|
292
|
+
* @hidden
|
|
293
|
+
*
|
|
294
|
+
* Utility array that contains the former ColumnMenu module declarations
|
|
295
|
+
*/
|
|
296
|
+
export const KENDO_GRID_COLUMN_MENU_DECLARATIONS = [
|
|
297
|
+
ColumnMenuChooserItemCheckedDirective,
|
|
298
|
+
ColumnListComponent,
|
|
299
|
+
ColumnChooserComponent,
|
|
300
|
+
ColumnMenuChooserComponent,
|
|
301
|
+
ColumnMenuFilterComponent,
|
|
302
|
+
ColumnMenuItemComponent,
|
|
303
|
+
ColumnMenuItemContentTemplateDirective,
|
|
304
|
+
ColumnMenuSortComponent,
|
|
305
|
+
ColumnMenuComponent,
|
|
306
|
+
ColumnMenuLockComponent,
|
|
307
|
+
ColumnMenuTemplateDirective,
|
|
308
|
+
ColumnMenuContainerComponent,
|
|
309
|
+
ColumnMenuItemDirective,
|
|
310
|
+
ColumnMenuStickComponent,
|
|
311
|
+
ColumnMenuPositionComponent,
|
|
312
|
+
ColumnMenuAutoSizeColumnComponent,
|
|
313
|
+
ColumnMenuAutoSizeAllColumnsComponent
|
|
314
|
+
];
|
|
315
|
+
/**
|
|
316
|
+
* @hidden
|
|
317
|
+
*
|
|
318
|
+
* Utility array that contains the former ColumnMenu module exports
|
|
319
|
+
*/
|
|
320
|
+
export const KENDO_GRID_COLUMN_MENU_EXPORTS = [
|
|
321
|
+
ColumnChooserComponent,
|
|
322
|
+
ColumnMenuFilterComponent,
|
|
323
|
+
ColumnMenuItemComponent,
|
|
324
|
+
ColumnMenuItemContentTemplateDirective,
|
|
325
|
+
ColumnMenuSortComponent,
|
|
326
|
+
ColumnMenuLockComponent,
|
|
327
|
+
ColumnMenuStickComponent,
|
|
328
|
+
ColumnMenuPositionComponent,
|
|
329
|
+
ColumnMenuChooserComponent,
|
|
330
|
+
ColumnMenuTemplateDirective,
|
|
331
|
+
ColumnMenuContainerComponent,
|
|
332
|
+
ColumnMenuItemDirective,
|
|
333
|
+
ColumnMenuComponent,
|
|
334
|
+
ColumnMenuAutoSizeColumnComponent,
|
|
335
|
+
ColumnMenuAutoSizeAllColumnsComponent
|
|
336
|
+
];
|
|
337
|
+
/**
|
|
338
|
+
* @hidden
|
|
339
|
+
*/
|
|
340
|
+
export const KENDO_GRID_HEADER_EXPORTS = [
|
|
341
|
+
HeaderComponent,
|
|
342
|
+
HeaderTemplateDirective,
|
|
343
|
+
ColumnHandleDirective,
|
|
344
|
+
SelectAllCheckboxDirective
|
|
345
|
+
];
|
|
346
|
+
/**
|
|
347
|
+
* @hidden
|
|
348
|
+
*
|
|
349
|
+
* Utility array that contains the Footer module exports
|
|
350
|
+
*/
|
|
351
|
+
export const KENDO_GRID_FOOTER_EXPORTS = [FooterComponent];
|
|
352
|
+
/**
|
|
353
|
+
* @hidden
|
|
354
|
+
*
|
|
355
|
+
* Utility array that contains the Body module exports
|
|
356
|
+
*/
|
|
357
|
+
export const KENDO_GRID_BODY_EXPORTS = [
|
|
358
|
+
CommandColumnComponent,
|
|
359
|
+
CheckboxColumnComponent,
|
|
360
|
+
SelectionCheckboxDirective,
|
|
361
|
+
CellTemplateDirective,
|
|
362
|
+
EditTemplateDirective,
|
|
363
|
+
TableBodyComponent,
|
|
364
|
+
NoRecordsTemplateDirective,
|
|
365
|
+
CellComponent,
|
|
366
|
+
EditCommandDirective,
|
|
367
|
+
CancelCommandDirective,
|
|
368
|
+
SaveCommandDirective,
|
|
369
|
+
RemoveCommandDirective,
|
|
370
|
+
AddCommandDirective,
|
|
371
|
+
CellLoadingTemplateDirective,
|
|
372
|
+
LoadingTemplateDirective,
|
|
373
|
+
RowReorderColumnComponent
|
|
374
|
+
];
|
|
375
|
+
/**
|
|
376
|
+
* @hidden
|
|
377
|
+
*
|
|
378
|
+
* Utility array that contains the Pager module exports
|
|
379
|
+
*/
|
|
380
|
+
export const KENDO_GRID_PAGER_EXPORTS = [
|
|
381
|
+
PagerComponent,
|
|
382
|
+
PagerPrevButtonsComponent,
|
|
383
|
+
PagerNextButtonsComponent,
|
|
384
|
+
PagerNumericButtonsComponent,
|
|
385
|
+
PagerInputComponent,
|
|
386
|
+
PagerInfoComponent,
|
|
387
|
+
PagerPageSizesComponent,
|
|
388
|
+
PagerTemplateDirective,
|
|
389
|
+
PagerDropDownListDirective,
|
|
390
|
+
PagerInputDirective
|
|
391
|
+
];
|
|
392
|
+
/**
|
|
393
|
+
* @hidden
|
|
394
|
+
*
|
|
395
|
+
* Utility array that contains the Grid module declarations
|
|
396
|
+
*/
|
|
397
|
+
export const KENDO_GRID_DECLARATIONS = [
|
|
398
|
+
GridComponent,
|
|
399
|
+
ListComponent,
|
|
400
|
+
ToolbarComponent,
|
|
401
|
+
LocalizedMessagesDirective,
|
|
402
|
+
CustomMessagesComponent,
|
|
403
|
+
DataBindingDirective,
|
|
404
|
+
ToolbarTemplateDirective,
|
|
405
|
+
SelectionDirective,
|
|
406
|
+
TemplateEditingDirective,
|
|
407
|
+
ReactiveEditingDirective,
|
|
408
|
+
InCellEditingDirective,
|
|
409
|
+
ExpandDetailsDirective,
|
|
410
|
+
ExpandGroupDirective,
|
|
411
|
+
GroupBindingDirective,
|
|
412
|
+
GridMarqueeDirective,
|
|
413
|
+
GridSpacerComponent,
|
|
414
|
+
GridToolbarFocusableDirective,
|
|
415
|
+
StatusBarComponent,
|
|
416
|
+
StatusBarTemplateDirective,
|
|
417
|
+
GridClipboardDirective
|
|
418
|
+
];
|
|
419
|
+
/**
|
|
420
|
+
* @hidden
|
|
421
|
+
*
|
|
422
|
+
* Utility array that contains the Grid module exports
|
|
423
|
+
*/
|
|
424
|
+
export const KENDO_GRID_EXPORTS = [
|
|
425
|
+
GridComponent,
|
|
426
|
+
ToolbarTemplateDirective,
|
|
427
|
+
ToolbarComponent,
|
|
428
|
+
GridSpacerComponent,
|
|
429
|
+
StatusBarTemplateDirective,
|
|
430
|
+
DataBindingDirective,
|
|
431
|
+
SelectionDirective,
|
|
432
|
+
CustomMessagesComponent,
|
|
433
|
+
GroupBindingDirective,
|
|
434
|
+
TemplateEditingDirective,
|
|
435
|
+
ReactiveEditingDirective,
|
|
436
|
+
InCellEditingDirective,
|
|
437
|
+
ExpandDetailsDirective,
|
|
438
|
+
ExpandGroupDirective,
|
|
439
|
+
GridToolbarFocusableDirective,
|
|
440
|
+
...KENDO_GRID_GROUP_EXPORTS,
|
|
441
|
+
...KENDO_GRID_SHARED,
|
|
442
|
+
...KENDO_GRID_BODY_EXPORTS,
|
|
443
|
+
...KENDO_GRID_HEADER_EXPORTS,
|
|
444
|
+
...KENDO_GRID_PAGER_EXPORTS,
|
|
445
|
+
...KENDO_GRID_FILTER_ROW_EXPORTS,
|
|
446
|
+
...KENDO_GRID_FILTER_OPERATORS,
|
|
447
|
+
...KENDO_GRID_FILTER_MENU_EXPORTS,
|
|
448
|
+
...KENDO_GRID_COLUMN_MENU_EXPORTS,
|
|
449
|
+
GridClipboardDirective
|
|
450
|
+
];
|
|
451
|
+
/**
|
|
452
|
+
* @hidden
|
|
453
|
+
*
|
|
454
|
+
* Utility array that contains the ExcelExport module exports
|
|
455
|
+
*/
|
|
456
|
+
export const KENDO_GRID_EXCEL_EXPORT = [
|
|
457
|
+
ExcelComponent,
|
|
458
|
+
ExcelCommandDirective,
|
|
459
|
+
...KENDO_EXCELEXPORT
|
|
460
|
+
];
|
|
461
|
+
/**
|
|
462
|
+
* @hidden
|
|
463
|
+
*
|
|
464
|
+
* Utility array that contains the PDFModule declarations and exports
|
|
465
|
+
*/
|
|
466
|
+
export const KENDO_GRID_PDF_EXPORT = [
|
|
467
|
+
PDFComponent,
|
|
468
|
+
PDFMarginComponent,
|
|
469
|
+
PDFCommandDirective,
|
|
470
|
+
PDFTemplateDirective
|
|
471
|
+
];
|
|
472
|
+
/**
|
|
473
|
+
* Utility array that contains all `Grid` related components and directives
|
|
474
|
+
*/
|
|
475
|
+
export const KENDO_GRID = [
|
|
476
|
+
...KENDO_GRID_EXPORTS,
|
|
477
|
+
...KENDO_GRID_EXCEL_EXPORT,
|
|
478
|
+
...KENDO_GRID_PDF_EXPORT
|
|
479
|
+
];
|
|
@@ -113,11 +113,12 @@ export class DraggableColumnDirective {
|
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
DraggableColumnDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, deps: [{ token: i1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i2.DragAndDropService }, { token: i3.DragHintService }, { token: i4.DropCueService }, { token: i5.NavigationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
116
|
-
DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableColumnDirective, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
|
|
116
|
+
DraggableColumnDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DraggableColumnDirective, isStandalone: true, selector: "[kendoDraggableColumn]", inputs: { context: "context", enableDrag: "enableDrag" }, outputs: { drag: "drag" }, host: { properties: { "class.k-grid-draggable-header": "this.hostClass" } }, ngImport: i0 });
|
|
117
117
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DraggableColumnDirective, decorators: [{
|
|
118
118
|
type: Directive,
|
|
119
119
|
args: [{
|
|
120
|
-
selector: '[kendoDraggableColumn]'
|
|
120
|
+
selector: '[kendoDraggableColumn]',
|
|
121
|
+
standalone: true
|
|
121
122
|
}]
|
|
122
123
|
}], ctorParameters: function () { return [{ type: i1.DraggableDirective, decorators: [{
|
|
123
124
|
type: Host
|
|
@@ -51,11 +51,12 @@ export class DropTargetDirective {
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
54
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
|
|
54
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DropTargetDirective, isStandalone: true, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
|
|
55
55
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DropTargetDirective, decorators: [{
|
|
56
56
|
type: Directive,
|
|
57
57
|
args: [{
|
|
58
|
-
selector: '[kendoDropTarget]'
|
|
58
|
+
selector: '[kendoDropTarget]',
|
|
59
|
+
standalone: true
|
|
59
60
|
}]
|
|
60
61
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.DragAndDropService }]; }, propDecorators: { context: [{
|
|
61
62
|
type: Input
|
|
@@ -6,11 +6,11 @@ import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer
|
|
|
6
6
|
import { Button } from '@progress/kendo-angular-buttons';
|
|
7
7
|
import { ContextService } from '../common/provider.service';
|
|
8
8
|
import { EditService } from './edit.service';
|
|
9
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
10
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
import * as i1 from "./edit.service";
|
|
11
13
|
import * as i2 from "../common/provider.service";
|
|
12
|
-
import * as i3 from "@angular/common";
|
|
13
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the command for adding a new item to the Grid. You can apply this directive to any
|
|
16
16
|
* `button` element inside a [ToolbarTemplate]({% slug api_grid_commandcolumncomponent %}).
|
|
@@ -47,7 +47,7 @@ export class AddCommandDirective extends Button {
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
50
|
-
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
50
|
+
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AddCommandDirective, isStandalone: true, selector: "[kendoGridAddCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
51
51
|
<kendo-icon-wrapper
|
|
52
52
|
*ngIf="icon || svgIcon"
|
|
53
53
|
innerCssClass="k-button-icon"
|
|
@@ -58,7 +58,7 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
58
58
|
</span>
|
|
59
59
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
60
60
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
61
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
61
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
62
62
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddCommandDirective, decorators: [{
|
|
63
63
|
type: Component,
|
|
64
64
|
args: [{
|
|
@@ -74,7 +74,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
74
74
|
</span>
|
|
75
75
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
76
76
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
77
|
-
|
|
77
|
+
`,
|
|
78
|
+
standalone: true,
|
|
79
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
78
80
|
}]
|
|
79
81
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.ContextService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
|
80
82
|
type: HostListener,
|
|
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
|
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
8
|
import { CELL_CONTEXT } from '../rendering/common/cell-context';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
11
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./edit.service";
|
|
12
14
|
import * as i2 from "../common/provider.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
15
15
|
/**
|
|
16
16
|
* Represents the `cancel` command of the Grid. You can apply this directive to any `button`
|
|
17
17
|
* element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %})
|
|
@@ -66,7 +66,7 @@ export class CancelCommandDirective extends Button {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
-
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, selector: "[kendoGridCancelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
69
|
+
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CancelCommandDirective, isStandalone: true, selector: "[kendoGridCancelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
70
70
|
<kendo-icon-wrapper
|
|
71
71
|
*ngIf="icon || svgIcon"
|
|
72
72
|
innerCssClass="k-button-icon"
|
|
@@ -77,7 +77,7 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
77
77
|
</span>
|
|
78
78
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
79
79
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
80
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
80
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
81
81
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
|
82
82
|
type: Component,
|
|
83
83
|
args: [{
|
|
@@ -93,7 +93,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
93
93
|
</span>
|
|
94
94
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
95
95
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
96
|
-
|
|
96
|
+
`,
|
|
97
|
+
standalone: true,
|
|
98
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
97
99
|
}]
|
|
98
100
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
|
|
99
101
|
type: Inject,
|
|
@@ -7,11 +7,11 @@ import { Button } from '@progress/kendo-angular-buttons';
|
|
|
7
7
|
import { EditService } from './edit.service';
|
|
8
8
|
import { CELL_CONTEXT } from '../rendering/common/cell-context';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { NgIf, NgClass } from '@angular/common';
|
|
11
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./edit.service";
|
|
12
14
|
import * as i2 from "../common/provider.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
|
15
15
|
/**
|
|
16
16
|
* Represents the `edit` command of the Grid. You can apply this directive to any `button`
|
|
17
17
|
* element inside a [CommandColumnComponent]({% slug api_grid_commandcolumncomponent %}).
|
|
@@ -64,7 +64,7 @@ export class EditCommandDirective extends Button {
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: CELL_CONTEXT }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.ContextService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
67
|
-
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, selector: "[kendoGridEditCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
67
|
+
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EditCommandDirective, isStandalone: true, selector: "[kendoGridEditCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "style.display": "this.visible", "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
|
68
68
|
<kendo-icon-wrapper
|
|
69
69
|
*ngIf="icon || svgIcon"
|
|
70
70
|
innerCssClass="k-button-icon"
|
|
@@ -75,7 +75,7 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
75
75
|
</span>
|
|
76
76
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
77
77
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
78
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
78
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EditCommandDirective, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{
|
|
@@ -91,7 +91,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
91
91
|
</span>
|
|
92
92
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
|
93
93
|
<span class="k-button-text"><ng-content></ng-content></span>
|
|
94
|
-
|
|
94
|
+
`,
|
|
95
|
+
standalone: true,
|
|
96
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
|
95
97
|
}]
|
|
96
98
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: undefined, decorators: [{
|
|
97
99
|
type: Inject,
|