@progress/kendo-angular-treeview 15.2.0-develop.5 → 15.2.0-develop.6

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.
@@ -16,7 +16,7 @@ import { CheckMode } from './check-mode';
16
16
  export interface CheckableSettings {
17
17
  /**
18
18
  * Determines if a checkbox selection is allowed.
19
- * Defaults to `true`.
19
+ * @default true
20
20
  */
21
21
  enabled?: boolean;
22
22
  /**
@@ -29,16 +29,14 @@ export interface CheckableSettings {
29
29
  mode?: CheckMode;
30
30
  /**
31
31
  * Determines whether to automatically check the children nodes.
32
- * @default true
33
- *
34
32
  * > The option works only together with the multiple selection mode.
33
+ * @default true
35
34
  */
36
35
  checkChildren?: boolean;
37
36
  /**
38
37
  * Determines whether to display the indeterminate state for the parent nodes.
39
- * @default true
40
- *
41
38
  * > The option works only together with the multiple selection mode.
39
+ * @default true
42
40
  */
43
41
  checkParents?: boolean;
44
42
  /**
@@ -48,19 +46,14 @@ export interface CheckableSettings {
48
46
  checkOnClick?: boolean;
49
47
  /**
50
48
  * Determines whether disabled children will be checked if their parent is checked.
51
- *
52
- * @default false
53
- *
54
49
  * > The option works only together with the multiple selection mode and `checkChildren: true`.
55
- */
50
+ * @default false
51
+ */
56
52
  checkDisabledChildren?: boolean;
57
53
  /**
58
54
  * Determines whether collapsed children should be unchecked when unchecking their parent.
59
- *
55
+ * > The option works only together with the multiple selection mode and when [`loadOnDemand`]({% slug api_treeview_treeviewcomponent %}#toc-loadondemand) is `true`.
60
56
  * @default false
61
- *
62
- * > The option works only together with the multiple selection mode and when
63
- * [`loadOnDemand`]({% slug api_treeview_treeviewcomponent %}#toc-loadondemand) is `true`.
64
- */
57
+ */
65
58
  uncheckCollapsedChildren?: boolean;
66
59
  }
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-treeview',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1709819354,
13
- version: '15.2.0-develop.5',
12
+ publishDate: 1710165724,
13
+ version: '15.2.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-treeview',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1709819354,
32
- version: '15.2.0-develop.5',
31
+ publishDate: 1710165724,
32
+ version: '15.2.0-develop.6',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
@@ -28,8 +28,8 @@ const packageMetadata = {
28
28
  name: '@progress/kendo-angular-treeview',
29
29
  productName: 'Kendo UI for Angular',
30
30
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
31
- publishDate: 1709819354,
32
- version: '15.2.0-develop.5',
31
+ publishDate: 1710165724,
32
+ version: '15.2.0-develop.6',
33
33
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
34
34
  };
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-treeview",
3
- "version": "15.2.0-develop.5",
3
+ "version": "15.2.0-develop.6",
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": "13 - 17",
24
24
  "@angular/platform-browser": "13 - 17",
25
25
  "@progress/kendo-licensing": "^1.0.2",
26
- "@progress/kendo-angular-common": "15.2.0-develop.5",
27
- "@progress/kendo-angular-inputs": "15.2.0-develop.5",
28
- "@progress/kendo-angular-icons": "15.2.0-develop.5",
29
- "@progress/kendo-angular-l10n": "15.2.0-develop.5",
26
+ "@progress/kendo-angular-common": "15.2.0-develop.6",
27
+ "@progress/kendo-angular-inputs": "15.2.0-develop.6",
28
+ "@progress/kendo-angular-icons": "15.2.0-develop.6",
29
+ "@progress/kendo-angular-l10n": "15.2.0-develop.6",
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": "15.2.0-develop.5",
34
+ "@progress/kendo-angular-schematics": "15.2.0-develop.6",
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': '15.2.0-develop.5',
8
- '@progress/kendo-angular-dialog': '15.2.0-develop.5',
9
- '@progress/kendo-angular-intl': '15.2.0-develop.5',
10
- '@progress/kendo-angular-popup': '15.2.0-develop.5',
7
+ '@progress/kendo-angular-buttons': '15.2.0-develop.6',
8
+ '@progress/kendo-angular-dialog': '15.2.0-develop.6',
9
+ '@progress/kendo-angular-intl': '15.2.0-develop.6',
10
+ '@progress/kendo-angular-popup': '15.2.0-develop.6',
11
11
  '@progress/kendo-drawing': '^1.9.3',
12
12
  // Peer dependency of icons
13
13
  '@progress/kendo-svg-icons': '^2.0.0'