@progress/kendo-angular-dropdowns 17.1.2-develop.4 → 17.2.0-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.
@@ -2,11 +2,12 @@
2
2
  * Copyright © 2024 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 { AdaptiveMode, WindowSize } from '../common/util';
5
+ import { AdaptiveMode } from '../common/util';
6
6
  import { SearchBarComponent } from '../common/searchbar.component';
7
7
  import { Renderer2, ViewContainerRef, ElementRef, TemplateRef, OnDestroy, OnChanges, DoCheck, EventEmitter, AfterContentChecked, AfterViewInit, ChangeDetectorRef, KeyValueDiffers, NgZone, OnInit, Injector } from '@angular/core';
8
8
  import { Observable } from 'rxjs';
9
9
  import { SuffixTemplateDirective, PrefixTemplateDirective } from '@progress/kendo-angular-common';
10
+ import { AdaptiveSize, AdaptiveService } from '@progress/kendo-angular-utils';
10
11
  import { FormControl } from '@angular/forms';
11
12
  import { SelectionService, SelectionEvent } from '../common/selection/selection.service';
12
13
  import { PopupSettings } from '../common/models/popup-settings';
@@ -72,6 +73,7 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
72
73
  private _zone;
73
74
  private injector;
74
75
  hostElement: ElementRef;
76
+ private adaptiveService;
75
77
  /**
76
78
  * @hidden
77
79
  */
@@ -495,7 +497,7 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
495
497
  /**
496
498
  * @hidden
497
499
  */
498
- windowSize: WindowSize;
500
+ windowSize: AdaptiveSize;
499
501
  /**
500
502
  * @hidden
501
503
  */
@@ -511,7 +513,7 @@ export declare class MultiSelectComponent implements OnDestroy, OnChanges, OnIni
511
513
  private _fillMode;
512
514
  private _subtitle;
513
515
  private _valueHolder;
514
- constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone, injector: Injector, hostElement: ElementRef);
516
+ constructor(wrapper: ElementRef, localization: LocalizationService, popupService: PopupService, dataService: DataService, selectionService: SelectionService, navigationService: NavigationService, disabledItemsService: DisabledItemsService, cdr: ChangeDetectorRef, differs: KeyValueDiffers, renderer: Renderer2, _zone: NgZone, injector: Injector, hostElement: ElementRef, adaptiveService: AdaptiveService);
515
517
  get listContainerClasses(): any[];
516
518
  /**
517
519
  * @hidden
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dropdowns",
3
- "version": "17.1.2-develop.4",
3
+ "version": "17.2.0-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",
@@ -25,17 +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": "17.1.2-develop.4",
29
- "@progress/kendo-angular-l10n": "17.1.2-develop.4",
30
- "@progress/kendo-angular-navigation": "17.1.2-develop.4",
31
- "@progress/kendo-angular-popup": "17.1.2-develop.4",
32
- "@progress/kendo-angular-icons": "17.1.2-develop.4",
33
- "@progress/kendo-angular-treeview": "17.1.2-develop.4",
28
+ "@progress/kendo-angular-common": "17.2.0-develop.1",
29
+ "@progress/kendo-angular-utils": "17.2.0-develop.1",
30
+ "@progress/kendo-angular-l10n": "17.2.0-develop.1",
31
+ "@progress/kendo-angular-navigation": "17.2.0-develop.1",
32
+ "@progress/kendo-angular-popup": "17.2.0-develop.1",
33
+ "@progress/kendo-angular-icons": "17.2.0-develop.1",
34
+ "@progress/kendo-angular-treeview": "17.2.0-develop.1",
34
35
  "rxjs": "^6.5.3 || ^7.0.0"
35
36
  },
36
37
  "dependencies": {
37
38
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "17.1.2-develop.4",
39
+ "@progress/kendo-angular-schematics": "17.2.0-develop.1",
39
40
  "@progress/kendo-common": "^1.0.1"
40
41
  },
41
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': '17.1.2-develop.4',
7
+ '@progress/kendo-angular-inputs': '17.2.0-develop.1',
8
8
  // peers of inputs
9
- '@progress/kendo-angular-intl': '17.1.2-develop.4',
9
+ '@progress/kendo-angular-intl': '17.2.0-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'