@progress/kendo-angular-dropdowns 16.1.0-develop.1 → 16.1.0-develop.3

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.
@@ -286,7 +286,7 @@ export declare class ComboBoxComponent extends MultiTabStop implements ControlVa
286
286
  */
287
287
  clearButton: boolean;
288
288
  /**
289
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
289
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
290
290
  */
291
291
  disabled: boolean;
292
292
  /**
@@ -221,7 +221,7 @@ export declare class DropDownListComponent implements ControlValueAccessor, Afte
221
221
  */
222
222
  defaultItem: any;
223
223
  /**
224
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dropdownlist#toc-managing-the-dropdownlist-disabled-state-in-reactive-forms).
224
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_ddl#toc-managing-the-dropdownlist-disabled-state-in-reactive-forms).
225
225
  */
226
226
  disabled: boolean;
227
227
  /**
@@ -234,7 +234,7 @@ export declare class DropDownTreeComponent implements OnInit, OnDestroy, OnChang
234
234
  get listHeight(): number;
235
235
  private _listHeight;
236
236
  /**
237
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dropdowntree#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
237
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_ddt#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
238
238
  */
239
239
  disabled: boolean;
240
240
  /**
@@ -193,7 +193,7 @@ export class ComboBoxComponent extends MultiTabStop {
193
193
  */
194
194
  this.clearButton = true;
195
195
  /**
196
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
196
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
197
197
  */
198
198
  this.disabled = false;
199
199
  /**
@@ -145,7 +145,7 @@ export class DropDownTreeComponent {
145
145
  this.placeholder = "";
146
146
  this._listHeight = 200;
147
147
  /**
148
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dropdowntree#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
148
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_ddt#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
149
149
  */
150
150
  this.disabled = false;
151
151
  /**
@@ -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: 1715948391,
13
- version: '16.1.0-develop.1',
12
+ publishDate: 1716479122,
13
+ version: '16.1.0-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dropdowns',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1715948391,
42
- version: '16.1.0-develop.1',
41
+ publishDate: 1716479122,
42
+ version: '16.1.0-develop.3',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -4715,7 +4715,7 @@ class ComboBoxComponent extends MultiTabStop {
4715
4715
  */
4716
4716
  this.clearButton = true;
4717
4717
  /**
4718
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
4718
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
4719
4719
  */
4720
4720
  this.disabled = false;
4721
4721
  /**
@@ -12242,7 +12242,7 @@ class DropDownTreeComponent {
12242
12242
  this.placeholder = "";
12243
12243
  this._listHeight = 200;
12244
12244
  /**
12245
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dropdowntree#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
12245
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_ddt#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
12246
12246
  */
12247
12247
  this.disabled = false;
12248
12248
  /**
@@ -38,8 +38,8 @@ const packageMetadata = {
38
38
  name: '@progress/kendo-angular-dropdowns',
39
39
  productName: 'Kendo UI for Angular',
40
40
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
41
- publishDate: 1715948391,
42
- version: '16.1.0-develop.1',
41
+ publishDate: 1716479122,
42
+ version: '16.1.0-develop.3',
43
43
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
44
44
  };
45
45
 
@@ -4707,7 +4707,7 @@ class ComboBoxComponent extends MultiTabStop {
4707
4707
  */
4708
4708
  this.clearButton = true;
4709
4709
  /**
4710
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
4710
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the articles on [ComboBox Forms Support](slug:formssupport_combobox#toc-managing-the-combobox-disabled-state-in-reactive-forms) and [MultiColumnComboBox Forms Support](slug:formssupport_multicolumncombobox#toc-managing-the-multicolumncombobox-disabled-state-in-reactive-forms).
4711
4711
  */
4712
4712
  this.disabled = false;
4713
4713
  /**
@@ -12213,7 +12213,7 @@ class DropDownTreeComponent {
12213
12213
  this.placeholder = "";
12214
12214
  this._listHeight = 200;
12215
12215
  /**
12216
- * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_dropdowntree#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
12216
+ * Sets the disabled state of the component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_ddt#toc-managing-the-dropdowntree-disabled-state-in-reactive-forms).
12217
12217
  */
12218
12218
  this.disabled = false;
12219
12219
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "16.1.0-develop.1",
3
+ "version": "16.1.0-develop.3",
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",
@@ -19,23 +19,23 @@
19
19
  "friendlyName": "Dropdowns"
20
20
  },
21
21
  "peerDependencies": {
22
- "@angular/animations": "15 - 17",
23
- "@angular/common": "15 - 17",
24
- "@angular/core": "15 - 17",
25
- "@angular/forms": "15 - 17",
26
- "@angular/platform-browser": "15 - 17",
22
+ "@angular/animations": "15 - 18",
23
+ "@angular/common": "15 - 18",
24
+ "@angular/core": "15 - 18",
25
+ "@angular/forms": "15 - 18",
26
+ "@angular/platform-browser": "15 - 18",
27
27
  "@progress/kendo-licensing": "^1.0.2",
28
- "@progress/kendo-angular-common": "16.1.0-develop.1",
29
- "@progress/kendo-angular-l10n": "16.1.0-develop.1",
30
- "@progress/kendo-angular-navigation": "16.1.0-develop.1",
31
- "@progress/kendo-angular-popup": "16.1.0-develop.1",
32
- "@progress/kendo-angular-icons": "16.1.0-develop.1",
33
- "@progress/kendo-angular-treeview": "16.1.0-develop.1",
28
+ "@progress/kendo-angular-common": "16.1.0-develop.3",
29
+ "@progress/kendo-angular-l10n": "16.1.0-develop.3",
30
+ "@progress/kendo-angular-navigation": "16.1.0-develop.3",
31
+ "@progress/kendo-angular-popup": "16.1.0-develop.3",
32
+ "@progress/kendo-angular-icons": "16.1.0-develop.3",
33
+ "@progress/kendo-angular-treeview": "16.1.0-develop.3",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "16.1.0-develop.1",
38
+ "@progress/kendo-angular-schematics": "16.1.0-develop.3",
39
39
  "@progress/kendo-common": "^0.2.1"
40
40
  },
41
41
  "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': '16.1.0-develop.1',
7
+ '@progress/kendo-angular-inputs': '16.1.0-develop.3',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '16.1.0-develop.1',
9
+ '@progress/kendo-angular-intl': '16.1.0-develop.3',
10
10
  '@progress/kendo-drawing': '^1.17.2',
11
11
  // Peer dependency of icons
12
12
  '@progress/kendo-svg-icons': '^3.0.0'