@progress/kendo-angular-treelist 20.1.2-develop.2 → 21.0.0-develop.3
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/data/data-item.interface.d.ts +1 -1
- package/esm2022/binding-directives/base-binding.directive.mjs +4 -4
- package/esm2022/binding-directives/data-bound-tree-component.mjs +3 -3
- package/esm2022/binding-directives/flat-binding.directive.mjs +5 -5
- package/esm2022/binding-directives/hierarchy-binding.directive.mjs +5 -5
- package/esm2022/column-menu/column-chooser-item-checked.directive.mjs +4 -4
- package/esm2022/column-menu/column-chooser.component.mjs +4 -4
- package/esm2022/column-menu/column-list-kb-nav.service.mjs +4 -4
- package/esm2022/column-menu/column-list.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-autosize-all.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-autosize.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-chooser.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-container.component.mjs +5 -5
- package/esm2022/column-menu/column-menu-filter.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-item-base.mjs +3 -3
- package/esm2022/column-menu/column-menu-item-content-template.directive.mjs +5 -5
- package/esm2022/column-menu/column-menu-item.component.mjs +3 -3
- package/esm2022/column-menu/column-menu-item.directive.mjs +4 -4
- package/esm2022/column-menu/column-menu-lock.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-sort.component.mjs +4 -4
- package/esm2022/column-menu/column-menu-template.directive.mjs +5 -5
- package/esm2022/column-menu/column-menu.component.mjs +5 -5
- package/esm2022/column-menu/column-menu.service.mjs +4 -4
- package/esm2022/column-resizing/column-handle.directive.mjs +5 -5
- package/esm2022/column-resizing/column-resizing.service.mjs +3 -3
- package/esm2022/column-resizing/table.directive.mjs +4 -4
- package/esm2022/columns/checkbox-column.component.mjs +5 -5
- package/esm2022/columns/column-base.mjs +4 -4
- package/esm2022/columns/column-group.component.mjs +5 -5
- package/esm2022/columns/column.component.mjs +5 -5
- package/esm2022/columns/command-column.component.mjs +5 -5
- package/esm2022/columns/rowreorder-column.component.mjs +5 -5
- package/esm2022/columns/span-column.component.mjs +5 -5
- package/esm2022/common/column-info.service.mjs +3 -3
- package/esm2022/common/dom-events.service.mjs +3 -3
- package/esm2022/common/id.service.mjs +4 -4
- package/esm2022/common/option-changes.service.mjs +3 -3
- package/esm2022/common/provider.service.mjs +4 -4
- package/esm2022/common/single-popup.service.mjs +4 -4
- package/esm2022/data/change-notification.service.mjs +4 -4
- package/esm2022/dragdrop/column-reorder.service.mjs +3 -3
- package/esm2022/dragdrop/drag-and-drop.service.mjs +3 -3
- package/esm2022/dragdrop/drag-hint.service.mjs +4 -4
- package/esm2022/dragdrop/draggable-column.directive.mjs +5 -5
- package/esm2022/dragdrop/drop-cue.service.mjs +3 -3
- package/esm2022/dragdrop/drop-target.directive.mjs +4 -4
- package/esm2022/editing/add-command-tool.directive.mjs +4 -4
- package/esm2022/editing/add-command.directive.mjs +4 -4
- package/esm2022/editing/base-command.directive.mjs +4 -4
- package/esm2022/editing/cancel-command.directive.mjs +4 -4
- package/esm2022/editing/edit-command.directive.mjs +4 -4
- package/esm2022/editing/edit-template.directive.mjs +5 -5
- package/esm2022/editing/edit.service.mjs +5 -5
- package/esm2022/editing/remove-command.directive.mjs +4 -4
- package/esm2022/editing/save-command.directive.mjs +4 -4
- package/esm2022/editing-directives/editing-directive-base.mjs +4 -4
- package/esm2022/editing-directives/in-cell-editing.directive.mjs +4 -4
- package/esm2022/editing-directives/reactive-editing.directive.mjs +4 -4
- package/esm2022/editing-directives/row-editing-directive-base.mjs +3 -3
- package/esm2022/editing-directives/template-editing.directive.mjs +4 -4
- package/esm2022/excel/excel-command-tool.directive.mjs +4 -4
- package/esm2022/excel/excel-command.directive.mjs +4 -4
- package/esm2022/excel/excel.component.mjs +4 -4
- package/esm2022/excel/excel.module.mjs +4 -4
- package/esm2022/excel/excel.service.mjs +3 -3
- package/esm2022/expand-state/expand-state.service.mjs +3 -3
- package/esm2022/expand-state/expandable-tree-component.mjs +3 -3
- package/esm2022/expand-state/expandable.directive.mjs +4 -4
- package/esm2022/filtering/base-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/boolean-filter.component.mjs +4 -4
- package/esm2022/filtering/cell/autocomplete-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/boolean-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/date-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-host.directive.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-operators.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell-template.directive.mjs +5 -5
- package/esm2022/filtering/cell/filter-cell-wrapper.component.mjs +4 -4
- package/esm2022/filtering/cell/filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/numeric-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/cell/string-filter-cell.component.mjs +4 -4
- package/esm2022/filtering/date-filter.component.mjs +4 -4
- package/esm2022/filtering/filter-host.directive.mjs +4 -4
- package/esm2022/filtering/filter-input-wrapper.component.mjs +4 -4
- package/esm2022/filtering/filter-input.directive.mjs +5 -5
- package/esm2022/filtering/filter-row.component.mjs +4 -4
- package/esm2022/filtering/filter.service.mjs +5 -5
- package/esm2022/filtering/menu/boolean-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/date-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/date-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-container.component.mjs +5 -5
- package/esm2022/filtering/menu/filter-menu-dropdownlist.directive.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-host.directive.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-input-wrapper.component.mjs +4 -4
- package/esm2022/filtering/menu/filter-menu-template.directive.mjs +5 -5
- package/esm2022/filtering/menu/filter-menu.component.mjs +5 -5
- package/esm2022/filtering/menu/filter-radio-button.directive.mjs +4 -4
- package/esm2022/filtering/menu/menu-tabbing.service.mjs +3 -3
- package/esm2022/filtering/menu/numeric-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/numeric-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/menu/string-filter-menu-input.component.mjs +4 -4
- package/esm2022/filtering/menu/string-filter-menu.component.mjs +4 -4
- package/esm2022/filtering/numeric-filter.component.mjs +4 -4
- package/esm2022/filtering/operators/after-eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/after-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/before-eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/before-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/contains-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/ends-with-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/eq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/filter-operator.base.mjs +5 -5
- package/esm2022/filtering/operators/gt-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/gte-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-empty-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-not-empty-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/is-not-null-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/isnull-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/lt-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/lte-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/neq-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/not-contains-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/operators/starts-with-filter-operator.component.mjs +4 -4
- package/esm2022/filtering/string-filter.component.mjs +4 -4
- package/esm2022/layout/browser-support.service.mjs +4 -4
- package/esm2022/layout/resizable.directive.mjs +4 -4
- package/esm2022/layout/resize.service.mjs +3 -3
- package/esm2022/layout/responsive.service.mjs +3 -3
- package/esm2022/localization/custom-messages.component.mjs +4 -4
- package/esm2022/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/localization/messages.mjs +3 -3
- package/esm2022/navigation/focus-group.mjs +4 -4
- package/esm2022/navigation/focus-root.mjs +5 -5
- package/esm2022/navigation/focusable.directive.mjs +5 -5
- package/esm2022/navigation/logical-cell.directive.mjs +4 -4
- package/esm2022/navigation/logical-row.directive.mjs +4 -4
- package/esm2022/navigation/navigation.service.mjs +5 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/pdf/pdf-command-tool.directive.mjs +4 -4
- package/esm2022/pdf/pdf-command.directive.mjs +4 -4
- package/esm2022/pdf/pdf-margin.component.mjs +3 -3
- package/esm2022/pdf/pdf-template.directive.mjs +5 -5
- package/esm2022/pdf/pdf.component.mjs +4 -4
- package/esm2022/pdf/pdf.module.mjs +4 -4
- package/esm2022/pdf/pdf.service.mjs +3 -3
- package/esm2022/rendering/cell-template.directive.mjs +5 -5
- package/esm2022/rendering/cell.component.mjs +4 -4
- package/esm2022/rendering/common/col-group.component.mjs +3 -3
- package/esm2022/rendering/common/field-accessor.pipe.mjs +4 -4
- package/esm2022/rendering/common/level-items.pipe.mjs +3 -3
- package/esm2022/rendering/common/loading.component.mjs +4 -4
- package/esm2022/rendering/common/spacer.component.mjs +3 -3
- package/esm2022/rendering/footer-template.directive.mjs +5 -5
- package/esm2022/rendering/header/header-template.directive.mjs +5 -5
- package/esm2022/rendering/header/header.component.mjs +4 -4
- package/esm2022/rendering/header/select-all-checkbox.directive.mjs +4 -4
- package/esm2022/rendering/list.component.mjs +5 -5
- package/esm2022/rendering/no-records-template.directive.mjs +5 -5
- package/esm2022/rendering/table-body.component.mjs +5 -5
- package/esm2022/rendering/toolbar/toolbar-focusable.directive.mjs +4 -4
- package/esm2022/rendering/toolbar/toolbar-navigation.service.mjs +4 -4
- package/esm2022/rendering/toolbar/toolbar-template.directive.mjs +5 -5
- package/esm2022/rendering/toolbar/toolbar.component.mjs +4 -4
- package/esm2022/row-reordering/flat-reorder.service.mjs +3 -3
- package/esm2022/row-reordering/hierarchical-reorder.service.mjs +3 -3
- package/esm2022/row-reordering/row-reorder.service.mjs +4 -4
- package/esm2022/scrolling/scroll-request.service.mjs +3 -3
- package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
- package/esm2022/scrolling/suspend.service.mjs +3 -3
- package/esm2022/selection/marquee.directive.mjs +4 -4
- package/esm2022/selection/selectable.directive.mjs +4 -4
- package/esm2022/selection/selection.service.mjs +3 -3
- package/esm2022/treelist.component.mjs +4 -4
- package/esm2022/treelist.module.mjs +4 -4
- package/fesm2022/progress-kendo-angular-treelist.mjs +688 -688
- package/filtering/filterable.d.ts +1 -1
- package/package.json +23 -23
- package/schematics/ngAdd/index.js +4 -4
|
@@ -56,10 +56,10 @@ export class TreeListToolbarFocusableDirective {
|
|
|
56
56
|
this.ctx[`${this.toolbarPosition}ToolbarNavigation`].navigableElements = elements.filter(el => el !== this.element);
|
|
57
57
|
this.ctx[`${this.toolbarPosition}ToolbarNavigation`].notify();
|
|
58
58
|
}
|
|
59
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
60
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
59
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListToolbarFocusableDirective, deps: [{ token: i0.ElementRef }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
60
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TreeListToolbarFocusableDirective, isStandalone: true, selector: "\n [kendoTreeListToolbarFocusable],\n [kendoTreeListAddCommand],\n [kendoTreeListCancelCommand],\n [kendoTreeListEditCommand],\n [kendoTreeListRemoveCommand],\n [kendoTreeListSaveCommand],\n [kendoTreeListExcelCommand],\n [kendoTreeListPDFCommand]\n ", ngImport: i0 });
|
|
61
61
|
}
|
|
62
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
62
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListToolbarFocusableDirective, decorators: [{
|
|
63
63
|
type: Directive,
|
|
64
64
|
args: [{
|
|
65
65
|
selector: `
|
|
@@ -74,4 +74,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
74
74
|
`,
|
|
75
75
|
standalone: true
|
|
76
76
|
}]
|
|
77
|
-
}], ctorParameters:
|
|
77
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i1.ContextService }] });
|
|
@@ -46,9 +46,9 @@ export class TreeListToolbarNavigationService {
|
|
|
46
46
|
this.navigableElements[this.currentActiveIndex].focus();
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
50
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
49
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListToolbarNavigationService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
50
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListToolbarNavigationService });
|
|
51
51
|
}
|
|
52
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
52
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListToolbarNavigationService, decorators: [{
|
|
53
53
|
type: Injectable
|
|
54
|
-
}], ctorParameters:
|
|
54
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }] });
|
|
@@ -41,18 +41,18 @@ export class ToolbarTemplateDirective {
|
|
|
41
41
|
this.templateRef = templateRef;
|
|
42
42
|
this.optionChanges = optionChanges;
|
|
43
43
|
}
|
|
44
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
45
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
44
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }, { token: i1.OptionChangesService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
45
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoTreeListToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
|
46
46
|
}
|
|
47
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
47
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
|
48
48
|
type: Directive,
|
|
49
49
|
args: [{
|
|
50
50
|
selector: '[kendoTreeListToolbarTemplate]',
|
|
51
51
|
standalone: true
|
|
52
52
|
}]
|
|
53
|
-
}], ctorParameters:
|
|
53
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
54
54
|
type: Optional
|
|
55
|
-
}] }, { type: i1.OptionChangesService }]
|
|
55
|
+
}] }, { type: i1.OptionChangesService }], propDecorators: { position: [{
|
|
56
56
|
type: Input,
|
|
57
57
|
args: ["position"]
|
|
58
58
|
}] } });
|
|
@@ -61,8 +61,8 @@ export class ToolbarComponent {
|
|
|
61
61
|
}
|
|
62
62
|
this.navigationService.updateFocus();
|
|
63
63
|
}
|
|
64
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
65
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
64
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.ContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
65
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarComponent, isStandalone: true, selector: "kendo-treelist-toolbar", inputs: { position: "position", navigable: "navigable" }, host: { properties: { "attr.role": "this.hostRole", "class.k-grid-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses" } }, ngImport: i0, template: `
|
|
66
66
|
<ng-template
|
|
67
67
|
*ngIf="toolbarTemplateRef"
|
|
68
68
|
[ngTemplateOutlet]="toolbarTemplateRef"
|
|
@@ -71,7 +71,7 @@ export class ToolbarComponent {
|
|
|
71
71
|
</ng-template>
|
|
72
72
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
73
73
|
}
|
|
74
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
74
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
75
75
|
type: Component,
|
|
76
76
|
args: [{
|
|
77
77
|
selector: 'kendo-treelist-toolbar',
|
|
@@ -86,7 +86,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
86
86
|
standalone: true,
|
|
87
87
|
imports: [NgIf, NgTemplateOutlet]
|
|
88
88
|
}]
|
|
89
|
-
}], ctorParameters:
|
|
89
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.ContextService }], propDecorators: { hostRole: [{
|
|
90
90
|
type: HostBinding,
|
|
91
91
|
args: ['attr.role']
|
|
92
92
|
}], hostClasses: [{
|
|
@@ -40,9 +40,9 @@ export class FlatRowReorderService extends RowReorderService {
|
|
|
40
40
|
}
|
|
41
41
|
collection.splice(dropTargetIdx, 0, draggedDataItem);
|
|
42
42
|
}
|
|
43
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
44
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
43
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlatRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
44
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlatRowReorderService });
|
|
45
45
|
}
|
|
46
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
46
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlatRowReorderService, decorators: [{
|
|
47
47
|
type: Injectable
|
|
48
48
|
}] });
|
|
@@ -47,9 +47,9 @@ export class HierarchicalRowReorderService extends RowReorderService {
|
|
|
47
47
|
dropTargetItem[field].unshift(draggedItem);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
51
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
50
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HierarchicalRowReorderService, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
51
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HierarchicalRowReorderService });
|
|
52
52
|
}
|
|
53
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
53
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HierarchicalRowReorderService, decorators: [{
|
|
54
54
|
type: Injectable
|
|
55
55
|
}] });
|
|
@@ -235,11 +235,11 @@ export class RowReorderService {
|
|
|
235
235
|
this.renderer.removeStyle(this.dropIndicator, 'display');
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
239
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
238
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
239
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService });
|
|
240
240
|
}
|
|
241
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
241
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: RowReorderService, decorators: [{
|
|
242
242
|
type: Injectable
|
|
243
|
-
}], ctorParameters:
|
|
243
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }], propDecorators: { rowReorder: [{
|
|
244
244
|
type: Output
|
|
245
245
|
}] } });
|
|
@@ -13,9 +13,9 @@ export class ScrollRequestService {
|
|
|
13
13
|
scrollTo(request) {
|
|
14
14
|
this.requests.next(request);
|
|
15
15
|
}
|
|
16
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
17
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
16
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
17
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService });
|
|
18
18
|
}
|
|
19
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
19
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollRequestService, decorators: [{
|
|
20
20
|
type: Injectable
|
|
21
21
|
}] });
|
|
@@ -72,9 +72,9 @@ export class ScrollSyncService {
|
|
|
72
72
|
this.elements.splice(index, 1);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
76
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
75
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
76
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService });
|
|
77
77
|
}
|
|
78
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
78
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, decorators: [{
|
|
79
79
|
type: Injectable
|
|
80
|
-
}], ctorParameters:
|
|
80
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -9,9 +9,9 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*/
|
|
10
10
|
export class SuspendService {
|
|
11
11
|
scroll = false;
|
|
12
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
13
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
12
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
13
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService });
|
|
14
14
|
}
|
|
15
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
15
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SuspendService, decorators: [{
|
|
16
16
|
type: Injectable
|
|
17
17
|
}] });
|
|
@@ -181,16 +181,16 @@ export class MarqueeDirective {
|
|
|
181
181
|
document.body.appendChild(this.marqueeElement);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
185
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
184
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarqueeDirective, deps: [{ token: i1.DraggableDirective }, { token: i2.SelectionService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
185
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: MarqueeDirective, isStandalone: true, selector: "[kendoTreeListSelectionMarquee]", host: { properties: { "style.user-select": "this.userSelection" } }, ngImport: i0 });
|
|
186
186
|
}
|
|
187
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
187
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MarqueeDirective, decorators: [{
|
|
188
188
|
type: Directive,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: '[kendoTreeListSelectionMarquee]',
|
|
191
191
|
standalone: true
|
|
192
192
|
}]
|
|
193
|
-
}], ctorParameters:
|
|
193
|
+
}], ctorParameters: () => [{ type: i1.DraggableDirective }, { type: i2.SelectionService }, { type: i0.ChangeDetectorRef }], propDecorators: { userSelection: [{
|
|
194
194
|
type: HostBinding,
|
|
195
195
|
args: ['style.user-select']
|
|
196
196
|
}] } });
|
|
@@ -200,17 +200,17 @@ export class SelectableDirective {
|
|
|
200
200
|
get leafColumns() {
|
|
201
201
|
return this.treelist.lockedLeafColumns.toArray().concat(this.treelist.nonLockedLeafColumns.toArray());
|
|
202
202
|
}
|
|
203
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
204
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
203
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectableDirective, deps: [{ token: i1.TreeListComponent }, { token: i2.SelectionService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
204
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectableDirective, isStandalone: true, selector: "[kendoTreeListSelectable]", inputs: { selectable: "selectable", selectedItems: "selectedItems", itemKey: "itemKey", columnKey: "columnKey" }, outputs: { selectedItemsChange: "selectedItemsChange" }, exportAs: ["kendoTreeListSelectable"], ngImport: i0 });
|
|
205
205
|
}
|
|
206
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectableDirective, decorators: [{
|
|
207
207
|
type: Directive,
|
|
208
208
|
args: [{
|
|
209
209
|
exportAs: 'kendoTreeListSelectable',
|
|
210
210
|
selector: '[kendoTreeListSelectable]',
|
|
211
211
|
standalone: true
|
|
212
212
|
}]
|
|
213
|
-
}], ctorParameters:
|
|
213
|
+
}], ctorParameters: () => [{ type: i1.TreeListComponent }, { type: i2.SelectionService }], propDecorators: { selectable: [{
|
|
214
214
|
type: Input
|
|
215
215
|
}], selectedItems: [{
|
|
216
216
|
type: Input
|
|
@@ -254,9 +254,9 @@ export class SelectionService {
|
|
|
254
254
|
get leafColumns() {
|
|
255
255
|
return this.columnsContainer.lockedLeafColumns.toArray().concat(this.columnsContainer.nonLockedLeafColumns.toArray());
|
|
256
256
|
}
|
|
257
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
258
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
257
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
258
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService });
|
|
259
259
|
}
|
|
260
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
260
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, decorators: [{
|
|
261
261
|
type: Injectable
|
|
262
262
|
}] });
|
|
@@ -1853,8 +1853,8 @@ export class TreeListComponent {
|
|
|
1853
1853
|
this.dragTargetContainer?.notify();
|
|
1854
1854
|
this.dropTargetContainer?.notify();
|
|
1855
1855
|
}
|
|
1856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1856
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListComponent, deps: [{ token: i1.BrowserSupportService }, { token: i0.ElementRef }, { token: i2.ChangeNotificationService }, { token: i3.EditService }, { token: i4.FilterService }, { token: i5.PDFService }, { token: i6.ResponsiveService }, { token: i0.Renderer2 }, { token: i7.ExcelService }, { token: i0.NgZone }, { token: i8.ScrollSyncService }, { token: i9.DomEventsService }, { token: i10.ColumnResizingService }, { token: i0.ChangeDetectorRef }, { token: i11.ColumnReorderService }, { token: i12.ColumnInfoService }, { token: i13.NavigationService }, { token: i14.SortService }, { token: i15.ScrollRequestService }, { token: i16.ExpandStateService }, { token: i17.OptionChangesService }, { token: i18.SelectionService }, { token: i19.LocalizationService }, { token: i20.ContextService }, { token: i21.RowReorderService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1857
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TreeListComponent, isStandalone: true, selector: "kendo-treelist", inputs: { ariaLabel: ["aria-label", "ariaLabel"], data: "data", pageSize: "pageSize", height: "height", rowHeight: "rowHeight", skip: "skip", scrollable: "scrollable", sort: "sort", trackBy: "trackBy", filter: "filter", virtualColumns: "virtualColumns", filterable: "filterable", sortable: "sortable", pageable: "pageable", navigable: "navigable", autoSize: "autoSize", rowClass: "rowClass", resizable: "resizable", reorderable: "reorderable", loading: "loading", columnMenu: "columnMenu", hideHeader: "hideHeader", idField: "idField", selectable: "selectable", isSelected: "isSelected", rowReorderable: "rowReorderable", columnsRef: ["columns", "columnsRef"], fetchChildren: "fetchChildren", hasChildren: "hasChildren", isExpanded: "isExpanded" }, outputs: { selectionChange: "selectionChange", filterChange: "filterChange", pageChange: "pageChange", sortChange: "sortChange", dataStateChange: "dataStateChange", edit: "edit", cancel: "cancel", save: "save", remove: "remove", add: "add", cellClose: "cellClose", cellClick: "cellClick", pdfExport: "pdfExport", excelExport: "excelExport", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", scrollBottom: "scrollBottom", contentScroll: "contentScroll", expandEvent: "expand", collapseEvent: "collapse", expandStateChange: "expandStateChange", rowReorder: "rowReorder" }, host: { properties: { "attr.dir": "this.dir", "class.k-grid": "this.hostClasses", "class.k-grid-md": "this.hostClasses", "class.k-treelist": "this.hostClasses", "class.k-grid-lockedcolumns": "this.lockedClasses", "class.k-grid-virtual": "this.virtualClasses", "class.k-grid-no-scrollbar": "this.noScrollbarClass" } }, providers: [
|
|
1858
1858
|
BrowserSupportService,
|
|
1859
1859
|
LocalizationService,
|
|
1860
1860
|
ColumnInfoService,
|
|
@@ -2367,7 +2367,7 @@ export class TreeListComponent {
|
|
|
2367
2367
|
</ng-template>
|
|
2368
2368
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeListLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-treelist-toolbar", inputs: ["position", "navigable"] }, { kind: "directive", type: DragTargetContainerDirective, selector: "[kendoDragTargetContainer]", inputs: ["hint", "dragTargetFilter", "dragHandle", "dragDelay", "threshold", "dragTargetId", "dragData", "dragDisabled", "mode", "cursorStyle", "hintContext"], outputs: ["onDragReady", "onPress", "onDragStart", "onDrag", "onRelease", "onDragEnd"], exportAs: ["kendoDragTargetContainer"] }, { kind: "directive", type: DropTargetContainerDirective, selector: "[kendoDropTargetContainer]", inputs: ["dropTargetFilter", "dropDisabled"], outputs: ["onDragEnter", "onDragOver", "onDragLeave", "onDrop"], exportAs: ["kendoDropTargetContainer"] }, { kind: "directive", type: TableDirective, selector: "[kendoTreeListResizableTable]", inputs: ["locked", "virtualColumns"] }, { kind: "component", type: ColGroupComponent, selector: "[kendoTreeListColGroup]", inputs: ["columns"] }, { kind: "component", type: HeaderComponent, selector: "[kendoTreeListHeader]", inputs: ["totalColumnLevels", "columns", "scrollable", "filterable", "sort", "filter", "sortable", "lockedColumnsCount", "resizable", "reorderable", "columnMenu", "columnMenuTemplate", "totalColumnsCount", "totalColumns", "tabIndex"] }, { kind: "directive", type: ResizableContainerDirective, selector: "[kendoTreeListResizableContainer]", inputs: ["lockedWidth", "kendoTreeListResizableContainer"] }, { kind: "component", type: ListComponent, selector: "kendo-treelist-list", inputs: ["view", "total", "rowHeight", "take", "skip", "columns", "noRecordsTemplate", "filterable", "rowClass", "loading", "trackBy", "virtualColumns", "isVirtual", "expandIcons"], outputs: ["contentScroll", "pageChange", "scrollBottom"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: MarqueeDirective, selector: "[kendoTreeListSelectionMarquee]" }, { kind: "component", type: TableBodyComponent, selector: "[kendoTreeListTableBody]", inputs: ["columns", "allColumns", "noRecordsTemplate", "view", "skip", "filterable", "noRecordsText", "isLocked", "lockedColumnsCount", "totalColumnsCount", "virtualColumns", "expandIcons", "trackBy", "totalColumns", "rowClass"] }, { kind: "component", type: LoadingComponent, selector: "[kendoTreeListLoading]" }, { kind: "component", type: i22.CustomMessagesComponent, selector: "kendo-datapager-messages, kendo-pager-messages" }, { kind: "component", type: i22.PagerInfoComponent, selector: "kendo-datapager-info, kendo-pager-info" }, { kind: "component", type: i22.PagerInputComponent, selector: "kendo-datapager-input, kendo-pager-input", inputs: ["showPageText", "size"] }, { kind: "component", type: i22.PagerNextButtonsComponent, selector: "kendo-datapager-next-buttons, kendo-pager-next-buttons", inputs: ["size"] }, { kind: "component", type: i22.PagerNumericButtonsComponent, selector: "kendo-datapager-numeric-buttons, kendo-pager-numeric-buttons", inputs: ["buttonCount", "size"] }, { kind: "component", type: i22.PagerPageSizesComponent, selector: "kendo-datapager-page-sizes, kendo-pager-page-sizes", inputs: ["showItemsText", "pageSizes", "size", "adaptiveMode"] }, { kind: "component", type: i22.PagerPrevButtonsComponent, selector: "kendo-datapager-prev-buttons, kendo-pager-prev-buttons", inputs: ["size"] }, { kind: "directive", type: i22.PagerTemplateDirective, selector: "[kendoDataPagerTemplate], [kendoPagerTemplate]" }, { kind: "component", type: i22.PagerComponent, selector: "kendo-datapager, kendo-pager", inputs: ["externalTemplate", "total", "skip", "pageSize", "buttonCount", "info", "type", "pageSizeValues", "previousNext", "navigable", "size", "responsive", "adaptiveMode"], outputs: ["pageChange", "pageSizeChange", "pagerInputVisibilityChange", "pageTextVisibilityChange", "itemsTextVisibilityChange"], exportAs: ["kendoDataPager", "kendoPager"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
2369
2369
|
}
|
|
2370
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2370
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListComponent, decorators: [{
|
|
2371
2371
|
type: Component,
|
|
2372
2372
|
args: [{
|
|
2373
2373
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -2892,7 +2892,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2892
2892
|
TableDirective, ColGroupComponent, HeaderComponent, ResizableContainerDirective, ListComponent, DraggableDirective, MarqueeDirective,
|
|
2893
2893
|
TableBodyComponent, LoadingComponent, ...KENDO_PAGER, IconWrapperComponent]
|
|
2894
2894
|
}]
|
|
2895
|
-
}], ctorParameters:
|
|
2895
|
+
}], ctorParameters: () => [{ type: i1.BrowserSupportService }, { type: i0.ElementRef }, { type: i2.ChangeNotificationService }, { type: i3.EditService }, { type: i4.FilterService }, { type: i5.PDFService }, { type: i6.ResponsiveService }, { type: i0.Renderer2 }, { type: i7.ExcelService }, { type: i0.NgZone }, { type: i8.ScrollSyncService }, { type: i9.DomEventsService }, { type: i10.ColumnResizingService }, { type: i0.ChangeDetectorRef }, { type: i11.ColumnReorderService }, { type: i12.ColumnInfoService }, { type: i13.NavigationService }, { type: i14.SortService }, { type: i15.ScrollRequestService }, { type: i16.ExpandStateService }, { type: i17.OptionChangesService }, { type: i18.SelectionService }, { type: i19.LocalizationService }, { type: i20.ContextService }, { type: i21.RowReorderService }], propDecorators: { ariaLabel: [{
|
|
2896
2896
|
type: Input,
|
|
2897
2897
|
args: ['aria-label']
|
|
2898
2898
|
}], data: [{
|
|
@@ -141,9 +141,9 @@ import * as i107 from "@progress/kendo-angular-pager";
|
|
|
141
141
|
* ```
|
|
142
142
|
*/
|
|
143
143
|
export class TreeListModule {
|
|
144
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
145
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
146
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
144
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
145
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TreeListModule, imports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ColumnMenuItemDirective, i95.ColumnMenuAutoSizeColumnComponent, i96.ColumnMenuAutoSizeAllColumnsComponent, i97.ExcelComponent, i98.ExcelCommandDirective, i99.ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective, i101.PDFComponent, i102.PDFMarginComponent, i103.PDFCommandDirective, i104.PDFTemplateDirective, i105.PDFCommandToolbarDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i106.ToolBarToolComponent, i107.CustomMessagesComponent, i107.PagerFocusableDirective, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerTemplateDirective, i107.PagerComponent, i107.PagerSpacerComponent, TableDirective], exports: [i1.TreeListComponent, i2.ToolbarTemplateDirective, i3.ToolbarComponent, i4.TreeListSpacerComponent, i5.CustomMessagesComponent, i6.TemplateEditingDirective, i7.ReactiveEditingDirective, i8.InCellEditingDirective, i9.HierarchyBindingDirective, i10.FlatBindingDirective, i11.ExpandableDirective, i12.SelectableDirective, i13.TreeListToolbarFocusableDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i28.CommandColumnComponent, i29.CellTemplateDirective, i30.CellComponent, i31.NoRecordsTemplateDirective, i32.EditTemplateDirective, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i38.AddCommandToolbarDirective, i39.FooterTemplateDirective, i40.HeaderComponent, i41.HeaderTemplateDirective, i42.ColumnHandleDirective, i43.FilterRowComponent, i44.FilterCellComponent, i45.FilterCellTemplateDirective, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i50.FilterCellHostDirective, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i53.ContainsFilterOperatorComponent, i54.DoesNotContainFilterOperatorComponent, i55.EndsWithFilterOperatorComponent, i56.EqualFilterOperatorComponent, i57.IsEmptyFilterOperatorComponent, i58.IsNotEmptyFilterOperatorComponent, i59.IsNotNullFilterOperatorComponent, i60.IsNullFilterOperatorComponent, i61.NotEqualFilterOperatorComponent, i62.StartsWithFilterOperatorComponent, i63.GreaterFilterOperatorComponent, i64.GreaterOrEqualToFilterOperatorComponent, i65.LessFilterOperatorComponent, i66.LessOrEqualToFilterOperatorComponent, i67.AfterFilterOperatorComponent, i68.AfterEqFilterOperatorComponent, i69.BeforeEqFilterOperatorComponent, i70.BeforeFilterOperatorComponent, i71.FilterInputDirective, i14.ColumnComponent, i15.ColumnGroupComponent, i16.LogicalCellDirective, i17.LogicalRowDirective, i18.FocusableDirective, i19.ColGroupComponent, i20.ResizableContainerDirective, i21.TemplateContextDirective, i22.FieldAccessorPipe, i23.SpanColumnComponent, i24.LoadingComponent, i25.FilterCellOperatorsComponent, i26.CheckboxColumnComponent, i27.RowReorderColumnComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i77.FilterMenuTemplateDirective, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i82.FilterMenuHostDirective, i83.BooleanFilterMenuComponent, i84.BooleanFilterRadioButtonDirective, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i89.ColumnMenuItemContentTemplateDirective, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i93.ColumnMenuTemplateDirective, i94.ColumnMenuItemDirective, i95.ColumnMenuAutoSizeColumnComponent, i96.ColumnMenuAutoSizeAllColumnsComponent, i97.ExcelComponent, i98.ExcelCommandDirective, i99.ExcelCommandToolbarDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i100.FooterTemplateDirective, i100.GroupFooterTemplateDirective, i100.GroupHeaderColumnTemplateDirective, i100.GroupHeaderTemplateDirective, i101.PDFComponent, i102.PDFMarginComponent, i103.PDFCommandDirective, i104.PDFTemplateDirective, i105.PDFCommandToolbarDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i106.ToolBarToolComponent, i107.CustomMessagesComponent, i107.PagerFocusableDirective, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerTemplateDirective, i107.PagerComponent, i107.PagerSpacerComponent] });
|
|
146
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListModule, providers: [
|
|
147
147
|
IconsService,
|
|
148
148
|
ResizeBatchService,
|
|
149
149
|
CalendarDOMService,
|
|
@@ -159,7 +159,7 @@ export class TreeListModule {
|
|
|
159
159
|
WindowContainerService
|
|
160
160
|
], imports: [i1.TreeListComponent, i25.FilterCellOperatorsComponent, i30.CellComponent, i33.EditCommandDirective, i34.CancelCommandDirective, i35.SaveCommandDirective, i36.RemoveCommandDirective, i37.AddCommandDirective, i40.HeaderComponent, i46.StringFilterCellComponent, i47.NumericFilterCellComponent, i48.AutoCompleteFilterCellComponent, i49.BooleanFilterCellComponent, i51.FilterCellWrapperComponent, i52.DateFilterCellComponent, i25.FilterCellOperatorsComponent, i25.FilterCellOperatorsComponent, i72.FilterMenuComponent, i73.FilterMenuContainerComponent, i74.FilterMenuInputWrapperComponent, i75.StringFilterMenuInputComponent, i76.StringFilterMenuComponent, i78.NumericFilterMenuComponent, i79.NumericFilterMenuInputComponent, i80.DateFilterMenuInputComponent, i81.DateFilterMenuComponent, i83.BooleanFilterMenuComponent, i85.ColumnChooserComponent, i86.ColumnMenuChooserComponent, i87.ColumnMenuFilterComponent, i88.ColumnMenuItemComponent, i90.ColumnMenuSortComponent, i91.ColumnMenuComponent, i92.ColumnMenuLockComponent, i95.ColumnMenuAutoSizeColumnComponent, i96.ColumnMenuAutoSizeAllColumnsComponent, i98.ExcelCommandDirective, i100.ColumnComponent, i100.ColumnGroupComponent, i103.PDFCommandDirective, i106.ToolBarComponent, i106.ToolbarCustomMessagesComponent, i106.ToolBarButtonComponent, i106.ToolBarButtonGroupComponent, i106.ToolBarDropDownButtonComponent, i106.ToolBarSeparatorComponent, i106.ToolBarSpacerComponent, i106.ToolBarSplitButtonComponent, i107.CustomMessagesComponent, i107.PagerInfoComponent, i107.PagerInputComponent, i107.PagerNextButtonsComponent, i107.PagerNumericButtonsComponent, i107.PagerPageSizesComponent, i107.PagerPrevButtonsComponent, i107.PagerComponent, i107.PagerSpacerComponent] });
|
|
161
161
|
}
|
|
162
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
162
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeListModule, decorators: [{
|
|
163
163
|
type: NgModule,
|
|
164
164
|
args: [{
|
|
165
165
|
exports: [...KENDO_TREELIST, ...KENDO_TOOLBAR, ...KENDO_PAGER],
|