@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +21 -21
- 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 +3 -3
- 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
@@ -3,14 +3,14 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, ElementRef, Renderer2, NgZone, HostBinding, Input } from '@angular/core';
|
6
|
+
import { NgIf, NgClass } from '@angular/common';
|
7
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
6
8
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
9
|
import { EditService } from './edit.service';
|
8
10
|
import { BaseCommandDirective } from './base-command.directive';
|
9
11
|
import * as i0 from "@angular/core";
|
10
12
|
import * as i1 from "./edit.service";
|
11
13
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@angular/common";
|
13
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `save` command of the TreeList. You can apply this directive to any `button`
|
16
16
|
* element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
|
@@ -45,7 +45,7 @@ export class SaveCommandDirective extends BaseCommandDirective {
|
|
45
45
|
}
|
46
46
|
}
|
47
47
|
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
48
|
-
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
48
|
+
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: SaveCommandDirective, isStandalone: true, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
49
49
|
<kendo-icon-wrapper
|
50
50
|
*ngIf="icon || svgIcon"
|
51
51
|
innerCssClass="k-button-icon"
|
@@ -56,7 +56,7 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
56
56
|
</span>
|
57
57
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
58
58
|
<span class="k-button-text"><ng-content></ng-content></span>
|
59
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
59
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
60
60
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
61
61
|
type: Component,
|
62
62
|
args: [{
|
@@ -72,7 +72,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
72
72
|
</span>
|
73
73
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
74
74
|
<span class="k-button-text"><ng-content></ng-content></span>
|
75
|
-
|
75
|
+
`,
|
76
|
+
standalone: true,
|
77
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
76
78
|
}]
|
77
79
|
}], ctorParameters: function () { return [{ type: i1.EditService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { cellContext: [{
|
78
80
|
type: Input,
|
@@ -60,12 +60,13 @@ export class InCellEditingDirective extends EditingDirectiveBase {
|
|
60
60
|
}
|
61
61
|
}
|
62
62
|
InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
63
|
-
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
|
63
|
+
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: InCellEditingDirective, isStandalone: true, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
|
64
64
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: InCellEditingDirective, decorators: [{
|
65
65
|
type: Directive,
|
66
66
|
args: [{
|
67
67
|
exportAs: 'kendoTreeListInCellEditing',
|
68
|
-
selector: '[kendoTreeListInCellEditing]'
|
68
|
+
selector: '[kendoTreeListInCellEditing]',
|
69
|
+
standalone: true
|
69
70
|
}]
|
70
71
|
}], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createFormGroup: [{
|
71
72
|
type: Input,
|
@@ -32,12 +32,13 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
|
32
32
|
}
|
33
33
|
}
|
34
34
|
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
35
|
-
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
|
35
|
+
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ReactiveEditingDirective, isStandalone: true, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
|
36
36
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
|
37
37
|
type: Directive,
|
38
38
|
args: [{
|
39
39
|
exportAs: 'kendoTreeListReactiveEditing',
|
40
|
-
selector: '[kendoTreeListReactiveEditing]'
|
40
|
+
selector: '[kendoTreeListReactiveEditing]',
|
41
|
+
standalone: true
|
41
42
|
}]
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createFormGroup: [{
|
43
44
|
type: Input,
|
@@ -38,12 +38,13 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
|
|
38
38
|
}
|
39
39
|
}
|
40
40
|
TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
41
|
-
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
|
41
|
+
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TemplateEditingDirective, isStandalone: true, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
|
42
42
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TemplateEditingDirective, decorators: [{
|
43
43
|
type: Directive,
|
44
44
|
args: [{
|
45
45
|
exportAs: 'kendoTreeListTemplateEditing',
|
46
|
-
selector: '[kendoTreeListTemplateEditing]'
|
46
|
+
selector: '[kendoTreeListTemplateEditing]',
|
47
|
+
standalone: true
|
47
48
|
}]
|
48
49
|
}], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { createNewItem: [{
|
49
50
|
type: Input,
|
@@ -3,14 +3,14 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, HostListener, HostBinding, ElementRef, Renderer2 as Renderer, NgZone } from '@angular/core';
|
6
|
+
import { NgIf, NgClass } from '@angular/common';
|
6
7
|
import { Button } from '@progress/kendo-angular-buttons';
|
7
8
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
9
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
8
10
|
import { ExcelService } from './excel.service';
|
9
11
|
import * as i0 from "@angular/core";
|
10
12
|
import * as i1 from "./excel.service";
|
11
13
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@angular/common";
|
13
|
-
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `export-to-Excel` command of the TreeList. You can apply this
|
16
16
|
* directive to any `button` element inside a
|
@@ -50,7 +50,7 @@ export class ExcelCommandDirective extends Button {
|
|
50
50
|
}
|
51
51
|
}
|
52
52
|
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
53
|
-
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
53
|
+
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelCommandDirective, isStandalone: true, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
54
54
|
<kendo-icon-wrapper
|
55
55
|
*ngIf="icon || svgIcon"
|
56
56
|
innerCssClass="k-button-icon"
|
@@ -61,7 +61,7 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
61
61
|
</span>
|
62
62
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
63
63
|
<span class="k-button-text"><ng-content></ng-content></span>
|
64
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
64
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
65
65
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelCommandDirective, decorators: [{
|
66
66
|
type: Component,
|
67
67
|
args: [{
|
@@ -77,7 +77,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
77
77
|
</span>
|
78
78
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
79
79
|
<span class="k-button-text"><ng-content></ng-content></span>
|
80
|
-
|
80
|
+
`,
|
81
|
+
standalone: true,
|
82
|
+
imports: [NgIf, IconWrapperComponent, NgClass]
|
81
83
|
}]
|
82
84
|
}], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { onClick: [{
|
83
85
|
type: HostListener,
|
@@ -186,12 +186,13 @@ export class ExcelComponent {
|
|
186
186
|
}
|
187
187
|
}
|
188
188
|
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
189
|
-
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
189
|
+
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ExcelComponent, isStandalone: true, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
190
190
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelComponent, decorators: [{
|
191
191
|
type: Component,
|
192
192
|
args: [{
|
193
193
|
selector: 'kendo-treelist-excel',
|
194
|
-
template:
|
194
|
+
template: ``,
|
195
|
+
standalone: true
|
195
196
|
}]
|
196
197
|
}], ctorParameters: function () { return [{ type: i1.ExcelService }, { type: i2.LocalizationService }, { type: i0.NgZone }]; }, propDecorators: { fileName: [{
|
197
198
|
type: Input
|
@@ -3,12 +3,13 @@
|
|
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 {
|
7
|
-
import {
|
8
|
-
import { ExcelExportModule } from '@progress/kendo-angular-excel-export';
|
9
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
6
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
7
|
+
import { EXCEL_EXPORTS } from '../directives';
|
10
8
|
import * as i0 from "@angular/core";
|
11
|
-
|
9
|
+
import * as i1 from "./excel.component";
|
10
|
+
import * as i2 from "./excel-command.directive";
|
11
|
+
import * as i3 from "@progress/kendo-angular-excel-export";
|
12
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
12
13
|
/**
|
13
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
14
15
|
* definition for the Excel component of the TreeList.
|
@@ -31,13 +32,13 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
|
|
31
32
|
export class ExcelModule {
|
32
33
|
}
|
33
34
|
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
34
|
-
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule,
|
35
|
-
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [
|
35
|
+
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelExportComponent, i3.ColumnComponent, i3.ColumnGroupComponent, i3.FooterTemplateDirective, i3.GroupFooterTemplateDirective, i3.GroupHeaderColumnTemplateDirective, i3.GroupHeaderTemplateDirective], exports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelExportComponent, i3.ColumnComponent, i3.ColumnGroupComponent, i3.FooterTemplateDirective, i3.GroupFooterTemplateDirective, i3.GroupHeaderColumnTemplateDirective, i3.GroupHeaderTemplateDirective] });
|
36
|
+
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, providers: [IconsService], imports: [i1.ExcelComponent, i2.ExcelCommandDirective, i3.ExcelExportComponent, i3.ColumnComponent, i3.ColumnGroupComponent] });
|
36
37
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExcelModule, decorators: [{
|
37
38
|
type: NgModule,
|
38
39
|
args: [{
|
39
|
-
|
40
|
-
|
41
|
-
|
40
|
+
imports: [...EXCEL_EXPORTS],
|
41
|
+
exports: [...EXCEL_EXPORTS],
|
42
|
+
providers: [IconsService]
|
42
43
|
}]
|
43
44
|
}] });
|
@@ -93,12 +93,13 @@ export class ExpandableDirective {
|
|
93
93
|
}
|
94
94
|
}
|
95
95
|
ExpandableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
96
|
-
ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandableDirective, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
|
96
|
+
ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ExpandableDirective, isStandalone: true, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
|
97
97
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ExpandableDirective, decorators: [{
|
98
98
|
type: Directive,
|
99
99
|
args: [{
|
100
100
|
exportAs: 'kendoTreeListExpandable',
|
101
|
-
selector: '[kendoTreeListExpandable]'
|
101
|
+
selector: '[kendoTreeListExpandable]',
|
102
|
+
standalone: true
|
102
103
|
}]
|
103
104
|
}], ctorParameters: function () { return [{ type: i1.ExpandableTreeComponent }]; }, propDecorators: { expandedKeysChange: [{
|
104
105
|
type: Output
|
@@ -4,18 +4,18 @@
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
// eslint-disable no-access-missing-member
|
6
6
|
import { Component, Input } from '@angular/core';
|
7
|
+
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
8
|
+
import { AutoCompleteComponent } from '@progress/kendo-angular-dropdowns';
|
7
9
|
import { ColumnComponent } from '../../columns/column.component';
|
8
10
|
import { FilterService } from '../filter.service';
|
9
11
|
import { BaseFilterCellComponent, localizeOperators } from '../base-filter-cell.component';
|
10
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
11
12
|
import { replaceMessagePlaceholder } from '../../utils';
|
13
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
14
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
12
15
|
import * as i0 from "@angular/core";
|
13
16
|
import * as i1 from "../filter.service";
|
14
17
|
import * as i2 from "../../columns/column.component";
|
15
18
|
import * as i3 from "@progress/kendo-angular-l10n";
|
16
|
-
import * as i4 from "@progress/kendo-angular-dropdowns";
|
17
|
-
import * as i5 from "../filter-input.directive";
|
18
|
-
import * as i6 from "./filter-cell-wrapper.component";
|
19
19
|
const stringOperators = localizeOperators({
|
20
20
|
"filterContainsOperator": "contains",
|
21
21
|
"filterNotContainsOperator": "doesnotcontain",
|
@@ -61,7 +61,7 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
61
61
|
}
|
62
62
|
}
|
63
63
|
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
64
|
-
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
64
|
+
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AutoCompleteFilterCellComponent, isStandalone: true, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
65
65
|
<kendo-treelist-filter-wrapper-cell
|
66
66
|
[column]="column"
|
67
67
|
[filter]="filter"
|
@@ -75,7 +75,7 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
75
75
|
[value]="currentFilter?.value">
|
76
76
|
</kendo-autocomplete>
|
77
77
|
</kendo-treelist-filter-wrapper-cell>
|
78
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
78
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { kind: "component", type: AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
79
79
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
80
80
|
type: Component,
|
81
81
|
args: [{
|
@@ -94,7 +94,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
94
94
|
[value]="currentFilter?.value">
|
95
95
|
</kendo-autocomplete>
|
96
96
|
</kendo-treelist-filter-wrapper-cell>
|
97
|
-
|
97
|
+
`,
|
98
|
+
standalone: true,
|
99
|
+
imports: [FilterCellWrapperComponent, AutoCompleteComponent, FilterInputDirective]
|
98
100
|
}]
|
99
101
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.ColumnComponent }, { type: i3.LocalizationService }]; }, propDecorators: { showOperators: [{
|
100
102
|
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, ChangeDetectorRef } from '@angular/core';
|
6
|
-
import { FilterService } from '../filter.service';
|
7
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
+
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
8
|
+
import { FilterService } from '../filter.service';
|
8
9
|
import { BooleanFilterComponent } from '../boolean-filter.component';
|
9
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
12
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
10
13
|
import * as i0 from "@angular/core";
|
11
14
|
import * as i1 from "../filter.service";
|
12
15
|
import * as i2 from "@progress/kendo-angular-l10n";
|
13
|
-
import * as i3 from "@progress/kendo-angular-dropdowns";
|
14
|
-
import * as i4 from "../filter-input.directive";
|
15
|
-
import * as i5 from "./filter-cell-wrapper.component";
|
16
16
|
/**
|
17
17
|
* Represents a Boolean filter-cell component.
|
18
18
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
@@ -54,7 +54,7 @@ export class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
54
54
|
}
|
55
55
|
}
|
56
56
|
BooleanFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
57
|
-
BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
57
|
+
BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: BooleanFilterCellComponent, isStandalone: true, selector: "kendo-treelist-boolean-filter-cell", usesInheritance: true, ngImport: i0, template: `
|
58
58
|
<kendo-treelist-filter-wrapper-cell
|
59
59
|
[column]="column"
|
60
60
|
[filter]="filter"
|
@@ -72,7 +72,7 @@ BooleanFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
72
72
|
[value]="currentFilter?.value">
|
73
73
|
</kendo-dropdownlist>
|
74
74
|
</kendo-treelist-filter-wrapper-cell>
|
75
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
75
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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: FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }] });
|
76
76
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: BooleanFilterCellComponent, decorators: [{
|
77
77
|
type: Component,
|
78
78
|
args: [{
|
@@ -95,6 +95,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
95
95
|
[value]="currentFilter?.value">
|
96
96
|
</kendo-dropdownlist>
|
97
97
|
</kendo-treelist-filter-wrapper-cell>
|
98
|
-
|
98
|
+
`,
|
99
|
+
standalone: true,
|
100
|
+
imports: [FilterCellWrapperComponent, DropDownListComponent, FilterInputDirective]
|
99
101
|
}]
|
100
102
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }, { type: i0.ChangeDetectorRef }]; } });
|
@@ -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 } from '@angular/core';
|
6
|
-
import { FilterService } from '../filter.service';
|
7
6
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
7
|
+
import { DatePickerComponent } from '@progress/kendo-angular-dateinputs';
|
8
|
+
import { FilterService } from '../filter.service';
|
8
9
|
import { DateFilterComponent } from '../date-filter.component';
|
9
10
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
|
+
import { FilterInputDirective } from '../filter-input.directive';
|
12
|
+
import { FilterCellWrapperComponent } from './filter-cell-wrapper.component';
|
10
13
|
import * as i0 from "@angular/core";
|
11
14
|
import * as i1 from "../filter.service";
|
12
15
|
import * as i2 from "@progress/kendo-angular-l10n";
|
13
|
-
import * as i3 from "@progress/kendo-angular-dateinputs";
|
14
|
-
import * as i4 from "../filter-input.directive";
|
15
|
-
import * as i5 from "./filter-cell-wrapper.component";
|
16
16
|
/**
|
17
17
|
* Represents a date-filter cell component.
|
18
18
|
* See the article about the [built-in filter components](slug:filter_row_treelist#toc-built-in-filter-row-components).
|
@@ -50,7 +50,7 @@ export class DateFilterCellComponent extends DateFilterComponent {
|
|
50
50
|
}
|
51
51
|
}
|
52
52
|
DateFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
53
|
-
DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
53
|
+
DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DateFilterCellComponent, isStandalone: true, selector: "kendo-treelist-date-filter-cell", inputs: { showOperators: "showOperators" }, usesInheritance: true, ngImport: i0, template: `
|
54
54
|
<kendo-treelist-filter-wrapper-cell
|
55
55
|
[column]="column"
|
56
56
|
[filter]="filter"
|
@@ -74,7 +74,7 @@ DateFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0"
|
|
74
74
|
>
|
75
75
|
</kendo-datepicker>
|
76
76
|
</kendo-treelist-filter-wrapper-cell>
|
77
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
77
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }, { 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"] }] });
|
78
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DateFilterCellComponent, decorators: [{
|
79
79
|
type: Component,
|
80
80
|
args: [{
|
@@ -103,7 +103,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
103
103
|
>
|
104
104
|
</kendo-datepicker>
|
105
105
|
</kendo-treelist-filter-wrapper-cell>
|
106
|
-
|
106
|
+
`,
|
107
|
+
standalone: true,
|
108
|
+
imports: [FilterCellWrapperComponent, DatePickerComponent, FilterInputDirective]
|
107
109
|
}]
|
108
110
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { showOperators: [{
|
109
111
|
type: Input
|
@@ -23,10 +23,11 @@ export class FilterCellHostDirective extends FilterHostDirective {
|
|
23
23
|
}
|
24
24
|
}
|
25
25
|
FilterCellHostDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, deps: [{ token: i0.ViewContainerRef }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive });
|
26
|
-
FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
26
|
+
FilterCellHostDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellHostDirective, isStandalone: true, selector: "[kendoFilterCellHost]", usesInheritance: true, ngImport: i0 });
|
27
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellHostDirective, decorators: [{
|
28
28
|
type: Directive,
|
29
29
|
args: [{
|
30
|
-
selector: '[kendoFilterCellHost]'
|
30
|
+
selector: '[kendoFilterCellHost]',
|
31
|
+
standalone: true
|
31
32
|
}]
|
32
33
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }, { type: i0.ComponentFactoryResolver }]; } });
|
@@ -3,18 +3,17 @@
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
5
5
|
import { Component, EventEmitter, HostBinding, Input, Output, ViewChild } from '@angular/core';
|
6
|
+
import { NgIf } from '@angular/common';
|
6
7
|
import { Keys } from '@progress/kendo-angular-common';
|
7
8
|
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
8
9
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
9
10
|
import { filterClearIcon, filterIcon } from '@progress/kendo-svg-icons';
|
11
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
10
12
|
import { replaceMessagePlaceholder } from '../../utils';
|
11
13
|
import { ColumnComponent } from '../../columns/column.component';
|
14
|
+
import { FocusableDirective } from '../../navigation/focusable.directive';
|
12
15
|
import * as i0 from "@angular/core";
|
13
16
|
import * as i1 from "@progress/kendo-angular-l10n";
|
14
|
-
import * as i2 from "@angular/common";
|
15
|
-
import * as i3 from "@progress/kendo-angular-dropdowns";
|
16
|
-
import * as i4 from "../../navigation/focusable.directive";
|
17
|
-
import * as i5 from "@progress/kendo-angular-buttons";
|
18
17
|
/**
|
19
18
|
* Represents a component which accommodates the filter operators.
|
20
19
|
*
|
@@ -125,7 +124,7 @@ export class FilterCellOperatorsComponent {
|
|
125
124
|
}
|
126
125
|
}
|
127
126
|
FilterCellOperatorsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
128
|
-
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
127
|
+
FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellOperatorsComponent, isStandalone: true, selector: "kendo-treelist-filter-cell-operators", inputs: { operators: "operators", showButton: "showButton", showOperators: "showOperators", value: "value", column: "column" }, outputs: { valueChange: "valueChange", clear: "clear" }, host: { properties: { "class.k-filtercell-operator": "this.hostClasses" } }, viewQueries: [{ propertyName: "dropdown", first: true, predicate: ["dropdown"], descendants: true }], ngImport: i0, template: `
|
129
128
|
<kendo-dropdownlist
|
130
129
|
#dropdown
|
131
130
|
*ngIf="showOperators"
|
@@ -153,7 +152,7 @@ FilterCellOperatorsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14
|
|
153
152
|
(click)="clearClick()"
|
154
153
|
(keydown)="clearKeydown($event)">
|
155
154
|
</button>
|
156
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
155
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "directive", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: ["kendoTreeListFocusable", "enabled", "kendoTreeListAddCommand", "kendoTreeListEditCommand", "kendoTreeListRemoveCommand", "kendoTreeListSaveCommand", "kendoTreeListCancelCommand"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
157
156
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellOperatorsComponent, decorators: [{
|
158
157
|
type: Component,
|
159
158
|
args: [{
|
@@ -186,7 +185,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
186
185
|
(click)="clearClick()"
|
187
186
|
(keydown)="clearKeydown($event)">
|
188
187
|
</button>
|
189
|
-
|
188
|
+
`,
|
189
|
+
standalone: true,
|
190
|
+
imports: [NgIf, DropDownListComponent, FocusableDirective, ButtonComponent]
|
190
191
|
}]
|
191
192
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
192
193
|
type: HostBinding,
|
@@ -18,11 +18,12 @@ export class FilterCellTemplateDirective {
|
|
18
18
|
}
|
19
19
|
}
|
20
20
|
FilterCellTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
21
|
-
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
|
21
|
+
FilterCellTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoTreeListFilterCellTemplate]", ngImport: i0 });
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
23
23
|
type: Directive,
|
24
24
|
args: [{
|
25
|
-
selector: '[kendoTreeListFilterCellTemplate]'
|
25
|
+
selector: '[kendoTreeListFilterCellTemplate]',
|
26
|
+
standalone: true
|
26
27
|
}]
|
27
28
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
28
29
|
type: Optional
|
@@ -6,9 +6,9 @@ import { Component, Input, HostBinding } from '@angular/core';
|
|
6
6
|
import { FilterService } from '../filter.service';
|
7
7
|
import { isPresent, isNullOrEmptyString } from '../../utils';
|
8
8
|
import { FilterInputWrapperComponent } from "../filter-input-wrapper.component";
|
9
|
+
import { FilterCellOperatorsComponent } from './filter-cell-operators.component';
|
9
10
|
import * as i0 from "@angular/core";
|
10
11
|
import * as i1 from "../filter.service";
|
11
|
-
import * as i2 from "./filter-cell-operators.component";
|
12
12
|
const EMPTY_FILTER_OPERATORS = ['isnull', 'isnotnull', 'isempty', 'isnotempty'];
|
13
13
|
/**
|
14
14
|
* @hidden
|
@@ -34,7 +34,7 @@ export class FilterCellWrapperComponent extends FilterInputWrapperComponent {
|
|
34
34
|
}
|
35
35
|
}
|
36
36
|
FilterCellWrapperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
|
37
|
-
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
37
|
+
FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellWrapperComponent, isStandalone: true, selector: "kendo-treelist-filter-wrapper-cell", inputs: { showOperators: "showOperators" }, host: { properties: { "class.k-filtercell-wrapper": "this.hostClasses", "class.k-filtercell": "this.overrideBaseClasses" } }, usesInheritance: true, ngImport: i0, template: `
|
38
38
|
<ng-content></ng-content>
|
39
39
|
<kendo-treelist-filter-cell-operators
|
40
40
|
[showOperators]="showOperators"
|
@@ -44,7 +44,7 @@ FilterCellWrapperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0
|
|
44
44
|
[showButton]="showButton"
|
45
45
|
[(value)]="currentOperator">
|
46
46
|
</kendo-treelist-filter-cell-operators>
|
47
|
-
`, isInline: true, dependencies: [{ kind: "component", type:
|
47
|
+
`, isInline: true, dependencies: [{ kind: "component", type: FilterCellOperatorsComponent, selector: "kendo-treelist-filter-cell-operators", inputs: ["operators", "showButton", "showOperators", "value", "column"], outputs: ["valueChange", "clear"] }] });
|
48
48
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellWrapperComponent, decorators: [{
|
49
49
|
type: Component,
|
50
50
|
args: [{
|
@@ -59,7 +59,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
59
59
|
[showButton]="showButton"
|
60
60
|
[(value)]="currentOperator">
|
61
61
|
</kendo-treelist-filter-cell-operators>
|
62
|
-
|
62
|
+
`,
|
63
|
+
standalone: true,
|
64
|
+
imports: [FilterCellOperatorsComponent]
|
63
65
|
}]
|
64
66
|
}], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
|
65
67
|
type: HostBinding,
|
@@ -3,14 +3,14 @@
|
|
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 { NgIf, NgSwitch, NgSwitchCase, NgTemplateOutlet } from '@angular/common';
|
6
7
|
import { ColumnComponent } from '../../columns/column.component';
|
7
8
|
import { cloneFilters } from '../../common/filter-descriptor-differ';
|
8
9
|
import { FocusGroup } from '../../navigation/focus-group';
|
9
10
|
import { isNullOrEmptyString, isPresent } from '../../utils';
|
11
|
+
import { FilterCellHostDirective } from './filter-cell-host.directive';
|
10
12
|
import * as i0 from "@angular/core";
|
11
13
|
import * as i1 from "../../navigation/focus-group";
|
12
|
-
import * as i2 from "@angular/common";
|
13
|
-
import * as i3 from "./filter-cell-host.directive";
|
14
14
|
/**
|
15
15
|
* @hidden
|
16
16
|
*/
|
@@ -40,7 +40,7 @@ export class FilterCellComponent {
|
|
40
40
|
}
|
41
41
|
}
|
42
42
|
FilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, deps: [{ token: i1.FocusGroup }], target: i0.ɵɵFactoryTarget.Component });
|
43
|
-
FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
|
43
|
+
FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: FilterCellComponent, isStandalone: true, selector: "[kendoTreeListFilterCell]", inputs: { column: "column", filter: "filter" }, ngImport: i0, template: `
|
44
44
|
<ng-container *ngIf="isFilterable">
|
45
45
|
<ng-container [ngSwitch]="hasTemplate">
|
46
46
|
<ng-container *ngSwitchCase="false">
|
@@ -55,7 +55,7 @@ FilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
55
55
|
</ng-container>
|
56
56
|
</ng-container>
|
57
57
|
</ng-container>
|
58
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
58
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "directive", type: FilterCellHostDirective, selector: "[kendoFilterCellHost]" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
59
59
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FilterCellComponent, decorators: [{
|
60
60
|
type: Component,
|
61
61
|
args: [{
|
@@ -75,7 +75,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
75
75
|
</ng-container>
|
76
76
|
</ng-container>
|
77
77
|
</ng-container>
|
78
|
-
|
78
|
+
`,
|
79
|
+
standalone: true,
|
80
|
+
imports: [NgIf, NgSwitch, NgSwitchCase, FilterCellHostDirective, NgTemplateOutlet]
|
79
81
|
}]
|
80
82
|
}], ctorParameters: function () { return [{ type: i1.FocusGroup }]; }, propDecorators: { column: [{
|
81
83
|
type: Input
|