@progress/kendo-angular-buttons 14.0.2-develop.13 → 14.0.2-develop.14
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.
|
@@ -176,15 +176,11 @@ export class ListButton {
|
|
|
176
176
|
* @hidden
|
|
177
177
|
*/
|
|
178
178
|
onItemClick(index) {
|
|
179
|
+
this.emitItemClickHandler(index);
|
|
179
180
|
this.togglePopupVisibility();
|
|
180
|
-
if (this.isClosePrevented) {
|
|
181
|
-
this.emitItemClickHandler(index);
|
|
182
|
-
return;
|
|
183
|
-
}
|
|
184
181
|
if (isDocumentAvailable() && !this.isClosePrevented) {
|
|
185
182
|
this.focusButton();
|
|
186
183
|
}
|
|
187
|
-
this.emitItemClickHandler(index);
|
|
188
184
|
}
|
|
189
185
|
ngOnDestroy() {
|
|
190
186
|
this.openState = false;
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-buttons',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '14.0.2-develop.
|
|
12
|
+
publishDate: 1698306738,
|
|
13
|
+
version: '14.0.2-develop.14',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -467,7 +467,7 @@ export class SplitButtonComponent extends ListButton {
|
|
|
467
467
|
* @hidden
|
|
468
468
|
*/
|
|
469
469
|
wrapperContains(element) {
|
|
470
|
-
return (this.wrapper === element || this.wrapper.contains(element)
|
|
470
|
+
return (this.wrapper === element || this.wrapper.contains(element));
|
|
471
471
|
}
|
|
472
472
|
/**
|
|
473
473
|
* @hidden
|
|
@@ -28,8 +28,8 @@ const packageMetadata = {
|
|
|
28
28
|
name: '@progress/kendo-angular-buttons',
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
31
|
-
publishDate:
|
|
32
|
-
version: '14.0.2-develop.
|
|
31
|
+
publishDate: 1698306738,
|
|
32
|
+
version: '14.0.2-develop.14',
|
|
33
33
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -1734,15 +1734,11 @@ class ListButton {
|
|
|
1734
1734
|
* @hidden
|
|
1735
1735
|
*/
|
|
1736
1736
|
onItemClick(index) {
|
|
1737
|
+
this.emitItemClickHandler(index);
|
|
1737
1738
|
this.togglePopupVisibility();
|
|
1738
|
-
if (this.isClosePrevented) {
|
|
1739
|
-
this.emitItemClickHandler(index);
|
|
1740
|
-
return;
|
|
1741
|
-
}
|
|
1742
1739
|
if (isDocumentAvailable() && !this.isClosePrevented) {
|
|
1743
1740
|
this.focusButton();
|
|
1744
1741
|
}
|
|
1745
|
-
this.emitItemClickHandler(index);
|
|
1746
1742
|
}
|
|
1747
1743
|
ngOnDestroy() {
|
|
1748
1744
|
this.openState = false;
|
|
@@ -2457,7 +2453,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
2457
2453
|
* @hidden
|
|
2458
2454
|
*/
|
|
2459
2455
|
wrapperContains(element) {
|
|
2460
|
-
return (this.wrapper === element || this.wrapper.contains(element)
|
|
2456
|
+
return (this.wrapper === element || this.wrapper.contains(element));
|
|
2461
2457
|
}
|
|
2462
2458
|
/**
|
|
2463
2459
|
* @hidden
|
|
@@ -46,8 +46,8 @@ const packageMetadata = {
|
|
|
46
46
|
name: '@progress/kendo-angular-buttons',
|
|
47
47
|
productName: 'Kendo UI for Angular',
|
|
48
48
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
49
|
-
publishDate:
|
|
50
|
-
version: '14.0.2-develop.
|
|
49
|
+
publishDate: 1698306738,
|
|
50
|
+
version: '14.0.2-develop.14',
|
|
51
51
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -1730,15 +1730,11 @@ class ListButton {
|
|
|
1730
1730
|
* @hidden
|
|
1731
1731
|
*/
|
|
1732
1732
|
onItemClick(index) {
|
|
1733
|
+
this.emitItemClickHandler(index);
|
|
1733
1734
|
this.togglePopupVisibility();
|
|
1734
|
-
if (this.isClosePrevented) {
|
|
1735
|
-
this.emitItemClickHandler(index);
|
|
1736
|
-
return;
|
|
1737
|
-
}
|
|
1738
1735
|
if (isDocumentAvailable() && !this.isClosePrevented) {
|
|
1739
1736
|
this.focusButton();
|
|
1740
1737
|
}
|
|
1741
|
-
this.emitItemClickHandler(index);
|
|
1742
1738
|
}
|
|
1743
1739
|
ngOnDestroy() {
|
|
1744
1740
|
this.openState = false;
|
|
@@ -2452,7 +2448,7 @@ class SplitButtonComponent extends ListButton {
|
|
|
2452
2448
|
* @hidden
|
|
2453
2449
|
*/
|
|
2454
2450
|
wrapperContains(element) {
|
|
2455
|
-
return (this.wrapper === element || this.wrapper.contains(element)
|
|
2451
|
+
return (this.wrapper === element || this.wrapper.contains(element));
|
|
2456
2452
|
}
|
|
2457
2453
|
/**
|
|
2458
2454
|
* @hidden
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-buttons",
|
|
3
|
-
"version": "14.0.2-develop.
|
|
3
|
+
"version": "14.0.2-develop.14",
|
|
4
4
|
"description": "Buttons Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@angular/core": "13 - 16",
|
|
26
26
|
"@angular/platform-browser": "13 - 16",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "14.0.2-develop.
|
|
29
|
-
"@progress/kendo-angular-l10n": "14.0.2-develop.
|
|
30
|
-
"@progress/kendo-angular-popup": "14.0.2-develop.
|
|
31
|
-
"@progress/kendo-angular-icons": "14.0.2-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "14.0.2-develop.14",
|
|
29
|
+
"@progress/kendo-angular-l10n": "14.0.2-develop.14",
|
|
30
|
+
"@progress/kendo-angular-popup": "14.0.2-develop.14",
|
|
31
|
+
"@progress/kendo-angular-icons": "14.0.2-develop.14",
|
|
32
32
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"tslib": "^2.3.1",
|
|
36
|
-
"@progress/kendo-angular-schematics": "14.0.2-develop.
|
|
36
|
+
"@progress/kendo-angular-schematics": "14.0.2-develop.14",
|
|
37
37
|
"@progress/kendo-common": "^0.2.1"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|