@progress/kendo-angular-navigation 22.1.0-develop.9 → 23.0.0-develop.10
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/actionsheet/actionsheet.component.d.ts +4 -4
- package/actionsheet/models/actionsheet-action.d.ts +2 -2
- package/actionsheet/models/actionsheet-item.interface.d.ts +2 -2
- package/actionsheet/models/animation.d.ts +1 -1
- package/appbar/appbar-section.component.d.ts +1 -1
- package/appbar/appbar-spacer.component.d.ts +1 -1
- package/appbar/appbar.component.d.ts +4 -6
- package/appbar/models/position-mode.d.ts +1 -1
- package/appbar/models/position.d.ts +3 -3
- package/appbar/models/theme-color.d.ts +1 -1
- package/bottomnavigation/bottomnavigation.component.d.ts +6 -10
- package/bottomnavigation/constants.d.ts +4 -0
- package/bottomnavigation/templates/item-template.directive.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-fill.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-item.d.ts +3 -3
- package/bottomnavigation/types/bottomnavigation-position-mode.d.ts +1 -1
- package/bottomnavigation/types/bottomnavigation-theme-color.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +5 -7
- package/breadcrumb/models/breadcrumb-item.interface.d.ts +6 -6
- package/breadcrumb/models/breadcrumb-size.d.ts +1 -1
- package/breadcrumb/models/collapse-mode.d.ts +1 -1
- package/breadcrumb/template-directives/item-template.directive.d.ts +1 -1
- package/fesm2022/progress-kendo-angular-navigation.mjs +51 -54
- package/package-metadata.mjs +2 -2
- package/package.json +7 -7
|
@@ -12,7 +12,7 @@ import { ActionSheetActionsLayout } from './models/actionsheet-action-layout';
|
|
|
12
12
|
import { ActionSheetViewComponent } from './actionsheet-view.component';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
|
-
* Represents the [Kendo UI ActionSheet component for Angular](
|
|
15
|
+
* Represents the [Kendo UI ActionSheet component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet).
|
|
16
16
|
* Use this component to display a set of choices related to a user-initiated task in a modal sheet that slides up from the bottom of the screen.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
@@ -75,7 +75,7 @@ export declare class ActionSheetComponent implements AfterViewInit, OnDestroy, O
|
|
|
75
75
|
*/
|
|
76
76
|
cssStyle: any;
|
|
77
77
|
/**
|
|
78
|
-
* Configures the opening and closing animations for the ActionSheet ([see example](
|
|
78
|
+
* Configures the opening and closing animations for the ActionSheet ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet/animations)).
|
|
79
79
|
*
|
|
80
80
|
* @default true
|
|
81
81
|
*/
|
|
@@ -88,8 +88,8 @@ export declare class ActionSheetComponent implements AfterViewInit, OnDestroy, O
|
|
|
88
88
|
expanded: boolean;
|
|
89
89
|
/**
|
|
90
90
|
* Sets the `aria-labelledby` attribute of the ActionSheet wrapper element.
|
|
91
|
-
* Use this option when the built-in header element is replaced through the [`ActionSheetHeaderTemplate`](
|
|
92
|
-
* or [`ActionSheetContentTemplate`](
|
|
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
|
+
* or [`ActionSheetContentTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetcontenttemplatedirective).
|
|
93
93
|
*/
|
|
94
94
|
titleId: string;
|
|
95
95
|
/**
|
|
@@ -17,11 +17,11 @@ export interface ActionSheetAction {
|
|
|
17
17
|
*/
|
|
18
18
|
text?: string;
|
|
19
19
|
/**
|
|
20
|
-
* Sets the [font icon](
|
|
20
|
+
* Sets the [font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) for the action button.
|
|
21
21
|
*/
|
|
22
22
|
icon?: string;
|
|
23
23
|
/**
|
|
24
|
-
* Specifies an [`SVGIcon`](
|
|
24
|
+
* Specifies an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) for the action button.
|
|
25
25
|
*/
|
|
26
26
|
svgIcon?: SVGIcon;
|
|
27
27
|
/**
|
|
@@ -13,11 +13,11 @@ export interface ActionSheetItem {
|
|
|
13
13
|
*/
|
|
14
14
|
title?: string;
|
|
15
15
|
/**
|
|
16
|
-
* Defines the name of an existing [font icon](
|
|
16
|
+
* Defines the name of an existing [font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) to render inside the item. The icon is rendered in a `span.k-icon` element.
|
|
17
17
|
*/
|
|
18
18
|
icon?: string;
|
|
19
19
|
/**
|
|
20
|
-
* Defines an [`SVGIcon`](
|
|
20
|
+
* Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render within the ActionSheet item.
|
|
21
21
|
*/
|
|
22
22
|
svgIcon?: SVGIcon;
|
|
23
23
|
/**
|
|
@@ -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
|
-
* Represents the settings of the opening and closing animations for the ActionSheet ([see example](
|
|
6
|
+
* Represents the settings of the opening and closing animations for the ActionSheet ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet/animations)).
|
|
7
7
|
*/
|
|
8
8
|
export interface ActionSheetAnimation {
|
|
9
9
|
/**
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
/**
|
|
7
|
-
* Represents the [Kendo UI AppBarSection component for Angular](
|
|
7
|
+
* Represents the [Kendo UI AppBarSection component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#sections).
|
|
8
8
|
*
|
|
9
9
|
* Use the AppBarSection component to group content, actions, or navigation items within the AppBar.
|
|
10
10
|
*
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { Renderer2, ElementRef, AfterViewInit } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Represents the [Kendo UI AppBarSpacer component for Angular](
|
|
8
|
+
* Represents the [Kendo UI AppBarSpacer component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#spacings).
|
|
9
9
|
*
|
|
10
10
|
* Use the AppBarSpacer component to add white space between AppBar sections and customize its width.
|
|
11
11
|
*
|
|
@@ -9,7 +9,7 @@ import { AppBarThemeColor } from './models/theme-color';
|
|
|
9
9
|
import { AppBarPositionMode } from './models/position-mode';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represents the [Kendo UI AppBar component for Angular](
|
|
12
|
+
* Represents the [Kendo UI AppBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar).
|
|
13
13
|
*
|
|
14
14
|
* Use the AppBar component to display information, actions, brand titles, and additional navigation on the current screen.
|
|
15
15
|
*
|
|
@@ -36,23 +36,21 @@ export declare class AppBarComponent implements AfterViewInit, OnDestroy {
|
|
|
36
36
|
direction: string;
|
|
37
37
|
/**
|
|
38
38
|
* Specifies the position of the AppBar
|
|
39
|
-
* ([see example](
|
|
39
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position)).
|
|
40
40
|
*
|
|
41
41
|
* @default 'top'
|
|
42
42
|
*/
|
|
43
43
|
set position(position: AppBarPosition);
|
|
44
44
|
get position(): AppBarPosition;
|
|
45
45
|
/**
|
|
46
|
-
* Sets the position mode of the AppBar ([see example](
|
|
46
|
+
* Sets the position mode of the AppBar ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position-mode)).
|
|
47
47
|
*
|
|
48
48
|
* @default 'static'
|
|
49
49
|
*/
|
|
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 'light'
|
|
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;
|
|
@@ -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
|
-
* Represents the available position modes of the AppBar ([see example](
|
|
6
|
+
* Represents the available position modes of the AppBar ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position-mode)).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * `static`—Positions the AppBar according to the normal flow of the page.
|
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Represents the position options of the AppBar
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position)).
|
|
8
8
|
*
|
|
9
9
|
* * The possible values are:
|
|
10
|
-
* * `top`—Places the AppBar at the top of the content. This setting requires rendering the AppBar before the main page content. In [`fixed mode`](
|
|
11
|
-
* * `bottom`—Places the AppBar at the bottom of the content. This setting requires rendering the AppBar after the main page content. In [`fixed mode`](
|
|
10
|
+
* * `top`—Places the AppBar at the top of the content. This setting requires rendering the AppBar before the main page content. In [`fixed mode`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/appbarcomponent#positionMode), this value applies a `top: 0` CSS style and adds a `box-shadow` to the bottom of the AppBar.
|
|
11
|
+
* * `bottom`—Places the AppBar at the bottom of the content. This setting requires rendering the AppBar after the main page content. In [`fixed mode`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/appbarcomponent#positionMode), this value applies a `bottom: 0` CSS style and adds a `box-shadow` to the top of the AppBar.
|
|
12
12
|
*
|
|
13
13
|
*/
|
|
14
14
|
export type AppBarPosition = 'top' | 'bottom';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
6
|
* Represents the possible theme colors of the AppBar
|
|
7
|
-
* ([see example](
|
|
7
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/theme-color)).
|
|
8
8
|
* The theme color will be applied as a background color to the component.
|
|
9
9
|
*
|
|
10
10
|
* * The possible values are:
|
|
@@ -12,7 +12,7 @@ import { BottomNavigationThemeColor } from './types/bottomnavigation-theme-color
|
|
|
12
12
|
import { BottomNavigationItemTemplateDirective } from './templates/item-template.directive';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
|
-
* Represents the [Kendo UI BottomNavigation component for Angular](
|
|
15
|
+
* Represents the [Kendo UI BottomNavigation component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation).
|
|
16
16
|
*
|
|
17
17
|
* Use the BottomNavigation component to let users quickly switch between primary views in your app.
|
|
18
18
|
*
|
|
@@ -40,11 +40,11 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
40
40
|
private changeDetector;
|
|
41
41
|
private renderer;
|
|
42
42
|
/**
|
|
43
|
-
* Provides the collection of items rendered in the BottomNavigation ([see example](
|
|
43
|
+
* Provides the collection of items rendered in the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/items)).
|
|
44
44
|
*/
|
|
45
45
|
items: any[];
|
|
46
46
|
/**
|
|
47
|
-
* Shows a top border on the BottomNavigation ([see example](
|
|
47
|
+
* Shows a top border on the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
48
48
|
*
|
|
49
49
|
* @default false
|
|
50
50
|
*/
|
|
@@ -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](
|
|
60
|
-
*
|
|
61
|
-
* @default 'flat'
|
|
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;
|
|
@@ -70,16 +68,14 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
70
68
|
set itemFlow(itemFlow: BottomNavigationItemFlow);
|
|
71
69
|
get itemFlow(): BottomNavigationItemFlow;
|
|
72
70
|
/**
|
|
73
|
-
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](
|
|
71
|
+
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/position-mode)).
|
|
74
72
|
*
|
|
75
73
|
* @default 'fixed'
|
|
76
74
|
*/
|
|
77
75
|
set positionMode(positionMode: BottomNavigationPositionMode);
|
|
78
76
|
get positionMode(): BottomNavigationPositionMode;
|
|
79
77
|
/**
|
|
80
|
-
* Sets the theme color of the BottomNavigation ([see example](
|
|
81
|
-
*
|
|
82
|
-
* @default 'primary'
|
|
78
|
+
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
83
79
|
*/
|
|
84
80
|
set themeColor(themeColor: BottomNavigationThemeColor);
|
|
85
81
|
get themeColor(): BottomNavigationThemeColor;
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that defines the content of the BottomNavigation items. Use this directive to customize the appearance of each navigation item.
|
|
9
|
-
* To define the template, nest an `<ng-template>` tag with the `kendoBottomNavigationItemTemplate` directive inside the `<kendo-bottomnavigation>` tag ([see example](
|
|
9
|
+
* To define the template, nest an `<ng-template>` tag with the `kendoBottomNavigationItemTemplate` directive inside the `<kendo-bottomnavigation>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/templates)).
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -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
|
-
* Represents the possible options for the fill style of the BottomNavigation ([see example](
|
|
6
|
+
* Represents the possible options for the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * `flat`—Sets the BottomNavigation fill style to a flat, borderless appearance.
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { SVGIcon } from "@progress/kendo-svg-icons";
|
|
6
6
|
/**
|
|
7
|
-
* Describes the structure of a BottomNavigation item ([see example](
|
|
7
|
+
* Describes the structure of a BottomNavigation item ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/items)).
|
|
8
8
|
*/
|
|
9
9
|
export interface BottomNavigationItem {
|
|
10
10
|
/**
|
|
@@ -14,7 +14,7 @@ export interface BottomNavigationItem {
|
|
|
14
14
|
*/
|
|
15
15
|
disabled?: boolean;
|
|
16
16
|
/**
|
|
17
|
-
* Defines the name of an existing [font icon](
|
|
17
|
+
* Defines the name of an existing [font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) in a Kendo UI theme.
|
|
18
18
|
*/
|
|
19
19
|
icon?: string;
|
|
20
20
|
/**
|
|
@@ -22,7 +22,7 @@ export interface BottomNavigationItem {
|
|
|
22
22
|
*/
|
|
23
23
|
iconClass?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Sets an [`SVGIcon`](
|
|
25
|
+
* Sets an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to render within the BottomNavigation item.
|
|
26
26
|
*/
|
|
27
27
|
svgIcon?: SVGIcon;
|
|
28
28
|
/**
|
|
@@ -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
|
-
* Represents the options to control the position and behavior of the BottomNavigation when the page is scrollable ([see example](
|
|
6
|
+
* Represents the options to control the position and behavior of the BottomNavigation when the page is scrollable ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/position-mode)).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * `fixed`—Positions the BottomNavigation at the bottom of the viewport, regardless of the page scroll position.
|
|
@@ -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
|
-
* Represents the possible theme colors of the BottomNavigation ([see example](
|
|
6
|
+
* Represents the possible theme colors of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * `primary`—Applies coloring based on the primary theme color.
|
|
@@ -14,7 +14,7 @@ import { SVGIcon } from '@progress/kendo-angular-icons';
|
|
|
14
14
|
import { BreadcrumbSize } from './models/breadcrumb-size';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
/**
|
|
17
|
-
* Represents the [Kendo UI Breadcrumb component for Angular](
|
|
17
|
+
* Represents the [Kendo UI Breadcrumb component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb).
|
|
18
18
|
*
|
|
19
19
|
* Use the Breadcrumb component to allow users to navigate through a hierarchical structure. The component automatically handles overflow
|
|
20
20
|
* scenarios and supports customizable separators, templates, and collapse modes.
|
|
@@ -57,25 +57,23 @@ export declare class BreadCrumbComponent implements OnInit, AfterViewInit, OnDes
|
|
|
57
57
|
set items(items: any[]);
|
|
58
58
|
get items(): any[];
|
|
59
59
|
/**
|
|
60
|
-
* Specifies the name of a [built-in font icon](
|
|
60
|
+
* Specifies the name of a [built-in font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) in a Kendo UI theme to be rendered as a separator.
|
|
61
61
|
*/
|
|
62
62
|
separatorIcon: string;
|
|
63
63
|
/**
|
|
64
|
-
* Defines an [`SVGIcon`](
|
|
64
|
+
* Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to be rendered as a separator.
|
|
65
65
|
*/
|
|
66
66
|
separatorSVGIcon: SVGIcon;
|
|
67
67
|
/**
|
|
68
68
|
* Controls the collapse mode of the Breadcrumb.
|
|
69
|
-
* For more information and example, refer to the [Collapse Modes](
|
|
69
|
+
* For more information and example, refer to the [Collapse Modes](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/collapse-modes) article.
|
|
70
70
|
*
|
|
71
71
|
* @default `auto`
|
|
72
72
|
*/
|
|
73
73
|
set collapseMode(mode: BreadCrumbCollapseMode);
|
|
74
74
|
get collapseMode(): BreadCrumbCollapseMode;
|
|
75
75
|
/**
|
|
76
|
-
* Determines the padding of all Breadcrumb elements.
|
|
77
|
-
*
|
|
78
|
-
* @default `medium`
|
|
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;
|
|
@@ -27,29 +27,29 @@ export interface BreadCrumbItem {
|
|
|
27
27
|
*/
|
|
28
28
|
text?: string;
|
|
29
29
|
/**
|
|
30
|
-
* Provides a title for the item ([see example](
|
|
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
31
|
*/
|
|
32
32
|
title?: string;
|
|
33
33
|
/**
|
|
34
|
-
* Determines if the item is disabled ([see example](
|
|
34
|
+
* Determines if the item is disabled ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/item-appearance)#disabled-items). The value appears as an `aria-disabled` attribute on the element.
|
|
35
35
|
*
|
|
36
36
|
* @default false
|
|
37
37
|
*/
|
|
38
38
|
disabled?: boolean;
|
|
39
39
|
/**
|
|
40
|
-
* Specifies the name of a [built-in font icon](
|
|
40
|
+
* Specifies the name of a [built-in font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) in a Kendo UI theme ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/item-appearance#displaying-font-icons)). The icon appears inside the item in a `span.k-icon` element.
|
|
41
41
|
*/
|
|
42
42
|
icon?: string;
|
|
43
43
|
/**
|
|
44
|
-
* Sets an [`SVGIcon`](
|
|
44
|
+
* Sets an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to display inside the item ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/item-appearance#displaying-svg-icons)).
|
|
45
45
|
*/
|
|
46
46
|
svgIcon?: SVGIcon;
|
|
47
47
|
/**
|
|
48
|
-
* Applies one or more CSS classes to a `span` element inside the item ([see example](
|
|
48
|
+
* Applies one or more CSS classes to a `span` element inside the item ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/item-appearance#displaying-font-icons)). Use this to show custom icons.
|
|
49
49
|
*/
|
|
50
50
|
iconClass?: string;
|
|
51
51
|
/**
|
|
52
|
-
* Provides a URL for an `img` element inside the item ([see example](
|
|
52
|
+
* Provides a URL for an `img` element inside the item ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/item-appearance#displaying-item-images)). The URL can be relative or absolute. If relative, it is resolved against the web page URL.
|
|
53
53
|
*/
|
|
54
54
|
imageUrl?: string;
|
|
55
55
|
}
|
|
@@ -11,6 +11,6 @@
|
|
|
11
11
|
* - `wrap`—Items are wrapped on multiple rows when their total width is bigger than the width of the BreadCrumb.
|
|
12
12
|
* - `none`—All items are expanded on the same row. This scenario is useful when you need to scroll the Breadcrumb.
|
|
13
13
|
*
|
|
14
|
-
* For more information and example refer to the [Collapse Modes](
|
|
14
|
+
* For more information and example refer to the [Collapse Modes](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/collapse-modes) article.
|
|
15
15
|
*/
|
|
16
16
|
export type BreadCrumbCollapseMode = 'auto' | 'wrap' | 'none';
|
|
@@ -10,7 +10,7 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*
|
|
11
11
|
* To define the template, nest an `<ng-template>` tag with the `kendoBreadCrumbItemTemplate` directive inside the `<kendo-breadcrumb>` tag.
|
|
12
12
|
*
|
|
13
|
-
* For more information and example refer to the [Templates](
|
|
13
|
+
* For more information and example refer to the [Templates](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/templates) article.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -26,15 +26,14 @@ const packageMetadata = {
|
|
|
26
26
|
productCode: 'KENDOUIANGULAR',
|
|
27
27
|
productCodes: ['KENDOUIANGULAR'],
|
|
28
28
|
publishDate: 0,
|
|
29
|
-
version: '
|
|
29
|
+
version: '23.0.0-develop.10',
|
|
30
30
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
const DEFAULT_THEME_COLOR = 'light';
|
|
34
33
|
const DEFAULT_POSITION = 'top';
|
|
35
34
|
const DEFAULT_POSITION_MODE = 'static';
|
|
36
35
|
/**
|
|
37
|
-
* Represents the [Kendo UI AppBar component for Angular](
|
|
36
|
+
* Represents the [Kendo UI AppBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar).
|
|
38
37
|
*
|
|
39
38
|
* Use the AppBar component to display information, actions, brand titles, and additional navigation on the current screen.
|
|
40
39
|
*
|
|
@@ -61,7 +60,7 @@ class AppBarComponent {
|
|
|
61
60
|
direction;
|
|
62
61
|
/**
|
|
63
62
|
* Specifies the position of the AppBar
|
|
64
|
-
* ([see example](
|
|
63
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position)).
|
|
65
64
|
*
|
|
66
65
|
* @default 'top'
|
|
67
66
|
*/
|
|
@@ -74,7 +73,7 @@ class AppBarComponent {
|
|
|
74
73
|
return this._position;
|
|
75
74
|
}
|
|
76
75
|
/**
|
|
77
|
-
* Sets the position mode of the AppBar ([see example](
|
|
76
|
+
* Sets the position mode of the AppBar ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/positioning#position-mode)).
|
|
78
77
|
*
|
|
79
78
|
* @default 'static'
|
|
80
79
|
*/
|
|
@@ -87,21 +86,18 @@ class AppBarComponent {
|
|
|
87
86
|
return this._positionMode;
|
|
88
87
|
}
|
|
89
88
|
/**
|
|
90
|
-
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component.
|
|
91
|
-
*
|
|
92
|
-
* @default 'light'
|
|
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.
|
|
93
90
|
*/
|
|
94
91
|
set themeColor(themeColor) {
|
|
95
|
-
|
|
96
|
-
this.
|
|
97
|
-
this._themeColor = newThemeColor;
|
|
92
|
+
this.handleHostClasses(themeColor, this.themeColor);
|
|
93
|
+
this._themeColor = themeColor;
|
|
98
94
|
}
|
|
99
95
|
get themeColor() {
|
|
100
96
|
return this._themeColor;
|
|
101
97
|
}
|
|
102
98
|
dynamicRTLSubscription;
|
|
103
99
|
rtl = false;
|
|
104
|
-
_themeColor
|
|
100
|
+
_themeColor;
|
|
105
101
|
_position = DEFAULT_POSITION;
|
|
106
102
|
_positionMode = DEFAULT_POSITION_MODE;
|
|
107
103
|
constructor(localizationService, host, renderer) {
|
|
@@ -180,7 +176,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
180
176
|
}] } });
|
|
181
177
|
|
|
182
178
|
/**
|
|
183
|
-
* Represents the [Kendo UI AppBarSection component for Angular](
|
|
179
|
+
* Represents the [Kendo UI AppBarSection component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#sections).
|
|
184
180
|
*
|
|
185
181
|
* Use the AppBarSection component to group content, actions, or navigation items within the AppBar.
|
|
186
182
|
*
|
|
@@ -274,7 +270,7 @@ const hasItemIndex$1 = (item, indexAttr) => isPresent(item.getAttribute(indexAtt
|
|
|
274
270
|
const closestItem$1 = (target, targetAttr, scope) => closestInScope$1(target, el => hasItemIndex$1(el, targetAttr), scope);
|
|
275
271
|
|
|
276
272
|
/**
|
|
277
|
-
* Represents the [Kendo UI AppBarSpacer component for Angular](
|
|
273
|
+
* Represents the [Kendo UI AppBarSpacer component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#spacings).
|
|
278
274
|
*
|
|
279
275
|
* Use the AppBarSpacer component to add white space between AppBar sections and customize its width.
|
|
280
276
|
*
|
|
@@ -736,7 +732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
736
732
|
|
|
737
733
|
const DEFAULT_ANIMATION_CONFIG = { duration: 300 };
|
|
738
734
|
/**
|
|
739
|
-
* Represents the [Kendo UI ActionSheet component for Angular](
|
|
735
|
+
* Represents the [Kendo UI ActionSheet component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet).
|
|
740
736
|
* Use this component to display a set of choices related to a user-initiated task in a modal sheet that slides up from the bottom of the screen.
|
|
741
737
|
*
|
|
742
738
|
* @example
|
|
@@ -804,7 +800,7 @@ class ActionSheetComponent {
|
|
|
804
800
|
*/
|
|
805
801
|
cssStyle;
|
|
806
802
|
/**
|
|
807
|
-
* Configures the opening and closing animations for the ActionSheet ([see example](
|
|
803
|
+
* Configures the opening and closing animations for the ActionSheet ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet/animations)).
|
|
808
804
|
*
|
|
809
805
|
* @default true
|
|
810
806
|
*/
|
|
@@ -817,8 +813,8 @@ class ActionSheetComponent {
|
|
|
817
813
|
expanded = false;
|
|
818
814
|
/**
|
|
819
815
|
* Sets the `aria-labelledby` attribute of the ActionSheet wrapper element.
|
|
820
|
-
* Use this option when the built-in header element is replaced through the [`ActionSheetHeaderTemplate`](
|
|
821
|
-
* or [`ActionSheetContentTemplate`](
|
|
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
|
+
* or [`ActionSheetContentTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetcontenttemplatedirective).
|
|
822
818
|
*/
|
|
823
819
|
titleId = getId('k-actionsheet-title');
|
|
824
820
|
/**
|
|
@@ -1637,7 +1633,7 @@ class BottomNavigationSelectEvent extends PreventableEvent {
|
|
|
1637
1633
|
|
|
1638
1634
|
/**
|
|
1639
1635
|
* Represents a template that defines the content of the BottomNavigation items. Use this directive to customize the appearance of each navigation item.
|
|
1640
|
-
* To define the template, nest an `<ng-template>` tag with the `kendoBottomNavigationItemTemplate` directive inside the `<kendo-bottomnavigation>` tag ([see example](
|
|
1636
|
+
* To define the template, nest an `<ng-template>` tag with the `kendoBottomNavigationItemTemplate` directive inside the `<kendo-bottomnavigation>` tag ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/templates)).
|
|
1641
1637
|
*
|
|
1642
1638
|
* @example
|
|
1643
1639
|
* ```html
|
|
@@ -1692,6 +1688,10 @@ const BOTTOMNAVIGATION_ITEM_INDEX = 'data-kendo-bottomnavigation-index';
|
|
|
1692
1688
|
* @hidden
|
|
1693
1689
|
*/
|
|
1694
1690
|
const colors = ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error', 'dark', 'light', 'inverse'];
|
|
1691
|
+
/**
|
|
1692
|
+
* @hidden
|
|
1693
|
+
*/
|
|
1694
|
+
const fills = ['solid', 'flat'];
|
|
1695
1695
|
|
|
1696
1696
|
/**
|
|
1697
1697
|
* @hidden
|
|
@@ -1808,7 +1808,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1808
1808
|
}] } });
|
|
1809
1809
|
|
|
1810
1810
|
/**
|
|
1811
|
-
* Represents the [Kendo UI BottomNavigation component for Angular](
|
|
1811
|
+
* Represents the [Kendo UI BottomNavigation component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation).
|
|
1812
1812
|
*
|
|
1813
1813
|
* Use the BottomNavigation component to let users quickly switch between primary views in your app.
|
|
1814
1814
|
*
|
|
@@ -1836,11 +1836,11 @@ class BottomNavigationComponent {
|
|
|
1836
1836
|
changeDetector;
|
|
1837
1837
|
renderer;
|
|
1838
1838
|
/**
|
|
1839
|
-
* Provides the collection of items rendered in the BottomNavigation ([see example](
|
|
1839
|
+
* Provides the collection of items rendered in the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/items)).
|
|
1840
1840
|
*/
|
|
1841
1841
|
items;
|
|
1842
1842
|
/**
|
|
1843
|
-
* Shows a top border on the BottomNavigation ([see example](
|
|
1843
|
+
* Shows a top border on the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1844
1844
|
*
|
|
1845
1845
|
* @default false
|
|
1846
1846
|
*/
|
|
@@ -1852,16 +1852,17 @@ class BottomNavigationComponent {
|
|
|
1852
1852
|
*/
|
|
1853
1853
|
disabled = false;
|
|
1854
1854
|
/**
|
|
1855
|
-
* Sets the fill style of the BottomNavigation ([see example](
|
|
1856
|
-
*
|
|
1857
|
-
* @default 'flat'
|
|
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.
|
|
1858
1856
|
*/
|
|
1859
1857
|
set fill(fill) {
|
|
1858
|
+
const newFill = fills.find(color => color === fill);
|
|
1860
1859
|
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
1861
|
-
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1860
|
+
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
1861
|
+
if (newFill) {
|
|
1862
|
+
this._fill = fill;
|
|
1863
|
+
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this._fill}`);
|
|
1864
|
+
this.themeColor && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
1865
|
+
}
|
|
1865
1866
|
}
|
|
1866
1867
|
get fill() {
|
|
1867
1868
|
return this._fill;
|
|
@@ -1880,7 +1881,7 @@ class BottomNavigationComponent {
|
|
|
1880
1881
|
return this._itemFlow;
|
|
1881
1882
|
}
|
|
1882
1883
|
/**
|
|
1883
|
-
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](
|
|
1884
|
+
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/position-mode)).
|
|
1884
1885
|
*
|
|
1885
1886
|
* @default 'fixed'
|
|
1886
1887
|
*/
|
|
@@ -1893,16 +1894,14 @@ class BottomNavigationComponent {
|
|
|
1893
1894
|
return this._positionMode;
|
|
1894
1895
|
}
|
|
1895
1896
|
/**
|
|
1896
|
-
* Sets the theme color of the BottomNavigation ([see example](
|
|
1897
|
-
*
|
|
1898
|
-
* @default 'primary'
|
|
1897
|
+
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1899
1898
|
*/
|
|
1900
1899
|
set themeColor(themeColor) {
|
|
1901
1900
|
const newColor = colors.find(color => color === themeColor);
|
|
1902
1901
|
if (newColor) {
|
|
1903
|
-
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1902
|
+
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this._themeColor}`);
|
|
1904
1903
|
this._themeColor = themeColor;
|
|
1905
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1904
|
+
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this._themeColor}`);
|
|
1906
1905
|
}
|
|
1907
1906
|
}
|
|
1908
1907
|
get themeColor() {
|
|
@@ -1944,10 +1943,10 @@ class BottomNavigationComponent {
|
|
|
1944
1943
|
* @hidden
|
|
1945
1944
|
*/
|
|
1946
1945
|
selectedIdx;
|
|
1947
|
-
_fill
|
|
1946
|
+
_fill;
|
|
1948
1947
|
_itemFlow = 'vertical';
|
|
1949
1948
|
_positionMode = 'fixed';
|
|
1950
|
-
_themeColor
|
|
1949
|
+
_themeColor;
|
|
1951
1950
|
_nativeHostElement;
|
|
1952
1951
|
dynamicRTLSubscription;
|
|
1953
1952
|
subscriptions = new Subscription();
|
|
@@ -1997,10 +1996,10 @@ class BottomNavigationComponent {
|
|
|
1997
1996
|
}
|
|
1998
1997
|
}
|
|
1999
1998
|
applyClasses() {
|
|
2000
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
1999
|
+
this.fill && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
2001
2000
|
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-item-flow-${this.itemFlow}`);
|
|
2002
2001
|
this.renderer.addClass(this._nativeHostElement, `k-pos-${this.positionMode}`);
|
|
2003
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
2002
|
+
this.themeColor && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
2004
2003
|
}
|
|
2005
2004
|
initDomEvents() {
|
|
2006
2005
|
if (!this.hostElement) {
|
|
@@ -2130,7 +2129,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2130
2129
|
*
|
|
2131
2130
|
* To define the template, nest an `<ng-template>` tag with the `kendoBreadCrumbItemTemplate` directive inside the `<kendo-breadcrumb>` tag.
|
|
2132
2131
|
*
|
|
2133
|
-
* For more information and example refer to the [Templates](
|
|
2132
|
+
* For more information and example refer to the [Templates](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/templates) article.
|
|
2134
2133
|
*
|
|
2135
2134
|
* @example
|
|
2136
2135
|
* ```html
|
|
@@ -2179,11 +2178,12 @@ const SIZES = {
|
|
|
2179
2178
|
*/
|
|
2180
2179
|
const getStylingClasses = (stylingOption, previousValue, newValue) => {
|
|
2181
2180
|
switch (stylingOption) {
|
|
2182
|
-
case 'size':
|
|
2181
|
+
case 'size': {
|
|
2183
2182
|
return {
|
|
2184
|
-
toRemove: `k-breadcrumb-${SIZES[previousValue]}
|
|
2185
|
-
toAdd: newValue
|
|
2183
|
+
toRemove: previousValue ? `k-breadcrumb-${SIZES[previousValue]}` : null,
|
|
2184
|
+
toAdd: newValue ? `k-breadcrumb-${SIZES[newValue]}` : null
|
|
2186
2185
|
};
|
|
2186
|
+
}
|
|
2187
2187
|
default:
|
|
2188
2188
|
break;
|
|
2189
2189
|
}
|
|
@@ -2580,7 +2580,7 @@ const expandFirst = toggleFirst(true);
|
|
|
2580
2580
|
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
|
2581
2581
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2582
2582
|
/**
|
|
2583
|
-
* Represents the [Kendo UI Breadcrumb component for Angular](
|
|
2583
|
+
* Represents the [Kendo UI Breadcrumb component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb).
|
|
2584
2584
|
*
|
|
2585
2585
|
* Use the Breadcrumb component to allow users to navigate through a hierarchical structure. The component automatically handles overflow
|
|
2586
2586
|
* scenarios and supports customizable separators, templates, and collapse modes.
|
|
@@ -2628,16 +2628,16 @@ class BreadCrumbComponent {
|
|
|
2628
2628
|
return this._items;
|
|
2629
2629
|
}
|
|
2630
2630
|
/**
|
|
2631
|
-
* Specifies the name of a [built-in font icon](
|
|
2631
|
+
* Specifies the name of a [built-in font icon](https://www.telerik.com/kendo-angular-ui/components/icons/icon/icon-list) in a Kendo UI theme to be rendered as a separator.
|
|
2632
2632
|
*/
|
|
2633
2633
|
separatorIcon;
|
|
2634
2634
|
/**
|
|
2635
|
-
* Defines an [`SVGIcon`](
|
|
2635
|
+
* Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to be rendered as a separator.
|
|
2636
2636
|
*/
|
|
2637
2637
|
separatorSVGIcon;
|
|
2638
2638
|
/**
|
|
2639
2639
|
* Controls the collapse mode of the Breadcrumb.
|
|
2640
|
-
* For more information and example, refer to the [Collapse Modes](
|
|
2640
|
+
* For more information and example, refer to the [Collapse Modes](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/collapse-modes) article.
|
|
2641
2641
|
*
|
|
2642
2642
|
* @default `auto`
|
|
2643
2643
|
*/
|
|
@@ -2652,14 +2652,11 @@ class BreadCrumbComponent {
|
|
|
2652
2652
|
return this._collapseMode;
|
|
2653
2653
|
}
|
|
2654
2654
|
/**
|
|
2655
|
-
* Determines the padding of all Breadcrumb elements.
|
|
2656
|
-
*
|
|
2657
|
-
* @default `medium`
|
|
2655
|
+
* Determines the padding of all Breadcrumb elements. The default value is set by the Kendo theme.
|
|
2658
2656
|
*/
|
|
2659
2657
|
set size(size) {
|
|
2660
|
-
|
|
2661
|
-
this.
|
|
2662
|
-
this._size = newSize;
|
|
2658
|
+
this.handleClasses(size, 'size');
|
|
2659
|
+
this._size = size;
|
|
2663
2660
|
}
|
|
2664
2661
|
get size() {
|
|
2665
2662
|
return this._size;
|
|
@@ -2696,7 +2693,7 @@ class BreadCrumbComponent {
|
|
|
2696
2693
|
firstItem$;
|
|
2697
2694
|
_items = [];
|
|
2698
2695
|
_collapseMode = 'auto';
|
|
2699
|
-
_size
|
|
2696
|
+
_size;
|
|
2700
2697
|
updateItems = new ReplaySubject();
|
|
2701
2698
|
afterViewInit = new Subject();
|
|
2702
2699
|
subscriptions = new Subscription();
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770666603,
|
|
11
|
+
"version": "23.0.0-develop.10",
|
|
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": "
|
|
3
|
+
"version": "23.0.0-develop.10",
|
|
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": 1770666603,
|
|
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": "
|
|
31
|
-
"@progress/kendo-angular-common": "
|
|
32
|
-
"@progress/kendo-angular-icons": "
|
|
33
|
-
"@progress/kendo-angular-l10n": "
|
|
30
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-common": "23.0.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.10",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.10",
|
|
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": "
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.10"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|