@progress/kendo-angular-dropdowns 24.0.2-develop.3 → 24.0.2-develop.5
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/NOTICE.txt
CHANGED
|
@@ -264,7 +264,7 @@ path-is-absolute 1.0.1 | https://github.com/sindresorhus/path- |
|
|
|
264
264
|
| is-absolute |
|
|
265
265
|
path-to-regexp 0.1.12 | https://github.com/pillarjs/path-to-r | MIT License
|
|
266
266
|
| egexp |
|
|
267
|
-
pdfjs-dist-for-node
|
|
267
|
+
pdfjs-dist-for-node 5.6.205 | http://mozilla.github.io/pdf.js/ | Apache License 2.0
|
|
268
268
|
picocolors 1.1.1 | https://github.com/alexeyraspopov/pic | ISC License
|
|
269
269
|
| ocolors#readme |
|
|
270
270
|
picomatch 4.0.3 | https://github.com/micromatch/picomat | MIT License
|
|
@@ -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: '24.0.2-develop.
|
|
40
|
+
publishDate: 1779872109,
|
|
41
|
+
version: '24.0.2-develop.5',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -6171,7 +6171,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6171
6171
|
this.searchbar.input.nativeElement.scrollLeft = 0; // Firefox doesn't auto-scroll to the left on blur like other browsers
|
|
6172
6172
|
const unresolvedSelection = getter(this.dataItem, this.valueField) !== getter(this.value, this.valueField);
|
|
6173
6173
|
const currentText = this.searchbar.value;
|
|
6174
|
-
const textHasChanged = currentText !== (getter(this.dataItem, this.textField)
|
|
6174
|
+
const textHasChanged = currentText !== (getter(this.dataItem, this.textField) ?? '').toString().replace(/\r?\n|\r/g, '');
|
|
6175
6175
|
const valueHasChanged = unresolvedSelection || textHasChanged;
|
|
6176
6176
|
const runInZone = valueHasChanged ||
|
|
6177
6177
|
hasObservers(this.onBlur) ||
|
|
@@ -6493,7 +6493,7 @@ class ComboBoxComponent extends MultiTabStop {
|
|
|
6493
6493
|
this.isFocused = false;
|
|
6494
6494
|
const unresolvedSelection = getter(this.dataItem, this.valueField) !== getter(this.value, this.valueField);
|
|
6495
6495
|
const currentText = this.searchbar.value;
|
|
6496
|
-
const textHasChanged = currentText !== (getter(this.dataItem, this.textField)
|
|
6496
|
+
const textHasChanged = currentText !== (getter(this.dataItem, this.textField) ?? '').toString().replace(/\r?\n|\r/g, '');
|
|
6497
6497
|
const valueHasChanged = unresolvedSelection || textHasChanged;
|
|
6498
6498
|
const runInZone = valueHasChanged ||
|
|
6499
6499
|
hasObservers(this.onBlur) ||
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.2-develop.
|
|
10
|
+
"publishDate": 1779872109,
|
|
11
|
+
"version": "24.0.2-develop.5",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "24.0.2-develop.
|
|
3
|
+
"version": "24.0.2-develop.5",
|
|
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",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"package": {
|
|
122
122
|
"productName": "Kendo UI for Angular",
|
|
123
123
|
"productCode": "KENDOUIANGULAR",
|
|
124
|
-
"publishDate":
|
|
124
|
+
"publishDate": 1779872109,
|
|
125
125
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
126
126
|
}
|
|
127
127
|
},
|
|
@@ -132,18 +132,18 @@
|
|
|
132
132
|
"@angular/forms": "19 - 21",
|
|
133
133
|
"@angular/platform-browser": "19 - 21",
|
|
134
134
|
"@progress/kendo-licensing": "^1.11.0",
|
|
135
|
-
"@progress/kendo-angular-common": "24.0.2-develop.
|
|
136
|
-
"@progress/kendo-angular-utils": "24.0.2-develop.
|
|
137
|
-
"@progress/kendo-angular-l10n": "24.0.2-develop.
|
|
138
|
-
"@progress/kendo-angular-navigation": "24.0.2-develop.
|
|
139
|
-
"@progress/kendo-angular-popup": "24.0.2-develop.
|
|
140
|
-
"@progress/kendo-angular-icons": "24.0.2-develop.
|
|
141
|
-
"@progress/kendo-angular-treeview": "24.0.2-develop.
|
|
135
|
+
"@progress/kendo-angular-common": "24.0.2-develop.5",
|
|
136
|
+
"@progress/kendo-angular-utils": "24.0.2-develop.5",
|
|
137
|
+
"@progress/kendo-angular-l10n": "24.0.2-develop.5",
|
|
138
|
+
"@progress/kendo-angular-navigation": "24.0.2-develop.5",
|
|
139
|
+
"@progress/kendo-angular-popup": "24.0.2-develop.5",
|
|
140
|
+
"@progress/kendo-angular-icons": "24.0.2-develop.5",
|
|
141
|
+
"@progress/kendo-angular-treeview": "24.0.2-develop.5",
|
|
142
142
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
143
143
|
},
|
|
144
144
|
"dependencies": {
|
|
145
145
|
"tslib": "^2.3.1",
|
|
146
|
-
"@progress/kendo-angular-schematics": "24.0.2-develop.
|
|
146
|
+
"@progress/kendo-angular-schematics": "24.0.2-develop.5",
|
|
147
147
|
"@progress/kendo-common": "^1.0.1"
|
|
148
148
|
},
|
|
149
149
|
"schematics": "./schematics/collection.json",
|
|
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
|
|
|
9
9
|
function default_1(options) {
|
|
10
10
|
const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
|
|
11
11
|
// peers of the treeview
|
|
12
|
-
'@progress/kendo-angular-inputs': '24.0.2-develop.
|
|
12
|
+
'@progress/kendo-angular-inputs': '24.0.2-develop.5',
|
|
13
13
|
// peers of inputs
|
|
14
|
-
'@progress/kendo-angular-intl': '24.0.2-develop.
|
|
14
|
+
'@progress/kendo-angular-intl': '24.0.2-develop.5',
|
|
15
15
|
'@progress/kendo-drawing': '^1.17.2',
|
|
16
16
|
// Peer dependency of icons
|
|
17
17
|
'@progress/kendo-svg-icons': '^4.0.0'
|