@livetiles/reach-plugin-types 0.5.0-preview.620 → 0.5.0-preview.625
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/lib/index.d.ts +4 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2456,6 +2456,7 @@ declare module "libs/reach/util/common/src/content/EventItem" {
|
|
|
2456
2456
|
recurrenceSeriesId?: string;
|
|
2457
2457
|
isSeriesMaster?: string;
|
|
2458
2458
|
isVirtual?: boolean;
|
|
2459
|
+
isAllDayEvent?: boolean;
|
|
2459
2460
|
}
|
|
2460
2461
|
export interface EventRegistrationSettings {
|
|
2461
2462
|
enabled?: boolean;
|
|
@@ -4291,6 +4292,7 @@ declare module "libs/reach/ui/common/src/common/DateTime" {
|
|
|
4291
4292
|
showWeekDay?: boolean;
|
|
4292
4293
|
showAsRelative?: boolean;
|
|
4293
4294
|
showAsAbsolute?: boolean;
|
|
4295
|
+
dateOnly?: boolean;
|
|
4294
4296
|
className?: string;
|
|
4295
4297
|
}
|
|
4296
4298
|
export const isSameDay: (value: moment.MomentInput) => boolean;
|
|
@@ -4298,6 +4300,7 @@ declare module "libs/reach/ui/common/src/common/DateTime" {
|
|
|
4298
4300
|
export const DateTimeRange: FC<{
|
|
4299
4301
|
startDate?: string;
|
|
4300
4302
|
endDate?: string;
|
|
4303
|
+
dateOnly?: boolean;
|
|
4301
4304
|
className?: string;
|
|
4302
4305
|
}>;
|
|
4303
4306
|
}
|
|
@@ -9943,6 +9946,7 @@ declare module "libs/reach/feature/content/src/stream/streamUtils" {
|
|
|
9943
9946
|
recurrenceSeriesId?: string;
|
|
9944
9947
|
isSeriesMaster?: string;
|
|
9945
9948
|
isVirtual?: boolean;
|
|
9949
|
+
isAllDayEvent?: boolean;
|
|
9946
9950
|
metadata?: import("@livetiles/reach/util/common").NewsMetadata;
|
|
9947
9951
|
channels?: Channel[];
|
|
9948
9952
|
lease: import("@livetiles/reach/util/common").LeaseInfo;
|