@progress/kendo-angular-toolbar 11.4.0 → 11.4.1-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.
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-toolbar',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '11.4.
|
|
12
|
+
publishDate: 1679580650,
|
|
13
|
+
version: '11.4.1-develop.10',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Copyright © 2023 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
/* eslint-disable no-case-declarations */
|
|
5
6
|
import { Component, HostBinding, ViewChild, TemplateRef, ElementRef, QueryList, ContentChildren, Input, ViewChildren, HostListener, Output, EventEmitter, ViewContainerRef, NgZone, Renderer2, ChangeDetectorRef } from '@angular/core';
|
|
6
7
|
import { PopupService } from '@progress/kendo-angular-popup';
|
|
7
8
|
import { guid, ResizeSensorComponent } from '@progress/kendo-angular-common';
|
|
@@ -367,6 +368,8 @@ export class ToolBarComponent {
|
|
|
367
368
|
break;
|
|
368
369
|
case Keys.Escape:
|
|
369
370
|
this.zone.run(() => this.toggle(false));
|
|
371
|
+
const eventArgs = new PreventableEvent();
|
|
372
|
+
this.close.emit(eventArgs);
|
|
370
373
|
break;
|
|
371
374
|
case Keys.Tab:
|
|
372
375
|
this.zone.run(() => {
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-toolbar',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '11.4.
|
|
31
|
+
publishDate: 1679580650,
|
|
32
|
+
version: '11.4.1-develop.10',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -714,6 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
714
714
|
}]
|
|
715
715
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
716
716
|
|
|
717
|
+
/* eslint-disable no-case-declarations */
|
|
717
718
|
const DEFAULT_SIZE = 'medium';
|
|
718
719
|
const immediateResizeThreshold = 300;
|
|
719
720
|
const getInitialPopupSettings = (isRtl) => ({
|
|
@@ -1053,6 +1054,8 @@ class ToolBarComponent {
|
|
|
1053
1054
|
break;
|
|
1054
1055
|
case Keys.Escape:
|
|
1055
1056
|
this.zone.run(() => this.toggle(false));
|
|
1057
|
+
const eventArgs = new PreventableEvent();
|
|
1058
|
+
this.close.emit(eventArgs);
|
|
1056
1059
|
break;
|
|
1057
1060
|
case Keys.Tab:
|
|
1058
1061
|
this.zone.run(() => {
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-toolbar',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '11.4.
|
|
31
|
+
publishDate: 1679580650,
|
|
32
|
+
version: '11.4.1-develop.10',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -714,6 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
714
714
|
}]
|
|
715
715
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
716
716
|
|
|
717
|
+
/* eslint-disable no-case-declarations */
|
|
717
718
|
const DEFAULT_SIZE = 'medium';
|
|
718
719
|
const immediateResizeThreshold = 300;
|
|
719
720
|
const getInitialPopupSettings = (isRtl) => ({
|
|
@@ -1052,6 +1053,8 @@ class ToolBarComponent {
|
|
|
1052
1053
|
break;
|
|
1053
1054
|
case Keys.Escape:
|
|
1054
1055
|
this.zone.run(() => this.toggle(false));
|
|
1056
|
+
const eventArgs = new PreventableEvent();
|
|
1057
|
+
this.close.emit(eventArgs);
|
|
1055
1058
|
break;
|
|
1056
1059
|
case Keys.Tab:
|
|
1057
1060
|
this.zone.run(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-toolbar",
|
|
3
|
-
"version": "11.4.
|
|
3
|
+
"version": "11.4.1-develop.10",
|
|
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",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"@angular/core": "13 - 15",
|
|
30
30
|
"@angular/platform-browser": "13 - 15",
|
|
31
31
|
"@progress/kendo-licensing": "^1.0.2",
|
|
32
|
-
"@progress/kendo-angular-buttons": "11.4.
|
|
33
|
-
"@progress/kendo-angular-common": "11.4.
|
|
34
|
-
"@progress/kendo-angular-l10n": "11.4.
|
|
35
|
-
"@progress/kendo-angular-icons": "11.4.
|
|
36
|
-
"@progress/kendo-angular-popup": "11.4.
|
|
32
|
+
"@progress/kendo-angular-buttons": "11.4.1-develop.10",
|
|
33
|
+
"@progress/kendo-angular-common": "11.4.1-develop.10",
|
|
34
|
+
"@progress/kendo-angular-l10n": "11.4.1-develop.10",
|
|
35
|
+
"@progress/kendo-angular-icons": "11.4.1-develop.10",
|
|
36
|
+
"@progress/kendo-angular-popup": "11.4.1-develop.10",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"tslib": "^2.3.1",
|
|
41
|
-
"@progress/kendo-angular-schematics": "11.4.
|
|
41
|
+
"@progress/kendo-angular-schematics": "11.4.1-develop.10"
|
|
42
42
|
},
|
|
43
43
|
"schematics": "./schematics/collection.json",
|
|
44
44
|
"module": "fesm2015/progress-kendo-angular-toolbar.mjs",
|