@progress/kendo-angular-dropdowns 18.1.2-develop.3 → 18.2.0-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.
|
@@ -522,7 +522,7 @@ export class ListComponent {
|
|
|
522
522
|
'minHeight.px' : virtual?.itemHeight,
|
|
523
523
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
524
524
|
[attr.group-index]="dataItem.index"
|
|
525
|
-
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.split(' ').join('')"
|
|
525
|
+
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.toString().split(' ').join('')"
|
|
526
526
|
[attr.tabIndex]="-1"
|
|
527
527
|
[style.width.px]="rowWidth ?? null">
|
|
528
528
|
<span [class]="listGroupItemTextClass">
|
|
@@ -660,7 +660,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
660
660
|
'minHeight.px' : virtual?.itemHeight,
|
|
661
661
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
662
662
|
[attr.group-index]="dataItem.index"
|
|
663
|
-
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.split(' ').join('')"
|
|
663
|
+
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.toString().split(' ').join('')"
|
|
664
664
|
[attr.tabIndex]="-1"
|
|
665
665
|
[style.width.px]="rowWidth ?? null">
|
|
666
666
|
<span [class]="listGroupItemTextClass">
|
|
@@ -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.
|
|
13
|
+
publishDate: 1742202203,
|
|
14
|
+
version: '18.2.0-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.
|
|
40
|
+
publishDate: 1742202203,
|
|
41
|
+
version: '18.2.0-develop.2',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -2395,7 +2395,7 @@ class ListComponent {
|
|
|
2395
2395
|
'minHeight.px' : virtual?.itemHeight,
|
|
2396
2396
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
2397
2397
|
[attr.group-index]="dataItem.index"
|
|
2398
|
-
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.split(' ').join('')"
|
|
2398
|
+
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.toString().split(' ').join('')"
|
|
2399
2399
|
[attr.tabIndex]="-1"
|
|
2400
2400
|
[style.width.px]="rowWidth ?? null">
|
|
2401
2401
|
<span [class]="listGroupItemTextClass">
|
|
@@ -2533,7 +2533,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2533
2533
|
'minHeight.px' : virtual?.itemHeight,
|
|
2534
2534
|
'boxSizing' : virtual ? 'border-box' : 'inherit'}"
|
|
2535
2535
|
[attr.group-index]="dataItem.index"
|
|
2536
|
-
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.split(' ').join('')"
|
|
2536
|
+
[attr.id]="optionPrefix + '-' + dataItem.groupIndex + '-' + dataItem.value.toString().split(' ').join('')"
|
|
2537
2537
|
[attr.tabIndex]="-1"
|
|
2538
2538
|
[style.width.px]="rowWidth ?? null">
|
|
2539
2539
|
<span [class]="listGroupItemTextClass">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.2.0-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": 1742202203,
|
|
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.
|
|
35
|
-
"@progress/kendo-angular-utils": "18.
|
|
36
|
-
"@progress/kendo-angular-l10n": "18.
|
|
37
|
-
"@progress/kendo-angular-navigation": "18.
|
|
38
|
-
"@progress/kendo-angular-popup": "18.
|
|
39
|
-
"@progress/kendo-angular-icons": "18.
|
|
40
|
-
"@progress/kendo-angular-treeview": "18.
|
|
34
|
+
"@progress/kendo-angular-common": "18.2.0-develop.2",
|
|
35
|
+
"@progress/kendo-angular-utils": "18.2.0-develop.2",
|
|
36
|
+
"@progress/kendo-angular-l10n": "18.2.0-develop.2",
|
|
37
|
+
"@progress/kendo-angular-navigation": "18.2.0-develop.2",
|
|
38
|
+
"@progress/kendo-angular-popup": "18.2.0-develop.2",
|
|
39
|
+
"@progress/kendo-angular-icons": "18.2.0-develop.2",
|
|
40
|
+
"@progress/kendo-angular-treeview": "18.2.0-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.
|
|
45
|
+
"@progress/kendo-angular-schematics": "18.2.0-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.
|
|
7
|
+
'@progress/kendo-angular-inputs': '18.2.0-develop.2',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '18.
|
|
9
|
+
'@progress/kendo-angular-intl': '18.2.0-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'
|