@progress/kendo-angular-navigation 23.0.0-develop.5 → 23.0.0-develop.7
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.
|
@@ -50,9 +50,7 @@ export declare class AppBarComponent implements AfterViewInit, OnDestroy {
|
|
|
50
50
|
set positionMode(positionMode: AppBarPositionMode);
|
|
51
51
|
get positionMode(): AppBarPositionMode;
|
|
52
52
|
/**
|
|
53
|
-
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component.
|
|
54
|
-
*
|
|
55
|
-
* @default undefined
|
|
53
|
+
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component. The default value is set by the Kendo theme.
|
|
56
54
|
*/
|
|
57
55
|
set themeColor(themeColor: AppBarThemeColor);
|
|
58
56
|
get themeColor(): AppBarThemeColor;
|
|
@@ -56,9 +56,7 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
56
56
|
*/
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
/**
|
|
59
|
-
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
60
|
-
*
|
|
61
|
-
* @default undefined
|
|
59
|
+
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)). The default value is set by the Kendo theme.
|
|
62
60
|
*/
|
|
63
61
|
set fill(fill: BottomNavigationFill);
|
|
64
62
|
get fill(): BottomNavigationFill;
|
|
@@ -78,8 +76,6 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
78
76
|
get positionMode(): BottomNavigationPositionMode;
|
|
79
77
|
/**
|
|
80
78
|
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
81
|
-
*
|
|
82
|
-
* @default undefined
|
|
83
79
|
*/
|
|
84
80
|
set themeColor(themeColor: BottomNavigationThemeColor);
|
|
85
81
|
get themeColor(): BottomNavigationThemeColor;
|
|
@@ -73,9 +73,7 @@ export declare class BreadCrumbComponent implements OnInit, AfterViewInit, OnDes
|
|
|
73
73
|
set collapseMode(mode: BreadCrumbCollapseMode);
|
|
74
74
|
get collapseMode(): BreadCrumbCollapseMode;
|
|
75
75
|
/**
|
|
76
|
-
* Determines the padding of all Breadcrumb elements.
|
|
77
|
-
*
|
|
78
|
-
* @default undefined
|
|
76
|
+
* Determines the padding of all Breadcrumb elements. The default value is set by the Kendo theme.
|
|
79
77
|
*/
|
|
80
78
|
set size(size: BreadcrumbSize);
|
|
81
79
|
get size(): BreadcrumbSize;
|
|
@@ -26,7 +26,7 @@ const packageMetadata = {
|
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
28
|
publishDate: 0,
|
|
29
|
-
version: '23.0.0-develop.
|
|
29
|
+
version: '23.0.0-develop.7',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -86,9 +86,7 @@ class AppBarComponent {
|
|
|
86
86
|
return this._positionMode;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component.
|
|
90
|
-
*
|
|
91
|
-
* @default undefined
|
|
89
|
+
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component. The default value is set by the Kendo theme.
|
|
92
90
|
*/
|
|
93
91
|
set themeColor(themeColor) {
|
|
94
92
|
this.handleHostClasses(themeColor, this.themeColor);
|
|
@@ -1854,9 +1852,7 @@ class BottomNavigationComponent {
|
|
|
1854
1852
|
*/
|
|
1855
1853
|
disabled = false;
|
|
1856
1854
|
/**
|
|
1857
|
-
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1858
|
-
*
|
|
1859
|
-
* @default undefined
|
|
1855
|
+
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)). The default value is set by the Kendo theme.
|
|
1860
1856
|
*/
|
|
1861
1857
|
set fill(fill) {
|
|
1862
1858
|
const newFill = fills.find(color => color === fill);
|
|
@@ -1899,8 +1895,6 @@ class BottomNavigationComponent {
|
|
|
1899
1895
|
}
|
|
1900
1896
|
/**
|
|
1901
1897
|
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1902
|
-
*
|
|
1903
|
-
* @default undefined
|
|
1904
1898
|
*/
|
|
1905
1899
|
set themeColor(themeColor) {
|
|
1906
1900
|
const newColor = colors.find(color => color === themeColor);
|
|
@@ -2658,9 +2652,7 @@ class BreadCrumbComponent {
|
|
|
2658
2652
|
return this._collapseMode;
|
|
2659
2653
|
}
|
|
2660
2654
|
/**
|
|
2661
|
-
* Determines the padding of all Breadcrumb elements.
|
|
2662
|
-
*
|
|
2663
|
-
* @default undefined
|
|
2655
|
+
* Determines the padding of all Breadcrumb elements. The default value is set by the Kendo theme.
|
|
2664
2656
|
*/
|
|
2665
2657
|
set size(size) {
|
|
2666
2658
|
this.handleClasses(size, 'size');
|
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.0-develop.
|
|
10
|
+
"publishDate": 1770380014,
|
|
11
|
+
"version": "23.0.0-develop.7",
|
|
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.0-develop.
|
|
3
|
+
"version": "23.0.0-develop.7",
|
|
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": 1770380014,
|
|
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.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "23.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "23.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "23.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.7",
|
|
31
|
+
"@progress/kendo-angular-common": "23.0.0-develop.7",
|
|
32
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.7",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.7",
|
|
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.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.7"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|