@zealicsolutions/web-ui 1.0.45-beta.3 → 1.0.45-beta.5
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/cjs/contexts/ApiContext/queries/useDataModelFieldOptions.d.ts +3 -3
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/molecules/Calendar/CalendarMolecule.d.ts +2 -1
- package/dist/esm/contexts/ApiContext/queries/useDataModelFieldOptions.d.ts +3 -3
- package/dist/esm/molecules/Calendar/CalendarMolecule.d.ts +2 -1
- package/dist/esm/molecules/Calendar/CalendarMolecule.js +1 -1
- package/dist/esm/molecules/Calendar/CalendarMolecule.js.map +1 -1
- package/dist/esm/node_modules/is-hotkey/lib/index.js +1 -1
- package/dist/esm/node_modules/react-slick/lib/index.js +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
@@ -13,6 +13,7 @@ export interface CalendarMoleculeProps {
|
|
13
13
|
slotDuration?: string;
|
14
14
|
snapDuration?: string;
|
15
15
|
businessHours?: any;
|
16
|
+
eventOverlap?: boolean;
|
16
17
|
width?: string | number;
|
17
18
|
height?: string | number;
|
18
19
|
backgroundColor?: string;
|
@@ -44,8 +45,8 @@ export interface CalendarMoleculeProps {
|
|
44
45
|
resourceAreaBg?: string;
|
45
46
|
resourceTextColor?: string;
|
46
47
|
resourceBorderColor?: string;
|
47
|
-
bodyBg?: string;
|
48
48
|
resourceAreaWidth?: string | number;
|
49
|
+
bodyBg?: string;
|
49
50
|
onEventAdd?: (e: EventInput) => void;
|
50
51
|
configurationItemInfo?: ConfigurationItemInfo;
|
51
52
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const useDataModelFieldOptions: (dataModelFieldId?: string) => {
|
2
|
-
dataModelFieldOptions:
|
3
|
-
refetch:
|
4
|
-
isLoading:
|
2
|
+
dataModelFieldOptions: import("contexts").Option[];
|
3
|
+
refetch: (options?: import("@tanstack/query-core/build/legacy/hydration-BlEK5ylC").al | undefined) => Promise<import("@tanstack/query-core/build/legacy/hydration-BlEK5ylC").aC<import("contexts").Option[], Error>>;
|
4
|
+
isLoading: boolean;
|
5
5
|
};
|
@@ -13,6 +13,7 @@ export interface CalendarMoleculeProps {
|
|
13
13
|
slotDuration?: string;
|
14
14
|
snapDuration?: string;
|
15
15
|
businessHours?: any;
|
16
|
+
eventOverlap?: boolean;
|
16
17
|
width?: string | number;
|
17
18
|
height?: string | number;
|
18
19
|
backgroundColor?: string;
|
@@ -44,8 +45,8 @@ export interface CalendarMoleculeProps {
|
|
44
45
|
resourceAreaBg?: string;
|
45
46
|
resourceTextColor?: string;
|
46
47
|
resourceBorderColor?: string;
|
47
|
-
bodyBg?: string;
|
48
48
|
resourceAreaWidth?: string | number;
|
49
|
+
bodyBg?: string;
|
49
50
|
onEventAdd?: (e: EventInput) => void;
|
50
51
|
configurationItemInfo?: ConfigurationItemInfo;
|
51
52
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import{__spreadArray as e,__assign as o}from"../../node_modules/tslib/tslib.es6.js";import{jsx as r}from"../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js";import{useState as i,useRef as t,useCallback as n}from"react";import d from"../../node_modules/@fullcalendar/react/dist/index.js";import l from"../../node_modules/@fullcalendar/interaction/index.js";import a from"../../node_modules/@fullcalendar/daygrid/index.js";import c from"../../node_modules/@fullcalendar/timegrid/index.js";import s from"../../node_modules/@fullcalendar/list/index.js";import u from"../../node_modules/@fullcalendar/timeline/index.js";import m from"../../node_modules/@fullcalendar/resource/index.js";import f from"../../node_modules/@fullcalendar/resource-timegrid/index.js";import
|
1
|
+
import{__spreadArray as e,__assign as o}from"../../node_modules/tslib/tslib.es6.js";import{jsx as r}from"../../node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js";import{useState as i,useRef as t,useCallback as n}from"react";import d from"../../node_modules/@fullcalendar/react/dist/index.js";import l from"../../node_modules/@fullcalendar/interaction/index.js";import a from"../../node_modules/@fullcalendar/daygrid/index.js";import c from"../../node_modules/@fullcalendar/timegrid/index.js";import s from"../../node_modules/@fullcalendar/list/index.js";import u from"../../node_modules/@fullcalendar/timeline/index.js";import m from"../../node_modules/@fullcalendar/resource/index.js";import f from"../../node_modules/@fullcalendar/resource-timegrid/index.js";import v from"../../node_modules/@fullcalendar/resource-timeline/index.js";import g from"../../node_modules/@mui/material/Box/Box.js";var b=function(b){var p=b.events,h=void 0===p?[]:p,y=b.resources,C=b.initialView,x=void 0===C?"resourceTimeGridWeek":C,T=b.enableDayGrid,j=void 0===T||T,B=b.enableTimeGrid,k=void 0===B||B,D=b.enableList,_=void 0!==D&&D,G=b.enableTimeline,W=void 0!==G&&G,A=b.enableResourceTimeline,L=void 0===A||A,w=b.slotDuration,R=void 0===w?"00:15:00":w,H=b.snapDuration,S=void 0===H?"00:05:00":H,I=b.businessHours,O=b.eventOverlap,z=void 0===O||O,F=b.width,M=b.height,N=void 0===M?600:M,V=b.backgroundColor,E=b.themeSystem,K=void 0===E?"standard":E,q=b.marginLeft,J=void 0===q?"0":q,P=b.marginTop,Q=void 0===P?"0":P,U=b.marginRight,X=void 0===U?"0":U,Y=b.marginBottom,Z=void 0===Y?"0":Y,$=b.paddingLeft,ee=void 0===$?"0":$,oe=b.paddingTop,re=void 0===oe?"0":oe,ie=b.paddingRight,te=void 0===ie?"0":ie,ne=b.paddingBottom,de=void 0===ne?"0":ne,le=b.primaryColor,ae=b.secondaryColor,ce=b.toolbarBg,se=b.toolbarTextColor,ue=b.buttonBg,me=b.buttonTextColor,fe=b.buttonHoverBg,ve=b.dayHeaderColor,ge=b.dayHeaderFontWeight,be=b.slotLabelColor,pe=b.slotLabelFontSize,he=b.eventBg,ye=b.eventBorderColor,Ce=b.eventTextColor,xe=b.eventHoverBg,Te=b.nowIndicatorColor,je=b.resourceAreaBg,Be=b.resourceTextColor,ke=b.resourceBorderColor,De=b.resourceAreaWidth,_e=b.bodyBg,Ge=b.onEventAdd,We=b.configurationItemInfo,Ae=i(h),Le=Ae[0],we=Ae[1],Re=t(null),He=[l,a,c,s,u,m,f,v],Se={dayGridMonth:j,dayGridWeek:j,dayGridDay:j,timeGridWeek:k,timeGridDay:k,listWeek:_,listDay:_,timelineWeek:W,timelineDay:W,resourceTimeGridWeek:L,resourceTimeGridDay:L},Ie=Object.entries(Se).filter((function(e){return e[1]})).map((function(e){return e[0]})),Oe=Se[x]?x:Ie[0]||"dayGridMonth",ze=n((function(o){var r,i=o.event,t=i.id,n=i.title,d=i.start,l=i.end,a={id:"".concat(t,"-").concat(null==d?void 0:d.getTime()),title:n,start:d,end:l,resourceId:null===(r=o.event.getResources()[0])||void 0===r?void 0:r.id};we((function(o){return e(e([],o,!0),[a],!1)})),null==Ge||Ge(a),o.event.remove()}),[Ge]);return r(g,o({sx:{width:F,height:N,backgroundColor:V,marginLeft:J,marginTop:Q,marginRight:X,marginBottom:Z,paddingLeft:ee,paddingTop:re,paddingRight:te,paddingBottom:de,"--fc-button-bg":ue||le,"--fc-button-color":me,"--fc-button-hover-bg":fe||le,"--fc-event-bg":he||ae,"--fc-event-border-color":ye||ae,"& .fc .fc-toolbar":{backgroundColor:ce,color:se},"& .fc .fc-col-header-cell-cushion":{color:ve,fontWeight:ge},"& .fc .fc-timegrid-slot-label-cushion":{color:be,fontSize:pe},"& .fc .fc-event":{color:Ce},"& .fc .fc-event:hover":{backgroundColor:xe||ae},"& .fc .fc-now-indicator":{backgroundColor:Te},"& .fc .fc-resource-area":{backgroundColor:je},"& .fc .fc-resource .fc-resource-title":{color:Be},"& .fc .fc-resource-area-cell":{borderColor:ke},"& .fc .fc-scrollgrid-section":{backgroundColor:_e}}},We,{children:r(d,{ref:Re,plugins:He,themeSystem:K,schedulerLicenseKey:"CC-Attribution-NonCommercial-NoDerivatives",initialView:Oe,headerToolbar:{left:"prev,next today",center:"title",right:Ie.join(",")},editable:!0,droppable:!0,eventOverlap:z,eventAllow:function(e){if(!I)return!0;var o=Array.isArray(I)?I:[I],r=e.start.getDay(),i=o.find((function(e){return e.daysOfWeek.includes(r)}));if(!i)return!1;var t=function(e){return e.toISOString().substring(11,16)};return t(e.start)>=i.startTime&&t(e.end)<=i.endTime},businessHours:I,slotDuration:R,snapDuration:S,events:Le,resources:y,resourceAreaWidth:De,eventReceive:ze})}))};export{b as CalendarMolecule};
|
2
2
|
//# sourceMappingURL=CalendarMolecule.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CalendarMolecule.js","sources":["../../../../../src/molecules/Calendar/CalendarMolecule.tsx"],"sourcesContent":[null],"names":["CalendarMolecule","_a","_b","events","initialEvents","resources","_c","initialView","_d","enableDayGrid","_e","enableTimeGrid","_f","enableList","_g","enableTimeline","_h","enableResourceTimeline","_j","slotDuration","_k","snapDuration","businessHours","width","
|
1
|
+
{"version":3,"file":"CalendarMolecule.js","sources":["../../../../../src/molecules/Calendar/CalendarMolecule.tsx"],"sourcesContent":[null],"names":["CalendarMolecule","_a","_b","events","initialEvents","resources","_c","initialView","_d","enableDayGrid","_e","enableTimeGrid","_f","enableList","_g","enableTimeline","_h","enableResourceTimeline","_j","slotDuration","_k","snapDuration","businessHours","_l","eventOverlap","width","_m","height","backgroundColor","_o","themeSystem","_p","marginLeft","_q","marginTop","_r","marginRight","_s","marginBottom","_t","paddingLeft","_u","paddingTop","_v","paddingRight","_w","paddingBottom","primaryColor","secondaryColor","toolbarBg","toolbarTextColor","buttonBg","buttonTextColor","buttonHoverBg","dayHeaderColor","dayHeaderFontWeight","slotLabelColor","slotLabelFontSize","eventBg","eventBorderColor","eventTextColor","eventHoverBg","nowIndicatorColor","resourceAreaBg","resourceTextColor","resourceBorderColor","resourceAreaWidth","bodyBg","onEventAdd","configurationItemInfo","_x","useState","eventsState","setEventsState","calRef","useRef","plugins","interactionPlugin","dayGridPlugin","timeGridPlugin","listPlugin","timelinePlugin","resourcePlugin","resourceTimeGridPlugin","resourceTimelinePlugin","viewMap","dayGridMonth","dayGridWeek","dayGridDay","timeGridWeek","timeGridDay","listWeek","listDay","timelineWeek","timelineDay","resourceTimeGridWeek","resourceTimeGridDay","enabledViews","Object","entries","filter","map","safeInitial","onReceive","useCallback","info","event","id","title","start","end","newEvt","concat","getTime","resourceId","getResources","prev","__spreadArray","remove","_jsx","Box","__assign","sx","color","fontWeight","fontSize","borderColor","children","FullCalendar","ref","schedulerLicenseKey","headerToolbar","left","center","right","join","editable","droppable","eventAllow","dropInfo","bhArr","Array","isArray","day","getDay","rule","find","r","daysOfWeek","includes","toTime","d","toISOString","substring","startTime","endTime","eventReceive"],"mappings":"25BAsGO,IAAMA,EAAoD,SAACC,OAEhEC,EAA0BD,EAAAE,OAAlBC,OAAgB,IAAAF,EAAA,GAAEA,EAC1BG,EAASJ,EAAAI,UAGTC,EAAoCL,EAAAM,YAApCA,aAAc,uBAAsBD,EACpCE,EAAAP,EAAAQ,cAAAA,OAAa,IAAAD,GAAOA,EACpBE,EAAqBT,EAAAU,eAArBA,OAAc,IAAAD,GAAOA,EACrBE,EAAkBX,EAAAY,WAAlBA,OAAa,IAAAD,GAAKA,EAClBE,mBAAAC,OAAiB,IAAAD,KACjBE,EAAAf,EAAAgB,uBAAAA,OAAsB,IAAAD,GAAOA,EAG7BE,EAAyBjB,EAAAkB,aAAzBA,aAAe,WAAUD,EACzBE,EAAyBnB,EAAAoB,aAAzBA,OAAe,IAAAD,EAAA,aACfE,kBACAC,EAAAtB,EAAAuB,aAAAA,OAAY,IAAAD,GAAOA,EAGnBE,EAAKxB,EAAAwB,MACLC,EAAYzB,EAAA0B,OAAZA,OAAS,IAAAD,EAAA,IAAGA,EACZE,EAAe3B,EAAA2B,gBACfC,EAAwB5B,EAAA6B,YAAxBA,OAAc,IAAAD,EAAA,WAAUA,EACxBE,EAAgB9B,EAAA+B,WAAhBA,OAAU,IAAAD,EAAG,IAAGA,EAChBE,EAAehC,EAAAiC,UAAfA,OAAY,IAAAD,EAAA,IAAGA,EACfE,gBAAAC,OAAc,IAAAD,EAAA,IAAGA,EACjBE,EAAkBpC,EAAAqC,aAAlBA,OAAe,IAAAD,EAAA,IAAGA,EAClBE,gBAAAC,QAAc,IAAAD,EAAA,MACdE,GAAAxC,EAAAyC,WAAAA,eAAa,IAAGD,GAChBE,GAAA1C,EAAA2C,aAAAA,QAAY,IAAAD,GAAG,IAAGA,GAClBE,GAAmB5C,EAAA6C,cAAnBA,QAAa,IAAAD,GAAG,IAAGA,GAGnBE,GAAY9C,EAAA8C,aACZC,GAAc/C,EAAA+C,eACdC,GAAShD,EAAAgD,UACTC,GAAgBjD,EAAAiD,iBAChBC,GAAQlD,EAAAkD,SACRC,GAAenD,EAAAmD,gBACfC,GAAapD,EAAAoD,cACbC,GAAcrD,EAAAqD,eACdC,GAAmBtD,EAAAsD,oBACnBC,GAAcvD,EAAAuD,eACdC,GAAiBxD,EAAAwD,kBACjBC,GAAOzD,EAAAyD,QACPC,GAAgB1D,EAAA0D,iBAChBC,GAAc3D,EAAA2D,eACdC,GAAY5D,EAAA4D,aACZC,GAAiB7D,EAAA6D,kBACjBC,GAAc9D,EAAA8D,eACdC,GAAiB/D,EAAA+D,kBACjBC,GAAmBhE,EAAAgE,oBACnBC,GAAiBjE,EAAAiE,kBACjBC,GAAMlE,EAAAkE,OAGNC,GAAUnE,EAAAmE,WACVC,GAAqBpE,EAAAoE,sBAGfC,GAAgCC,EAAuBnE,GAAtDoE,GAAWF,GAAA,GAAEG,GAAcH,GAAA,GAC5BI,GAASC,EAAqB,MAG9BC,GAAU,CACdC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,EACAC,GAIIC,GAAmC,CACvCC,aAAc7E,EACd8E,YAAa9E,EACb+E,WAAY/E,EACZgF,aAAc9E,EACd+E,YAAa/E,EACbgF,SAAU9E,EACV+E,QAAS/E,EACTgF,aAAc9E,EACd+E,YAAa/E,EACbgF,qBAAsB9E,EACtB+E,oBAAqB/E,GAGjBgF,GAAeC,OAAOC,QAAQd,IACjCe,QAAO,SAACnG,GAAU,OAANA,EAAA,EAAM,IAClBoG,KAAI,SAACpG,GAAQ,OAANA,EAAA,EAAM,IACVqG,GAAcjB,GAAQ9E,GAAeA,EAAc0F,GAAa,IAAM,eAmBtEM,GAAYC,GAChB,SAACC,SACOvG,EAA4BuG,EAAKC,MAA/BC,EAAEzG,EAAAyG,GAAEC,EAAK1G,EAAA0G,MAAEC,EAAK3G,EAAA2G,MAAEC,QACpBC,EAAqB,CACzBJ,GAAI,GAAAK,OAAGL,EAAE,KAAAK,OAAIH,aAAK,EAALA,EAAOI,WACpBL,MAAKA,EACLC,MAAKA,EACLC,IAAGA,EACHI,WAAwC,QAA5BjH,EAAAwG,EAAKC,MAAMS,eAAe,UAAE,IAAAlH,OAAA,EAAAA,EAAE0G,IAE5ClC,IAAe,SAAC2C,GAAS,OAAAC,EAAAA,EAAA,GAAID,GAAI,GAAA,CAAEL,IAAM,EAAC,IAC1C3C,UAAAA,GAAa2C,GACbN,EAAKC,MAAMY,QACb,GACA,CAAClD,KAgDH,OACEmD,EAACC,EAAGC,EAAA,CAACC,GA7CI,CACTjG,MAAKA,EACLE,OAAMA,EACNC,gBAAeA,EACfI,WAAUA,EACVE,UAASA,EACTE,YAAWA,EACXE,aAAYA,EACZE,YAAWA,GACXE,WAAUA,GACVE,aAAYA,GACZE,cAAaA,GAGb,iBAAkBK,IAAYJ,GAC9B,oBAAqBK,GACrB,uBAAwBC,IAAiBN,GACzC,gBAAiBW,IAAWV,GAC5B,0BAA2BW,IAAoBX,GAG/C,oBAAqB,CAAEpB,gBAAiBqB,GAAW0E,MAAOzE,IAG1D,oCAAqC,CAAEyE,MAAOrE,GAAgBsE,WAAYrE,IAC1E,wCAAyC,CAAEoE,MAAOnE,GAAgBqE,SAAUpE,IAG5E,kBAAmB,CAAEkE,MAAO/D,IAC5B,wBAAyB,CAAEhC,gBAAiBiC,IAAgBb,IAG5D,0BAA2B,CAAEpB,gBAAiBkC,IAG9C,0BAA2B,CAAElC,gBAAiBmC,IAC9C,wCAAyC,CAAE4D,MAAO3D,IAClD,+BAAgC,CAAE8D,YAAa7D,IAG/C,+BAAgC,CAAErC,gBAAiBuC,MAKlCE,GAAqB,CAAA0D,SACpCR,EAACS,EAAY,CACXC,IAAKvD,GACLE,QAASA,GACT9C,YAAaA,EACboG,oBAAoB,6CACpB3H,YAAa+F,GACb6B,cAAe,CAAEC,KAAM,kBAAmBC,OAAQ,QAASC,MAAOrC,GAAasC,KAAK,MACpFC,UACA,EAAAC,aACAjH,aAAcA,EACdkH,WA1F4B,SAACC,GAGjC,IAAKrH,EAAe,OAAO,EAE3B,IAAMsH,EAAQC,MAAMC,QAAQxH,GAAiBA,EAAgB,CAACA,GACxDyH,EAAMJ,EAAS9B,MAAMmC,SAErBC,EAAOL,EAAMM,MAAK,SAACC,GAAW,OAAAA,EAAEC,WAAWC,SAASN,EAAI,IAC9D,IAAKE,EAAM,OAAO,EAElB,IAAMK,EAAS,SAACC,GAAY,OAAAA,EAAEC,cAAcC,UAAU,GAAI,GAA9B,EAC5B,OAAOH,EAAOX,EAAS9B,QAAUoC,EAAKS,WAAaJ,EAAOX,EAAS7B,MAAQmC,EAAKU,OAClF,EA8EMrI,cAAeA,EACfH,aAAcA,EACdE,aAAcA,EACdlB,OAAQqE,GACRnE,UAAWA,EACX6D,kBAAmBA,GACnB0F,aAAcrD,OAItB"}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import{__exports as e}from"../../../_virtual/
|
1
|
+
import{__exports as e}from"../../../_virtual/index5.js";Object.defineProperty(e,"__esModule",{value:!0});for(var r="undefined"!=typeof window&&/Mac|iPod|iPhone|iPad/.test(window.navigator.platform),t={alt:"altKey",control:"ctrlKey",meta:"metaKey",shift:"shiftKey"},o={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:r?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:" ",spacebar:" ",up:"arrowup",win:"meta",windows:"meta"},n={backspace:8,tab:9,enter:13,shift:16,control:17,alt:18,pause:19,capslock:20,escape:27," ":32,pageup:33,pagedown:34,end:35,home:36,arrowleft:37,arrowup:38,arrowright:39,arrowdown:40,insert:45,delete:46,meta:91,numlock:144,scrolllock:145,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},a=1;a<20;a++)n["f"+a]=111+a;function i(e,r,t){r&&!("byKey"in r)&&(t=r,r=null),Array.isArray(e)||(e=[e]);var o=e.map((function(e){return l(e,r)})),n=function(e){return o.some((function(r){return c(r,e)}))};return null==t?n:n(t)}function l(e,r){var o=r&&r.byKey,n={},a=(e=e.replace("++","+add")).split("+"),i=a.length;for(var l in t)n[t[l]]=!1;var c=!0,d=!1,y=void 0;try{for(var f,p=a[Symbol.iterator]();!(c=(f=p.next()).done);c=!0){var w=f.value,h=w.endsWith("?")&&w.length>1;h&&(w=w.slice(0,-1));var m=s(w),v=t[m];1!==i&&v||(o?n.key=m:n.which=u(w)),v&&(n[v]=!h||null)}}catch(e){d=!0,y=e}finally{try{!c&&p.return&&p.return()}finally{if(d)throw y}}return n}function c(e,r){for(var t in e){var o=e[t],n=void 0;if(null!=o&&((null!=(n="key"===t&&null!=r.key?r.key.toLowerCase():"which"===t?91===o&&93===r.which?91:r.which:r[t])||!1!==o)&&n!==o))return!1}return!0}function u(e){return e=s(e),n[e]||e.toUpperCase().charCodeAt(0)}function s(e){return e=e.toLowerCase(),e=o[e]||e}e.default=i,e.isHotkey=i,e.isCodeHotkey=function(e,r){return i(e,r)};var d=e.isKeyHotkey=function(e,r){return i(e,{byKey:!0},r)};e.parseHotkey=l,e.compareHotkey=c,e.toKeyCode=u,e.toKeyName=s;export{d as isKeyHotkey};
|
2
2
|
//# sourceMappingURL=index.js.map
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import{getDefaultExportFromCjs as e}from"../../../_virtual/_commonjsHelpers.js";import{__exports as r}from"../../../_virtual/
|
1
|
+
import{getDefaultExportFromCjs as e}from"../../../_virtual/_commonjsHelpers.js";import{__exports as r}from"../../../_virtual/index4.js";import"./slider.js";import{__exports as t}from"../../../_virtual/slider.js";!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r,o=(r=t)&&r.__esModule?r:{default:r};e.default=o.default}(r);var o=e(r);export{o as default};
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.d.ts
CHANGED
@@ -1889,6 +1889,7 @@ interface CalendarMoleculeProps {
|
|
1889
1889
|
slotDuration?: string;
|
1890
1890
|
snapDuration?: string;
|
1891
1891
|
businessHours?: any;
|
1892
|
+
eventOverlap?: boolean;
|
1892
1893
|
width?: string | number;
|
1893
1894
|
height?: string | number;
|
1894
1895
|
backgroundColor?: string;
|
@@ -1920,8 +1921,8 @@ interface CalendarMoleculeProps {
|
|
1920
1921
|
resourceAreaBg?: string;
|
1921
1922
|
resourceTextColor?: string;
|
1922
1923
|
resourceBorderColor?: string;
|
1923
|
-
bodyBg?: string;
|
1924
1924
|
resourceAreaWidth?: string | number;
|
1925
|
+
bodyBg?: string;
|
1925
1926
|
onEventAdd?: (e: EventInput) => void;
|
1926
1927
|
configurationItemInfo?: ConfigurationItemInfo$1;
|
1927
1928
|
}
|