@sprucelabs/spruce-calendar-components 22.7.6 → 22.7.7

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.
@@ -1,4 +1,3 @@
1
- export { default as calendarAssert } from './__tests__/support/utilities/calendarAssert';
2
1
  export { default as calendarSkillAssert } from './__tests__/support/utilities/calendarSkillAssert';
3
2
  export { default as CalendarToolBeltStateMachineTestFactory } from './__tests__/support/CalendarToolBeltStateMachineTestFactory';
4
3
  export { default as CalendarToolTestFactory } from './toolBelt/CalendarToolTestFactory';
@@ -1,4 +1,3 @@
1
- export { default as calendarAssert } from './__tests__/support/utilities/calendarAssert.js';
2
1
  export { default as calendarSkillAssert } from './__tests__/support/utilities/calendarSkillAssert.js';
3
2
  export { default as CalendarToolBeltStateMachineTestFactory } from './__tests__/support/CalendarToolBeltStateMachineTestFactory.js';
4
3
  export { default as CalendarToolTestFactory } from './toolBelt/CalendarToolTestFactory.js';
@@ -41,9 +41,9 @@ export default class EventRepeatingToolViewController extends AbstractViewContro
41
41
  getFormVc(): FormVc;
42
42
  getValues(): {
43
43
  repeatsUntil: number | undefined;
44
- daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
45
44
  startDateTimeMs?: number | undefined;
46
45
  repeats?: "weekly" | "monthly" | "daily" | null | undefined;
46
+ daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
47
47
  daysOfMonth?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31")[] | null | undefined;
48
48
  occurrences?: number | null | undefined;
49
49
  interval?: number | null | undefined;
@@ -33,9 +33,9 @@ export default class RepeatingControlsListViewController extends AbstractViewCon
33
33
  getListVc(): ListViewController;
34
34
  getRepeating(): {
35
35
  repeatsUntil: number | undefined;
36
- daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
37
36
  startDateTimeMs?: number | undefined;
38
37
  repeats?: "weekly" | "monthly" | "daily" | null | undefined;
38
+ daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
39
39
  daysOfMonth?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31")[] | null | undefined;
40
40
  occurrences?: number | null | undefined;
41
41
  interval?: number | null | undefined;
@@ -1,4 +1,3 @@
1
- export { default as calendarAssert } from './__tests__/support/utilities/calendarAssert';
2
1
  export { default as calendarSkillAssert } from './__tests__/support/utilities/calendarSkillAssert';
3
2
  export { default as CalendarToolBeltStateMachineTestFactory } from './__tests__/support/CalendarToolBeltStateMachineTestFactory';
4
3
  export { default as CalendarToolTestFactory } from './toolBelt/CalendarToolTestFactory';
@@ -17,9 +17,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
17
17
  return (mod && mod.__esModule) ? mod : { "default": mod };
18
18
  };
19
19
  Object.defineProperty(exports, "__esModule", { value: true });
20
- exports.peopleToPeopleWithoutSchedules = exports.draftEventGenerator = exports.AbstractCalendarEventToolBeltState = exports.CalendarToolRegistrar = exports.EventRepeatingToolViewController = exports.EventDateTimeToolViewController = exports.EventControlsCardViewController = exports.CalendarViewController = exports.RepeatingControlsListViewController = exports.RepeatingCardViewController = exports.SpyEventManager = exports.calendarToolBeltInteractor = exports.CalendarToolTestFactory = exports.CalendarToolBeltStateMachineTestFactory = exports.calendarSkillAssert = exports.calendarAssert = void 0;
21
- var calendarAssert_1 = require("./__tests__/support/utilities/calendarAssert");
22
- Object.defineProperty(exports, "calendarAssert", { enumerable: true, get: function () { return __importDefault(calendarAssert_1).default; } });
20
+ exports.peopleToPeopleWithoutSchedules = exports.draftEventGenerator = exports.AbstractCalendarEventToolBeltState = exports.CalendarToolRegistrar = exports.EventRepeatingToolViewController = exports.EventDateTimeToolViewController = exports.EventControlsCardViewController = exports.CalendarViewController = exports.RepeatingControlsListViewController = exports.RepeatingCardViewController = exports.SpyEventManager = exports.calendarToolBeltInteractor = exports.CalendarToolTestFactory = exports.CalendarToolBeltStateMachineTestFactory = exports.calendarSkillAssert = void 0;
23
21
  var calendarSkillAssert_1 = require("./__tests__/support/utilities/calendarSkillAssert");
24
22
  Object.defineProperty(exports, "calendarSkillAssert", { enumerable: true, get: function () { return __importDefault(calendarSkillAssert_1).default; } });
25
23
  var CalendarToolBeltStateMachineTestFactory_1 = require("./__tests__/support/CalendarToolBeltStateMachineTestFactory");
@@ -41,9 +41,9 @@ export default class EventRepeatingToolViewController extends AbstractViewContro
41
41
  getFormVc(): FormVc;
42
42
  getValues(): {
43
43
  repeatsUntil: number | undefined;
44
- daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
45
44
  startDateTimeMs?: number | undefined;
46
45
  repeats?: "weekly" | "monthly" | "daily" | null | undefined;
46
+ daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
47
47
  daysOfMonth?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31")[] | null | undefined;
48
48
  occurrences?: number | null | undefined;
49
49
  interval?: number | null | undefined;
@@ -33,9 +33,9 @@ export default class RepeatingControlsListViewController extends AbstractViewCon
33
33
  getListVc(): ListViewController;
34
34
  getRepeating(): {
35
35
  repeatsUntil: number | undefined;
36
- daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
37
36
  startDateTimeMs?: number | undefined;
38
37
  repeats?: "weekly" | "monthly" | "daily" | null | undefined;
38
+ daysOfWeek?: ("sun" | "mon" | "tue" | "wed" | "thur" | "fri" | "sat")[] | null | undefined;
39
39
  daysOfMonth?: ("1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31")[] | null | undefined;
40
40
  occurrences?: number | null | undefined;
41
41
  interval?: number | null | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sprucelabs/spruce-calendar-components",
3
3
  "description": "Calendar components for working with calendars and Sprucebot.",
4
- "version": "22.7.6",
4
+ "version": "22.7.7",
5
5
  "skill": {
6
6
  "namespace": "calendar"
7
7
  },