@progress/kendo-angular-treelist 16.5.0-develop.6 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding-directives/flat-binding.directive.d.ts +1 -1
- package/binding-directives/hierarchy-binding.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +2 -2
- package/column-menu/column-list.component.d.ts +1 -1
- package/column-menu/column-menu-chooser.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 +2 -2
- package/column-menu/column-menu-lock.component.d.ts +1 -1
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +2 -2
- 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-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/rowreorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- package/directives.d.ts +143 -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/base-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 +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -2
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -2
- package/esm2020/column-menu/column-chooser.component.mjs +9 -7
- package/esm2020/column-menu/column-list.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-chooser.component.mjs +8 -6
- 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-lock.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-sort.component.mjs +6 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -2
- package/esm2020/column-menu/column-menu.component.mjs +12 -10
- 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/rowreorder-column.component.mjs +3 -2
- package/esm2020/columns/span-column.component.mjs +3 -2
- package/esm2020/directives.mjs +307 -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/base-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 +3 -2
- 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 -10
- package/esm2020/expand-state/expandable.directive.mjs +3 -2
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +9 -7
- 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 +57 -57
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +9 -6
- 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 +8 -6
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +9 -7
- 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-host.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +6 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -2
- package/esm2020/filtering/menu/filter-menu.component.mjs +9 -7
- package/esm2020/filtering/menu/filter-menu.module.mjs +59 -60
- 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 +8 -6
- 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 +83 -137
- package/esm2020/index.mjs +2 -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-info.component.mjs +3 -2
- package/esm2020/pager/pager-input.component.mjs +8 -8
- package/esm2020/pager/pager-next-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-numeric-buttons.component.mjs +8 -6
- package/esm2020/pager/pager-page-sizes.component.mjs +9 -7
- package/esm2020/pager/pager-prev-buttons.component.mjs +9 -7
- package/esm2020/pager/pager-template.directive.mjs +3 -2
- package/esm2020/pager/pager.component.mjs +11 -13
- package/esm2020/pager/pager.module.mjs +26 -74
- 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 +23 -93
- package/esm2020/rendering/cell-template.directive.mjs +3 -2
- package/esm2020/rendering/cell.component.mjs +18 -13
- package/esm2020/rendering/common/col-group.component.mjs +6 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -2
- package/esm2020/rendering/common/level-items.pipe.mjs +3 -2
- package/esm2020/rendering/common/loading.component.mjs +3 -2
- package/esm2020/rendering/common/spacer.component.mjs +3 -2
- package/esm2020/rendering/footer-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header-template.directive.mjs +3 -2
- package/esm2020/rendering/header/header.component.mjs +17 -18
- package/esm2020/rendering/header/header.module.mjs +83 -41
- package/esm2020/rendering/list.component.mjs +11 -10
- package/esm2020/rendering/no-records-template.directive.mjs +3 -2
- package/esm2020/rendering/table-body.component.mjs +11 -9
- 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 +7 -5
- package/esm2020/selection/marquee.directive.mjs +3 -2
- package/esm2020/selection/selectable.directive.mjs +3 -2
- package/esm2020/shared.module.mjs +25 -74
- package/esm2020/treelist.component.mjs +22 -22
- package/esm2020/treelist.module.mjs +150 -192
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/excel/excel.module.d.ts +2 -3
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +13899 -14096
- package/fesm2020/progress-kendo-angular-treelist.mjs +13786 -13983
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +3 -3
- package/filtering/cell/boolean-filter-cell.component.d.ts +2 -2
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- 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 +42 -3
- package/filtering/cell/string-filter-cell.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 +3 -3
- package/filtering/menu/date-filter-menu.component.d.ts +2 -2
- package/filtering/menu/filter-menu-container.component.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 +2 -2
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +4 -4
- package/filtering/menu/filter-menu.module.d.ts +42 -3
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +2 -2
- 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 +22 -10
- package/index.d.ts +2 -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 +15 -15
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +2 -2
- package/pager/pager-next-buttons.component.d.ts +2 -2
- 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 +2 -2
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +2 -2
- package/pager/pager.module.d.ts +15 -17
- 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 +1 -1
- package/rendering/body.module.d.ts +14 -19
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +4 -4
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/level-items.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/footer-template.directive.d.ts +1 -1
- package/rendering/header/header-template.directive.d.ts +1 -1
- package/rendering/header/header.component.d.ts +4 -4
- package/rendering/header/header.module.d.ts +75 -8
- package/rendering/list.component.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 +3 -3
- package/selection/marquee.directive.d.ts +1 -1
- package/selection/selectable.directive.d.ts +1 -1
- package/shared.module.d.ts +6 -7
- package/treelist.component.d.ts +4 -4
- package/treelist.module.d.ts +93 -79
- package/column-menu/column-menu.module.d.ts +0 -27
- package/dragdrop/drag-and-drop.module.d.ts +0 -15
- package/esm2020/column-menu/column-menu.module.mjs +0 -78
- 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
@@ -4,16 +4,16 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input } from '@angular/core';
|
6
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
+
import { NumericTextBoxComponent } from '@progress/kendo-angular-inputs';
|
7
8
|
import { FilterService } from '../filter.service';
|
8
9
|
import { NumericFilterComponent } from '../numeric-filter.component';
|
9
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
12
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
10
14
|
import * as i0 from "@angular/core";
|
11
15
|
import * as i1 from "../filter.service";
|
12
16
|
import * as i2 from "@progress/kendo-angular-l10n";
|
13
|
-
import * as i3 from "@progress/kendo-angular-inputs";
|
14
|
-
import * as i4 from "../../navigation/focusable.directive";
|
15
|
-
import * as i5 from "../filter-input.directive";
|
16
|
-
import * as i6 from "./filter-cell-wrapper.component";
|
17
17
|
/**
|
18
18
|
* Represents a numeric filter cell.
|
19
19
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
@@ -57,7 +57,7 @@ export class NumericFilterCellComponent extends NumericFilterComponent {
|
|
57
57
|
}
|
58
58
|
}
|
59
59
|
NumericFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
60
|
-
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
60
|
+
NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NumericFilterCellComponent, isStandalone: true, selector: "kendo-treelist-numeric-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
61
61
|
<kendo-treelist-filter-wrapper-cell
|
62
62
|
[column]="column"
|
63
63
|
[filter]="filter"
|
@@ -79,7 +79,7 @@ NumericFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
79
79
|
[step]="step">
|
80
80
|
</kendo-numerictextbox>
|
81
81
|
</kendo-treelist-filter-wrapper-cell>
|
82
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
82
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-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: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
83
83
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NumericFilterCellComponent, decorators: [{
|
84
84
|
type: Component,
|
85
85
|
args: [{
|
@@ -106,7 +106,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
106
106
|
[step]="step">
|
107
107
|
</kendo-numerictextbox>
|
108
108
|
</kendo-treelist-filter-wrapper-cell>
|
109
|
-
|
109
|
+
`,
|
110
|
+
standalone: true,
|
111
|
+
imports: [FilterCellWrapperComponent, NumericTextBoxComponent, FocusableDirective, FilterInputDirective]
|
110
112
|
}]
|
111
113
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
112
114
|
type: Input
|
@@ -3,83 +3,83 @@
|
|
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 { FilterCellHostDirective } from './filter-cell-host.directive';
|
10
|
+
import { ROW_FILTER_EXPORTS } from '../../directives';
|
18
11
|
import * as i0 from "@angular/core";
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
12
|
+
import * as i1 from "../filter-row.component";
|
13
|
+
import * as i2 from "./filter-cell.component";
|
14
|
+
import * as i3 from "./filter-cell-template.directive";
|
15
|
+
import * as i4 from "./string-filter-cell.component";
|
16
|
+
import * as i5 from "./numeric-filter-cell.component";
|
17
|
+
import * as i6 from "./autocomplete-filter-cell.component";
|
18
|
+
import * as i7 from "./boolean-filter-cell.component";
|
19
|
+
import * as i8 from "./filter-cell-host.directive";
|
20
|
+
import * as i9 from "./filter-cell-wrapper.component";
|
21
|
+
import * as i10 from "./date-filter-cell.component";
|
22
|
+
import * as i11 from "./filter-cell-operators.component";
|
23
|
+
import * as i12 from "../operators/contains-filter-operator.component";
|
24
|
+
import * as i13 from "../operators/not-contains-filter-operator.component";
|
25
|
+
import * as i14 from "../operators/ends-with-filter-operator.component";
|
26
|
+
import * as i15 from "../operators/eq-filter-operator.component";
|
27
|
+
import * as i16 from "../operators/is-empty-filter-operator.component";
|
28
|
+
import * as i17 from "../operators/is-not-empty-filter-operator.component";
|
29
|
+
import * as i18 from "../operators/is-not-null-filter-operator.component";
|
30
|
+
import * as i19 from "../operators/isnull-filter-operator.component";
|
31
|
+
import * as i20 from "../operators/neq-filter-operator.component";
|
32
|
+
import * as i21 from "../operators/starts-with-filter-operator.component";
|
33
|
+
import * as i22 from "../operators/gt-filter-operator.component";
|
34
|
+
import * as i23 from "../operators/gte-filter-operator.component";
|
35
|
+
import * as i24 from "../operators/lt-filter-operator.component";
|
36
|
+
import * as i25 from "../operators/lte-filter-operator.component";
|
37
|
+
import * as i26 from "../operators/after-filter-operator.component";
|
38
|
+
import * as i27 from "../operators/after-eq-filter-operator.component";
|
39
|
+
import * as i28 from "../operators/before-eq-filter-operator.component";
|
40
|
+
import * as i29 from "../operators/before-filter-operator.component";
|
41
|
+
import * as i30 from "../filter-input.directive";
|
42
|
+
import * as i31 from "@progress/kendo-angular-dropdowns";
|
43
|
+
import * as i32 from "@progress/kendo-angular-common";
|
44
|
+
import * as i33 from "@progress/kendo-angular-inputs";
|
45
|
+
import * as i34 from "@progress/kendo-angular-dateinputs";
|
46
|
+
import * as i35 from "@progress/kendo-angular-popup";
|
47
|
+
import * as i36 from "../../columns/column.component";
|
48
|
+
import * as i37 from "../../columns/column-group.component";
|
49
|
+
import * as i38 from "../../navigation/logical-cell.directive";
|
50
|
+
import * as i39 from "../../navigation/logical-row.directive";
|
51
|
+
import * as i40 from "../../navigation/focusable.directive";
|
52
|
+
import * as i41 from "../../rendering/common/col-group.component";
|
53
|
+
import * as i42 from "../../layout/resizable.directive";
|
54
|
+
import * as i43 from "../../rendering/common/field-accessor.pipe";
|
55
|
+
import * as i44 from "../../columns/span-column.component";
|
56
|
+
import * as i45 from "../../column-resizing/table.directive";
|
57
|
+
import * as i46 from "../../rendering/common/loading.component";
|
58
|
+
import * as i47 from "../../columns/checkbox-column.component";
|
59
|
+
import * as i48 from "../../columns/rowreorder-column.component";
|
60
|
+
import * as i49 from "@progress/kendo-angular-icons";
|
61
|
+
import * as i50 from "@progress/kendo-angular-buttons";
|
31
62
|
const ENTRY_COMPONENTS = [
|
32
63
|
StringFilterCellComponent,
|
33
64
|
NumericFilterCellComponent,
|
34
65
|
BooleanFilterCellComponent,
|
35
66
|
DateFilterCellComponent
|
36
67
|
];
|
68
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
37
69
|
/**
|
38
70
|
* @hidden
|
71
|
+
* @deprecated
|
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
|
-
FilterCellTemplateDirective,
|
60
|
-
StringFilterCellComponent,
|
61
|
-
NumericFilterCellComponent,
|
62
|
-
AutoCompleteFilterCellComponent,
|
63
|
-
BooleanFilterCellComponent,
|
64
|
-
FilterCellHostDirective,
|
65
|
-
FilterCellWrapperComponent,
|
66
|
-
DateFilterCellComponent], imports: [SharedFilterModule], exports: [FilterRowComponent,
|
67
|
-
FilterCellComponent,
|
68
|
-
FilterCellTemplateDirective,
|
69
|
-
StringFilterCellComponent,
|
70
|
-
NumericFilterCellComponent,
|
71
|
-
AutoCompleteFilterCellComponent,
|
72
|
-
BooleanFilterCellComponent,
|
73
|
-
FilterCellHostDirective,
|
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.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i30.FilterInputDirective, i31.DropDownListComponent, i31.FixedGroupTemplateDirective, i31.FooterTemplateDirective, i31.GroupTemplateDirective, i31.HeaderTemplateDirective, i31.ItemTemplateDirective, i31.ValueTemplateDirective, i31.NoDataTemplateDirective, i31.FilterDirective, i31.CustomMessagesComponent, i31.AutoCompleteComponent, i31.FixedGroupTemplateDirective, i31.FooterTemplateDirective, i31.GroupTemplateDirective, i31.HeaderTemplateDirective, i31.ItemTemplateDirective, i31.NoDataTemplateDirective, i31.FilterDirective, i31.CustomMessagesComponent, i32.SuffixTemplateDirective, i32.PrefixTemplateDirective, i33.TextBoxDirective, i33.TextBoxComponent, i33.InputSeparatorComponent, i33.TextBoxSuffixTemplateDirective, i33.TextBoxPrefixTemplateDirective, i33.TextBoxCustomMessagesComponent, i33.NumericTextBoxComponent, i33.NumericTextBoxCustomMessagesComponent, i32.PrefixTemplateDirective, i32.SuffixTemplateDirective, i33.MaskedTextBoxComponent, i33.TextAreaComponent, i33.TextAreaDirective, i33.TextAreaPrefixComponent, i33.TextAreaSuffixComponent, i33.CheckBoxComponent, i33.CheckBoxDirective, i33.RadioButtonComponent, i33.RadioButtonDirective, i33.SwitchComponent, i33.SwitchCustomMessagesComponent, i33.FormFieldComponent, i33.HintComponent, i33.ErrorComponent, i33.SliderComponent, i33.SliderCustomMessagesComponent, i33.LabelTemplateDirective, i33.RangeSliderComponent, i33.RangeSliderCustomMessagesComponent, i33.LabelTemplateDirective, i33.RatingComponent, i33.RatingItemTemplateDirective, i33.RatingHoveredItemTemplateDirective, i33.RatingSelectedItemTemplateDirective, i33.SignatureComponent, i33.SignatureCustomMessagesComponent, i33.ColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.FlatColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorGradientComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorPaletteComponent, i33.ColorPickerCustomMessagesComponent, i34.DatePickerCustomMessagesComponent, i34.DatePickerComponent, i34.CellTemplateDirective, i34.CenturyCellTemplateDirective, i34.DecadeCellTemplateDirective, i34.FooterTemplateDirective, i34.HeaderTemplateDirective, i34.HeaderTitleTemplateDirective, i34.MonthCellTemplateDirective, i34.NavigationItemTemplateDirective, i34.WeekNumberCellTemplateDirective, i34.YearCellTemplateDirective, i34.NavigationItemTemplateDirective, i35.PopupComponent, i36.ColumnComponent, i37.ColumnGroupComponent, i38.LogicalCellDirective, i39.LogicalRowDirective, i40.FocusableDirective, i41.ColGroupComponent, i42.ResizableContainerDirective, i32.TemplateContextDirective, i43.FieldAccessorPipe, i44.SpanColumnComponent, i45.TableDirective, i46.LoadingComponent, i11.FilterCellOperatorsComponent, i47.CheckboxColumnComponent, i48.RowReorderColumnComponent, i32.DraggableDirective, i49.IconComponent, i49.SVGIconComponent, i50.ButtonComponent], exports: [i1.FilterRowComponent, i2.FilterCellComponent, i3.FilterCellTemplateDirective, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i8.FilterCellHostDirective, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i30.FilterInputDirective, i31.DropDownListComponent, i31.FixedGroupTemplateDirective, i31.FooterTemplateDirective, i31.GroupTemplateDirective, i31.HeaderTemplateDirective, i31.ItemTemplateDirective, i31.ValueTemplateDirective, i31.NoDataTemplateDirective, i31.FilterDirective, i31.CustomMessagesComponent, i31.AutoCompleteComponent, i31.FixedGroupTemplateDirective, i31.FooterTemplateDirective, i31.GroupTemplateDirective, i31.HeaderTemplateDirective, i31.ItemTemplateDirective, i31.NoDataTemplateDirective, i31.FilterDirective, i31.CustomMessagesComponent, i32.SuffixTemplateDirective, i32.PrefixTemplateDirective, i33.TextBoxDirective, i33.TextBoxComponent, i33.InputSeparatorComponent, i33.TextBoxSuffixTemplateDirective, i33.TextBoxPrefixTemplateDirective, i33.TextBoxCustomMessagesComponent, i33.NumericTextBoxComponent, i33.NumericTextBoxCustomMessagesComponent, i32.PrefixTemplateDirective, i32.SuffixTemplateDirective, i33.MaskedTextBoxComponent, i33.TextAreaComponent, i33.TextAreaDirective, i33.TextAreaPrefixComponent, i33.TextAreaSuffixComponent, i33.CheckBoxComponent, i33.CheckBoxDirective, i33.RadioButtonComponent, i33.RadioButtonDirective, i33.SwitchComponent, i33.SwitchCustomMessagesComponent, i33.FormFieldComponent, i33.HintComponent, i33.ErrorComponent, i33.SliderComponent, i33.SliderCustomMessagesComponent, i33.LabelTemplateDirective, i33.RangeSliderComponent, i33.RangeSliderCustomMessagesComponent, i33.LabelTemplateDirective, i33.RatingComponent, i33.RatingItemTemplateDirective, i33.RatingHoveredItemTemplateDirective, i33.RatingSelectedItemTemplateDirective, i33.SignatureComponent, i33.SignatureCustomMessagesComponent, i33.ColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.FlatColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorGradientComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorPaletteComponent, i33.ColorPickerCustomMessagesComponent, i34.DatePickerCustomMessagesComponent, i34.DatePickerComponent, i34.CellTemplateDirective, i34.CenturyCellTemplateDirective, i34.DecadeCellTemplateDirective, i34.FooterTemplateDirective, i34.HeaderTemplateDirective, i34.HeaderTitleTemplateDirective, i34.MonthCellTemplateDirective, i34.NavigationItemTemplateDirective, i34.WeekNumberCellTemplateDirective, i34.YearCellTemplateDirective, i34.NavigationItemTemplateDirective, i35.PopupComponent, i36.ColumnComponent, i37.ColumnGroupComponent, i38.LogicalCellDirective, i39.LogicalRowDirective, i40.FocusableDirective, i41.ColGroupComponent, i42.ResizableContainerDirective, i32.TemplateContextDirective, i43.FieldAccessorPipe, i44.SpanColumnComponent, i45.TableDirective, i46.LoadingComponent, i11.FilterCellOperatorsComponent, i47.CheckboxColumnComponent, i48.RowReorderColumnComponent, i32.DraggableDirective, i49.IconComponent, i49.SVGIconComponent, i50.ButtonComponent] });
|
77
|
+
RowFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, imports: [i1.FilterRowComponent, i2.FilterCellComponent, i4.StringFilterCellComponent, i5.NumericFilterCellComponent, i6.AutoCompleteFilterCellComponent, i7.BooleanFilterCellComponent, i9.FilterCellWrapperComponent, i10.DateFilterCellComponent, i11.FilterCellOperatorsComponent, i12.ContainsFilterOperatorComponent, i13.DoesNotContainFilterOperatorComponent, i14.EndsWithFilterOperatorComponent, i15.EqualFilterOperatorComponent, i16.IsEmptyFilterOperatorComponent, i17.IsNotEmptyFilterOperatorComponent, i18.IsNotNullFilterOperatorComponent, i19.IsNullFilterOperatorComponent, i20.NotEqualFilterOperatorComponent, i21.StartsWithFilterOperatorComponent, i22.GreaterFilterOperatorComponent, i23.GreaterOrEqualToFilterOperatorComponent, i24.LessFilterOperatorComponent, i25.LessOrEqualToFilterOperatorComponent, i26.AfterFilterOperatorComponent, i27.AfterEqFilterOperatorComponent, i28.BeforeEqFilterOperatorComponent, i29.BeforeFilterOperatorComponent, i31.DropDownListComponent, i31.CustomMessagesComponent, i31.AutoCompleteComponent, i31.CustomMessagesComponent, i33.TextBoxComponent, i33.InputSeparatorComponent, i33.TextBoxCustomMessagesComponent, i33.NumericTextBoxComponent, i33.NumericTextBoxCustomMessagesComponent, i33.MaskedTextBoxComponent, i33.TextAreaComponent, i33.TextAreaPrefixComponent, i33.TextAreaSuffixComponent, i33.CheckBoxComponent, i33.RadioButtonComponent, i33.SwitchComponent, i33.SwitchCustomMessagesComponent, i33.FormFieldComponent, i33.HintComponent, i33.ErrorComponent, i33.SliderComponent, i33.SliderCustomMessagesComponent, i33.RangeSliderComponent, i33.RangeSliderCustomMessagesComponent, i33.RatingComponent, i33.SignatureComponent, i33.SignatureCustomMessagesComponent, i33.ColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.FlatColorPickerComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorGradientComponent, i33.ColorPickerCustomMessagesComponent, i33.ColorPaletteComponent, i33.ColorPickerCustomMessagesComponent, i34.DatePickerCustomMessagesComponent, i34.DatePickerComponent, i35.PopupComponent, i36.ColumnComponent, i37.ColumnGroupComponent, i41.ColGroupComponent, i44.SpanColumnComponent, i46.LoadingComponent, i11.FilterCellOperatorsComponent, i47.CheckboxColumnComponent, i48.RowReorderColumnComponent, i49.IconComponent, i49.SVGIconComponent, i50.ButtonComponent] });
|
77
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RowFilterModule, decorators: [{
|
78
79
|
type: NgModule,
|
79
80
|
args: [{
|
80
|
-
declarations: [INTERNAL_COMPONENTS],
|
81
81
|
entryComponents: ENTRY_COMPONENTS,
|
82
|
-
exports: [
|
83
|
-
imports: [
|
82
|
+
exports: [...ROW_FILTER_EXPORTS],
|
83
|
+
imports: [...ROW_FILTER_EXPORTS]
|
84
84
|
}]
|
85
85
|
}] });
|
@@ -3,17 +3,18 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input } from '@angular/core';
|
6
|
+
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
6
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
8
|
import { FilterService } from '../filter.service';
|
8
9
|
import { StringFilterComponent } from '../string-filter.component';
|
9
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
12
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
13
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
10
14
|
import * as i0 from "@angular/core";
|
11
15
|
import * as i1 from "../filter.service";
|
12
16
|
import * as i2 from "@progress/kendo-angular-l10n";
|
13
17
|
import * as i3 from "@angular/forms";
|
14
|
-
import * as i4 from "../../navigation/focusable.directive";
|
15
|
-
import * as i5 from "../filter-input.directive";
|
16
|
-
import * as i6 from "./filter-cell-wrapper.component";
|
17
18
|
/**
|
18
19
|
* Represents a string-filter cell component.
|
19
20
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
@@ -58,7 +59,7 @@ export class StringFilterCellComponent extends StringFilterComponent {
|
|
58
59
|
}
|
59
60
|
}
|
60
61
|
StringFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
61
|
-
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
62
|
+
StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StringFilterCellComponent, isStandalone: true, selector: "kendo-treelist-string-filter-cell", inputs: { filterDelay: "filterDelay", showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
62
63
|
<kendo-treelist-filter-wrapper-cell
|
63
64
|
[column]="column"
|
64
65
|
[filter]="filter"
|
@@ -73,7 +74,7 @@ StringFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
73
74
|
[filterDelay]="filterDelay"
|
74
75
|
[ngModel]="currentFilter?.value" />
|
75
76
|
</kendo-treelist-filter-wrapper-cell>
|
76
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type:
|
77
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
77
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StringFilterCellComponent, decorators: [{
|
78
79
|
type: Component,
|
79
80
|
args: [{
|
@@ -93,7 +94,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
93
94
|
[filterDelay]="filterDelay"
|
94
95
|
[ngModel]="currentFilter?.value" />
|
95
96
|
</kendo-treelist-filter-wrapper-cell>
|
96
|
-
|
97
|
+
`,
|
98
|
+
standalone: true,
|
99
|
+
imports: [FilterCellWrapperComponent, ReactiveFormsModule, FocusableDirective, FilterInputDirective, FormsModule]
|
97
100
|
}]
|
98
101
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { filterDelay: [{
|
99
102
|
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", column: "column", 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", column: "column", 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
|
@@ -3,12 +3,12 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, HostBinding, Input } from '@angular/core';
|
6
|
+
import { NgFor } from '@angular/common';
|
6
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
|
+
import { LogicalCellDirective } from '../navigation/logical-cell.directive';
|
9
|
+
import { FilterCellComponent } from './cell/filter-cell.component';
|
7
10
|
import * as i0 from "@angular/core";
|
8
11
|
import * as i1 from "@progress/kendo-angular-l10n";
|
9
|
-
import * as i2 from "@angular/common";
|
10
|
-
import * as i3 from "../navigation/logical-cell.directive";
|
11
|
-
import * as i4 from "./cell/filter-cell.component";
|
12
12
|
/**
|
13
13
|
* @hidden
|
14
14
|
*/
|
@@ -24,7 +24,7 @@ export class FilterRowComponent {
|
|
24
24
|
}
|
25
25
|
}
|
26
26
|
FilterRowComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
27
|
-
FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
27
|
+
FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterRowComponent, isStandalone: true, selector: "[kendoTreeListFilterRow]", inputs: { columns: "columns", filter: "filter", logicalRowIndex: "logicalRowIndex", lockedColumnsCount: "lockedColumnsCount" }, host: { properties: { "class.k-filter-row": "this.filterRowClass" } }, ngImport: i0, template: `
|
28
28
|
<td *ngFor="let column of columns; let columnIndex = index" role="gridcell"
|
29
29
|
[attr.aria-label]="filterLabel"
|
30
30
|
kendoTreeListFilterCell
|
@@ -37,7 +37,7 @@ FilterRowComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ver
|
|
37
37
|
[column]="getColumnComponent(column)"
|
38
38
|
[colIndex]="columnIndex"
|
39
39
|
></td>
|
40
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
40
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: ["column", "filter"] }, { kind: "directive", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: ["logicalColIndex", "logicalRowIndex", "logicalSlaveCell", "column", "colIndex", "colSpan", "rowSpan", "dataRowIndex", "dataItem", "expandable"] }] });
|
41
41
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterRowComponent, decorators: [{
|
42
42
|
type: Component,
|
43
43
|
args: [{
|
@@ -55,7 +55,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
55
55
|
[column]="getColumnComponent(column)"
|
56
56
|
[colIndex]="columnIndex"
|
57
57
|
></td>
|
58
|
-
|
58
|
+
`,
|
59
|
+
standalone: true,
|
60
|
+
imports: [NgFor, FilterCellComponent, LogicalCellDirective]
|
59
61
|
}]
|
60
62
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { columns: [{
|
61
63
|
type: Input
|
@@ -3,15 +3,15 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input, HostBinding, ViewChild, ElementRef, Renderer2 } from '@angular/core';
|
6
|
+
import { NgFor } from '@angular/common';
|
7
|
+
import { guid } from '@progress/kendo-angular-common';
|
8
|
+
import { RadioButtonDirective } from '@progress/kendo-angular-inputs';
|
6
9
|
import { FilterService } from '../filter.service';
|
7
10
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
11
|
import { BooleanFilterComponent } from '../boolean-filter.component';
|
9
|
-
import { guid } from '@progress/kendo-angular-common';
|
10
12
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
13
|
import * as i0 from "@angular/core";
|
12
14
|
import * as i1 from "@progress/kendo-angular-l10n";
|
13
|
-
import * as i2 from "@angular/common";
|
14
|
-
import * as i3 from "@progress/kendo-angular-inputs";
|
15
15
|
/**
|
16
16
|
* Represents a Boolean-filter menu component. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
17
17
|
*
|
@@ -79,7 +79,7 @@ export class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
79
79
|
}
|
80
80
|
}
|
81
81
|
BooleanFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, deps: [{ token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
82
|
-
BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
82
|
+
BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-menu", inputs: { filter: "filter", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, viewQueries: [{ propertyName: "inputElem", first: true, predicate: ["inputElem"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
83
83
|
<ul class="k-radio-list k-reset">
|
84
84
|
<li *ngFor="let item of items">
|
85
85
|
<input #inputElem type="radio"
|
@@ -92,7 +92,7 @@ BooleanFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
92
92
|
<label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
|
93
93
|
</li>
|
94
94
|
</ul>
|
95
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
95
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: RadioButtonDirective, selector: "input[kendoRadioButton]", inputs: ["size"] }] });
|
96
96
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterMenuComponent, decorators: [{
|
97
97
|
type: Component,
|
98
98
|
args: [{
|
@@ -110,7 +110,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
110
110
|
<label class="k-radio-label" [attr.for]="radioId(item.value)">{{item.text}}</label>
|
111
111
|
</li>
|
112
112
|
</ul>
|
113
|
-
|
113
|
+
`,
|
114
|
+
standalone: true,
|
115
|
+
imports: [NgFor, RadioButtonDirective]
|
114
116
|
}]
|
115
117
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
116
118
|
type: HostBinding,
|
@@ -3,15 +3,15 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input } from '@angular/core';
|
6
|
+
import { filter } from 'rxjs/operators';
|
7
|
+
import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
6
8
|
import { ColumnComponent } from "../../columns/column.component";
|
7
9
|
import { FilterService } from '../filter.service';
|
8
10
|
import { SinglePopupService } from '../../common/single-popup.service';
|
9
|
-
import {
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
12
|
+
import { FilterMenuInputWrapperComponent } from './filter-menu-input-wrapper.component';
|
10
13
|
import * as i0 from "@angular/core";
|
11
14
|
import * as i1 from "../../common/single-popup.service";
|
12
|
-
import * as i2 from "@progress/kendo-angular-dateinputs";
|
13
|
-
import * as i3 from "../filter-input.directive";
|
14
|
-
import * as i4 from "./filter-menu-input-wrapper.component";
|
15
15
|
/**
|
16
16
|
* @hidden
|
17
17
|
*/
|
@@ -32,7 +32,7 @@ export class DateFilterMenuInputComponent {
|
|
32
32
|
}
|
33
33
|
}
|
34
34
|
DateFilterMenuInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, deps: [{ token: i1.SinglePopupService }], target: i0.ɵɵFactoryTarget.Component });
|
35
|
-
DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
|
35
|
+
DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuInputComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu-input", inputs: { operators: "operators", column: "column", filter: "filter", operator: "operator", currentFilter: "currentFilter", filterService: "filterService", format: "format", formatPlaceholder: "formatPlaceholder", placeholder: "placeholder", min: "min", max: "max", activeView: "activeView", bottomView: "bottomView", topView: "topView", weekNumber: "weekNumber" }, ngImport: i0, template: `
|
36
36
|
<kendo-treelist-filter-menu-input-wrapper
|
37
37
|
[column]="column"
|
38
38
|
[filter]="filter"
|
@@ -59,7 +59,7 @@ DateFilterMenuInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
59
59
|
>
|
60
60
|
</kendo-datepicker>
|
61
61
|
</kendo-treelist-filter-menu-input-wrapper>
|
62
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
62
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterMenuInputWrapperComponent, selector: "kendo-treelist-filter-menu-input-wrapper", inputs: ["filterService", "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", "column", "value"] }] });
|
63
63
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuInputComponent, decorators: [{
|
64
64
|
type: Component,
|
65
65
|
args: [{
|
@@ -91,7 +91,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
91
91
|
>
|
92
92
|
</kendo-datepicker>
|
93
93
|
</kendo-treelist-filter-menu-input-wrapper>
|
94
|
-
|
94
|
+
`,
|
95
|
+
standalone: true,
|
96
|
+
imports: [FilterMenuInputWrapperComponent, DatePickerComponent, FilterInputDirective]
|
95
97
|
}]
|
96
98
|
}], ctorParameters: function () { return [{ type: i1.SinglePopupService }]; }, propDecorators: { operators: [{
|
97
99
|
type: Input
|
@@ -3,16 +3,16 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input, HostBinding } from '@angular/core';
|
6
|
+
import { NgIf } from '@angular/common';
|
7
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
|
+
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
6
9
|
import { ColumnComponent } from "../../columns/column.component";
|
7
10
|
import { FilterService } from '../filter.service';
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
9
11
|
import { DateFilterComponent } from '../date-filter.component';
|
10
12
|
import { setFilter, logicOperators } from '../base-filter-cell.component';
|
13
|
+
import { DateFilterMenuInputComponent } from './date-filter-menu-input.component';
|
11
14
|
import * as i0 from "@angular/core";
|
12
15
|
import * as i1 from "@progress/kendo-angular-l10n";
|
13
|
-
import * as i2 from "@angular/common";
|
14
|
-
import * as i3 from "@progress/kendo-angular-dropdowns";
|
15
|
-
import * as i4 from "./date-filter-menu-input.component";
|
16
16
|
/**
|
17
17
|
* Represents a date-filter menu component. [See example](slug:filter_menu_treelist#toc-built-in-filter-menu-components).
|
18
18
|
*
|
@@ -65,7 +65,7 @@ export class DateFilterMenuComponent extends DateFilterComponent {
|
|
65
65
|
}
|
66
66
|
}
|
67
67
|
DateFilterMenuComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
68
|
-
DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
68
|
+
DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterMenuComponent, isStandalone: true, selector: "kendo-treelist-date-filter-menu", inputs: { column: "column", filter: "filter", extra: "extra", filterService: "filterService" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
69
69
|
<kendo-treelist-date-filter-menu-input
|
70
70
|
[currentFilter]="firstFilter"
|
71
71
|
[operators]="operators"
|
@@ -111,7 +111,7 @@ DateFilterMenuComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
111
111
|
[weekNumber]="weekNumber"
|
112
112
|
>
|
113
113
|
</kendo-treelist-date-filter-menu-input>
|
114
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
114
|
+
`, isInline: true, dependencies: [{ kind: "component", type: DateFilterMenuInputComponent, selector: "kendo-treelist-date-filter-menu-input", inputs: ["operators", "column", "filter", "operator", "currentFilter", "filterService", "format", "formatPlaceholder", "placeholder", "min", "max", "activeView", "bottomView", "topView", "weekNumber"] }, { 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"] }] });
|
115
115
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterMenuComponent, decorators: [{
|
116
116
|
type: Component,
|
117
117
|
args: [{
|
@@ -162,7 +162,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
162
162
|
[weekNumber]="weekNumber"
|
163
163
|
>
|
164
164
|
</kendo-treelist-date-filter-menu-input>
|
165
|
-
|
165
|
+
`,
|
166
|
+
standalone: true,
|
167
|
+
imports: [DateFilterMenuInputComponent, NgIf, DropDownListComponent]
|
166
168
|
}]
|
167
169
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
168
170
|
type: HostBinding,
|
@@ -3,18 +3,19 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, Input, SkipSelf, Output, EventEmitter, ChangeDetectorRef } from '@angular/core';
|
6
|
+
import { NgSwitch, NgSwitchCase, NgIf, NgTemplateOutlet, NgClass } from '@angular/common';
|
7
|
+
import { ReactiveFormsModule, FormsModule } from '@angular/forms';
|
6
8
|
import { ColumnComponent } from "../../columns/column.component";
|
7
9
|
import { FilterService } from "../filter.service";
|
8
10
|
import { removeFilter, filtersByField } from "../base-filter-cell.component";
|
9
11
|
import { isPresent, isNullOrEmptyString } from "../../utils";
|
10
12
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
11
13
|
import { cloneFilters } from '../../common/filter-descriptor-differ';
|
14
|
+
import { FilterMenuHostDirective } from './filter-menu-host.directive';
|
12
15
|
import * as i0 from "@angular/core";
|
13
16
|
import * as i1 from "../filter.service";
|
14
17
|
import * as i2 from "@progress/kendo-angular-l10n";
|
15
|
-
import * as i3 from "@angular/
|
16
|
-
import * as i4 from "@angular/forms";
|
17
|
-
import * as i5 from "./filter-menu-host.directive";
|
18
|
+
import * as i3 from "@angular/forms";
|
18
19
|
const isNoValueOperator = operator => (operator === "isnull"
|
19
20
|
|| operator === "isnotnull"
|
20
21
|
|| operator === "isempty"
|
@@ -130,7 +131,7 @@ export class FilterMenuContainerComponent {
|
|
130
131
|
}
|
131
132
|
}
|
132
133
|
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.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
133
|
-
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
|
134
|
+
FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuContainerComponent, isStandalone: true, selector: "kendo-treelist-filter-menu-container", inputs: { column: "column", filter: "filter", actionsClass: "actionsClass" }, outputs: { close: "close" }, providers: [FilterService], ngImport: i0, template: `
|
134
135
|
<form (submit)="submit()" (reset)="reset()"
|
135
136
|
class="k-filter-menu">
|
136
137
|
<div class="k-filter-menu-container">
|
@@ -167,7 +168,7 @@ FilterMenuContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
167
168
|
</div>
|
168
169
|
</div>
|
169
170
|
</form>
|
170
|
-
`, isInline: true, dependencies: [{ kind: "
|
171
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i3.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i3.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.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"] }, { 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"] }] });
|
171
172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuContainerComponent, decorators: [{
|
172
173
|
type: Component,
|
173
174
|
args: [{
|
@@ -210,7 +211,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
210
211
|
</div>
|
211
212
|
</div>
|
212
213
|
</form>
|
213
|
-
|
214
|
+
`,
|
215
|
+
standalone: true,
|
216
|
+
imports: [ReactiveFormsModule, FormsModule, NgSwitch, NgSwitchCase, FilterMenuHostDirective, NgIf, NgTemplateOutlet, NgClass]
|
214
217
|
}]
|
215
218
|
}], ctorParameters: function () { return [{ type: i1.FilterService, decorators: [{
|
216
219
|
type: SkipSelf
|
@@ -28,11 +28,12 @@ export class FilterMenuHostDirective extends FilterHostDirective {
|
|
28
28
|
}
|
29
29
|
}
|
30
30
|
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 });
|
31
|
-
FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService" }, usesInheritance: true, ngImport: i0 });
|
31
|
+
FilterMenuHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterMenuHostDirective, isStandalone: true, selector: "[kendoFilterMenuHost]", inputs: { filterService: "filterService" }, usesInheritance: true, ngImport: i0 });
|
32
32
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterMenuHostDirective, decorators: [{
|
33
33
|
type: Directive,
|
34
34
|
args: [{
|
35
|
-
selector: '[kendoFilterMenuHost]'
|
35
|
+
selector: '[kendoFilterMenuHost]',
|
36
|
+
standalone: true
|
36
37
|
}]
|
37
38
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; }, propDecorators: { filterService: [{
|
38
39
|
type: Input
|