File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
client/packages/lowcoder-comps/src/comps/calendarComp Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,9 @@ let CalendarBasicComp = (function () {
254254 animation :item ?. animation ,
255255 animationDelay :item ?. animationDelay ,
256256 animationDuration :item ?. animationDuration ,
257- animationIterationCount :item ?. animationIterationCount
257+ animationIterationCount :item ?. animationIterationCount ,
258+ userTimeZone :item ?. userTimeZone ,
259+ timeRange :item ?. timeRange ,
258260 } }
259261 } ) : [ currentEvents ] ;
260262
Original file line number Diff line number Diff line change @@ -823,6 +823,9 @@ export type EventType = {
823823 detail ?:string ;
824824 titleColor ?:string ;
825825 detailColor ?:string ;
826+ userTimeZone ?:string ;
827+ timeRange ?:string ;
828+
826829} ;
827830
828831export enum ViewType {
You can’t perform that action at this time.
0 commit comments