@progress/kendo-angular-dropdowns 19.3.0-develop.17 → 19.3.0-develop.19

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.
@@ -967,8 +967,10 @@ export class AutoCompleteComponent {
967
967
  this.subs.add(this.valueChangeSubject
968
968
  .subscribe(value => {
969
969
  const hasChange = this.value !== value;
970
- const index = this.findIndex(value);
971
- this.selectionService.focused = index;
970
+ if (this.isOpen) {
971
+ const index = this.findIndex(value);
972
+ this.selectionService.focused = index;
973
+ }
972
974
  this.value = value;
973
975
  this.text = value;
974
976
  // emit change after assigning `this.value` => allows the user to modify the component value on `valueChange`
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1753856698,
14
- version: '19.3.0-develop.17',
13
+ publishDate: 1754034898,
14
+ version: '19.3.0-develop.19',
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: 1753856698,
41
- version: '19.3.0-develop.17',
40
+ publishDate: 1754034898,
41
+ version: '19.3.0-develop.19',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -4124,8 +4124,10 @@ class AutoCompleteComponent {
4124
4124
  this.subs.add(this.valueChangeSubject
4125
4125
  .subscribe(value => {
4126
4126
  const hasChange = this.value !== value;
4127
- const index = this.findIndex(value);
4128
- this.selectionService.focused = index;
4127
+ if (this.isOpen) {
4128
+ const index = this.findIndex(value);
4129
+ this.selectionService.focused = index;
4130
+ }
4129
4131
  this.value = value;
4130
4132
  this.text = value;
4131
4133
  // emit change after assigning `this.value` => allows the user to modify the component value on `valueChange`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "19.3.0-develop.17",
3
+ "version": "19.3.0-develop.19",
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",
@@ -100,7 +100,7 @@
100
100
  "package": {
101
101
  "productName": "Kendo UI for Angular",
102
102
  "productCode": "KENDOUIANGULAR",
103
- "publishDate": 1753856698,
103
+ "publishDate": 1754034898,
104
104
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
105
105
  }
106
106
  },
@@ -111,18 +111,18 @@
111
111
  "@angular/forms": "16 - 20",
112
112
  "@angular/platform-browser": "16 - 20",
113
113
  "@progress/kendo-licensing": "^1.5.0",
114
- "@progress/kendo-angular-common": "19.3.0-develop.17",
115
- "@progress/kendo-angular-utils": "19.3.0-develop.17",
116
- "@progress/kendo-angular-l10n": "19.3.0-develop.17",
117
- "@progress/kendo-angular-navigation": "19.3.0-develop.17",
118
- "@progress/kendo-angular-popup": "19.3.0-develop.17",
119
- "@progress/kendo-angular-icons": "19.3.0-develop.17",
120
- "@progress/kendo-angular-treeview": "19.3.0-develop.17",
114
+ "@progress/kendo-angular-common": "19.3.0-develop.19",
115
+ "@progress/kendo-angular-utils": "19.3.0-develop.19",
116
+ "@progress/kendo-angular-l10n": "19.3.0-develop.19",
117
+ "@progress/kendo-angular-navigation": "19.3.0-develop.19",
118
+ "@progress/kendo-angular-popup": "19.3.0-develop.19",
119
+ "@progress/kendo-angular-icons": "19.3.0-develop.19",
120
+ "@progress/kendo-angular-treeview": "19.3.0-develop.19",
121
121
  "rxjs": "^6.5.3 || ^7.0.0"
122
122
  },
123
123
  "dependencies": {
124
124
  "tslib": "^2.3.1",
125
- "@progress/kendo-angular-schematics": "19.3.0-develop.17",
125
+ "@progress/kendo-angular-schematics": "19.3.0-develop.19",
126
126
  "@progress/kendo-common": "^1.0.1",
127
127
  "node-html-parser": "^7.0.1"
128
128
  },
@@ -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': '19.3.0-develop.17',
7
+ '@progress/kendo-angular-inputs': '19.3.0-develop.19',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '19.3.0-develop.17',
9
+ '@progress/kendo-angular-intl': '19.3.0-develop.19',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^4.0.0'