@progress/kendo-angular-treeview 14.1.0-develop.1 → 14.1.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/checkable-settings.d.ts +0 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/treeview.component.mjs +0 -1
- package/fesm2015/progress-kendo-angular-treeview.mjs +2 -3
- package/fesm2020/progress-kendo-angular-treeview.mjs +2 -3
- package/package.json +6 -6
- package/schematics/ngAdd/index.js +4 -4
- package/treeview.component.d.ts +0 -1
package/checkable-settings.d.ts
CHANGED
|
@@ -7,7 +7,6 @@ import { CheckMode } from './check-mode';
|
|
|
7
7
|
* The checkable settings of the TreeView
|
|
8
8
|
* ([see example]({% slug checkboxes_treeview %})).
|
|
9
9
|
*
|
|
10
|
-
* @example
|
|
11
10
|
* {% meta height:610 %}
|
|
12
11
|
* {% embed_file checkable/basic/app.component.ts preview %}
|
|
13
12
|
* {% embed_file checkable/basic/app.module.ts %}
|
|
@@ -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:
|
|
13
|
-
version: '14.1.0-develop.
|
|
12
|
+
publishDate: 1699261212,
|
|
13
|
+
version: '14.1.0-develop.3',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -64,7 +64,6 @@ const providers = [
|
|
|
64
64
|
/**
|
|
65
65
|
* Represents the [Kendo UI TreeView component for Angular]({% slug overview_treeview %}).
|
|
66
66
|
*
|
|
67
|
-
* @example
|
|
68
67
|
* {% meta height:450 %}
|
|
69
68
|
* {% embed_file get-started/app.component.ts preview %}
|
|
70
69
|
* {% embed_file get-started/app.module.ts %}
|
|
@@ -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:
|
|
32
|
-
version: '14.1.0-develop.
|
|
31
|
+
publishDate: 1699261212,
|
|
32
|
+
version: '14.1.0-develop.3',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -2196,7 +2196,6 @@ const providers = [
|
|
|
2196
2196
|
/**
|
|
2197
2197
|
* Represents the [Kendo UI TreeView component for Angular]({% slug overview_treeview %}).
|
|
2198
2198
|
*
|
|
2199
|
-
* @example
|
|
2200
2199
|
* {% meta height:450 %}
|
|
2201
2200
|
* {% embed_file get-started/app.component.ts preview %}
|
|
2202
2201
|
* {% embed_file get-started/app.module.ts %}
|
|
@@ -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:
|
|
32
|
-
version: '14.1.0-develop.
|
|
31
|
+
publishDate: 1699261212,
|
|
32
|
+
version: '14.1.0-develop.3',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -2192,7 +2192,6 @@ const providers = [
|
|
|
2192
2192
|
/**
|
|
2193
2193
|
* Represents the [Kendo UI TreeView component for Angular]({% slug overview_treeview %}).
|
|
2194
2194
|
*
|
|
2195
|
-
* @example
|
|
2196
2195
|
* {% meta height:450 %}
|
|
2197
2196
|
* {% embed_file get-started/app.component.ts preview %}
|
|
2198
2197
|
* {% embed_file get-started/app.module.ts %}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-treeview",
|
|
3
|
-
"version": "14.1.0-develop.
|
|
3
|
+
"version": "14.1.0-develop.3",
|
|
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": "14.1.0-develop.
|
|
27
|
-
"@progress/kendo-angular-inputs": "14.1.0-develop.
|
|
28
|
-
"@progress/kendo-angular-icons": "14.1.0-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "14.1.0-develop.
|
|
26
|
+
"@progress/kendo-angular-common": "14.1.0-develop.3",
|
|
27
|
+
"@progress/kendo-angular-inputs": "14.1.0-develop.3",
|
|
28
|
+
"@progress/kendo-angular-icons": "14.1.0-develop.3",
|
|
29
|
+
"@progress/kendo-angular-l10n": "14.1.0-develop.3",
|
|
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": "14.1.0-develop.
|
|
34
|
+
"@progress/kendo-angular-schematics": "14.1.0-develop.3",
|
|
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': '14.1.0-develop.
|
|
8
|
-
'@progress/kendo-angular-dialog': '14.1.0-develop.
|
|
9
|
-
'@progress/kendo-angular-intl': '14.1.0-develop.
|
|
10
|
-
'@progress/kendo-angular-popup': '14.1.0-develop.
|
|
7
|
+
'@progress/kendo-angular-buttons': '14.1.0-develop.3',
|
|
8
|
+
'@progress/kendo-angular-dialog': '14.1.0-develop.3',
|
|
9
|
+
'@progress/kendo-angular-intl': '14.1.0-develop.3',
|
|
10
|
+
'@progress/kendo-angular-popup': '14.1.0-develop.3',
|
|
11
11
|
'@progress/kendo-drawing': '^1.9.3',
|
|
12
12
|
// Peer dependency of icons
|
|
13
13
|
'@progress/kendo-svg-icons': '^2.0.0'
|
package/treeview.component.d.ts
CHANGED
|
@@ -28,7 +28,6 @@ import * as i0 from "@angular/core";
|
|
|
28
28
|
/**
|
|
29
29
|
* Represents the [Kendo UI TreeView component for Angular]({% slug overview_treeview %}).
|
|
30
30
|
*
|
|
31
|
-
* @example
|
|
32
31
|
* {% meta height:450 %}
|
|
33
32
|
* {% embed_file get-started/app.component.ts preview %}
|
|
34
33
|
* {% embed_file get-started/app.module.ts %}
|