@timardex/cluemart-shared 1.6.0 → 1.6.11
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/{chunk-LBEJECG3.mjs → chunk-25SHNN4K.mjs} +10 -3
- package/dist/chunk-25SHNN4K.mjs.map +1 -0
- package/dist/{chunk-PT273XYH.mjs → chunk-R6PCFOYO.mjs} +1 -1
- package/dist/chunk-R6PCFOYO.mjs.map +1 -0
- package/dist/formFields/index.cjs +9 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +9 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +9 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-LBEJECG3.mjs.map +0 -1
- package/dist/chunk-PT273XYH.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
8
8
|
isValidIrdNumber,
|
|
9
9
|
normalizeUrl
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-25SHNN4K.mjs";
|
|
11
11
|
import {
|
|
12
12
|
dateFormat,
|
|
13
13
|
timeFormat
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
} from "../chunk-ILILH7E2.mjs";
|
|
24
24
|
import "../chunk-RAYUJODN.mjs";
|
|
25
25
|
import "../chunk-DQ7ZHIXW.mjs";
|
|
26
|
-
import "../chunk-
|
|
26
|
+
import "../chunk-R6PCFOYO.mjs";
|
|
27
27
|
import "../chunk-32MKHJTX.mjs";
|
|
28
28
|
import {
|
|
29
29
|
EnumEventDateStatus,
|
package/dist/index.cjs
CHANGED
|
@@ -1626,9 +1626,16 @@ function filterEventsByDateStatusPeriod(events, period) {
|
|
|
1626
1626
|
// src/calendar/eventCalendar.ts
|
|
1627
1627
|
var import_dayjs2 = __toESM(require("dayjs"));
|
|
1628
1628
|
var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
|
|
1629
|
-
"Started" /* STARTED */,
|
|
1630
1629
|
"Starting_Soon" /* STARTING_SOON */,
|
|
1631
|
-
"
|
|
1630
|
+
"Started" /* STARTED */,
|
|
1631
|
+
"Today" /* TODAY */,
|
|
1632
|
+
"Tomorrow" /* TOMORROW */,
|
|
1633
|
+
"This_Week" /* THIS_WEEK */,
|
|
1634
|
+
"Next_Week" /* NEXT_WEEK */,
|
|
1635
|
+
"Upcoming" /* UPCOMING */,
|
|
1636
|
+
"Ended" /* ENDED */,
|
|
1637
|
+
"Rescheduled" /* RE_SCHEDULED */,
|
|
1638
|
+
"Canceled" /* CANCELED */
|
|
1632
1639
|
]);
|
|
1633
1640
|
function toCalendarIsoDate(startDate) {
|
|
1634
1641
|
const formatted = (0, import_dayjs2.default)(startDate, dateFormat).format("YYYY-MM-DD");
|