@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
|
@@ -8,14 +8,14 @@ import { ColumnComponent } from "../../columns/column.component";
|
|
|
8
8
|
import { FilterService } from '../filter.service';
|
|
9
9
|
import { SinglePopupService } from '../../common/single-popup.service';
|
|
10
10
|
import { filter } from 'rxjs/operators';
|
|
11
|
+
import { DatePickerComponent, DatePickerCustomMessagesComponent } from '@progress/kendo-angular-dateinputs';
|
|
11
12
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
12
13
|
import { ContextService } from '../../common/provider.service';
|
|
14
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
15
|
+
import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
|
|
13
16
|
import * as i0 from "@angular/core";
|
|
14
17
|
import * as i1 from "../../common/single-popup.service";
|
|
15
18
|
import * as i2 from "../../common/provider.service";
|
|
16
|
-
import * as i3 from "@progress/kendo-angular-dateinputs";
|
|
17
|
-
import * as i4 from "../filter-input.directive";
|
|
18
|
-
import * as i5 from "./filter-menu-input-wrapper.component";
|
|
19
19
|
/**
|
|
20
20
|
* @hidden
|
|
21
21
|
*/
|
|
@@ -45,7 +45,7 @@ export class DateFilterMenuInputComponent {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
48
|
-
DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
|
|
48
|
+
DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", menuTabbingService: "menuTabbingService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber", isFirstDropDown: "isFirstDropDown" }, ngImport: i0, template: `
|
|
49
49
|
<kendo-grid-filter-menu-input-wrapper
|
|
50
50
|
[column]="column"
|
|
51
51
|
[filter]="filter"
|
|
@@ -80,7 +80,7 @@ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
|
80
80
|
</kendo-datepicker-messages>
|
|
81
81
|
</kendo-datepicker>
|
|
82
82
|
</kendo-grid-filter-menu-input-wrapper>
|
|
83
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
83
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { kind: "component", type: DatePickerComponent, selector: "kendo-datepicker", inputs: ["focusableId", "cellTemplate", "clearButton", "inputAttributes", "monthCellTemplate", "yearCellTemplate", "decadeCellTemplate", "centuryCellTemplate", "weekNumberTemplate", "headerTitleTemplate", "headerTemplate", "footerTemplate", "footer", "navigationItemTemplate", "weekDaysFormat", "showOtherMonthDays", "activeView", "bottomView", "topView", "calendarType", "animateCalendarNavigation", "disabled", "readonly", "readOnlyInput", "popupSettings", "navigation", "min", "max", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "autoFill", "focusedDate", "value", "format", "twoDigitYearMax", "formatPlaceholder", "placeholder", "tabindex", "tabIndex", "disabledDates", "title", "subtitle", "rangeValidation", "disabledDatesValidation", "weekNumber", "size", "rounded", "fillMode", "adaptiveMode"], outputs: ["valueChange", "focus", "blur", "open", "close", "escape"], exportAs: ["kendo-datepicker"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: DatePickerCustomMessagesComponent, selector: "kendo-datepicker-messages" }] });
|
|
84
84
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
|
|
85
85
|
type: Component,
|
|
86
86
|
args: [{
|
|
@@ -120,7 +120,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
120
120
|
</kendo-datepicker-messages>
|
|
121
121
|
</kendo-datepicker>
|
|
122
122
|
</kendo-grid-filter-menu-input-wrapper>
|
|
123
|
-
|
|
123
|
+
`,
|
|
124
|
+
standalone: true,
|
|
125
|
+
imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective, DatePickerCustomMessagesComponent]
|
|
124
126
|
}]
|
|
125
127
|
}], ctorParameters: function () { return [{ type: i1.SinglePopupService }, { type: i2.ContextService }]; }, propDecorators: { operators: [{
|
|
126
128
|
type: Input
|
|
@@ -10,12 +10,12 @@ import { DateFilterComponent } from '../date-filter.component';
|
|
|
10
10
|
import { setFilter, logicOperators } from '../base-filter-cell.component';
|
|
11
11
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
12
12
|
import { ContextService } from '../../common/provider.service';
|
|
13
|
+
import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
|
|
14
|
+
import { NgIf } from '@angular/common';
|
|
15
|
+
import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
|
|
16
|
+
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
13
17
|
import * as i0 from "@angular/core";
|
|
14
18
|
import * as i1 from "../../common/provider.service";
|
|
15
|
-
import * as i2 from "@angular/common";
|
|
16
|
-
import * as i3 from "@progress/kendo-angular-dropdowns";
|
|
17
|
-
import * as i4 from "./date-filter-menu-input.component";
|
|
18
|
-
import * as i5 from "./filter-menu-dropdownlist.directive";
|
|
19
19
|
/**
|
|
20
20
|
* Represents a date filter-menu component.
|
|
21
21
|
*
|
|
@@ -73,7 +73,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
76
|
-
DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, selector: "kendo-grid-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
76
|
+
DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-grid-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService", menuTabbingService: "menuTabbingService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
|
77
77
|
<kendo-grid-date-filter-menu-input
|
|
78
78
|
[currentFilter]="firstFilter"
|
|
79
79
|
[operators]="operators"
|
|
@@ -124,7 +124,7 @@ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
|
124
124
|
[menuTabbingService]="menuTabbingService"
|
|
125
125
|
>
|
|
126
126
|
</kendo-grid-date-filter-menu-input>
|
|
127
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
127
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-grid-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "menuTabbingService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber", "isFirstDropDown"] }, { 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: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
128
128
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
|
|
129
129
|
type: Component,
|
|
130
130
|
args: [{
|
|
@@ -180,7 +180,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
180
180
|
[menuTabbingService]="menuTabbingService"
|
|
181
181
|
>
|
|
182
182
|
</kendo-grid-date-filter-menu-input>
|
|
183
|
-
|
|
183
|
+
`,
|
|
184
|
+
standalone: true,
|
|
185
|
+
imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent, FilterMenuDropDownListDirective]
|
|
184
186
|
}]
|
|
185
187
|
}], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { hostClasses: [{
|
|
186
188
|
type: HostBinding,
|
|
@@ -10,13 +10,14 @@ import { removeFilter, filtersByField } from "../base-filter-cell.component";
|
|
|
10
10
|
import { isPresent, isNullOrEmptyString } from "../../utils";
|
|
11
11
|
import { cloneFilters } from '../../common/filter-descriptor-differ';
|
|
12
12
|
import { ContextService } from '../../common/provider.service';
|
|
13
|
+
import { FilterMenuHostDirective } from './filter-menu-host.directive';
|
|
14
|
+
import { NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgClass } from '@angular/common';
|
|
15
|
+
import { FormsModule } from '@angular/forms';
|
|
13
16
|
import * as i0 from "@angular/core";
|
|
14
17
|
import * as i1 from "../filter.service";
|
|
15
18
|
import * as i2 from "../../common/provider.service";
|
|
16
19
|
import * as i3 from "./menu-tabbing.service";
|
|
17
|
-
import * as i4 from "@angular/
|
|
18
|
-
import * as i5 from "@angular/forms";
|
|
19
|
-
import * as i6 from "./filter-menu-host.directive";
|
|
20
|
+
import * as i4 from "@angular/forms";
|
|
20
21
|
const isNoValueOperator = operator => (operator === "isnull"
|
|
21
22
|
|| operator === "isnotnull"
|
|
22
23
|
|| operator === "isempty"
|
|
@@ -152,7 +153,7 @@ export class FilterMenuContainerComponent {
|
|
|
152
153
|
}
|
|
153
154
|
}
|
|
154
155
|
FilterMenuContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, deps: [{ token: i1.FilterService, skipSelf: true }, { token: i1.FilterService }, { token: i2.ContextService }, { token: i0.ChangeDetectorRef }, { token: i3.MenuTabbingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
155
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
|
156
|
+
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-grid-filter-menu-container", inputs: { column: "column", isLast: "isLast", isExpanded: "isExpanded", menuTabbingService: "menuTabbingService", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [
|
|
156
157
|
FilterService,
|
|
157
158
|
MenuTabbingService
|
|
158
159
|
], viewQueries: [{ propertyName: "resetButton", first: true, predicate: ["resetButton"], descendants: true }, { propertyName: "filterButton", first: true, predicate: ["filterButton"], descendants: true }], ngImport: i0, template: `
|
|
@@ -192,7 +193,7 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
|
192
193
|
</div>
|
|
193
194
|
</div>
|
|
194
195
|
</form>
|
|
195
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
196
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: ["filterService", "menuTabbingService"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
196
197
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
|
197
198
|
type: Component,
|
|
198
199
|
args: [{
|
|
@@ -238,7 +239,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
238
239
|
</div>
|
|
239
240
|
</div>
|
|
240
241
|
</form>
|
|
241
|
-
|
|
242
|
+
`,
|
|
243
|
+
standalone: true,
|
|
244
|
+
imports: [FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass]
|
|
242
245
|
}]
|
|
243
246
|
}], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
|
|
244
247
|
type: SkipSelf
|
|
@@ -30,10 +30,13 @@ export class FilterMenuDropDownListDirective {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
FilterMenuDropDownListDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, deps: [{ token: i1.DropDownListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
-
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
|
33
|
+
FilterMenuDropDownListDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuDropDownListDirective, isStandalone: true, selector: "[kendoFilterMenuDropDown]", inputs: { filterMenuDropDownLabel: "filterMenuDropDownLabel" }, ngImport: i0 });
|
|
34
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuDropDownListDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
|
-
args: [{
|
|
36
|
+
args: [{
|
|
37
|
+
selector: '[kendoFilterMenuDropDown]',
|
|
38
|
+
standalone: true
|
|
39
|
+
}]
|
|
37
40
|
}], ctorParameters: function () { return [{ type: i1.DropDownListComponent }]; }, propDecorators: { filterMenuDropDownLabel: [{
|
|
38
41
|
type: Input
|
|
39
42
|
}] } });
|
|
@@ -30,11 +30,12 @@ export class FilterMenuHostDirective extends FilterHostDirective {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
FilterMenuHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
|
|
33
|
-
FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
|
33
|
+
FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService", menuTabbingService: "menuTabbingService" }, usesInheritance: true, ngImport: i0 });
|
|
34
34
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
|
35
35
|
type: Directive,
|
|
36
36
|
args: [{
|
|
37
|
-
selector: '[kendoFilterMenuHost]'
|
|
37
|
+
selector: '[kendoFilterMenuHost]',
|
|
38
|
+
standalone: true
|
|
38
39
|
}]
|
|
39
40
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { filterService: [{
|
|
40
41
|
type: Input
|
|
@@ -9,10 +9,9 @@ import { FilterService } from '../filter.service';
|
|
|
9
9
|
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
|
|
10
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
11
11
|
import { ContextService } from '../../common/provider.service';
|
|
12
|
+
import { FilterMenuDropDownListDirective } from './filter-menu-dropdownlist.directive';
|
|
12
13
|
import * as i0 from "@angular/core";
|
|
13
14
|
import * as i1 from "../../common/provider.service";
|
|
14
|
-
import * as i2 from "@progress/kendo-angular-dropdowns";
|
|
15
|
-
import * as i3 from "./filter-menu-dropdownlist.directive";
|
|
16
15
|
/**
|
|
17
16
|
* @hidden
|
|
18
17
|
*/
|
|
@@ -82,7 +81,7 @@ export class FilterMenuInputWrapperComponent extends FilterInputWrapperComponent
|
|
|
82
81
|
}
|
|
83
82
|
}
|
|
84
83
|
FilterMenuInputWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuInputWrapperComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
85
|
-
FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
84
|
+
FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuInputWrapperComponent, isStandalone: true, selector: "kendo-grid-filter-menu-input-wrapper", inputs: { filterService: "filterService", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", currentFilter: "currentFilter" }, viewQueries: [{ propertyName: "firstOperatorDropDown", first: true, predicate: DropDownListComponent, descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
|
86
85
|
<kendo-dropdownlist
|
|
87
86
|
kendoFilterMenuDropDown
|
|
88
87
|
[filterMenuDropDownLabel]="filterMenuDropDownLabel"
|
|
@@ -95,7 +94,7 @@ FilterMenuInputWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
95
94
|
(keydown.shift.tab)="onShiftTab($event)">
|
|
96
95
|
</kendo-dropdownlist>
|
|
97
96
|
<ng-content></ng-content>
|
|
98
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
97
|
+
`, isInline: true, dependencies: [{ 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: FilterMenuDropDownListDirective, selector: "[kendoFilterMenuDropDown]", inputs: ["filterMenuDropDownLabel"] }] });
|
|
99
98
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuInputWrapperComponent, decorators: [{
|
|
100
99
|
type: Component,
|
|
101
100
|
args: [{
|
|
@@ -113,7 +112,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
113
112
|
(keydown.shift.tab)="onShiftTab($event)">
|
|
114
113
|
</kendo-dropdownlist>
|
|
115
114
|
<ng-content></ng-content>
|
|
116
|
-
|
|
115
|
+
`,
|
|
116
|
+
standalone: true,
|
|
117
|
+
imports: [DropDownListComponent, FilterMenuDropDownListDirective]
|
|
117
118
|
}]
|
|
118
119
|
}], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { filterService: [{
|
|
119
120
|
type: Input
|
|
@@ -33,11 +33,12 @@ export class FilterMenuTemplateDirective {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
FilterMenuTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
36
|
-
FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
|
|
36
|
+
FilterMenuTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGridFilterMenuTemplate]", ngImport: i0 });
|
|
37
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
|
|
38
38
|
type: Directive,
|
|
39
39
|
args: [{
|
|
40
|
-
selector: '[kendoGridFilterMenuTemplate]'
|
|
40
|
+
selector: '[kendoGridFilterMenuTemplate]',
|
|
41
|
+
standalone: true
|
|
41
42
|
}]
|
|
42
43
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
43
44
|
type: Optional
|
|
@@ -13,14 +13,14 @@ import { filterIcon } from '@progress/kendo-svg-icons';
|
|
|
13
13
|
import { ContextService } from '../../common/provider.service';
|
|
14
14
|
import { IdService } from '../../common/id.service';
|
|
15
15
|
import { take } from 'rxjs/operators';
|
|
16
|
+
import { FilterMenuContainerComponent } from './filter-menu-container.component';
|
|
17
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
16
18
|
import * as i0 from "@angular/core";
|
|
17
19
|
import * as i1 from "../filter.service";
|
|
18
20
|
import * as i2 from "../../common/single-popup.service";
|
|
19
21
|
import * as i3 from "../../common/provider.service";
|
|
20
22
|
import * as i4 from "./../../navigation/navigation.service";
|
|
21
23
|
import * as i5 from "../../common/id.service";
|
|
22
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
23
|
-
import * as i7 from "./filter-menu-container.component";
|
|
24
24
|
let id = 0;
|
|
25
25
|
const getId = (gridId) => `${gridId}-filter-menu-${id++}`;
|
|
26
26
|
/**
|
|
@@ -100,7 +100,7 @@ export class FilterMenuComponent {
|
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
FilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, deps: [{ token: i1.FilterService }, { token: i2.SinglePopupService }, { token: i3.ContextService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }, { token: i5.IdService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
103
|
-
FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuComponent, selector: "kendo-grid-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
|
|
103
|
+
FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuComponent, isStandalone: true, selector: "kendo-grid-filter-menu", inputs: { column: "column", filter: "filter", tabIndex: "tabIndex" }, viewQueries: [{ propertyName: "anchor", first: true, predicate: ["anchor"], descendants: true, static: true }, { propertyName: "template", first: true, predicate: ["template"], descendants: true, read: TemplateRef, static: true }], ngImport: i0, template: `
|
|
104
104
|
<a #anchor
|
|
105
105
|
class="k-grid-filter-menu k-grid-header-menu"
|
|
106
106
|
[class.k-active]="hasFilters"
|
|
@@ -125,7 +125,7 @@ FilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
125
125
|
>
|
|
126
126
|
</kendo-grid-filter-menu-container>
|
|
127
127
|
</ng-template>
|
|
128
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
128
|
+
`, isInline: true, dependencies: [{ kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: FilterMenuContainerComponent, selector: "kendo-grid-filter-menu-container", inputs: ["column", "isLast", "isExpanded", "menuTabbingService", "filter", "actionsClass"], outputs: ["close"] }] });
|
|
129
129
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuComponent, decorators: [{
|
|
130
130
|
type: Component,
|
|
131
131
|
args: [{
|
|
@@ -155,7 +155,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
155
155
|
>
|
|
156
156
|
</kendo-grid-filter-menu-container>
|
|
157
157
|
</ng-template>
|
|
158
|
-
|
|
158
|
+
`,
|
|
159
|
+
standalone: true,
|
|
160
|
+
imports: [IconWrapperComponent, FilterMenuContainerComponent]
|
|
159
161
|
}]
|
|
160
162
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.SinglePopupService }, { type: i3.ContextService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }, { type: i5.IdService, decorators: [{
|
|
161
163
|
type: Optional
|
|
@@ -3,38 +3,66 @@
|
|
|
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 { FilterMenuComponent } from "./filter-menu.component";
|
|
7
|
-
import { FilterMenuContainerComponent } from "./filter-menu-container.component";
|
|
8
|
-
import { FilterMenuInputWrapperComponent } from "./filter-menu-input-wrapper.component";
|
|
9
|
-
import { StringFilterMenuInputComponent } from "./string-filter-menu-input.component";
|
|
10
6
|
import { StringFilterMenuComponent } from './string-filter-menu.component';
|
|
11
|
-
import { SharedFilterModule } from '../shared-filtering.module';
|
|
12
|
-
import { FilterMenuTemplateDirective } from './filter-menu-template.directive';
|
|
13
7
|
import { NumericFilterMenuComponent } from './numeric-filter-menu.component';
|
|
14
|
-
import { NumericFilterMenuInputComponent } from './numeric-filter-menu-input.component';
|
|
15
|
-
import { FilterMenuHostDirective } from './filter-menu-host.directive';
|
|
16
|
-
import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
|
|
17
8
|
import { DateFilterMenuComponent } from './date-filter-menu.component';
|
|
18
9
|
import { BooleanFilterMenuComponent } from './boolean-filter-menu.component';
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
10
|
+
import { KENDO_GRID_FILTER_MENU } from '../../directives';
|
|
11
|
+
import { PopupService } from '@progress/kendo-angular-popup';
|
|
12
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
|
13
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
14
|
+
import { DialogContainerService, DialogService, WindowContainerService, WindowService } from '@progress/kendo-angular-dialog';
|
|
15
|
+
import { CalendarDOMService, CenturyViewService, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
|
21
16
|
import * as i0 from "@angular/core";
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
17
|
+
import * as i1 from "../../columns/column.component";
|
|
18
|
+
import * as i2 from "../../columns/column-group.component";
|
|
19
|
+
import * as i3 from "../../navigation/logical-cell.directive";
|
|
20
|
+
import * as i4 from "../../navigation/logical-row.directive";
|
|
21
|
+
import * as i5 from "../../navigation/focusable.directive";
|
|
22
|
+
import * as i6 from "../../rendering/footer/footer-template.directive";
|
|
23
|
+
import * as i7 from "../../rendering/common/col-group.component";
|
|
24
|
+
import * as i8 from "../../layout/resizable.directive";
|
|
25
|
+
import * as i9 from "@progress/kendo-angular-common";
|
|
26
|
+
import * as i10 from "../../rendering/common/field-accessor.pipe";
|
|
27
|
+
import * as i11 from "../../rendering/details/detail-template.directive";
|
|
28
|
+
import * as i12 from "../../columns/span-column.component";
|
|
29
|
+
import * as i13 from "../../column-resizing/table.directive";
|
|
30
|
+
import * as i14 from "../../rendering/common/loading.component";
|
|
31
|
+
import * as i15 from "../../rendering/grid-table.directive";
|
|
32
|
+
import * as i16 from "../cell/filter-cell-operators.component";
|
|
33
|
+
import * as i17 from "../operators/contains-filter-operator.component";
|
|
34
|
+
import * as i18 from "../operators/not-contains-filter-operator.component";
|
|
35
|
+
import * as i19 from "../operators/ends-with-filter-operator.component";
|
|
36
|
+
import * as i20 from "../operators/eq-filter-operator.component";
|
|
37
|
+
import * as i21 from "../operators/is-empty-filter-operator.component";
|
|
38
|
+
import * as i22 from "../operators/is-not-empty-filter-operator.component";
|
|
39
|
+
import * as i23 from "../operators/is-not-null-filter-operator.component";
|
|
40
|
+
import * as i24 from "../operators/isnull-filter-operator.component";
|
|
41
|
+
import * as i25 from "../operators/neq-filter-operator.component";
|
|
42
|
+
import * as i26 from "../operators/starts-with-filter-operator.component";
|
|
43
|
+
import * as i27 from "../operators/gt-filter-operator.component";
|
|
44
|
+
import * as i28 from "../operators/gte-filter-operator.component";
|
|
45
|
+
import * as i29 from "../operators/lt-filter-operator.component";
|
|
46
|
+
import * as i30 from "../operators/lte-filter-operator.component";
|
|
47
|
+
import * as i31 from "../operators/after-filter-operator.component";
|
|
48
|
+
import * as i32 from "../operators/after-eq-filter-operator.component";
|
|
49
|
+
import * as i33 from "../operators/before-eq-filter-operator.component";
|
|
50
|
+
import * as i34 from "../operators/before-filter-operator.component";
|
|
51
|
+
import * as i35 from "../filter-input.directive";
|
|
52
|
+
import * as i36 from "./filter-menu.component";
|
|
53
|
+
import * as i37 from "./filter-menu-container.component";
|
|
54
|
+
import * as i38 from "./filter-menu-input-wrapper.component";
|
|
55
|
+
import * as i39 from "./string-filter-menu-input.component";
|
|
56
|
+
import * as i40 from "./string-filter-menu.component";
|
|
57
|
+
import * as i41 from "./filter-menu-template.directive";
|
|
58
|
+
import * as i42 from "./numeric-filter-menu.component";
|
|
59
|
+
import * as i43 from "./numeric-filter-menu-input.component";
|
|
60
|
+
import * as i44 from "./date-filter-menu-input.component";
|
|
61
|
+
import * as i45 from "./date-filter-menu.component";
|
|
62
|
+
import * as i46 from "./filter-menu-host.directive";
|
|
63
|
+
import * as i47 from "./boolean-filter-menu.component";
|
|
64
|
+
import * as i48 from "./filter-menu-dropdownlist.directive";
|
|
65
|
+
import * as i49 from "./filter-radio-button.directive";
|
|
38
66
|
const ENTRY_COMPONENTS = [
|
|
39
67
|
StringFilterMenuComponent,
|
|
40
68
|
NumericFilterMenuComponent,
|
|
@@ -43,56 +71,50 @@ const ENTRY_COMPONENTS = [
|
|
|
43
71
|
];
|
|
44
72
|
/**
|
|
45
73
|
* @hidden
|
|
74
|
+
*
|
|
75
|
+
* This module is deprecated and will be removed in a future major version release.
|
|
46
76
|
*/
|
|
47
77
|
export class FilterMenuModule {
|
|
48
|
-
static exports() {
|
|
49
|
-
return [
|
|
50
|
-
StringFilterMenuComponent,
|
|
51
|
-
FilterMenuTemplateDirective,
|
|
52
|
-
NumericFilterMenuComponent,
|
|
53
|
-
DateFilterMenuComponent,
|
|
54
|
-
BooleanFilterMenuComponent,
|
|
55
|
-
FilterMenuDropDownListDirective,
|
|
56
|
-
BooleanFilterRadioButtonDirective,
|
|
57
|
-
SharedFilterModule.exports()
|
|
58
|
-
];
|
|
59
|
-
}
|
|
60
78
|
}
|
|
61
79
|
FilterMenuModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
62
|
-
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule,
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
StringFilterMenuComponent,
|
|
80
|
-
FilterMenuTemplateDirective,
|
|
81
|
-
NumericFilterMenuComponent,
|
|
82
|
-
NumericFilterMenuInputComponent,
|
|
83
|
-
DateFilterMenuInputComponent,
|
|
84
|
-
DateFilterMenuComponent,
|
|
85
|
-
FilterMenuHostDirective,
|
|
86
|
-
BooleanFilterMenuComponent,
|
|
87
|
-
FilterMenuDropDownListDirective,
|
|
88
|
-
BooleanFilterRadioButtonDirective, SharedFilterModule] });
|
|
89
|
-
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [SharedFilterModule, SharedFilterModule] });
|
|
80
|
+
FilterMenuModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective], exports: [i1.ColumnComponent, i2.ColumnGroupComponent, i3.LogicalCellDirective, i4.LogicalRowDirective, i5.FocusableDirective, i6.FooterTemplateDirective, i7.ColGroupComponent, i8.ResizableContainerDirective, i9.TemplateContextDirective, i10.FieldAccessorPipe, i11.DetailTemplateDirective, i12.SpanColumnComponent, i13.TableDirective, i14.LoadingComponent, i15.GridTableDirective, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i35.FilterInputDirective, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i41.FilterMenuTemplateDirective, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i46.FilterMenuHostDirective, i47.BooleanFilterMenuComponent, i48.FilterMenuDropDownListDirective, i49.BooleanFilterRadioButtonDirective] });
|
|
81
|
+
FilterMenuModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, providers: [
|
|
82
|
+
PopupService,
|
|
83
|
+
ResizeBatchService,
|
|
84
|
+
IconsService,
|
|
85
|
+
DialogContainerService,
|
|
86
|
+
DialogService,
|
|
87
|
+
WindowService,
|
|
88
|
+
WindowContainerService,
|
|
89
|
+
CalendarDOMService,
|
|
90
|
+
CenturyViewService,
|
|
91
|
+
DecadeViewService,
|
|
92
|
+
MonthViewService,
|
|
93
|
+
YearViewService,
|
|
94
|
+
WeekNamesService,
|
|
95
|
+
NavigationService
|
|
96
|
+
], imports: [i1.ColumnComponent, i2.ColumnGroupComponent, i7.ColGroupComponent, i12.SpanColumnComponent, i14.LoadingComponent, i16.FilterCellOperatorsComponent, i17.ContainsFilterOperatorComponent, i18.DoesNotContainFilterOperatorComponent, i19.EndsWithFilterOperatorComponent, i20.EqualFilterOperatorComponent, i21.IsEmptyFilterOperatorComponent, i22.IsNotEmptyFilterOperatorComponent, i23.IsNotNullFilterOperatorComponent, i24.IsNullFilterOperatorComponent, i25.NotEqualFilterOperatorComponent, i26.StartsWithFilterOperatorComponent, i27.GreaterFilterOperatorComponent, i28.GreaterOrEqualToFilterOperatorComponent, i29.LessFilterOperatorComponent, i30.LessOrEqualToFilterOperatorComponent, i31.AfterFilterOperatorComponent, i32.AfterEqFilterOperatorComponent, i33.BeforeEqFilterOperatorComponent, i34.BeforeFilterOperatorComponent, i36.FilterMenuComponent, i37.FilterMenuContainerComponent, i38.FilterMenuInputWrapperComponent, i39.StringFilterMenuInputComponent, i40.StringFilterMenuComponent, i42.NumericFilterMenuComponent, i43.NumericFilterMenuInputComponent, i44.DateFilterMenuInputComponent, i45.DateFilterMenuComponent, i47.BooleanFilterMenuComponent] });
|
|
90
97
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuModule, decorators: [{
|
|
91
98
|
type: NgModule,
|
|
92
99
|
args: [{
|
|
93
|
-
declarations: [INTERNAL_COMPONENTS],
|
|
94
100
|
entryComponents: ENTRY_COMPONENTS,
|
|
95
|
-
exports: [
|
|
96
|
-
imports: [
|
|
101
|
+
exports: [...KENDO_GRID_FILTER_MENU],
|
|
102
|
+
imports: [...KENDO_GRID_FILTER_MENU],
|
|
103
|
+
providers: [
|
|
104
|
+
PopupService,
|
|
105
|
+
ResizeBatchService,
|
|
106
|
+
IconsService,
|
|
107
|
+
DialogContainerService,
|
|
108
|
+
DialogService,
|
|
109
|
+
WindowService,
|
|
110
|
+
WindowContainerService,
|
|
111
|
+
CalendarDOMService,
|
|
112
|
+
CenturyViewService,
|
|
113
|
+
DecadeViewService,
|
|
114
|
+
MonthViewService,
|
|
115
|
+
YearViewService,
|
|
116
|
+
WeekNamesService,
|
|
117
|
+
NavigationService
|
|
118
|
+
]
|
|
97
119
|
}]
|
|
98
120
|
}] });
|
|
@@ -18,10 +18,13 @@ export class BooleanFilterRadioButtonDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
BooleanFilterRadioButtonDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterRadioButtonDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
BooleanFilterRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterRadioButtonDirective, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
|
|
21
|
+
BooleanFilterRadioButtonDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterRadioButtonDirective, isStandalone: true, selector: "[kendoFilterMenuRadioButton]", inputs: { columnLabel: "columnLabel" }, ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterRadioButtonDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
|
-
args: [{
|
|
24
|
+
args: [{
|
|
25
|
+
selector: '[kendoFilterMenuRadioButton]',
|
|
26
|
+
standalone: true
|
|
27
|
+
}]
|
|
25
28
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { columnLabel: [{
|
|
26
29
|
type: Input
|
|
27
30
|
}] } });
|
|
@@ -8,11 +8,11 @@ import { FilterService } from '../filter.service';
|
|
|
8
8
|
import { replaceMessagePlaceholder } from '../../utils';
|
|
9
9
|
import { MenuTabbingService } from './menu-tabbing.service';
|
|
10
10
|
import { ContextService } from '../../common/provider.service';
|
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
|
12
|
+
import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
|
|
13
|
+
import { NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent } from '@progress/kendo-angular-inputs';
|
|
11
14
|
import * as i0 from "@angular/core";
|
|
12
15
|
import * as i1 from "../../common/provider.service";
|
|
13
|
-
import * as i2 from "@progress/kendo-angular-inputs";
|
|
14
|
-
import * as i3 from "../filter-input.directive";
|
|
15
|
-
import * as i4 from "./filter-menu-input-wrapper.component";
|
|
16
16
|
/**
|
|
17
17
|
* @hidden
|
|
18
18
|
*/
|
|
@@ -44,7 +44,7 @@ export class NumericFilterMenuInputComponent {
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
NumericFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, deps: [{ token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
47
|
-
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
47
|
+
NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterMenuInputComponent, isStandalone: true, selector: "kendo-grid-numeric-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", filterDelay: "filterDelay", isFirstDropDown: "isFirstDropDown", menuTabbingService: "menuTabbingService", step: "step", min: "min", max: "max", spinners: "spinners", decimals: "decimals", format: "format" }, ngImport: i0, template: `
|
|
48
48
|
<kendo-grid-filter-menu-input-wrapper
|
|
49
49
|
[column]="column"
|
|
50
50
|
[filter]="filter"
|
|
@@ -75,7 +75,7 @@ NumericFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
|
75
75
|
</kendo-numerictextbox-messages>
|
|
76
76
|
</kendo-numerictextbox>
|
|
77
77
|
</kendo-grid-filter-menu-input-wrapper>
|
|
78
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
|
78
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-grid-filter-menu-input-wrapper", inputs: ["filterService", "isFirstDropDown", "menuTabbingService", "currentFilter"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "value"] }, { kind: "component", type: NumericTextBoxCustomMessagesComponent, selector: "kendo-numerictextbox-messages" }] });
|
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterMenuInputComponent, decorators: [{
|
|
80
80
|
type: Component,
|
|
81
81
|
args: [{
|
|
@@ -111,7 +111,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
111
111
|
</kendo-numerictextbox-messages>
|
|
112
112
|
</kendo-numerictextbox>
|
|
113
113
|
</kendo-grid-filter-menu-input-wrapper>
|
|
114
|
-
|
|
114
|
+
`,
|
|
115
|
+
standalone: true,
|
|
116
|
+
imports: [FilterMenuInputWrapperComponent, NumericTextBoxComponent, FilterInputDirective, NumericTextBoxCustomMessagesComponent]
|
|
115
117
|
}]
|
|
116
118
|
}], ctorParameters: function () { return [{ type: i1.ContextService }]; }, propDecorators: { operators: [{
|
|
117
119
|
type: Input
|