@progress/kendo-angular-treelist 16.0.0-develop.1 → 16.0.0-develop.11
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 +18 -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 +7950 -7953
- package/fesm2020/progress-kendo-angular-treelist.mjs +7960 -7963
- 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
@@ -50,9 +50,9 @@ export class DropTargetDirective {
|
|
50
50
|
};
|
51
51
|
}
|
52
52
|
}
|
53
|
-
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
54
|
-
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
55
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
53
|
+
DropTargetDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, deps: [{ token: i0.ElementRef }, { token: i1.DragAndDropService }], target: i0.ɵɵFactoryTarget.Directive });
|
54
|
+
DropTargetDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: DropTargetDirective, selector: "[kendoDropTarget]", inputs: { context: "context" }, outputs: { enter: "enter", leave: "leave", drop: "drop" }, ngImport: i0 });
|
55
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DropTargetDirective, decorators: [{
|
56
56
|
type: Directive,
|
57
57
|
args: [{
|
58
58
|
selector: '[kendoDropTarget]'
|
@@ -9,8 +9,8 @@ import { BaseCommandDirective } from './base-command.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the command for adding a new item to the TreeList. You can apply this directive to any
|
16
16
|
* `button` element inside a [`ToolbarTemplate`](slug:toolbartemplate_treelist) or
|
@@ -45,8 +45,8 @@ export class AddCommandDirective extends BaseCommandDirective {
|
|
45
45
|
this.editService.beginAdd(this.dataItem);
|
46
46
|
}
|
47
47
|
}
|
48
|
-
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
49
|
-
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
48
|
+
AddCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AddCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
49
|
+
AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AddCommandDirective, selector: "[kendoTreeListAddCommand]", inputs: { cellContext: ["kendoTreeListAddCommand", "cellContext"] }, host: { properties: { "class.k-grid-add-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
50
50
|
<kendo-icon-wrapper
|
51
51
|
*ngIf="icon || svgIcon"
|
52
52
|
innerCssClass="k-button-icon"
|
@@ -57,8 +57,8 @@ AddCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
57
57
|
</span>
|
58
58
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
59
59
|
<span class="k-button-text"><ng-content></ng-content></span>
|
60
|
-
`, isInline: true,
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
60
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AddCommandDirective, decorators: [{
|
62
62
|
type: Component,
|
63
63
|
args: [{
|
64
64
|
selector: '[kendoTreeListAddCommand]',
|
@@ -9,8 +9,8 @@ import { EditService } from './edit.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* @hidden
|
16
16
|
*/
|
@@ -43,8 +43,8 @@ export class BaseCommandDirective extends Button {
|
|
43
43
|
this.onClick();
|
44
44
|
}
|
45
45
|
}
|
46
|
-
BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
47
|
-
BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
46
|
+
BaseCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
47
|
+
BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: BaseCommandDirective, selector: "[kendoTreeListBaseCommand]", host: { listeners: { "click": "clickHandler($event)" }, properties: { "style.display": "this.visible" } }, usesInheritance: true, ngImport: i0, template: `
|
48
48
|
<kendo-icon-wrapper
|
49
49
|
*ngIf="icon || svgIcon"
|
50
50
|
innerCssClass="k-button-icon"
|
@@ -55,8 +55,8 @@ BaseCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
55
55
|
</span>
|
56
56
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
57
57
|
<span class="k-button-text"><ng-content></ng-content></span>
|
58
|
-
`, isInline: true,
|
59
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
58
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
59
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseCommandDirective, decorators: [{
|
60
60
|
type: Component,
|
61
61
|
args: [{
|
62
62
|
selector: '[kendoTreeListBaseCommand]',
|
@@ -9,8 +9,8 @@ import { BaseCommandDirective } from './base-command.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `cancel` command of the TreeList. You can apply this directive to any `button`
|
16
16
|
* element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
|
@@ -45,8 +45,8 @@ export class CancelCommandDirective extends BaseCommandDirective {
|
|
45
45
|
}
|
46
46
|
}
|
47
47
|
}
|
48
|
-
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
49
|
-
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
48
|
+
CancelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CancelCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
49
|
+
CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CancelCommandDirective, selector: "[kendoTreeListCancelCommand]", inputs: { cellContext: ["kendoTreeListCancelCommand", "cellContext"] }, host: { properties: { "class.k-grid-cancel-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
50
50
|
<kendo-icon-wrapper
|
51
51
|
*ngIf="icon || svgIcon"
|
52
52
|
innerCssClass="k-button-icon"
|
@@ -57,8 +57,8 @@ CancelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
57
57
|
</span>
|
58
58
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
59
59
|
<span class="k-button-text"><ng-content></ng-content></span>
|
60
|
-
`, isInline: true,
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
60
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CancelCommandDirective, decorators: [{
|
62
62
|
type: Component,
|
63
63
|
args: [{
|
64
64
|
selector: '[kendoTreeListCancelCommand]',
|
@@ -9,8 +9,8 @@ import { BaseCommandDirective } from './base-command.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `edit` command of the TreeList. You can apply this directive to any `button`
|
16
16
|
* element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
|
@@ -45,8 +45,8 @@ export class EditCommandDirective extends BaseCommandDirective {
|
|
45
45
|
}
|
46
46
|
}
|
47
47
|
}
|
48
|
-
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
49
|
-
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
48
|
+
EditCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
49
|
+
EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: EditCommandDirective, selector: "[kendoTreeListEditCommand]", inputs: { cellContext: ["kendoTreeListEditCommand", "cellContext"] }, host: { properties: { "class.k-grid-edit-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
50
50
|
<kendo-icon-wrapper
|
51
51
|
*ngIf="icon || svgIcon"
|
52
52
|
innerCssClass="k-button-icon"
|
@@ -57,8 +57,8 @@ EditCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
57
57
|
</span>
|
58
58
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
59
59
|
<span class="k-button-text"><ng-content></ng-content></span>
|
60
|
-
`, isInline: true,
|
61
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
60
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
61
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditCommandDirective, decorators: [{
|
62
62
|
type: Component,
|
63
63
|
args: [{
|
64
64
|
selector: '[kendoTreeListEditCommand]',
|
@@ -33,9 +33,9 @@ export class EditTemplateDirective {
|
|
33
33
|
this.templateRef = templateRef;
|
34
34
|
}
|
35
35
|
}
|
36
|
-
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
37
|
-
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
36
|
+
EditTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
37
|
+
EditTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EditTemplateDirective, selector: "[kendoTreeListEditTemplate]", ngImport: i0 });
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
39
39
|
type: Directive,
|
40
40
|
args: [{
|
41
41
|
selector: '[kendoTreeListEditTemplate]'
|
@@ -162,8 +162,8 @@ export class EditService {
|
|
162
162
|
}
|
163
163
|
}
|
164
164
|
}
|
165
|
-
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
166
|
-
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
167
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
165
|
+
EditService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
166
|
+
EditService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService });
|
167
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditService, decorators: [{
|
168
168
|
type: Injectable
|
169
169
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
@@ -9,8 +9,8 @@ import { BaseCommandDirective } from './base-command.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `remove` command of the TreeList. You can apply this directive to any `button` element
|
16
16
|
* inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
|
@@ -44,8 +44,8 @@ export class RemoveCommandDirective extends BaseCommandDirective {
|
|
44
44
|
}
|
45
45
|
}
|
46
46
|
}
|
47
|
-
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
48
|
-
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
47
|
+
RemoveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RemoveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
48
|
+
RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: RemoveCommandDirective, selector: "[kendoTreeListRemoveCommand]", inputs: { cellContext: ["kendoTreeListRemoveCommand", "cellContext"] }, host: { properties: { "class.k-grid-remove-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
49
49
|
<kendo-icon-wrapper
|
50
50
|
*ngIf="icon || svgIcon"
|
51
51
|
innerCssClass="k-button-icon"
|
@@ -56,8 +56,8 @@ RemoveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
56
56
|
</span>
|
57
57
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
58
58
|
<span class="k-button-text"><ng-content></ng-content></span>
|
59
|
-
`, isInline: true,
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
59
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RemoveCommandDirective, decorators: [{
|
61
61
|
type: Component,
|
62
62
|
args: [{
|
63
63
|
selector: '[kendoTreeListRemoveCommand]',
|
@@ -9,8 +9,8 @@ import { BaseCommandDirective } from './base-command.directive';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./edit.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `save` command of the TreeList. You can apply this directive to any `button`
|
16
16
|
* element inside a [`CommandColumnComponent`]({% slug api_treelist_commandcolumncomponent %}).
|
@@ -44,8 +44,8 @@ export class SaveCommandDirective extends BaseCommandDirective {
|
|
44
44
|
}
|
45
45
|
}
|
46
46
|
}
|
47
|
-
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
48
|
-
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
47
|
+
SaveCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SaveCommandDirective, deps: [{ token: i1.EditService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
48
|
+
SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: SaveCommandDirective, selector: "[kendoTreeListSaveCommand]", inputs: { cellContext: ["kendoTreeListSaveCommand", "cellContext"] }, host: { properties: { "class.k-grid-save-command": "this.commandClass" } }, usesInheritance: true, ngImport: i0, template: `
|
49
49
|
<kendo-icon-wrapper
|
50
50
|
*ngIf="icon || svgIcon"
|
51
51
|
innerCssClass="k-button-icon"
|
@@ -56,8 +56,8 @@ SaveCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
56
56
|
</span>
|
57
57
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
58
58
|
<span class="k-button-text"><ng-content></ng-content></span>
|
59
|
-
`, isInline: true,
|
60
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
59
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
60
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: SaveCommandDirective, decorators: [{
|
61
61
|
type: Component,
|
62
62
|
args: [{
|
63
63
|
selector: '[kendoTreeListSaveCommand]',
|
@@ -113,9 +113,9 @@ export class EditingDirectiveBase {
|
|
113
113
|
this.closeEditor();
|
114
114
|
}
|
115
115
|
}
|
116
|
-
EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
117
|
-
EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
118
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
116
|
+
EditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
117
|
+
EditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: EditingDirectiveBase, inputs: { editService: "editService", newItemId: "newItemId", removeConfirmation: "removeConfirmation" }, ngImport: i0 });
|
118
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: EditingDirectiveBase, decorators: [{
|
119
119
|
type: Directive,
|
120
120
|
args: [{}]
|
121
121
|
}], ctorParameters: function () { return [{ type: i1.TreeListComponent }]; }, propDecorators: { editService: [{
|
@@ -59,9 +59,9 @@ export class InCellEditingDirective extends EditingDirectiveBase {
|
|
59
59
|
}
|
60
60
|
}
|
61
61
|
}
|
62
|
-
InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
63
|
-
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
64
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
62
|
+
InCellEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InCellEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
63
|
+
InCellEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: InCellEditingDirective, selector: "[kendoTreeListInCellEditing]", inputs: { createFormGroup: ["kendoTreeListInCellEditing", "createFormGroup"] }, exportAs: ["kendoTreeListInCellEditing"], usesInheritance: true, ngImport: i0 });
|
64
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: InCellEditingDirective, decorators: [{
|
65
65
|
type: Directive,
|
66
66
|
args: [{
|
67
67
|
exportAs: 'kendoTreeListInCellEditing',
|
@@ -31,9 +31,9 @@ export class ReactiveEditingDirective extends RowEditingDirectiveBase {
|
|
31
31
|
markAllAsTouched(formGroup);
|
32
32
|
}
|
33
33
|
}
|
34
|
-
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
35
|
-
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
34
|
+
ReactiveEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
35
|
+
ReactiveEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ReactiveEditingDirective, selector: "[kendoTreeListReactiveEditing]", inputs: { createFormGroup: ["kendoTreeListReactiveEditing", "createFormGroup"] }, exportAs: ["kendoTreeListReactiveEditing"], usesInheritance: true, ngImport: i0 });
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ReactiveEditingDirective, decorators: [{
|
37
37
|
type: Directive,
|
38
38
|
args: [{
|
39
39
|
exportAs: 'kendoTreeListReactiveEditing',
|
@@ -31,9 +31,9 @@ export class RowEditingDirectiveBase extends EditingDirectiveBase {
|
|
31
31
|
this.clean();
|
32
32
|
}
|
33
33
|
}
|
34
|
-
RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
35
|
-
RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
34
|
+
RowEditingDirectiveBase.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowEditingDirectiveBase, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
35
|
+
RowEditingDirectiveBase.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: RowEditingDirectiveBase, usesInheritance: true, ngImport: i0 });
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: RowEditingDirectiveBase, decorators: [{
|
37
37
|
type: Directive,
|
38
38
|
args: [{}]
|
39
39
|
}] });
|
@@ -37,9 +37,9 @@ export class TemplateEditingDirective extends RowEditingDirectiveBase {
|
|
37
37
|
return args.dataItem;
|
38
38
|
}
|
39
39
|
}
|
40
|
-
TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
41
|
-
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
42
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
40
|
+
TemplateEditingDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateEditingDirective, deps: [{ token: i1.TreeListComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
41
|
+
TemplateEditingDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: TemplateEditingDirective, selector: "[kendoTreeListTemplateEditing]", inputs: { createNewItem: ["kendoTreeListTemplateEditing", "createNewItem"] }, exportAs: ["kendoTreeListTemplateEditing"], usesInheritance: true, ngImport: i0 });
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: TemplateEditingDirective, decorators: [{
|
43
43
|
type: Directive,
|
44
44
|
args: [{
|
45
45
|
exportAs: 'kendoTreeListTemplateEditing',
|
@@ -9,8 +9,8 @@ import { ExcelService } from './excel.service';
|
|
9
9
|
import * as i0 from "@angular/core";
|
10
10
|
import * as i1 from "./excel.service";
|
11
11
|
import * as i2 from "@progress/kendo-angular-l10n";
|
12
|
-
import * as i3 from "@
|
13
|
-
import * as i4 from "@angular
|
12
|
+
import * as i3 from "@angular/common";
|
13
|
+
import * as i4 from "@progress/kendo-angular-icons";
|
14
14
|
/**
|
15
15
|
* Represents the `export-to-Excel` command of the TreeList. You can apply this
|
16
16
|
* directive to any `button` element inside a
|
@@ -49,8 +49,8 @@ export class ExcelCommandDirective extends Button {
|
|
49
49
|
return true;
|
50
50
|
}
|
51
51
|
}
|
52
|
-
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
53
|
-
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
52
|
+
ExcelCommandDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelCommandDirective, deps: [{ token: i1.ExcelService }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
53
|
+
ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ExcelCommandDirective, selector: "[kendoTreeListExcelCommand]", host: { listeners: { "click": "onClick($event)" }, properties: { "class.k-grid-excel": "this.excelClass" } }, usesInheritance: true, ngImport: i0, template: `
|
54
54
|
<kendo-icon-wrapper
|
55
55
|
*ngIf="icon || svgIcon"
|
56
56
|
innerCssClass="k-button-icon"
|
@@ -61,8 +61,8 @@ ExcelCommandDirective.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
61
61
|
</span>
|
62
62
|
<span *ngIf="iconClass" class="k-button-icon" [ngClass]="iconClass"></span>
|
63
63
|
<span class="k-button-text"><ng-content></ng-content></span>
|
64
|
-
`, isInline: true,
|
65
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
64
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i4.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
65
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelCommandDirective, decorators: [{
|
66
66
|
type: Component,
|
67
67
|
args: [{
|
68
68
|
selector: '[kendoTreeListExcelCommand]',
|
@@ -185,9 +185,9 @@ export class ExcelComponent {
|
|
185
185
|
};
|
186
186
|
}
|
187
187
|
}
|
188
|
-
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
189
|
-
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
190
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
188
|
+
ExcelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelComponent, deps: [{ token: i1.ExcelService }, { token: i2.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
189
|
+
ExcelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: ExcelComponent, selector: "kendo-treelist-excel", inputs: { fileName: "fileName", filterable: "filterable", creator: "creator", date: "date", forceProxy: "forceProxy", proxyURL: "proxyURL", fetchData: "fetchData", collapsible: "collapsible", allPages: "allPages", expandAll: "expandAll", paddingCellOptions: "paddingCellOptions" }, queries: [{ propertyName: "columns", predicate: ColumnBase, descendants: true }], ngImport: i0, template: ``, isInline: true });
|
190
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelComponent, decorators: [{
|
191
191
|
type: Component,
|
192
192
|
args: [{
|
193
193
|
selector: 'kendo-treelist-excel',
|
@@ -30,10 +30,10 @@ const declarations = [ExcelComponent, ExcelCommandDirective];
|
|
30
30
|
*/
|
31
31
|
export class ExcelModule {
|
32
32
|
}
|
33
|
-
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
34
|
-
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "
|
35
|
-
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
36
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
33
|
+
ExcelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
34
|
+
ExcelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, declarations: [ExcelComponent, ExcelCommandDirective], imports: [IconsModule], exports: [ExcelComponent, ExcelCommandDirective, ExcelExportModule] });
|
35
|
+
ExcelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, imports: [IconsModule, ExcelExportModule] });
|
36
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelModule, decorators: [{
|
37
37
|
type: NgModule,
|
38
38
|
args: [{
|
39
39
|
declarations: [declarations],
|
@@ -28,8 +28,8 @@ export class ExcelService {
|
|
28
28
|
this.loadingChange.emit();
|
29
29
|
}
|
30
30
|
}
|
31
|
-
ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
32
|
-
ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
33
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
31
|
+
ExcelService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
32
|
+
ExcelService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService });
|
33
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExcelService, decorators: [{
|
34
34
|
type: Injectable
|
35
35
|
}] });
|
@@ -33,8 +33,8 @@ export class ExpandStateService {
|
|
33
33
|
}
|
34
34
|
}
|
35
35
|
}
|
36
|
-
ExpandStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
37
|
-
ExpandStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
36
|
+
ExpandStateService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
37
|
+
ExpandStateService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandStateService });
|
38
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandStateService, decorators: [{
|
39
39
|
type: Injectable
|
40
40
|
}] });
|
@@ -11,8 +11,8 @@ import * as i0 from "@angular/core";
|
|
11
11
|
*/
|
12
12
|
export class ExpandableTreeComponent {
|
13
13
|
}
|
14
|
-
ExpandableTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
15
|
-
ExpandableTreeComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
16
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
14
|
+
ExpandableTreeComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandableTreeComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
15
|
+
ExpandableTreeComponent.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandableTreeComponent });
|
16
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandableTreeComponent, decorators: [{
|
17
17
|
type: Injectable
|
18
18
|
}] });
|
@@ -92,9 +92,9 @@ export class ExpandableDirective {
|
|
92
92
|
this.expandedKeysChange.emit(this.expandedKeys);
|
93
93
|
}
|
94
94
|
}
|
95
|
-
ExpandableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
96
|
-
ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
97
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
95
|
+
ExpandableDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandableDirective, deps: [{ token: i1.ExpandableTreeComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
96
|
+
ExpandableDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: ExpandableDirective, selector: "[kendoTreeListExpandable]", inputs: { expandedKeys: "expandedKeys", initiallyExpanded: "initiallyExpanded", expandBy: "expandBy" }, outputs: { expandedKeysChange: "expandedKeysChange" }, exportAs: ["kendoTreeListExpandable"], usesOnChanges: true, ngImport: i0 });
|
97
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: ExpandableDirective, decorators: [{
|
98
98
|
type: Directive,
|
99
99
|
args: [{
|
100
100
|
exportAs: 'kendoTreeListExpandable',
|
@@ -143,9 +143,9 @@ export class BaseFilterCellComponent {
|
|
143
143
|
this.filterService.filter(filter);
|
144
144
|
}
|
145
145
|
}
|
146
|
-
BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
147
|
-
BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
146
|
+
BaseFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseFilterCellComponent, deps: [{ token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Directive });
|
147
|
+
BaseFilterCellComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BaseFilterCellComponent, inputs: { operators: "operators" }, host: { properties: { "class.k-filtercell": "this.hostClasses" } }, queries: [{ propertyName: "operatorList", predicate: FilterOperatorBase }], ngImport: i0 });
|
148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BaseFilterCellComponent, decorators: [{
|
149
149
|
type: Directive,
|
150
150
|
args: [{}]
|
151
151
|
}], ctorParameters: function () { return [{ type: i1.FilterService }]; }, propDecorators: { hostClasses: [{
|
@@ -72,9 +72,9 @@ export class BooleanFilterComponent extends BaseFilterCellComponent {
|
|
72
72
|
this.defaultItem = { text: this.localization.get("filterBooleanAll"), value: null };
|
73
73
|
}
|
74
74
|
}
|
75
|
-
BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
76
|
-
BooleanFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
77
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
75
|
+
BooleanFilterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterComponent, deps: [{ token: i1.FilterService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
76
|
+
BooleanFilterComponent.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: BooleanFilterComponent, inputs: { column: "column", filter: "filter" }, host: { properties: { "class.k-filtercell-boolean": "this.hostClasses" } }, usesInheritance: true, ngImport: i0 });
|
77
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: BooleanFilterComponent, decorators: [{
|
78
78
|
type: Directive,
|
79
79
|
args: [{}]
|
80
80
|
}], ctorParameters: function () { return [{ type: i1.FilterService }, { type: i2.LocalizationService }]; }, propDecorators: { hostClasses: [{
|
@@ -13,9 +13,9 @@ import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "../filter.service";
|
14
14
|
import * as i2 from "../../columns/column.component";
|
15
15
|
import * as i3 from "@progress/kendo-angular-l10n";
|
16
|
-
import * as i4 from "
|
17
|
-
import * as i5 from "
|
18
|
-
import * as i6 from "
|
16
|
+
import * as i4 from "@progress/kendo-angular-dropdowns";
|
17
|
+
import * as i5 from "../filter-input.directive";
|
18
|
+
import * as i6 from "./filter-cell-wrapper.component";
|
19
19
|
const stringOperators = localizeOperators({
|
20
20
|
"filterContainsOperator": "contains",
|
21
21
|
"filterNotContainsOperator": "doesnotcontain",
|
@@ -60,8 +60,8 @@ export class AutoCompleteFilterCellComponent extends BaseFilterCellComponent {
|
|
60
60
|
return replaceMessagePlaceholder(localizationMsg, 'columnName', columnName);
|
61
61
|
}
|
62
62
|
}
|
63
|
-
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
64
|
-
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
63
|
+
AutoCompleteFilterCellComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AutoCompleteFilterCellComponent, deps: [{ token: i1.FilterService }, { token: i2.ColumnComponent }, { token: i3.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
64
|
+
AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AutoCompleteFilterCellComponent, selector: "kendo-treelist-autocomplete-filter-cell", inputs: { showOperators: "showOperators", column: "column", filter: "filter", data: "data", valueField: "valueField" }, usesInheritance: true, ngImport: i0, template: `
|
65
65
|
<kendo-treelist-filter-wrapper-cell
|
66
66
|
[column]="column"
|
67
67
|
[filter]="filter"
|
@@ -75,8 +75,8 @@ AutoCompleteFilterCellComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion:
|
|
75
75
|
[value]="currentFilter?.value">
|
76
76
|
</kendo-autocomplete>
|
77
77
|
</kendo-treelist-filter-wrapper-cell>
|
78
|
-
`, isInline: true,
|
79
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
78
|
+
`, isInline: true, dependencies: [{ kind: "component", type: i4.AutoCompleteComponent, selector: "kendo-autocomplete", inputs: ["highlightFirst", "showStickyHeader", "focusableId", "data", "value", "valueField", "placeholder", "adaptiveMode", "title", "subtitle", "popupSettings", "listHeight", "loading", "clearButton", "suggest", "disabled", "itemDisabled", "readonly", "tabindex", "tabIndex", "filterable", "virtual", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "filterChange", "open", "opened", "close", "closed", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoAutoComplete"] }, { kind: "directive", type: i5.FilterInputDirective, selector: "[kendoFilterInput]", inputs: ["filterDelay", "columnLabel", "column", "value"] }, { kind: "component", type: i6.FilterCellWrapperComponent, selector: "kendo-treelist-filter-wrapper-cell", inputs: ["showOperators"] }] });
|
79
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AutoCompleteFilterCellComponent, decorators: [{
|
80
80
|
type: Component,
|
81
81
|
args: [{
|
82
82
|
selector: 'kendo-treelist-autocomplete-filter-cell',
|