@kuzntsv/uikit 0.21.23 → 0.21.25

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuzntsv/uikit",
3
- "version": "0.21.23",
3
+ "version": "0.21.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0"
@@ -512,7 +512,6 @@ declare class LocalStorageService {
512
512
  declare class ExportService {
513
513
  exportCSV(data: any, filename: string | undefined, arrHeader: any, newHeaders: any): void;
514
514
  convertToCSV(objArray: any, headerList: any, newHeaders: any): string;
515
- exportExcel(data: any, heading: any, sheetName?: string, filename?: string): void;
516
515
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ExportService, never>;
517
516
  static ɵprov: _angular_core.ɵɵInjectableDeclaration<ExportService>;
518
517
  }