@progress/kendo-angular-dropdowns 18.2.0-develop.2 → 18.2.1-develop.1
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.
|
@@ -399,7 +399,7 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
|
|
|
399
399
|
/**
|
|
400
400
|
* Resets the value of the AutoComplete.
|
|
401
401
|
* If you use the `reset` method to clear the value of the component,
|
|
402
|
-
* the model will not update automatically and the `
|
|
402
|
+
* the model will not update automatically and the `valueChange` event will not be fired.
|
|
403
403
|
*/
|
|
404
404
|
reset(): void;
|
|
405
405
|
/**
|
|
@@ -638,7 +638,7 @@ export class AutoCompleteComponent {
|
|
|
638
638
|
/**
|
|
639
639
|
* Resets the value of the AutoComplete.
|
|
640
640
|
* If you use the `reset` method to clear the value of the component,
|
|
641
|
-
* the model will not update automatically and the `
|
|
641
|
+
* the model will not update automatically and the `valueChange` event will not be fired.
|
|
642
642
|
*/
|
|
643
643
|
reset() {
|
|
644
644
|
this.value = NO_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.2.
|
|
13
|
+
publishDate: 1742832363,
|
|
14
|
+
version: '18.2.1-develop.1',
|
|
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.2.
|
|
40
|
+
publishDate: 1742832363,
|
|
41
|
+
version: '18.2.1-develop.1',
|
|
42
42
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
43
43
|
};
|
|
44
44
|
|
|
@@ -3727,7 +3727,7 @@ class AutoCompleteComponent {
|
|
|
3727
3727
|
/**
|
|
3728
3728
|
* Resets the value of the AutoComplete.
|
|
3729
3729
|
* If you use the `reset` method to clear the value of the component,
|
|
3730
|
-
* the model will not update automatically and the `
|
|
3730
|
+
* the model will not update automatically and the `valueChange` event will not be fired.
|
|
3731
3731
|
*/
|
|
3732
3732
|
reset() {
|
|
3733
3733
|
this.value = NO_VALUE;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dropdowns",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.1-develop.1",
|
|
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": 1742832363,
|
|
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.2.
|
|
35
|
-
"@progress/kendo-angular-utils": "18.2.
|
|
36
|
-
"@progress/kendo-angular-l10n": "18.2.
|
|
37
|
-
"@progress/kendo-angular-navigation": "18.2.
|
|
38
|
-
"@progress/kendo-angular-popup": "18.2.
|
|
39
|
-
"@progress/kendo-angular-icons": "18.2.
|
|
40
|
-
"@progress/kendo-angular-treeview": "18.2.
|
|
34
|
+
"@progress/kendo-angular-common": "18.2.1-develop.1",
|
|
35
|
+
"@progress/kendo-angular-utils": "18.2.1-develop.1",
|
|
36
|
+
"@progress/kendo-angular-l10n": "18.2.1-develop.1",
|
|
37
|
+
"@progress/kendo-angular-navigation": "18.2.1-develop.1",
|
|
38
|
+
"@progress/kendo-angular-popup": "18.2.1-develop.1",
|
|
39
|
+
"@progress/kendo-angular-icons": "18.2.1-develop.1",
|
|
40
|
+
"@progress/kendo-angular-treeview": "18.2.1-develop.1",
|
|
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.2.
|
|
45
|
+
"@progress/kendo-angular-schematics": "18.2.1-develop.1",
|
|
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.2.
|
|
7
|
+
'@progress/kendo-angular-inputs': '18.2.1-develop.1',
|
|
8
8
|
// peers of inputs
|
|
9
|
-
'@progress/kendo-angular-intl': '18.2.
|
|
9
|
+
'@progress/kendo-angular-intl': '18.2.1-develop.1',
|
|
10
10
|
'@progress/kendo-drawing': '^1.17.2',
|
|
11
11
|
// Peer dependency of icons
|
|
12
12
|
'@progress/kendo-svg-icons': '^4.0.0'
|