@progress/kendo-angular-treelist 16.0.0-develop.2 → 16.0.0-develop.4
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/base-binding.directive.d.ts +1 -1
- 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 +1 -1
- 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-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +1 -1
- package/column-menu/column-menu-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 +1 -1
- package/column-resizing/column-handle.directive.d.ts +1 -1
- package/column-resizing/table.directive.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +1 -1
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +1 -1
- package/columns/command-column.component.d.ts +1 -1
- package/columns/rowreorder-column.component.d.ts +1 -1
- package/columns/span-column.component.d.ts +1 -1
- 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/editing-directive-base.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/row-editing-directive-base.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/esm2020/binding-directives/base-binding.directive.mjs +3 -3
- package/esm2020/binding-directives/data-bound-tree-component.mjs +3 -3
- package/esm2020/binding-directives/flat-binding.directive.mjs +3 -3
- package/esm2020/binding-directives/hierarchy-binding.directive.mjs +3 -3
- package/esm2020/column-menu/column-chooser.component.mjs +4 -4
- package/esm2020/column-menu/column-list.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-chooser.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-filter.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-item-base.mjs +3 -3
- package/esm2020/column-menu/column-menu-item-content-template.directive.mjs +3 -3
- package/esm2020/column-menu/column-menu-item.component.mjs +6 -6
- package/esm2020/column-menu/column-menu-lock.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-sort.component.mjs +4 -4
- package/esm2020/column-menu/column-menu-template.directive.mjs +3 -3
- package/esm2020/column-menu/column-menu.component.mjs +10 -10
- package/esm2020/column-menu/column-menu.module.mjs +4 -4
- package/esm2020/column-menu/column-menu.service.mjs +3 -3
- package/esm2020/column-resizing/column-handle.directive.mjs +3 -3
- package/esm2020/column-resizing/column-resizing.service.mjs +3 -3
- package/esm2020/column-resizing/table.directive.mjs +3 -3
- package/esm2020/columns/checkbox-column.component.mjs +3 -3
- package/esm2020/columns/column-base.mjs +3 -3
- package/esm2020/columns/column-group.component.mjs +3 -3
- package/esm2020/columns/column.component.mjs +3 -3
- package/esm2020/columns/command-column.component.mjs +3 -3
- package/esm2020/columns/rowreorder-column.component.mjs +3 -3
- package/esm2020/columns/span-column.component.mjs +3 -3
- package/esm2020/common/column-info.service.mjs +3 -3
- package/esm2020/common/dom-events.service.mjs +3 -3
- package/esm2020/common/id.service.mjs +3 -3
- package/esm2020/common/option-changes.service.mjs +3 -3
- package/esm2020/common/provider.service.mjs +3 -3
- package/esm2020/common/single-popup.service.mjs +3 -3
- package/esm2020/data/change-notification.service.mjs +3 -3
- package/esm2020/dragdrop/column-reorder.service.mjs +3 -3
- package/esm2020/dragdrop/drag-and-drop.module.mjs +4 -4
- package/esm2020/dragdrop/drag-and-drop.service.mjs +3 -3
- package/esm2020/dragdrop/drag-hint.service.mjs +3 -3
- package/esm2020/dragdrop/draggable-column.directive.mjs +3 -3
- package/esm2020/dragdrop/drop-cue.service.mjs +3 -3
- package/esm2020/dragdrop/drop-target.directive.mjs +3 -3
- package/esm2020/editing/add-command.directive.mjs +6 -6
- package/esm2020/editing/base-command.directive.mjs +6 -6
- package/esm2020/editing/cancel-command.directive.mjs +6 -6
- package/esm2020/editing/edit-command.directive.mjs +6 -6
- package/esm2020/editing/edit-template.directive.mjs +3 -3
- package/esm2020/editing/edit.service.mjs +3 -3
- package/esm2020/editing/remove-command.directive.mjs +6 -6
- package/esm2020/editing/save-command.directive.mjs +6 -6
- package/esm2020/editing-directives/editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/in-cell-editing.directive.mjs +3 -3
- package/esm2020/editing-directives/reactive-editing.directive.mjs +3 -3
- package/esm2020/editing-directives/row-editing-directive-base.mjs +3 -3
- package/esm2020/editing-directives/template-editing.directive.mjs +3 -3
- package/esm2020/excel/excel-command.directive.mjs +6 -6
- package/esm2020/excel/excel.component.mjs +3 -3
- package/esm2020/excel/excel.module.mjs +4 -4
- package/esm2020/excel/excel.service.mjs +3 -3
- package/esm2020/expand-state/expand-state.service.mjs +3 -3
- package/esm2020/expand-state/expandable-tree-component.mjs +3 -3
- package/esm2020/expand-state/expandable.directive.mjs +3 -3
- package/esm2020/filtering/base-filter-cell.component.mjs +3 -3
- package/esm2020/filtering/boolean-filter.component.mjs +3 -3
- package/esm2020/filtering/cell/autocomplete-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/boolean-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/date-filter-cell.component.mjs +7 -7
- package/esm2020/filtering/cell/filter-cell-host.directive.mjs +3 -3
- package/esm2020/filtering/cell/filter-cell-operators.component.mjs +8 -8
- package/esm2020/filtering/cell/filter-cell-template.directive.mjs +3 -3
- package/esm2020/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
- package/esm2020/filtering/cell/filter-cell.component.mjs +4 -4
- package/esm2020/filtering/cell/numeric-filter-cell.component.mjs +8 -8
- package/esm2020/filtering/cell/row-filtering.module.mjs +4 -4
- package/esm2020/filtering/cell/string-filter-cell.component.mjs +8 -8
- package/esm2020/filtering/date-filter.component.mjs +3 -3
- package/esm2020/filtering/filter-host.directive.mjs +3 -3
- package/esm2020/filtering/filter-input-wrapper.component.mjs +3 -3
- package/esm2020/filtering/filter-input.directive.mjs +3 -3
- package/esm2020/filtering/filter-row.component.mjs +7 -7
- package/esm2020/filtering/filter.service.mjs +3 -3
- package/esm2020/filtering/menu/boolean-filter-menu.component.mjs +4 -4
- package/esm2020/filtering/menu/date-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/date-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/menu/filter-menu-container.component.mjs +6 -6
- package/esm2020/filtering/menu/filter-menu-host.directive.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
- package/esm2020/filtering/menu/filter-menu-template.directive.mjs +3 -3
- package/esm2020/filtering/menu/filter-menu.component.mjs +4 -4
- package/esm2020/filtering/menu/filter-menu.module.mjs +4 -4
- package/esm2020/filtering/menu/numeric-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/numeric-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/menu/string-filter-menu-input.component.mjs +7 -7
- package/esm2020/filtering/menu/string-filter-menu.component.mjs +6 -6
- package/esm2020/filtering/numeric-filter.component.mjs +3 -3
- package/esm2020/filtering/operators/after-eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/after-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/before-eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/before-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/contains-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/ends-with-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/eq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/filter-operator.base.mjs +3 -3
- package/esm2020/filtering/operators/gt-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/gte-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-empty-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-not-empty-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/is-not-null-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/isnull-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/lt-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/lte-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/neq-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/not-contains-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/operators/starts-with-filter-operator.component.mjs +3 -3
- package/esm2020/filtering/shared-filtering.module.mjs +4 -4
- package/esm2020/filtering/string-filter.component.mjs +3 -3
- package/esm2020/layout/browser-support.service.mjs +3 -3
- package/esm2020/layout/resizable.directive.mjs +3 -3
- package/esm2020/layout/resize.service.mjs +3 -3
- package/esm2020/layout/responsive.service.mjs +3 -3
- package/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/navigation/focus-group.mjs +3 -3
- package/esm2020/navigation/focus-root.mjs +3 -3
- package/esm2020/navigation/focusable.directive.mjs +3 -3
- package/esm2020/navigation/logical-cell.directive.mjs +3 -3
- package/esm2020/navigation/logical-row.directive.mjs +3 -3
- package/esm2020/navigation/navigation.service.mjs +27 -27
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/pager/pager-element.component.mjs +3 -3
- package/esm2020/pager/pager-info.component.mjs +3 -3
- package/esm2020/pager/pager-input.component.mjs +7 -7
- package/esm2020/pager/pager-next-buttons.component.mjs +4 -4
- package/esm2020/pager/pager-numeric-buttons.component.mjs +7 -7
- package/esm2020/pager/pager-page-sizes.component.mjs +6 -6
- package/esm2020/pager/pager-prev-buttons.component.mjs +4 -4
- package/esm2020/pager/pager-template.directive.mjs +3 -3
- package/esm2020/pager/pager.component.mjs +11 -11
- package/esm2020/pager/pager.module.mjs +4 -4
- package/esm2020/pdf/pdf-command.directive.mjs +6 -6
- package/esm2020/pdf/pdf-margin.component.mjs +3 -3
- package/esm2020/pdf/pdf-template.directive.mjs +3 -3
- package/esm2020/pdf/pdf.component.mjs +3 -3
- package/esm2020/pdf/pdf.module.mjs +4 -4
- package/esm2020/pdf/pdf.service.mjs +3 -3
- package/esm2020/rendering/body.module.mjs +4 -4
- package/esm2020/rendering/cell-template.directive.mjs +3 -3
- package/esm2020/rendering/cell.component.mjs +12 -12
- package/esm2020/rendering/common/col-group.component.mjs +4 -4
- package/esm2020/rendering/common/field-accessor.pipe.mjs +3 -3
- package/esm2020/rendering/common/level-items.pipe.mjs +3 -3
- package/esm2020/rendering/common/loading.component.mjs +3 -3
- package/esm2020/rendering/common/spacer.component.mjs +3 -3
- package/esm2020/rendering/common/template-context.directive.mjs +3 -3
- package/esm2020/rendering/footer-template.directive.mjs +3 -3
- package/esm2020/rendering/header/header-template.directive.mjs +3 -3
- package/esm2020/rendering/header/header.component.mjs +15 -15
- package/esm2020/rendering/header/header.module.mjs +4 -4
- package/esm2020/rendering/list.component.mjs +11 -11
- package/esm2020/rendering/no-records-template.directive.mjs +3 -3
- package/esm2020/rendering/table-body.component.mjs +9 -9
- package/esm2020/rendering/toolbar/toolbar-focusable.directive.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar-navigation.service.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar-template.directive.mjs +3 -3
- package/esm2020/rendering/toolbar/toolbar.component.mjs +4 -4
- package/esm2020/row-reordering/flat-reorder.service.mjs +3 -3
- package/esm2020/row-reordering/hierarchical-reorder.service.mjs +3 -3
- package/esm2020/row-reordering/row-reorder.service.mjs +3 -5
- package/esm2020/row-reordering/utils.mjs +0 -1
- package/esm2020/scrolling/scroll-request.service.mjs +3 -3
- package/esm2020/scrolling/scroll-sync.service.mjs +3 -3
- package/esm2020/scrolling/suspend.service.mjs +3 -3
- package/esm2020/selection/marquee.directive.mjs +3 -3
- package/esm2020/selection/selectable.directive.mjs +3 -3
- package/esm2020/selection/selection.service.mjs +3 -3
- package/esm2020/shared.module.mjs +4 -4
- package/esm2020/treelist.component.mjs +16 -16
- package/esm2020/treelist.module.mjs +13 -15
- package/excel/excel-command.directive.d.ts +1 -1
- package/excel/excel.component.d.ts +1 -1
- package/expand-state/expandable.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treelist.mjs +7935 -7940
- package/fesm2020/progress-kendo-angular-treelist.mjs +7959 -7964
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/boolean-filter.component.d.ts +1 -1
- package/filtering/cell/autocomplete-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +1 -1
- package/filtering/cell/filter-cell-host.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-operators.component.d.ts +1 -1
- package/filtering/cell/filter-cell-template.directive.d.ts +1 -1
- package/filtering/cell/filter-cell-wrapper.component.d.ts +1 -1
- package/filtering/cell/filter-cell.component.d.ts +1 -1
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +1 -1
- package/filtering/filter-host.directive.d.ts +1 -1
- package/filtering/filter-input-wrapper.component.d.ts +1 -1
- package/filtering/filter-input.directive.d.ts +1 -1
- package/filtering/filter-row.component.d.ts +1 -1
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/date-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +1 -1
- package/filtering/menu/filter-menu-host.directive.d.ts +1 -1
- package/filtering/menu/filter-menu-input-wrapper.component.d.ts +1 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/filter-menu.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/numeric-filter-menu.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu-input.component.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/numeric-filter.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/filter-operator.base.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/string-filter.component.d.ts +1 -1
- package/layout/resizable.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/localization/messages.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 +23 -24
- package/pager/pager-element.component.d.ts +1 -1
- package/pager/pager-info.component.d.ts +1 -1
- package/pager/pager-input.component.d.ts +1 -1
- package/pager/pager-next-buttons.component.d.ts +1 -1
- package/pager/pager-numeric-buttons.component.d.ts +1 -1
- package/pager/pager-page-sizes.component.d.ts +1 -1
- package/pager/pager-prev-buttons.component.d.ts +1 -1
- package/pager/pager-template.directive.d.ts +1 -1
- package/pager/pager.component.d.ts +1 -1
- 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/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/cell.component.d.ts +1 -1
- package/rendering/common/col-group.component.d.ts +1 -1
- package/rendering/common/field-accessor.pipe.d.ts +1 -1
- package/rendering/common/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/common/template-context.directive.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 +1 -1
- 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/treelist.component.d.ts +1 -1
- package/progress-kendo-angular-treelist.d.ts +0 -9
@@ -68,5 +68,5 @@ export declare abstract class BaseFilterCellComponent implements AfterContentIni
|
|
68
68
|
protected updateFilter(filter: FilterDescriptor): CompositeFilterDescriptor;
|
69
69
|
protected applyFilter(filter: CompositeFilterDescriptor): void;
|
70
70
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseFilterCellComponent, never>;
|
71
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseFilterCellComponent, never, never, { "operators": "operators"; }, {}, ["operatorList"]>;
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseFilterCellComponent, never, never, { "operators": "operators"; }, {}, ["operatorList"], never, false, never>;
|
72
72
|
}
|
@@ -58,5 +58,5 @@ export declare class BooleanFilterComponent extends BaseFilterCellComponent impl
|
|
58
58
|
ngOnDestroy(): void;
|
59
59
|
protected localizationChange(): void;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterComponent, never>;
|
61
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterComponent, never, never, { "column": "column"; "filter": "filter"; }, {}, never>;
|
61
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BooleanFilterComponent, never, never, { "column": "column"; "filter": "filter"; }, {}, never, never, false, never>;
|
62
62
|
}
|
@@ -33,5 +33,5 @@ export declare class AutoCompleteFilterCellComponent extends BaseFilterCellCompo
|
|
33
33
|
*/
|
34
34
|
get columnLabel(): string;
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutoCompleteFilterCellComponent, never>;
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-treelist-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never>;
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AutoCompleteFilterCellComponent, "kendo-treelist-autocomplete-filter-cell", never, { "showOperators": "showOperators"; "column": "column"; "filter": "filter"; "data": "data"; "valueField": "valueField"; }, {}, never, never, false, never>;
|
37
37
|
}
|
@@ -36,5 +36,5 @@ export declare class BooleanFilterCellComponent extends BooleanFilterComponent {
|
|
36
36
|
*/
|
37
37
|
get columnLabel(): string;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterCellComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-treelist-boolean-filter-cell", never, {}, {}, never, never>;
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterCellComponent, "kendo-treelist-boolean-filter-cell", never, {}, {}, never, never, false, never>;
|
40
40
|
}
|
@@ -36,5 +36,5 @@ export declare class DateFilterCellComponent extends DateFilterComponent {
|
|
36
36
|
*/
|
37
37
|
get columnLabel(): string;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterCellComponent, never>;
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-treelist-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never>;
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterCellComponent, "kendo-treelist-date-filter-cell", never, { "showOperators": "showOperators"; }, {}, never, never, false, never>;
|
40
40
|
}
|
@@ -13,5 +13,5 @@ export declare class FilterCellHostDirective extends FilterHostDirective {
|
|
13
13
|
constructor(host: ViewContainerRef, resolver: ComponentFactoryResolver);
|
14
14
|
protected componentType(): Type<FilterComponent>;
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellHostDirective, never>;
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never>;
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellHostDirective, "[kendoFilterCellHost]", never, {}, {}, never, never, false, never>;
|
17
17
|
}
|
@@ -107,5 +107,5 @@ export declare class FilterCellOperatorsComponent implements OnInit, OnDestroy {
|
|
107
107
|
*/
|
108
108
|
messageFor(token: string): string;
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellOperatorsComponent, never>;
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-treelist-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never>;
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellOperatorsComponent, "kendo-treelist-filter-cell-operators", never, { "operators": "operators"; "showButton": "showButton"; "showOperators": "showOperators"; "value": "value"; "column": "column"; }, { "valueChange": "valueChange"; "clear": "clear"; }, never, never, false, never>;
|
111
111
|
}
|
@@ -16,5 +16,5 @@ export declare class FilterCellTemplateDirective {
|
|
16
16
|
templateRef: TemplateRef<any>;
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellTemplateDirective, [{ optional: true; }]>;
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoTreeListFilterCellTemplate]", never, {}, {}, never>;
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterCellTemplateDirective, "[kendoTreeListFilterCellTemplate]", never, {}, {}, never, never, false, never>;
|
20
20
|
}
|
@@ -17,5 +17,5 @@ export declare class FilterCellWrapperComponent extends FilterInputWrapperCompon
|
|
17
17
|
constructor(filterService: FilterService);
|
18
18
|
protected filterChange(filter: CompositeFilterDescriptor): void;
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellWrapperComponent, never>;
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-treelist-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"]>;
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellWrapperComponent, "kendo-treelist-filter-wrapper-cell", never, { "showOperators": "showOperators"; }, {}, never, ["*"], false, never>;
|
21
21
|
}
|
@@ -21,5 +21,5 @@ export declare class FilterCellComponent {
|
|
21
21
|
get hasTemplate(): boolean;
|
22
22
|
get isFilterable(): boolean;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterCellComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoTreeListFilterCell]", never, { "column": "column"; "filter": "filter"; }, {}, never, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterCellComponent, "[kendoTreeListFilterCell]", never, { "column": "column"; "filter": "filter"; }, {}, never, never, false, never>;
|
25
25
|
}
|
@@ -42,5 +42,5 @@ export declare class NumericFilterCellComponent extends NumericFilterComponent {
|
|
42
42
|
*/
|
43
43
|
get columnLabel(): string;
|
44
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterCellComponent, never>;
|
45
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-treelist-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never>;
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterCellComponent, "kendo-treelist-numeric-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, false, never>;
|
46
46
|
}
|
@@ -43,5 +43,5 @@ export declare class StringFilterCellComponent extends StringFilterComponent {
|
|
43
43
|
*/
|
44
44
|
get columnLabel(): string;
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterCellComponent, never>;
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-treelist-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never>;
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterCellComponent, "kendo-treelist-string-filter-cell", never, { "filterDelay": "filterDelay"; "showOperators": "showOperators"; }, {}, never, never, false, never>;
|
47
47
|
}
|
@@ -111,5 +111,5 @@ export declare class DateFilterComponent extends BaseFilterCellComponent impleme
|
|
111
111
|
ngOnDestroy(): void;
|
112
112
|
protected localizationChange(): void;
|
113
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterComponent, never>;
|
114
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<DateFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; "format": "format"; "min": "min"; "max": "max"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never>;
|
114
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DateFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; "format": "format"; "min": "min"; "max": "max"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never, never, false, never>;
|
115
115
|
}
|
@@ -32,5 +32,5 @@ export declare abstract class FilterHostDirective implements OnInit, OnDestroy,
|
|
32
32
|
protected abstract componentType(): Type<FilterComponent>;
|
33
33
|
protected initComponent({ column, filter }: Context): void;
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterHostDirective, never>;
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterHostDirective, never, never, { "column": "column"; "filter": "filter"; }, {}, never>;
|
35
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterHostDirective, never, never, { "column": "column"; "filter": "filter"; }, {}, never, never, false, never>;
|
36
36
|
}
|
@@ -36,5 +36,5 @@ export declare abstract class FilterInputWrapperComponent extends BaseFilterCell
|
|
36
36
|
[propertyName: string]: SimpleChange;
|
37
37
|
}): void;
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputWrapperComponent, never>;
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputWrapperComponent, never, never, { "column": "column"; "filter": "filter"; "defaultOperator": "defaultOperator"; }, {}, ["input"]>;
|
39
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputWrapperComponent, never, never, { "column": "column"; "filter": "filter"; "defaultOperator": "defaultOperator"; }, {}, ["input"], never, false, never>;
|
40
40
|
}
|
@@ -31,5 +31,5 @@ export declare class FilterInputDirective implements AfterViewInit, OnDestroy, O
|
|
31
31
|
private unsubscribeChanges;
|
32
32
|
private addAriaAttributes;
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterInputDirective, [{ self: true; }, null, null, null]>;
|
34
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "column": "column"; "value": "value"; }, {}, ["kendoInput"]>;
|
34
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterInputDirective, "[kendoFilterInput]", never, { "filterDelay": "filterDelay"; "columnLabel": "columnLabel"; "column": "column"; "value": "value"; }, {}, ["kendoInput"], never, false, never>;
|
35
35
|
}
|
@@ -21,5 +21,5 @@ export declare class FilterRowComponent {
|
|
21
21
|
constructor(localization: LocalizationService);
|
22
22
|
getColumnComponent(column: ColumnBase): ColumnComponent;
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterRowComponent, never>;
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoTreeListFilterRow]", never, { "columns": "columns"; "filter": "filter"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never>;
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterRowComponent, "[kendoTreeListFilterRow]", never, { "columns": "columns"; "filter": "filter"; "logicalRowIndex": "logicalRowIndex"; "lockedColumnsCount": "lockedColumnsCount"; }, {}, never, never, false, never>;
|
25
25
|
}
|
@@ -59,5 +59,5 @@ export declare class BooleanFilterMenuComponent extends BooleanFilterComponent {
|
|
59
59
|
*/
|
60
60
|
columnLabel(): void;
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanFilterMenuComponent, never>;
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-treelist-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; }, {}, never, never>;
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanFilterMenuComponent, "kendo-treelist-boolean-filter-menu", never, { "filter": "filter"; "filterService": "filterService"; }, {}, never, never, false, never>;
|
63
63
|
}
|
@@ -38,5 +38,5 @@ export declare class DateFilterMenuInputComponent implements OnDestroy {
|
|
38
38
|
open(picker: DatePickerComponent): void;
|
39
39
|
ngOnDestroy(): void;
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuInputComponent, never>;
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-treelist-date-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never, never>;
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuInputComponent, "kendo-treelist-date-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "format": "format"; "formatPlaceholder": "formatPlaceholder"; "placeholder": "placeholder"; "min": "min"; "max": "max"; "activeView": "activeView"; "bottomView": "bottomView"; "topView": "topView"; "weekNumber": "weekNumber"; }, {}, never, never, false, never>;
|
42
42
|
}
|
@@ -58,5 +58,5 @@ export declare class DateFilterMenuComponent extends DateFilterComponent {
|
|
58
58
|
logicChange(value: 'and' | 'or'): void;
|
59
59
|
protected localizationChange(): void;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFilterMenuComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-treelist-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never>;
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateFilterMenuComponent, "kendo-treelist-date-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, false, never>;
|
62
62
|
}
|
@@ -48,5 +48,5 @@ export declare class FilterMenuContainerComponent implements OnInit, OnDestroy {
|
|
48
48
|
get clearText(): string;
|
49
49
|
get filterText(): string;
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuContainerComponent, [{ skipSelf: true; }, null, null, null]>;
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-treelist-filter-menu-container", never, { "column": "column"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never>;
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuContainerComponent, "kendo-treelist-filter-menu-container", never, { "column": "column"; "filter": "filter"; "actionsClass": "actionsClass"; }, { "close": "close"; }, never, never, false, never>;
|
52
52
|
}
|
@@ -16,5 +16,5 @@ export declare class FilterMenuHostDirective extends FilterHostDirective {
|
|
16
16
|
protected componentType(): Type<FilterComponent>;
|
17
17
|
protected initComponent(ctx: Context): void;
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuHostDirective, never>;
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; }, {}, never>;
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuHostDirective, "[kendoFilterMenuHost]", never, { "filterService": "filterService"; }, {}, never, never, false, never>;
|
20
20
|
}
|
@@ -34,5 +34,5 @@ export declare class FilterMenuInputWrapperComponent extends FilterInputWrapperC
|
|
34
34
|
protected updateFilter(filter: FilterDescriptor): CompositeFilterDescriptor;
|
35
35
|
onChange(value: any): void;
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuInputWrapperComponent, never>;
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-treelist-filter-menu-input-wrapper", never, { "filterService": "filterService"; "currentFilter": "currentFilter"; }, {}, never, ["*"]>;
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuInputWrapperComponent, "kendo-treelist-filter-menu-input-wrapper", never, { "filterService": "filterService"; "currentFilter": "currentFilter"; }, {}, never, ["*"], false, never>;
|
38
38
|
}
|
@@ -12,5 +12,5 @@ export declare class FilterMenuTemplateDirective {
|
|
12
12
|
templateRef: TemplateRef<any>;
|
13
13
|
constructor(templateRef: TemplateRef<any>);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuTemplateDirective, [{ optional: true; }]>;
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoTreeListFilterMenuTemplate]", never, {}, {}, never>;
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterMenuTemplateDirective, "[kendoTreeListFilterMenuTemplate]", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -37,5 +37,5 @@ export declare class FilterMenuComponent {
|
|
37
37
|
toggle(anchor: any, template: any): boolean;
|
38
38
|
close(): void;
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterMenuComponent, never>;
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-treelist-filter-menu", never, { "column": "column"; "filter": "filter"; }, {}, never, never>;
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FilterMenuComponent, "kendo-treelist-filter-menu", never, { "column": "column"; "filter": "filter"; }, {}, never, never, false, never>;
|
41
41
|
}
|
@@ -52,5 +52,5 @@ export declare class NumericFilterMenuInputComponent {
|
|
52
52
|
*/
|
53
53
|
format: string;
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuInputComponent, never>;
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-treelist-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never>;
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuInputComponent, "kendo-treelist-numeric-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never, false, never>;
|
56
56
|
}
|
@@ -58,5 +58,5 @@ export declare class NumericFilterMenuComponent extends NumericFilterComponent {
|
|
58
58
|
logicChange(value: 'and' | 'or'): void;
|
59
59
|
protected localizationChange(): void;
|
60
60
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterMenuComponent, never>;
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-treelist-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never>;
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NumericFilterMenuComponent, "kendo-treelist-numeric-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, false, never>;
|
62
62
|
}
|
@@ -24,5 +24,5 @@ export declare class StringFilterMenuInputComponent {
|
|
24
24
|
constructor(localization: LocalizationService);
|
25
25
|
get columnLabel(): string;
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuInputComponent, never>;
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-treelist-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; }, {}, never, never>;
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuInputComponent, "kendo-treelist-string-filter-menu-input", never, { "operators": "operators"; "column": "column"; "filter": "filter"; "operator": "operator"; "currentFilter": "currentFilter"; "filterService": "filterService"; }, {}, never, never, false, never>;
|
28
28
|
}
|
@@ -60,5 +60,5 @@ export declare class StringFilterMenuComponent extends StringFilterComponent {
|
|
60
60
|
logicChange(value: 'and' | 'or'): void;
|
61
61
|
protected localizationChange(): void;
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterMenuComponent, never>;
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-treelist-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never>;
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StringFilterMenuComponent, "kendo-treelist-string-filter-menu", never, { "column": "column"; "filter": "filter"; "extra": "extra"; "filterService": "filterService"; }, {}, never, never, false, never>;
|
64
64
|
}
|
@@ -90,5 +90,5 @@ export declare abstract class NumericFilterComponent extends BaseFilterCellCompo
|
|
90
90
|
ngOnDestroy(): void;
|
91
91
|
protected localizationChange(): void;
|
92
92
|
static ɵfac: i0.ɵɵFactoryDeclaration<NumericFilterComponent, never>;
|
93
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never>;
|
93
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; "step": "step"; "min": "min"; "max": "max"; "spinners": "spinners"; "decimals": "decimals"; "format": "format"; }, {}, never, never, false, never>;
|
94
94
|
}
|
@@ -19,5 +19,5 @@ export declare class AfterEqFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AfterEqFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-treelist-filter-after-eq-operator", never, {}, {}, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AfterEqFilterOperatorComponent, "kendo-treelist-filter-after-eq-operator", never, {}, {}, never, never, false, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class AfterFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AfterFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-treelist-filter-after-operator", never, {}, {}, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AfterFilterOperatorComponent, "kendo-treelist-filter-after-operator", never, {}, {}, never, never, false, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class BeforeEqFilterOperatorComponent extends FilterOperatorBase
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeforeEqFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-treelist-filter-before-eq-operator", never, {}, {}, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeEqFilterOperatorComponent, "kendo-treelist-filter-before-eq-operator", never, {}, {}, never, never, false, never>;
|
23
23
|
}
|
@@ -19,5 +19,5 @@ export declare class BeforeFilterOperatorComponent extends FilterOperatorBase {
|
|
19
19
|
value: string;
|
20
20
|
};
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<BeforeFilterOperatorComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-treelist-filter-before-operator", never, {}, {}, never, never>;
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BeforeFilterOperatorComponent, "kendo-treelist-filter-before-operator", never, {}, {}, never, never, false, never>;
|
23
23
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class ContainsFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContainsFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-treelist-filter-contains-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContainsFilterOperatorComponent, "kendo-treelist-filter-contains-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class EndsWithFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EndsWithFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-treelist-filter-endswith-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EndsWithFilterOperatorComponent, "kendo-treelist-filter-endswith-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class EqualFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqualFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-treelist-filter-eq-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EqualFilterOperatorComponent, "kendo-treelist-filter-eq-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -40,5 +40,5 @@ export declare class FilterOperatorBase implements OnDestroy {
|
|
40
40
|
};
|
41
41
|
protected refreshText(): void;
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterOperatorBase, never>;
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterOperatorBase, never, never, { "text": "text"; }, {}, never>;
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FilterOperatorBase, never, never, { "text": "text"; }, {}, never, never, false, never>;
|
44
44
|
}
|
@@ -8,5 +8,5 @@ import * as i0 from "@angular/core";
|
|
8
8
|
export declare class GreaterFilterOperatorComponent extends FilterOperatorBase {
|
9
9
|
constructor(localization: LocalizationService);
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreaterFilterOperatorComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-treelist-filter-gt-operator", never, {}, {}, never, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterFilterOperatorComponent, "kendo-treelist-filter-gt-operator", never, {}, {}, never, never, false, never>;
|
12
12
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class GreaterOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GreaterOrEqualToFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-treelist-filter-gte-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GreaterOrEqualToFilterOperatorComponent, "kendo-treelist-filter-gte-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsEmptyFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-treelist-filter-isempty-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsEmptyFilterOperatorComponent, "kendo-treelist-filter-isempty-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNotEmptyFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotEmptyFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-treelist-filter-isnotempty-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotEmptyFilterOperatorComponent, "kendo-treelist-filter-isnotempty-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNotNullFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNotNullFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-treelist-filter-isnotnull-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNotNullFilterOperatorComponent, "kendo-treelist-filter-isnotnull-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class IsNullFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<IsNullFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-treelist-filter-isnull-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IsNullFilterOperatorComponent, "kendo-treelist-filter-isnull-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class LessFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LessFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-treelist-filter-lt-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LessFilterOperatorComponent, "kendo-treelist-filter-lt-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -8,5 +8,5 @@ import * as i0 from "@angular/core";
|
|
8
8
|
export declare class LessOrEqualToFilterOperatorComponent extends FilterOperatorBase {
|
9
9
|
constructor(localization: LocalizationService);
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<LessOrEqualToFilterOperatorComponent, never>;
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LessOrEqualToFilterOperatorComponent, "kendo-treelist-filter-lte-operator", never, {}, {}, never, never>;
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LessOrEqualToFilterOperatorComponent, "kendo-treelist-filter-lte-operator", never, {}, {}, never, never, false, never>;
|
12
12
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class NotEqualFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<NotEqualFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotEqualFilterOperatorComponent, "kendo-treelist-filter-neq-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotEqualFilterOperatorComponent, "kendo-treelist-filter-neq-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class DoesNotContainFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DoesNotContainFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DoesNotContainFilterOperatorComponent, "kendo-treelist-filter-not-contains-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DoesNotContainFilterOperatorComponent, "kendo-treelist-filter-not-contains-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -12,5 +12,5 @@ import * as i0 from "@angular/core";
|
|
12
12
|
export declare class StartsWithFilterOperatorComponent extends FilterOperatorBase {
|
13
13
|
constructor(localization: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<StartsWithFilterOperatorComponent, never>;
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StartsWithFilterOperatorComponent, "kendo-treelist-filter-startswith-operator", never, {}, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StartsWithFilterOperatorComponent, "kendo-treelist-filter-startswith-operator", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -52,5 +52,5 @@ export declare abstract class StringFilterComponent extends BaseFilterCellCompon
|
|
52
52
|
ngOnDestroy(): void;
|
53
53
|
protected localizationChange(): void;
|
54
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<StringFilterComponent, never>;
|
55
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StringFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; }, {}, never>;
|
55
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StringFilterComponent, never, never, { "column": "column"; "filter": "filter"; "operator": "operator"; }, {}, never, never, false, never>;
|
56
56
|
}
|
@@ -24,5 +24,5 @@ export declare class ResizableContainerDirective implements OnDestroy {
|
|
24
24
|
private attachResize;
|
25
25
|
private resize;
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResizableContainerDirective, never>;
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoTreeListResizableContainer]", never, { "lockedWidth": "lockedWidth"; "kendoTreeListResizableContainer": "kendoTreeListResizableContainer"; }, {}, never>;
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ResizableContainerDirective, "[kendoTreeListResizableContainer]", never, { "lockedWidth": "lockedWidth"; "kendoTreeListResizableContainer": "kendoTreeListResizableContainer"; }, {}, never, never, false, never>;
|
28
28
|
}
|
@@ -14,5 +14,5 @@ export declare class CustomMessagesComponent extends Messages {
|
|
14
14
|
constructor(service: LocalizationService);
|
15
15
|
protected get override(): boolean;
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treelist-messages", never, {}, {}, never, never>;
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treelist-messages", never, {}, {}, never, never, false, never>;
|
18
18
|
}
|
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends Messages {
|
|
12
12
|
protected service: LocalizationService;
|
13
13
|
constructor(service: LocalizationService);
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeListLocalizedMessages]", never, {}, {}, never>;
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeListLocalizedMessages]", never, {}, {}, never, never, false, never>;
|
16
16
|
}
|
@@ -281,5 +281,5 @@ export declare class Messages extends ComponentMessages {
|
|
281
281
|
*/
|
282
282
|
selectAllRowsCheckboxLabel: string;
|
283
283
|
static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
|
284
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "groupPanelEmpty": "groupPanelEmpty"; "noRecords": "noRecords"; "pagerLabel": "pagerLabel"; "pagerFirstPage": "pagerFirstPage"; "pagerLastPage": "pagerLastPage"; "pagerPreviousPage": "pagerPreviousPage"; "pagerNextPage": "pagerNextPage"; "pagerPage": "pagerPage"; "pagerPageNumberInputTitle": "pagerPageNumberInputTitle"; "pagerItemsPerPage": "pagerItemsPerPage"; "pagerOf": "pagerOf"; "pagerItemsTotal": "pagerItemsTotal"; "selectPage": "selectPage"; "filter": "filter"; "filterInputLabel": "filterInputLabel"; "filterCellOperatorLabel": "filterCellOperatorLabel"; "booleanFilterCellLabel": "booleanFilterCellLabel"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterGteOperator": "filterGteOperator"; "filterGtOperator": "filterGtOperator"; "filterLteOperator": "filterLteOperator"; "filterLtOperator": "filterLtOperator"; "filterIsTrue": "filterIsTrue"; "filterIsFalse": "filterIsFalse"; "filterBooleanAll": "filterBooleanAll"; "filterAfterOrEqualOperator": "filterAfterOrEqualOperator"; "filterAfterOperator": "filterAfterOperator"; "filterBeforeOperator": "filterBeforeOperator"; "filterBeforeOrEqualOperator": "filterBeforeOrEqualOperator"; "filterFilterButton": "filterFilterButton"; "filterClearButton": "filterClearButton"; "filterAndLogic": "filterAndLogic"; "filterOrLogic": "filterOrLogic"; "loading": "loading"; "columnMenu": "columnMenu"; "columns": "columns"; "lock": "lock"; "unlock": "unlock"; "sortable": "sortable"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "sortedAscending": "sortedAscending"; "sortedDescending": "sortedDescending"; "sortedDefault": "sortedDefault"; "columnsApply": "columnsApply"; "columnsReset": "columnsReset"; "topToolbarLabel": "topToolbarLabel"; "bottomToolbarLabel": "bottomToolbarLabel"; "dragRowHandleLabel": "dragRowHandleLabel"; "selectRowCheckboxLabel": "selectRowCheckboxLabel"; "selectAllRowsCheckboxLabel": "selectAllRowsCheckboxLabel"; }, {}, never>;
|
284
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, never, never, { "groupPanelEmpty": "groupPanelEmpty"; "noRecords": "noRecords"; "pagerLabel": "pagerLabel"; "pagerFirstPage": "pagerFirstPage"; "pagerLastPage": "pagerLastPage"; "pagerPreviousPage": "pagerPreviousPage"; "pagerNextPage": "pagerNextPage"; "pagerPage": "pagerPage"; "pagerPageNumberInputTitle": "pagerPageNumberInputTitle"; "pagerItemsPerPage": "pagerItemsPerPage"; "pagerOf": "pagerOf"; "pagerItemsTotal": "pagerItemsTotal"; "selectPage": "selectPage"; "filter": "filter"; "filterInputLabel": "filterInputLabel"; "filterCellOperatorLabel": "filterCellOperatorLabel"; "booleanFilterCellLabel": "booleanFilterCellLabel"; "filterEqOperator": "filterEqOperator"; "filterNotEqOperator": "filterNotEqOperator"; "filterIsNullOperator": "filterIsNullOperator"; "filterIsNotNullOperator": "filterIsNotNullOperator"; "filterIsEmptyOperator": "filterIsEmptyOperator"; "filterIsNotEmptyOperator": "filterIsNotEmptyOperator"; "filterStartsWithOperator": "filterStartsWithOperator"; "filterContainsOperator": "filterContainsOperator"; "filterNotContainsOperator": "filterNotContainsOperator"; "filterEndsWithOperator": "filterEndsWithOperator"; "filterGteOperator": "filterGteOperator"; "filterGtOperator": "filterGtOperator"; "filterLteOperator": "filterLteOperator"; "filterLtOperator": "filterLtOperator"; "filterIsTrue": "filterIsTrue"; "filterIsFalse": "filterIsFalse"; "filterBooleanAll": "filterBooleanAll"; "filterAfterOrEqualOperator": "filterAfterOrEqualOperator"; "filterAfterOperator": "filterAfterOperator"; "filterBeforeOperator": "filterBeforeOperator"; "filterBeforeOrEqualOperator": "filterBeforeOrEqualOperator"; "filterFilterButton": "filterFilterButton"; "filterClearButton": "filterClearButton"; "filterAndLogic": "filterAndLogic"; "filterOrLogic": "filterOrLogic"; "loading": "loading"; "columnMenu": "columnMenu"; "columns": "columns"; "lock": "lock"; "unlock": "unlock"; "sortable": "sortable"; "sortAscending": "sortAscending"; "sortDescending": "sortDescending"; "sortedAscending": "sortedAscending"; "sortedDescending": "sortedDescending"; "sortedDefault": "sortedDefault"; "columnsApply": "columnsApply"; "columnsReset": "columnsReset"; "topToolbarLabel": "topToolbarLabel"; "bottomToolbarLabel": "bottomToolbarLabel"; "dragRowHandleLabel": "dragRowHandleLabel"; "selectRowCheckboxLabel": "selectRowCheckboxLabel"; "selectAllRowsCheckboxLabel": "selectAllRowsCheckboxLabel"; }, {}, never, never, false, never>;
|
285
285
|
}
|
@@ -85,5 +85,5 @@ export declare class FocusableDirective implements AfterViewInit, FocusableEleme
|
|
85
85
|
*/
|
86
86
|
registerElement(element: FocusableElement): void;
|
87
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<FocusableDirective, [null, null, { optional: true; }]>;
|
88
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoTreeListFocusable], [kendoTreeListAddCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListCancelCommand] ", never, { "cellContext": "kendoTreeListFocusable"; "enabled": "enabled"; "addCellContext": "kendoTreeListAddCommand"; "editCellContext": "kendoTreeListEditCommand"; "removeCellContext": "kendoTreeListRemoveCommand"; "saveCellContext": "kendoTreeListSaveCommand"; "cancelCellContext": "kendoTreeListCancelCommand"; }, {}, never>;
|
88
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FocusableDirective, "[kendoTreeListFocusable], [kendoTreeListAddCommand], [kendoTreeListEditCommand], [kendoTreeListRemoveCommand], [kendoTreeListSaveCommand], [kendoTreeListCancelCommand] ", never, { "cellContext": "kendoTreeListFocusable"; "enabled": "enabled"; "addCellContext": "kendoTreeListAddCommand"; "editCellContext": "kendoTreeListEditCommand"; "removeCellContext": "kendoTreeListRemoveCommand"; "saveCellContext": "kendoTreeListSaveCommand"; "cancelCellContext": "kendoTreeListCancelCommand"; }, {}, never, never, false, never>;
|
89
89
|
}
|
@@ -48,5 +48,5 @@ export declare class LogicalCellDirective implements LogicalCell, OnInit, OnChan
|
|
48
48
|
private isFocusable;
|
49
49
|
private isFocused;
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogicalCellDirective, never>;
|
51
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoTreeListLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "column": "column"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "expandable": "expandable"; }, {}, never>;
|
51
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalCellDirective, "[kendoTreeListLogicalCell]", never, { "logicalColIndex": "logicalColIndex"; "logicalRowIndex": "logicalRowIndex"; "logicalSlaveCell": "logicalSlaveCell"; "column": "column"; "colIndex": "colIndex"; "colSpan": "colSpan"; "rowSpan": "rowSpan"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "expandable": "expandable"; }, {}, never, never, false, never>;
|
52
52
|
}
|
@@ -33,5 +33,5 @@ export declare class LogicalRowDirective implements LogicalRow, OnDestroy, OnCha
|
|
33
33
|
ngOnDestroy(): void;
|
34
34
|
private get columnsArray();
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<LogicalRowDirective, never>;
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoTreeListLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "isNew": "isNew"; "totalColumns": "totalColumns"; }, {}, never>;
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LogicalRowDirective, "[kendoTreeListLogicalRow]", never, { "logicalRowIndex": "logicalRowIndex"; "logicalSlaveRow": "logicalSlaveRow"; "logicalCellsCount": "logicalCellsCount"; "logicalSlaveCellsCount": "logicalSlaveCellsCount"; "dataRowIndex": "dataRowIndex"; "dataItem": "dataItem"; "isNew": "isNew"; "totalColumns": "totalColumns"; }, {}, never, never, false, never>;
|
37
37
|
}
|