@progress/kendo-angular-navigation 22.1.0-develop.8 → 23.0.0-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.
- 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 -4
- 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 +8 -8
- 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 -5
- 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 +53 -48
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
|
@@ -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,14 +36,14 @@ 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
|
*/
|
|
@@ -52,7 +52,7 @@ export declare class AppBarComponent implements AfterViewInit, OnDestroy {
|
|
|
52
52
|
/**
|
|
53
53
|
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component.
|
|
54
54
|
*
|
|
55
|
-
* @default
|
|
55
|
+
* @default undefined
|
|
56
56
|
*/
|
|
57
57
|
set themeColor(themeColor: AppBarThemeColor);
|
|
58
58
|
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,9 @@ 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](
|
|
59
|
+
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
60
60
|
*
|
|
61
|
-
* @default
|
|
61
|
+
* @default undefined
|
|
62
62
|
*/
|
|
63
63
|
set fill(fill: BottomNavigationFill);
|
|
64
64
|
get fill(): BottomNavigationFill;
|
|
@@ -70,16 +70,16 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
70
70
|
set itemFlow(itemFlow: BottomNavigationItemFlow);
|
|
71
71
|
get itemFlow(): BottomNavigationItemFlow;
|
|
72
72
|
/**
|
|
73
|
-
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](
|
|
73
|
+
* 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
74
|
*
|
|
75
75
|
* @default 'fixed'
|
|
76
76
|
*/
|
|
77
77
|
set positionMode(positionMode: BottomNavigationPositionMode);
|
|
78
78
|
get positionMode(): BottomNavigationPositionMode;
|
|
79
79
|
/**
|
|
80
|
-
* Sets the theme color of the BottomNavigation ([see example](
|
|
80
|
+
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
81
81
|
*
|
|
82
|
-
* @default
|
|
82
|
+
* @default undefined
|
|
83
83
|
*/
|
|
84
84
|
set themeColor(themeColor: BottomNavigationThemeColor);
|
|
85
85
|
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,16 +57,16 @@ 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
|
*/
|
|
@@ -75,7 +75,7 @@ export declare class BreadCrumbComponent implements OnInit, AfterViewInit, OnDes
|
|
|
75
75
|
/**
|
|
76
76
|
* Determines the padding of all Breadcrumb elements.
|
|
77
77
|
*
|
|
78
|
-
* @default
|
|
78
|
+
* @default undefined
|
|
79
79
|
*/
|
|
80
80
|
set size(size: BreadcrumbSize);
|
|
81
81
|
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.1',
|
|
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
|
*/
|
|
@@ -89,19 +88,18 @@ class AppBarComponent {
|
|
|
89
88
|
/**
|
|
90
89
|
* Sets the theme color of the AppBar. The theme color is applied as the background color of the component.
|
|
91
90
|
*
|
|
92
|
-
* @default
|
|
91
|
+
* @default undefined
|
|
93
92
|
*/
|
|
94
93
|
set themeColor(themeColor) {
|
|
95
|
-
|
|
96
|
-
this.
|
|
97
|
-
this._themeColor = newThemeColor;
|
|
94
|
+
this.handleHostClasses(themeColor, this.themeColor);
|
|
95
|
+
this._themeColor = themeColor;
|
|
98
96
|
}
|
|
99
97
|
get themeColor() {
|
|
100
98
|
return this._themeColor;
|
|
101
99
|
}
|
|
102
100
|
dynamicRTLSubscription;
|
|
103
101
|
rtl = false;
|
|
104
|
-
_themeColor
|
|
102
|
+
_themeColor;
|
|
105
103
|
_position = DEFAULT_POSITION;
|
|
106
104
|
_positionMode = DEFAULT_POSITION_MODE;
|
|
107
105
|
constructor(localizationService, host, renderer) {
|
|
@@ -180,7 +178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
180
178
|
}] } });
|
|
181
179
|
|
|
182
180
|
/**
|
|
183
|
-
* Represents the [Kendo UI AppBarSection component for Angular](
|
|
181
|
+
* Represents the [Kendo UI AppBarSection component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#sections).
|
|
184
182
|
*
|
|
185
183
|
* Use the AppBarSection component to group content, actions, or navigation items within the AppBar.
|
|
186
184
|
*
|
|
@@ -274,7 +272,7 @@ const hasItemIndex$1 = (item, indexAttr) => isPresent(item.getAttribute(indexAtt
|
|
|
274
272
|
const closestItem$1 = (target, targetAttr, scope) => closestInScope$1(target, el => hasItemIndex$1(el, targetAttr), scope);
|
|
275
273
|
|
|
276
274
|
/**
|
|
277
|
-
* Represents the [Kendo UI AppBarSpacer component for Angular](
|
|
275
|
+
* Represents the [Kendo UI AppBarSpacer component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/appbar/content-arrangement#spacings).
|
|
278
276
|
*
|
|
279
277
|
* Use the AppBarSpacer component to add white space between AppBar sections and customize its width.
|
|
280
278
|
*
|
|
@@ -736,7 +734,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
736
734
|
|
|
737
735
|
const DEFAULT_ANIMATION_CONFIG = { duration: 300 };
|
|
738
736
|
/**
|
|
739
|
-
* Represents the [Kendo UI ActionSheet component for Angular](
|
|
737
|
+
* Represents the [Kendo UI ActionSheet component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet).
|
|
740
738
|
* 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
739
|
*
|
|
742
740
|
* @example
|
|
@@ -804,7 +802,7 @@ class ActionSheetComponent {
|
|
|
804
802
|
*/
|
|
805
803
|
cssStyle;
|
|
806
804
|
/**
|
|
807
|
-
* Configures the opening and closing animations for the ActionSheet ([see example](
|
|
805
|
+
* Configures the opening and closing animations for the ActionSheet ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/actionsheet/animations)).
|
|
808
806
|
*
|
|
809
807
|
* @default true
|
|
810
808
|
*/
|
|
@@ -817,8 +815,8 @@ class ActionSheetComponent {
|
|
|
817
815
|
expanded = false;
|
|
818
816
|
/**
|
|
819
817
|
* 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`](
|
|
818
|
+
* 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)
|
|
819
|
+
* or [`ActionSheetContentTemplate`](https://www.telerik.com/kendo-angular-ui/components/navigation/api/actionsheetcontenttemplatedirective).
|
|
822
820
|
*/
|
|
823
821
|
titleId = getId('k-actionsheet-title');
|
|
824
822
|
/**
|
|
@@ -1637,7 +1635,7 @@ class BottomNavigationSelectEvent extends PreventableEvent {
|
|
|
1637
1635
|
|
|
1638
1636
|
/**
|
|
1639
1637
|
* 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](
|
|
1638
|
+
* 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
1639
|
*
|
|
1642
1640
|
* @example
|
|
1643
1641
|
* ```html
|
|
@@ -1692,6 +1690,10 @@ const BOTTOMNAVIGATION_ITEM_INDEX = 'data-kendo-bottomnavigation-index';
|
|
|
1692
1690
|
* @hidden
|
|
1693
1691
|
*/
|
|
1694
1692
|
const colors = ['primary', 'secondary', 'tertiary', 'info', 'success', 'warning', 'error', 'dark', 'light', 'inverse'];
|
|
1693
|
+
/**
|
|
1694
|
+
* @hidden
|
|
1695
|
+
*/
|
|
1696
|
+
const fills = ['solid', 'flat'];
|
|
1695
1697
|
|
|
1696
1698
|
/**
|
|
1697
1699
|
* @hidden
|
|
@@ -1808,7 +1810,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1808
1810
|
}] } });
|
|
1809
1811
|
|
|
1810
1812
|
/**
|
|
1811
|
-
* Represents the [Kendo UI BottomNavigation component for Angular](
|
|
1813
|
+
* Represents the [Kendo UI BottomNavigation component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation).
|
|
1812
1814
|
*
|
|
1813
1815
|
* Use the BottomNavigation component to let users quickly switch between primary views in your app.
|
|
1814
1816
|
*
|
|
@@ -1836,11 +1838,11 @@ class BottomNavigationComponent {
|
|
|
1836
1838
|
changeDetector;
|
|
1837
1839
|
renderer;
|
|
1838
1840
|
/**
|
|
1839
|
-
* Provides the collection of items rendered in the BottomNavigation ([see example](
|
|
1841
|
+
* Provides the collection of items rendered in the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/items)).
|
|
1840
1842
|
*/
|
|
1841
1843
|
items;
|
|
1842
1844
|
/**
|
|
1843
|
-
* Shows a top border on the BottomNavigation ([see example](
|
|
1845
|
+
* Shows a top border on the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1844
1846
|
*
|
|
1845
1847
|
* @default false
|
|
1846
1848
|
*/
|
|
@@ -1852,16 +1854,19 @@ class BottomNavigationComponent {
|
|
|
1852
1854
|
*/
|
|
1853
1855
|
disabled = false;
|
|
1854
1856
|
/**
|
|
1855
|
-
* Sets the fill style of the BottomNavigation ([see example](
|
|
1857
|
+
* Sets the fill style of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1856
1858
|
*
|
|
1857
|
-
* @default
|
|
1859
|
+
* @default undefined
|
|
1858
1860
|
*/
|
|
1859
1861
|
set fill(fill) {
|
|
1862
|
+
const newFill = fills.find(color => color === fill);
|
|
1860
1863
|
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
1861
|
-
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1864
|
+
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
1865
|
+
if (newFill) {
|
|
1866
|
+
this._fill = fill;
|
|
1867
|
+
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this._fill}`);
|
|
1868
|
+
this.themeColor && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
1869
|
+
}
|
|
1865
1870
|
}
|
|
1866
1871
|
get fill() {
|
|
1867
1872
|
return this._fill;
|
|
@@ -1880,7 +1885,7 @@ class BottomNavigationComponent {
|
|
|
1880
1885
|
return this._itemFlow;
|
|
1881
1886
|
}
|
|
1882
1887
|
/**
|
|
1883
|
-
* Sets the position and behavior of the BottomNavigation when the page is scrollable ([see example](
|
|
1888
|
+
* 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
1889
|
*
|
|
1885
1890
|
* @default 'fixed'
|
|
1886
1891
|
*/
|
|
@@ -1893,16 +1898,16 @@ class BottomNavigationComponent {
|
|
|
1893
1898
|
return this._positionMode;
|
|
1894
1899
|
}
|
|
1895
1900
|
/**
|
|
1896
|
-
* Sets the theme color of the BottomNavigation ([see example](
|
|
1901
|
+
* Sets the theme color of the BottomNavigation ([see example](https://www.telerik.com/kendo-angular-ui/components/navigation/bottomnavigation/appearance)).
|
|
1897
1902
|
*
|
|
1898
|
-
* @default
|
|
1903
|
+
* @default undefined
|
|
1899
1904
|
*/
|
|
1900
1905
|
set themeColor(themeColor) {
|
|
1901
1906
|
const newColor = colors.find(color => color === themeColor);
|
|
1902
1907
|
if (newColor) {
|
|
1903
|
-
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1908
|
+
this.renderer.removeClass(this._nativeHostElement, `k-bottom-nav-${this._themeColor}`);
|
|
1904
1909
|
this._themeColor = themeColor;
|
|
1905
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
1910
|
+
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this._themeColor}`);
|
|
1906
1911
|
}
|
|
1907
1912
|
}
|
|
1908
1913
|
get themeColor() {
|
|
@@ -1944,10 +1949,10 @@ class BottomNavigationComponent {
|
|
|
1944
1949
|
* @hidden
|
|
1945
1950
|
*/
|
|
1946
1951
|
selectedIdx;
|
|
1947
|
-
_fill
|
|
1952
|
+
_fill;
|
|
1948
1953
|
_itemFlow = 'vertical';
|
|
1949
1954
|
_positionMode = 'fixed';
|
|
1950
|
-
_themeColor
|
|
1955
|
+
_themeColor;
|
|
1951
1956
|
_nativeHostElement;
|
|
1952
1957
|
dynamicRTLSubscription;
|
|
1953
1958
|
subscriptions = new Subscription();
|
|
@@ -1997,10 +2002,10 @@ class BottomNavigationComponent {
|
|
|
1997
2002
|
}
|
|
1998
2003
|
}
|
|
1999
2004
|
applyClasses() {
|
|
2000
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
2005
|
+
this.fill && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.fill}`);
|
|
2001
2006
|
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-item-flow-${this.itemFlow}`);
|
|
2002
2007
|
this.renderer.addClass(this._nativeHostElement, `k-pos-${this.positionMode}`);
|
|
2003
|
-
this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.
|
|
2008
|
+
this.themeColor && this.renderer.addClass(this._nativeHostElement, `k-bottom-nav-${this.themeColor}`);
|
|
2004
2009
|
}
|
|
2005
2010
|
initDomEvents() {
|
|
2006
2011
|
if (!this.hostElement) {
|
|
@@ -2130,7 +2135,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2130
2135
|
*
|
|
2131
2136
|
* To define the template, nest an `<ng-template>` tag with the `kendoBreadCrumbItemTemplate` directive inside the `<kendo-breadcrumb>` tag.
|
|
2132
2137
|
*
|
|
2133
|
-
* For more information and example refer to the [Templates](
|
|
2138
|
+
* For more information and example refer to the [Templates](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/templates) article.
|
|
2134
2139
|
*
|
|
2135
2140
|
* @example
|
|
2136
2141
|
* ```html
|
|
@@ -2179,11 +2184,12 @@ const SIZES = {
|
|
|
2179
2184
|
*/
|
|
2180
2185
|
const getStylingClasses = (stylingOption, previousValue, newValue) => {
|
|
2181
2186
|
switch (stylingOption) {
|
|
2182
|
-
case 'size':
|
|
2187
|
+
case 'size': {
|
|
2183
2188
|
return {
|
|
2184
|
-
toRemove: `k-breadcrumb-${SIZES[previousValue]}
|
|
2185
|
-
toAdd: newValue
|
|
2189
|
+
toRemove: previousValue ? `k-breadcrumb-${SIZES[previousValue]}` : null,
|
|
2190
|
+
toAdd: newValue ? `k-breadcrumb-${SIZES[newValue]}` : null
|
|
2186
2191
|
};
|
|
2192
|
+
}
|
|
2187
2193
|
default:
|
|
2188
2194
|
break;
|
|
2189
2195
|
}
|
|
@@ -2580,7 +2586,7 @@ const expandFirst = toggleFirst(true);
|
|
|
2580
2586
|
/* eslint-disable @typescript-eslint/no-inferrable-types */
|
|
2581
2587
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2582
2588
|
/**
|
|
2583
|
-
* Represents the [Kendo UI Breadcrumb component for Angular](
|
|
2589
|
+
* Represents the [Kendo UI Breadcrumb component for Angular](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb).
|
|
2584
2590
|
*
|
|
2585
2591
|
* Use the Breadcrumb component to allow users to navigate through a hierarchical structure. The component automatically handles overflow
|
|
2586
2592
|
* scenarios and supports customizable separators, templates, and collapse modes.
|
|
@@ -2628,16 +2634,16 @@ class BreadCrumbComponent {
|
|
|
2628
2634
|
return this._items;
|
|
2629
2635
|
}
|
|
2630
2636
|
/**
|
|
2631
|
-
* Specifies the name of a [built-in font icon](
|
|
2637
|
+
* 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
2638
|
*/
|
|
2633
2639
|
separatorIcon;
|
|
2634
2640
|
/**
|
|
2635
|
-
* Defines an [`SVGIcon`](
|
|
2641
|
+
* Defines an [`SVGIcon`](https://www.telerik.com/kendo-angular-ui/components/icons/api/svgicon) to be rendered as a separator.
|
|
2636
2642
|
*/
|
|
2637
2643
|
separatorSVGIcon;
|
|
2638
2644
|
/**
|
|
2639
2645
|
* Controls the collapse mode of the Breadcrumb.
|
|
2640
|
-
* For more information and example, refer to the [Collapse Modes](
|
|
2646
|
+
* For more information and example, refer to the [Collapse Modes](https://www.telerik.com/kendo-angular-ui/components/navigation/breadcrumb/collapse-modes) article.
|
|
2641
2647
|
*
|
|
2642
2648
|
* @default `auto`
|
|
2643
2649
|
*/
|
|
@@ -2654,12 +2660,11 @@ class BreadCrumbComponent {
|
|
|
2654
2660
|
/**
|
|
2655
2661
|
* Determines the padding of all Breadcrumb elements.
|
|
2656
2662
|
*
|
|
2657
|
-
* @default
|
|
2663
|
+
* @default undefined
|
|
2658
2664
|
*/
|
|
2659
2665
|
set size(size) {
|
|
2660
|
-
|
|
2661
|
-
this.
|
|
2662
|
-
this._size = newSize;
|
|
2666
|
+
this.handleClasses(size, 'size');
|
|
2667
|
+
this._size = size;
|
|
2663
2668
|
}
|
|
2664
2669
|
get size() {
|
|
2665
2670
|
return this._size;
|
|
@@ -2696,7 +2701,7 @@ class BreadCrumbComponent {
|
|
|
2696
2701
|
firstItem$;
|
|
2697
2702
|
_items = [];
|
|
2698
2703
|
_collapseMode = 'auto';
|
|
2699
|
-
_size
|
|
2704
|
+
_size;
|
|
2700
2705
|
updateItems = new ReplaySubject();
|
|
2701
2706
|
afterViewInit = new Subject();
|
|
2702
2707
|
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": 1770286846,
|
|
11
|
+
"version": "23.0.0-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": "
|
|
3
|
+
"version": "23.0.0-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": 1770286846,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@angular/common": "19 - 21",
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
|
-
"@progress/kendo-licensing": "^1.
|
|
30
|
-
"@progress/kendo-angular-buttons": "
|
|
31
|
-
"@progress/kendo-angular-common": "
|
|
32
|
-
"@progress/kendo-angular-icons": "
|
|
33
|
-
"@progress/kendo-angular-l10n": "
|
|
29
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
30
|
+
"@progress/kendo-angular-buttons": "23.0.0-develop.1",
|
|
31
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
32
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-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": "
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-navigation.mjs",
|