@progress/kendo-angular-dropdowns 18.5.2-develop.4 → 18.5.2-develop.6
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.
|
@@ -1068,7 +1068,7 @@ export class DropDownTreeComponent {
|
|
|
1068
1068
|
// When `valueDepth` can be defined from the index on selectionChange or provided by the user
|
|
1069
1069
|
return fieldsCount < this.valueDepth ? field[fieldsCount] : field[this.valueDepth];
|
|
1070
1070
|
}
|
|
1071
|
-
else {
|
|
1071
|
+
else if (value && typeof value === 'object') {
|
|
1072
1072
|
// Fallback: Look to find a match of each field in the current data item
|
|
1073
1073
|
// Side effect may occur if all of the listed fields are present in the data item
|
|
1074
1074
|
return field.find(item => item in value);
|
|
@@ -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.5.2-develop.
|
|
13
|
+
publishDate: 1744824005,
|
|
14
|
+
version: '18.5.2-develop.6',
|
|
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.5.2-develop.
|
|
40
|
+
publishDate: 1744824005,
|
|
41
|
+
version: '18.5.2-develop.6',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -13769,7 +13769,7 @@ class DropDownTreeComponent {
|
|
|
13769
13769
|
// When `valueDepth` can be defined from the index on selectionChange or provided by the user
|
|
13770
13770
|
return fieldsCount < this.valueDepth ? field[fieldsCount] : field[this.valueDepth];
|
|
13771
13771
|
}
|
|
13772
|
-
else {
|
|
13772
|
+
else if (value && typeof value === 'object') {
|
|
13773
13773
|
// Fallback: Look to find a match of each field in the current data item
|
|
13774
13774
|
// Side effect may occur if all of the listed fields are present in the data item
|
|
13775
13775
|
return field.find(item => item in value);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "18.5.2-develop.
|
|
3
|
+
"version": "18.5.2-develop.6",
|
|
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": 1744824005,
|
|
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.5.2-develop.
|
|
35
|
-
"@progress/kendo-angular-utils": "18.5.2-develop.
|
|
36
|
-
"@progress/kendo-angular-l10n": "18.5.2-develop.
|
|
37
|
-
"@progress/kendo-angular-navigation": "18.5.2-develop.
|
|
38
|
-
"@progress/kendo-angular-popup": "18.5.2-develop.
|
|
39
|
-
"@progress/kendo-angular-icons": "18.5.2-develop.
|
|
40
|
-
"@progress/kendo-angular-treeview": "18.5.2-develop.
|
|
34
|
+
"@progress/kendo-angular-common": "18.5.2-develop.6",
|
|
35
|
+
"@progress/kendo-angular-utils": "18.5.2-develop.6",
|
|
36
|
+
"@progress/kendo-angular-l10n": "18.5.2-develop.6",
|
|
37
|
+
"@progress/kendo-angular-navigation": "18.5.2-develop.6",
|
|
38
|
+
"@progress/kendo-angular-popup": "18.5.2-develop.6",
|
|
39
|
+
"@progress/kendo-angular-icons": "18.5.2-develop.6",
|
|
40
|
+
"@progress/kendo-angular-treeview": "18.5.2-develop.6",
|
|
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.5.2-develop.
|
|
45
|
+
"@progress/kendo-angular-schematics": "18.5.2-develop.6",
|
|
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.5.2-develop.
|
|
7
|
+
'@progress/kendo-angular-inputs': '18.5.2-develop.6',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '18.5.2-develop.
|
|
9
|
+
'@progress/kendo-angular-intl': '18.5.2-develop.6',
|
|
10
10
|
'@progress/kendo-drawing': '^1.17.2',
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|