@progress/kendo-angular-diagrams 23.0.1 → 23.0.2-develop.1
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/diagram.component.d.ts
CHANGED
|
@@ -123,6 +123,9 @@ export declare class DiagramComponent implements AfterViewInit, OnChanges, OnDes
|
|
|
123
123
|
* Alternatively, pass a `DiagramNavigationOptions` object to customize navigation behavior.
|
|
124
124
|
*
|
|
125
125
|
* @default true
|
|
126
|
+
*
|
|
127
|
+
* @remarks
|
|
128
|
+
* This property is related to accessibility.
|
|
126
129
|
*/
|
|
127
130
|
set navigable(_navigable: boolean | DiagramNavigationOptions);
|
|
128
131
|
get navigable(): boolean | DiagramNavigationOptions;
|
|
@@ -21,7 +21,7 @@ const packageMetadata = {
|
|
|
21
21
|
productCode: 'KENDOUIANGULAR',
|
|
22
22
|
productCodes: ['KENDOUIANGULAR'],
|
|
23
23
|
publishDate: 0,
|
|
24
|
-
version: '23.0.1',
|
|
24
|
+
version: '23.0.2-develop.1',
|
|
25
25
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning',
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -224,6 +224,9 @@ class DiagramComponent {
|
|
|
224
224
|
* Alternatively, pass a `DiagramNavigationOptions` object to customize navigation behavior.
|
|
225
225
|
*
|
|
226
226
|
* @default true
|
|
227
|
+
*
|
|
228
|
+
* @remarks
|
|
229
|
+
* This property is related to accessibility.
|
|
227
230
|
*/
|
|
228
231
|
set navigable(_navigable) {
|
|
229
232
|
if (typeof _navigable === 'boolean') {
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.0.1",
|
|
10
|
+
"publishDate": 1771334983,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-diagrams",
|
|
3
|
-
"version": "23.0.1",
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular diagrams component",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1771334983,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,19 +29,19 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
33
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
34
|
-
"@progress/kendo-angular-dialog": "23.0.1",
|
|
35
|
-
"@progress/kendo-angular-dropdowns": "23.0.1",
|
|
36
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
37
|
-
"@progress/kendo-angular-inputs": "23.0.1",
|
|
38
|
-
"@progress/kendo-angular-popup": "23.0.1",
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
33
|
+
"@progress/kendo-angular-buttons": "23.0.2-develop.1",
|
|
34
|
+
"@progress/kendo-angular-dialog": "23.0.2-develop.1",
|
|
35
|
+
"@progress/kendo-angular-dropdowns": "23.0.2-develop.1",
|
|
36
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
37
|
+
"@progress/kendo-angular-inputs": "23.0.2-develop.1",
|
|
38
|
+
"@progress/kendo-angular-popup": "23.0.2-develop.1",
|
|
39
39
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@progress/kendo-diagram-common": "^2.3.2",
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "23.0.1"
|
|
44
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1"
|
|
45
45
|
},
|
|
46
46
|
"schematics": "./schematics/collection.json",
|
|
47
47
|
"module": "fesm2022/progress-kendo-angular-diagrams.mjs",
|