@progress/kendo-angular-treeview 16.5.0 → 16.6.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/check.directive.d.ts +1 -1
- package/directives.d.ts +23 -0
- package/disable.directive.d.ts +1 -1
- package/drag-and-drop/drag-and-drop-editing.directive.d.ts +1 -1
- package/drag-and-drop/drag-and-drop.directive.d.ts +1 -1
- package/drag-and-drop/drag-clue/drag-clue-template.directive.d.ts +1 -1
- package/drag-and-drop/drag-clue/drag-clue.component.d.ts +1 -1
- package/drag-and-drop/drop-hint/drop-hint-template.directive.d.ts +1 -1
- package/drag-and-drop/drop-hint/drop-hint.component.d.ts +1 -1
- package/esm2020/check.directive.mjs +5 -2
- package/esm2020/directives.mjs +39 -0
- package/esm2020/disable.directive.mjs +5 -2
- package/esm2020/drag-and-drop/drag-and-drop-editing.directive.mjs +3 -2
- package/esm2020/drag-and-drop/drag-and-drop.directive.mjs +3 -2
- package/esm2020/drag-and-drop/drag-clue/drag-clue-template.directive.mjs +3 -2
- package/esm2020/drag-and-drop/drag-clue/drag-clue.component.mjs +7 -5
- package/esm2020/drag-and-drop/drop-hint/drop-hint-template.directive.mjs +3 -2
- package/esm2020/drag-and-drop/drop-hint/drop-hint.component.mjs +6 -4
- package/esm2020/expand.directive.mjs +5 -2
- package/esm2020/flat-binding.directive.mjs +5 -2
- package/esm2020/hierarchy-binding.directive.mjs +5 -2
- package/esm2020/index.mjs +1 -0
- package/esm2020/load-more/load-more-button-template.directive.mjs +3 -2
- package/esm2020/load-more/load-more.directive.mjs +3 -2
- package/esm2020/loading-indicator.directive.mjs +5 -2
- package/esm2020/localization/custom-messages.component.mjs +3 -2
- package/esm2020/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/node-template.directive.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/selection/select.directive.mjs +5 -2
- package/esm2020/treeview-group.component.mjs +11 -9
- package/esm2020/treeview-item-content.directive.mjs +5 -2
- package/esm2020/treeview-item.directive.mjs +5 -2
- package/esm2020/treeview.component.mjs +10 -9
- package/esm2020/treeview.module.mjs +42 -54
- package/expand.directive.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-treeview.mjs +1326 -1372
- package/fesm2020/progress-kendo-angular-treeview.mjs +1174 -1220
- package/flat-binding.directive.d.ts +1 -1
- package/hierarchy-binding.directive.d.ts +1 -1
- package/index.d.ts +1 -0
- package/load-more/load-more-button-template.directive.d.ts +1 -1
- package/load-more/load-more.directive.d.ts +1 -1
- package/loading-indicator.directive.d.ts +1 -1
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-messages.directive.d.ts +1 -1
- package/node-template.directive.d.ts +1 -1
- package/package.json +6 -6
- package/schematics/ngAdd/index.js +4 -4
- package/selection/select.directive.d.ts +1 -1
- package/treeview-group.component.d.ts +1 -1
- package/treeview-item-content.directive.d.ts +1 -1
- package/treeview-item.directive.d.ts +1 -1
- package/treeview.component.d.ts +1 -1
- package/treeview.module.d.ts +16 -18
- package/esm2020/shared.module.mjs +0 -125
- package/shared.module.d.ts +0 -38
|
@@ -50,5 +50,5 @@ export declare class FlatDataBindingDirective extends FilteringBase implements O
|
|
|
50
50
|
*/
|
|
51
51
|
updateNodes(values: any[]): void;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<FlatDataBindingDirective, never>;
|
|
53
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FlatDataBindingDirective, "[kendoTreeViewFlatDataBinding]", never, { "nodes": "nodes"; "parentIdField": "parentIdField"; "idField": "idField"; "loadOnDemand": "loadOnDemand"; "isVisible": "isVisible"; }, {}, never, never,
|
|
53
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FlatDataBindingDirective, "[kendoTreeViewFlatDataBinding]", never, { "nodes": "nodes"; "parentIdField": "parentIdField"; "idField": "idField"; "loadOnDemand": "loadOnDemand"; "isVisible": "isVisible"; }, {}, never, never, true, never>;
|
|
54
54
|
}
|
|
@@ -44,5 +44,5 @@ export declare class HierarchyBindingDirective extends FilteringBase implements
|
|
|
44
44
|
*/
|
|
45
45
|
updateNodes(values: any[]): void;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<HierarchyBindingDirective, [null, { optional: true; host: true; }]>;
|
|
47
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoTreeViewHierarchyBinding]", never, { "childrenField": "childrenField"; "nodes": "nodes"; "isVisible": "isVisible"; "loadOnDemand": "loadOnDemand"; }, {}, never, never,
|
|
47
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<HierarchyBindingDirective, "[kendoTreeViewHierarchyBinding]", never, { "childrenField": "childrenField"; "nodes": "nodes"; "isVisible": "isVisible"; "loadOnDemand": "loadOnDemand"; }, {}, never, never, true, never>;
|
|
48
48
|
}
|
package/index.d.ts
CHANGED
|
@@ -46,3 +46,4 @@ export { FilterState } from './filter-state.interface';
|
|
|
46
46
|
export { TreeViewSize } from './size';
|
|
47
47
|
export { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
48
48
|
export { LocalizedMessagesDirective } from "./localization/localized-messages.directive";
|
|
49
|
+
export * from './directives';
|
|
@@ -18,5 +18,5 @@ export declare class LoadMoreButtonTemplateDirective {
|
|
|
18
18
|
templateRef: TemplateRef<any>;
|
|
19
19
|
constructor(templateRef: TemplateRef<any>);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadMoreButtonTemplateDirective, [{ optional: true; }]>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadMoreButtonTemplateDirective, "[kendoTreeViewLoadMoreButtonTemplate]", never, {}, {}, never, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadMoreButtonTemplateDirective, "[kendoTreeViewLoadMoreButtonTemplate]", never, {}, {}, never, never, true, never>;
|
|
22
22
|
}
|
|
@@ -51,5 +51,5 @@ export declare class LoadMoreDirective {
|
|
|
51
51
|
private getTotalNodesCount;
|
|
52
52
|
private getInitalPageSize;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadMoreDirective, never>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadMoreDirective, "[kendoTreeViewLoadMore]", never, { "loadMoreNodes": "kendoTreeViewLoadMore"; "pageSize": "pageSize"; "totalRootNodes": "totalRootNodes"; "totalField": "totalField"; }, {}, never, never,
|
|
54
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadMoreDirective, "[kendoTreeViewLoadMore]", never, { "loadMoreNodes": "kendoTreeViewLoadMore"; "pageSize": "pageSize"; "totalRootNodes": "totalRootNodes"; "totalField": "totalField"; }, {}, never, never, true, never>;
|
|
55
55
|
}
|
|
@@ -22,5 +22,5 @@ export declare class LoadingIndicatorDirective implements OnInit, OnDestroy {
|
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
ngOnDestroy(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadingIndicatorDirective, never>;
|
|
25
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingIndicatorDirective, "[kendoTreeViewLoading]", never, { "index": "kendoTreeViewLoading"; }, {}, never, never,
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingIndicatorDirective, "[kendoTreeViewLoading]", never, { "index": "kendoTreeViewLoading"; }, {}, never, never, true, never>;
|
|
26
26
|
}
|
|
@@ -13,5 +13,5 @@ export declare class CustomMessagesComponent extends TreeViewMessages {
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<CustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treeview-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomMessagesComponent, "kendo-treeview-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedMessagesDirective extends TreeViewMessages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeViewLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedMessagesDirective, "[kendoTreeViewLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -62,5 +62,5 @@ export declare class NodeTemplateDirective {
|
|
|
62
62
|
templateRef: TemplateRef<any>;
|
|
63
63
|
constructor(templateRef: TemplateRef<any>);
|
|
64
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<NodeTemplateDirective, [{ optional: true; }]>;
|
|
65
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoTreeViewNodeTemplate]", never, {}, {}, never, never,
|
|
65
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoTreeViewNodeTemplate]", never, {}, {}, never, never, true, never>;
|
|
66
66
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treeview",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.2",
|
|
4
4
|
"description": "Kendo UI TreeView for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"@angular/core": "15 - 18",
|
|
24
24
|
"@angular/platform-browser": "15 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "16.
|
|
27
|
-
"@progress/kendo-angular-inputs": "16.
|
|
28
|
-
"@progress/kendo-angular-icons": "16.
|
|
29
|
-
"@progress/kendo-angular-l10n": "16.
|
|
26
|
+
"@progress/kendo-angular-common": "16.6.0-develop.2",
|
|
27
|
+
"@progress/kendo-angular-inputs": "16.6.0-develop.2",
|
|
28
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.2",
|
|
29
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.2",
|
|
30
30
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"tslib": "^2.3.1",
|
|
34
|
-
"@progress/kendo-angular-schematics": "16.
|
|
34
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.2",
|
|
35
35
|
"@progress/kendo-common": "^0.2.0",
|
|
36
36
|
"@progress/kendo-draggable": "^3.0.2"
|
|
37
37
|
},
|
|
@@ -4,10 +4,10 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'TreeViewModule', package: 'treeview', peerDependencies: {
|
|
6
6
|
// Peers of kendo-angular-inputs
|
|
7
|
-
'@progress/kendo-angular-buttons': '16.
|
|
8
|
-
'@progress/kendo-angular-dialog': '16.
|
|
9
|
-
'@progress/kendo-angular-intl': '16.
|
|
10
|
-
'@progress/kendo-angular-popup': '16.
|
|
7
|
+
'@progress/kendo-angular-buttons': '16.6.0-develop.2',
|
|
8
|
+
'@progress/kendo-angular-dialog': '16.6.0-develop.2',
|
|
9
|
+
'@progress/kendo-angular-intl': '16.6.0-develop.2',
|
|
10
|
+
'@progress/kendo-angular-popup': '16.6.0-develop.2',
|
|
11
11
|
'@progress/kendo-drawing': '^1.9.3',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
@@ -59,5 +59,5 @@ export declare class SelectDirective implements OnDestroy, OnChanges {
|
|
|
59
59
|
protected selectMultiple(node: any): void;
|
|
60
60
|
private notify;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectDirective, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective, "[kendoTreeViewSelectable]", never, { "isSelected": "isSelected"; "selectKey": "selectBy"; "selection": "kendoTreeViewSelectable"; "selectedKeys": "selectedKeys"; }, { "selectedKeysChange": "selectedKeysChange"; }, never, never,
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectDirective, "[kendoTreeViewSelectable]", never, { "isSelected": "isSelected"; "selectKey": "selectBy"; "selection": "kendoTreeViewSelectable"; "selectedKeys": "selectedKeys"; }, { "selectedKeysChange": "selectedKeysChange"; }, never, never, true, never>;
|
|
63
63
|
}
|
|
@@ -127,5 +127,5 @@ export declare class TreeViewGroupComponent implements OnChanges, OnInit, OnDest
|
|
|
127
127
|
private reselectItemAt;
|
|
128
128
|
private registerLoadedNodes;
|
|
129
129
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewGroupComponent, never>;
|
|
130
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewGroupComponent, "[kendoTreeViewGroup]", never, { "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"; }, {}, never, never,
|
|
130
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewGroupComponent, "[kendoTreeViewGroup]", never, { "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"; }, {}, never, never, true, never>;
|
|
131
131
|
}
|
|
@@ -28,5 +28,5 @@ export declare class TreeViewItemContentDirective implements OnChanges, OnDestro
|
|
|
28
28
|
private updateSelectionClass;
|
|
29
29
|
private render;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewItemContentDirective, never>;
|
|
31
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeViewItemContentDirective, "[kendoTreeViewItemContent]", never, { "dataItem": "dataItem"; "index": "index"; "initialSelection": "initialSelection"; "isSelected": "isSelected"; }, {}, never, never,
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeViewItemContentDirective, "[kendoTreeViewItemContent]", never, { "dataItem": "dataItem"; "index": "index"; "initialSelection": "initialSelection"; "isSelected": "isSelected"; }, {}, never, never, true, never>;
|
|
32
32
|
}
|
|
@@ -66,5 +66,5 @@ export declare class TreeViewItemDirective implements OnInit, OnChanges, OnDestr
|
|
|
66
66
|
private updateTabIndex;
|
|
67
67
|
private setAttribute;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewItemDirective, never>;
|
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeViewItemDirective, "[kendoTreeViewItem]", never, { "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"; }, {}, never, never,
|
|
69
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TreeViewItemDirective, "[kendoTreeViewItem]", never, { "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"; }, {}, never, never, true, never>;
|
|
70
70
|
}
|
package/treeview.component.d.ts
CHANGED
|
@@ -432,5 +432,5 @@ export declare class TreeViewComponent implements OnChanges, OnInit, AfterViewIn
|
|
|
432
432
|
private verifyLoadMoreService;
|
|
433
433
|
private registerLookupItems;
|
|
434
434
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewComponent, never>;
|
|
435
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "kendo-treeview", ["kendoTreeView"], { "filterInputPlaceholder": "filterInputPlaceholder"; "expandDisabledNodes": "expandDisabledNodes"; "animate": "animate"; "nodeTemplateRef": "nodeTemplate"; "loadMoreButtonTemplateRef": "loadMoreButtonTemplate"; "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"; }, { "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"; }, ["nodeTemplateQuery", "loadMoreButtonTemplateQuery"], never,
|
|
435
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TreeViewComponent, "kendo-treeview", ["kendoTreeView"], { "filterInputPlaceholder": "filterInputPlaceholder"; "expandDisabledNodes": "expandDisabledNodes"; "animate": "animate"; "nodeTemplateRef": "nodeTemplate"; "loadMoreButtonTemplateRef": "loadMoreButtonTemplate"; "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"; }, { "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"; }, ["nodeTemplateQuery", "loadMoreButtonTemplateQuery"], never, true, never>;
|
|
436
436
|
}
|
package/treeview.module.d.ts
CHANGED
|
@@ -3,28 +3,26 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./
|
|
7
|
-
import * as i2 from "./
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "./
|
|
10
|
-
import * as i5 from "./
|
|
11
|
-
import * as i6 from "./
|
|
12
|
-
import * as i7 from "./
|
|
13
|
-
import * as i8 from "./
|
|
14
|
-
import * as i9 from "./
|
|
15
|
-
import * as i10 from "./drag-and-drop/drag-
|
|
16
|
-
import * as i11 from "./drag-and-drop/
|
|
17
|
-
import * as i12 from "./drag-and-drop/
|
|
18
|
-
import * as i13 from "./
|
|
19
|
-
import * as i14 from "./load-more/load-more.directive";
|
|
20
|
-
import * as i15 from "./
|
|
21
|
-
import * as i16 from "./localization/localized-messages.directive";
|
|
22
|
-
import * as i17 from "./localization/custom-messages.component";
|
|
6
|
+
import * as i1 from "./treeview.component";
|
|
7
|
+
import * as i2 from "./node-template.directive";
|
|
8
|
+
import * as i3 from "./check.directive";
|
|
9
|
+
import * as i4 from "./disable.directive";
|
|
10
|
+
import * as i5 from "./expand.directive";
|
|
11
|
+
import * as i6 from "./selection/select.directive";
|
|
12
|
+
import * as i7 from "./hierarchy-binding.directive";
|
|
13
|
+
import * as i8 from "./flat-binding.directive";
|
|
14
|
+
import * as i9 from "./drag-and-drop/drag-and-drop.directive";
|
|
15
|
+
import * as i10 from "./drag-and-drop/drag-clue/drag-clue-template.directive";
|
|
16
|
+
import * as i11 from "./drag-and-drop/drop-hint/drop-hint-template.directive";
|
|
17
|
+
import * as i12 from "./drag-and-drop/drag-and-drop-editing.directive";
|
|
18
|
+
import * as i13 from "./load-more/load-more.directive";
|
|
19
|
+
import * as i14 from "./load-more/load-more-button-template.directive";
|
|
20
|
+
import * as i15 from "./localization/custom-messages.component";
|
|
23
21
|
/**
|
|
24
22
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the TreeView component.
|
|
25
23
|
*/
|
|
26
24
|
export declare class TreeViewModule {
|
|
27
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<TreeViewModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, never, [typeof i1.
|
|
26
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TreeViewModule, never, [typeof i1.TreeViewComponent, typeof i2.NodeTemplateDirective, typeof i3.CheckDirective, typeof i4.DisableDirective, typeof i5.ExpandDirective, typeof i6.SelectDirective, typeof i7.HierarchyBindingDirective, typeof i8.FlatDataBindingDirective, typeof i9.DragAndDropDirective, typeof i10.DragClueTemplateDirective, typeof i11.DropHintTemplateDirective, typeof i12.DragAndDropEditingDirective, typeof i13.LoadMoreDirective, typeof i14.LoadMoreButtonTemplateDirective, typeof i15.CustomMessagesComponent], [typeof i1.TreeViewComponent, typeof i2.NodeTemplateDirective, typeof i3.CheckDirective, typeof i4.DisableDirective, typeof i5.ExpandDirective, typeof i6.SelectDirective, typeof i7.HierarchyBindingDirective, typeof i8.FlatDataBindingDirective, typeof i9.DragAndDropDirective, typeof i10.DragClueTemplateDirective, typeof i11.DropHintTemplateDirective, typeof i12.DragAndDropEditingDirective, typeof i13.LoadMoreDirective, typeof i14.LoadMoreButtonTemplateDirective, typeof i15.CustomMessagesComponent]>;
|
|
29
27
|
static ɵinj: i0.ɵɵInjectorDeclaration<TreeViewModule>;
|
|
30
28
|
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgModule } from '@angular/core';
|
|
6
|
-
import { TreeViewComponent } from './treeview.component';
|
|
7
|
-
import { TreeViewGroupComponent } from './treeview-group.component';
|
|
8
|
-
import { CommonModule } from '@angular/common';
|
|
9
|
-
import { NodeTemplateDirective } from './node-template.directive';
|
|
10
|
-
import { CheckDirective } from './check.directive';
|
|
11
|
-
import { DisableDirective } from './disable.directive';
|
|
12
|
-
import { ExpandDirective } from './expand.directive';
|
|
13
|
-
import { SelectDirective } from './selection/select.directive';
|
|
14
|
-
import { HierarchyBindingDirective } from './hierarchy-binding.directive';
|
|
15
|
-
import { LoadingIndicatorDirective } from './loading-indicator.directive';
|
|
16
|
-
import { FlatDataBindingDirective } from './flat-binding.directive';
|
|
17
|
-
import { TreeViewItemDirective } from './treeview-item.directive';
|
|
18
|
-
import { TreeViewItemContentDirective } from './treeview-item-content.directive';
|
|
19
|
-
import { DragAndDropDirective } from './drag-and-drop/drag-and-drop.directive';
|
|
20
|
-
import { DragClueTemplateDirective } from './drag-and-drop/drag-clue/drag-clue-template.directive';
|
|
21
|
-
import { DropHintTemplateDirective } from './drag-and-drop/drop-hint/drop-hint-template.directive';
|
|
22
|
-
import { DragClueComponent } from './drag-and-drop/drag-clue/drag-clue.component';
|
|
23
|
-
import { DropHintComponent } from './drag-and-drop/drop-hint/drop-hint.component';
|
|
24
|
-
import { DragAndDropEditingDirective } from './drag-and-drop/drag-and-drop-editing.directive';
|
|
25
|
-
import { LoadMoreDirective } from './load-more/load-more.directive';
|
|
26
|
-
import { LoadMoreButtonTemplateDirective } from './load-more/load-more-button-template.directive';
|
|
27
|
-
import { InputsModule } from '@progress/kendo-angular-inputs';
|
|
28
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
29
|
-
import { LocalizedMessagesDirective } from './localization/localized-messages.directive';
|
|
30
|
-
import { CustomMessagesComponent } from './localization/custom-messages.component';
|
|
31
|
-
import * as i0 from "@angular/core";
|
|
32
|
-
const COMPONENT_DIRECTIVES = [
|
|
33
|
-
TreeViewComponent,
|
|
34
|
-
TreeViewGroupComponent,
|
|
35
|
-
TreeViewItemDirective,
|
|
36
|
-
TreeViewItemContentDirective,
|
|
37
|
-
NodeTemplateDirective,
|
|
38
|
-
CheckDirective,
|
|
39
|
-
DisableDirective,
|
|
40
|
-
ExpandDirective,
|
|
41
|
-
SelectDirective,
|
|
42
|
-
HierarchyBindingDirective,
|
|
43
|
-
LoadingIndicatorDirective,
|
|
44
|
-
FlatDataBindingDirective,
|
|
45
|
-
DragAndDropDirective,
|
|
46
|
-
DragClueTemplateDirective,
|
|
47
|
-
DragClueComponent,
|
|
48
|
-
DropHintTemplateDirective,
|
|
49
|
-
DropHintComponent,
|
|
50
|
-
DragAndDropEditingDirective,
|
|
51
|
-
LoadMoreDirective,
|
|
52
|
-
LoadMoreButtonTemplateDirective,
|
|
53
|
-
LocalizedMessagesDirective,
|
|
54
|
-
CustomMessagesComponent,
|
|
55
|
-
];
|
|
56
|
-
/**
|
|
57
|
-
* @hidden
|
|
58
|
-
*/
|
|
59
|
-
export class SharedModule {
|
|
60
|
-
}
|
|
61
|
-
SharedModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
62
|
-
SharedModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, declarations: [TreeViewComponent,
|
|
63
|
-
TreeViewGroupComponent,
|
|
64
|
-
TreeViewItemDirective,
|
|
65
|
-
TreeViewItemContentDirective,
|
|
66
|
-
NodeTemplateDirective,
|
|
67
|
-
CheckDirective,
|
|
68
|
-
DisableDirective,
|
|
69
|
-
ExpandDirective,
|
|
70
|
-
SelectDirective,
|
|
71
|
-
HierarchyBindingDirective,
|
|
72
|
-
LoadingIndicatorDirective,
|
|
73
|
-
FlatDataBindingDirective,
|
|
74
|
-
DragAndDropDirective,
|
|
75
|
-
DragClueTemplateDirective,
|
|
76
|
-
DragClueComponent,
|
|
77
|
-
DropHintTemplateDirective,
|
|
78
|
-
DropHintComponent,
|
|
79
|
-
DragAndDropEditingDirective,
|
|
80
|
-
LoadMoreDirective,
|
|
81
|
-
LoadMoreButtonTemplateDirective,
|
|
82
|
-
LocalizedMessagesDirective,
|
|
83
|
-
CustomMessagesComponent], imports: [CommonModule,
|
|
84
|
-
InputsModule,
|
|
85
|
-
IconsModule], exports: [TreeViewComponent,
|
|
86
|
-
TreeViewGroupComponent,
|
|
87
|
-
TreeViewItemDirective,
|
|
88
|
-
TreeViewItemContentDirective,
|
|
89
|
-
NodeTemplateDirective,
|
|
90
|
-
CheckDirective,
|
|
91
|
-
DisableDirective,
|
|
92
|
-
ExpandDirective,
|
|
93
|
-
SelectDirective,
|
|
94
|
-
HierarchyBindingDirective,
|
|
95
|
-
LoadingIndicatorDirective,
|
|
96
|
-
FlatDataBindingDirective,
|
|
97
|
-
DragAndDropDirective,
|
|
98
|
-
DragClueTemplateDirective,
|
|
99
|
-
DragClueComponent,
|
|
100
|
-
DropHintTemplateDirective,
|
|
101
|
-
DropHintComponent,
|
|
102
|
-
DragAndDropEditingDirective,
|
|
103
|
-
LoadMoreDirective,
|
|
104
|
-
LoadMoreButtonTemplateDirective,
|
|
105
|
-
LocalizedMessagesDirective,
|
|
106
|
-
CustomMessagesComponent] });
|
|
107
|
-
SharedModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, imports: [CommonModule,
|
|
108
|
-
InputsModule,
|
|
109
|
-
IconsModule] });
|
|
110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedModule, decorators: [{
|
|
111
|
-
type: NgModule,
|
|
112
|
-
args: [{
|
|
113
|
-
declarations: [COMPONENT_DIRECTIVES],
|
|
114
|
-
exports: [COMPONENT_DIRECTIVES],
|
|
115
|
-
imports: [
|
|
116
|
-
CommonModule,
|
|
117
|
-
InputsModule,
|
|
118
|
-
IconsModule
|
|
119
|
-
],
|
|
120
|
-
entryComponents: [
|
|
121
|
-
DragClueComponent,
|
|
122
|
-
DropHintComponent
|
|
123
|
-
]
|
|
124
|
-
}]
|
|
125
|
-
}] });
|
package/shared.module.d.ts
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./treeview.component";
|
|
7
|
-
import * as i2 from "./treeview-group.component";
|
|
8
|
-
import * as i3 from "./treeview-item.directive";
|
|
9
|
-
import * as i4 from "./treeview-item-content.directive";
|
|
10
|
-
import * as i5 from "./node-template.directive";
|
|
11
|
-
import * as i6 from "./check.directive";
|
|
12
|
-
import * as i7 from "./disable.directive";
|
|
13
|
-
import * as i8 from "./expand.directive";
|
|
14
|
-
import * as i9 from "./selection/select.directive";
|
|
15
|
-
import * as i10 from "./hierarchy-binding.directive";
|
|
16
|
-
import * as i11 from "./loading-indicator.directive";
|
|
17
|
-
import * as i12 from "./flat-binding.directive";
|
|
18
|
-
import * as i13 from "./drag-and-drop/drag-and-drop.directive";
|
|
19
|
-
import * as i14 from "./drag-and-drop/drag-clue/drag-clue-template.directive";
|
|
20
|
-
import * as i15 from "./drag-and-drop/drag-clue/drag-clue.component";
|
|
21
|
-
import * as i16 from "./drag-and-drop/drop-hint/drop-hint-template.directive";
|
|
22
|
-
import * as i17 from "./drag-and-drop/drop-hint/drop-hint.component";
|
|
23
|
-
import * as i18 from "./drag-and-drop/drag-and-drop-editing.directive";
|
|
24
|
-
import * as i19 from "./load-more/load-more.directive";
|
|
25
|
-
import * as i20 from "./load-more/load-more-button-template.directive";
|
|
26
|
-
import * as i21 from "./localization/localized-messages.directive";
|
|
27
|
-
import * as i22 from "./localization/custom-messages.component";
|
|
28
|
-
import * as i23 from "@angular/common";
|
|
29
|
-
import * as i24 from "@progress/kendo-angular-inputs";
|
|
30
|
-
import * as i25 from "@progress/kendo-angular-icons";
|
|
31
|
-
/**
|
|
32
|
-
* @hidden
|
|
33
|
-
*/
|
|
34
|
-
export declare class SharedModule {
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
36
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.TreeViewComponent, typeof i2.TreeViewGroupComponent, typeof i3.TreeViewItemDirective, typeof i4.TreeViewItemContentDirective, typeof i5.NodeTemplateDirective, typeof i6.CheckDirective, typeof i7.DisableDirective, typeof i8.ExpandDirective, typeof i9.SelectDirective, typeof i10.HierarchyBindingDirective, typeof i11.LoadingIndicatorDirective, typeof i12.FlatDataBindingDirective, typeof i13.DragAndDropDirective, typeof i14.DragClueTemplateDirective, typeof i15.DragClueComponent, typeof i16.DropHintTemplateDirective, typeof i17.DropHintComponent, typeof i18.DragAndDropEditingDirective, typeof i19.LoadMoreDirective, typeof i20.LoadMoreButtonTemplateDirective, typeof i21.LocalizedMessagesDirective, typeof i22.CustomMessagesComponent], [typeof i23.CommonModule, typeof i24.InputsModule, typeof i25.IconsModule], [typeof i1.TreeViewComponent, typeof i2.TreeViewGroupComponent, typeof i3.TreeViewItemDirective, typeof i4.TreeViewItemContentDirective, typeof i5.NodeTemplateDirective, typeof i6.CheckDirective, typeof i7.DisableDirective, typeof i8.ExpandDirective, typeof i9.SelectDirective, typeof i10.HierarchyBindingDirective, typeof i11.LoadingIndicatorDirective, typeof i12.FlatDataBindingDirective, typeof i13.DragAndDropDirective, typeof i14.DragClueTemplateDirective, typeof i15.DragClueComponent, typeof i16.DropHintTemplateDirective, typeof i17.DropHintComponent, typeof i18.DragAndDropEditingDirective, typeof i19.LoadMoreDirective, typeof i20.LoadMoreButtonTemplateDirective, typeof i21.LocalizedMessagesDirective, typeof i22.CustomMessagesComponent]>;
|
|
37
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
38
|
-
}
|