@progress/kendo-angular-treelist 16.5.0 → 16.6.0-develop.2
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
@@ -15,7 +15,7 @@ export class EqualFilterOperatorComponent extends FilterOperatorBase {
|
|
15
15
|
constructor(localization) { super("eq", localization); }
|
16
16
|
}
|
17
17
|
EqualFilterOperatorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: EqualFilterOperatorComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
18
|
-
EqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EqualFilterOperatorComponent, selector: "kendo-treelist-filter-eq-operator", providers: [
|
18
|
+
EqualFilterOperatorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: EqualFilterOperatorComponent, isStandalone: true, selector: "kendo-treelist-filter-eq-operator", providers: [
|
19
19
|
{
|
20
20
|
provide: FilterOperatorBase,
|
21
21
|
useExisting: forwardRef(() => EqualFilterOperatorComponent)
|
@@ -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-eq-operator',
|
34
|
-
template:
|
34
|
+
template: ``,
|
35
|
+
standalone: true
|
35
36
|
}]
|
36
37
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
@@ -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,98 @@
|
|
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 {
|
9
|
-
import {
|
10
|
-
import {
|
11
|
-
import {
|
12
|
-
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';
|
6
|
+
import { SHARED_FILTER_EXPORTS } from '../directives';
|
7
|
+
import { 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, DecadeViewService, MonthViewService, NavigationService, WeekNamesService, YearViewService } from '@progress/kendo-angular-dateinputs';
|
34
12
|
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
|
-
|
13
|
+
import * as i1 from "./cell/filter-cell-operators.component";
|
14
|
+
import * as i2 from "./operators/contains-filter-operator.component";
|
15
|
+
import * as i3 from "./operators/not-contains-filter-operator.component";
|
16
|
+
import * as i4 from "./operators/ends-with-filter-operator.component";
|
17
|
+
import * as i5 from "./operators/eq-filter-operator.component";
|
18
|
+
import * as i6 from "./operators/is-empty-filter-operator.component";
|
19
|
+
import * as i7 from "./operators/is-not-empty-filter-operator.component";
|
20
|
+
import * as i8 from "./operators/is-not-null-filter-operator.component";
|
21
|
+
import * as i9 from "./operators/isnull-filter-operator.component";
|
22
|
+
import * as i10 from "./operators/neq-filter-operator.component";
|
23
|
+
import * as i11 from "./operators/starts-with-filter-operator.component";
|
24
|
+
import * as i12 from "./operators/gt-filter-operator.component";
|
25
|
+
import * as i13 from "./operators/gte-filter-operator.component";
|
26
|
+
import * as i14 from "./operators/lt-filter-operator.component";
|
27
|
+
import * as i15 from "./operators/lte-filter-operator.component";
|
28
|
+
import * as i16 from "./operators/after-filter-operator.component";
|
29
|
+
import * as i17 from "./operators/after-eq-filter-operator.component";
|
30
|
+
import * as i18 from "./operators/before-eq-filter-operator.component";
|
31
|
+
import * as i19 from "./operators/before-filter-operator.component";
|
32
|
+
import * as i20 from "./filter-input.directive";
|
33
|
+
import * as i21 from "@progress/kendo-angular-dropdowns";
|
34
|
+
import * as i22 from "@progress/kendo-angular-common";
|
35
|
+
import * as i23 from "@progress/kendo-angular-inputs";
|
36
|
+
import * as i24 from "@progress/kendo-angular-dateinputs";
|
37
|
+
import * as i25 from "@progress/kendo-angular-popup";
|
38
|
+
import * as i26 from "../columns/column.component";
|
39
|
+
import * as i27 from "../columns/column-group.component";
|
40
|
+
import * as i28 from "../navigation/logical-cell.directive";
|
41
|
+
import * as i29 from "../navigation/logical-row.directive";
|
42
|
+
import * as i30 from "../navigation/focusable.directive";
|
43
|
+
import * as i31 from "../rendering/common/col-group.component";
|
44
|
+
import * as i32 from "../layout/resizable.directive";
|
45
|
+
import * as i33 from "../rendering/common/field-accessor.pipe";
|
46
|
+
import * as i34 from "../columns/span-column.component";
|
47
|
+
import * as i35 from "../column-resizing/table.directive";
|
48
|
+
import * as i36 from "../rendering/common/loading.component";
|
49
|
+
import * as i37 from "../columns/checkbox-column.component";
|
50
|
+
import * as i38 from "../columns/rowreorder-column.component";
|
51
|
+
import * as i39 from "@progress/kendo-angular-icons";
|
52
|
+
import * as i40 from "@progress/kendo-angular-buttons";
|
53
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
71
54
|
/**
|
72
55
|
* @hidden
|
56
|
+
* @deprecated
|
73
57
|
*/
|
74
58
|
export class SharedFilterModule {
|
75
|
-
static exports() {
|
76
|
-
return [
|
77
|
-
...FILTER_OPERATORS
|
78
|
-
];
|
79
|
-
}
|
80
59
|
}
|
81
60
|
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] });
|
61
|
+
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.DropDownListComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.ValueTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i22.SuffixTemplateDirective, i22.PrefixTemplateDirective, i23.TextBoxDirective, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxSuffixTemplateDirective, i23.TextBoxPrefixTemplateDirective, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i22.PrefixTemplateDirective, i22.SuffixTemplateDirective, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaDirective, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.CheckBoxDirective, i23.RadioButtonComponent, i23.RadioButtonDirective, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RatingComponent, i23.RatingItemTemplateDirective, i23.RatingHoveredItemTemplateDirective, i23.RatingSelectedItemTemplateDirective, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i24.CellTemplateDirective, i24.CenturyCellTemplateDirective, i24.DecadeCellTemplateDirective, i24.FooterTemplateDirective, i24.HeaderTemplateDirective, i24.HeaderTitleTemplateDirective, i24.MonthCellTemplateDirective, i24.NavigationItemTemplateDirective, i24.WeekNumberCellTemplateDirective, i24.YearCellTemplateDirective, i24.NavigationItemTemplateDirective, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i28.LogicalCellDirective, i29.LogicalRowDirective, i30.FocusableDirective, i31.ColGroupComponent, i32.ResizableContainerDirective, i22.TemplateContextDirective, i33.FieldAccessorPipe, i34.SpanColumnComponent, i35.TableDirective, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i22.DraggableDirective, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent], 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.DropDownListComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.ValueTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.FixedGroupTemplateDirective, i21.FooterTemplateDirective, i21.GroupTemplateDirective, i21.HeaderTemplateDirective, i21.ItemTemplateDirective, i21.NoDataTemplateDirective, i21.FilterDirective, i21.CustomMessagesComponent, i22.SuffixTemplateDirective, i22.PrefixTemplateDirective, i23.TextBoxDirective, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxSuffixTemplateDirective, i23.TextBoxPrefixTemplateDirective, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i22.PrefixTemplateDirective, i22.SuffixTemplateDirective, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaDirective, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.CheckBoxDirective, i23.RadioButtonComponent, i23.RadioButtonDirective, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.LabelTemplateDirective, i23.RatingComponent, i23.RatingItemTemplateDirective, i23.RatingHoveredItemTemplateDirective, i23.RatingSelectedItemTemplateDirective, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i24.CellTemplateDirective, i24.CenturyCellTemplateDirective, i24.DecadeCellTemplateDirective, i24.FooterTemplateDirective, i24.HeaderTemplateDirective, i24.HeaderTitleTemplateDirective, i24.MonthCellTemplateDirective, i24.NavigationItemTemplateDirective, i24.WeekNumberCellTemplateDirective, i24.YearCellTemplateDirective, i24.NavigationItemTemplateDirective, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i28.LogicalCellDirective, i29.LogicalRowDirective, i30.FocusableDirective, i31.ColGroupComponent, i32.ResizableContainerDirective, i22.TemplateContextDirective, i33.FieldAccessorPipe, i34.SpanColumnComponent, i35.TableDirective, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i22.DraggableDirective, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent] });
|
62
|
+
SharedFilterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, providers: [
|
63
|
+
PopupService,
|
64
|
+
ResizeBatchService,
|
65
|
+
IconsService,
|
66
|
+
DialogContainerService,
|
67
|
+
DialogService,
|
68
|
+
WindowService,
|
69
|
+
WindowContainerService,
|
70
|
+
CalendarDOMService,
|
71
|
+
CenturyViewService,
|
72
|
+
DecadeViewService,
|
73
|
+
MonthViewService,
|
74
|
+
YearViewService,
|
75
|
+
WeekNamesService,
|
76
|
+
NavigationService
|
77
|
+
], 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.DropDownListComponent, i21.CustomMessagesComponent, i21.AutoCompleteComponent, i21.CustomMessagesComponent, i23.TextBoxComponent, i23.InputSeparatorComponent, i23.TextBoxCustomMessagesComponent, i23.NumericTextBoxComponent, i23.NumericTextBoxCustomMessagesComponent, i23.MaskedTextBoxComponent, i23.TextAreaComponent, i23.TextAreaPrefixComponent, i23.TextAreaSuffixComponent, i23.CheckBoxComponent, i23.RadioButtonComponent, i23.SwitchComponent, i23.SwitchCustomMessagesComponent, i23.FormFieldComponent, i23.HintComponent, i23.ErrorComponent, i23.SliderComponent, i23.SliderCustomMessagesComponent, i23.RangeSliderComponent, i23.RangeSliderCustomMessagesComponent, i23.RatingComponent, i23.SignatureComponent, i23.SignatureCustomMessagesComponent, i23.ColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.FlatColorPickerComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorGradientComponent, i23.ColorPickerCustomMessagesComponent, i23.ColorPaletteComponent, i23.ColorPickerCustomMessagesComponent, i24.DatePickerCustomMessagesComponent, i24.DatePickerComponent, i25.PopupComponent, i26.ColumnComponent, i27.ColumnGroupComponent, i31.ColGroupComponent, i34.SpanColumnComponent, i36.LoadingComponent, i1.FilterCellOperatorsComponent, i37.CheckboxColumnComponent, i38.RowReorderColumnComponent, i39.IconComponent, i39.SVGIconComponent, i40.ButtonComponent] });
|
147
78
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedFilterModule, decorators: [{
|
148
79
|
type: NgModule,
|
149
80
|
args: [{
|
150
|
-
|
151
|
-
|
152
|
-
|
81
|
+
exports: [...SHARED_FILTER_EXPORTS],
|
82
|
+
imports: [...SHARED_FILTER_EXPORTS],
|
83
|
+
providers: [
|
84
|
+
PopupService,
|
85
|
+
ResizeBatchService,
|
86
|
+
IconsService,
|
87
|
+
DialogContainerService,
|
88
|
+
DialogService,
|
89
|
+
WindowService,
|
90
|
+
WindowContainerService,
|
91
|
+
CalendarDOMService,
|
92
|
+
CenturyViewService,
|
93
|
+
DecadeViewService,
|
94
|
+
MonthViewService,
|
95
|
+
YearViewService,
|
96
|
+
WeekNamesService,
|
97
|
+
NavigationService
|
98
|
+
]
|
153
99
|
}]
|
154
100
|
}] });
|
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
|