@annalib/anna-core 24.0.63 → 24.0.64
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.
|
@@ -16,14 +16,14 @@ export declare class AnnaDateTimeFormatService {
|
|
|
16
16
|
addZero(time: any): any;
|
|
17
17
|
sortByTimeAscending(a: any, b: any): number;
|
|
18
18
|
sortByTimeDescending(a: any, b: any): number;
|
|
19
|
-
compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean):
|
|
19
|
+
compareTime(a: dayjs.Dayjs, b: dayjs.Dayjs, unit: UnitType, isAsc: boolean): 1 | -1 | 0;
|
|
20
20
|
convertNgbDateToMoment(ngbDate: NgbDate | NgbDateType): string;
|
|
21
21
|
compareDate(a: string, b: string, isAsc: boolean): number;
|
|
22
22
|
static formatTwentyFourHourTimeToHHMMAFormat(value: any, date?: string): string;
|
|
23
23
|
static formatTwelveHourTimeToHHMMAFormat(timeValue: any, date?: string): string;
|
|
24
24
|
formatDateAndHHMMATimeToStandardFormat(dateAndTime: any): string;
|
|
25
25
|
compare(a: number | string, b: number | string, isAsc: boolean): number;
|
|
26
|
-
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string):
|
|
26
|
+
sortDataByBroadcastTimeAsc(firstParamTime: string, secondParamTime: string, broadcastTime: string): 1 | -1 | 0;
|
|
27
27
|
convertNgbDateToMomentInSpecificFormat(ngbDate: NgbDateType, format: string): string;
|
|
28
28
|
getBroadcastWeek(startDate: any, format?: string): {
|
|
29
29
|
start: dayjs.Dayjs;
|
package/package.json
CHANGED
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
box-shadow: none !important;
|
|
54
54
|
cursor: default;
|
|
55
55
|
.upper-label {
|
|
56
|
-
@include fonts(Roboto,
|
|
56
|
+
@include fonts(Roboto, 11px, normal, 700, normal, normal, 0.3px);
|
|
57
57
|
color: $charcoal;
|
|
58
58
|
margin-bottom: 0;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.lower-label {
|
|
62
|
-
@include fonts(Roboto,
|
|
62
|
+
@include fonts(Roboto, 11px, normal, 700, normal, normal, 0.3px);
|
|
63
63
|
color: $darkGray;
|
|
64
64
|
margin-bottom: 0;
|
|
65
65
|
}
|
|
@@ -171,12 +171,12 @@
|
|
|
171
171
|
top: $sticky-top !important;
|
|
172
172
|
|
|
173
173
|
.upper-label {
|
|
174
|
-
@include fonts(Roboto,
|
|
174
|
+
@include fonts(Roboto, 12px, normal, 700, normal, normal, 0.3px);
|
|
175
175
|
color: $charcoal;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.lower-label {
|
|
179
|
-
@include fonts(Roboto,
|
|
179
|
+
@include fonts(Roboto, 12px, normal, 400, normal, normal, 0.3px);
|
|
180
180
|
color: $darkGray;
|
|
181
181
|
}
|
|
182
182
|
|
|
@@ -261,13 +261,13 @@
|
|
|
261
261
|
div:nth-child(1) {
|
|
262
262
|
color: #000;
|
|
263
263
|
@include ellipsify();
|
|
264
|
-
@include fonts(Roboto,
|
|
264
|
+
@include fonts(Roboto, 12px, normal, normal, normal, normal, 0px);
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
div:nth-child(2) {
|
|
268
268
|
color: #a7a7a7;
|
|
269
269
|
@include ellipsify();
|
|
270
|
-
@include fonts(Roboto,
|
|
270
|
+
@include fonts(Roboto, 12px, normal, 400, normal, normal, 0.3px);
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
273
|
|