@progress/kendo-angular-navigation 23.0.1-develop.3 → 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.
|
@@ -90,6 +90,9 @@ export declare class ActionSheetComponent implements AfterViewInit, OnDestroy, O
|
|
|
90
90
|
* Sets the `aria-labelledby` attribute of the ActionSheet wrapper element.
|
|
91
91
|
* Use this option when the built-in header element is replaced through the [`ActionSheetHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetheadertemplatedirective)
|
|
92
92
|
* or [`ActionSheetContentTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetcontenttemplatedirective).
|
|
93
|
+
*
|
|
94
|
+
* @remarks
|
|
95
|
+
* This property is related to accessibility.
|
|
93
96
|
*/
|
|
94
97
|
titleId: string;
|
|
95
98
|
/**
|
|
@@ -26,6 +26,9 @@ export interface ActionSheetAction {
|
|
|
26
26
|
svgIcon?: SVGIcon;
|
|
27
27
|
/**
|
|
28
28
|
* Specifies the `title` attribute for the action button. The title appears as the default tooltip.
|
|
29
|
+
*
|
|
30
|
+
* @remarks
|
|
31
|
+
* This option is related to accessibility.
|
|
29
32
|
*/
|
|
30
33
|
title?: string;
|
|
31
34
|
/**
|
|
@@ -28,6 +28,9 @@ export interface BreadCrumbItem {
|
|
|
28
28
|
text?: string;
|
|
29
29
|
/**
|
|
30
30
|
* Provides a title for the item ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb)). The value appears as a `title` attribute on the element.
|
|
31
|
+
*
|
|
32
|
+
* @remarks
|
|
33
|
+
* This option is related to accessibility.
|
|
31
34
|
*/
|
|
32
35
|
title?: string;
|
|
33
36
|
/**
|
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
28
|
publishDate: 0,
|
|
29
|
-
version: '23.0.
|
|
29
|
+
version: '23.0.2-develop.1',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -815,6 +815,9 @@ class ActionSheetComponent {
|
|
|
815
815
|
* Sets the `aria-labelledby` attribute of the ActionSheet wrapper element.
|
|
816
816
|
* Use this option when the built-in header element is replaced through the [`ActionSheetHeaderTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetheadertemplatedirective)
|
|
817
817
|
* or [`ActionSheetContentTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetcontenttemplatedirective).
|
|
818
|
+
*
|
|
819
|
+
* @remarks
|
|
820
|
+
* This property is related to accessibility.
|
|
818
821
|
*/
|
|
819
822
|
titleId = getId('k-actionsheet-title');
|
|
820
823
|
/**
|
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.
|
|
10
|
+
"publishDate": 1771334711,
|
|
11
|
+
"version": "23.0.2-develop.1",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.2-develop.1",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1771334711,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.10.0",
|
|
30
|
-
"@progress/kendo-angular-buttons": "23.0.
|
|
31
|
-
"@progress/kendo-angular-common": "23.0.
|
|
32
|
-
"@progress/kendo-angular-icons": "23.0.
|
|
33
|
-
"@progress/kendo-angular-l10n": "23.0.
|
|
30
|
+
"@progress/kendo-angular-buttons": "23.0.2-develop.1",
|
|
31
|
+
"@progress/kendo-angular-common": "23.0.2-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "23.0.2-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.2-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "23.0.
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.2-develop.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|