@indigina/ui-kit 1.1.465 → 1.1.467

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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.465",
10
+ "version": "1.1.467",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -5192,6 +5192,7 @@ declare class KitExcelExportService {
5192
5192
  private getExportedExcelRows;
5193
5193
  private timeStringToExcelFraction;
5194
5194
  private convertToUtcDate;
5195
+ private truncateToSeconds;
5195
5196
  static ɵfac: i0.ɵɵFactoryDeclaration<KitExcelExportService, never>;
5196
5197
  static ɵprov: i0.ɵɵInjectableDeclaration<KitExcelExportService>;
5197
5198
  }