sapp-common-package-test-final 1.6.9 → 1.7.1
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/index.js +81 -99
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +81 -99
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/utils/index.d.ts
CHANGED
@@ -8,3 +8,4 @@ export declare const calculateNormOfWeek: (norms: INorm[], events: IEvent[], sta
|
|
8
8
|
export declare const splitEventsIntoDays: (events: IEvent[]) => IEvent[];
|
9
9
|
export declare const checkIsAllday: (startDate: Dayjs, endDate: Dayjs) => boolean;
|
10
10
|
export declare const hoursOfDayKeys: HOUR_OF_DAY[];
|
11
|
+
export declare const isDisplayIcon: (event: IEvent) => boolean;
|