@progress/kendo-angular-grid 16.5.0 → 16.6.0-develop.10
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/NOTICE.txt +12 -19
- 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 +475 -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 +11 -9
- 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 -79
- 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 +23472 -23457
- package/fesm2020/progress-kendo-angular-grid.mjs +22566 -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
|
@@ -10,13 +10,12 @@ import { filterClearIcon, filterIcon } from '@progress/kendo-svg-icons';
|
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
11
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
12
12
|
import { ColumnComponent } from '../../columns/column.component';
|
|
13
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
14
|
+
import { NgIf } from '@angular/common';
|
|
15
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
13
16
|
import * as i0 from "@angular/core";
|
|
14
17
|
import * as i1 from "../../common/provider.service";
|
|
15
18
|
import * as i2 from "../../layout/sizing-options.service";
|
|
16
|
-
import * as i3 from "@angular/common";
|
|
17
|
-
import * as i4 from "@progress/kendo-angular-dropdowns";
|
|
18
|
-
import * as i5 from "../../navigation/focusable.directive";
|
|
19
|
-
import * as i6 from "@progress/kendo-angular-buttons";
|
|
20
19
|
/**
|
|
21
20
|
* Represents a component which accommodates the filter operators.
|
|
22
21
|
*
|
|
@@ -127,7 +126,7 @@ export class FilterCellOperatorsComponent {
|
|
|
127
126
|
}
|
|
128
127
|
}
|
|
129
128
|
FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.ContextService }, { token: i2.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
130
|
-
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
129
|
+
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-grid-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
|
131
130
|
<kendo-dropdownlist
|
|
132
131
|
#dropdown
|
|
133
132
|
*ngIf="showOperators"
|
|
@@ -156,7 +155,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
|
156
155
|
[size]="size"
|
|
157
156
|
(click)="clearClick()"
|
|
158
157
|
(keydown)="clearKeydown($event)"></button>
|
|
159
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
158
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
160
159
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
|
|
161
160
|
type: Component,
|
|
162
161
|
args: [{
|
|
@@ -190,7 +189,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
190
189
|
[size]="size"
|
|
191
190
|
(click)="clearClick()"
|
|
192
191
|
(keydown)="clearKeydown($event)"></button>
|
|
193
|
-
|
|
192
|
+
`,
|
|
193
|
+
standalone: true,
|
|
194
|
+
imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
|
|
194
195
|
}]
|
|
195
196
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.SizingOptionsService }]; }, propDecorators: { hostClasses: [{
|
|
196
197
|
type: HostBinding,
|
|
@@ -31,11 +31,12 @@ export class FilterCellTemplateDirective {
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
34
|
-
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
|
|
34
|
+
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGridFilterCellTemplate]", ngImport: i0 });
|
|
35
35
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
36
36
|
type: Directive,
|
|
37
37
|
args: [{
|
|
38
|
-
selector: '[kendoGridFilterCellTemplate]'
|
|
38
|
+
selector: '[kendoGridFilterCellTemplate]',
|
|
39
|
+
standalone: true
|
|
39
40
|
}]
|
|
40
41
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
41
42
|
type: Optional
|
|
@@ -6,9 +6,9 @@ import { Component, Input, HostBinding } from '@angular/core';
|
|
|
6
6
|
import { FilterService } from '../filter.service';
|
|
7
7
|
import { isPresent, isNullOrEmptyString } from '../../utils';
|
|
8
8
|
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
|
|
9
|
+
import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
import * as i1 from "../filter.service";
|
|
11
|
-
import * as i2 from "./filter-cell-operators.component";
|
|
12
12
|
const EMPTY_FILTER_OPERATORS = ['isnull', 'isnotnull', 'isempty', 'isnotempty'];
|
|
13
13
|
/**
|
|
14
14
|
* @hidden
|
|
@@ -34,7 +34,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
|
|
37
|
-
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
37
|
+
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
38
38
|
<ng-content></ng-content>
|
|
39
39
|
<kendo-grid-filter-cell-operators
|
|
40
40
|
[showOperators]="showOperators"
|
|
@@ -44,7 +44,7 @@ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
44
44
|
[showButton]="showButton"
|
|
45
45
|
[(value)]="currentOperator">
|
|
46
46
|
</kendo-grid-filter-cell-operators>
|
|
47
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
47
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-grid-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
|
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
|
|
49
49
|
type: Component,
|
|
50
50
|
args: [{
|
|
@@ -59,7 +59,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
59
59
|
[showButton]="showButton"
|
|
60
60
|
[(value)]="currentOperator">
|
|
61
61
|
</kendo-grid-filter-cell-operators>
|
|
62
|
-
|
|
62
|
+
`,
|
|
63
|
+
standalone: true,
|
|
64
|
+
imports: [FilterCellOperatorsComponent]
|
|
63
65
|
}]
|
|
64
66
|
}], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
|
|
65
67
|
type: HostBinding,
|
|
@@ -6,9 +6,9 @@ import { Component, HostBinding, Input } from '@angular/core';
|
|
|
6
6
|
import { ColumnComponent } from '../../columns/column.component';
|
|
7
7
|
import { isPresent, isNullOrEmptyString } from '../../utils';
|
|
8
8
|
import { cloneFilters } from '../../common/filter-descriptor-differ';
|
|
9
|
+
import { FilterCellHostDirective } from './filter-cell-host.directive';
|
|
10
|
+
import { NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet } from '@angular/common';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
|
-
import * as i1 from "@angular/common";
|
|
11
|
-
import * as i2 from "./filter-cell-host.directive";
|
|
12
12
|
/**
|
|
13
13
|
* @hidden
|
|
14
14
|
*/
|
|
@@ -38,7 +38,7 @@ export class FilterCellComponent {
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
41
|
-
FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
|
|
41
|
+
FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, isStandalone: true, selector: "[kendoGridFilterCell]", inputs: { column: "column", filter: "filter", size: "size" }, host: { properties: { "attr.role": "this.hostRole" } }, ngImport: i0, template: `
|
|
42
42
|
<ng-container *ngIf="isFilterable">
|
|
43
43
|
<ng-container [ngSwitch]="hasTemplate">
|
|
44
44
|
<ng-container *ngSwitchCase="false">
|
|
@@ -53,7 +53,7 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
53
53
|
</ng-container>
|
|
54
54
|
</ng-container>
|
|
55
55
|
</ng-container>
|
|
56
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
56
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
57
57
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, decorators: [{
|
|
58
58
|
type: Component,
|
|
59
59
|
args: [{
|
|
@@ -73,7 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
73
73
|
</ng-container>
|
|
74
74
|
</ng-container>
|
|
75
75
|
</ng-container>
|
|
76
|
-
|
|
76
|
+
`,
|
|
77
|
+
standalone: true,
|
|
78
|
+
imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
|
|
77
79
|
}]
|
|
78
80
|
}], propDecorators: { hostRole: [{
|
|
79
81
|
type: HostBinding,
|
|
@@ -8,14 +8,14 @@ import { NumericFilterComponent } from '../numeric-filter.component';
|
|
|
8
8
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
9
9
|
import { SizingOptionsService } from '../../layout/sizing-options.service';
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
12
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
14
|
+
import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
|
|
11
15
|
import * as i0 from "@angular/core";
|
|
12
16
|
import * as i1 from "../filter.service";
|
|
13
17
|
import * as i2 from "../../common/provider.service";
|
|
14
18
|
import * as i3 from "../../layout/sizing-options.service";
|
|
15
|
-
import * as i4 from "@progress/kendo-angular-inputs";
|
|
16
|
-
import * as i5 from "../../navigation/focusable.directive";
|
|
17
|
-
import * as i6 from "../filter-input.directive";
|
|
18
|
-
import * as i7 from "./filter-cell-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a numeric filter-cell component.
|
|
21
21
|
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
@@ -71,7 +71,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
74
|
-
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
74
|
+
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
75
75
|
<kendo-grid-filter-wrapper-cell
|
|
76
76
|
[column]="column"
|
|
77
77
|
[filter]="filter"
|
|
@@ -101,7 +101,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
101
101
|
</kendo-numerictextbox-messages>
|
|
102
102
|
</kendo-numerictextbox>
|
|
103
103
|
</kendo-grid-filter-wrapper-cell>
|
|
104
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
104
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
105
105
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
|
|
106
106
|
type: Component,
|
|
107
107
|
args: [{
|
|
@@ -136,7 +136,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
136
136
|
</kendo-numerictextbox-messages>
|
|
137
137
|
</kendo-numerictextbox>
|
|
138
138
|
</kendo-grid-filter-wrapper-cell>
|
|
139
|
-
|
|
139
|
+
`,
|
|
140
|
+
standalone: true,
|
|
141
|
+
imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
|
|
140
142
|
}]
|
|
141
143
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
|
|
142
144
|
type: Input
|
|
@@ -3,31 +3,62 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import { FilterRowComponent } from '../filter-row.component';
|
|
7
|
-
import { FilterCellComponent } from './filter-cell.component';
|
|
8
|
-
import { FilterCellTemplateDirective } from './filter-cell-template.directive';
|
|
9
6
|
import { NumericFilterCellComponent } from './numeric-filter-cell.component';
|
|
10
|
-
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
11
7
|
import { StringFilterCellComponent } from './string-filter-cell.component';
|
|
12
|
-
import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
|
|
13
|
-
import { AutoCompleteFilterCellComponent } from './autocomplete-filter-cell.component';
|
|
14
8
|
import { BooleanFilterCellComponent } from './boolean-filter-cell.component';
|
|
15
9
|
import { DateFilterCellComponent } from './date-filter-cell.component';
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
10
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
11
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, YearViewService, WeekNamesService, NavigationService } from '@progress/kendo-angular-dateinputs';
|
|
12
|
+
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
|
13
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
14
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
15
|
+
import { KENDO_GRID_FILTER_ROW } from '../../directives';
|
|
18
16
|
import * as i0 from "@angular/core";
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
17
|
+
import * as i1 from "../filter-row.component";
|
|
18
|
+
import * as i2 from "./filter-cell.component";
|
|
19
|
+
import * as i3 from "./filter-cell-template.directive";
|
|
20
|
+
import * as i4 from "./string-filter-cell.component";
|
|
21
|
+
import * as i5 from "./numeric-filter-cell.component";
|
|
22
|
+
import * as i6 from "./autocomplete-filter-cell.component";
|
|
23
|
+
import * as i7 from "./boolean-filter-cell.component";
|
|
24
|
+
import * as i8 from "./filter-cell-host.directive";
|
|
25
|
+
import * as i9 from "./filter-cell-wrapper.component";
|
|
26
|
+
import * as i10 from "./date-filter-cell.component";
|
|
27
|
+
import * as i11 from "../../columns/column.component";
|
|
28
|
+
import * as i12 from "../../columns/column-group.component";
|
|
29
|
+
import * as i13 from "../../navigation/logical-cell.directive";
|
|
30
|
+
import * as i14 from "../../navigation/logical-row.directive";
|
|
31
|
+
import * as i15 from "../../navigation/focusable.directive";
|
|
32
|
+
import * as i16 from "../../rendering/footer/footer-template.directive";
|
|
33
|
+
import * as i17 from "../../rendering/common/col-group.component";
|
|
34
|
+
import * as i18 from "../../layout/resizable.directive";
|
|
35
|
+
import * as i19 from "@progress/kendo-angular-common";
|
|
36
|
+
import * as i20 from "../../rendering/common/field-accessor.pipe";
|
|
37
|
+
import * as i21 from "../../rendering/details/detail-template.directive";
|
|
38
|
+
import * as i22 from "../../columns/span-column.component";
|
|
39
|
+
import * as i23 from "../../column-resizing/table.directive";
|
|
40
|
+
import * as i24 from "../../rendering/common/loading.component";
|
|
41
|
+
import * as i25 from "../../rendering/grid-table.directive";
|
|
42
|
+
import * as i26 from "./filter-cell-operators.component";
|
|
43
|
+
import * as i27 from "../operators/contains-filter-operator.component";
|
|
44
|
+
import * as i28 from "../operators/not-contains-filter-operator.component";
|
|
45
|
+
import * as i29 from "../operators/ends-with-filter-operator.component";
|
|
46
|
+
import * as i30 from "../operators/eq-filter-operator.component";
|
|
47
|
+
import * as i31 from "../operators/is-empty-filter-operator.component";
|
|
48
|
+
import * as i32 from "../operators/is-not-empty-filter-operator.component";
|
|
49
|
+
import * as i33 from "../operators/is-not-null-filter-operator.component";
|
|
50
|
+
import * as i34 from "../operators/isnull-filter-operator.component";
|
|
51
|
+
import * as i35 from "../operators/neq-filter-operator.component";
|
|
52
|
+
import * as i36 from "../operators/starts-with-filter-operator.component";
|
|
53
|
+
import * as i37 from "../operators/gt-filter-operator.component";
|
|
54
|
+
import * as i38 from "../operators/gte-filter-operator.component";
|
|
55
|
+
import * as i39 from "../operators/lt-filter-operator.component";
|
|
56
|
+
import * as i40 from "../operators/lte-filter-operator.component";
|
|
57
|
+
import * as i41 from "../operators/after-filter-operator.component";
|
|
58
|
+
import * as i42 from "../operators/after-eq-filter-operator.component";
|
|
59
|
+
import * as i43 from "../operators/before-eq-filter-operator.component";
|
|
60
|
+
import * as i44 from "../operators/before-filter-operator.component";
|
|
61
|
+
import * as i45 from "../filter-input.directive";
|
|
31
62
|
const ENTRY_COMPONENTS = [
|
|
32
63
|
StringFilterCellComponent,
|
|
33
64
|
NumericFilterCellComponent,
|
|
@@ -36,50 +67,50 @@ const ENTRY_COMPONENTS = [
|
|
|
36
67
|
];
|
|
37
68
|
/**
|
|
38
69
|
* @hidden
|
|
70
|
+
*
|
|
71
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
39
72
|
*/
|
|
40
73
|
export class RowFilterModule {
|
|
41
|
-
static exports() {
|
|
42
|
-
return [
|
|
43
|
-
FilterRowComponent,
|
|
44
|
-
FilterCellComponent,
|
|
45
|
-
FilterCellTemplateDirective,
|
|
46
|
-
FilterCellOperatorsComponent,
|
|
47
|
-
StringFilterCellComponent,
|
|
48
|
-
NumericFilterCellComponent,
|
|
49
|
-
AutoCompleteFilterCellComponent,
|
|
50
|
-
BooleanFilterCellComponent,
|
|
51
|
-
DateFilterCellComponent,
|
|
52
|
-
SharedFilterModule.exports()
|
|
53
|
-
];
|
|
54
|
-
}
|
|
55
74
|
}
|
|
56
75
|
RowFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
57
|
-
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
FilterCellWrapperComponent,
|
|
75
|
-
DateFilterCellComponent, SharedFilterModule] });
|
|
76
|
-
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [SharedFilterModule, SharedFilterModule] });
|
|
76
|
+
RowFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i13.LogicalCellDirective, i14.LogicalRowDirective, i15.FocusableDirective, i16.FooterTemplateDirective, i17.ColGroupComponent, i18.ResizableContainerDirective, i19.TemplateContextDirective, i20.FieldAccessorPipe, i21.DetailTemplateDirective, i22.SpanColumnComponent, i23.TableDirective, i24.LoadingComponent, i25.GridTableDirective, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent, i45.FilterInputDirective] });
|
|
77
|
+
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, providers: [
|
|
78
|
+
PopupService,
|
|
79
|
+
ResizeBatchService,
|
|
80
|
+
IconsService,
|
|
81
|
+
DialogContainerService,
|
|
82
|
+
DialogService,
|
|
83
|
+
WindowService,
|
|
84
|
+
WindowContainerService,
|
|
85
|
+
CalendarDOMService,
|
|
86
|
+
CenturyViewService,
|
|
87
|
+
DecadeViewService,
|
|
88
|
+
MonthViewService,
|
|
89
|
+
YearViewService,
|
|
90
|
+
WeekNamesService,
|
|
91
|
+
NavigationService
|
|
92
|
+
], imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.ColumnComponent, i12.ColumnGroupComponent, i17.ColGroupComponent, i22.SpanColumnComponent, i24.LoadingComponent, i26.FilterCellOperatorsComponent, i27.ContainsFilterOperatorComponent, i28.DoesNotContainFilterOperatorComponent, i29.EndsWithFilterOperatorComponent, i30.EqualFilterOperatorComponent, i31.IsEmptyFilterOperatorComponent, i32.IsNotEmptyFilterOperatorComponent, i33.IsNotNullFilterOperatorComponent, i34.IsNullFilterOperatorComponent, i35.NotEqualFilterOperatorComponent, i36.StartsWithFilterOperatorComponent, i37.GreaterFilterOperatorComponent, i38.GreaterOrEqualToFilterOperatorComponent, i39.LessFilterOperatorComponent, i40.LessOrEqualToFilterOperatorComponent, i41.AfterFilterOperatorComponent, i42.AfterEqFilterOperatorComponent, i43.BeforeEqFilterOperatorComponent, i44.BeforeFilterOperatorComponent] });
|
|
77
93
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
|
78
94
|
type: NgModule,
|
|
79
95
|
args: [{
|
|
80
|
-
declarations: [INTERNAL_COMPONENTS],
|
|
81
96
|
entryComponents: ENTRY_COMPONENTS,
|
|
82
|
-
exports: [
|
|
83
|
-
imports: [
|
|
97
|
+
exports: [...KENDO_GRID_FILTER_ROW],
|
|
98
|
+
imports: [...KENDO_GRID_FILTER_ROW],
|
|
99
|
+
providers: [
|
|
100
|
+
PopupService,
|
|
101
|
+
ResizeBatchService,
|
|
102
|
+
IconsService,
|
|
103
|
+
DialogContainerService,
|
|
104
|
+
DialogService,
|
|
105
|
+
WindowService,
|
|
106
|
+
WindowContainerService,
|
|
107
|
+
CalendarDOMService,
|
|
108
|
+
CenturyViewService,
|
|
109
|
+
DecadeViewService,
|
|
110
|
+
MonthViewService,
|
|
111
|
+
YearViewService,
|
|
112
|
+
WeekNamesService,
|
|
113
|
+
NavigationService
|
|
114
|
+
]
|
|
84
115
|
}]
|
|
85
116
|
}] });
|
|
@@ -8,15 +8,16 @@ import { StringFilterComponent } from "../string-filter.component";
|
|
|
8
8
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
9
9
|
import { SizingOptionsService } from '../../layout/sizing-options.service';
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
|
+
import { FormsModule } from '@angular/forms';
|
|
12
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
13
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
|
14
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
|
15
|
+
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
11
16
|
import * as i0 from "@angular/core";
|
|
12
17
|
import * as i1 from "../filter.service";
|
|
13
18
|
import * as i2 from "../../common/provider.service";
|
|
14
19
|
import * as i3 from "../../layout/sizing-options.service";
|
|
15
20
|
import * as i4 from "@angular/forms";
|
|
16
|
-
import * as i5 from "@progress/kendo-angular-inputs";
|
|
17
|
-
import * as i6 from "../../navigation/focusable.directive";
|
|
18
|
-
import * as i7 from "../filter-input.directive";
|
|
19
|
-
import * as i8 from "./filter-cell-wrapper.component";
|
|
20
21
|
/**
|
|
21
22
|
* Represents a string filter-cell component
|
|
22
23
|
* See the article about the [built-in filter components](slug:filter_row#toc-built-in-filter-row-components).
|
|
@@ -66,7 +67,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
|
|
|
66
67
|
}
|
|
67
68
|
}
|
|
68
69
|
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ContextService }, { token: i3.SizingOptionsService }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
-
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
70
|
+
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-grid-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
|
70
71
|
<kendo-grid-filter-wrapper-cell
|
|
71
72
|
[column]="column"
|
|
72
73
|
[filter]="filter"
|
|
@@ -82,7 +83,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
82
83
|
[filterDelay]="filterDelay"
|
|
83
84
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
84
85
|
</kendo-grid-filter-wrapper-cell>
|
|
85
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
86
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-grid-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoGridFocusable],\n [kendoGridEditCommand],\n [kendoGridRemoveCommand],\n [kendoGridSaveCommand],\n [kendoGridCancelCommand],\n [kendoGridSelectionCheckbox]\n ", inputs: ["kendoGridFocusable"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
86
87
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, decorators: [{
|
|
87
88
|
type: Component,
|
|
88
89
|
args: [{
|
|
@@ -103,7 +104,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
103
104
|
[filterDelay]="filterDelay"
|
|
104
105
|
[ngModel]="currentFilter?.value"></kendo-textbox>
|
|
105
106
|
</kendo-grid-filter-wrapper-cell>
|
|
106
|
-
|
|
107
|
+
`,
|
|
108
|
+
standalone: true,
|
|
109
|
+
imports: [FilterCellWrapperComponent, TextBoxComponent, FocusableDirective, FilterInputDirective, FormsModule]
|
|
107
110
|
}]
|
|
108
111
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ContextService }, { type: i3.SizingOptionsService }]; }, propDecorators: { filterDelay: [{
|
|
109
112
|
type: Input
|
|
@@ -80,11 +80,12 @@ export class FilterInputDirective {
|
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
82
|
FilterInputDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, deps: [{ token: NG_VALUE_ACCESSOR, self: true }, { token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
83
|
-
FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
83
|
+
FilterInputDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterInputDirective, isStandalone: true, selector: "[kendoFilterInput]", inputs: { filterDelay: "filterDelay", columnLabel: "columnLabel", value: "value" }, queries: [{ propertyName: "kendoInput", first: true, predicate: KendoInput, descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
84
84
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterInputDirective, decorators: [{
|
|
85
85
|
type: Directive,
|
|
86
86
|
args: [{
|
|
87
|
-
selector: '[kendoFilterInput]'
|
|
87
|
+
selector: '[kendoFilterInput]',
|
|
88
|
+
standalone: true
|
|
88
89
|
}]
|
|
89
90
|
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
90
91
|
type: Self
|
|
@@ -7,12 +7,12 @@ import { Component, Input, HostBinding } from '@angular/core';
|
|
|
7
7
|
import { DetailTemplateDirective } from '../rendering/details/detail-template.directive';
|
|
8
8
|
import { replaceMessagePlaceholder } from '../utils';
|
|
9
9
|
import { ContextService } from '../common/provider.service';
|
|
10
|
+
import { LogicalCellDirective } from '../navigation/logical-cell.directive';
|
|
11
|
+
import { FilterCellComponent } from './cell/filter-cell.component';
|
|
12
|
+
import { NgFor, NgIf, NgStyle, NgClass } from '@angular/common';
|
|
10
13
|
import * as i0 from "@angular/core";
|
|
11
14
|
import * as i1 from "../common/provider.service";
|
|
12
15
|
import * as i2 from "./../common/column-info.service";
|
|
13
|
-
import * as i3 from "@angular/common";
|
|
14
|
-
import * as i4 from "../navigation/logical-cell.directive";
|
|
15
|
-
import * as i5 from "./cell/filter-cell.component";
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
@@ -39,7 +39,7 @@ export class FilterRowComponent {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.ContextService }, { token: i2.ColumnInfoService }], target: i0.ɵɵFactoryTarget.Component });
|
|
42
|
-
FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
|
42
|
+
FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, isStandalone: true, selector: "[kendoGridFilterRow]", inputs: { columns: "columns", filter: "filter", groups: "groups", detailTemplate: "detailTemplate", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
|
43
43
|
<td
|
|
44
44
|
class="k-table-td"
|
|
45
45
|
[class.k-group-cell]="true"
|
|
@@ -65,7 +65,7 @@ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
|
65
65
|
[logicalRowIndex]="logicalRowIndex"
|
|
66
66
|
[logicalColIndex]="getLogicalColIndex(columnIndex)"
|
|
67
67
|
></td>
|
|
68
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
68
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoGridFilterCell]", inputs: ["column", "filter", "size"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoGridLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "colIndex", "colSpan", "rowSpan", "groupItem", "dataRowIndex", "dataItem", "detailExpandCell", "headerLabelText"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
69
69
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, decorators: [{
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{
|
|
@@ -96,7 +96,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
96
96
|
[logicalRowIndex]="logicalRowIndex"
|
|
97
97
|
[logicalColIndex]="getLogicalColIndex(columnIndex)"
|
|
98
98
|
></td>
|
|
99
|
-
|
|
99
|
+
`,
|
|
100
|
+
standalone: true,
|
|
101
|
+
imports: [NgFor, NgIf, FilterCellComponent, LogicalCellDirective, NgStyle, NgClass]
|
|
100
102
|
}]
|
|
101
103
|
}], ctorParameters: function () { return [{ type: i1.ContextService }, { type: i2.ColumnInfoService }]; }, propDecorators: { columns: [{
|
|
102
104
|
type: Input
|
|
@@ -10,11 +10,10 @@ import { BooleanFilterRadioButtonDirective } from './filter-radio-button.directi
|
|
|
10
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
11
11
|
import { MenuTabbingService } from './menu-tabbing.service';
|
|
12
12
|
import { ContextService } from '../../common/provider.service';
|
|
13
|
+
import { NgFor } from '@angular/common';
|
|
14
|
+
import { RadioButtonDirective } from '@progress/kendo-angular-inputs';
|
|
13
15
|
import * as i0 from "@angular/core";
|
|
14
16
|
import * as i1 from "../../common/provider.service";
|
|
15
|
-
import * as i2 from "@angular/common";
|
|
16
|
-
import * as i3 from "@progress/kendo-angular-inputs";
|
|
17
|
-
import * as i4 from "./filter-radio-button.directive";
|
|
18
17
|
/**
|
|
19
18
|
* Represents a Boolean-filter menu component. [See example](slug:filter_menu#toc-built-in-filter-menu-components)
|
|
20
19
|
*
|
|
@@ -96,7 +95,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
|
96
95
|
}
|
|
97
96
|
}
|
|
98
97
|
BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
99
|
-
BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
98
|
+
BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-grid-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "radioButtons", predicate: BooleanFilterRadioButtonDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
100
99
|
<ul class="k-radio-list k-reset">
|
|
101
100
|
<li *ngFor="let item of items">
|
|
102
101
|
<input type="radio"
|
|
@@ -113,7 +112,7 @@ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
|
113
112
|
<label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
|
|
114
113
|
</li>
|
|
115
114
|
</ul>
|
|
116
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
115
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }, { kind: "directive", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: ["columnLabel"] }] });
|
|
117
116
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
|
|
118
117
|
type: Component,
|
|
119
118
|
args: [{
|
|
@@ -135,7 +134,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
135
134
|
<label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
|
|
136
135
|
</li>
|
|
137
136
|
</ul>
|
|
138
|
-
|
|
137
|
+
`,
|
|
138
|
+
standalone: true,
|
|
139
|
+
imports: [NgFor, RadioButtonDirective, BooleanFilterRadioButtonDirective]
|
|
139
140
|
}]
|
|
140
141
|
}], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
|
|
141
142
|
type: HostBinding,
|