@progress/kendo-angular-dropdowns 24.2.0-develop.1 → 24.2.0-develop.11

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.
@@ -371,7 +371,6 @@ export declare class AutoCompleteComponent implements ControlValueAccessor, OnDe
371
371
  popupTemplate: TemplateRef<any>;
372
372
  searchbar: SearchBarComponent;
373
373
  optionsList: ListComponent;
374
- widgetClasses: boolean;
375
374
  get isFocused(): boolean;
376
375
  set isFocused(isFocused: boolean);
377
376
  get isDisabled(): boolean;
@@ -393,7 +393,6 @@ export declare class ComboBoxComponent extends MultiTabStop implements ControlVa
393
393
  searchbar: SearchBarComponent;
394
394
  optionsList: ListComponent;
395
395
  protected select: ElementRef<HTMLElement>;
396
- widgetClasses: boolean;
397
396
  get isDisabled(): boolean;
398
397
  get isLoading(): boolean;
399
398
  get dir(): any;
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
- import { ExpandableComponent, ExpandDirective } from '@progress/kendo-angular-treeview';
5
+ import { ExpandableComponent, ExpandDirective, FilterExpandSettings } from '@progress/kendo-angular-treeview';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Manages the expanded state of the popup TreeView.
@@ -26,6 +26,7 @@ export declare class DropDownTreesExpandDirective extends ExpandDirective {
26
26
  * Implemented as a value setter in the base directive, this just overrides the input name.
27
27
  */
28
28
  set isExpanded(value: (item: object, index: string) => boolean);
29
+ get filterExpandSettings(): FilterExpandSettings;
29
30
  constructor(dropDownTree: ExpandableComponent);
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownTreesExpandDirective, never>;
31
32
  static ɵdir: i0.ɵɵDirectiveDeclaration<DropDownTreesExpandDirective, "[kendoDropDownTreeExpandable], [kendoMultiSelectTreeExpandable]", never, { "isExpanded": { "alias": "isNodeExpanded"; "required": false; }; }, {}, never, never, true, never>;
@@ -91,7 +91,6 @@ export declare class MultiSelectTreeComponent implements OnInit, OnDestroy, OnCh
91
91
  * @hidden
92
92
  */
93
93
  xIcon: SVGIcon;
94
- hostClasses: boolean;
95
94
  get isDisabled(): boolean | null;
96
95
  treeViewId: string;
97
96
  get hostAriaAutocomplete(): string;
@@ -37,8 +37,8 @@ const packageMetadata = {
37
37
  productName: 'Kendo UI for Angular',
38
38
  productCode: 'KENDOUIANGULAR',
39
39
  productCodes: ['KENDOUIANGULAR'],
40
- publishDate: 1781868484,
41
- version: '24.2.0-develop.1',
40
+ publishDate: 1782467480,
41
+ version: '24.2.0-develop.11',
42
42
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
43
43
  };
44
44
 
@@ -3806,7 +3806,6 @@ class AutoCompleteComponent {
3806
3806
  popupTemplate;
3807
3807
  searchbar;
3808
3808
  optionsList;
3809
- widgetClasses = true;
3810
3809
  get isFocused() {
3811
3810
  return this._isFocused;
3812
3811
  }
@@ -3872,6 +3871,8 @@ class AutoCompleteComponent {
3872
3871
  this.subscribeEvents();
3873
3872
  this.subscribeTouchEvents();
3874
3873
  this.selectionService.resetSelection([-1]);
3874
+ this.renderer.addClass(this.wrapper, 'k-autocomplete');
3875
+ this.renderer.addClass(this.wrapper, 'k-input');
3875
3876
  }
3876
3877
  ngOnInit() {
3877
3878
  this.renderer.removeAttribute(this.wrapper, "tabindex");
@@ -4447,7 +4448,7 @@ class AutoCompleteComponent {
4447
4448
  }
4448
4449
  }
4449
4450
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: AutoCompleteComponent, deps: [{ token: i1.LocalizationService }, { token: DataService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.Injector }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
4450
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: AutoCompleteComponent, isStandalone: true, selector: "kendo-autocomplete", inputs: { highlightFirst: "highlightFirst", showStickyHeader: "showStickyHeader", focusableId: "focusableId", data: "data", value: "value", valueField: "valueField", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", clearButton: "clearButton", suggest: "suggest", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-autocomplete": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
4451
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: AutoCompleteComponent, isStandalone: true, selector: "kendo-autocomplete", inputs: { highlightFirst: "highlightFirst", showStickyHeader: "showStickyHeader", focusableId: "focusableId", data: "data", value: "value", valueField: "valueField", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", clearButton: "clearButton", suggest: "suggest", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode", inputAttributes: "inputAttributes" }, outputs: { valueChange: "valueChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
4451
4452
  AUTOCOMPLETE_VALUE_ACCESSOR,
4452
4453
  DataService,
4453
4454
  SelectionService,
@@ -4934,12 +4935,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
4934
4935
  }], optionsList: [{
4935
4936
  type: ViewChild,
4936
4937
  args: ['optionsList', { static: false }]
4937
- }], widgetClasses: [{
4938
- type: HostBinding,
4939
- args: ['class.k-autocomplete']
4940
- }, {
4941
- type: HostBinding,
4942
- args: ['class.k-input']
4943
4938
  }], isDisabled: [{
4944
4939
  type: HostBinding,
4945
4940
  args: ['class.k-disabled']
@@ -5491,7 +5486,6 @@ class ComboBoxComponent extends MultiTabStop {
5491
5486
  searchbar;
5492
5487
  optionsList;
5493
5488
  select;
5494
- widgetClasses = true;
5495
5489
  get isDisabled() {
5496
5490
  return this.disabled;
5497
5491
  }
@@ -5605,6 +5599,8 @@ class ComboBoxComponent extends MultiTabStop {
5605
5599
  validatePackage(packageMetadata);
5606
5600
  this.direction = localization.rtl ? 'rtl' : 'ltr';
5607
5601
  this.data = [];
5602
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-combobox');
5603
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
5608
5604
  }
5609
5605
  ngOnInit() {
5610
5606
  this.renderer.removeAttribute(this.wrapper.nativeElement, 'tabindex');
@@ -6520,7 +6516,7 @@ class ComboBoxComponent extends MultiTabStop {
6520
6516
  }
6521
6517
  }
6522
6518
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: ComboBoxComponent, deps: [{ token: i0.ElementRef }, { token: i1.LocalizationService }, { token: i2.PopupService }, { token: SelectionService }, { token: NavigationService }, { token: DisabledItemsService }, { token: DataService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }, { token: i0.Renderer2 }, { token: i0.Injector }, { token: i0.ElementRef }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
6523
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: ComboBoxComponent, isStandalone: true, selector: "kendo-combobox", inputs: { icon: "icon", svgIcon: "svgIcon", inputAttributes: "inputAttributes", showStickyHeader: "showStickyHeader", focusableId: "focusableId", allowCustom: "allowCustom", data: "data", value: "value", textField: "textField", valueField: "valueField", valuePrimitive: "valuePrimitive", valueNormalizer: "valueNormalizer", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", suggest: "suggest", clearButton: "clearButton", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", selectionChange: "selectionChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-combobox": "this.widgetClasses", "class.k-input": "this.widgetClasses", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
6519
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: ComboBoxComponent, isStandalone: true, selector: "kendo-combobox", inputs: { icon: "icon", svgIcon: "svgIcon", inputAttributes: "inputAttributes", showStickyHeader: "showStickyHeader", focusableId: "focusableId", allowCustom: "allowCustom", data: "data", value: "value", textField: "textField", valueField: "valueField", valuePrimitive: "valuePrimitive", valueNormalizer: "valueNormalizer", placeholder: "placeholder", adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", popupSettings: "popupSettings", listHeight: "listHeight", loading: "loading", suggest: "suggest", clearButton: "clearButton", disabled: "disabled", itemDisabled: "itemDisabled", readonly: "readonly", tabindex: "tabindex", tabIndex: "tabIndex", filterable: "filterable", virtual: "virtual", size: "size", rounded: "rounded", fillMode: "fillMode" }, outputs: { valueChange: "valueChange", selectionChange: "selectionChange", filterChange: "filterChange", open: "open", opened: "opened", close: "close", closed: "closed", onFocus: "focus", onBlur: "blur", inputFocus: "inputFocus", inputBlur: "inputBlur", escape: "escape" }, host: { properties: { "class.k-readonly": "this.readonly", "class.k-disabled": "this.isDisabled", "class.k-loading": "this.isLoading", "attr.dir": "this.dir" } }, providers: [
6524
6520
  COMBOBOX_VALUE_ACCESSOR,
6525
6521
  DataService,
6526
6522
  SelectionService,
@@ -7076,12 +7072,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
7076
7072
  }], select: [{
7077
7073
  type: ViewChild,
7078
7074
  args: ['select', { static: true }]
7079
- }], widgetClasses: [{
7080
- type: HostBinding,
7081
- args: ['class.k-combobox']
7082
- }, {
7083
- type: HostBinding,
7084
- args: ['class.k-input']
7085
7075
  }], isDisabled: [{
7086
7076
  type: HostBinding,
7087
7077
  args: ['class.k-disabled']
@@ -10164,6 +10154,8 @@ class MultiSelectComponent {
10164
10154
  this.direction = this.localization.rtl ? 'rtl' : 'ltr';
10165
10155
  this.subscribeEvents();
10166
10156
  this.subscribeTouchEvents();
10157
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselect');
10158
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
10167
10159
  }
10168
10160
  get listContainerClasses() {
10169
10161
  const containerClasses = ['k-list-container', 'k-multiselect-popup'];
@@ -10480,8 +10472,6 @@ class MultiSelectComponent {
10480
10472
  this.valueChangeDetected = false;
10481
10473
  }
10482
10474
  ngOnInit() {
10483
- this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselect');
10484
- this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
10485
10475
  this.renderer.removeAttribute(this.wrapper.nativeElement, "tabindex");
10486
10476
  this.createCustomValueStream();
10487
10477
  this.subs.add(this.localization
@@ -15363,7 +15353,6 @@ class MultiSelectTreeComponent {
15363
15353
  * @hidden
15364
15354
  */
15365
15355
  xIcon = xIcon;
15366
- hostClasses = true;
15367
15356
  get isDisabled() {
15368
15357
  return this.disabled || null;
15369
15358
  }
@@ -16075,6 +16064,8 @@ class MultiSelectTreeComponent {
16075
16064
  this.direction = localization.rtl ? 'rtl' : 'ltr';
16076
16065
  this.subscribeEvents();
16077
16066
  this.subscribeFocusEvents();
16067
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-multiselecttree');
16068
+ this.renderer.addClass(this.wrapper.nativeElement, 'k-input');
16078
16069
  }
16079
16070
  ngOnInit() {
16080
16071
  this.subs.add(this.printableCharacters.pipe(tap((char) => {
@@ -16894,7 +16885,7 @@ class MultiSelectTreeComponent {
16894
16885
  this.opened.emit();
16895
16886
  }
16896
16887
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: MultiSelectTreeComponent, deps: [{ token: i0.Injector }, { token: i0.ElementRef }, { token: i2.PopupService }, { token: i0.Renderer2 }, { token: NavigationService }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i0.ChangeDetectorRef }, { token: MultiSelectTreeLookupService }, { token: i7.AdaptiveService }], target: i0.ɵɵFactoryTarget.Component });
16897
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: MultiSelectTreeComponent, isStandalone: true, selector: "kendo-multiselecttree", inputs: { adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", popupSettings: "popupSettings", checkableSettings: "checkableSettings", data: "data", value: "value", dataItems: "dataItems", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", loading: "loading", placeholder: "placeholder", listHeight: "listHeight", disabled: "disabled", readonly: "readonly", valuePrimitive: "valuePrimitive", loadOnDemand: "loadOnDemand", focusableId: "focusableId", clearButton: "clearButton", filterable: "filterable", checkAll: "checkAll", hasChildren: "hasChildren", fetchChildren: "fetchChildren", isNodeExpanded: "isNodeExpanded", isNodeVisible: "isNodeVisible", itemDisabled: "itemDisabled", tagMapper: "tagMapper" }, outputs: { onFocus: "focus", onBlur: "blur", open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", valueChange: "valueChange", removeTag: "removeTag", filterChange: "filterChange" }, host: { properties: { "class.k-multiselecttree": "this.hostClasses", "class.k-input": "this.hostClasses", "class.k-disabled": "this.isDisabled", "attr.aria-disabled": "this.isDisabled", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-loading": "this.isLoading", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-busy": "this.isBusy", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.readonly": "this.isReadonly", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-activedescendant": "this.ariaActiveDescendant", "class.k-readonly": "this.readonly" } }, providers: [
16888
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: MultiSelectTreeComponent, isStandalone: true, selector: "kendo-multiselecttree", inputs: { adaptiveMode: "adaptiveMode", adaptiveTitle: "adaptiveTitle", adaptiveSubtitle: "adaptiveSubtitle", tabindex: "tabindex", size: "size", rounded: "rounded", fillMode: "fillMode", popupSettings: "popupSettings", checkableSettings: "checkableSettings", data: "data", value: "value", dataItems: "dataItems", textField: "textField", valueField: "valueField", valueDepth: "valueDepth", loading: "loading", placeholder: "placeholder", listHeight: "listHeight", disabled: "disabled", readonly: "readonly", valuePrimitive: "valuePrimitive", loadOnDemand: "loadOnDemand", focusableId: "focusableId", clearButton: "clearButton", filterable: "filterable", checkAll: "checkAll", hasChildren: "hasChildren", fetchChildren: "fetchChildren", isNodeExpanded: "isNodeExpanded", isNodeVisible: "isNodeVisible", itemDisabled: "itemDisabled", tagMapper: "tagMapper" }, outputs: { onFocus: "focus", onBlur: "blur", open: "open", opened: "opened", close: "close", closed: "closed", nodeExpand: "nodeExpand", nodeCollapse: "nodeCollapse", valueChange: "valueChange", removeTag: "removeTag", filterChange: "filterChange" }, host: { properties: { "class.k-disabled": "this.isDisabled", "attr.aria-disabled": "this.isDisabled", "attr.aria-autocomplete": "this.hostAriaAutocomplete", "class.k-loading": "this.isLoading", "attr.aria-invalid": "this.hostAriaInvalid", "attr.aria-busy": "this.isBusy", "attr.id": "this.id", "attr.dir": "this.direction", "attr.tabindex": "this.hostTabIndex", "attr.role": "this.role", "attr.aria-haspopup": "this.ariaHasPopup", "attr.readonly": "this.isReadonly", "attr.aria-describedby": "this.ariaDescribedBy", "attr.aria-activedescendant": "this.ariaActiveDescendant", "class.k-readonly": "this.readonly" } }, providers: [
16898
16889
  LocalizationService,
16899
16890
  NavigationService,
16900
16891
  DataService,
@@ -17424,13 +17415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
17424
17415
  standalone: true,
17425
17416
  imports: [LocalizedMessagesDirective, TagListComponent, IconWrapperComponent, NgTemplateOutlet, AdaptiveRendererComponent, NgClass, FilterInputDirective, EventsOutsideAngularDirective, TemplateContextDirective, CheckAllDirective, TreeViewComponent, CheckDirective, ResizeSensorComponent]
17426
17417
  }]
17427
- }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: i0.Renderer2 }, { type: NavigationService }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: MultiSelectTreeLookupService }, { type: i7.AdaptiveService }], propDecorators: { hostClasses: [{
17428
- type: HostBinding,
17429
- args: ['class.k-multiselecttree']
17430
- }, {
17431
- type: HostBinding,
17432
- args: ['class.k-input']
17433
- }], isDisabled: [{
17418
+ }], ctorParameters: () => [{ type: i0.Injector }, { type: i0.ElementRef }, { type: i2.PopupService }, { type: i0.Renderer2 }, { type: NavigationService }, { type: i0.NgZone }, { type: i1.LocalizationService }, { type: i0.ChangeDetectorRef }, { type: MultiSelectTreeLookupService }, { type: i7.AdaptiveService }], propDecorators: { isDisabled: [{
17434
17419
  type: HostBinding,
17435
17420
  args: ['class.k-disabled']
17436
17421
  }, {
@@ -17831,6 +17816,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImpo
17831
17816
  args: ['kendoMultiSelectTreeHierarchyBinding']
17832
17817
  }] } });
17833
17818
 
17819
+ const DD_DEFAULT_FILTER_EXPAND_SETTINGS = {
17820
+ maxAutoExpandResults: -1,
17821
+ expandMatches: false,
17822
+ expandedOnClear: 'unchanged'
17823
+ };
17834
17824
  /**
17835
17825
  * Manages the expanded state of the popup TreeView.
17836
17826
  * @example
@@ -17855,6 +17845,10 @@ class DropDownTreesExpandDirective extends ExpandDirective {
17855
17845
  set isExpanded(value) {
17856
17846
  this.dropDownTree.isExpanded = value;
17857
17847
  }
17848
+ get filterExpandSettings() {
17849
+ const settings = typeof this.expandOnFilter === 'boolean' ? { enabled: this.expandOnFilter } : { ...this.expandOnFilter, enabled: true };
17850
+ return { ...DD_DEFAULT_FILTER_EXPAND_SETTINGS, ...settings };
17851
+ }
17858
17852
  constructor(dropDownTree) {
17859
17853
  super(dropDownTree);
17860
17854
  this.dropDownTree = dropDownTree;
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1781868484,
11
- "version": "24.2.0-develop.1",
10
+ "publishDate": 1782467480,
11
+ "version": "24.2.0-develop.11",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "24.2.0-develop.1",
3
+ "version": "24.2.0-develop.11",
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",
@@ -121,7 +121,7 @@
121
121
  "package": {
122
122
  "productName": "Kendo UI for Angular",
123
123
  "productCode": "KENDOUIANGULAR",
124
- "publishDate": 1781868484,
124
+ "publishDate": 1782467480,
125
125
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
126
126
  }
127
127
  },
@@ -132,18 +132,18 @@
132
132
  "@angular/forms": "19 - 22",
133
133
  "@angular/platform-browser": "19 - 22",
134
134
  "@progress/kendo-licensing": "^1.11.0",
135
- "@progress/kendo-angular-common": "24.2.0-develop.1",
136
- "@progress/kendo-angular-utils": "24.2.0-develop.1",
137
- "@progress/kendo-angular-l10n": "24.2.0-develop.1",
138
- "@progress/kendo-angular-navigation": "24.2.0-develop.1",
139
- "@progress/kendo-angular-popup": "24.2.0-develop.1",
140
- "@progress/kendo-angular-icons": "24.2.0-develop.1",
141
- "@progress/kendo-angular-treeview": "24.2.0-develop.1",
135
+ "@progress/kendo-angular-common": "24.2.0-develop.11",
136
+ "@progress/kendo-angular-utils": "24.2.0-develop.11",
137
+ "@progress/kendo-angular-l10n": "24.2.0-develop.11",
138
+ "@progress/kendo-angular-navigation": "24.2.0-develop.11",
139
+ "@progress/kendo-angular-popup": "24.2.0-develop.11",
140
+ "@progress/kendo-angular-icons": "24.2.0-develop.11",
141
+ "@progress/kendo-angular-treeview": "24.2.0-develop.11",
142
142
  "rxjs": "^6.5.3 || ^7.0.0"
143
143
  },
144
144
  "dependencies": {
145
145
  "tslib": "^2.3.1",
146
- "@progress/kendo-angular-schematics": "24.2.0-develop.1",
146
+ "@progress/kendo-angular-schematics": "24.2.0-develop.11",
147
147
  "@progress/kendo-common": "^1.0.1"
148
148
  },
149
149
  "schematics": "./schematics/collection.json",
@@ -9,9 +9,9 @@ const schematics_1 = require("@angular-devkit/schematics");
9
9
  function default_1(options) {
10
10
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DropDownsModule', package: 'dropdowns', peerDependencies: {
11
11
  // peers of the treeview
12
- '@progress/kendo-angular-inputs': '24.2.0-develop.1',
12
+ '@progress/kendo-angular-inputs': '24.2.0-develop.11',
13
13
  // peers of inputs
14
- '@progress/kendo-angular-intl': '24.2.0-develop.1',
14
+ '@progress/kendo-angular-intl': '24.2.0-develop.11',
15
15
  '@progress/kendo-drawing': '^1.17.2',
16
16
  // Peer dependency of icons
17
17
  '@progress/kendo-svg-icons': '^4.0.0'