ingred-ui 31.1.0 → 32.0.0
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/components/NavigationRail/Fixture/Fixture.d.ts +1 -1
- package/dist/components/NavigationRail/Fixture/styled.d.ts +2 -1
- package/dist/components/NavigationRail/NavigationRail.d.ts +5 -6
- package/dist/components/NavigationRail/NavigationRailContainer/NavigationRailContainer.d.ts +10 -0
- package/dist/components/NavigationRail/NavigationRailContainer/styled.d.ts +1 -1
- package/dist/components/NavigationRail/Slot/Slot.d.ts +13 -0
- package/dist/components/NavigationRail/Slot/SlotContent.d.ts +14 -0
- package/dist/components/NavigationRail/Slot/index.d.ts +4 -0
- package/dist/components/NavigationRail/Slot/styled.d.ts +6 -0
- package/dist/components/NavigationRail/constants.d.ts +6 -1
- package/dist/components/NavigationRail/hooks/useNavigationRail.d.ts +2 -0
- package/dist/components/NavigationRail/index.d.ts +2 -0
- package/dist/components/NavigationRail/styled.d.ts +0 -2
- package/dist/components/NavigationRail/utils.d.ts +9 -0
- package/dist/components/NotificationBadge/NotificationBadge.d.ts +12 -5
- package/dist/index.es.js +293 -202
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +293 -202
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1503,7 +1503,7 @@ object-assign
|
|
|
1503
1503
|
background-color: transparent;
|
|
1504
1504
|
color: ${({theme:e})=>e.palette.neutral.lighter};
|
|
1505
1505
|
}
|
|
1506
|
-
`,yh=p((function({selected:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(fh,{isToday:s},r?t.createElement(vh,{type:"button",selected:e,isSaturday:a,isSundayOrHoliday:l,onClick:()=>{null==i||i(n)}},o):t.createElement(xh,{type:"button",isSaturday:a,isSundayOrHoliday:l},o))})),wh=e=>(e=>{try{const t=e.year(),n=hc(t),r=e.format("YYYY/M/D");return n.some((e=>e.date===r))}catch(e){return!1}})(e),Ch=e=>e.format("YYYY-MM-DD")===js().format("YYYY-MM-DD"),Eh=(e,t)=>js(new Date(e.year(),e.month(),t)),Ih=e=>(e=>{const t=e.day(),n=0===t,r=6===t,i=wh(e);return{dayOfWeek:t,isSunday:n,isSaturday:r,isHoliday:i,isSundayOrHoliday:n||i}})(e),kh=(e,t)=>!t(e),Mh=e=>Array.from(new Array(e.daysInMonth()),((e,t)=>t+1)),Ah=(e,t=0)=>(e.startOf("month").day()-t+7)%7,$h=({date:e,weekList:n,weekStart:r=0,monthFormat:i,current:o,isOutsideRange:a,onDateChange:l,onPreviousMonth:s,onNextMonth:c})=>t.createElement(Jm,null,t.createElement(th,null,t.createElement(eh,null,t.createElement(qm,null,t.createElement(Km,{weight:"bold",size:"xl"},o.format(i))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"arrow_left",size:"md",color:"currentColor"}),type:"button","aria-label":"前の月",onClick:s}),t.createElement(Ru,{content:"今日を選択"},t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"calendar",size:"md",color:"currentColor"}),type:"button","aria-label":"今日を選択",onClick:()=>l(js())})),t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"arrow_right",size:"md",color:"currentColor"}),type:"button","aria-label":"次の月",onClick:c})))),t.createElement(Um,null,null==n?void 0:n.map((e=>t.createElement(Qm,{key:e},e))),Array.from(new Array(Ah(o,r)),((e,n)=>t.createElement(Qm,{key:`empty-${n}`}))),Mh(o).map((n=>{const r=Eh(o,n),i=Ih(r),s=e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD"),c=kh(r,a);return t.createElement(yh,{key:n,value:r,selectable:c,selected:s,isSaturday:i.isSaturday,isSundayOrHoliday:i.isSundayOrHoliday,isToday:Ch(r),onClickDate:l},n)})))),Dh=e=>{const[t,n]=i(e),r=d((()=>{n((e=>e.subtract(1,"month")))}),[]),o=d((()=>{n((e=>e.add(1,"month")))}),[]);return{currentMonth:t,goToPreviousMonth:r,goToNextMonth:o,goToMonth:d((e=>{n(e)}),[])}};function Lh(e){return(Math.trunc(e)%7+7)%7}function Oh(e){const{weekConfig:t,fallbackLabels:n,fallbackStart:r}=e;if(void 0!==t){if(7!==t.labels.length)throw new Error("ingred-ui Calendar: weekConfig.labels must contain exactly 7 entries");return Object.assign(Object.assign({},t),{start:Lh(t.start)})}return{start:Lh(r),labels:n}}const Sh=n((function(e,n){var{date:r,monthFormat:i="YYYY年M月",weekConfig:o,defaultPresetButton:s,presetButtons:c,onPresetButtonClick:u,showDateFields:p=!1,dateFieldFormat:m="YYYY-MM-DD",showTimeFields:h=!1,timeFieldProps:g,labelSuffix:f,isOutsideRange:b=(()=>!1),onDateChange:v}=e,x=D(e,["date","monthFormat","weekConfig","defaultPresetButton","presetButtons","onPresetButtonClick","showDateFields","dateFieldFormat","showTimeFields","timeFieldProps","labelSuffix","isOutsideRange","onDateChange"]);const[y,w]=t.useState(0),{currentMonth:C,goToPreviousMonth:E,goToNextMonth:I,goToMonth:k}=Dh(r),M=d((e=>{const t=r.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);v(t)}),[r,v]),A=l((()=>p?t.createElement(ph,null,t.createElement(dh,null,t.createElement(hh,null,t.createElement(mh,null,"日付"),f),t.createElement(uh,null,t.createElement(zE,{date:r,format:m,size:"medium",variant:"dark",onDateChange:v}),h&&t.createElement(
|
|
1506
|
+
`,yh=p((function({selected:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(fh,{isToday:s},r?t.createElement(vh,{type:"button",selected:e,isSaturday:a,isSundayOrHoliday:l,onClick:()=>{null==i||i(n)}},o):t.createElement(xh,{type:"button",isSaturday:a,isSundayOrHoliday:l},o))})),wh=e=>(e=>{try{const t=e.year(),n=hc(t),r=e.format("YYYY/M/D");return n.some((e=>e.date===r))}catch(e){return!1}})(e),Ch=e=>e.format("YYYY-MM-DD")===js().format("YYYY-MM-DD"),Eh=(e,t)=>js(new Date(e.year(),e.month(),t)),Ih=e=>(e=>{const t=e.day(),n=0===t,r=6===t,i=wh(e);return{dayOfWeek:t,isSunday:n,isSaturday:r,isHoliday:i,isSundayOrHoliday:n||i}})(e),kh=(e,t)=>!t(e),Mh=e=>Array.from(new Array(e.daysInMonth()),((e,t)=>t+1)),Ah=(e,t=0)=>(e.startOf("month").day()-t+7)%7,$h=({date:e,weekList:n,weekStart:r=0,monthFormat:i,current:o,isOutsideRange:a,onDateChange:l,onPreviousMonth:s,onNextMonth:c})=>t.createElement(Jm,null,t.createElement(th,null,t.createElement(eh,null,t.createElement(qm,null,t.createElement(Km,{weight:"bold",size:"xl"},o.format(i))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"arrow_left",size:"md",color:"currentColor"}),type:"button","aria-label":"前の月",onClick:s}),t.createElement(Ru,{content:"今日を選択"},t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"calendar",size:"md",color:"currentColor"}),type:"button","aria-label":"今日を選択",onClick:()=>l(js())})),t.createElement(uc,{size:"small",color:"clear",icon:t.createElement(ee,{name:"arrow_right",size:"md",color:"currentColor"}),type:"button","aria-label":"次の月",onClick:c})))),t.createElement(Um,null,null==n?void 0:n.map((e=>t.createElement(Qm,{key:e},e))),Array.from(new Array(Ah(o,r)),((e,n)=>t.createElement(Qm,{key:`empty-${n}`}))),Mh(o).map((n=>{const r=Eh(o,n),i=Ih(r),s=e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD"),c=kh(r,a);return t.createElement(yh,{key:n,value:r,selectable:c,selected:s,isSaturday:i.isSaturday,isSundayOrHoliday:i.isSundayOrHoliday,isToday:Ch(r),onClickDate:l},n)})))),Dh=e=>{const[t,n]=i(e),r=d((()=>{n((e=>e.subtract(1,"month")))}),[]),o=d((()=>{n((e=>e.add(1,"month")))}),[]);return{currentMonth:t,goToPreviousMonth:r,goToNextMonth:o,goToMonth:d((e=>{n(e)}),[])}};function Lh(e){return(Math.trunc(e)%7+7)%7}function Oh(e){const{weekConfig:t,fallbackLabels:n,fallbackStart:r}=e;if(void 0!==t){if(7!==t.labels.length)throw new Error("ingred-ui Calendar: weekConfig.labels must contain exactly 7 entries");return Object.assign(Object.assign({},t),{start:Lh(t.start)})}return{start:Lh(r),labels:n}}const Sh=n((function(e,n){var{date:r,monthFormat:i="YYYY年M月",weekConfig:o,defaultPresetButton:s,presetButtons:c,onPresetButtonClick:u,showDateFields:p=!1,dateFieldFormat:m="YYYY-MM-DD",showTimeFields:h=!1,timeFieldProps:g,labelSuffix:f,isOutsideRange:b=(()=>!1),onDateChange:v}=e,x=D(e,["date","monthFormat","weekConfig","defaultPresetButton","presetButtons","onPresetButtonClick","showDateFields","dateFieldFormat","showTimeFields","timeFieldProps","labelSuffix","isOutsideRange","onDateChange"]);const[y,w]=t.useState(0),{currentMonth:C,goToPreviousMonth:E,goToNextMonth:I,goToMonth:k}=Dh(r),M=d((e=>{const t=r.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);v(t)}),[r,v]),A=l((()=>p?t.createElement(ph,null,t.createElement(dh,null,t.createElement(hh,null,t.createElement(mh,null,"日付"),f),t.createElement(uh,null,t.createElement(zE,{date:r,format:m,size:"medium",variant:"dark",onDateChange:v}),h&&t.createElement(KD,Object.assign({size:(null==g?void 0:g.size)||"medium",time:r,variant:"dark",width:(null==g?void 0:g.width)||"80px",onTimeChange:M},g))))):null),[p,h,g,r,m,f,v,M]);a((()=>{k(r)}),[r,k]);const{labels:$,start:L}=Oh({weekConfig:o,fallbackLabels:[...Cp],fallbackStart:0});return t.createElement(Wm,Object.assign({ref:n},x),t.createElement(nh,null,t.createElement(rh,null,t.createElement(Xm,null,t.createElement($h,{date:r,current:C,monthFormat:i,weekList:$,weekStart:L,isOutsideRange:b,onDateChange:e=>{v(e),w((e=>e+1))},onPreviousMonth:E,onNextMonth:I})),t.createElement(gh,{key:y,defaultPresetButton:s,presetButtons:c,dateFields:A,onPresetButtonClick:u}))))}));var Vh=p(Sh);const Hh="none",Rh="start",Nh="start_only",zh="end",Th="between",Zh="start",Bh="end",Ph=(e,t,n,r)=>{const i=((e,t,n)=>{const r=js(new Date(t.year(),t.month(),n));return e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD")})(e,n,r),o=((e,t,n)=>{const r=js(new Date(t.year(),t.month(),n));return e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD")})(t,n,r),a=((e,t,n,r)=>{const i=js(new Date(n.year(),n.month(),r)),o=e.format("YYYY-MM-DD"),a=t.format("YYYY-MM-DD");return o!==a&&i.isAfter(o,"day")&&i.isBefore(a,"day")})(e,t,n,r),l=e.isSame(t,"day");switch(!0){case i&&l:return Nh;case i&&!l:return Rh;case o&&!l:return zh;case a:return Th;default:return Hh}},_h=x(ah)``,Gh=x.button`
|
|
1507
1507
|
background-color: transparent;
|
|
1508
1508
|
border: none;
|
|
1509
1509
|
height: ${({theme:e})=>4*e.spacing}px;
|
|
@@ -1587,7 +1587,7 @@ object-assign
|
|
|
1587
1587
|
background-color: transparent;
|
|
1588
1588
|
color: ${({theme:e})=>e.palette.neutral.lighter};
|
|
1589
1589
|
}
|
|
1590
|
-
`,Kh=p((function({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(_h,{"data-state":e,isToday:s},(({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1})=>{const s=()=>{null==i||i(n)};if(!r)return t.createElement(Qh,{type:"button",isSaturday:a,isSundayOrHoliday:l},o);switch(e){case Nh:return t.createElement(Wh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Rh:return t.createElement(Xh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case zh:return t.createElement(Jh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Th:return t.createElement(Uh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);default:return t.createElement(Yh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o)}})({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a,isSundayOrHoliday:l}))})),qh=({startDate:e,endDate:n,monthFormat:r,weekList:o,weekStart:a=0,current:l,isOutsideRange:s,onDatesChange:c,onPreviousMonth:u,onNextMonth:p,onTodayClick:m})=>{const[h,g]=i(Zh),f=d((t=>{if(e&&n&&!e.isSame(n,"day"))return null==c||c({startDate:t,endDate:t}),void g(Bh);switch(h){case Zh:null==c||c({startDate:t,endDate:t}),g(Bh);break;case Bh:e&&t.isBefore(e)?null==c||c({startDate:t,endDate:e}):null==c||c({startDate:e,endDate:t}),g(Zh)}}),[h,c,n,e]);return t.createElement(Jm,null,t.createElement(th,null,t.createElement(eh,null,t.createElement(qm,null,t.createElement(Km,{weight:"bold",size:"xl"},l.format(r))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"arrow_left",size:"md",color:"currentColor"}),"aria-label":"前の月",onClick:u}),t.createElement(Ru,{content:"今日に戻る"},t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"calendar",size:"md",color:"currentColor"}),"aria-label":"今日に戻る",onClick:m})),t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"arrow_right",size:"md",color:"currentColor"}),"aria-label":"次の月",onClick:p})))),t.createElement(Um,null,null==o?void 0:o.map((e=>t.createElement(Qm,{key:e},e))),Array.from(new Array(Ah(l,a)),((e,n)=>t.createElement(Qm,{key:`empty-${n}`}))),Mh(l).map((r=>{const i=Eh(l,r),o=Ih(i),a=kh(i,s);return t.createElement(Kh,{key:r,value:i,state:Ph(e,n,l,r),selectable:a,isSaturday:o.isSaturday,isSundayOrHoliday:o.isSundayOrHoliday,isToday:Ch(i),onClickDate:f},r)}))))},eg=n((function(e,n){var{startDate:r,endDate:i,monthFormat:o="YYYY年M月",weekConfig:s,defaultPresetButton:c,presetButtons:u,onPresetButtonClick:p,showDateFields:m=!1,dateFieldFormat:h="YYYY-MM-DD",showTimeFields:g=!1,timeFieldProps:f,startLabelSuffix:b,endLabelSuffix:v,onApply:x,onCancel:y,applyButtonText:w="適用",cancelButtonText:C="キャンセル",isOutsideRange:E=(()=>!1),onDatesChange:I}=e,k=D(e,["startDate","endDate","monthFormat","weekConfig","defaultPresetButton","presetButtons","onPresetButtonClick","showDateFields","dateFieldFormat","showTimeFields","timeFieldProps","startLabelSuffix","endLabelSuffix","onApply","onCancel","applyButtonText","cancelButtonText","isOutsideRange","onDatesChange"]);const[M,A]=t.useState(0),{currentMonth:$,goToPreviousMonth:L,goToNextMonth:O,goToMonth:S}=Dh(r);a((()=>{S(r)}),[r,S]);const V=d((()=>{const e=js();null==I||I({startDate:e,endDate:e}),S(e),A((e=>e+1))}),[I,S]),H=d((e=>{null==I||I({startDate:e,endDate:i})}),[i,I]),R=d((e=>{null==I||I({startDate:r,endDate:e})}),[r,I]),N=d((e=>{const t=r.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);null==I||I({startDate:t,endDate:i})}),[r,i,I]),z=d((e=>{const t=i.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);null==I||I({startDate:r,endDate:t})}),[r,i,I]),T=l((()=>m?t.createElement(ph,null,t.createElement(dh,null,t.createElement(hh,null,t.createElement(mh,null,"開始日時"),b),t.createElement(uh,null,t.createElement(zE,{date:r,format:h,size:"medium",variant:"dark",onDateChange:H}),g&&t.createElement(
|
|
1590
|
+
`,Kh=p((function({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(_h,{"data-state":e,isToday:s},(({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1})=>{const s=()=>{null==i||i(n)};if(!r)return t.createElement(Qh,{type:"button",isSaturday:a,isSundayOrHoliday:l},o);switch(e){case Nh:return t.createElement(Wh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Rh:return t.createElement(Xh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case zh:return t.createElement(Jh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Th:return t.createElement(Uh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);default:return t.createElement(Yh,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o)}})({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a,isSundayOrHoliday:l}))})),qh=({startDate:e,endDate:n,monthFormat:r,weekList:o,weekStart:a=0,current:l,isOutsideRange:s,onDatesChange:c,onPreviousMonth:u,onNextMonth:p,onTodayClick:m})=>{const[h,g]=i(Zh),f=d((t=>{if(e&&n&&!e.isSame(n,"day"))return null==c||c({startDate:t,endDate:t}),void g(Bh);switch(h){case Zh:null==c||c({startDate:t,endDate:t}),g(Bh);break;case Bh:e&&t.isBefore(e)?null==c||c({startDate:t,endDate:e}):null==c||c({startDate:e,endDate:t}),g(Zh)}}),[h,c,n,e]);return t.createElement(Jm,null,t.createElement(th,null,t.createElement(eh,null,t.createElement(qm,null,t.createElement(Km,{weight:"bold",size:"xl"},l.format(r))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"arrow_left",size:"md",color:"currentColor"}),"aria-label":"前の月",onClick:u}),t.createElement(Ru,{content:"今日に戻る"},t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"calendar",size:"md",color:"currentColor"}),"aria-label":"今日に戻る",onClick:m})),t.createElement(uc,{size:"small",color:"clear",type:"button",icon:t.createElement(ee,{name:"arrow_right",size:"md",color:"currentColor"}),"aria-label":"次の月",onClick:p})))),t.createElement(Um,null,null==o?void 0:o.map((e=>t.createElement(Qm,{key:e},e))),Array.from(new Array(Ah(l,a)),((e,n)=>t.createElement(Qm,{key:`empty-${n}`}))),Mh(l).map((r=>{const i=Eh(l,r),o=Ih(i),a=kh(i,s);return t.createElement(Kh,{key:r,value:i,state:Ph(e,n,l,r),selectable:a,isSaturday:o.isSaturday,isSundayOrHoliday:o.isSundayOrHoliday,isToday:Ch(i),onClickDate:f},r)}))))},eg=n((function(e,n){var{startDate:r,endDate:i,monthFormat:o="YYYY年M月",weekConfig:s,defaultPresetButton:c,presetButtons:u,onPresetButtonClick:p,showDateFields:m=!1,dateFieldFormat:h="YYYY-MM-DD",showTimeFields:g=!1,timeFieldProps:f,startLabelSuffix:b,endLabelSuffix:v,onApply:x,onCancel:y,applyButtonText:w="適用",cancelButtonText:C="キャンセル",isOutsideRange:E=(()=>!1),onDatesChange:I}=e,k=D(e,["startDate","endDate","monthFormat","weekConfig","defaultPresetButton","presetButtons","onPresetButtonClick","showDateFields","dateFieldFormat","showTimeFields","timeFieldProps","startLabelSuffix","endLabelSuffix","onApply","onCancel","applyButtonText","cancelButtonText","isOutsideRange","onDatesChange"]);const[M,A]=t.useState(0),{currentMonth:$,goToPreviousMonth:L,goToNextMonth:O,goToMonth:S}=Dh(r);a((()=>{S(r)}),[r,S]);const V=d((()=>{const e=js();null==I||I({startDate:e,endDate:e}),S(e),A((e=>e+1))}),[I,S]),H=d((e=>{null==I||I({startDate:e,endDate:i})}),[i,I]),R=d((e=>{null==I||I({startDate:r,endDate:e})}),[r,I]),N=d((e=>{const t=r.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);null==I||I({startDate:t,endDate:i})}),[r,i,I]),z=d((e=>{const t=i.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);null==I||I({startDate:r,endDate:t})}),[r,i,I]),T=l((()=>m?t.createElement(ph,null,t.createElement(dh,null,t.createElement(hh,null,t.createElement(mh,null,"開始日時"),b),t.createElement(uh,null,t.createElement(zE,{date:r,format:h,size:"medium",variant:"dark",onDateChange:H}),g&&t.createElement(KD,Object.assign({size:(null==f?void 0:f.size)||"medium",time:r,variant:"dark",width:(null==f?void 0:f.width)||"80px",onTimeChange:N},f)))),t.createElement(dh,null,t.createElement(hh,null,t.createElement(mh,null,"終了日時"),v),t.createElement(uh,null,t.createElement(zE,{date:i,format:h,size:"medium",variant:"dark",onDateChange:R}),g&&t.createElement(KD,Object.assign({size:(null==f?void 0:f.size)||"medium",time:i,variant:"dark",width:(null==f?void 0:f.width)||"80px",onTimeChange:z},f))))):null),[m,g,f,r,i,h,b,v,H,R,N,z]),Z=Boolean(u||T),{labels:B,start:P}=Oh({weekConfig:s,fallbackLabels:[...Cp],fallbackStart:0}),_=Z?t.createElement(gh,{key:M,defaultPresetButton:c,presetButtons:u,dateFields:T,onPresetButtonClick:p}):null,G=t.createElement(Xm,null,t.createElement(qh,{startDate:r,endDate:i,monthFormat:o,weekList:B,weekStart:P,current:$,isOutsideRange:E,onDatesChange:e=>{null==I||I(e),A((e=>e+1))},onPreviousMonth:L,onNextMonth:O,onTodayClick:V}));return t.createElement(Wm,Object.assign({ref:n},k),t.createElement(nh,null,t.createElement(rh,null,G,_,x?t.createElement(ih,null,t.createElement(Gs,null,y?t.createElement(uc,{color:"clear",size:"small",type:"button",onClick:y},C):null,t.createElement(uc,{color:"primary",size:"small",type:"button",onClick:x},w))):null)))}));var tg=p(eg);const ng=x.div`
|
|
1591
1591
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
1592
1592
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
1593
1593
|
width: ${({width:e})=>e||"auto"};
|
|
@@ -4505,7 +4505,7 @@ object-assign
|
|
|
4505
4505
|
align-items: center;
|
|
4506
4506
|
`,DA=x.div`
|
|
4507
4507
|
padding-left: 8px;
|
|
4508
|
-
`,LA=x.div``,OA=({filter:t,onRemove:n,onClick:r})=>{const i=J();return e.createElement(AA,null,e.createElement($A,{onClick:e=>{r(e,t)}},e.createElement(ve,{size:"sm",component:"span"},t.filterName,": "),e.createElement(ve,{size:"sm",component:"span",weight:"bold"},"boolean"==typeof(o=t.filterCondition)?o?"Yes":"No":o)),e.createElement(DA,null,e.createElement(LA,{onClick:()=>{n(t)}},e.createElement(ee,{name:"close_circle",color:i.palette.black,type:"fill"}))));var o},SA=e.forwardRef((function(t,n){we("MultipleFilter","MultipleFilter は非推奨です。代わりに AdvancedFilter を使用してください。");const r=$p({props:t,name:"MultipleFilter"}),{filterPacks:i,onChange:o,placeholder:a="Add a new filter",editButtonTitle:l,applyButtonTitle:s,inputErrorText:c,formPlaceholder:d,width:u}=r,[p,m]=e.useState(!1),[h,g]=e.useState(null),f=J(),[b,v]=e.useState(null),[x,y]=e.useState(null),[w,C]=e.useState(null),E=((e,t,n)=>e?n?MA:null===t?IA:null!==t?kA:EA:EA)(p,h,w),[I,k]=e.useState([]),M=()=>{g(null),m(!1),C(null)},A=e=>{const t=I.filter((t=>t.filterName!==e.filterName));k(t),void 0!==o&&o(t)},$=(e,t)=>{const n=null==i?void 0:i.find((e=>e.categoryName===t.categoryName));n&&(1===n.filters.length&&(n.filters[0].filterName=n.categoryName),y(e.currentTarget),m(!0),g(n),C(t))};return e.createElement(e.Fragment,null,e.createElement(KM,{ref:n,isFocused:E!==EA},e.createElement(tA,null,e.createElement(ee,{name:"search",size:"md",color:f.palette.neutral.base})),e.createElement(nA,null,e.createElement(qM,null,I.map((t=>e.createElement(eA,{key:t.filterName},e.createElement(OA,{filter:t,onRemove:A,onClick:$})))),e.createElement(Cs,{ref:v,readOnly:!0,type:"text",placeholder:a,onClick:()=>{m(!0)}})),E===IA&&e.createElement(jg,{baseElement:b},e.createElement(Wg,{contents:null==i?void 0:i.filter((e=>e.filters.length!==I.filter((t=>t.categoryName===e.categoryName)).length)).map((e=>{return{onClick:(t=e,()=>{g(t)}),text:e.categoryName};var t})),baseElement:b,onClose:(e,t)=>{"backdropClick"===t&&m(!1)}}))),e.createElement(rA,null,0!==I.length&&e.createElement(iA,{onClick:()=>{k([]),void 0!==o&&o([])}},e.createElement(ee,{name:"close_circle",color:f.palette.black,type:"fill"})))),E===kA&&e.createElement(jg,{baseElement:b,positionPriority:["bottom-start"],onClose:M},e.createElement(fA,{applyButtonTitle:s,currentReferredFilters:I,selectedFilterPack:null==i?void 0:i.find((e=>e.categoryName===(null==h?void 0:h.categoryName))),inputErrorText:c,formPlaceholder:d,width:u,onApply:e=>{const t=I.concat([e]);k(t),void 0!==o&&o(t),g(null),m(!1)},onClose:M})),E===MA&&e.createElement(jg,{baseElement:x,positionPriority:["bottom-start"],onClose:M},e.createElement(CA,{editButtonTitle:l,willEditFilter:w,selectedFilterPack:null==i?void 0:i.find((e=>e.categoryName===(null==w?void 0:w.categoryName))),inputErrorText:c,formPlaceholder:d,width:u,onEdit:e=>{const t=I.findIndex((t=>t.filterName===e.filterName));I[t].filterCondition!==e.filterCondition&&k((n=>{const r=[...n];return r[t]=e,null==o||o(r),r})),m(!1),g(null),C(null)},onClose:M})))})),VA="
|
|
4508
|
+
`,LA=x.div``,OA=({filter:t,onRemove:n,onClick:r})=>{const i=J();return e.createElement(AA,null,e.createElement($A,{onClick:e=>{r(e,t)}},e.createElement(ve,{size:"sm",component:"span"},t.filterName,": "),e.createElement(ve,{size:"sm",component:"span",weight:"bold"},"boolean"==typeof(o=t.filterCondition)?o?"Yes":"No":o)),e.createElement(DA,null,e.createElement(LA,{onClick:()=>{n(t)}},e.createElement(ee,{name:"close_circle",color:i.palette.black,type:"fill"}))));var o},SA=e.forwardRef((function(t,n){we("MultipleFilter","MultipleFilter は非推奨です。代わりに AdvancedFilter を使用してください。");const r=$p({props:t,name:"MultipleFilter"}),{filterPacks:i,onChange:o,placeholder:a="Add a new filter",editButtonTitle:l,applyButtonTitle:s,inputErrorText:c,formPlaceholder:d,width:u}=r,[p,m]=e.useState(!1),[h,g]=e.useState(null),f=J(),[b,v]=e.useState(null),[x,y]=e.useState(null),[w,C]=e.useState(null),E=((e,t,n)=>e?n?MA:null===t?IA:null!==t?kA:EA:EA)(p,h,w),[I,k]=e.useState([]),M=()=>{g(null),m(!1),C(null)},A=e=>{const t=I.filter((t=>t.filterName!==e.filterName));k(t),void 0!==o&&o(t)},$=(e,t)=>{const n=null==i?void 0:i.find((e=>e.categoryName===t.categoryName));n&&(1===n.filters.length&&(n.filters[0].filterName=n.categoryName),y(e.currentTarget),m(!0),g(n),C(t))};return e.createElement(e.Fragment,null,e.createElement(KM,{ref:n,isFocused:E!==EA},e.createElement(tA,null,e.createElement(ee,{name:"search",size:"md",color:f.palette.neutral.base})),e.createElement(nA,null,e.createElement(qM,null,I.map((t=>e.createElement(eA,{key:t.filterName},e.createElement(OA,{filter:t,onRemove:A,onClick:$})))),e.createElement(Cs,{ref:v,readOnly:!0,type:"text",placeholder:a,onClick:()=>{m(!0)}})),E===IA&&e.createElement(jg,{baseElement:b},e.createElement(Wg,{contents:null==i?void 0:i.filter((e=>e.filters.length!==I.filter((t=>t.categoryName===e.categoryName)).length)).map((e=>{return{onClick:(t=e,()=>{g(t)}),text:e.categoryName};var t})),baseElement:b,onClose:(e,t)=>{"backdropClick"===t&&m(!1)}}))),e.createElement(rA,null,0!==I.length&&e.createElement(iA,{onClick:()=>{k([]),void 0!==o&&o([])}},e.createElement(ee,{name:"close_circle",color:f.palette.black,type:"fill"})))),E===kA&&e.createElement(jg,{baseElement:b,positionPriority:["bottom-start"],onClose:M},e.createElement(fA,{applyButtonTitle:s,currentReferredFilters:I,selectedFilterPack:null==i?void 0:i.find((e=>e.categoryName===(null==h?void 0:h.categoryName))),inputErrorText:c,formPlaceholder:d,width:u,onApply:e=>{const t=I.concat([e]);k(t),void 0!==o&&o(t),g(null),m(!1)},onClose:M})),E===MA&&e.createElement(jg,{baseElement:x,positionPriority:["bottom-start"],onClose:M},e.createElement(CA,{editButtonTitle:l,willEditFilter:w,selectedFilterPack:null==i?void 0:i.find((e=>e.categoryName===(null==w?void 0:w.categoryName))),inputErrorText:c,formPlaceholder:d,width:u,onEdit:e=>{const t=I.findIndex((t=>t.filterName===e.filterName));I[t].filterCondition!==e.filterCondition&&k((n=>{const r=[...n];return r[t]=e,null==o||o(r),r})),m(!1),g(null),C(null)},onClose:M})))})),VA="64px",HA="256px",RA="72px",NA="72px",zA="56px",TA="48px",ZA=.3,BA=x.div`
|
|
4509
4509
|
position: fixed;
|
|
4510
4510
|
display: flex;
|
|
4511
4511
|
flex-direction: column;
|
|
@@ -4518,7 +4518,7 @@ object-assign
|
|
|
4518
4518
|
box-sizing: content-box;
|
|
4519
4519
|
overflow-x: hidden;
|
|
4520
4520
|
z-index: ${({theme:e})=>e.depth.drawer};
|
|
4521
|
-
transition: width ${
|
|
4521
|
+
transition: width ${ZA}s;
|
|
4522
4522
|
|
|
4523
4523
|
/* Mobile styles */
|
|
4524
4524
|
@media (max-width: ${B.MOBILE}px) {
|
|
@@ -4527,12 +4527,12 @@ object-assign
|
|
|
4527
4527
|
transform: translateX(
|
|
4528
4528
|
${({isMobileMenuOpen:e})=>e?"0":"100%"}
|
|
4529
4529
|
);
|
|
4530
|
-
transition: transform ${
|
|
4530
|
+
transition: transform ${ZA}s;
|
|
4531
4531
|
border-right: none;
|
|
4532
4532
|
border-left: 1px solid ${({theme:e})=>e.palette.neutral.softLight};
|
|
4533
4533
|
box-shadow: ${({isMobileMenuOpen:e,theme:t})=>e?`-4px 0px ${2*t.spacing}px ${mo(t.palette.neutral.base,4*t.palette.action.shadowOpacity)}`:"none"};
|
|
4534
4534
|
}
|
|
4535
|
-
`,
|
|
4535
|
+
`,PA=x.div`
|
|
4536
4536
|
position: fixed;
|
|
4537
4537
|
top: 0;
|
|
4538
4538
|
left: 0;
|
|
@@ -4543,48 +4543,64 @@ object-assign
|
|
|
4543
4543
|
opacity: ${({isVisible:e})=>e?1:0};
|
|
4544
4544
|
visibility: ${({isVisible:e})=>e?"visible":"hidden"};
|
|
4545
4545
|
transition:
|
|
4546
|
-
opacity ${
|
|
4547
|
-
visibility ${
|
|
4548
|
-
display: none;
|
|
4549
|
-
|
|
4550
|
-
@media (max-width: ${B.MOBILE}px) {
|
|
4551
|
-
display: block;
|
|
4552
|
-
}
|
|
4553
|
-
`,BA=x.div`
|
|
4554
|
-
position: absolute;
|
|
4555
|
-
top: ${({theme:e})=>2*e.spacing}px;
|
|
4556
|
-
right: ${({theme:e})=>2*e.spacing}px;
|
|
4557
|
-
display: none;
|
|
4558
|
-
|
|
4559
|
-
@media (max-width: ${B.MOBILE}px) {
|
|
4560
|
-
display: block;
|
|
4561
|
-
}
|
|
4562
|
-
`,PA=x.div`
|
|
4546
|
+
opacity ${ZA}s,
|
|
4547
|
+
visibility ${ZA}s;
|
|
4563
4548
|
display: none;
|
|
4564
|
-
padding-top: ${({theme:e})=>8*e.spacing}px; /* 閉じるボタンの下に配置 */
|
|
4565
4549
|
|
|
4566
4550
|
@media (max-width: ${B.MOBILE}px) {
|
|
4567
4551
|
display: block;
|
|
4568
4552
|
}
|
|
4569
|
-
|
|
4553
|
+
`;function _A(){return c(GA)}const GA=e.createContext({isOpen:!1,isFixed:!1,isMobile:!1,isMobileMenuOpen:!1,notificationCount:0,slotNotificationCount:0}),YA=x.div`
|
|
4570
4554
|
display: flex;
|
|
4571
4555
|
width: 100vw;
|
|
4572
4556
|
height: 100%;
|
|
4573
|
-
`,
|
|
4557
|
+
`,FA=x.div`
|
|
4574
4558
|
position: fixed;
|
|
4575
4559
|
top: ${({theme:e})=>2*e.spacing}px;
|
|
4576
4560
|
right: ${({theme:e})=>2*e.spacing}px;
|
|
4561
|
+
z-index: ${({theme:e})=>e.depth.drawer};
|
|
4577
4562
|
display: none;
|
|
4578
4563
|
|
|
4579
4564
|
@media (max-width: ${B.MOBILE}px) {
|
|
4580
|
-
display: block;
|
|
4565
|
+
display: ${({$visible:e})=>e?"block":"none"};
|
|
4581
4566
|
}
|
|
4582
|
-
`,
|
|
4567
|
+
`,jA=x.div`
|
|
4568
|
+
position: relative;
|
|
4569
|
+
display: inline-flex;
|
|
4570
|
+
align-items: center;
|
|
4571
|
+
justify-content: center;
|
|
4572
|
+
flex-shrink: 0;
|
|
4573
|
+
vertical-align: middle;
|
|
4574
|
+
line-height: 0;
|
|
4575
|
+
`,WA=x.div`
|
|
4576
|
+
display: flex;
|
|
4577
|
+
width: 100%;
|
|
4578
|
+
align-items: center;
|
|
4579
|
+
justify-content: space-between;
|
|
4580
|
+
gap: 4px;
|
|
4581
|
+
`,XA=x.span`
|
|
4582
|
+
position: absolute;
|
|
4583
|
+
top: ${({position:e})=>["top-right","top-left"].includes(e)?0:"auto"};
|
|
4584
|
+
bottom: ${({position:e})=>["bottom-right","bottom-left"].includes(e)?0:"auto"};
|
|
4585
|
+
right: ${({position:e})=>["top-right","bottom-right"].includes(e)?0:"auto"};
|
|
4586
|
+
left: ${({position:e})=>["top-left","bottom-left"].includes(e)?0:"auto"};
|
|
4587
|
+
transform: ${({invisible:e,position:t,$overlayOffsetPercent:n})=>e?"scale(0)":`scale(1) translate(${((e,t)=>{const n=`${t}%`;return`${["top-right","bottom-right"].includes(e)?n:`-${n}`}, ${["bottom-right","bottom-left"].includes(e)?n:`-${n}`}`})(t,n)})`};
|
|
4588
|
+
transform-origin: ${({position:e})=>`${["top-right","bottom-right"].includes(e)?"100%":"0%"} ${["bottom-right","bottom-left"].includes(e)?"100%":"0%"}`};
|
|
4589
|
+
transition: transform 0.3s;
|
|
4590
|
+
`,JA=x.span`
|
|
4591
|
+
display: block;
|
|
4592
|
+
border-radius: 50%;
|
|
4593
|
+
background-color: ${({theme:e})=>e.palette.danger.base};
|
|
4594
|
+
width: ${({size:e})=>e};
|
|
4595
|
+
height: ${({size:e})=>e};
|
|
4596
|
+
transform: ${({invisible:e})=>e?"scale(0)":"scale(1)"};
|
|
4597
|
+
transition: transform 0.3s;
|
|
4598
|
+
`,UA={small:"8px",medium:"12px",large:"16px"},QA=e.forwardRef((function({variant:t="normal",badgeContent:n="",position:r="top-right",overlayOffsetPercent:i=50,dotSize:o="medium",max:a=99,showZero:l=!1,invisible:s=!1,layout:c="overlay",color:d="danger",fontWeight:u="normal",fontSize:p,size:m="small",children:h},g){let f=s;(0===n&&!l||""===n&&"dot"!==t)&&(f=!0);let b="";return"dot"!==t&&(b="number"==typeof n&&n>a?`${a}+`:n),"inline"===c&&"normal"===t?e.createElement(WA,{ref:g},h,f?null:e.createElement(zm,{type:"pill",color:d,fontWeight:u,fontSize:p,size:m},b)):e.createElement(jA,{ref:g},h,e.createElement(XA,{position:r,invisible:f,$overlayOffsetPercent:i},"dot"===t?e.createElement(JA,{size:UA[o],invisible:f}):e.createElement(zm,{type:"pill",color:d,fontWeight:u,fontSize:p,size:m},b)))})),KA=`(max-width: ${B.MOBILE}px)`,qA=t.forwardRef((function({defaultFixed:e=!1,onChangeOpen:n,onChangeFixed:r,notificationCount:i=0,slotNotificationCount:o=0,children:a},l){const[s,c]=t.useState(e),[d,u]=t.useState(e),p=oo(KA),[m,h]=t.useState(!1),g=()=>{h((e=>!e))},f=p&&!m&&i>0,b=t.createElement(uc,{color:"clear",size:"medium","aria-label":"メニューを開く",icon:t.createElement(ee,{name:"menu",color:"currentColor"}),onClick:g}),v=f?t.createElement(QA,{variant:"dot",dotSize:"small",position:"top-right",overlayOffsetPercent:10},b):b;return t.createElement(GA.Provider,{value:{isOpen:s,isFixed:d,handleOpen:()=>{d||(c(!0),n&&n(!0))},handleClose:()=>{d||(c(!1),n&&n(!1))},handleFixed:()=>{c(!0),u(!0),r&&r(!0)},handleUnFixed:()=>{c(!1),u(!1),r&&r(!1)},isMobile:p,isMobileMenuOpen:m,handleMobileMenuToggle:g,notificationCount:i,slotNotificationCount:o}},t.createElement(YA,{ref:l},a,t.createElement(FA,{$visible:!p||!m},v)))})),e$=x.div`
|
|
4583
4599
|
flex-shrink: 0;
|
|
4584
4600
|
flex-basis: ${RA};
|
|
4585
4601
|
display: flex;
|
|
4586
4602
|
align-items: center;
|
|
4587
|
-
`,
|
|
4603
|
+
`,t$=x.div`
|
|
4588
4604
|
flex-grow: 1;
|
|
4589
4605
|
overflow-x: hidden;
|
|
4590
4606
|
overflow-y: auto;
|
|
@@ -4592,7 +4608,7 @@ object-assign
|
|
|
4592
4608
|
& * {
|
|
4593
4609
|
text-decoration: none;
|
|
4594
4610
|
}
|
|
4595
|
-
`,
|
|
4611
|
+
`,n$=x.div`
|
|
4596
4612
|
flex-shrink: 0;
|
|
4597
4613
|
flex-basis: ${NA};
|
|
4598
4614
|
display: flex;
|
|
@@ -4602,43 +4618,23 @@ object-assign
|
|
|
4602
4618
|
@media (max-width: ${B.MOBILE}px) {
|
|
4603
4619
|
display: none;
|
|
4604
4620
|
}
|
|
4605
|
-
`,
|
|
4621
|
+
`,r$=x.div`
|
|
4606
4622
|
padding-left: ${({isFixed:e})=>e?HA:VA};
|
|
4607
4623
|
width: 100%;
|
|
4608
4624
|
height: 100%;
|
|
4609
|
-
transition: padding-left ${
|
|
4625
|
+
transition: padding-left ${ZA}s;
|
|
4610
4626
|
|
|
4611
4627
|
@media (max-width: ${B.MOBILE}px) {
|
|
4612
4628
|
padding-left: 0;
|
|
4613
4629
|
}
|
|
4614
|
-
`,
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
font-weight: bold;
|
|
4619
|
-
transform: rotate(${({isFixed:e})=>e?"none":"180deg"});
|
|
4620
|
-
transition: transform ${zA}s;
|
|
4621
|
-
|
|
4622
|
-
&::before {
|
|
4623
|
-
content: "";
|
|
4624
|
-
position: absolute;
|
|
4625
|
-
top: 0;
|
|
4626
|
-
bottom: 0;
|
|
4627
|
-
left: 0;
|
|
4628
|
-
right: 0;
|
|
4629
|
-
background-color: ${({theme:e})=>e.palette.neutral.softLight};
|
|
4630
|
-
border-radius: 10rem;
|
|
4631
|
-
transform: scale(0);
|
|
4632
|
-
transition: transform 0.3s;
|
|
4633
|
-
}
|
|
4634
|
-
|
|
4635
|
-
&:hover::before {
|
|
4636
|
-
transform: scale(2);
|
|
4637
|
-
}
|
|
4638
|
-
`,qA=t.forwardRef((function({labelFixtureTooltip:e=(e=>(e?"Unfix":"Fix")+" the side menu")},n){const r=J(),{isFixed:i,handleFixed:o,handleUnFixed:a}=t.useContext(_A);return t.createElement(Ru,{content:e(i),positionPriority:["right"],offset:[0,2.5*r.spacing],enterDelay:zA},t.createElement(KA,{ref:n,isFixed:i,onClick:i?a:o},t.createElement(ee,{name:"arrow_double_left"})))})),e$=x.div`
|
|
4630
|
+
`,i$=t.forwardRef((function({children:e},n){const{isFixed:r}=t.useContext(GA);return t.createElement(r$,{ref:n,isFixed:r},e)})),o$=x.span`
|
|
4631
|
+
display: inline-flex;
|
|
4632
|
+
line-height: 0;
|
|
4633
|
+
`,a$=t.forwardRef((function({labelFixtureTooltip:e=(e=>(e?"Unfix":"Fix")+" the side menu")},n){const r=J(),{isOpen:i,isFixed:o,isMobile:a,handleFixed:l,handleUnFixed:s,slotNotificationCount:c}=t.useContext(GA),d=e(o),u=!a&&!i&&!o&&c>0,p=t.useCallback((()=>{o?null==s||s():null==l||l()}),[o,l,s]),m=t.createElement(uc,{ref:n,isQuiet:!0,color:"clear",size:"medium","aria-label":d,icon:t.createElement(ee,{name:o?"sidebar_fold":"sidebar_unfold",color:"currentColor"}),onClick:p});return t.createElement(Ru,{key:o?"fixed":"unfixed",content:d,positionPriority:["right"],offset:[0,2.5*r.spacing],enterDelay:ZA},t.createElement(o$,null,u?t.createElement(QA,{variant:"dot",dotSize:"small",position:"top-right",overlayOffsetPercent:10},m):m))})),l$=x.div`
|
|
4639
4634
|
cursor: pointer;
|
|
4640
4635
|
display: flex;
|
|
4641
4636
|
align-items: center;
|
|
4637
|
+
justify-content: ${({$isMenuExpanded:e})=>e?"flex-start":"center"};
|
|
4642
4638
|
padding: ${({theme:e})=>2*e.spacing+"px"};
|
|
4643
4639
|
background-color: ${({isActive:e,theme:t})=>e?t.palette.background.hint:"none"};
|
|
4644
4640
|
|
|
@@ -4649,16 +4645,22 @@ object-assign
|
|
|
4649
4645
|
& > * {
|
|
4650
4646
|
flex-shrink: 0;
|
|
4651
4647
|
}
|
|
4652
|
-
`,
|
|
4648
|
+
`,s$=x.div`
|
|
4653
4649
|
flex-shrink: 1;
|
|
4654
4650
|
flex-grow: 1;
|
|
4655
4651
|
display: flex;
|
|
4656
4652
|
align-items: center;
|
|
4657
4653
|
margin-left: ${({theme:e})=>1.5*e.spacing}px;
|
|
4658
|
-
opacity: ${({isOpen:e})=>e?1:0};
|
|
4659
|
-
transition: opacity ${zA}s;
|
|
4660
4654
|
min-width: 0;
|
|
4661
|
-
|
|
4655
|
+
overflow: hidden;
|
|
4656
|
+
transition: opacity ${ZA}s;
|
|
4657
|
+
|
|
4658
|
+
${({isOpen:e})=>e?w`
|
|
4659
|
+
opacity: 1;
|
|
4660
|
+
`:w`
|
|
4661
|
+
display: none;
|
|
4662
|
+
`}
|
|
4663
|
+
`,c$=x(ve)`
|
|
4662
4664
|
white-space: nowrap;
|
|
4663
4665
|
overflow: hidden;
|
|
4664
4666
|
text-overflow: ellipsis;
|
|
@@ -4669,39 +4671,7 @@ object-assign
|
|
|
4669
4671
|
& > * + * {
|
|
4670
4672
|
margin-left: ${({theme:e})=>.5*e.spacing}px;
|
|
4671
4673
|
}
|
|
4672
|
-
`;const
|
|
4673
|
-
position: relative;
|
|
4674
|
-
display: inline-flex;
|
|
4675
|
-
flex-shrink: 0;
|
|
4676
|
-
vertical-align: middle;
|
|
4677
|
-
`,i$=x.div`
|
|
4678
|
-
display: flex;
|
|
4679
|
-
width: 100%;
|
|
4680
|
-
align-items: center;
|
|
4681
|
-
justify-content: space-between;
|
|
4682
|
-
gap: 4px;
|
|
4683
|
-
`,o$=x.span`
|
|
4684
|
-
position: absolute;
|
|
4685
|
-
top: ${({position:e})=>["top-right","top-left"].includes(e)?0:"auto"};
|
|
4686
|
-
bottom: ${({position:e})=>["bottom-right","bottom-left"].includes(e)?0:"auto"};
|
|
4687
|
-
right: ${({position:e})=>["top-right","bottom-right"].includes(e)?0:"auto"};
|
|
4688
|
-
left: ${({position:e})=>["top-left","bottom-left"].includes(e)?0:"auto"};
|
|
4689
|
-
transform: ${({invisible:e})=>e?"scale(0)":"scale(1)"}
|
|
4690
|
-
translate(
|
|
4691
|
-
${({position:e})=>["top-right","bottom-right"].includes(e)?"50%":"-50%"},
|
|
4692
|
-
${({position:e})=>["bottom-right","bottom-left"].includes(e)?"50%":"-50%"}
|
|
4693
|
-
);
|
|
4694
|
-
transform-origin: ${({position:e})=>`${["top-right","bottom-right"].includes(e)?"100%":"0%"} ${["bottom-right","bottom-left"].includes(e)?"100%":"0%"}`};
|
|
4695
|
-
transition: transform 0.3s;
|
|
4696
|
-
`,a$=x.span`
|
|
4697
|
-
display: block;
|
|
4698
|
-
border-radius: 50%;
|
|
4699
|
-
background-color: ${({theme:e})=>e.palette.danger.base};
|
|
4700
|
-
width: ${({size:e})=>e};
|
|
4701
|
-
height: ${({size:e})=>e};
|
|
4702
|
-
transform: ${({invisible:e})=>e?"scale(0)":"scale(1)"};
|
|
4703
|
-
transition: transform 0.3s;
|
|
4704
|
-
`,l$={small:"8px",medium:"12px",large:"16px"},s$=e.forwardRef((function({variant:t="normal",badgeContent:n="",position:r="top-right",dotSize:i="medium",max:o=99,showZero:a=!1,invisible:l=!1,layout:s="overlay",color:c="danger",fontWeight:d="normal",fontSize:u,size:p="small",children:m},h){let g=l;(0===n&&!a||""===n&&"dot"!==t)&&(g=!0);let f="";return"dot"!==t&&(f="number"==typeof n&&n>o?`${o}+`:n),"inline"===s&&"normal"===t?e.createElement(i$,{ref:h},m,g?null:e.createElement(zm,{type:"pill",color:c,fontWeight:d,fontSize:u,size:p},f)):e.createElement(r$,{ref:h},m,e.createElement(o$,{position:r,invisible:g},"dot"===t?e.createElement(a$,{size:l$[i],invisible:g}):e.createElement(zm,{type:"pill",color:c,fontWeight:d,fontSize:u,size:p},f)))})),c$=x.span`
|
|
4674
|
+
`;const d$=x.span`
|
|
4705
4675
|
display: flex;
|
|
4706
4676
|
align-items: center;
|
|
4707
4677
|
align-content: center;
|
|
@@ -4717,11 +4687,16 @@ object-assign
|
|
|
4717
4687
|
font-weight: bold;
|
|
4718
4688
|
transform: ${({invisible:e})=>e?"scale(0)":"scale(1)"};
|
|
4719
4689
|
transition: transform 0.3s;
|
|
4720
|
-
|
|
4690
|
+
|
|
4691
|
+
${({invisible:e})=>e&&w`
|
|
4692
|
+
display: none;
|
|
4693
|
+
`}
|
|
4694
|
+
`,u$=({notificationCount:t=0,invisible:n=!1,style:r})=>{const i=t>=100?"99+":t;return e.createElement(d$,{invisible:n,style:r},i)},p$=e.forwardRef((function(t,n){var{title:r,isActive:i=!1,iconName:o,notificationCount:a=0,badge:l}=t,s=D(t,["title","isActive","iconName","notificationCount","badge"]);const c=J(),{isOpen:d,isMobile:u,isMobileMenuOpen:p}=e.useContext(GA),m=void 0!==l,h=a>0,g=u?p:d;return e.createElement(l$,Object.assign({ref:n,isActive:i,$isMenuExpanded:g,"aria-current":i?"page":void 0},s),h?e.createElement(QA,{badgeContent:a,position:"top-left",invisible:g},e.createElement(ee,{name:o,size:"lg",type:i?"fill":"line",color:i?"active":c.palette.black})):e.createElement(ee,{name:o,size:"lg",type:i?"fill":"line",color:i?"active":c.palette.black}),e.createElement(s$,{isOpen:u?p:d},e.createElement(c$,{component:"span",color:i?"primary":"initial",weight:"bold",size:"sm"},r)),m&&(u?p:d)&&e.createElement(zm,Object.assign({},l,{size:l.size||"small"})),h&&e.createElement(u$,{notificationCount:a,invisible:0===a||!(u?p:d),style:{marginLeft:m&&(u?p:d)?"4px":"0"}}))})),m$=x.div`
|
|
4721
4695
|
cursor: pointer;
|
|
4722
4696
|
display: flex;
|
|
4723
4697
|
align-items: center;
|
|
4724
|
-
|
|
4698
|
+
justify-content: ${({$isMenuExpanded:e})=>e?"flex-start":"center"};
|
|
4699
|
+
padding: ${({theme:e,$isMenuExpanded:t})=>t?`${2*e.spacing}px 0 ${2*e.spacing}px ${2*e.spacing}px`:2*e.spacing+"px"};
|
|
4725
4700
|
background-color: ${({isActive:e,theme:t})=>e?t.palette.background.hint:"none"};
|
|
4726
4701
|
|
|
4727
4702
|
&:hover {
|
|
@@ -4731,32 +4706,42 @@ object-assign
|
|
|
4731
4706
|
& > * {
|
|
4732
4707
|
flex-shrink: 0;
|
|
4733
4708
|
}
|
|
4734
|
-
`,
|
|
4709
|
+
`,h$=x.div`
|
|
4735
4710
|
flex-shrink: 1;
|
|
4736
4711
|
flex-grow: 1;
|
|
4737
4712
|
display: flex;
|
|
4738
4713
|
align-items: center;
|
|
4739
4714
|
margin-left: ${({theme:e})=>1.5*e.spacing}px;
|
|
4740
|
-
opacity: ${({isOpen:e})=>e?1:0};
|
|
4741
|
-
transition: opacity ${zA}s;
|
|
4742
4715
|
min-width: 0;
|
|
4743
|
-
|
|
4716
|
+
overflow: hidden;
|
|
4717
|
+
transition: opacity ${ZA}s;
|
|
4718
|
+
|
|
4719
|
+
${({isOpen:e})=>e?w`
|
|
4720
|
+
opacity: 1;
|
|
4721
|
+
`:w`
|
|
4722
|
+
display: none;
|
|
4723
|
+
`}
|
|
4724
|
+
`,g$=x(ve)`
|
|
4744
4725
|
white-space: nowrap;
|
|
4745
4726
|
overflow: hidden;
|
|
4746
4727
|
text-overflow: ellipsis;
|
|
4747
|
-
`,
|
|
4728
|
+
`,f$=x.div`
|
|
4729
|
+
flex-shrink: 0;
|
|
4748
4730
|
margin-right: ${({theme:e})=>e.spacing}px;
|
|
4749
|
-
opacity: ${({isOpen:e})=>e?1:0};
|
|
4750
4731
|
transform: rotate(${({isExpand:e})=>e?"180deg":"none"});
|
|
4751
|
-
transition:
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4732
|
+
transition: transform 0.3s;
|
|
4733
|
+
|
|
4734
|
+
${({isOpen:e})=>e?w`
|
|
4735
|
+
opacity: 1;
|
|
4736
|
+
`:w`
|
|
4737
|
+
display: none;
|
|
4738
|
+
`}
|
|
4739
|
+
`,b$=x.div`
|
|
4755
4740
|
overflow-y: hidden;
|
|
4756
4741
|
max-height: ${({isExpand:e,height:t})=>e?t:"0px"};
|
|
4757
4742
|
transition: max-height 0.3s
|
|
4758
|
-
${({delay:e})=>e?
|
|
4759
|
-
`,
|
|
4743
|
+
${({delay:e})=>e?ZA:0}s;
|
|
4744
|
+
`,v$=e.forwardRef((function(t,n){var{title:r,isActive:i=!1,iconName:o,expansionList:a=[],defaultExpand:l=!1,notificationCount:s=0,onChangeExpand:c,onClick:d}=t,u=D(t,["title","isActive","iconName","expansionList","defaultExpand","notificationCount","onChangeExpand","onClick"]);const p=J(),{isOpen:m,isMobile:h,isMobileMenuOpen:g}=e.useContext(GA),[f,b]=e.useState(l),[v,x]=e.useState(!1),[y,w]=e.useState("auto"),C=e.useRef(null),E=m||h&&g;return e.useEffect((()=>{x(E)}),[E]),e.useEffect((()=>{x(!1),c&&c(f)}),[f,c]),e.useEffect((()=>{if(!C.current)return;const{height:e}=C.current.getBoundingClientRect();0!==e&&w(`${e}px`)}),[]),e.createElement("div",{ref:n},e.createElement(m$,Object.assign({isActive:i,$isMenuExpanded:E,onClick:e=>{0!==a.length&&b(!f),d&&d(e)}},u),e.createElement(QA,{badgeContent:s,position:"top-left"},e.createElement(ee,{name:o,size:"lg",type:i?"fill":"line",color:i?"active":p.palette.black})),e.createElement(h$,{isOpen:E},e.createElement(g$,{component:"span",color:i?"primary":"initial",weight:"bold",size:"sm"},r)),e.createElement(f$,{isExpand:f,isOpen:E},e.createElement(ee,{name:"arrow_bottom",color:i?"active":p.palette.black,size:"md"}))),e.createElement(b$,{ref:C,isExpand:f&&E||"auto"===y,height:y,delay:v},a.map(((t,n)=>e.createElement(e.Fragment,{key:n},t)))))})),x$=x.div`
|
|
4760
4745
|
cursor: pointer;
|
|
4761
4746
|
display: flex;
|
|
4762
4747
|
align-items: center;
|
|
@@ -4769,7 +4754,7 @@ object-assign
|
|
|
4769
4754
|
& > * {
|
|
4770
4755
|
flex-shrink: 0;
|
|
4771
4756
|
}
|
|
4772
|
-
`,
|
|
4757
|
+
`,y$=x(ve)`
|
|
4773
4758
|
flex-shrink: 1;
|
|
4774
4759
|
flex-grow: 1;
|
|
4775
4760
|
display: flex;
|
|
@@ -4778,20 +4763,126 @@ object-assign
|
|
|
4778
4763
|
white-space: nowrap;
|
|
4779
4764
|
overflow: hidden;
|
|
4780
4765
|
text-overflow: ellipsis;
|
|
4781
|
-
`,
|
|
4766
|
+
`,w$=e.forwardRef((function(t,n){var{title:r,isActive:i=!1,notificationCount:o=0,badge:a}=t,l=D(t,["title","isActive","notificationCount","badge"]);const s=J();return e.createElement(x$,Object.assign({ref:n},l),e.createElement(y$,{component:"div",weight:i?"bold":"normal",color:i?"primary":s.palette.black,size:"sm"},r),a&&e.createElement(zm,Object.assign({},a,{size:a.size||"small"})),e.createElement(u$,{notificationCount:o,invisible:0===o,style:{marginLeft:a?"4px":"0"}}))})),C$=x.div`
|
|
4767
|
+
flex-shrink: 0;
|
|
4768
|
+
display: none;
|
|
4769
|
+
flex-direction: column;
|
|
4770
|
+
box-sizing: border-box;
|
|
4771
|
+
|
|
4772
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4773
|
+
display: flex;
|
|
4774
|
+
position: sticky;
|
|
4775
|
+
top: 0;
|
|
4776
|
+
z-index: 1;
|
|
4777
|
+
background-color: ${({theme:e})=>e.palette.background.default};
|
|
4778
|
+
border-bottom: 1px solid ${({theme:e})=>e.palette.neutral.softLight};
|
|
4779
|
+
}
|
|
4780
|
+
|
|
4781
|
+
${({$showCustom:e})=>!e&&w`
|
|
4782
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4783
|
+
display: none;
|
|
4784
|
+
}
|
|
4785
|
+
`}
|
|
4786
|
+
`,E$=x.div`
|
|
4787
|
+
display: none;
|
|
4788
|
+
flex-shrink: 0;
|
|
4789
|
+
align-items: center;
|
|
4790
|
+
justify-content: flex-end;
|
|
4791
|
+
min-height: ${TA};
|
|
4792
|
+
padding: 0 ${({theme:e})=>2*e.spacing}px;
|
|
4793
|
+
box-sizing: border-box;
|
|
4794
|
+
|
|
4795
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4796
|
+
display: flex;
|
|
4797
|
+
}
|
|
4798
|
+
|
|
4799
|
+
${({$showCustom:e})=>!e&&w`
|
|
4800
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4801
|
+
display: none;
|
|
4802
|
+
}
|
|
4803
|
+
`}
|
|
4804
|
+
`,I$=x.div`
|
|
4805
|
+
flex-shrink: 0;
|
|
4806
|
+
display: flex;
|
|
4807
|
+
align-items: center;
|
|
4808
|
+
justify-content: ${({$showCustom:e})=>e?"space-between":"center"};
|
|
4809
|
+
gap: ${({theme:e})=>2*e.spacing}px;
|
|
4810
|
+
padding: 0 ${({theme:e})=>2*e.spacing}px;
|
|
4811
|
+
border-bottom: 1px solid ${({theme:e})=>e.palette.neutral.softLight};
|
|
4812
|
+
box-sizing: border-box;
|
|
4813
|
+
min-height: ${zA};
|
|
4814
|
+
|
|
4815
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4816
|
+
align-items: flex-start;
|
|
4817
|
+
padding: 0;
|
|
4818
|
+
border-bottom: none;
|
|
4819
|
+
}
|
|
4820
|
+
`,k$=x.div`
|
|
4821
|
+
flex: 1;
|
|
4822
|
+
min-width: 0;
|
|
4823
|
+
display: flex;
|
|
4824
|
+
align-items: center;
|
|
4825
|
+
gap: ${({theme:e})=>2*e.spacing}px;
|
|
4826
|
+
overflow: visible;
|
|
4827
|
+
transition: opacity ${ZA}s;
|
|
4828
|
+
|
|
4829
|
+
${({$showCustom:e})=>!e&&w`
|
|
4830
|
+
display: none;
|
|
4831
|
+
`}
|
|
4832
|
+
|
|
4833
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4834
|
+
align-items: flex-start;
|
|
4835
|
+
align-self: stretch;
|
|
4836
|
+
width: 100%;
|
|
4837
|
+
}
|
|
4838
|
+
`,M$=x.div`
|
|
4839
|
+
flex-shrink: 0;
|
|
4840
|
+
display: flex;
|
|
4841
|
+
align-items: center;
|
|
4842
|
+
justify-content: ${({$showCustom:e})=>e?"flex-end":"center"};
|
|
4843
|
+
|
|
4844
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4845
|
+
display: none;
|
|
4846
|
+
}
|
|
4847
|
+
`,A$=x.div`
|
|
4848
|
+
display: flex;
|
|
4849
|
+
align-items: center;
|
|
4850
|
+
gap: inherit;
|
|
4851
|
+
|
|
4852
|
+
${({$passthrough:e})=>e&&w`
|
|
4853
|
+
display: contents;
|
|
4854
|
+
`}
|
|
4855
|
+
|
|
4856
|
+
${({$visibility:e})=>"desktop"===e&&w`
|
|
4857
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4858
|
+
display: none;
|
|
4859
|
+
}
|
|
4860
|
+
`}
|
|
4861
|
+
|
|
4862
|
+
${({$visibility:e})=>"mobile"===e&&w`
|
|
4863
|
+
display: none;
|
|
4864
|
+
|
|
4865
|
+
@media (max-width: ${B.MOBILE}px) {
|
|
4866
|
+
display: flex;
|
|
4867
|
+
align-items: flex-start;
|
|
4868
|
+
align-self: stretch;
|
|
4869
|
+
width: 100%;
|
|
4870
|
+
}
|
|
4871
|
+
`}
|
|
4872
|
+
`,$$=t.forwardRef((function({children:e,actions:n},r){const{isOpen:i,isFixed:o,isMobile:a,handleMobileMenuToggle:l}=_A(),s=a||i||o,c=t.Children.count(e)>0,d=t.createElement(uc,{color:"clear",size:"medium","aria-label":"メニューを閉じる",icon:t.createElement(ee,{name:"close",color:"currentColor"}),onClick:l}),u=a?d:null!=n?n:t.createElement(a$,null),p=t.createElement(k$,{$showCustom:s,"data-testid":"navigation-rail-slot-custom"},e);return a?t.createElement(C$,{ref:r,"data-testid":"navigation-rail-slot",$showCustom:s},t.createElement(E$,{$showCustom:s,"data-testid":"navigation-rail-slot-mobile-close"},d),c?t.createElement(I$,{$showCustom:s},p):null):t.createElement(I$,{ref:r,"data-testid":"navigation-rail-slot",$showCustom:s},p,t.createElement(M$,{$showCustom:s},u))})),D$=t.forwardRef((function({children:e,visibility:n="all"},r){return t.createElement(A$,{ref:r,$visibility:n,$passthrough:"all"===n},e)}));function L$(e){let n=!1;return t.Children.forEach(e,(e=>{!n&&t.isValidElement(e)&&(e.type!==$$?e.type===t.Fragment&&(n=L$(e.props.children)):n=!0)})),n}const O$=t.forwardRef((function({children:e},n){const{isOpen:r,isFixed:i,handleOpen:o,handleClose:a,isMobile:l,isMobileMenuOpen:s,handleMobileMenuToggle:c}=t.useContext(GA),d=L$(e),u=l&&!d?t.createElement($$,null):null;return t.createElement(t.Fragment,null,t.createElement(PA,{isVisible:l&&s,onClick:c}),t.createElement(BA,{ref:n,isOpen:r,isFixed:i,isMobile:l,isMobileMenuOpen:s,onMouseEnter:()=>{l||null==o||o()},onMouseLeave:()=>{l||null==a||a()}},u,e))})),S$=O$;S$.Container=qA,S$.Header=e$,S$.Content=t$,S$.Footer=n$,S$.Menu=p$,S$.ExpansionMenu=v$,S$.ExpansionMenuItem=w$,S$.Fixture=a$,S$.MainContent=i$,S$.Slot=$$,S$.SlotContent=D$;const V$=e.forwardRef((function(t,n){var{title:r,description:i,slotContent:o,slotExpansion:a="whenChecked",disabled:l,error:s,checked:c,inputRef:d}=t,u=D(t,["title","description","slotContent","slotExpansion","disabled","error","checked","inputRef"]);const p=!!c,{controlWrapRef:m,assignInputRef:h,handleHeaderClick:g}=xg(l,d),f=e.createElement(fg,null,e.createElement(gg,{ref:m},e.createElement(pw,Object.assign({},u,{checked:c,disabled:l,error:s,inputRef:h}),r)),yg(i)?e.createElement(bg,{$disabled:!!l},i):null);return e.createElement(vg,{ref:n,checked:p,disabled:l,header:f,slot:o,slotExpansion:a,onHeaderClick:g})})),H$=x.div`
|
|
4782
4873
|
${({height:e,maxHeight:t,minHeight:n})=>Eg({height:e,maxHeight:t,minHeight:n})}
|
|
4783
|
-
`,
|
|
4874
|
+
`,R$=e.forwardRef((function(t,n){var{height:r="auto",maxHeight:i="none",minHeight:o="none",children:a}=t,l=D(t,["height","maxHeight","minHeight","children"]);return e.createElement(H$,Object.assign({height:r,maxHeight:i,minHeight:o},l,{ref:n}),a)})),N$="24px",z$=x.div`
|
|
4784
4875
|
flex-direction: row;
|
|
4785
4876
|
width: 100%;
|
|
4786
|
-
min-height: ${
|
|
4877
|
+
min-height: ${N$};
|
|
4787
4878
|
display: flex;
|
|
4788
4879
|
align-items: center;
|
|
4789
4880
|
position: relative;
|
|
4790
4881
|
cursor: ${({disabled:e})=>e?"not-allowed":"default"};
|
|
4791
|
-
|
|
4882
|
+
`,T$=x.div`
|
|
4792
4883
|
position: relative;
|
|
4793
4884
|
flex: 1;
|
|
4794
|
-
min-height: ${
|
|
4885
|
+
min-height: ${N$};
|
|
4795
4886
|
display: flex;
|
|
4796
4887
|
align-items: center;
|
|
4797
4888
|
min-width: 100px;
|
|
@@ -4809,7 +4900,7 @@ object-assign
|
|
|
4809
4900
|
background-color: ${({theme:e})=>e.palette.neutral.lighter};
|
|
4810
4901
|
pointer-events: none;
|
|
4811
4902
|
}
|
|
4812
|
-
`,
|
|
4903
|
+
`,Z$=x.div`
|
|
4813
4904
|
position: absolute;
|
|
4814
4905
|
top: 50%;
|
|
4815
4906
|
left: 0;
|
|
@@ -4823,7 +4914,7 @@ object-assign
|
|
|
4823
4914
|
width: ${e}%;
|
|
4824
4915
|
left: ${t}%;
|
|
4825
4916
|
`}
|
|
4826
|
-
`,
|
|
4917
|
+
`,B$=x.div`
|
|
4827
4918
|
position: absolute;
|
|
4828
4919
|
width: 18px;
|
|
4829
4920
|
height: 18px;
|
|
@@ -4843,7 +4934,7 @@ object-assign
|
|
|
4843
4934
|
left: ${e}%;
|
|
4844
4935
|
transform: translate(-50%, -50%);
|
|
4845
4936
|
`}
|
|
4846
|
-
`,
|
|
4937
|
+
`,P$=x.div`
|
|
4847
4938
|
position: absolute;
|
|
4848
4939
|
top: 0;
|
|
4849
4940
|
left: 0;
|
|
@@ -4853,7 +4944,7 @@ object-assign
|
|
|
4853
4944
|
z-index: 1;
|
|
4854
4945
|
display: flex;
|
|
4855
4946
|
justify-content: space-between;
|
|
4856
|
-
`,
|
|
4947
|
+
`,_$=x.div`
|
|
4857
4948
|
position: absolute;
|
|
4858
4949
|
display: flex;
|
|
4859
4950
|
flex-direction: column;
|
|
@@ -4864,7 +4955,7 @@ object-assign
|
|
|
4864
4955
|
top: 50%;
|
|
4865
4956
|
transform: translateY(-50%);
|
|
4866
4957
|
`}
|
|
4867
|
-
`,
|
|
4958
|
+
`,G$=x.div`
|
|
4868
4959
|
border-radius: 50%;
|
|
4869
4960
|
position: absolute;
|
|
4870
4961
|
top: 50%;
|
|
@@ -4874,32 +4965,32 @@ object-assign
|
|
|
4874
4965
|
|
|
4875
4966
|
width: 8px;
|
|
4876
4967
|
height: 8px;
|
|
4877
|
-
`,
|
|
4878
|
-
&.${
|
|
4879
|
-
transform: ${({direction:e})=>
|
|
4968
|
+
`,Y$=(e,t,n)=>Math.max(t,Math.min(n,e)),F$=(e,t,n,r)=>void 0===e?r?[t,n]:t:Array.isArray(e)?[Y$(e[0],t,n),Y$(e[1],t,n)]:Y$(e,t,n),j$=(e,t,n)=>(e-t)/(n-t)*100,W$=(e,t,n,r,i)=>{const o=n+(e-t.left)/t.width*100/100*(r-n),a=Math.round(o/i)*i;return Y$(a,n,r)},X$=(e,t)=>{if(1===t.length)return 0;const[n,r]=t,i=Math.abs(e-n),o=Math.abs(e-r);if(i!==o)return i<o?0:1;return e>=(n+r)/2?1:0},J$=(e,t,n,r,i,o,a)=>{const l="PageUp"===t||"PageDown"===t?10*i:i;let s;if(o&&Array.isArray(e)){const i=null!=a?a:0,o=e[i];switch(t){case"ArrowLeft":case"ArrowDown":case"PageDown":s=Y$(o-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=Y$(o+l,n,r);break;case"Home":s=n;break;case"End":s=r;break;default:return e}const c=[...e];return c[i]=s,0===i?c[0]=Math.min(s,c[1]):c[1]=Math.max(s,c[0]),c}{const i=Array.isArray(e)?e[0]:e;switch(t){case"ArrowLeft":case"ArrowDown":case"PageDown":s=Y$(i-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=Y$(i+l,n,r);break;case"Home":s=n;break;case"End":s=r;break;default:return e}return s}},U$=()=>{document.body.style.userSelect="none"},Q$=()=>{document.body.style.userSelect=""},K$=e=>{e.preventDefault()};function q$({value:t,defaultValue:n,onChange:r,min:i,max:o,step:a,disabled:l=!1}){const s=e.useCallback((e=>{const r=Array.isArray(t)||Array.isArray(n);return F$(e,i,o,r)}),[i,o,t,n]),[c,d]=e.useState(s(n)),[u,p]=e.useState(!1),[m,h]=e.useState(null),[g,f]=e.useState(new Map),[b,v]=e.useState(new Map),x=e.useRef(null),y=e.useRef(null);e.useEffect((()=>{if(void 0===t&&void 0!==n){const e=s(n);d(e)}}),[t,n,s]);const w=void 0!==t?t:c,C=e.useCallback((e=>{r?r(e):d(e)}),[r]),E=e.useCallback((e=>{if(!x.current)return i;const t=x.current.getBoundingClientRect();return W$(e,t,i,o,a)}),[i,o,a]),I=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),U$(),document.addEventListener("wheel",K$,{passive:!1}),document.addEventListener("touchmove",K$,{passive:!1});const t=E(e.clientX);if(Array.isArray(w)){const e=X$(t,w);h(e);const n=[...w];n[e]=t,C(n)}else h(0),C(t)}),[l,E,w,C]),k=e.useCallback((e=>{if(!u||l)return;const t=E(e.clientX);if(Array.isArray(w)&&null!==m){const e=[...w];e[m]=t,0===m?e[0]=Math.min(t,e[1]):e[1]=Math.max(t,e[0]),C(e)}else Array.isArray(w)||C(t)}),[u,l,E,w,m,C]),M=e.useCallback((()=>{p(!1),h(null),Q$(),document.removeEventListener("wheel",K$),document.removeEventListener("touchmove",K$)}),[]),A=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),U$(),document.addEventListener("wheel",K$,{passive:!1}),document.addEventListener("touchmove",K$,{passive:!1});const t=new Map,n=new Map;Array.from(e.changedTouches).forEach((e=>{const r=E(e.clientX);if(t.set(e.identifier,e),Array.isArray(w)){const t=X$(r,w);n.set(e.identifier,t)}else n.set(e.identifier,0)})),f(t),v(n)}),[l,E,w]),$=e.useCallback((e=>{u&&!l&&(e.preventDefault(),Array.from(e.changedTouches).forEach((e=>{const t=b.get(e.identifier);if(void 0===t)return;const n=E(e.clientX);if(Array.isArray(w)){const e=[...w];e[t]=n,0===t?e[0]=Math.min(n,e[1]):e[1]=Math.max(n,e[0]),C(e)}else C(n)})))}),[u,l,E,w,b,C]),D=e.useCallback((e=>{const t=new Map(g),n=new Map(b);Array.from(e.changedTouches).forEach((e=>{t.delete(e.identifier),n.delete(e.identifier)})),f(t),v(n),0===t.size&&(p(!1),Q$(),document.removeEventListener("wheel",K$),document.removeEventListener("touchmove",K$))}),[g,b]);return{currentValue:w,isDragging:u,trackRef:x,thumbRef:y,handleChange:C,handleMouseDown:I,handleMouseMove:k,handleMouseUp:M,handleTouchStart:A,handleTouchMove:$,handleTouchEnd:D}}function eD({showScale:t,min:n,max:r,step:i,currentValue:o}){const a=J(),l=e.useCallback((()=>{if(!t)return[];const e=[];for(let t=n;t<=r;t+=i)e.push(t);return e}),[t,n,r,i]),s=e.useCallback((e=>Array.isArray(o)?e>=o[0]&&e<=o[1]:e<=o),[o]),c=e.useCallback((()=>{if(!t)return null;const i=l();return e.createElement(P$,{},i.map((t=>e.createElement(_$,{key:t,percentage:(t-n)/(r-n)*100},e.createElement(G$,{theme:a,isOnFill:s(t)})))))}),[t,l,n,r,s,a]);return{getScaleValues:l,isScaleOnFill:s,renderScale:c}}let tD=0;const nD={min:0,max:100,step:1,disabled:!1,showScale:!1},rD=e.forwardRef((function(t,n){var{value:r,defaultValue:i,onChange:o,min:a=nD.min,max:l=nD.max,step:s=nD.step,disabled:c=nD.disabled,showScale:d=nD.showScale,id:u,className:p,style:m,"aria-label":h,"aria-labelledby":g,"aria-describedby":f}=t,b=D(t,["value","defaultValue","onChange","min","max","step","disabled","showScale","id","className","style","aria-label","aria-labelledby","aria-describedby"]);const v=J(),x=e.useId(),y=e.useMemo((()=>"slider-"+ ++tD),[]),w=u||x||y,{currentValue:C,isDragging:E,trackRef:I,thumbRef:k,handleChange:M,handleMouseDown:A,handleMouseMove:$,handleMouseUp:L,handleTouchStart:O,handleTouchMove:S,handleTouchEnd:V}=q$({value:r,defaultValue:i,onChange:o,min:a,max:l,step:s,disabled:c}),{renderScale:H}=eD({showScale:d,min:a,max:l,step:s,currentValue:C}),R=e.useCallback((e=>j$(e,a,l)),[a,l]),N=e.useCallback((e=>{if(c)return;const t=Array.isArray(C),n=J$(C,e.key,a,l,s,t,null);n!==C&&(e.preventDefault(),M(n))}),[c,C,a,l,s,M]),z=e.useCallback((e=>{const t=parseFloat(e.target.value);if(Array.isArray(C)){const e=[...C];e[0]=t,M(e)}else M(t)}),[C,M]),T=e.useCallback((e=>{if(!Array.isArray(C))return;const t=parseFloat(e.target.value),n=[...C];n[0]=Math.min(t,n[1]),M(n)}),[C,M]),Z=e.useCallback((e=>{if(!Array.isArray(C))return;const t=parseFloat(e.target.value),n=[...C];n[1]=Math.max(t,n[0]),M(n)}),[C,M]);return e.useEffect((()=>{if(E){document.addEventListener("mousemove",$),document.addEventListener("mouseup",L),document.addEventListener("touchmove",S),document.addEventListener("touchend",V);const e=e=>e.preventDefault();return document.addEventListener("contextmenu",e),()=>{document.removeEventListener("mousemove",$),document.removeEventListener("mouseup",L),document.removeEventListener("touchmove",S),document.removeEventListener("touchend",V),document.removeEventListener("contextmenu",e)}}}),[E,$,L,S,V]),e.createElement(z$,Object.assign({ref:n,theme:v,disabled:c,className:p,style:m},b),e.createElement(T$,{ref:I,id:w,tabIndex:c?-1:0,role:"slider","aria-valuemin":a,"aria-valuemax":l,"aria-valuenow":Array.isArray(C)?C[0]:C,"aria-valuetext":Array.isArray(C)?`${C[0]} to ${C[1]}`:void 0,"aria-disabled":c,"aria-label":h,"aria-labelledby":g,"aria-describedby":f,onMouseDown:A,onTouchStart:O,onKeyDown:N},Array.isArray(C)?e.createElement(e.Fragment,null,e.createElement(Z$,{percentage:R(C[1])-R(C[0]),isDragging:E,startPercentage:R(C[0]),disabled:c}),e.createElement(B$,{ref:k,percentage:R(C[0]),isDragging:E,disabled:c}),e.createElement(B$,{percentage:R(C[1]),isDragging:E,disabled:c})):e.createElement(e.Fragment,null,e.createElement(Z$,{percentage:R(C),isDragging:E,disabled:c}),e.createElement(B$,{ref:k,percentage:R(C),isDragging:E,disabled:c})),H()),Array.isArray(C)?e.createElement(e.Fragment,null,e.createElement("input",{type:"range",min:a,max:l,step:s,value:C[0],style:{position:"absolute",opacity:0,pointerEvents:"none",width:"1px",height:"1px",margin:"-1px",padding:0,border:"none",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap"},"aria-label":"Slider minimum value","aria-labelledby":g,"aria-describedby":f,disabled:c,onChange:T}),e.createElement("input",{type:"range",min:a,max:l,step:s,value:C[1],style:{position:"absolute",opacity:0,pointerEvents:"none",width:"1px",height:"1px",margin:"-1px",padding:0,border:"none",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap"},"aria-label":"Slider maximum value","aria-labelledby":g,"aria-describedby":f,disabled:c,onChange:Z})):e.createElement("input",{type:"range",min:a,max:l,step:s,value:C,style:{position:"absolute",opacity:0,pointerEvents:"none",width:"1px",height:"1px",margin:"-1px",padding:0,border:"none",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap"},"aria-label":"Slider input","aria-labelledby":g,"aria-describedby":f,disabled:c,onChange:z}))})),iD=s(null),oD=()=>{const e=c(iD);if(!e)throw new Error("SliderField components must be used within a SliderField");return e},aD=({children:e})=>{const n=r(),i={fieldId:n,sliderId:`${n}-slider`,outputId:`${n}-output`};return t.createElement(iD.Provider,{value:i},e)};aD.Slider=e=>{const{sliderId:n,outputId:r}=oD(),i=e.id||n,o=e["aria-describedby"]||r;return t.createElement(rD,Object.assign({},e,{id:i,"aria-describedby":o}))},aD.Output=e=>{var{children:n,id:r}=e,i=D(e,["children","id"]);const{outputId:o}=oD();return t.createElement("div",Object.assign({},i,{id:r||o}),n)};const lD=e=>{switch(e){case"down":default:return"translateY(100vh)";case"up":return"translateY(-100vh)";case"right":return"translateX(100vw)";case"left":return"translateX(-100vw)"}},sD="slide-transition",cD=x(mu)`
|
|
4969
|
+
&.${sD}-enter, &.${sD}-appear {
|
|
4970
|
+
transform: ${({direction:e})=>lD(e)};
|
|
4880
4971
|
}
|
|
4881
|
-
&.${
|
|
4972
|
+
&.${sD}-enter-active, &.${sD}-appear-active {
|
|
4882
4973
|
transform: none;
|
|
4883
4974
|
transition: transform ${({timeout:e})=>$u(e,"enter")}ms;
|
|
4884
4975
|
}
|
|
4885
|
-
&.${
|
|
4976
|
+
&.${sD}-exit {
|
|
4886
4977
|
transform: none;
|
|
4887
4978
|
}
|
|
4888
|
-
&.${
|
|
4889
|
-
transform: ${({direction:e})=>
|
|
4979
|
+
&.${sD}-exit-active {
|
|
4980
|
+
transform: ${({direction:e})=>lD(e)};
|
|
4890
4981
|
transition: transform ${({timeout:e})=>$u(e,"exit")}ms;
|
|
4891
4982
|
}
|
|
4892
|
-
&.${
|
|
4893
|
-
transform: ${({direction:e})=>
|
|
4983
|
+
&.${sD}-exit-done {
|
|
4984
|
+
transform: ${({direction:e})=>lD(e)};
|
|
4894
4985
|
}
|
|
4895
|
-
`,
|
|
4986
|
+
`,dD=t=>{var{timeout:n=300,children:r,direction:i="down"}=t,o=D(t,["timeout","children","direction"]);const a=e.useRef(null);return e.createElement(cD,Object.assign({nodeRef:a,appear:!0,timeout:n,direction:i,classNames:sD},o),e.createElement("div",{ref:a},r))},uD=x.div`
|
|
4896
4987
|
position: fixed;
|
|
4897
4988
|
left: ${({horizontal:e,theme:t})=>"left"===e?3*t.spacing+"px":"auto"};
|
|
4898
4989
|
right: ${({horizontal:e,theme:t})=>"right"===e?3*t.spacing+"px":"auto"};
|
|
4899
4990
|
top: ${({vertical:e,theme:t})=>"top"===e?3*t.spacing+"px":"auto"};
|
|
4900
4991
|
bottom: ${({vertical:e,theme:t})=>"bottom"===e?3*t.spacing+"px":"auto"};
|
|
4901
4992
|
z-index: ${({theme:e})=>e.depth.snackbar};
|
|
4902
|
-
`,
|
|
4993
|
+
`,pD=x.div`
|
|
4903
4994
|
position: relative;
|
|
4904
4995
|
min-width: 320px;
|
|
4905
4996
|
max-width: 400px;
|
|
@@ -4911,104 +5002,104 @@ object-assign
|
|
|
4911
5002
|
box-shadow: ${({boxShadow:e})=>e};
|
|
4912
5003
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
4913
5004
|
color: ${({textColor:e})=>e||"inherit"};
|
|
4914
|
-
`,
|
|
5005
|
+
`,mD=x.div`
|
|
4915
5006
|
position: absolute;
|
|
4916
5007
|
top: ${({theme:e})=>e.spacing}px;
|
|
4917
5008
|
right: ${({theme:e})=>e.spacing}px;
|
|
4918
5009
|
cursor: pointer;
|
|
4919
|
-
`,
|
|
5010
|
+
`,hD=({color:t,onClose:n,children:r})=>{const i=(e=>({default:{iconColor:e.palette.black,boxShadow:ho(5,e.palette.action.shadowOpacity,e.palette.action.shadowBase),background:e.palette.background.default},dark:{iconColor:e.palette.white,boxShadow:ho(5,e.palette.action.shadowOpacity,e.palette.action.shadowBase),background:e.palette.black,textColor:e.palette.text.white},warning:{iconColor:e.palette.warning.ultraDark,boxShadow:ho(5,e.palette.action.shadowOpacity,e.palette.warning.highlight),background:e.palette.warning.highlight}}))(J())[t];return e.createElement(pD,Object.assign({},i),r,e.createElement(mD,{onClick:n},e.createElement(ee,{name:"close",color:i.iconColor})))},gD=e.forwardRef((function({color:t="default",anchorOrigin:{vertical:n,horizontal:r}={vertical:"bottom",horizontal:"right"},isOpen:i,onClose:o,children:a},l){return i?e.createElement(uD,{ref:l,vertical:n,horizontal:r,role:"warning"===t?"alert":"status"},e.createElement(hD,{color:t,onClose:o},a)):null})),fD=x.div`
|
|
4920
5011
|
display: block;
|
|
4921
|
-
`,
|
|
5012
|
+
`,bD=e.forwardRef((function(t,n){var{children:r}=t,i=D(t,["children"]);return e.createElement(re,Object.assign({ref:n,display:"flex"},i),e.createElement(Ks,{pr:1}),e.createElement(_g,{orientation:"vertical"}),e.createElement(Ks,{pr:1}),e.createElement(fD,null,r))})),vD={small:{height:"28px",fontSize:"12px",padding:"0 4px",borderRadius:"4px",itemHeight:"20px",itemPadding:"0 4px",itemRadius:"2px",iconSize:"sm-md",iconItemWidth:"24px",gap:"4px"},medium:{height:"32px",fontSize:"12px",padding:"0 4px",borderRadius:"4px",itemHeight:"24px",itemPadding:"0 6px",itemRadius:"4px",iconSize:"sm-md",iconItemWidth:"24px",gap:"6px"},large:{height:"40px",fontSize:"13px",padding:"0 6px",borderRadius:"6px",itemHeight:"28px",itemPadding:"0 8px",itemRadius:"4px",iconSize:"md",iconItemWidth:"28px",gap:"8px"}},xD=e=>({light:{containerBackground:e.palette.background.default,indicatorBackground:e.palette.black,textColor:e.palette.black,textColorActive:e.palette.background.default,textColorDisabled:e.palette.text.disabled,iconColor:e.palette.black,iconColorActive:e.palette.background.default,iconColorDisabled:e.palette.neutral.lighter,borderColor:e.palette.divider,hoverBackground:e.palette.neutral.softLight},dark:{containerBackground:e.palette.neutral.ultraLight,indicatorBackground:e.palette.black,textColor:e.palette.black,textColorActive:e.palette.background.default,textColorDisabled:e.palette.text.disabled,iconColor:e.palette.black,iconColorActive:e.palette.background.default,iconColorDisabled:e.palette.neutral.lighter,borderColor:e.palette.divider,hoverBackground:e.palette.neutral.softLight},primary:{containerBackground:e.palette.primary.ultraLight,indicatorBackground:e.palette.primary.base,textColor:e.palette.primary.base,textColorActive:e.palette.background.default,textColorDisabled:e.palette.text.disabled,iconColor:e.palette.primary.base,iconColorActive:e.palette.background.default,iconColorDisabled:e.palette.neutral.lighter,borderColor:e.palette.primary.base,hoverBackground:e.palette.primary.highlight}}),yD=x.div`
|
|
4922
5013
|
display: inline-flex;
|
|
4923
5014
|
align-items: center;
|
|
4924
|
-
height: ${({$size:e})=>
|
|
4925
|
-
padding: ${({$size:e})=>
|
|
4926
|
-
border-radius: ${({$size:e})=>
|
|
4927
|
-
background-color: ${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.neutral.softLight;return
|
|
5015
|
+
height: ${({$size:e})=>vD[e].height};
|
|
5016
|
+
padding: ${({$size:e})=>vD[e].padding};
|
|
5017
|
+
border-radius: ${({$size:e})=>vD[e].borderRadius};
|
|
5018
|
+
background-color: ${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.neutral.softLight;return xD(t)[e].containerBackground}};
|
|
4928
5019
|
border: 1px solid
|
|
4929
|
-
${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.text.disabled;return
|
|
5020
|
+
${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.text.disabled;return xD(t)[e].borderColor}};
|
|
4930
5021
|
width: ${({$fullWidth:e,$width:t})=>e?"100%":t?`${isNaN(+t)?t:t+"px"}`:"auto"};
|
|
4931
5022
|
cursor: ${({$disabled:e})=>e?"not-allowed":"default"};
|
|
4932
5023
|
transition: all 0.3s ease-in-out;
|
|
4933
|
-
`,
|
|
5024
|
+
`,wD=x.div`
|
|
4934
5025
|
position: relative;
|
|
4935
5026
|
width: 100%;
|
|
4936
|
-
`,
|
|
5027
|
+
`,CD=x.div`
|
|
4937
5028
|
position: relative;
|
|
4938
5029
|
width: 100%;
|
|
4939
5030
|
white-space: nowrap;
|
|
4940
5031
|
display: flex;
|
|
4941
5032
|
align-items: center;
|
|
4942
|
-
gap: ${({$size:e})=>
|
|
5033
|
+
gap: ${({$size:e})=>vD[e].gap};
|
|
4943
5034
|
${({$fullWidth:e})=>e&&"\n & > * {\n flex: 1;\n }\n "}
|
|
4944
|
-
`,
|
|
5035
|
+
`,ED=x.div`
|
|
4945
5036
|
display: inline-flex;
|
|
4946
5037
|
align-items: center;
|
|
4947
5038
|
justify-content: center;
|
|
4948
|
-
width: ${({$size:e})=>
|
|
4949
|
-
height: ${({$size:e})=>
|
|
4950
|
-
border-radius: ${({$size:e})=>
|
|
5039
|
+
width: ${({$size:e})=>vD[e].iconItemWidth};
|
|
5040
|
+
height: ${({$size:e})=>vD[e].itemHeight};
|
|
5041
|
+
border-radius: ${({$size:e})=>vD[e].itemRadius};
|
|
4951
5042
|
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
4952
5043
|
transition: all 0.3s ease-in-out;
|
|
4953
5044
|
background-color: transparent;
|
|
4954
5045
|
|
|
4955
5046
|
@media (any-hover: hover) {
|
|
4956
5047
|
&:hover:not([data-disabled="true"]) {
|
|
4957
|
-
background-color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r)return"transparent";if(n)return"transparent";return
|
|
5048
|
+
background-color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r)return"transparent";if(n)return"transparent";return xD(t)[e].hoverBackground}};
|
|
4958
5049
|
}
|
|
4959
5050
|
}
|
|
4960
|
-
`,
|
|
5051
|
+
`,ID=x.div`
|
|
4961
5052
|
display: inline-flex;
|
|
4962
5053
|
align-items: center;
|
|
4963
5054
|
justify-content: center;
|
|
4964
|
-
height: ${({$size:e})=>
|
|
4965
|
-
padding: ${({$size:e})=>
|
|
4966
|
-
border-radius: ${({$size:e})=>
|
|
5055
|
+
height: ${({$size:e})=>vD[e].itemHeight};
|
|
5056
|
+
padding: ${({$size:e})=>vD[e].itemPadding};
|
|
5057
|
+
border-radius: ${({$size:e})=>vD[e].itemRadius};
|
|
4967
5058
|
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
4968
5059
|
transition: all 0.3s ease-in-out;
|
|
4969
5060
|
background-color: transparent;
|
|
4970
5061
|
|
|
4971
5062
|
@media (any-hover: hover) {
|
|
4972
5063
|
&:hover:not([data-disabled="true"]) {
|
|
4973
|
-
background-color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r)return"transparent";if(n)return"transparent";return
|
|
5064
|
+
background-color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r)return"transparent";if(n)return"transparent";return xD(t)[e].hoverBackground}};
|
|
4974
5065
|
}
|
|
4975
5066
|
}
|
|
4976
5067
|
|
|
4977
5068
|
span {
|
|
4978
|
-
color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r&&n)return t.palette.background.default;if(r){return
|
|
5069
|
+
color: ${({$variant:e,theme:t,$active:n,$disabled:r})=>{if(r&&n)return t.palette.background.default;if(r){return xD(t)[e].textColorDisabled}if(n){return xD(t)[e].textColorActive}return xD(t)[e].textColor}};
|
|
4979
5070
|
transition: color 0.5s ease-in-out;
|
|
4980
5071
|
}
|
|
4981
|
-
`,
|
|
5072
|
+
`,kD=x.div`
|
|
4982
5073
|
position: absolute;
|
|
4983
5074
|
top: 0;
|
|
4984
5075
|
height: 100%;
|
|
4985
5076
|
transition: all 0.3s ease-in-out; //インジケーターの動きだしタイミングを少しだけ速くする
|
|
4986
|
-
background-color: ${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.text.disabled;return
|
|
4987
|
-
border-radius: ${({$size:e})=>
|
|
4988
|
-
`,
|
|
5077
|
+
background-color: ${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.text.disabled;return xD(t)[e].indicatorBackground}};
|
|
5078
|
+
border-radius: ${({$size:e})=>vD[e].itemRadius};
|
|
5079
|
+
`,MD="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;function AD(e){const n=t.useRef(e);return MD((()=>{n.current=e})),t.useCallback(((...e)=>n.current(...e)),[])}const $D=e.forwardRef((function({cases:t,value:n,onChange:r,size:i="medium",variant:o="light",disabled:a=!1,fullWidth:l=!1,width:s,showTooltip:c=!1,tooltipPosition:d=["top-start","bottom-start","auto"]},u){const p=J(),m=t,h=new Map,g=e.useRef(null),f=e.useRef(null),[b,v]=e.useState({}),x=(e,t)=>()=>{!r||a||t||r(e)},y=e.useMemo((()=>"small"===i||"medium"===i?"sm-md":"md"),[i]),w=e.useCallback(((e,t)=>e&&t?p.palette.background.default:e?p.palette.text.disabled:t?p.palette.background.default:xD(p)[o].iconColor),[p,o]),C=e.useMemo((()=>"small"===i?"xs":"sm"),[i]),E=AD((()=>{const{tabsMeta:e,tabMeta:t}=(()=>{const e=g.current;let t,r;if(e){const n=e.getBoundingClientRect();t={clientWidth:e.clientWidth,scrollLeft:e.scrollLeft,scrollTop:e.scrollTop,scrollWidth:e.scrollWidth,top:n.top,bottom:n.bottom,left:n.left,right:n.right}}if(e&&null!=n&&f.current){const e=f.current.children;if(e.length>0){const t=e[h.get(n)];r=(null==t?void 0:t.getBoundingClientRect())||null}}return{tabsMeta:t,tabMeta:r}})();let r=0;if(t&&e){const n=e.scrollLeft;r=t.left-e.left+n}const i={left:r,width:t?t.width:0};if(void 0===b.left||void 0===b.width)v(i);else{const e=Math.abs(b.left-i.left),t=Math.abs((null==b?void 0:b.width)-i.width);(e>=1||t>=1)&&v(i)}}));return e.useEffect((()=>{E()}),[n,m.length,i,o,E]),e.useEffect((()=>{const e=()=>{E()};return window.addEventListener("resize",e),()=>{window.removeEventListener("resize",e)}}),[E]),e.createElement(yD,{ref:u,$size:i,$variant:o,$disabled:a,$fullWidth:l,$width:s,role:"tablist","aria-label":"Switch options"},e.createElement(wD,{ref:g},e.createElement(kD,{$size:i,$variant:o,$disabled:a,style:Object.assign({},b)}),e.createElement(CD,{ref:f,$size:i,$fullWidth:l},m.map(((t,r)=>{const l=void 0===t.value?r:t.value;h.set(l,r);const s=l===n,u=t.disabled||a,p=null!=t.icon?e.createElement(ED,{$size:i,$variant:o,$active:s,$disabled:u,"data-disabled":u,role:"tab","aria-selected":s,tabIndex:u?-1:0,onClick:x(l,u)},e.createElement(ee,{name:t.icon,size:y,color:w(u,s)})):e.createElement(ID,{key:t.name,$size:i,$variant:o,$active:s,$disabled:u,"data-disabled":u,role:"tab","aria-selected":s,tabIndex:u?-1:0,onClick:x(l,u)},e.createElement(ve,{trimVertical:!0,component:"span",size:C,weight:"normal",color:"secondary"},t.name));return c?e.createElement(Ru,{key:t.name,content:t.name,positionPriority:d,offset:[0,15]},p):e.createElement(e.Fragment,{key:t.name},p)})))))})),DD=e.forwardRef((function(t,n){var{children:r}=t,i=D(t,["children"]);return e.createElement("tbody",Object.assign({ref:n},i),r)})),LD=x.td`
|
|
4989
5080
|
width: ${({width:e})=>e};
|
|
4990
5081
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
4991
|
-
`,
|
|
5082
|
+
`,OD=e.forwardRef((function(t,n){var{width:r="auto",children:i}=t,o=D(t,["width","children"]);return e.createElement(LD,Object.assign({ref:n,width:r},o),e.createElement(ve,{component:"div"},i))})),SD=e.forwardRef((function({children:t},n){return e.createElement("thead",{ref:n},t)})),VD={small:"8px",medium:"12px",large:"16px"},HD=x.tr`
|
|
4992
5083
|
border: 1px solid ${({theme:e})=>e.palette.divider};
|
|
4993
5084
|
|
|
4994
5085
|
& > td,
|
|
4995
5086
|
th {
|
|
4996
|
-
padding-top: ${({verticalSpacing:e})=>
|
|
4997
|
-
padding-bottom: ${({verticalSpacing:e})=>
|
|
5087
|
+
padding-top: ${({verticalSpacing:e})=>VD[e]};
|
|
5088
|
+
padding-bottom: ${({verticalSpacing:e})=>VD[e]};
|
|
4998
5089
|
}
|
|
4999
|
-
`,
|
|
5090
|
+
`,RD=e.forwardRef((function(t,n){var{children:r,verticalSpacing:i="medium"}=t,o=D(t,["children","verticalSpacing"]);return e.createElement(HD,Object.assign({ref:n,verticalSpacing:i},o),r)})),ND=x.th`
|
|
5000
5091
|
width: ${({width:e})=>e};
|
|
5001
5092
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
5002
5093
|
background-color: ${({theme:e})=>e.palette.neutral.highlight};
|
|
5003
5094
|
border: 1px solid ${({theme:e})=>e.palette.divider};
|
|
5004
|
-
`,
|
|
5095
|
+
`,zD=t.forwardRef((function(e,n){var{width:r="auto",children:i}=e,o=D(e,["width","children"]);return t.createElement(ND,Object.assign({ref:n,width:r},o),t.createElement(ve,{component:"div",weight:"bold",size:"md",lineHeight:"normal"},i))})),TD=x.table`
|
|
5005
5096
|
width: 100%;
|
|
5006
5097
|
border-collapse: collapse;
|
|
5007
5098
|
table-layout: auto;
|
|
5008
5099
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
5009
|
-
`,
|
|
5100
|
+
`,ZD=e.forwardRef((function(t,n){var{children:r}=t,i=D(t,["children"]);return e.createElement(TD,Object.assign({ref:n},i),r)}));ZD.Header=SD,ZD.Body=DD,ZD.Row=RD,ZD.Cell=OD,ZD.HeaderCell=zD;const BD=x.div`
|
|
5010
5101
|
position: relative;
|
|
5011
|
-
`,
|
|
5102
|
+
`,PD=x.div``,_D=x.button`
|
|
5012
5103
|
flex-irection: column;
|
|
5013
5104
|
flex-shrink: 0;
|
|
5014
5105
|
line-height: 1.25;
|
|
@@ -5029,27 +5120,27 @@ object-assign
|
|
|
5029
5120
|
background-color: ${({selected:e})=>e?"":({theme:e})=>e.palette.neutral.highlight};
|
|
5030
5121
|
transition: 0.5s;
|
|
5031
5122
|
}
|
|
5032
|
-
`,
|
|
5123
|
+
`,GD=x(ve)`
|
|
5033
5124
|
padding-right: 2px;
|
|
5034
5125
|
font-weight: normal;
|
|
5035
5126
|
color: ${({selected:e})=>e?({theme:e})=>e.palette.primary.base:"secondary"};
|
|
5036
|
-
`,
|
|
5127
|
+
`,YD=x.div`
|
|
5037
5128
|
position: absolute;
|
|
5038
5129
|
top: 0;
|
|
5039
5130
|
height: 100%;
|
|
5040
5131
|
transition: all 0.3s ease-in-out;
|
|
5041
5132
|
border-bottom: ${({theme:e})=>`solid ${e.palette.primary.base} 2px`};
|
|
5042
|
-
`,
|
|
5133
|
+
`,FD=x.div`
|
|
5043
5134
|
height: 1px;
|
|
5044
5135
|
width: 100%;
|
|
5045
5136
|
background: ${({theme:e})=>e.palette.neutral.lighter};
|
|
5046
|
-
`,
|
|
5137
|
+
`,jD=e.forwardRef((function({text:t,count:n,countMax:r,value:i,selected:o,onChange:a,onClick:l},s){const c=J(),d=o?"primary":"secondaryDark";return e.createElement(_D,{ref:s,key:t,value:i,tabIndex:o?0:-1,role:"tab","aria-selected":o,theme:c,selected:o,onClick:e=>{!o&&a&&a(i),l&&l(e)}},e.createElement(QA,{showZero:!0,layout:"inline",badgeContent:n,max:null!=r?r:99,color:d,size:"small"},e.createElement(GD,{selected:o},t)))}));var WD=e.forwardRef(((t,n)=>{const{data:r,value:i,onChange:o,onClick:a}=t,l=new Map,s=e.useRef(null),[c,d]=e.useState({}),[u,p]=e.useState(null),m=Su(n,p),h=AD((()=>{const{tabsMeta:e,tabMeta:t}=(()=>{const e=null!=u?u:void 0;let t,n;if(e){const n=e.getBoundingClientRect();t={scrollLeft:e.scrollLeft,left:n.left}}if(e&&i&&s.current){const e=s.current.children;if(e.length>0){const t=e[l.get(i)];n=(null==t?void 0:t.getBoundingClientRect())||null}}return{tabsMeta:t,tabMeta:n}})();let n=0;if(t&&e){const r=e.scrollLeft;n=t.left-e.left+r}const r={left:n,width:t?t.width:0};if(void 0===c.left||void 0===c.width)d(r);else{const e=Math.abs(c.left-r.left),t=Math.abs(c.width-r.width);(e>=1||t>=1)&&d(r)}}));return e.useEffect((()=>{h()})),e.useEffect((()=>{const e=()=>{h()};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[h]),e.createElement(BD,{ref:m},e.createElement(YD,{style:Object.assign({},c)}),e.createElement(PD,{ref:s,role:"tablist"},r.map(((t,n)=>{const r=t.value,s=r===i;return l.set(r,n),e.createElement(jD,{key:n.toString(),selected:s,value:r,count:t.count,countMax:t.countMax,text:t.text,onChange:o,onClick:a})})),e.createElement(FD,null)))}));const XD=x.div`
|
|
5047
5138
|
cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
|
|
5048
|
-
`,ZD=(e=15)=>{const t=[];for(let n=0;n<24;n++)for(let r=0;r<60;r+=e){const e=js().hour(n).minute(r).format("HH:mm");t.push(e)}return t},BD=(e,t,n,r)=>{let i;if(0===t)i=e.add(n,"hour").second(0).millisecond(0);else{if(2!==t)return null;i=e.add(n,"minute").second(0).millisecond(0)}const o=i.format(r);return{newTime:i,normalizedValue:o}};var PD=p((({time:e,error:n=!1,errorText:s,disabled:c=!1,onTimeChange:u,dropdownInterval:p=60,filterTimeOptions:m,size:h="medium",variant:g="light",width:f="120px",maxHeight:b=300,onFocus:v,onBlur:x})=>{var y,w,C,E;we("TimeField","TimeField は非推奨です。代わりに TimeField2 を使用してください。");const I=J(),[k,M]=i(!1),A=o(null),D=r(),L="HH:mm",O=e||js(),S=l((()=>{const e=ZD(p);return m&&m.length>0?e.filter((e=>m.every((t=>t(e))))):e}),[p,m]),[V,H]=i(O.format(L)),[R,N]=i(eE(V)),[z,T]=i({start:0,end:R.length-1,current:0}),[Z,B]=i(null);a((()=>{const e=O.format(L);H(e),N(eE(e))}),[O,L]);const P=d((()=>{setTimeout((()=>{var e,t,n;const r=null!==(t=null===(e=A.current)||void 0===e?void 0:e.selectionStart)&&void 0!==t?t:0,i=R[R.length-1].end+1,o=r>=i?i:r,a=R.findIndex((e=>o>=e.start&&o<=e.end+1));T((e=>R[a].editable?e.current===a?e:Object.assign(Object.assign({},e),{current:a}):Object.assign(Object.assign({},e),{current:a+1}))),null===(n=A.current)||void 0===n||n.setSelectionRange(R[a].start,R[a].end+1)}))}),[R]),_=d((()=>{P(),null==v||v()}),[P,v]),G=d((()=>{T((e=>Object.assign(Object.assign({},e),{current:0}))),B(null),null==x||x()}),[x]),Y=d(((e,t,n)=>{const r=BD(e,t,n,L);return r?r.newTime:null}),[L]),F=d((t=>{const n=sE(t.code),r=n?cE(t.code):null;if(!lE.includes(t.key)&&!n)return;if(t.key===iE.ArrowLeft||t.key===iE.ArrowRight){t.preventDefault();const e=((e,t,n)=>{if(t===iE.ArrowLeft){for(let t=e-1;t>=0;t--)if(n[t].editable)return t-e}else if(t===iE.ArrowRight)for(let t=e+1;t<n.length;t++)if(n[t].editable)return t-e;return 0})(z.current,t.key,R);T((t=>Object.assign(Object.assign({},t),{current:t.current+e}))),B(null)}if(t.key===iE.ArrowUp||t.key===iE.ArrowDown){t.preventDefault();const n=t.key===iE.ArrowUp?1:-1,r=e||js(),i=Y(r,z.current,n);if(i){const e=i.format(L);H(e),N(eE(e)),u&&u(i)}}const i=n?r:t.key;if((aE.includes(t.key)||n)&&i){t.preventDefault();const n=((e,t,n,r)=>{const i=t.map((e=>Object.assign({},e)));let o=!1,a=null;if(r!==n){i[n].value=e.padStart(t[n].value.length,"0");const r=parseInt(e);(0===n?r<=2:r<=5)?a=n:(a=null,o=!0)}else{const r=(t[n].value.slice(1)+e).slice(-t[n].value.length);i[n].value=r,a=null,o=!0}return{newSections:i,shouldMoveToNextSection:o,newLastEditedSection:a}})(i,R,z.current,Z),r=tE(n.newSections),o=e||js(),a=r,l=js(`${o.format("YYYY-MM-DD")} ${a}`),s=l.format(L);if($((()=>{H(s),N(eE(s))})),l.isValid()&&u){const e=o.hour(l.hour()).minute(l.minute()).second(0).millisecond(0);u(e)}if(B(n.newLastEditedSection),n.shouldMoveToNextSection)for(let e=z.current+1;e<R.length;e++)if(R[e].editable){T((t=>Object.assign(Object.assign({},t),{current:e})));break}}if(t.key===iE.Backspace){t.preventDefault();const e=((e,t)=>{const n=e.map((e=>Object.assign({},e)));return n[t].value="0".padStart(e[t].value.length,"0"),n})(R,z.current);N(e),B(null);const n=tE(e);H(n)}}),[R,z,Z,L,u,e,Y]),j=d((()=>{P()}),[P]),W=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||js()).hour(n).minute(r).second(0).millisecond(0);u&&u(i),M(!1)}),[e,u]),X=d((t=>{t.preventDefault();const n=t.clipboardData.getData("text").trim(),[r,i]=n.split(":"),o=parseInt(r,10),a=parseInt(i,10);if(!(!isNaN(o)&&!isNaN(a)&&o>=0&&o<=23&&a>=0&&a<=59))return;const l=e||js(),s=js(`${l.format("YYYY-MM-DD")} ${n}`);if(s.isValid()){const e=l.hour(s.hour()).minute(s.minute()).second(0).millisecond(0),t=e.format(L);H(t),N(eE(t)),u&&u(e)}}),[e,L,u]);return a((()=>{var e;R[z.current]&&(null===(e=A.current)||void 0===e||e.setSelectionRange(R[z.current].start,R[z.current].end+1))}),[z,R]),a((()=>{if(k&&e){const t=e.format(L);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(D)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[k,e,D,L]),t.createElement(t.Fragment,null,t.createElement(Cs,{ref:A,readOnly:!0,multiline:!1,error:n||!!s,disabled:c,width:f,size:h,variant:g,value:V,append:t.createElement(TD,{disabled:c,"aria-label":"時刻を選択",role:"button",tabIndex:c?-1:0,onClick:e=>{e.stopPropagation(),e.preventDefault(),c||M(!k)}},t.createElement(ee,{name:"arrow_down",color:c?I.palette.text.disabled:I.palette.black})),onFocus:_,onBlur:G,onKeyDown:F,onMouseDown:j,onPaste:X}),t.createElement(Ts,null,t.createElement(zs,{open:k,trigger:{x:null!==(w=null===(y=A.current)||void 0===y?void 0:y.getBoundingClientRect().left)&&void 0!==w?w:0,y:(null!==(E=null===(C=A.current)||void 0===C?void 0:C.getBoundingClientRect().bottom)&&void 0!==E?E:0)+5},placement:"bottom-start",width:120,maxHeight:b,onOpenChange:M},S.length>0?S.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(po,{key:n,"data-timefield-item":`${D}-${n}`,checked:r,onChange:e=>{e&&W(n)}},n)})):t.createElement(ft,{disabled:!0},"選択可能な時刻がありません"))),s&&t.createElement(t.Fragment,null,t.createElement(Ks,{py:1}),t.createElement(ip,null,s)))}));var _D=p((({time:e,name:n,error:s=!1,errorText:c,disabled:u=!1,onTimeChange:p,dropdownInterval:m=60,filterTimeOptions:h,size:g="medium",variant:f="light",width:b="120px",maxHeight:v=300,onFocus:x,onBlur:y})=>{var w,C,E,I;const k=J(),[M,A]=i(!1),$=o(null),D=r(),L="HH:mm",O=ws(),S=e||js(),V=l((()=>{const e=ZD(m);return h&&h.length>0?e.filter((e=>h.every((t=>t(e))))):e}),[m,h]),{value:H,sections:R,focusedIndex:N,isFocused:z,getSegmentProps:T,groupProps:Z}=(({time:e,disabled:t=!1,onTimeChange:n})=>{const r="HH:mm",l=e||js(),[s,c]=i(l.format(r)),u=o(s),[p,m]=i(eE(s)),[h,g]=i(null),f=o(null),b=o(0),[v,x]=i(!1),y=o([]),w=o(null),C=d((e=>{f.current=e,g(e)}),[]),E=d((e=>{C(e),b.current=0;const t=y.current[e];t&&t!==document.activeElement&&t.focus()}),[C]);a((()=>{const t=(e||js()).format(r);c(t),u.current=t,m(eE(t))}),[e]);const I=d(((e,t)=>{for(let n=e+t;n>=0&&n<p.length;n+=t)if(p[n].editable)return n;return null}),[p]),k=d((t=>{const i=f.current;if(null===i)return;const o=p[i];if(!(null==o?void 0:o.editable))return;const a=b.current;let l=o.value;0===a&&(l="".padStart(o.value.length,"0"));const s=`${l.slice(1)}${t}`,d=[...p];d[i]=Object.assign(Object.assign({},d[i]),{value:s}),m(d);const h=a+1;b.current=h;const g=0===i,v=parseInt(t);let x=!1;x=0===a?!(g?v<=2:v<=5):h>=o.value.length;const y=tE(d),w=e||js(),C=js(`${w.format("YYYY-MM-DD")} ${y}`),k=C.format(r);if(c(k),u.current=k,m(eE(k)),x){b.current=0;const e=I(i,1);null!==e&&E(e)}if(C.isValid()&&n){const e=w.hour(C.hour()).minute(C.minute()).second(0).millisecond(0);n(e)}}),[p,e,n,I,E]),M=d((e=>t=>{y.current[e]=t}),[]),A=d((e=>()=>{x(!0),C(e),b.current=0}),[C]),$=d((e=>t=>{const n=t.relatedTarget;w.current&&n&&w.current.contains(n)||f.current===e&&(x(!1),C(null),b.current=0)}),[C]),D=d((t=>i=>{const o=p[t];if((null==o?void 0:o.editable)&&!(i.ctrlKey||i.metaKey||i.altKey))if(i.key!==iE.ArrowUp&&i.key!==iE.ArrowDown){if(i.key===iE.Backspace||i.key===iE.Delete){i.preventDefault(),i.stopPropagation();const e=i.key===iE.Backspace,n="0".repeat(o.value.length);if(o.value===n&&0===b.current){if(e){const e=I(t,-1);null!==e&&E(e)}return}const r=[...p];r[t]=Object.assign(Object.assign({},r[t]),{value:n}),m(r),b.current=0;const a=tE(r);return c(a),void(u.current=a)}if(sE(i.code)){i.preventDefault();const e=cE(i.code);e&&k(e)}}else{i.preventDefault();const o=i.key===iE.ArrowUp?1:-1,a=e||js(),[l,s]=u.current.split(":").map(Number),d=a.hour(l).minute(s).second(0).millisecond(0),p=BD(d,t,o,r);p&&(c(p.normalizedValue),u.current=p.normalizedValue,m(eE(p.normalizedValue)),null==n||n(p.newTime))}}),[p,e,r,n,k,I,E]),L=d((e=>e=>{const t=e.nativeEvent;if(e.preventDefault(),"deleteContentBackward"!==t.inputType&&"deleteContentForward"!==t.inputType&&null!=t.data){const e=t.data;/^\d$/.test(e)&&k(e)}}),[k]),O=d((e=>{const n=p[e];if(t||!(null==n?void 0:n.editable))return{ref:M(e),"aria-hidden":!0};const r=["時","分"][p.slice(0,e+1).filter((e=>e.editable)).length-1];return{ref:M(e),role:"spinbutton",contentEditable:!0,suppressContentEditableWarning:!0,inputMode:"numeric",tabIndex:0,enterKeyHint:"next",spellCheck:!1,autoCorrect:"off",style:{caretColor:"transparent"},"aria-label":r,onFocus:A(e),onBlur:$(e),onKeyDown:D(e),onBeforeInput:L(e),onPointerDown(e){e.stopPropagation()},onMouseDown(e){e.stopPropagation()}}}),[p,t,M,A,$,D,L]),S=d((e=>{const t=f.current;if(null!==t)if(e.key!==iE.ArrowLeft&&e.key!==iE.ArrowRight){if(e.key===iE.Tab){const n=e.shiftKey?-1:1,r=I(t,n);null!==r&&(e.preventDefault(),E(r))}}else{e.preventDefault();const n=e.key===iE.ArrowLeft?-1:1,r=I(t,n);null!==r&&E(r)}}),[I,E]),V=d((t=>{t.preventDefault();const i=t.clipboardData.getData("text").trim(),[o,a]=i.split(":"),l=parseInt(o,10),s=parseInt(a,10);if(isNaN(l)||isNaN(s)||l<0||l>23||s<0||s>59)return;const d=(e||js()).hour(l).minute(s).second(0).millisecond(0),p=d.format(r);c(p),u.current=p,m(eE(p)),null==n||n(d)}),[e,r,n]);return{value:s,sections:p,focusedIndex:h,isFocused:v,getSegmentProps:O,groupProps:{ref:w,onKeyDown:S,onPaste:V}}})({time:S,disabled:u,onTimeChange:p}),B=d((()=>{null==x||x()}),[x]),P=d((e=>{const t=e.relatedTarget;$.current&&t&&$.current.contains(t)||null==y||y()}),[y]),_=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||js()).hour(n).minute(r).second(0).millisecond(0);null==p||p(i),A(!1)}),[e,p]),G=d((e=>{e.stopPropagation(),e.preventDefault(),u||A(!M)}),[u,M]),Y=d((e=>t=>{t&&_(e)}),[_]);return a((()=>{if(M&&e){const t=e.format(L);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(D)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[M,e,D,L]),t.createElement(t.Fragment,null,t.createElement(SE,{ref:$,$disabled:u,$error:s||!!c,$focused:z,$isIOS:O,$size:g,$variant:f,$width:b,onBlurCapture:P,onFocusCapture:B},t.createElement(VE,Object.assign({},Z),R.map(((e,n)=>t.createElement(HE,Object.assign({key:`${e.start}-${e.end}`,$editable:e.editable,$focused:z&&N===n},T(n)),e.value)))),t.createElement(RE,null,t.createElement(TD,{disabled:u,"aria-label":"時刻を選択",role:"button",tabIndex:u?-1:0,onClick:G},t.createElement(ee,{color:u?k.palette.text.disabled:k.palette.black,name:"arrow_down"})))),t.createElement("input",{type:"hidden",name:n,value:H,disabled:u}),t.createElement(Ts,null,t.createElement(zs,{maxHeight:v,open:M,placement:"bottom-start",trigger:{x:null!==(C=null===(w=$.current)||void 0===w?void 0:w.getBoundingClientRect().left)&&void 0!==C?C:0,y:(null!==(I=null===(E=$.current)||void 0===E?void 0:E.getBoundingClientRect().bottom)&&void 0!==I?I:0)+5},width:120,onOpenChange:A},V.length>0?V.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(po,{key:n,checked:r,"data-timefield-item":`${D}-${n}`,onChange:Y(n)},n)})):t.createElement(ft,{disabled:!0},"選択可能な時刻がありません"))),c&&t.createElement(t.Fragment,null,t.createElement(Ks,{py:1}),t.createElement(ip,null,c)))}));const GD=x.div`
|
|
5139
|
+
`,JD=(e=15)=>{const t=[];for(let n=0;n<24;n++)for(let r=0;r<60;r+=e){const e=js().hour(n).minute(r).format("HH:mm");t.push(e)}return t},UD=(e,t,n,r)=>{let i;if(0===t)i=e.add(n,"hour").second(0).millisecond(0);else{if(2!==t)return null;i=e.add(n,"minute").second(0).millisecond(0)}const o=i.format(r);return{newTime:i,normalizedValue:o}};var QD=p((({time:e,error:n=!1,errorText:s,disabled:c=!1,onTimeChange:u,dropdownInterval:p=60,filterTimeOptions:m,size:h="medium",variant:g="light",width:f="120px",maxHeight:b=300,onFocus:v,onBlur:x})=>{var y,w,C,E;we("TimeField","TimeField は非推奨です。代わりに TimeField2 を使用してください。");const I=J(),[k,M]=i(!1),A=o(null),D=r(),L="HH:mm",O=e||js(),S=l((()=>{const e=JD(p);return m&&m.length>0?e.filter((e=>m.every((t=>t(e))))):e}),[p,m]),[V,H]=i(O.format(L)),[R,N]=i(eE(V)),[z,T]=i({start:0,end:R.length-1,current:0}),[Z,B]=i(null);a((()=>{const e=O.format(L);H(e),N(eE(e))}),[O,L]);const P=d((()=>{setTimeout((()=>{var e,t,n;const r=null!==(t=null===(e=A.current)||void 0===e?void 0:e.selectionStart)&&void 0!==t?t:0,i=R[R.length-1].end+1,o=r>=i?i:r,a=R.findIndex((e=>o>=e.start&&o<=e.end+1));T((e=>R[a].editable?e.current===a?e:Object.assign(Object.assign({},e),{current:a}):Object.assign(Object.assign({},e),{current:a+1}))),null===(n=A.current)||void 0===n||n.setSelectionRange(R[a].start,R[a].end+1)}))}),[R]),_=d((()=>{P(),null==v||v()}),[P,v]),G=d((()=>{T((e=>Object.assign(Object.assign({},e),{current:0}))),B(null),null==x||x()}),[x]),Y=d(((e,t,n)=>{const r=UD(e,t,n,L);return r?r.newTime:null}),[L]),F=d((t=>{const n=sE(t.code),r=n?cE(t.code):null;if(!lE.includes(t.key)&&!n)return;if(t.key===iE.ArrowLeft||t.key===iE.ArrowRight){t.preventDefault();const e=((e,t,n)=>{if(t===iE.ArrowLeft){for(let t=e-1;t>=0;t--)if(n[t].editable)return t-e}else if(t===iE.ArrowRight)for(let t=e+1;t<n.length;t++)if(n[t].editable)return t-e;return 0})(z.current,t.key,R);T((t=>Object.assign(Object.assign({},t),{current:t.current+e}))),B(null)}if(t.key===iE.ArrowUp||t.key===iE.ArrowDown){t.preventDefault();const n=t.key===iE.ArrowUp?1:-1,r=e||js(),i=Y(r,z.current,n);if(i){const e=i.format(L);H(e),N(eE(e)),u&&u(i)}}const i=n?r:t.key;if((aE.includes(t.key)||n)&&i){t.preventDefault();const n=((e,t,n,r)=>{const i=t.map((e=>Object.assign({},e)));let o=!1,a=null;if(r!==n){i[n].value=e.padStart(t[n].value.length,"0");const r=parseInt(e);(0===n?r<=2:r<=5)?a=n:(a=null,o=!0)}else{const r=(t[n].value.slice(1)+e).slice(-t[n].value.length);i[n].value=r,a=null,o=!0}return{newSections:i,shouldMoveToNextSection:o,newLastEditedSection:a}})(i,R,z.current,Z),r=tE(n.newSections),o=e||js(),a=r,l=js(`${o.format("YYYY-MM-DD")} ${a}`),s=l.format(L);if($((()=>{H(s),N(eE(s))})),l.isValid()&&u){const e=o.hour(l.hour()).minute(l.minute()).second(0).millisecond(0);u(e)}if(B(n.newLastEditedSection),n.shouldMoveToNextSection)for(let e=z.current+1;e<R.length;e++)if(R[e].editable){T((t=>Object.assign(Object.assign({},t),{current:e})));break}}if(t.key===iE.Backspace){t.preventDefault();const e=((e,t)=>{const n=e.map((e=>Object.assign({},e)));return n[t].value="0".padStart(e[t].value.length,"0"),n})(R,z.current);N(e),B(null);const n=tE(e);H(n)}}),[R,z,Z,L,u,e,Y]),j=d((()=>{P()}),[P]),W=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||js()).hour(n).minute(r).second(0).millisecond(0);u&&u(i),M(!1)}),[e,u]),X=d((t=>{t.preventDefault();const n=t.clipboardData.getData("text").trim(),[r,i]=n.split(":"),o=parseInt(r,10),a=parseInt(i,10);if(!(!isNaN(o)&&!isNaN(a)&&o>=0&&o<=23&&a>=0&&a<=59))return;const l=e||js(),s=js(`${l.format("YYYY-MM-DD")} ${n}`);if(s.isValid()){const e=l.hour(s.hour()).minute(s.minute()).second(0).millisecond(0),t=e.format(L);H(t),N(eE(t)),u&&u(e)}}),[e,L,u]);return a((()=>{var e;R[z.current]&&(null===(e=A.current)||void 0===e||e.setSelectionRange(R[z.current].start,R[z.current].end+1))}),[z,R]),a((()=>{if(k&&e){const t=e.format(L);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(D)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[k,e,D,L]),t.createElement(t.Fragment,null,t.createElement(Cs,{ref:A,readOnly:!0,multiline:!1,error:n||!!s,disabled:c,width:f,size:h,variant:g,value:V,append:t.createElement(XD,{disabled:c,"aria-label":"時刻を選択",role:"button",tabIndex:c?-1:0,onClick:e=>{e.stopPropagation(),e.preventDefault(),c||M(!k)}},t.createElement(ee,{name:"arrow_down",color:c?I.palette.text.disabled:I.palette.black})),onFocus:_,onBlur:G,onKeyDown:F,onMouseDown:j,onPaste:X}),t.createElement(Ts,null,t.createElement(zs,{open:k,trigger:{x:null!==(w=null===(y=A.current)||void 0===y?void 0:y.getBoundingClientRect().left)&&void 0!==w?w:0,y:(null!==(E=null===(C=A.current)||void 0===C?void 0:C.getBoundingClientRect().bottom)&&void 0!==E?E:0)+5},placement:"bottom-start",width:120,maxHeight:b,onOpenChange:M},S.length>0?S.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(po,{key:n,"data-timefield-item":`${D}-${n}`,checked:r,onChange:e=>{e&&W(n)}},n)})):t.createElement(ft,{disabled:!0},"選択可能な時刻がありません"))),s&&t.createElement(t.Fragment,null,t.createElement(Ks,{py:1}),t.createElement(ip,null,s)))}));var KD=p((({time:e,name:n,error:s=!1,errorText:c,disabled:u=!1,onTimeChange:p,dropdownInterval:m=60,filterTimeOptions:h,size:g="medium",variant:f="light",width:b="120px",maxHeight:v=300,onFocus:x,onBlur:y})=>{var w,C,E,I;const k=J(),[M,A]=i(!1),$=o(null),D=r(),L="HH:mm",O=ws(),S=e||js(),V=l((()=>{const e=JD(m);return h&&h.length>0?e.filter((e=>h.every((t=>t(e))))):e}),[m,h]),{value:H,sections:R,focusedIndex:N,isFocused:z,getSegmentProps:T,groupProps:Z}=(({time:e,disabled:t=!1,onTimeChange:n})=>{const r="HH:mm",l=e||js(),[s,c]=i(l.format(r)),u=o(s),[p,m]=i(eE(s)),[h,g]=i(null),f=o(null),b=o(0),[v,x]=i(!1),y=o([]),w=o(null),C=d((e=>{f.current=e,g(e)}),[]),E=d((e=>{C(e),b.current=0;const t=y.current[e];t&&t!==document.activeElement&&t.focus()}),[C]);a((()=>{const t=(e||js()).format(r);c(t),u.current=t,m(eE(t))}),[e]);const I=d(((e,t)=>{for(let n=e+t;n>=0&&n<p.length;n+=t)if(p[n].editable)return n;return null}),[p]),k=d((t=>{const i=f.current;if(null===i)return;const o=p[i];if(!(null==o?void 0:o.editable))return;const a=b.current;let l=o.value;0===a&&(l="".padStart(o.value.length,"0"));const s=`${l.slice(1)}${t}`,d=[...p];d[i]=Object.assign(Object.assign({},d[i]),{value:s}),m(d);const h=a+1;b.current=h;const g=0===i,v=parseInt(t);let x=!1;x=0===a?!(g?v<=2:v<=5):h>=o.value.length;const y=tE(d),w=e||js(),C=js(`${w.format("YYYY-MM-DD")} ${y}`),k=C.format(r);if(c(k),u.current=k,m(eE(k)),x){b.current=0;const e=I(i,1);null!==e&&E(e)}if(C.isValid()&&n){const e=w.hour(C.hour()).minute(C.minute()).second(0).millisecond(0);n(e)}}),[p,e,n,I,E]),M=d((e=>t=>{y.current[e]=t}),[]),A=d((e=>()=>{x(!0),C(e),b.current=0}),[C]),$=d((e=>t=>{const n=t.relatedTarget;w.current&&n&&w.current.contains(n)||f.current===e&&(x(!1),C(null),b.current=0)}),[C]),D=d((t=>i=>{const o=p[t];if((null==o?void 0:o.editable)&&!(i.ctrlKey||i.metaKey||i.altKey))if(i.key!==iE.ArrowUp&&i.key!==iE.ArrowDown){if(i.key===iE.Backspace||i.key===iE.Delete){i.preventDefault(),i.stopPropagation();const e=i.key===iE.Backspace,n="0".repeat(o.value.length);if(o.value===n&&0===b.current){if(e){const e=I(t,-1);null!==e&&E(e)}return}const r=[...p];r[t]=Object.assign(Object.assign({},r[t]),{value:n}),m(r),b.current=0;const a=tE(r);return c(a),void(u.current=a)}if(sE(i.code)){i.preventDefault();const e=cE(i.code);e&&k(e)}}else{i.preventDefault();const o=i.key===iE.ArrowUp?1:-1,a=e||js(),[l,s]=u.current.split(":").map(Number),d=a.hour(l).minute(s).second(0).millisecond(0),p=UD(d,t,o,r);p&&(c(p.normalizedValue),u.current=p.normalizedValue,m(eE(p.normalizedValue)),null==n||n(p.newTime))}}),[p,e,r,n,k,I,E]),L=d((e=>e=>{const t=e.nativeEvent;if(e.preventDefault(),"deleteContentBackward"!==t.inputType&&"deleteContentForward"!==t.inputType&&null!=t.data){const e=t.data;/^\d$/.test(e)&&k(e)}}),[k]),O=d((e=>{const n=p[e];if(t||!(null==n?void 0:n.editable))return{ref:M(e),"aria-hidden":!0};const r=["時","分"][p.slice(0,e+1).filter((e=>e.editable)).length-1];return{ref:M(e),role:"spinbutton",contentEditable:!0,suppressContentEditableWarning:!0,inputMode:"numeric",tabIndex:0,enterKeyHint:"next",spellCheck:!1,autoCorrect:"off",style:{caretColor:"transparent"},"aria-label":r,onFocus:A(e),onBlur:$(e),onKeyDown:D(e),onBeforeInput:L(e),onPointerDown(e){e.stopPropagation()},onMouseDown(e){e.stopPropagation()}}}),[p,t,M,A,$,D,L]),S=d((e=>{const t=f.current;if(null!==t)if(e.key!==iE.ArrowLeft&&e.key!==iE.ArrowRight){if(e.key===iE.Tab){const n=e.shiftKey?-1:1,r=I(t,n);null!==r&&(e.preventDefault(),E(r))}}else{e.preventDefault();const n=e.key===iE.ArrowLeft?-1:1,r=I(t,n);null!==r&&E(r)}}),[I,E]),V=d((t=>{t.preventDefault();const i=t.clipboardData.getData("text").trim(),[o,a]=i.split(":"),l=parseInt(o,10),s=parseInt(a,10);if(isNaN(l)||isNaN(s)||l<0||l>23||s<0||s>59)return;const d=(e||js()).hour(l).minute(s).second(0).millisecond(0),p=d.format(r);c(p),u.current=p,m(eE(p)),null==n||n(d)}),[e,r,n]);return{value:s,sections:p,focusedIndex:h,isFocused:v,getSegmentProps:O,groupProps:{ref:w,onKeyDown:S,onPaste:V}}})({time:S,disabled:u,onTimeChange:p}),B=d((()=>{null==x||x()}),[x]),P=d((e=>{const t=e.relatedTarget;$.current&&t&&$.current.contains(t)||null==y||y()}),[y]),_=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||js()).hour(n).minute(r).second(0).millisecond(0);null==p||p(i),A(!1)}),[e,p]),G=d((e=>{e.stopPropagation(),e.preventDefault(),u||A(!M)}),[u,M]),Y=d((e=>t=>{t&&_(e)}),[_]);return a((()=>{if(M&&e){const t=e.format(L);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(D)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[M,e,D,L]),t.createElement(t.Fragment,null,t.createElement(SE,{ref:$,$disabled:u,$error:s||!!c,$focused:z,$isIOS:O,$size:g,$variant:f,$width:b,onBlurCapture:P,onFocusCapture:B},t.createElement(VE,Object.assign({},Z),R.map(((e,n)=>t.createElement(HE,Object.assign({key:`${e.start}-${e.end}`,$editable:e.editable,$focused:z&&N===n},T(n)),e.value)))),t.createElement(RE,null,t.createElement(XD,{disabled:u,"aria-label":"時刻を選択",role:"button",tabIndex:u?-1:0,onClick:G},t.createElement(ee,{color:u?k.palette.text.disabled:k.palette.black,name:"arrow_down"})))),t.createElement("input",{type:"hidden",name:n,value:H,disabled:u}),t.createElement(Ts,null,t.createElement(zs,{maxHeight:v,open:M,placement:"bottom-start",trigger:{x:null!==(C=null===(w=$.current)||void 0===w?void 0:w.getBoundingClientRect().left)&&void 0!==C?C:0,y:(null!==(I=null===(E=$.current)||void 0===E?void 0:E.getBoundingClientRect().bottom)&&void 0!==I?I:0)+5},width:120,onOpenChange:A},V.length>0?V.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(po,{key:n,checked:r,"data-timefield-item":`${D}-${n}`,onChange:Y(n)},n)})):t.createElement(ft,{disabled:!0},"選択可能な時刻がありません"))),c&&t.createElement(t.Fragment,null,t.createElement(Ks,{py:1}),t.createElement(ip,null,c)))}));const qD=x.div`
|
|
5049
5140
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
5050
5141
|
transition: height ${({transitionDuration:e})=>e-100}ms
|
|
5051
5142
|
100ms;
|
|
5052
|
-
`,
|
|
5143
|
+
`,eL=x.div`
|
|
5053
5144
|
position: relative;
|
|
5054
5145
|
display: flex;
|
|
5055
5146
|
align-items: center;
|
|
@@ -5066,7 +5157,7 @@ object-assign
|
|
|
5066
5157
|
opacity: ${({opacity:e})=>e};
|
|
5067
5158
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
5068
5159
|
overflow: hidden;
|
|
5069
|
-
`,
|
|
5160
|
+
`,tL=x.div`
|
|
5070
5161
|
flex-shrink: 0;
|
|
5071
5162
|
display: flex;
|
|
5072
5163
|
align-items: center;
|
|
@@ -5074,18 +5165,18 @@ object-assign
|
|
|
5074
5165
|
width: 28px;
|
|
5075
5166
|
height: 28px;
|
|
5076
5167
|
margin-right: ${({theme:e})=>2*e.spacing}px;
|
|
5077
|
-
`,
|
|
5168
|
+
`,nL=x.div`
|
|
5078
5169
|
cursor: pointer;
|
|
5079
5170
|
margin-left: ${({theme:e})=>2*e.spacing}px;
|
|
5080
|
-
`,
|
|
5171
|
+
`,rL=C`
|
|
5081
5172
|
from {
|
|
5082
5173
|
width: 100%;
|
|
5083
5174
|
}
|
|
5084
5175
|
to {
|
|
5085
5176
|
width: 0%
|
|
5086
5177
|
}
|
|
5087
|
-
`,
|
|
5088
|
-
animation: ${
|
|
5178
|
+
`,iL=x.div`
|
|
5179
|
+
animation: ${rL}
|
|
5089
5180
|
${({autoDismissTimeout:e})=>e}ms linear;
|
|
5090
5181
|
background-color: ${({backgroundColor:e})=>e};
|
|
5091
5182
|
top: 0;
|
|
@@ -5094,7 +5185,7 @@ object-assign
|
|
|
5094
5185
|
position: absolute;
|
|
5095
5186
|
width: 0;
|
|
5096
5187
|
height: 3px;
|
|
5097
|
-
`,
|
|
5188
|
+
`,oL={right:"translate3d(120%, 0, 0)",left:"translate3d(-120%, 0, 0)",bottom:"translate3d(0, 120%, 0)",top:"translate3d(0, -120%, 0)"};function aL(e){const t=e.split("-"),n="center"===t[1]?t[0]:t[1];return oL[n]}const lL=({appearance:t,placement:n,transitionDuration:r,transitionState:i,onDismiss:o,children:a,autoDismiss:l,autoDismissTimeout:s,isRunning:c})=>{const d=J(),u=(({palette:t})=>({info:{background:t.primary.highlight,boxShadow:ho(5,t.action.shadowOpacity,t.primary.softLight),icon:e.createElement(ee,{name:"information",type:"fill",size:"lg",color:t.primary.base}),countDownBackground:t.primary.base,titleColor:t.primary.darker,contentColor:t.primary.base,closeColor:t.primary.softLight},success:{background:t.success.highlight,boxShadow:ho(5,t.action.shadowOpacity,t.success.lighter),icon:e.createElement(ee,{name:"checkbox_circle",type:"fill",size:"lg",color:t.success.base}),countDownBackground:t.success.base,titleColor:t.success.darker,contentColor:t.success.base,closeColor:t.success.lighter},warning:{background:t.warning.highlight,boxShadow:ho(5,t.action.shadowOpacity,t.warning.light),icon:e.createElement(ee,{name:"alert",type:"fill",size:"lg",color:t.warning.base}),countDownBackground:t.warning.base,titleColor:t.warning.ultraDark,contentColor:t.warning.base,closeColor:t.warning.light},error:{background:t.danger.highlight,boxShadow:ho(5,t.action.shadowOpacity,t.danger.lighter),icon:e.createElement(ee,{name:"alert",type:"fill",size:"lg",color:t.danger.base}),countDownBackground:t.danger.base,titleColor:t.danger.darker,contentColor:t.danger.base,closeColor:t.danger.lighter}}))(d)[t],[p,m]=e.useState("auto"),h=e.useRef(null);return e.useEffect((()=>{if("entered"===i){const e=h.current;e&&m(e.offsetHeight+d.spacing)}"exiting"===i&&m(0)}),[i,d.spacing]),e.createElement(qD,{ref:h,style:{height:p},transitionDuration:r},e.createElement(eL,Object.assign({background:u.background,boxShadow:u.boxShadow,transitionDuration:r,role:"error"===t||"warning"===t?"alert":"status"},(e=>({entering:{transform:`${aL(e)}`,opacity:0},entered:{transform:"translate3d(0,0,0)",opacity:1},exiting:{transform:"scale(0.66)",opacity:0},exited:{transform:"scale(0.66)",opacity:0}}))(n)[i]),e.createElement(re,{display:"flex",flex:1,alignItems:"center",justifyContent:"space-between"},e.createElement(re,{display:"flex",alignItems:"center"},e.createElement(tL,null,u.icon),e.createElement(ve,{color:u.titleColor,weight:"bold"},a)),e.createElement(nL,{onClick:()=>{o()}},e.createElement(ee,{name:"close",color:u.closeColor}))),e.createElement(iL,{opacity:l?1:0,autoDismissTimeout:s,isRunning:c,backgroundColor:u.countDownBackground})))},sL=x.div`
|
|
5098
5189
|
border: 0;
|
|
5099
5190
|
clip: rect(1px, 1px, 1px, 1px);
|
|
5100
5191
|
height: 1;
|
|
@@ -5103,7 +5194,7 @@ object-assign
|
|
|
5103
5194
|
position: absolute;
|
|
5104
5195
|
white-space: nowrap;
|
|
5105
5196
|
width: 1;
|
|
5106
|
-
`,
|
|
5197
|
+
`,cL=x.div`
|
|
5107
5198
|
cursor: pointer;
|
|
5108
5199
|
flex-shrink: 0;
|
|
5109
5200
|
opacity: 0.5;
|
|
@@ -5112,14 +5203,14 @@ object-assign
|
|
|
5112
5203
|
&:hover {
|
|
5113
5204
|
opacity: 1;
|
|
5114
5205
|
}
|
|
5115
|
-
`,
|
|
5206
|
+
`,dL=x.div`
|
|
5116
5207
|
flex-grow: 1;
|
|
5117
5208
|
font-size: 14;
|
|
5118
5209
|
line-height: 1.4;
|
|
5119
5210
|
min-height: 40px;
|
|
5120
5211
|
padding: ${({gutter:e})=>`${e}px ${1.5*e}px`};
|
|
5121
|
-
`,
|
|
5122
|
-
animation: ${({autoDismissTimeout:e})=>`${
|
|
5212
|
+
`,uL=C`from { height: 100%; } to { height: 0% }`,pL=x.div`
|
|
5213
|
+
animation: ${({autoDismissTimeout:e})=>`${uL} ${e}ms linear`};
|
|
5123
5214
|
animation-play-state: ${({isRunning:e})=>e?"running":"paused"};
|
|
5124
5215
|
background-color: rgba(0, 0, 0, 0.1);
|
|
5125
5216
|
bottom: 0;
|
|
@@ -5128,7 +5219,7 @@ object-assign
|
|
|
5128
5219
|
opacity: ${({opacity:e})=>e};
|
|
5129
5220
|
position: absolute;
|
|
5130
5221
|
width: 100%;
|
|
5131
|
-
`,
|
|
5222
|
+
`,mL=x.div`
|
|
5132
5223
|
background-color: ${({backgroundColor:e})=>e};
|
|
5133
5224
|
border-top-left-radius: ${({borderRadius:e})=>e}px;
|
|
5134
5225
|
border-bottom-left-radius: ${({borderRadius:e})=>e}px;
|
|
@@ -5140,11 +5231,11 @@ object-assign
|
|
|
5140
5231
|
overflow: hidden;
|
|
5141
5232
|
text-align: center;
|
|
5142
5233
|
width: 30px;
|
|
5143
|
-
`,
|
|
5234
|
+
`,hL=x.div`
|
|
5144
5235
|
height: ${({height:e})=>e};
|
|
5145
5236
|
transition: height
|
|
5146
5237
|
${({transitionDuration:e})=>`height ${e-100}ms 100ms`};
|
|
5147
|
-
`,
|
|
5238
|
+
`,gL=x.div`
|
|
5148
5239
|
background-color: ${({backgroundColor:e})=>e};
|
|
5149
5240
|
border-radius: ${({borderRadius:e})=>e}px;
|
|
5150
5241
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
|
|
@@ -5155,7 +5246,7 @@ object-assign
|
|
|
5155
5246
|
transition: ${({transitionDuration:e})=>`transform ${e}ms cubic-bezier(0.2, 0, 0, 1), opacity ${e}ms`};
|
|
5156
5247
|
width: ${({width:e})=>e}px;
|
|
5157
5248
|
${({transitionState:e,placement:t})=>{switch(e){case"entered":return w({transform:"translate3d(0,0,0)"});case"exiting":case"exited":return w({transform:"scale(0.66)",opacity:0});case"entering":return w((e=>{const t=e.split("-");return{right:"translate3d(120%, 0, 0)",left:"translate3d(-120%, 0, 0)",bottom:"translate3d(0, 120%, 0)",top:"translate3d(0, -120%, 0)"}["center"===t[1]?t[0]:t[1]]})(t));default:return""}}}
|
|
5158
|
-
`;function
|
|
5249
|
+
`;function fL(e){return{"aria-hidden":!0,height:16,width:e,viewBox:`0 0 ${e} 16`,style:{display:"inline-block",verticalAlign:"text-top",fill:"currentColor"}}}const bL=e=>t.createElement("svg",Object.assign({},fL(14),e),t.createElement("path",{fillRule:"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"})),vL=()=>{};const xL=e=>{var{tag:n="span"}=e,r=D(e,["tag"]);return t.createElement(sL,Object.assign({as:n},r))},yL={success:{icon:e=>t.createElement("svg",Object.assign({},fL(12),e),t.createElement("path",{fillRule:"evenodd",d:"M12 5.5l-8 8-4-4L1.5 8 4 10.5 10.5 4 12 5.5z"})),text:"#006644",fg:"#36B37E",bg:"#E3FCEF"},error:{icon:e=>t.createElement("svg",Object.assign({},fL(12),e),t.createElement("path",{fillRule:"evenodd",d:"M5.05.01c.81 2.17.41 3.38-.52 4.31C3.55 5.37 1.98 6.15.9 7.68c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.01 8.68 2.15 5.05.02L5.03 0l.02.01z"})),text:"#BF2600",fg:"#FF5630",bg:"#FFEBE6"},warning:{icon:e=>t.createElement("svg",Object.assign({},fL(16),e),t.createElement("path",{fillRule:"evenodd",d:"M8.893 1.5c-.183-.31-.52-.5-.887-.5s-.703.19-.886.5L.138 13.499a.98.98 0 0 0 0 1.001c.193.31.53.501.886.501h13.964c.367 0 .704-.19.877-.5a1.03 1.03 0 0 0 .01-1.002L8.893 1.5zm.133 11.497H6.987v-2.003h2.039v2.003zm0-3.004H6.987V5.987h2.039v4.006z"})),text:"#FF8B00",fg:"#FFAB00",bg:"#FFFAE6"},info:{icon:e=>t.createElement("svg",Object.assign({},fL(14),e),t.createElement("path",{fillRule:"evenodd",d:"M6.3 5.71a.942.942 0 0 1-.28-.7c0-.28.09-.52.28-.7.19-.18.42-.28.7-.28.28 0 .52.09.7.28.18.19.28.42.28.7 0 .28-.09.52-.28.7a1 1 0 0 1-.7.3c-.28 0-.52-.11-.7-.3zM8 8.01c-.02-.25-.11-.48-.31-.69-.2-.19-.42-.3-.69-.31H6c-.27.02-.48.13-.69.31-.2.2-.3.44-.31.69h1v3c.02.27.11.5.31.69.2.2.42.31.69.31h1c.27 0 .48-.11.69-.31.2-.19.3-.42.31-.69H8V8v.01zM7 2.32C3.86 2.32 1.3 4.86 1.3 8c0 3.14 2.56 5.7 5.7 5.7s5.7-2.55 5.7-5.7c0-3.15-2.56-5.69-5.7-5.69v.01zM7 1c3.86 0 7 3.14 7 7s-3.14 7-7 7-7-3.12-7-7 3.14-7 7-7z"})),text:"#505F79",fg:"#2684FF",bg:"white"}},wL=e=>{var{children:n}=e,r=D(e,["children"]);return t.createElement(cL,Object.assign({role:"button",className:"react-toast-notifications__toast__dismiss-button",gutter:8},r),n)},CL=e=>t.createElement(dL,Object.assign({className:"react-toast-notifications__toast__content",gutter:8},e)),EL=e=>{var{autoDismissTimeout:n,opacity:r,isRunning:i}=e,o=D(e,["autoDismissTimeout","opacity","isRunning"]);return t.createElement(pL,Object.assign({className:"react-toast-notifications__toast__countdown",autoDismissTimeout:n,isRunning:i,opacity:r},o))},IL=({appearance:e,autoDismiss:n,autoDismissTimeout:r,isRunning:i})=>{const o=yL[e],a=o.icon;return t.createElement(mL,{className:"react-toast-notifications__toast__icon-wrapper",color:o.bg,backgroundColor:o.fg,borderRadius:4,gutter:8},t.createElement(EL,{opacity:n?1:0,autoDismissTimeout:r,isRunning:i}),t.createElement(a,{className:"react-toast-notifications__toast__icon",css:{position:"relative",zIndex:1}}))},kL=e=>{var{appearance:n,placement:r,transitionDuration:l,transitionState:s}=e,c=D(e,["appearance","placement","transitionDuration","transitionState"]);const[d,u]=i("auto"),p=o(null);return a((()=>{if(p.current){if("entered"===s){const e=p.current;u(e.offsetHeight+8)}"exiting"===s&&u(0)}}),[s]),t.createElement(hL,{ref:p,height:d,transitionDuration:l},t.createElement(gL,Object.assign({className:`react-toast-notifications__toast react-toast-notifications__toast--${n}`,backgroundColor:yL[n].bg,borderRadius:4,color:yL[n].text,gutter:8,placement:r,width:360,transitionState:s,transitionDuration:l},c)))},ML=e=>{var{appearance:n="info",autoDismiss:r,autoDismissTimeout:i,children:o,isRunning:a,onDismiss:l,placement:s,transitionDuration:c,transitionState:d,onMouseEnter:u,onMouseLeave:p}=e,m=D(e,["appearance","autoDismiss","autoDismissTimeout","children","isRunning","onDismiss","placement","transitionDuration","transitionState","onMouseEnter","onMouseLeave"]);return t.createElement(kL,Object.assign({appearance:n,placement:s,transitionState:d,transitionDuration:c,onMouseEnter:u,onMouseLeave:p},m),t.createElement(IL,{appearance:n,autoDismiss:r,autoDismissTimeout:i,isRunning:a}),t.createElement(CL,null,o),l?t.createElement(wL,{onClick:l},t.createElement(bL,{className:"react-toast-notifications__toast__dismiss-icon"}),t.createElement(xL,{className:"react-toast-notifications__toast__dismiss-text"},"Close")):null)};ML.defaultProps={onDismiss:vL};const AL=x.div`
|
|
5159
5250
|
box-sizing: border-box;
|
|
5160
5251
|
max-height: 100%;
|
|
5161
5252
|
max-width: 100%;
|
|
@@ -5165,13 +5256,13 @@ object-assign
|
|
|
5165
5256
|
position: fixed;
|
|
5166
5257
|
z-index: 1000;
|
|
5167
5258
|
${({placement:e})=>{switch(e){case"top-left":return w({top:0,left:0});case"top-center":return w({top:0,left:"50%",transform:"translateX(-50%)"});case"top-right":return w({top:0,right:0});case"bottom-left":return w({bottom:0,left:0});case"bottom-center":return w({bottom:0,left:"50%",transform:"translateX(-50%)"});case"bottom-right":return w({bottom:0,right:0});default:return""}}}
|
|
5168
|
-
|
|
5259
|
+
`,$L=e=>{var{hasToasts:n,placement:r}=e,i=D(e,["hasToasts","placement"]);return t.createElement(AL,Object.assign({className:"react-toast-notifications__container",hasToasts:n,placement:r},i))};class DL{constructor(e,t){this.callback=e,this.start=t,this.remaining=t,this.resume()}clear(){clearTimeout(this.timerId)}pause(){clearTimeout(this.timerId),this.remaining-=Date.now()-this.start}resume(){this.start=Date.now(),clearTimeout(this.timerId),this.timerId=setTimeout(this.callback,this.remaining)}}class LL extends b{constructor(){super(...arguments),this.state={isRunning:Boolean(this.props.autoDismiss)},this.startTimer=()=>{const{autoDismiss:e,autoDismissTimeout:t,onDismiss:n}=this.props;e&&(this.setState({isRunning:!0}),this.timeout=new DL(n,t))},this.clearTimer=()=>{this.timeout&&this.timeout.clear()},this.onMouseEnter=()=>{this.setState({isRunning:!1},(()=>{this.timeout&&this.timeout.pause()}))},this.onMouseLeave=()=>{this.setState({isRunning:!0},(()=>{this.timeout&&this.timeout.resume()}))}}componentDidMount(){this.startTimer()}componentDidUpdate(e){if(e.autoDismiss!==this.props.autoDismiss){(this.props.autoDismiss?this.startTimer:this.clearTimer)()}}componentWillUnmount(){this.clearTimer()}render(){const e=this.props,{autoDismiss:n,autoDismissTimeout:r,component:i}=e,o=D(e,["autoDismiss","autoDismissTimeout","component"]),{isRunning:a}=this.state,l=n?this.onMouseEnter:vL,s=n?this.onMouseLeave:vL;return t.createElement(i,Object.assign({autoDismiss:n,autoDismissTimeout:r,isRunning:a,onMouseEnter:l,onMouseLeave:s},o))}}LL.defaultProps={autoDismiss:!1};const OL={Toast:ML,ToastContainer:$L},SL=t.createContext({add:()=>"0",remove:vL,removeAll:vL,update:vL,toasts:[]}),{Consumer:VL,Provider:HL}=SL,RL=!("undefined"==typeof window||!window.document||!window.document.createElement);let NL=class extends b{constructor(e){super(e),this.state={toasts:[]},this.has=e=>!!this.state.toasts.length&&Boolean(this.state.toasts.filter((t=>t.id===e)).length),this.onDismiss=(e,t=vL)=>()=>{t(e),this.remove(e)},this.add=(e,t,n=vL)=>{const r=(null==t?void 0:t.id)?t.id:function(){let e=46656*Math.random()|0,t=46656*Math.random()|0;return e=("000"+e.toString(36)).slice(-3),t=("000"+t.toString(36)).slice(-3),e+t}();if(!this.has(r))return this.setState((n=>{const i=Object.assign({content:e,id:r},t);return{toasts:this.props.newestOnTop?[i,...n.toasts]:[...n.toasts,i]}}),(()=>n(r))),r},this.remove=(e,t=vL)=>{this.has(e)&&this.setState((t=>{const n=t.toasts.filter((t=>t.id!==e));return{toasts:n}}),(()=>t(e)))},this.removeAll=()=>{this.state.toasts.length&&this.state.toasts.forEach((e=>this.remove(e.id)))},this.update=(e,t,n=vL)=>{this.has(e)&&this.setState((n=>{const r=n.toasts,i=r.findIndex((t=>t.id===e)),o=Object.assign(Object.assign({},r[i]),t);return{toasts:[...r.slice(0,i),o,...r.slice(i+1)]}}),(()=>n(e)))},this.nodeRef=t.createRef()}render(){const{autoDismiss:e,autoDismissTimeout:n,children:r,components:i,placement:o,portalTargetSelector:a,transitionDuration:l}=this.props,{Toast:s,ToastContainer:c}=Object.assign(Object.assign({},OL),i),{add:d,remove:u,removeAll:p,update:m}=this,h=this.state.toasts,g=Boolean(h.length),f=RL?a?document.querySelector(a):document.body:null;return t.createElement(HL,{value:{add:d,remove:u,removeAll:p,update:m,toasts:h}},r,f?M(t.createElement(c,{placement:o,hasToasts:g},t.createElement(wu,{component:null},h.map((r=>{var{appearance:i,autoDismiss:a,content:c,id:d,onDismiss:u}=r,p=D(r,["appearance","autoDismiss","content","id","onDismiss"]);return t.createElement(cu,{key:d,appear:!0,mountOnEnter:!0,unmountOnExit:!0,nodeRef:this.nodeRef,timeout:l},(r=>t.createElement(LL,Object.assign({key:d,appearance:i,autoDismiss:void 0!==a?a:e,autoDismissTimeout:n,component:s,placement:o,transitionDuration:l,transitionState:r,onDismiss:this.onDismiss(d,u)},p),c)))})))),f):t.createElement(c,{placement:o,hasToasts:g}))}};NL.defaultProps={autoDismiss:!1,autoDismissTimeout:5e3,components:OL,newestOnTop:!1,placement:"top-right",transitionDuration:220,nodeRef:null};const zL=x($L)`
|
|
5169
5260
|
z-index: ${({theme:e})=>e.depth.toast} !important;
|
|
5170
|
-
|
|
5261
|
+
`,TL=t=>{var{children:n}=t,r=D(t,["children"]);const i={pt:r.placement.includes("top")?3:0,pb:r.placement.includes("bottom")?3:0};return e.createElement(zL,Object.assign({},r),e.createElement(Ks,Object.assign({},i),n))},ZL={appearance:"info",autoDismiss:!1,autoDismissTimeout:0,isRunning:!0,onDismiss:()=>{},onMouseEnter:()=>{},onMouseLeave:()=>{},placement:"top-center",transitionDuration:0,transitionState:"entered",children:null},BL=e=>t.createElement(lL,Object.assign({},ZL,e));BL.Provider=t=>{var{children:n}=t,r=D(t,["children"]);return e.createElement(NL,Object.assign({},r,{components:Object.assign({Toast:lL,ToastContainer:TL},r.components)}),n)},BL.useToasts=()=>{const e=c(SL);if(!e)throw Error("The `useToasts` hook must be called from a descendent of the `ToastProvider`.");return{addToast:e.add,removeToast:e.remove,removeAllToasts:e.removeAll,updateToast:e.update,toastStack:e.toasts}};const PL=x.div`
|
|
5171
5262
|
position: relative;
|
|
5172
5263
|
width: 40px;
|
|
5173
5264
|
height: 22px;
|
|
5174
|
-
`,
|
|
5265
|
+
`,_L=x.span`
|
|
5175
5266
|
position: absolute;
|
|
5176
5267
|
top: 50%;
|
|
5177
5268
|
left: 3px;
|
|
@@ -5184,19 +5275,19 @@ object-assign
|
|
|
5184
5275
|
${({checked:e,disabled:t,theme:n})=>t&&e?mo(n.palette.primary.base,.6):t&&!e?mo(n.palette.divider,.6):e?n.palette.primary.dark:n.palette.divider};
|
|
5185
5276
|
box-shadow: ${({theme:e})=>ho(3,e.palette.action.shadowOpacity,e.palette.action.shadowBase)};
|
|
5186
5277
|
transition: all 0.2s ease-in-out;
|
|
5187
|
-
`,
|
|
5278
|
+
`,GL=x.div`
|
|
5188
5279
|
position: absolute;
|
|
5189
5280
|
width: 100%;
|
|
5190
5281
|
word-break: break-all;
|
|
5191
5282
|
white-space: nowrap;
|
|
5192
5283
|
transition: all 0.2s ease-in-out;
|
|
5193
|
-
`,
|
|
5284
|
+
`,YL=x(GL)`
|
|
5194
5285
|
padding-left: 8px;
|
|
5195
5286
|
opacity: 0;
|
|
5196
|
-
`,
|
|
5287
|
+
`,FL=x(GL)`
|
|
5197
5288
|
padding-right: 8px;
|
|
5198
5289
|
opacity: 1;
|
|
5199
|
-
`,
|
|
5290
|
+
`,jL=x.label`
|
|
5200
5291
|
position: absolute;
|
|
5201
5292
|
top: 0;
|
|
5202
5293
|
left: 0;
|
|
@@ -5214,13 +5305,13 @@ object-assign
|
|
|
5214
5305
|
transition: all 0.2s ease-in-out;
|
|
5215
5306
|
|
|
5216
5307
|
${({checked:e})=>e&&w`
|
|
5217
|
-
& > ${
|
|
5308
|
+
& > ${_L} {
|
|
5218
5309
|
left: calc(100% - 14px - 5px);
|
|
5219
5310
|
}
|
|
5220
|
-
& > ${
|
|
5311
|
+
& > ${YL} {
|
|
5221
5312
|
opacity: 1;
|
|
5222
5313
|
}
|
|
5223
|
-
& > ${
|
|
5314
|
+
& > ${FL} {
|
|
5224
5315
|
opacity: 0;
|
|
5225
5316
|
}
|
|
5226
5317
|
`}
|
|
@@ -5230,11 +5321,11 @@ object-assign
|
|
|
5230
5321
|
border-color: ${({theme:e})=>e.palette.primary.base};
|
|
5231
5322
|
}
|
|
5232
5323
|
`}
|
|
5233
|
-
`,
|
|
5324
|
+
`,WL=x.input`
|
|
5234
5325
|
width: 0;
|
|
5235
5326
|
height: 0;
|
|
5236
5327
|
visibility: hidden;
|
|
5237
|
-
`,
|
|
5328
|
+
`,XL=e.forwardRef((function(t,n){const{checked:r=!1,disabled:i=!1,onChange:o,width:a="48px",checkedText:l="",unCheckedText:s="",inputRef:c,children:d}=t;return"production"!==process.env.NODE_ENV&&d&&console.warn("[ingred-ui] ToggleButton: childrenによるラベル指定は非推奨です。別の手段でラベルを指定してください。"),e.createElement(PL,{ref:n,width:a},e.createElement(jL,{checked:r,disabled:i,width:a},e.createElement(WL,{ref:c,checked:r,type:"checkbox",readOnly:null==o,disabled:i,onChange:o}),e.createElement(YL,null,e.createElement(ve,{component:"div",color:i?"disabled":"primary",align:"left",size:"xs",weight:"bold"},l)),e.createElement(FL,null,e.createElement(ve,{component:"div",color:i?"disabled":"secondary",align:"right",size:"xs",weight:"bold"},s)),e.createElement(_L,{checked:r,disabled:i})))})),JL=x.div``,UL=x.span`
|
|
5238
5329
|
background-color: ${({active:e,theme:t})=>e?t.palette.primary.base:t.palette.white};
|
|
5239
5330
|
border: 1px solid
|
|
5240
5331
|
${({theme:e,active:t})=>t?e.palette.primary.dark:e.palette.neutral.lighter};
|
|
@@ -5242,26 +5333,26 @@ object-assign
|
|
|
5242
5333
|
height: ${({theme:e})=>3*e.spacing}px;
|
|
5243
5334
|
width: ${({theme:e})=>3*e.spacing}px;
|
|
5244
5335
|
outline: none;
|
|
5245
|
-
`,
|
|
5336
|
+
`,QL=x.div`
|
|
5246
5337
|
display: grid;
|
|
5247
5338
|
grid-template-columns: 38px repeat(24, 1fr);
|
|
5248
5339
|
grid-gap: ${({theme:e})=>e.spacing/2}px;
|
|
5249
5340
|
align-items: center;
|
|
5250
5341
|
justify-items: center;
|
|
5251
5342
|
width: fit-content;
|
|
5252
|
-
`,
|
|
5343
|
+
`,KL=x.div`
|
|
5253
5344
|
height: 24px;
|
|
5254
5345
|
text-align: center;
|
|
5255
5346
|
background-color: ${({theme:e})=>e.palette.neutral.softLight};
|
|
5256
5347
|
border-radius: ${({theme:e})=>e.spacing/2}px;
|
|
5257
5348
|
border: 1px solid ${({theme:e})=>e.palette.neutral.lighter};
|
|
5258
|
-
`,
|
|
5349
|
+
`,qL=x(KL)`
|
|
5259
5350
|
width: 38px;
|
|
5260
|
-
`,
|
|
5351
|
+
`,eO=x(KL)`
|
|
5261
5352
|
width: 24px;
|
|
5262
|
-
`,
|
|
5353
|
+
`,tO=x(KL)`
|
|
5263
5354
|
border: none;
|
|
5264
|
-
`,
|
|
5355
|
+
`,nO=e=>{if(!e)return Array(7).fill(Array(24).fill("1"));const t=(e=>{if(!e)return Array(7).fill(Array(24).fill("1")).join("");let t="";for(const n of e)switch(n){case"0":t+="0000";break;case"1":t+="0001";break;case"2":t+="0010";break;case"3":t+="0011";break;case"4":t+="0100";break;case"5":t+="0101";break;case"6":t+="0110";break;case"7":t+="0111";break;case"8":t+="1000";break;case"9":t+="1001";break;case"a":t+="1010";break;case"b":t+="1011";break;case"c":t+="1100";break;case"d":t+="1101";break;case"e":t+="1110";break;case"f":t+="1111";break;default:return""}return t})(e),n=[];for(let e=0;e<7;e++){n[e]=[];for(let r=0;r<24;r++)n[e][r]=t.charAt(24*e+r)}return n},rO=Array.from(Array(24)).map(((e,t)=>t)),iO=({weekList:e,weekTime:n,WeekTimeItem:r,interactive:i=!1,isWithinHoverRange:o,onMouseOver:a,onMouseDown:s})=>{const c=l((()=>nO(n)),[n]),d=(e,t)=>()=>{null==a||a(e,t)},u=(e,t,n)=>()=>{null==s||s(e,t,n)};return t.createElement(QL,null,t.createElement(tO,null),rO.map((e=>t.createElement(eO,{key:e},e))),c.map(((n,a)=>t.createElement(v,{key:a},t.createElement(qL,null,e[a]),n.map(((n,l)=>t.createElement(r,Object.assign({key:`${a}-${l}`,active:"1"===n,hover:!!o&&o(a,l)},i?{"aria-label":`${e[a]} ${String(l).padStart(2,"0")}:00`,"aria-pressed":"1"===n}:{},{onMouseOver:d(a,l),onMouseDown:u(a,l,n)}))))))))},oO=t.forwardRef((function(e,n){const r=$p({props:e,name:"WeekTime"}),{weekList:i,weekTime:o}=r;return t.createElement(JL,{ref:n},t.createElement(iO,{weekTime:o,weekList:i,WeekTimeItem:UL}))})),aO=x.div``,lO=x.button`
|
|
5265
5356
|
background-color: ${({active:e,hover:t,theme:n})=>t?n.palette.primary.highlight:e?n.palette.primary.base:n.palette.white};
|
|
5266
5357
|
border: 1px solid
|
|
5267
5358
|
${({theme:e,active:t,hover:n})=>n?e.palette.primary.softLight:t?e.palette.primary.dark:e.palette.neutral.lighter};
|
|
@@ -5270,5 +5361,5 @@ object-assign
|
|
|
5270
5361
|
height: ${({theme:e})=>3*e.spacing}px;
|
|
5271
5362
|
width: ${({theme:e})=>3*e.spacing}px;
|
|
5272
5363
|
outline: none;
|
|
5273
|
-
`,
|
|
5364
|
+
`,sO=t.forwardRef((function(e,n){const r=$p({props:e,name:"WeekTimeSelector"}),{weekList:o,weekTime:s,errorText:c,onChange:d}=r,u=l((()=>nO(s)),[s]),[p,m]=i({weekIndex:0,timeIndex:0}),[h,g]=i({weekIndex:0,timeIndex:0}),[f,b]=i("none"),[v,x]=i("1"),y=(e,t,n)=>{if("choosing"===f){const r=((e,t,n,r,i,o)=>{const a=[...o],l=Math.min(e,n),s=Math.max(e,n),c=Math.min(t,r),d=Math.max(t,r);for(let e=l;e<=s;e++){const t=a[e].map(((t,n)=>e>=l&&e<=s&&n>=c&&n<=d?i:t));a[e]=t}return a})(p.weekIndex,p.timeIndex,e,t,n,[...u]);b("none"),null==d||d((e=>{let t="";for(let n=0;n<7;n++)for(let r=0;r<24;r++)t+=e[n][r];return(e=>{let t="";for(let n=0;n<e.length;n+=4)switch(e.substr(n,4)){case"0000":t+="0";break;case"0001":t+="1";break;case"0010":t+="2";break;case"0011":t+="3";break;case"0100":t+="4";break;case"0101":t+="5";break;case"0110":t+="6";break;case"0111":t+="7";break;case"1000":t+="8";break;case"1001":t+="9";break;case"1010":t+="a";break;case"1011":t+="b";break;case"1100":t+="c";break;case"1101":t+="d";break;case"1110":t+="e";break;case"1111":t+="f";break;default:return""}return t})(t)})(r))}else"none"===f&&(m({weekIndex:e,timeIndex:t}),g({weekIndex:e,timeIndex:t}),b("choosing"))},w=()=>{"choosing"===f&&y(h.weekIndex,h.timeIndex,v)};return a((()=>(addEventListener("mouseup",w),()=>{removeEventListener("mouseup",w)}))),t.createElement(aO,{ref:n},t.createElement(iO,{weekTime:s,weekList:o,WeekTimeItem:lO,interactive:!0,isWithinHoverRange:(e,t)=>{if("choosing"===f){const n=Math.min(p.weekIndex,h.weekIndex),r=Math.max(p.weekIndex,h.weekIndex),i=Math.min(p.timeIndex,h.timeIndex),o=Math.max(p.timeIndex,h.timeIndex);return e>=n&&e<=r&&t>=i&&t<=o}return!1},onMouseOver:(e,t)=>{"none"!==f&&g({weekIndex:e,timeIndex:t})},onMouseDown:(e,t,n)=>{const r="1"===n?"0":"1";x(r),y(e,t,r)}}),c&&t.createElement(Ks,{pt:1},t.createElement(ip,null,c)))}));export{hp as ADVANCED_FILTER_CONSTANTS,de as Accordion,Ce as ActionButton,Bp as AdvancedFilter,Np as AdvancedFilterConfigPanel,Zt as AdvancedFilterTrigger,wm as Backdrop,zm as Badge,_m as Banner,B as BreakPoint,uc as Button,jm as ButtonGroup,Vh as Calendar,tg as CalendarRange,ng as Card,cg as Checkbox,wg as CheckboxCard,Cg as ClickAwayListener,Rg as ConfirmModal,P as ContainerBreakPoint,Jg as ContextMenu,zs as ContextMenu2,Gs as ContextMenu2ButtonControlsItem,ft as ContextMenu2ButtonItem,po as ContextMenu2CheckItem,Ts as ContextMenu2Container,Zs as ContextMenu2HeadingItem,Ps as ContextMenu2HelpTextItem,_s as ContextMenu2SeparatorItem,ss as ContextMenu2SortableGroup,ps as ContextMenu2SortableItem,xo as ContextMenu2SwitchItem,Is as ContextMenu2TextInputItem,Eo as ContextMenu2TriggerItem,Jy as CreatableSelect,Wp as DATE_OPERATORS,Yw as DataTable,YC as DataTable2,QC as DataTable2ActionButton,XC as DataTable2Body,UC as DataTable2Cell,jC as DataTable2Column,WC as DataTable2ColumnLabel,FC as DataTable2Head,KC as DataTable2InlineEditor,qC as DataTable2InlineSelectEditor,JC as DataTable2Row,ME as DateField,zE as DateField2,Lp as DatePicker,LE as DateRangeField,PE as DateRangeField2,GE as DateRangePicker,_g as Divider,KE as Drawer,aI as DropdownButton,II as DualListBox,Ck as DualListBox2,bk as DualListBox2Accordion,ak as DualListBox2Item,hk as DualListBox2Section,ip as ErrorText,Ou as Fade,kk as FileUploader,jk as FilterComboBox,Tp as FilterPositionCalculator,nM as FilterSelectInput,kM as FilterTagInput,AM as FixedPanel,re as Flex,OM as FloatingTip,BM as FullSizeConfirmModal,GM as Grow,ee as Icon,XM as IconText,Cs as Input,Vw as ItemEmpty,QM as LoadingBar,Ap as LocaleProvider,Wg as Menu,Yg as MenuList,Hg as Modal,SA as MultipleFilter,jp as NUMBER_OPERATORS,S$ as NavigationRail,GA as NavigationRailContext,QA as NotificationBadge,Jp as PRESET_OPERATORS,$w as Pager,jg as Popover,Vg as Portal,pw as RadioButton,V$ as RadioCard,z as Radius,Nu as SELECT2_SIZES,Xp as SELECTION_OPERATORS,R$ as ScrollArea,Xy as Select,qu as Select2,ep as Select2Option,tp as Select2OptionGroup,np as Select2Separator,N as Shadow,dD as Slide,rD as Slider,aD as SliderField,gD as Snackbar,T as Space,Ks as Spacer,oc as Spinner,bD as SplitAnnotation,$D as Switch,Fp as TEXT_OPERATORS,ZD as Table,WD as Tabs,De as Tag,gA as TextField,L as ThemeProvider,QD as TimeField,KD as TimeField2,BL as Toast,XL as ToggleButton,Ru as Tooltip,ve as Typography,oO as WeekTime,sO as WeekTimeSelector,am as applyFilter,lm as applyMultipleFilters,om as applyOperatorToValue,Z as breakpointPrimitives,st as buildFilterSlots,em as changeOperatorLabel,pm as changeValueLabel,Y$ as clamp,O as colors,Kp as combineOperators,dm as combineValues,Qp as createOperator,W as createTheme,cm as createValue,X as defaultTheme,kp as enUS,sm as evaluateFilterConditions,he as fontSize,Fe as generateTagText,je as generateTagTitle,Je as getAvailableTypes,F$ as getClampedValue,lt as getConfiguredFilters,Ue as getFilterTypeLabel,Dw as getFilteredItems,J$ as getKeyboardValue,bm as getLabelsForValues,X$ as getNearestThumbIndex,j$ as getPercentage,Up as getPresetOperators,tm as getPresetOperatorsWithLabels,ot as getPresetSlotId,me as getResponsiveFontSizeCss,Qe as getTagBoldText,W$ as getValueFromPosition,fm as getValueLabels,gm as getValueStrings,at as isConfiguredFilter,Ve as isCustomOperator,Se as isRangeOperator,pe as isResponsiveObject,We as isValidFilterConfig,Xe as isValidFilterType,Ep as jaJP,vm as mergeValues,im as normalizeForSearch,qp as overrideOperatorLabels,um as overrideValueLabels,H as palette,K$ as preventScroll,U$ as preventTextSelection,be as resolveFontWeight,Q$ as restoreTextSelection,nm as selectOperators,rm as selectOperatorsByIndex,mm as selectValues,hm as selectValuesByIndex,xm as sortValues,mk as toGroupedItems,_ as trimVertical,zp as useAdvancedFilterState,As as useContextMenu2Anchor,Zp as useFilterMenuPosition,Lw as useFilterState,_A as useNavigationRail,q$ as useSlider,eD as useSliderScale,J as useTheme,Ip as zhCN};
|
|
5274
5365
|
//# sourceMappingURL=index.es.js.map
|