@progress/kendo-angular-toolbar 24.2.2 → 25.0.0-develop.2
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/fesm2022/progress-kendo-angular-toolbar.mjs +60 -60
- package/index.d.ts +1529 -21
- package/package-metadata.mjs +2 -2
- package/package.json +13 -13
- package/common/fillmode.d.ts +0 -8
- package/common/overflow-mode.d.ts +0 -8
- package/common/overflow-settings.d.ts +0 -45
- package/common/preventable-event.d.ts +0 -21
- package/common/renderer-click.d.ts +0 -12
- package/common/scroll-buttons.d.ts +0 -22
- package/common/size.d.ts +0 -8
- package/direction.d.ts +0 -8
- package/directives.d.ts +0 -35
- package/display-mode.d.ts +0 -16
- package/group-selection-settings.d.ts +0 -9
- package/localization/custom-messages.component.d.ts +0 -30
- package/localization/localized-toolbar-messages.directive.d.ts +0 -16
- package/localization/messages.d.ts +0 -25
- package/navigation.service.d.ts +0 -36
- package/package-metadata.d.ts +0 -9
- package/popup-settings.d.ts +0 -60
- package/refresh.service.d.ts +0 -16
- package/render-location.d.ts +0 -8
- package/renderer.component.d.ts +0 -47
- package/renderer.service.d.ts +0 -24
- package/scroll.service.d.ts +0 -43
- package/scrollable-button.component.d.ts +0 -40
- package/tool-options.d.ts +0 -15
- package/toolbar.component.d.ts +0 -316
- package/toolbar.module.d.ts +0 -32
- package/tools/toolbar-button.component.d.ts +0 -198
- package/tools/toolbar-buttongroup.component.d.ts +0 -117
- package/tools/toolbar-dropdownbutton.component.d.ts +0 -195
- package/tools/toolbar-separator.component.d.ts +0 -40
- package/tools/toolbar-spacer.component.d.ts +0 -43
- package/tools/toolbar-splitbutton.component.d.ts +0 -194
- package/tools/toolbar-tool.component.d.ts +0 -77
- package/tools/tools.service.d.ts +0 -21
- package/util.d.ts +0 -115
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": 1783688566,
|
|
11
|
+
"version": "25.0.0-develop.2",
|
|
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-toolbar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "25.0.0-develop.2",
|
|
4
4
|
"description": "Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -43,27 +43,27 @@
|
|
|
43
43
|
"package": {
|
|
44
44
|
"productName": "Kendo UI for Angular",
|
|
45
45
|
"productCode": "KENDOUIANGULAR",
|
|
46
|
-
"publishDate":
|
|
46
|
+
"publishDate": 1783688566,
|
|
47
47
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@angular/animations": "
|
|
52
|
-
"@angular/common": "
|
|
53
|
-
"@angular/core": "
|
|
54
|
-
"@angular/platform-browser": "
|
|
51
|
+
"@angular/animations": "20 - 22",
|
|
52
|
+
"@angular/common": "20 - 22",
|
|
53
|
+
"@angular/core": "20 - 22",
|
|
54
|
+
"@angular/platform-browser": "20 - 22",
|
|
55
55
|
"@progress/kendo-licensing": "^1.11.0",
|
|
56
|
-
"@progress/kendo-angular-buttons": "
|
|
57
|
-
"@progress/kendo-angular-common": "
|
|
58
|
-
"@progress/kendo-angular-l10n": "
|
|
59
|
-
"@progress/kendo-angular-icons": "
|
|
60
|
-
"@progress/kendo-angular-indicators": "
|
|
61
|
-
"@progress/kendo-angular-popup": "
|
|
56
|
+
"@progress/kendo-angular-buttons": "25.0.0-develop.2",
|
|
57
|
+
"@progress/kendo-angular-common": "25.0.0-develop.2",
|
|
58
|
+
"@progress/kendo-angular-l10n": "25.0.0-develop.2",
|
|
59
|
+
"@progress/kendo-angular-icons": "25.0.0-develop.2",
|
|
60
|
+
"@progress/kendo-angular-indicators": "25.0.0-develop.2",
|
|
61
|
+
"@progress/kendo-angular-popup": "25.0.0-develop.2",
|
|
62
62
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"tslib": "^2.3.1",
|
|
66
|
-
"@progress/kendo-angular-schematics": "
|
|
66
|
+
"@progress/kendo-angular-schematics": "25.0.0-develop.2"
|
|
67
67
|
},
|
|
68
68
|
"schematics": "./schematics/collection.json",
|
|
69
69
|
"module": "fesm2022/progress-kendo-angular-toolbar.mjs",
|
package/common/fillmode.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Represents the possible fill mode options of the ToolBar.
|
|
7
|
-
*/
|
|
8
|
-
export type ToolbarFillMode = 'solid' | 'flat' | 'outline';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Sets how the ToolBar handles overflow when there is not enough space to display all tools.
|
|
7
|
-
*/
|
|
8
|
-
export type OverflowMode = 'scroll' | 'section' | 'menu' | 'none';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { SVGIcon } from "@progress/kendo-svg-icons";
|
|
6
|
-
import { OverflowMode } from "./overflow-mode";
|
|
7
|
-
import { ToolbarScrollButtonsPosition, ToolbarScrollButtonsVisibility } from "./scroll-buttons";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the overflow settings for the ToolBar.
|
|
10
|
-
*/
|
|
11
|
-
export interface ToolbarOverflowSettings {
|
|
12
|
-
/**
|
|
13
|
-
* Sets the ToolBar overflow mode.
|
|
14
|
-
* @default 'none'
|
|
15
|
-
*/
|
|
16
|
-
mode?: OverflowMode;
|
|
17
|
-
/**
|
|
18
|
-
* Sets the ToolBar scroll buttons visibility mode. Applies when the overflow mode is set to `'scroll'`.
|
|
19
|
-
*/
|
|
20
|
-
scrollButtons?: ToolbarScrollButtonsVisibility;
|
|
21
|
-
/**
|
|
22
|
-
* Sets the ToolBar scroll buttons position. Applies when the overflow mode is set to `'scroll'`.
|
|
23
|
-
*/
|
|
24
|
-
scrollButtonsPosition?: ToolbarScrollButtonsPosition;
|
|
25
|
-
/**
|
|
26
|
-
* Adds a custom CSS class or multiple classes to the span element of the previous scroll button. Applies when the overflow mode is set to `'scroll'`.
|
|
27
|
-
*
|
|
28
|
-
* Allows the usage of custom icons.
|
|
29
|
-
*/
|
|
30
|
-
prevButtonIcon?: string;
|
|
31
|
-
/**
|
|
32
|
-
* Adds a custom CSS class or multiple classes to the span element of the next scroll button. Applies when the overflow mode is set to `'scroll'`.
|
|
33
|
-
*
|
|
34
|
-
* Allows the usage of custom icons.
|
|
35
|
-
*/
|
|
36
|
-
nextButtonIcon?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Sets an `SVGIcon` for the previous button icon. Accepts an [existing Kendo SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) or a custom one. Applies when the overflow mode is set to `'scroll'`.
|
|
39
|
-
*/
|
|
40
|
-
prevSVGButtonIcon?: SVGIcon;
|
|
41
|
-
/**
|
|
42
|
-
* Sets an `SVGIcon` for the next button icon. Accepts an [existing Kendo SVG icon](https://www.telerik.com/kendo-angular-ui/components/icons/svgicon/svgicon-list) or a custom one. Applies when the overflow mode is set to `'scroll'`.
|
|
43
|
-
*/
|
|
44
|
-
nextSVGButtonIcon?: SVGIcon;
|
|
45
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export declare class PreventableEvent {
|
|
9
|
-
private prevented;
|
|
10
|
-
/**
|
|
11
|
-
* Prevents the default action for a specified event.
|
|
12
|
-
* In this way, the source component suppresses the built-in behavior that follows the event.
|
|
13
|
-
*/
|
|
14
|
-
preventDefault(): void;
|
|
15
|
-
/**
|
|
16
|
-
* If the event is prevented by any of its subscribers, returns `true`.
|
|
17
|
-
*
|
|
18
|
-
* @returns `true` if the default action was prevented. Otherwise, returns `false`.
|
|
19
|
-
*/
|
|
20
|
-
isDefaultPrevented(): boolean;
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolBarRendererComponent } from '../renderer.component';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export interface RendererClickPayload {
|
|
10
|
-
context: ToolBarRendererComponent;
|
|
11
|
-
event: Event;
|
|
12
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Controls when the ToolBar renders scroll buttons.
|
|
7
|
-
*
|
|
8
|
-
* The possible options are:
|
|
9
|
-
* - `auto`(default)—Renders the scroll buttons only when the tools overflow the ToolBar container.
|
|
10
|
-
* - `visible`—Always renders the scroll buttons.
|
|
11
|
-
* - `hidden`—Never renders the scroll buttons.
|
|
12
|
-
*/
|
|
13
|
-
export type ToolbarScrollButtonsVisibility = 'hidden' | 'visible' | 'auto';
|
|
14
|
-
/**
|
|
15
|
-
* Controls where the ToolBar renders scroll buttons.
|
|
16
|
-
*
|
|
17
|
-
* The possible options are:
|
|
18
|
-
* - `start`—Renders the scroll buttons at the start before all tools.
|
|
19
|
-
* - `end`—Renders the scroll buttons at the end after all tools.
|
|
20
|
-
* - `split`(default)—Renders the scroll buttons on both sides of the tools list.
|
|
21
|
-
*/
|
|
22
|
-
export type ToolbarScrollButtonsPosition = 'start' | 'end' | 'split';
|
package/common/size.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Represents the possible size options of the ToolBar.
|
|
7
|
-
*/
|
|
8
|
-
export type ToolbarSize = 'small' | 'medium' | 'large';
|
package/direction.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type Direction = 'rtl' | 'ltr';
|
package/directives.d.ts
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ToolbarCustomMessagesComponent } from "./localization/custom-messages.component";
|
|
6
|
-
import { ToolBarComponent } from "./toolbar.component";
|
|
7
|
-
import { ToolBarButtonComponent } from "./tools/toolbar-button.component";
|
|
8
|
-
import { ToolBarButtonGroupComponent } from "./tools/toolbar-buttongroup.component";
|
|
9
|
-
import { ToolBarDropDownButtonComponent } from "./tools/toolbar-dropdownbutton.component";
|
|
10
|
-
import { ToolBarSeparatorComponent } from "./tools/toolbar-separator.component";
|
|
11
|
-
import { ToolBarSpacerComponent } from "./tools/toolbar-spacer.component";
|
|
12
|
-
import { ToolBarSplitButtonComponent } from "./tools/toolbar-splitbutton.component";
|
|
13
|
-
import { ToolBarToolComponent } from "./tools/toolbar-tool.component";
|
|
14
|
-
/**
|
|
15
|
-
* Use this utility array to access all `@progress/kendo-angular-toolbar`-related components and directives in a standalone Angular component.
|
|
16
|
-
*
|
|
17
|
-
* @example
|
|
18
|
-
* ```typescript
|
|
19
|
-
* import { Component } from '@angular/core';
|
|
20
|
-
* import { KENDO_TOOLBAR } from '@progress/kendo-angular-toolbar';
|
|
21
|
-
*
|
|
22
|
-
* @Component({
|
|
23
|
-
* selector: 'my-app',
|
|
24
|
-
* standalone: true,
|
|
25
|
-
* imports: [KENDO_TOOLBAR],
|
|
26
|
-
* template: `
|
|
27
|
-
* <kendo-toolbar>
|
|
28
|
-
* <kendo-toolbar-button text="Button"></kendo-toolbar-button>
|
|
29
|
-
* </kendo-toolbar>
|
|
30
|
-
* `
|
|
31
|
-
* })
|
|
32
|
-
* export class AppComponent {}
|
|
33
|
-
* ```
|
|
34
|
-
*/
|
|
35
|
-
export declare const KENDO_TOOLBAR: readonly [typeof ToolBarComponent, typeof ToolbarCustomMessagesComponent, typeof ToolBarButtonComponent, typeof ToolBarButtonGroupComponent, typeof ToolBarDropDownButtonComponent, typeof ToolBarSeparatorComponent, typeof ToolBarSpacerComponent, typeof ToolBarSplitButtonComponent, typeof ToolBarToolComponent];
|
package/display-mode.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Sets the visibility for the ToolBar tool text or icon.
|
|
7
|
-
*
|
|
8
|
-
* The possible values are:
|
|
9
|
-
* - `always`—Always shows the text or icon regardless of the overflow mode.
|
|
10
|
-
* - `toolbar`—Shows in the main ToolBar and in the overflow element when using `section` overflow mode.
|
|
11
|
-
* - `menu`—Shows only in the overflow popup when using `menu` overflow mode.
|
|
12
|
-
* - `never`—Never renders the text or icon.
|
|
13
|
-
*
|
|
14
|
-
* @default 'always'
|
|
15
|
-
*/
|
|
16
|
-
export type DisplayMode = 'always' | 'toolbar' | 'menu' | 'never';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Тhe selection mode for the ToolBar ButtonGroup.
|
|
7
|
-
* For more information, see [`ToolBarButtonGroupComponent`](https://www.telerik.com/kendo-angular-ui/components/toolbar/api/toolbarbuttongroupcomponent).
|
|
8
|
-
*/
|
|
9
|
-
export type ButtonGroupSelection = "single" | "multiple";
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { ToolbarMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* Represents the custom messages component of the ToolBar.
|
|
10
|
-
*
|
|
11
|
-
* Use this component to override default messages for the ToolBar.
|
|
12
|
-
*
|
|
13
|
-
* @example
|
|
14
|
-
* ```html
|
|
15
|
-
* <kendo-toolbar>
|
|
16
|
-
* <kendo-toolbar-messages
|
|
17
|
-
* moreToolsTitle="More options"
|
|
18
|
-
* previousToolButton="Previous"
|
|
19
|
-
* nextToolButton="Next">
|
|
20
|
-
* </kendo-toolbar-messages>
|
|
21
|
-
* </kendo-toolbar>
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
export declare class ToolbarCustomMessagesComponent extends ToolbarMessages {
|
|
25
|
-
protected service: LocalizationService;
|
|
26
|
-
constructor(service: LocalizationService);
|
|
27
|
-
protected get override(): boolean;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarCustomMessagesComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarCustomMessagesComponent, "kendo-toolbar-messages", never, {}, {}, never, never, true, never>;
|
|
30
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import { ToolbarMessages } from './messages';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class LocalizedToolbarMessagesDirective extends ToolbarMessages {
|
|
12
|
-
protected service: LocalizationService;
|
|
13
|
-
constructor(service: LocalizationService);
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedToolbarMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedToolbarMessagesDirective, "[kendoToolbarLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export declare class ToolbarMessages extends ComponentMessages {
|
|
11
|
-
/**
|
|
12
|
-
* Sets the title of the **More Tools** button in a responsive ToolBar.
|
|
13
|
-
*/
|
|
14
|
-
moreToolsTitle: string;
|
|
15
|
-
/**
|
|
16
|
-
* Sets the title for the **Previous Tool** button when the ToolBar is scrollable.
|
|
17
|
-
*/
|
|
18
|
-
previousToolButton: string;
|
|
19
|
-
/**
|
|
20
|
-
* Sets the title for the **Next Tool** button when the ToolBar is scrollable.
|
|
21
|
-
*/
|
|
22
|
-
nextToolButton: string;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarMessages, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarMessages, "kendo-toolbar-messages-base", never, { "moreToolsTitle": { "alias": "moreToolsTitle"; "required": false; }; "previousToolButton": { "alias": "previousToolButton"; "required": false; }; "nextToolButton": { "alias": "nextToolButton"; "required": false; }; }, {}, never, never, true, never>;
|
|
25
|
-
}
|
package/navigation.service.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, NgZone } from '@angular/core';
|
|
6
|
-
import { ToolBarRendererComponent } from './renderer.component';
|
|
7
|
-
import { RendererClickPayload } from './common/renderer-click';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
/**
|
|
10
|
-
* @hidden
|
|
11
|
-
*/
|
|
12
|
-
export declare class NavigationService {
|
|
13
|
-
private zone;
|
|
14
|
-
overflowButton: ElementRef<HTMLButtonElement>;
|
|
15
|
-
private focused;
|
|
16
|
-
private renderedTools;
|
|
17
|
-
private isPopupFocused;
|
|
18
|
-
private isOverflowButtonFocused;
|
|
19
|
-
constructor(zone: NgZone);
|
|
20
|
-
setRenderedTools(rts: ToolBarRendererComponent[]): void;
|
|
21
|
-
click({ context, event: ev }: RendererClickPayload): void;
|
|
22
|
-
moveFocusToToolBar(): void;
|
|
23
|
-
moveFocusToPopup(): void;
|
|
24
|
-
focusNext(ev: KeyboardEvent): void;
|
|
25
|
-
focusPrev(ev: KeyboardEvent): void;
|
|
26
|
-
resetNavigation(): void;
|
|
27
|
-
focusFirst(ev: Event): void;
|
|
28
|
-
focusLast(ev: Event): void;
|
|
29
|
-
private getFocusableTools;
|
|
30
|
-
private focus;
|
|
31
|
-
private blurOverflowButton;
|
|
32
|
-
private focusOverflowButton;
|
|
33
|
-
private isOverflowButtonVisible;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationService, never>;
|
|
35
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NavigationService>;
|
|
36
|
-
}
|
package/package-metadata.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { type PackageMetadata } from '@progress/kendo-licensing';
|
|
6
|
-
/**
|
|
7
|
-
* @hidden
|
|
8
|
-
*/
|
|
9
|
-
export declare const packageMetadata: PackageMetadata;
|
package/popup-settings.d.ts
DELETED
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ViewContainerRef } from '@angular/core';
|
|
6
|
-
import { Align } from '@progress/kendo-angular-popup';
|
|
7
|
-
/**
|
|
8
|
-
* Configures the options for the popup container.
|
|
9
|
-
*
|
|
10
|
-
* Represents the Kendo UI for Angular ToolBar popup settings.
|
|
11
|
-
*
|
|
12
|
-
* @example
|
|
13
|
-
* ```ts
|
|
14
|
-
* @Component({
|
|
15
|
-
* selector: 'my-app',
|
|
16
|
-
* template: `
|
|
17
|
-
* <kendo-toolbar [overflow]="true" [popupSettings]="{ animate: false }">
|
|
18
|
-
* <kendo-toolbar-button text="my button"></kendo-toolbar-button>
|
|
19
|
-
* </kendo-toolbar>
|
|
20
|
-
* `
|
|
21
|
-
* })
|
|
22
|
-
* class AppComponent { }
|
|
23
|
-
* ```
|
|
24
|
-
*/
|
|
25
|
-
export interface PopupSettings {
|
|
26
|
-
/**
|
|
27
|
-
* Controls the popup animation.
|
|
28
|
-
* By default, the open and close animations are enabled.
|
|
29
|
-
*/
|
|
30
|
-
animate?: boolean;
|
|
31
|
-
/**
|
|
32
|
-
* Controls the popup container.
|
|
33
|
-
* By default, the popup is appended to the root component.
|
|
34
|
-
*/
|
|
35
|
-
appendTo?: 'root' | 'component' | ViewContainerRef;
|
|
36
|
-
/**
|
|
37
|
-
* Sets CSS classes for styling the popup.
|
|
38
|
-
*/
|
|
39
|
-
popupClass?: string | string[] | Set<string> | object;
|
|
40
|
-
/**
|
|
41
|
-
* Sets the anchor pivot point.
|
|
42
|
-
*/
|
|
43
|
-
anchorAlign?: Align;
|
|
44
|
-
/**
|
|
45
|
-
* Sets the popup pivot point.
|
|
46
|
-
*/
|
|
47
|
-
popupAlign?: Align;
|
|
48
|
-
/**
|
|
49
|
-
* Sets the popup width.
|
|
50
|
-
* The default value is `150` pixels.
|
|
51
|
-
* Use a number for pixels or a string for arbitrary units like `"50%"`.
|
|
52
|
-
*/
|
|
53
|
-
width?: number | string;
|
|
54
|
-
/**
|
|
55
|
-
* Sets the popup height.
|
|
56
|
-
* By default, the popup height matches its content.
|
|
57
|
-
* Use a number for pixels or a string for arbitrary units like `"50%"`.
|
|
58
|
-
*/
|
|
59
|
-
height?: number | string;
|
|
60
|
-
}
|
package/refresh.service.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { EventEmitter } from '@angular/core';
|
|
6
|
-
import { ToolBarToolComponent } from './tools/toolbar-tool.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class RefreshService {
|
|
12
|
-
onRefresh: EventEmitter<any>;
|
|
13
|
-
refresh(tool: ToolBarToolComponent): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RefreshService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RefreshService>;
|
|
16
|
-
}
|
package/render-location.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* @hidden
|
|
7
|
-
*/
|
|
8
|
-
export type RenderLocation = 'toolbar' | 'overflow' | 'section';
|
package/renderer.component.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, TemplateRef, Renderer2 as Renderer, OnInit, OnDestroy, EventEmitter, ViewContainerRef } from '@angular/core';
|
|
6
|
-
import { RenderLocation } from './render-location';
|
|
7
|
-
import { ToolBarToolComponent } from './tools/toolbar-tool.component';
|
|
8
|
-
import { RefreshService } from './refresh.service';
|
|
9
|
-
import { RendererService } from './renderer.service';
|
|
10
|
-
import { RendererClickPayload } from './common/renderer-click';
|
|
11
|
-
import { ToolbarToolsService } from './tools/tools.service';
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
/**
|
|
14
|
-
* @hidden
|
|
15
|
-
*/
|
|
16
|
-
export declare class ToolBarRendererComponent implements OnInit, OnDestroy {
|
|
17
|
-
private renderer;
|
|
18
|
-
private rendererService;
|
|
19
|
-
private refreshService;
|
|
20
|
-
private toolsService;
|
|
21
|
-
private viewContainer;
|
|
22
|
-
tool: ToolBarToolComponent;
|
|
23
|
-
location: RenderLocation;
|
|
24
|
-
resizable: boolean;
|
|
25
|
-
rendererClick: EventEmitter<RendererClickPayload>;
|
|
26
|
-
template: TemplateRef<any>;
|
|
27
|
-
element: ElementRef;
|
|
28
|
-
private get isSpacer();
|
|
29
|
-
private refreshSubscription;
|
|
30
|
-
private internalComponentRef;
|
|
31
|
-
constructor(renderer: Renderer, rendererService: RendererService, refreshService: RefreshService, toolsService: ToolbarToolsService, viewContainer: ViewContainerRef);
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
ngAfterViewInit(): void;
|
|
35
|
-
/**
|
|
36
|
-
* @hidden
|
|
37
|
-
*/
|
|
38
|
-
get width(): number;
|
|
39
|
-
isDisplayed(): boolean;
|
|
40
|
-
refresh(): void;
|
|
41
|
-
setAttribute(element: HTMLElement, attr: string, value: string): void;
|
|
42
|
-
private onClick;
|
|
43
|
-
private updateTools;
|
|
44
|
-
private hideTool;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarRendererComponent, never>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolBarRendererComponent, "[kendoToolbarRenderer]", never, { "tool": { "alias": "tool"; "required": false; }; "location": { "alias": "location"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; }, { "rendererClick": "rendererClick"; }, never, never, true, never>;
|
|
47
|
-
}
|
package/renderer.service.d.ts
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef } from '@angular/core';
|
|
6
|
-
import { ToolBarRendererComponent } from './renderer.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare class RendererService {
|
|
12
|
-
element: ElementRef;
|
|
13
|
-
renderer: ToolBarRendererComponent;
|
|
14
|
-
getElement(): HTMLElement;
|
|
15
|
-
querySelector(selector: string): HTMLElement;
|
|
16
|
-
querySelectorAll(selector: string): NodeList;
|
|
17
|
-
findFocusable(): HTMLElement;
|
|
18
|
-
findFocusableChild(element?: HTMLElement): HTMLElement;
|
|
19
|
-
findNextFocusableSibling(element?: HTMLElement): HTMLElement;
|
|
20
|
-
findPrevFocusableSibling(element?: HTMLElement): HTMLElement;
|
|
21
|
-
setAttribute(element: HTMLElement, attr: string, value: string): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RendererService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RendererService>;
|
|
24
|
-
}
|
package/scroll.service.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { NgZone } from '@angular/core';
|
|
6
|
-
import { Subject } from 'rxjs';
|
|
7
|
-
import { ToolBarComponent } from './toolbar.component';
|
|
8
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
/**
|
|
11
|
-
* @hidden
|
|
12
|
-
*/
|
|
13
|
-
export type ScrollButtonActiveStateChange = {
|
|
14
|
-
buttonType: string;
|
|
15
|
-
active: boolean;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* @hidden
|
|
19
|
-
*/
|
|
20
|
-
export type ScrollButtonType = 'prev' | 'next';
|
|
21
|
-
/**
|
|
22
|
-
* @hidden
|
|
23
|
-
*/
|
|
24
|
-
export declare class ScrollService {
|
|
25
|
-
private ngZone;
|
|
26
|
-
private localization;
|
|
27
|
-
owner: ToolBarComponent;
|
|
28
|
-
position: number;
|
|
29
|
-
scrollButtonActiveStateChange: Subject<ScrollButtonActiveStateChange>;
|
|
30
|
-
get scrollElement(): HTMLElement;
|
|
31
|
-
get scrollContainerOverflowSize(): number;
|
|
32
|
-
get toolsOverflow(): boolean;
|
|
33
|
-
constructor(ngZone: NgZone, localization: LocalizationService);
|
|
34
|
-
toggleScrollButtonsState(): void;
|
|
35
|
-
onScroll(e: Event): void;
|
|
36
|
-
scrollTools(direction: string): void;
|
|
37
|
-
updateScrollPosition(element: HTMLElement): void;
|
|
38
|
-
calculateListPosition(direction: string, scrollSpeed: number): void;
|
|
39
|
-
private toggleButtonActiveState;
|
|
40
|
-
private isDisabled;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ScrollService, never>;
|
|
42
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ScrollService>;
|
|
43
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2026 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { ElementRef, Renderer2, NgZone, AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
6
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
7
|
-
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
|
-
import { ToolbarOverflowSettings } from './common/overflow-settings';
|
|
9
|
-
import { ScrollButtonType } from './scroll.service';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare class ToolbarScrollableButtonComponent implements AfterViewInit, OnDestroy {
|
|
15
|
-
host: ElementRef;
|
|
16
|
-
private renderer;
|
|
17
|
-
private ngZone;
|
|
18
|
-
private localization;
|
|
19
|
-
get prevClass(): boolean;
|
|
20
|
-
get nextClass(): boolean;
|
|
21
|
-
role: string;
|
|
22
|
-
prev: boolean;
|
|
23
|
-
overflow: ToolbarOverflowSettings;
|
|
24
|
-
onClick: EventEmitter<ScrollButtonType>;
|
|
25
|
-
get iconClass(): string;
|
|
26
|
-
get customIconClass(): string;
|
|
27
|
-
get svgIcon(): SVGIcon;
|
|
28
|
-
chevronLeftIcon: SVGIcon;
|
|
29
|
-
chevronRightIcon: SVGIcon;
|
|
30
|
-
private subs;
|
|
31
|
-
constructor(host: ElementRef, renderer: Renderer2, ngZone: NgZone, localization: LocalizationService);
|
|
32
|
-
ngAfterViewInit(): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
private clickHandler;
|
|
35
|
-
private get scrollButtonIconClass();
|
|
36
|
-
private get customScrollButtonIconClass();
|
|
37
|
-
private get scrollButtonSVGIcon();
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarScrollableButtonComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarScrollableButtonComponent, "[kendoToolbarScrollableButton]", never, { "prev": { "alias": "prev"; "required": false; }; "overflow": { "alias": "overflow"; "required": false; }; }, { "onClick": "onClick"; }, never, never, true, never>;
|
|
40
|
-
}
|