@progress/kendo-angular-navigation 16.4.0-develop.5 → 16.4.0-develop.6
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/appbar/appbar.component.d.ts +3 -3
- package/appbar/models/position-mode.d.ts +1 -1
- package/appbar/models/theme-color.d.ts +1 -1
- package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-item-flow.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-item.d.ts +1 -1
- package/breadcrumb/models/breadcrumb-item.interface.d.ts +4 -4
- package/esm2020/appbar/appbar.component.mjs +3 -3
- package/esm2020/bottomnavigation/bottomnavigation.component.mjs +1 -1
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-navigation.mjs +6 -6
- package/fesm2020/progress-kendo-angular-navigation.mjs +6 -6
- package/package.json +5 -5
|
@@ -28,18 +28,18 @@ export declare class AppBarComponent implements AfterViewInit, OnDestroy {
|
|
|
28
28
|
* * The possible values are:
|
|
29
29
|
* * `top` (Default)—Positions the AppBar at the top of the content.
|
|
30
30
|
* Setting the `position` property to `top` requires adding the Appbar component before the page content.
|
|
31
|
-
* The position property applies CSS `top: 0` style in [`fixed mode`](
|
|
31
|
+
* The position property applies CSS `top: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow` to the bottom of the AppBar.
|
|
32
32
|
*
|
|
33
33
|
* * `bottom`—Positions the AppBar at the bottom of the content.
|
|
34
34
|
* Setting the `position` property to `bottom` requires adding the Appbar component after the page content.
|
|
35
|
-
* The position property applies CSS `bottom: 0` style in [`fixed mode`](
|
|
35
|
+
* The position property applies CSS `bottom: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow ` to the top of the AppBar.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
set position(position: AppBarPosition);
|
|
39
39
|
get position(): AppBarPosition;
|
|
40
40
|
/**
|
|
41
41
|
* Specifies the positionMode of the AppBar
|
|
42
|
-
* ([see example](
|
|
42
|
+
* ([see example](slug:positioning_appbar#toc-position-mode)).
|
|
43
43
|
*
|
|
44
44
|
* * The possible values are:
|
|
45
45
|
* * `static` (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the positionMode of the AppBar
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:positioning_appbar#toc-position-mode)).
|
|
8
8
|
*
|
|
9
9
|
* * The possible values are:
|
|
10
10
|
* * `static` (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Specifies the theme color of the AppBar
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](slug:themecolor_appbar)).
|
|
8
8
|
* The theme color will be applied as background color of the component.
|
|
9
9
|
*
|
|
10
10
|
*
|
|
@@ -63,7 +63,7 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
63
63
|
set fill(fill: BottomNavigationFill);
|
|
64
64
|
get fill(): BottomNavigationFill;
|
|
65
65
|
/**
|
|
66
|
-
* Specifies how the icon and text label are positioned in the BottomNavigation items
|
|
66
|
+
* Specifies how the icon and text label are positioned in the BottomNavigation items.
|
|
67
67
|
*
|
|
68
68
|
* The possible values are:
|
|
69
69
|
* * (Default) `vertical` - Renders the text below the icon.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies how the icon and text label are positioned in the BottomNavigation items
|
|
6
|
+
* Specifies how the icon and text label are positioned in the BottomNavigation items.
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * (Default) `vertical` - Renders the text below the icon.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SVGIcon } from "@progress/kendo-svg-icons";
|
|
6
6
|
/**
|
|
7
|
-
* An interface for describing the BottomNavigation items ([see example](
|
|
7
|
+
* An interface for describing the BottomNavigation items ([see example](slug:items_bottomnavigation)).
|
|
8
8
|
*/
|
|
9
9
|
export interface BottomNavigationItem {
|
|
10
10
|
/**
|
|
@@ -35,21 +35,21 @@ export interface BreadCrumbItem {
|
|
|
35
35
|
*/
|
|
36
36
|
disabled?: boolean;
|
|
37
37
|
/**
|
|
38
|
-
* Defines the name for a [built-in icon]({% slug icons %}) in a Kendo UI theme ([see example](
|
|
38
|
+
* Defines the name for a [built-in icon]({% slug icons %}) in a Kendo UI theme ([see example](slug:item_appearance_breadcrumb#toc-displaying-font-icons)).
|
|
39
39
|
* The icon is rendered inside the item by a `span.k-icon element`.
|
|
40
40
|
*/
|
|
41
41
|
icon?: string;
|
|
42
42
|
/**
|
|
43
|
-
* Defines an [`SVGIcon`](slug:api_icons_svgicon) to be rendered within the BreadCrumb item.
|
|
43
|
+
* Defines an [`SVGIcon`](slug:api_icons_svgicon) to be rendered within the BreadCrumb item ([see example](slug:item_appearance_breadcrumb#toc-displaying-svg-icons)).
|
|
44
44
|
*/
|
|
45
45
|
svgIcon?: SVGIcon;
|
|
46
46
|
/**
|
|
47
|
-
* Defines a CSS class—or multiple classes separated by spaces— which are applied to a `span` element inside the item ([see example](
|
|
47
|
+
* Defines a CSS class—or multiple classes separated by spaces— which are applied to a `span` element inside the item ([see example](slug:item_appearance_breadcrumb#toc-displaying-font-icons)).
|
|
48
48
|
* Allows the usage of custom icons.
|
|
49
49
|
*/
|
|
50
50
|
iconClass?: string;
|
|
51
51
|
/**
|
|
52
|
-
* Defines a URL which is used for an `img` element inside the item ([see example](
|
|
52
|
+
* Defines a URL which is used for an `img` element inside the item ([see example](slug:item_appearance_breadcrumb#toc-displaying-item-images)).
|
|
53
53
|
* The URL can be relative or absolute. If relative, it is evaluated with relation to the web page URL.
|
|
54
54
|
*/
|
|
55
55
|
imageUrl?: string;
|
|
@@ -38,11 +38,11 @@ export class AppBarComponent {
|
|
|
38
38
|
* * The possible values are:
|
|
39
39
|
* * `top` (Default)—Positions the AppBar at the top of the content.
|
|
40
40
|
* Setting the `position` property to `top` requires adding the Appbar component before the page content.
|
|
41
|
-
* The position property applies CSS `top: 0` style in [`fixed mode`](
|
|
41
|
+
* The position property applies CSS `top: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow` to the bottom of the AppBar.
|
|
42
42
|
*
|
|
43
43
|
* * `bottom`—Positions the AppBar at the bottom of the content.
|
|
44
44
|
* Setting the `position` property to `bottom` requires adding the Appbar component after the page content.
|
|
45
|
-
* The position property applies CSS `bottom: 0` style in [`fixed mode`](
|
|
45
|
+
* The position property applies CSS `bottom: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow ` to the top of the AppBar.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
set position(position) {
|
|
@@ -55,7 +55,7 @@ export class AppBarComponent {
|
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
57
|
* Specifies the positionMode of the AppBar
|
|
58
|
-
* ([see example](
|
|
58
|
+
* ([see example](slug:positioning_appbar#toc-position-mode)).
|
|
59
59
|
*
|
|
60
60
|
* * The possible values are:
|
|
61
61
|
* * `static` (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
|
|
@@ -98,7 +98,7 @@ export class BottomNavigationComponent {
|
|
|
98
98
|
return this._fill;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
|
-
* Specifies how the icon and text label are positioned in the BottomNavigation items
|
|
101
|
+
* Specifies how the icon and text label are positioned in the BottomNavigation items.
|
|
102
102
|
*
|
|
103
103
|
* The possible values are:
|
|
104
104
|
* * (Default) `vertical` - Renders the text below the icon.
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-navigation',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '16.4.0-develop.
|
|
12
|
+
publishDate: 1720184799,
|
|
13
|
+
version: '16.4.0-develop.6',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '16.4.0-develop.
|
|
29
|
+
publishDate: 1720184799,
|
|
30
|
+
version: '16.4.0-develop.6',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -61,11 +61,11 @@ class AppBarComponent {
|
|
|
61
61
|
* * The possible values are:
|
|
62
62
|
* * `top` (Default)—Positions the AppBar at the top of the content.
|
|
63
63
|
* Setting the `position` property to `top` requires adding the Appbar component before the page content.
|
|
64
|
-
* The position property applies CSS `top: 0` style in [`fixed mode`](
|
|
64
|
+
* The position property applies CSS `top: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow` to the bottom of the AppBar.
|
|
65
65
|
*
|
|
66
66
|
* * `bottom`—Positions the AppBar at the bottom of the content.
|
|
67
67
|
* Setting the `position` property to `bottom` requires adding the Appbar component after the page content.
|
|
68
|
-
* The position property applies CSS `bottom: 0` style in [`fixed mode`](
|
|
68
|
+
* The position property applies CSS `bottom: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow ` to the top of the AppBar.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
set position(position) {
|
|
@@ -78,7 +78,7 @@ class AppBarComponent {
|
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Specifies the positionMode of the AppBar
|
|
81
|
-
* ([see example](
|
|
81
|
+
* ([see example](slug:positioning_appbar#toc-position-mode)).
|
|
82
82
|
*
|
|
83
83
|
* * The possible values are:
|
|
84
84
|
* * `static` (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
|
|
@@ -1437,7 +1437,7 @@ class BottomNavigationComponent {
|
|
|
1437
1437
|
return this._fill;
|
|
1438
1438
|
}
|
|
1439
1439
|
/**
|
|
1440
|
-
* Specifies how the icon and text label are positioned in the BottomNavigation items
|
|
1440
|
+
* Specifies how the icon and text label are positioned in the BottomNavigation items.
|
|
1441
1441
|
*
|
|
1442
1442
|
* The possible values are:
|
|
1443
1443
|
* * (Default) `vertical` - Renders the text below the icon.
|
|
@@ -26,8 +26,8 @@ const packageMetadata = {
|
|
|
26
26
|
name: '@progress/kendo-angular-navigation',
|
|
27
27
|
productName: 'Kendo UI for Angular',
|
|
28
28
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
29
|
-
publishDate:
|
|
30
|
-
version: '16.4.0-develop.
|
|
29
|
+
publishDate: 1720184799,
|
|
30
|
+
version: '16.4.0-develop.6',
|
|
31
31
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -61,11 +61,11 @@ class AppBarComponent {
|
|
|
61
61
|
* * The possible values are:
|
|
62
62
|
* * `top` (Default)—Positions the AppBar at the top of the content.
|
|
63
63
|
* Setting the `position` property to `top` requires adding the Appbar component before the page content.
|
|
64
|
-
* The position property applies CSS `top: 0` style in [`fixed mode`](
|
|
64
|
+
* The position property applies CSS `top: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow` to the bottom of the AppBar.
|
|
65
65
|
*
|
|
66
66
|
* * `bottom`—Positions the AppBar at the bottom of the content.
|
|
67
67
|
* Setting the `position` property to `bottom` requires adding the Appbar component after the page content.
|
|
68
|
-
* The position property applies CSS `bottom: 0` style in [`fixed mode`](
|
|
68
|
+
* The position property applies CSS `bottom: 0` style in [`fixed mode`](slug:api_navigation_appbarcomponent#toc-positionmode) and also adds a `box-shadow ` to the top of the AppBar.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
set position(position) {
|
|
@@ -78,7 +78,7 @@ class AppBarComponent {
|
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
80
|
* Specifies the positionMode of the AppBar
|
|
81
|
-
* ([see example](
|
|
81
|
+
* ([see example](slug:positioning_appbar#toc-position-mode)).
|
|
82
82
|
*
|
|
83
83
|
* * The possible values are:
|
|
84
84
|
* * `static` (Default)—Does not position the AppBar in any special way. It is positioned according to the normal flow of the page.
|
|
@@ -1433,7 +1433,7 @@ class BottomNavigationComponent {
|
|
|
1433
1433
|
return this._fill;
|
|
1434
1434
|
}
|
|
1435
1435
|
/**
|
|
1436
|
-
* Specifies how the icon and text label are positioned in the BottomNavigation items
|
|
1436
|
+
* Specifies how the icon and text label are positioned in the BottomNavigation items.
|
|
1437
1437
|
*
|
|
1438
1438
|
* The possible values are:
|
|
1439
1439
|
* * (Default) `vertical` - Renders the text below the icon.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-navigation",
|
|
3
|
-
"version": "16.4.0-develop.
|
|
3
|
+
"version": "16.4.0-develop.6",
|
|
4
4
|
"description": "Kendo UI Navigation for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@angular/core": "15 - 18",
|
|
22
22
|
"@angular/platform-browser": "15 - 18",
|
|
23
23
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "16.4.0-develop.
|
|
25
|
-
"@progress/kendo-angular-icons": "16.4.0-develop.
|
|
26
|
-
"@progress/kendo-angular-l10n": "16.4.0-develop.
|
|
24
|
+
"@progress/kendo-angular-common": "16.4.0-develop.6",
|
|
25
|
+
"@progress/kendo-angular-icons": "16.4.0-develop.6",
|
|
26
|
+
"@progress/kendo-angular-l10n": "16.4.0-develop.6",
|
|
27
27
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "16.4.0-develop.
|
|
31
|
+
"@progress/kendo-angular-schematics": "16.4.0-develop.6"
|
|
32
32
|
},
|
|
33
33
|
"schematics": "./schematics/collection.json",
|
|
34
34
|
"module": "fesm2015/progress-kendo-angular-navigation.mjs",
|