@progress/kendo-angular-dropdowns 18.1.1 → 18.1.2-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/esm2022/autocomplete/autocomplete.component.mjs +1 -4
- package/esm2022/comboboxes/combobox.component.mjs +1 -2
- package/esm2022/dropdownlist/dropdownlist.component.mjs +1 -1
- package/esm2022/multiselect/multiselect.component.mjs +1 -1
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-dropdowns.mjs +6 -10
- package/package.json +10 -10
- package/schematics/ngAdd/index.js +2 -2
|
@@ -1048,9 +1048,6 @@ export class AutoCompleteComponent {
|
|
|
1048
1048
|
}
|
|
1049
1049
|
const text = getter(this.dataService.itemAt(index), this.valueField);
|
|
1050
1050
|
this.change(text);
|
|
1051
|
-
if (this.isActionSheetExpanded) {
|
|
1052
|
-
this.togglePopup(false);
|
|
1053
|
-
}
|
|
1054
1051
|
}
|
|
1055
1052
|
handleItemFocus(_event) {
|
|
1056
1053
|
const focused = this.selectionService.focused;
|
|
@@ -1171,9 +1168,9 @@ export class AutoCompleteComponent {
|
|
|
1171
1168
|
}
|
|
1172
1169
|
closeActionSheet() {
|
|
1173
1170
|
this.actionSheet.toggle(false);
|
|
1174
|
-
this.actionSheetSearchBar.value = '';
|
|
1175
1171
|
this.filterable && this.filterChange.emit('');
|
|
1176
1172
|
this.searchbar.input.nativeElement.focus();
|
|
1173
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
1177
1174
|
this.closed.emit();
|
|
1178
1175
|
}
|
|
1179
1176
|
openActionSheet() {
|
|
@@ -1584,9 +1584,8 @@ export class ComboBoxComponent extends MultiTabStop {
|
|
|
1584
1584
|
}
|
|
1585
1585
|
closeActionSheet() {
|
|
1586
1586
|
this.actionSheet.toggle(false);
|
|
1587
|
-
this.actionSheetSearchBar.value = '';
|
|
1588
|
-
this.filterable && this.filterChange.emit('');
|
|
1589
1587
|
this.searchbar.input.nativeElement.focus();
|
|
1588
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
1590
1589
|
this.closed.emit();
|
|
1591
1590
|
}
|
|
1592
1591
|
openActionSheet() {
|
|
@@ -1458,7 +1458,7 @@ export class DropDownListComponent {
|
|
|
1458
1458
|
this.renderer.setAttribute(this.wrapper.nativeElement, 'aria-expanded', 'false');
|
|
1459
1459
|
this.renderer.removeAttribute(this.wrapper.nativeElement, 'aria-controls');
|
|
1460
1460
|
if (this.filterable) {
|
|
1461
|
-
this.
|
|
1461
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
1462
1462
|
this.filterChange.emit('');
|
|
1463
1463
|
}
|
|
1464
1464
|
this.closed.emit();
|
|
@@ -1800,8 +1800,8 @@ export class MultiSelectComponent {
|
|
|
1800
1800
|
}
|
|
1801
1801
|
closeActionSheet() {
|
|
1802
1802
|
this.actionSheet.toggle(false);
|
|
1803
|
-
this.actionSheetSearchBar.value = '';
|
|
1804
1803
|
this.filterable && this.filterChange.emit('');
|
|
1804
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
1805
1805
|
this.closed.emit();
|
|
1806
1806
|
}
|
|
1807
1807
|
openActionSheet() {
|
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '18.1.
|
|
13
|
+
publishDate: 1741274761,
|
|
14
|
+
version: '18.1.2-develop.2',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -37,8 +37,8 @@ const packageMetadata = {
|
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
|
38
38
|
productCode: 'KENDOUIANGULAR',
|
|
39
39
|
productCodes: ['KENDOUIANGULAR'],
|
|
40
|
-
publishDate:
|
|
41
|
-
version: '18.1.
|
|
40
|
+
publishDate: 1741274761,
|
|
41
|
+
version: '18.1.2-develop.2',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -4137,9 +4137,6 @@ class AutoCompleteComponent {
|
|
|
4137
4137
|
}
|
|
4138
4138
|
const text = getter(this.dataService.itemAt(index), this.valueField);
|
|
4139
4139
|
this.change(text);
|
|
4140
|
-
if (this.isActionSheetExpanded) {
|
|
4141
|
-
this.togglePopup(false);
|
|
4142
|
-
}
|
|
4143
4140
|
}
|
|
4144
4141
|
handleItemFocus(_event) {
|
|
4145
4142
|
const focused = this.selectionService.focused;
|
|
@@ -4260,9 +4257,9 @@ class AutoCompleteComponent {
|
|
|
4260
4257
|
}
|
|
4261
4258
|
closeActionSheet() {
|
|
4262
4259
|
this.actionSheet.toggle(false);
|
|
4263
|
-
this.actionSheetSearchBar.value = '';
|
|
4264
4260
|
this.filterable && this.filterChange.emit('');
|
|
4265
4261
|
this.searchbar.input.nativeElement.focus();
|
|
4262
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
4266
4263
|
this.closed.emit();
|
|
4267
4264
|
}
|
|
4268
4265
|
openActionSheet() {
|
|
@@ -6333,9 +6330,8 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6333
6330
|
}
|
|
6334
6331
|
closeActionSheet() {
|
|
6335
6332
|
this.actionSheet.toggle(false);
|
|
6336
|
-
this.actionSheetSearchBar.value = '';
|
|
6337
|
-
this.filterable && this.filterChange.emit('');
|
|
6338
6333
|
this.searchbar.input.nativeElement.focus();
|
|
6334
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
6339
6335
|
this.closed.emit();
|
|
6340
6336
|
}
|
|
6341
6337
|
openActionSheet() {
|
|
@@ -8367,7 +8363,7 @@ class DropDownListComponent {
|
|
|
8367
8363
|
this.renderer.setAttribute(this.wrapper.nativeElement, 'aria-expanded', 'false');
|
|
8368
8364
|
this.renderer.removeAttribute(this.wrapper.nativeElement, 'aria-controls');
|
|
8369
8365
|
if (this.filterable) {
|
|
8370
|
-
this.
|
|
8366
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
8371
8367
|
this.filterChange.emit('');
|
|
8372
8368
|
}
|
|
8373
8369
|
this.closed.emit();
|
|
@@ -11119,8 +11115,8 @@ class MultiSelectComponent {
|
|
|
11119
11115
|
}
|
|
11120
11116
|
closeActionSheet() {
|
|
11121
11117
|
this.actionSheet.toggle(false);
|
|
11122
|
-
this.actionSheetSearchBar.value = '';
|
|
11123
11118
|
this.filterable && this.filterChange.emit('');
|
|
11119
|
+
this.responsiveRendererComponent.searchBarValue = '';
|
|
11124
11120
|
this.closed.emit();
|
|
11125
11121
|
}
|
|
11126
11122
|
openActionSheet() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.2-develop.2",
|
|
4
4
|
"description": "A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree ",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"package": {
|
|
21
21
|
"productName": "Kendo UI for Angular",
|
|
22
22
|
"productCode": "KENDOUIANGULAR",
|
|
23
|
-
"publishDate":
|
|
23
|
+
"publishDate": 1741274761,
|
|
24
24
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"@angular/forms": "16 - 19",
|
|
32
32
|
"@angular/platform-browser": "16 - 19",
|
|
33
33
|
"@progress/kendo-licensing": "^1.5.0",
|
|
34
|
-
"@progress/kendo-angular-common": "18.1.
|
|
35
|
-
"@progress/kendo-angular-utils": "18.1.
|
|
36
|
-
"@progress/kendo-angular-l10n": "18.1.
|
|
37
|
-
"@progress/kendo-angular-navigation": "18.1.
|
|
38
|
-
"@progress/kendo-angular-popup": "18.1.
|
|
39
|
-
"@progress/kendo-angular-icons": "18.1.
|
|
40
|
-
"@progress/kendo-angular-treeview": "18.1.
|
|
34
|
+
"@progress/kendo-angular-common": "18.1.2-develop.2",
|
|
35
|
+
"@progress/kendo-angular-utils": "18.1.2-develop.2",
|
|
36
|
+
"@progress/kendo-angular-l10n": "18.1.2-develop.2",
|
|
37
|
+
"@progress/kendo-angular-navigation": "18.1.2-develop.2",
|
|
38
|
+
"@progress/kendo-angular-popup": "18.1.2-develop.2",
|
|
39
|
+
"@progress/kendo-angular-icons": "18.1.2-develop.2",
|
|
40
|
+
"@progress/kendo-angular-treeview": "18.1.2-develop.2",
|
|
41
41
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"tslib": "^2.3.1",
|
|
45
|
-
"@progress/kendo-angular-schematics": "18.1.
|
|
45
|
+
"@progress/kendo-angular-schematics": "18.1.2-develop.2",
|
|
46
46
|
"@progress/kendo-common": "^1.0.1"
|
|
47
47
|
},
|
|
48
48
|
"schematics": "./schematics/collection.json",
|
|
@@ -4,9 +4,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
4
4
|
function default_1(options) {
|
|
5
5
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
6
6
|
// peers of the treeview
|
|
7
|
-
'@progress/kendo-angular-inputs': '18.1.
|
|
7
|
+
'@progress/kendo-angular-inputs': '18.1.2-develop.2',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '18.1.
|
|
9
|
+
'@progress/kendo-angular-intl': '18.1.2-develop.2',
|
|
10
10
|
'@progress/kendo-drawing': '^1.17.2',
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|