@progress/kendo-angular-treeview 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/esm2022/check.directive.mjs +4 -4
- package/esm2022/data-bound-component.mjs +3 -3
- package/esm2022/disable.directive.mjs +4 -4
- package/esm2022/drag-and-drop/drag-and-drop-editing.directive.mjs +4 -4
- package/esm2022/drag-and-drop/drag-and-drop.directive.mjs +4 -4
- package/esm2022/drag-and-drop/drag-clue/drag-clue-template.directive.mjs +5 -5
- package/esm2022/drag-and-drop/drag-clue/drag-clue.component.mjs +4 -4
- package/esm2022/drag-and-drop/drag-clue/drag-clue.service.mjs +4 -4
- package/esm2022/drag-and-drop/drop-hint/drop-hint-template.directive.mjs +5 -5
- package/esm2022/drag-and-drop/drop-hint/drop-hint.component.mjs +4 -4
- package/esm2022/drag-and-drop/drop-hint/drop-hint.service.mjs +4 -4
- package/esm2022/drag-and-drop/editing-services/drag-and-drop-asset.service.mjs +3 -3
- package/esm2022/expand-state.service.mjs +3 -3
- package/esm2022/expand.directive.mjs +4 -4
- package/esm2022/expandable-component.mjs +3 -3
- package/esm2022/filtering-base.mjs +4 -4
- package/esm2022/flat-binding.directive.mjs +4 -4
- package/esm2022/hierarchy-binding.directive.mjs +5 -5
- package/esm2022/index-builder.service.mjs +3 -3
- package/esm2022/load-more/load-more-button-template.directive.mjs +5 -5
- package/esm2022/load-more/load-more.directive.mjs +4 -4
- package/esm2022/loading-indicator.directive.mjs +4 -4
- package/esm2022/loading-notification.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/navigation.service.mjs +4 -4
- package/esm2022/node-children.service.mjs +3 -3
- package/esm2022/node-template.directive.mjs +5 -5
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/selection/select.directive.mjs +4 -4
- package/esm2022/selection/selection.service.mjs +3 -3
- package/esm2022/treeview-group.component.mjs +4 -4
- package/esm2022/treeview-item-content.directive.mjs +4 -4
- package/esm2022/treeview-item.directive.mjs +4 -4
- package/esm2022/treeview-lookup.service.mjs +3 -3
- package/esm2022/treeview.component.mjs +4 -4
- package/esm2022/treeview.module.mjs +4 -4
- package/fesm2022/progress-kendo-angular-treeview.mjs +145 -145
- package/package.json +11 -11
- package/schematics/ngAdd/index.js +5 -5
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
productName: 'Kendo UI for Angular',
|
|
29
29
|
productCode: 'KENDOUIANGULAR',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '
|
|
31
|
+
publishDate: 1761757680,
|
|
32
|
+
version: '21.0.0-develop.3',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -87,10 +87,10 @@ class ExpandStateService {
|
|
|
87
87
|
collapse(index, dataItem) {
|
|
88
88
|
this.changes.next({ dataItem, index, expand: false });
|
|
89
89
|
}
|
|
90
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
91
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
90
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
91
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService });
|
|
92
92
|
}
|
|
93
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
93
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandStateService, decorators: [{
|
|
94
94
|
type: Injectable
|
|
95
95
|
}] });
|
|
96
96
|
|
|
@@ -115,10 +115,10 @@ class IndexBuilderService {
|
|
|
115
115
|
level(index) {
|
|
116
116
|
return index.split(this.INDEX_SEPARATOR).length;
|
|
117
117
|
}
|
|
118
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
119
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
118
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IndexBuilderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
119
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IndexBuilderService });
|
|
120
120
|
}
|
|
121
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
121
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IndexBuilderService, decorators: [{
|
|
122
122
|
type: Injectable
|
|
123
123
|
}] });
|
|
124
124
|
|
|
@@ -130,10 +130,10 @@ class LoadingNotificationService {
|
|
|
130
130
|
notifyLoaded(index) {
|
|
131
131
|
this.changes.next(index);
|
|
132
132
|
}
|
|
133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
134
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
133
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadingNotificationService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
134
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadingNotificationService });
|
|
135
135
|
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
136
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadingNotificationService, decorators: [{
|
|
137
137
|
type: Injectable
|
|
138
138
|
}] });
|
|
139
139
|
|
|
@@ -810,12 +810,12 @@ class NavigationService {
|
|
|
810
810
|
this.checkIndex(this.activeIndex);
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
814
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
813
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
814
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
815
815
|
}
|
|
816
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
816
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
817
817
|
type: Injectable
|
|
818
|
-
}], ctorParameters:
|
|
818
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
819
819
|
|
|
820
820
|
/**
|
|
821
821
|
* @hidden
|
|
@@ -825,10 +825,10 @@ class NodeChildrenService {
|
|
|
825
825
|
childrenLoaded(item, children) {
|
|
826
826
|
this.changes.next({ item, children });
|
|
827
827
|
}
|
|
828
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
829
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
828
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NodeChildrenService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
829
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NodeChildrenService });
|
|
830
830
|
}
|
|
831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NodeChildrenService, decorators: [{
|
|
832
832
|
type: Injectable
|
|
833
833
|
}] });
|
|
834
834
|
|
|
@@ -859,18 +859,18 @@ class NodeTemplateDirective {
|
|
|
859
859
|
constructor(templateRef) {
|
|
860
860
|
this.templateRef = templateRef;
|
|
861
861
|
}
|
|
862
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
863
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
862
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NodeTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
863
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: NodeTemplateDirective, isStandalone: true, selector: "[kendoTreeViewNodeTemplate]", ngImport: i0 });
|
|
864
864
|
}
|
|
865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
865
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NodeTemplateDirective, decorators: [{
|
|
866
866
|
type: Directive,
|
|
867
867
|
args: [{
|
|
868
868
|
selector: '[kendoTreeViewNodeTemplate]',
|
|
869
869
|
standalone: true
|
|
870
870
|
}]
|
|
871
|
-
}], ctorParameters:
|
|
871
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
872
872
|
type: Optional
|
|
873
|
-
}] }]
|
|
873
|
+
}] }] });
|
|
874
874
|
|
|
875
875
|
/**
|
|
876
876
|
* Represents a directive for customizing the load more button in the TreeView.
|
|
@@ -895,18 +895,18 @@ class LoadMoreButtonTemplateDirective {
|
|
|
895
895
|
constructor(templateRef) {
|
|
896
896
|
this.templateRef = templateRef;
|
|
897
897
|
}
|
|
898
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
899
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
898
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadMoreButtonTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
899
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LoadMoreButtonTemplateDirective, isStandalone: true, selector: "[kendoTreeViewLoadMoreButtonTemplate]", ngImport: i0 });
|
|
900
900
|
}
|
|
901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
901
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadMoreButtonTemplateDirective, decorators: [{
|
|
902
902
|
type: Directive,
|
|
903
903
|
args: [{
|
|
904
904
|
selector: '[kendoTreeViewLoadMoreButtonTemplate]',
|
|
905
905
|
standalone: true
|
|
906
906
|
}]
|
|
907
|
-
}], ctorParameters:
|
|
907
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
908
908
|
type: Optional
|
|
909
|
-
}] }]
|
|
909
|
+
}] }] });
|
|
910
910
|
|
|
911
911
|
/**
|
|
912
912
|
* @hidden
|
|
@@ -915,10 +915,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
915
915
|
* the TreeView or the DropDownTree components.
|
|
916
916
|
*/
|
|
917
917
|
class DataBoundComponent {
|
|
918
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
919
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
918
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBoundComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
919
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBoundComponent });
|
|
920
920
|
}
|
|
921
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
921
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DataBoundComponent, decorators: [{
|
|
922
922
|
type: Injectable
|
|
923
923
|
}] });
|
|
924
924
|
|
|
@@ -929,10 +929,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
929
929
|
* the TreeView or the DropDownTree components.
|
|
930
930
|
*/
|
|
931
931
|
class ExpandableComponent {
|
|
932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
933
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
932
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableComponent, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
933
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableComponent });
|
|
934
934
|
}
|
|
935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
935
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandableComponent, decorators: [{
|
|
936
936
|
type: Injectable
|
|
937
937
|
}] });
|
|
938
938
|
|
|
@@ -956,10 +956,10 @@ class SelectionService {
|
|
|
956
956
|
select(index, dataItem) {
|
|
957
957
|
this.changes.next({ dataItem, index });
|
|
958
958
|
}
|
|
959
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
960
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
959
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
960
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService });
|
|
961
961
|
}
|
|
962
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
962
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectionService, decorators: [{
|
|
963
963
|
type: Injectable
|
|
964
964
|
}] });
|
|
965
965
|
|
|
@@ -1039,10 +1039,10 @@ class TreeViewLookupService {
|
|
|
1039
1039
|
};
|
|
1040
1040
|
});
|
|
1041
1041
|
}
|
|
1042
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1043
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1042
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewLookupService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1043
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewLookupService });
|
|
1044
1044
|
}
|
|
1045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewLookupService, decorators: [{
|
|
1046
1046
|
type: Injectable
|
|
1047
1047
|
}] });
|
|
1048
1048
|
|
|
@@ -1097,16 +1097,16 @@ class TreeViewItemContentDirective {
|
|
|
1097
1097
|
const action = addClass ? 'addClass' : 'removeClass';
|
|
1098
1098
|
this.renderer[action](this.element.nativeElement, className);
|
|
1099
1099
|
}
|
|
1100
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1101
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1100
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewItemContentDirective, deps: [{ token: i0.ElementRef }, { token: NavigationService }, { token: SelectionService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1101
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TreeViewItemContentDirective, isStandalone: true, selector: "[kendoTreeViewItemContent]", inputs: { dataItem: "dataItem", index: "index", initialSelection: "initialSelection", isSelected: "isSelected" }, usesOnChanges: true, ngImport: i0 });
|
|
1102
1102
|
}
|
|
1103
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewItemContentDirective, decorators: [{
|
|
1104
1104
|
type: Directive,
|
|
1105
1105
|
args: [{
|
|
1106
1106
|
selector: '[kendoTreeViewItemContent]',
|
|
1107
1107
|
standalone: true
|
|
1108
1108
|
}]
|
|
1109
|
-
}], ctorParameters:
|
|
1109
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: NavigationService }, { type: SelectionService }, { type: i0.Renderer2 }], propDecorators: { dataItem: [{
|
|
1110
1110
|
type: Input
|
|
1111
1111
|
}], index: [{
|
|
1112
1112
|
type: Input
|
|
@@ -1157,16 +1157,16 @@ class LoadingIndicatorDirective {
|
|
|
1157
1157
|
this.subscription.unsubscribe();
|
|
1158
1158
|
}
|
|
1159
1159
|
}
|
|
1160
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1161
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1160
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadingIndicatorDirective, deps: [{ token: ExpandStateService }, { token: LoadingNotificationService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1161
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LoadingIndicatorDirective, isStandalone: true, selector: "[kendoTreeViewLoading]", inputs: { index: ["kendoTreeViewLoading", "index"] }, host: { properties: { "class.k-i-loading": "this.loading" } }, ngImport: i0 });
|
|
1162
1162
|
}
|
|
1163
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadingIndicatorDirective, decorators: [{
|
|
1164
1164
|
type: Directive,
|
|
1165
1165
|
args: [{
|
|
1166
1166
|
selector: '[kendoTreeViewLoading]',
|
|
1167
1167
|
standalone: true
|
|
1168
1168
|
}]
|
|
1169
|
-
}], ctorParameters:
|
|
1169
|
+
}], ctorParameters: () => [{ type: ExpandStateService }, { type: LoadingNotificationService }, { type: i0.ChangeDetectorRef }], propDecorators: { loading: [{
|
|
1170
1170
|
type: HostBinding,
|
|
1171
1171
|
args: ["class.k-i-loading"]
|
|
1172
1172
|
}], index: [{
|
|
@@ -1362,16 +1362,16 @@ class TreeViewItemDirective {
|
|
|
1362
1362
|
}
|
|
1363
1363
|
this.renderer.setAttribute(this.element.nativeElement, attr, value);
|
|
1364
1364
|
}
|
|
1365
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1366
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1365
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewItemDirective, deps: [{ token: i0.ElementRef }, { token: ExpandStateService }, { token: NavigationService }, { token: SelectionService }, { token: TreeViewLookupService }, { token: i0.Renderer2 }, { token: IndexBuilderService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1366
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TreeViewItemDirective, isStandalone: true, selector: "[kendoTreeViewItem]", inputs: { dataItem: "dataItem", index: "index", parentDataItem: "parentDataItem", parentIndex: "parentIndex", role: "role", loadOnDemand: "loadOnDemand", checkable: "checkable", selectable: "selectable", expandable: "expandable", isChecked: "isChecked", isDisabled: "isDisabled", isVisible: "isVisible", isExpanded: "isExpanded", isSelected: "isSelected" }, usesOnChanges: true, ngImport: i0 });
|
|
1367
1367
|
}
|
|
1368
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1368
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewItemDirective, decorators: [{
|
|
1369
1369
|
type: Directive,
|
|
1370
1370
|
args: [{
|
|
1371
1371
|
selector: '[kendoTreeViewItem]',
|
|
1372
1372
|
standalone: true
|
|
1373
1373
|
}]
|
|
1374
|
-
}], ctorParameters:
|
|
1374
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: ExpandStateService }, { type: NavigationService }, { type: SelectionService }, { type: TreeViewLookupService }, { type: i0.Renderer2 }, { type: IndexBuilderService }], propDecorators: { dataItem: [{
|
|
1375
1375
|
type: Input
|
|
1376
1376
|
}], index: [{
|
|
1377
1377
|
type: Input
|
|
@@ -1720,8 +1720,8 @@ class TreeViewGroupComponent {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
this.emitChildrenLoaded(mappedChildren);
|
|
1722
1722
|
}
|
|
1723
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1724
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
1723
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewGroupComponent, deps: [{ token: ExpandStateService }, { token: LoadingNotificationService }, { token: IndexBuilderService }, { token: TreeViewLookupService }, { token: NavigationService }, { token: NodeChildrenService }, { token: DataChangeNotificationService }, { token: i0.ChangeDetectorRef }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
1724
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TreeViewGroupComponent, isStandalone: true, selector: "[kendoTreeViewGroup]", inputs: { checkboxes: "checkboxes", expandIcons: "expandIcons", disabled: "disabled", selectable: "selectable", touchActions: "touchActions", disableParentNodesOnly: "disableParentNodesOnly", loadOnDemand: "loadOnDemand", trackBy: "trackBy", nodes: "nodes", textField: "textField", parentDataItem: "parentDataItem", parentIndex: "parentIndex", nodeTemplateRef: "nodeTemplateRef", loadMoreButtonTemplateRef: "loadMoreButtonTemplateRef", loadMoreService: "loadMoreService", size: "size", expandDisabledNodes: "expandDisabledNodes", isChecked: "isChecked", isDisabled: "isDisabled", hasCheckbox: "hasCheckbox", isExpanded: "isExpanded", isVisible: "isVisible", isSelected: "isSelected", children: "children", hasChildren: "hasChildren" }, host: { properties: { "class.k-treeview-group": "this.kGroupClass", "attr.role": "this.role" } }, usesOnChanges: true, ngImport: i0, template: `
|
|
1725
1725
|
<li
|
|
1726
1726
|
*ngFor="let node of data; let index = index; trackBy: trackBy"
|
|
1727
1727
|
class="k-treeview-item"
|
|
@@ -1884,7 +1884,7 @@ class TreeViewGroupComponent {
|
|
|
1884
1884
|
])
|
|
1885
1885
|
] });
|
|
1886
1886
|
}
|
|
1887
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewGroupComponent, decorators: [{
|
|
1888
1888
|
type: Component,
|
|
1889
1889
|
args: [{
|
|
1890
1890
|
animations: [
|
|
@@ -2055,7 +2055,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2055
2055
|
standalone: true,
|
|
2056
2056
|
imports: [NgFor, TreeViewItemDirective, NgClass, NgIf, LoadingIndicatorDirective, IconWrapperComponent, CheckBoxComponent, TreeViewItemContentDirective, NgSwitch, NgSwitchCase, NgTemplateOutlet, NgSwitchDefault]
|
|
2057
2057
|
}]
|
|
2058
|
-
}], ctorParameters:
|
|
2058
|
+
}], ctorParameters: () => [{ type: ExpandStateService }, { type: LoadingNotificationService }, { type: IndexBuilderService }, { type: TreeViewLookupService }, { type: NavigationService }, { type: NodeChildrenService }, { type: DataChangeNotificationService }, { type: i0.ChangeDetectorRef }, { type: i1.LocalizationService }, { type: i0.Renderer2 }], propDecorators: { kGroupClass: [{
|
|
2059
2059
|
type: HostBinding,
|
|
2060
2060
|
args: ["class.k-treeview-group"]
|
|
2061
2061
|
}], role: [{
|
|
@@ -2121,10 +2121,10 @@ class TreeViewMessages extends ComponentMessages {
|
|
|
2121
2121
|
* Sets the text for the `Load More` button title.
|
|
2122
2122
|
*/
|
|
2123
2123
|
loadMore;
|
|
2124
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2125
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2124
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
2125
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TreeViewMessages, selector: "kendo-treeview-messages-base", inputs: { loadMore: "loadMore" }, usesInheritance: true, ngImport: i0 });
|
|
2126
2126
|
}
|
|
2127
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewMessages, decorators: [{
|
|
2128
2128
|
type: Directive,
|
|
2129
2129
|
args: [{
|
|
2130
2130
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -2143,15 +2143,15 @@ class LocalizedMessagesDirective extends TreeViewMessages {
|
|
|
2143
2143
|
super();
|
|
2144
2144
|
this.service = service;
|
|
2145
2145
|
}
|
|
2146
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2147
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2146
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2147
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoTreeViewLocalizedMessages]", providers: [
|
|
2148
2148
|
{
|
|
2149
2149
|
provide: TreeViewMessages,
|
|
2150
2150
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
2151
2151
|
}
|
|
2152
2152
|
], usesInheritance: true, ngImport: i0 });
|
|
2153
2153
|
}
|
|
2154
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
2155
2155
|
type: Directive,
|
|
2156
2156
|
args: [{
|
|
2157
2157
|
providers: [
|
|
@@ -2163,7 +2163,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2163
2163
|
selector: '[kendoTreeViewLocalizedMessages]',
|
|
2164
2164
|
standalone: true
|
|
2165
2165
|
}]
|
|
2166
|
-
}], ctorParameters:
|
|
2166
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
2167
2167
|
|
|
2168
2168
|
let nextId = 0;
|
|
2169
2169
|
const LOAD_MORE_DOC_LINK$1 = 'https://www.telerik.com/kendo-angular-ui/components/treeview/load-more-button/';
|
|
@@ -2768,8 +2768,8 @@ class TreeViewComponent {
|
|
|
2768
2768
|
}
|
|
2769
2769
|
});
|
|
2770
2770
|
}
|
|
2771
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2772
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2771
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewComponent, deps: [{ token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: ExpandStateService }, { token: NavigationService }, { token: NodeChildrenService }, { token: SelectionService }, { token: TreeViewLookupService }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: DataChangeNotificationService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2772
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TreeViewComponent, isStandalone: true, selector: "kendo-treeview", inputs: { filterInputPlaceholder: "filterInputPlaceholder", expandDisabledNodes: "expandDisabledNodes", animate: "animate", nodeTemplateRef: ["nodeTemplate", "nodeTemplateRef"], loadMoreButtonTemplateRef: ["loadMoreButtonTemplate", "loadMoreButtonTemplateRef"], trackBy: "trackBy", nodes: "nodes", textField: "textField", hasChildren: "hasChildren", isChecked: "isChecked", isDisabled: "isDisabled", hasCheckbox: "hasCheckbox", isExpanded: "isExpanded", isSelected: "isSelected", isVisible: "isVisible", navigable: "navigable", children: "children", loadOnDemand: "loadOnDemand", filterable: "filterable", filter: "filter", size: "size", disableParentNodesOnly: "disableParentNodesOnly" }, outputs: { childrenLoaded: "childrenLoaded", onBlur: "blur", onFocus: "focus", expand: "expand", collapse: "collapse", nodeDragStart: "nodeDragStart", nodeDrag: "nodeDrag", filterStateChange: "filterStateChange", nodeDrop: "nodeDrop", nodeDragEnd: "nodeDragEnd", addItem: "addItem", removeItem: "removeItem", checkedChange: "checkedChange", selectionChange: "selectionChange", filterChange: "filterChange", nodeClick: "nodeClick", nodeDblClick: "nodeDblClick" }, host: { properties: { "class.k-treeview": "this.classNames", "attr.dir": "this.direction", "@.disabled": "this.animate" } }, providers: providers, queries: [{ propertyName: "nodeTemplateQuery", first: true, predicate: NodeTemplateDirective, descendants: true }, { propertyName: "loadMoreButtonTemplateQuery", first: true, predicate: LoadMoreButtonTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "assetsContainer", first: true, predicate: ["assetsContainer"], descendants: true, read: ViewContainerRef, static: true }, { propertyName: "searchbox", first: true, predicate: ["searchbox"], descendants: true }], exportAs: ["kendoTreeView"], usesOnChanges: true, ngImport: i0, template: `
|
|
2773
2773
|
<ng-container kendoTreeViewLocalizedMessages
|
|
2774
2774
|
i18n-loadMore="kendo.treeview.loadMore|The title of the Load More button"
|
|
2775
2775
|
loadMore="Load more..."
|
|
@@ -2828,7 +2828,7 @@ class TreeViewComponent {
|
|
|
2828
2828
|
<ng-container #assetsContainer></ng-container>
|
|
2829
2829
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoTreeViewLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TextBoxComponent, selector: "kendo-textbox", inputs: ["focusableId", "title", "type", "disabled", "readonly", "tabindex", "value", "selectOnFocus", "showSuccessIcon", "showErrorIcon", "clearButton", "successIcon", "successSvgIcon", "errorIcon", "errorSvgIcon", "clearButtonIcon", "clearButtonSvgIcon", "size", "rounded", "fillMode", "tabIndex", "placeholder", "maxlength", "inputAttributes"], outputs: ["valueChange", "inputFocus", "inputBlur", "focus", "blur"], exportAs: ["kendoTextBox"] }, { kind: "directive", type: TextBoxPrefixTemplateDirective, selector: "[kendoTextBoxPrefixTemplate]", inputs: ["showSeparator"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "component", type: TreeViewGroupComponent, selector: "[kendoTreeViewGroup]", inputs: ["checkboxes", "expandIcons", "disabled", "selectable", "touchActions", "disableParentNodesOnly", "loadOnDemand", "trackBy", "nodes", "textField", "parentDataItem", "parentIndex", "nodeTemplateRef", "loadMoreButtonTemplateRef", "loadMoreService", "size", "expandDisabledNodes", "isChecked", "isDisabled", "hasCheckbox", "isExpanded", "isVisible", "isSelected", "children", "hasChildren"] }], changeDetection: i0.ChangeDetectionStrategy.Default });
|
|
2830
2830
|
}
|
|
2831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2831
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewComponent, decorators: [{
|
|
2832
2832
|
type: Component,
|
|
2833
2833
|
args: [{
|
|
2834
2834
|
changeDetection: ChangeDetectionStrategy.Default,
|
|
@@ -2896,7 +2896,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2896
2896
|
standalone: true,
|
|
2897
2897
|
imports: [LocalizedMessagesDirective, NgIf, TextBoxComponent, TextBoxPrefixTemplateDirective, IconWrapperComponent, TreeViewGroupComponent]
|
|
2898
2898
|
}]
|
|
2899
|
-
}], ctorParameters:
|
|
2899
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: ExpandStateService }, { type: NavigationService }, { type: NodeChildrenService }, { type: SelectionService }, { type: TreeViewLookupService }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: DataChangeNotificationService }, { type: i1.LocalizationService }], propDecorators: { classNames: [{
|
|
2900
2900
|
type: HostBinding,
|
|
2901
2901
|
args: ["class.k-treeview"]
|
|
2902
2902
|
}], direction: [{
|
|
@@ -3301,16 +3301,16 @@ class CheckDirective {
|
|
|
3301
3301
|
this.zone.run(() => this.notify());
|
|
3302
3302
|
}
|
|
3303
3303
|
}
|
|
3304
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3305
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3304
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CheckDirective, deps: [{ token: TreeViewComponent }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3305
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CheckDirective, isStandalone: true, selector: "[kendoTreeViewCheckable]", inputs: { isChecked: "isChecked", checkKey: ["checkBy", "checkKey"], checkedKeys: "checkedKeys", checkable: ["kendoTreeViewCheckable", "checkable"] }, outputs: { checkedKeysChange: "checkedKeysChange" }, usesOnChanges: true, ngImport: i0 });
|
|
3306
3306
|
}
|
|
3307
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CheckDirective, decorators: [{
|
|
3308
3308
|
type: Directive,
|
|
3309
3309
|
args: [{
|
|
3310
3310
|
selector: '[kendoTreeViewCheckable]',
|
|
3311
3311
|
standalone: true
|
|
3312
3312
|
}]
|
|
3313
|
-
}], ctorParameters:
|
|
3313
|
+
}], ctorParameters: () => [{ type: TreeViewComponent }, { type: i0.NgZone }], propDecorators: { isChecked: [{
|
|
3314
3314
|
type: Input
|
|
3315
3315
|
}], checkKey: [{
|
|
3316
3316
|
type: Input,
|
|
@@ -3382,16 +3382,16 @@ class DisableDirective {
|
|
|
3382
3382
|
return this.disableKey(e);
|
|
3383
3383
|
}
|
|
3384
3384
|
}
|
|
3385
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3386
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3385
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DisableDirective, deps: [{ token: TreeViewComponent }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3386
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DisableDirective, isStandalone: true, selector: "[kendoTreeViewDisable]", inputs: { isDisabled: "isDisabled", disableKey: ["kendoTreeViewDisable", "disableKey"], disabledKeys: "disabledKeys" }, usesOnChanges: true, ngImport: i0 });
|
|
3387
3387
|
}
|
|
3388
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3388
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DisableDirective, decorators: [{
|
|
3389
3389
|
type: Directive,
|
|
3390
3390
|
args: [{
|
|
3391
3391
|
selector: '[kendoTreeViewDisable]',
|
|
3392
3392
|
standalone: true
|
|
3393
3393
|
}]
|
|
3394
|
-
}], ctorParameters:
|
|
3394
|
+
}], ctorParameters: () => [{ type: TreeViewComponent }, { type: i0.ChangeDetectorRef }], propDecorators: { isDisabled: [{
|
|
3395
3395
|
type: Input
|
|
3396
3396
|
}], disableKey: [{
|
|
3397
3397
|
type: Input,
|
|
@@ -3454,16 +3454,16 @@ class DragAndDropEditingDirective {
|
|
|
3454
3454
|
}
|
|
3455
3455
|
this.treeview.editService.remove(args);
|
|
3456
3456
|
}
|
|
3457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3458
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3457
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropEditingDirective, deps: [{ token: TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3458
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DragAndDropEditingDirective, isStandalone: true, selector: "[kendoTreeViewDragAndDropEditing]", inputs: { editService: "editService" }, ngImport: i0 });
|
|
3459
3459
|
}
|
|
3460
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropEditingDirective, decorators: [{
|
|
3461
3461
|
type: Directive,
|
|
3462
3462
|
args: [{
|
|
3463
3463
|
selector: '[kendoTreeViewDragAndDropEditing]',
|
|
3464
3464
|
standalone: true
|
|
3465
3465
|
}]
|
|
3466
|
-
}], ctorParameters:
|
|
3466
|
+
}], ctorParameters: () => [{ type: TreeViewComponent }], propDecorators: { editService: [{
|
|
3467
3467
|
type: Input
|
|
3468
3468
|
}] } });
|
|
3469
3469
|
|
|
@@ -3692,8 +3692,8 @@ class DragClueComponent {
|
|
|
3692
3692
|
detectChanges() {
|
|
3693
3693
|
this.cdr.detectChanges();
|
|
3694
3694
|
}
|
|
3695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3695
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
3696
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DragClueComponent, isStandalone: true, selector: "kendo-treeview-drag-clue", host: { properties: { "class.k-header": "this.hostClasses", "class.k-drag-clue": "this.hostClasses", "style.position": "this.posistionStyle" } }, ngImport: i0, template: `
|
|
3697
3697
|
<ng-container *ngIf="!template">
|
|
3698
3698
|
<kendo-icon-wrapper
|
|
3699
3699
|
innerCssClass="k-drag-status"
|
|
@@ -3717,7 +3717,7 @@ class DragClueComponent {
|
|
|
3717
3717
|
</ng-template>
|
|
3718
3718
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3719
3719
|
}
|
|
3720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3720
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueComponent, decorators: [{
|
|
3721
3721
|
type: Component,
|
|
3722
3722
|
args: [{
|
|
3723
3723
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -3748,7 +3748,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3748
3748
|
standalone: true,
|
|
3749
3749
|
imports: [NgIf, IconWrapperComponent, NgTemplateOutlet]
|
|
3750
3750
|
}]
|
|
3751
|
-
}], ctorParameters:
|
|
3751
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { hostClasses: [{
|
|
3752
3752
|
type: HostBinding,
|
|
3753
3753
|
args: ['class.k-header']
|
|
3754
3754
|
}, {
|
|
@@ -3794,10 +3794,10 @@ class DragAndDropAssetService {
|
|
|
3794
3794
|
this.element.style.left = `${left + offset}px`;
|
|
3795
3795
|
this.element.style.top = `${top + offset}px`;
|
|
3796
3796
|
}
|
|
3797
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3798
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3797
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropAssetService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3798
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropAssetService });
|
|
3799
3799
|
}
|
|
3800
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3800
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropAssetService, decorators: [{
|
|
3801
3801
|
type: Injectable
|
|
3802
3802
|
}] });
|
|
3803
3803
|
|
|
@@ -4171,12 +4171,12 @@ class DragClueService extends DragAndDropAssetService {
|
|
|
4171
4171
|
this.scrollInterval = null;
|
|
4172
4172
|
}
|
|
4173
4173
|
}
|
|
4174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4175
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4174
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4175
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueService });
|
|
4176
4176
|
}
|
|
4177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueService, decorators: [{
|
|
4178
4178
|
type: Injectable
|
|
4179
|
-
}], ctorParameters:
|
|
4179
|
+
}], ctorParameters: () => [] });
|
|
4180
4180
|
|
|
4181
4181
|
/**
|
|
4182
4182
|
* @hidden
|
|
@@ -4209,8 +4209,8 @@ class DropHintComponent {
|
|
|
4209
4209
|
detectChanges() {
|
|
4210
4210
|
this.changeDetectorRef.detectChanges();
|
|
4211
4211
|
}
|
|
4212
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4213
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4212
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintComponent, deps: [{ token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4213
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DropHintComponent, isStandalone: true, selector: "kendo-treeview-drop-hint", host: { properties: { "class.k-drop-hint-container": "this.hostClass", "style.position": "this.position", "style.pointer-events": "this.pointerEvents" } }, ngImport: i0, template: `
|
|
4214
4214
|
<div
|
|
4215
4215
|
*ngIf="!template"
|
|
4216
4216
|
class="k-drop-hint k-drop-hint-h"
|
|
@@ -4231,7 +4231,7 @@ class DropHintComponent {
|
|
|
4231
4231
|
<ng-template>
|
|
4232
4232
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4233
4233
|
}
|
|
4234
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4234
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintComponent, decorators: [{
|
|
4235
4235
|
type: Component,
|
|
4236
4236
|
args: [{
|
|
4237
4237
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
@@ -4259,7 +4259,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4259
4259
|
standalone: true,
|
|
4260
4260
|
imports: [NgIf, NgTemplateOutlet]
|
|
4261
4261
|
}]
|
|
4262
|
-
}], ctorParameters:
|
|
4262
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }], propDecorators: { hostClass: [{
|
|
4263
4263
|
type: HostBinding,
|
|
4264
4264
|
args: ['class.k-drop-hint-container']
|
|
4265
4265
|
}], position: [{
|
|
@@ -4296,12 +4296,12 @@ class DropHintService extends DragAndDropAssetService {
|
|
|
4296
4296
|
dropHint.destinationItem = destinationItem;
|
|
4297
4297
|
dropHint.detectChanges();
|
|
4298
4298
|
}
|
|
4299
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4300
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
4299
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4300
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintService });
|
|
4301
4301
|
}
|
|
4302
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4302
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintService, decorators: [{
|
|
4303
4303
|
type: Injectable
|
|
4304
|
-
}], ctorParameters:
|
|
4304
|
+
}], ctorParameters: () => [] });
|
|
4305
4305
|
|
|
4306
4306
|
/**
|
|
4307
4307
|
* Represents the template for the TreeView drag clue when you drag an item.
|
|
@@ -4329,18 +4329,18 @@ class DragClueTemplateDirective {
|
|
|
4329
4329
|
constructor(templateRef) {
|
|
4330
4330
|
this.templateRef = templateRef;
|
|
4331
4331
|
}
|
|
4332
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4333
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4332
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4333
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DragClueTemplateDirective, isStandalone: true, selector: "[kendoTreeViewDragClueTemplate]", ngImport: i0 });
|
|
4334
4334
|
}
|
|
4335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragClueTemplateDirective, decorators: [{
|
|
4336
4336
|
type: Directive,
|
|
4337
4337
|
args: [{
|
|
4338
4338
|
selector: '[kendoTreeViewDragClueTemplate]',
|
|
4339
4339
|
standalone: true
|
|
4340
4340
|
}]
|
|
4341
|
-
}], ctorParameters:
|
|
4341
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4342
4342
|
type: Optional
|
|
4343
|
-
}] }]
|
|
4343
|
+
}] }] });
|
|
4344
4344
|
|
|
4345
4345
|
/**
|
|
4346
4346
|
* Represents the template for the TreeView drop hint when you drag an item.
|
|
@@ -4367,18 +4367,18 @@ class DropHintTemplateDirective {
|
|
|
4367
4367
|
constructor(templateRef) {
|
|
4368
4368
|
this.templateRef = templateRef;
|
|
4369
4369
|
}
|
|
4370
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4371
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4370
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4371
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DropHintTemplateDirective, isStandalone: true, selector: "[kendoTreeViewDropHintTemplate]", ngImport: i0 });
|
|
4372
4372
|
}
|
|
4373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4373
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DropHintTemplateDirective, decorators: [{
|
|
4374
4374
|
type: Directive,
|
|
4375
4375
|
args: [{
|
|
4376
4376
|
selector: '[kendoTreeViewDropHintTemplate]',
|
|
4377
4377
|
standalone: true
|
|
4378
4378
|
}]
|
|
4379
|
-
}], ctorParameters:
|
|
4379
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4380
4380
|
type: Optional
|
|
4381
|
-
}] }]
|
|
4381
|
+
}] }] });
|
|
4382
4382
|
|
|
4383
4383
|
const DEFAULT_SCROLL_SETTINGS = {
|
|
4384
4384
|
enabled: true,
|
|
@@ -4666,13 +4666,13 @@ class DragAndDropDirective {
|
|
|
4666
4666
|
this.containerOffset = getContainerOffset(this.draggedItem);
|
|
4667
4667
|
this.pendingDragStartEvent = null;
|
|
4668
4668
|
}
|
|
4669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4670
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: TreeViewComponent }, { token: DragClueService }, { token: DropHintService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4670
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DragAndDropDirective, isStandalone: true, selector: "[kendoTreeViewDragAndDrop]", inputs: { allowCopy: "allowCopy", dropZoneTreeViews: "dropZoneTreeViews", startDragAfter: "startDragAfter", autoScroll: "autoScroll" }, host: { properties: { "style.user-select": "this.userSelectStyle", "style.-ms-user-select": "this.userSelectStyle", "style.-moz-user-select": "this.userSelectStyle", "style.-webkit-user-select": "this.userSelectStyle" } }, providers: [
|
|
4671
4671
|
DragClueService,
|
|
4672
4672
|
DropHintService
|
|
4673
4673
|
], queries: [{ propertyName: "dragClueTemplate", first: true, predicate: DragClueTemplateDirective, descendants: true }, { propertyName: "dropHintTemplate", first: true, predicate: DropHintTemplateDirective, descendants: true }], ngImport: i0 });
|
|
4674
4674
|
}
|
|
4675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4675
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragAndDropDirective, decorators: [{
|
|
4676
4676
|
type: Directive,
|
|
4677
4677
|
args: [{
|
|
4678
4678
|
selector: '[kendoTreeViewDragAndDrop]',
|
|
@@ -4682,7 +4682,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4682
4682
|
],
|
|
4683
4683
|
standalone: true
|
|
4684
4684
|
}]
|
|
4685
|
-
}], ctorParameters:
|
|
4685
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: TreeViewComponent }, { type: DragClueService }, { type: DropHintService }], propDecorators: { allowCopy: [{
|
|
4686
4686
|
type: Input
|
|
4687
4687
|
}], dropZoneTreeViews: [{
|
|
4688
4688
|
type: Input
|
|
@@ -4903,16 +4903,16 @@ class ExpandDirective {
|
|
|
4903
4903
|
this.lastChange = Array.from(this.state);
|
|
4904
4904
|
this.expandedKeysChange.emit(this.lastChange);
|
|
4905
4905
|
}
|
|
4906
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4907
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4906
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandDirective, deps: [{ token: ExpandableComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4907
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ExpandDirective, isStandalone: true, selector: "[kendoTreeViewExpandable]", inputs: { isExpanded: "isExpanded", expandKey: ["expandBy", "expandKey"], expandOnFilter: "expandOnFilter", expandedKeys: "expandedKeys" }, outputs: { expandedKeysChange: "expandedKeysChange" }, usesOnChanges: true, ngImport: i0 });
|
|
4908
4908
|
}
|
|
4909
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4909
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ExpandDirective, decorators: [{
|
|
4910
4910
|
type: Directive,
|
|
4911
4911
|
args: [{
|
|
4912
4912
|
selector: '[kendoTreeViewExpandable]',
|
|
4913
4913
|
standalone: true
|
|
4914
4914
|
}]
|
|
4915
|
-
}], ctorParameters:
|
|
4915
|
+
}], ctorParameters: () => [{ type: ExpandableComponent }], propDecorators: { isExpanded: [{
|
|
4916
4916
|
type: Input
|
|
4917
4917
|
}], expandKey: [{
|
|
4918
4918
|
type: Input,
|
|
@@ -5175,12 +5175,12 @@ class FilteringBase {
|
|
|
5175
5175
|
}
|
|
5176
5176
|
});
|
|
5177
5177
|
}
|
|
5178
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5179
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5178
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilteringBase, deps: [{ token: DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5179
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilteringBase, inputs: { filterSettings: "filterSettings", filter: "filter" }, ngImport: i0 });
|
|
5180
5180
|
}
|
|
5181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilteringBase, decorators: [{
|
|
5182
5182
|
type: Directive
|
|
5183
|
-
}], ctorParameters:
|
|
5183
|
+
}], ctorParameters: () => [{ type: DataBoundComponent }], propDecorators: { filterSettings: [{
|
|
5184
5184
|
type: Input
|
|
5185
5185
|
}], filter: [{
|
|
5186
5186
|
type: Input
|
|
@@ -5315,16 +5315,16 @@ class FlatDataBindingDirective extends FilteringBase {
|
|
|
5315
5315
|
this.component.nodes = this.originalData.slice(0);
|
|
5316
5316
|
}
|
|
5317
5317
|
}
|
|
5318
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5319
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5318
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlatDataBindingDirective, deps: [{ token: DataBoundComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5319
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FlatDataBindingDirective, isStandalone: true, selector: "[kendoTreeViewFlatDataBinding]", inputs: { nodes: "nodes", parentIdField: "parentIdField", idField: "idField", loadOnDemand: "loadOnDemand", isVisible: "isVisible" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
5320
5320
|
}
|
|
5321
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5321
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FlatDataBindingDirective, decorators: [{
|
|
5322
5322
|
type: Directive,
|
|
5323
5323
|
args: [{
|
|
5324
5324
|
selector: "[kendoTreeViewFlatDataBinding]",
|
|
5325
5325
|
standalone: true
|
|
5326
5326
|
}]
|
|
5327
|
-
}], ctorParameters:
|
|
5327
|
+
}], ctorParameters: () => [{ type: DataBoundComponent }], propDecorators: { nodes: [{
|
|
5328
5328
|
type: Input
|
|
5329
5329
|
}], parentIdField: [{
|
|
5330
5330
|
type: Input
|
|
@@ -5540,20 +5540,20 @@ class HierarchyBindingDirective extends FilteringBase {
|
|
|
5540
5540
|
this.filterData = mapToWrappers(values, this.childrenField) || [];
|
|
5541
5541
|
this.updateVisibleNodes(this.filterData);
|
|
5542
5542
|
}
|
|
5543
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5544
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5543
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HierarchyBindingDirective, deps: [{ token: DataBoundComponent }, { token: DragAndDropDirective, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5544
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HierarchyBindingDirective, isStandalone: true, selector: "[kendoTreeViewHierarchyBinding]", inputs: { childrenField: "childrenField", nodes: "nodes", isVisible: "isVisible", loadOnDemand: "loadOnDemand" }, usesInheritance: true, usesOnChanges: true, ngImport: i0 });
|
|
5545
5545
|
}
|
|
5546
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5546
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HierarchyBindingDirective, decorators: [{
|
|
5547
5547
|
type: Directive,
|
|
5548
5548
|
args: [{
|
|
5549
5549
|
selector: '[kendoTreeViewHierarchyBinding]',
|
|
5550
5550
|
standalone: true
|
|
5551
5551
|
}]
|
|
5552
|
-
}], ctorParameters:
|
|
5552
|
+
}], ctorParameters: () => [{ type: DataBoundComponent }, { type: DragAndDropDirective, decorators: [{
|
|
5553
5553
|
type: Optional
|
|
5554
5554
|
}, {
|
|
5555
5555
|
type: Host
|
|
5556
|
-
}] }]
|
|
5556
|
+
}] }], propDecorators: { childrenField: [{
|
|
5557
5557
|
type: Input
|
|
5558
5558
|
}], nodes: [{
|
|
5559
5559
|
type: Input
|
|
@@ -5671,16 +5671,16 @@ class LoadMoreDirective {
|
|
|
5671
5671
|
getInitalPageSize() {
|
|
5672
5672
|
return this.pageSize;
|
|
5673
5673
|
}
|
|
5674
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5675
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5674
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadMoreDirective, deps: [{ token: TreeViewComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5675
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LoadMoreDirective, isStandalone: true, selector: "[kendoTreeViewLoadMore]", inputs: { loadMoreNodes: ["kendoTreeViewLoadMore", "loadMoreNodes"], pageSize: "pageSize", totalRootNodes: "totalRootNodes", totalField: "totalField" }, usesOnChanges: true, ngImport: i0 });
|
|
5676
5676
|
}
|
|
5677
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5677
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoadMoreDirective, decorators: [{
|
|
5678
5678
|
type: Directive,
|
|
5679
5679
|
args: [{
|
|
5680
5680
|
selector: '[kendoTreeViewLoadMore]',
|
|
5681
5681
|
standalone: true
|
|
5682
5682
|
}]
|
|
5683
|
-
}], ctorParameters:
|
|
5683
|
+
}], ctorParameters: () => [{ type: TreeViewComponent }], propDecorators: { loadMoreNodes: [{
|
|
5684
5684
|
type: Input,
|
|
5685
5685
|
args: ['kendoTreeViewLoadMore']
|
|
5686
5686
|
}], pageSize: [{
|
|
@@ -5714,15 +5714,15 @@ class CustomMessagesComponent extends TreeViewMessages {
|
|
|
5714
5714
|
get override() {
|
|
5715
5715
|
return true;
|
|
5716
5716
|
}
|
|
5717
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5718
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5717
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5718
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-treeview-messages", providers: [
|
|
5719
5719
|
{
|
|
5720
5720
|
provide: TreeViewMessages,
|
|
5721
5721
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
5722
5722
|
}
|
|
5723
5723
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
5724
5724
|
}
|
|
5725
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5725
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
5726
5726
|
type: Component,
|
|
5727
5727
|
args: [{
|
|
5728
5728
|
providers: [
|
|
@@ -5735,7 +5735,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5735
5735
|
template: ``,
|
|
5736
5736
|
standalone: true
|
|
5737
5737
|
}]
|
|
5738
|
-
}], ctorParameters:
|
|
5738
|
+
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
5739
5739
|
|
|
5740
5740
|
/**
|
|
5741
5741
|
* Manages the in-memory selection state of TreeView nodes
|
|
@@ -5873,16 +5873,16 @@ class SelectDirective {
|
|
|
5873
5873
|
this.lastChange = Array.from(this.state);
|
|
5874
5874
|
this.selectedKeysChange.emit(this.lastChange);
|
|
5875
5875
|
}
|
|
5876
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5877
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5876
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectDirective, deps: [{ token: TreeViewComponent }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5877
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectDirective, isStandalone: true, selector: "[kendoTreeViewSelectable]", inputs: { isSelected: "isSelected", selectKey: ["selectBy", "selectKey"], selection: ["kendoTreeViewSelectable", "selection"], selectedKeys: "selectedKeys" }, outputs: { selectedKeysChange: "selectedKeysChange" }, host: { properties: { "attr.aria-multiselectable": "this.getAriaMultiselectable" } }, usesOnChanges: true, ngImport: i0 });
|
|
5878
5878
|
}
|
|
5879
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5879
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectDirective, decorators: [{
|
|
5880
5880
|
type: Directive,
|
|
5881
5881
|
args: [{
|
|
5882
5882
|
selector: '[kendoTreeViewSelectable]',
|
|
5883
5883
|
standalone: true
|
|
5884
5884
|
}]
|
|
5885
|
-
}], ctorParameters:
|
|
5885
|
+
}], ctorParameters: () => [{ type: TreeViewComponent }, { type: NavigationService }], propDecorators: { isSelected: [{
|
|
5886
5886
|
type: Input
|
|
5887
5887
|
}], selectKey: [{
|
|
5888
5888
|
type: Input,
|
|
@@ -5954,9 +5954,9 @@ const KENDO_TREEVIEW = [
|
|
|
5954
5954
|
* ```
|
|
5955
5955
|
*/
|
|
5956
5956
|
class TreeViewModule {
|
|
5957
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5958
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
5959
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
5957
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
5958
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: TreeViewModule, imports: [TreeViewComponent, NodeTemplateDirective, CheckDirective, DisableDirective, ExpandDirective, SelectDirective, HierarchyBindingDirective, FlatDataBindingDirective, DragAndDropDirective, DragClueTemplateDirective, DropHintTemplateDirective, DragAndDropEditingDirective, LoadMoreDirective, LoadMoreButtonTemplateDirective, CustomMessagesComponent], exports: [TreeViewComponent, NodeTemplateDirective, CheckDirective, DisableDirective, ExpandDirective, SelectDirective, HierarchyBindingDirective, FlatDataBindingDirective, DragAndDropDirective, DragClueTemplateDirective, DropHintTemplateDirective, DragAndDropEditingDirective, LoadMoreDirective, LoadMoreButtonTemplateDirective, CustomMessagesComponent] });
|
|
5959
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewModule, providers: [
|
|
5960
5960
|
IconsService,
|
|
5961
5961
|
PopupService,
|
|
5962
5962
|
ResizeBatchService,
|
|
@@ -5966,7 +5966,7 @@ class TreeViewModule {
|
|
|
5966
5966
|
WindowContainerService
|
|
5967
5967
|
], imports: [TreeViewComponent] });
|
|
5968
5968
|
}
|
|
5969
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5969
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TreeViewModule, decorators: [{
|
|
5970
5970
|
type: NgModule,
|
|
5971
5971
|
args: [{
|
|
5972
5972
|
imports: [...KENDO_TREEVIEW],
|