analytica-frontend-lib 1.5.39 → 1.5.40
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/dist/ActivitiesHistory/index.js +2 -2
- package/dist/ActivitiesHistory/index.mjs +2 -2
- package/dist/ActivityCardQuestionBanks/index.js +2 -2
- package/dist/ActivityCardQuestionBanks/index.mjs +2 -2
- package/dist/ActivityCardQuestionPreview/index.js +2 -2
- package/dist/ActivityCardQuestionPreview/index.mjs +2 -2
- package/dist/ActivityCreate/index.js +2 -2
- package/dist/ActivityCreate/index.mjs +2 -2
- package/dist/ActivityDetails/index.js +2 -2
- package/dist/ActivityDetails/index.mjs +2 -2
- package/dist/ActivityFilters/index.js +2 -2
- package/dist/ActivityFilters/index.mjs +2 -2
- package/dist/ActivityPageLayout/index.js +2 -2
- package/dist/ActivityPageLayout/index.mjs +2 -2
- package/dist/ActivityPreview/index.js +2 -2
- package/dist/ActivityPreview/index.mjs +2 -2
- package/dist/AlertManager/index.js +2 -2
- package/dist/AlertManager/index.mjs +2 -2
- package/dist/CheckBoxGroup/index.js +2 -2
- package/dist/CheckBoxGroup/index.mjs +2 -2
- package/dist/ExamDetailsLayout/ExamDetailsPage/index.js +2 -2
- package/dist/ExamDetailsLayout/ExamDetailsPage/index.mjs +2 -2
- package/dist/ExamPageLayout/index.js +2 -2
- package/dist/ExamPageLayout/index.mjs +2 -2
- package/dist/PrintableUsersTable/index.js +2 -2
- package/dist/PrintableUsersTable/index.mjs +2 -2
- package/dist/RecommendedLessonCreate/index.js +2 -2
- package/dist/RecommendedLessonCreate/index.mjs +2 -2
- package/dist/RecommendedLessonsHistory/index.js +2 -2
- package/dist/RecommendedLessonsHistory/index.mjs +2 -2
- package/dist/SendActivityModal/SendActivityModal.js +2 -2
- package/dist/SendActivityModal/SendActivityModal.mjs +2 -2
- package/dist/SendActivityModal/index.js +2 -2
- package/dist/SendActivityModal/index.mjs +2 -2
- package/dist/SendLessonModal/index.js +2 -2
- package/dist/SendLessonModal/index.mjs +2 -2
- package/dist/SimulatedPerformance/SimulatedPerformanceView/index.js +2 -2
- package/dist/SimulatedPerformance/SimulatedPerformanceView/index.mjs +2 -2
- package/dist/SimulationsPage/index.js +2 -2
- package/dist/SimulationsPage/index.mjs +2 -2
- package/dist/TableProvider/index.js +2 -2
- package/dist/TableProvider/index.mjs +2 -2
- package/dist/UnifiedDraftModelPage/index.js +2 -2
- package/dist/UnifiedDraftModelPage/index.mjs +2 -2
- package/dist/UnifiedHistoryPage/index.js +2 -2
- package/dist/UnifiedHistoryPage/index.mjs +2 -2
- package/dist/{chunk-MTZ6C74W.js → chunk-55TDQZMC.js} +10 -6
- package/dist/chunk-55TDQZMC.js.map +1 -0
- package/dist/{chunk-SIER6LRJ.mjs → chunk-66A37LW7.mjs} +6 -2
- package/dist/chunk-66A37LW7.mjs.map +1 -0
- package/dist/{chunk-MLOZE23Y.mjs → chunk-KX6BL4OV.mjs} +1 -1
- package/dist/{chunk-MLOZE23Y.mjs.map → chunk-KX6BL4OV.mjs.map} +1 -1
- package/dist/{chunk-TXHL7XLU.js → chunk-VSQ7UFGJ.js} +1 -1
- package/dist/{chunk-TXHL7XLU.js.map → chunk-VSQ7UFGJ.js.map} +1 -1
- package/dist/hooks/useAppContent/index.js +2 -2
- package/dist/hooks/useAppContent/index.mjs +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/types/lessonAvailability/index.d.ts +7 -0
- package/dist/types/lessonAvailability/index.d.ts.map +1 -1
- package/dist/types/lessonAvailability/index.js +2 -2
- package/dist/types/lessonAvailability/index.mjs +1 -1
- package/dist/types/lessonAvailability.d.ts +7 -0
- package/dist/types/lessonAvailability.d.ts.map +1 -1
- package/dist/utils/lessonAvailabilityUtils/index.d.ts +1 -0
- package/dist/utils/lessonAvailabilityUtils/index.d.ts.map +1 -1
- package/dist/utils/lessonAvailabilityUtils/index.js +3 -3
- package/dist/utils/lessonAvailabilityUtils/index.mjs +2 -2
- package/dist/utils/lessonAvailabilityUtils.d.ts +1 -0
- package/dist/utils/lessonAvailabilityUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-MTZ6C74W.js.map +0 -1
- package/dist/chunk-SIER6LRJ.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -102,7 +102,7 @@ import {
|
|
|
102
102
|
checkLessonAvailability,
|
|
103
103
|
isLessonExpired,
|
|
104
104
|
isLessonNotYetAvailable
|
|
105
|
-
} from "./chunk-
|
|
105
|
+
} from "./chunk-66A37LW7.mjs";
|
|
106
106
|
import {
|
|
107
107
|
renderSubjectCell
|
|
108
108
|
} from "./chunk-4CJLURKO.mjs";
|
|
@@ -129,7 +129,7 @@ import {
|
|
|
129
129
|
} from "./chunk-327WMPDH.mjs";
|
|
130
130
|
import {
|
|
131
131
|
LESSON_AVAILABILITY
|
|
132
|
-
} from "./chunk-
|
|
132
|
+
} from "./chunk-KX6BL4OV.mjs";
|
|
133
133
|
import {
|
|
134
134
|
createNotificationsHook,
|
|
135
135
|
createUseNotifications
|
|
@@ -27,6 +27,13 @@ export interface LessonAvailabilityResult {
|
|
|
27
27
|
endDate: Date | null;
|
|
28
28
|
/** Formatted start date string for display (DD/MM/YYYY) */
|
|
29
29
|
formattedStartDate: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Formatted start date string including the local time
|
|
32
|
+
* (D de MMMM de YYYY às HH:mm). Prefer this over `formattedStartDate` when
|
|
33
|
+
* telling the student when a lesson becomes available — lessons can start at
|
|
34
|
+
* any time of day, and the date alone reads as "available now".
|
|
35
|
+
*/
|
|
36
|
+
formattedStartDateTime: string | null;
|
|
30
37
|
/** Formatted end date string for display (DD/MM/YYYY) */
|
|
31
38
|
formattedEndDate: string | null;
|
|
32
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lessonAvailability.d.ts","sourceRoot":"","sources":["../../src/types/lessonAvailability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAC9B,qCAAqC;;IAErC,4DAA4D;;IAE5D,oDAAoD;;CAE5C,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,kCAAkC;IAClC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,6BAA6B;IAC7B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,2DAA2D;IAC3D,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,yDAAyD;IACzD,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
1
|
+
{"version":3,"file":"lessonAvailability.d.ts","sourceRoot":"","sources":["../../src/types/lessonAvailability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAC9B,qCAAqC;;IAErC,4DAA4D;;IAE5D,oDAAoD;;CAE5C,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,kCAAkC;IAClC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,6BAA6B;IAC7B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,2DAA2D;IAC3D,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;;OAKG;IACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,yDAAyD;IACzD,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkVSQ7UFGJjs = require('../../chunk-VSQ7UFGJ.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
exports.LESSON_AVAILABILITY =
|
|
6
|
+
exports.LESSON_AVAILABILITY = _chunkVSQ7UFGJjs.LESSON_AVAILABILITY;
|
|
7
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -27,6 +27,13 @@ export interface LessonAvailabilityResult {
|
|
|
27
27
|
endDate: Date | null;
|
|
28
28
|
/** Formatted start date string for display (DD/MM/YYYY) */
|
|
29
29
|
formattedStartDate: string | null;
|
|
30
|
+
/**
|
|
31
|
+
* Formatted start date string including the local time
|
|
32
|
+
* (D de MMMM de YYYY às HH:mm). Prefer this over `formattedStartDate` when
|
|
33
|
+
* telling the student when a lesson becomes available — lessons can start at
|
|
34
|
+
* any time of day, and the date alone reads as "available now".
|
|
35
|
+
*/
|
|
36
|
+
formattedStartDateTime: string | null;
|
|
30
37
|
/** Formatted end date string for display (DD/MM/YYYY) */
|
|
31
38
|
formattedEndDate: string | null;
|
|
32
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lessonAvailability.d.ts","sourceRoot":"","sources":["../../src/types/lessonAvailability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAC9B,qCAAqC;;IAErC,4DAA4D;;IAE5D,oDAAoD;;CAE5C,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,kCAAkC;IAClC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,6BAA6B;IAC7B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,2DAA2D;IAC3D,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,yDAAyD;IACzD,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
1
|
+
{"version":3,"file":"lessonAvailability.d.ts","sourceRoot":"","sources":["../../src/types/lessonAvailability.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;GAGG;AACH,eAAO,MAAM,mBAAmB;IAC9B,qCAAqC;;IAErC,4DAA4D;;IAE5D,oDAAoD;;CAE5C,CAAC;AAEX,MAAM,MAAM,kBAAkB,GAC5B,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,OAAO,mBAAmB,CAAC,CAAC;AAEjE;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,kCAAkC;IAClC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,+BAA+B;IAC/B,SAAS,EAAE,IAAI,GAAG,IAAI,CAAC;IACvB,6BAA6B;IAC7B,OAAO,EAAE,IAAI,GAAG,IAAI,CAAC;IACrB,2DAA2D;IAC3D,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC;;;;;OAKG;IACH,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,yDAAyD;IACzD,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;CACjC"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Lesson Availability Utilities
|
|
3
3
|
* Helper functions for checking recommended lesson availability based on dates
|
|
4
4
|
*/
|
|
5
|
+
import 'dayjs/locale/pt-br';
|
|
5
6
|
import { type LessonAvailabilityResult } from '../../types/lessonAvailability';
|
|
6
7
|
/**
|
|
7
8
|
* Check lesson availability based on start and end dates
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lessonAvailabilityUtils.d.ts","sourceRoot":"","sources":["../../src/utils/lessonAvailabilityUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"lessonAvailabilityUtils.d.ts","sourceRoot":"","sources":["../../src/utils/lessonAvailabilityUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAGL,KAAK,wBAAwB,EAC9B,MAAM,6BAA6B,CAAC;AAsCrC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB,GAClC,WAAW,MAAM,GAAG,IAAI,EACxB,WAAW,MAAM,GAAG,IAAI,KACvB,wBAoBF,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB,GAAI,WAAW,MAAM,GAAG,IAAI,KAAG,OAGlE,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe,GAAI,WAAW,MAAM,GAAG,IAAI,KAAG,OAG1D,CAAC"}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../../chunk-
|
|
5
|
+
var _chunk55TDQZMCjs = require('../../chunk-55TDQZMC.js');
|
|
6
|
+
require('../../chunk-VSQ7UFGJ.js');
|
|
7
7
|
require('../../chunk-DNGOIXIW.js');
|
|
8
8
|
require('../../chunk-YFHORWTN.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.checkLessonAvailability =
|
|
13
|
+
exports.checkLessonAvailability = _chunk55TDQZMCjs.checkLessonAvailability; exports.isLessonExpired = _chunk55TDQZMCjs.isLessonExpired; exports.isLessonNotYetAvailable = _chunk55TDQZMCjs.isLessonNotYetAvailable;
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
|
@@ -2,8 +2,8 @@ import {
|
|
|
2
2
|
checkLessonAvailability,
|
|
3
3
|
isLessonExpired,
|
|
4
4
|
isLessonNotYetAvailable
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-66A37LW7.mjs";
|
|
6
|
+
import "../../chunk-KX6BL4OV.mjs";
|
|
7
7
|
import "../../chunk-YG7W6JE3.mjs";
|
|
8
8
|
import "../../chunk-AYI25BJ2.mjs";
|
|
9
9
|
export {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Lesson Availability Utilities
|
|
3
3
|
* Helper functions for checking recommended lesson availability based on dates
|
|
4
4
|
*/
|
|
5
|
+
import 'dayjs/locale/pt-br';
|
|
5
6
|
import { type LessonAvailabilityResult } from '../types/lessonAvailability';
|
|
6
7
|
/**
|
|
7
8
|
* Check lesson availability based on start and end dates
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lessonAvailabilityUtils.d.ts","sourceRoot":"","sources":["../../src/utils/lessonAvailabilityUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"lessonAvailabilityUtils.d.ts","sourceRoot":"","sources":["../../src/utils/lessonAvailabilityUtils.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,oBAAoB,CAAC;AAC5B,OAAO,EAGL,KAAK,wBAAwB,EAC9B,MAAM,6BAA6B,CAAC;AAsCrC;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB,GAClC,WAAW,MAAM,GAAG,IAAI,EACxB,WAAW,MAAM,GAAG,IAAI,KACvB,wBAoBF,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,uBAAuB,GAAI,WAAW,MAAM,GAAG,IAAI,KAAG,OAGlE,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe,GAAI,WAAW,MAAM,GAAG,IAAI,KAAG,OAG1D,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/analytica-frontend-lib/analytica-frontend-lib/dist/chunk-MTZ6C74W.js","../src/utils/lessonAvailabilityUtils.ts"],"names":[],"mappings":"AAAA;AACE;AACF,sDAA4B;AAC5B;AACE;AACF,sDAA4B;AAC5B;AACA;ACUA,IAAM,aAAA,EAAe,CAAC,UAAA,EAAA,GAAgC;AACpD,EAAA,MAAM,KAAA,EAAO,IAAI,IAAA,CAAK,UAAU,CAAA;AAChC,EAAA,MAAM,IAAA,kBAAM,IAAI,IAAA,CAAK,CAAA;AACrB,EAAA,OAAO,IAAA,EAAM,IAAA;AACf,CAAA;AAOA,IAAM,eAAA,EAAiB,CAAC,UAAA,EAAA,GAAgC;AACtD,EAAA,MAAM,KAAA,EAAO,IAAI,IAAA,CAAK,UAAU,CAAA;AAChC,EAAA,MAAM,IAAA,kBAAM,IAAI,IAAA,CAAK,CAAA;AACrB,EAAA,OAAO,IAAA,EAAM,IAAA;AACf,CAAA;AAcO,IAAM,wBAAA,EAA0B,CACrC,SAAA,EACA,SAAA,EAAA,GAC6B;AAC7B,EAAA,MAAM,MAAA,EAAQ,UAAA,EAAY,IAAI,IAAA,CAAK,SAAS,EAAA,EAAI,IAAA;AAChD,EAAA,MAAM,IAAA,EAAM,UAAA,EAAY,IAAI,IAAA,CAAK,SAAS,EAAA,EAAI,IAAA;AAE9C,EAAA,IAAI,OAAA,EAA6B,oCAAA,CAAoB,UAAA;AAErD,EAAA,GAAA,CAAI,UAAA,GAAa,cAAA,CAAe,SAAS,CAAA,EAAG;AAC1C,IAAA,OAAA,EAAS,oCAAA,CAAoB,YAAA;AAAA,EAC/B,EAAA,KAAA,GAAA,CAAW,UAAA,GAAa,YAAA,CAAa,SAAS,CAAA,EAAG;AAC/C,IAAA,OAAA,EAAS,oCAAA,CAAoB,QAAA;AAAA,EAC/B;AAEA,EAAA,OAAO;AAAA,IACL,MAAA;AAAA,IACA,SAAA,EAAW,KAAA;AAAA,IACX,OAAA,EAAS,GAAA;AAAA,IACT,kBAAA,EAAoB,UAAA,EAAY,oDAAA,SAA+B,EAAA,EAAI,IAAA;AAAA,IACnE,gBAAA,EAAkB,UAAA,EAAY,oDAAA,SAA+B,EAAA,EAAI;AAAA,EACnE,CAAA;AACF,CAAA;AAcO,IAAM,wBAAA,EAA0B,CAAC,SAAA,EAAA,GAAsC;AAC5E,EAAA,GAAA,CAAI,CAAC,SAAA,EAAW,OAAO,KAAA;AACvB,EAAA,OAAO,cAAA,CAAe,SAAS,CAAA;AACjC,CAAA;AAcO,IAAM,gBAAA,EAAkB,CAAC,SAAA,EAAA,GAAsC;AACpE,EAAA,GAAA,CAAI,CAAC,SAAA,EAAW,OAAO,KAAA;AACvB,EAAA,OAAO,YAAA,CAAa,SAAS,CAAA;AAC/B,CAAA;AD3DA;AACA;AACE;AACA;AACA;AACF,gKAAC","file":"/home/runner/work/analytica-frontend-lib/analytica-frontend-lib/dist/chunk-MTZ6C74W.js","sourcesContent":[null,"/**\n * Lesson Availability Utilities\n * Helper functions for checking recommended lesson availability based on dates\n */\n\nimport {\n LESSON_AVAILABILITY,\n type LessonAvailability,\n type LessonAvailabilityResult,\n} from '../types/lessonAvailability';\nimport { formatDateToBrazilian } from './activityDetailsUtils';\n\n/**\n * Check if a date string represents a date in the past\n * @param dateString - ISO date string to check\n * @returns true if the date is in the past\n */\nconst isDateInPast = (dateString: string): boolean => {\n const date = new Date(dateString);\n const now = new Date();\n return now > date;\n};\n\n/**\n * Check if a date string represents a date in the future\n * @param dateString - ISO date string to check\n * @returns true if the date is in the future\n */\nconst isDateInFuture = (dateString: string): boolean => {\n const date = new Date(dateString);\n const now = new Date();\n return now < date;\n};\n\n/**\n * Check lesson availability based on start and end dates\n * @param startDate - ISO string for lesson start date (when it becomes available)\n * @param finalDate - ISO string for lesson end date (when it expires)\n * @returns LessonAvailabilityResult with status and formatted dates\n *\n * @example\n * ```typescript\n * const result = checkLessonAvailability('2024-01-01', '2024-12-31');\n * // { status: 'DISPONIVEL', startDate: Date, endDate: Date, ... }\n * ```\n */\nexport const checkLessonAvailability = (\n startDate: string | null,\n finalDate: string | null\n): LessonAvailabilityResult => {\n const start = startDate ? new Date(startDate) : null;\n const end = finalDate ? new Date(finalDate) : null;\n\n let status: LessonAvailability = LESSON_AVAILABILITY.DISPONIVEL;\n\n if (startDate && isDateInFuture(startDate)) {\n status = LESSON_AVAILABILITY.NAO_INICIADA;\n } else if (finalDate && isDateInPast(finalDate)) {\n status = LESSON_AVAILABILITY.EXPIRADA;\n }\n\n return {\n status,\n startDate: start,\n endDate: end,\n formattedStartDate: startDate ? formatDateToBrazilian(startDate) : null,\n formattedEndDate: finalDate ? formatDateToBrazilian(finalDate) : null,\n };\n};\n\n/**\n * Check if a lesson is not yet available (before start date)\n * @param startDate - ISO string for lesson start date\n * @returns true if the lesson has not started yet\n *\n * @example\n * ```typescript\n * if (isLessonNotYetAvailable('2025-01-01')) {\n * showNotAvailableModal();\n * }\n * ```\n */\nexport const isLessonNotYetAvailable = (startDate: string | null): boolean => {\n if (!startDate) return false;\n return isDateInFuture(startDate);\n};\n\n/**\n * Check if a lesson has expired (after end date)\n * @param finalDate - ISO string for lesson end date\n * @returns true if the lesson has expired\n *\n * @example\n * ```typescript\n * if (isLessonExpired('2023-12-31')) {\n * showExpiredView();\n * }\n * ```\n */\nexport const isLessonExpired = (finalDate: string | null): boolean => {\n if (!finalDate) return false;\n return isDateInPast(finalDate);\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/utils/lessonAvailabilityUtils.ts"],"sourcesContent":["/**\n * Lesson Availability Utilities\n * Helper functions for checking recommended lesson availability based on dates\n */\n\nimport {\n LESSON_AVAILABILITY,\n type LessonAvailability,\n type LessonAvailabilityResult,\n} from '../types/lessonAvailability';\nimport { formatDateToBrazilian } from './activityDetailsUtils';\n\n/**\n * Check if a date string represents a date in the past\n * @param dateString - ISO date string to check\n * @returns true if the date is in the past\n */\nconst isDateInPast = (dateString: string): boolean => {\n const date = new Date(dateString);\n const now = new Date();\n return now > date;\n};\n\n/**\n * Check if a date string represents a date in the future\n * @param dateString - ISO date string to check\n * @returns true if the date is in the future\n */\nconst isDateInFuture = (dateString: string): boolean => {\n const date = new Date(dateString);\n const now = new Date();\n return now < date;\n};\n\n/**\n * Check lesson availability based on start and end dates\n * @param startDate - ISO string for lesson start date (when it becomes available)\n * @param finalDate - ISO string for lesson end date (when it expires)\n * @returns LessonAvailabilityResult with status and formatted dates\n *\n * @example\n * ```typescript\n * const result = checkLessonAvailability('2024-01-01', '2024-12-31');\n * // { status: 'DISPONIVEL', startDate: Date, endDate: Date, ... }\n * ```\n */\nexport const checkLessonAvailability = (\n startDate: string | null,\n finalDate: string | null\n): LessonAvailabilityResult => {\n const start = startDate ? new Date(startDate) : null;\n const end = finalDate ? new Date(finalDate) : null;\n\n let status: LessonAvailability = LESSON_AVAILABILITY.DISPONIVEL;\n\n if (startDate && isDateInFuture(startDate)) {\n status = LESSON_AVAILABILITY.NAO_INICIADA;\n } else if (finalDate && isDateInPast(finalDate)) {\n status = LESSON_AVAILABILITY.EXPIRADA;\n }\n\n return {\n status,\n startDate: start,\n endDate: end,\n formattedStartDate: startDate ? formatDateToBrazilian(startDate) : null,\n formattedEndDate: finalDate ? formatDateToBrazilian(finalDate) : null,\n };\n};\n\n/**\n * Check if a lesson is not yet available (before start date)\n * @param startDate - ISO string for lesson start date\n * @returns true if the lesson has not started yet\n *\n * @example\n * ```typescript\n * if (isLessonNotYetAvailable('2025-01-01')) {\n * showNotAvailableModal();\n * }\n * ```\n */\nexport const isLessonNotYetAvailable = (startDate: string | null): boolean => {\n if (!startDate) return false;\n return isDateInFuture(startDate);\n};\n\n/**\n * Check if a lesson has expired (after end date)\n * @param finalDate - ISO string for lesson end date\n * @returns true if the lesson has expired\n *\n * @example\n * ```typescript\n * if (isLessonExpired('2023-12-31')) {\n * showExpiredView();\n * }\n * ```\n */\nexport const isLessonExpired = (finalDate: string | null): boolean => {\n if (!finalDate) return false;\n return isDateInPast(finalDate);\n};\n"],"mappings":";;;;;;;;AAiBA,IAAM,eAAe,CAAC,eAAgC;AACpD,QAAM,OAAO,IAAI,KAAK,UAAU;AAChC,QAAM,MAAM,oBAAI,KAAK;AACrB,SAAO,MAAM;AACf;AAOA,IAAM,iBAAiB,CAAC,eAAgC;AACtD,QAAM,OAAO,IAAI,KAAK,UAAU;AAChC,QAAM,MAAM,oBAAI,KAAK;AACrB,SAAO,MAAM;AACf;AAcO,IAAM,0BAA0B,CACrC,WACA,cAC6B;AAC7B,QAAM,QAAQ,YAAY,IAAI,KAAK,SAAS,IAAI;AAChD,QAAM,MAAM,YAAY,IAAI,KAAK,SAAS,IAAI;AAE9C,MAAI,SAA6B,oBAAoB;AAErD,MAAI,aAAa,eAAe,SAAS,GAAG;AAC1C,aAAS,oBAAoB;AAAA,EAC/B,WAAW,aAAa,aAAa,SAAS,GAAG;AAC/C,aAAS,oBAAoB;AAAA,EAC/B;AAEA,SAAO;AAAA,IACL;AAAA,IACA,WAAW;AAAA,IACX,SAAS;AAAA,IACT,oBAAoB,YAAY,sBAAsB,SAAS,IAAI;AAAA,IACnE,kBAAkB,YAAY,sBAAsB,SAAS,IAAI;AAAA,EACnE;AACF;AAcO,IAAM,0BAA0B,CAAC,cAAsC;AAC5E,MAAI,CAAC,UAAW,QAAO;AACvB,SAAO,eAAe,SAAS;AACjC;AAcO,IAAM,kBAAkB,CAAC,cAAsC;AACpE,MAAI,CAAC,UAAW,QAAO;AACvB,SAAO,aAAa,SAAS;AAC/B;","names":[]}
|