@progress/kendo-angular-dropdowns 18.0.0-develop.7 → 18.0.0-develop.9
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.
|
@@ -1098,6 +1098,7 @@ export class DropDownTreeComponent {
|
|
|
1098
1098
|
anchor: this.wrapper,
|
|
1099
1099
|
appendTo: this.appendTo,
|
|
1100
1100
|
anchorAlign: anchorPosition,
|
|
1101
|
+
animate: this.popupSettings.animate,
|
|
1101
1102
|
content: this.popupTemplate,
|
|
1102
1103
|
popupAlign: popupPosition,
|
|
1103
1104
|
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
@@ -1288,6 +1288,7 @@ export class MultiSelectTreeComponent {
|
|
|
1288
1288
|
anchor: this.wrapper,
|
|
1289
1289
|
appendTo: this.appendTo,
|
|
1290
1290
|
anchorAlign: anchorPosition,
|
|
1291
|
+
animate: this.popupSettings.animate,
|
|
1291
1292
|
content: this.popupTemplate,
|
|
1292
1293
|
popupAlign: popupPosition,
|
|
1293
1294
|
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-dropdowns',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '18.0.0-develop.
|
|
12
|
+
publishDate: 1736775259,
|
|
13
|
+
version: '18.0.0-develop.9',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -36,8 +36,8 @@ const packageMetadata = {
|
|
|
36
36
|
name: '@progress/kendo-angular-dropdowns',
|
|
37
37
|
productName: 'Kendo UI for Angular',
|
|
38
38
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
39
|
-
publishDate:
|
|
40
|
-
version: '18.0.0-develop.
|
|
39
|
+
publishDate: 1736775259,
|
|
40
|
+
version: '18.0.0-develop.9',
|
|
41
41
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
42
42
|
};
|
|
43
43
|
|
|
@@ -13771,6 +13771,7 @@ class DropDownTreeComponent {
|
|
|
13771
13771
|
anchor: this.wrapper,
|
|
13772
13772
|
appendTo: this.appendTo,
|
|
13773
13773
|
anchorAlign: anchorPosition,
|
|
13774
|
+
animate: this.popupSettings.animate,
|
|
13774
13775
|
content: this.popupTemplate,
|
|
13775
13776
|
popupAlign: popupPosition,
|
|
13776
13777
|
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
|
@@ -16299,6 +16300,7 @@ class MultiSelectTreeComponent {
|
|
|
16299
16300
|
anchor: this.wrapper,
|
|
16300
16301
|
appendTo: this.appendTo,
|
|
16301
16302
|
anchorAlign: anchorPosition,
|
|
16303
|
+
animate: this.popupSettings.animate,
|
|
16302
16304
|
content: this.popupTemplate,
|
|
16303
16305
|
popupAlign: popupPosition,
|
|
16304
16306
|
positionMode: appendToComponent ? 'fixed' : 'absolute',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "18.0.0-develop.
|
|
3
|
+
"version": "18.0.0-develop.9",
|
|
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",
|
|
@@ -25,18 +25,18 @@
|
|
|
25
25
|
"@angular/forms": "16 - 19",
|
|
26
26
|
"@angular/platform-browser": "16 - 19",
|
|
27
27
|
"@progress/kendo-licensing": "^1.0.2",
|
|
28
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
|
29
|
-
"@progress/kendo-angular-utils": "18.0.0-develop.
|
|
30
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-navigation": "18.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
|
34
|
-
"@progress/kendo-angular-treeview": "18.0.0-develop.
|
|
28
|
+
"@progress/kendo-angular-common": "18.0.0-develop.9",
|
|
29
|
+
"@progress/kendo-angular-utils": "18.0.0-develop.9",
|
|
30
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.9",
|
|
31
|
+
"@progress/kendo-angular-navigation": "18.0.0-develop.9",
|
|
32
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.9",
|
|
33
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.9",
|
|
34
|
+
"@progress/kendo-angular-treeview": "18.0.0-develop.9",
|
|
35
35
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"tslib": "^2.3.1",
|
|
39
|
-
"@progress/kendo-angular-schematics": "18.0.0-develop.
|
|
39
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.9",
|
|
40
40
|
"@progress/kendo-common": "^1.0.1"
|
|
41
41
|
},
|
|
42
42
|
"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.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-inputs': '18.0.0-develop.9',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '18.0.0-develop.
|
|
9
|
+
'@progress/kendo-angular-intl': '18.0.0-develop.9',
|
|
10
10
|
'@progress/kendo-drawing': '^1.17.2',
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|