@sapphire-ion/framework 1.3.8 → 1.3.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.
@@ -19,7 +19,6 @@ export declare class InputFileComponent extends CustomInput<File | string> {
19
19
  SetValue(value: File | string): void;
20
20
  SetValueString(): void;
21
21
  Upload(): Promise<void>;
22
- '': any;
23
22
  Clear(event: MouseEvent): void;
24
23
  Download(): void;
25
24
  static ɵfac: i0.ɵɵFactoryDeclaration<InputFileComponent, never>;
@@ -13,6 +13,7 @@ export declare class StorageService {
13
13
  StartDownload(file: string, params?: any, post?: boolean, fileName?: string | null): Download;
14
14
  private HandleDownload;
15
15
  static SanitizeFileName(v: string): string;
16
+ static SanitizeName(original: string): string;
16
17
  GetFile(fileUrl: string, params?: any, post?: boolean): Observable<HttpEvent<Blob>>;
17
18
  /**
18
19
  * @param lstFiles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapphire-ion/framework",
3
- "version": "1.3.8",
3
+ "version": "1.3.11",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^18.2.8",