@progress/kendo-angular-treeview 11.0.0-develop.98 → 11.0.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treeview",
3
- "version": "11.0.0-develop.98",
3
+ "version": "11.0.0",
4
4
  "description": "Kendo UI TreeView for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,17 +22,18 @@
22
22
  "@angular/common": "13 - 15",
23
23
  "@angular/core": "13 - 15",
24
24
  "@angular/platform-browser": "13 - 15",
25
- "@progress/kendo-common": "^0.2.0",
26
- "@progress/kendo-draggable": "^3.0.2",
27
25
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "11.0.0-develop.98",
29
- "@progress/kendo-angular-inputs": "11.0.0-develop.98",
30
- "@progress/kendo-angular-l10n": "11.0.0-develop.98",
31
- "@progress/kendo-angular-schematics": "11.0.0-develop.98",
26
+ "@progress/kendo-angular-common": "11.0.0",
27
+ "@progress/kendo-angular-inputs": "11.0.0",
28
+ "@progress/kendo-angular-icons": "11.0.0",
29
+ "@progress/kendo-angular-l10n": "11.0.0",
32
30
  "rxjs": "^6.5.3 || ^7.0.0"
33
31
  },
34
32
  "dependencies": {
35
- "tslib": "^2.3.1"
33
+ "tslib": "^2.3.1",
34
+ "@progress/kendo-angular-schematics": "11.0.0",
35
+ "@progress/kendo-common": "^0.2.0",
36
+ "@progress/kendo-draggable": "^3.0.2"
36
37
  },
37
38
  "schematics": "./schematics/collection.json",
38
39
  "module": "fesm2015/progress-kendo-angular-treeview.mjs",
@@ -4,11 +4,13 @@ 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': '^8.0.0',
8
- '@progress/kendo-angular-dialog': '^7.0.0',
9
- '@progress/kendo-angular-intl': '^4.0.0',
10
- '@progress/kendo-angular-popup': '^5.0.0',
11
- '@progress/kendo-drawing': '^1.9.3'
7
+ '@progress/kendo-angular-buttons': '11.0.0',
8
+ '@progress/kendo-angular-dialog': '11.0.0',
9
+ '@progress/kendo-angular-intl': '11.0.0',
10
+ '@progress/kendo-angular-popup': '11.0.0',
11
+ '@progress/kendo-drawing': '^1.9.3',
12
+ // Peer dependency of icons
13
+ '@progress/kendo-svg-icons': '^1.0.0'
12
14
  } });
13
15
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
14
16
  }
@@ -26,11 +26,12 @@ import * as i20 from "./load-more/load-more-button-template.directive";
26
26
  import * as i21 from "@angular/common";
27
27
  import * as i22 from "./checkbox/checkbox.module";
28
28
  import * as i23 from "@progress/kendo-angular-inputs";
29
+ import * as i24 from "@progress/kendo-angular-icons";
29
30
  /**
30
31
  * @hidden
31
32
  */
32
33
  export declare class SharedModule {
33
34
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
34
- 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.CommonModule, typeof i22.CheckBoxModule, typeof i23.InputsModule], [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]>;
35
+ 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.CommonModule, typeof i22.CheckBoxModule, typeof i23.InputsModule, typeof i24.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]>;
35
36
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
36
37
  }
@@ -14,6 +14,7 @@ import { CheckedState } from './checkbox/checked-state';
14
14
  import { Observable } from 'rxjs';
15
15
  import { DataChangeNotificationService } from './data-change-notification.service';
16
16
  import { TreeViewSize } from './size';
17
+ import { SVGIcon } from '@progress/kendo-svg-icons';
17
18
  import * as i0 from "@angular/core";
18
19
  /**
19
20
  * @hidden
@@ -27,6 +28,14 @@ export declare class TreeViewGroupComponent implements OnChanges, OnInit, OnDest
27
28
  protected nodeChildrenService: NodeChildrenService;
28
29
  protected dataChangeNotification: DataChangeNotificationService;
29
30
  protected changeDetectorRef: ChangeDetectorRef;
31
+ /**
32
+ * @hidden
33
+ */
34
+ caretAltDownIcon: SVGIcon;
35
+ /**
36
+ * @hidden
37
+ */
38
+ caretAltRightIcon: SVGIcon;
30
39
  kGroupClass: boolean;
31
40
  role: string;
32
41
  checkboxes: boolean;
@@ -49,6 +58,8 @@ export declare class TreeViewGroupComponent implements OnChanges, OnInit, OnDest
49
58
  initialNodesLoaded: boolean;
50
59
  loadingMoreNodes: boolean;
51
60
  isItemExpandable: (node: any, index: any) => boolean;
61
+ getFontIcon(node: any, index: any): string;
62
+ getSvgIcon(node: any, index: any): SVGIcon;
52
63
  get moreNodesAvailable(): boolean;
53
64
  get pageSize(): number;
54
65
  set pageSize(pageSize: number);
@@ -22,6 +22,7 @@ import { LoadMoreService } from './load-more/load-more.service';
22
22
  import { TreeItemDropEvent, TreeItemAddRemoveArgs, EditService, TreeItemDragEvent, TreeItemDragStartEvent } from './drag-and-drop/models';
23
23
  import { FilterState } from './filter-state.interface';
24
24
  import { TreeViewSize } from './size';
25
+ import { SVGIcon } from '@progress/kendo-svg-icons';
25
26
  import * as i0 from "@angular/core";
26
27
  /**
27
28
  * Represents the [Kendo UI TreeView component for Angular]({% slug overview_treeview %}).
@@ -45,6 +46,10 @@ export declare class TreeViewComponent implements OnChanges, OnInit, OnDestroy,
45
46
  private renderer;
46
47
  private dataChangeNotification;
47
48
  private localization;
49
+ /**
50
+ * @hidden
51
+ */
52
+ searchIcon: SVGIcon;
48
53
  classNames: boolean;
49
54
  role: string;
50
55
  /** @hidden */
@@ -253,7 +258,7 @@ export declare class TreeViewComponent implements OnChanges, OnInit, OnDestroy,
253
258
  get isSelected(): (item: object, index: string) => boolean;
254
259
  set isSelected(callback: (item: object, index: string) => boolean);
255
260
  /**
256
- * A callback which determines whether a TreeView node should be rendered as hidden. The utility .k-display-none class is used to hide the nodes.
261
+ * A callback which determines whether a TreeView node should be rendered as hidden. The utility .k-hidden class is used to hide the nodes.
257
262
  * Useful for custom filtering implementations.
258
263
  */
259
264
  isVisible: (item: object, index: string) => boolean;