@progress/kendo-angular-upload 13.4.0 → 13.4.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.
@@ -2,7 +2,7 @@
2
2
  * Copyright © 2023 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 { ElementRef, OnDestroy } from '@angular/core';
5
+ import { ElementRef } from '@angular/core';
6
6
  import { UploadService } from '../upload.service';
7
7
  import { LocalizationService } from '@progress/kendo-angular-l10n';
8
8
  import { NavigationService } from '../navigation.service';
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  /**
12
12
  * @hidden
13
13
  */
14
- export declare class UploadActionButtonsComponent implements OnDestroy {
14
+ export declare class UploadActionButtonsComponent {
15
15
  private uploadService;
16
16
  private localization;
17
17
  private navigation;
@@ -24,13 +24,8 @@ export declare class UploadActionButtonsComponent implements OnDestroy {
24
24
  get actionButtonsStretchedClassName(): boolean;
25
25
  get actionButtonsStartClassName(): boolean;
26
26
  get actionButtonsCenterClassName(): boolean;
27
- private actionSubscription;
28
- private focusSubscription;
29
27
  constructor(uploadService: UploadService, localization: LocalizationService, navigation: NavigationService);
30
- onAction(): void;
31
- onFocus(): void;
32
- focusButton(button: string): void;
33
- ngOnDestroy(): void;
28
+ onUploadButtonFocus(): void;
34
29
  onUploadButtonClick(event?: any): void;
35
30
  performUpload(): void;
36
31
  onClearButtonClick(event?: any): void;
@@ -10,9 +10,9 @@ function default_1(options) {
10
10
  ], peerDependencies: {
11
11
  // peer dep of the icons
12
12
  '@progress/kendo-svg-icons': '^1.0.0',
13
- '@progress/kendo-angular-buttons': '13.4.0',
14
- '@progress/kendo-angular-progressbar': '13.4.0',
15
- '@progress/kendo-angular-popup': '13.4.0',
13
+ '@progress/kendo-angular-buttons': '13.4.1-develop.1',
14
+ '@progress/kendo-angular-progressbar': '13.4.1-develop.1',
15
+ '@progress/kendo-angular-popup': '13.4.1-develop.1',
16
16
  } });
17
17
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
18
18
  }
@@ -271,6 +271,10 @@ export declare class UploadComponent implements OnInit, OnDestroy, ControlValueA
271
271
  * @hidden
272
272
  */
273
273
  setDisabledState(isDisabled: boolean): void;
274
+ /**
275
+ * @hidden
276
+ */
277
+ onFileSelectButtonFocus(): void;
274
278
  /**
275
279
  * @hidden
276
280
  */