@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE.txt +12 -19
- package/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 +164 -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/column-resizing.service.mjs +5 -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 +291 -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 +10 -9
- 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 +51 -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 +53 -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 +78 -135
- 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 +77 -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 +24 -73
- package/esm2020/treelist.component.mjs +21 -21
- package/esm2020/treelist.module.mjs +144 -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 +13907 -14111
- package/fesm2020/progress-kendo-angular-treelist.mjs +13856 -14060
- 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 +36 -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 +36 -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 +21 -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 +69 -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 +79 -71
- 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
@@ -15,7 +15,7 @@ export class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("gt", localization); }
|
16
16
|
}
|
17
17
|
GreaterFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
GreaterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterFilterOperatorComponent, selector: "kendo-treelist-filter-gt-operator", providers: [
|
18
|
+
GreaterFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gt-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => GreaterFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-gt-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase
|
|
15
15
|
constructor(localization) { super("gte", localization); }
|
16
16
|
}
|
17
17
|
GreaterOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: GreaterOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
GreaterOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-gte-operator", providers: [
|
18
|
+
GreaterOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: GreaterOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-gte-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => GreaterOrEqualToFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-gte-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("isempty", localization); }
|
16
16
|
}
|
17
17
|
IsEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
IsEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsEmptyFilterOperatorComponent, selector: "kendo-treelist-filter-isempty-operator", providers: [
|
18
|
+
IsEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isempty-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => IsEmptyFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-isempty-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("isnotempty", localization); }
|
16
16
|
}
|
17
17
|
IsNotEmptyFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotEmptyFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
IsNotEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotEmptyFilterOperatorComponent, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
|
18
|
+
IsNotEmptyFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotEmptyFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotempty-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => IsNotEmptyFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-isnotempty-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("isnotnull", localization); }
|
16
16
|
}
|
17
17
|
IsNotNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNotNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
|
18
|
+
IsNotNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNotNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnotnull-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => IsNotNullFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-isnotnull-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("isnull", localization); }
|
16
16
|
}
|
17
17
|
IsNullFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: IsNullFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNullFilterOperatorComponent, selector: "kendo-treelist-filter-isnull-operator", providers: [
|
18
|
+
IsNullFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: IsNullFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-isnull-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => IsNullFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-isnull-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class LessFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("lt", localization); }
|
16
16
|
}
|
17
17
|
LessFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessFilterOperatorComponent, selector: "kendo-treelist-filter-lt-operator", providers: [
|
18
|
+
LessFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lt-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => LessFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-lt-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("lte", localization); }
|
16
16
|
}
|
17
17
|
LessOrEqualToFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LessOrEqualToFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessOrEqualToFilterOperatorComponent, selector: "kendo-treelist-filter-lte-operator", providers: [
|
18
|
+
LessOrEqualToFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: LessOrEqualToFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-lte-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => LessOrEqualToFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-lte-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("neq", localization); }
|
16
16
|
}
|
17
17
|
NotEqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotEqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NotEqualFilterOperatorComponent, selector: "kendo-treelist-filter-neq-operator", providers: [
|
18
|
+
NotEqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: NotEqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-neq-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => NotEqualFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-neq-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("doesnotcontain", localization); }
|
16
16
|
}
|
17
17
|
DoesNotContainFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DoesNotContainFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DoesNotContainFilterOperatorComponent, selector: "kendo-treelist-filter-not-contains-operator", providers: [
|
18
|
+
DoesNotContainFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DoesNotContainFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-not-contains-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => DoesNotContainFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-not-contains-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -15,7 +15,7 @@ export class StartsWithFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("startswith", localization); }
|
16
16
|
}
|
17
17
|
StartsWithFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: StartsWithFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StartsWithFilterOperatorComponent, selector: "kendo-treelist-filter-startswith-operator", providers: [
|
18
|
+
StartsWithFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: StartsWithFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-startswith-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => StartsWithFilterOperatorComponent)
|
@@ -31,6 +31,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
31
31
|
}
|
32
32
|
],
|
33
33
|
selector: 'kendo-treelist-filter-startswith-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -3,152 +3,95 @@
|
|
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 {
|
6
|
+
import { SHARED_FILTER_EXPORTS } from '../directives';
|
7
|
+
import { PopupModule, PopupService } from '@progress/kendo-angular-popup';
|
8
|
+
import { ResizeBatchService } from '@progress/kendo-angular-common';
|
9
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
10
|
+
import { DialogContainerService, DialogService, WindowService, WindowContainerService } from '@progress/kendo-angular-dialog';
|
11
|
+
import { CalendarDOMService, CenturyViewService, DatePickerModule, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
12
|
+
import { AutoCompleteModule, DropDownListModule } from '@progress/kendo-angular-dropdowns';
|
9
13
|
import { InputsModule } from '@progress/kendo-angular-inputs';
|
10
|
-
import { DatePickerModule } from '@progress/kendo-angular-dateinputs';
|
11
|
-
import { PopupModule } from "@progress/kendo-angular-popup";
|
12
14
|
import { ButtonModule } from '@progress/kendo-angular-buttons';
|
13
|
-
import { SharedModule } from '../shared.module';
|
14
|
-
import { FilterCellOperatorsComponent } from './cell/filter-cell-operators.component';
|
15
|
-
import { FilterInputDirective } from './filter-input.directive';
|
16
|
-
import { ContainsFilterOperatorComponent } from './operators/contains-filter-operator.component';
|
17
|
-
import { DoesNotContainFilterOperatorComponent } from './operators/not-contains-filter-operator.component';
|
18
|
-
import { EndsWithFilterOperatorComponent } from './operators/ends-with-filter-operator.component';
|
19
|
-
import { EqualFilterOperatorComponent } from './operators/eq-filter-operator.component';
|
20
|
-
import { IsEmptyFilterOperatorComponent } from './operators/is-empty-filter-operator.component';
|
21
|
-
import { IsNotEmptyFilterOperatorComponent } from './operators/is-not-empty-filter-operator.component';
|
22
|
-
import { IsNotNullFilterOperatorComponent } from './operators/is-not-null-filter-operator.component';
|
23
|
-
import { IsNullFilterOperatorComponent } from './operators/isnull-filter-operator.component';
|
24
|
-
import { NotEqualFilterOperatorComponent } from './operators/neq-filter-operator.component';
|
25
|
-
import { StartsWithFilterOperatorComponent } from './operators/starts-with-filter-operator.component';
|
26
|
-
import { GreaterFilterOperatorComponent } from './operators/gt-filter-operator.component';
|
27
|
-
import { GreaterOrEqualToFilterOperatorComponent } from './operators/gte-filter-operator.component';
|
28
|
-
import { LessFilterOperatorComponent } from './operators/lt-filter-operator.component';
|
29
|
-
import { LessOrEqualToFilterOperatorComponent } from './operators/lte-filter-operator.component';
|
30
|
-
import { AfterFilterOperatorComponent } from './operators/after-filter-operator.component';
|
31
|
-
import { AfterEqFilterOperatorComponent } from './operators/after-eq-filter-operator.component';
|
32
|
-
import { BeforeEqFilterOperatorComponent } from './operators/before-eq-filter-operator.component';
|
33
|
-
import { BeforeFilterOperatorComponent } from './operators/before-filter-operator.component';
|
34
15
|
import * as i0 from "@angular/core";
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
];
|
16
|
+
import * as i1 from "./cell/filter-cell-operators.component";
|
17
|
+
import * as i2 from "./operators/contains-filter-operator.component";
|
18
|
+
import * as i3 from "./operators/not-contains-filter-operator.component";
|
19
|
+
import * as i4 from "./operators/ends-with-filter-operator.component";
|
20
|
+
import * as i5 from "./operators/eq-filter-operator.component";
|
21
|
+
import * as i6 from "./operators/is-empty-filter-operator.component";
|
22
|
+
import * as i7 from "./operators/is-not-empty-filter-operator.component";
|
23
|
+
import * as i8 from "./operators/is-not-null-filter-operator.component";
|
24
|
+
import * as i9 from "./operators/isnull-filter-operator.component";
|
25
|
+
import * as i10 from "./operators/neq-filter-operator.component";
|
26
|
+
import * as i11 from "./operators/starts-with-filter-operator.component";
|
27
|
+
import * as i12 from "./operators/gt-filter-operator.component";
|
28
|
+
import * as i13 from "./operators/gte-filter-operator.component";
|
29
|
+
import * as i14 from "./operators/lt-filter-operator.component";
|
30
|
+
import * as i15 from "./operators/lte-filter-operator.component";
|
31
|
+
import * as i16 from "./operators/after-filter-operator.component";
|
32
|
+
import * as i17 from "./operators/after-eq-filter-operator.component";
|
33
|
+
import * as i18 from "./operators/before-eq-filter-operator.component";
|
34
|
+
import * as i19 from "./operators/before-filter-operator.component";
|
35
|
+
import * as i20 from "./filter-input.directive";
|
36
|
+
import * as i21 from "../columns/column.component";
|
37
|
+
import * as i22 from "../columns/column-group.component";
|
38
|
+
import * as i23 from "../navigation/logical-cell.directive";
|
39
|
+
import * as i24 from "../navigation/logical-row.directive";
|
40
|
+
import * as i25 from "../navigation/focusable.directive";
|
41
|
+
import * as i26 from "../rendering/common/col-group.component";
|
42
|
+
import * as i27 from "../layout/resizable.directive";
|
43
|
+
import * as i28 from "@progress/kendo-angular-common";
|
44
|
+
import * as i29 from "../rendering/common/field-accessor.pipe";
|
45
|
+
import * as i30 from "../columns/span-column.component";
|
46
|
+
import * as i31 from "../column-resizing/table.directive";
|
47
|
+
import * as i32 from "../rendering/common/loading.component";
|
48
|
+
import * as i33 from "../columns/checkbox-column.component";
|
49
|
+
import * as i34 from "../columns/rowreorder-column.component";
|
50
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
71
51
|
/**
|
72
52
|
* @hidden
|
53
|
+
* @deprecated
|
73
54
|
*/
|
74
55
|
export class SharedFilterModule {
|
75
|
-
static exports() {
|
76
|
-
return [
|
77
|
-
...FILTER_OPERATORS
|
78
|
-
];
|
79
|
-
}
|
80
56
|
}
|
81
57
|
SharedFilterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
82
|
-
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule,
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
BeforeEqFilterOperatorComponent,
|
100
|
-
BeforeFilterOperatorComponent, FilterInputDirective], imports: [CommonModule,
|
101
|
-
ReactiveFormsModule,
|
102
|
-
FormsModule,
|
103
|
-
DropDownListModule,
|
104
|
-
AutoCompleteModule,
|
105
|
-
InputsModule,
|
106
|
-
DatePickerModule,
|
107
|
-
PopupModule,
|
108
|
-
SharedModule,
|
109
|
-
ButtonModule], exports: [FilterCellOperatorsComponent,
|
110
|
-
ContainsFilterOperatorComponent,
|
111
|
-
DoesNotContainFilterOperatorComponent,
|
112
|
-
EndsWithFilterOperatorComponent,
|
113
|
-
EqualFilterOperatorComponent,
|
114
|
-
IsEmptyFilterOperatorComponent,
|
115
|
-
IsNotEmptyFilterOperatorComponent,
|
116
|
-
IsNotNullFilterOperatorComponent,
|
117
|
-
IsNullFilterOperatorComponent,
|
118
|
-
NotEqualFilterOperatorComponent,
|
119
|
-
StartsWithFilterOperatorComponent,
|
120
|
-
GreaterFilterOperatorComponent,
|
121
|
-
GreaterOrEqualToFilterOperatorComponent,
|
122
|
-
LessFilterOperatorComponent,
|
123
|
-
LessOrEqualToFilterOperatorComponent,
|
124
|
-
AfterFilterOperatorComponent,
|
125
|
-
AfterEqFilterOperatorComponent,
|
126
|
-
BeforeEqFilterOperatorComponent,
|
127
|
-
BeforeFilterOperatorComponent, CommonModule,
|
128
|
-
ReactiveFormsModule,
|
129
|
-
FormsModule,
|
130
|
-
DropDownListModule,
|
131
|
-
AutoCompleteModule,
|
132
|
-
InputsModule,
|
133
|
-
DatePickerModule,
|
134
|
-
PopupModule,
|
135
|
-
SharedModule,
|
136
|
-
ButtonModule, FilterInputDirective] });
|
137
|
-
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [importedModules, CommonModule,
|
138
|
-
ReactiveFormsModule,
|
139
|
-
FormsModule,
|
140
|
-
DropDownListModule,
|
141
|
-
AutoCompleteModule,
|
142
|
-
InputsModule,
|
143
|
-
DatePickerModule,
|
144
|
-
PopupModule,
|
145
|
-
SharedModule,
|
146
|
-
ButtonModule] });
|
58
|
+
SharedFilterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.TableDirective, i32.LoadingComponent, i1.FilterCellOperatorsComponent, i33.CheckboxColumnComponent, i34.RowReorderColumnComponent], exports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i20.FilterInputDirective, i21.ColumnComponent, i22.ColumnGroupComponent, i23.LogicalCellDirective, i24.LogicalRowDirective, i25.FocusableDirective, i26.ColGroupComponent, i27.ResizableContainerDirective, i28.TemplateContextDirective, i29.FieldAccessorPipe, i30.SpanColumnComponent, i31.TableDirective, i32.LoadingComponent, i1.FilterCellOperatorsComponent, i33.CheckboxColumnComponent, i34.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
59
|
+
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
60
|
+
PopupService,
|
61
|
+
ResizeBatchService,
|
62
|
+
IconsService,
|
63
|
+
DialogContainerService,
|
64
|
+
DialogService,
|
65
|
+
WindowService,
|
66
|
+
WindowContainerService,
|
67
|
+
CalendarDOMService,
|
68
|
+
CenturyViewService,
|
69
|
+
DecadeViewService,
|
70
|
+
MonthViewService,
|
71
|
+
YearViewService,
|
72
|
+
WeekNamesService,
|
73
|
+
NavigationService
|
74
|
+
], imports: [i1.FilterCellOperatorsComponent, i2.ContainsFilterOperatorComponent, i3.DoesNotContainFilterOperatorComponent, i4.EndsWithFilterOperatorComponent, i5.EqualFilterOperatorComponent, i6.IsEmptyFilterOperatorComponent, i7.IsNotEmptyFilterOperatorComponent, i8.IsNotNullFilterOperatorComponent, i9.IsNullFilterOperatorComponent, i10.NotEqualFilterOperatorComponent, i11.StartsWithFilterOperatorComponent, i12.GreaterFilterOperatorComponent, i13.GreaterOrEqualToFilterOperatorComponent, i14.LessFilterOperatorComponent, i15.LessOrEqualToFilterOperatorComponent, i16.AfterFilterOperatorComponent, i17.AfterEqFilterOperatorComponent, i18.BeforeEqFilterOperatorComponent, i19.BeforeFilterOperatorComponent, i21.ColumnComponent, i22.ColumnGroupComponent, i26.ColGroupComponent, i30.SpanColumnComponent, i32.LoadingComponent, i1.FilterCellOperatorsComponent, i33.CheckboxColumnComponent, i34.RowReorderColumnComponent, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule] });
|
147
75
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
148
76
|
type: NgModule,
|
149
77
|
args: [{
|
150
|
-
|
151
|
-
|
152
|
-
|
78
|
+
exports: [...SHARED_FILTER_EXPORTS, DropDownListModule, AutoCompleteModule, InputsModule, DatePickerModule, PopupModule, ButtonModule],
|
79
|
+
imports: [...SHARED_FILTER_EXPORTS],
|
80
|
+
providers: [
|
81
|
+
PopupService,
|
82
|
+
ResizeBatchService,
|
83
|
+
IconsService,
|
84
|
+
DialogContainerService,
|
85
|
+
DialogService,
|
86
|
+
WindowService,
|
87
|
+
WindowContainerService,
|
88
|
+
CalendarDOMService,
|
89
|
+
CenturyViewService,
|
90
|
+
DecadeViewService,
|
91
|
+
MonthViewService,
|
92
|
+
YearViewService,
|
93
|
+
WeekNamesService,
|
94
|
+
NavigationService
|
95
|
+
]
|
153
96
|
}]
|
154
97
|
}] });
|
package/esm2020/index.mjs
CHANGED
@@ -22,7 +22,6 @@ export { HeaderTemplateDirective } from './rendering/header/header-template.dire
|
|
22
22
|
export { FooterTemplateDirective } from './rendering/footer-template.directive';
|
23
23
|
export { PagerTemplateDirective } from './pager/pager-template.directive';
|
24
24
|
export { ResizableContainerDirective } from './layout/resizable.directive';
|
25
|
-
export { TemplateContextDirective } from './rendering/common/template-context.directive';
|
26
25
|
export { NoRecordsTemplateDirective } from './rendering/no-records-template.directive';
|
27
26
|
export { FilterService } from './filtering/filter.service';
|
28
27
|
export { RowReorderService } from './row-reordering/row-reorder.service';
|
@@ -151,3 +150,5 @@ export { FieldAccessorPipe } from './rendering/common/field-accessor.pipe';
|
|
151
150
|
export { TableDirective } from './column-resizing/table.directive';
|
152
151
|
export { LevelItemsPipe } from './rendering/common/level-items.pipe';
|
153
152
|
export { BaseCommandDirective } from './editing/base-command.directive';
|
153
|
+
export { ColumnResizingService } from './column-resizing/column-resizing.service';
|
154
|
+
export * from './directives';
|
@@ -62,11 +62,12 @@ export class ResizableContainerDirective {
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
ResizableContainerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizableContainerDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ResizeService }, { token: i2.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
65
|
-
ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
65
|
+
ResizableContainerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ResizableContainerDirective, isStandalone: true, selector: "[kendoTreeListResizableContainer]", inputs: { lockedWidth: "lockedWidth", kendoTreeListResizableContainer: "kendoTreeListResizableContainer" }, ngImport: i0 });
|
66
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ResizableContainerDirective, decorators: [{
|
67
67
|
type: Directive,
|
68
68
|
args: [{
|
69
|
-
selector: '[kendoTreeListResizableContainer]'
|
69
|
+
selector: '[kendoTreeListResizableContainer]',
|
70
|
+
standalone: true
|
70
71
|
}]
|
71
72
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ResizeService }, { type: i2.ContextService }]; }, propDecorators: { lockedWidth: [{
|
72
73
|
type: Input,
|
@@ -21,7 +21,7 @@ export class CustomMessagesComponent extends Messages {
|
|
21
21
|
}
|
22
22
|
}
|
23
23
|
CustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
24
|
-
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, selector: "kendo-treelist-messages", providers: [
|
24
|
+
CustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treelist-messages", providers: [
|
25
25
|
{
|
26
26
|
provide: Messages,
|
27
27
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
@@ -37,6 +37,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
37
37
|
}
|
38
38
|
],
|
39
39
|
selector: 'kendo-treelist-messages',
|
40
|
-
template:
|
40
|
+
template: ``,
|
41
|
+
standalone: true
|
41
42
|
}]
|
42
43
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -17,7 +17,7 @@ export class LocalizedMessagesDirective extends Messages {
|
|
17
17
|
}
|
18
18
|
}
|
19
19
|
LocalizedMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
20
|
-
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
20
|
+
LocalizedMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeListLocalizedMessages]", providers: [
|
21
21
|
{
|
22
22
|
provide: Messages,
|
23
23
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
@@ -32,6 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
32
32
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
33
33
|
}
|
34
34
|
],
|
35
|
-
selector: '[kendoTreeListLocalizedMessages]'
|
35
|
+
selector: '[kendoTreeListLocalizedMessages]',
|
36
|
+
standalone: true
|
36
37
|
}]
|
37
38
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -128,7 +128,7 @@ export class FocusableDirective {
|
|
128
128
|
}
|
129
129
|
}
|
130
130
|
FocusableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.FocusGroup, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
131
|
-
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
|
131
|
+
FocusableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusableDirective, isStandalone: true, selector: "[kendoTreeListFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListCancelCommand]\n ", inputs: { cellContext: ["kendoTreeListFocusable", "cellContext"], enabled: "enabled", addCellContext: ["kendoTreeListAddCommand", "addCellContext"], editCellContext: ["kendoTreeListEditCommand", "editCellContext"], removeCellContext: ["kendoTreeListRemoveCommand", "removeCellContext"], saveCellContext: ["kendoTreeListSaveCommand", "saveCellContext"], cancelCellContext: ["kendoTreeListCancelCommand", "cancelCellContext"] }, ngImport: i0 });
|
132
132
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusableDirective, decorators: [{
|
133
133
|
type: Directive,
|
134
134
|
args: [{
|
@@ -138,7 +138,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
138
138
|
[kendoTreeListRemoveCommand],
|
139
139
|
[kendoTreeListSaveCommand],
|
140
140
|
[kendoTreeListCancelCommand]
|
141
|
-
|
141
|
+
`,
|
142
|
+
standalone: true
|
142
143
|
}]
|
143
144
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.FocusGroup, decorators: [{
|
144
145
|
type: Optional
|
@@ -126,7 +126,7 @@ export class LogicalCellDirective {
|
|
126
126
|
}
|
127
127
|
}
|
128
128
|
LogicalCellDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogicalCellDirective, deps: [{ token: i1.FocusGroup }, { token: i0.ElementRef }, { token: i2.ColumnInfoService }, { token: i3.IdService }, { token: i4.NavigationService }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
129
|
-
LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalCellDirective, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
|
129
|
+
LogicalCellDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalCellDirective, isStandalone: true, selector: "[kendoTreeListLogicalCell]", inputs: { logicalColIndex: "logicalColIndex", logicalRowIndex: "logicalRowIndex", logicalSlaveCell: "logicalSlaveCell", column: "column", colIndex: "colIndex", colSpan: "colSpan", rowSpan: "rowSpan", dataRowIndex: "dataRowIndex", dataItem: "dataItem", expandable: "expandable" }, host: { properties: { "attr.id": "this.id", "attr.aria-colindex": "this.ariaColIndex" } }, providers: [{
|
130
130
|
provide: FocusGroup,
|
131
131
|
deps: [FocusRoot],
|
132
132
|
useClass: FocusGroup
|
@@ -139,7 +139,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
139
139
|
deps: [FocusRoot],
|
140
140
|
useClass: FocusGroup
|
141
141
|
}],
|
142
|
-
selector: '[kendoTreeListLogicalCell]'
|
142
|
+
selector: '[kendoTreeListLogicalCell]',
|
143
|
+
standalone: true
|
143
144
|
}]
|
144
145
|
}], ctorParameters: function () { return [{ type: i1.FocusGroup }, { type: i0.ElementRef }, { type: i2.ColumnInfoService }, { type: i3.IdService }, { type: i4.NavigationService }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { logicalColIndex: [{
|
145
146
|
type: Input
|
@@ -88,11 +88,12 @@ export class LogicalRowDirective {
|
|
88
88
|
}
|
89
89
|
}
|
90
90
|
LogicalRowDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogicalRowDirective, deps: [{ token: i1.IdService }, { token: i2.NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
91
|
-
LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalRowDirective, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
|
91
|
+
LogicalRowDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LogicalRowDirective, isStandalone: true, selector: "[kendoTreeListLogicalRow]", inputs: { logicalRowIndex: "logicalRowIndex", logicalSlaveRow: "logicalSlaveRow", logicalCellsCount: "logicalCellsCount", logicalSlaveCellsCount: "logicalSlaveCellsCount", dataRowIndex: "dataRowIndex", dataItem: "dataItem", isNew: "isNew", totalColumns: "totalColumns" }, host: { properties: { "attr.role": "this.hostRole", "attr.aria-rowindex": "this.ariaRowIndex", "attr.data-kendo-treelist-row-index": "this.rowIndex", "attr.aria-owns": "this.ariaOwns", "class.k-table-row": "this.tableRowClass" } }, usesOnChanges: true, ngImport: i0 });
|
92
92
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LogicalRowDirective, decorators: [{
|
93
93
|
type: Directive,
|
94
94
|
args: [{
|
95
|
-
selector: '[kendoTreeListLogicalRow]'
|
95
|
+
selector: '[kendoTreeListLogicalRow]',
|
96
|
+
standalone: true
|
96
97
|
}]
|
97
98
|
}], ctorParameters: function () { return [{ type: i1.IdService }, { type: i2.NavigationService }]; }, propDecorators: { logicalRowIndex: [{
|
98
99
|
type: Input
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-treelist',
|
10
10
|
productName: 'Kendo UI for Angular',
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
12
|
-
publishDate:
|
13
|
-
version: '16.
|
12
|
+
publishDate: 1722607151,
|
13
|
+
version: '16.6.0-develop.10',
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
15
15
|
};
|
@@ -57,13 +57,14 @@ export class PagerInfoComponent extends PagerElementComponent {
|
|
57
57
|
}
|
58
58
|
}
|
59
59
|
PagerInfoComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInfoComponent, deps: [{ token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: i2.PagerContextService }], target: i0.ɵɵFactoryTarget.Component });
|
60
|
-
PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerInfoComponent, selector: "kendo-treelist-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
60
|
+
PagerInfoComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: PagerInfoComponent, isStandalone: true, selector: "kendo-treelist-pager-info", host: { properties: { "class.k-pager-info": "this.classes", "class.k-label": "this.classes" } }, usesInheritance: true, ngImport: i0, template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
61
61
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: PagerInfoComponent, decorators: [{
|
62
62
|
type: Component,
|
63
63
|
args: [{
|
64
64
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
65
65
|
selector: 'kendo-treelist-pager-info',
|
66
|
-
template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})
|
66
|
+
template: `{{textFor('pagerPage')}} {{currentPageText}} {{textFor('pagerOf')}} {{maxPage}} ({{allCount}} {{textFor('pagerItemsTotal')}})`,
|
67
|
+
standalone: true
|
67
68
|
}]
|
68
69
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: i2.PagerContextService }]; }, propDecorators: { classes: [{
|
69
70
|
type: HostBinding,
|