@progress/kendo-angular-gantt 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.
|
@@ -45,7 +45,7 @@ const packageMetadata = {
|
|
|
45
45
|
productCode: 'KENDOUIANGULAR',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR'],
|
|
47
47
|
publishDate: 1648205948,
|
|
48
|
-
version: '23.0.1',
|
|
48
|
+
version: '23.0.2-develop.1',
|
|
49
49
|
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'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -6355,6 +6355,9 @@ class GanttComponent {
|
|
|
6355
6355
|
* Sets the `aria-label` attribute value for the toolbar.
|
|
6356
6356
|
* Use this to improve accessibility.
|
|
6357
6357
|
* @default "Toolbar"
|
|
6358
|
+
*
|
|
6359
|
+
* @remarks
|
|
6360
|
+
* This property is related to accessibility.
|
|
6358
6361
|
*/
|
|
6359
6362
|
toolbarAriaLabel = 'Toolbar';
|
|
6360
6363
|
/**
|
|
@@ -6423,6 +6426,9 @@ class GanttComponent {
|
|
|
6423
6426
|
* Enables keyboard navigation for the Gantt.
|
|
6424
6427
|
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation)).
|
|
6425
6428
|
* @default true
|
|
6429
|
+
*
|
|
6430
|
+
* @remarks
|
|
6431
|
+
* This property is related to accessibility.
|
|
6426
6432
|
*/
|
|
6427
6433
|
navigable = true;
|
|
6428
6434
|
/**
|
package/gantt.component.d.ts
CHANGED
|
@@ -241,6 +241,9 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
241
241
|
* Sets the `aria-label` attribute value for the toolbar.
|
|
242
242
|
* Use this to improve accessibility.
|
|
243
243
|
* @default "Toolbar"
|
|
244
|
+
*
|
|
245
|
+
* @remarks
|
|
246
|
+
* This property is related to accessibility.
|
|
244
247
|
*/
|
|
245
248
|
toolbarAriaLabel: string;
|
|
246
249
|
/**
|
|
@@ -299,6 +302,9 @@ export declare class GanttComponent implements AfterContentInit, OnChanges, OnDe
|
|
|
299
302
|
* Enables keyboard navigation for the Gantt.
|
|
300
303
|
* By default, navigation is enabled for the TreeList and Timeline parts of the component ([see example](https://www.telerik.com/kendo-angular-ui/components/gantt/keyboard-navigation)).
|
|
301
304
|
* @default true
|
|
305
|
+
*
|
|
306
|
+
* @remarks
|
|
307
|
+
* This property is related to accessibility.
|
|
302
308
|
*/
|
|
303
309
|
navigable: boolean;
|
|
304
310
|
/**
|
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": 1771334961,
|
|
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-gantt",
|
|
3
|
-
"version": "23.0.1",
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular Gantt",
|
|
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": 1771334961,
|
|
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
|
},
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"@angular/platform-browser": "19 - 21",
|
|
32
32
|
"@progress/kendo-data-query": "^1.7.3",
|
|
33
33
|
"@progress/kendo-licensing": "^1.10.0",
|
|
34
|
-
"@progress/kendo-angular-buttons": "23.0.1",
|
|
35
|
-
"@progress/kendo-angular-common": "23.0.1",
|
|
36
|
-
"@progress/kendo-angular-dialog": "23.0.1",
|
|
37
|
-
"@progress/kendo-angular-dropdowns": "23.0.1",
|
|
38
|
-
"@progress/kendo-angular-grid": "23.0.1",
|
|
39
|
-
"@progress/kendo-angular-icons": "23.0.1",
|
|
40
|
-
"@progress/kendo-angular-inputs": "23.0.1",
|
|
41
|
-
"@progress/kendo-angular-intl": "23.0.1",
|
|
42
|
-
"@progress/kendo-angular-l10n": "23.0.1",
|
|
43
|
-
"@progress/kendo-angular-label": "23.0.1",
|
|
44
|
-
"@progress/kendo-angular-layout": "23.0.1",
|
|
45
|
-
"@progress/kendo-angular-popup": "23.0.1",
|
|
46
|
-
"@progress/kendo-angular-tooltip": "23.0.1",
|
|
47
|
-
"@progress/kendo-angular-treelist": "23.0.1",
|
|
34
|
+
"@progress/kendo-angular-buttons": "23.0.2-develop.1",
|
|
35
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
36
|
+
"@progress/kendo-angular-dialog": "23.0.2-develop.1",
|
|
37
|
+
"@progress/kendo-angular-dropdowns": "23.0.2-develop.1",
|
|
38
|
+
"@progress/kendo-angular-grid": "23.0.2-develop.1",
|
|
39
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
40
|
+
"@progress/kendo-angular-inputs": "23.0.2-develop.1",
|
|
41
|
+
"@progress/kendo-angular-intl": "23.0.2-develop.1",
|
|
42
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
43
|
+
"@progress/kendo-angular-label": "23.0.2-develop.1",
|
|
44
|
+
"@progress/kendo-angular-layout": "23.0.2-develop.1",
|
|
45
|
+
"@progress/kendo-angular-popup": "23.0.2-develop.1",
|
|
46
|
+
"@progress/kendo-angular-tooltip": "23.0.2-develop.1",
|
|
47
|
+
"@progress/kendo-angular-treelist": "23.0.2-develop.1",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "23.0.1",
|
|
52
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1",
|
|
53
53
|
"@progress/kendo-common": "^1.0.1",
|
|
54
54
|
"@progress/kendo-date-math": "^1.5.2",
|
|
55
55
|
"@progress/kendo-draggable": "^3.0.0"
|
|
@@ -12,16 +12,16 @@ function default_1(options) {
|
|
|
12
12
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
13
13
|
peerDependencies: {
|
|
14
14
|
// peer deps of the treelist
|
|
15
|
-
'@progress/kendo-angular-dateinputs': '23.0.1',
|
|
16
|
-
'@progress/kendo-angular-excel-export': '23.0.1',
|
|
17
|
-
'@progress/kendo-angular-pdf-export': '23.0.1',
|
|
18
|
-
'@progress/kendo-angular-utils': '23.0.1',
|
|
15
|
+
'@progress/kendo-angular-dateinputs': '23.0.2-develop.1',
|
|
16
|
+
'@progress/kendo-angular-excel-export': '23.0.2-develop.1',
|
|
17
|
+
'@progress/kendo-angular-pdf-export': '23.0.2-develop.1',
|
|
18
|
+
'@progress/kendo-angular-utils': '23.0.2-develop.1',
|
|
19
19
|
'@progress/kendo-drawing': '^1.0.0',
|
|
20
20
|
// peer deps of the dropdowns
|
|
21
|
-
'@progress/kendo-angular-treeview': '23.0.1',
|
|
22
|
-
'@progress/kendo-angular-navigation': '23.0.1',
|
|
21
|
+
'@progress/kendo-angular-treeview': '23.0.2-develop.1',
|
|
22
|
+
'@progress/kendo-angular-navigation': '23.0.2-develop.1',
|
|
23
23
|
// peer dep of the layout
|
|
24
|
-
'@progress/kendo-angular-progressbar': '23.0.1',
|
|
24
|
+
'@progress/kendo-angular-progressbar': '23.0.2-develop.1',
|
|
25
25
|
// peer dep of the icons
|
|
26
26
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
27
27
|
} });
|