@progress/kendo-angular-diagrams 21.0.0-develop.22 → 21.0.0-develop.23

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.
@@ -46,7 +46,7 @@ export declare class DiagramComponent implements AfterViewInit, OnChanges, OnDes
46
46
  */
47
47
  tooltip?: boolean;
48
48
  /**
49
- * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
49
+ * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#field-mapping)).
50
50
  * Maps source object properties to `Diagram` connection properties.
51
51
  * Only used when `connections` is an array of custom objects instead of `ConnectionOptions`.
52
52
  */
@@ -96,7 +96,7 @@ export declare class DiagramComponent implements AfterViewInit, OnChanges, OnDes
96
96
  */
97
97
  shapes?: any[];
98
98
  /**
99
- * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
99
+ * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#field-mapping)).
100
100
  * Maps source object properties to `Diagram` shape properties.
101
101
  * Only used when `shapes` is an array of custom objects instead of `ShapeOptions`.
102
102
  */
@@ -51,7 +51,7 @@ export class DiagramComponent {
51
51
  */
52
52
  tooltip = false;
53
53
  /**
54
- * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
54
+ * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#field-mapping)).
55
55
  * Maps source object properties to `Diagram` connection properties.
56
56
  * Only used when `connections` is an array of custom objects instead of `ConnectionOptions`.
57
57
  */
@@ -101,7 +101,7 @@ export class DiagramComponent {
101
101
  */
102
102
  shapes = [];
103
103
  /**
104
- * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
104
+ * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#field-mapping)).
105
105
  * Maps source object properties to `Diagram` shape properties.
106
106
  * Only used when `shapes` is an array of custom objects instead of `ShapeOptions`.
107
107
  */
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1762432345,
14
- version: '21.0.0-develop.22',
13
+ publishDate: 1762763531,
14
+ version: '21.0.0-develop.23',
15
15
  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',
16
16
  };
@@ -20,8 +20,8 @@ const packageMetadata = {
20
20
  productName: 'Kendo UI for Angular',
21
21
  productCode: 'KENDOUIANGULAR',
22
22
  productCodes: ['KENDOUIANGULAR'],
23
- publishDate: 1762432345,
24
- version: '21.0.0-develop.22',
23
+ publishDate: 1762763531,
24
+ version: '21.0.0-develop.23',
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
 
@@ -89,7 +89,7 @@ class DiagramComponent {
89
89
  */
90
90
  tooltip = false;
91
91
  /**
92
- * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
92
+ * Defines the field mapping configuration for connections data binding ([see example](slug:diagram_data_binding#field-mapping)).
93
93
  * Maps source object properties to `Diagram` connection properties.
94
94
  * Only used when `connections` is an array of custom objects instead of `ConnectionOptions`.
95
95
  */
@@ -139,7 +139,7 @@ class DiagramComponent {
139
139
  */
140
140
  shapes = [];
141
141
  /**
142
- * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#custom-field-mapping)).
142
+ * Defines the field mapping configuration for shapes data binding ([see example](slug:diagram_data_binding#field-mapping)).
143
143
  * Maps source object properties to `Diagram` shape properties.
144
144
  * Only used when `shapes` is an array of custom objects instead of `ShapeOptions`.
145
145
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-diagrams",
3
- "version": "21.0.0-develop.22",
3
+ "version": "21.0.0-develop.23",
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": 1762432345,
22
+ "publishDate": 1762763531,
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,18 +29,18 @@
29
29
  "@angular/core": "18 - 20",
30
30
  "@angular/platform-browser": "18 - 20",
31
31
  "@progress/kendo-licensing": "^1.7.0",
32
- "@progress/kendo-angular-common": "21.0.0-develop.22",
33
- "@progress/kendo-angular-buttons": "21.0.0-develop.22",
34
- "@progress/kendo-angular-dialog": "21.0.0-develop.22",
35
- "@progress/kendo-angular-dropdowns": "21.0.0-develop.22",
36
- "@progress/kendo-angular-icons": "21.0.0-develop.22",
37
- "@progress/kendo-angular-inputs": "21.0.0-develop.22",
38
- "@progress/kendo-angular-popup": "21.0.0-develop.22",
32
+ "@progress/kendo-angular-common": "21.0.0-develop.23",
33
+ "@progress/kendo-angular-buttons": "21.0.0-develop.23",
34
+ "@progress/kendo-angular-dialog": "21.0.0-develop.23",
35
+ "@progress/kendo-angular-dropdowns": "21.0.0-develop.23",
36
+ "@progress/kendo-angular-icons": "21.0.0-develop.23",
37
+ "@progress/kendo-angular-inputs": "21.0.0-develop.23",
38
+ "@progress/kendo-angular-popup": "21.0.0-develop.23",
39
39
  "rxjs": "^6.5.3 || ^7.0.0"
40
40
  },
41
41
  "dependencies": {
42
42
  "tslib": "^2.3.1",
43
- "@progress/kendo-angular-schematics": "21.0.0-develop.22",
43
+ "@progress/kendo-angular-schematics": "21.0.0-develop.23",
44
44
  "@progress/kendo-diagram-common": "1.5.0"
45
45
  },
46
46
  "schematics": "./schematics/collection.json",