jamespot-react-components 1.3.115 → 1.3.117
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.
|
@@ -1135,6 +1135,13 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1135
1135
|
${e=>!e.$searchable&&"caret-color: transparent"};
|
|
1136
1136
|
${e=>!e.$searchable&&"cursor: pointer"};
|
|
1137
1137
|
|
|
1138
|
+
/* Transient props are stripped before reaching the wrapped StyledInput, so the icon
|
|
1139
|
+
padding has to be consumed here, not only in cssCommonStyledInput. */
|
|
1140
|
+
&&&& {
|
|
1141
|
+
${({$hasIconBefore:e})=>e&&"padding-left: 40px;"}
|
|
1142
|
+
${({$hasIconAfter:e})=>e&&"padding-right: 40px;"}
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1138
1145
|
${({$sizeVariant:e})=>e==="s"&&`
|
|
1139
1146
|
&&&& {
|
|
1140
1147
|
font-size: 12px;
|
|
@@ -5397,7 +5404,7 @@ Valid keys: `+JSON.stringify(Object.keys(N),null," "));var H=X(ce,Z,Y,ee,le+"."
|
|
|
5397
5404
|
max-width: 200px;
|
|
5398
5405
|
`,dOe=y(ot)`
|
|
5399
5406
|
min-height: 0;
|
|
5400
|
-
`,uOe=[{label:"CALENDAR_dayGridMonth",value:"dayGridMonth"},{label:"CALENDAR_timeGridWeek",value:"timeGridWeek"},{label:"CALENDAR_timeGridDay",value:"timeGridDay"},{label:"CALENDAR_listWeek",value:"list"}],Kw=(e,t)=>`${new Date(e).toISOString()}${new Date(t).toISOString()}`,s8=({events:e,loading:t,views:r=["dayGridMonth","list","timeGridDay","timeGridWeek"],defaultView:n,fluid:i=!0,mode:o="full",fullScreen:a,deportedToolbar:s,withPadding:A=!0,eventModalExtraComponent:c,onChangeView:d,onChangeDates:u,onError:f,onSuccess:g,onDeleteEvent:h,onClickUpdateEvent:m,onClickTransformEvent:v,onUpdateStatus:b,isUpdateStatusLoading:x,onSelect:w,disableSelect:C,bbbMinutesBeforeJoining:E})=>{const B=z.useIntl(),[S,D]=p.useState(""),[I,O]=p.useState(),[j,T]=p.useState(null),R=p.useRef(null),M=p.useRef(null),W=p.useRef(null),_=s?.onCalendarApiInit,Q=p.useCallback(()=>R.current?.getApi(),[R]);p.useEffect(()=>{_?.(Q())},[_,Q]);const K=p.useMemo(()=>uOe.filter(X=>r.includes(X.value)).map(X=>({label:B.formatMessage({id:X.label}),value:X.value})),[r,B]),[G,N]=p.useState(K.find(X=>X.value===n)??K[0]),P=s?.view;p.useEffect(()=>{P&&P.value!==G.value&&(N(P),d?.(P)),P||d?.(G)},[P,d,G]);const L=p.useCallback(()=>{D(Q()?.view.title??"")},[Q]);p.useEffect(()=>{Q()?.changeView(G.value==="list"?"listMonth":G.value),L()},[Q,L,G]),p.useEffect(()=>{Q()?.changeView(n==="list"?"listMonth":n),L()},[Q,L,n]),p.useEffect(()=>{!M.current||!e||e.length===0||G.value!=="list"||requestAnimationFrame(()=>{const X=M.current?.querySelector(".fc-scroller"),H=M.current?.querySelector(".fc-day-today .fc-list-day-cushion");!X||!H||(X.scrollTop+=H.getBoundingClientRect().top-X.getBoundingClientRect().top)})},[e,G.value]);const U=p.useMemo(()=>{switch(B.locale){case"fr":return Gwe;case"es":return Wwe;default:return zwe}},[B.locale]),Y=X=>X.some(H=>{const ne=new Date().setHours(0,0,0),se=tc(new Date().setHours(0,0,0),1).getTime(),ae=H.start.getTime(),Ie=H.end?H.end.getTime():ae;return ae>=ne&&ae<se||Ie>=ne&&Ie<se||ae<ne&&Ie>=se}),ee=X=>X.some(H=>H.start.getTime()>=tc(new Date(new Date().setHours(0,0,0,0)),1).getTime()),le=p.useMemo(()=>{const X=e?.map(ne=>{let se,ae;if("dateStart"in ne&&ne.dateStart&&"dateEnd"in ne&&ne.dateEnd)se=new Date(ne.dateStart),ae=new Date(ne.dateEnd);else if("dateStart"in ne&&ne.dateStart)se=new Date(ne.dateStart);else if("dateEnd"in ne&&ne.dateEnd)se=new Date(ne.dateEnd);else return console.error(`Event ${ne.uri} has no dateStart or dateEnd defined.`),null;return{id:ne.id===-1?An():String(ne.id),title:ne.title!==""?ne.title:ne._extend?.recurringEventRecord?.title??"",dateStart:se,dateEnd:ae,start:se,end:"allDay"in ne&&ne.allDay&&ae?tc(ae,1):ae,status:ne._extend?.socialEventRecord?.userResponseStatus??null,audience:ne.type!=="recurringEventOccurrence"?ne._audience:ne._extend?.recurringEventRecord?._audience??[],allDay:"allDay"in ne?ne.allDay:!1,bgColor:ne.type!=="recurringEventOccurrence"&&"backgroundColor"in ne&&ne.backgroundColor?ne.backgroundColor:ne._extend?.recurringEventRecord?.bgColor,txtColor:ne.type!=="recurringEventOccurrence"&&"textColor"in ne&&ne.textColor?ne.textColor:ne._extend?.recurringEventRecord?.textColor,address:ne.type!=="recurringEventOccurrence"&&"address"in ne?ne.address:ne._extend?.recurringEventRecord?.address,hasImage:ne.type!=="recurringEventOccurrence"?!!ne.image:!!ne._extend?.recurringEventRecord?.image,type:ne.type,isVisio:ne._extend?.socialEventRecord?.isVisio,noGestion:ne.type!=="recurringEventOccurrence"&&"noGestion"in ne?ne.noGestion:void 0,uri:ne.type!=="recurringEventOccurrence"?ne.uri:ne._extend?.recurringEventRecord?.uri,canSubscribe:ne.type==="recurringEventOccurrence"||!("socialEventUseCeiling"in ne)||!ne.socialEventUseCeiling||ne.socialEventCeiling===null||ne.socialEventCeiling===void 0||ne._extend?.socialEventRecord&&ne._extend.socialEventRecord.subscribers.length<ne.socialEventCeiling,urlGestion:ne.type!=="recurringEventOccurrence"&&"urlGestion"in ne?ne.urlGestion:void 0,recurrent:!!ne._extend?.recurringEventRecord,recurringEventId:ne._extend?.recurringEventRecord?.id,_url:ne._url}}).filter(fU);if(!X)return[];let H;return G.value==="list"&&X.length>0&&!Y(X)&&(H={title:"title",id:An(),start:new Date,end:new Date,placeHolder:ee(X)?"no-event-today":"no-next-event"}),[...X,...H?[H]:[]]},[e,G.value]),ce=p.useMemo(()=>{switch(G.value){case"dayGridMonth":return o==="compact"?{weekday:"narrow"}:I&&I>780?{weekday:"long"}:{weekday:"short"};case"timeGridWeek":return I&&I>1200?{weekday:"long",day:"2-digit",month:"2-digit"}:I&&I>750?{weekday:"short",day:"2-digit",month:"2-digit"}:I&&I>650?{weekday:"narrow",day:"2-digit",month:"2-digit"}:{day:"numeric",month:"2-digit"};default:return}},[I,o,G.value]);p.useEffect(()=>{const X=new ResizeObserver(H=>{O(H[0].contentRect.width)});return M.current&&X.observe(M.current),()=>{X.disconnect()}},[]);const J=s?.onChangeLabel;p.useEffect(()=>{J?.(S)},[J,S]);const q=p.useMemo(()=>e?.find(X=>X.uri===j?.uri||X.type==="recurringEventOccurrence"&&Kw(X.dateStart,X.dateEnd)===j?.dates&&X._extend?.recurringEventRecord?.uri===j?.uri),[j?.dates,j?.uri,e]),Z=p.useCallback(X=>!["meeting","socialEvent","recurringEventOccurrence"].includes(X),[]);return l.jsxs(l.Fragment,{children:[l.jsxs(oOe,{$fullScreen:a,$view:G.value,$withPadding:A,children:[!s&&l.jsxs(aOe,{children:[t&&l.jsx("div",{children:l.jsx(rt,{size:"s"})}),l.jsx(sOe,{size:"l",weight:"medium",children:S}),l.jsxs(AOe,{children:[l.jsx(De,{icon:"icon-chevron-left",onClick:()=>Q()?.prev(),color:"grey5"}),l.jsx(De,{icon:"icon-chevron-right",onClick:()=>Q()?.next(),color:"grey5"})]}),l.jsx(lOe,{children:l.jsx(De,{icon:"icon-calendar",onClick:()=>Q()?.today(),tooltip:{description:"CALENDAR_Today",position:"top"},color:"grey5"})}),l.jsx(cOe,{children:l.jsx(Fs,{onChange:N,value:G,name:"selectView",options:K,getLabel:X=>X.label,getValue:X=>X.value,required:!0,minWidth:!1})})]}),l.jsx(dOe,{x:"center",flex:"1",children:l.jsx(GDe,{ref:M,$fluid:i,$loading:t,$fullScreen:a,$view:G.value==="list"?"list":"grid",$mode:o,children:l.jsx(KW,{selectable:!!w&&!C&&!j&&o!=="compact",select:X=>w?.({start:X.start,end:X.allDay?tc(X.end,-1):X.end,allDay:X.allDay}),dayHeaderFormat:ce,datesSet:X=>{W.current?.start.getTime()===X.start.getTime()&&W.current.end.getTime()===X.end.getTime()||(u?.(X.start,X.end),L(),W.current={start:X.start,end:X.end})},headerToolbar:!1,firstDay:1,locale:U,plugins:[v1e,zDe,eDe,Q1e],initialView:n,events:le,slotDuration:"00:15:00",slotLabelFormat:{hour:"numeric",minute:"2-digit",omitZeroMinute:!1,meridiem:"short"},noEventsContent:()=>l.jsxs(l.Fragment,{children:[t&&l.jsx(rt,{size:"l"}),!t&&B.formatMessage({id:"CALENDAR_No_Event"})]}),eventContent:X=>X.event.extendedProps.placeHolder?l.jsx(iOe,{placeHolder:X.event.extendedProps.placeHolder}):l.jsx(fIe,{id:X.event.id,status:X.event.extendedProps.status,title:X.event.title,start:X.event.start,allDay:X.event.allDay,end:X.event.end,display:G.value,mode:o,audience:X.event.extendedProps.audience,backgroundColor:X.event.extendedProps.bgColor,textColor:X.event.extendedProps.txtColor,address:X.event.extendedProps.address,image:X.event.extendedProps.hasImage,type:X.event.extendedProps.type,isVisio:X.event.extendedProps.isVisio,noGestion:X.event.extendedProps.noGestion,onClick:Z(X.event.extendedProps.type)?void 0:()=>T(H=>H?.uri===X.event.extendedProps.uri&&H?.dates===Kw(X.event.extendedProps.dateStart,X.event.extendedProps.dateEnd)?null:{uri:X.event.extendedProps.uri,dates:Kw(X.event.extendedProps.dateStart,X.event.extendedProps.dateEnd)}),href:Z(X.event.extendedProps.type)?X.event.extendedProps._url:void 0,canSubscribe:X.event.extendedProps.canSubscribe,urlGestion:X.event.extendedProps.urlGestion,onUpdateStatus:b,isUpdateStatusLoading:x,recurrent:X.event.extendedProps.recurrent,recurringEventId:X.event.extendedProps.recurringEventId},`event-${An()}`),ref:R,allDayText:"",allDaySlot:e?.some(X=>"allDay"in X&&X.allDay),height:"100%",dayMaxEvents:o==="compact"?0:4,eventMaxStack:G.value==="timeGridWeek"?2:4
|
|
5407
|
+
`,uOe=[{label:"CALENDAR_dayGridMonth",value:"dayGridMonth"},{label:"CALENDAR_timeGridWeek",value:"timeGridWeek"},{label:"CALENDAR_timeGridDay",value:"timeGridDay"},{label:"CALENDAR_listWeek",value:"list"}],Kw=(e,t)=>`${new Date(e).toISOString()}${new Date(t).toISOString()}`,s8=({events:e,loading:t,views:r=["dayGridMonth","list","timeGridDay","timeGridWeek"],defaultView:n,fluid:i=!0,mode:o="full",fullScreen:a,deportedToolbar:s,withPadding:A=!0,eventModalExtraComponent:c,onChangeView:d,onChangeDates:u,onError:f,onSuccess:g,onDeleteEvent:h,onClickUpdateEvent:m,onClickTransformEvent:v,onUpdateStatus:b,isUpdateStatusLoading:x,onSelect:w,disableSelect:C,bbbMinutesBeforeJoining:E})=>{const B=z.useIntl(),[S,D]=p.useState(""),[I,O]=p.useState(),[j,T]=p.useState(null),R=p.useRef(null),M=p.useRef(null),W=p.useRef(null),_=s?.onCalendarApiInit,Q=p.useCallback(()=>R.current?.getApi(),[R]);p.useEffect(()=>{_?.(Q())},[_,Q]);const K=p.useMemo(()=>uOe.filter(X=>r.includes(X.value)).map(X=>({label:B.formatMessage({id:X.label}),value:X.value})),[r,B]),[G,N]=p.useState(K.find(X=>X.value===n)??K[0]),P=s?.view;p.useEffect(()=>{P&&P.value!==G.value&&(N(P),d?.(P)),P||d?.(G)},[P,d,G]);const L=p.useCallback(()=>{D(Q()?.view.title??"")},[Q]);p.useEffect(()=>{Q()?.changeView(G.value==="list"?"listMonth":G.value),L()},[Q,L,G]),p.useEffect(()=>{Q()?.changeView(n==="list"?"listMonth":n),L()},[Q,L,n]),p.useEffect(()=>{!M.current||!e||e.length===0||G.value!=="list"||requestAnimationFrame(()=>{const X=M.current?.querySelector(".fc-scroller"),H=M.current?.querySelector(".fc-day-today .fc-list-day-cushion");!X||!H||(X.scrollTop+=H.getBoundingClientRect().top-X.getBoundingClientRect().top)})},[e,G.value]);const U=p.useMemo(()=>{switch(B.locale){case"fr":return Gwe;case"es":return Wwe;default:return zwe}},[B.locale]),Y=X=>X.some(H=>{const ne=new Date().setHours(0,0,0),se=tc(new Date().setHours(0,0,0),1).getTime(),ae=H.start.getTime(),Ie=H.end?H.end.getTime():ae;return ae>=ne&&ae<se||Ie>=ne&&Ie<se||ae<ne&&Ie>=se}),ee=X=>X.some(H=>H.start.getTime()>=tc(new Date(new Date().setHours(0,0,0,0)),1).getTime()),le=p.useMemo(()=>{const X=e?.map(ne=>{let se,ae;if("dateStart"in ne&&ne.dateStart&&"dateEnd"in ne&&ne.dateEnd)se=new Date(ne.dateStart),ae=new Date(ne.dateEnd);else if("dateStart"in ne&&ne.dateStart)se=new Date(ne.dateStart);else if("dateEnd"in ne&&ne.dateEnd)se=new Date(ne.dateEnd);else return console.error(`Event ${ne.uri} has no dateStart or dateEnd defined.`),null;return{id:ne.id===-1?An():String(ne.id),title:ne.title!==""?ne.title:ne._extend?.recurringEventRecord?.title??"",dateStart:se,dateEnd:ae,start:se,end:"allDay"in ne&&ne.allDay&&ae?tc(ae,1):ae,status:ne._extend?.socialEventRecord?.userResponseStatus??null,audience:ne.type!=="recurringEventOccurrence"?ne._audience:ne._extend?.recurringEventRecord?._audience??[],allDay:"allDay"in ne?ne.allDay:!1,bgColor:ne.type!=="recurringEventOccurrence"&&"backgroundColor"in ne&&ne.backgroundColor?ne.backgroundColor:ne._extend?.recurringEventRecord?.bgColor,txtColor:ne.type!=="recurringEventOccurrence"&&"textColor"in ne&&ne.textColor?ne.textColor:ne._extend?.recurringEventRecord?.textColor,address:ne.type!=="recurringEventOccurrence"&&"address"in ne?ne.address:ne._extend?.recurringEventRecord?.address,hasImage:ne.type!=="recurringEventOccurrence"?!!ne.image:!!ne._extend?.recurringEventRecord?.image,type:ne.type,isVisio:ne._extend?.socialEventRecord?.isVisio,noGestion:ne.type!=="recurringEventOccurrence"&&"noGestion"in ne?ne.noGestion:void 0,uri:ne.type!=="recurringEventOccurrence"?ne.uri:ne._extend?.recurringEventRecord?.uri,canSubscribe:ne.type==="recurringEventOccurrence"||!("socialEventUseCeiling"in ne)||!ne.socialEventUseCeiling||ne.socialEventCeiling===null||ne.socialEventCeiling===void 0||ne._extend?.socialEventRecord&&ne._extend.socialEventRecord.subscribers.length<ne.socialEventCeiling,urlGestion:ne.type!=="recurringEventOccurrence"&&"urlGestion"in ne?ne.urlGestion:void 0,recurrent:!!ne._extend?.recurringEventRecord,recurringEventId:ne._extend?.recurringEventRecord?.id,_url:ne._url}}).filter(fU);if(!X)return[];let H;return G.value==="list"&&X.length>0&&!Y(X)&&(H={title:"title",id:An(),start:new Date,end:new Date,placeHolder:ee(X)?"no-event-today":"no-next-event"}),[...X,...H?[H]:[]]},[e,G.value]),ce=p.useMemo(()=>{switch(G.value){case"dayGridMonth":return o==="compact"?{weekday:"narrow"}:I&&I>780?{weekday:"long"}:{weekday:"short"};case"timeGridWeek":return I&&I>1200?{weekday:"long",day:"2-digit",month:"2-digit"}:I&&I>750?{weekday:"short",day:"2-digit",month:"2-digit"}:I&&I>650?{weekday:"narrow",day:"2-digit",month:"2-digit"}:{day:"numeric",month:"2-digit"};default:return}},[I,o,G.value]);p.useEffect(()=>{const X=new ResizeObserver(H=>{O(H[0].contentRect.width)});return M.current&&X.observe(M.current),()=>{X.disconnect()}},[]);const J=s?.onChangeLabel;p.useEffect(()=>{J?.(S)},[J,S]);const q=p.useMemo(()=>e?.find(X=>X.uri===j?.uri||X.type==="recurringEventOccurrence"&&Kw(X.dateStart,X.dateEnd)===j?.dates&&X._extend?.recurringEventRecord?.uri===j?.uri),[j?.dates,j?.uri,e]),Z=p.useCallback(X=>!["meeting","socialEvent","recurringEventOccurrence"].includes(X),[]);return l.jsxs(l.Fragment,{children:[l.jsxs(oOe,{$fullScreen:a,$view:G.value,$withPadding:A,children:[!s&&l.jsxs(aOe,{children:[t&&l.jsx("div",{children:l.jsx(rt,{size:"s"})}),l.jsx(sOe,{size:"l",weight:"medium",children:S}),l.jsxs(AOe,{children:[l.jsx(De,{icon:"icon-chevron-left",onClick:()=>Q()?.prev(),color:"grey5"}),l.jsx(De,{icon:"icon-chevron-right",onClick:()=>Q()?.next(),color:"grey5"})]}),l.jsx(lOe,{children:l.jsx(De,{icon:"icon-calendar",onClick:()=>Q()?.today(),tooltip:{description:"CALENDAR_Today",position:"top"},color:"grey5"})}),l.jsx(cOe,{children:l.jsx(Fs,{onChange:N,value:G,name:"selectView",options:K,getLabel:X=>X.label,getValue:X=>X.value,required:!0,minWidth:!1})})]}),l.jsx(dOe,{x:"center",flex:"1",children:l.jsx(GDe,{ref:M,$fluid:i,$loading:t,$fullScreen:a,$view:G.value==="list"?"list":"grid",$mode:o,children:l.jsx(KW,{selectable:!!w&&!C&&!j&&o!=="compact",select:X=>w?.({start:X.start,end:X.allDay?tc(X.end,-1):X.end,allDay:X.allDay}),dayHeaderFormat:ce,datesSet:X=>{W.current?.start.getTime()===X.start.getTime()&&W.current.end.getTime()===X.end.getTime()||(u?.(X.start,X.end),L(),W.current={start:X.start,end:X.end})},headerToolbar:!1,firstDay:1,locale:U,plugins:[v1e,zDe,eDe,Q1e],initialView:n,events:le,slotDuration:"00:15:00",slotLabelFormat:{hour:"numeric",minute:"2-digit",omitZeroMinute:!1,meridiem:"short"},noEventsContent:()=>l.jsxs(l.Fragment,{children:[t&&l.jsx(rt,{size:"l"}),!t&&B.formatMessage({id:"CALENDAR_No_Event"})]}),eventContent:X=>X.event.extendedProps.placeHolder?l.jsx(iOe,{placeHolder:X.event.extendedProps.placeHolder}):l.jsx(fIe,{id:X.event.id,status:X.event.extendedProps.status,title:X.event.title,start:X.event.start,allDay:X.event.allDay,end:X.event.end,display:G.value,mode:o,audience:X.event.extendedProps.audience,backgroundColor:X.event.extendedProps.bgColor,textColor:X.event.extendedProps.txtColor,address:X.event.extendedProps.address,image:X.event.extendedProps.hasImage,type:X.event.extendedProps.type,isVisio:X.event.extendedProps.isVisio,noGestion:X.event.extendedProps.noGestion,onClick:Z(X.event.extendedProps.type)?void 0:()=>T(H=>H?.uri===X.event.extendedProps.uri&&H?.dates===Kw(X.event.extendedProps.dateStart,X.event.extendedProps.dateEnd)?null:{uri:X.event.extendedProps.uri,dates:Kw(X.event.extendedProps.dateStart,X.event.extendedProps.dateEnd)}),href:Z(X.event.extendedProps.type)?X.event.extendedProps._url:void 0,canSubscribe:X.event.extendedProps.canSubscribe,urlGestion:X.event.extendedProps.urlGestion,onUpdateStatus:b,isUpdateStatusLoading:x,recurrent:X.event.extendedProps.recurrent,recurringEventId:X.event.extendedProps.recurringEventId},`event-${An()}`),ref:R,allDayText:"",allDaySlot:e?.some(X=>"allDay"in X&&X.allDay),height:"100%",dayMaxEvents:o==="compact"?0:4,eventMaxStack:G.value==="timeGridWeek"?2:4,...o==="compact"?{moreLinkText:X=>String(X)}:{}})})})]}),l.jsx(p.Suspense,{fallback:l.jsx(l.Fragment,{}),children:l.jsx(tD,{event:q,closeHandler:()=>T(null),onError:f,onSuccess:g,extraComponent:c,onDeleteEvent:()=>{T(null),h()},onClickUpdateEvent:m,onClickTransformEvent:v,onUpdateStatus:b,isUpdateStatusLoading:x,mode:o,bbbMinutesBeforeJoining:E})})]})},fOe=y.div`
|
|
5401
5408
|
display: flex;
|
|
5402
5409
|
flex-direction: column;
|
|
5403
5410
|
`,gOe=y.div`
|
|
@@ -14112,6 +14112,13 @@ const Ct = ({
|
|
|
14112
14112
|
${(e) => !e.$searchable && "caret-color: transparent"};
|
|
14113
14113
|
${(e) => !e.$searchable && "cursor: pointer"};
|
|
14114
14114
|
|
|
14115
|
+
/* Transient props are stripped before reaching the wrapped StyledInput, so the icon
|
|
14116
|
+
padding has to be consumed here, not only in cssCommonStyledInput. */
|
|
14117
|
+
&&&& {
|
|
14118
|
+
${({ $hasIconBefore: e }) => e && "padding-left: 40px;"}
|
|
14119
|
+
${({ $hasIconAfter: e }) => e && "padding-right: 40px;"}
|
|
14120
|
+
}
|
|
14121
|
+
|
|
14115
14122
|
${({ $sizeVariant: e }) => e === "s" && `
|
|
14116
14123
|
&&&& {
|
|
14117
14124
|
font-size: 12px;
|
|
@@ -49763,7 +49770,7 @@ const RDe = y(nD)`
|
|
|
49763
49770
|
height: "100%",
|
|
49764
49771
|
dayMaxEvents: o === "compact" ? 0 : 4,
|
|
49765
49772
|
eventMaxStack: G.value === "timeGridWeek" ? 2 : 4,
|
|
49766
|
-
|
|
49773
|
+
...o === "compact" ? { moreLinkText: (X) => String(X) } : {}
|
|
49767
49774
|
}
|
|
49768
49775
|
)
|
|
49769
49776
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.117",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/jamespot-react-components.cjs",
|
|
6
6
|
"module": "dist/jamespot-react-components.js",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"eslint-plugin-storybook": "10.3.6",
|
|
61
61
|
"globals": "^16.5.0",
|
|
62
62
|
"html2canvas": "^1.4.1",
|
|
63
|
-
"jamespot-front-business": "^1.3.
|
|
64
|
-
"jamespot-user-api": "^1.3.
|
|
63
|
+
"jamespot-front-business": "^1.3.117",
|
|
64
|
+
"jamespot-user-api": "^1.3.117",
|
|
65
65
|
"jsdom": "^26.1.0",
|
|
66
66
|
"knip": "^5.88.1",
|
|
67
67
|
"lint-staged": "^16.4.0",
|