@tetacom/ng-components 1.0.35 → 1.0.36

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": "@tetacom/ng-components",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^13.0.0",
package/style/table.scss CHANGED
@@ -97,7 +97,6 @@
97
97
  display: flex;
98
98
  min-width: 0;
99
99
  position: relative;
100
- padding: 6px 8px;
101
100
  align-items: center;
102
101
  grid-gap: 8px;
103
102
  }
@@ -32,6 +32,7 @@ export declare class DateUtil {
32
32
  static truncateToHour(date: Date): Date;
33
33
  static toISOString(date: number): string;
34
34
  static isValidDate(date: any): boolean;
35
+ static millisecondToHumanFormat(milliSeconds: number, maxValue?: number, showDays?: boolean): string;
35
36
  private static fillConvertDates;
36
37
  private static fillConvertDateStringsToDates;
37
38
  private static convertStringToLocalDate;