@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.2
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
|
@@ -3,23 +3,100 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "
|
|
7
|
-
import * as i2 from "
|
|
8
|
-
import * as i3 from "../../
|
|
9
|
-
import * as i4 from "../../
|
|
10
|
-
import * as i5 from "
|
|
11
|
-
import * as i6 from "../../
|
|
12
|
-
import * as i7 from "../../filtering/cell/
|
|
13
|
-
import * as i8 from "../../filtering/
|
|
14
|
-
import * as i9 from "../../
|
|
15
|
-
import * as i10 from "../../
|
|
16
|
-
import * as i11 from "../../
|
|
6
|
+
import * as i1 from "../../grouping/group-header-template.directive";
|
|
7
|
+
import * as i2 from "../../grouping/group-header-column-template.directive";
|
|
8
|
+
import * as i3 from "../../grouping/group-footer-template.directive";
|
|
9
|
+
import * as i4 from "../../grouping/group-header.component";
|
|
10
|
+
import * as i5 from "../../grouping/group-panel.component";
|
|
11
|
+
import * as i6 from "../../filtering/filter-row.component";
|
|
12
|
+
import * as i7 from "../../filtering/cell/filter-cell.component";
|
|
13
|
+
import * as i8 from "../../filtering/cell/filter-cell-template.directive";
|
|
14
|
+
import * as i9 from "../../filtering/cell/string-filter-cell.component";
|
|
15
|
+
import * as i10 from "../../filtering/cell/numeric-filter-cell.component";
|
|
16
|
+
import * as i11 from "../../filtering/cell/autocomplete-filter-cell.component";
|
|
17
|
+
import * as i12 from "../../filtering/cell/boolean-filter-cell.component";
|
|
18
|
+
import * as i13 from "../../filtering/cell/filter-cell-host.directive";
|
|
19
|
+
import * as i14 from "../../filtering/cell/filter-cell-wrapper.component";
|
|
20
|
+
import * as i15 from "../../filtering/cell/date-filter-cell.component";
|
|
21
|
+
import * as i16 from "../../columns/column.component";
|
|
22
|
+
import * as i17 from "../../columns/column-group.component";
|
|
23
|
+
import * as i18 from "../../navigation/logical-cell.directive";
|
|
24
|
+
import * as i19 from "../../navigation/logical-row.directive";
|
|
25
|
+
import * as i20 from "../../navigation/focusable.directive";
|
|
26
|
+
import * as i21 from "../footer/footer-template.directive";
|
|
27
|
+
import * as i22 from "../common/col-group.component";
|
|
28
|
+
import * as i23 from "../../layout/resizable.directive";
|
|
29
|
+
import * as i24 from "@progress/kendo-angular-common";
|
|
30
|
+
import * as i25 from "../common/field-accessor.pipe";
|
|
31
|
+
import * as i26 from "../details/detail-template.directive";
|
|
32
|
+
import * as i27 from "../../columns/span-column.component";
|
|
33
|
+
import * as i28 from "../../column-resizing/table.directive";
|
|
34
|
+
import * as i29 from "../common/loading.component";
|
|
35
|
+
import * as i30 from "../grid-table.directive";
|
|
36
|
+
import * as i31 from "../../filtering/cell/filter-cell-operators.component";
|
|
37
|
+
import * as i32 from "../../filtering/operators/contains-filter-operator.component";
|
|
38
|
+
import * as i33 from "../../filtering/operators/not-contains-filter-operator.component";
|
|
39
|
+
import * as i34 from "../../filtering/operators/ends-with-filter-operator.component";
|
|
40
|
+
import * as i35 from "../../filtering/operators/eq-filter-operator.component";
|
|
41
|
+
import * as i36 from "../../filtering/operators/is-empty-filter-operator.component";
|
|
42
|
+
import * as i37 from "../../filtering/operators/is-not-empty-filter-operator.component";
|
|
43
|
+
import * as i38 from "../../filtering/operators/is-not-null-filter-operator.component";
|
|
44
|
+
import * as i39 from "../../filtering/operators/isnull-filter-operator.component";
|
|
45
|
+
import * as i40 from "../../filtering/operators/neq-filter-operator.component";
|
|
46
|
+
import * as i41 from "../../filtering/operators/starts-with-filter-operator.component";
|
|
47
|
+
import * as i42 from "../../filtering/operators/gt-filter-operator.component";
|
|
48
|
+
import * as i43 from "../../filtering/operators/gte-filter-operator.component";
|
|
49
|
+
import * as i44 from "../../filtering/operators/lt-filter-operator.component";
|
|
50
|
+
import * as i45 from "../../filtering/operators/lte-filter-operator.component";
|
|
51
|
+
import * as i46 from "../../filtering/operators/after-filter-operator.component";
|
|
52
|
+
import * as i47 from "../../filtering/operators/after-eq-filter-operator.component";
|
|
53
|
+
import * as i48 from "../../filtering/operators/before-eq-filter-operator.component";
|
|
54
|
+
import * as i49 from "../../filtering/operators/before-filter-operator.component";
|
|
55
|
+
import * as i50 from "../../filtering/filter-input.directive";
|
|
56
|
+
import * as i51 from "../../filtering/menu/filter-menu.component";
|
|
57
|
+
import * as i52 from "../../filtering/menu/filter-menu-container.component";
|
|
58
|
+
import * as i53 from "../../filtering/menu/filter-menu-input-wrapper.component";
|
|
59
|
+
import * as i54 from "../../filtering/menu/string-filter-menu-input.component";
|
|
60
|
+
import * as i55 from "../../filtering/menu/string-filter-menu.component";
|
|
61
|
+
import * as i56 from "../../filtering/menu/filter-menu-template.directive";
|
|
62
|
+
import * as i57 from "../../filtering/menu/numeric-filter-menu.component";
|
|
63
|
+
import * as i58 from "../../filtering/menu/numeric-filter-menu-input.component";
|
|
64
|
+
import * as i59 from "../../filtering/menu/date-filter-menu-input.component";
|
|
65
|
+
import * as i60 from "../../filtering/menu/date-filter-menu.component";
|
|
66
|
+
import * as i61 from "../../filtering/menu/filter-menu-host.directive";
|
|
67
|
+
import * as i62 from "../../filtering/menu/boolean-filter-menu.component";
|
|
68
|
+
import * as i63 from "../../filtering/menu/filter-menu-dropdownlist.directive";
|
|
69
|
+
import * as i64 from "../../filtering/menu/filter-radio-button.directive";
|
|
70
|
+
import * as i65 from "../../dragdrop/draggable-column.directive";
|
|
71
|
+
import * as i66 from "../../dragdrop/drop-target.directive";
|
|
72
|
+
import * as i67 from "../../column-menu/column-chooser-item-checked.directive";
|
|
73
|
+
import * as i68 from "../../column-menu/column-list.component";
|
|
74
|
+
import * as i69 from "../../column-menu/column-chooser.component";
|
|
75
|
+
import * as i70 from "../../column-menu/column-menu-chooser.component";
|
|
76
|
+
import * as i71 from "../../column-menu/column-menu-filter.component";
|
|
77
|
+
import * as i72 from "../../column-menu/column-menu-item.component";
|
|
78
|
+
import * as i73 from "../../column-menu/column-menu-item-content-template.directive";
|
|
79
|
+
import * as i74 from "../../column-menu/column-menu-sort.component";
|
|
80
|
+
import * as i75 from "../../column-menu/column-menu.component";
|
|
81
|
+
import * as i76 from "../../column-menu/column-menu-lock.component";
|
|
82
|
+
import * as i77 from "../../column-menu/column-menu-template.directive";
|
|
83
|
+
import * as i78 from "../../column-menu/column-menu-container.component";
|
|
84
|
+
import * as i79 from "../../column-menu/column-menu-item.directive";
|
|
85
|
+
import * as i80 from "../../column-menu/column-menu-stick.component";
|
|
86
|
+
import * as i81 from "../../column-menu/column-menu-position.component";
|
|
87
|
+
import * as i82 from "../../column-menu/column-menu-autosize.component";
|
|
88
|
+
import * as i83 from "../../column-menu/column-menu-autosize-all.component";
|
|
89
|
+
import * as i84 from "./header.component";
|
|
90
|
+
import * as i85 from "./header-template.directive";
|
|
91
|
+
import * as i86 from "../../column-resizing/column-handle.directive";
|
|
92
|
+
import * as i87 from "../../selection/selectall-checkbox.directive";
|
|
17
93
|
/**
|
|
18
94
|
* @hidden
|
|
95
|
+
*
|
|
96
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
19
97
|
*/
|
|
20
98
|
export declare class HeaderModule {
|
|
21
|
-
static exports(): any[];
|
|
22
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof i1.
|
|
100
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, never, [typeof i1.GroupHeaderTemplateDirective, typeof i2.GroupHeaderColumnTemplateDirective, typeof i3.GroupFooterTemplateDirective, typeof i4.GroupHeaderComponent, typeof i5.GroupPanelComponent, typeof i6.FilterRowComponent, typeof i7.FilterCellComponent, typeof i8.FilterCellTemplateDirective, typeof i9.StringFilterCellComponent, typeof i10.NumericFilterCellComponent, typeof i11.AutoCompleteFilterCellComponent, typeof i12.BooleanFilterCellComponent, typeof i13.FilterCellHostDirective, typeof i14.FilterCellWrapperComponent, typeof i15.DateFilterCellComponent, typeof i16.ColumnComponent, typeof i17.ColumnGroupComponent, typeof i18.LogicalCellDirective, typeof i19.LogicalRowDirective, typeof i20.FocusableDirective, typeof i21.FooterTemplateDirective, typeof i22.ColGroupComponent, typeof i23.ResizableContainerDirective, typeof i24.TemplateContextDirective, typeof i25.FieldAccessorPipe, typeof i26.DetailTemplateDirective, typeof i27.SpanColumnComponent, typeof i28.TableDirective, typeof i29.LoadingComponent, typeof i30.GridTableDirective, typeof i24.DraggableDirective, typeof i31.FilterCellOperatorsComponent, typeof i32.ContainsFilterOperatorComponent, typeof i33.DoesNotContainFilterOperatorComponent, typeof i34.EndsWithFilterOperatorComponent, typeof i35.EqualFilterOperatorComponent, typeof i36.IsEmptyFilterOperatorComponent, typeof i37.IsNotEmptyFilterOperatorComponent, typeof i38.IsNotNullFilterOperatorComponent, typeof i39.IsNullFilterOperatorComponent, typeof i40.NotEqualFilterOperatorComponent, typeof i41.StartsWithFilterOperatorComponent, typeof i42.GreaterFilterOperatorComponent, typeof i43.GreaterOrEqualToFilterOperatorComponent, typeof i44.LessFilterOperatorComponent, typeof i45.LessOrEqualToFilterOperatorComponent, typeof i46.AfterFilterOperatorComponent, typeof i47.AfterEqFilterOperatorComponent, typeof i48.BeforeEqFilterOperatorComponent, typeof i49.BeforeFilterOperatorComponent, typeof i50.FilterInputDirective, typeof i16.ColumnComponent, typeof i17.ColumnGroupComponent, typeof i18.LogicalCellDirective, typeof i19.LogicalRowDirective, typeof i20.FocusableDirective, typeof i21.FooterTemplateDirective, typeof i22.ColGroupComponent, typeof i23.ResizableContainerDirective, typeof i24.TemplateContextDirective, typeof i25.FieldAccessorPipe, typeof i26.DetailTemplateDirective, typeof i27.SpanColumnComponent, typeof i28.TableDirective, typeof i29.LoadingComponent, typeof i30.GridTableDirective, typeof i24.DraggableDirective, typeof i31.FilterCellOperatorsComponent, typeof i32.ContainsFilterOperatorComponent, typeof i33.DoesNotContainFilterOperatorComponent, typeof i34.EndsWithFilterOperatorComponent, typeof i35.EqualFilterOperatorComponent, typeof i36.IsEmptyFilterOperatorComponent, typeof i37.IsNotEmptyFilterOperatorComponent, typeof i38.IsNotNullFilterOperatorComponent, typeof i39.IsNullFilterOperatorComponent, typeof i40.NotEqualFilterOperatorComponent, typeof i41.StartsWithFilterOperatorComponent, typeof i42.GreaterFilterOperatorComponent, typeof i43.GreaterOrEqualToFilterOperatorComponent, typeof i44.LessFilterOperatorComponent, typeof i45.LessOrEqualToFilterOperatorComponent, typeof i46.AfterFilterOperatorComponent, typeof i47.AfterEqFilterOperatorComponent, typeof i48.BeforeEqFilterOperatorComponent, typeof i49.BeforeFilterOperatorComponent, typeof i50.FilterInputDirective, typeof i51.FilterMenuComponent, typeof i52.FilterMenuContainerComponent, typeof i53.FilterMenuInputWrapperComponent, typeof i54.StringFilterMenuInputComponent, typeof i55.StringFilterMenuComponent, typeof i56.FilterMenuTemplateDirective, typeof i57.NumericFilterMenuComponent, typeof i58.NumericFilterMenuInputComponent, typeof i59.DateFilterMenuInputComponent, typeof i60.DateFilterMenuComponent, typeof i61.FilterMenuHostDirective, typeof i62.BooleanFilterMenuComponent, typeof i63.FilterMenuDropDownListDirective, typeof i64.BooleanFilterRadioButtonDirective, typeof i16.ColumnComponent, typeof i17.ColumnGroupComponent, typeof i18.LogicalCellDirective, typeof i19.LogicalRowDirective, typeof i20.FocusableDirective, typeof i21.FooterTemplateDirective, typeof i22.ColGroupComponent, typeof i23.ResizableContainerDirective, typeof i24.TemplateContextDirective, typeof i25.FieldAccessorPipe, typeof i26.DetailTemplateDirective, typeof i27.SpanColumnComponent, typeof i28.TableDirective, typeof i29.LoadingComponent, typeof i30.GridTableDirective, typeof i24.DraggableDirective, typeof i65.DraggableColumnDirective, typeof i66.DropTargetDirective, typeof i67.ColumnMenuChooserItemCheckedDirective, typeof i68.ColumnListComponent, typeof i69.ColumnChooserComponent, typeof i70.ColumnMenuChooserComponent, typeof i71.ColumnMenuFilterComponent, typeof i72.ColumnMenuItemComponent, typeof i73.ColumnMenuItemContentTemplateDirective, typeof i74.ColumnMenuSortComponent, typeof i75.ColumnMenuComponent, typeof i76.ColumnMenuLockComponent, typeof i77.ColumnMenuTemplateDirective, typeof i78.ColumnMenuContainerComponent, typeof i79.ColumnMenuItemDirective, typeof i80.ColumnMenuStickComponent, typeof i81.ColumnMenuPositionComponent, typeof i82.ColumnMenuAutoSizeColumnComponent, typeof i83.ColumnMenuAutoSizeAllColumnsComponent, typeof i84.HeaderComponent, typeof i85.HeaderTemplateDirective, typeof i86.ColumnHandleDirective, typeof i87.SelectAllCheckboxDirective], [typeof i84.HeaderComponent, typeof i85.HeaderTemplateDirective, typeof i86.ColumnHandleDirective, typeof i87.SelectAllCheckboxDirective]>;
|
|
24
101
|
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
25
102
|
}
|
|
@@ -156,5 +156,5 @@ export declare class ListComponent implements OnInit, OnDestroy, AfterViewInit,
|
|
|
156
156
|
private normalizeScrollLeft;
|
|
157
157
|
private elementScrollLeft;
|
|
158
158
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListComponent, never>;
|
|
159
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-grid-list", never, { "data": "data"; "groups": "groups"; "total": "total"; "rowHeight": "rowHeight"; "stickyRowHeight": "stickyRowHeight"; "detailRowHeight": "detailRowHeight"; "take": "take"; "skip": "skip"; "columns": "columns"; "detailTemplate": "detailTemplate"; "noRecordsTemplate": "noRecordsTemplate"; "selectable": "selectable"; "groupable": "groupable"; "filterable": "filterable"; "rowClass": "rowClass"; "rowSticky": "rowSticky"; "loading": "loading"; "trackBy": "trackBy"; "virtualColumns": "virtualColumns"; "isVirtual": "isVirtual"; "cellLoadingTemplate": "cellLoadingTemplate"; "loadingTemplate": "loadingTemplate"; "sort": "sort"; "size": "size"; }, { "contentScroll": "contentScroll"; "pageChange": "pageChange"; "scrollBottom": "scrollBottom"; }, never, never,
|
|
159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListComponent, "kendo-grid-list", never, { "data": "data"; "groups": "groups"; "total": "total"; "rowHeight": "rowHeight"; "stickyRowHeight": "stickyRowHeight"; "detailRowHeight": "detailRowHeight"; "take": "take"; "skip": "skip"; "columns": "columns"; "detailTemplate": "detailTemplate"; "noRecordsTemplate": "noRecordsTemplate"; "selectable": "selectable"; "groupable": "groupable"; "filterable": "filterable"; "rowClass": "rowClass"; "rowSticky": "rowSticky"; "loading": "loading"; "trackBy": "trackBy"; "virtualColumns": "virtualColumns"; "isVirtual": "isVirtual"; "cellLoadingTemplate": "cellLoadingTemplate"; "loadingTemplate": "loadingTemplate"; "sort": "sort"; "size": "size"; }, { "contentScroll": "contentScroll"; "pageChange": "pageChange"; "scrollBottom": "scrollBottom"; }, never, never, true, never>;
|
|
160
160
|
}
|
|
@@ -13,5 +13,5 @@ export declare class LoadingTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingTemplateDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingTemplateDirective, "[kendoGridLoadingTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingTemplateDirective, "[kendoGridLoadingTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -25,5 +25,5 @@ export declare class NoRecordsTemplateDirective {
|
|
|
25
25
|
templateRef: TemplateRef<any>;
|
|
26
26
|
constructor(templateRef: TemplateRef<any>);
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<NoRecordsTemplateDirective, [{ optional: true; }]>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NoRecordsTemplateDirective, "[kendoGridNoRecordsTemplate]", never, {}, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NoRecordsTemplateDirective, "[kendoGridNoRecordsTemplate]", never, {}, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -133,5 +133,5 @@ export declare class TableBodyComponent implements OnInit, OnDestroy, OnChanges,
|
|
|
133
133
|
private eventTarget;
|
|
134
134
|
private applyStickyRowsStyling;
|
|
135
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableBodyComponent, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoGridTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "noRecordsTemplate": "noRecordsTemplate"; "data": "data"; "skip": "skip"; "selectable": "selectable"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "isLoading": "isLoading"; "isVirtual": "isVirtual"; "cellLoadingTemplate": "cellLoadingTemplate"; "skipGroupDecoration": "skipGroupDecoration"; "showGroupFooters": "showGroupFooters"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "trackBy": "trackBy"; "rowSticky": "rowSticky"; "totalColumns": "totalColumns"; "rowClass": "rowClass"; }, {}, never, never,
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableBodyComponent, "[kendoGridTableBody]", never, { "columns": "columns"; "allColumns": "allColumns"; "groups": "groups"; "detailTemplate": "detailTemplate"; "noRecordsTemplate": "noRecordsTemplate"; "data": "data"; "skip": "skip"; "selectable": "selectable"; "filterable": "filterable"; "noRecordsText": "noRecordsText"; "isLocked": "isLocked"; "isLoading": "isLoading"; "isVirtual": "isVirtual"; "cellLoadingTemplate": "cellLoadingTemplate"; "skipGroupDecoration": "skipGroupDecoration"; "showGroupFooters": "showGroupFooters"; "lockedColumnsCount": "lockedColumnsCount"; "totalColumnsCount": "totalColumnsCount"; "virtualColumns": "virtualColumns"; "trackBy": "trackBy"; "rowSticky": "rowSticky"; "totalColumns": "totalColumns"; "rowClass": "rowClass"; }, {}, never, never, true, never>;
|
|
137
137
|
}
|
|
@@ -25,5 +25,5 @@ export declare class GridToolbarFocusableDirective {
|
|
|
25
25
|
ngAfterViewInit(): void;
|
|
26
26
|
ngOnDestroy(): void;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridToolbarFocusableDirective, never>;
|
|
28
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridToolbarFocusableDirective, " [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand] ", never, {}, {}, never, never,
|
|
28
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridToolbarFocusableDirective, " [kendoGridToolbarFocusable], [kendoGridAddCommand], [kendoGridCancelCommand], [kendoGridEditCommand], [kendoGridRemoveCommand], [kendoGridSaveCommand], [kendoGridExcelCommand], [kendoGridPDFCommand] ", never, {}, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -33,5 +33,5 @@ export declare class ToolbarTemplateDirective {
|
|
|
33
33
|
get position(): 'top' | 'bottom' | 'both';
|
|
34
34
|
constructor(templateRef: TemplateRef<any>);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarTemplateDirective, [{ optional: true; }]>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoGridToolbarTemplate]", never, { "position": "position"; }, {}, never, never,
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarTemplateDirective, "[kendoGridToolbarTemplate]", never, { "position": "position"; }, {}, never, never, true, never>;
|
|
37
37
|
}
|
|
@@ -31,5 +31,5 @@ export declare class ToolbarComponent {
|
|
|
31
31
|
private navigationService;
|
|
32
32
|
constructor(ctx: ContextService, wrapper: ElementRef);
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-grid-toolbar", never, { "position": "position"; "size": "size"; "navigable": "navigable"; }, {}, never, never,
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "kendo-grid-toolbar", never, { "position": "position"; "size": "size"; "navigable": "navigable"; }, {}, never, never, true, never>;
|
|
35
35
|
}
|
|
@@ -4,14 +4,14 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'GridModule', package: 'grid', peerDependencies: {
|
|
6
6
|
// peer deps of the dropdowns
|
|
7
|
-
'@progress/kendo-angular-treeview': '16.
|
|
8
|
-
'@progress/kendo-angular-navigation': '16.
|
|
7
|
+
'@progress/kendo-angular-treeview': '16.6.0-develop.2',
|
|
8
|
+
'@progress/kendo-angular-navigation': '16.6.0-develop.2',
|
|
9
9
|
// peer dependency of kendo-angular-inputs
|
|
10
|
-
'@progress/kendo-angular-dialog': '16.
|
|
10
|
+
'@progress/kendo-angular-dialog': '16.6.0-develop.2',
|
|
11
11
|
// peer dependency of kendo-angular-icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^3.0.0',
|
|
13
13
|
// peer dependency of kendo-angular-layout
|
|
14
|
-
'@progress/kendo-angular-progressbar': '16.
|
|
14
|
+
'@progress/kendo-angular-progressbar': '16.6.0-develop.2'
|
|
15
15
|
} });
|
|
16
16
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
17
17
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Arguments for the [`contentScroll`](
|
|
6
|
+
* Arguments for the [`contentScroll`](slug:api_grid_gridcomponent#toc-contentscroll) event.
|
|
7
7
|
*/
|
|
8
8
|
export interface ContentScrollEvent {
|
|
9
9
|
/**
|
|
@@ -34,5 +34,5 @@ export declare class GridMarqueeDirective {
|
|
|
34
34
|
private initMarquee;
|
|
35
35
|
private getMarqueeQuadrant;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridMarqueeDirective, never>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMarqueeDirective, "[kendoGridSelectionMarquee]", never, {}, {}, never, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<GridMarqueeDirective, "[kendoGridSelectionMarquee]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -31,7 +31,7 @@ export declare class SelectAllCheckboxDirective implements AfterContentChecked,
|
|
|
31
31
|
state: SelectAllCheckboxState;
|
|
32
32
|
/**
|
|
33
33
|
* Fires when the user clicks the `kendoGridSelectAllCheckbox` select-all checkbox
|
|
34
|
-
* ([see example](
|
|
34
|
+
* ([see example](slug:grid_row_selection#toc-select-all-checkbox)).
|
|
35
35
|
*/
|
|
36
36
|
selectAllChange: EventEmitter<SelectAllCheckboxState>;
|
|
37
37
|
type: string;
|
|
@@ -54,5 +54,5 @@ export declare class SelectAllCheckboxDirective implements AfterContentChecked,
|
|
|
54
54
|
*/
|
|
55
55
|
private stateToBool;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectAllCheckboxDirective, never>;
|
|
57
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectAllCheckboxDirective, "[kendoGridSelectAllCheckbox]", never, { "state": "state"; }, { "selectAllChange": "selectAllChange"; }, never, never,
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectAllCheckboxDirective, "[kendoGridSelectAllCheckbox]", never, { "state": "state"; }, { "selectAllChange": "selectAllChange"; }, never, never, true, never>;
|
|
58
58
|
}
|
|
@@ -44,5 +44,5 @@ export declare class SelectionCheckboxDirective implements AfterContentChecked,
|
|
|
44
44
|
private onKeyDown;
|
|
45
45
|
private setCheckedState;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionCheckboxDirective, never>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionCheckboxDirective, "[kendoGridSelectionCheckbox]", never, { "itemIndex": "kendoGridSelectionCheckbox"; }, {}, never, never,
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionCheckboxDirective, "[kendoGridSelectionCheckbox]", never, { "itemIndex": "kendoGridSelectionCheckbox"; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
|
@@ -22,5 +22,5 @@ export declare class SelectionDirective extends Selection implements OnInit, OnD
|
|
|
22
22
|
*/
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectionDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionDirective, "[kendoGridSelectBy]", never, {}, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectionDirective, "[kendoGridSelectBy]", never, {}, {}, never, never, true, never>;
|
|
26
26
|
}
|
package/shared.module.d.ts
CHANGED
|
@@ -11,22 +11,20 @@ import * as i5 from "./navigation/focusable.directive";
|
|
|
11
11
|
import * as i6 from "./rendering/footer/footer-template.directive";
|
|
12
12
|
import * as i7 from "./rendering/common/col-group.component";
|
|
13
13
|
import * as i8 from "./layout/resizable.directive";
|
|
14
|
-
import * as i9 from "
|
|
14
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
15
15
|
import * as i10 from "./rendering/common/field-accessor.pipe";
|
|
16
16
|
import * as i11 from "./rendering/details/detail-template.directive";
|
|
17
17
|
import * as i12 from "./columns/span-column.component";
|
|
18
18
|
import * as i13 from "./column-resizing/table.directive";
|
|
19
19
|
import * as i14 from "./rendering/common/loading.component";
|
|
20
20
|
import * as i15 from "./rendering/grid-table.directive";
|
|
21
|
-
import * as i16 from "@angular/common";
|
|
22
|
-
import * as i17 from "@progress/kendo-angular-icons";
|
|
23
|
-
import * as i18 from "@progress/kendo-angular-common";
|
|
24
21
|
/**
|
|
25
22
|
* @hidden
|
|
23
|
+
*
|
|
24
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
26
25
|
*/
|
|
27
26
|
export declare class SharedModule {
|
|
28
|
-
static exports(): any[];
|
|
29
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective
|
|
28
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, never, [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i9.DraggableDirective], [typeof i1.ColumnComponent, typeof i2.ColumnGroupComponent, typeof i3.LogicalCellDirective, typeof i4.LogicalRowDirective, typeof i5.FocusableDirective, typeof i6.FooterTemplateDirective, typeof i7.ColGroupComponent, typeof i8.ResizableContainerDirective, typeof i9.TemplateContextDirective, typeof i10.FieldAccessorPipe, typeof i11.DetailTemplateDirective, typeof i12.SpanColumnComponent, typeof i13.TableDirective, typeof i14.LoadingComponent, typeof i15.GridTableDirective, typeof i9.DraggableDirective]>;
|
|
31
29
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
32
30
|
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./column-chooser-item-checked.directive";
|
|
7
|
-
import * as i2 from "./column-list.component";
|
|
8
|
-
import * as i3 from "./column-chooser.component";
|
|
9
|
-
import * as i4 from "./column-menu-chooser.component";
|
|
10
|
-
import * as i5 from "./column-menu-filter.component";
|
|
11
|
-
import * as i6 from "./column-menu-item.component";
|
|
12
|
-
import * as i7 from "./column-menu-item-content-template.directive";
|
|
13
|
-
import * as i8 from "./column-menu-sort.component";
|
|
14
|
-
import * as i9 from "./column-menu.component";
|
|
15
|
-
import * as i10 from "./column-menu-lock.component";
|
|
16
|
-
import * as i11 from "./column-menu-template.directive";
|
|
17
|
-
import * as i12 from "./column-menu-container.component";
|
|
18
|
-
import * as i13 from "./column-menu-item.directive";
|
|
19
|
-
import * as i14 from "./column-menu-stick.component";
|
|
20
|
-
import * as i15 from "./column-menu-position.component";
|
|
21
|
-
import * as i16 from "./column-menu-autosize.component";
|
|
22
|
-
import * as i17 from "./column-menu-autosize-all.component";
|
|
23
|
-
import * as i18 from "@angular/common";
|
|
24
|
-
import * as i19 from "../filtering/menu/filter-menu.module";
|
|
25
|
-
import * as i20 from "@progress/kendo-angular-buttons";
|
|
26
|
-
import * as i21 from "@progress/kendo-angular-layout";
|
|
27
|
-
/**
|
|
28
|
-
* @hidden
|
|
29
|
-
*/
|
|
30
|
-
export declare class ColumnMenuModule {
|
|
31
|
-
static exports(): any[];
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnMenuModule, never>;
|
|
33
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ColumnMenuModule, [typeof i1.ColumnMenuChooserItemCheckedDirective, typeof i2.ColumnListComponent, typeof i3.ColumnChooserComponent, typeof i4.ColumnMenuChooserComponent, typeof i5.ColumnMenuFilterComponent, typeof i6.ColumnMenuItemComponent, typeof i7.ColumnMenuItemContentTemplateDirective, typeof i8.ColumnMenuSortComponent, typeof i9.ColumnMenuComponent, typeof i10.ColumnMenuLockComponent, typeof i11.ColumnMenuTemplateDirective, typeof i12.ColumnMenuContainerComponent, typeof i13.ColumnMenuItemDirective, typeof i14.ColumnMenuStickComponent, typeof i15.ColumnMenuPositionComponent, typeof i16.ColumnMenuAutoSizeColumnComponent, typeof i17.ColumnMenuAutoSizeAllColumnsComponent], [typeof i18.CommonModule, typeof i19.FilterMenuModule, typeof i20.ButtonModule, typeof i21.TabStripModule], [typeof i1.ColumnMenuChooserItemCheckedDirective, typeof i2.ColumnListComponent, typeof i3.ColumnChooserComponent, typeof i4.ColumnMenuChooserComponent, typeof i5.ColumnMenuFilterComponent, typeof i6.ColumnMenuItemComponent, typeof i7.ColumnMenuItemContentTemplateDirective, typeof i8.ColumnMenuSortComponent, typeof i9.ColumnMenuComponent, typeof i10.ColumnMenuLockComponent, typeof i11.ColumnMenuTemplateDirective, typeof i12.ColumnMenuContainerComponent, typeof i13.ColumnMenuItemDirective, typeof i14.ColumnMenuStickComponent, typeof i15.ColumnMenuPositionComponent, typeof i16.ColumnMenuAutoSizeColumnComponent, typeof i17.ColumnMenuAutoSizeAllColumnsComponent]>;
|
|
34
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ColumnMenuModule>;
|
|
35
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./draggable-column.directive";
|
|
7
|
-
import * as i2 from "./drop-target.directive";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class DragAndDropModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DragAndDropModule, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective], never, [typeof i1.DraggableColumnDirective, typeof i2.DropTargetDirective]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DragAndDropModule>;
|
|
15
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { CommonModule } from '@angular/common';
|
|
7
|
-
import { ColumnListComponent } from './column-list.component';
|
|
8
|
-
import { ColumnChooserComponent } from './column-chooser.component';
|
|
9
|
-
import { ColumnMenuChooserComponent } from './column-menu-chooser.component';
|
|
10
|
-
import { ColumnMenuFilterComponent } from './column-menu-filter.component';
|
|
11
|
-
import { ColumnMenuItemComponent } from './column-menu-item.component';
|
|
12
|
-
import { ColumnMenuItemContentTemplateDirective } from './column-menu-item-content-template.directive';
|
|
13
|
-
import { ColumnMenuSortComponent } from './column-menu-sort.component';
|
|
14
|
-
import { ColumnMenuComponent } from './column-menu.component';
|
|
15
|
-
import { ColumnMenuLockComponent } from './column-menu-lock.component';
|
|
16
|
-
import { FilterMenuModule } from '../filtering/menu/filter-menu.module';
|
|
17
|
-
import { ColumnMenuTemplateDirective } from './column-menu-template.directive';
|
|
18
|
-
import { ColumnMenuContainerComponent } from './column-menu-container.component';
|
|
19
|
-
import { ColumnMenuItemDirective } from './column-menu-item.directive';
|
|
20
|
-
import { ColumnMenuStickComponent } from './column-menu-stick.component';
|
|
21
|
-
import { ColumnMenuPositionComponent } from './column-menu-position.component';
|
|
22
|
-
import { ColumnMenuAutoSizeColumnComponent } from './column-menu-autosize.component';
|
|
23
|
-
import { ColumnMenuAutoSizeAllColumnsComponent } from './column-menu-autosize-all.component';
|
|
24
|
-
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
|
25
|
-
import { TabStripModule } from '@progress/kendo-angular-layout';
|
|
26
|
-
import { ColumnMenuChooserItemCheckedDirective } from './column-chooser-item-checked.directive';
|
|
27
|
-
import * as i0 from "@angular/core";
|
|
28
|
-
const COMPONENTS = [
|
|
29
|
-
ColumnMenuChooserItemCheckedDirective,
|
|
30
|
-
ColumnListComponent,
|
|
31
|
-
ColumnChooserComponent,
|
|
32
|
-
ColumnMenuChooserComponent,
|
|
33
|
-
ColumnMenuFilterComponent,
|
|
34
|
-
ColumnMenuItemComponent,
|
|
35
|
-
ColumnMenuItemContentTemplateDirective,
|
|
36
|
-
ColumnMenuSortComponent,
|
|
37
|
-
ColumnMenuComponent,
|
|
38
|
-
ColumnMenuLockComponent,
|
|
39
|
-
ColumnMenuTemplateDirective,
|
|
40
|
-
ColumnMenuContainerComponent,
|
|
41
|
-
ColumnMenuItemDirective,
|
|
42
|
-
ColumnMenuStickComponent,
|
|
43
|
-
ColumnMenuPositionComponent,
|
|
44
|
-
ColumnMenuAutoSizeColumnComponent,
|
|
45
|
-
ColumnMenuAutoSizeAllColumnsComponent
|
|
46
|
-
];
|
|
47
|
-
/**
|
|
48
|
-
* @hidden
|
|
49
|
-
*/
|
|
50
|
-
export class ColumnMenuModule {
|
|
51
|
-
static exports() {
|
|
52
|
-
return [
|
|
53
|
-
ColumnChooserComponent,
|
|
54
|
-
ColumnMenuFilterComponent,
|
|
55
|
-
ColumnMenuItemComponent,
|
|
56
|
-
ColumnMenuItemContentTemplateDirective,
|
|
57
|
-
ColumnMenuSortComponent,
|
|
58
|
-
ColumnMenuLockComponent,
|
|
59
|
-
ColumnMenuStickComponent,
|
|
60
|
-
ColumnMenuPositionComponent,
|
|
61
|
-
ColumnMenuChooserComponent,
|
|
62
|
-
ColumnMenuTemplateDirective,
|
|
63
|
-
ColumnMenuContainerComponent,
|
|
64
|
-
ColumnMenuItemDirective,
|
|
65
|
-
ColumnMenuComponent,
|
|
66
|
-
ColumnMenuAutoSizeColumnComponent,
|
|
67
|
-
ColumnMenuAutoSizeAllColumnsComponent
|
|
68
|
-
];
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
ColumnMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
72
|
-
ColumnMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, declarations: [ColumnMenuChooserItemCheckedDirective,
|
|
73
|
-
ColumnListComponent,
|
|
74
|
-
ColumnChooserComponent,
|
|
75
|
-
ColumnMenuChooserComponent,
|
|
76
|
-
ColumnMenuFilterComponent,
|
|
77
|
-
ColumnMenuItemComponent,
|
|
78
|
-
ColumnMenuItemContentTemplateDirective,
|
|
79
|
-
ColumnMenuSortComponent,
|
|
80
|
-
ColumnMenuComponent,
|
|
81
|
-
ColumnMenuLockComponent,
|
|
82
|
-
ColumnMenuTemplateDirective,
|
|
83
|
-
ColumnMenuContainerComponent,
|
|
84
|
-
ColumnMenuItemDirective,
|
|
85
|
-
ColumnMenuStickComponent,
|
|
86
|
-
ColumnMenuPositionComponent,
|
|
87
|
-
ColumnMenuAutoSizeColumnComponent,
|
|
88
|
-
ColumnMenuAutoSizeAllColumnsComponent], imports: [CommonModule, FilterMenuModule, ButtonModule, TabStripModule], exports: [ColumnMenuChooserItemCheckedDirective,
|
|
89
|
-
ColumnListComponent,
|
|
90
|
-
ColumnChooserComponent,
|
|
91
|
-
ColumnMenuChooserComponent,
|
|
92
|
-
ColumnMenuFilterComponent,
|
|
93
|
-
ColumnMenuItemComponent,
|
|
94
|
-
ColumnMenuItemContentTemplateDirective,
|
|
95
|
-
ColumnMenuSortComponent,
|
|
96
|
-
ColumnMenuComponent,
|
|
97
|
-
ColumnMenuLockComponent,
|
|
98
|
-
ColumnMenuTemplateDirective,
|
|
99
|
-
ColumnMenuContainerComponent,
|
|
100
|
-
ColumnMenuItemDirective,
|
|
101
|
-
ColumnMenuStickComponent,
|
|
102
|
-
ColumnMenuPositionComponent,
|
|
103
|
-
ColumnMenuAutoSizeColumnComponent,
|
|
104
|
-
ColumnMenuAutoSizeAllColumnsComponent] });
|
|
105
|
-
ColumnMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, imports: [CommonModule, FilterMenuModule, ButtonModule, TabStripModule] });
|
|
106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ColumnMenuModule, decorators: [{
|
|
107
|
-
type: NgModule,
|
|
108
|
-
args: [{
|
|
109
|
-
declarations: [COMPONENTS],
|
|
110
|
-
imports: [CommonModule, FilterMenuModule, ButtonModule, TabStripModule],
|
|
111
|
-
exports: [COMPONENTS]
|
|
112
|
-
}]
|
|
113
|
-
}] });
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { DraggableColumnDirective } from './draggable-column.directive';
|
|
7
|
-
import { DropTargetDirective } from './drop-target.directive';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
const exported = [
|
|
10
|
-
DraggableColumnDirective,
|
|
11
|
-
DropTargetDirective
|
|
12
|
-
];
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export class DragAndDropModule {
|
|
17
|
-
}
|
|
18
|
-
DragAndDropModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
19
|
-
DragAndDropModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, declarations: [DraggableColumnDirective,
|
|
20
|
-
DropTargetDirective], exports: [DraggableColumnDirective,
|
|
21
|
-
DropTargetDirective] });
|
|
22
|
-
DragAndDropModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule });
|
|
23
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DragAndDropModule, decorators: [{
|
|
24
|
-
type: NgModule,
|
|
25
|
-
args: [{
|
|
26
|
-
declarations: [exported],
|
|
27
|
-
exports: [exported]
|
|
28
|
-
}]
|
|
29
|
-
}] });
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { Directive, ViewContainerRef, Input } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export class TemplateContextDirective {
|
|
11
|
-
constructor(viewContainerRef) {
|
|
12
|
-
this.viewContainerRef = viewContainerRef;
|
|
13
|
-
}
|
|
14
|
-
set templateContext(context) {
|
|
15
|
-
this.removeView();
|
|
16
|
-
if (context.templateRef) {
|
|
17
|
-
this.insertedViewRef = this.viewContainerRef.createEmbeddedView(context.templateRef, context);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
ngOnDestroy() {
|
|
21
|
-
this.removeView();
|
|
22
|
-
}
|
|
23
|
-
removeView() {
|
|
24
|
-
if (this.insertedViewRef) {
|
|
25
|
-
this.viewContainerRef.remove(this.viewContainerRef.indexOf(this.insertedViewRef));
|
|
26
|
-
this.insertedViewRef = undefined;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
TemplateContextDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
31
|
-
TemplateContextDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateContextDirective, selector: "[templateContext]", inputs: { templateContext: "templateContext" }, ngImport: i0 });
|
|
32
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateContextDirective, decorators: [{
|
|
33
|
-
type: Directive,
|
|
34
|
-
args: [{
|
|
35
|
-
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
36
|
-
selector: '[templateContext]'
|
|
37
|
-
}]
|
|
38
|
-
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { templateContext: [{
|
|
39
|
-
type: Input
|
|
40
|
-
}] } });
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ViewContainerRef, OnDestroy } from '@angular/core';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class TemplateContextDirective implements OnDestroy {
|
|
11
|
-
private viewContainerRef;
|
|
12
|
-
private insertedViewRef;
|
|
13
|
-
constructor(viewContainerRef: ViewContainerRef);
|
|
14
|
-
set templateContext(context: any);
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
protected removeView(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateContextDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateContextDirective, "[templateContext]", never, { "templateContext": "templateContext"; }, {}, never, never, false, never>;
|
|
19
|
-
}
|