@progress/kendo-angular-toolbar 16.0.0-develop.1 → 16.0.0-develop.4
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/esm2020/localization/custom-messages.component.mjs +3 -3
- package/esm2020/localization/localized-toolbar-messages.directive.mjs +3 -3
- package/esm2020/localization/messages.mjs +3 -3
- package/esm2020/navigation.service.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/refresh.service.mjs +3 -3
- package/esm2020/renderer.component.mjs +4 -4
- package/esm2020/renderer.service.mjs +3 -3
- package/esm2020/toolbar.component.mjs +7 -7
- package/esm2020/toolbar.module.mjs +4 -4
- package/esm2020/tools/toolbar-button.component.mjs +7 -8
- package/esm2020/tools/toolbar-buttongroup.component.mjs +7 -7
- package/esm2020/tools/toolbar-buttonlist.component.mjs +6 -6
- package/esm2020/tools/toolbar-dropdownbutton.component.mjs +7 -8
- package/esm2020/tools/toolbar-separator.component.mjs +3 -3
- package/esm2020/tools/toolbar-spacer.component.mjs +3 -3
- package/esm2020/tools/toolbar-splitbutton.component.mjs +7 -8
- package/esm2020/tools/toolbar-tool.component.mjs +3 -3
- package/fesm2015/progress-kendo-angular-toolbar.mjs +69 -72
- package/fesm2020/progress-kendo-angular-toolbar.mjs +69 -72
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/localized-toolbar-messages.directive.d.ts +1 -1
- package/localization/messages.d.ts +1 -1
- package/package.json +13 -13
- package/renderer.component.d.ts +1 -1
- package/toolbar.component.d.ts +1 -1
- package/tools/toolbar-button.component.d.ts +1 -1
- package/tools/toolbar-buttongroup.component.d.ts +1 -1
- package/tools/toolbar-buttonlist.component.d.ts +1 -1
- package/tools/toolbar-dropdownbutton.component.d.ts +1 -1
- package/tools/toolbar-separator.component.d.ts +1 -1
- package/tools/toolbar-spacer.component.d.ts +1 -1
- package/tools/toolbar-splitbutton.component.d.ts +1 -1
- package/tools/toolbar-tool.component.d.ts +1 -1
- package/progress-kendo-angular-toolbar.d.ts +0 -9
|
@@ -19,5 +19,5 @@ export declare class ToolBarButtonListComponent {
|
|
|
19
19
|
getText(dataItem: any): any;
|
|
20
20
|
onClick(item: any, index: number): void;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarButtonListComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarButtonListComponent, "kendo-toolbar-buttonlist", never, { "data": "data"; "textField": "textField"; "disabled": "disabled"; "fillMode": "fillMode"; "themeColor": "themeColor"; }, { "itemClick": "itemClick"; }, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarButtonListComponent, "kendo-toolbar-buttonlist", never, { "data": "data"; "textField": "textField"; "disabled": "disabled"; "fillMode": "fillMode"; "themeColor": "themeColor"; }, { "itemClick": "itemClick"; }, never, never, false, never>;
|
|
23
23
|
}
|
|
@@ -187,5 +187,5 @@ export declare class ToolBarDropDownButtonComponent extends ToolBarToolComponent
|
|
|
187
187
|
private focusButton;
|
|
188
188
|
private setTextDisplayMode;
|
|
189
189
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarDropDownButtonComponent, never>;
|
|
190
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarDropDownButtonComponent, "kendo-toolbar-dropdownbutton", ["kendoToolBarDropDownButton"], { "arrowIcon": "arrowIcon"; "title": "title"; "showText": "showText"; "showIcon": "showIcon"; "text": "text"; "icon": "icon"; "svgIcon": "svgIcon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "popupSettings": "popupSettings"; "look": "look"; "primary": "primary"; "fillMode": "fillMode"; "themeColor": "themeColor"; "buttonClass": "buttonClass"; "textField": "textField"; "disabled": "disabled"; "data": "data"; }, { "itemClick": "itemClick"; "open": "open"; "close": "close"; }, never, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarDropDownButtonComponent, "kendo-toolbar-dropdownbutton", ["kendoToolBarDropDownButton"], { "arrowIcon": "arrowIcon"; "title": "title"; "showText": "showText"; "showIcon": "showIcon"; "text": "text"; "icon": "icon"; "svgIcon": "svgIcon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "popupSettings": "popupSettings"; "look": "look"; "primary": "primary"; "fillMode": "fillMode"; "themeColor": "themeColor"; "buttonClass": "buttonClass"; "textField": "textField"; "disabled": "disabled"; "data": "data"; }, { "itemClick": "itemClick"; "open": "open"; "close": "close"; }, never, never, false, never>;
|
|
191
191
|
}
|
|
@@ -27,5 +27,5 @@ export declare class ToolBarSeparatorComponent extends ToolBarToolComponent impl
|
|
|
27
27
|
handleKey(): boolean;
|
|
28
28
|
ngAfterViewInit(): void;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarSeparatorComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSeparatorComponent, "kendo-toolbar-separator", ["kendoToolBarSeparator"], {}, {}, never, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSeparatorComponent, "kendo-toolbar-separator", ["kendoToolBarSeparator"], {}, {}, never, never, false, never>;
|
|
31
31
|
}
|
|
@@ -30,5 +30,5 @@ export declare class ToolBarSpacerComponent extends ToolBarToolComponent impleme
|
|
|
30
30
|
handleKey(): boolean;
|
|
31
31
|
ngAfterViewInit(): void;
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarSpacerComponent, never>;
|
|
33
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSpacerComponent, "kendo-toolbar-spacer", ["kendoToolBarSpacer"], {}, {}, never, never>;
|
|
33
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSpacerComponent, "kendo-toolbar-spacer", ["kendoToolBarSpacer"], {}, {}, never, never, false, never>;
|
|
34
34
|
}
|
|
@@ -192,5 +192,5 @@ export declare class ToolBarSplitButtonComponent extends ToolBarToolComponent im
|
|
|
192
192
|
private focusButton;
|
|
193
193
|
private setTextDisplayMode;
|
|
194
194
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarSplitButtonComponent, never>;
|
|
195
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSplitButtonComponent, "kendo-toolbar-splitbutton", ["kendoToolBarSplitButton"], { "showText": "showText"; "showIcon": "showIcon"; "text": "text"; "icon": "icon"; "svgIcon": "svgIcon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "disabled": "disabled"; "popupSettings": "popupSettings"; "fillMode": "fillMode"; "themeColor": "themeColor"; "look": "look"; "buttonClass": "buttonClass"; "arrowButtonClass": "arrowButtonClass"; "arrowButtonIcon": "arrowButtonIcon"; "arrowButtonSvgIcon": "arrowButtonSvgIcon"; "textField": "textField"; "data": "data"; }, { "buttonClick": "buttonClick"; "itemClick": "itemClick"; "open": "open"; "close": "close"; }, never, never>;
|
|
195
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSplitButtonComponent, "kendo-toolbar-splitbutton", ["kendoToolBarSplitButton"], { "showText": "showText"; "showIcon": "showIcon"; "text": "text"; "icon": "icon"; "svgIcon": "svgIcon"; "iconClass": "iconClass"; "imageUrl": "imageUrl"; "disabled": "disabled"; "popupSettings": "popupSettings"; "fillMode": "fillMode"; "themeColor": "themeColor"; "look": "look"; "buttonClass": "buttonClass"; "arrowButtonClass": "arrowButtonClass"; "arrowButtonIcon": "arrowButtonIcon"; "arrowButtonSvgIcon": "arrowButtonSvgIcon"; "textField": "textField"; "data": "data"; }, { "buttonClick": "buttonClick"; "itemClick": "itemClick"; "open": "open"; "close": "close"; }, never, never, false, never>;
|
|
196
196
|
}
|
|
@@ -41,5 +41,5 @@ export declare class ToolBarToolComponent {
|
|
|
41
41
|
*/
|
|
42
42
|
handleKey(ev: KeyboardEvent): boolean;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarToolComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarToolComponent, "toolbar-tool", never, { "responsive": "responsive"; }, {}, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarToolComponent, "toolbar-tool", never, { "responsive": "responsive"; }, {}, never, never, false, never>;
|
|
45
45
|
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**-----------------------------------------------------------------------------------------
|
|
2
|
-
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
-
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
-
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
/**
|
|
6
|
-
* Generated bundle index. Do not edit.
|
|
7
|
-
*/
|
|
8
|
-
/// <amd-module name="@progress/kendo-angular-toolbar" />
|
|
9
|
-
export * from './index';
|