ingred-ui 33.5.1 → 33.6.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/Tabs/Tabs.d.ts +3 -1
- package/dist/components/Tabs/internal/Tab.d.ts +2 -0
- package/dist/components/Tabs/styled.d.ts +16 -4
- package/dist/index.es.js +189 -138
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +113 -62
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRef as o,useEffect as a,useMemo as l,createContext as s,useContext as c,useCallback as d,useLayoutEffect as u,Children as p,isValidElement as m,cloneElement as h,memo as g,Component as f,Fragment as b}from"react";import v,{ThemeContext as x,css as y,keyframes as w,useTheme as C}from"styled-components";import*as E from"react-dom";import I,{createPortal as k,flushSync as M}from"react-dom";import{DndContext as $,DragOverlay as A}from"@dnd-kit/core";import{SortableContext as
|
|
1
|
+
import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRef as o,useEffect as a,useMemo as l,createContext as s,useContext as c,useCallback as d,useLayoutEffect as u,Children as p,isValidElement as m,cloneElement as h,memo as g,Component as f,Fragment as b}from"react";import v,{ThemeContext as x,css as y,keyframes as w,useTheme as C}from"styled-components";import*as E from"react-dom";import I,{createPortal as k,flushSync as M}from"react-dom";import{DndContext as $,DragOverlay as A}from"@dnd-kit/core";import{SortableContext as V,useSortable as L,arrayMove as H}from"@dnd-kit/sortable";import{restrictToVerticalAxis as O}from"@dnd-kit/modifiers";import{CSS as S}from"@dnd-kit/utilities";function D(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]])}return n}"function"==typeof SuppressedError&&SuppressedError;const R=({children:t,theme:n})=>e.createElement(x.Provider,{value:n},t),N={red:{0:"#FFF5F5",50:"#FFF0F1",100:"#FFE2E5",200:"#FFBAC3",300:"#F96979",400:"#F1365C",500:"#EB0A4E",600:"#CA0755",700:"#A90556",800:"#880352",900:"#70014E",1e3:"#380027"},blue:{0:"#F4F8FA",50:"#F2F9FC",100:"#CDF0FE",200:"#9CDDFD",300:"#6AC3FB",400:"#46AAF8",500:"#0B82F4",600:"#0864D1",700:"#054BAF",800:"#03348D",900:"#022575",1e3:"#02194F"},yellow:{0:"#FFFEF5",50:"#FFFCE4",100:"#FEFACF",200:"#FEF4A0",300:"#FEED71",400:"#FDE54E",500:"#FCD914",600:"#D8BA0E",700:"#B59B0A",800:"#927D06",900:"#695A02",1e3:"#2D2601"},green:{0:"#FBFFF5",50:"#F4FFE2",100:"#ECFCD3",200:"#D6F9A9",300:"#B4ED7B",400:"#92DB57",500:"#63C427",600:"#49A81C",700:"#338D13",800:"#20710C",900:"#135E07",1e3:"#072102"},gray:{0:"#FFFFFF",50:"#F8F9FA",100:"#F2F4F5",200:"#E2E8EA",300:"#D1D5DA",400:"#B3BAC1",500:"#959FA9",600:"#778490",700:"#596978",800:"#1F3449",900:"#041C33",1e3:"#001326"}};function z(e){return e&&"object"==typeof e&&!Array.isArray(e)}function Z(e,t,n={clone:!0}){const r=n.clone?Object.assign({},e):e;return z(e)&&z(t)&&Object.keys(t).forEach((i=>{"__proto__"!==i&&(z(t[i])&&i in e?r[i]=Z(e[i],t[i],n):r[i]=t[i])})),r}const T={white:N.gray[0],black:N.gray[900],primary:{pure:N.blue[0],ultraLight:N.blue[50],highlight:N.blue[100],softLight:N.blue[200],lighter:N.blue[300],light:N.blue[400],base:N.blue[500],dark:N.blue[600],darker:N.blue[700],deepDark:N.blue[800],ultraDark:N.blue[900],deepest:N.blue[1e3]},success:{pure:N.green[0],ultraLight:N.green[50],highlight:N.green[100],softLight:N.green[200],lighter:N.green[300],light:N.green[400],base:N.green[500],dark:N.green[600],darker:N.green[700],deepDark:N.green[800],ultraDark:N.green[900],deepest:N.green[1e3]},warning:{pure:N.yellow[0],ultraLight:N.yellow[50],highlight:N.yellow[100],softLight:N.yellow[200],lighter:N.yellow[300],light:N.yellow[400],base:N.yellow[500],dark:N.yellow[600],darker:N.yellow[700],deepDark:N.yellow[800],ultraDark:N.yellow[900],deepest:N.yellow[1e3]},danger:{pure:N.red[0],ultraLight:N.red[50],highlight:N.red[100],softLight:N.red[200],lighter:N.red[300],light:N.red[400],base:N.red[500],dark:N.red[600],darker:N.red[700],deepDark:N.red[800],ultraDark:N.red[900],deepest:N.red[1e3]},neutral:{pure:N.gray[0],ultraLight:N.gray[50],highlight:N.gray[100],softLight:N.gray[200],lighter:N.gray[300],light:N.gray[400],base:N.gray[500],dark:N.gray[600],darker:N.gray[700],deepDark:N.gray[800],ultraDark:N.gray[900],deepest:N.gray[1e3]},text:{primary:N.gray[900],accent:N.blue[500],secondary:N.gray[700],disabled:N.gray[400],hint:N.gray[400],white:N.gray[0]},background:{default:N.gray[0],dark:N.blue[50],active:N.blue[100],hint:N.blue[50]},divider:N.gray[400],icon:{active:N.blue[500],fill:N.gray[700],line:N.gray[600]},action:{shadowOpacity:.08,shadowBase:N.gray[900]}};function B(e){return Z(T,e)}const P={"3dShadowActive":"0px 3px rgba(4, 28, 51, 0.16) inset","3dShadowPrimary":"0px -3px 0px 0px rgba(2, 37, 117, 0.06) inset, 0px 1px 0px 0px rgba(4, 28, 51, 0.04)","3dShadowPrimarySubtle":"0px -3px 0px 0px rgba(11, 130, 244, 0.06) inset, 0px 1px 0px 0px rgba(4, 28, 51, 0.04)","3dShadowPrimarySubtleActive":"0px 3px 0px 0px rgba(11, 130, 244, 0.06) inset","3dShadowBasic":"0px -3px 0px 0px rgba(4, 28, 51, 0.06) inset, 0px 1px 0px 0px rgba(4, 28, 51, 0.04)","3dShadowBasicActive":"0px 3px 0px 0px rgba(4, 28, 51, 0.06) inset","3dShadowDanger":"0px -3px 0px 0px rgba(112, 1, 78, 0.06) inset, 0px 1px 0px 0px rgba(4, 28, 51, 0.04)",dropdown:"0px 0px 16px rgba(4, 28, 51, 0.08)"},_=8,G=8,Y={xs:375,sm:576,md:768,lg:1024,xl:1280,xxl:1440},j={MOBILE_SMALL:Y.xs,MOBILE:Y.sm,TABLET:Y.md,LAPTOP:Y.lg,DESKTOP:Y.xl,WIDE:Y.xxl},F={X_SMALL:Y.xs,SMALL:Y.sm,MEDIUM:Y.md,LARGE:Y.lg,X_LARGE:Y.xl,XX_LARGE:Y.xxl},W=y`
|
|
2
2
|
text-box: trim-both cap alphabetic;
|
|
3
3
|
`,X={appBar:1100,drawer:1200,modal:1300,configPanel:1349,calendar:1350,calendarRange:1350,dropdown:1351,snackbar:1400,tooltip:1500,toast:1700},J=y`
|
|
4
4
|
border-color: ${({theme:e})=>e.palette.primary.base};
|
|
@@ -110,7 +110,7 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
110
110
|
&:disabled {
|
|
111
111
|
cursor: not-allowed;
|
|
112
112
|
}
|
|
113
|
-
`,ke=new Set;function Me(e,t){"production"!==process.env.NODE_ENV&&(ke.has(e)||(ke.add(e),console.warn(`[ingred-ui] ${t}`)))}const $e=e.forwardRef((function(t,n){var{children:r,icon:i,color:o="primary",disabled:a}=t,l=D(t,["children","icon","color","disabled"]);Me("ActionButton",'ActionButton は非推奨です。代わりに Button の Subtle(color="primarySubtle" 等)を使用してください。');const s=ee(),c=((e,t)=>t?"disabled":e)(o,a),d=(e=>({primary:e.palette.primary.softLight,warning:N.red[200],disabled:N.gray[400]}))(s)[c],u=(e=>({primary:e.palette.background.hint,warning:e.palette.danger.highlight,disabled:e.palette.neutral.softLight}))(s)[c],p=(e=>({primary:e.palette.primary.highlight,warning:N.red[200],disabled:e.palette.neutral.softLight}))(s)[c],m=(e=>({primary:e.palette.primary.base,warning:e.palette.danger.base,disabled:e.palette.text.disabled}))(s)[c];return e.createElement(Ie,Object.assign({},l,{ref:n,borderColor:d,normalBackgroundColor:u,hoverBackgroundColor:p,disabled:a}),i&&e.createElement(oe,{name:i,color:m}),r&&e.createElement(Ee,{color:m,size:"md"},r))})),Ae={small:{height:"20px",fontSize:"11px",padding:"2px 4px",iconSize:"12px",borderRadius:"4px",prependGap:"2px",itemGap:"4px"},medium:{height:"22px",fontSize:"12px",padding:"2px 4px",iconSize:"14px",borderRadius:"4px",prependGap:"2px",itemGap:"6px"},large:{height:"26px",fontSize:"13px",padding:"4px 6px",iconSize:"16px",borderRadius:"4px",prependGap:"4px",itemGap:"8px"},xl:{height:"30px",fontSize:"14px",padding:"4px 8px",iconSize:"16px",borderRadius:"4px",prependGap:"4px",itemGap:"8px"}},
|
|
113
|
+
`,ke=new Set;function Me(e,t){"production"!==process.env.NODE_ENV&&(ke.has(e)||(ke.add(e),console.warn(`[ingred-ui] ${t}`)))}const $e=e.forwardRef((function(t,n){var{children:r,icon:i,color:o="primary",disabled:a}=t,l=D(t,["children","icon","color","disabled"]);Me("ActionButton",'ActionButton は非推奨です。代わりに Button の Subtle(color="primarySubtle" 等)を使用してください。');const s=ee(),c=((e,t)=>t?"disabled":e)(o,a),d=(e=>({primary:e.palette.primary.softLight,warning:N.red[200],disabled:N.gray[400]}))(s)[c],u=(e=>({primary:e.palette.background.hint,warning:e.palette.danger.highlight,disabled:e.palette.neutral.softLight}))(s)[c],p=(e=>({primary:e.palette.primary.highlight,warning:N.red[200],disabled:e.palette.neutral.softLight}))(s)[c],m=(e=>({primary:e.palette.primary.base,warning:e.palette.danger.base,disabled:e.palette.text.disabled}))(s)[c];return e.createElement(Ie,Object.assign({},l,{ref:n,borderColor:d,normalBackgroundColor:u,hoverBackgroundColor:p,disabled:a}),i&&e.createElement(oe,{name:i,color:m}),r&&e.createElement(Ee,{color:m,size:"md"},r))})),Ae={small:{height:"20px",fontSize:"11px",padding:"2px 4px",iconSize:"12px",borderRadius:"4px",prependGap:"2px",itemGap:"4px"},medium:{height:"22px",fontSize:"12px",padding:"2px 4px",iconSize:"14px",borderRadius:"4px",prependGap:"2px",itemGap:"6px"},large:{height:"26px",fontSize:"13px",padding:"4px 6px",iconSize:"16px",borderRadius:"4px",prependGap:"4px",itemGap:"8px"},xl:{height:"30px",fontSize:"14px",padding:"4px 8px",iconSize:"16px",borderRadius:"4px",prependGap:"4px",itemGap:"8px"}},Ve={light:{background:N.gray[0],border:N.gray[400],text:N.gray[900],hoverIcon:N.gray[800]},dark:{background:N.gray[100],border:N.gray[400],text:N.gray[900],hoverIcon:N.gray[800]}},Le=v.div`
|
|
114
114
|
isolation: isolate;
|
|
115
115
|
display: inline-flex;
|
|
116
116
|
align-items: center;
|
|
@@ -118,14 +118,14 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
118
118
|
min-height: ${({$size:e})=>Ae[e].height};
|
|
119
119
|
padding: ${({$size:e})=>Ae[e].padding};
|
|
120
120
|
border: 1px solid
|
|
121
|
-
${({$variant:e,$disabled:t})=>t?N.gray[400]:
|
|
121
|
+
${({$variant:e,$disabled:t})=>t?N.gray[400]:Ve[e].border};
|
|
122
122
|
border-radius: ${({$size:e})=>Ae[e].borderRadius};
|
|
123
123
|
font-weight: 400;
|
|
124
124
|
font-size: ${({$size:e})=>Ae[e].fontSize};
|
|
125
125
|
line-height: 1.2;
|
|
126
126
|
word-break: break-all;
|
|
127
|
-
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:
|
|
128
|
-
background-color: ${({$variant:e,$disabled:t})=>t?N.gray[200]:
|
|
127
|
+
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:Ve[e].text};
|
|
128
|
+
background-color: ${({$variant:e,$disabled:t})=>t?N.gray[200]:Ve[e].background};
|
|
129
129
|
cursor: ${({$disabled:e,$clickable:t})=>e?"not-allowed":t?"pointer":"default"};
|
|
130
130
|
transition: background-color 0.2s ease;
|
|
131
131
|
|
|
@@ -150,19 +150,19 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
150
150
|
height: ${({$size:e})=>Ae[e].iconSize};
|
|
151
151
|
padding: 0;
|
|
152
152
|
border: 0;
|
|
153
|
-
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:
|
|
153
|
+
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:Ve[e].text};
|
|
154
154
|
background-color: transparent;
|
|
155
155
|
cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
|
|
156
156
|
|
|
157
157
|
&:hover {
|
|
158
|
-
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:
|
|
158
|
+
color: ${({$variant:e,$disabled:t})=>t?N.gray[400]:Ve[e].hoverIcon};
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
svg {
|
|
162
162
|
width: 100%;
|
|
163
163
|
height: 100%;
|
|
164
164
|
}
|
|
165
|
-
`,De=({label:e,size:n="medium",variant:r="light",onRemove:i,className:o,disabled:a=!1,boldText:s,onClick:c,onPointerDown:d,"aria-label":u,"data-tag":p,prepend:m})=>{const h=a?void 0:i,g=!!c,f=l((()=>{if(!s)return e;const n=(Array.isArray(s)?s:[s]).filter((t=>t&&e.includes(t)));if(0===n.length)return e;const r=n.map((e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))),i=new RegExp(`(${r.join("|")})`,"g"),o=e.split(i);return t.createElement(t.Fragment,null,o.map(((e,r)=>{const i=`${String(e)}-${r}`;return n.includes(e)?t.createElement("strong",{key:i},e):t.createElement(t.Fragment,{key:i},e)})))}),[e,s]),b=l((()=>{var e;return null==m?null:t.isValidElement(m)&&m.type===oe?t.cloneElement(m,{color:null!==(e=m.props.color)&&void 0!==e?e:"currentColor",size:parseInt(Ae[n].iconSize,10)}):m}),[m,n]);return t.createElement(
|
|
165
|
+
`,De=({label:e,size:n="medium",variant:r="light",onRemove:i,className:o,disabled:a=!1,boldText:s,onClick:c,onPointerDown:d,"aria-label":u,"data-tag":p,prepend:m})=>{const h=a?void 0:i,g=!!c,f=l((()=>{if(!s)return e;const n=(Array.isArray(s)?s:[s]).filter((t=>t&&e.includes(t)));if(0===n.length)return e;const r=n.map((e=>e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"))),i=new RegExp(`(${r.join("|")})`,"g"),o=e.split(i);return t.createElement(t.Fragment,null,o.map(((e,r)=>{const i=`${String(e)}-${r}`;return n.includes(e)?t.createElement("strong",{key:i},e):t.createElement(t.Fragment,{key:i},e)})))}),[e,s]),b=l((()=>{var e;return null==m?null:t.isValidElement(m)&&m.type===oe?t.cloneElement(m,{color:null!==(e=m.props.color)&&void 0!==e?e:"currentColor",size:parseInt(Ae[n].iconSize,10)}):m}),[m,n]);return t.createElement(Le,{$size:n,$variant:r,$disabled:a,$clickable:g,className:o,"data-tag":p,role:g?"button":void 0,tabIndex:g&&!a?0:void 0,"aria-label":u,onPointerDown:d,onClick:c?e=>{!a&&c&&(e.stopPropagation(),c())}:void 0},null!=b&&t.createElement(He,{$size:n},b),t.createElement(Oe,{$size:n,$variant:r,$disabled:a,$hasTrailing:!!i},f),i&&t.createElement(Se,{type:"button","aria-label":"削除",$size:n,$variant:r,$disabled:a,onClick:e=>{e.stopPropagation(),null==h||h()}},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor",size:parseInt(Ae[n].iconSize,10)})))},Re={small:{height:"30px",fontSize:"12px",padding:"0 6px",borderRadius:"4px",iconSize:14},medium:{height:"32px",fontSize:"13px",padding:"0 8px",borderRadius:"6px",iconSize:16},large:{height:"40px",fontSize:"14px",padding:"0 10px",borderRadius:"6px",iconSize:18}},Ne=e=>({light:{background:e.palette.background.default,borderColor:e.palette.divider,hoverBorderColor:e.palette.primary.base,color:e.palette.text.hint},dark:{background:e.palette.neutral.ultraLight,borderColor:e.palette.divider,hoverBorderColor:e.palette.primary.base,color:e.palette.text.hint}}),ze={MENU_WIDTH:160,CONFIG_PANEL_WIDTH:264,DEFAULT_MENU_POSITION:24,TAG_SPACING:8,TAG_OFFSET_MULTIPLE:40,ESTIMATED_TAG_WIDTH:120,ICON_AREA_WIDTH:24,CLEAR_BUTTON_WIDTH:16,FALLBACK_POSITION_X:80,FALLBACK_POSITION_Y:148,CONFIG_PANEL_HEADER_HEIGHT:60,CONFIG_PANEL_BUTTON_HEIGHT:50,CONFIG_PANEL_PADDING:16,CONFIG_PANEL_MIN_CONTENT_HEIGHT:200,TRANSITION_DURATION:200,MIN_VALUE_LENGTH:1},Ze="条件を維持",Te="[data-tag]",Be='[role="menu"]',Pe='[data-advanced-filter-trigger="true"]',_e='[role="button"]',Ge=(e,t)=>{if(!t)return!1;const n=t.operators.find((t=>t.value===e));return(null==n?void 0:n.isRange)||!1},Ye=(e,t)=>{var n;const r=null===(n=null==t?void 0:t.operators)||void 0===n?void 0:n.find((t=>t.value===e));return(null==r?void 0:r.isCustom)||!1},je=()=>`filter_${Date.now()}_${Math.random().toString(36).substring(2,11)}`,Fe=e=>{var t;return!0===(null===(t=null==e?void 0:e.persistOption)||void 0===t?void 0:t.enabled)},We=(e,t)=>{var n,r;return void 0!==(null==t?void 0:t.persist)?t.persist:null!==(r=null===(n=null==e?void 0:e.persistOption)||void 0===n?void 0:n.defaultValue)&&void 0!==r&&r},Xe=e=>{var t,n;return null!==(n=null===(t=null==e?void 0:e.persistOption)||void 0===t?void 0:t.label)&&void 0!==n?n:Ze},Je=(e,t)=>void 0===t.persist?e:Object.assign(Object.assign({},e),{persist:t.persist}),Ue=(e,t,n)=>n.conditions&&n.conditions.length>0?Je({id:je(),type:e,typeLabel:t,operator:"",operatorLabel:"",values:[],valueLabels:[],isRange:!1,conditions:n.conditions},n):Je({id:je(),type:e,typeLabel:t,operator:n.operator,operatorLabel:n.operatorLabel,values:n.values,valueLabels:n.valueLabels,isRange:n.isRange},n),Qe=(e,t)=>t.conditions&&t.conditions.length>0?Je(Object.assign(Object.assign({},e),{operator:"",operatorLabel:"",values:[],valueLabels:[],isRange:!1,conditions:t.conditions}),t):Je(Object.assign(Object.assign({},e),{operator:t.operator,operatorLabel:t.operatorLabel,values:t.values,valueLabels:t.valueLabels,isRange:t.isRange,conditions:void 0}),t),qe=e=>{var t,n,r;if(null==e?void 0:e.defaultOperator){if(!(null===(t=e.operators)||void 0===t?void 0:t.some((t=>t.value===e.defaultOperator)))){const t=null!==(r=null===(n=e.operators)||void 0===n?void 0:n.map((e=>e.value)).join(", "))&&void 0!==r?r:"(none)";throw new Error(`AdvancedFilter: defaultOperator "${e.defaultOperator}" is not in operators. Available: [${t}]`)}return e.defaultOperator}return(null==e?void 0:e.operators)&&e.operators.length>0?e.operators[0].value:"equals"},Ke=e=>(null==e?void 0:e.operators)||[],et=(e,t)=>{if(t&&e){const n=e.operators.find((e=>e.value===t));if(null==n?void 0:n.inputType)return n.inputType}return(null==e?void 0:e.inputType)||"text"},tt=e=>(null==e?void 0:e.placeholder)||"値を入力",nt=(e,t)=>{if(t&&e){const n=e.operators.find((e=>e.value===t));if(null==n?void 0:n.options)return n.options}return(null==e?void 0:e.options)||[]},rt=e=>(null==e?void 0:e.dateFormat)||"YYYY-MM-DD",it=(e,t,n)=>0===e.length?"":t&&2===e.length?`${e[0]} - ${e[1]}`:e.join(n),ot=e=>{const t=e.conditions.filter((e=>e.valueLabels.length>0)).map(((e,t)=>{const{operatorLabel:n,valueLabels:r,isRange:i}=e,o=0===t?`が${n}`:n;return i&&2===r.length?`${o} ${r[0]} - ${r[1]}`:`${o} ${r.join(", ")}`}));return`${e.typeLabel} ${t.join(" & ")}`},at=e=>{if(e.conditions&&e.conditions.length>0)return ot(e);const{typeLabel:t,operatorLabel:n,valueLabels:r,isRange:i}=e,o=`が${n}`,a=it(r,i,", ");return a?`${t} ${o} ${a}`:`${t} ${o}`},lt=e=>{if(e.conditions&&e.conditions.length>0)return ot(e);const{typeLabel:t,operatorLabel:n,valueLabels:r,isRange:i}=e,o=`が${n}`,a=it(r,i,"\n");return a?`${t} ${o}\n${a}`:`${t} ${o}`},st=e=>!!(e.operator.length>0&&e.operatorLabel.length>0&&e.values.length>0&&e.valueLabels.length>0&&e.values.length===e.valueLabels.length)&&(!e.isRange||2===e.values.length),ct=(e,t)=>t.some((t=>t.type===e)),dt=(e,t)=>e.filter((e=>!t.some((t=>t.type===e.type)))),ut=(e,t)=>{var n;return t?(null===(n=e.find((e=>e.type===t)))||void 0===n?void 0:n.label)||t:""},pt=e=>{if(e.conditions&&e.conditions.length>0){const t=[];for(const n of e.conditions){const{valueLabels:e,isRange:r}=n;0!==e.length&&(r&&2===e.length?t.push(`${e[0]} - ${e[1]}`):e.length>0&&t.push(...e))}return t}return it(e.valueLabels,e.isRange,", ")},mt=e=>(null==e?void 0:e.multiConditionConfigs)||[],ht=(e,t)=>{var n;return null===(n=null==e?void 0:e.multiConditionConfigs)||void 0===n?void 0:n.find((e=>e.conditionKey===t))},gt=e=>{var t,n,r;if(e.defaultOperator){if(!(null===(t=e.operators)||void 0===t?void 0:t.some((t=>t.value===e.defaultOperator)))){const t=null!==(r=null===(n=e.operators)||void 0===n?void 0:n.map((e=>e.value)).join(", "))&&void 0!==r?r:"(none)";throw new Error(`AdvancedFilter: defaultOperator "${e.defaultOperator}" in condition "${e.conditionKey}" is not in operators. Available: [${t}]`)}return e.defaultOperator}return e.operators&&e.operators.length>0?e.operators[0].value:"equals"},ft=e=>e.operators||[],bt=(e,t)=>{if(t){const n=e.operators.find((e=>e.value===t));if(null==n?void 0:n.inputType)return n.inputType}return e.inputType||"text"},vt=(e,t)=>{const n=e.operators.find((e=>e.value===t));return(null==n?void 0:n.isRange)||!1},xt=(e,t)=>{for(const n of mt(e)){const e=t.find((e=>e.conditionKey===n.conditionKey));if(!e)continue;if("text"===bt(n,e.operator)&&!vt(n,e.operator))return e.id}return null},yt=e=>`slot-${e}`,wt=e=>e.conditions&&e.conditions.length>0?e.conditions.some((e=>e.valueLabels.length>0)):e.valueLabels.length>0,Ct=e=>e.filter(wt),Et=(e,t)=>e.map((e=>{var n,r;const i=null!==(n=t.find((t=>t.type===e.type&&wt(t))))&&void 0!==n?n:null;return{type:e.type,typeLabel:e.label,disabled:e.disabled,slotId:null!==(r=null==i?void 0:i.id)&&void 0!==r?r:yt(e.type),filter:i}})),It=s({isRoot:!1,activeIndex:null,maxActiveIndex:-1,setActiveIndex:()=>{},close:()=>{}}),kt=y`
|
|
166
166
|
display: flex;
|
|
167
167
|
align-items: center;
|
|
168
168
|
box-sizing: border-box;
|
|
@@ -192,7 +192,7 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
192
192
|
}
|
|
193
193
|
`,At=v.span`
|
|
194
194
|
${W}
|
|
195
|
-
`,
|
|
195
|
+
`,Vt=v.span`
|
|
196
196
|
display: inline-flex;
|
|
197
197
|
align-items: center;
|
|
198
198
|
justify-content: center;
|
|
@@ -202,7 +202,7 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
202
202
|
button:disabled & {
|
|
203
203
|
color: ${({theme:e})=>e.palette.text.disabled};
|
|
204
204
|
}
|
|
205
|
-
`,
|
|
205
|
+
`,Lt=n(((e,n)=>{var{pressed:r,prepend:i,append:o,children:a,closeOnClick:l,onClick:s}=e,u=D(e,["pressed","prepend","append","children","closeOnClick","onClick"]);const{close:p}=c(It),m=d((e=>{s&&s(e),l&&p()}),[l,p,s]),h=t.isValidElement(i)&&i.type===oe?t.cloneElement(i,{color:i.props.color||"currentColor",size:"md"}):i;return t.createElement("button",Object.assign({type:"button"},u,{ref:n,"data-pressed":r,onClick:m}),h&&t.createElement($t,null,h),t.createElement(At,null,a),o&&t.createElement(Vt,null,o))}));Lt.displayName="ContextMenu2ButtonItem";const Ht=v(Lt)`
|
|
206
206
|
${kt}
|
|
207
207
|
${Mt}
|
|
208
208
|
gap: 6px;
|
|
@@ -408,12 +408,12 @@ import*as e from"react";import t,{forwardRef as n,useId as r,useState as i,useRe
|
|
|
408
408
|
gap: 8px;
|
|
409
409
|
flex-shrink: 0;
|
|
410
410
|
margin-left: auto;
|
|
411
|
-
`,an=n((({placeholder:e="フィルターを追加",disabled:n=!1,isOpen:r=!1,onClick:i,appliedFilters:o=[],selectionMode:a="menu",filterSlots:l=[],onEditFilter:s,onSlotClick:c,onRemoveFilter:d,onClearAll:u,size:p="medium",variant:m="light",width:h="100%"},g)=>{const f="presetSlots"===a,b="light"===m?"dark":"light",v=f?l.some((e=>null!==e.filter)):o.length>0,x=e=>{null==s||s(e)},y=e=>{null==d||d(e)},w=e=>{0===e.button&&("mouse"!==e.pointerType&&"touch"!==e.pointerType||e.preventDefault())},C=()=>l.map((e=>{if(null!==e.filter&&e.filter){const n=e.filter,r=at(n),i=pt(n);return t.createElement(De,{key:e.slotId,"aria-label":`フィルターを編集: ${r}`,label:r,boldText:i,size:p,variant:b,className:_t,"data-tag":e.slotId,onPointerDown:w,onClick:()=>x(n),onRemove:()=>y(n.id)})}return t.createElement(De,{key:e.slotId,"aria-label":`${e.typeLabel}の条件を設定`,label:e.typeLabel,size:p,variant:b,disabled:n||e.disabled,"data-tag":e.slotId,onPointerDown:w,onClick:()=>{return t=e.type,r=e.disabled,void(n||r||null==c||c(t));var t,r}})}));return t.createElement(Bt,{ref:g,"aria-label":f?"フィルター条件":o.length>0?`フィルターを追加(現在${o.length}個適用中)`:e,"aria-expanded":f?void 0:r,"aria-haspopup":f?void 0:"menu","data-advanced-filter-trigger":"true","data-disabled":n,role:f?"group":"button",tabIndex:f||n?-1:0,$size:p,$variant:m,$width:h,onClick:e=>{f||null==i||i(e)},onKeyDown:e=>{f||n||"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),null==i||i())}},t.createElement(Pt,null,t.createElement(oe,{name:"filter",size:Re[p].iconSize,"data-icon":"filter"})),t.createElement(Gt,null,f?C():o.length>0?o.map((e=>{const n=at(e),r=pt(e);return t.createElement(De,{key:e.id,"aria-label":`フィルターを編集: ${n}`,label:n,boldText:r,size:p,variant:b,"data-tag":e.id,onPointerDown:w,onClick:()=>x(e),onRemove:()=>y(e.id)})})):t.createElement(Yt,null,e)),t.createElement(jt,{$size:p},u&&v&&t.createElement(Ft,{type:"button","aria-label":"すべてのフィルターをクリア",$size:p,onClick:e=>{e.stopPropagation(),null==u||u()}},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor",size:Re[p].iconSize}))))}));function ln(e){return dn(e)?(e.nodeName||"").toLowerCase():"#document"}function sn(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function cn(e){var t;return null==(t=(dn(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function dn(e){return e instanceof Node||e instanceof sn(e).Node}function un(e){return e instanceof Element||e instanceof sn(e).Element}function pn(e){return e instanceof HTMLElement||e instanceof sn(e).HTMLElement}function mn(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof sn(e).ShadowRoot)}function hn(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=xn(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function gn(e){return["table","td","th"].includes(ln(e))}function fn(e){const t=bn(),n=xn(e);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function bn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function vn(e){return["html","body","#document"].includes(ln(e))}function xn(e){return sn(e).getComputedStyle(e)}function yn(e){return un(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function wn(e){if("html"===ln(e))return e;const t=e.assignedSlot||e.parentNode||mn(e)&&e.host||cn(e);return mn(t)?t.host:t}function Cn(e){const t=wn(e);return vn(t)?e.ownerDocument?e.ownerDocument.body:e.body:pn(t)&&hn(t)?t:Cn(t)}function En(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=Cn(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=sn(i);return o?t.concat(a,a.visualViewport||[],hn(i)?i:[],a.frameElement&&n?En(a.frameElement):[]):t.concat(i,En(i,[],n))}function In(e){let t=e.activeElement;for(;null!=(null==(n=t)||null==(r=n.shadowRoot)?void 0:r.activeElement);){var n,r;t=t.shadowRoot.activeElement}return t}function kn(e,t){if(!e||!t)return!1;const n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&mn(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Mn(){const e=navigator.userAgentData;return null!=e&&e.platform?e.platform:navigator.platform}function $n(e){return!(0!==e.mozInputSource||!e.isTrusted)||(Vn()&&e.pointerType?"click"===e.type&&1===e.buttons:0===e.detail&&!e.pointerType)}function An(e){return!Vn()&&0===e.width&&0===e.height||1===e.width&&1===e.height&&0===e.pressure&&0===e.detail&&"mouse"===e.pointerType||e.width<1&&e.height<1&&0===e.pressure&&0===e.detail}function Ln(){return/apple/i.test(navigator.vendor)}function Vn(){const e=/android/i;return e.test(Mn())||e.test(function(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map((e=>{let{brand:t,version:n}=e;return t+"/"+n})).join(" "):navigator.userAgent}())}function Hn(e,t){const n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}function On(e){return(null==e?void 0:e.ownerDocument)||document}function Sn(e,t){if(null==t)return!1;if("composedPath"in e)return e.composedPath().includes(t);const n=e;return null!=n.target&&t.contains(n.target)}function Dn(e){return"composedPath"in e?e.composedPath()[0]:e.target}an.displayName="AdvancedFilterTrigger";const Rn="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Nn(e){return pn(e)&&e.matches(Rn)}function zn(e){e.preventDefault(),e.stopPropagation()}const Zn=["start","end"],Tn=["top","right","bottom","left"].reduce(((e,t)=>e.concat(t,t+"-"+Zn[0],t+"-"+Zn[1])),[]),Bn=Math.min,Pn=Math.max,_n=Math.round,Gn=Math.floor,Yn=e=>({x:e,y:e}),jn={left:"right",right:"left",bottom:"top",top:"bottom"},Fn={start:"end",end:"start"};function Wn(e,t,n){return Pn(e,Bn(t,n))}function Xn(e,t){return"function"==typeof e?e(t):e}function Jn(e){return e.split("-")[0]}function Un(e){return e.split("-")[1]}function Qn(e){return"x"===e?"y":"x"}function qn(e){return"y"===e?"height":"width"}function Kn(e){return["top","bottom"].includes(Jn(e))?"y":"x"}function er(e){return Qn(Kn(e))}function tr(e,t,n){void 0===n&&(n=!1);const r=Un(e),i=er(e),o=qn(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=rr(a)),[a,rr(a)]}function nr(e){return e.replace(/start|end/g,(e=>Fn[e]))}function rr(e){return e.replace(/left|right|bottom|top/g,(e=>jn[e]))}function ir(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function or(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function ar(e,t,n){let{reference:r,floating:i}=e;const o=Kn(t),a=er(t),l=qn(a),s=Jn(t),c="y"===o,d=r.x+r.width/2-i.width/2,u=r.y+r.height/2-i.height/2,p=r[l]/2-i[l]/2;let m;switch(s){case"top":m={x:d,y:r.y-i.height};break;case"bottom":m={x:d,y:r.y+r.height};break;case"right":m={x:r.x+r.width,y:u};break;case"left":m={x:r.x-i.width,y:u};break;default:m={x:r.x,y:r.y}}switch(Un(t)){case"start":m[a]-=p*(n&&c?-1:1);break;case"end":m[a]+=p*(n&&c?-1:1)}return m}async function lr(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:p=!1,padding:m=0}=Xn(t,e),h=ir(m),g=l[p?"floating"===u?"reference":"floating":u],f=or(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(l.floating)),boundary:c,rootBoundary:d,strategy:s})),b="floating"===u?{...a.floating,x:r,y:i}:a.reference,v=await(null==o.getOffsetParent?void 0:o.getOffsetParent(l.floating)),x=await(null==o.isElement?void 0:o.isElement(v))&&await(null==o.getScale?void 0:o.getScale(v))||{x:1,y:1},y=or(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:v,strategy:s}):b);return{top:(f.top-y.top+h.top)/x.y,bottom:(y.bottom-f.bottom+h.bottom)/x.y,left:(f.left-y.left+h.left)/x.x,right:(y.right-f.right+h.right)/x.x}}const sr=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:o,platform:a,elements:l,middlewareData:s}=t,{element:c,padding:d=0}=Xn(e,t)||{};if(null==c)return{};const u=ir(d),p={x:n,y:r},m=er(i),h=qn(m),g=await a.getDimensions(c),f="y"===m,b=f?"top":"left",v=f?"bottom":"right",x=f?"clientHeight":"clientWidth",y=o.reference[h]+o.reference[m]-p[m]-o.floating[h],w=p[m]-o.reference[m],C=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let E=C?C[x]:0;E&&await(null==a.isElement?void 0:a.isElement(C))||(E=l.floating[x]||o.floating[h]);const I=y/2-w/2,k=E/2-g[h]/2-1,M=Bn(u[b],k),$=Bn(u[v],k),A=M,L=E-g[h]-$,V=E/2-g[h]/2+I,H=Wn(A,V,L),O=!s.arrow&&null!=Un(i)&&V!=H&&o.reference[h]/2-(V<A?M:$)-g[h]/2<0,S=O?V<A?V-A:V-L:0;return{[m]:p[m]+S,data:{[m]:H,centerOffset:V-H-S,...O&&{alignmentOffset:S}},reset:O}}});const cr=function(e){return void 0===e&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,i;const{rects:o,middlewareData:a,placement:l,platform:s,elements:c}=t,{crossAxis:d=!1,alignment:u,allowedPlacements:p=Tn,autoAlignment:m=!0,...h}=Xn(e,t),g=void 0!==u||p===Tn?function(e,t,n){return(e?[...n.filter((t=>Un(t)===e)),...n.filter((t=>Un(t)!==e))]:n.filter((e=>Jn(e)===e))).filter((n=>!e||Un(n)===e||!!t&&nr(n)!==n))}(u||null,m,p):p,f=await lr(t,h),b=(null==(n=a.autoPlacement)?void 0:n.index)||0,v=g[b];if(null==v)return{};const x=tr(v,o,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==v)return{reset:{placement:g[0]}};const y=[f[Jn(v)],f[x[0]],f[x[1]]],w=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:v,overflows:y}],C=g[b+1];if(C)return{data:{index:b+1,overflows:w},reset:{placement:C}};const E=w.map((e=>{const t=Un(e.placement);return[e.placement,t&&d?e.overflows.slice(0,2).reduce(((e,t)=>e+t),0):e.overflows[0],e.overflows]})).sort(((e,t)=>e[1]-t[1])),I=(null==(i=E.filter((e=>e[2].slice(0,Un(e[0])?2:3).every((e=>e<=0))))[0])?void 0:i[0])||E[0][0];return I!==l?{data:{index:b+1,overflows:w},reset:{placement:I}}:{}}}},dr=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:l,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:m="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:g=!0,...f}=Xn(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const b=Jn(i),v=Jn(l)===l,x=await(null==s.isRTL?void 0:s.isRTL(c.floating)),y=p||(v||!g?[rr(l)]:function(e){const t=rr(e);return[nr(e),t,nr(t)]}(l));p||"none"===h||y.push(...function(e,t,n,r){const i=Un(e);let o=function(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:a;default:return[]}}(Jn(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(nr)))),o}(l,g,h,x));const w=[l,...y],C=await lr(t,f),E=[];let I=(null==(r=o.flip)?void 0:r.overflows)||[];if(d&&E.push(C[b]),u){const e=tr(i,a,x);E.push(C[e[0]],C[e[1]])}if(I=[...I,{placement:i,overflows:E}],!E.every((e=>e<=0))){var k,M;const e=((null==(k=o.flip)?void 0:k.index)||0)+1,t=w[e];if(t)return{data:{index:e,overflows:I},reset:{placement:t}};let n=null==(M=I.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:M.placement;if(!n)switch(m){case"bestFit":{var $;const e=null==($=I.map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:$[0];e&&(n=e);break}case"initialPlacement":n=l}if(i!==n)return{reset:{placement:n}}}return{}}}};const ur=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,i=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=Jn(n),l=Un(n),s="y"===Kn(n),c=["left","top"].includes(a)?-1:1,d=o&&s?-1:1,u=Xn(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:h}="number"==typeof u?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...u};return l&&"number"==typeof h&&(m="end"===l?-1*h:h),s?{x:m*d,y:p*c}:{x:p*c,y:m*d}}(t,e);return{x:n+i.x,y:r+i.y,data:i}}}},pr=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=Xn(e,t),c={x:n,y:r},d=await lr(t,s),u=Kn(Jn(i)),p=Qn(u);let m=c[p],h=c[u];if(o){const e="y"===p?"bottom":"right";m=Wn(m+d["y"===p?"top":"left"],m,m-d[e])}if(a){const e="y"===u?"bottom":"right";h=Wn(h+d["y"===u?"top":"left"],h,h-d[e])}const g=l.fn({...t,[p]:m,[u]:h});return{...g,data:{x:g.x-n,y:g.y-r}}}}},mr=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:i,elements:o}=t,{apply:a=(()=>{}),...l}=Xn(e,t),s=await lr(t,l),c=Jn(n),d=Un(n),u="y"===Kn(n),{width:p,height:m}=r.floating;let h,g;"top"===c||"bottom"===c?(h=c,g=d===(await(null==i.isRTL?void 0:i.isRTL(o.floating))?"start":"end")?"left":"right"):(g=c,h="end"===d?"top":"bottom");const f=m-s[h],b=p-s[g],v=!t.middlewareData.shift;let x=f,y=b;if(u){const e=p-s.left-s.right;y=d||v?Bn(b,e):e}else{const e=m-s.top-s.bottom;x=d||v?Bn(f,e):e}if(v&&!d){const e=Pn(s.left,0),t=Pn(s.right,0),n=Pn(s.top,0),r=Pn(s.bottom,0);u?y=p-2*(0!==e||0!==t?e+t:Pn(s.left,s.right)):x=m-2*(0!==n||0!==r?n+r:Pn(s.top,s.bottom))}await a({...t,availableWidth:y,availableHeight:x});const w=await i.getDimensions(o.floating);return p!==w.width||m!==w.height?{reset:{rects:!0}}:{}}}};function hr(e){const t=xn(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=pn(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,l=_n(n)!==o||_n(r)!==a;return l&&(n=o,r=a),{width:n,height:r,$:l}}function gr(e){return un(e)?e:e.contextElement}function fr(e){const t=gr(e);if(!pn(t))return Yn(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=hr(t);let a=(o?_n(n.width):n.width)/r,l=(o?_n(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const br=Yn(0);function vr(e){const t=sn(e);return bn()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:br}function xr(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=gr(e);let a=Yn(1);t&&(r?un(r)&&(a=fr(r)):a=fr(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==sn(e))&&t}(o,n,r)?vr(o):Yn(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,d=i.width/a.x,u=i.height/a.y;if(o){const e=sn(o),t=r&&un(r)?sn(r):r;let n=e.frameElement;for(;n&&r&&t!==e;){const e=fr(n),t=n.getBoundingClientRect(),r=xn(n),i=t.left+(n.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(n.clientTop+parseFloat(r.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,u*=e.y,s+=i,c+=o,n=sn(n).frameElement}}return or({width:d,height:u,x:s,y:c})}function yr(e){return xr(cn(e)).left+yn(e).scrollLeft}function wr(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=sn(e),r=cn(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){o=i.width,a=i.height;const e=bn();(!e||e&&"fixed"===t)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:o,height:a,x:l,y:s}}(e,n);else if("document"===t)r=function(e){const t=cn(e),n=yn(e),r=e.ownerDocument.body,i=Pn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Pn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+yr(e);const l=-n.scrollTop;return"rtl"===xn(r).direction&&(a+=Pn(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:l}}(cn(e));else if(un(t))r=function(e,t){const n=xr(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=pn(e)?fr(e):Yn(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=vr(e);r={...t,x:t.x-n.x,y:t.y-n.y}}return or(r)}function Cr(e,t){const n=wn(e);return!(n===t||!un(n)||vn(n))&&("fixed"===xn(n).position||Cr(n,t))}function Er(e,t,n){const r=pn(t),i=cn(t),o="fixed"===n,a=xr(e,!0,o,t);let l={scrollLeft:0,scrollTop:0};const s=Yn(0);if(r||!r&&!o)if(("body"!==ln(t)||hn(i))&&(l=yn(t)),r){const e=xr(t,!0,o,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else i&&(s.x=yr(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function Ir(e,t){return pn(e)&&"fixed"!==xn(e).position?t?t(e):e.offsetParent:null}function kr(e,t){const n=sn(e);if(!pn(e))return n;let r=Ir(e,t);for(;r&&gn(r)&&"static"===xn(r).position;)r=Ir(r,t);return r&&("html"===ln(r)||"body"===ln(r)&&"static"===xn(r).position&&!fn(r))?n:r||function(e){let t=wn(e);for(;pn(t)&&!vn(t);){if(fn(t))return t;t=wn(t)}return null}(e)||n}const Mr={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const i=pn(n),o=cn(n);if(n===o)return t;let a={scrollLeft:0,scrollTop:0},l=Yn(1);const s=Yn(0);if((i||!i&&"fixed"!==r)&&(("body"!==ln(n)||hn(o))&&(a=yn(n)),pn(n))){const e=xr(n);l=fr(n),s.x=e.x+n.clientLeft,s.y=e.y+n.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-a.scrollLeft*l.x+s.x,y:t.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:cn,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o=[..."clippingAncestors"===n?function(e,t){const n=t.get(e);if(n)return n;let r=En(e,[],!1).filter((e=>un(e)&&"body"!==ln(e))),i=null;const o="fixed"===xn(e).position;let a=o?wn(e):e;for(;un(a)&&!vn(a);){const t=xn(a),n=fn(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&["absolute","fixed"].includes(i.position)||hn(a)&&!n&&Cr(e,a))?r=r.filter((e=>e!==a)):i=t,a=wn(a)}return t.set(e,r),r}(t,this._c):[].concat(n),r],a=o[0],l=o.reduce(((e,n)=>{const r=wr(t,n,i);return e.top=Pn(r.top,e.top),e.right=Bn(r.right,e.right),e.bottom=Bn(r.bottom,e.bottom),e.left=Pn(r.left,e.left),e}),wr(t,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:kr,getElementRects:async function(e){let{reference:t,floating:n,strategy:r}=e;const i=this.getOffsetParent||kr,o=this.getDimensions;return{reference:Er(t,await i(n),r),floating:{x:0,y:0,...await o(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return hr(e)},getScale:fr,isElement:un,isRTL:function(e){return"rtl"===xn(e).direction}};function $r(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=r,c=gr(e),d=i||o?[...c?En(c):[],...En(t)]:[];d.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const u=c&&l?function(e,t){let n,r=null;const i=cn(e);function o(){clearTimeout(n),r&&r.disconnect(),r=null}return function a(l,s){void 0===l&&(l=!1),void 0===s&&(s=1),o();const{left:c,top:d,width:u,height:p}=e.getBoundingClientRect();if(l||t(),!u||!p)return;const m={rootMargin:-Gn(d)+"px "+-Gn(i.clientWidth-(c+u))+"px "+-Gn(i.clientHeight-(d+p))+"px "+-Gn(c)+"px",threshold:Pn(0,Bn(1,s))||1};let h=!0;function g(e){const t=e[0].intersectionRatio;if(t!==s){if(!h)return a();t?a(!1,t):n=setTimeout((()=>{a(!1,1e-7)}),100)}h=!1}try{r=new IntersectionObserver(g,{...m,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(g,m)}r.observe(e)}(!0),o}(c,n):null;let p,m=-1,h=null;a&&(h=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame((()=>{h&&h.observe(t)}))),n()})),c&&!s&&h.observe(c),h.observe(t));let g=s?xr(e):null;return s&&function t(){const r=xr(e);!g||r.x===g.x&&r.y===g.y&&r.width===g.width&&r.height===g.height||n();g=r,p=requestAnimationFrame(t)}(),n(),()=>{d.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),u&&u(),h&&h.disconnect(),h=null,s&&cancelAnimationFrame(p)}}const Ar=(e,t,n)=>{const r=new Map,i={platform:Mr,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,l=o.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:d,y:u}=ar(c,r,s),p=r,m={},h=0;for(let n=0;n<l.length;n++){const{name:o,fn:g}=l[n],{x:f,y:b,data:v,reset:x}=await g({x:d,y:u,initialPlacement:r,placement:p,strategy:i,middlewareData:m,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=f?f:d,u=null!=b?b:u,m={...m,[o]:{...m[o],...v}},x&&h<=50&&(h++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):x.rects),({x:d,y:u}=ar(c,p,s))),n=-1)}return{x:d,y:u,placement:p,strategy:i,middlewareData:m}})(e,t,{...i,platform:o})},Lr=e=>({name:"arrow",options:e,fn(t){const{element:n,padding:r}="function"==typeof e?e(t):e;return n&&(i=n,{}.hasOwnProperty.call(i,"current"))?null!=n.current?sr({element:n.current,padding:r}).fn(t):{}:n?sr({element:n,padding:r}).fn(t):{};var i}});var Vr="undefined"!=typeof document?u:a;function Hr(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;0!=r--;)if(!Hr(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;0!=r--;){const n=i[r];if(("_owner"!==n||!e.$$typeof)&&!Hr(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function Or(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Sr(e,t){const n=Or(e);return Math.round(t*n)/n}function Dr(t){const n=e.useRef(t);return Vr((()=>{n.current=t})),n}
|
|
411
|
+
`,an=n((({placeholder:e="フィルターを追加",disabled:n=!1,isOpen:r=!1,onClick:i,appliedFilters:o=[],selectionMode:a="menu",filterSlots:l=[],onEditFilter:s,onSlotClick:c,onRemoveFilter:d,onClearAll:u,size:p="medium",variant:m="light",width:h="100%"},g)=>{const f="presetSlots"===a,b="light"===m?"dark":"light",v=f?l.some((e=>null!==e.filter)):o.length>0,x=e=>{null==s||s(e)},y=e=>{null==d||d(e)},w=e=>{0===e.button&&("mouse"!==e.pointerType&&"touch"!==e.pointerType||e.preventDefault())},C=()=>l.map((e=>{if(null!==e.filter&&e.filter){const n=e.filter,r=at(n),i=pt(n);return t.createElement(De,{key:e.slotId,"aria-label":`フィルターを編集: ${r}`,label:r,boldText:i,size:p,variant:b,className:_t,"data-tag":e.slotId,onPointerDown:w,onClick:()=>x(n),onRemove:()=>y(n.id)})}return t.createElement(De,{key:e.slotId,"aria-label":`${e.typeLabel}の条件を設定`,label:e.typeLabel,size:p,variant:b,disabled:n||e.disabled,"data-tag":e.slotId,onPointerDown:w,onClick:()=>{return t=e.type,r=e.disabled,void(n||r||null==c||c(t));var t,r}})}));return t.createElement(Bt,{ref:g,"aria-label":f?"フィルター条件":o.length>0?`フィルターを追加(現在${o.length}個適用中)`:e,"aria-expanded":f?void 0:r,"aria-haspopup":f?void 0:"menu","data-advanced-filter-trigger":"true","data-disabled":n,role:f?"group":"button",tabIndex:f||n?-1:0,$size:p,$variant:m,$width:h,onClick:e=>{f||null==i||i(e)},onKeyDown:e=>{f||n||"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),null==i||i())}},t.createElement(Pt,null,t.createElement(oe,{name:"filter",size:Re[p].iconSize,"data-icon":"filter"})),t.createElement(Gt,null,f?C():o.length>0?o.map((e=>{const n=at(e),r=pt(e);return t.createElement(De,{key:e.id,"aria-label":`フィルターを編集: ${n}`,label:n,boldText:r,size:p,variant:b,"data-tag":e.id,onPointerDown:w,onClick:()=>x(e),onRemove:()=>y(e.id)})})):t.createElement(Yt,null,e)),t.createElement(jt,{$size:p},u&&v&&t.createElement(Ft,{type:"button","aria-label":"すべてのフィルターをクリア",$size:p,onClick:e=>{e.stopPropagation(),null==u||u()}},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor",size:Re[p].iconSize}))))}));function ln(e){return dn(e)?(e.nodeName||"").toLowerCase():"#document"}function sn(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function cn(e){var t;return null==(t=(dn(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function dn(e){return e instanceof Node||e instanceof sn(e).Node}function un(e){return e instanceof Element||e instanceof sn(e).Element}function pn(e){return e instanceof HTMLElement||e instanceof sn(e).HTMLElement}function mn(e){return"undefined"!=typeof ShadowRoot&&(e instanceof ShadowRoot||e instanceof sn(e).ShadowRoot)}function hn(e){const{overflow:t,overflowX:n,overflowY:r,display:i}=xn(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!["inline","contents"].includes(i)}function gn(e){return["table","td","th"].includes(ln(e))}function fn(e){const t=bn(),n=xn(e);return"none"!==n.transform||"none"!==n.perspective||!!n.containerType&&"normal"!==n.containerType||!t&&!!n.backdropFilter&&"none"!==n.backdropFilter||!t&&!!n.filter&&"none"!==n.filter||["transform","perspective","filter"].some((e=>(n.willChange||"").includes(e)))||["paint","layout","strict","content"].some((e=>(n.contain||"").includes(e)))}function bn(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function vn(e){return["html","body","#document"].includes(ln(e))}function xn(e){return sn(e).getComputedStyle(e)}function yn(e){return un(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function wn(e){if("html"===ln(e))return e;const t=e.assignedSlot||e.parentNode||mn(e)&&e.host||cn(e);return mn(t)?t.host:t}function Cn(e){const t=wn(e);return vn(t)?e.ownerDocument?e.ownerDocument.body:e.body:pn(t)&&hn(t)?t:Cn(t)}function En(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const i=Cn(e),o=i===(null==(r=e.ownerDocument)?void 0:r.body),a=sn(i);return o?t.concat(a,a.visualViewport||[],hn(i)?i:[],a.frameElement&&n?En(a.frameElement):[]):t.concat(i,En(i,[],n))}function In(e){let t=e.activeElement;for(;null!=(null==(n=t)||null==(r=n.shadowRoot)?void 0:r.activeElement);){var n,r;t=t.shadowRoot.activeElement}return t}function kn(e,t){if(!e||!t)return!1;const n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&mn(n)){let n=t;for(;n;){if(e===n)return!0;n=n.parentNode||n.host}}return!1}function Mn(){const e=navigator.userAgentData;return null!=e&&e.platform?e.platform:navigator.platform}function $n(e){return!(0!==e.mozInputSource||!e.isTrusted)||(Ln()&&e.pointerType?"click"===e.type&&1===e.buttons:0===e.detail&&!e.pointerType)}function An(e){return!Ln()&&0===e.width&&0===e.height||1===e.width&&1===e.height&&0===e.pressure&&0===e.detail&&"mouse"===e.pointerType||e.width<1&&e.height<1&&0===e.pressure&&0===e.detail}function Vn(){return/apple/i.test(navigator.vendor)}function Ln(){const e=/android/i;return e.test(Mn())||e.test(function(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map((e=>{let{brand:t,version:n}=e;return t+"/"+n})).join(" "):navigator.userAgent}())}function Hn(e,t){const n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}function On(e){return(null==e?void 0:e.ownerDocument)||document}function Sn(e,t){if(null==t)return!1;if("composedPath"in e)return e.composedPath().includes(t);const n=e;return null!=n.target&&t.contains(n.target)}function Dn(e){return"composedPath"in e?e.composedPath()[0]:e.target}an.displayName="AdvancedFilterTrigger";const Rn="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Nn(e){return pn(e)&&e.matches(Rn)}function zn(e){e.preventDefault(),e.stopPropagation()}const Zn=["start","end"],Tn=["top","right","bottom","left"].reduce(((e,t)=>e.concat(t,t+"-"+Zn[0],t+"-"+Zn[1])),[]),Bn=Math.min,Pn=Math.max,_n=Math.round,Gn=Math.floor,Yn=e=>({x:e,y:e}),jn={left:"right",right:"left",bottom:"top",top:"bottom"},Fn={start:"end",end:"start"};function Wn(e,t,n){return Pn(e,Bn(t,n))}function Xn(e,t){return"function"==typeof e?e(t):e}function Jn(e){return e.split("-")[0]}function Un(e){return e.split("-")[1]}function Qn(e){return"x"===e?"y":"x"}function qn(e){return"y"===e?"height":"width"}function Kn(e){return["top","bottom"].includes(Jn(e))?"y":"x"}function er(e){return Qn(Kn(e))}function tr(e,t,n){void 0===n&&(n=!1);const r=Un(e),i=er(e),o=qn(i);let a="x"===i?r===(n?"end":"start")?"right":"left":"start"===r?"bottom":"top";return t.reference[o]>t.floating[o]&&(a=rr(a)),[a,rr(a)]}function nr(e){return e.replace(/start|end/g,(e=>Fn[e]))}function rr(e){return e.replace(/left|right|bottom|top/g,(e=>jn[e]))}function ir(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function or(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function ar(e,t,n){let{reference:r,floating:i}=e;const o=Kn(t),a=er(t),l=qn(a),s=Jn(t),c="y"===o,d=r.x+r.width/2-i.width/2,u=r.y+r.height/2-i.height/2,p=r[l]/2-i[l]/2;let m;switch(s){case"top":m={x:d,y:r.y-i.height};break;case"bottom":m={x:d,y:r.y+r.height};break;case"right":m={x:r.x+r.width,y:u};break;case"left":m={x:r.x-i.width,y:u};break;default:m={x:r.x,y:r.y}}switch(Un(t)){case"start":m[a]-=p*(n&&c?-1:1);break;case"end":m[a]+=p*(n&&c?-1:1)}return m}async function lr(e,t){var n;void 0===t&&(t={});const{x:r,y:i,platform:o,rects:a,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:d="viewport",elementContext:u="floating",altBoundary:p=!1,padding:m=0}=Xn(t,e),h=ir(m),g=l[p?"floating"===u?"reference":"floating":u],f=or(await o.getClippingRect({element:null==(n=await(null==o.isElement?void 0:o.isElement(g)))||n?g:g.contextElement||await(null==o.getDocumentElement?void 0:o.getDocumentElement(l.floating)),boundary:c,rootBoundary:d,strategy:s})),b="floating"===u?{...a.floating,x:r,y:i}:a.reference,v=await(null==o.getOffsetParent?void 0:o.getOffsetParent(l.floating)),x=await(null==o.isElement?void 0:o.isElement(v))&&await(null==o.getScale?void 0:o.getScale(v))||{x:1,y:1},y=or(o.convertOffsetParentRelativeRectToViewportRelativeRect?await o.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:v,strategy:s}):b);return{top:(f.top-y.top+h.top)/x.y,bottom:(y.bottom-f.bottom+h.bottom)/x.y,left:(f.left-y.left+h.left)/x.x,right:(y.right-f.right+h.right)/x.x}}const sr=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:i,rects:o,platform:a,elements:l,middlewareData:s}=t,{element:c,padding:d=0}=Xn(e,t)||{};if(null==c)return{};const u=ir(d),p={x:n,y:r},m=er(i),h=qn(m),g=await a.getDimensions(c),f="y"===m,b=f?"top":"left",v=f?"bottom":"right",x=f?"clientHeight":"clientWidth",y=o.reference[h]+o.reference[m]-p[m]-o.floating[h],w=p[m]-o.reference[m],C=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let E=C?C[x]:0;E&&await(null==a.isElement?void 0:a.isElement(C))||(E=l.floating[x]||o.floating[h]);const I=y/2-w/2,k=E/2-g[h]/2-1,M=Bn(u[b],k),$=Bn(u[v],k),A=M,V=E-g[h]-$,L=E/2-g[h]/2+I,H=Wn(A,L,V),O=!s.arrow&&null!=Un(i)&&L!=H&&o.reference[h]/2-(L<A?M:$)-g[h]/2<0,S=O?L<A?L-A:L-V:0;return{[m]:p[m]+S,data:{[m]:H,centerOffset:L-H-S,...O&&{alignmentOffset:S}},reset:O}}});const cr=function(e){return void 0===e&&(e={}),{name:"autoPlacement",options:e,async fn(t){var n,r,i;const{rects:o,middlewareData:a,placement:l,platform:s,elements:c}=t,{crossAxis:d=!1,alignment:u,allowedPlacements:p=Tn,autoAlignment:m=!0,...h}=Xn(e,t),g=void 0!==u||p===Tn?function(e,t,n){return(e?[...n.filter((t=>Un(t)===e)),...n.filter((t=>Un(t)!==e))]:n.filter((e=>Jn(e)===e))).filter((n=>!e||Un(n)===e||!!t&&nr(n)!==n))}(u||null,m,p):p,f=await lr(t,h),b=(null==(n=a.autoPlacement)?void 0:n.index)||0,v=g[b];if(null==v)return{};const x=tr(v,o,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==v)return{reset:{placement:g[0]}};const y=[f[Jn(v)],f[x[0]],f[x[1]]],w=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:v,overflows:y}],C=g[b+1];if(C)return{data:{index:b+1,overflows:w},reset:{placement:C}};const E=w.map((e=>{const t=Un(e.placement);return[e.placement,t&&d?e.overflows.slice(0,2).reduce(((e,t)=>e+t),0):e.overflows[0],e.overflows]})).sort(((e,t)=>e[1]-t[1])),I=(null==(i=E.filter((e=>e[2].slice(0,Un(e[0])?2:3).every((e=>e<=0))))[0])?void 0:i[0])||E[0][0];return I!==l?{data:{index:b+1,overflows:w},reset:{placement:I}}:{}}}},dr=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:i,middlewareData:o,rects:a,initialPlacement:l,platform:s,elements:c}=t,{mainAxis:d=!0,crossAxis:u=!0,fallbackPlacements:p,fallbackStrategy:m="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:g=!0,...f}=Xn(e,t);if(null!=(n=o.arrow)&&n.alignmentOffset)return{};const b=Jn(i),v=Jn(l)===l,x=await(null==s.isRTL?void 0:s.isRTL(c.floating)),y=p||(v||!g?[rr(l)]:function(e){const t=rr(e);return[nr(e),t,nr(t)]}(l));p||"none"===h||y.push(...function(e,t,n,r){const i=Un(e);let o=function(e,t,n){const r=["left","right"],i=["right","left"],o=["top","bottom"],a=["bottom","top"];switch(e){case"top":case"bottom":return n?t?i:r:t?r:i;case"left":case"right":return t?o:a;default:return[]}}(Jn(e),"start"===n,r);return i&&(o=o.map((e=>e+"-"+i)),t&&(o=o.concat(o.map(nr)))),o}(l,g,h,x));const w=[l,...y],C=await lr(t,f),E=[];let I=(null==(r=o.flip)?void 0:r.overflows)||[];if(d&&E.push(C[b]),u){const e=tr(i,a,x);E.push(C[e[0]],C[e[1]])}if(I=[...I,{placement:i,overflows:E}],!E.every((e=>e<=0))){var k,M;const e=((null==(k=o.flip)?void 0:k.index)||0)+1,t=w[e];if(t)return{data:{index:e,overflows:I},reset:{placement:t}};let n=null==(M=I.filter((e=>e.overflows[0]<=0)).sort(((e,t)=>e.overflows[1]-t.overflows[1]))[0])?void 0:M.placement;if(!n)switch(m){case"bestFit":{var $;const e=null==($=I.map((e=>[e.placement,e.overflows.filter((e=>e>0)).reduce(((e,t)=>e+t),0)])).sort(((e,t)=>e[1]-t[1]))[0])?void 0:$[0];e&&(n=e);break}case"initialPlacement":n=l}if(i!==n)return{reset:{placement:n}}}return{}}}};const ur=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){const{x:n,y:r}=t,i=await async function(e,t){const{placement:n,platform:r,elements:i}=e,o=await(null==r.isRTL?void 0:r.isRTL(i.floating)),a=Jn(n),l=Un(n),s="y"===Kn(n),c=["left","top"].includes(a)?-1:1,d=o&&s?-1:1,u=Xn(t,e);let{mainAxis:p,crossAxis:m,alignmentAxis:h}="number"==typeof u?{mainAxis:u,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...u};return l&&"number"==typeof h&&(m="end"===l?-1*h:h),s?{x:m*d,y:p*c}:{x:p*c,y:m*d}}(t,e);return{x:n+i.x,y:r+i.y,data:i}}}},pr=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:i}=t,{mainAxis:o=!0,crossAxis:a=!1,limiter:l={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...s}=Xn(e,t),c={x:n,y:r},d=await lr(t,s),u=Kn(Jn(i)),p=Qn(u);let m=c[p],h=c[u];if(o){const e="y"===p?"bottom":"right";m=Wn(m+d["y"===p?"top":"left"],m,m-d[e])}if(a){const e="y"===u?"bottom":"right";h=Wn(h+d["y"===u?"top":"left"],h,h-d[e])}const g=l.fn({...t,[p]:m,[u]:h});return{...g,data:{x:g.x-n,y:g.y-r}}}}},mr=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){const{placement:n,rects:r,platform:i,elements:o}=t,{apply:a=(()=>{}),...l}=Xn(e,t),s=await lr(t,l),c=Jn(n),d=Un(n),u="y"===Kn(n),{width:p,height:m}=r.floating;let h,g;"top"===c||"bottom"===c?(h=c,g=d===(await(null==i.isRTL?void 0:i.isRTL(o.floating))?"start":"end")?"left":"right"):(g=c,h="end"===d?"top":"bottom");const f=m-s[h],b=p-s[g],v=!t.middlewareData.shift;let x=f,y=b;if(u){const e=p-s.left-s.right;y=d||v?Bn(b,e):e}else{const e=m-s.top-s.bottom;x=d||v?Bn(f,e):e}if(v&&!d){const e=Pn(s.left,0),t=Pn(s.right,0),n=Pn(s.top,0),r=Pn(s.bottom,0);u?y=p-2*(0!==e||0!==t?e+t:Pn(s.left,s.right)):x=m-2*(0!==n||0!==r?n+r:Pn(s.top,s.bottom))}await a({...t,availableWidth:y,availableHeight:x});const w=await i.getDimensions(o.floating);return p!==w.width||m!==w.height?{reset:{rects:!0}}:{}}}};function hr(e){const t=xn(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const i=pn(e),o=i?e.offsetWidth:n,a=i?e.offsetHeight:r,l=_n(n)!==o||_n(r)!==a;return l&&(n=o,r=a),{width:n,height:r,$:l}}function gr(e){return un(e)?e:e.contextElement}function fr(e){const t=gr(e);if(!pn(t))return Yn(1);const n=t.getBoundingClientRect(),{width:r,height:i,$:o}=hr(t);let a=(o?_n(n.width):n.width)/r,l=(o?_n(n.height):n.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const br=Yn(0);function vr(e){const t=sn(e);return bn()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:br}function xr(e,t,n,r){void 0===t&&(t=!1),void 0===n&&(n=!1);const i=e.getBoundingClientRect(),o=gr(e);let a=Yn(1);t&&(r?un(r)&&(a=fr(r)):a=fr(e));const l=function(e,t,n){return void 0===t&&(t=!1),!(!n||t&&n!==sn(e))&&t}(o,n,r)?vr(o):Yn(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,d=i.width/a.x,u=i.height/a.y;if(o){const e=sn(o),t=r&&un(r)?sn(r):r;let n=e.frameElement;for(;n&&r&&t!==e;){const e=fr(n),t=n.getBoundingClientRect(),r=xn(n),i=t.left+(n.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(n.clientTop+parseFloat(r.paddingTop))*e.y;s*=e.x,c*=e.y,d*=e.x,u*=e.y,s+=i,c+=o,n=sn(n).frameElement}}return or({width:d,height:u,x:s,y:c})}function yr(e){return xr(cn(e)).left+yn(e).scrollLeft}function wr(e,t,n){let r;if("viewport"===t)r=function(e,t){const n=sn(e),r=cn(e),i=n.visualViewport;let o=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){o=i.width,a=i.height;const e=bn();(!e||e&&"fixed"===t)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:o,height:a,x:l,y:s}}(e,n);else if("document"===t)r=function(e){const t=cn(e),n=yn(e),r=e.ownerDocument.body,i=Pn(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),o=Pn(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let a=-n.scrollLeft+yr(e);const l=-n.scrollTop;return"rtl"===xn(r).direction&&(a+=Pn(t.clientWidth,r.clientWidth)-i),{width:i,height:o,x:a,y:l}}(cn(e));else if(un(t))r=function(e,t){const n=xr(e,!0,"fixed"===t),r=n.top+e.clientTop,i=n.left+e.clientLeft,o=pn(e)?fr(e):Yn(1);return{width:e.clientWidth*o.x,height:e.clientHeight*o.y,x:i*o.x,y:r*o.y}}(t,n);else{const n=vr(e);r={...t,x:t.x-n.x,y:t.y-n.y}}return or(r)}function Cr(e,t){const n=wn(e);return!(n===t||!un(n)||vn(n))&&("fixed"===xn(n).position||Cr(n,t))}function Er(e,t,n){const r=pn(t),i=cn(t),o="fixed"===n,a=xr(e,!0,o,t);let l={scrollLeft:0,scrollTop:0};const s=Yn(0);if(r||!r&&!o)if(("body"!==ln(t)||hn(i))&&(l=yn(t)),r){const e=xr(t,!0,o,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else i&&(s.x=yr(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function Ir(e,t){return pn(e)&&"fixed"!==xn(e).position?t?t(e):e.offsetParent:null}function kr(e,t){const n=sn(e);if(!pn(e))return n;let r=Ir(e,t);for(;r&&gn(r)&&"static"===xn(r).position;)r=Ir(r,t);return r&&("html"===ln(r)||"body"===ln(r)&&"static"===xn(r).position&&!fn(r))?n:r||function(e){let t=wn(e);for(;pn(t)&&!vn(t);){if(fn(t))return t;t=wn(t)}return null}(e)||n}const Mr={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{rect:t,offsetParent:n,strategy:r}=e;const i=pn(n),o=cn(n);if(n===o)return t;let a={scrollLeft:0,scrollTop:0},l=Yn(1);const s=Yn(0);if((i||!i&&"fixed"!==r)&&(("body"!==ln(n)||hn(o))&&(a=yn(n)),pn(n))){const e=xr(n);l=fr(n),s.x=e.x+n.clientLeft,s.y=e.y+n.clientTop}return{width:t.width*l.x,height:t.height*l.y,x:t.x*l.x-a.scrollLeft*l.x+s.x,y:t.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:cn,getClippingRect:function(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e;const o=[..."clippingAncestors"===n?function(e,t){const n=t.get(e);if(n)return n;let r=En(e,[],!1).filter((e=>un(e)&&"body"!==ln(e))),i=null;const o="fixed"===xn(e).position;let a=o?wn(e):e;for(;un(a)&&!vn(a);){const t=xn(a),n=fn(a);n||"fixed"!==t.position||(i=null),(o?!n&&!i:!n&&"static"===t.position&&i&&["absolute","fixed"].includes(i.position)||hn(a)&&!n&&Cr(e,a))?r=r.filter((e=>e!==a)):i=t,a=wn(a)}return t.set(e,r),r}(t,this._c):[].concat(n),r],a=o[0],l=o.reduce(((e,n)=>{const r=wr(t,n,i);return e.top=Pn(r.top,e.top),e.right=Bn(r.right,e.right),e.bottom=Bn(r.bottom,e.bottom),e.left=Pn(r.left,e.left),e}),wr(t,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:kr,getElementRects:async function(e){let{reference:t,floating:n,strategy:r}=e;const i=this.getOffsetParent||kr,o=this.getDimensions;return{reference:Er(t,await i(n),r),floating:{x:0,y:0,...await o(n)}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){return hr(e)},getScale:fr,isElement:un,isRTL:function(e){return"rtl"===xn(e).direction}};function $r(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:i=!0,ancestorResize:o=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=r,c=gr(e),d=i||o?[...c?En(c):[],...En(t)]:[];d.forEach((e=>{i&&e.addEventListener("scroll",n,{passive:!0}),o&&e.addEventListener("resize",n)}));const u=c&&l?function(e,t){let n,r=null;const i=cn(e);function o(){clearTimeout(n),r&&r.disconnect(),r=null}return function a(l,s){void 0===l&&(l=!1),void 0===s&&(s=1),o();const{left:c,top:d,width:u,height:p}=e.getBoundingClientRect();if(l||t(),!u||!p)return;const m={rootMargin:-Gn(d)+"px "+-Gn(i.clientWidth-(c+u))+"px "+-Gn(i.clientHeight-(d+p))+"px "+-Gn(c)+"px",threshold:Pn(0,Bn(1,s))||1};let h=!0;function g(e){const t=e[0].intersectionRatio;if(t!==s){if(!h)return a();t?a(!1,t):n=setTimeout((()=>{a(!1,1e-7)}),100)}h=!1}try{r=new IntersectionObserver(g,{...m,root:i.ownerDocument})}catch(e){r=new IntersectionObserver(g,m)}r.observe(e)}(!0),o}(c,n):null;let p,m=-1,h=null;a&&(h=new ResizeObserver((e=>{let[r]=e;r&&r.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame((()=>{h&&h.observe(t)}))),n()})),c&&!s&&h.observe(c),h.observe(t));let g=s?xr(e):null;return s&&function t(){const r=xr(e);!g||r.x===g.x&&r.y===g.y&&r.width===g.width&&r.height===g.height||n();g=r,p=requestAnimationFrame(t)}(),n(),()=>{d.forEach((e=>{i&&e.removeEventListener("scroll",n),o&&e.removeEventListener("resize",n)})),u&&u(),h&&h.disconnect(),h=null,s&&cancelAnimationFrame(p)}}const Ar=(e,t,n)=>{const r=new Map,i={platform:Mr,...n},o={...i.platform,_c:r};return(async(e,t,n)=>{const{placement:r="bottom",strategy:i="absolute",middleware:o=[],platform:a}=n,l=o.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:i}),{x:d,y:u}=ar(c,r,s),p=r,m={},h=0;for(let n=0;n<l.length;n++){const{name:o,fn:g}=l[n],{x:f,y:b,data:v,reset:x}=await g({x:d,y:u,initialPlacement:r,placement:p,strategy:i,middlewareData:m,rects:c,platform:a,elements:{reference:e,floating:t}});d=null!=f?f:d,u=null!=b?b:u,m={...m,[o]:{...m[o],...v}},x&&h<=50&&(h++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:e,floating:t,strategy:i}):x.rects),({x:d,y:u}=ar(c,p,s))),n=-1)}return{x:d,y:u,placement:p,strategy:i,middlewareData:m}})(e,t,{...i,platform:o})},Vr=e=>({name:"arrow",options:e,fn(t){const{element:n,padding:r}="function"==typeof e?e(t):e;return n&&(i=n,{}.hasOwnProperty.call(i,"current"))?null!=n.current?sr({element:n.current,padding:r}).fn(t):{}:n?sr({element:n,padding:r}).fn(t):{};var i}});var Lr="undefined"!=typeof document?u:a;function Hr(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(n=e.length,n!=t.length)return!1;for(r=n;0!=r--;)if(!Hr(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;0!=r--;){const n=i[r];if(("_owner"!==n||!e.$$typeof)&&!Hr(e[n],t[n]))return!1}return!0}return e!=e&&t!=t}function Or(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Sr(e,t){const n=Or(e);return Math.round(t*n)/n}function Dr(t){const n=e.useRef(t);return Lr((()=>{n.current=t})),n}
|
|
412
412
|
/*!
|
|
413
413
|
* tabbable 6.2.0
|
|
414
414
|
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
415
415
|
*/
|
|
416
|
-
var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"].join(","),Nr="undefined"==typeof Element,zr=Nr?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Zr=!Nr&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},Tr=function e(t,n){var r;void 0===n&&(n=!0);var i=null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"inert");return""===i||"true"===i||n&&t&&e(t.parentNode)},Br=function e(t,n,r){for(var i=[],o=Array.from(t);o.length;){var a=o.shift();if(!Tr(a,!1))if("SLOT"===a.tagName){var l=a.assignedElements(),s=e(l.length?l:a.children,!0,r);r.flatten?i.push.apply(i,s):i.push({scopeParent:a,candidates:s})}else{zr.call(a,Rr)&&r.filter(a)&&(n||!t.includes(a))&&i.push(a);var c=a.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(a),d=!Tr(c,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(a));if(c&&d){var u=e(!0===c?a.children:c.children,!0,r);r.flatten?i.push.apply(i,u):i.push({scopeParent:a,candidates:u})}else o.unshift.apply(o,a.children)}}return i},Pr=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},_r=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!Pr(e)?0:e.tabIndex},Gr=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},Yr=function(e){return"INPUT"===e.tagName},jr=function(e){return function(e){return Yr(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||Zr(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var i=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!i||i===e}(e)},Fr=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},Wr=function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=zr.call(e,"details>summary:first-of-type")?e.parentElement:e;if(zr.call(i,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return Fr(e)}else{if("function"==typeof r){for(var o=e;e;){var a=e.parentElement,l=Zr(e);if(a&&!a.shadowRoot&&!0===r(a))return Fr(e);e=e.assignedSlot?e.assignedSlot:a||l===e.ownerDocument?a:l.host}e=o}if(function(e){var t,n,r,i,o=e&&Zr(e),a=null===(t=o)||void 0===t?void 0:t.host,l=!1;if(o&&o!==e)for(l=!!(null!==(n=a)&&void 0!==n&&null!==(r=n.ownerDocument)&&void 0!==r&&r.contains(a)||null!=e&&null!==(i=e.ownerDocument)&&void 0!==i&&i.contains(e));!l&&a;){var s,c,d;l=!(null===(c=a=null===(s=o=Zr(a))||void 0===s?void 0:s.host)||void 0===c||null===(d=c.ownerDocument)||void 0===d||!d.contains(a))}return l}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1},Xr=function(e,t){return!(t.disabled||Tr(t)||function(e){return Yr(e)&&"hidden"===e.type}(t)||Wr(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!zr.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},Jr=function(e,t){return!(jr(t)||_r(t)<0||!Xr(e,t))},Ur=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Qr=function e(t){var n=[],r=[];return t.forEach((function(t,i){var o=!!t.scopeParent,a=o?t.scopeParent:t,l=function(e,t){var n=_r(e);return n<0&&t&&!Pr(e)?0:n}(a,o),s=o?e(t.candidates):a;0===l?o?n.push.apply(n,s):n.push(a):r.push({documentOrder:i,tabIndex:l,item:t,isScope:o,content:s})})),r.sort(Gr).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)},qr=function(e,t){var n;return n=(t=t||{}).getShadowRoot?Br([e],t.includeContainer,{filter:Jr.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Ur}):function(e,t,n){if(Tr(e))return[];var r=Array.prototype.slice.apply(e.querySelectorAll(Rr));return t&&zr.call(e,Rr)&&r.unshift(e),r.filter(n)}(e,t.includeContainer,Jr.bind(null,t)),Qr(n)};const Kr=e["useInsertionEffect".toString()]||(e=>e());function ei(t){const n=e.useRef((()=>{if("production"!==process.env.NODE_ENV)throw new Error("Cannot call an event handler while rendering.")}));return Kr((()=>{n.current=t})),e.useCallback((function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return null==n.current?void 0:n.current(...t)}),[])}const ti="ArrowUp",ni="ArrowDown",ri="ArrowLeft",ii="ArrowRight";function oi(e,t,n){return Math.floor(e/t)!==n}function ai(e,t){return t<0||t>=e.current.length}function li(e,t){return ci(e,{disabledIndices:t})}function si(e,t){return ci(e,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function ci(e,t){let{startingIndex:n=-1,decrement:r=!1,disabledIndices:i,amount:o=1}=void 0===t?{}:t;const a=e.current,l=i?e=>i.includes(e):e=>{const t=a[e];return null==t||t.hasAttribute("disabled")||"true"===t.getAttribute("aria-disabled")};let s=n;do{s+=r?-o:o}while(s>=0&&s<=a.length-1&&l(s));return s}let di=0;function ui(e,t){void 0===t&&(t={});const{preventScroll:n=!1,cancelPrevious:r=!0,sync:i=!1}=t;r&&cancelAnimationFrame(di);const o=()=>null==e?void 0:e.focus({preventScroll:n});i?o():di=requestAnimationFrame(o)}var pi="undefined"!=typeof document?u:a;function mi(){return mi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},mi.apply(this,arguments)}let hi=!1,gi=0;const fi=()=>"floating-ui-"+gi++;const bi=e["useId".toString()]||function(){const[t,n]=e.useState((()=>hi?fi():void 0));return pi((()=>{null==t&&n(fi())}),[]),e.useEffect((()=>{hi||(hi=!0)}),[]),t},xi=e.forwardRef((function(t,n){let{context:{placement:r,elements:{floating:i},middlewareData:{arrow:o}},width:a=14,height:l=7,tipRadius:s=0,strokeWidth:c=0,staticOffset:d,stroke:u,d:p,style:{transform:m,...h}={},...g}=t;"production"!==process.env.NODE_ENV&&(n||console.warn("Floating UI: The `ref` prop is required for the `FloatingArrow`","component."));const f=bi();if(!i)return null;c*=2;const b=c/2,v=a/2*(s/-8+1),x=l/2*s/4,[y,w]=r.split("-"),C=Mr.isRTL(i),E=!!p,I="top"===y||"bottom"===y,k=d&&"end"===w?"bottom":"top";let M=d&&"end"===w?"right":"left";d&&C&&(M="end"===w?"left":"right");const $=null!=(null==o?void 0:o.x)?d||o.x:"",A=null!=(null==o?void 0:o.y)?d||o.y:"",L=p||"M0,0 H"+a+" L"+(a-v)+","+(l-x)+" Q"+a/2+","+l+" "+v+","+(l-x)+" Z",V={top:E?"rotate(180deg)":"",left:E?"rotate(90deg)":"rotate(-90deg)",bottom:E?"":"rotate(180deg)",right:E?"rotate(-90deg)":"rotate(90deg)"}[y];return e.createElement("svg",mi({},g,{"aria-hidden":!0,ref:n,width:E?a:a+c,height:a,viewBox:"0 0 "+a+" "+(l>a?l:a),style:{position:"absolute",pointerEvents:"none",[M]:$,[k]:A,[y]:I||E?"100%":"calc(100% - "+c/2+"px)",transform:""+V+(null!=m?m:""),...h}}),c>0&&e.createElement("path",{clipPath:"url(#"+f+")",fill:"none",stroke:u,strokeWidth:c+(p?0:1),d:L}),e.createElement("path",{stroke:c&&!p?g.fill:"none",d:L}),e.createElement("clipPath",{id:f},e.createElement("rect",{x:-b,y:b*(E?-1:1),width:a+c,height:a})))}));function yi(){const e=new Map;return{emit(t,n){var r;null==(r=e.get(t))||r.forEach((e=>e(n)))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,(null==(r=e.get(t))?void 0:r.filter((e=>e!==n)))||[])}}}const wi=e.createContext(null),Ci=e.createContext(null),Ei=()=>{var t;return(null==(t=e.useContext(wi))?void 0:t.id)||null},Ii=()=>e.useContext(Ci);function ki(t){let{children:n,id:r}=t;const i=Ei();return e.createElement(wi.Provider,{value:e.useMemo((()=>({id:r,parentId:i})),[r,i])},n)}function Mi(t){let{children:n}=t;const r=e.useRef([]),i=e.useCallback((e=>{r.current=[...r.current,e]}),[]),o=e.useCallback((e=>{r.current=r.current.filter((t=>t!==e))}),[]),a=e.useState((()=>yi()))[0];return e.createElement(Ci.Provider,{value:e.useMemo((()=>({nodesRef:r,addNode:i,removeNode:o,events:a})),[r,i,o,a])},n)}function $i(e){return"data-floating-ui-"+e}function Ai(e){const t=o(e);return pi((()=>{t.current=e})),t}const Li=$i("safe-polygon");function Vi(e,t,n){return n&&!Hn(n)?0:"number"==typeof e?e:null==e?void 0:e[t]}function Hi(t,n){void 0===n&&(n={});const{open:r,onOpenChange:i,dataRef:o,events:a,elements:{domReference:l,floating:s},refs:c}=t,{enabled:d=!0,delay:u=0,handleClose:p=null,mouseOnly:m=!1,restMs:h=0,move:g=!0}=n,f=Ii(),b=Ei(),v=Ai(p),x=Ai(u),y=e.useRef(),w=e.useRef(),C=e.useRef(),E=e.useRef(),I=e.useRef(!0),k=e.useRef(!1),M=e.useRef((()=>{})),$=e.useCallback((()=>{var e;const t=null==(e=o.current.openEvent)?void 0:e.type;return(null==t?void 0:t.includes("mouse"))&&"mousedown"!==t}),[o]);e.useEffect((()=>{if(d)return a.on("openchange",e),()=>{a.off("openchange",e)};function e(e){let{open:t}=e;t||(clearTimeout(w.current),clearTimeout(E.current),I.current=!0)}}),[d,a]),e.useEffect((()=>{if(!d||!v.current||!r)return;function e(e){$()&&i(!1,e,"hover")}const t=On(s).documentElement;return t.addEventListener("mouseleave",e),()=>{t.removeEventListener("mouseleave",e)}}),[s,r,i,d,v,o,$]);const A=e.useCallback((function(e,t,n){void 0===t&&(t=!0),void 0===n&&(n="hover");const r=Vi(x.current,"close",y.current);r&&!C.current?(clearTimeout(w.current),w.current=setTimeout((()=>i(!1,e,n)),r)):t&&(clearTimeout(w.current),i(!1,e,n))}),[x,i]),L=e.useCallback((()=>{M.current(),C.current=void 0}),[]),V=e.useCallback((()=>{if(k.current){const e=On(c.floating.current).body;e.style.pointerEvents="",e.removeAttribute(Li),k.current=!1}}),[c]);return e.useEffect((()=>{if(d&&un(l)){const e=l;return r&&e.addEventListener("mouseleave",c),null==s||s.addEventListener("mouseleave",c),g&&e.addEventListener("mousemove",n,{once:!0}),e.addEventListener("mouseenter",n),e.addEventListener("mouseleave",a),()=>{r&&e.removeEventListener("mouseleave",c),null==s||s.removeEventListener("mouseleave",c),g&&e.removeEventListener("mousemove",n),e.removeEventListener("mouseenter",n),e.removeEventListener("mouseleave",a)}}function e(){return!!o.current.openEvent&&["click","mousedown"].includes(o.current.openEvent.type)}function n(e){if(clearTimeout(w.current),I.current=!1,m&&!Hn(y.current)||h>0&&0===Vi(x.current,"open"))return;const t=Vi(x.current,"open",y.current);t?w.current=setTimeout((()=>{i(!0,e,"hover")}),t):i(!0,e,"hover")}function a(n){if(e())return;M.current();const i=On(s);if(clearTimeout(E.current),v.current){r||clearTimeout(w.current),C.current=v.current({...t,tree:f,x:n.clientX,y:n.clientY,onClose(){V(),L(),A(n,!0,"safe-polygon")}});const e=C.current;return i.addEventListener("mousemove",e),void(M.current=()=>{i.removeEventListener("mousemove",e)})}("touch"!==y.current||!kn(s,n.relatedTarget))&&A(n)}function c(n){e()||null==v.current||v.current({...t,tree:f,x:n.clientX,y:n.clientY,onClose(){V(),L(),A(n)}})(n)}}),[l,s,d,t,m,h,g,A,L,V,i,r,f,x,v,o]),pi((()=>{var e;if(d&&r&&null!=(e=v.current)&&e.__options.blockPointerEvents&&$()){const e=On(s).body;if(e.setAttribute(Li,""),e.style.pointerEvents="none",k.current=!0,un(l)&&s){var t,n;const e=l,r=null==f||null==(t=f.nodesRef.current.find((e=>e.id===b)))||null==(n=t.context)?void 0:n.elements.floating;return r&&(r.style.pointerEvents=""),e.style.pointerEvents="auto",s.style.pointerEvents="auto",()=>{e.style.pointerEvents="",s.style.pointerEvents=""}}}}),[d,r,b,s,l,f,v,o,$]),pi((()=>{r||(y.current=void 0,L(),V())}),[r,L,V]),e.useEffect((()=>()=>{L(),clearTimeout(w.current),clearTimeout(E.current),V()}),[d,l,L,V]),e.useMemo((()=>{if(!d)return{};function e(e){y.current=e.pointerType}return{reference:{onPointerDown:e,onPointerEnter:e,onMouseMove(e){r||0===h||(clearTimeout(E.current),E.current=setTimeout((()=>{I.current||i(!0,e.nativeEvent,"hover")}),h))}},floating:{onMouseEnter(){clearTimeout(w.current)},onMouseLeave(e){A(e.nativeEvent,!1)}}}}),[d,h,r,i,A])}const Oi=e.createContext({delay:0,initialDelay:0,timeoutMs:0,currentId:null,setCurrentId:()=>{},setState:()=>{},isInstantPhase:!1}),Si=t=>{let{children:n,delay:r,timeoutMs:i=0}=t;const[o,a]=e.useReducer(((e,t)=>({...e,...t})),{delay:r,timeoutMs:i,initialDelay:r,currentId:null,isInstantPhase:!1}),l=e.useRef(null),s=e.useCallback((e=>{a({currentId:e})}),[]);return pi((()=>{o.currentId?null===l.current?l.current=o.currentId:a({isInstantPhase:!0}):(a({isInstantPhase:!1}),l.current=null)}),[o.currentId]),e.createElement(Oi.Provider,{value:e.useMemo((()=>({...o,setState:a,setCurrentId:s})),[o,a,s])},n)};function Di(e,t){let n=e.filter((e=>{var n;return e.parentId===t&&(null==(n=e.context)?void 0:n.open)})),r=n;for(;r.length;)r=e.filter((e=>{var t;return null==(t=r)?void 0:t.some((t=>{var n;return e.parentId===t.id&&(null==(n=e.context)?void 0:n.open)}))})),n=n.concat(r);return n}let Ri=new WeakMap,Ni=new WeakSet,zi={},Zi=0;const Ti=e=>e&&(e.host||Ti(e.parentNode)),Bi=(e,t)=>t.map((t=>{if(e.contains(t))return t;const n=Ti(t);return e.contains(n)?n:null})).filter((e=>null!=e));function Pi(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=On(e[0]).body;return function(e,t,n,r){const i="data-floating-ui-inert",o=r?"inert":n?"aria-hidden":null,a=Bi(t,e),l=new Set,s=new Set(a),c=[];zi[i]||(zi[i]=new WeakMap);const d=zi[i];return a.forEach((function e(t){t&&!l.has(t)&&(l.add(t),t.parentNode&&e(t.parentNode))})),function e(t){t&&!s.has(t)&&Array.prototype.forEach.call(t.children,(t=>{if(l.has(t))e(t);else{const e=o?t.getAttribute(o):null,n=null!==e&&"false"!==e,r=(Ri.get(t)||0)+1,a=(d.get(t)||0)+1;Ri.set(t,r),d.set(t,a),c.push(t),1===r&&n&&Ni.add(t),1===a&&t.setAttribute(i,""),!n&&o&&t.setAttribute(o,"true")}}))}(t),l.clear(),Zi++,()=>{c.forEach((e=>{const t=(Ri.get(e)||0)-1,n=(d.get(e)||0)-1;Ri.set(e,t),d.set(e,n),t||(!Ni.has(e)&&o&&e.removeAttribute(o),Ni.delete(e)),n||e.removeAttribute(i)})),Zi--,Zi||(Ri=new WeakMap,Ri=new WeakMap,Ni=new WeakSet,zi={})}}(e.concat(Array.from(r.querySelectorAll("[aria-live]"))),r,t,n)}const _i=()=>({getShadowRoot:!0,displayCheck:"function"==typeof ResizeObserver&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function Gi(e,t){const n=qr(e,_i());"prev"===t&&n.reverse();const r=n.indexOf(In(On(e)));return n.slice(r+1)[0]}function Yi(){return Gi(document.body,"next")}function ji(){return Gi(document.body,"prev")}function Fi(e,t){const n=t||e.currentTarget,r=e.relatedTarget;return!r||!kn(n,r)}function Wi(e){qr(e,_i()).forEach((e=>{e.dataset.tabindex=e.getAttribute("tabindex")||"",e.setAttribute("tabindex","-1")}))}function Xi(e){e.querySelectorAll("[data-tabindex]").forEach((e=>{const t=e.dataset.tabindex;delete e.dataset.tabindex,t?e.setAttribute("tabindex",t):e.removeAttribute("tabindex")}))}const Ji={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0};function Ui(e){"Tab"===e.key&&(e.target,clearTimeout(undefined))}const Qi=e.forwardRef((function(t,n){const[r,i]=e.useState();pi((()=>(Ln()&&i("button"),document.addEventListener("keydown",Ui),()=>{document.removeEventListener("keydown",Ui)})),[]);const o={ref:n,tabIndex:0,role:r,"aria-hidden":!r||void 0,[$i("focus-guard")]:"",style:Ji};return e.createElement("span",mi({},t,o))})),qi=e.createContext(null);function Ki(t){let{children:n,id:r,root:i=null,preserveTabOrder:o=!0}=t;const a=function(t){let{id:n,root:r}=void 0===t?{}:t;const[i,o]=e.useState(null),a=bi(),l=eo(),s=e.useMemo((()=>({id:n,root:r,portalContext:l,uniqueId:a})),[n,r,l,a]),c=e.useRef();return pi((()=>()=>{null==i||i.remove()}),[i,s]),pi((()=>{if(c.current===s)return;c.current=s;const{id:e,root:t,portalContext:n,uniqueId:r}=s,i=e?document.getElementById(e):null,a=$i("portal");if(i){const e=document.createElement("div");e.id=r,e.setAttribute(a,""),i.appendChild(e),o(e)}else{let i=t||(null==n?void 0:n.portalNode);i&&!un(i)&&(i=i.current),i=i||document.body;let l=null;e&&(l=document.createElement("div"),l.id=e,i.appendChild(l));const s=document.createElement("div");s.id=r,s.setAttribute(a,""),i=l||i,i.appendChild(s),o(s)}}),[s]),i}({id:r,root:i}),[l,s]=e.useState(null),c=e.useRef(null),d=e.useRef(null),u=e.useRef(null),p=e.useRef(null),m=!!l&&!l.modal&&l.open&&o&&!(!i&&!a);return e.useEffect((()=>{if(a&&o&&(null==l||!l.modal))return a.addEventListener("focusin",e,!0),a.addEventListener("focusout",e,!0),()=>{a.removeEventListener("focusin",e,!0),a.removeEventListener("focusout",e,!0)};function e(e){if(a&&Fi(e)){("focusin"===e.type?Xi:Wi)(a)}}}),[a,o,null==l?void 0:l.modal]),e.createElement(qi.Provider,{value:e.useMemo((()=>({preserveTabOrder:o,beforeOutsideRef:c,afterOutsideRef:d,beforeInsideRef:u,afterInsideRef:p,portalNode:a,setFocusManagerState:s})),[o,a])},m&&a&&e.createElement(Qi,{"data-type":"outside",ref:c,onFocus:e=>{if(Fi(e,a)){var t;null==(t=u.current)||t.focus()}else{const e=ji()||(null==l?void 0:l.refs.domReference.current);null==e||e.focus()}}}),m&&a&&e.createElement("span",{"aria-owns":a.id,style:Ji}),a&&k(n,a),m&&a&&e.createElement(Qi,{"data-type":"outside",ref:d,onFocus:e=>{if(Fi(e,a)){var t;null==(t=p.current)||t.focus()}else{const t=Yi()||(null==l?void 0:l.refs.domReference.current);null==t||t.focus(),(null==l?void 0:l.closeOnFocusOut)&&(null==l||l.onOpenChange(!1,e.nativeEvent))}}}))}const eo=()=>e.useContext(qi),to=e.forwardRef((function(t,n){return e.createElement("button",mi({},t,{type:"button",ref:n,tabIndex:-1,style:Ji}))}));function no(t){const{context:n,children:r,disabled:i=!1,order:o=["content"],guards:a=!0,initialFocus:l=0,returnFocus:s=!0,modal:c=!0,visuallyHiddenDismiss:d=!1,closeOnFocusOut:u=!0}=t,{open:p,refs:m,nodeId:h,onOpenChange:g,events:f,dataRef:b,elements:{domReference:v,floating:x}}=n,y="number"==typeof l&&l<0,w="combobox"===(null==v?void 0:v.getAttribute("role"))&&Nn(v)&&y,C=!w&&c,E="undefined"==typeof HTMLElement||!("inert"in HTMLElement.prototype)||a,I=Ai(o),k=Ai(l),M=Ai(s),$=Ii(),A=eo(),L=e.useRef(null),V=e.useRef(null),H=e.useRef(!1),O=e.useRef(null),S=e.useRef(!1),D=null!=A,R=e.useCallback((function(e){return void 0===e&&(e=x),e?qr(e,_i()):[]}),[x]),N=e.useCallback((e=>{const t=R(e);return I.current.map((e=>v&&"reference"===e?v:x&&"floating"===e?x:t)).filter(Boolean).flat()}),[v,x,I,R]);function z(t){return!i&&d&&C?e.createElement(to,{ref:"start"===t?L:V,onClick:e=>g(!1,e.nativeEvent)},"string"==typeof d?d:"Dismiss"):null}e.useEffect((()=>{if(i||!C)return;function e(e){if("Tab"===e.key){kn(x,In(On(x)))&&0===R().length&&!w&&zn(e);const t=N(),n=Dn(e);"reference"===I.current[0]&&n===v&&(zn(e),e.shiftKey?ui(t[t.length-1]):ui(t[1])),"floating"===I.current[1]&&n===x&&e.shiftKey&&(zn(e),ui(t[0]))}}const t=On(x);return t.addEventListener("keydown",e),()=>{t.removeEventListener("keydown",e)}}),[i,v,x,C,I,m,w,R,N]),e.useEffect((()=>{if(!i&&u)return x&&pn(v)?(v.addEventListener("focusout",t),v.addEventListener("pointerdown",e),!C&&x.addEventListener("focusout",t),()=>{v.removeEventListener("focusout",t),v.removeEventListener("pointerdown",e),!C&&x.removeEventListener("focusout",t)}):void 0;function e(){S.current=!0,setTimeout((()=>{S.current=!1}))}function t(e){const t=e.relatedTarget;queueMicrotask((()=>{const n=!(kn(v,t)||kn(x,t)||kn(t,x)||kn(null==A?void 0:A.portalNode,t)||null!=t&&t.hasAttribute($i("focus-guard"))||$&&(Di($.nodesRef.current,h).find((e=>{var n,r;return kn(null==(n=e.context)?void 0:n.elements.floating,t)||kn(null==(r=e.context)?void 0:r.elements.domReference,t)}))||function(e,t){var n;let r=[],i=null==(n=e.find((e=>e.id===t)))?void 0:n.parentId;for(;i;){const t=e.find((e=>e.id===i));i=null==t?void 0:t.parentId,t&&(r=r.concat(t))}return r}($.nodesRef.current,h).find((e=>{var n,r;return(null==(n=e.context)?void 0:n.elements.floating)===t||(null==(r=e.context)?void 0:r.elements.domReference)===t}))));t&&n&&!S.current&&t!==O.current&&(H.current=!0,g(!1,e))}))}}),[i,v,x,C,h,$,A,g,u]),e.useEffect((()=>{var e;if(i)return;const t=Array.from((null==A||null==(e=A.portalNode)?void 0:e.querySelectorAll("["+$i("portal")+"]"))||[]);if(x){const e=[x,...t,L.current,V.current,I.current.includes("reference")||w?v:null].filter((e=>null!=e)),n=c||w?Pi(e,E,!E):Pi(e);return()=>{n()}}}),[i,v,x,c,I,A,w,E]),pi((()=>{if(i||!x)return;const e=In(On(x));queueMicrotask((()=>{const t=N(x),n=k.current,r=("number"==typeof n?t[n]:n.current)||x,i=kn(x,e);y||i||!p||ui(r,{preventScroll:r===x})}))}),[i,p,x,y,N,k]),pi((()=>{if(i||!x)return;let e=!1;const t=On(x),n=In(t),r=b.current;function o(t){let{reason:n,event:r,nested:i}=t;"escape-key"===n&&m.domReference.current&&(O.current=m.domReference.current),"hover"===n&&"mouseleave"===r.type&&(H.current=!0),"outside-press"===n&&(i?(H.current=!1,e=!0):H.current=!($n(r)||An(r)))}return O.current=n,f.on("openchange",o),()=>{f.off("openchange",o);const i=In(t),a=kn(x,i)||$&&Di($.nodesRef.current,h).some((e=>{var t;return kn(null==(t=e.context)?void 0:t.elements.floating,i)}));(a||r.openEvent&&["click","mousedown"].includes(r.openEvent.type))&&m.domReference.current&&(O.current=m.domReference.current),M.current&&pn(O.current)&&!H.current&&(n===i||i===t.body||a)&&ui(O.current,{cancelPrevious:!1,preventScroll:e})}}),[i,x,M,b,m,f,$,h]),pi((()=>{if(!i&&A)return A.setFocusManagerState({modal:C,closeOnFocusOut:u,open:p,onOpenChange:g,refs:m}),()=>{A.setFocusManagerState(null)}}),[i,A,C,p,g,m,u]),pi((()=>{if(i||!x||"function"!=typeof MutationObserver||y)return;const e=()=>{const e=x.getAttribute("tabindex");I.current.includes("floating")||In(On(x))!==m.domReference.current&&0===R().length?"0"!==e&&x.setAttribute("tabindex","0"):"-1"!==e&&x.setAttribute("tabindex","-1")};e();const t=new MutationObserver(e);return t.observe(x,{childList:!0,subtree:!0,attributes:!0}),()=>{t.disconnect()}}),[i,x,m,I,R,y]);const Z=!i&&E&&(D||C);return e.createElement(e.Fragment,null,Z&&e.createElement(Qi,{"data-type":"inside",ref:null==A?void 0:A.beforeInsideRef,onFocus:e=>{if(C){const e=N();ui("reference"===o[0]?e[0]:e[e.length-1])}else if(null!=A&&A.preserveTabOrder&&A.portalNode)if(H.current=!1,Fi(e,A.portalNode)){const e=Yi()||v;null==e||e.focus()}else{var t;null==(t=A.beforeOutsideRef.current)||t.focus()}}}),!w&&z("start"),r,z("end"),Z&&e.createElement(Qi,{"data-type":"inside",ref:null==A?void 0:A.afterInsideRef,onFocus:e=>{if(C)ui(N()[0]);else if(null!=A&&A.preserveTabOrder&&A.portalNode)if(u&&(H.current=!0),Fi(e,A.portalNode)){const e=ji()||v;null==e||e.focus()}else{var t;null==(t=A.afterOutsideRef.current)||t.focus()}}}))}function ro(e){return pn(e.target)&&"BUTTON"===e.target.tagName}function io(e){return Nn(e)}const oo={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},ao={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},lo=e=>{var t,n;return{escapeKey:"boolean"==typeof e?e:null!=(t=null==e?void 0:e.escapeKey)&&t,outsidePress:"boolean"==typeof e?e:null==(n=null==e?void 0:e.outsidePress)||n}};function so(t,n){void 0===n&&(n={});const{open:r,onOpenChange:i,nodeId:o,elements:{reference:a,domReference:l,floating:s},dataRef:c}=t,{enabled:d=!0,escapeKey:u=!0,outsidePress:p=!0,outsidePressEvent:m="pointerdown",referencePress:h=!1,referencePressEvent:g="pointerdown",ancestorScroll:f=!1,bubbles:b,capture:v}=n,x=Ii(),y=ei("function"==typeof p?p:()=>!1),w="function"==typeof p?y:p,C=e.useRef(!1),E=e.useRef(!1),{escapeKey:I,outsidePress:k}=lo(b),{escapeKey:M,outsidePress:$}=lo(v),A=ei((e=>{if(!r||!d||!u||"Escape"!==e.key)return;const t=x?Di(x.nodesRef.current,o):[];if(!I&&(e.stopPropagation(),t.length>0)){let e=!0;if(t.forEach((t=>{var n;null==(n=t.context)||!n.open||t.context.dataRef.current.__escapeKeyBubbles||(e=!1)})),!e)return}i(!1,function(e){return"nativeEvent"in e}(e)?e.nativeEvent:e,"escape-key")})),L=ei((e=>{var t;const n=()=>{var t;A(e),null==(t=Dn(e))||t.removeEventListener("keydown",n)};null==(t=Dn(e))||t.addEventListener("keydown",n)})),V=ei((e=>{const t=C.current;C.current=!1;const n=E.current;if(E.current=!1,"click"===m&&n)return;if(t)return;if("function"==typeof w&&!w(e))return;const r=Dn(e),a="["+$i("inert")+"]",c=On(s).querySelectorAll(a);let d=un(r)?r:null;for(;d&&!vn(d);){const e=wn(d);if(e===On(s).body||!un(e))break;d=e}if(c.length&&un(r)&&!r.matches("html,body")&&!kn(r,s)&&Array.from(c).every((e=>!kn(d,e))))return;if(pn(r)&&s){const t=r.clientWidth>0&&r.scrollWidth>r.clientWidth,n=r.clientHeight>0&&r.scrollHeight>r.clientHeight;let i=n&&e.offsetX>r.clientWidth;if(n){"rtl"===xn(r).direction&&(i=e.offsetX<=r.offsetWidth-r.clientWidth)}if(i||t&&e.offsetY>r.clientHeight)return}const u=x&&Di(x.nodesRef.current,o).some((t=>{var n;return Sn(e,null==(n=t.context)?void 0:n.elements.floating)}));if(Sn(e,s)||Sn(e,l)||u)return;const p=x?Di(x.nodesRef.current,o):[];if(p.length>0){let e=!0;if(p.forEach((t=>{var n;null==(n=t.context)||!n.open||t.context.dataRef.current.__outsidePressBubbles||(e=!1)})),!e)return}i(!1,e,"outside-press")})),H=ei((e=>{var t;const n=()=>{var t;V(e),null==(t=Dn(e))||t.removeEventListener(m,n)};null==(t=Dn(e))||t.addEventListener(m,n)}));return e.useEffect((()=>{if(!r||!d)return;function e(e){i(!1,e,"ancestor-scroll")}c.current.__escapeKeyBubbles=I,c.current.__outsidePressBubbles=k;const t=On(s);u&&t.addEventListener("keydown",M?L:A,M),w&&t.addEventListener(m,$?H:V,$);let n=[];return f&&(un(l)&&(n=En(l)),un(s)&&(n=n.concat(En(s))),!un(a)&&a&&a.contextElement&&(n=n.concat(En(a.contextElement)))),n=n.filter((e=>{var n;return e!==(null==(n=t.defaultView)?void 0:n.visualViewport)})),n.forEach((t=>{t.addEventListener("scroll",e,{passive:!0})})),()=>{u&&t.removeEventListener("keydown",M?L:A,M),w&&t.removeEventListener(m,$?H:V,$),n.forEach((t=>{t.removeEventListener("scroll",e)}))}}),[c,s,l,a,u,w,m,r,i,f,d,I,k,A,M,L,V,$,H]),e.useEffect((()=>{C.current=!1}),[w,m]),e.useMemo((()=>d?{reference:{onKeyDown:A,[oo[g]]:e=>{h&&i(!1,e.nativeEvent,"reference-press")}},floating:{onKeyDown:A,onMouseDown(){E.current=!0},onMouseUp(){E.current=!0},[ao[m]]:()=>{C.current=!0}}}:{}),[d,h,m,g,i,A])}let co;function uo(t){var n;void 0===t&&(t={});const{open:r=!1,onOpenChange:i,nodeId:o}=t;if("production"!==process.env.NODE_ENV){var a;const e="Floating UI: Cannot pass a virtual element to the `elements.reference` option, as it must be a real DOM element. Use `refs.setPositionReference` instead.";var l,s;if(null!=(a=t.elements)&&a.reference&&!un(t.elements.reference))if(null==(l=co)||!l.has(e))null==(s=co)||s.add(e),console.error(e)}const[c,d]=e.useState(null),u=(null==(n=t.elements)?void 0:n.reference)||c,p=function(t){void 0===t&&(t={});const{placement:n="bottom",strategy:r="absolute",middleware:i=[],platform:o,elements:{reference:a,floating:l}={},transform:s=!0,whileElementsMounted:c,open:d}=t,[u,p]=e.useState({x:0,y:0,strategy:r,placement:n,middlewareData:{},isPositioned:!1}),[m,h]=e.useState(i);Hr(m,i)||h(i);const[g,f]=e.useState(null),[b,v]=e.useState(null),x=e.useCallback((e=>{e!=I.current&&(I.current=e,f(e))}),[f]),y=e.useCallback((e=>{e!==k.current&&(k.current=e,v(e))}),[v]),w=a||g,C=l||b,I=e.useRef(null),k=e.useRef(null),M=e.useRef(u),$=Dr(c),A=Dr(o),L=e.useCallback((()=>{if(!I.current||!k.current)return;const e={placement:n,strategy:r,middleware:m};A.current&&(e.platform=A.current),Ar(I.current,k.current,e).then((e=>{const t={...e,isPositioned:!0};V.current&&!Hr(M.current,t)&&(M.current=t,E.flushSync((()=>{p(t)})))}))}),[m,n,r,A]);Vr((()=>{!1===d&&M.current.isPositioned&&(M.current.isPositioned=!1,p((e=>({...e,isPositioned:!1}))))}),[d]);const V=e.useRef(!1);Vr((()=>(V.current=!0,()=>{V.current=!1})),[]),Vr((()=>{if(w&&(I.current=w),C&&(k.current=C),w&&C){if($.current)return $.current(w,C,L);L()}}),[w,C,L,$]);const H=e.useMemo((()=>({reference:I,floating:k,setReference:x,setFloating:y})),[x,y]),O=e.useMemo((()=>({reference:w,floating:C})),[w,C]),S=e.useMemo((()=>{const e={position:r,left:0,top:0};if(!O.floating)return e;const t=Sr(O.floating,u.x),n=Sr(O.floating,u.y);return s?{...e,transform:"translate("+t+"px, "+n+"px)",...Or(O.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:t,top:n}}),[r,s,O.floating,u.x,u.y]);return e.useMemo((()=>({...u,update:L,refs:H,elements:O,floatingStyles:S})),[u,L,H,O,S])}(t),m=Ii(),h=null!=Ei(),g=ei(((e,t,n)=>{e&&(b.current.openEvent=t),v.emit("openchange",{open:e,event:t,reason:n,nested:h}),null==i||i(e,t,n)})),f=e.useRef(null),b=e.useRef({}),v=e.useState((()=>yi()))[0],x=bi(),y=e.useCallback((e=>{const t=un(e)?{getBoundingClientRect:()=>e.getBoundingClientRect(),contextElement:e}:e;p.refs.setReference(t)}),[p.refs]),w=e.useCallback((e=>{(un(e)||null===e)&&(f.current=e,d(e)),(un(p.refs.reference.current)||null===p.refs.reference.current||null!==e&&!un(e))&&p.refs.setReference(e)}),[p.refs]),C=e.useMemo((()=>({...p.refs,setReference:w,setPositionReference:y,domReference:f})),[p.refs,w,y]),I=e.useMemo((()=>({...p.elements,domReference:u})),[p.elements,u]),k=e.useMemo((()=>({...p,refs:C,elements:I,dataRef:b,nodeId:o,floatingId:x,events:v,open:r,onOpenChange:g})),[p,o,x,v,r,g,C,I]);return pi((()=>{const e=null==m?void 0:m.nodesRef.current.find((e=>e.id===o));e&&(e.context=k)})),e.useMemo((()=>({...p,context:k,refs:C,elements:I})),[p,C,I,k])}function po(e,t,n){const r=new Map;return{..."floating"===n&&{tabIndex:-1},...e,...t.map((e=>e?e[n]:null)).concat(e).reduce(((e,t)=>t?(Object.entries(t).forEach((t=>{let[n,i]=t;var o;0===n.indexOf("on")?(r.has(n)||r.set(n,[]),"function"==typeof i&&(null==(o=r.get(n))||o.push(i),e[n]=function(){for(var e,t=arguments.length,i=new Array(t),o=0;o<t;o++)i[o]=arguments[o];return null==(e=r.get(n))?void 0:e.map((e=>e(...i))).find((e=>void 0!==e))})):e[n]=i})),e):e),{})}}function mo(t){void 0===t&&(t=[]);const n=t,r=e.useCallback((e=>po(e,t,"reference")),n),i=e.useCallback((e=>po(e,t,"floating")),n),o=e.useCallback((e=>po(e,t,"item")),t.map((e=>null==e?void 0:e.item)));return e.useMemo((()=>({getReferenceProps:r,getFloatingProps:i,getItemProps:o})),[r,i,o])}"production"!==process.env.NODE_ENV&&(co=new Set);let ho=!1;function go(e,t,n){switch(e){case"vertical":return t;case"horizontal":return n;default:return t||n}}function fo(e,t){return go(t,e===ti||e===ni,e===ri||e===ii)}function bo(e,t,n){return go(t,e===ni,n?e===ri:e===ii)||"Enter"===e||" "==e||""===e}function vo(e,t,n){return go(t,n?e===ii:e===ri,e===ti)}function xo(t,n){const{open:r,onOpenChange:i,refs:o,elements:{domReference:a,floating:l}}=t,{listRef:s,activeIndex:c,onNavigate:d=(()=>{}),enabled:u=!0,selectedIndex:p=null,allowEscape:m=!1,loop:h=!1,nested:g=!1,rtl:f=!1,virtual:b=!1,focusItemOnOpen:v="auto",focusItemOnHover:x=!0,openOnArrowKeyDown:y=!0,disabledIndices:w,orientation:C="vertical",cols:E=1,scrollItemIntoView:I=!0,virtualItemRef:k}=n;"production"!==process.env.NODE_ENV&&(m&&(h||console.warn(["Floating UI: `useListNavigation` looping must be enabled to allow","escaping."].join(" ")),b||console.warn(["Floating UI: `useListNavigation` must be virtual to allow","escaping."].join(" "))),"vertical"===C&&E>1&&console.warn(["Floating UI: In grid list navigation mode (`cols` > 1), the",'`orientation` should be either "horizontal" or "both".'].join(" ")));const M=Ei(),$=Ii(),A=ei(d),L=e.useRef(v),V=e.useRef(null!=p?p:-1),H=e.useRef(null),O=e.useRef(!0),S=e.useRef(A),D=e.useRef(!!l),R=e.useRef(!1),N=e.useRef(!1),z=Ai(w),Z=Ai(r),T=Ai(I),[B,P]=e.useState(),[_,G]=e.useState(),Y=ei((function(e,t,n){void 0===n&&(n=!1);const r=e.current[t.current];r&&(b?(P(r.id),null==$||$.events.emit("virtualfocus",r),k&&(k.current=r)):ui(r,{preventScroll:!0,sync:!(!Mn().toLowerCase().startsWith("mac")||navigator.maxTouchPoints||!Ln())&&(ho||R.current)}),requestAnimationFrame((()=>{const e=T.current;e&&r&&(n||!O.current)&&(null==r.scrollIntoView||r.scrollIntoView("boolean"==typeof e?{block:"nearest",inline:"nearest"}:e))})))}));pi((()=>{document.createElement("div").focus({get preventScroll(){return ho=!0,!1}})}),[]),pi((()=>{u&&(r&&l?L.current&&null!=p&&(N.current=!0,A(p)):D.current&&(V.current=-1,S.current(null)))}),[u,r,l,p,A]),pi((()=>{if(u&&r&&l)if(null==c){if(R.current=!1,null!=p)return;if(D.current&&(V.current=-1,Y(s,V)),!D.current&&L.current&&(null!=H.current||!0===L.current&&null==H.current)){let e=0;const t=()=>{if(null==s.current[0]){if(e<2){(e?requestAnimationFrame:queueMicrotask)(t)}e++}else V.current=null==H.current||bo(H.current,C,f)||g?li(s,z.current):si(s,z.current),H.current=null,A(V.current)};t()}}else ai(s,c)||(V.current=c,Y(s,V,N.current),N.current=!1)}),[u,r,l,c,p,g,s,C,f,A,Y,z]),pi((()=>{var e,t;if(!u||l||!$||b||!D.current)return;const n=$.nodesRef.current,r=null==(e=n.find((e=>e.id===M)))||null==(t=e.context)?void 0:t.elements.floating,i=In(On(l)),o=n.some((e=>e.context&&kn(e.context.elements.floating,i)));r&&!o&&O.current&&r.focus({preventScroll:!0})}),[u,l,$,M,b]),pi((()=>{if(u&&$&&b&&!M)return $.events.on("virtualfocus",e),()=>{$.events.off("virtualfocus",e)};function e(e){G(e.id),k&&(k.current=e)}}),[u,$,b,M,k]),pi((()=>{S.current=A,D.current=!!l})),pi((()=>{r||(H.current=null)}),[r]);const j=null!=c,F=e.useMemo((()=>{function e(e){if(!r)return;const t=s.current.indexOf(e);-1!==t&&A(t)}const t={onFocus(t){let{currentTarget:n}=t;e(n)},onClick:e=>{let{currentTarget:t}=e;return t.focus({preventScroll:!0})},...x&&{onMouseMove(t){let{currentTarget:n}=t;e(n)},onPointerLeave(e){let{pointerType:t}=e;O.current&&"touch"!==t&&(V.current=-1,Y(s,V),A(null),b||ui(o.floating.current,{preventScroll:!0}))}}};return t}),[r,o,Y,x,s,A,b]);return e.useMemo((()=>{if(!u)return{};const e=z.current;function t(t){if(O.current=!1,R.current=!0,!Z.current&&t.currentTarget===o.floating.current)return;if(g&&vo(t.key,C,f))return zn(t),i(!1,t.nativeEvent,"list-navigation"),void(pn(a)&&!b&&a.focus());const n=V.current,l=li(s,e),c=si(s,e);if("Home"===t.key&&(zn(t),V.current=l,A(V.current)),"End"===t.key&&(zn(t),V.current=c,A(V.current)),!(E>1&&(V.current=function(e,t){let{event:n,orientation:r,loop:i,cols:o,disabledIndices:a,minIndex:l,maxIndex:s,prevIndex:c,stopEvent:d=!1}=t,u=c;if(n.key===ti){if(d&&zn(n),-1===c)u=s;else if(u=ci(e,{startingIndex:u,amount:o,decrement:!0,disabledIndices:a}),i&&(c-o<l||u<0)){const e=c%o,t=s%o,n=s-(t-e);u=t===e?s:t>e?n:n-o}ai(e,u)&&(u=c)}if(n.key===ni&&(d&&zn(n),-1===c?u=l:(u=ci(e,{startingIndex:c,amount:o,disabledIndices:a}),i&&c+o>s&&(u=ci(e,{startingIndex:c%o-o,amount:o,disabledIndices:a}))),ai(e,u)&&(u=c)),"both"===r){const t=Gn(c/o);n.key===ii&&(d&&zn(n),c%o!=o-1?(u=ci(e,{startingIndex:c,disabledIndices:a}),i&&oi(u,o,t)&&(u=ci(e,{startingIndex:c-c%o-1,disabledIndices:a}))):i&&(u=ci(e,{startingIndex:c-c%o-1,disabledIndices:a})),oi(u,o,t)&&(u=c)),n.key===ri&&(d&&zn(n),c%o!=0?(u=ci(e,{startingIndex:c,disabledIndices:a,decrement:!0}),i&&oi(u,o,t)&&(u=ci(e,{startingIndex:c+(o-c%o),decrement:!0,disabledIndices:a}))):i&&(u=ci(e,{startingIndex:c+(o-c%o),decrement:!0,disabledIndices:a})),oi(u,o,t)&&(u=c));const r=Gn(s/o)===t;ai(e,u)&&(u=i&&r?n.key===ri?s:ci(e,{startingIndex:c-c%o-1,disabledIndices:a}):c)}return u}(s,{event:t,orientation:C,loop:h,cols:E,disabledIndices:e,minIndex:l,maxIndex:c,prevIndex:V.current,stopEvent:!0}),A(V.current),"both"===C))&&fo(t.key,C)){if(zn(t),r&&!b&&In(t.currentTarget.ownerDocument)===t.currentTarget)return V.current=bo(t.key,C,f)?l:c,void A(V.current);bo(t.key,C,f)?V.current=h?n>=c?m&&n!==s.current.length?-1:l:ci(s,{startingIndex:n,disabledIndices:e}):Math.min(c,ci(s,{startingIndex:n,disabledIndices:e})):V.current=h?n<=l?m&&-1!==n?s.current.length:c:ci(s,{startingIndex:n,decrement:!0,disabledIndices:e}):Math.max(l,ci(s,{startingIndex:n,decrement:!0,disabledIndices:e})),ai(s,V.current)?A(null):A(V.current)}}function n(e){"auto"===v&&$n(e.nativeEvent)&&(L.current=!0)}const l=b&&r&&j&&{"aria-activedescendant":_||B},c=s.current.find((e=>(null==e?void 0:e.id)===B));return{reference:{...l,onKeyDown(n){O.current=!1;const o=0===n.key.indexOf("Arrow"),a=function(e,t,n){return go(t,n?e===ri:e===ii,e===ni)}(n.key,C,f),l=vo(n.key,C,f),d=fo(n.key,C),u=(g?a:d)||"Enter"===n.key||""===n.key.trim();if(b&&r){const e=null==$?void 0:$.nodesRef.current.find((e=>null==e.parentId)),r=$&&e?function(e,t){let n,r=-1;return function t(i,o){o>r&&(n=i,r=o),Di(e,i).forEach((e=>{t(e.id,o+1)}))}(t,0),e.find((e=>e.id===n))}($.nodesRef.current,e.id):null;if(o&&r&&k){const e=new KeyboardEvent("keydown",{key:n.key,bubbles:!0});if(a||l){var m,h;const t=(null==(m=r.context)?void 0:m.elements.domReference)===n.currentTarget,i=l&&!t?null==(h=r.context)?void 0:h.elements.domReference:a?c:null;i&&(zn(n),i.dispatchEvent(e),G(void 0))}var v;if(d&&r.context)if(r.context.open&&r.parentId&&n.currentTarget!==r.context.elements.domReference)return zn(n),void(null==(v=r.context.elements.domReference)||v.dispatchEvent(e))}return t(n)}(r||y||!o)&&(u&&(H.current=g&&d?null:n.key),g?a&&(zn(n),r?(V.current=li(s,e),A(V.current)):i(!0,n.nativeEvent,"list-navigation")):d&&(null!=p&&(V.current=p),zn(n),!r&&y?i(!0,n.nativeEvent,"list-navigation"):t(n),r&&A(V.current)))},onFocus(){r&&A(null)},onPointerDown:function(e){L.current=v,"auto"===v&&An(e.nativeEvent)&&(L.current=!0)},onMouseDown:n,onClick:n},floating:{"aria-orientation":"both"===C?void 0:C,...l,onKeyDown:t,onPointerMove(){O.current=!0}},item:F}}),[a,o,B,_,z,Z,s,u,C,f,b,r,j,g,p,y,m,E,h,v,A,i,F,$,k])}function yo(t,n){void 0===n&&(n={});const{open:r,floatingId:i}=t,{enabled:o=!0,role:a="dialog"}=n,l=bi();return e.useMemo((()=>{if(!o)return{};const e={id:i,..."label"!==a&&{role:a}};return"tooltip"===a||"label"===a?{reference:{["aria-"+("label"===a?"labelledby":"describedby")]:r?i:void 0},floating:e}:{reference:{"aria-expanded":r?"true":"false","aria-haspopup":"alertdialog"===a?"dialog":a,"aria-controls":r?i:void 0,..."listbox"===a&&{role:"combobox"},..."menu"===a&&{id:l}},floating:{...e,..."menu"===a&&{"aria-labelledby":l}}}}),[o,a,r,i,l])}function wo(e,t){const[n,r]=e;let i=!1;const o=t.length;for(let e=0,a=o-1;e<o;a=e++){const[o,l]=t[e]||[0,0],[s,c]=t[a]||[0,0];l>=r!=c>=r&&n<=(s-o)*(r-l)/(c-l)+o&&(i=!i)}return i}function Co(e){void 0===e&&(e={});const{buffer:t=.5,blockPointerEvents:n=!1,requireIntent:r=!0}=e;let i,o=!1,a=null,l=null,s=performance.now();const c=e=>{let{x:n,y:c,placement:d,elements:u,onClose:p,nodeId:m,tree:h}=e;return function(e){function g(){clearTimeout(i),p()}if(clearTimeout(i),!u.domReference||!u.floating||null==d||null==n||null==c)return;const{clientX:f,clientY:b}=e,v=[f,b],x=Dn(e),y="mouseleave"===e.type,w=kn(u.floating,x),C=kn(u.domReference,x),E=u.domReference.getBoundingClientRect(),I=u.floating.getBoundingClientRect(),k=d.split("-")[0],M=n>I.right-I.width/2,$=c>I.bottom-I.height/2,A=function(e,t){return e[0]>=t.x&&e[0]<=t.x+t.width&&e[1]>=t.y&&e[1]<=t.y+t.height}(v,E),L=I.width>E.width,V=I.height>E.height,H=(L?E:I).left,O=(L?E:I).right,S=(V?E:I).top,D=(V?E:I).bottom;if(w&&(o=!0,!y))return;if(C&&(o=!1),C&&!y)return void(o=!0);if(y&&un(e.relatedTarget)&&kn(u.floating,e.relatedTarget))return;if(h&&Di(h.nodesRef.current,m).some((e=>{let{context:t}=e;return null==t?void 0:t.open})))return;if("top"===k&&c>=E.bottom-1||"bottom"===k&&c<=E.top+1||"left"===k&&n>=E.right-1||"right"===k&&n<=E.left+1)return g();let R=[];switch(k){case"top":R=[[H,E.top+1],[H,I.bottom-1],[O,I.bottom-1],[O,E.top+1]];break;case"bottom":R=[[H,I.top+1],[H,E.bottom-1],[O,E.bottom-1],[O,I.top+1]];break;case"left":R=[[I.right-1,D],[I.right-1,S],[E.left+1,S],[E.left+1,D]];break;case"right":R=[[E.right-1,D],[E.right-1,S],[I.left+1,S],[I.left+1,D]]}if(!wo([f,b],R)){if(o&&!A)return g();if(!y&&r){const t=function(e,t){const n=performance.now(),r=n-s;if(null===a||null===l||0===r)return a=e,l=t,s=n,null;const i=e-a,o=t-l,c=Math.sqrt(i*i+o*o);return a=e,l=t,s=n,c/r}(e.clientX,e.clientY);if(null!==t&&t<.1)return g()}wo([f,b],function(e){let[n,r]=e;switch(k){case"top":return[[L?n+t/2:M?n+4*t:n-4*t,r+t+1],[L?n-t/2:M?n+4*t:n-4*t,r+t+1],...[[I.left,M||L?I.bottom-t:I.top],[I.right,M?L?I.bottom-t:I.top:I.bottom-t]]];case"bottom":return[[L?n+t/2:M?n+4*t:n-4*t,r-t],[L?n-t/2:M?n+4*t:n-4*t,r-t],...[[I.left,M||L?I.top+t:I.bottom],[I.right,M?L?I.top+t:I.bottom:I.top+t]]];case"left":{const e=[n+t+1,V?r+t/2:$?r+4*t:r-4*t],i=[n+t+1,V?r-t/2:$?r+4*t:r-4*t];return[...[[$||V?I.right-t:I.left,I.top],[$?V?I.right-t:I.left:I.right-t,I.bottom]],e,i]}case"right":return[[n-t,V?r+t/2:$?r+4*t:r-4*t],[n-t,V?r-t/2:$?r+4*t:r-4*t],...[[$||V?I.left+t:I.right,I.top],[$?V?I.left+t:I.right:I.left+t,I.bottom]]]}}([n,c]))?!o&&r&&(i=window.setTimeout(g,40)):g()}}};return c.__options={blockPointerEvents:n},c}function Eo(e,t,n){if(n)return n.includes(t);const r=e[t];return null==r||r.hasAttribute("disabled")||"true"===r.getAttribute("aria-disabled")}function Io(e,t){return function(e,{startingIndex:t=-1,decrement:n=!1,disabledIndices:r,amount:i=1}={}){const o=e.current;let a=t;do{a+=n?-i:i}while(a>=0&&a<=o.length-1&&Eo(o,a,r));return a}(e,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}const ko="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;function Mo(e){const[n,r]=t.useState((()=>"undefined"!=typeof window&&window.matchMedia(e).matches)),i=t.useRef(null),o=t.useRef(null);return ko((()=>{if("undefined"==typeof window)return;if(i.current&&o.current){const e=i.current,t=o.current;e.removeEventListener?e.removeEventListener("change",t):e.removeListener(t)}const t=window.matchMedia(e);i.current=t;const n=e=>{r(e.matches)};return o.current=n,r(t.matches),t.addEventListener?t.addEventListener("change",n):t.addListener(n),()=>{if(i.current&&o.current){const e=i.current,t=o.current;e.removeEventListener?e.removeEventListener("change",t):e.removeListener(t),i.current=null,o.current=null}}}),[e]),n}const $o=v.span`
|
|
416
|
+
var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"].join(","),Nr="undefined"==typeof Element,zr=Nr?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Zr=!Nr&&Element.prototype.getRootNode?function(e){var t;return null==e||null===(t=e.getRootNode)||void 0===t?void 0:t.call(e)}:function(e){return null==e?void 0:e.ownerDocument},Tr=function e(t,n){var r;void 0===n&&(n=!0);var i=null==t||null===(r=t.getAttribute)||void 0===r?void 0:r.call(t,"inert");return""===i||"true"===i||n&&t&&e(t.parentNode)},Br=function e(t,n,r){for(var i=[],o=Array.from(t);o.length;){var a=o.shift();if(!Tr(a,!1))if("SLOT"===a.tagName){var l=a.assignedElements(),s=e(l.length?l:a.children,!0,r);r.flatten?i.push.apply(i,s):i.push({scopeParent:a,candidates:s})}else{zr.call(a,Rr)&&r.filter(a)&&(n||!t.includes(a))&&i.push(a);var c=a.shadowRoot||"function"==typeof r.getShadowRoot&&r.getShadowRoot(a),d=!Tr(c,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(a));if(c&&d){var u=e(!0===c?a.children:c.children,!0,r);r.flatten?i.push.apply(i,u):i.push({scopeParent:a,candidates:u})}else o.unshift.apply(o,a.children)}}return i},Pr=function(e){return!isNaN(parseInt(e.getAttribute("tabindex"),10))},_r=function(e){if(!e)throw new Error("No node provided");return e.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||function(e){var t,n=null==e||null===(t=e.getAttribute)||void 0===t?void 0:t.call(e,"contenteditable");return""===n||"true"===n}(e))&&!Pr(e)?0:e.tabIndex},Gr=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},Yr=function(e){return"INPUT"===e.tagName},jr=function(e){return function(e){return Yr(e)&&"radio"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,n=e.form||Zr(e),r=function(e){return n.querySelectorAll('input[type="radio"][name="'+e+'"]')};if("undefined"!=typeof window&&void 0!==window.CSS&&"function"==typeof window.CSS.escape)t=r(window.CSS.escape(e.name));else try{t=r(e.name)}catch(e){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",e.message),!1}var i=function(e,t){for(var n=0;n<e.length;n++)if(e[n].checked&&e[n].form===t)return e[n]}(t,e.form);return!i||i===e}(e)},Fr=function(e){var t=e.getBoundingClientRect(),n=t.width,r=t.height;return 0===n&&0===r},Wr=function(e,t){var n=t.displayCheck,r=t.getShadowRoot;if("hidden"===getComputedStyle(e).visibility)return!0;var i=zr.call(e,"details>summary:first-of-type")?e.parentElement:e;if(zr.call(i,"details:not([open]) *"))return!0;if(n&&"full"!==n&&"legacy-full"!==n){if("non-zero-area"===n)return Fr(e)}else{if("function"==typeof r){for(var o=e;e;){var a=e.parentElement,l=Zr(e);if(a&&!a.shadowRoot&&!0===r(a))return Fr(e);e=e.assignedSlot?e.assignedSlot:a||l===e.ownerDocument?a:l.host}e=o}if(function(e){var t,n,r,i,o=e&&Zr(e),a=null===(t=o)||void 0===t?void 0:t.host,l=!1;if(o&&o!==e)for(l=!!(null!==(n=a)&&void 0!==n&&null!==(r=n.ownerDocument)&&void 0!==r&&r.contains(a)||null!=e&&null!==(i=e.ownerDocument)&&void 0!==i&&i.contains(e));!l&&a;){var s,c,d;l=!(null===(c=a=null===(s=o=Zr(a))||void 0===s?void 0:s.host)||void 0===c||null===(d=c.ownerDocument)||void 0===d||!d.contains(a))}return l}(e))return!e.getClientRects().length;if("legacy-full"!==n)return!0}return!1},Xr=function(e,t){return!(t.disabled||Tr(t)||function(e){return Yr(e)&&"hidden"===e.type}(t)||Wr(t,e)||function(e){return"DETAILS"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return"SUMMARY"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if("FIELDSET"===t.tagName&&t.disabled){for(var n=0;n<t.children.length;n++){var r=t.children.item(n);if("LEGEND"===r.tagName)return!!zr.call(t,"fieldset[disabled] *")||!r.contains(e)}return!0}t=t.parentElement}return!1}(t))},Jr=function(e,t){return!(jr(t)||_r(t)<0||!Xr(e,t))},Ur=function(e){var t=parseInt(e.getAttribute("tabindex"),10);return!!(isNaN(t)||t>=0)},Qr=function e(t){var n=[],r=[];return t.forEach((function(t,i){var o=!!t.scopeParent,a=o?t.scopeParent:t,l=function(e,t){var n=_r(e);return n<0&&t&&!Pr(e)?0:n}(a,o),s=o?e(t.candidates):a;0===l?o?n.push.apply(n,s):n.push(a):r.push({documentOrder:i,tabIndex:l,item:t,isScope:o,content:s})})),r.sort(Gr).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(n)},qr=function(e,t){var n;return n=(t=t||{}).getShadowRoot?Br([e],t.includeContainer,{filter:Jr.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Ur}):function(e,t,n){if(Tr(e))return[];var r=Array.prototype.slice.apply(e.querySelectorAll(Rr));return t&&zr.call(e,Rr)&&r.unshift(e),r.filter(n)}(e,t.includeContainer,Jr.bind(null,t)),Qr(n)};const Kr=e["useInsertionEffect".toString()]||(e=>e());function ei(t){const n=e.useRef((()=>{if("production"!==process.env.NODE_ENV)throw new Error("Cannot call an event handler while rendering.")}));return Kr((()=>{n.current=t})),e.useCallback((function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return null==n.current?void 0:n.current(...t)}),[])}const ti="ArrowUp",ni="ArrowDown",ri="ArrowLeft",ii="ArrowRight";function oi(e,t,n){return Math.floor(e/t)!==n}function ai(e,t){return t<0||t>=e.current.length}function li(e,t){return ci(e,{disabledIndices:t})}function si(e,t){return ci(e,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}function ci(e,t){let{startingIndex:n=-1,decrement:r=!1,disabledIndices:i,amount:o=1}=void 0===t?{}:t;const a=e.current,l=i?e=>i.includes(e):e=>{const t=a[e];return null==t||t.hasAttribute("disabled")||"true"===t.getAttribute("aria-disabled")};let s=n;do{s+=r?-o:o}while(s>=0&&s<=a.length-1&&l(s));return s}let di=0;function ui(e,t){void 0===t&&(t={});const{preventScroll:n=!1,cancelPrevious:r=!0,sync:i=!1}=t;r&&cancelAnimationFrame(di);const o=()=>null==e?void 0:e.focus({preventScroll:n});i?o():di=requestAnimationFrame(o)}var pi="undefined"!=typeof document?u:a;function mi(){return mi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},mi.apply(this,arguments)}let hi=!1,gi=0;const fi=()=>"floating-ui-"+gi++;const bi=e["useId".toString()]||function(){const[t,n]=e.useState((()=>hi?fi():void 0));return pi((()=>{null==t&&n(fi())}),[]),e.useEffect((()=>{hi||(hi=!0)}),[]),t},xi=e.forwardRef((function(t,n){let{context:{placement:r,elements:{floating:i},middlewareData:{arrow:o}},width:a=14,height:l=7,tipRadius:s=0,strokeWidth:c=0,staticOffset:d,stroke:u,d:p,style:{transform:m,...h}={},...g}=t;"production"!==process.env.NODE_ENV&&(n||console.warn("Floating UI: The `ref` prop is required for the `FloatingArrow`","component."));const f=bi();if(!i)return null;c*=2;const b=c/2,v=a/2*(s/-8+1),x=l/2*s/4,[y,w]=r.split("-"),C=Mr.isRTL(i),E=!!p,I="top"===y||"bottom"===y,k=d&&"end"===w?"bottom":"top";let M=d&&"end"===w?"right":"left";d&&C&&(M="end"===w?"left":"right");const $=null!=(null==o?void 0:o.x)?d||o.x:"",A=null!=(null==o?void 0:o.y)?d||o.y:"",V=p||"M0,0 H"+a+" L"+(a-v)+","+(l-x)+" Q"+a/2+","+l+" "+v+","+(l-x)+" Z",L={top:E?"rotate(180deg)":"",left:E?"rotate(90deg)":"rotate(-90deg)",bottom:E?"":"rotate(180deg)",right:E?"rotate(-90deg)":"rotate(90deg)"}[y];return e.createElement("svg",mi({},g,{"aria-hidden":!0,ref:n,width:E?a:a+c,height:a,viewBox:"0 0 "+a+" "+(l>a?l:a),style:{position:"absolute",pointerEvents:"none",[M]:$,[k]:A,[y]:I||E?"100%":"calc(100% - "+c/2+"px)",transform:""+L+(null!=m?m:""),...h}}),c>0&&e.createElement("path",{clipPath:"url(#"+f+")",fill:"none",stroke:u,strokeWidth:c+(p?0:1),d:V}),e.createElement("path",{stroke:c&&!p?g.fill:"none",d:V}),e.createElement("clipPath",{id:f},e.createElement("rect",{x:-b,y:b*(E?-1:1),width:a+c,height:a})))}));function yi(){const e=new Map;return{emit(t,n){var r;null==(r=e.get(t))||r.forEach((e=>e(n)))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,(null==(r=e.get(t))?void 0:r.filter((e=>e!==n)))||[])}}}const wi=e.createContext(null),Ci=e.createContext(null),Ei=()=>{var t;return(null==(t=e.useContext(wi))?void 0:t.id)||null},Ii=()=>e.useContext(Ci);function ki(t){let{children:n,id:r}=t;const i=Ei();return e.createElement(wi.Provider,{value:e.useMemo((()=>({id:r,parentId:i})),[r,i])},n)}function Mi(t){let{children:n}=t;const r=e.useRef([]),i=e.useCallback((e=>{r.current=[...r.current,e]}),[]),o=e.useCallback((e=>{r.current=r.current.filter((t=>t!==e))}),[]),a=e.useState((()=>yi()))[0];return e.createElement(Ci.Provider,{value:e.useMemo((()=>({nodesRef:r,addNode:i,removeNode:o,events:a})),[r,i,o,a])},n)}function $i(e){return"data-floating-ui-"+e}function Ai(e){const t=o(e);return pi((()=>{t.current=e})),t}const Vi=$i("safe-polygon");function Li(e,t,n){return n&&!Hn(n)?0:"number"==typeof e?e:null==e?void 0:e[t]}function Hi(t,n){void 0===n&&(n={});const{open:r,onOpenChange:i,dataRef:o,events:a,elements:{domReference:l,floating:s},refs:c}=t,{enabled:d=!0,delay:u=0,handleClose:p=null,mouseOnly:m=!1,restMs:h=0,move:g=!0}=n,f=Ii(),b=Ei(),v=Ai(p),x=Ai(u),y=e.useRef(),w=e.useRef(),C=e.useRef(),E=e.useRef(),I=e.useRef(!0),k=e.useRef(!1),M=e.useRef((()=>{})),$=e.useCallback((()=>{var e;const t=null==(e=o.current.openEvent)?void 0:e.type;return(null==t?void 0:t.includes("mouse"))&&"mousedown"!==t}),[o]);e.useEffect((()=>{if(d)return a.on("openchange",e),()=>{a.off("openchange",e)};function e(e){let{open:t}=e;t||(clearTimeout(w.current),clearTimeout(E.current),I.current=!0)}}),[d,a]),e.useEffect((()=>{if(!d||!v.current||!r)return;function e(e){$()&&i(!1,e,"hover")}const t=On(s).documentElement;return t.addEventListener("mouseleave",e),()=>{t.removeEventListener("mouseleave",e)}}),[s,r,i,d,v,o,$]);const A=e.useCallback((function(e,t,n){void 0===t&&(t=!0),void 0===n&&(n="hover");const r=Li(x.current,"close",y.current);r&&!C.current?(clearTimeout(w.current),w.current=setTimeout((()=>i(!1,e,n)),r)):t&&(clearTimeout(w.current),i(!1,e,n))}),[x,i]),V=e.useCallback((()=>{M.current(),C.current=void 0}),[]),L=e.useCallback((()=>{if(k.current){const e=On(c.floating.current).body;e.style.pointerEvents="",e.removeAttribute(Vi),k.current=!1}}),[c]);return e.useEffect((()=>{if(d&&un(l)){const e=l;return r&&e.addEventListener("mouseleave",c),null==s||s.addEventListener("mouseleave",c),g&&e.addEventListener("mousemove",n,{once:!0}),e.addEventListener("mouseenter",n),e.addEventListener("mouseleave",a),()=>{r&&e.removeEventListener("mouseleave",c),null==s||s.removeEventListener("mouseleave",c),g&&e.removeEventListener("mousemove",n),e.removeEventListener("mouseenter",n),e.removeEventListener("mouseleave",a)}}function e(){return!!o.current.openEvent&&["click","mousedown"].includes(o.current.openEvent.type)}function n(e){if(clearTimeout(w.current),I.current=!1,m&&!Hn(y.current)||h>0&&0===Li(x.current,"open"))return;const t=Li(x.current,"open",y.current);t?w.current=setTimeout((()=>{i(!0,e,"hover")}),t):i(!0,e,"hover")}function a(n){if(e())return;M.current();const i=On(s);if(clearTimeout(E.current),v.current){r||clearTimeout(w.current),C.current=v.current({...t,tree:f,x:n.clientX,y:n.clientY,onClose(){L(),V(),A(n,!0,"safe-polygon")}});const e=C.current;return i.addEventListener("mousemove",e),void(M.current=()=>{i.removeEventListener("mousemove",e)})}("touch"!==y.current||!kn(s,n.relatedTarget))&&A(n)}function c(n){e()||null==v.current||v.current({...t,tree:f,x:n.clientX,y:n.clientY,onClose(){L(),V(),A(n)}})(n)}}),[l,s,d,t,m,h,g,A,V,L,i,r,f,x,v,o]),pi((()=>{var e;if(d&&r&&null!=(e=v.current)&&e.__options.blockPointerEvents&&$()){const e=On(s).body;if(e.setAttribute(Vi,""),e.style.pointerEvents="none",k.current=!0,un(l)&&s){var t,n;const e=l,r=null==f||null==(t=f.nodesRef.current.find((e=>e.id===b)))||null==(n=t.context)?void 0:n.elements.floating;return r&&(r.style.pointerEvents=""),e.style.pointerEvents="auto",s.style.pointerEvents="auto",()=>{e.style.pointerEvents="",s.style.pointerEvents=""}}}}),[d,r,b,s,l,f,v,o,$]),pi((()=>{r||(y.current=void 0,V(),L())}),[r,V,L]),e.useEffect((()=>()=>{V(),clearTimeout(w.current),clearTimeout(E.current),L()}),[d,l,V,L]),e.useMemo((()=>{if(!d)return{};function e(e){y.current=e.pointerType}return{reference:{onPointerDown:e,onPointerEnter:e,onMouseMove(e){r||0===h||(clearTimeout(E.current),E.current=setTimeout((()=>{I.current||i(!0,e.nativeEvent,"hover")}),h))}},floating:{onMouseEnter(){clearTimeout(w.current)},onMouseLeave(e){A(e.nativeEvent,!1)}}}}),[d,h,r,i,A])}const Oi=e.createContext({delay:0,initialDelay:0,timeoutMs:0,currentId:null,setCurrentId:()=>{},setState:()=>{},isInstantPhase:!1}),Si=t=>{let{children:n,delay:r,timeoutMs:i=0}=t;const[o,a]=e.useReducer(((e,t)=>({...e,...t})),{delay:r,timeoutMs:i,initialDelay:r,currentId:null,isInstantPhase:!1}),l=e.useRef(null),s=e.useCallback((e=>{a({currentId:e})}),[]);return pi((()=>{o.currentId?null===l.current?l.current=o.currentId:a({isInstantPhase:!0}):(a({isInstantPhase:!1}),l.current=null)}),[o.currentId]),e.createElement(Oi.Provider,{value:e.useMemo((()=>({...o,setState:a,setCurrentId:s})),[o,a,s])},n)};function Di(e,t){let n=e.filter((e=>{var n;return e.parentId===t&&(null==(n=e.context)?void 0:n.open)})),r=n;for(;r.length;)r=e.filter((e=>{var t;return null==(t=r)?void 0:t.some((t=>{var n;return e.parentId===t.id&&(null==(n=e.context)?void 0:n.open)}))})),n=n.concat(r);return n}let Ri=new WeakMap,Ni=new WeakSet,zi={},Zi=0;const Ti=e=>e&&(e.host||Ti(e.parentNode)),Bi=(e,t)=>t.map((t=>{if(e.contains(t))return t;const n=Ti(t);return e.contains(n)?n:null})).filter((e=>null!=e));function Pi(e,t,n){void 0===t&&(t=!1),void 0===n&&(n=!1);const r=On(e[0]).body;return function(e,t,n,r){const i="data-floating-ui-inert",o=r?"inert":n?"aria-hidden":null,a=Bi(t,e),l=new Set,s=new Set(a),c=[];zi[i]||(zi[i]=new WeakMap);const d=zi[i];return a.forEach((function e(t){t&&!l.has(t)&&(l.add(t),t.parentNode&&e(t.parentNode))})),function e(t){t&&!s.has(t)&&Array.prototype.forEach.call(t.children,(t=>{if(l.has(t))e(t);else{const e=o?t.getAttribute(o):null,n=null!==e&&"false"!==e,r=(Ri.get(t)||0)+1,a=(d.get(t)||0)+1;Ri.set(t,r),d.set(t,a),c.push(t),1===r&&n&&Ni.add(t),1===a&&t.setAttribute(i,""),!n&&o&&t.setAttribute(o,"true")}}))}(t),l.clear(),Zi++,()=>{c.forEach((e=>{const t=(Ri.get(e)||0)-1,n=(d.get(e)||0)-1;Ri.set(e,t),d.set(e,n),t||(!Ni.has(e)&&o&&e.removeAttribute(o),Ni.delete(e)),n||e.removeAttribute(i)})),Zi--,Zi||(Ri=new WeakMap,Ri=new WeakMap,Ni=new WeakSet,zi={})}}(e.concat(Array.from(r.querySelectorAll("[aria-live]"))),r,t,n)}const _i=()=>({getShadowRoot:!0,displayCheck:"function"==typeof ResizeObserver&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function Gi(e,t){const n=qr(e,_i());"prev"===t&&n.reverse();const r=n.indexOf(In(On(e)));return n.slice(r+1)[0]}function Yi(){return Gi(document.body,"next")}function ji(){return Gi(document.body,"prev")}function Fi(e,t){const n=t||e.currentTarget,r=e.relatedTarget;return!r||!kn(n,r)}function Wi(e){qr(e,_i()).forEach((e=>{e.dataset.tabindex=e.getAttribute("tabindex")||"",e.setAttribute("tabindex","-1")}))}function Xi(e){e.querySelectorAll("[data-tabindex]").forEach((e=>{const t=e.dataset.tabindex;delete e.dataset.tabindex,t?e.setAttribute("tabindex",t):e.removeAttribute("tabindex")}))}const Ji={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0};function Ui(e){"Tab"===e.key&&(e.target,clearTimeout(undefined))}const Qi=e.forwardRef((function(t,n){const[r,i]=e.useState();pi((()=>(Vn()&&i("button"),document.addEventListener("keydown",Ui),()=>{document.removeEventListener("keydown",Ui)})),[]);const o={ref:n,tabIndex:0,role:r,"aria-hidden":!r||void 0,[$i("focus-guard")]:"",style:Ji};return e.createElement("span",mi({},t,o))})),qi=e.createContext(null);function Ki(t){let{children:n,id:r,root:i=null,preserveTabOrder:o=!0}=t;const a=function(t){let{id:n,root:r}=void 0===t?{}:t;const[i,o]=e.useState(null),a=bi(),l=eo(),s=e.useMemo((()=>({id:n,root:r,portalContext:l,uniqueId:a})),[n,r,l,a]),c=e.useRef();return pi((()=>()=>{null==i||i.remove()}),[i,s]),pi((()=>{if(c.current===s)return;c.current=s;const{id:e,root:t,portalContext:n,uniqueId:r}=s,i=e?document.getElementById(e):null,a=$i("portal");if(i){const e=document.createElement("div");e.id=r,e.setAttribute(a,""),i.appendChild(e),o(e)}else{let i=t||(null==n?void 0:n.portalNode);i&&!un(i)&&(i=i.current),i=i||document.body;let l=null;e&&(l=document.createElement("div"),l.id=e,i.appendChild(l));const s=document.createElement("div");s.id=r,s.setAttribute(a,""),i=l||i,i.appendChild(s),o(s)}}),[s]),i}({id:r,root:i}),[l,s]=e.useState(null),c=e.useRef(null),d=e.useRef(null),u=e.useRef(null),p=e.useRef(null),m=!!l&&!l.modal&&l.open&&o&&!(!i&&!a);return e.useEffect((()=>{if(a&&o&&(null==l||!l.modal))return a.addEventListener("focusin",e,!0),a.addEventListener("focusout",e,!0),()=>{a.removeEventListener("focusin",e,!0),a.removeEventListener("focusout",e,!0)};function e(e){if(a&&Fi(e)){("focusin"===e.type?Xi:Wi)(a)}}}),[a,o,null==l?void 0:l.modal]),e.createElement(qi.Provider,{value:e.useMemo((()=>({preserveTabOrder:o,beforeOutsideRef:c,afterOutsideRef:d,beforeInsideRef:u,afterInsideRef:p,portalNode:a,setFocusManagerState:s})),[o,a])},m&&a&&e.createElement(Qi,{"data-type":"outside",ref:c,onFocus:e=>{if(Fi(e,a)){var t;null==(t=u.current)||t.focus()}else{const e=ji()||(null==l?void 0:l.refs.domReference.current);null==e||e.focus()}}}),m&&a&&e.createElement("span",{"aria-owns":a.id,style:Ji}),a&&k(n,a),m&&a&&e.createElement(Qi,{"data-type":"outside",ref:d,onFocus:e=>{if(Fi(e,a)){var t;null==(t=p.current)||t.focus()}else{const t=Yi()||(null==l?void 0:l.refs.domReference.current);null==t||t.focus(),(null==l?void 0:l.closeOnFocusOut)&&(null==l||l.onOpenChange(!1,e.nativeEvent))}}}))}const eo=()=>e.useContext(qi),to=e.forwardRef((function(t,n){return e.createElement("button",mi({},t,{type:"button",ref:n,tabIndex:-1,style:Ji}))}));function no(t){const{context:n,children:r,disabled:i=!1,order:o=["content"],guards:a=!0,initialFocus:l=0,returnFocus:s=!0,modal:c=!0,visuallyHiddenDismiss:d=!1,closeOnFocusOut:u=!0}=t,{open:p,refs:m,nodeId:h,onOpenChange:g,events:f,dataRef:b,elements:{domReference:v,floating:x}}=n,y="number"==typeof l&&l<0,w="combobox"===(null==v?void 0:v.getAttribute("role"))&&Nn(v)&&y,C=!w&&c,E="undefined"==typeof HTMLElement||!("inert"in HTMLElement.prototype)||a,I=Ai(o),k=Ai(l),M=Ai(s),$=Ii(),A=eo(),V=e.useRef(null),L=e.useRef(null),H=e.useRef(!1),O=e.useRef(null),S=e.useRef(!1),D=null!=A,R=e.useCallback((function(e){return void 0===e&&(e=x),e?qr(e,_i()):[]}),[x]),N=e.useCallback((e=>{const t=R(e);return I.current.map((e=>v&&"reference"===e?v:x&&"floating"===e?x:t)).filter(Boolean).flat()}),[v,x,I,R]);function z(t){return!i&&d&&C?e.createElement(to,{ref:"start"===t?V:L,onClick:e=>g(!1,e.nativeEvent)},"string"==typeof d?d:"Dismiss"):null}e.useEffect((()=>{if(i||!C)return;function e(e){if("Tab"===e.key){kn(x,In(On(x)))&&0===R().length&&!w&&zn(e);const t=N(),n=Dn(e);"reference"===I.current[0]&&n===v&&(zn(e),e.shiftKey?ui(t[t.length-1]):ui(t[1])),"floating"===I.current[1]&&n===x&&e.shiftKey&&(zn(e),ui(t[0]))}}const t=On(x);return t.addEventListener("keydown",e),()=>{t.removeEventListener("keydown",e)}}),[i,v,x,C,I,m,w,R,N]),e.useEffect((()=>{if(!i&&u)return x&&pn(v)?(v.addEventListener("focusout",t),v.addEventListener("pointerdown",e),!C&&x.addEventListener("focusout",t),()=>{v.removeEventListener("focusout",t),v.removeEventListener("pointerdown",e),!C&&x.removeEventListener("focusout",t)}):void 0;function e(){S.current=!0,setTimeout((()=>{S.current=!1}))}function t(e){const t=e.relatedTarget;queueMicrotask((()=>{const n=!(kn(v,t)||kn(x,t)||kn(t,x)||kn(null==A?void 0:A.portalNode,t)||null!=t&&t.hasAttribute($i("focus-guard"))||$&&(Di($.nodesRef.current,h).find((e=>{var n,r;return kn(null==(n=e.context)?void 0:n.elements.floating,t)||kn(null==(r=e.context)?void 0:r.elements.domReference,t)}))||function(e,t){var n;let r=[],i=null==(n=e.find((e=>e.id===t)))?void 0:n.parentId;for(;i;){const t=e.find((e=>e.id===i));i=null==t?void 0:t.parentId,t&&(r=r.concat(t))}return r}($.nodesRef.current,h).find((e=>{var n,r;return(null==(n=e.context)?void 0:n.elements.floating)===t||(null==(r=e.context)?void 0:r.elements.domReference)===t}))));t&&n&&!S.current&&t!==O.current&&(H.current=!0,g(!1,e))}))}}),[i,v,x,C,h,$,A,g,u]),e.useEffect((()=>{var e;if(i)return;const t=Array.from((null==A||null==(e=A.portalNode)?void 0:e.querySelectorAll("["+$i("portal")+"]"))||[]);if(x){const e=[x,...t,V.current,L.current,I.current.includes("reference")||w?v:null].filter((e=>null!=e)),n=c||w?Pi(e,E,!E):Pi(e);return()=>{n()}}}),[i,v,x,c,I,A,w,E]),pi((()=>{if(i||!x)return;const e=In(On(x));queueMicrotask((()=>{const t=N(x),n=k.current,r=("number"==typeof n?t[n]:n.current)||x,i=kn(x,e);y||i||!p||ui(r,{preventScroll:r===x})}))}),[i,p,x,y,N,k]),pi((()=>{if(i||!x)return;let e=!1;const t=On(x),n=In(t),r=b.current;function o(t){let{reason:n,event:r,nested:i}=t;"escape-key"===n&&m.domReference.current&&(O.current=m.domReference.current),"hover"===n&&"mouseleave"===r.type&&(H.current=!0),"outside-press"===n&&(i?(H.current=!1,e=!0):H.current=!($n(r)||An(r)))}return O.current=n,f.on("openchange",o),()=>{f.off("openchange",o);const i=In(t),a=kn(x,i)||$&&Di($.nodesRef.current,h).some((e=>{var t;return kn(null==(t=e.context)?void 0:t.elements.floating,i)}));(a||r.openEvent&&["click","mousedown"].includes(r.openEvent.type))&&m.domReference.current&&(O.current=m.domReference.current),M.current&&pn(O.current)&&!H.current&&(n===i||i===t.body||a)&&ui(O.current,{cancelPrevious:!1,preventScroll:e})}}),[i,x,M,b,m,f,$,h]),pi((()=>{if(!i&&A)return A.setFocusManagerState({modal:C,closeOnFocusOut:u,open:p,onOpenChange:g,refs:m}),()=>{A.setFocusManagerState(null)}}),[i,A,C,p,g,m,u]),pi((()=>{if(i||!x||"function"!=typeof MutationObserver||y)return;const e=()=>{const e=x.getAttribute("tabindex");I.current.includes("floating")||In(On(x))!==m.domReference.current&&0===R().length?"0"!==e&&x.setAttribute("tabindex","0"):"-1"!==e&&x.setAttribute("tabindex","-1")};e();const t=new MutationObserver(e);return t.observe(x,{childList:!0,subtree:!0,attributes:!0}),()=>{t.disconnect()}}),[i,x,m,I,R,y]);const Z=!i&&E&&(D||C);return e.createElement(e.Fragment,null,Z&&e.createElement(Qi,{"data-type":"inside",ref:null==A?void 0:A.beforeInsideRef,onFocus:e=>{if(C){const e=N();ui("reference"===o[0]?e[0]:e[e.length-1])}else if(null!=A&&A.preserveTabOrder&&A.portalNode)if(H.current=!1,Fi(e,A.portalNode)){const e=Yi()||v;null==e||e.focus()}else{var t;null==(t=A.beforeOutsideRef.current)||t.focus()}}}),!w&&z("start"),r,z("end"),Z&&e.createElement(Qi,{"data-type":"inside",ref:null==A?void 0:A.afterInsideRef,onFocus:e=>{if(C)ui(N()[0]);else if(null!=A&&A.preserveTabOrder&&A.portalNode)if(u&&(H.current=!0),Fi(e,A.portalNode)){const e=ji()||v;null==e||e.focus()}else{var t;null==(t=A.afterOutsideRef.current)||t.focus()}}}))}function ro(e){return pn(e.target)&&"BUTTON"===e.target.tagName}function io(e){return Nn(e)}const oo={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},ao={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},lo=e=>{var t,n;return{escapeKey:"boolean"==typeof e?e:null!=(t=null==e?void 0:e.escapeKey)&&t,outsidePress:"boolean"==typeof e?e:null==(n=null==e?void 0:e.outsidePress)||n}};function so(t,n){void 0===n&&(n={});const{open:r,onOpenChange:i,nodeId:o,elements:{reference:a,domReference:l,floating:s},dataRef:c}=t,{enabled:d=!0,escapeKey:u=!0,outsidePress:p=!0,outsidePressEvent:m="pointerdown",referencePress:h=!1,referencePressEvent:g="pointerdown",ancestorScroll:f=!1,bubbles:b,capture:v}=n,x=Ii(),y=ei("function"==typeof p?p:()=>!1),w="function"==typeof p?y:p,C=e.useRef(!1),E=e.useRef(!1),{escapeKey:I,outsidePress:k}=lo(b),{escapeKey:M,outsidePress:$}=lo(v),A=ei((e=>{if(!r||!d||!u||"Escape"!==e.key)return;const t=x?Di(x.nodesRef.current,o):[];if(!I&&(e.stopPropagation(),t.length>0)){let e=!0;if(t.forEach((t=>{var n;null==(n=t.context)||!n.open||t.context.dataRef.current.__escapeKeyBubbles||(e=!1)})),!e)return}i(!1,function(e){return"nativeEvent"in e}(e)?e.nativeEvent:e,"escape-key")})),V=ei((e=>{var t;const n=()=>{var t;A(e),null==(t=Dn(e))||t.removeEventListener("keydown",n)};null==(t=Dn(e))||t.addEventListener("keydown",n)})),L=ei((e=>{const t=C.current;C.current=!1;const n=E.current;if(E.current=!1,"click"===m&&n)return;if(t)return;if("function"==typeof w&&!w(e))return;const r=Dn(e),a="["+$i("inert")+"]",c=On(s).querySelectorAll(a);let d=un(r)?r:null;for(;d&&!vn(d);){const e=wn(d);if(e===On(s).body||!un(e))break;d=e}if(c.length&&un(r)&&!r.matches("html,body")&&!kn(r,s)&&Array.from(c).every((e=>!kn(d,e))))return;if(pn(r)&&s){const t=r.clientWidth>0&&r.scrollWidth>r.clientWidth,n=r.clientHeight>0&&r.scrollHeight>r.clientHeight;let i=n&&e.offsetX>r.clientWidth;if(n){"rtl"===xn(r).direction&&(i=e.offsetX<=r.offsetWidth-r.clientWidth)}if(i||t&&e.offsetY>r.clientHeight)return}const u=x&&Di(x.nodesRef.current,o).some((t=>{var n;return Sn(e,null==(n=t.context)?void 0:n.elements.floating)}));if(Sn(e,s)||Sn(e,l)||u)return;const p=x?Di(x.nodesRef.current,o):[];if(p.length>0){let e=!0;if(p.forEach((t=>{var n;null==(n=t.context)||!n.open||t.context.dataRef.current.__outsidePressBubbles||(e=!1)})),!e)return}i(!1,e,"outside-press")})),H=ei((e=>{var t;const n=()=>{var t;L(e),null==(t=Dn(e))||t.removeEventListener(m,n)};null==(t=Dn(e))||t.addEventListener(m,n)}));return e.useEffect((()=>{if(!r||!d)return;function e(e){i(!1,e,"ancestor-scroll")}c.current.__escapeKeyBubbles=I,c.current.__outsidePressBubbles=k;const t=On(s);u&&t.addEventListener("keydown",M?V:A,M),w&&t.addEventListener(m,$?H:L,$);let n=[];return f&&(un(l)&&(n=En(l)),un(s)&&(n=n.concat(En(s))),!un(a)&&a&&a.contextElement&&(n=n.concat(En(a.contextElement)))),n=n.filter((e=>{var n;return e!==(null==(n=t.defaultView)?void 0:n.visualViewport)})),n.forEach((t=>{t.addEventListener("scroll",e,{passive:!0})})),()=>{u&&t.removeEventListener("keydown",M?V:A,M),w&&t.removeEventListener(m,$?H:L,$),n.forEach((t=>{t.removeEventListener("scroll",e)}))}}),[c,s,l,a,u,w,m,r,i,f,d,I,k,A,M,V,L,$,H]),e.useEffect((()=>{C.current=!1}),[w,m]),e.useMemo((()=>d?{reference:{onKeyDown:A,[oo[g]]:e=>{h&&i(!1,e.nativeEvent,"reference-press")}},floating:{onKeyDown:A,onMouseDown(){E.current=!0},onMouseUp(){E.current=!0},[ao[m]]:()=>{C.current=!0}}}:{}),[d,h,m,g,i,A])}let co;function uo(t){var n;void 0===t&&(t={});const{open:r=!1,onOpenChange:i,nodeId:o}=t;if("production"!==process.env.NODE_ENV){var a;const e="Floating UI: Cannot pass a virtual element to the `elements.reference` option, as it must be a real DOM element. Use `refs.setPositionReference` instead.";var l,s;if(null!=(a=t.elements)&&a.reference&&!un(t.elements.reference))if(null==(l=co)||!l.has(e))null==(s=co)||s.add(e),console.error(e)}const[c,d]=e.useState(null),u=(null==(n=t.elements)?void 0:n.reference)||c,p=function(t){void 0===t&&(t={});const{placement:n="bottom",strategy:r="absolute",middleware:i=[],platform:o,elements:{reference:a,floating:l}={},transform:s=!0,whileElementsMounted:c,open:d}=t,[u,p]=e.useState({x:0,y:0,strategy:r,placement:n,middlewareData:{},isPositioned:!1}),[m,h]=e.useState(i);Hr(m,i)||h(i);const[g,f]=e.useState(null),[b,v]=e.useState(null),x=e.useCallback((e=>{e!=I.current&&(I.current=e,f(e))}),[f]),y=e.useCallback((e=>{e!==k.current&&(k.current=e,v(e))}),[v]),w=a||g,C=l||b,I=e.useRef(null),k=e.useRef(null),M=e.useRef(u),$=Dr(c),A=Dr(o),V=e.useCallback((()=>{if(!I.current||!k.current)return;const e={placement:n,strategy:r,middleware:m};A.current&&(e.platform=A.current),Ar(I.current,k.current,e).then((e=>{const t={...e,isPositioned:!0};L.current&&!Hr(M.current,t)&&(M.current=t,E.flushSync((()=>{p(t)})))}))}),[m,n,r,A]);Lr((()=>{!1===d&&M.current.isPositioned&&(M.current.isPositioned=!1,p((e=>({...e,isPositioned:!1}))))}),[d]);const L=e.useRef(!1);Lr((()=>(L.current=!0,()=>{L.current=!1})),[]),Lr((()=>{if(w&&(I.current=w),C&&(k.current=C),w&&C){if($.current)return $.current(w,C,V);V()}}),[w,C,V,$]);const H=e.useMemo((()=>({reference:I,floating:k,setReference:x,setFloating:y})),[x,y]),O=e.useMemo((()=>({reference:w,floating:C})),[w,C]),S=e.useMemo((()=>{const e={position:r,left:0,top:0};if(!O.floating)return e;const t=Sr(O.floating,u.x),n=Sr(O.floating,u.y);return s?{...e,transform:"translate("+t+"px, "+n+"px)",...Or(O.floating)>=1.5&&{willChange:"transform"}}:{position:r,left:t,top:n}}),[r,s,O.floating,u.x,u.y]);return e.useMemo((()=>({...u,update:V,refs:H,elements:O,floatingStyles:S})),[u,V,H,O,S])}(t),m=Ii(),h=null!=Ei(),g=ei(((e,t,n)=>{e&&(b.current.openEvent=t),v.emit("openchange",{open:e,event:t,reason:n,nested:h}),null==i||i(e,t,n)})),f=e.useRef(null),b=e.useRef({}),v=e.useState((()=>yi()))[0],x=bi(),y=e.useCallback((e=>{const t=un(e)?{getBoundingClientRect:()=>e.getBoundingClientRect(),contextElement:e}:e;p.refs.setReference(t)}),[p.refs]),w=e.useCallback((e=>{(un(e)||null===e)&&(f.current=e,d(e)),(un(p.refs.reference.current)||null===p.refs.reference.current||null!==e&&!un(e))&&p.refs.setReference(e)}),[p.refs]),C=e.useMemo((()=>({...p.refs,setReference:w,setPositionReference:y,domReference:f})),[p.refs,w,y]),I=e.useMemo((()=>({...p.elements,domReference:u})),[p.elements,u]),k=e.useMemo((()=>({...p,refs:C,elements:I,dataRef:b,nodeId:o,floatingId:x,events:v,open:r,onOpenChange:g})),[p,o,x,v,r,g,C,I]);return pi((()=>{const e=null==m?void 0:m.nodesRef.current.find((e=>e.id===o));e&&(e.context=k)})),e.useMemo((()=>({...p,context:k,refs:C,elements:I})),[p,C,I,k])}function po(e,t,n){const r=new Map;return{..."floating"===n&&{tabIndex:-1},...e,...t.map((e=>e?e[n]:null)).concat(e).reduce(((e,t)=>t?(Object.entries(t).forEach((t=>{let[n,i]=t;var o;0===n.indexOf("on")?(r.has(n)||r.set(n,[]),"function"==typeof i&&(null==(o=r.get(n))||o.push(i),e[n]=function(){for(var e,t=arguments.length,i=new Array(t),o=0;o<t;o++)i[o]=arguments[o];return null==(e=r.get(n))?void 0:e.map((e=>e(...i))).find((e=>void 0!==e))})):e[n]=i})),e):e),{})}}function mo(t){void 0===t&&(t=[]);const n=t,r=e.useCallback((e=>po(e,t,"reference")),n),i=e.useCallback((e=>po(e,t,"floating")),n),o=e.useCallback((e=>po(e,t,"item")),t.map((e=>null==e?void 0:e.item)));return e.useMemo((()=>({getReferenceProps:r,getFloatingProps:i,getItemProps:o})),[r,i,o])}"production"!==process.env.NODE_ENV&&(co=new Set);let ho=!1;function go(e,t,n){switch(e){case"vertical":return t;case"horizontal":return n;default:return t||n}}function fo(e,t){return go(t,e===ti||e===ni,e===ri||e===ii)}function bo(e,t,n){return go(t,e===ni,n?e===ri:e===ii)||"Enter"===e||" "==e||""===e}function vo(e,t,n){return go(t,n?e===ii:e===ri,e===ti)}function xo(t,n){const{open:r,onOpenChange:i,refs:o,elements:{domReference:a,floating:l}}=t,{listRef:s,activeIndex:c,onNavigate:d=(()=>{}),enabled:u=!0,selectedIndex:p=null,allowEscape:m=!1,loop:h=!1,nested:g=!1,rtl:f=!1,virtual:b=!1,focusItemOnOpen:v="auto",focusItemOnHover:x=!0,openOnArrowKeyDown:y=!0,disabledIndices:w,orientation:C="vertical",cols:E=1,scrollItemIntoView:I=!0,virtualItemRef:k}=n;"production"!==process.env.NODE_ENV&&(m&&(h||console.warn(["Floating UI: `useListNavigation` looping must be enabled to allow","escaping."].join(" ")),b||console.warn(["Floating UI: `useListNavigation` must be virtual to allow","escaping."].join(" "))),"vertical"===C&&E>1&&console.warn(["Floating UI: In grid list navigation mode (`cols` > 1), the",'`orientation` should be either "horizontal" or "both".'].join(" ")));const M=Ei(),$=Ii(),A=ei(d),V=e.useRef(v),L=e.useRef(null!=p?p:-1),H=e.useRef(null),O=e.useRef(!0),S=e.useRef(A),D=e.useRef(!!l),R=e.useRef(!1),N=e.useRef(!1),z=Ai(w),Z=Ai(r),T=Ai(I),[B,P]=e.useState(),[_,G]=e.useState(),Y=ei((function(e,t,n){void 0===n&&(n=!1);const r=e.current[t.current];r&&(b?(P(r.id),null==$||$.events.emit("virtualfocus",r),k&&(k.current=r)):ui(r,{preventScroll:!0,sync:!(!Mn().toLowerCase().startsWith("mac")||navigator.maxTouchPoints||!Vn())&&(ho||R.current)}),requestAnimationFrame((()=>{const e=T.current;e&&r&&(n||!O.current)&&(null==r.scrollIntoView||r.scrollIntoView("boolean"==typeof e?{block:"nearest",inline:"nearest"}:e))})))}));pi((()=>{document.createElement("div").focus({get preventScroll(){return ho=!0,!1}})}),[]),pi((()=>{u&&(r&&l?V.current&&null!=p&&(N.current=!0,A(p)):D.current&&(L.current=-1,S.current(null)))}),[u,r,l,p,A]),pi((()=>{if(u&&r&&l)if(null==c){if(R.current=!1,null!=p)return;if(D.current&&(L.current=-1,Y(s,L)),!D.current&&V.current&&(null!=H.current||!0===V.current&&null==H.current)){let e=0;const t=()=>{if(null==s.current[0]){if(e<2){(e?requestAnimationFrame:queueMicrotask)(t)}e++}else L.current=null==H.current||bo(H.current,C,f)||g?li(s,z.current):si(s,z.current),H.current=null,A(L.current)};t()}}else ai(s,c)||(L.current=c,Y(s,L,N.current),N.current=!1)}),[u,r,l,c,p,g,s,C,f,A,Y,z]),pi((()=>{var e,t;if(!u||l||!$||b||!D.current)return;const n=$.nodesRef.current,r=null==(e=n.find((e=>e.id===M)))||null==(t=e.context)?void 0:t.elements.floating,i=In(On(l)),o=n.some((e=>e.context&&kn(e.context.elements.floating,i)));r&&!o&&O.current&&r.focus({preventScroll:!0})}),[u,l,$,M,b]),pi((()=>{if(u&&$&&b&&!M)return $.events.on("virtualfocus",e),()=>{$.events.off("virtualfocus",e)};function e(e){G(e.id),k&&(k.current=e)}}),[u,$,b,M,k]),pi((()=>{S.current=A,D.current=!!l})),pi((()=>{r||(H.current=null)}),[r]);const j=null!=c,F=e.useMemo((()=>{function e(e){if(!r)return;const t=s.current.indexOf(e);-1!==t&&A(t)}const t={onFocus(t){let{currentTarget:n}=t;e(n)},onClick:e=>{let{currentTarget:t}=e;return t.focus({preventScroll:!0})},...x&&{onMouseMove(t){let{currentTarget:n}=t;e(n)},onPointerLeave(e){let{pointerType:t}=e;O.current&&"touch"!==t&&(L.current=-1,Y(s,L),A(null),b||ui(o.floating.current,{preventScroll:!0}))}}};return t}),[r,o,Y,x,s,A,b]);return e.useMemo((()=>{if(!u)return{};const e=z.current;function t(t){if(O.current=!1,R.current=!0,!Z.current&&t.currentTarget===o.floating.current)return;if(g&&vo(t.key,C,f))return zn(t),i(!1,t.nativeEvent,"list-navigation"),void(pn(a)&&!b&&a.focus());const n=L.current,l=li(s,e),c=si(s,e);if("Home"===t.key&&(zn(t),L.current=l,A(L.current)),"End"===t.key&&(zn(t),L.current=c,A(L.current)),!(E>1&&(L.current=function(e,t){let{event:n,orientation:r,loop:i,cols:o,disabledIndices:a,minIndex:l,maxIndex:s,prevIndex:c,stopEvent:d=!1}=t,u=c;if(n.key===ti){if(d&&zn(n),-1===c)u=s;else if(u=ci(e,{startingIndex:u,amount:o,decrement:!0,disabledIndices:a}),i&&(c-o<l||u<0)){const e=c%o,t=s%o,n=s-(t-e);u=t===e?s:t>e?n:n-o}ai(e,u)&&(u=c)}if(n.key===ni&&(d&&zn(n),-1===c?u=l:(u=ci(e,{startingIndex:c,amount:o,disabledIndices:a}),i&&c+o>s&&(u=ci(e,{startingIndex:c%o-o,amount:o,disabledIndices:a}))),ai(e,u)&&(u=c)),"both"===r){const t=Gn(c/o);n.key===ii&&(d&&zn(n),c%o!=o-1?(u=ci(e,{startingIndex:c,disabledIndices:a}),i&&oi(u,o,t)&&(u=ci(e,{startingIndex:c-c%o-1,disabledIndices:a}))):i&&(u=ci(e,{startingIndex:c-c%o-1,disabledIndices:a})),oi(u,o,t)&&(u=c)),n.key===ri&&(d&&zn(n),c%o!=0?(u=ci(e,{startingIndex:c,disabledIndices:a,decrement:!0}),i&&oi(u,o,t)&&(u=ci(e,{startingIndex:c+(o-c%o),decrement:!0,disabledIndices:a}))):i&&(u=ci(e,{startingIndex:c+(o-c%o),decrement:!0,disabledIndices:a})),oi(u,o,t)&&(u=c));const r=Gn(s/o)===t;ai(e,u)&&(u=i&&r?n.key===ri?s:ci(e,{startingIndex:c-c%o-1,disabledIndices:a}):c)}return u}(s,{event:t,orientation:C,loop:h,cols:E,disabledIndices:e,minIndex:l,maxIndex:c,prevIndex:L.current,stopEvent:!0}),A(L.current),"both"===C))&&fo(t.key,C)){if(zn(t),r&&!b&&In(t.currentTarget.ownerDocument)===t.currentTarget)return L.current=bo(t.key,C,f)?l:c,void A(L.current);bo(t.key,C,f)?L.current=h?n>=c?m&&n!==s.current.length?-1:l:ci(s,{startingIndex:n,disabledIndices:e}):Math.min(c,ci(s,{startingIndex:n,disabledIndices:e})):L.current=h?n<=l?m&&-1!==n?s.current.length:c:ci(s,{startingIndex:n,decrement:!0,disabledIndices:e}):Math.max(l,ci(s,{startingIndex:n,decrement:!0,disabledIndices:e})),ai(s,L.current)?A(null):A(L.current)}}function n(e){"auto"===v&&$n(e.nativeEvent)&&(V.current=!0)}const l=b&&r&&j&&{"aria-activedescendant":_||B},c=s.current.find((e=>(null==e?void 0:e.id)===B));return{reference:{...l,onKeyDown(n){O.current=!1;const o=0===n.key.indexOf("Arrow"),a=function(e,t,n){return go(t,n?e===ri:e===ii,e===ni)}(n.key,C,f),l=vo(n.key,C,f),d=fo(n.key,C),u=(g?a:d)||"Enter"===n.key||""===n.key.trim();if(b&&r){const e=null==$?void 0:$.nodesRef.current.find((e=>null==e.parentId)),r=$&&e?function(e,t){let n,r=-1;return function t(i,o){o>r&&(n=i,r=o),Di(e,i).forEach((e=>{t(e.id,o+1)}))}(t,0),e.find((e=>e.id===n))}($.nodesRef.current,e.id):null;if(o&&r&&k){const e=new KeyboardEvent("keydown",{key:n.key,bubbles:!0});if(a||l){var m,h;const t=(null==(m=r.context)?void 0:m.elements.domReference)===n.currentTarget,i=l&&!t?null==(h=r.context)?void 0:h.elements.domReference:a?c:null;i&&(zn(n),i.dispatchEvent(e),G(void 0))}var v;if(d&&r.context)if(r.context.open&&r.parentId&&n.currentTarget!==r.context.elements.domReference)return zn(n),void(null==(v=r.context.elements.domReference)||v.dispatchEvent(e))}return t(n)}(r||y||!o)&&(u&&(H.current=g&&d?null:n.key),g?a&&(zn(n),r?(L.current=li(s,e),A(L.current)):i(!0,n.nativeEvent,"list-navigation")):d&&(null!=p&&(L.current=p),zn(n),!r&&y?i(!0,n.nativeEvent,"list-navigation"):t(n),r&&A(L.current)))},onFocus(){r&&A(null)},onPointerDown:function(e){V.current=v,"auto"===v&&An(e.nativeEvent)&&(V.current=!0)},onMouseDown:n,onClick:n},floating:{"aria-orientation":"both"===C?void 0:C,...l,onKeyDown:t,onPointerMove(){O.current=!0}},item:F}}),[a,o,B,_,z,Z,s,u,C,f,b,r,j,g,p,y,m,E,h,v,A,i,F,$,k])}function yo(t,n){void 0===n&&(n={});const{open:r,floatingId:i}=t,{enabled:o=!0,role:a="dialog"}=n,l=bi();return e.useMemo((()=>{if(!o)return{};const e={id:i,..."label"!==a&&{role:a}};return"tooltip"===a||"label"===a?{reference:{["aria-"+("label"===a?"labelledby":"describedby")]:r?i:void 0},floating:e}:{reference:{"aria-expanded":r?"true":"false","aria-haspopup":"alertdialog"===a?"dialog":a,"aria-controls":r?i:void 0,..."listbox"===a&&{role:"combobox"},..."menu"===a&&{id:l}},floating:{...e,..."menu"===a&&{"aria-labelledby":l}}}}),[o,a,r,i,l])}function wo(e,t){const[n,r]=e;let i=!1;const o=t.length;for(let e=0,a=o-1;e<o;a=e++){const[o,l]=t[e]||[0,0],[s,c]=t[a]||[0,0];l>=r!=c>=r&&n<=(s-o)*(r-l)/(c-l)+o&&(i=!i)}return i}function Co(e){void 0===e&&(e={});const{buffer:t=.5,blockPointerEvents:n=!1,requireIntent:r=!0}=e;let i,o=!1,a=null,l=null,s=performance.now();const c=e=>{let{x:n,y:c,placement:d,elements:u,onClose:p,nodeId:m,tree:h}=e;return function(e){function g(){clearTimeout(i),p()}if(clearTimeout(i),!u.domReference||!u.floating||null==d||null==n||null==c)return;const{clientX:f,clientY:b}=e,v=[f,b],x=Dn(e),y="mouseleave"===e.type,w=kn(u.floating,x),C=kn(u.domReference,x),E=u.domReference.getBoundingClientRect(),I=u.floating.getBoundingClientRect(),k=d.split("-")[0],M=n>I.right-I.width/2,$=c>I.bottom-I.height/2,A=function(e,t){return e[0]>=t.x&&e[0]<=t.x+t.width&&e[1]>=t.y&&e[1]<=t.y+t.height}(v,E),V=I.width>E.width,L=I.height>E.height,H=(V?E:I).left,O=(V?E:I).right,S=(L?E:I).top,D=(L?E:I).bottom;if(w&&(o=!0,!y))return;if(C&&(o=!1),C&&!y)return void(o=!0);if(y&&un(e.relatedTarget)&&kn(u.floating,e.relatedTarget))return;if(h&&Di(h.nodesRef.current,m).some((e=>{let{context:t}=e;return null==t?void 0:t.open})))return;if("top"===k&&c>=E.bottom-1||"bottom"===k&&c<=E.top+1||"left"===k&&n>=E.right-1||"right"===k&&n<=E.left+1)return g();let R=[];switch(k){case"top":R=[[H,E.top+1],[H,I.bottom-1],[O,I.bottom-1],[O,E.top+1]];break;case"bottom":R=[[H,I.top+1],[H,E.bottom-1],[O,E.bottom-1],[O,I.top+1]];break;case"left":R=[[I.right-1,D],[I.right-1,S],[E.left+1,S],[E.left+1,D]];break;case"right":R=[[E.right-1,D],[E.right-1,S],[I.left+1,S],[I.left+1,D]]}if(!wo([f,b],R)){if(o&&!A)return g();if(!y&&r){const t=function(e,t){const n=performance.now(),r=n-s;if(null===a||null===l||0===r)return a=e,l=t,s=n,null;const i=e-a,o=t-l,c=Math.sqrt(i*i+o*o);return a=e,l=t,s=n,c/r}(e.clientX,e.clientY);if(null!==t&&t<.1)return g()}wo([f,b],function(e){let[n,r]=e;switch(k){case"top":return[[V?n+t/2:M?n+4*t:n-4*t,r+t+1],[V?n-t/2:M?n+4*t:n-4*t,r+t+1],...[[I.left,M||V?I.bottom-t:I.top],[I.right,M?V?I.bottom-t:I.top:I.bottom-t]]];case"bottom":return[[V?n+t/2:M?n+4*t:n-4*t,r-t],[V?n-t/2:M?n+4*t:n-4*t,r-t],...[[I.left,M||V?I.top+t:I.bottom],[I.right,M?V?I.top+t:I.bottom:I.top+t]]];case"left":{const e=[n+t+1,L?r+t/2:$?r+4*t:r-4*t],i=[n+t+1,L?r-t/2:$?r+4*t:r-4*t];return[...[[$||L?I.right-t:I.left,I.top],[$?L?I.right-t:I.left:I.right-t,I.bottom]],e,i]}case"right":return[[n-t,L?r+t/2:$?r+4*t:r-4*t],[n-t,L?r-t/2:$?r+4*t:r-4*t],...[[$||L?I.left+t:I.right,I.top],[$?L?I.left+t:I.right:I.left+t,I.bottom]]]}}([n,c]))?!o&&r&&(i=window.setTimeout(g,40)):g()}}};return c.__options={blockPointerEvents:n},c}function Eo(e,t,n){if(n)return n.includes(t);const r=e[t];return null==r||r.hasAttribute("disabled")||"true"===r.getAttribute("aria-disabled")}function Io(e,t){return function(e,{startingIndex:t=-1,decrement:n=!1,disabledIndices:r,amount:i=1}={}){const o=e.current;let a=t;do{a+=n?-i:i}while(a>=0&&a<=o.length-1&&Eo(o,a,r));return a}(e,{decrement:!0,startingIndex:e.current.length,disabledIndices:t})}const ko="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;function Mo(e){const[n,r]=t.useState((()=>"undefined"!=typeof window&&window.matchMedia(e).matches)),i=t.useRef(null),o=t.useRef(null);return ko((()=>{if("undefined"==typeof window)return;if(i.current&&o.current){const e=i.current,t=o.current;e.removeEventListener?e.removeEventListener("change",t):e.removeListener(t)}const t=window.matchMedia(e);i.current=t;const n=e=>{r(e.matches)};return o.current=n,r(t.matches),t.addEventListener?t.addEventListener("change",n):t.addListener(n),()=>{if(i.current&&o.current){const e=i.current,t=o.current;e.removeEventListener?e.removeEventListener("change",t):e.removeListener(t),i.current=null,o.current=null}}}),[e]),n}const $o=v.span`
|
|
417
417
|
display: inline-flex;
|
|
418
418
|
align-items: center;
|
|
419
419
|
justify-content: center;
|
|
@@ -432,15 +432,15 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
432
432
|
button:disabled & {
|
|
433
433
|
color: ${({theme:e})=>e.palette.text.disabled};
|
|
434
434
|
}
|
|
435
|
-
`,Lo=v.span`
|
|
436
|
-
${W}
|
|
437
435
|
`,Vo=v.span`
|
|
436
|
+
${W}
|
|
437
|
+
`,Lo=v.span`
|
|
438
438
|
display: inline-flex;
|
|
439
439
|
align-items: center;
|
|
440
440
|
justify-content: center;
|
|
441
441
|
width: 18px;
|
|
442
442
|
margin-right: 4px;
|
|
443
|
-
`,Ho=n(((e,n)=>{var{checked:r,closeOnChange:i,prepend:o,append:a,children:l,onChange:s,color:u}=e,p=D(e,["checked","closeOnChange","prepend","append","children","onChange","color"]);const m=ee(),{close:h}=c(It),g=d((()=>{s&&s(!r),i&&h()}),[r,h,i,s]),f=t.isValidElement(o)&&o.type===oe?t.cloneElement(o,{color:o.props.color||"currentColor",size:"md"}):o;return t.createElement("button",Object.assign({type:"button"},p,{ref:n,onClick:g}),t.createElement(
|
|
443
|
+
`,Ho=n(((e,n)=>{var{checked:r,closeOnChange:i,prepend:o,append:a,children:l,onChange:s,color:u}=e,p=D(e,["checked","closeOnChange","prepend","append","children","onChange","color"]);const m=ee(),{close:h}=c(It),g=d((()=>{s&&s(!r),i&&h()}),[r,h,i,s]),f=t.isValidElement(o)&&o.type===oe?t.cloneElement(o,{color:o.props.color||"currentColor",size:"md"}):o;return t.createElement("button",Object.assign({type:"button"},p,{ref:n,onClick:g}),t.createElement(Lo,null,r&&t.createElement(oe,{name:"check_thin",color:"danger"===u?m.palette.danger.base:m.palette.primary.base})),f&&t.createElement($o,null,f),t.createElement(Vo,null,l),a&&t.createElement(Ao,null,a))}));Ho.displayName="ContextMenu2CheckItem";const Oo=v(Ho)`
|
|
444
444
|
${kt}
|
|
445
445
|
${Mt}
|
|
446
446
|
gap: 6px;
|
|
@@ -536,7 +536,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
536
536
|
}
|
|
537
537
|
`;Yo.displayName="ContextMenu2TriggerItem";const jo=s({isSorting:!1,setIsSorting:e=>{}}),Fo=s({isGhost:!1}),Wo="ContextMenu2SortableItem",Xo="ContextMenu2SortableFixedItem",Jo=e=>{if(!m(e))return!1;if("string"==typeof e.type)return!1;if(!("displayName"in e.type))return!1;const t=e.type.displayName;return t===Wo||t===Xo},Uo=v.div`
|
|
538
538
|
overflow: hidden;
|
|
539
|
-
`,Qo=({order:e,displayOrder:n,children:r,onOrderChange:o})=>{const[a,s]=i(null),{setIsSorting:d}=c(jo),u=null!=n?n:e,h=l((()=>p.toArray(r).filter(Jo).sort(((e,t)=>{const n=u.indexOf(e.props.id),r=u.indexOf(t.props.id);return-1===n&&-1===r?0:-1===n?1:-1===r?-1:n-r}))),[r,u]),g=l((()=>p.toArray(r).find((e=>!!m(e)&&e.props.id===a))),[r,a]),f=()=>{s(null),d(!1)};return t.createElement($,{modifiers:[O],onDragStart:e=>{const{active:t}=e;s(t.id),d(!0)},onDragEnd:t=>{const{active:n,over:r}=t;if(s(null),d(!1),null==r)return;if(n.id===r.id)return;const i=e.indexOf(n.id),a=e.indexOf(r.id),l=H(e,i,a);o(l)},onDragCancel:f,onDragAbort:f},t.createElement(Uo,null,t.createElement(
|
|
539
|
+
`,Qo=({order:e,displayOrder:n,children:r,onOrderChange:o})=>{const[a,s]=i(null),{setIsSorting:d}=c(jo),u=null!=n?n:e,h=l((()=>p.toArray(r).filter(Jo).sort(((e,t)=>{const n=u.indexOf(e.props.id),r=u.indexOf(t.props.id);return-1===n&&-1===r?0:-1===n?1:-1===r?-1:n-r}))),[r,u]),g=l((()=>p.toArray(r).find((e=>!!m(e)&&e.props.id===a))),[r,a]),f=()=>{s(null),d(!1)};return t.createElement($,{modifiers:[O],onDragStart:e=>{const{active:t}=e;s(t.id),d(!0)},onDragEnd:t=>{const{active:n,over:r}=t;if(s(null),d(!1),null==r)return;if(n.id===r.id)return;const i=e.indexOf(n.id),a=e.indexOf(r.id),l=H(e,i,a);o(l)},onDragCancel:f,onDragAbort:f},t.createElement(Uo,null,t.createElement(V,{items:e},h.map((e=>e)))),k(t.createElement(A,{zIndex:X.modal+1},t.createElement(Fo.Provider,{value:{isGhost:!0}},g)),document.body))},qo=v.div`
|
|
540
540
|
display: flex;
|
|
541
541
|
align-items: center;
|
|
542
542
|
cursor: ${({isGhost:e})=>e?"grabbing":""};
|
|
@@ -551,7 +551,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
551
551
|
`,ea=v.div`
|
|
552
552
|
flex-grow: 1;
|
|
553
553
|
pointer-events: ${({isGhost:e})=>e?"none":"auto"};
|
|
554
|
-
`,ta=({id:e,disabled:n,children:r})=>{const{setNodeRef:i,setActivatorNodeRef:o,attributes:a,listeners:l,transform:s,transition:d,isDragging:u}=
|
|
554
|
+
`,ta=({id:e,disabled:n,children:r})=>{const{setNodeRef:i,setActivatorNodeRef:o,attributes:a,listeners:l,transform:s,transition:d,isDragging:u}=L({id:e,disabled:null!=n&&n}),{isGhost:p}=c(Fo),m=ee();return t.createElement(qo,{ref:i,isGhost:p,style:{transform:S.Transform.toString(s),transition:d,opacity:u?.25:1}},t.createElement(Ko,Object.assign({ref:o,isGhost:p,isDragging:u,disabled:n},a,l),t.createElement(oe,{name:"braille",size:"lg",color:m.palette.black})),t.createElement(ea,{isGhost:p},r))};ta.displayName=Wo;const na=v.div`
|
|
555
555
|
display: flex;
|
|
556
556
|
align-items: center;
|
|
557
557
|
`,ra=v.span`
|
|
@@ -654,7 +654,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
654
654
|
color: ${({theme:e})=>e.palette.white};
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
|
-
`,pa=(...e)=>function(...t){e.forEach((e=>{e&&e.apply(this,t)}))},ma=(()=>{if("undefined"==typeof window)return!1;const e=navigator.userAgent;return/iPad|iPhone/.test(e)})(),ha=()=>ma,ga=e.forwardRef((function(t,n){var{error:r=!1,multiline:i=!1,resize:o="both",size:a="medium",variant:l="light",fullWidth:s=!1,errorMessage:c,prepend:d,append:u,onPrependClick:p,onAppendClick:m,onFocus:h,onBlur:g}=t,f=D(t,["error","multiline","resize","size","variant","fullWidth","errorMessage","prepend","append","onPrependClick","onAppendClick","onFocus","onBlur"]);const b=i?"textarea":"input",v=ha(),x=e.useRef(null),y=n||x,w=aa[a].iconSize,C=e.useMemo((()=>d?e.cloneElement(d,{size:w}):null),[d,w]),E=e.useMemo((()=>u?e.cloneElement(u,{size:w}):null),[u,w]),I=e.useCallback((e=>{e.currentTarget.blur()}),[]),k=e.useCallback((e=>{if(e)e();else if(y&&"current"in y&&y.current){y.current.focus()}}),[y]),M=e.useCallback((()=>k(p)),[k,p]),$=e.useCallback((()=>k(m)),[k,m]),A=r?Object.assign({"aria-invalid":!0},c&&{"aria-errormessage":c}):{},
|
|
657
|
+
`,pa=(...e)=>function(...t){e.forEach((e=>{e&&e.apply(this,t)}))},ma=(()=>{if("undefined"==typeof window)return!1;const e=navigator.userAgent;return/iPad|iPhone/.test(e)})(),ha=()=>ma,ga=e.forwardRef((function(t,n){var{error:r=!1,multiline:i=!1,resize:o="both",size:a="medium",variant:l="light",fullWidth:s=!1,errorMessage:c,prepend:d,append:u,onPrependClick:p,onAppendClick:m,onFocus:h,onBlur:g}=t,f=D(t,["error","multiline","resize","size","variant","fullWidth","errorMessage","prepend","append","onPrependClick","onAppendClick","onFocus","onBlur"]);const b=i?"textarea":"input",v=ha(),x=e.useRef(null),y=n||x,w=aa[a].iconSize,C=e.useMemo((()=>d?e.cloneElement(d,{size:w}):null),[d,w]),E=e.useMemo((()=>u?e.cloneElement(u,{size:w}):null),[u,w]),I=e.useCallback((e=>{e.currentTarget.blur()}),[]),k=e.useCallback((e=>{if(e)e();else if(y&&"current"in y&&y.current){y.current.focus()}}),[y]),M=e.useCallback((()=>k(p)),[k,p]),$=e.useCallback((()=>k(m)),[k,m]),A=r?Object.assign({"aria-invalid":!0},c&&{"aria-errormessage":c}):{},V=Object.assign(Object.assign(Object.assign({},f),A),{ref:y,as:b,$error:r,resize:o,$size:a,$variant:l,$fullWidth:s,$isIOS:v,$hasStartIcon:!!d,$hasEndIcon:!!u,onFocus:h,onBlur:g,onWheel:pa(!i&&"type"in f&&"number"===f.type?I:null,"onWheel"in f?f.onWheel:void 0)}),L=e.createElement(ua,Object.assign({},V));if(d||u){const t="width"in f?f.width:void 0,n="100%"===t||"string"==typeof t&&t.includes("100%")?t:void 0;return e.createElement(ca,{$width:n},C&&e.createElement(da,{position:"start",clickable:!!p,onClick:M},C),L,E&&e.createElement(da,{position:"end",clickable:!!m,onClick:$},E))}return L})),fa=n(((e,n)=>{var{className:r,onEnter:o,onKeyDown:a,onCompositionStart:l,onCompositionEnd:s}=e,u=D(e,["className","onEnter","onKeyDown","onCompositionStart","onCompositionEnd"]);const{activeIndex:p,maxActiveIndex:m,setActiveIndex:h}=c(It),[g,f]=i(!1),b=d((e=>{if((e=>{e.stopPropagation()})(e),null==a||a(e),!g)if("Enter"!==e.key)if("ArrowDown"!==e.key)if("ArrowUp"!==e.key);else{e.preventDefault();const t=null===p?1:p-1;h(t<0?m:t)}else{e.preventDefault();const t=null===p?1:p+1;h(t>m?null:t)}else null==o||o()}),[g,p,m,o,a,h]),v=d((e=>{null==l||l(e),f(!0)}),[l]),x=d((e=>{null==s||s(e),f(!1)}),[s]),y=Object.assign(Object.assign({},u),{ref:n,variant:"dark",size:"medium",fullWidth:!0,multiline:!1,onKeyDown:b,onCompositionStart:v,onCompositionEnd:x});return t.createElement("div",{className:r},t.createElement(ga,Object.assign({},y)))}));fa.displayName="ContextMenu2TextInputItem";const ba=v(fa)`
|
|
658
658
|
/* Input 本体のトークンは上書きせず、メニュー内の最小幅のみラッパーで確保 */
|
|
659
659
|
min-width: 160px;
|
|
660
660
|
box-sizing: border-box;
|
|
@@ -723,7 +723,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
723
723
|
min-height: 0;
|
|
724
724
|
overflow: auto;
|
|
725
725
|
padding: ${({$hasStickyHeader:e,$hasStickyFooter:t})=>`${e?"8px":"0"} 0 ${t?"8px":"0"}`};
|
|
726
|
-
`,
|
|
726
|
+
`,Va=v.div`
|
|
727
727
|
position: absolute;
|
|
728
728
|
bottom: 0;
|
|
729
729
|
left: 0;
|
|
@@ -740,7 +740,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
740
740
|
transparent 100%
|
|
741
741
|
);
|
|
742
742
|
z-index: 1;
|
|
743
|
-
`,
|
|
743
|
+
`,La=n((({open:n,trigger:r,width:s,minWidth:p,maxHeight:g,children:f,onOpenChange:b,stickyHeader:v,stickyFooter:x,placement:y,middleware:w},C)=>{const E=ee(),{isRoot:I,close:k}=c(It),[M,$]=i(!1),A=o(null),[V,L]=i(!1),[H,O]=i(!1),S=Mo(`(max-width: ${j.MOBILE}px)`),D=d((()=>{const e=A.current;if(!e)return;const{scrollTop:t,scrollHeight:n,clientHeight:r}=e;L(n>r&&t<n-r-1)}),[]),R=D,N=l((()=>!!H||(void 0!==n?n:M)),[n,M,H]),z=d((()=>{k(),$(!1),O(!1),null==b||b(!1)}),[k,$,O,b]),Z=function(e){const t=bi(),n=Ii(),r=Ei();return pi((()=>{const e={id:t,parentId:r};return null==n||n.addNode(e),()=>{null==n||n.removeNode(e)}}),[n,t,r]),t}(),{refs:T,floatingStyles:B,context:P}=uo({nodeId:Z,open:N,onOpenChange:e=>{$(e),null==b||b(e)},placement:y,middleware:null!=w?w:[ur({mainAxis:5,crossAxis:0}),cr((()=>I?{allowedPlacements:["bottom-start","bottom-end","top-start","top-end"]}:{allowedPlacements:S?["bottom-start"]:["right-start","left-start"],autoAlignment:!1})),mr({apply({availableWidth:e,availableHeight:t,elements:n}){let r=Math.max(0,t);if(g)if("number"==typeof g)r=Math.min(r,g);else{if(!/[a-z%]+$/i.test(g)){const e=parseFloat(g);isNaN(e)||(r=Math.min(r,e))}}Object.assign(n.floating.style,Object.assign({maxWidth:`${Math.max(0,e)}px`,maxHeight:`${r}px`},null!=s&&{width:`${s}px`}))}})],whileElementsMounted:$r}),_=function(t,n){void 0===n&&(n={});const{open:r,onOpenChange:i,dataRef:o,elements:{domReference:a}}=t,{enabled:l=!0,event:s="click",toggle:c=!0,ignoreMouse:d=!1,keyboardHandlers:u=!0}=n,p=e.useRef(),m=e.useRef(!1);return e.useMemo((()=>l?{reference:{onPointerDown(e){p.current=e.pointerType},onMouseDown(e){0===e.button&&(Hn(p.current,!0)&&d||"click"!==s&&(!r||!c||o.current.openEvent&&"mousedown"!==o.current.openEvent.type?(e.preventDefault(),i(!0,e.nativeEvent,"click")):i(!1,e.nativeEvent,"click")))},onClick(e){"mousedown"===s&&p.current?p.current=void 0:Hn(p.current,!0)&&d||(!r||!c||o.current.openEvent&&"click"!==o.current.openEvent.type?i(!0,e.nativeEvent,"click"):i(!1,e.nativeEvent,"click"))},onKeyDown(e){p.current=void 0,e.defaultPrevented||!u||ro(e)||(" "!==e.key||io(a)||(e.preventDefault(),m.current=!0),"Enter"===e.key&&i(!r||!c,e.nativeEvent,"click"))},onKeyUp(e){e.defaultPrevented||!u||ro(e)||io(a)||" "===e.key&&m.current&&(m.current=!1,i(!r||!c,e.nativeEvent,"click"))}}}:{}),[l,o,s,d,u,a,c,r,i])}(P),G=Hi(P,{enabled:!I,mouseOnly:!0,delay:{open:100,close:H?999999:100},restMs:100,handleClose:Co()}),Y=so(P),[F,W]=i(null),X=yo(P),J=o([]),U=xo(P,{listRef:J,activeIndex:F,onNavigate:W,loop:!0,nested:!I}),Q=Io(J,[]),{getReferenceProps:q,getFloatingProps:K,getItemProps:te}=mo([_,G,Y,X,U]),ne=[La.displayName,Ht.displayName,Oo.displayName,To.displayName,Yo.displayName,ba.displayName,xa.displayName];a((()=>{wa(r)&&T.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:r.x,y:r.y,top:r.y,left:r.x,right:r.x,bottom:r.y})})}),[r,C,T]),u((()=>{if(!N)return void L(!1);const e=requestAnimationFrame((()=>{D()}));return()=>cancelAnimationFrame(e)}),[N,D]),a((()=>{if(!N)return;const e=A.current;if(!e)return;const t=new ResizeObserver((()=>{D()}));return t.observe(e),()=>{t.disconnect()}}),[N,D]);const re=m(r)?r.props.ref:void 0,ie=function(t){return e.useMemo((()=>t.every((e=>null==e))?null:e=>{t.forEach((t=>{"function"==typeof t?t(e):null!=t&&(t.current=e)}))}),t)}([C,T.setReference,re]),ae=!wa(r)&&m(r)?(()=>{const e=Object.assign({},r.props);return delete e.ref,e})():{};return t.createElement(t.Fragment,null,wa(r)?null:h(r,Object.assign(Object.assign(Object.assign({},ae),q()),{ref:ie})),t.createElement(ki,{id:Z},N&&t.createElement(Ki,null,t.createElement(no,{context:P,modal:!1,initialFocus:-1,returnFocus:!1},t.createElement(Ea,Object.assign({ref:T.setFloating,$maxHeight:g,style:Object.assign(Object.assign(Object.assign({},B),null!=w&&null!=s&&{width:`${s}px`}),{minWidth:null!=p?p:"auto"})},K()),t.createElement(Ia,null,t.createElement(It.Provider,{value:{isRoot:!1,activeIndex:F,maxActiveIndex:Q,setActiveIndex:W,close:z}},t.createElement(jo.Provider,{value:{isSorting:H,setIsSorting:O}},v&&t.createElement(ka,null,v),t.createElement($a,null,t.createElement(Aa,{ref:A,$hasStickyHeader:!!v,$hasStickyFooter:!!x,onScroll:R},((e,n=!0)=>t.Children.toArray(e).filter((e=>{if(!t.isValidElement(e))return!1;const r=e.type;if(r===t.Fragment)return!0;const i="function"==typeof r||"object"==typeof r?r.displayName:void 0;return"ContextMenu2TriggerItem"===i||"DataTable2MenuCountControl"===i||"DataTable2MenuSpaceControl"===i||"DataTable2MenuOrderControl"===i||("ContextMenu2Container"===i||(n||("function"==typeof r||"object"==typeof r)&&ne.includes(r.displayName)))})).map((e=>t.isValidElement(e)?t.cloneElement(e,Object.assign(Object.assign(Object.assign({tabIndex:F===e.key?0:-1,ref:t=>{J.current[e.key]=t}},te()),e.props),{key:e.key})):e)))(f)),V&&t.createElement(Va,{"aria-hidden":"true"},t.createElement(oe,{name:"skip_down",type:"fill",size:"md",color:E.palette.black}))),x&&t.createElement(Ma,null,x)))))))))}));La.displayName="ContextMenu2";const Ha=({children:e})=>{if(!m(e)||"string"==typeof e.type||"function"!=typeof e.type&&"object"!=typeof e.type||!("displayName"in e.type)||e.type.displayName!==La.displayName)throw new Error("ContextMenu2Container には 1 つの ContextMenu2 しか入れられません");return t.createElement(It.Provider,{value:{isRoot:!0,close:()=>{},activeIndex:null,maxActiveIndex:-1,setActiveIndex:()=>{}}},t.createElement(Mi,null,e))},Oa=v.p`
|
|
744
744
|
border-radius: 4px;
|
|
745
745
|
padding: 4px 8px;
|
|
746
746
|
margin-bottom: 8px;
|
|
@@ -912,7 +912,7 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
912
912
|
animation: ${Wa} 1.5s ease-in-out infinite;
|
|
913
913
|
stroke-linecap: round;
|
|
914
914
|
stroke-miterlimit: 10;
|
|
915
|
-
`,qa=e.forwardRef((function({width:t="50px"},n){const r=ee();return e.createElement(Xa,{ref:n,width:t},e.createElement(Ja,{viewBox:"25 25 50 50"},e.createElement(Ua,{cx:"50",cy:"50",r:"20",stroke:r.palette.neutral.softLight}),e.createElement(Qa,{cx:"50",cy:"50",r:"20",stroke:r.palette.primary.base})))})),Ka={small:"28px",medium:"32px",large:"40px"},el={small:`${xe.sm}px`,medium:`${xe.md}px`,large:`${xe.xl}px`},tl={small:"4px",medium:"6px",large:"6px"},nl={small:"6px",medium:"8px",large:"10px"};function rl(e,t){switch(t){case"primary":return e.palette.primary.darker;case"secondaryLight":return e.palette.neutral.softLight;case"secondaryDark":case"clear":return e.palette.neutral.lighter;case"danger":return e.palette.danger.darker;case"primarySubtle":return e.palette.primary.softLight}}const il=e.forwardRef((function(t,n){var{component:r,children:i,color:o="primary",textColor:a,inline:l=!0,size:s="medium",icon:c,loading:d,isQuiet:u=!1}=t,p=D(t,["component","children","color","textColor","inline","size","icon","loading","isQuiet"]);const m=ee(),h=(e=>({primary:{normal:{background:e.palette.primary.base,color:e.palette.text.white,boxShadow:e.shadow["3dShadowPrimary"],border:`1px solid ${e.palette.primary.dark}`},hover:{background:e.palette.primary.dark,border:"none"},active:{background:e.palette.primary.dark,boxShadow:e.shadow["3dShadowActive"],border:"none"}},secondaryLight:{normal:{background:e.palette.background.default,color:e.palette.black,boxShadow:e.shadow["3dShadowBasic"],border:`1px solid ${e.palette.divider}`},hover:{background:e.palette.neutral.highlight,border:`1px solid ${e.palette.divider}`},active:{background:e.palette.neutral.highlight,boxShadow:e.shadow["3dShadowActive"],border:`1px solid ${e.palette.divider}`}},secondaryDark:{normal:{background:e.palette.neutral.highlight,color:e.palette.black,boxShadow:e.shadow["3dShadowBasic"],border:`1px solid ${e.palette.divider}`},hover:{background:e.palette.neutral.softLight,border:"none"},active:{background:e.palette.neutral.softLight,boxShadow:e.shadow["3dShadowBasicActive"],border:"none"}},danger:{normal:{background:e.palette.danger.base,color:e.palette.text.white,boxShadow:e.shadow["3dShadowDanger"],border:`1px solid ${e.palette.danger.dark}`},hover:{background:e.palette.danger.dark,border:"none"},active:{background:e.palette.danger.dark,boxShadow:e.shadow["3dShadowActive"],border:"none"}},clear:{normal:{background:"none",color:e.palette.black,boxShadow:"none",border:"none"},hover:{background:e.palette.neutral.softLight,border:"none"},active:{background:e.palette.neutral.lighter,boxShadow:"none",border:"none"}},primarySubtle:{normal:{background:e.palette.primary.ultraLight,color:e.palette.primary.dark,boxShadow:e.shadow["3dShadowPrimarySubtle"],border:`1px solid ${e.palette.primary.softLight}`},hover:{background:e.palette.primary.highlight,border:"none"},active:{background:e.palette.primary.highlight,boxShadow:e.shadow["3dShadowPrimarySubtleActive"],border:"none"}}}))(m)[o],g=e.useMemo((()=>u?{normal:Object.assign(Object.assign({},h.normal),{border:"none",boxShadow:"none"}),hover:Object.assign(Object.assign({},h.hover),{border:"none"}),active:Object.assign(Object.assign({},h.active),{background:rl(m,o),border:"none",boxShadow:"none"})}:h),[h,o,u,m]),f=!!d,b="string"==typeof d?d:d?"Loading...":void 0,v=e.useMemo((()=>({small:"16px",medium:"18px",large:"20px"}[s])),[s]),x=e.useMemo((()=>f?e.createElement(qa,{width:v}):null),[f,v]),y=!!c,w=!!i,C=f?y?x:void 0:c,E=f?!y&&w||y&&w?b:void 0:i,I=(()=>{if("string"==typeof p.href){const{href:e,target:t,rel:n}=p;return{as:r||"a",href:e,target:t,rel:n}}return{}})();return e.createElement(Ga,Object.assign({ref:n},p,{as:r||"button"},I,{size:s,inline:l,paddingInline:nl[s],normal:g.normal,hover:g.hover,active:g.active,borderRadius:tl[s],fontSize:el[s],height:Ka[s],color:o,$isQuiet:u,disabled:p.disabled||f}),C,C&&E&&e.createElement(ja,{pr:.5}),E&&e.createElement(_a,{$textColor:a},E))})),ol={1955:"国民の祝日・休日月日,国民の祝日・休日名称\n1955/1/1,元日\n1955/1/15,成人の日\n1955/3/21,春分の日\n1955/4/29,天皇誕生日\n1955/5/3,憲法記念日\n1955/5/5,こどもの日\n1955/9/24,秋分の日\n1955/11/3,文化の日\n1955/11/23,勤労感謝の日",1956:"国民の祝日・休日月日,国民の祝日・休日名称\n1956/1/1,元日\n1956/1/15,成人の日\n1956/3/21,春分の日\n1956/4/29,天皇誕生日\n1956/5/3,憲法記念日\n1956/5/5,こどもの日\n1956/9/23,秋分の日\n1956/11/3,文化の日\n1956/11/23,勤労感謝の日",1957:"国民の祝日・休日月日,国民の祝日・休日名称\n1957/1/1,元日\n1957/1/15,成人の日\n1957/3/21,春分の日\n1957/4/29,天皇誕生日\n1957/5/3,憲法記念日\n1957/5/5,こどもの日\n1957/9/23,秋分の日\n1957/11/3,文化の日\n1957/11/23,勤労感謝の日",1958:"国民の祝日・休日月日,国民の祝日・休日名称\n1958/1/1,元日\n1958/1/15,成人の日\n1958/3/21,春分の日\n1958/4/29,天皇誕生日\n1958/5/3,憲法記念日\n1958/5/5,こどもの日\n1958/9/23,秋分の日\n1958/11/3,文化の日\n1958/11/23,勤労感謝の日",1959:"国民の祝日・休日月日,国民の祝日・休日名称\n1959/1/1,元日\n1959/1/15,成人の日\n1959/3/21,春分の日\n1959/4/10,結婚の儀\n1959/4/29,天皇誕生日\n1959/5/3,憲法記念日\n1959/5/5,こどもの日\n1959/9/24,秋分の日\n1959/11/3,文化の日\n1959/11/23,勤労感謝の日",1960:"国民の祝日・休日月日,国民の祝日・休日名称\n1960/1/1,元日\n1960/1/15,成人の日\n1960/3/20,春分の日\n1960/4/29,天皇誕生日\n1960/5/3,憲法記念日\n1960/5/5,こどもの日\n1960/9/23,秋分の日\n1960/11/3,文化の日\n1960/11/23,勤労感謝の日",1961:"国民の祝日・休日月日,国民の祝日・休日名称\n1961/1/1,元日\n1961/1/15,成人の日\n1961/3/21,春分の日\n1961/4/29,天皇誕生日\n1961/5/3,憲法記念日\n1961/5/5,こどもの日\n1961/9/23,秋分の日\n1961/11/3,文化の日\n1961/11/23,勤労感謝の日",1962:"国民の祝日・休日月日,国民の祝日・休日名称\n1962/1/1,元日\n1962/1/15,成人の日\n1962/3/21,春分の日\n1962/4/29,天皇誕生日\n1962/5/3,憲法記念日\n1962/5/5,こどもの日\n1962/9/23,秋分の日\n1962/11/3,文化の日\n1962/11/23,勤労感謝の日",1963:"国民の祝日・休日月日,国民の祝日・休日名称\n1963/1/1,元日\n1963/1/15,成人の日\n1963/3/21,春分の日\n1963/4/29,天皇誕生日\n1963/5/3,憲法記念日\n1963/5/5,こどもの日\n1963/9/24,秋分の日\n1963/11/3,文化の日\n1963/11/23,勤労感謝の日",1964:"国民の祝日・休日月日,国民の祝日・休日名称\n1964/1/1,元日\n1964/1/15,成人の日\n1964/3/20,春分の日\n1964/4/29,天皇誕生日\n1964/5/3,憲法記念日\n1964/5/5,こどもの日\n1964/9/23,秋分の日\n1964/11/3,文化の日\n1964/11/23,勤労感謝の日",1965:"国民の祝日・休日月日,国民の祝日・休日名称\n1965/1/1,元日\n1965/1/15,成人の日\n1965/3/21,春分の日\n1965/4/29,天皇誕生日\n1965/5/3,憲法記念日\n1965/5/5,こどもの日\n1965/9/23,秋分の日\n1965/11/3,文化の日\n1965/11/23,勤労感謝の日",1966:"国民の祝日・休日月日,国民の祝日・休日名称\n1966/1/1,元日\n1966/1/15,成人の日\n1966/3/21,春分の日\n1966/4/29,天皇誕生日\n1966/5/3,憲法記念日\n1966/5/5,こどもの日\n1966/9/15,敬老の日\n1966/9/23,秋分の日\n1966/10/10,体育の日\n1966/11/3,文化の日\n1966/11/23,勤労感謝の日",1967:"国民の祝日・休日月日,国民の祝日・休日名称\n1967/1/1,元日\n1967/1/15,成人の日\n1967/2/11,建国記念の日\n1967/3/21,春分の日\n1967/4/29,天皇誕生日\n1967/5/3,憲法記念日\n1967/5/5,こどもの日\n1967/9/15,敬老の日\n1967/9/24,秋分の日\n1967/10/10,体育の日\n1967/11/3,文化の日\n1967/11/23,勤労感謝の日",1968:"国民の祝日・休日月日,国民の祝日・休日名称\n1968/1/1,元日\n1968/1/15,成人の日\n1968/2/11,建国記念の日\n1968/3/20,春分の日\n1968/4/29,天皇誕生日\n1968/5/3,憲法記念日\n1968/5/5,こどもの日\n1968/9/15,敬老の日\n1968/9/23,秋分の日\n1968/10/10,体育の日\n1968/11/3,文化の日\n1968/11/23,勤労感謝の日",1969:"国民の祝日・休日月日,国民の祝日・休日名称\n1969/1/1,元日\n1969/1/15,成人の日\n1969/2/11,建国記念の日\n1969/3/21,春分の日\n1969/4/29,天皇誕生日\n1969/5/3,憲法記念日\n1969/5/5,こどもの日\n1969/9/15,敬老の日\n1969/9/23,秋分の日\n1969/10/10,体育の日\n1969/11/3,文化の日\n1969/11/23,勤労感謝の日",1970:"国民の祝日・休日月日,国民の祝日・休日名称\n1970/1/1,元日\n1970/1/15,成人の日\n1970/2/11,建国記念の日\n1970/3/21,春分の日\n1970/4/29,天皇誕生日\n1970/5/3,憲法記念日\n1970/5/5,こどもの日\n1970/9/15,敬老の日\n1970/9/23,秋分の日\n1970/10/10,体育の日\n1970/11/3,文化の日\n1970/11/23,勤労感謝の日",1971:"国民の祝日・休日月日,国民の祝日・休日名称\n1971/1/1,元日\n1971/1/15,成人の日\n1971/2/11,建国記念の日\n1971/3/21,春分の日\n1971/4/29,天皇誕生日\n1971/5/3,憲法記念日\n1971/5/5,こどもの日\n1971/9/15,敬老の日\n1971/9/24,秋分の日\n1971/10/10,体育の日\n1971/11/3,文化の日\n1971/11/23,勤労感謝の日",1972:"国民の祝日・休日月日,国民の祝日・休日名称\n1972/1/1,元日\n1972/1/15,成人の日\n1972/2/11,建国記念の日\n1972/3/20,春分の日\n1972/4/29,天皇誕生日\n1972/5/3,憲法記念日\n1972/5/5,こどもの日\n1972/9/15,敬老の日\n1972/9/23,秋分の日\n1972/10/10,体育の日\n1972/11/3,文化の日\n1972/11/23,勤労感謝の日",1973:"国民の祝日・休日月日,国民の祝日・休日名称\n1973/1/1,元日\n1973/1/15,成人の日\n1973/2/11,建国記念の日\n1973/3/21,春分の日\n1973/4/29,天皇誕生日\n1973/4/30,休日\n1973/5/3,憲法記念日\n1973/5/5,こどもの日\n1973/9/15,敬老の日\n1973/9/23,秋分の日\n1973/9/24,休日\n1973/10/10,体育の日\n1973/11/3,文化の日\n1973/11/23,勤労感謝の日",1974:"国民の祝日・休日月日,国民の祝日・休日名称\n1974/1/1,元日\n1974/1/15,成人の日\n1974/2/11,建国記念の日\n1974/3/21,春分の日\n1974/4/29,天皇誕生日\n1974/5/3,憲法記念日\n1974/5/5,こどもの日\n1974/5/6,休日\n1974/9/15,敬老の日\n1974/9/16,休日\n1974/9/23,秋分の日\n1974/10/10,体育の日\n1974/11/3,文化の日\n1974/11/4,休日\n1974/11/23,勤労感謝の日",1975:"国民の祝日・休日月日,国民の祝日・休日名称\n1975/1/1,元日\n1975/1/15,成人の日\n1975/2/11,建国記念の日\n1975/3/21,春分の日\n1975/4/29,天皇誕生日\n1975/5/3,憲法記念日\n1975/5/5,こどもの日\n1975/9/15,敬老の日\n1975/9/24,秋分の日\n1975/10/10,体育の日\n1975/11/3,文化の日\n1975/11/23,勤労感謝の日\n1975/11/24,休日",1976:"国民の祝日・休日月日,国民の祝日・休日名称\n1976/1/1,元日\n1976/1/15,成人の日\n1976/2/11,建国記念の日\n1976/3/20,春分の日\n1976/4/29,天皇誕生日\n1976/5/3,憲法記念日\n1976/5/5,こどもの日\n1976/9/15,敬老の日\n1976/9/23,秋分の日\n1976/10/10,体育の日\n1976/10/11,休日\n1976/11/3,文化の日\n1976/11/23,勤労感謝の日",1977:"国民の祝日・休日月日,国民の祝日・休日名称\n1977/1/1,元日\n1977/1/15,成人の日\n1977/2/11,建国記念の日\n1977/3/21,春分の日\n1977/4/29,天皇誕生日\n1977/5/3,憲法記念日\n1977/5/5,こどもの日\n1977/9/15,敬老の日\n1977/9/23,秋分の日\n1977/10/10,体育の日\n1977/11/3,文化の日\n1977/11/23,勤労感謝の日",1978:"国民の祝日・休日月日,国民の祝日・休日名称\n1978/1/1,元日\n1978/1/2,休日\n1978/1/15,成人の日\n1978/1/16,休日\n1978/2/11,建国記念の日\n1978/3/21,春分の日\n1978/4/29,天皇誕生日\n1978/5/3,憲法記念日\n1978/5/5,こどもの日\n1978/9/15,敬老の日\n1978/9/23,秋分の日\n1978/10/10,体育の日\n1978/11/3,文化の日\n1978/11/23,勤労感謝の日",1979:"国民の祝日・休日月日,国民の祝日・休日名称\n1979/1/1,元日\n1979/1/15,成人の日\n1979/2/11,建国記念の日\n1979/2/12,休日\n1979/3/21,春分の日\n1979/4/29,天皇誕生日\n1979/4/30,休日\n1979/5/3,憲法記念日\n1979/5/5,こどもの日\n1979/9/15,敬老の日\n1979/9/24,秋分の日\n1979/10/10,体育の日\n1979/11/3,文化の日\n1979/11/23,勤労感謝の日",1980:"国民の祝日・休日月日,国民の祝日・休日名称\n1980/1/1,元日\n1980/1/15,成人の日\n1980/2/11,建国記念の日\n1980/3/20,春分の日\n1980/4/29,天皇誕生日\n1980/5/3,憲法記念日\n1980/5/5,こどもの日\n1980/9/15,敬老の日\n1980/9/23,秋分の日\n1980/10/10,体育の日\n1980/11/3,文化の日\n1980/11/23,勤労感謝の日\n1980/11/24,休日",1981:"国民の祝日・休日月日,国民の祝日・休日名称\n1981/1/1,元日\n1981/1/15,成人の日\n1981/2/11,建国記念の日\n1981/3/21,春分の日\n1981/4/29,天皇誕生日\n1981/5/3,憲法記念日\n1981/5/4,休日\n1981/5/5,こどもの日\n1981/9/15,敬老の日\n1981/9/23,秋分の日\n1981/10/10,体育の日\n1981/11/3,文化の日\n1981/11/23,勤労感謝の日",1982:"国民の祝日・休日月日,国民の祝日・休日名称\n1982/1/1,元日\n1982/1/15,成人の日\n1982/2/11,建国記念の日\n1982/3/21,春分の日\n1982/3/22,休日\n1982/4/29,天皇誕生日\n1982/5/3,憲法記念日\n1982/5/5,こどもの日\n1982/9/15,敬老の日\n1982/9/23,秋分の日\n1982/10/10,体育の日\n1982/10/11,休日\n1982/11/3,文化の日\n1982/11/23,勤労感謝の日",1983:"国民の祝日・休日月日,国民の祝日・休日名称\n1983/1/1,元日\n1983/1/15,成人の日\n1983/2/11,建国記念の日\n1983/3/21,春分の日\n1983/4/29,天皇誕生日\n1983/5/3,憲法記念日\n1983/5/5,こどもの日\n1983/9/15,敬老の日\n1983/9/23,秋分の日\n1983/10/10,体育の日\n1983/11/3,文化の日\n1983/11/23,勤労感謝の日",1984:"国民の祝日・休日月日,国民の祝日・休日名称\n1984/1/1,元日\n1984/1/2,休日\n1984/1/15,成人の日\n1984/1/16,休日\n1984/2/11,建国記念の日\n1984/3/20,春分の日\n1984/4/29,天皇誕生日\n1984/4/30,休日\n1984/5/3,憲法記念日\n1984/5/5,こどもの日\n1984/9/15,敬老の日\n1984/9/23,秋分の日\n1984/9/24,休日\n1984/10/10,体育の日\n1984/11/3,文化の日\n1984/11/23,勤労感謝の日",1985:"国民の祝日・休日月日,国民の祝日・休日名称\n1985/1/1,元日\n1985/1/15,成人の日\n1985/2/11,建国記念の日\n1985/3/21,春分の日\n1985/4/29,天皇誕生日\n1985/5/3,憲法記念日\n1985/5/5,こどもの日\n1985/5/6,休日\n1985/9/15,敬老の日\n1985/9/16,休日\n1985/9/23,秋分の日\n1985/10/10,体育の日\n1985/11/3,文化の日\n1985/11/4,休日\n1985/11/23,勤労感謝の日",1986:"国民の祝日・休日月日,国民の祝日・休日名称\n1986/1/1,元日\n1986/1/15,成人の日\n1986/2/11,建国記念の日\n1986/3/21,春分の日\n1986/4/29,天皇誕生日\n1986/5/3,憲法記念日\n1986/5/5,こどもの日\n1986/9/15,敬老の日\n1986/9/23,秋分の日\n1986/10/10,体育の日\n1986/11/3,文化の日\n1986/11/23,勤労感謝の日\n1986/11/24,休日",1987:"国民の祝日・休日月日,国民の祝日・休日名称\n1987/1/1,元日\n1987/1/15,成人の日\n1987/2/11,建国記念の日\n1987/3/21,春分の日\n1987/4/29,天皇誕生日\n1987/5/3,憲法記念日\n1987/5/4,休日\n1987/5/5,こどもの日\n1987/9/15,敬老の日\n1987/9/23,秋分の日\n1987/10/10,体育の日\n1987/11/3,文化の日\n1987/11/23,勤労感謝の日",1988:"国民の祝日・休日月日,国民の祝日・休日名称\n1988/1/1,元日\n1988/1/15,成人の日\n1988/2/11,建国記念の日\n1988/3/20,春分の日\n1988/3/21,休日\n1988/4/29,天皇誕生日\n1988/5/3,憲法記念日\n1988/5/4,休日\n1988/5/5,こどもの日\n1988/9/15,敬老の日\n1988/9/23,秋分の日\n1988/10/10,体育の日\n1988/11/3,文化の日\n1988/11/23,勤労感謝の日",1989:"国民の祝日・休日月日,国民の祝日・休日名称\n1989/1/1,元日\n1989/1/2,休日\n1989/1/15,成人の日\n1989/1/16,休日\n1989/2/11,建国記念の日\n1989/2/24,大喪の礼\n1989/3/21,春分の日\n1989/4/29,みどりの日\n1989/5/3,憲法記念日\n1989/5/4,休日\n1989/5/5,こどもの日\n1989/9/15,敬老の日\n1989/9/23,秋分の日\n1989/10/10,体育の日\n1989/11/3,文化の日\n1989/11/23,勤労感謝の日\n1989/12/23,天皇誕生日",1990:"国民の祝日・休日月日,国民の祝日・休日名称\n1990/1/1,元日\n1990/1/15,成人の日\n1990/2/11,建国記念の日\n1990/2/12,休日\n1990/3/21,春分の日\n1990/4/29,みどりの日\n1990/4/30,休日\n1990/5/3,憲法記念日\n1990/5/4,休日\n1990/5/5,こどもの日\n1990/9/15,敬老の日\n1990/9/23,秋分の日\n1990/9/24,休日\n1990/10/10,体育の日\n1990/11/3,文化の日\n1990/11/12,即位礼正殿の儀\n1990/11/23,勤労感謝の日\n1990/12/23,天皇誕生日\n1990/12/24,休日",1991:"国民の祝日・休日月日,国民の祝日・休日名称\n1991/1/1,元日\n1991/1/15,成人の日\n1991/2/11,建国記念の日\n1991/3/21,春分の日\n1991/4/29,みどりの日\n1991/5/3,憲法記念日\n1991/5/4,休日\n1991/5/5,こどもの日\n1991/5/6,休日\n1991/9/15,敬老の日\n1991/9/16,休日\n1991/9/23,秋分の日\n1991/10/10,体育の日\n1991/11/3,文化の日\n1991/11/4,休日\n1991/11/23,勤労感謝の日\n1991/12/23,天皇誕生日",1992:"国民の祝日・休日月日,国民の祝日・休日名称\n1992/1/1,元日\n1992/1/15,成人の日\n1992/2/11,建国記念の日\n1992/3/20,春分の日\n1992/4/29,みどりの日\n1992/5/3,憲法記念日\n1992/5/4,休日\n1992/5/5,こどもの日\n1992/9/15,敬老の日\n1992/9/23,秋分の日\n1992/10/10,体育の日\n1992/11/3,文化の日\n1992/11/23,勤労感謝の日\n1992/12/23,天皇誕生日",1993:"国民の祝日・休日月日,国民の祝日・休日名称\n1993/1/1,元日\n1993/1/15,成人の日\n1993/2/11,建国記念の日\n1993/3/20,春分の日\n1993/4/29,みどりの日\n1993/5/3,憲法記念日\n1993/5/4,休日\n1993/5/5,こどもの日\n1993/6/9,結婚の儀\n1993/9/15,敬老の日\n1993/9/23,秋分の日\n1993/10/10,体育の日\n1993/10/11,休日\n1993/11/3,文化の日\n1993/11/23,勤労感謝の日\n1993/12/23,天皇誕生日",1994:"国民の祝日・休日月日,国民の祝日・休日名称\n1994/1/1,元日\n1994/1/15,成人の日\n1994/2/11,建国記念の日\n1994/3/21,春分の日\n1994/4/29,みどりの日\n1994/5/3,憲法記念日\n1994/5/4,休日\n1994/5/5,こどもの日\n1994/9/15,敬老の日\n1994/9/23,秋分の日\n1994/10/10,体育の日\n1994/11/3,文化の日\n1994/11/23,勤労感謝の日\n1994/12/23,天皇誕生日",1995:"国民の祝日・休日月日,国民の祝日・休日名称\n1995/1/1,元日\n1995/1/2,休日\n1995/1/15,成人の日\n1995/1/16,休日\n1995/2/11,建国記念の日\n1995/3/21,春分の日\n1995/4/29,みどりの日\n1995/5/3,憲法記念日\n1995/5/4,休日\n1995/5/5,こどもの日\n1995/9/15,敬老の日\n1995/9/23,秋分の日\n1995/10/10,体育の日\n1995/11/3,文化の日\n1995/11/23,勤労感謝の日\n1995/12/23,天皇誕生日",1996:"国民の祝日・休日月日,国民の祝日・休日名称\n1996/1/1,元日\n1996/1/15,成人の日\n1996/2/11,建国記念の日\n1996/2/12,休日\n1996/3/20,春分の日\n1996/4/29,みどりの日\n1996/5/3,憲法記念日\n1996/5/4,休日\n1996/5/5,こどもの日\n1996/5/6,休日\n1996/7/20,海の日\n1996/9/15,敬老の日\n1996/9/16,休日\n1996/9/23,秋分の日\n1996/10/10,体育の日\n1996/11/3,文化の日\n1996/11/4,休日\n1996/11/23,勤労感謝の日\n1996/12/23,天皇誕生日",1997:"国民の祝日・休日月日,国民の祝日・休日名称\n1997/1/1,元日\n1997/1/15,成人の日\n1997/2/11,建国記念の日\n1997/3/20,春分の日\n1997/4/29,みどりの日\n1997/5/3,憲法記念日\n1997/5/5,こどもの日\n1997/7/20,海の日\n1997/7/21,休日\n1997/9/15,敬老の日\n1997/9/23,秋分の日\n1997/10/10,体育の日\n1997/11/3,文化の日\n1997/11/23,勤労感謝の日\n1997/11/24,休日\n1997/12/23,天皇誕生日",1998:"国民の祝日・休日月日,国民の祝日・休日名称\n1998/1/1,元日\n1998/1/15,成人の日\n1998/2/11,建国記念の日\n1998/3/21,春分の日\n1998/4/29,みどりの日\n1998/5/3,憲法記念日\n1998/5/4,休日\n1998/5/5,こどもの日\n1998/7/20,海の日\n1998/9/15,敬老の日\n1998/9/23,秋分の日\n1998/10/10,体育の日\n1998/11/3,文化の日\n1998/11/23,勤労感謝の日\n1998/12/23,天皇誕生日",1999:"国民の祝日・休日月日,国民の祝日・休日名称\n1999/1/1,元日\n1999/1/15,成人の日\n1999/2/11,建国記念の日\n1999/3/21,春分の日\n1999/3/22,休日\n1999/4/29,みどりの日\n1999/5/3,憲法記念日\n1999/5/4,休日\n1999/5/5,こどもの日\n1999/7/20,海の日\n1999/9/15,敬老の日\n1999/9/23,秋分の日\n1999/10/10,体育の日\n1999/10/11,休日\n1999/11/3,文化の日\n1999/11/23,勤労感謝の日\n1999/12/23,天皇誕生日",2e3:"国民の祝日・休日月日,国民の祝日・休日名称\n2000/1/1,元日\n2000/1/10,成人の日\n2000/2/11,建国記念の日\n2000/3/20,春分の日\n2000/4/29,みどりの日\n2000/5/3,憲法記念日\n2000/5/4,休日\n2000/5/5,こどもの日\n2000/7/20,海の日\n2000/9/15,敬老の日\n2000/9/23,秋分の日\n2000/10/9,体育の日\n2000/11/3,文化の日\n2000/11/23,勤労感謝の日\n2000/12/23,天皇誕生日",2001:"国民の祝日・休日月日,国民の祝日・休日名称\n2001/1/1,元日\n2001/1/8,成人の日\n2001/2/11,建国記念の日\n2001/2/12,休日\n2001/3/20,春分の日\n2001/4/29,みどりの日\n2001/4/30,休日\n2001/5/3,憲法記念日\n2001/5/4,休日\n2001/5/5,こどもの日\n2001/7/20,海の日\n2001/9/15,敬老の日\n2001/9/23,秋分の日\n2001/9/24,休日\n2001/10/8,体育の日\n2001/11/3,文化の日\n2001/11/23,勤労感謝の日\n2001/12/23,天皇誕生日\n2001/12/24,休日",2002:"国民の祝日・休日月日,国民の祝日・休日名称\n2002/1/1,元日\n2002/1/14,成人の日\n2002/2/11,建国記念の日\n2002/3/21,春分の日\n2002/4/29,みどりの日\n2002/5/3,憲法記念日\n2002/5/4,休日\n2002/5/5,こどもの日\n2002/5/6,休日\n2002/7/20,海の日\n2002/9/15,敬老の日\n2002/9/16,休日\n2002/9/23,秋分の日\n2002/10/14,体育の日\n2002/11/3,文化の日\n2002/11/4,休日\n2002/11/23,勤労感謝の日\n2002/12/23,天皇誕生日",2003:"国民の祝日・休日月日,国民の祝日・休日名称\n2003/1/1,元日\n2003/1/13,成人の日\n2003/2/11,建国記念の日\n2003/3/21,春分の日\n2003/4/29,みどりの日\n2003/5/3,憲法記念日\n2003/5/5,こどもの日\n2003/7/21,海の日\n2003/9/15,敬老の日\n2003/9/23,秋分の日\n2003/10/13,体育の日\n2003/11/3,文化の日\n2003/11/23,勤労感謝の日\n2003/11/24,休日\n2003/12/23,天皇誕生日",2004:"国民の祝日・休日月日,国民の祝日・休日名称\n2004/1/1,元日\n2004/1/12,成人の日\n2004/2/11,建国記念の日\n2004/3/20,春分の日\n2004/4/29,みどりの日\n2004/5/3,憲法記念日\n2004/5/4,休日\n2004/5/5,こどもの日\n2004/7/19,海の日\n2004/9/20,敬老の日\n2004/9/23,秋分の日\n2004/10/11,体育の日\n2004/11/3,文化の日\n2004/11/23,勤労感謝の日\n2004/12/23,天皇誕生日",2005:"国民の祝日・休日月日,国民の祝日・休日名称\n2005/1/1,元日\n2005/1/10,成人の日\n2005/2/11,建国記念の日\n2005/3/20,春分の日\n2005/3/21,休日\n2005/4/29,みどりの日\n2005/5/3,憲法記念日\n2005/5/4,休日\n2005/5/5,こどもの日\n2005/7/18,海の日\n2005/9/19,敬老の日\n2005/9/23,秋分の日\n2005/10/10,体育の日\n2005/11/3,文化の日\n2005/11/23,勤労感謝の日\n2005/12/23,天皇誕生日",2006:"国民の祝日・休日月日,国民の祝日・休日名称\n2006/1/1,元日\n2006/1/2,休日\n2006/1/9,成人の日\n2006/2/11,建国記念の日\n2006/3/21,春分の日\n2006/4/29,みどりの日\n2006/5/3,憲法記念日\n2006/5/4,休日\n2006/5/5,こどもの日\n2006/7/17,海の日\n2006/9/18,敬老の日\n2006/9/23,秋分の日\n2006/10/9,体育の日\n2006/11/3,文化の日\n2006/11/23,勤労感謝の日\n2006/12/23,天皇誕生日",2007:"国民の祝日・休日月日,国民の祝日・休日名称\n2007/1/1,元日\n2007/1/8,成人の日\n2007/2/11,建国記念の日\n2007/2/12,休日\n2007/3/21,春分の日\n2007/4/29,昭和の日\n2007/4/30,休日\n2007/5/3,憲法記念日\n2007/5/4,みどりの日\n2007/5/5,こどもの日\n2007/7/16,海の日\n2007/9/17,敬老の日\n2007/9/23,秋分の日\n2007/9/24,休日\n2007/10/8,体育の日\n2007/11/3,文化の日\n2007/11/23,勤労感謝の日\n2007/12/23,天皇誕生日\n2007/12/24,休日",2008:"国民の祝日・休日月日,国民の祝日・休日名称\n2008/1/1,元日\n2008/1/14,成人の日\n2008/2/11,建国記念の日\n2008/3/20,春分の日\n2008/4/29,昭和の日\n2008/5/3,憲法記念日\n2008/5/4,みどりの日\n2008/5/5,こどもの日\n2008/5/6,休日\n2008/7/21,海の日\n2008/9/15,敬老の日\n2008/9/23,秋分の日\n2008/10/13,体育の日\n2008/11/3,文化の日\n2008/11/23,勤労感謝の日\n2008/11/24,休日\n2008/12/23,天皇誕生日",2009:"国民の祝日・休日月日,国民の祝日・休日名称\n2009/1/1,元日\n2009/1/12,成人の日\n2009/2/11,建国記念の日\n2009/3/20,春分の日\n2009/4/29,昭和の日\n2009/5/3,憲法記念日\n2009/5/4,みどりの日\n2009/5/5,こどもの日\n2009/5/6,休日\n2009/7/20,海の日\n2009/9/21,敬老の日\n2009/9/22,休日\n2009/9/23,秋分の日\n2009/10/12,体育の日\n2009/11/3,文化の日\n2009/11/23,勤労感謝の日\n2009/12/23,天皇誕生日",2010:"国民の祝日・休日月日,国民の祝日・休日名称\n2010/1/1,元日\n2010/1/11,成人の日\n2010/2/11,建国記念の日\n2010/3/21,春分の日\n2010/3/22,休日\n2010/4/29,昭和の日\n2010/5/3,憲法記念日\n2010/5/4,みどりの日\n2010/5/5,こどもの日\n2010/7/19,海の日\n2010/9/20,敬老の日\n2010/9/23,秋分の日\n2010/10/11,体育の日\n2010/11/3,文化の日\n2010/11/23,勤労感謝の日\n2010/12/23,天皇誕生日",2011:"国民の祝日・休日月日,国民の祝日・休日名称\n2011/1/1,元日\n2011/1/10,成人の日\n2011/2/11,建国記念の日\n2011/3/21,春分の日\n2011/4/29,昭和の日\n2011/5/3,憲法記念日\n2011/5/4,みどりの日\n2011/5/5,こどもの日\n2011/7/18,海の日\n2011/9/19,敬老の日\n2011/9/23,秋分の日\n2011/10/10,体育の日\n2011/11/3,文化の日\n2011/11/23,勤労感謝の日\n2011/12/23,天皇誕生日",2012:"国民の祝日・休日月日,国民の祝日・休日名称\n2012/1/1,元日\n2012/1/2,休日\n2012/1/9,成人の日\n2012/2/11,建国記念の日\n2012/3/20,春分の日\n2012/4/29,昭和の日\n2012/4/30,休日\n2012/5/3,憲法記念日\n2012/5/4,みどりの日\n2012/5/5,こどもの日\n2012/7/16,海の日\n2012/9/17,敬老の日\n2012/9/22,秋分の日\n2012/10/8,体育の日\n2012/11/3,文化の日\n2012/11/23,勤労感謝の日\n2012/12/23,天皇誕生日\n2012/12/24,休日",2013:"国民の祝日・休日月日,国民の祝日・休日名称\n2013/1/1,元日\n2013/1/14,成人の日\n2013/2/11,建国記念の日\n2013/3/20,春分の日\n2013/4/29,昭和の日\n2013/5/3,憲法記念日\n2013/5/4,みどりの日\n2013/5/5,こどもの日\n2013/5/6,休日\n2013/7/15,海の日\n2013/9/16,敬老の日\n2013/9/23,秋分の日\n2013/10/14,体育の日\n2013/11/3,文化の日\n2013/11/4,休日\n2013/11/23,勤労感謝の日\n2013/12/23,天皇誕生日",2014:"国民の祝日・休日月日,国民の祝日・休日名称\n2014/1/1,元日\n2014/1/13,成人の日\n2014/2/11,建国記念の日\n2014/3/21,春分の日\n2014/4/29,昭和の日\n2014/5/3,憲法記念日\n2014/5/4,みどりの日\n2014/5/5,こどもの日\n2014/5/6,休日\n2014/7/21,海の日\n2014/9/15,敬老の日\n2014/9/23,秋分の日\n2014/10/13,体育の日\n2014/11/3,文化の日\n2014/11/23,勤労感謝の日\n2014/11/24,休日\n2014/12/23,天皇誕生日",2015:"国民の祝日・休日月日,国民の祝日・休日名称\n2015/1/1,元日\n2015/1/12,成人の日\n2015/2/11,建国記念の日\n2015/3/21,春分の日\n2015/4/29,昭和の日\n2015/5/3,憲法記念日\n2015/5/4,みどりの日\n2015/5/5,こどもの日\n2015/5/6,休日\n2015/7/20,海の日\n2015/9/21,敬老の日\n2015/9/22,休日\n2015/9/23,秋分の日\n2015/10/12,体育の日\n2015/11/3,文化の日\n2015/11/23,勤労感謝の日\n2015/12/23,天皇誕生日",2016:"国民の祝日・休日月日,国民の祝日・休日名称\n2016/1/1,元日\n2016/1/11,成人の日\n2016/2/11,建国記念の日\n2016/3/20,春分の日\n2016/3/21,休日\n2016/4/29,昭和の日\n2016/5/3,憲法記念日\n2016/5/4,みどりの日\n2016/5/5,こどもの日\n2016/7/18,海の日\n2016/8/11,山の日\n2016/9/19,敬老の日\n2016/9/22,秋分の日\n2016/10/10,体育の日\n2016/11/3,文化の日\n2016/11/23,勤労感謝の日\n2016/12/23,天皇誕生日",2017:"国民の祝日・休日月日,国民の祝日・休日名称\n2017/1/1,元日\n2017/1/2,休日\n2017/1/9,成人の日\n2017/2/11,建国記念の日\n2017/3/20,春分の日\n2017/4/29,昭和の日\n2017/5/3,憲法記念日\n2017/5/4,みどりの日\n2017/5/5,こどもの日\n2017/7/17,海の日\n2017/8/11,山の日\n2017/9/18,敬老の日\n2017/9/23,秋分の日\n2017/10/9,体育の日\n2017/11/3,文化の日\n2017/11/23,勤労感謝の日\n2017/12/23,天皇誕生日",2018:"国民の祝日・休日月日,国民の祝日・休日名称\n2018/1/1,元日\n2018/1/8,成人の日\n2018/2/11,建国記念の日\n2018/2/12,休日\n2018/3/21,春分の日\n2018/4/29,昭和の日\n2018/4/30,休日\n2018/5/3,憲法記念日\n2018/5/4,みどりの日\n2018/5/5,こどもの日\n2018/7/16,海の日\n2018/8/11,山の日\n2018/9/17,敬老の日\n2018/9/23,秋分の日\n2018/9/24,休日\n2018/10/8,体育の日\n2018/11/3,文化の日\n2018/11/23,勤労感謝の日\n2018/12/23,天皇誕生日\n2018/12/24,休日",2019:"国民の祝日・休日月日,国民の祝日・休日名称\n2019/1/1,元日\n2019/1/14,成人の日\n2019/2/11,建国記念の日\n2019/3/21,春分の日\n2019/4/29,昭和の日\n2019/4/30,休日\n2019/5/1,休日(祝日扱い)\n2019/5/2,休日\n2019/5/3,憲法記念日\n2019/5/4,みどりの日\n2019/5/5,こどもの日\n2019/5/6,休日\n2019/7/15,海の日\n2019/8/11,山の日\n2019/8/12,休日\n2019/9/16,敬老の日\n2019/9/23,秋分の日\n2019/10/14,体育の日(スポーツの日)\n2019/10/22,休日(祝日扱い)\n2019/11/3,文化の日\n2019/11/4,休日\n2019/11/23,勤労感謝の日",2020:"国民の祝日・休日月日,国民の祝日・休日名称\n2020/1/1,元日\n2020/1/13,成人の日\n2020/2/11,建国記念の日\n2020/2/23,天皇誕生日\n2020/2/24,休日\n2020/3/20,春分の日\n2020/4/29,昭和の日\n2020/5/3,憲法記念日\n2020/5/4,みどりの日\n2020/5/5,こどもの日\n2020/5/6,休日\n2020/7/23,海の日\n2020/7/24,スポーツの日\n2020/8/10,山の日\n2020/9/21,敬老の日\n2020/9/22,秋分の日\n2020/11/3,文化の日\n2020/11/23,勤労感謝の日",2021:"国民の祝日・休日月日,国民の祝日・休日名称\n2021/1/1,元日\n2021/1/11,成人の日\n2021/2/11,建国記念の日\n2021/2/23,天皇誕生日\n2021/3/20,春分の日\n2021/4/29,昭和の日\n2021/5/3,憲法記念日\n2021/5/4,みどりの日\n2021/5/5,こどもの日\n2021/7/22,海の日\n2021/7/23,スポーツの日\n2021/8/8,山の日\n2021/8/9,休日\n2021/9/20,敬老の日\n2021/9/23,秋分の日\n2021/11/3,文化の日\n2021/11/23,勤労感謝の日",2022:"国民の祝日・休日月日,国民の祝日・休日名称\n2022/1/1,元日\n2022/1/10,成人の日\n2022/2/11,建国記念の日\n2022/2/23,天皇誕生日\n2022/3/21,春分の日\n2022/4/29,昭和の日\n2022/5/3,憲法記念日\n2022/5/4,みどりの日\n2022/5/5,こどもの日\n2022/7/18,海の日\n2022/8/11,山の日\n2022/9/19,敬老の日\n2022/9/23,秋分の日\n2022/10/10,スポーツの日\n2022/11/3,文化の日\n2022/11/23,勤労感謝の日",2023:"国民の祝日・休日月日,国民の祝日・休日名称\n2023/1/1,元日\n2023/1/2,休日\n2023/1/9,成人の日\n2023/2/11,建国記念の日\n2023/2/23,天皇誕生日\n2023/3/21,春分の日\n2023/4/29,昭和の日\n2023/5/3,憲法記念日\n2023/5/4,みどりの日\n2023/5/5,こどもの日\n2023/7/17,海の日\n2023/8/11,山の日\n2023/9/18,敬老の日\n2023/9/23,秋分の日\n2023/10/9,スポーツの日\n2023/11/3,文化の日\n2023/11/23,勤労感謝の日",2024:"国民の祝日・休日月日,国民の祝日・休日名称\n2024/1/1,元日\n2024/1/8,成人の日\n2024/2/11,建国記念の日\n2024/2/12,休日\n2024/2/23,天皇誕生日\n2024/3/20,春分の日\n2024/4/29,昭和の日\n2024/5/3,憲法記念日\n2024/5/4,みどりの日\n2024/5/5,こどもの日\n2024/5/6,休日\n2024/7/15,海の日\n2024/8/11,山の日\n2024/8/12,休日\n2024/9/16,敬老の日\n2024/9/22,秋分の日\n2024/9/23,休日\n2024/10/14,スポーツの日\n2024/11/3,文化の日\n2024/11/4,休日\n2024/11/23,勤労感謝の日",2025:"国民の祝日・休日月日,国民の祝日・休日名称\n2025/1/1,元日\n2025/1/13,成人の日\n2025/2/11,建国記念の日\n2025/2/23,天皇誕生日\n2025/2/24,休日\n2025/3/20,春分の日\n2025/4/29,昭和の日\n2025/5/3,憲法記念日\n2025/5/4,みどりの日\n2025/5/5,こどもの日\n2025/5/6,休日\n2025/7/21,海の日\n2025/8/11,山の日\n2025/9/15,敬老の日\n2025/9/23,秋分の日\n2025/10/13,スポーツの日\n2025/11/3,文化の日\n2025/11/23,勤労感謝の日\n2025/11/24,休日",2026:"国民の祝日・休日月日,国民の祝日・休日名称\n2026/1/1,元日\n2026/1/12,成人の日\n2026/2/11,建国記念の日\n2026/2/23,天皇誕生日\n2026/3/20,春分の日\n2026/4/29,昭和の日\n2026/5/3,憲法記念日\n2026/5/4,みどりの日\n2026/5/5,こどもの日\n2026/5/6,休日\n2026/7/20,海の日\n2026/8/11,山の日\n2026/9/21,敬老の日\n2026/9/22,休日\n2026/9/23,秋分の日\n2026/10/12,スポーツの日\n2026/11/3,文化の日\n2026/11/23,勤労感謝の日",2027:"国民の祝日・休日月日,国民の祝日・休日名称\n2027/1/1,元日\n2027/1/11,成人の日\n2027/2/11,建国記念の日\n2027/2/23,天皇誕生日\n2027/3/21,春分の日\n2027/3/22,休日\n2027/4/29,昭和の日\n2027/5/3,憲法記念日\n2027/5/4,みどりの日\n2027/5/5,こどもの日\n2027/7/19,海の日\n2027/8/11,山の日\n2027/9/20,敬老の日\n2027/9/23,秋分の日\n2027/10/11,スポーツの日\n2027/11/3,文化の日\n2027/11/23,勤労感謝の日"},al={},ll=e=>{const t=e||(new Date).getFullYear(),n=t.toString();if(al[n])return al[n];const r=(e=>{const t=(e||(new Date).getFullYear()).toString();return ol[t]?ol[t]:"国民の祝日・休日月日,国民の祝日・休日名称"})(t),i=r.split("\n"),o=[];for(let e=1;e<i.length;e++){const t=i[e].trim();if(t){const[e,n]=t.split(",");e&&n&&o.push({date:e.trim(),name:n.trim()})}}return al[n]=o,o};var sl="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},cl=[],dl=[],ul="undefined"!=typeof Uint8Array?Uint8Array:Array,pl=!1;function ml(){pl=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0;t<64;++t)cl[t]=e[t],dl[e.charCodeAt(t)]=t;dl["-".charCodeAt(0)]=62,dl["_".charCodeAt(0)]=63}function hl(e,t,n){for(var r,i,o=[],a=t;a<n;a+=3)r=(e[a]<<16)+(e[a+1]<<8)+e[a+2],o.push(cl[(i=r)>>18&63]+cl[i>>12&63]+cl[i>>6&63]+cl[63&i]);return o.join("")}function gl(e){var t;pl||ml();for(var n=e.length,r=n%3,i="",o=[],a=16383,l=0,s=n-r;l<s;l+=a)o.push(hl(e,l,l+a>s?s:l+a));return 1===r?(t=e[n-1],i+=cl[t>>2],i+=cl[t<<4&63],i+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],i+=cl[t>>10],i+=cl[t>>4&63],i+=cl[t<<2&63],i+="="),o.push(i),o.join("")}function fl(e,t,n,r,i){var o,a,l=8*i-r-1,s=(1<<l)-1,c=s>>1,d=-7,u=n?i-1:0,p=n?-1:1,m=e[t+u];for(u+=p,o=m&(1<<-d)-1,m>>=-d,d+=l;d>0;o=256*o+e[t+u],u+=p,d-=8);for(a=o&(1<<-d)-1,o>>=-d,d+=r;d>0;a=256*a+e[t+u],u+=p,d-=8);if(0===o)o=1-c;else{if(o===s)return a?NaN:1/0*(m?-1:1);a+=Math.pow(2,r),o-=c}return(m?-1:1)*a*Math.pow(2,o-r)}function bl(e,t,n,r,i,o){var a,l,s,c=8*o-i-1,d=(1<<c)-1,u=d>>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:o-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,a=d):(a=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-a))<1&&(a--,s*=2),(t+=a+u>=1?p/s:p*Math.pow(2,1-u))*s>=2&&(a++,s/=2),a+u>=d?(l=0,a=d):a+u>=1?(l=(t*s-1)*Math.pow(2,i),a+=u):(l=t*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;e[n+m]=255&l,m+=h,l/=256,i-=8);for(a=a<<i|l,c+=i;c>0;e[n+m]=255&a,m+=h,a/=256,c-=8);e[n+m-h]|=128*g}var vl={}.toString,xl=Array.isArray||function(e){return"[object Array]"==vl.call(e)};function yl(){return Cl.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function wl(e,t){if(yl()<t)throw new RangeError("Invalid typed array length");return Cl.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=Cl.prototype:(null===e&&(e=new Cl(t)),e.length=t),e}function Cl(e,t,n){if(!(Cl.TYPED_ARRAY_SUPPORT||this instanceof Cl))return new Cl(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return kl(this,e)}return El(this,e,t,n)}function El(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);Cl.TYPED_ARRAY_SUPPORT?(e=t).__proto__=Cl.prototype:e=Ml(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!Cl.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|Ll(t,n);e=wl(e,r);var i=e.write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(Al(t)){var n=0|$l(t.length);return 0===(e=wl(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?wl(e,0):Ml(e,t);if("Buffer"===t.type&&xl(t.data))return Ml(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function Il(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function kl(e,t){if(Il(t),e=wl(e,t<0?0:0|$l(t)),!Cl.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function Ml(e,t){var n=t.length<0?0:0|$l(t.length);e=wl(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function $l(e){if(e>=yl())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+yl().toString(16)+" bytes");return 0|e}function Al(e){return!(null==e||!e._isBuffer)}function Ll(e,t){if(Al(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return ns(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return rs(e).length;default:if(r)return ns(e).length;t=(""+t).toLowerCase(),r=!0}}function Vl(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return jl(this,t,n);case"utf8":case"utf-8":return Pl(this,t,n);case"ascii":return Gl(this,t,n);case"latin1":case"binary":return Yl(this,t,n);case"base64":return Bl(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fl(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function Hl(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function Ol(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=Cl.from(t,r)),Al(t))return 0===t.length?-1:Sl(e,t,n,r,i);if("number"==typeof t)return t&=255,Cl.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):Sl(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Sl(e,t,n,r,i){var o,a=1,l=e.length,s=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,l/=2,s/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var d=-1;for(o=n;o<l;o++)if(c(e,o)===c(t,-1===d?0:o-d)){if(-1===d&&(d=o),o-d+1===s)return d*a}else-1!==d&&(o-=o-d),d=-1}else for(n+s>l&&(n=l-s),o=n;o>=0;o--){for(var u=!0,p=0;p<s;p++)if(c(e,o+p)!==c(t,p)){u=!1;break}if(u)return o}return-1}function Dl(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var l=parseInt(t.substr(2*a,2),16);if(isNaN(l))return a;e[n+a]=l}return a}function Rl(e,t,n,r){return is(ns(t,e.length-n),e,n,r)}function Nl(e,t,n,r){return is(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function zl(e,t,n,r){return Nl(e,t,n,r)}function Zl(e,t,n,r){return is(rs(t),e,n,r)}function Tl(e,t,n,r){return is(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)r=(n=e.charCodeAt(a))>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function Bl(e,t,n){return 0===t&&n===e.length?gl(e):gl(e.slice(t,n))}function Pl(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,l,s,c=e[i],d=null,u=c>239?4:c>223?3:c>191?2:1;if(i+u<=n)switch(u){case 1:c<128&&(d=c);break;case 2:128==(192&(o=e[i+1]))&&(s=(31&c)<<6|63&o)>127&&(d=s);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(s=(15&c)<<12|(63&o)<<6|63&a)>2047&&(s<55296||s>57343)&&(d=s);break;case 4:o=e[i+1],a=e[i+2],l=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&l)&&(s=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&l)>65535&&s<1114112&&(d=s)}null===d?(d=65533,u=1):d>65535&&(d-=65536,r.push(d>>>10&1023|55296),d=56320|1023&d),r.push(d),i+=u}return function(e){var t=e.length;if(t<=_l)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=_l));return n}(r)}Cl.TYPED_ARRAY_SUPPORT=void 0===sl.TYPED_ARRAY_SUPPORT||sl.TYPED_ARRAY_SUPPORT,yl(),Cl.poolSize=8192,Cl._augment=function(e){return e.__proto__=Cl.prototype,e},Cl.from=function(e,t,n){return El(null,e,t,n)},Cl.TYPED_ARRAY_SUPPORT&&(Cl.prototype.__proto__=Uint8Array.prototype,Cl.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&Cl[Symbol.species]),Cl.alloc=function(e,t,n){return function(e,t,n,r){return Il(t),t<=0?wl(e,t):void 0!==n?"string"==typeof r?wl(e,t).fill(n,r):wl(e,t).fill(n):wl(e,t)}(null,e,t,n)},Cl.allocUnsafe=function(e){return kl(null,e)},Cl.allocUnsafeSlow=function(e){return kl(null,e)},Cl.isBuffer=os,Cl.compare=function(e,t){if(!Al(e)||!Al(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},Cl.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Cl.concat=function(e,t){if(!xl(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return Cl.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=Cl.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var o=e[n];if(!Al(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,i),i+=o.length}return r},Cl.byteLength=Ll,Cl.prototype._isBuffer=!0,Cl.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)Hl(this,t,t+1);return this},Cl.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)Hl(this,t,t+3),Hl(this,t+1,t+2);return this},Cl.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)Hl(this,t,t+7),Hl(this,t+1,t+6),Hl(this,t+2,t+5),Hl(this,t+3,t+4);return this},Cl.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?Pl(this,0,e):Vl.apply(this,arguments)},Cl.prototype.equals=function(e){if(!Al(e))throw new TypeError("Argument must be a Buffer");return this===e||0===Cl.compare(this,e)},Cl.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},Cl.prototype.compare=function(e,t,n,r,i){if(!Al(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),l=Math.min(o,a),s=this.slice(r,i),c=e.slice(t,n),d=0;d<l;++d)if(s[d]!==c[d]){o=s[d],a=c[d];break}return o<a?-1:a<o?1:0},Cl.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},Cl.prototype.indexOf=function(e,t,n){return Ol(this,e,t,n,!0)},Cl.prototype.lastIndexOf=function(e,t,n){return Ol(this,e,t,n,!1)},Cl.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return Dl(this,e,t,n);case"utf8":case"utf-8":return Rl(this,e,t,n);case"ascii":return Nl(this,e,t,n);case"latin1":case"binary":return zl(this,e,t,n);case"base64":return Zl(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tl(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},Cl.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var _l=4096;function Gl(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function Yl(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function jl(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=ts(e[o]);return i}function Fl(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function Wl(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function Xl(e,t,n,r,i,o){if(!Al(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function Jl(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function Ul(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function Ql(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ql(e,t,n,r,i){return i||Ql(e,0,n,4),bl(e,t,n,r,23,4),n+4}function Kl(e,t,n,r,i){return i||Ql(e,0,n,8),bl(e,t,n,r,52,8),n+8}Cl.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),Cl.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=Cl.prototype;else{var i=t-e;n=new Cl(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},Cl.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},Cl.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},Cl.prototype.readUInt8=function(e,t){return t||Wl(e,1,this.length),this[e]},Cl.prototype.readUInt16LE=function(e,t){return t||Wl(e,2,this.length),this[e]|this[e+1]<<8},Cl.prototype.readUInt16BE=function(e,t){return t||Wl(e,2,this.length),this[e]<<8|this[e+1]},Cl.prototype.readUInt32LE=function(e,t){return t||Wl(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},Cl.prototype.readUInt32BE=function(e,t){return t||Wl(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},Cl.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},Cl.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},Cl.prototype.readInt8=function(e,t){return t||Wl(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},Cl.prototype.readInt16LE=function(e,t){t||Wl(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},Cl.prototype.readInt16BE=function(e,t){t||Wl(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},Cl.prototype.readInt32LE=function(e,t){return t||Wl(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},Cl.prototype.readInt32BE=function(e,t){return t||Wl(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},Cl.prototype.readFloatLE=function(e,t){return t||Wl(e,4,this.length),fl(this,e,!0,23,4)},Cl.prototype.readFloatBE=function(e,t){return t||Wl(e,4,this.length),fl(this,e,!1,23,4)},Cl.prototype.readDoubleLE=function(e,t){return t||Wl(e,8,this.length),fl(this,e,!0,52,8)},Cl.prototype.readDoubleBE=function(e,t){return t||Wl(e,8,this.length),fl(this,e,!1,52,8)},Cl.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Xl(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},Cl.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Xl(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},Cl.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,1,255,0),Cl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},Cl.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,65535,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Jl(this,e,t,!0),t+2},Cl.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,65535,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Jl(this,e,t,!1),t+2},Cl.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,4294967295,0),Cl.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Ul(this,e,t,!0),t+4},Cl.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,4294967295,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},Cl.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Xl(this,e,t,n,i-1,-i)}var o=0,a=1,l=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===l&&0!==this[t+o-1]&&(l=1),this[t+o]=(e/a>>0)-l&255;return t+n},Cl.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Xl(this,e,t,n,i-1,-i)}var o=n-1,a=1,l=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===l&&0!==this[t+o+1]&&(l=1),this[t+o]=(e/a>>0)-l&255;return t+n},Cl.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,1,127,-128),Cl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},Cl.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,32767,-32768),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Jl(this,e,t,!0),t+2},Cl.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,32767,-32768),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Jl(this,e,t,!1),t+2},Cl.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,2147483647,-2147483648),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Ul(this,e,t,!0),t+4},Cl.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},Cl.prototype.writeFloatLE=function(e,t,n){return ql(this,e,t,!0,n)},Cl.prototype.writeFloatBE=function(e,t,n){return ql(this,e,t,!1,n)},Cl.prototype.writeDoubleLE=function(e,t,n){return Kl(this,e,t,!0,n)},Cl.prototype.writeDoubleBE=function(e,t,n){return Kl(this,e,t,!1,n)},Cl.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!Cl.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},Cl.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!Cl.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=Al(e)?e:ns(new Cl(e,r).toString()),l=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%l]}return this};var es=/[^+\/0-9A-Za-z-_]/g;function ts(e){return e<16?"0"+e.toString(16):e.toString(16)}function ns(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function rs(e){return function(e){var t,n,r,i,o,a;pl||ml();var l=e.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[l-2]?2:"="===e[l-1]?1:0,a=new ul(3*l/4-o),r=o>0?l-4:l;var s=0;for(t=0,n=0;t<r;t+=4,n+=3)i=dl[e.charCodeAt(t)]<<18|dl[e.charCodeAt(t+1)]<<12|dl[e.charCodeAt(t+2)]<<6|dl[e.charCodeAt(t+3)],a[s++]=i>>16&255,a[s++]=i>>8&255,a[s++]=255&i;return 2===o?(i=dl[e.charCodeAt(t)]<<2|dl[e.charCodeAt(t+1)]>>4,a[s++]=255&i):1===o&&(i=dl[e.charCodeAt(t)]<<10|dl[e.charCodeAt(t+1)]<<4|dl[e.charCodeAt(t+2)]>>2,a[s++]=i>>8&255,a[s++]=255&i),a}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(es,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function is(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function os(e){return null!=e&&(!!e._isBuffer||as(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&as(e.slice(0,0))}(e))}function as(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}class ls extends Error{constructor(e,t,n,...r){Array.isArray(t)&&(t=t.join(" ").trim()),super(t),void 0!==Error.captureStackTrace&&Error.captureStackTrace(this,ls),this.code=e;for(const e of r)for(const t in e){const r=e[t];this[t]=os(r)?r.toString(n.encoding):null==r?r:JSON.parse(JSON.stringify(r))}}}const ss=function(e){const t=[];for(let r=0,i=e.length;r<i;r++){const i=e[r];if(null==i||!1===i)t[r]={disabled:!0};else if("string"==typeof i)t[r]={name:i};else{if("object"!=typeof(n=i)||null===n||Array.isArray(n))throw new ls("CSV_INVALID_COLUMN_DEFINITION",["Invalid column definition:","expect a string or a literal object,",`got ${JSON.stringify(i)} at position ${r}`]);if("string"!=typeof i.name)throw new ls("CSV_OPTION_COLUMNS_MISSING_NAME",["Option columns missing name:",`property "name" is required at position ${r}`,"when column is an object literal"]);t[r]=i}}var n;return t};class cs{constructor(e=100){this.size=e,this.length=0,this.buf=Cl.allocUnsafe(e)}prepend(e){if(os(e)){const t=this.length+e.length;if(t>=this.size&&(this.resize(),t>=this.size))throw Error("INVALID_BUFFER_STATE");const n=this.buf;this.buf=Cl.allocUnsafe(this.size),e.copy(this.buf,0),n.copy(this.buf,e.length),this.length+=e.length}else{const t=this.length++;t===this.size&&this.resize();const n=this.clone();this.buf[0]=e,n.copy(this.buf,1,0,t)}}append(e){const t=this.length++;t===this.size&&this.resize(),this.buf[t]=e}clone(){return Cl.from(this.buf.slice(0,this.length))}resize(){const e=this.length;this.size=2*this.size;const t=Cl.allocUnsafe(this.size);this.buf.copy(t,0,0,e),this.buf=t}toString(e){return e?this.buf.slice(0,this.length).toString(e):Uint8Array.prototype.slice.call(this.buf.slice(0,this.length))}toJSON(){return this.toString("utf8")}reset(){this.length=0}}const ds=function(e){return{bomSkipped:!1,bufBytesStart:0,castField:e.cast_function,commenting:!1,error:void 0,enabled:1===e.from_line,escaping:!1,escapeIsQuote:os(e.escape)&&os(e.quote)&&0===Cl.compare(e.escape,e.quote),expectedRecordLength:Array.isArray(e.columns)?e.columns.length:void 0,field:new cs(20),firstLineToHeaders:e.cast_first_line_to_header,needMoreDataSize:Math.max(null!==e.comment?e.comment.length:0,...e.delimiter.map((e=>e.length)),null!==e.quote?e.quote.length:0),previousBuf:void 0,quoting:!1,stop:!1,rawBuffer:new cs(100),record:[],recordHasError:!1,record_length:0,recordDelimiterMaxLength:0===e.record_delimiter.length?0:Math.max(...e.record_delimiter.map((e=>e.length))),trimChars:[Cl.from(" ",e.encoding)[0],Cl.from("\t",e.encoding)[0]],wasQuoting:!1,wasRowDelimiter:!1,timchars:[Cl.from(Cl.from([13],"utf8").toString(),e.encoding),Cl.from(Cl.from([10],"utf8").toString(),e.encoding),Cl.from(Cl.from([12],"utf8").toString(),e.encoding),Cl.from(Cl.from([32],"utf8").toString(),e.encoding),Cl.from(Cl.from([9],"utf8").toString(),e.encoding)]}},us=function(e){const t={};for(const r in e)t[(n=r,n.replace(/([A-Z])/g,(function(e,t){return"_"+t.toLowerCase()})))]=e[r];var n;if(void 0===t.encoding||!0===t.encoding)t.encoding="utf8";else if(null===t.encoding||!1===t.encoding)t.encoding=null;else if("string"!=typeof t.encoding&&null!==t.encoding)throw new ls("CSV_INVALID_OPTION_ENCODING",["Invalid option encoding:","encoding must be a string or null to return a buffer,",`got ${JSON.stringify(t.encoding)}`],t);if(void 0===t.bom||null===t.bom||!1===t.bom)t.bom=!1;else if(!0!==t.bom)throw new ls("CSV_INVALID_OPTION_BOM",["Invalid option bom:","bom must be true,",`got ${JSON.stringify(t.bom)}`],t);if(t.cast_function=null,void 0===t.cast||null===t.cast||!1===t.cast||""===t.cast)t.cast=void 0;else if("function"==typeof t.cast)t.cast_function=t.cast,t.cast=!0;else if(!0!==t.cast)throw new ls("CSV_INVALID_OPTION_CAST",["Invalid option cast:","cast must be true or a function,",`got ${JSON.stringify(t.cast)}`],t);if(void 0===t.cast_date||null===t.cast_date||!1===t.cast_date||""===t.cast_date)t.cast_date=!1;else if(!0===t.cast_date)t.cast_date=function(e){const t=Date.parse(e);return isNaN(t)?e:new Date(t)};else if("function"!=typeof t.cast_date)throw new ls("CSV_INVALID_OPTION_CAST_DATE",["Invalid option cast_date:","cast_date must be true or a function,",`got ${JSON.stringify(t.cast_date)}`],t);if(t.cast_first_line_to_header=void 0,!0===t.columns)t.cast_first_line_to_header=void 0;else if("function"==typeof t.columns)t.cast_first_line_to_header=t.columns,t.columns=!0;else if(Array.isArray(t.columns))t.columns=ss(t.columns);else{if(void 0!==t.columns&&null!==t.columns&&!1!==t.columns)throw new ls("CSV_INVALID_OPTION_COLUMNS",["Invalid option columns:","expect an array, a function or true,",`got ${JSON.stringify(t.columns)}`],t);t.columns=!1}if(void 0===t.group_columns_by_name||null===t.group_columns_by_name||!1===t.group_columns_by_name)t.group_columns_by_name=!1;else{if(!0!==t.group_columns_by_name)throw new ls("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","expect an boolean,",`got ${JSON.stringify(t.group_columns_by_name)}`],t);if(!1===t.columns)throw new ls("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","the `columns` mode must be activated."],t)}if(void 0===t.comment||null===t.comment||!1===t.comment||""===t.comment)t.comment=null;else if("string"==typeof t.comment&&(t.comment=Cl.from(t.comment,t.encoding)),!os(t.comment))throw new ls("CSV_INVALID_OPTION_COMMENT",["Invalid option comment:","comment must be a buffer or a string,",`got ${JSON.stringify(t.comment)}`],t);if(void 0===t.comment_no_infix||null===t.comment_no_infix||!1===t.comment_no_infix)t.comment_no_infix=!1;else if(!0!==t.comment_no_infix)throw new ls("CSV_INVALID_OPTION_COMMENT",["Invalid option comment_no_infix:","value must be a boolean,",`got ${JSON.stringify(t.comment_no_infix)}`],t);const r=JSON.stringify(t.delimiter);if(Array.isArray(t.delimiter)||(t.delimiter=[t.delimiter]),0===t.delimiter.length)throw new ls("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${r}`],t);if(t.delimiter=t.delimiter.map((function(e){if(null==e||!1===e)return Cl.from(",",t.encoding);if("string"==typeof e&&(e=Cl.from(e,t.encoding)),!os(e)||0===e.length)throw new ls("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${r}`],t);return e})),void 0===t.escape||!0===t.escape?t.escape=Cl.from('"',t.encoding):"string"==typeof t.escape?t.escape=Cl.from(t.escape,t.encoding):null!==t.escape&&!1!==t.escape||(t.escape=null),null!==t.escape&&!os(t.escape))throw new Error(`Invalid Option: escape must be a buffer, a string or a boolean, got ${JSON.stringify(t.escape)}`);if(void 0===t.from||null===t.from)t.from=1;else{if("string"==typeof t.from&&/\d+/.test(t.from)&&(t.from=parseInt(t.from)),!Number.isInteger(t.from))throw new Error(`Invalid Option: from must be an integer, got ${JSON.stringify(t.from)}`);if(t.from<0)throw new Error(`Invalid Option: from must be a positive integer, got ${JSON.stringify(e.from)}`)}if(void 0===t.from_line||null===t.from_line)t.from_line=1;else{if("string"==typeof t.from_line&&/\d+/.test(t.from_line)&&(t.from_line=parseInt(t.from_line)),!Number.isInteger(t.from_line))throw new Error(`Invalid Option: from_line must be an integer, got ${JSON.stringify(e.from_line)}`);if(t.from_line<=0)throw new Error(`Invalid Option: from_line must be a positive integer greater than 0, got ${JSON.stringify(e.from_line)}`)}if(void 0===t.ignore_last_delimiters||null===t.ignore_last_delimiters)t.ignore_last_delimiters=!1;else if("number"==typeof t.ignore_last_delimiters)t.ignore_last_delimiters=Math.floor(t.ignore_last_delimiters),0===t.ignore_last_delimiters&&(t.ignore_last_delimiters=!1);else if("boolean"!=typeof t.ignore_last_delimiters)throw new ls("CSV_INVALID_OPTION_IGNORE_LAST_DELIMITERS",["Invalid option `ignore_last_delimiters`:","the value must be a boolean value or an integer,",`got ${JSON.stringify(t.ignore_last_delimiters)}`],t);if(!0===t.ignore_last_delimiters&&!1===t.columns)throw new ls("CSV_IGNORE_LAST_DELIMITERS_REQUIRES_COLUMNS",["The option `ignore_last_delimiters`","requires the activation of the `columns` option"],t);if(void 0===t.info||null===t.info||!1===t.info)t.info=!1;else if(!0!==t.info)throw new Error(`Invalid Option: info must be true, got ${JSON.stringify(t.info)}`);if(void 0===t.max_record_size||null===t.max_record_size||!1===t.max_record_size)t.max_record_size=0;else if(Number.isInteger(t.max_record_size)&&t.max_record_size>=0);else{if("string"!=typeof t.max_record_size||!/\d+/.test(t.max_record_size))throw new Error(`Invalid Option: max_record_size must be a positive integer, got ${JSON.stringify(t.max_record_size)}`);t.max_record_size=parseInt(t.max_record_size)}if(void 0===t.objname||null===t.objname||!1===t.objname)t.objname=void 0;else if(os(t.objname)){if(0===t.objname.length)throw new Error("Invalid Option: objname must be a non empty buffer");null===t.encoding||(t.objname=t.objname.toString(t.encoding))}else if("string"==typeof t.objname){if(0===t.objname.length)throw new Error("Invalid Option: objname must be a non empty string")}else if("number"!=typeof t.objname)throw new Error(`Invalid Option: objname must be a string or a buffer, got ${t.objname}`);if(void 0!==t.objname)if("number"==typeof t.objname){if(!1!==t.columns)throw Error("Invalid Option: objname index cannot be combined with columns or be defined as a field")}else if(!1===t.columns)throw Error("Invalid Option: objname field must be combined with columns or be defined as an index");if(void 0===t.on_record||null===t.on_record)t.on_record=void 0;else if("function"!=typeof t.on_record)throw new ls("CSV_INVALID_OPTION_ON_RECORD",["Invalid option `on_record`:","expect a function,",`got ${JSON.stringify(t.on_record)}`],t);if(void 0!==t.on_skip&&null!==t.on_skip&&"function"!=typeof t.on_skip)throw new Error(`Invalid Option: on_skip must be a function, got ${JSON.stringify(t.on_skip)}`);if(null===t.quote||!1===t.quote||""===t.quote)t.quote=null;else if(void 0===t.quote||!0===t.quote?t.quote=Cl.from('"',t.encoding):"string"==typeof t.quote&&(t.quote=Cl.from(t.quote,t.encoding)),!os(t.quote))throw new Error(`Invalid Option: quote must be a buffer or a string, got ${JSON.stringify(t.quote)}`);if(void 0===t.raw||null===t.raw||!1===t.raw)t.raw=!1;else if(!0!==t.raw)throw new Error(`Invalid Option: raw must be true, got ${JSON.stringify(t.raw)}`);if(void 0===t.record_delimiter)t.record_delimiter=[];else if("string"==typeof t.record_delimiter||os(t.record_delimiter)){if(0===t.record_delimiter.length)throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer,",`got ${JSON.stringify(t.record_delimiter)}`],t);t.record_delimiter=[t.record_delimiter]}else if(!Array.isArray(t.record_delimiter))throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer,",`got ${JSON.stringify(t.record_delimiter)}`],t);if(t.record_delimiter=t.record_delimiter.map((function(e,n){if("string"!=typeof e&&!os(e))throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer",`at index ${n},`,`got ${JSON.stringify(e)}`],t);if(0===e.length)throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer",`at index ${n},`,`got ${JSON.stringify(e)}`],t);return"string"==typeof e&&(e=Cl.from(e,t.encoding)),e})),"boolean"==typeof t.relax_column_count);else{if(void 0!==t.relax_column_count&&null!==t.relax_column_count)throw new Error(`Invalid Option: relax_column_count must be a boolean, got ${JSON.stringify(t.relax_column_count)}`);t.relax_column_count=!1}if("boolean"==typeof t.relax_column_count_less);else{if(void 0!==t.relax_column_count_less&&null!==t.relax_column_count_less)throw new Error(`Invalid Option: relax_column_count_less must be a boolean, got ${JSON.stringify(t.relax_column_count_less)}`);t.relax_column_count_less=!1}if("boolean"==typeof t.relax_column_count_more);else{if(void 0!==t.relax_column_count_more&&null!==t.relax_column_count_more)throw new Error(`Invalid Option: relax_column_count_more must be a boolean, got ${JSON.stringify(t.relax_column_count_more)}`);t.relax_column_count_more=!1}if("boolean"==typeof t.relax_quotes);else{if(void 0!==t.relax_quotes&&null!==t.relax_quotes)throw new Error(`Invalid Option: relax_quotes must be a boolean, got ${JSON.stringify(t.relax_quotes)}`);t.relax_quotes=!1}if("boolean"==typeof t.skip_empty_lines);else{if(void 0!==t.skip_empty_lines&&null!==t.skip_empty_lines)throw new Error(`Invalid Option: skip_empty_lines must be a boolean, got ${JSON.stringify(t.skip_empty_lines)}`);t.skip_empty_lines=!1}if("boolean"==typeof t.skip_records_with_empty_values);else{if(void 0!==t.skip_records_with_empty_values&&null!==t.skip_records_with_empty_values)throw new Error(`Invalid Option: skip_records_with_empty_values must be a boolean, got ${JSON.stringify(t.skip_records_with_empty_values)}`);t.skip_records_with_empty_values=!1}if("boolean"==typeof t.skip_records_with_error);else{if(void 0!==t.skip_records_with_error&&null!==t.skip_records_with_error)throw new Error(`Invalid Option: skip_records_with_error must be a boolean, got ${JSON.stringify(t.skip_records_with_error)}`);t.skip_records_with_error=!1}if(void 0===t.rtrim||null===t.rtrim||!1===t.rtrim)t.rtrim=!1;else if(!0!==t.rtrim)throw new Error(`Invalid Option: rtrim must be a boolean, got ${JSON.stringify(t.rtrim)}`);if(void 0===t.ltrim||null===t.ltrim||!1===t.ltrim)t.ltrim=!1;else if(!0!==t.ltrim)throw new Error(`Invalid Option: ltrim must be a boolean, got ${JSON.stringify(t.ltrim)}`);if(void 0===t.trim||null===t.trim||!1===t.trim)t.trim=!1;else if(!0!==t.trim)throw new Error(`Invalid Option: trim must be a boolean, got ${JSON.stringify(t.trim)}`);if(!0===t.trim&&!1!==e.ltrim?t.ltrim=!0:!0!==t.ltrim&&(t.ltrim=!1),!0===t.trim&&!1!==e.rtrim?t.rtrim=!0:!0!==t.rtrim&&(t.rtrim=!1),void 0===t.to||null===t.to)t.to=-1;else if(-1!==t.to){if("string"==typeof t.to&&/\d+/.test(t.to)&&(t.to=parseInt(t.to)),!Number.isInteger(t.to))throw new Error(`Invalid Option: to must be an integer, got ${JSON.stringify(e.to)}`);if(t.to<=0)throw new Error(`Invalid Option: to must be a positive integer greater than 0, got ${JSON.stringify(e.to)}`)}if(void 0===t.to_line||null===t.to_line)t.to_line=-1;else if(-1!==t.to_line){if("string"==typeof t.to_line&&/\d+/.test(t.to_line)&&(t.to_line=parseInt(t.to_line)),!Number.isInteger(t.to_line))throw new Error(`Invalid Option: to_line must be an integer, got ${JSON.stringify(e.to_line)}`);if(t.to_line<=0)throw new Error(`Invalid Option: to_line must be a positive integer greater than 0, got ${JSON.stringify(e.to_line)}`)}return t},ps=function(e){return e.every((e=>null==e||e.toString&&""===e.toString().trim()))},ms={utf8:Cl.from([239,187,191]),utf16le:Cl.from([255,254])},hs=function(e,t={}){"string"==typeof e&&(e=Cl.from(e));const n=t&&t.objname?{}:[],r=function(e={}){const t=us(e);return{info:{bytes:0,comment_lines:0,empty_lines:0,invalid_field_length:0,lines:1,records:0},original_options:e,options:t,state:ds(t),__needMoreData:function(e,t,n){if(n)return!1;const{encoding:r,escape:i,quote:o}=this.options,{quoting:a,needMoreDataSize:l,recordDelimiterMaxLength:s}=this.state;return t-e-1<Math.max(l,0===s?Cl.from("\r\n",r).length:s,a?(null===i?0:i.length)+o.length:0,a?o.length+s:0)},parse:function(e,t,n,r){const{bom:i,comment_no_infix:o,encoding:a,from_line:l,ltrim:s,max_record_size:c,raw:d,relax_quotes:u,rtrim:p,skip_empty_lines:m,to:h,to_line:g}=this.options;let{comment:f,escape:b,quote:v,record_delimiter:x}=this.options;const{bomSkipped:y,previousBuf:w,rawBuffer:C,escapeIsQuote:E}=this.state;let I;if(void 0===w){if(void 0===e)return void r();I=e}else I=void 0!==w&&void 0===e?w:Cl.concat([w,e]);if(!1===y)if(!1===i)this.state.bomSkipped=!0;else if(I.length<3){if(!1===t)return void(this.state.previousBuf=I)}else{for(const e in ms)if(0===ms[e].compare(I,0,ms[e].length)){const t=ms[e].length;this.state.bufBytesStart+=t,I=I.slice(t);const n=us({...this.original_options,encoding:e});for(const e in n)this.options[e]=n[e];({comment:f,escape:b,quote:v}=this.options);break}this.state.bomSkipped=!0}const k=I.length;let M;for(M=0;M<k&&!this.__needMoreData(M,k,t);M++){if(!0===this.state.wasRowDelimiter&&(this.info.lines++,this.state.wasRowDelimiter=!1),-1!==g&&this.info.lines>g)return this.state.stop=!0,void r();!1===this.state.quoting&&0===x.length&&this.__autoDiscoverRecordDelimiter(I,M)&&(x=this.options.record_delimiter);const e=I[M];if(!0===d&&C.append(e),13!==e&&10!==e||!1!==this.state.wasRowDelimiter||(this.state.wasRowDelimiter=!0),!0===this.state.escaping)this.state.escaping=!1;else{if(null!==b&&!0===this.state.quoting&&this.__isEscape(I,M,e)&&M+b.length<k){if(!E){this.state.escaping=!0,M+=b.length-1;continue}if(this.__isQuote(I,M+b.length)){this.state.escaping=!0,M+=b.length-1;continue}}if(!1===this.state.commenting&&this.__isQuote(I,M))if(!0===this.state.quoting){const t=I[M+v.length],n=p&&this.__isCharTrimable(I,M+v.length),r=null!==f&&this.__compareBytes(f,I,M+v.length,t),i=this.__isDelimiter(I,M+v.length,t),o=0===x.length?this.__autoDiscoverRecordDelimiter(I,M+v.length):this.__isRecordDelimiter(t,I,M+v.length);if(null!==b&&this.__isEscape(I,M,e)&&this.__isQuote(I,M+b.length))M+=b.length-1;else{if(!t||i||o||r||n){this.state.quoting=!1,this.state.wasQuoting=!0,M+=v.length-1;continue}if(!1===u){const e=this.__error(new ls("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(t)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(void 0!==e)return e}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(v),M+=v.length-1}}else{if(0===this.state.field.length){this.state.quoting=!0,M+=v.length-1;continue}if(!1===u){const e=this.__infoField(),t=Object.keys(ms).map((e=>!!ms[e].equals(this.state.field.toString())&&e)).filter(Boolean)[0],n=this.__error(new ls("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(e.column)} at line ${e.lines}, value is ${JSON.stringify(this.state.field.toString(a))}`,t?`(${t} bom)`:void 0],this.options,e,{field:this.state.field}));if(void 0!==n)return n}}if(!1===this.state.quoting){const t=this.__isRecordDelimiter(e,I,M);if(0!==t){if(this.state.commenting&&!1===this.state.wasQuoting&&0===this.state.record.length&&0===this.state.field.length)this.info.comment_lines++;else{if(!1===this.state.enabled&&this.info.lines+(!0===this.state.wasRowDelimiter?1:0)>=l){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),M+=t-1;continue}if(!0===m&&!1===this.state.wasQuoting&&0===this.state.record.length&&0===this.state.field.length){this.info.empty_lines++,M+=t-1;continue}this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;this.info.bytes=this.state.bufBytesStart+M+t;const i=this.__onRecord(n);if(void 0!==i)return i;if(-1!==h&&this.info.records>=h)return this.state.stop=!0,void r()}this.state.commenting=!1,M+=t-1;continue}if(this.state.commenting)continue;if(null!==f&&(!1===o||0===this.state.record.length&&0===this.state.field.length)&&0!==this.__compareBytes(f,I,M,e)){this.state.commenting=!0;continue}const i=this.__isDelimiter(I,M,e);if(0!==i){this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;M+=i-1;continue}}}if(!1===this.state.commenting&&0!==c&&this.state.record_length+this.state.field.length>c)return this.__error(new ls("CSV_MAX_RECORD_SIZE",["Max Record Size:","record exceed the maximum number of tolerated bytes",`of ${c}`,`at line ${this.info.lines}`],this.options,this.__infoField()));const t=!1===s||!0===this.state.quoting||0!==this.state.field.length||!this.__isCharTrimable(I,M),i=!1===p||!1===this.state.wasQuoting;if(!0!==t||!0!==i){if(!0!==p||this.__isCharTrimable(I,M)){!1===t&&(M+=this.__isCharTrimable(I,M)-1);continue}return this.__error(new ls("CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE",["Invalid Closing Quote:","found non trimable byte after quote",`at line ${this.info.lines}`],this.options,this.__infoField()))}this.state.field.append(e)}if(!0===t)if(!0===this.state.quoting){const e=this.__error(new ls("CSV_QUOTE_NOT_CLOSED",["Quote Not Closed:",`the parsing is finished with an opening quote at line ${this.info.lines}`],this.options,this.__infoField()));if(void 0!==e)return e}else if(!0===this.state.wasQuoting||0!==this.state.record.length||0!==this.state.field.length){this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;const t=this.__onRecord(n);if(void 0!==t)return t}else!0===this.state.wasRowDelimiter?this.info.empty_lines++:!0===this.state.commenting&&this.info.comment_lines++;else this.state.bufBytesStart+=M,this.state.previousBuf=I.slice(M);!0===this.state.wasRowDelimiter&&(this.info.lines++,this.state.wasRowDelimiter=!1)},__onRecord:function(e){const{columns:t,group_columns_by_name:n,encoding:r,info:i,from:o,relax_column_count:a,relax_column_count_less:l,relax_column_count_more:s,raw:c,skip_records_with_empty_values:d}=this.options,{enabled:u,record:p}=this.state;if(!1===u)return this.__resetRecord();const m=p.length;if(!0===t)return!0===d&&ps(p)?void this.__resetRecord():this.__firstLineToColumns(p);if(!1===t&&0===this.info.records&&(this.state.expectedRecordLength=m),m!==this.state.expectedRecordLength){const e=!1===t?new ls("CSV_RECORD_INCONSISTENT_FIELDS_LENGTH",["Invalid Record Length:",`expect ${this.state.expectedRecordLength},`,`got ${m} on line ${this.info.lines}`],this.options,this.__infoField(),{record:p}):new ls("CSV_RECORD_INCONSISTENT_COLUMNS",["Invalid Record Length:",`columns length is ${t.length},`,`got ${m} on line ${this.info.lines}`],this.options,this.__infoField(),{record:p});if(!0===a||!0===l&&m<this.state.expectedRecordLength||!0===s&&m>this.state.expectedRecordLength)this.info.invalid_field_length++,this.state.error=e;else{const t=this.__error(e);if(t)return t}}if(!0===d&&ps(p))this.__resetRecord();else{if(!0===this.state.recordHasError)return this.__resetRecord(),void(this.state.recordHasError=!1);if(this.info.records++,1===o||this.info.records>=o){const{objname:o}=this.options;if(!1!==t){const a={};for(let e=0,r=p.length;e<r;e++)void 0===t[e]||t[e].disabled||(!0===n&&void 0!==a[t[e].name]?Array.isArray(a[t[e].name])?a[t[e].name]=a[t[e].name].concat(p[e]):a[t[e].name]=[a[t[e].name],p[e]]:a[t[e].name]=p[e]);if(!0===c||!0===i){const t=Object.assign({record:a},!0===c?{raw:this.state.rawBuffer.toString(r)}:{},!0===i?{info:this.__infoRecord()}:{}),n=this.__push(void 0===o?t:[a[o],t],e);if(n)return n}else{const t=this.__push(void 0===o?a:[a[o],a],e);if(t)return t}}else if(!0===c||!0===i){const t=Object.assign({record:p},!0===c?{raw:this.state.rawBuffer.toString(r)}:{},!0===i?{info:this.__infoRecord()}:{}),n=this.__push(void 0===o?t:[p[o],t],e);if(n)return n}else{const t=this.__push(void 0===o?p:[p[o],p],e);if(t)return t}}this.__resetRecord()}},__firstLineToColumns:function(e){const{firstLineToHeaders:t}=this.state;try{const n=void 0===t?e:t.call(null,e);if(!Array.isArray(n))return this.__error(new ls("CSV_INVALID_COLUMN_MAPPING",["Invalid Column Mapping:","expect an array from column function,",`got ${JSON.stringify(n)}`],this.options,this.__infoField(),{headers:n}));const r=ss(n);return this.state.expectedRecordLength=r.length,this.options.columns=r,void this.__resetRecord()}catch(e){return e}},__resetRecord:function(){!0===this.options.raw&&this.state.rawBuffer.reset(),this.state.error=void 0,this.state.record=[],this.state.record_length=0},__onField:function(){const{cast:e,encoding:t,rtrim:n,max_record_size:r}=this.options,{enabled:i,wasQuoting:o}=this.state;if(!1===i)return this.__resetField();let a=this.state.field.toString(t);if(!0===n&&!1===o&&(a=a.trimRight()),!0===e){const[e,t]=this.__cast(a);if(void 0!==e)return e;a=t}this.state.record.push(a),0!==r&&"string"==typeof a&&(this.state.record_length+=a.length),this.__resetField()},__resetField:function(){this.state.field.reset(),this.state.wasQuoting=!1},__push:function(e,t){const{on_record:n}=this.options;if(void 0!==n){const t=this.__infoRecord();try{e=n.call(null,e,t)}catch(e){return e}if(null==e)return}t(e)},__cast:function(e){const{columns:t,relax_column_count:n}=this.options;if(!0===Array.isArray(t)&&n&&this.options.columns.length<=this.state.record.length)return[void 0,void 0];if(null!==this.state.castField)try{const t=this.__infoField();return[void 0,this.state.castField.call(null,e,t)]}catch(e){return[e]}if(this.__isFloat(e))return[void 0,parseFloat(e)];if(!1!==this.options.cast_date){const t=this.__infoField();return[void 0,this.options.cast_date.call(null,e,t)]}return[void 0,e]},__isCharTrimable:function(e,t){return((e,t)=>{const{timchars:n}=this.state;e:for(let r=0;r<n.length;r++){const i=n[r];for(let n=0;n<i.length;n++)if(i[n]!==e[t+n])continue e;return i.length}return 0})(e,t)},__isFloat:function(e){return e-parseFloat(e)+1>=0},__compareBytes:function(e,t,n,r){if(e[0]!==r)return 0;const i=e.length;for(let r=1;r<i;r++)if(e[r]!==t[n+r])return 0;return i},__isDelimiter:function(e,t,n){const{delimiter:r,ignore_last_delimiters:i}=this.options;if(!0===i&&this.state.record.length===this.options.columns.length-1)return 0;if(!1!==i&&"number"==typeof i&&this.state.record.length===i-1)return 0;e:for(let i=0;i<r.length;i++){const o=r[i];if(o[0]===n){for(let n=1;n<o.length;n++)if(o[n]!==e[t+n])continue e;return o.length}}return 0},__isRecordDelimiter:function(e,t,n){const{record_delimiter:r}=this.options,i=r.length;e:for(let o=0;o<i;o++){const i=r[o],a=i.length;if(i[0]===e){for(let e=1;e<a;e++)if(i[e]!==t[n+e])continue e;return i.length}}return 0},__isEscape:function(e,t,n){const{escape:r}=this.options;if(null===r)return!1;const i=r.length;if(r[0]===n){for(let n=0;n<i;n++)if(r[n]!==e[t+n])return!1;return!0}return!1},__isQuote:function(e,t){const{quote:n}=this.options;if(null===n)return!1;const r=n.length;for(let i=0;i<r;i++)if(n[i]!==e[t+i])return!1;return!0},__autoDiscoverRecordDelimiter:function(e,t){const{encoding:n}=this.options,r=[Cl.from("\r\n",n),Cl.from("\n",n),Cl.from("\r",n)];e:for(let n=0;n<r.length;n++){const i=r[n].length;for(let o=0;o<i;o++)if(r[n][o]!==e[t+o])continue e;return this.options.record_delimiter.push(r[n]),this.state.recordDelimiterMaxLength=r[n].length,r[n].length}return 0},__error:function(e){const{encoding:t,raw:n,skip_records_with_error:r}=this.options,i="string"==typeof e?new Error(e):e;if(!r)return i;if(this.state.recordHasError=!0,void 0!==this.options.on_skip)try{this.options.on_skip(i,n?this.state.rawBuffer.toString(t):void 0)}catch(i){return i}},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){const{columns:e,raw:t,encoding:n}=this.options;return{...this.__infoDataSet(),error:this.state.error,header:!0===e,index:this.state.record.length,raw:t?this.state.rawBuffer.toString(n):void 0}},__infoField:function(){const{columns:e}=this.options,t=Array.isArray(e);return{...this.__infoRecord(),column:!0===t?e.length>this.state.record.length?e[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}}(t),i=r.parse(e,!0,(e=>{void 0===r.options.objname?n.push(e):n[e[0]]=e[1]}),(()=>{}));if(void 0!==i)throw i;return n},gs=e=>{var t;const n=e.trim();if(!n)return[];let r;const i=n.includes(","),o=n.startsWith('"')&&n.endsWith('"');if(i||o)try{r=null!==(t=hs(n,{columns:!1})[0])&&void 0!==t?t:[]}catch(e){r=n.split(",")}else r=[n];return r.filter((e=>e&&"string"==typeof e)).map((e=>e.trim())).filter((e=>e))},fs=v.div`
|
|
915
|
+
`,qa=e.forwardRef((function({width:t="50px"},n){const r=ee();return e.createElement(Xa,{ref:n,width:t},e.createElement(Ja,{viewBox:"25 25 50 50"},e.createElement(Ua,{cx:"50",cy:"50",r:"20",stroke:r.palette.neutral.softLight}),e.createElement(Qa,{cx:"50",cy:"50",r:"20",stroke:r.palette.primary.base})))})),Ka={small:"28px",medium:"32px",large:"40px"},el={small:`${xe.sm}px`,medium:`${xe.md}px`,large:`${xe.xl}px`},tl={small:"4px",medium:"6px",large:"6px"},nl={small:"6px",medium:"8px",large:"10px"};function rl(e,t){switch(t){case"primary":return e.palette.primary.darker;case"secondaryLight":return e.palette.neutral.softLight;case"secondaryDark":case"clear":return e.palette.neutral.lighter;case"danger":return e.palette.danger.darker;case"primarySubtle":return e.palette.primary.softLight}}const il=e.forwardRef((function(t,n){var{component:r,children:i,color:o="primary",textColor:a,inline:l=!0,size:s="medium",icon:c,loading:d,isQuiet:u=!1}=t,p=D(t,["component","children","color","textColor","inline","size","icon","loading","isQuiet"]);const m=ee(),h=(e=>({primary:{normal:{background:e.palette.primary.base,color:e.palette.text.white,boxShadow:e.shadow["3dShadowPrimary"],border:`1px solid ${e.palette.primary.dark}`},hover:{background:e.palette.primary.dark,border:"none"},active:{background:e.palette.primary.dark,boxShadow:e.shadow["3dShadowActive"],border:"none"}},secondaryLight:{normal:{background:e.palette.background.default,color:e.palette.black,boxShadow:e.shadow["3dShadowBasic"],border:`1px solid ${e.palette.divider}`},hover:{background:e.palette.neutral.highlight,border:`1px solid ${e.palette.divider}`},active:{background:e.palette.neutral.highlight,boxShadow:e.shadow["3dShadowActive"],border:`1px solid ${e.palette.divider}`}},secondaryDark:{normal:{background:e.palette.neutral.highlight,color:e.palette.black,boxShadow:e.shadow["3dShadowBasic"],border:`1px solid ${e.palette.divider}`},hover:{background:e.palette.neutral.softLight,border:"none"},active:{background:e.palette.neutral.softLight,boxShadow:e.shadow["3dShadowBasicActive"],border:"none"}},danger:{normal:{background:e.palette.danger.base,color:e.palette.text.white,boxShadow:e.shadow["3dShadowDanger"],border:`1px solid ${e.palette.danger.dark}`},hover:{background:e.palette.danger.dark,border:"none"},active:{background:e.palette.danger.dark,boxShadow:e.shadow["3dShadowActive"],border:"none"}},clear:{normal:{background:"none",color:e.palette.black,boxShadow:"none",border:"none"},hover:{background:e.palette.neutral.softLight,border:"none"},active:{background:e.palette.neutral.lighter,boxShadow:"none",border:"none"}},primarySubtle:{normal:{background:e.palette.primary.ultraLight,color:e.palette.primary.dark,boxShadow:e.shadow["3dShadowPrimarySubtle"],border:`1px solid ${e.palette.primary.softLight}`},hover:{background:e.palette.primary.highlight,border:"none"},active:{background:e.palette.primary.highlight,boxShadow:e.shadow["3dShadowPrimarySubtleActive"],border:"none"}}}))(m)[o],g=e.useMemo((()=>u?{normal:Object.assign(Object.assign({},h.normal),{border:"none",boxShadow:"none"}),hover:Object.assign(Object.assign({},h.hover),{border:"none"}),active:Object.assign(Object.assign({},h.active),{background:rl(m,o),border:"none",boxShadow:"none"})}:h),[h,o,u,m]),f=!!d,b="string"==typeof d?d:d?"Loading...":void 0,v=e.useMemo((()=>({small:"16px",medium:"18px",large:"20px"}[s])),[s]),x=e.useMemo((()=>f?e.createElement(qa,{width:v}):null),[f,v]),y=!!c,w=!!i,C=f?y?x:void 0:c,E=f?!y&&w||y&&w?b:void 0:i,I=(()=>{if("string"==typeof p.href){const{href:e,target:t,rel:n}=p;return{as:r||"a",href:e,target:t,rel:n}}return{}})();return e.createElement(Ga,Object.assign({ref:n},p,{as:r||"button"},I,{size:s,inline:l,paddingInline:nl[s],normal:g.normal,hover:g.hover,active:g.active,borderRadius:tl[s],fontSize:el[s],height:Ka[s],color:o,$isQuiet:u,disabled:p.disabled||f}),C,C&&E&&e.createElement(ja,{pr:.5}),E&&e.createElement(_a,{$textColor:a},E))})),ol={1955:"国民の祝日・休日月日,国民の祝日・休日名称\n1955/1/1,元日\n1955/1/15,成人の日\n1955/3/21,春分の日\n1955/4/29,天皇誕生日\n1955/5/3,憲法記念日\n1955/5/5,こどもの日\n1955/9/24,秋分の日\n1955/11/3,文化の日\n1955/11/23,勤労感謝の日",1956:"国民の祝日・休日月日,国民の祝日・休日名称\n1956/1/1,元日\n1956/1/15,成人の日\n1956/3/21,春分の日\n1956/4/29,天皇誕生日\n1956/5/3,憲法記念日\n1956/5/5,こどもの日\n1956/9/23,秋分の日\n1956/11/3,文化の日\n1956/11/23,勤労感謝の日",1957:"国民の祝日・休日月日,国民の祝日・休日名称\n1957/1/1,元日\n1957/1/15,成人の日\n1957/3/21,春分の日\n1957/4/29,天皇誕生日\n1957/5/3,憲法記念日\n1957/5/5,こどもの日\n1957/9/23,秋分の日\n1957/11/3,文化の日\n1957/11/23,勤労感謝の日",1958:"国民の祝日・休日月日,国民の祝日・休日名称\n1958/1/1,元日\n1958/1/15,成人の日\n1958/3/21,春分の日\n1958/4/29,天皇誕生日\n1958/5/3,憲法記念日\n1958/5/5,こどもの日\n1958/9/23,秋分の日\n1958/11/3,文化の日\n1958/11/23,勤労感謝の日",1959:"国民の祝日・休日月日,国民の祝日・休日名称\n1959/1/1,元日\n1959/1/15,成人の日\n1959/3/21,春分の日\n1959/4/10,結婚の儀\n1959/4/29,天皇誕生日\n1959/5/3,憲法記念日\n1959/5/5,こどもの日\n1959/9/24,秋分の日\n1959/11/3,文化の日\n1959/11/23,勤労感謝の日",1960:"国民の祝日・休日月日,国民の祝日・休日名称\n1960/1/1,元日\n1960/1/15,成人の日\n1960/3/20,春分の日\n1960/4/29,天皇誕生日\n1960/5/3,憲法記念日\n1960/5/5,こどもの日\n1960/9/23,秋分の日\n1960/11/3,文化の日\n1960/11/23,勤労感謝の日",1961:"国民の祝日・休日月日,国民の祝日・休日名称\n1961/1/1,元日\n1961/1/15,成人の日\n1961/3/21,春分の日\n1961/4/29,天皇誕生日\n1961/5/3,憲法記念日\n1961/5/5,こどもの日\n1961/9/23,秋分の日\n1961/11/3,文化の日\n1961/11/23,勤労感謝の日",1962:"国民の祝日・休日月日,国民の祝日・休日名称\n1962/1/1,元日\n1962/1/15,成人の日\n1962/3/21,春分の日\n1962/4/29,天皇誕生日\n1962/5/3,憲法記念日\n1962/5/5,こどもの日\n1962/9/23,秋分の日\n1962/11/3,文化の日\n1962/11/23,勤労感謝の日",1963:"国民の祝日・休日月日,国民の祝日・休日名称\n1963/1/1,元日\n1963/1/15,成人の日\n1963/3/21,春分の日\n1963/4/29,天皇誕生日\n1963/5/3,憲法記念日\n1963/5/5,こどもの日\n1963/9/24,秋分の日\n1963/11/3,文化の日\n1963/11/23,勤労感謝の日",1964:"国民の祝日・休日月日,国民の祝日・休日名称\n1964/1/1,元日\n1964/1/15,成人の日\n1964/3/20,春分の日\n1964/4/29,天皇誕生日\n1964/5/3,憲法記念日\n1964/5/5,こどもの日\n1964/9/23,秋分の日\n1964/11/3,文化の日\n1964/11/23,勤労感謝の日",1965:"国民の祝日・休日月日,国民の祝日・休日名称\n1965/1/1,元日\n1965/1/15,成人の日\n1965/3/21,春分の日\n1965/4/29,天皇誕生日\n1965/5/3,憲法記念日\n1965/5/5,こどもの日\n1965/9/23,秋分の日\n1965/11/3,文化の日\n1965/11/23,勤労感謝の日",1966:"国民の祝日・休日月日,国民の祝日・休日名称\n1966/1/1,元日\n1966/1/15,成人の日\n1966/3/21,春分の日\n1966/4/29,天皇誕生日\n1966/5/3,憲法記念日\n1966/5/5,こどもの日\n1966/9/15,敬老の日\n1966/9/23,秋分の日\n1966/10/10,体育の日\n1966/11/3,文化の日\n1966/11/23,勤労感謝の日",1967:"国民の祝日・休日月日,国民の祝日・休日名称\n1967/1/1,元日\n1967/1/15,成人の日\n1967/2/11,建国記念の日\n1967/3/21,春分の日\n1967/4/29,天皇誕生日\n1967/5/3,憲法記念日\n1967/5/5,こどもの日\n1967/9/15,敬老の日\n1967/9/24,秋分の日\n1967/10/10,体育の日\n1967/11/3,文化の日\n1967/11/23,勤労感謝の日",1968:"国民の祝日・休日月日,国民の祝日・休日名称\n1968/1/1,元日\n1968/1/15,成人の日\n1968/2/11,建国記念の日\n1968/3/20,春分の日\n1968/4/29,天皇誕生日\n1968/5/3,憲法記念日\n1968/5/5,こどもの日\n1968/9/15,敬老の日\n1968/9/23,秋分の日\n1968/10/10,体育の日\n1968/11/3,文化の日\n1968/11/23,勤労感謝の日",1969:"国民の祝日・休日月日,国民の祝日・休日名称\n1969/1/1,元日\n1969/1/15,成人の日\n1969/2/11,建国記念の日\n1969/3/21,春分の日\n1969/4/29,天皇誕生日\n1969/5/3,憲法記念日\n1969/5/5,こどもの日\n1969/9/15,敬老の日\n1969/9/23,秋分の日\n1969/10/10,体育の日\n1969/11/3,文化の日\n1969/11/23,勤労感謝の日",1970:"国民の祝日・休日月日,国民の祝日・休日名称\n1970/1/1,元日\n1970/1/15,成人の日\n1970/2/11,建国記念の日\n1970/3/21,春分の日\n1970/4/29,天皇誕生日\n1970/5/3,憲法記念日\n1970/5/5,こどもの日\n1970/9/15,敬老の日\n1970/9/23,秋分の日\n1970/10/10,体育の日\n1970/11/3,文化の日\n1970/11/23,勤労感謝の日",1971:"国民の祝日・休日月日,国民の祝日・休日名称\n1971/1/1,元日\n1971/1/15,成人の日\n1971/2/11,建国記念の日\n1971/3/21,春分の日\n1971/4/29,天皇誕生日\n1971/5/3,憲法記念日\n1971/5/5,こどもの日\n1971/9/15,敬老の日\n1971/9/24,秋分の日\n1971/10/10,体育の日\n1971/11/3,文化の日\n1971/11/23,勤労感謝の日",1972:"国民の祝日・休日月日,国民の祝日・休日名称\n1972/1/1,元日\n1972/1/15,成人の日\n1972/2/11,建国記念の日\n1972/3/20,春分の日\n1972/4/29,天皇誕生日\n1972/5/3,憲法記念日\n1972/5/5,こどもの日\n1972/9/15,敬老の日\n1972/9/23,秋分の日\n1972/10/10,体育の日\n1972/11/3,文化の日\n1972/11/23,勤労感謝の日",1973:"国民の祝日・休日月日,国民の祝日・休日名称\n1973/1/1,元日\n1973/1/15,成人の日\n1973/2/11,建国記念の日\n1973/3/21,春分の日\n1973/4/29,天皇誕生日\n1973/4/30,休日\n1973/5/3,憲法記念日\n1973/5/5,こどもの日\n1973/9/15,敬老の日\n1973/9/23,秋分の日\n1973/9/24,休日\n1973/10/10,体育の日\n1973/11/3,文化の日\n1973/11/23,勤労感謝の日",1974:"国民の祝日・休日月日,国民の祝日・休日名称\n1974/1/1,元日\n1974/1/15,成人の日\n1974/2/11,建国記念の日\n1974/3/21,春分の日\n1974/4/29,天皇誕生日\n1974/5/3,憲法記念日\n1974/5/5,こどもの日\n1974/5/6,休日\n1974/9/15,敬老の日\n1974/9/16,休日\n1974/9/23,秋分の日\n1974/10/10,体育の日\n1974/11/3,文化の日\n1974/11/4,休日\n1974/11/23,勤労感謝の日",1975:"国民の祝日・休日月日,国民の祝日・休日名称\n1975/1/1,元日\n1975/1/15,成人の日\n1975/2/11,建国記念の日\n1975/3/21,春分の日\n1975/4/29,天皇誕生日\n1975/5/3,憲法記念日\n1975/5/5,こどもの日\n1975/9/15,敬老の日\n1975/9/24,秋分の日\n1975/10/10,体育の日\n1975/11/3,文化の日\n1975/11/23,勤労感謝の日\n1975/11/24,休日",1976:"国民の祝日・休日月日,国民の祝日・休日名称\n1976/1/1,元日\n1976/1/15,成人の日\n1976/2/11,建国記念の日\n1976/3/20,春分の日\n1976/4/29,天皇誕生日\n1976/5/3,憲法記念日\n1976/5/5,こどもの日\n1976/9/15,敬老の日\n1976/9/23,秋分の日\n1976/10/10,体育の日\n1976/10/11,休日\n1976/11/3,文化の日\n1976/11/23,勤労感謝の日",1977:"国民の祝日・休日月日,国民の祝日・休日名称\n1977/1/1,元日\n1977/1/15,成人の日\n1977/2/11,建国記念の日\n1977/3/21,春分の日\n1977/4/29,天皇誕生日\n1977/5/3,憲法記念日\n1977/5/5,こどもの日\n1977/9/15,敬老の日\n1977/9/23,秋分の日\n1977/10/10,体育の日\n1977/11/3,文化の日\n1977/11/23,勤労感謝の日",1978:"国民の祝日・休日月日,国民の祝日・休日名称\n1978/1/1,元日\n1978/1/2,休日\n1978/1/15,成人の日\n1978/1/16,休日\n1978/2/11,建国記念の日\n1978/3/21,春分の日\n1978/4/29,天皇誕生日\n1978/5/3,憲法記念日\n1978/5/5,こどもの日\n1978/9/15,敬老の日\n1978/9/23,秋分の日\n1978/10/10,体育の日\n1978/11/3,文化の日\n1978/11/23,勤労感謝の日",1979:"国民の祝日・休日月日,国民の祝日・休日名称\n1979/1/1,元日\n1979/1/15,成人の日\n1979/2/11,建国記念の日\n1979/2/12,休日\n1979/3/21,春分の日\n1979/4/29,天皇誕生日\n1979/4/30,休日\n1979/5/3,憲法記念日\n1979/5/5,こどもの日\n1979/9/15,敬老の日\n1979/9/24,秋分の日\n1979/10/10,体育の日\n1979/11/3,文化の日\n1979/11/23,勤労感謝の日",1980:"国民の祝日・休日月日,国民の祝日・休日名称\n1980/1/1,元日\n1980/1/15,成人の日\n1980/2/11,建国記念の日\n1980/3/20,春分の日\n1980/4/29,天皇誕生日\n1980/5/3,憲法記念日\n1980/5/5,こどもの日\n1980/9/15,敬老の日\n1980/9/23,秋分の日\n1980/10/10,体育の日\n1980/11/3,文化の日\n1980/11/23,勤労感謝の日\n1980/11/24,休日",1981:"国民の祝日・休日月日,国民の祝日・休日名称\n1981/1/1,元日\n1981/1/15,成人の日\n1981/2/11,建国記念の日\n1981/3/21,春分の日\n1981/4/29,天皇誕生日\n1981/5/3,憲法記念日\n1981/5/4,休日\n1981/5/5,こどもの日\n1981/9/15,敬老の日\n1981/9/23,秋分の日\n1981/10/10,体育の日\n1981/11/3,文化の日\n1981/11/23,勤労感謝の日",1982:"国民の祝日・休日月日,国民の祝日・休日名称\n1982/1/1,元日\n1982/1/15,成人の日\n1982/2/11,建国記念の日\n1982/3/21,春分の日\n1982/3/22,休日\n1982/4/29,天皇誕生日\n1982/5/3,憲法記念日\n1982/5/5,こどもの日\n1982/9/15,敬老の日\n1982/9/23,秋分の日\n1982/10/10,体育の日\n1982/10/11,休日\n1982/11/3,文化の日\n1982/11/23,勤労感謝の日",1983:"国民の祝日・休日月日,国民の祝日・休日名称\n1983/1/1,元日\n1983/1/15,成人の日\n1983/2/11,建国記念の日\n1983/3/21,春分の日\n1983/4/29,天皇誕生日\n1983/5/3,憲法記念日\n1983/5/5,こどもの日\n1983/9/15,敬老の日\n1983/9/23,秋分の日\n1983/10/10,体育の日\n1983/11/3,文化の日\n1983/11/23,勤労感謝の日",1984:"国民の祝日・休日月日,国民の祝日・休日名称\n1984/1/1,元日\n1984/1/2,休日\n1984/1/15,成人の日\n1984/1/16,休日\n1984/2/11,建国記念の日\n1984/3/20,春分の日\n1984/4/29,天皇誕生日\n1984/4/30,休日\n1984/5/3,憲法記念日\n1984/5/5,こどもの日\n1984/9/15,敬老の日\n1984/9/23,秋分の日\n1984/9/24,休日\n1984/10/10,体育の日\n1984/11/3,文化の日\n1984/11/23,勤労感謝の日",1985:"国民の祝日・休日月日,国民の祝日・休日名称\n1985/1/1,元日\n1985/1/15,成人の日\n1985/2/11,建国記念の日\n1985/3/21,春分の日\n1985/4/29,天皇誕生日\n1985/5/3,憲法記念日\n1985/5/5,こどもの日\n1985/5/6,休日\n1985/9/15,敬老の日\n1985/9/16,休日\n1985/9/23,秋分の日\n1985/10/10,体育の日\n1985/11/3,文化の日\n1985/11/4,休日\n1985/11/23,勤労感謝の日",1986:"国民の祝日・休日月日,国民の祝日・休日名称\n1986/1/1,元日\n1986/1/15,成人の日\n1986/2/11,建国記念の日\n1986/3/21,春分の日\n1986/4/29,天皇誕生日\n1986/5/3,憲法記念日\n1986/5/5,こどもの日\n1986/9/15,敬老の日\n1986/9/23,秋分の日\n1986/10/10,体育の日\n1986/11/3,文化の日\n1986/11/23,勤労感謝の日\n1986/11/24,休日",1987:"国民の祝日・休日月日,国民の祝日・休日名称\n1987/1/1,元日\n1987/1/15,成人の日\n1987/2/11,建国記念の日\n1987/3/21,春分の日\n1987/4/29,天皇誕生日\n1987/5/3,憲法記念日\n1987/5/4,休日\n1987/5/5,こどもの日\n1987/9/15,敬老の日\n1987/9/23,秋分の日\n1987/10/10,体育の日\n1987/11/3,文化の日\n1987/11/23,勤労感謝の日",1988:"国民の祝日・休日月日,国民の祝日・休日名称\n1988/1/1,元日\n1988/1/15,成人の日\n1988/2/11,建国記念の日\n1988/3/20,春分の日\n1988/3/21,休日\n1988/4/29,天皇誕生日\n1988/5/3,憲法記念日\n1988/5/4,休日\n1988/5/5,こどもの日\n1988/9/15,敬老の日\n1988/9/23,秋分の日\n1988/10/10,体育の日\n1988/11/3,文化の日\n1988/11/23,勤労感謝の日",1989:"国民の祝日・休日月日,国民の祝日・休日名称\n1989/1/1,元日\n1989/1/2,休日\n1989/1/15,成人の日\n1989/1/16,休日\n1989/2/11,建国記念の日\n1989/2/24,大喪の礼\n1989/3/21,春分の日\n1989/4/29,みどりの日\n1989/5/3,憲法記念日\n1989/5/4,休日\n1989/5/5,こどもの日\n1989/9/15,敬老の日\n1989/9/23,秋分の日\n1989/10/10,体育の日\n1989/11/3,文化の日\n1989/11/23,勤労感謝の日\n1989/12/23,天皇誕生日",1990:"国民の祝日・休日月日,国民の祝日・休日名称\n1990/1/1,元日\n1990/1/15,成人の日\n1990/2/11,建国記念の日\n1990/2/12,休日\n1990/3/21,春分の日\n1990/4/29,みどりの日\n1990/4/30,休日\n1990/5/3,憲法記念日\n1990/5/4,休日\n1990/5/5,こどもの日\n1990/9/15,敬老の日\n1990/9/23,秋分の日\n1990/9/24,休日\n1990/10/10,体育の日\n1990/11/3,文化の日\n1990/11/12,即位礼正殿の儀\n1990/11/23,勤労感謝の日\n1990/12/23,天皇誕生日\n1990/12/24,休日",1991:"国民の祝日・休日月日,国民の祝日・休日名称\n1991/1/1,元日\n1991/1/15,成人の日\n1991/2/11,建国記念の日\n1991/3/21,春分の日\n1991/4/29,みどりの日\n1991/5/3,憲法記念日\n1991/5/4,休日\n1991/5/5,こどもの日\n1991/5/6,休日\n1991/9/15,敬老の日\n1991/9/16,休日\n1991/9/23,秋分の日\n1991/10/10,体育の日\n1991/11/3,文化の日\n1991/11/4,休日\n1991/11/23,勤労感謝の日\n1991/12/23,天皇誕生日",1992:"国民の祝日・休日月日,国民の祝日・休日名称\n1992/1/1,元日\n1992/1/15,成人の日\n1992/2/11,建国記念の日\n1992/3/20,春分の日\n1992/4/29,みどりの日\n1992/5/3,憲法記念日\n1992/5/4,休日\n1992/5/5,こどもの日\n1992/9/15,敬老の日\n1992/9/23,秋分の日\n1992/10/10,体育の日\n1992/11/3,文化の日\n1992/11/23,勤労感謝の日\n1992/12/23,天皇誕生日",1993:"国民の祝日・休日月日,国民の祝日・休日名称\n1993/1/1,元日\n1993/1/15,成人の日\n1993/2/11,建国記念の日\n1993/3/20,春分の日\n1993/4/29,みどりの日\n1993/5/3,憲法記念日\n1993/5/4,休日\n1993/5/5,こどもの日\n1993/6/9,結婚の儀\n1993/9/15,敬老の日\n1993/9/23,秋分の日\n1993/10/10,体育の日\n1993/10/11,休日\n1993/11/3,文化の日\n1993/11/23,勤労感謝の日\n1993/12/23,天皇誕生日",1994:"国民の祝日・休日月日,国民の祝日・休日名称\n1994/1/1,元日\n1994/1/15,成人の日\n1994/2/11,建国記念の日\n1994/3/21,春分の日\n1994/4/29,みどりの日\n1994/5/3,憲法記念日\n1994/5/4,休日\n1994/5/5,こどもの日\n1994/9/15,敬老の日\n1994/9/23,秋分の日\n1994/10/10,体育の日\n1994/11/3,文化の日\n1994/11/23,勤労感謝の日\n1994/12/23,天皇誕生日",1995:"国民の祝日・休日月日,国民の祝日・休日名称\n1995/1/1,元日\n1995/1/2,休日\n1995/1/15,成人の日\n1995/1/16,休日\n1995/2/11,建国記念の日\n1995/3/21,春分の日\n1995/4/29,みどりの日\n1995/5/3,憲法記念日\n1995/5/4,休日\n1995/5/5,こどもの日\n1995/9/15,敬老の日\n1995/9/23,秋分の日\n1995/10/10,体育の日\n1995/11/3,文化の日\n1995/11/23,勤労感謝の日\n1995/12/23,天皇誕生日",1996:"国民の祝日・休日月日,国民の祝日・休日名称\n1996/1/1,元日\n1996/1/15,成人の日\n1996/2/11,建国記念の日\n1996/2/12,休日\n1996/3/20,春分の日\n1996/4/29,みどりの日\n1996/5/3,憲法記念日\n1996/5/4,休日\n1996/5/5,こどもの日\n1996/5/6,休日\n1996/7/20,海の日\n1996/9/15,敬老の日\n1996/9/16,休日\n1996/9/23,秋分の日\n1996/10/10,体育の日\n1996/11/3,文化の日\n1996/11/4,休日\n1996/11/23,勤労感謝の日\n1996/12/23,天皇誕生日",1997:"国民の祝日・休日月日,国民の祝日・休日名称\n1997/1/1,元日\n1997/1/15,成人の日\n1997/2/11,建国記念の日\n1997/3/20,春分の日\n1997/4/29,みどりの日\n1997/5/3,憲法記念日\n1997/5/5,こどもの日\n1997/7/20,海の日\n1997/7/21,休日\n1997/9/15,敬老の日\n1997/9/23,秋分の日\n1997/10/10,体育の日\n1997/11/3,文化の日\n1997/11/23,勤労感謝の日\n1997/11/24,休日\n1997/12/23,天皇誕生日",1998:"国民の祝日・休日月日,国民の祝日・休日名称\n1998/1/1,元日\n1998/1/15,成人の日\n1998/2/11,建国記念の日\n1998/3/21,春分の日\n1998/4/29,みどりの日\n1998/5/3,憲法記念日\n1998/5/4,休日\n1998/5/5,こどもの日\n1998/7/20,海の日\n1998/9/15,敬老の日\n1998/9/23,秋分の日\n1998/10/10,体育の日\n1998/11/3,文化の日\n1998/11/23,勤労感謝の日\n1998/12/23,天皇誕生日",1999:"国民の祝日・休日月日,国民の祝日・休日名称\n1999/1/1,元日\n1999/1/15,成人の日\n1999/2/11,建国記念の日\n1999/3/21,春分の日\n1999/3/22,休日\n1999/4/29,みどりの日\n1999/5/3,憲法記念日\n1999/5/4,休日\n1999/5/5,こどもの日\n1999/7/20,海の日\n1999/9/15,敬老の日\n1999/9/23,秋分の日\n1999/10/10,体育の日\n1999/10/11,休日\n1999/11/3,文化の日\n1999/11/23,勤労感謝の日\n1999/12/23,天皇誕生日",2e3:"国民の祝日・休日月日,国民の祝日・休日名称\n2000/1/1,元日\n2000/1/10,成人の日\n2000/2/11,建国記念の日\n2000/3/20,春分の日\n2000/4/29,みどりの日\n2000/5/3,憲法記念日\n2000/5/4,休日\n2000/5/5,こどもの日\n2000/7/20,海の日\n2000/9/15,敬老の日\n2000/9/23,秋分の日\n2000/10/9,体育の日\n2000/11/3,文化の日\n2000/11/23,勤労感謝の日\n2000/12/23,天皇誕生日",2001:"国民の祝日・休日月日,国民の祝日・休日名称\n2001/1/1,元日\n2001/1/8,成人の日\n2001/2/11,建国記念の日\n2001/2/12,休日\n2001/3/20,春分の日\n2001/4/29,みどりの日\n2001/4/30,休日\n2001/5/3,憲法記念日\n2001/5/4,休日\n2001/5/5,こどもの日\n2001/7/20,海の日\n2001/9/15,敬老の日\n2001/9/23,秋分の日\n2001/9/24,休日\n2001/10/8,体育の日\n2001/11/3,文化の日\n2001/11/23,勤労感謝の日\n2001/12/23,天皇誕生日\n2001/12/24,休日",2002:"国民の祝日・休日月日,国民の祝日・休日名称\n2002/1/1,元日\n2002/1/14,成人の日\n2002/2/11,建国記念の日\n2002/3/21,春分の日\n2002/4/29,みどりの日\n2002/5/3,憲法記念日\n2002/5/4,休日\n2002/5/5,こどもの日\n2002/5/6,休日\n2002/7/20,海の日\n2002/9/15,敬老の日\n2002/9/16,休日\n2002/9/23,秋分の日\n2002/10/14,体育の日\n2002/11/3,文化の日\n2002/11/4,休日\n2002/11/23,勤労感謝の日\n2002/12/23,天皇誕生日",2003:"国民の祝日・休日月日,国民の祝日・休日名称\n2003/1/1,元日\n2003/1/13,成人の日\n2003/2/11,建国記念の日\n2003/3/21,春分の日\n2003/4/29,みどりの日\n2003/5/3,憲法記念日\n2003/5/5,こどもの日\n2003/7/21,海の日\n2003/9/15,敬老の日\n2003/9/23,秋分の日\n2003/10/13,体育の日\n2003/11/3,文化の日\n2003/11/23,勤労感謝の日\n2003/11/24,休日\n2003/12/23,天皇誕生日",2004:"国民の祝日・休日月日,国民の祝日・休日名称\n2004/1/1,元日\n2004/1/12,成人の日\n2004/2/11,建国記念の日\n2004/3/20,春分の日\n2004/4/29,みどりの日\n2004/5/3,憲法記念日\n2004/5/4,休日\n2004/5/5,こどもの日\n2004/7/19,海の日\n2004/9/20,敬老の日\n2004/9/23,秋分の日\n2004/10/11,体育の日\n2004/11/3,文化の日\n2004/11/23,勤労感謝の日\n2004/12/23,天皇誕生日",2005:"国民の祝日・休日月日,国民の祝日・休日名称\n2005/1/1,元日\n2005/1/10,成人の日\n2005/2/11,建国記念の日\n2005/3/20,春分の日\n2005/3/21,休日\n2005/4/29,みどりの日\n2005/5/3,憲法記念日\n2005/5/4,休日\n2005/5/5,こどもの日\n2005/7/18,海の日\n2005/9/19,敬老の日\n2005/9/23,秋分の日\n2005/10/10,体育の日\n2005/11/3,文化の日\n2005/11/23,勤労感謝の日\n2005/12/23,天皇誕生日",2006:"国民の祝日・休日月日,国民の祝日・休日名称\n2006/1/1,元日\n2006/1/2,休日\n2006/1/9,成人の日\n2006/2/11,建国記念の日\n2006/3/21,春分の日\n2006/4/29,みどりの日\n2006/5/3,憲法記念日\n2006/5/4,休日\n2006/5/5,こどもの日\n2006/7/17,海の日\n2006/9/18,敬老の日\n2006/9/23,秋分の日\n2006/10/9,体育の日\n2006/11/3,文化の日\n2006/11/23,勤労感謝の日\n2006/12/23,天皇誕生日",2007:"国民の祝日・休日月日,国民の祝日・休日名称\n2007/1/1,元日\n2007/1/8,成人の日\n2007/2/11,建国記念の日\n2007/2/12,休日\n2007/3/21,春分の日\n2007/4/29,昭和の日\n2007/4/30,休日\n2007/5/3,憲法記念日\n2007/5/4,みどりの日\n2007/5/5,こどもの日\n2007/7/16,海の日\n2007/9/17,敬老の日\n2007/9/23,秋分の日\n2007/9/24,休日\n2007/10/8,体育の日\n2007/11/3,文化の日\n2007/11/23,勤労感謝の日\n2007/12/23,天皇誕生日\n2007/12/24,休日",2008:"国民の祝日・休日月日,国民の祝日・休日名称\n2008/1/1,元日\n2008/1/14,成人の日\n2008/2/11,建国記念の日\n2008/3/20,春分の日\n2008/4/29,昭和の日\n2008/5/3,憲法記念日\n2008/5/4,みどりの日\n2008/5/5,こどもの日\n2008/5/6,休日\n2008/7/21,海の日\n2008/9/15,敬老の日\n2008/9/23,秋分の日\n2008/10/13,体育の日\n2008/11/3,文化の日\n2008/11/23,勤労感謝の日\n2008/11/24,休日\n2008/12/23,天皇誕生日",2009:"国民の祝日・休日月日,国民の祝日・休日名称\n2009/1/1,元日\n2009/1/12,成人の日\n2009/2/11,建国記念の日\n2009/3/20,春分の日\n2009/4/29,昭和の日\n2009/5/3,憲法記念日\n2009/5/4,みどりの日\n2009/5/5,こどもの日\n2009/5/6,休日\n2009/7/20,海の日\n2009/9/21,敬老の日\n2009/9/22,休日\n2009/9/23,秋分の日\n2009/10/12,体育の日\n2009/11/3,文化の日\n2009/11/23,勤労感謝の日\n2009/12/23,天皇誕生日",2010:"国民の祝日・休日月日,国民の祝日・休日名称\n2010/1/1,元日\n2010/1/11,成人の日\n2010/2/11,建国記念の日\n2010/3/21,春分の日\n2010/3/22,休日\n2010/4/29,昭和の日\n2010/5/3,憲法記念日\n2010/5/4,みどりの日\n2010/5/5,こどもの日\n2010/7/19,海の日\n2010/9/20,敬老の日\n2010/9/23,秋分の日\n2010/10/11,体育の日\n2010/11/3,文化の日\n2010/11/23,勤労感謝の日\n2010/12/23,天皇誕生日",2011:"国民の祝日・休日月日,国民の祝日・休日名称\n2011/1/1,元日\n2011/1/10,成人の日\n2011/2/11,建国記念の日\n2011/3/21,春分の日\n2011/4/29,昭和の日\n2011/5/3,憲法記念日\n2011/5/4,みどりの日\n2011/5/5,こどもの日\n2011/7/18,海の日\n2011/9/19,敬老の日\n2011/9/23,秋分の日\n2011/10/10,体育の日\n2011/11/3,文化の日\n2011/11/23,勤労感謝の日\n2011/12/23,天皇誕生日",2012:"国民の祝日・休日月日,国民の祝日・休日名称\n2012/1/1,元日\n2012/1/2,休日\n2012/1/9,成人の日\n2012/2/11,建国記念の日\n2012/3/20,春分の日\n2012/4/29,昭和の日\n2012/4/30,休日\n2012/5/3,憲法記念日\n2012/5/4,みどりの日\n2012/5/5,こどもの日\n2012/7/16,海の日\n2012/9/17,敬老の日\n2012/9/22,秋分の日\n2012/10/8,体育の日\n2012/11/3,文化の日\n2012/11/23,勤労感謝の日\n2012/12/23,天皇誕生日\n2012/12/24,休日",2013:"国民の祝日・休日月日,国民の祝日・休日名称\n2013/1/1,元日\n2013/1/14,成人の日\n2013/2/11,建国記念の日\n2013/3/20,春分の日\n2013/4/29,昭和の日\n2013/5/3,憲法記念日\n2013/5/4,みどりの日\n2013/5/5,こどもの日\n2013/5/6,休日\n2013/7/15,海の日\n2013/9/16,敬老の日\n2013/9/23,秋分の日\n2013/10/14,体育の日\n2013/11/3,文化の日\n2013/11/4,休日\n2013/11/23,勤労感謝の日\n2013/12/23,天皇誕生日",2014:"国民の祝日・休日月日,国民の祝日・休日名称\n2014/1/1,元日\n2014/1/13,成人の日\n2014/2/11,建国記念の日\n2014/3/21,春分の日\n2014/4/29,昭和の日\n2014/5/3,憲法記念日\n2014/5/4,みどりの日\n2014/5/5,こどもの日\n2014/5/6,休日\n2014/7/21,海の日\n2014/9/15,敬老の日\n2014/9/23,秋分の日\n2014/10/13,体育の日\n2014/11/3,文化の日\n2014/11/23,勤労感謝の日\n2014/11/24,休日\n2014/12/23,天皇誕生日",2015:"国民の祝日・休日月日,国民の祝日・休日名称\n2015/1/1,元日\n2015/1/12,成人の日\n2015/2/11,建国記念の日\n2015/3/21,春分の日\n2015/4/29,昭和の日\n2015/5/3,憲法記念日\n2015/5/4,みどりの日\n2015/5/5,こどもの日\n2015/5/6,休日\n2015/7/20,海の日\n2015/9/21,敬老の日\n2015/9/22,休日\n2015/9/23,秋分の日\n2015/10/12,体育の日\n2015/11/3,文化の日\n2015/11/23,勤労感謝の日\n2015/12/23,天皇誕生日",2016:"国民の祝日・休日月日,国民の祝日・休日名称\n2016/1/1,元日\n2016/1/11,成人の日\n2016/2/11,建国記念の日\n2016/3/20,春分の日\n2016/3/21,休日\n2016/4/29,昭和の日\n2016/5/3,憲法記念日\n2016/5/4,みどりの日\n2016/5/5,こどもの日\n2016/7/18,海の日\n2016/8/11,山の日\n2016/9/19,敬老の日\n2016/9/22,秋分の日\n2016/10/10,体育の日\n2016/11/3,文化の日\n2016/11/23,勤労感謝の日\n2016/12/23,天皇誕生日",2017:"国民の祝日・休日月日,国民の祝日・休日名称\n2017/1/1,元日\n2017/1/2,休日\n2017/1/9,成人の日\n2017/2/11,建国記念の日\n2017/3/20,春分の日\n2017/4/29,昭和の日\n2017/5/3,憲法記念日\n2017/5/4,みどりの日\n2017/5/5,こどもの日\n2017/7/17,海の日\n2017/8/11,山の日\n2017/9/18,敬老の日\n2017/9/23,秋分の日\n2017/10/9,体育の日\n2017/11/3,文化の日\n2017/11/23,勤労感謝の日\n2017/12/23,天皇誕生日",2018:"国民の祝日・休日月日,国民の祝日・休日名称\n2018/1/1,元日\n2018/1/8,成人の日\n2018/2/11,建国記念の日\n2018/2/12,休日\n2018/3/21,春分の日\n2018/4/29,昭和の日\n2018/4/30,休日\n2018/5/3,憲法記念日\n2018/5/4,みどりの日\n2018/5/5,こどもの日\n2018/7/16,海の日\n2018/8/11,山の日\n2018/9/17,敬老の日\n2018/9/23,秋分の日\n2018/9/24,休日\n2018/10/8,体育の日\n2018/11/3,文化の日\n2018/11/23,勤労感謝の日\n2018/12/23,天皇誕生日\n2018/12/24,休日",2019:"国民の祝日・休日月日,国民の祝日・休日名称\n2019/1/1,元日\n2019/1/14,成人の日\n2019/2/11,建国記念の日\n2019/3/21,春分の日\n2019/4/29,昭和の日\n2019/4/30,休日\n2019/5/1,休日(祝日扱い)\n2019/5/2,休日\n2019/5/3,憲法記念日\n2019/5/4,みどりの日\n2019/5/5,こどもの日\n2019/5/6,休日\n2019/7/15,海の日\n2019/8/11,山の日\n2019/8/12,休日\n2019/9/16,敬老の日\n2019/9/23,秋分の日\n2019/10/14,体育の日(スポーツの日)\n2019/10/22,休日(祝日扱い)\n2019/11/3,文化の日\n2019/11/4,休日\n2019/11/23,勤労感謝の日",2020:"国民の祝日・休日月日,国民の祝日・休日名称\n2020/1/1,元日\n2020/1/13,成人の日\n2020/2/11,建国記念の日\n2020/2/23,天皇誕生日\n2020/2/24,休日\n2020/3/20,春分の日\n2020/4/29,昭和の日\n2020/5/3,憲法記念日\n2020/5/4,みどりの日\n2020/5/5,こどもの日\n2020/5/6,休日\n2020/7/23,海の日\n2020/7/24,スポーツの日\n2020/8/10,山の日\n2020/9/21,敬老の日\n2020/9/22,秋分の日\n2020/11/3,文化の日\n2020/11/23,勤労感謝の日",2021:"国民の祝日・休日月日,国民の祝日・休日名称\n2021/1/1,元日\n2021/1/11,成人の日\n2021/2/11,建国記念の日\n2021/2/23,天皇誕生日\n2021/3/20,春分の日\n2021/4/29,昭和の日\n2021/5/3,憲法記念日\n2021/5/4,みどりの日\n2021/5/5,こどもの日\n2021/7/22,海の日\n2021/7/23,スポーツの日\n2021/8/8,山の日\n2021/8/9,休日\n2021/9/20,敬老の日\n2021/9/23,秋分の日\n2021/11/3,文化の日\n2021/11/23,勤労感謝の日",2022:"国民の祝日・休日月日,国民の祝日・休日名称\n2022/1/1,元日\n2022/1/10,成人の日\n2022/2/11,建国記念の日\n2022/2/23,天皇誕生日\n2022/3/21,春分の日\n2022/4/29,昭和の日\n2022/5/3,憲法記念日\n2022/5/4,みどりの日\n2022/5/5,こどもの日\n2022/7/18,海の日\n2022/8/11,山の日\n2022/9/19,敬老の日\n2022/9/23,秋分の日\n2022/10/10,スポーツの日\n2022/11/3,文化の日\n2022/11/23,勤労感謝の日",2023:"国民の祝日・休日月日,国民の祝日・休日名称\n2023/1/1,元日\n2023/1/2,休日\n2023/1/9,成人の日\n2023/2/11,建国記念の日\n2023/2/23,天皇誕生日\n2023/3/21,春分の日\n2023/4/29,昭和の日\n2023/5/3,憲法記念日\n2023/5/4,みどりの日\n2023/5/5,こどもの日\n2023/7/17,海の日\n2023/8/11,山の日\n2023/9/18,敬老の日\n2023/9/23,秋分の日\n2023/10/9,スポーツの日\n2023/11/3,文化の日\n2023/11/23,勤労感謝の日",2024:"国民の祝日・休日月日,国民の祝日・休日名称\n2024/1/1,元日\n2024/1/8,成人の日\n2024/2/11,建国記念の日\n2024/2/12,休日\n2024/2/23,天皇誕生日\n2024/3/20,春分の日\n2024/4/29,昭和の日\n2024/5/3,憲法記念日\n2024/5/4,みどりの日\n2024/5/5,こどもの日\n2024/5/6,休日\n2024/7/15,海の日\n2024/8/11,山の日\n2024/8/12,休日\n2024/9/16,敬老の日\n2024/9/22,秋分の日\n2024/9/23,休日\n2024/10/14,スポーツの日\n2024/11/3,文化の日\n2024/11/4,休日\n2024/11/23,勤労感謝の日",2025:"国民の祝日・休日月日,国民の祝日・休日名称\n2025/1/1,元日\n2025/1/13,成人の日\n2025/2/11,建国記念の日\n2025/2/23,天皇誕生日\n2025/2/24,休日\n2025/3/20,春分の日\n2025/4/29,昭和の日\n2025/5/3,憲法記念日\n2025/5/4,みどりの日\n2025/5/5,こどもの日\n2025/5/6,休日\n2025/7/21,海の日\n2025/8/11,山の日\n2025/9/15,敬老の日\n2025/9/23,秋分の日\n2025/10/13,スポーツの日\n2025/11/3,文化の日\n2025/11/23,勤労感謝の日\n2025/11/24,休日",2026:"国民の祝日・休日月日,国民の祝日・休日名称\n2026/1/1,元日\n2026/1/12,成人の日\n2026/2/11,建国記念の日\n2026/2/23,天皇誕生日\n2026/3/20,春分の日\n2026/4/29,昭和の日\n2026/5/3,憲法記念日\n2026/5/4,みどりの日\n2026/5/5,こどもの日\n2026/5/6,休日\n2026/7/20,海の日\n2026/8/11,山の日\n2026/9/21,敬老の日\n2026/9/22,休日\n2026/9/23,秋分の日\n2026/10/12,スポーツの日\n2026/11/3,文化の日\n2026/11/23,勤労感謝の日",2027:"国民の祝日・休日月日,国民の祝日・休日名称\n2027/1/1,元日\n2027/1/11,成人の日\n2027/2/11,建国記念の日\n2027/2/23,天皇誕生日\n2027/3/21,春分の日\n2027/3/22,休日\n2027/4/29,昭和の日\n2027/5/3,憲法記念日\n2027/5/4,みどりの日\n2027/5/5,こどもの日\n2027/7/19,海の日\n2027/8/11,山の日\n2027/9/20,敬老の日\n2027/9/23,秋分の日\n2027/10/11,スポーツの日\n2027/11/3,文化の日\n2027/11/23,勤労感謝の日"},al={},ll=e=>{const t=e||(new Date).getFullYear(),n=t.toString();if(al[n])return al[n];const r=(e=>{const t=(e||(new Date).getFullYear()).toString();return ol[t]?ol[t]:"国民の祝日・休日月日,国民の祝日・休日名称"})(t),i=r.split("\n"),o=[];for(let e=1;e<i.length;e++){const t=i[e].trim();if(t){const[e,n]=t.split(",");e&&n&&o.push({date:e.trim(),name:n.trim()})}}return al[n]=o,o};var sl="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},cl=[],dl=[],ul="undefined"!=typeof Uint8Array?Uint8Array:Array,pl=!1;function ml(){pl=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0;t<64;++t)cl[t]=e[t],dl[e.charCodeAt(t)]=t;dl["-".charCodeAt(0)]=62,dl["_".charCodeAt(0)]=63}function hl(e,t,n){for(var r,i,o=[],a=t;a<n;a+=3)r=(e[a]<<16)+(e[a+1]<<8)+e[a+2],o.push(cl[(i=r)>>18&63]+cl[i>>12&63]+cl[i>>6&63]+cl[63&i]);return o.join("")}function gl(e){var t;pl||ml();for(var n=e.length,r=n%3,i="",o=[],a=16383,l=0,s=n-r;l<s;l+=a)o.push(hl(e,l,l+a>s?s:l+a));return 1===r?(t=e[n-1],i+=cl[t>>2],i+=cl[t<<4&63],i+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],i+=cl[t>>10],i+=cl[t>>4&63],i+=cl[t<<2&63],i+="="),o.push(i),o.join("")}function fl(e,t,n,r,i){var o,a,l=8*i-r-1,s=(1<<l)-1,c=s>>1,d=-7,u=n?i-1:0,p=n?-1:1,m=e[t+u];for(u+=p,o=m&(1<<-d)-1,m>>=-d,d+=l;d>0;o=256*o+e[t+u],u+=p,d-=8);for(a=o&(1<<-d)-1,o>>=-d,d+=r;d>0;a=256*a+e[t+u],u+=p,d-=8);if(0===o)o=1-c;else{if(o===s)return a?NaN:1/0*(m?-1:1);a+=Math.pow(2,r),o-=c}return(m?-1:1)*a*Math.pow(2,o-r)}function bl(e,t,n,r,i,o){var a,l,s,c=8*o-i-1,d=(1<<c)-1,u=d>>1,p=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,m=r?0:o-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(l=isNaN(t)?1:0,a=d):(a=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-a))<1&&(a--,s*=2),(t+=a+u>=1?p/s:p*Math.pow(2,1-u))*s>=2&&(a++,s/=2),a+u>=d?(l=0,a=d):a+u>=1?(l=(t*s-1)*Math.pow(2,i),a+=u):(l=t*Math.pow(2,u-1)*Math.pow(2,i),a=0));i>=8;e[n+m]=255&l,m+=h,l/=256,i-=8);for(a=a<<i|l,c+=i;c>0;e[n+m]=255&a,m+=h,a/=256,c-=8);e[n+m-h]|=128*g}var vl={}.toString,xl=Array.isArray||function(e){return"[object Array]"==vl.call(e)};function yl(){return Cl.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function wl(e,t){if(yl()<t)throw new RangeError("Invalid typed array length");return Cl.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=Cl.prototype:(null===e&&(e=new Cl(t)),e.length=t),e}function Cl(e,t,n){if(!(Cl.TYPED_ARRAY_SUPPORT||this instanceof Cl))return new Cl(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return kl(this,e)}return El(this,e,t,n)}function El(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r);Cl.TYPED_ARRAY_SUPPORT?(e=t).__proto__=Cl.prototype:e=Ml(e,t);return e}(e,t,n,r):"string"==typeof t?function(e,t,n){"string"==typeof n&&""!==n||(n="utf8");if(!Cl.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|Vl(t,n);e=wl(e,r);var i=e.write(t,n);i!==r&&(e=e.slice(0,i));return e}(e,t,n):function(e,t){if(Al(t)){var n=0|$l(t.length);return 0===(e=wl(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?wl(e,0):Ml(e,t);if("Buffer"===t.type&&xl(t.data))return Ml(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function Il(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function kl(e,t){if(Il(t),e=wl(e,t<0?0:0|$l(t)),!Cl.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function Ml(e,t){var n=t.length<0?0:0|$l(t.length);e=wl(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function $l(e){if(e>=yl())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+yl().toString(16)+" bytes");return 0|e}function Al(e){return!(null==e||!e._isBuffer)}function Vl(e,t){if(Al(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return ns(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return rs(e).length;default:if(r)return ns(e).length;t=(""+t).toLowerCase(),r=!0}}function Ll(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return jl(this,t,n);case"utf8":case"utf-8":return Pl(this,t,n);case"ascii":return Gl(this,t,n);case"latin1":case"binary":return Yl(this,t,n);case"base64":return Bl(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Fl(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function Hl(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function Ol(e,t,n,r,i){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=i?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(i)return-1;n=e.length-1}else if(n<0){if(!i)return-1;n=0}if("string"==typeof t&&(t=Cl.from(t,r)),Al(t))return 0===t.length?-1:Sl(e,t,n,r,i);if("number"==typeof t)return t&=255,Cl.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):Sl(e,[t],n,r,i);throw new TypeError("val must be string, number or Buffer")}function Sl(e,t,n,r,i){var o,a=1,l=e.length,s=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;a=2,l/=2,s/=2,n/=2}function c(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var d=-1;for(o=n;o<l;o++)if(c(e,o)===c(t,-1===d?0:o-d)){if(-1===d&&(d=o),o-d+1===s)return d*a}else-1!==d&&(o-=o-d),d=-1}else for(n+s>l&&(n=l-s),o=n;o>=0;o--){for(var u=!0,p=0;p<s;p++)if(c(e,o+p)!==c(t,p)){u=!1;break}if(u)return o}return-1}function Dl(e,t,n,r){n=Number(n)||0;var i=e.length-n;r?(r=Number(r))>i&&(r=i):r=i;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var a=0;a<r;++a){var l=parseInt(t.substr(2*a,2),16);if(isNaN(l))return a;e[n+a]=l}return a}function Rl(e,t,n,r){return is(ns(t,e.length-n),e,n,r)}function Nl(e,t,n,r){return is(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function zl(e,t,n,r){return Nl(e,t,n,r)}function Zl(e,t,n,r){return is(rs(t),e,n,r)}function Tl(e,t,n,r){return is(function(e,t){for(var n,r,i,o=[],a=0;a<e.length&&!((t-=2)<0);++a)r=(n=e.charCodeAt(a))>>8,i=n%256,o.push(i),o.push(r);return o}(t,e.length-n),e,n,r)}function Bl(e,t,n){return 0===t&&n===e.length?gl(e):gl(e.slice(t,n))}function Pl(e,t,n){n=Math.min(e.length,n);for(var r=[],i=t;i<n;){var o,a,l,s,c=e[i],d=null,u=c>239?4:c>223?3:c>191?2:1;if(i+u<=n)switch(u){case 1:c<128&&(d=c);break;case 2:128==(192&(o=e[i+1]))&&(s=(31&c)<<6|63&o)>127&&(d=s);break;case 3:o=e[i+1],a=e[i+2],128==(192&o)&&128==(192&a)&&(s=(15&c)<<12|(63&o)<<6|63&a)>2047&&(s<55296||s>57343)&&(d=s);break;case 4:o=e[i+1],a=e[i+2],l=e[i+3],128==(192&o)&&128==(192&a)&&128==(192&l)&&(s=(15&c)<<18|(63&o)<<12|(63&a)<<6|63&l)>65535&&s<1114112&&(d=s)}null===d?(d=65533,u=1):d>65535&&(d-=65536,r.push(d>>>10&1023|55296),d=56320|1023&d),r.push(d),i+=u}return function(e){var t=e.length;if(t<=_l)return String.fromCharCode.apply(String,e);var n="",r=0;for(;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=_l));return n}(r)}Cl.TYPED_ARRAY_SUPPORT=void 0===sl.TYPED_ARRAY_SUPPORT||sl.TYPED_ARRAY_SUPPORT,yl(),Cl.poolSize=8192,Cl._augment=function(e){return e.__proto__=Cl.prototype,e},Cl.from=function(e,t,n){return El(null,e,t,n)},Cl.TYPED_ARRAY_SUPPORT&&(Cl.prototype.__proto__=Uint8Array.prototype,Cl.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&Cl[Symbol.species]),Cl.alloc=function(e,t,n){return function(e,t,n,r){return Il(t),t<=0?wl(e,t):void 0!==n?"string"==typeof r?wl(e,t).fill(n,r):wl(e,t).fill(n):wl(e,t)}(null,e,t,n)},Cl.allocUnsafe=function(e){return kl(null,e)},Cl.allocUnsafeSlow=function(e){return kl(null,e)},Cl.isBuffer=os,Cl.compare=function(e,t){if(!Al(e)||!Al(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,i=0,o=Math.min(n,r);i<o;++i)if(e[i]!==t[i]){n=e[i],r=t[i];break}return n<r?-1:r<n?1:0},Cl.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},Cl.concat=function(e,t){if(!xl(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return Cl.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=Cl.allocUnsafe(t),i=0;for(n=0;n<e.length;++n){var o=e[n];if(!Al(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,i),i+=o.length}return r},Cl.byteLength=Vl,Cl.prototype._isBuffer=!0,Cl.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)Hl(this,t,t+1);return this},Cl.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)Hl(this,t,t+3),Hl(this,t+1,t+2);return this},Cl.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)Hl(this,t,t+7),Hl(this,t+1,t+6),Hl(this,t+2,t+5),Hl(this,t+3,t+4);return this},Cl.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?Pl(this,0,e):Ll.apply(this,arguments)},Cl.prototype.equals=function(e){if(!Al(e))throw new TypeError("Argument must be a Buffer");return this===e||0===Cl.compare(this,e)},Cl.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},Cl.prototype.compare=function(e,t,n,r,i){if(!Al(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===i&&(i=this.length),t<0||n>e.length||r<0||i>this.length)throw new RangeError("out of range index");if(r>=i&&t>=n)return 0;if(r>=i)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(r>>>=0),a=(n>>>=0)-(t>>>=0),l=Math.min(o,a),s=this.slice(r,i),c=e.slice(t,n),d=0;d<l;++d)if(s[d]!==c[d]){o=s[d],a=c[d];break}return o<a?-1:a<o?1:0},Cl.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},Cl.prototype.indexOf=function(e,t,n){return Ol(this,e,t,n,!0)},Cl.prototype.lastIndexOf=function(e,t,n){return Ol(this,e,t,n,!1)},Cl.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var i=this.length-t;if((void 0===n||n>i)&&(n=i),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return Dl(this,e,t,n);case"utf8":case"utf-8":return Rl(this,e,t,n);case"ascii":return Nl(this,e,t,n);case"latin1":case"binary":return zl(this,e,t,n);case"base64":return Zl(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Tl(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},Cl.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var _l=4096;function Gl(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(127&e[i]);return r}function Yl(e,t,n){var r="";n=Math.min(e.length,n);for(var i=t;i<n;++i)r+=String.fromCharCode(e[i]);return r}function jl(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var i="",o=t;o<n;++o)i+=ts(e[o]);return i}function Fl(e,t,n){for(var r=e.slice(t,n),i="",o=0;o<r.length;o+=2)i+=String.fromCharCode(r[o]+256*r[o+1]);return i}function Wl(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function Xl(e,t,n,r,i,o){if(!Al(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function Jl(e,t,n,r){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-n,2);i<o;++i)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function Ul(e,t,n,r){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-n,4);i<o;++i)e[n+i]=t>>>8*(r?i:3-i)&255}function Ql(e,t,n,r,i,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function ql(e,t,n,r,i){return i||Ql(e,0,n,4),bl(e,t,n,r,23,4),n+4}function Kl(e,t,n,r,i){return i||Ql(e,0,n,8),bl(e,t,n,r,52,8),n+8}Cl.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),Cl.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=Cl.prototype;else{var i=t-e;n=new Cl(i,void 0);for(var o=0;o<i;++o)n[o]=this[o+e]}return n},Cl.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r},Cl.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e+--t],i=1;t>0&&(i*=256);)r+=this[e+--t]*i;return r},Cl.prototype.readUInt8=function(e,t){return t||Wl(e,1,this.length),this[e]},Cl.prototype.readUInt16LE=function(e,t){return t||Wl(e,2,this.length),this[e]|this[e+1]<<8},Cl.prototype.readUInt16BE=function(e,t){return t||Wl(e,2,this.length),this[e]<<8|this[e+1]},Cl.prototype.readUInt32LE=function(e,t){return t||Wl(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},Cl.prototype.readUInt32BE=function(e,t){return t||Wl(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},Cl.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=this[e],i=1,o=0;++o<t&&(i*=256);)r+=this[e+o]*i;return r>=(i*=128)&&(r-=Math.pow(2,8*t)),r},Cl.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||Wl(e,t,this.length);for(var r=t,i=1,o=this[e+--r];r>0&&(i*=256);)o+=this[e+--r]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},Cl.prototype.readInt8=function(e,t){return t||Wl(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},Cl.prototype.readInt16LE=function(e,t){t||Wl(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},Cl.prototype.readInt16BE=function(e,t){t||Wl(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},Cl.prototype.readInt32LE=function(e,t){return t||Wl(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},Cl.prototype.readInt32BE=function(e,t){return t||Wl(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},Cl.prototype.readFloatLE=function(e,t){return t||Wl(e,4,this.length),fl(this,e,!0,23,4)},Cl.prototype.readFloatBE=function(e,t){return t||Wl(e,4,this.length),fl(this,e,!1,23,4)},Cl.prototype.readDoubleLE=function(e,t){return t||Wl(e,8,this.length),fl(this,e,!0,52,8)},Cl.prototype.readDoubleBE=function(e,t){return t||Wl(e,8,this.length),fl(this,e,!1,52,8)},Cl.prototype.writeUIntLE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Xl(this,e,t,n,Math.pow(2,8*n)-1,0);var i=1,o=0;for(this[t]=255&e;++o<n&&(i*=256);)this[t+o]=e/i&255;return t+n},Cl.prototype.writeUIntBE=function(e,t,n,r){(e=+e,t|=0,n|=0,r)||Xl(this,e,t,n,Math.pow(2,8*n)-1,0);var i=n-1,o=1;for(this[t+i]=255&e;--i>=0&&(o*=256);)this[t+i]=e/o&255;return t+n},Cl.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,1,255,0),Cl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},Cl.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,65535,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Jl(this,e,t,!0),t+2},Cl.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,65535,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Jl(this,e,t,!1),t+2},Cl.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,4294967295,0),Cl.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Ul(this,e,t,!0),t+4},Cl.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,4294967295,0),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},Cl.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Xl(this,e,t,n,i-1,-i)}var o=0,a=1,l=0;for(this[t]=255&e;++o<n&&(a*=256);)e<0&&0===l&&0!==this[t+o-1]&&(l=1),this[t+o]=(e/a>>0)-l&255;return t+n},Cl.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var i=Math.pow(2,8*n-1);Xl(this,e,t,n,i-1,-i)}var o=n-1,a=1,l=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===l&&0!==this[t+o+1]&&(l=1),this[t+o]=(e/a>>0)-l&255;return t+n},Cl.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,1,127,-128),Cl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},Cl.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,32767,-32768),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Jl(this,e,t,!0),t+2},Cl.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,2,32767,-32768),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Jl(this,e,t,!1),t+2},Cl.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,2147483647,-2147483648),Cl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Ul(this,e,t,!0),t+4},Cl.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||Xl(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),Cl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ul(this,e,t,!1),t+4},Cl.prototype.writeFloatLE=function(e,t,n){return ql(this,e,t,!0,n)},Cl.prototype.writeFloatBE=function(e,t,n){return ql(this,e,t,!1,n)},Cl.prototype.writeDoubleLE=function(e,t,n){return Kl(this,e,t,!0,n)},Cl.prototype.writeDoubleBE=function(e,t,n){return Kl(this,e,t,!1,n)},Cl.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var i,o=r-n;if(this===e&&n<t&&t<r)for(i=o-1;i>=0;--i)e[i+t]=this[i+n];else if(o<1e3||!Cl.TYPED_ARRAY_SUPPORT)for(i=0;i<o;++i)e[i+t]=this[i+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},Cl.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var i=e.charCodeAt(0);i<256&&(e=i)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!Cl.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var a=Al(e)?e:ns(new Cl(e,r).toString()),l=a.length;for(o=0;o<n-t;++o)this[o+t]=a[o%l]}return this};var es=/[^+\/0-9A-Za-z-_]/g;function ts(e){return e<16?"0"+e.toString(16):e.toString(16)}function ns(e,t){var n;t=t||1/0;for(var r=e.length,i=null,o=[],a=0;a<r;++a){if((n=e.charCodeAt(a))>55295&&n<57344){if(!i){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===r){(t-=3)>-1&&o.push(239,191,189);continue}i=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),i=n;continue}n=65536+(i-55296<<10|n-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function rs(e){return function(e){var t,n,r,i,o,a;pl||ml();var l=e.length;if(l%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[l-2]?2:"="===e[l-1]?1:0,a=new ul(3*l/4-o),r=o>0?l-4:l;var s=0;for(t=0,n=0;t<r;t+=4,n+=3)i=dl[e.charCodeAt(t)]<<18|dl[e.charCodeAt(t+1)]<<12|dl[e.charCodeAt(t+2)]<<6|dl[e.charCodeAt(t+3)],a[s++]=i>>16&255,a[s++]=i>>8&255,a[s++]=255&i;return 2===o?(i=dl[e.charCodeAt(t)]<<2|dl[e.charCodeAt(t+1)]>>4,a[s++]=255&i):1===o&&(i=dl[e.charCodeAt(t)]<<10|dl[e.charCodeAt(t+1)]<<4|dl[e.charCodeAt(t+2)]>>2,a[s++]=i>>8&255,a[s++]=255&i),a}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(es,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function is(e,t,n,r){for(var i=0;i<r&&!(i+n>=t.length||i>=e.length);++i)t[i+n]=e[i];return i}function os(e){return null!=e&&(!!e._isBuffer||as(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&as(e.slice(0,0))}(e))}function as(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}class ls extends Error{constructor(e,t,n,...r){Array.isArray(t)&&(t=t.join(" ").trim()),super(t),void 0!==Error.captureStackTrace&&Error.captureStackTrace(this,ls),this.code=e;for(const e of r)for(const t in e){const r=e[t];this[t]=os(r)?r.toString(n.encoding):null==r?r:JSON.parse(JSON.stringify(r))}}}const ss=function(e){const t=[];for(let r=0,i=e.length;r<i;r++){const i=e[r];if(null==i||!1===i)t[r]={disabled:!0};else if("string"==typeof i)t[r]={name:i};else{if("object"!=typeof(n=i)||null===n||Array.isArray(n))throw new ls("CSV_INVALID_COLUMN_DEFINITION",["Invalid column definition:","expect a string or a literal object,",`got ${JSON.stringify(i)} at position ${r}`]);if("string"!=typeof i.name)throw new ls("CSV_OPTION_COLUMNS_MISSING_NAME",["Option columns missing name:",`property "name" is required at position ${r}`,"when column is an object literal"]);t[r]=i}}var n;return t};class cs{constructor(e=100){this.size=e,this.length=0,this.buf=Cl.allocUnsafe(e)}prepend(e){if(os(e)){const t=this.length+e.length;if(t>=this.size&&(this.resize(),t>=this.size))throw Error("INVALID_BUFFER_STATE");const n=this.buf;this.buf=Cl.allocUnsafe(this.size),e.copy(this.buf,0),n.copy(this.buf,e.length),this.length+=e.length}else{const t=this.length++;t===this.size&&this.resize();const n=this.clone();this.buf[0]=e,n.copy(this.buf,1,0,t)}}append(e){const t=this.length++;t===this.size&&this.resize(),this.buf[t]=e}clone(){return Cl.from(this.buf.slice(0,this.length))}resize(){const e=this.length;this.size=2*this.size;const t=Cl.allocUnsafe(this.size);this.buf.copy(t,0,0,e),this.buf=t}toString(e){return e?this.buf.slice(0,this.length).toString(e):Uint8Array.prototype.slice.call(this.buf.slice(0,this.length))}toJSON(){return this.toString("utf8")}reset(){this.length=0}}const ds=function(e){return{bomSkipped:!1,bufBytesStart:0,castField:e.cast_function,commenting:!1,error:void 0,enabled:1===e.from_line,escaping:!1,escapeIsQuote:os(e.escape)&&os(e.quote)&&0===Cl.compare(e.escape,e.quote),expectedRecordLength:Array.isArray(e.columns)?e.columns.length:void 0,field:new cs(20),firstLineToHeaders:e.cast_first_line_to_header,needMoreDataSize:Math.max(null!==e.comment?e.comment.length:0,...e.delimiter.map((e=>e.length)),null!==e.quote?e.quote.length:0),previousBuf:void 0,quoting:!1,stop:!1,rawBuffer:new cs(100),record:[],recordHasError:!1,record_length:0,recordDelimiterMaxLength:0===e.record_delimiter.length?0:Math.max(...e.record_delimiter.map((e=>e.length))),trimChars:[Cl.from(" ",e.encoding)[0],Cl.from("\t",e.encoding)[0]],wasQuoting:!1,wasRowDelimiter:!1,timchars:[Cl.from(Cl.from([13],"utf8").toString(),e.encoding),Cl.from(Cl.from([10],"utf8").toString(),e.encoding),Cl.from(Cl.from([12],"utf8").toString(),e.encoding),Cl.from(Cl.from([32],"utf8").toString(),e.encoding),Cl.from(Cl.from([9],"utf8").toString(),e.encoding)]}},us=function(e){const t={};for(const r in e)t[(n=r,n.replace(/([A-Z])/g,(function(e,t){return"_"+t.toLowerCase()})))]=e[r];var n;if(void 0===t.encoding||!0===t.encoding)t.encoding="utf8";else if(null===t.encoding||!1===t.encoding)t.encoding=null;else if("string"!=typeof t.encoding&&null!==t.encoding)throw new ls("CSV_INVALID_OPTION_ENCODING",["Invalid option encoding:","encoding must be a string or null to return a buffer,",`got ${JSON.stringify(t.encoding)}`],t);if(void 0===t.bom||null===t.bom||!1===t.bom)t.bom=!1;else if(!0!==t.bom)throw new ls("CSV_INVALID_OPTION_BOM",["Invalid option bom:","bom must be true,",`got ${JSON.stringify(t.bom)}`],t);if(t.cast_function=null,void 0===t.cast||null===t.cast||!1===t.cast||""===t.cast)t.cast=void 0;else if("function"==typeof t.cast)t.cast_function=t.cast,t.cast=!0;else if(!0!==t.cast)throw new ls("CSV_INVALID_OPTION_CAST",["Invalid option cast:","cast must be true or a function,",`got ${JSON.stringify(t.cast)}`],t);if(void 0===t.cast_date||null===t.cast_date||!1===t.cast_date||""===t.cast_date)t.cast_date=!1;else if(!0===t.cast_date)t.cast_date=function(e){const t=Date.parse(e);return isNaN(t)?e:new Date(t)};else if("function"!=typeof t.cast_date)throw new ls("CSV_INVALID_OPTION_CAST_DATE",["Invalid option cast_date:","cast_date must be true or a function,",`got ${JSON.stringify(t.cast_date)}`],t);if(t.cast_first_line_to_header=void 0,!0===t.columns)t.cast_first_line_to_header=void 0;else if("function"==typeof t.columns)t.cast_first_line_to_header=t.columns,t.columns=!0;else if(Array.isArray(t.columns))t.columns=ss(t.columns);else{if(void 0!==t.columns&&null!==t.columns&&!1!==t.columns)throw new ls("CSV_INVALID_OPTION_COLUMNS",["Invalid option columns:","expect an array, a function or true,",`got ${JSON.stringify(t.columns)}`],t);t.columns=!1}if(void 0===t.group_columns_by_name||null===t.group_columns_by_name||!1===t.group_columns_by_name)t.group_columns_by_name=!1;else{if(!0!==t.group_columns_by_name)throw new ls("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","expect an boolean,",`got ${JSON.stringify(t.group_columns_by_name)}`],t);if(!1===t.columns)throw new ls("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","the `columns` mode must be activated."],t)}if(void 0===t.comment||null===t.comment||!1===t.comment||""===t.comment)t.comment=null;else if("string"==typeof t.comment&&(t.comment=Cl.from(t.comment,t.encoding)),!os(t.comment))throw new ls("CSV_INVALID_OPTION_COMMENT",["Invalid option comment:","comment must be a buffer or a string,",`got ${JSON.stringify(t.comment)}`],t);if(void 0===t.comment_no_infix||null===t.comment_no_infix||!1===t.comment_no_infix)t.comment_no_infix=!1;else if(!0!==t.comment_no_infix)throw new ls("CSV_INVALID_OPTION_COMMENT",["Invalid option comment_no_infix:","value must be a boolean,",`got ${JSON.stringify(t.comment_no_infix)}`],t);const r=JSON.stringify(t.delimiter);if(Array.isArray(t.delimiter)||(t.delimiter=[t.delimiter]),0===t.delimiter.length)throw new ls("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${r}`],t);if(t.delimiter=t.delimiter.map((function(e){if(null==e||!1===e)return Cl.from(",",t.encoding);if("string"==typeof e&&(e=Cl.from(e,t.encoding)),!os(e)||0===e.length)throw new ls("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${r}`],t);return e})),void 0===t.escape||!0===t.escape?t.escape=Cl.from('"',t.encoding):"string"==typeof t.escape?t.escape=Cl.from(t.escape,t.encoding):null!==t.escape&&!1!==t.escape||(t.escape=null),null!==t.escape&&!os(t.escape))throw new Error(`Invalid Option: escape must be a buffer, a string or a boolean, got ${JSON.stringify(t.escape)}`);if(void 0===t.from||null===t.from)t.from=1;else{if("string"==typeof t.from&&/\d+/.test(t.from)&&(t.from=parseInt(t.from)),!Number.isInteger(t.from))throw new Error(`Invalid Option: from must be an integer, got ${JSON.stringify(t.from)}`);if(t.from<0)throw new Error(`Invalid Option: from must be a positive integer, got ${JSON.stringify(e.from)}`)}if(void 0===t.from_line||null===t.from_line)t.from_line=1;else{if("string"==typeof t.from_line&&/\d+/.test(t.from_line)&&(t.from_line=parseInt(t.from_line)),!Number.isInteger(t.from_line))throw new Error(`Invalid Option: from_line must be an integer, got ${JSON.stringify(e.from_line)}`);if(t.from_line<=0)throw new Error(`Invalid Option: from_line must be a positive integer greater than 0, got ${JSON.stringify(e.from_line)}`)}if(void 0===t.ignore_last_delimiters||null===t.ignore_last_delimiters)t.ignore_last_delimiters=!1;else if("number"==typeof t.ignore_last_delimiters)t.ignore_last_delimiters=Math.floor(t.ignore_last_delimiters),0===t.ignore_last_delimiters&&(t.ignore_last_delimiters=!1);else if("boolean"!=typeof t.ignore_last_delimiters)throw new ls("CSV_INVALID_OPTION_IGNORE_LAST_DELIMITERS",["Invalid option `ignore_last_delimiters`:","the value must be a boolean value or an integer,",`got ${JSON.stringify(t.ignore_last_delimiters)}`],t);if(!0===t.ignore_last_delimiters&&!1===t.columns)throw new ls("CSV_IGNORE_LAST_DELIMITERS_REQUIRES_COLUMNS",["The option `ignore_last_delimiters`","requires the activation of the `columns` option"],t);if(void 0===t.info||null===t.info||!1===t.info)t.info=!1;else if(!0!==t.info)throw new Error(`Invalid Option: info must be true, got ${JSON.stringify(t.info)}`);if(void 0===t.max_record_size||null===t.max_record_size||!1===t.max_record_size)t.max_record_size=0;else if(Number.isInteger(t.max_record_size)&&t.max_record_size>=0);else{if("string"!=typeof t.max_record_size||!/\d+/.test(t.max_record_size))throw new Error(`Invalid Option: max_record_size must be a positive integer, got ${JSON.stringify(t.max_record_size)}`);t.max_record_size=parseInt(t.max_record_size)}if(void 0===t.objname||null===t.objname||!1===t.objname)t.objname=void 0;else if(os(t.objname)){if(0===t.objname.length)throw new Error("Invalid Option: objname must be a non empty buffer");null===t.encoding||(t.objname=t.objname.toString(t.encoding))}else if("string"==typeof t.objname){if(0===t.objname.length)throw new Error("Invalid Option: objname must be a non empty string")}else if("number"!=typeof t.objname)throw new Error(`Invalid Option: objname must be a string or a buffer, got ${t.objname}`);if(void 0!==t.objname)if("number"==typeof t.objname){if(!1!==t.columns)throw Error("Invalid Option: objname index cannot be combined with columns or be defined as a field")}else if(!1===t.columns)throw Error("Invalid Option: objname field must be combined with columns or be defined as an index");if(void 0===t.on_record||null===t.on_record)t.on_record=void 0;else if("function"!=typeof t.on_record)throw new ls("CSV_INVALID_OPTION_ON_RECORD",["Invalid option `on_record`:","expect a function,",`got ${JSON.stringify(t.on_record)}`],t);if(void 0!==t.on_skip&&null!==t.on_skip&&"function"!=typeof t.on_skip)throw new Error(`Invalid Option: on_skip must be a function, got ${JSON.stringify(t.on_skip)}`);if(null===t.quote||!1===t.quote||""===t.quote)t.quote=null;else if(void 0===t.quote||!0===t.quote?t.quote=Cl.from('"',t.encoding):"string"==typeof t.quote&&(t.quote=Cl.from(t.quote,t.encoding)),!os(t.quote))throw new Error(`Invalid Option: quote must be a buffer or a string, got ${JSON.stringify(t.quote)}`);if(void 0===t.raw||null===t.raw||!1===t.raw)t.raw=!1;else if(!0!==t.raw)throw new Error(`Invalid Option: raw must be true, got ${JSON.stringify(t.raw)}`);if(void 0===t.record_delimiter)t.record_delimiter=[];else if("string"==typeof t.record_delimiter||os(t.record_delimiter)){if(0===t.record_delimiter.length)throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer,",`got ${JSON.stringify(t.record_delimiter)}`],t);t.record_delimiter=[t.record_delimiter]}else if(!Array.isArray(t.record_delimiter))throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer,",`got ${JSON.stringify(t.record_delimiter)}`],t);if(t.record_delimiter=t.record_delimiter.map((function(e,n){if("string"!=typeof e&&!os(e))throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer",`at index ${n},`,`got ${JSON.stringify(e)}`],t);if(0===e.length)throw new ls("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer",`at index ${n},`,`got ${JSON.stringify(e)}`],t);return"string"==typeof e&&(e=Cl.from(e,t.encoding)),e})),"boolean"==typeof t.relax_column_count);else{if(void 0!==t.relax_column_count&&null!==t.relax_column_count)throw new Error(`Invalid Option: relax_column_count must be a boolean, got ${JSON.stringify(t.relax_column_count)}`);t.relax_column_count=!1}if("boolean"==typeof t.relax_column_count_less);else{if(void 0!==t.relax_column_count_less&&null!==t.relax_column_count_less)throw new Error(`Invalid Option: relax_column_count_less must be a boolean, got ${JSON.stringify(t.relax_column_count_less)}`);t.relax_column_count_less=!1}if("boolean"==typeof t.relax_column_count_more);else{if(void 0!==t.relax_column_count_more&&null!==t.relax_column_count_more)throw new Error(`Invalid Option: relax_column_count_more must be a boolean, got ${JSON.stringify(t.relax_column_count_more)}`);t.relax_column_count_more=!1}if("boolean"==typeof t.relax_quotes);else{if(void 0!==t.relax_quotes&&null!==t.relax_quotes)throw new Error(`Invalid Option: relax_quotes must be a boolean, got ${JSON.stringify(t.relax_quotes)}`);t.relax_quotes=!1}if("boolean"==typeof t.skip_empty_lines);else{if(void 0!==t.skip_empty_lines&&null!==t.skip_empty_lines)throw new Error(`Invalid Option: skip_empty_lines must be a boolean, got ${JSON.stringify(t.skip_empty_lines)}`);t.skip_empty_lines=!1}if("boolean"==typeof t.skip_records_with_empty_values);else{if(void 0!==t.skip_records_with_empty_values&&null!==t.skip_records_with_empty_values)throw new Error(`Invalid Option: skip_records_with_empty_values must be a boolean, got ${JSON.stringify(t.skip_records_with_empty_values)}`);t.skip_records_with_empty_values=!1}if("boolean"==typeof t.skip_records_with_error);else{if(void 0!==t.skip_records_with_error&&null!==t.skip_records_with_error)throw new Error(`Invalid Option: skip_records_with_error must be a boolean, got ${JSON.stringify(t.skip_records_with_error)}`);t.skip_records_with_error=!1}if(void 0===t.rtrim||null===t.rtrim||!1===t.rtrim)t.rtrim=!1;else if(!0!==t.rtrim)throw new Error(`Invalid Option: rtrim must be a boolean, got ${JSON.stringify(t.rtrim)}`);if(void 0===t.ltrim||null===t.ltrim||!1===t.ltrim)t.ltrim=!1;else if(!0!==t.ltrim)throw new Error(`Invalid Option: ltrim must be a boolean, got ${JSON.stringify(t.ltrim)}`);if(void 0===t.trim||null===t.trim||!1===t.trim)t.trim=!1;else if(!0!==t.trim)throw new Error(`Invalid Option: trim must be a boolean, got ${JSON.stringify(t.trim)}`);if(!0===t.trim&&!1!==e.ltrim?t.ltrim=!0:!0!==t.ltrim&&(t.ltrim=!1),!0===t.trim&&!1!==e.rtrim?t.rtrim=!0:!0!==t.rtrim&&(t.rtrim=!1),void 0===t.to||null===t.to)t.to=-1;else if(-1!==t.to){if("string"==typeof t.to&&/\d+/.test(t.to)&&(t.to=parseInt(t.to)),!Number.isInteger(t.to))throw new Error(`Invalid Option: to must be an integer, got ${JSON.stringify(e.to)}`);if(t.to<=0)throw new Error(`Invalid Option: to must be a positive integer greater than 0, got ${JSON.stringify(e.to)}`)}if(void 0===t.to_line||null===t.to_line)t.to_line=-1;else if(-1!==t.to_line){if("string"==typeof t.to_line&&/\d+/.test(t.to_line)&&(t.to_line=parseInt(t.to_line)),!Number.isInteger(t.to_line))throw new Error(`Invalid Option: to_line must be an integer, got ${JSON.stringify(e.to_line)}`);if(t.to_line<=0)throw new Error(`Invalid Option: to_line must be a positive integer greater than 0, got ${JSON.stringify(e.to_line)}`)}return t},ps=function(e){return e.every((e=>null==e||e.toString&&""===e.toString().trim()))},ms={utf8:Cl.from([239,187,191]),utf16le:Cl.from([255,254])},hs=function(e,t={}){"string"==typeof e&&(e=Cl.from(e));const n=t&&t.objname?{}:[],r=function(e={}){const t=us(e);return{info:{bytes:0,comment_lines:0,empty_lines:0,invalid_field_length:0,lines:1,records:0},original_options:e,options:t,state:ds(t),__needMoreData:function(e,t,n){if(n)return!1;const{encoding:r,escape:i,quote:o}=this.options,{quoting:a,needMoreDataSize:l,recordDelimiterMaxLength:s}=this.state;return t-e-1<Math.max(l,0===s?Cl.from("\r\n",r).length:s,a?(null===i?0:i.length)+o.length:0,a?o.length+s:0)},parse:function(e,t,n,r){const{bom:i,comment_no_infix:o,encoding:a,from_line:l,ltrim:s,max_record_size:c,raw:d,relax_quotes:u,rtrim:p,skip_empty_lines:m,to:h,to_line:g}=this.options;let{comment:f,escape:b,quote:v,record_delimiter:x}=this.options;const{bomSkipped:y,previousBuf:w,rawBuffer:C,escapeIsQuote:E}=this.state;let I;if(void 0===w){if(void 0===e)return void r();I=e}else I=void 0!==w&&void 0===e?w:Cl.concat([w,e]);if(!1===y)if(!1===i)this.state.bomSkipped=!0;else if(I.length<3){if(!1===t)return void(this.state.previousBuf=I)}else{for(const e in ms)if(0===ms[e].compare(I,0,ms[e].length)){const t=ms[e].length;this.state.bufBytesStart+=t,I=I.slice(t);const n=us({...this.original_options,encoding:e});for(const e in n)this.options[e]=n[e];({comment:f,escape:b,quote:v}=this.options);break}this.state.bomSkipped=!0}const k=I.length;let M;for(M=0;M<k&&!this.__needMoreData(M,k,t);M++){if(!0===this.state.wasRowDelimiter&&(this.info.lines++,this.state.wasRowDelimiter=!1),-1!==g&&this.info.lines>g)return this.state.stop=!0,void r();!1===this.state.quoting&&0===x.length&&this.__autoDiscoverRecordDelimiter(I,M)&&(x=this.options.record_delimiter);const e=I[M];if(!0===d&&C.append(e),13!==e&&10!==e||!1!==this.state.wasRowDelimiter||(this.state.wasRowDelimiter=!0),!0===this.state.escaping)this.state.escaping=!1;else{if(null!==b&&!0===this.state.quoting&&this.__isEscape(I,M,e)&&M+b.length<k){if(!E){this.state.escaping=!0,M+=b.length-1;continue}if(this.__isQuote(I,M+b.length)){this.state.escaping=!0,M+=b.length-1;continue}}if(!1===this.state.commenting&&this.__isQuote(I,M))if(!0===this.state.quoting){const t=I[M+v.length],n=p&&this.__isCharTrimable(I,M+v.length),r=null!==f&&this.__compareBytes(f,I,M+v.length,t),i=this.__isDelimiter(I,M+v.length,t),o=0===x.length?this.__autoDiscoverRecordDelimiter(I,M+v.length):this.__isRecordDelimiter(t,I,M+v.length);if(null!==b&&this.__isEscape(I,M,e)&&this.__isQuote(I,M+b.length))M+=b.length-1;else{if(!t||i||o||r||n){this.state.quoting=!1,this.state.wasQuoting=!0,M+=v.length-1;continue}if(!1===u){const e=this.__error(new ls("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(t)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(void 0!==e)return e}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(v),M+=v.length-1}}else{if(0===this.state.field.length){this.state.quoting=!0,M+=v.length-1;continue}if(!1===u){const e=this.__infoField(),t=Object.keys(ms).map((e=>!!ms[e].equals(this.state.field.toString())&&e)).filter(Boolean)[0],n=this.__error(new ls("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(e.column)} at line ${e.lines}, value is ${JSON.stringify(this.state.field.toString(a))}`,t?`(${t} bom)`:void 0],this.options,e,{field:this.state.field}));if(void 0!==n)return n}}if(!1===this.state.quoting){const t=this.__isRecordDelimiter(e,I,M);if(0!==t){if(this.state.commenting&&!1===this.state.wasQuoting&&0===this.state.record.length&&0===this.state.field.length)this.info.comment_lines++;else{if(!1===this.state.enabled&&this.info.lines+(!0===this.state.wasRowDelimiter?1:0)>=l){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),M+=t-1;continue}if(!0===m&&!1===this.state.wasQuoting&&0===this.state.record.length&&0===this.state.field.length){this.info.empty_lines++,M+=t-1;continue}this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;this.info.bytes=this.state.bufBytesStart+M+t;const i=this.__onRecord(n);if(void 0!==i)return i;if(-1!==h&&this.info.records>=h)return this.state.stop=!0,void r()}this.state.commenting=!1,M+=t-1;continue}if(this.state.commenting)continue;if(null!==f&&(!1===o||0===this.state.record.length&&0===this.state.field.length)&&0!==this.__compareBytes(f,I,M,e)){this.state.commenting=!0;continue}const i=this.__isDelimiter(I,M,e);if(0!==i){this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;M+=i-1;continue}}}if(!1===this.state.commenting&&0!==c&&this.state.record_length+this.state.field.length>c)return this.__error(new ls("CSV_MAX_RECORD_SIZE",["Max Record Size:","record exceed the maximum number of tolerated bytes",`of ${c}`,`at line ${this.info.lines}`],this.options,this.__infoField()));const t=!1===s||!0===this.state.quoting||0!==this.state.field.length||!this.__isCharTrimable(I,M),i=!1===p||!1===this.state.wasQuoting;if(!0!==t||!0!==i){if(!0!==p||this.__isCharTrimable(I,M)){!1===t&&(M+=this.__isCharTrimable(I,M)-1);continue}return this.__error(new ls("CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE",["Invalid Closing Quote:","found non trimable byte after quote",`at line ${this.info.lines}`],this.options,this.__infoField()))}this.state.field.append(e)}if(!0===t)if(!0===this.state.quoting){const e=this.__error(new ls("CSV_QUOTE_NOT_CLOSED",["Quote Not Closed:",`the parsing is finished with an opening quote at line ${this.info.lines}`],this.options,this.__infoField()));if(void 0!==e)return e}else if(!0===this.state.wasQuoting||0!==this.state.record.length||0!==this.state.field.length){this.info.bytes=this.state.bufBytesStart+M;const e=this.__onField();if(void 0!==e)return e;const t=this.__onRecord(n);if(void 0!==t)return t}else!0===this.state.wasRowDelimiter?this.info.empty_lines++:!0===this.state.commenting&&this.info.comment_lines++;else this.state.bufBytesStart+=M,this.state.previousBuf=I.slice(M);!0===this.state.wasRowDelimiter&&(this.info.lines++,this.state.wasRowDelimiter=!1)},__onRecord:function(e){const{columns:t,group_columns_by_name:n,encoding:r,info:i,from:o,relax_column_count:a,relax_column_count_less:l,relax_column_count_more:s,raw:c,skip_records_with_empty_values:d}=this.options,{enabled:u,record:p}=this.state;if(!1===u)return this.__resetRecord();const m=p.length;if(!0===t)return!0===d&&ps(p)?void this.__resetRecord():this.__firstLineToColumns(p);if(!1===t&&0===this.info.records&&(this.state.expectedRecordLength=m),m!==this.state.expectedRecordLength){const e=!1===t?new ls("CSV_RECORD_INCONSISTENT_FIELDS_LENGTH",["Invalid Record Length:",`expect ${this.state.expectedRecordLength},`,`got ${m} on line ${this.info.lines}`],this.options,this.__infoField(),{record:p}):new ls("CSV_RECORD_INCONSISTENT_COLUMNS",["Invalid Record Length:",`columns length is ${t.length},`,`got ${m} on line ${this.info.lines}`],this.options,this.__infoField(),{record:p});if(!0===a||!0===l&&m<this.state.expectedRecordLength||!0===s&&m>this.state.expectedRecordLength)this.info.invalid_field_length++,this.state.error=e;else{const t=this.__error(e);if(t)return t}}if(!0===d&&ps(p))this.__resetRecord();else{if(!0===this.state.recordHasError)return this.__resetRecord(),void(this.state.recordHasError=!1);if(this.info.records++,1===o||this.info.records>=o){const{objname:o}=this.options;if(!1!==t){const a={};for(let e=0,r=p.length;e<r;e++)void 0===t[e]||t[e].disabled||(!0===n&&void 0!==a[t[e].name]?Array.isArray(a[t[e].name])?a[t[e].name]=a[t[e].name].concat(p[e]):a[t[e].name]=[a[t[e].name],p[e]]:a[t[e].name]=p[e]);if(!0===c||!0===i){const t=Object.assign({record:a},!0===c?{raw:this.state.rawBuffer.toString(r)}:{},!0===i?{info:this.__infoRecord()}:{}),n=this.__push(void 0===o?t:[a[o],t],e);if(n)return n}else{const t=this.__push(void 0===o?a:[a[o],a],e);if(t)return t}}else if(!0===c||!0===i){const t=Object.assign({record:p},!0===c?{raw:this.state.rawBuffer.toString(r)}:{},!0===i?{info:this.__infoRecord()}:{}),n=this.__push(void 0===o?t:[p[o],t],e);if(n)return n}else{const t=this.__push(void 0===o?p:[p[o],p],e);if(t)return t}}this.__resetRecord()}},__firstLineToColumns:function(e){const{firstLineToHeaders:t}=this.state;try{const n=void 0===t?e:t.call(null,e);if(!Array.isArray(n))return this.__error(new ls("CSV_INVALID_COLUMN_MAPPING",["Invalid Column Mapping:","expect an array from column function,",`got ${JSON.stringify(n)}`],this.options,this.__infoField(),{headers:n}));const r=ss(n);return this.state.expectedRecordLength=r.length,this.options.columns=r,void this.__resetRecord()}catch(e){return e}},__resetRecord:function(){!0===this.options.raw&&this.state.rawBuffer.reset(),this.state.error=void 0,this.state.record=[],this.state.record_length=0},__onField:function(){const{cast:e,encoding:t,rtrim:n,max_record_size:r}=this.options,{enabled:i,wasQuoting:o}=this.state;if(!1===i)return this.__resetField();let a=this.state.field.toString(t);if(!0===n&&!1===o&&(a=a.trimRight()),!0===e){const[e,t]=this.__cast(a);if(void 0!==e)return e;a=t}this.state.record.push(a),0!==r&&"string"==typeof a&&(this.state.record_length+=a.length),this.__resetField()},__resetField:function(){this.state.field.reset(),this.state.wasQuoting=!1},__push:function(e,t){const{on_record:n}=this.options;if(void 0!==n){const t=this.__infoRecord();try{e=n.call(null,e,t)}catch(e){return e}if(null==e)return}t(e)},__cast:function(e){const{columns:t,relax_column_count:n}=this.options;if(!0===Array.isArray(t)&&n&&this.options.columns.length<=this.state.record.length)return[void 0,void 0];if(null!==this.state.castField)try{const t=this.__infoField();return[void 0,this.state.castField.call(null,e,t)]}catch(e){return[e]}if(this.__isFloat(e))return[void 0,parseFloat(e)];if(!1!==this.options.cast_date){const t=this.__infoField();return[void 0,this.options.cast_date.call(null,e,t)]}return[void 0,e]},__isCharTrimable:function(e,t){return((e,t)=>{const{timchars:n}=this.state;e:for(let r=0;r<n.length;r++){const i=n[r];for(let n=0;n<i.length;n++)if(i[n]!==e[t+n])continue e;return i.length}return 0})(e,t)},__isFloat:function(e){return e-parseFloat(e)+1>=0},__compareBytes:function(e,t,n,r){if(e[0]!==r)return 0;const i=e.length;for(let r=1;r<i;r++)if(e[r]!==t[n+r])return 0;return i},__isDelimiter:function(e,t,n){const{delimiter:r,ignore_last_delimiters:i}=this.options;if(!0===i&&this.state.record.length===this.options.columns.length-1)return 0;if(!1!==i&&"number"==typeof i&&this.state.record.length===i-1)return 0;e:for(let i=0;i<r.length;i++){const o=r[i];if(o[0]===n){for(let n=1;n<o.length;n++)if(o[n]!==e[t+n])continue e;return o.length}}return 0},__isRecordDelimiter:function(e,t,n){const{record_delimiter:r}=this.options,i=r.length;e:for(let o=0;o<i;o++){const i=r[o],a=i.length;if(i[0]===e){for(let e=1;e<a;e++)if(i[e]!==t[n+e])continue e;return i.length}}return 0},__isEscape:function(e,t,n){const{escape:r}=this.options;if(null===r)return!1;const i=r.length;if(r[0]===n){for(let n=0;n<i;n++)if(r[n]!==e[t+n])return!1;return!0}return!1},__isQuote:function(e,t){const{quote:n}=this.options;if(null===n)return!1;const r=n.length;for(let i=0;i<r;i++)if(n[i]!==e[t+i])return!1;return!0},__autoDiscoverRecordDelimiter:function(e,t){const{encoding:n}=this.options,r=[Cl.from("\r\n",n),Cl.from("\n",n),Cl.from("\r",n)];e:for(let n=0;n<r.length;n++){const i=r[n].length;for(let o=0;o<i;o++)if(r[n][o]!==e[t+o])continue e;return this.options.record_delimiter.push(r[n]),this.state.recordDelimiterMaxLength=r[n].length,r[n].length}return 0},__error:function(e){const{encoding:t,raw:n,skip_records_with_error:r}=this.options,i="string"==typeof e?new Error(e):e;if(!r)return i;if(this.state.recordHasError=!0,void 0!==this.options.on_skip)try{this.options.on_skip(i,n?this.state.rawBuffer.toString(t):void 0)}catch(i){return i}},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){const{columns:e,raw:t,encoding:n}=this.options;return{...this.__infoDataSet(),error:this.state.error,header:!0===e,index:this.state.record.length,raw:t?this.state.rawBuffer.toString(n):void 0}},__infoField:function(){const{columns:e}=this.options,t=Array.isArray(e);return{...this.__infoRecord(),column:!0===t?e.length>this.state.record.length?e[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}}(t),i=r.parse(e,!0,(e=>{void 0===r.options.objname?n.push(e):n[e[0]]=e[1]}),(()=>{}));if(void 0!==i)throw i;return n},gs=e=>{var t;const n=e.trim();if(!n)return[];let r;const i=n.includes(","),o=n.startsWith('"')&&n.endsWith('"');if(i||o)try{r=null!==(t=hs(n,{columns:!1})[0])&&void 0!==t?t:[]}catch(e){r=n.split(",")}else r=[n];return r.filter((e=>e&&"string"==typeof e)).map((e=>e.trim())).filter((e=>e))},fs=v.div`
|
|
916
916
|
display: flex;
|
|
917
917
|
align-items: center;
|
|
918
918
|
align-content: center;
|
|
@@ -932,12 +932,12 @@ var Rr=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[hr
|
|
|
932
932
|
*
|
|
933
933
|
* This source code is licensed under the MIT license found in the
|
|
934
934
|
* LICENSE file in the root directory of this source tree.
|
|
935
|
-
*/"production"===process.env.NODE_ENV?Es.exports=function(){if(ws)return Is;ws=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case h:case m:case a:return e;default:return p}}case n:return p}}}function y(e){return x(e)===c}return Is.AsyncMode=s,Is.ConcurrentMode=c,Is.ContextConsumer=l,Is.ContextProvider=a,Is.Element=t,Is.ForwardRef=d,Is.Fragment=r,Is.Lazy=h,Is.Memo=m,Is.Portal=n,Is.Profiler=o,Is.StrictMode=i,Is.Suspense=u,Is.isAsyncMode=function(e){return y(e)||x(e)===s},Is.isConcurrentMode=y,Is.isContextConsumer=function(e){return x(e)===l},Is.isContextProvider=function(e){return x(e)===a},Is.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Is.isForwardRef=function(e){return x(e)===d},Is.isFragment=function(e){return x(e)===r},Is.isLazy=function(e){return x(e)===h},Is.isMemo=function(e){return x(e)===m},Is.isPortal=function(e){return x(e)===n},Is.isProfiler=function(e){return x(e)===o},Is.isStrictMode=function(e){return x(e)===i},Is.isSuspense=function(e){return x(e)===u},Is.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===g)},Is.typeOf=x,Is}():Es.exports=(ks||(ks=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var f=g&&g.$$typeof;switch(f){case l:case d:case h:case m:case a:return f;default:return p}}case n:return p}}}var y=s,w=c,C=l,E=a,I=t,k=d,M=r,$=h,A=m,
|
|
935
|
+
*/"production"===process.env.NODE_ENV?Es.exports=function(){if(ws)return Is;ws=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case s:case c:case r:case o:case i:case u:return e;default:switch(e=e&&e.$$typeof){case l:case d:case h:case m:case a:return e;default:return p}}case n:return p}}}function y(e){return x(e)===c}return Is.AsyncMode=s,Is.ConcurrentMode=c,Is.ContextConsumer=l,Is.ContextProvider=a,Is.Element=t,Is.ForwardRef=d,Is.Fragment=r,Is.Lazy=h,Is.Memo=m,Is.Portal=n,Is.Profiler=o,Is.StrictMode=i,Is.Suspense=u,Is.isAsyncMode=function(e){return y(e)||x(e)===s},Is.isConcurrentMode=y,Is.isContextConsumer=function(e){return x(e)===l},Is.isContextProvider=function(e){return x(e)===a},Is.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Is.isForwardRef=function(e){return x(e)===d},Is.isFragment=function(e){return x(e)===r},Is.isLazy=function(e){return x(e)===h},Is.isMemo=function(e){return x(e)===m},Is.isPortal=function(e){return x(e)===n},Is.isProfiler=function(e){return x(e)===o},Is.isStrictMode=function(e){return x(e)===i},Is.isSuspense=function(e){return x(e)===u},Is.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===g)},Is.typeOf=x,Is}():Es.exports=(ks||(ks=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,d=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case s:case c:case r:case o:case i:case u:return g;default:var f=g&&g.$$typeof;switch(f){case l:case d:case h:case m:case a:return f;default:return p}}case n:return p}}}var y=s,w=c,C=l,E=a,I=t,k=d,M=r,$=h,A=m,V=n,L=o,H=i,O=u,S=!1;function D(e){return x(e)===c}Ms.AsyncMode=y,Ms.ConcurrentMode=w,Ms.ContextConsumer=C,Ms.ContextProvider=E,Ms.Element=I,Ms.ForwardRef=k,Ms.Fragment=M,Ms.Lazy=$,Ms.Memo=A,Ms.Portal=V,Ms.Profiler=L,Ms.StrictMode=H,Ms.Suspense=O,Ms.isAsyncMode=function(e){return S||(S=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),D(e)||x(e)===s},Ms.isConcurrentMode=D,Ms.isContextConsumer=function(e){return x(e)===l},Ms.isContextProvider=function(e){return x(e)===a},Ms.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Ms.isForwardRef=function(e){return x(e)===d},Ms.isFragment=function(e){return x(e)===r},Ms.isLazy=function(e){return x(e)===h},Ms.isMemo=function(e){return x(e)===m},Ms.isPortal=function(e){return x(e)===n},Ms.isProfiler=function(e){return x(e)===o},Ms.isStrictMode=function(e){return x(e)===i},Ms.isSuspense=function(e){return x(e)===u},Ms.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===o||e===i||e===u||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===a||e.$$typeof===l||e.$$typeof===d||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===g)},Ms.typeOf=x}()),Ms);var $s,As,Vs,Ls,Hs,Os,Ss,Ds,Rs,Ns,zs,Zs,Ts=Es.exports;
|
|
936
936
|
/*
|
|
937
937
|
object-assign
|
|
938
938
|
(c) Sindre Sorhus
|
|
939
939
|
@license MIT
|
|
940
|
-
*/function Bs(){if(As)return $s;As=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return $s=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(r,i){for(var o,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(r),s=1;s<arguments.length;s++){for(var c in o=Object(arguments[s]))t.call(o,c)&&(l[c]=o[c]);if(e){a=e(o);for(var d=0;d<a.length;d++)n.call(o,a[d])&&(l[a[d]]=o[a[d]])}}return l},$s}function Ps(){if(Vs)return Ls;Vs=1;return Ls="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function _s(){return Os?Hs:(Os=1,Hs=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var Gs=Ts;Cs.exports=function(){if(Ns)return Rs;Ns=1;var e=Ts,t=Bs(),n=Ps(),r=_s(),i=function(){if(Ds)return Ss;Ds=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Ps(),n={},r=_s();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Ss=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),Rs=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator,d="@@iterator",u="<<anonymous>>",p={array:f("array"),bigint:f("bigint"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:g(a),arrayOf:function(e){return g((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:g((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:g((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return g((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||u;return new h("Invalid "+i+" `"+o+"` of type `"+((l=t[n]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:g((function(e,t,n,r,i){return v(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return g((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){return Array.isArray(e)?g((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(m(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===y(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")})):("production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(i)+" at index "+t+"."),a}return g((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return b(i,o,a,c,y(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return g((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var m=e[p];if(r(e,p)&&"function"!=typeof m)return b(a,l,s,p,y(m));if(!m)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=m(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function m(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function g(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,d,p,m){if(c=c||u,p=p||l,m!==n){if(s){var g=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=c+":"+l;!t[f]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[f]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,d,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function f(e){return g((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+y(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function b(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e[d]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!v(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!v(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function y(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function w(e){var t=y(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},Rs}()(Gs.isElement,!0)}else Cs.exports=function(){if(Zs)return zs;Zs=1;var e=Ps();function t(){}function n(){}return n.resetWarningCache=t,zs=function(){function r(t,n,r,i,o,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();var Ys=za(Cs.exports);function js(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Fs=!1,Ws="production"!==process.env.NODE_ENV?Ys.oneOfType([Ys.number,Ys.shape({enter:Ys.number,exit:Ys.number,appear:Ys.number}).isRequired]):null,Xs="production"!==process.env.NODE_ENV?Ys.oneOfType([Ys.string,Ys.shape({enter:Ys.string,exit:Ys.string,active:Ys.string}),Ys.shape({enter:Ys.string,enterDone:Ys.string,enterActive:Ys.string,exit:Ys.string,exitDone:Ys.string,exitActive:Ys.string})]):null,Js=t.createContext(null),Us=function(e){return e.scrollTop},Qs="unmounted",qs="exited",Ks="entering",ec="entered",tc="exiting",nc=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=qs,r.appearStatus=Ks):i=ec:i=t.unmountOnExit||t.mountOnEnter?Qs:qs,r.state={status:i},r.nextCallback=null,r}ys(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===Qs?{status:qs}:null};var r=n.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==Ks&&n!==ec&&(t=Ks):n!==Ks&&n!==ec||(t=tc)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===Ks){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:I.findDOMNode(this);n&&Us(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===qs&&this.setState({status:Qs})},r.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[I.findDOMNode(this),r],o=i[0],a=i[1],l=this.getTimeouts(),s=r?l.appear:l.enter;!e&&!n||Fs?this.safeSetState({status:ec},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:Ks},(function(){t.props.onEntering(o,a),t.onTransitionEnd(s,(function(){t.safeSetState({status:ec},(function(){t.props.onEntered(o,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:I.findDOMNode(this);t&&!Fs?(this.props.onExit(r),this.safeSetState({status:tc},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:qs},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:qs},(function(){e.props.onExited(r)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:I.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===Qs)return null;var n=this.props,r=n.children;n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef;var i=vs(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return t.createElement(Js.Provider,{value:null},"function"==typeof r?r(e,i):t.cloneElement(t.Children.only(r),i))},n}(t.Component);function rc(){}nc.contextType=Js,nc.propTypes="production"!==process.env.NODE_ENV?{nodeRef:Ys.shape({current:"undefined"==typeof Element?Ys.any:function(e,t,n,r,i,o){var a=e[t];return Ys.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,r,i,o)}}),children:Ys.oneOfType([Ys.func.isRequired,Ys.element.isRequired]).isRequired,in:Ys.bool,mountOnEnter:Ys.bool,unmountOnExit:Ys.bool,appear:Ys.bool,enter:Ys.bool,exit:Ys.bool,timeout:function(e){var t=Ws;e.addEndListener||(t=t.isRequired);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return t.apply(void 0,[e].concat(r))},addEndListener:Ys.func,onEnter:Ys.func,onEntering:Ys.func,onEntered:Ys.func,onExit:Ys.func,onExiting:Ys.func,onExited:Ys.func}:{},nc.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:rc,onEntering:rc,onEntered:rc,onExit:rc,onExiting:rc,onExited:rc},nc.UNMOUNTED=Qs,nc.EXITED=qs,nc.ENTERING=Ks,nc.ENTERED=ec,nc.EXITING=tc;var ic=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.add(r):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(n,r)||("string"==typeof n.className?n.className=n.className+" "+r:n.setAttribute("class",(n.className&&n.className.baseVal||"")+" "+r)));var n,r}))},oc=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"==typeof n.className?n.className=js(n.className,r):n.setAttribute("class",js(n.className&&n.className.baseVal||"",r)));var n,r}))},ac=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.removeClasses(i,"exit"),t.addClass(i,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.addClass(i,o,"active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.removeClasses(i,o),t.addClass(i,o,"done"),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"appear"),t.removeClasses(n,"enter"),t.addClass(n,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.resolveArguments(e)[0];t.addClass(n,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"exit"),t.addClass(n,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,n){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,n]},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,i=r?""+(r&&n?n+"-":"")+e:n[e];return{baseClassName:i,activeClassName:r?i+"-active":n[e+"Active"],doneClassName:r?i+"-done":n[e+"Done"]}},t}ys(n,e);var r=n.prototype;return r.addClass=function(e,t,n){var r=this.getClassNames(t)[n+"ClassName"],i=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&i&&(r+=" "+i),"active"===n&&e&&Us(e),r&&(this.appliedClasses[t][n]=r,ic(e,r))},r.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&oc(e,r),i&&oc(e,i),o&&oc(e,o)},r.render=function(){var e=this.props;e.classNames;var n=vs(e,["classNames"]);return t.createElement(nc,bs({},n,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},n}(t.Component);function lc(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sc(e,t){var n=Object.create(null);return e&&p.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&m(e)?t(e):e}(e)})),n}function cc(e,t,n){return null!=n[t]?n[t]:e.props[t]}function dc(e,t,n){var r=sc(e.children),i=function(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,i=Object.create(null),o=[];for(var a in e)a in t?o.length&&(i[a]=o,o=[]):o.push(a);var l={};for(var s in t){if(i[s])for(r=0;r<i[s].length;r++){var c=i[s][r];l[i[s][r]]=n(c)}l[s]=n(s)}for(r=0;r<o.length;r++)l[o[r]]=n(o[r]);return l}(t,r);return Object.keys(i).forEach((function(o){var a=i[o];if(m(a)){var l=o in t,s=o in r,c=t[o],d=m(c)&&!c.props.in;!s||l&&!d?s||!l||d?s&&l&&m(c)&&(i[o]=h(a,{onExited:n.bind(null,a),in:c.props.in,exit:cc(a,"exit",e),enter:cc(a,"enter",e)})):i[o]=h(a,{in:!1}):i[o]=h(a,{onExited:n.bind(null,a),in:!0,exit:cc(a,"exit",e),enter:cc(a,"enter",e)})}})),i}ac.defaultProps={classNames:""},ac.propTypes="production"!==process.env.NODE_ENV?bs({},nc.propTypes,{classNames:Xs,onEnter:Ys.func,onEntering:Ys.func,onEntered:Ys.func,onExit:Ys.func,onExiting:Ys.func,onExited:Ys.func}):{};var uc,pc,mc=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},hc=function(e){function n(t,n){var r,i=(r=e.call(this,t,n)||this).handleExited.bind(lc(r));return r.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},r}ys(n,e);var r=n.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},n.getDerivedStateFromProps=function(e,t){var n,r,i=t.children,o=t.handleExited;return{children:t.firstRender?(n=e,r=o,sc(n.children,(function(e){return h(e,{onExited:r.bind(null,e),in:!0,appear:cc(e,"appear",n),enter:cc(e,"enter",n),exit:cc(e,"exit",n)})}))):dc(e,i,o),firstRender:!1}},r.handleExited=function(e,t){var n=sc(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=bs({},t.children);return delete n[e.key],{children:n}})))},r.render=function(){var e=this.props,n=e.component,r=e.childFactory,i=vs(e,["component","childFactory"]),o=this.state.contextValue,a=mc(this.state.children).map(r);return delete i.appear,delete i.enter,delete i.exit,null===n?t.createElement(Js.Provider,{value:o},a):t.createElement(Js.Provider,{value:o},t.createElement(n,i,a))},n}(t.Component);hc.propTypes="production"!==process.env.NODE_ENV?{component:Ys.any,children:Ys.node,appear:Ys.bool,enter:Ys.bool,exit:Ys.bool,childFactory:Ys.func}:{},hc.defaultProps={component:"div",childFactory:function(e){return e}},(function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}ys(n,e);var r=n.prototype;return r.handleLifecycle=function(e,n,r){var i,o=this.props.children,a=t.Children.toArray(o)[n];if(a.props[e]&&(i=a.props)[e].apply(i,r),this.props[e]){var l=a.props.nodeRef?void 0:I.findDOMNode(this);this.props[e](l)}},r.render=function(){var e=this.props,n=e.children,r=e.in,i=vs(e,["children","in"]),o=t.Children.toArray(n),a=o[0],l=o[1];return delete i.onEnter,delete i.onEntering,delete i.onEntered,delete i.onExit,delete i.onExiting,delete i.onExited,t.createElement(hc,i,r?t.cloneElement(a,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):t.cloneElement(l,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},n}(t.Component)).propTypes="production"!==process.env.NODE_ENV?{in:Ys.bool.isRequired,children:function(e,n){return 2!==t.Children.count(e[n])?new Error('"'+n+'" must be exactly two transition components.'):null}}:{};var gc="out-in",fc="in-out",bc=function(e,t,n){return function(){var r;e.props[t]&&(r=e.props)[t].apply(r,arguments),n()}},vc=((uc={})[gc]=function(e){var n=e.current,r=e.changeState;return t.cloneElement(n,{in:!1,onExited:bc(n,"onExited",(function(){r(Ks,null)}))})},uc[fc]=function(e){var n=e.current,r=e.changeState,i=e.children;return[n,t.cloneElement(i,{in:!0,onEntered:bc(i,"onEntered",(function(){r(Ks)}))})]},uc),xc=((pc={})[gc]=function(e){var n=e.children,r=e.changeState;return t.cloneElement(n,{in:!0,onEntered:bc(n,"onEntered",(function(){r(ec,t.cloneElement(n,{in:!0}))}))})},pc[fc]=function(e){var n=e.current,r=e.children,i=e.changeState;return[t.cloneElement(n,{in:!1,onExited:bc(n,"onExited",(function(){i(ec,t.cloneElement(r,{in:!0}))}))}),t.cloneElement(r,{in:!0})]},pc),yc=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).state={status:ec,current:null},t.appeared=!1,t.changeState=function(e,n){void 0===n&&(n=t.state.current),t.setState({status:e,current:n})},t}ys(n,e);var r=n.prototype;return r.componentDidMount=function(){this.appeared=!0},n.getDerivedStateFromProps=function(e,n){return null==e.children?{current:null}:n.status===Ks&&e.mode===fc?{status:Ks}:!n.current||(r=n.current,i=e.children,r===i||t.isValidElement(r)&&t.isValidElement(i)&&null!=r.key&&r.key===i.key)?{current:t.cloneElement(e.children,{in:!0})}:{status:tc};var r,i},r.render=function(){var e,n=this.props,r=n.children,i=n.mode,o=this.state,a=o.status,l=o.current,s={children:r,current:l,changeState:this.changeState,status:a};switch(a){case Ks:e=xc[i](s);break;case tc:e=vc[i](s);break;case ec:e=l}return t.createElement(Js.Provider,{value:{isMounting:!this.appeared}},e)},n}(t.Component);yc.propTypes="production"!==process.env.NODE_ENV?{mode:Ys.oneOf([fc,gc]),children:Ys.oneOfType([Ys.element.isRequired])}:{},yc.defaultProps={mode:gc};const wc=(e,t)=>{switch(typeof e){case"number":return e;case"object":return e[t]||0;default:return 0}},Cc="fade-transition",Ec=v(ac)`
|
|
940
|
+
*/function Bs(){if(As)return $s;As=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return $s=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(r,i){for(var o,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(r),s=1;s<arguments.length;s++){for(var c in o=Object(arguments[s]))t.call(o,c)&&(l[c]=o[c]);if(e){a=e(o);for(var d=0;d<a.length;d++)n.call(o,a[d])&&(l[a[d]]=o[a[d]])}}return l},$s}function Ps(){if(Ls)return Vs;Ls=1;return Vs="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function _s(){return Os?Hs:(Os=1,Hs=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var Gs=Ts;Cs.exports=function(){if(Ns)return Rs;Ns=1;var e=Ts,t=Bs(),n=Ps(),r=_s(),i=function(){if(Ds)return Ss;Ds=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Ps(),n={},r=_s();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,o,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in i)if(r(i,c)){var d;try{if("function"!=typeof i[c]){var u=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}d=i[c](o,c,l,a,null,t)}catch(e){d=e}if(!d||d instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof d+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),d instanceof Error&&!(d.message in n)){n[d.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+d.message+(null!=p?p:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},Ss=i}(),o=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),Rs=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator,d="@@iterator",u="<<anonymous>>",p={array:f("array"),bigint:f("bigint"),bool:f("boolean"),func:f("function"),number:f("number"),object:f("object"),string:f("string"),symbol:f("symbol"),any:g(a),arrayOf:function(e){return g((function(t,r,i,o,a){if("function"!=typeof e)return new h("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var l=t[r];if(!Array.isArray(l))return new h("Invalid "+o+" `"+a+"` of type `"+x(l)+"` supplied to `"+i+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,i,o,a+"["+s+"]",n);if(c instanceof Error)return c}return null}))},element:g((function(e,t,n,r,i){var o=e[t];return l(o)?null:new h("Invalid "+r+" `"+i+"` of type `"+x(o)+"` supplied to `"+n+"`, expected a single ReactElement.")})),elementType:g((function(t,n,r,i,o){var a=t[n];return e.isValidElementType(a)?null:new h("Invalid "+i+" `"+o+"` of type `"+x(a)+"` supplied to `"+r+"`, expected a single ReactElement type.")})),instanceOf:function(e){return g((function(t,n,r,i,o){if(!(t[n]instanceof e)){var a=e.name||u;return new h("Invalid "+i+" `"+o+"` of type `"+((l=t[n]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `"+r+"`, expected instance of `"+a+"`.")}var l;return null}))},node:g((function(e,t,n,r,i){return v(e[t])?null:new h("Invalid "+r+" `"+i+"` supplied to `"+n+"`, expected a ReactNode.")})),objectOf:function(e){return g((function(t,i,o,a,l){if("function"!=typeof e)return new h("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[i],c=x(s);if("object"!==c)return new h("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var d in s)if(r(s,d)){var u=e(s,d,o,a,l+"."+d,n);if(u instanceof Error)return u}return null}))},oneOf:function(e){return Array.isArray(e)?g((function(t,n,r,i,o){for(var a=t[n],l=0;l<e.length;l++)if(m(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===y(t)?String(t):t}));return new h("Invalid "+i+" `"+o+"` of value `"+String(a)+"` supplied to `"+r+"`, expected one of "+s+".")})):("production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(i)+" at index "+t+"."),a}return g((function(t,i,o,a,l){for(var s=[],c=0;c<e.length;c++){var d=(0,e[c])(t,i,o,a,l,n);if(null==d)return null;d.data&&r(d.data,"expectedType")&&s.push(d.data.expectedType)}return new h("Invalid "+a+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,r,i,o,a){var l=t[r],s=x(l);if("object"!==s)return new h("Invalid "+o+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected `object`.");for(var c in e){var d=e[c];if("function"!=typeof d)return b(i,o,a,c,y(d));var u=d(l,c,i,o,a+"."+c,n);if(u)return u}return null}))},exact:function(e){return g((function(i,o,a,l,s){var c=i[o],d=x(c);if("object"!==d)return new h("Invalid "+l+" `"+s+"` of type `"+d+"` supplied to `"+a+"`, expected `object`.");var u=t({},i[o],e);for(var p in u){var m=e[p];if(r(e,p)&&"function"!=typeof m)return b(a,l,s,p,y(m));if(!m)return new h("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(i[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var g=m(c,p,a,l,s+"."+p,n);if(g)return g}return null}))}};function m(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function h(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function g(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function i(i,a,l,c,d,p,m){if(c=c||u,p=p||l,m!==n){if(s){var g=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw g.name="Invariant Violation",g}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var f=c+":"+l;!t[f]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[f]=!0,r++)}}return null==a[l]?i?null===a[l]?new h("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new h("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,d,p)}var a=i.bind(null,!1);return a.isRequired=i.bind(null,!0),a}function f(e){return g((function(t,n,r,i,o,a){var l=t[n];return x(l)!==e?new h("Invalid "+i+" `"+o+"` of type `"+y(l)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null}))}function b(e,t,n,r,i){return new h((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e[d]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!v(n.value))return!1}else for(;!(n=r.next()).done;){var i=n.value;if(i&&!v(i[1]))return!1}return!0;default:return!1}}function x(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function y(e){if(null==e)return""+e;var t=x(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function w(e){var t=y(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return h.prototype=Error.prototype,p.checkPropTypes=i,p.resetWarningCache=i.resetWarningCache,p.PropTypes=p,p},Rs}()(Gs.isElement,!0)}else Cs.exports=function(){if(Zs)return zs;Zs=1;var e=Ps();function t(){}function n(){}return n.resetWarningCache=t,zs=function(){function r(t,n,r,i,o,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function i(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:i,element:r,elementType:r,instanceOf:i,node:r,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}()();var Ys=za(Cs.exports);function js(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}var Fs=!1,Ws="production"!==process.env.NODE_ENV?Ys.oneOfType([Ys.number,Ys.shape({enter:Ys.number,exit:Ys.number,appear:Ys.number}).isRequired]):null,Xs="production"!==process.env.NODE_ENV?Ys.oneOfType([Ys.string,Ys.shape({enter:Ys.string,exit:Ys.string,active:Ys.string}),Ys.shape({enter:Ys.string,enterDone:Ys.string,enterActive:Ys.string,exit:Ys.string,exitDone:Ys.string,exitActive:Ys.string})]):null,Js=t.createContext(null),Us=function(e){return e.scrollTop},Qs="unmounted",qs="exited",Ks="entering",ec="entered",tc="exiting",nc=function(e){function n(t,n){var r;r=e.call(this,t,n)||this;var i,o=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?o?(i=qs,r.appearStatus=Ks):i=ec:i=t.unmountOnExit||t.mountOnEnter?Qs:qs,r.state={status:i},r.nextCallback=null,r}ys(n,e),n.getDerivedStateFromProps=function(e,t){return e.in&&t.status===Qs?{status:qs}:null};var r=n.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==Ks&&n!==ec&&(t=Ks):n!==Ks&&n!==ec||(t=tc)}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===Ks){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:I.findDOMNode(this);n&&Us(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===qs&&this.setState({status:Qs})},r.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,i=this.props.nodeRef?[r]:[I.findDOMNode(this),r],o=i[0],a=i[1],l=this.getTimeouts(),s=r?l.appear:l.enter;!e&&!n||Fs?this.safeSetState({status:ec},(function(){t.props.onEntered(o)})):(this.props.onEnter(o,a),this.safeSetState({status:Ks},(function(){t.props.onEntering(o,a),t.onTransitionEnd(s,(function(){t.safeSetState({status:ec},(function(){t.props.onEntered(o,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:I.findDOMNode(this);t&&!Fs?(this.props.onExit(r),this.safeSetState({status:tc},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:qs},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:qs},(function(){e.props.onExited(r)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:I.findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var i=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],o=i[0],a=i[1];this.props.addEndListener(o,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(e===Qs)return null;var n=this.props,r=n.children;n.in,n.mountOnEnter,n.unmountOnExit,n.appear,n.enter,n.exit,n.timeout,n.addEndListener,n.onEnter,n.onEntering,n.onEntered,n.onExit,n.onExiting,n.onExited,n.nodeRef;var i=vs(n,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]);return t.createElement(Js.Provider,{value:null},"function"==typeof r?r(e,i):t.cloneElement(t.Children.only(r),i))},n}(t.Component);function rc(){}nc.contextType=Js,nc.propTypes="production"!==process.env.NODE_ENV?{nodeRef:Ys.shape({current:"undefined"==typeof Element?Ys.any:function(e,t,n,r,i,o){var a=e[t];return Ys.instanceOf(a&&"ownerDocument"in a?a.ownerDocument.defaultView.Element:Element)(e,t,n,r,i,o)}}),children:Ys.oneOfType([Ys.func.isRequired,Ys.element.isRequired]).isRequired,in:Ys.bool,mountOnEnter:Ys.bool,unmountOnExit:Ys.bool,appear:Ys.bool,enter:Ys.bool,exit:Ys.bool,timeout:function(e){var t=Ws;e.addEndListener||(t=t.isRequired);for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];return t.apply(void 0,[e].concat(r))},addEndListener:Ys.func,onEnter:Ys.func,onEntering:Ys.func,onEntered:Ys.func,onExit:Ys.func,onExiting:Ys.func,onExited:Ys.func}:{},nc.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:rc,onEntering:rc,onEntered:rc,onExit:rc,onExiting:rc,onExited:rc},nc.UNMOUNTED=Qs,nc.EXITED=qs,nc.ENTERING=Ks,nc.ENTERED=ec,nc.EXITING=tc;var ic=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.add(r):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")}(n,r)||("string"==typeof n.className?n.className=n.className+" "+r:n.setAttribute("class",(n.className&&n.className.baseVal||"")+" "+r)));var n,r}))},oc=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return r=t,void((n=e).classList?n.classList.remove(r):"string"==typeof n.className?n.className=js(n.className,r):n.setAttribute("class",js(n.className&&n.className.baseVal||"",r)));var n,r}))},ac=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1];t.removeClasses(i,"exit"),t.addClass(i,o?"appear":"enter","base"),t.props.onEnter&&t.props.onEnter(e,n)},t.onEntering=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.addClass(i,o,"active"),t.props.onEntering&&t.props.onEntering(e,n)},t.onEntered=function(e,n){var r=t.resolveArguments(e,n),i=r[0],o=r[1]?"appear":"enter";t.removeClasses(i,o),t.addClass(i,o,"done"),t.props.onEntered&&t.props.onEntered(e,n)},t.onExit=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"appear"),t.removeClasses(n,"enter"),t.addClass(n,"exit","base"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var n=t.resolveArguments(e)[0];t.addClass(n,"exit","active"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var n=t.resolveArguments(e)[0];t.removeClasses(n,"exit"),t.addClass(n,"exit","done"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,n){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,n]},t.getClassNames=function(e){var n=t.props.classNames,r="string"==typeof n,i=r?""+(r&&n?n+"-":"")+e:n[e];return{baseClassName:i,activeClassName:r?i+"-active":n[e+"Active"],doneClassName:r?i+"-done":n[e+"Done"]}},t}ys(n,e);var r=n.prototype;return r.addClass=function(e,t,n){var r=this.getClassNames(t)[n+"ClassName"],i=this.getClassNames("enter").doneClassName;"appear"===t&&"done"===n&&i&&(r+=" "+i),"active"===n&&e&&Us(e),r&&(this.appliedClasses[t][n]=r,ic(e,r))},r.removeClasses=function(e,t){var n=this.appliedClasses[t],r=n.base,i=n.active,o=n.done;this.appliedClasses[t]={},r&&oc(e,r),i&&oc(e,i),o&&oc(e,o)},r.render=function(){var e=this.props;e.classNames;var n=vs(e,["classNames"]);return t.createElement(nc,bs({},n,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},n}(t.Component);function lc(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function sc(e,t){var n=Object.create(null);return e&&p.map(e,(function(e){return e})).forEach((function(e){n[e.key]=function(e){return t&&m(e)?t(e):e}(e)})),n}function cc(e,t,n){return null!=n[t]?n[t]:e.props[t]}function dc(e,t,n){var r=sc(e.children),i=function(e,t){function n(n){return n in t?t[n]:e[n]}e=e||{},t=t||{};var r,i=Object.create(null),o=[];for(var a in e)a in t?o.length&&(i[a]=o,o=[]):o.push(a);var l={};for(var s in t){if(i[s])for(r=0;r<i[s].length;r++){var c=i[s][r];l[i[s][r]]=n(c)}l[s]=n(s)}for(r=0;r<o.length;r++)l[o[r]]=n(o[r]);return l}(t,r);return Object.keys(i).forEach((function(o){var a=i[o];if(m(a)){var l=o in t,s=o in r,c=t[o],d=m(c)&&!c.props.in;!s||l&&!d?s||!l||d?s&&l&&m(c)&&(i[o]=h(a,{onExited:n.bind(null,a),in:c.props.in,exit:cc(a,"exit",e),enter:cc(a,"enter",e)})):i[o]=h(a,{in:!1}):i[o]=h(a,{onExited:n.bind(null,a),in:!0,exit:cc(a,"exit",e),enter:cc(a,"enter",e)})}})),i}ac.defaultProps={classNames:""},ac.propTypes="production"!==process.env.NODE_ENV?bs({},nc.propTypes,{classNames:Xs,onEnter:Ys.func,onEntering:Ys.func,onEntered:Ys.func,onExit:Ys.func,onExiting:Ys.func,onExited:Ys.func}):{};var uc,pc,mc=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},hc=function(e){function n(t,n){var r,i=(r=e.call(this,t,n)||this).handleExited.bind(lc(r));return r.state={contextValue:{isMounting:!0},handleExited:i,firstRender:!0},r}ys(n,e);var r=n.prototype;return r.componentDidMount=function(){this.mounted=!0,this.setState({contextValue:{isMounting:!1}})},r.componentWillUnmount=function(){this.mounted=!1},n.getDerivedStateFromProps=function(e,t){var n,r,i=t.children,o=t.handleExited;return{children:t.firstRender?(n=e,r=o,sc(n.children,(function(e){return h(e,{onExited:r.bind(null,e),in:!0,appear:cc(e,"appear",n),enter:cc(e,"enter",n),exit:cc(e,"exit",n)})}))):dc(e,i,o),firstRender:!1}},r.handleExited=function(e,t){var n=sc(this.props.children);e.key in n||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var n=bs({},t.children);return delete n[e.key],{children:n}})))},r.render=function(){var e=this.props,n=e.component,r=e.childFactory,i=vs(e,["component","childFactory"]),o=this.state.contextValue,a=mc(this.state.children).map(r);return delete i.appear,delete i.enter,delete i.exit,null===n?t.createElement(Js.Provider,{value:o},a):t.createElement(Js.Provider,{value:o},t.createElement(n,i,a))},n}(t.Component);hc.propTypes="production"!==process.env.NODE_ENV?{component:Ys.any,children:Ys.node,appear:Ys.bool,enter:Ys.bool,exit:Ys.bool,childFactory:Ys.func}:{},hc.defaultProps={component:"div",childFactory:function(e){return e}},(function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).handleEnter=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEnter",0,n)},t.handleEntering=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntering",0,n)},t.handleEntered=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onEntered",0,n)},t.handleExit=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExit",1,n)},t.handleExiting=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExiting",1,n)},t.handleExited=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.handleLifecycle("onExited",1,n)},t}ys(n,e);var r=n.prototype;return r.handleLifecycle=function(e,n,r){var i,o=this.props.children,a=t.Children.toArray(o)[n];if(a.props[e]&&(i=a.props)[e].apply(i,r),this.props[e]){var l=a.props.nodeRef?void 0:I.findDOMNode(this);this.props[e](l)}},r.render=function(){var e=this.props,n=e.children,r=e.in,i=vs(e,["children","in"]),o=t.Children.toArray(n),a=o[0],l=o[1];return delete i.onEnter,delete i.onEntering,delete i.onEntered,delete i.onExit,delete i.onExiting,delete i.onExited,t.createElement(hc,i,r?t.cloneElement(a,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):t.cloneElement(l,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},n}(t.Component)).propTypes="production"!==process.env.NODE_ENV?{in:Ys.bool.isRequired,children:function(e,n){return 2!==t.Children.count(e[n])?new Error('"'+n+'" must be exactly two transition components.'):null}}:{};var gc="out-in",fc="in-out",bc=function(e,t,n){return function(){var r;e.props[t]&&(r=e.props)[t].apply(r,arguments),n()}},vc=((uc={})[gc]=function(e){var n=e.current,r=e.changeState;return t.cloneElement(n,{in:!1,onExited:bc(n,"onExited",(function(){r(Ks,null)}))})},uc[fc]=function(e){var n=e.current,r=e.changeState,i=e.children;return[n,t.cloneElement(i,{in:!0,onEntered:bc(i,"onEntered",(function(){r(Ks)}))})]},uc),xc=((pc={})[gc]=function(e){var n=e.children,r=e.changeState;return t.cloneElement(n,{in:!0,onEntered:bc(n,"onEntered",(function(){r(ec,t.cloneElement(n,{in:!0}))}))})},pc[fc]=function(e){var n=e.current,r=e.children,i=e.changeState;return[t.cloneElement(n,{in:!1,onExited:bc(n,"onExited",(function(){i(ec,t.cloneElement(r,{in:!0}))}))}),t.cloneElement(r,{in:!0})]},pc),yc=function(e){function n(){for(var t,n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return(t=e.call.apply(e,[this].concat(r))||this).state={status:ec,current:null},t.appeared=!1,t.changeState=function(e,n){void 0===n&&(n=t.state.current),t.setState({status:e,current:n})},t}ys(n,e);var r=n.prototype;return r.componentDidMount=function(){this.appeared=!0},n.getDerivedStateFromProps=function(e,n){return null==e.children?{current:null}:n.status===Ks&&e.mode===fc?{status:Ks}:!n.current||(r=n.current,i=e.children,r===i||t.isValidElement(r)&&t.isValidElement(i)&&null!=r.key&&r.key===i.key)?{current:t.cloneElement(e.children,{in:!0})}:{status:tc};var r,i},r.render=function(){var e,n=this.props,r=n.children,i=n.mode,o=this.state,a=o.status,l=o.current,s={children:r,current:l,changeState:this.changeState,status:a};switch(a){case Ks:e=xc[i](s);break;case tc:e=vc[i](s);break;case ec:e=l}return t.createElement(Js.Provider,{value:{isMounting:!this.appeared}},e)},n}(t.Component);yc.propTypes="production"!==process.env.NODE_ENV?{mode:Ys.oneOf([fc,gc]),children:Ys.oneOfType([Ys.element.isRequired])}:{},yc.defaultProps={mode:gc};const wc=(e,t)=>{switch(typeof e){case"number":return e;case"object":return e[t]||0;default:return 0}},Cc="fade-transition",Ec=v(ac)`
|
|
941
941
|
&.${Cc}-enter, &.${Cc}-appear {
|
|
942
942
|
opacity: 0;
|
|
943
943
|
}
|
|
@@ -959,7 +959,7 @@ object-assign
|
|
|
959
959
|
&.${Cc}-exit-done {
|
|
960
960
|
opacity: 0;
|
|
961
961
|
}
|
|
962
|
-
`,Ic=t=>{var{timeout:n=300,children:r,wrapperStyle:i}=t,o=D(t,["timeout","children","wrapperStyle"]);const a=e.useRef(null);return e.createElement(Ec,Object.assign({nodeRef:a,appear:!0,mountOnEnter:!0,timeout:n,classNames:Cc},o),e.createElement("div",{ref:a,style:i},r))};function kc(...t){return e.useMemo((()=>t.every((e=>null===e))?null:e=>{for(const n of t)"function"==typeof n?n(e):n&&"string"!=typeof n&&(n.current=e)}),[t])}const Mc=["auto","auto-start","auto-end"],$c=e=>({placements:l((()=>e.filter((e=>!Mc.includes(e)))),[e]),isAuto:l((()=>e.some((e=>Mc.includes(e)))),[e])}),Ac=e.forwardRef((function(t,n){var{content:r,open:i=!1,disableHoverListener:o=!1,enterDelay:a=0,leaveDelay:l=0,positionPriority:s=["top"],offset:c=[0,10],width:d,disabled:u=!1,fadeProps:p,children:m}=t,h=D(t,["content","open","disableHoverListener","enterDelay","leaveDelay","positionPriority","offset","width","disabled","fadeProps","children"]);const{placements:g,isAuto:f}=$c(s),b=e.useRef(null),[v,x]=e.useState(!1),y=ee(),{x:w,y:C,placement:E,refs:I,strategy:k,context:M}=uo({placement:g[0],open:v,onOpenChange:x,middleware:[s.length>0&&!f?dr({fallbackPlacements:g}):cr(),ur({mainAxis:c[1],crossAxis:c[0]}),pr({mainAxis:!1}),
|
|
962
|
+
`,Ic=t=>{var{timeout:n=300,children:r,wrapperStyle:i}=t,o=D(t,["timeout","children","wrapperStyle"]);const a=e.useRef(null);return e.createElement(Ec,Object.assign({nodeRef:a,appear:!0,mountOnEnter:!0,timeout:n,classNames:Cc},o),e.createElement("div",{ref:a,style:i},r))};function kc(...t){return e.useMemo((()=>t.every((e=>null===e))?null:e=>{for(const n of t)"function"==typeof n?n(e):n&&"string"!=typeof n&&(n.current=e)}),[t])}const Mc=["auto","auto-start","auto-end"],$c=e=>({placements:l((()=>e.filter((e=>!Mc.includes(e)))),[e]),isAuto:l((()=>e.some((e=>Mc.includes(e)))),[e])}),Ac=e.forwardRef((function(t,n){var{content:r,open:i=!1,disableHoverListener:o=!1,enterDelay:a=0,leaveDelay:l=0,positionPriority:s=["top"],offset:c=[0,10],width:d,disabled:u=!1,fadeProps:p,children:m}=t,h=D(t,["content","open","disableHoverListener","enterDelay","leaveDelay","positionPriority","offset","width","disabled","fadeProps","children"]);const{placements:g,isAuto:f}=$c(s),b=e.useRef(null),[v,x]=e.useState(!1),y=ee(),{x:w,y:C,placement:E,refs:I,strategy:k,context:M}=uo({placement:g[0],open:v,onOpenChange:x,middleware:[s.length>0&&!f?dr({fallbackPlacements:g}):cr(),ur({mainAxis:c[1],crossAxis:c[0]}),pr({mainAxis:!1}),Vr({element:b})],whileElementsMounted:$r}),$=Hi(M,{enabled:!o,move:!1,mouseOnly:!0,delay:{open:a,close:l}}),A=yo(M,{role:"tooltip"}),{getReferenceProps:V,getFloatingProps:L}=mo([$,A]),H=Object.assign(Object.assign(Object.assign({},m.props),V()),{ref:kc(I.setReference,m.ref)}),O=kc(n,I.setFloating);return e.createElement(e.Fragment,null,e.cloneElement(m,H),!u&&e.createElement(Si,{delay:{open:1e4,close:200}},e.createElement(Ki,null,e.createElement(Ic,Object.assign({in:v||i,unmountOnExit:!0,mountOnEnter:!0,wrapperStyle:{position:"relative",zIndex:y.depth.tooltip}},p),e.createElement(fs,Object.assign({ref:O,style:{position:k,top:C,left:w,zIndex:y.depth.tooltip}},h,L(),{width:d}),r,e.createElement(xi,{ref:b,fill:y.palette.black,context:M,width:6,height:4,staticOffset:["top-start","top-end","bottom-start","bottom-end"].includes(E)?"10%":["bottom-start","bottom-end","left-start","left-end"].includes(E)?"30%":void 0}))))))})),Vc={small:{fontSize:"12px",padding:"0 6px 0 6px",iconSize:"16px",borderRadius:"4px",height:"28px"},medium:{fontSize:"13px",padding:"0 8px 0 8px",iconSize:"18px",borderRadius:"6px",height:"32px"},large:{fontSize:"14px",padding:"0 10px 0 10px",iconSize:"20px",borderRadius:"6px",height:"40px"}},Lc=v.div`
|
|
963
963
|
display: flex;
|
|
964
964
|
flex-direction: column;
|
|
965
965
|
width: 100%;
|
|
@@ -968,8 +968,8 @@ object-assign
|
|
|
968
968
|
display: flex;
|
|
969
969
|
align-items: center;
|
|
970
970
|
width: 100%;
|
|
971
|
-
height: ${({$size:e="medium",$tagOverflow:t})=>"wrap"===t?"auto":
|
|
972
|
-
min-height: ${({$size:e="medium"})=>
|
|
971
|
+
height: ${({$size:e="medium",$tagOverflow:t})=>"wrap"===t?"auto":Vc[e].height};
|
|
972
|
+
min-height: ${({$size:e="medium"})=>Vc[e].height};
|
|
973
973
|
background-color: ${({theme:e,$variant:t,$disabled:n})=>n?e.palette.neutral.softLight:"light"===t?e.palette.background.default:e.palette.neutral.ultraLight};
|
|
974
974
|
border: 1px solid
|
|
975
975
|
${({theme:e,$error:t,$disabled:n})=>t?e.palette.danger.base:e.palette.divider};
|
|
@@ -1014,7 +1014,7 @@ object-assign
|
|
|
1014
1014
|
width: 100%;
|
|
1015
1015
|
height: 100%;
|
|
1016
1016
|
padding: 0;
|
|
1017
|
-
font-size: ${({$size:e})=>
|
|
1017
|
+
font-size: ${({$size:e})=>Vc[e].fontSize};
|
|
1018
1018
|
outline: none;
|
|
1019
1019
|
border: none;
|
|
1020
1020
|
background: none;
|
|
@@ -1055,8 +1055,8 @@ object-assign
|
|
|
1055
1055
|
display: inline-flex;
|
|
1056
1056
|
align-items: center;
|
|
1057
1057
|
justify-content: center;
|
|
1058
|
-
width: ${({$size:e})=>e?
|
|
1059
|
-
height: ${({$size:e})=>e?
|
|
1058
|
+
width: ${({$size:e})=>e?Vc[e].iconSize:"18px"};
|
|
1059
|
+
height: ${({$size:e})=>e?Vc[e].iconSize:"18px"};
|
|
1060
1060
|
color: ${({theme:e,$disabled:t})=>t?e.palette.text.disabled:"currentColor"};
|
|
1061
1061
|
|
|
1062
1062
|
svg {
|
|
@@ -1095,7 +1095,7 @@ object-assign
|
|
|
1095
1095
|
display: flex;
|
|
1096
1096
|
align-items: center;
|
|
1097
1097
|
color: ${({theme:e,$disabled:t})=>t?e.palette.text.disabled:e.palette.black};
|
|
1098
|
-
width: ${({$size:e})=>e?
|
|
1098
|
+
width: ${({$size:e})=>e?Vc[e].iconSize:"18px"};
|
|
1099
1099
|
aspect-ratio: 1;
|
|
1100
1100
|
margin-right: 8px;
|
|
1101
1101
|
margin-left: ${({$multiple:e})=>e?"auto":"0"};
|
|
@@ -1168,9 +1168,9 @@ object-assign
|
|
|
1168
1168
|
color: ${({theme:e})=>e.palette.black};
|
|
1169
1169
|
cursor: pointer;
|
|
1170
1170
|
z-index: 1;
|
|
1171
|
-
`,Fc=e=>{var{value:n,multiple:r=!1,disabled:s=!1,placeholder:c="選択してください",size:u="medium",variant:h="light",tagVariant:g,tagOverflow:f="truncate",showBulkActions:b=!1,selectAllLabel:v="すべて選択",clearAllLabel:x="すべてクリア",searchable:y=!1,searchPlaceholder:w="検索",noResultsMessage:C="見つかりませんでした",error:E=!1,applyButtonText:I="適用",cancelButtonText:k="キャンセル",children:M,onChange:$,onTempChange:A,width:
|
|
1171
|
+
`,Fc=e=>{var{value:n,multiple:r=!1,disabled:s=!1,placeholder:c="選択してください",size:u="medium",variant:h="light",tagVariant:g,tagOverflow:f="truncate",showBulkActions:b=!1,selectAllLabel:v="すべて選択",clearAllLabel:x="すべてクリア",searchable:y=!1,searchPlaceholder:w="検索",noResultsMessage:C="見つかりませんでした",error:E=!1,applyButtonText:I="適用",cancelButtonText:k="キャンセル",children:M,onChange:$,onTempChange:A,width:V,minWidth:L,placement:H,middleware:O}=e,S=D(e,["value","multiple","disabled","placeholder","size","variant","tagVariant","tagOverflow","showBulkActions","selectAllLabel","clearAllLabel","searchable","searchPlaceholder","noResultsMessage","error","applyButtonText","cancelButtonText","children","onChange","onTempChange","width","minWidth","placement","middleware"]);const[R,N]=i(!1),[z,Z]=i(""),[T,B]=i([]),[P,_]=i(!1),G=o(null),Y=l((()=>g||("light"===h?"dark":"light")),[h,g]),j=l((()=>r?Array.isArray(n)?n:[]:void 0!==n?[n]:[]),[n,r]),F=l((()=>{if(!M)return[];const e=[],t=n=>{p.forEach(n,(n=>{if(!m(n))return;const r=n;if(r.type&&"string"!=typeof r.type){const n=r.type.displayName||r.type.name;if("Select2Option"===n){const t=r.props.value,n=r.props.children,i=!!r.props.disabled,o=r.props.prepend,a=r.props.append;void 0!==t&&e.push({value:t,label:String(n),disabled:i,prepend:o,append:a})}else"Select2OptionGroup"===n&&r.props.children&&t(r.props.children)}}))};return t(M),e}),[M]),W=d((e=>{null==$||$(e)}),[$]),X=d((e=>{s||(N(e),e&&r&&B([...j]),e||Z(""))}),[s,r,j]),J=d((e=>{e.disabled||(W(e.value),N(!1),Z(""))}),[W]),U=d(((e,t)=>{t.disabled||B((n=>e?[...n,t.value]:n.filter((e=>e!==t.value))))}),[]),Q=d((()=>{r&&W(T),N(!1),Z("")}),[W,r,T]),q=d((()=>{N(!1),Z("")}),[]),K=d((e=>{if(r&&Array.isArray(n)){const t=n.filter((t=>t!==e));W(t)}}),[r,n,W]),ee=d((e=>{Z(e.target.value)}),[]),te=d((e=>{e.stopPropagation(),Z("")}),[]),ne=d((()=>{s||X(!R)}),[s,X,R]),re=l((()=>F.find((e=>e.value===n))),[F,n]),ie=l((()=>r&&Array.isArray(n)?F.filter((e=>n.includes(e.value))):[]),[r,F,n]),ae=l((()=>{if(!y||!z)return F;const e=z.trim();if(!e)return F;const t=e.includes(","),n=e.startsWith('"')&&e.endsWith('"'),r=gs(e);return F.filter((i=>{const o=i.label.toLowerCase();return n?r.some((e=>o===e.toLowerCase())):t?r.some((e=>o.includes(e.toLowerCase()))):o.includes(e.toLowerCase())}))}),[F,z,y]),le=d((()=>{const e=ae.filter((e=>!e.disabled)).map((e=>e.value));B((t=>[...new Set([...t,...e])]))}),[ae]),se=d((()=>{B([])}),[]),ce=d((()=>{G.current&&"wrap"!==f&&_(G.current.scrollWidth>G.current.clientWidth)}),[f]);a((()=>{if(!window.ResizeObserver)return;if(!G.current)return;ce();const e=new window.ResizeObserver((()=>{G.current&&ce()}));return e.observe(G.current),()=>{e.disconnect()}}),[ce,ie,f]),a((()=>{r&&Array.isArray(n)&&B(n)}),[r,n]),a((()=>{r&&"function"==typeof A&&A(T)}),[r,T]);const de=l((()=>b&&r?t.createElement(Yc,null,t.createElement(Ac,{content:v,positionPriority:["top"],offset:[0,8],disabled:0===ae.length},t.createElement(il,{icon:t.createElement(oe,{name:"check_thin",color:"currentColor"}),size:"small",color:"secondaryDark",disabled:0===ae.length,onClick:le})),t.createElement(Ac,{content:x,positionPriority:["top"],offset:[0,8],disabled:0===ae.length},t.createElement(il,{icon:t.createElement(oe,{name:"close",color:"currentColor"}),size:"small",color:"secondaryDark",disabled:0===ae.length,onClick:se}))):null),[b,r,v,x,ae,le,se]),ue=l((()=>y&&b&&r?t.createElement(_c,null,t.createElement(Gc,null,t.createElement(Pc,{autoFocus:!0,placeholder:w,value:z,onChange:ee}),z&&t.createElement(jc,{type:"button","aria-label":"検索をリセット",onClick:te},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"}))),de):y?t.createElement(_c,null,t.createElement(Gc,null,t.createElement(Pc,{autoFocus:!0,placeholder:w,value:z,onChange:ee}),z&&t.createElement(jc,{type:"button","aria-label":"検索をリセット",onClick:te},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"})))):b&&r?de:null),[y,b,r,z,w,ee,te,de]),pe=l((()=>r?t.createElement(Na,null,t.createElement(il,{color:"clear",size:"small",onClick:q},k),t.createElement(il,{color:"primary",size:"small",onClick:Q},I)):null),[r,Q,q,I,k]),me=S,he="string"==typeof me["aria-label"]||"string"==typeof me["aria-labelledby"],ge=t.createElement(Oc,Object.assign({$disabled:s,$error:E,$hasValue:r?Array.isArray(n)&&n.length>0:!!re,$isOpen:R,$multiple:r,$size:u,$variant:h,"aria-expanded":R,"aria-invalid":E,"aria-label":he?void 0:c,disabled:s,role:"combobox",type:"button"},S),r&&Array.isArray(n)&&0===n.length?t.createElement(Tc,{$disabled:s,$variant:h},c):!r&&t.createElement(Dc,null,re?t.createElement(t.Fragment,null,re.prepend&&t.createElement(Nc,{$size:u,$disabled:s},t.isValidElement(re.prepend)&&re.prepend.type===oe?t.cloneElement(re.prepend,{size:parseInt(Vc[u].iconSize,10),color:re.prepend.props.color||"currentColor"}):re.prepend),t.createElement(Rc,null,re.label)):t.createElement(Tc,{$disabled:s,$variant:h},c)),t.createElement(Bc,{$disabled:s,$size:u,$multiple:r},t.createElement(oe,{name:"arrow_down",color:"currentColor"})));return t.createElement(Lc,null,t.createElement(Hc,{$disabled:s,$error:E,$isOpen:R,$size:u,$variant:h,$tagOverflow:f,"data-disabled":s,"data-overflowing":"wrap"!==f&&P,style:{cursor:r||s?"default":"pointer"}},t.createElement(Ha,null,t.createElement(La,{noResultsMessage:y?C:void 0,open:R,stickyFooter:pe,stickyHeader:ue,trigger:ge,width:V,minWidth:L,placement:H,middleware:O,onOpenChange:X},(()=>{const e=y&&!!z?new Set(ae.map((e=>e.value))):void 0;if(M){const i=((e,i)=>{const o=[];let a=null;const l=(e,o,a)=>{const l=e.props.value,s=!!e.props.disabled,c=e.props.children,d=e.props.prepend,u=e.props.append;if(i&&!i.has(l))return null;const p=r?T.includes(l):l===n;return t.createElement(Oo,{key:`${o}-${a}`,checked:p,closeOnChange:!r,disabled:s,tabIndex:0,prepend:d,append:u,onChange:()=>{r?U(!p,{value:l,label:String(c),disabled:s,prepend:d,append:u}):J({value:l,label:String(c),disabled:s,prepend:d,append:u})}},c)},s=()=>{if(null===a)return;const e=a,n=e.options.map(((t,n)=>l(t,`option-${e.label}`,n))).filter(Boolean);0!==n.length&&(o.push(t.createElement(Oa,{key:`heading-${e.label}`},e.label)),o.push(...n))};return p.forEach(e,(e=>{if(!m(e))return;const n=e;if(n.type&&"string"!=typeof n.type){const e=n.type.displayName||n.type.name;if("Select2OptionGroup"===e)null!==a&&s(),a={label:n.props.label,options:[]},n.props.children&&p.forEach(n.props.children,(e=>{if(m(e)){const t=e;"Select2Option"===(t.type.displayName||t.type.name)&&null!==a&&a.options.push(t)}}));else if("Select2Separator"===e)o.length>0&&o.push(t.createElement(Ra,{key:`separator-${o.length}`}));else if("Select2Option"===e)if(null!==a)a.options.push(n);else{const e=n.props.value;if(i&&!i.has(e))return;o.push(l(n,"option",o.length))}else o.push(n)}})),null!==a&&s(),o})(M,e);return 0===i.length?t.createElement(xa,{message:C}):i}return ae.length>0?ae.map((e=>{const i=r?T.includes(e.value):e.value===n;return t.createElement(Oo,{key:e.value.toString(),checked:i,closeOnChange:!r,disabled:e.disabled,tabIndex:0,prepend:e.prepend,append:e.append,onChange:()=>{r?U(!i,e):J(e)}},e.label)})):t.createElement(xa,{message:C})})())),r&&t.createElement(Sc,{$tagOverflow:f},t.createElement(zc,{ref:G,$tagOverflow:f,"data-testid":"tag-container",onClick:ne},ie.map((e=>{const n=s?void 0:()=>K(e.value);return t.createElement(Zc,{key:e.value.toString(),disabled:s,label:e.label,size:u,variant:Y,onRemove:n})}))))))},Wc=e=>null;Wc.displayName="Select2Option";const Xc=e=>null;Xc.displayName="Select2OptionGroup";const Jc=()=>null;Jc.displayName="Select2Separator";const Uc=v(Ee)`
|
|
1172
1172
|
${W}
|
|
1173
|
-
`,Qc=e.forwardRef((function({children:t,size:n="md"},r){const i=ee();return e.createElement(se,{ref:r,display:"flex",alignItems:"center"},e.createElement(ja,{pr:.5},e.createElement(oe,{name:"alert",type:"fill",color:i.palette.danger.base,size:"sm"===n?"sm-md":n})),e.createElement(Uc,{color:i.palette.danger.base,size:n},t))})),qc=e=>{const{inputType:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l}=e;return"checkbox"===t?n:"radio"===t?[r]:l?[i,o]:[a]},Kc=(e,t)=>{const n=ft(e).find((e=>e.value===t));return(null==n?void 0:n.label)||t},ed=e=>{const{conditionConfig:t,inputType:n,operator:r,values:i,dateFormat:o}=e;return i.map((e=>{if("checkbox"===n||"radio"===n){const n=((e,t)=>{if(t){const n=e.operators.find((e=>e.value===t));if(null==n?void 0:n.options)return n.options}return e.options||[]})(t,r).find((t=>t.value===e));return(null==n?void 0:n.label)||String(e)}if("date"===n&&o){const t=String(e);if(!t||""===t.trim())return t;const n=Ta(t,"YYYY-MM-DD");return n.isValid()?n.format(o):t}return String(e)}))},td=e=>{const{inputType:t,operator:n,selectedValues:r,selectedRadioValue:i,startDate:o,endDate:a,value:l,isRangeOperator:s,customValidation:c}=e;if("checkbox"===t){if(0===r.length)return{isValid:!1,errorMessage:"少なくとも1つの項目を選択してください"}}else if("radio"===t){if(""===i||null==i)return{isValid:!1,errorMessage:"項目を選択してください"}}else if(s){if(!o||!a)return{isValid:!1,errorMessage:"開始日と終了日の両方を選択してください"}}else if(!l||""===l.trim())return{isValid:!1,errorMessage:"date"===t?"日付を選択してください":"値を入力してください"};if(c){let e;return e="checkbox"===t?r:"radio"===t?[i]:s?[o,a]:[l],c(e,n)}return s&&new Date(o)>new Date(a)?{isValid:!1,errorMessage:"開始日は終了日より前である必要があります"}:{isValid:!0,errorMessage:""}},nd=e=>{const{inputType:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l}=e;return"checkbox"===t?n.length>0:"radio"===t?""!==r&&null!=r:l?!(!i||!o):!(!a||""===a.trim())},rd=e=>!1!==e.required,id=(e,t)=>{const n=ht(t,e.conditionKey);return n?{condition:e,conditionConfig:n}:null},od=e=>{const{condition:t,conditionConfig:n}=e,r=bt(n,t.operator),i=vt(n,t.operator);return nd({inputType:r,selectedValues:t.selectedValues,selectedRadioValue:t.selectedRadioValue,startDate:t.startDate,endDate:t.endDate,value:t.value,isRangeOperator:i})},ad=e=>{const{condition:t,conditionConfig:n}=e,r=bt(n,t.operator),i=vt(n,t.operator);return td({inputType:r,operator:t.operator,selectedValues:t.selectedValues,selectedRadioValue:t.selectedRadioValue,startDate:t.startDate,endDate:t.endDate,value:t.value,isRangeOperator:i,customValidation:n.customValidation})},ld=({option:e})=>{var n;return e.icon?t.createElement(oe,{name:e.icon,type:null!==(n=e.iconType)&&void 0!==n?n:"line",color:e.iconColor}):null};ld.displayName="OptionValueIcon";const sd=({options:e,selectedValues:n,onValueToggle:r})=>t.createElement(Tt,null,e.map((e=>t.createElement(Oo,{key:String(e.value),checked:n.includes(e.value),prepend:e.icon?t.createElement(ld,{option:e}):void 0,onChange:t=>r(e.value,t)},e.label))));sd.displayName="CheckboxValueInput";const cd=({options:e,selectedRadioValue:n,onRadioChange:r})=>t.createElement(Tt,null,e.map((e=>t.createElement(Oo,{key:String(e.value),checked:n===e.value,prepend:e.icon?t.createElement(ld,{option:e}):void 0,onChange:t=>{t&&r(e.value)}},e.label))));cd.displayName="RadioValueInput";const dd=640,ud=["日","月","火","水","木","金","土"],pd={components:{ConfirmModal:{defaultProps:{confirmText:"確認",cancelText:"キャンセル"}},FullSizeConfirmModal:{defaultProps:{confirmText:"確認",cancelText:"キャンセル"}},FileUploader:{defaultProps:{title:"ファイルをドラッグ&ドロップ、またはここをクリック"}},ItemEmpty:{defaultProps:{title:"見つかりませんでした。"}},Select:{defaultProps:{placeholder:"選択...",emptyMessage:"見つかりません"}},CreatableSelect:{defaultProps:{placeholder:"選択...",emptyMessage:"見つかりません",addMessage:"次の文字列を追加する"}},MultipleFilter:{defaultProps:{placeholder:"新しいフィルターを追加してください"}},FilterCard:{defaultProps:{applyButtonTitle:"適用",inputErrorText:"入力してください",formPlaceholder:"検索",sectionTitle:"セクション"}},EditFilterCard:{defaultProps:{}},DatePicker:{defaultProps:{monthFormat:"YYYY年MM月",weekConfig:{start:0,labels:[...ud]}}},DateRangePicker:{defaultProps:{monthFormat:"YYYY年MM月",weekConfig:{start:0,labels:[...ud]},applyButtonText:"適用",cancelButtonText:"キャンセル"}},WeekTime:{defaultProps:{weekList:["月","火","水","木","金","土","日"]}},WeekTimeSelector:{defaultProps:{weekList:["月","火","水","木","金","土","日"]}},DualListBox:{defaultProps:{selectedItemTitle:"個選択済み"}}}},md={components:{ConfirmModal:{defaultProps:{confirmText:"确认",cancelText:"取消"}},FullSizeConfirmModal:{defaultProps:{confirmText:"确认",cancelText:"取消"}},FileUploader:{defaultProps:{title:"把文件拖入, 同样支持点击上传。"}},ItemEmpty:{defaultProps:{title:"未找到。"}}}},hd={components:{DatePicker:{defaultProps:{monthFormat:"MMM YYYY",weekConfig:{start:0,labels:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}}},DateRangePicker:{defaultProps:{monthFormat:"MMM YYYY",weekConfig:{start:0,labels:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},applyButtonText:"Apply",cancelButtonText:"Cancel"}},WeekTime:{defaultProps:{weekList:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]}},WeekTimeSelector:{defaultProps:{weekList:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]}},DualListBox:{defaultProps:{selectedItemTitle:"selected"}}}},gd=e.createContext({locale:hd}),fd=({locale:t,children:n})=>e.createElement(gd.Provider,{value:{locale:t}},n);function bd(e){var n,r;const{name:i,props:o}=e,a=t.useContext(gd).locale,l=Object.assign({},o);if(!a||!a.components)return l;const s=null===(r=null===(n=a.components)||void 0===n?void 0:n[i])||void 0===r?void 0:r.defaultProps;for(const e in s)void 0===l[e]&&(l[e]=s[e]);return l}const vd=n((function(e,n){const r=bd({props:e,name:"DatePicker"}),{date:o,format:a="YYYY-MM-DD",disabled:s=!1,size:c="medium",variant:u="light",width:p,monthFormat:m,weekConfig:h,showDateFields:g=!1,showTimeFields:f=!1,timeFieldProps:b,useCalendarRange:v=!1,isOutsideRange:x,error:y=!1,errorText:w,defaultPresetButton:C,presetButtons:E,onPresetButtonClick:I,onDateChange:k,onDatesChange:M,endDate:$}=r,A=ee(),[L,V]=i(!1),{context:H,refs:O,strategy:S,x:D,y:R}=uo({placement:"bottom-start",open:L,onOpenChange:V,middleware:[ur(10),dr(),pr({padding:8})]}),N=so(H),z=yo(H),{getReferenceProps:Z,getFloatingProps:T}=mo([N,z]),B=d((()=>{s||V((e=>!e))}),[s]),P=d((e=>{k(e),V(!1)}),[k]),_=l((()=>t.createElement(oe,{name:"date_range",color:s?A.palette.neutral.base:A.palette.text.accent})),[s,A]),G=l((()=>"100%"===p||"string"==typeof p&&p.includes("100%")?{width:"100%"}:{width:"fit-content"}),[p]);return t.createElement(se,{ref:n,style:G},t.createElement("div",Object.assign({ref:O.setReference},Z()),t.createElement(zw,{date:o,format:a,error:y,errorText:w,disabled:s,size:c,variant:u,width:p,append:_,onDateChange:k,onAppendClick:B})),L&&t.createElement(Ki,null,t.createElement(no,{context:H,modal:!1,initialFocus:-1,returnFocus:!1},v?t.createElement(tm,Object.assign({ref:O.setFloating,startDate:o,endDate:$||o,monthFormat:m,weekConfig:h,defaultPresetButton:C,presetButtons:E,showDateFields:g,showTimeFields:f,timeFieldProps:b,dateFieldFormat:a,isOutsideRange:x,style:{position:S,top:null!=R?R:0,left:null!=D?D:0,zIndex:A.depth.calendarRange,overflow:"hidden",maxWidth:"min(640px, calc(100vw - 16px))"},onPresetButtonClick:I,onDatesChange:M},T())):t.createElement(Sp,Object.assign({ref:O.setFloating,date:o,monthFormat:m,weekConfig:h,defaultPresetButton:C,presetButtons:E,showDateFields:g,showTimeFields:f,timeFieldProps:b,dateFieldFormat:a,isOutsideRange:x,style:{position:S,top:null!=R?R:0,left:null!=D?D:0,zIndex:A.depth.calendar,overflow:"hidden",maxWidth:"min(640px, calc(100vw - 16px))"},onPresetButtonClick:I,onDateChange:P},T())))))}));var xd=g(vd);const yd=({startDate:e,endDate:n,onStartDateChange:r,onEndDateChange:i,format:o="YYYY-MM-DD"})=>{const a=l((()=>{if(e&&""!==e.trim()){const t=Ta(e,"YYYY-MM-DD");return t.isValid()?t:Ta()}return Ta()}),[e]),s=l((()=>{if(n&&""!==n.trim()){const e=Ta(n,"YYYY-MM-DD");return e.isValid()?e:Ta()}return Ta()}),[n]);return t.createElement(St,null,t.createElement(Rt,null,t.createElement(Zt,{htmlFor:"start-date-picker"},"開始日"),t.createElement(xd,{date:a,format:o,variant:"dark",width:"100%",onDateChange:e=>{r(e.format("YYYY-MM-DD"))}})),t.createElement(Rt,null,t.createElement(Zt,{htmlFor:"end-date-picker"},"終了日"),t.createElement(xd,{date:s,format:o,variant:"dark",width:"100%",onDateChange:e=>{i(e.format("YYYY-MM-DD"))}})))};yd.displayName="DateRangeInput";const wd=({inputType:e,value:n,placeholder:r,onValueChange:i,onKeyDown:o,format:a="YYYY-MM-DD",inputRef:s})=>{const c=l((()=>{if("date"===e&&n&&""!==n.trim()){const e=Ta(n,"YYYY-MM-DD");return e.isValid()?e:Ta()}return Ta()}),[e,n]),d=e=>{const t=e.format("YYYY-MM-DD");i(t)};return"date"===e?t.createElement(zt,null,t.createElement(xd,{date:c,format:a,variant:"dark",width:"100%",onDateChange:d})):t.createElement(Nt,null,t.createElement(ga,{ref:s,type:"text",value:n,placeholder:r,fullWidth:!0,variant:"dark",onChange:e=>i(e.target.value),onKeyDown:o}))};wd.displayName="TextValueInput";const Cd=({filterConfig:e,operator:n,value:r,selectedValues:i,selectedRadioValue:o,startDate:a,endDate:l,onValueChange:s,onValueToggle:c,onRadioChange:d,onStartDateChange:u,onEndDateChange:p,onKeyDown:m,isRangeOperator:h,textInputRef:g})=>{const f=et(e,n);return"checkbox"===f?t.createElement(sd,{options:nt(e,n),selectedValues:i,onValueToggle:c}):"radio"===f?t.createElement(cd,{options:nt(e,n),selectedRadioValue:o,onRadioChange:d}):h(n)?t.createElement(yd,{startDate:a,endDate:l,format:rt(e),onStartDateChange:u,onEndDateChange:p}):t.createElement(wd,{inputType:f,inputRef:"text"===f?g:void 0,value:r,placeholder:tt(e),format:"date"===f?rt(e):void 0,onValueChange:s,onKeyDown:m})};Cd.displayName="ConfigPanelValueInput";const Ed=(e,t,n)=>{if(!t)return((e,t)=>{const n=gt(e),r=bt(e,n);let i="",o="",a="";return vt(e,n)?(o=t,a=t):"date"===r&&(i=t),{id:`condition_${e.conditionKey}`,conditionKey:e.conditionKey,conditionLabel:e.conditionLabel,operator:n,value:i,selectedValues:[],selectedRadioValue:"",startDate:o,endDate:a}})(e,n);let r="",i=[],o="",a="",l="";if((t.isRange||!1)&&t.values.length>=2)a="string"==typeof t.values[0]?t.values[0]:"",l="string"==typeof t.values[1]?t.values[1]:"";else if(t.values.length>0){const e=t.values[0];"string"==typeof e&&(r=e),i=t.values,o=e}return{id:`condition_${e.conditionKey}`,conditionKey:t.conditionKey,conditionLabel:t.conditionLabel,operator:t.operator,value:r,selectedValues:i,selectedRadioValue:o,startDate:a,endDate:l}},Id={xs:{iconSize:12,height:"18px",pillHeight:"18px",gap:"2px",padding:e=>.5*e.spacing+"px",signalPaddingLeft:"2px",signalPaddingRight:"4px",dotSize:12,fontSize:"11px"},small:{iconSize:14,height:"22px",pillHeight:"20px",gap:"2px",padding:e=>.75*e.spacing+"px",signalPaddingLeft:"4px",signalPaddingRight:"6px",dotSize:14,fontSize:"12px"},medium:{iconSize:16,height:"24px",pillHeight:"24px",gap:"4px",padding:e=>`${e.spacing}px`,signalPaddingLeft:"4px",signalPaddingRight:"6px",dotSize:16,fontSize:"13px"}},kd={normal:{primary:e=>e.palette.primary.highlight,secondaryDark:e=>e.palette.neutral.softLight,success:e=>e.palette.success.softLight||e.palette.success.lighter,warning:e=>e.palette.warning.highlight,danger:e=>e.palette.danger.highlight,inverse:e=>e.palette.black},pill:{primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.softLight,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.black},signal:{primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.base,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.black}},Md={normal:{primary:e=>e.palette.text.accent,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.success.darker,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.danger.base,inverse:e=>e.palette.text.white},pill:{primary:e=>e.palette.text.white,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.text.white,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.text.white,inverse:e=>e.palette.text.white},signal:{primary:e=>e.palette.text.accent,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.success.darker,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.danger.darker,inverse:e=>e.palette.text.primary}},$d=(e,t,n)=>kd[n][e](t),Ad=(e,t,n)=>Md[n][e](t),Ld={primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.light,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.neutral.light},Vd=(e,t)=>Ld[e](t),Hd={primary:e=>e.palette.primary.ultraLight,secondaryDark:e=>e.palette.neutral.ultraLight,success:e=>e.palette.success.ultraLight,warning:e=>e.palette.warning.ultraLight,danger:e=>e.palette.danger.ultraLight,inverse:e=>e.palette.neutral.pure},Od=(e,t)=>Hd[e](t),Sd=y`
|
|
1173
|
+
`,Qc=e.forwardRef((function({children:t,size:n="md"},r){const i=ee();return e.createElement(se,{ref:r,display:"flex",alignItems:"center"},e.createElement(ja,{pr:.5},e.createElement(oe,{name:"alert",type:"fill",color:i.palette.danger.base,size:"sm"===n?"sm-md":n})),e.createElement(Uc,{color:i.palette.danger.base,size:n},t))})),qc=e=>{const{inputType:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l}=e;return"checkbox"===t?n:"radio"===t?[r]:l?[i,o]:[a]},Kc=(e,t)=>{const n=ft(e).find((e=>e.value===t));return(null==n?void 0:n.label)||t},ed=e=>{const{conditionConfig:t,inputType:n,operator:r,values:i,dateFormat:o}=e;return i.map((e=>{if("checkbox"===n||"radio"===n){const n=((e,t)=>{if(t){const n=e.operators.find((e=>e.value===t));if(null==n?void 0:n.options)return n.options}return e.options||[]})(t,r).find((t=>t.value===e));return(null==n?void 0:n.label)||String(e)}if("date"===n&&o){const t=String(e);if(!t||""===t.trim())return t;const n=Ta(t,"YYYY-MM-DD");return n.isValid()?n.format(o):t}return String(e)}))},td=e=>{const{inputType:t,operator:n,selectedValues:r,selectedRadioValue:i,startDate:o,endDate:a,value:l,isRangeOperator:s,customValidation:c}=e;if("checkbox"===t){if(0===r.length)return{isValid:!1,errorMessage:"少なくとも1つの項目を選択してください"}}else if("radio"===t){if(""===i||null==i)return{isValid:!1,errorMessage:"項目を選択してください"}}else if(s){if(!o||!a)return{isValid:!1,errorMessage:"開始日と終了日の両方を選択してください"}}else if(!l||""===l.trim())return{isValid:!1,errorMessage:"date"===t?"日付を選択してください":"値を入力してください"};if(c){let e;return e="checkbox"===t?r:"radio"===t?[i]:s?[o,a]:[l],c(e,n)}return s&&new Date(o)>new Date(a)?{isValid:!1,errorMessage:"開始日は終了日より前である必要があります"}:{isValid:!0,errorMessage:""}},nd=e=>{const{inputType:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l}=e;return"checkbox"===t?n.length>0:"radio"===t?""!==r&&null!=r:l?!(!i||!o):!(!a||""===a.trim())},rd=e=>!1!==e.required,id=(e,t)=>{const n=ht(t,e.conditionKey);return n?{condition:e,conditionConfig:n}:null},od=e=>{const{condition:t,conditionConfig:n}=e,r=bt(n,t.operator),i=vt(n,t.operator);return nd({inputType:r,selectedValues:t.selectedValues,selectedRadioValue:t.selectedRadioValue,startDate:t.startDate,endDate:t.endDate,value:t.value,isRangeOperator:i})},ad=e=>{const{condition:t,conditionConfig:n}=e,r=bt(n,t.operator),i=vt(n,t.operator);return td({inputType:r,operator:t.operator,selectedValues:t.selectedValues,selectedRadioValue:t.selectedRadioValue,startDate:t.startDate,endDate:t.endDate,value:t.value,isRangeOperator:i,customValidation:n.customValidation})},ld=({option:e})=>{var n;return e.icon?t.createElement(oe,{name:e.icon,type:null!==(n=e.iconType)&&void 0!==n?n:"line",color:e.iconColor}):null};ld.displayName="OptionValueIcon";const sd=({options:e,selectedValues:n,onValueToggle:r})=>t.createElement(Tt,null,e.map((e=>t.createElement(Oo,{key:String(e.value),checked:n.includes(e.value),prepend:e.icon?t.createElement(ld,{option:e}):void 0,onChange:t=>r(e.value,t)},e.label))));sd.displayName="CheckboxValueInput";const cd=({options:e,selectedRadioValue:n,onRadioChange:r})=>t.createElement(Tt,null,e.map((e=>t.createElement(Oo,{key:String(e.value),checked:n===e.value,prepend:e.icon?t.createElement(ld,{option:e}):void 0,onChange:t=>{t&&r(e.value)}},e.label))));cd.displayName="RadioValueInput";const dd=640,ud=["日","月","火","水","木","金","土"],pd={components:{ConfirmModal:{defaultProps:{confirmText:"確認",cancelText:"キャンセル"}},FullSizeConfirmModal:{defaultProps:{confirmText:"確認",cancelText:"キャンセル"}},FileUploader:{defaultProps:{title:"ファイルをドラッグ&ドロップ、またはここをクリック"}},ItemEmpty:{defaultProps:{title:"見つかりませんでした。"}},Select:{defaultProps:{placeholder:"選択...",emptyMessage:"見つかりません"}},CreatableSelect:{defaultProps:{placeholder:"選択...",emptyMessage:"見つかりません",addMessage:"次の文字列を追加する"}},MultipleFilter:{defaultProps:{placeholder:"新しいフィルターを追加してください"}},FilterCard:{defaultProps:{applyButtonTitle:"適用",inputErrorText:"入力してください",formPlaceholder:"検索",sectionTitle:"セクション"}},EditFilterCard:{defaultProps:{}},DatePicker:{defaultProps:{monthFormat:"YYYY年MM月",weekConfig:{start:0,labels:[...ud]}}},DateRangePicker:{defaultProps:{monthFormat:"YYYY年MM月",weekConfig:{start:0,labels:[...ud]},applyButtonText:"適用",cancelButtonText:"キャンセル"}},WeekTime:{defaultProps:{weekList:["月","火","水","木","金","土","日"]}},WeekTimeSelector:{defaultProps:{weekList:["月","火","水","木","金","土","日"]}},DualListBox:{defaultProps:{selectedItemTitle:"個選択済み"}}}},md={components:{ConfirmModal:{defaultProps:{confirmText:"确认",cancelText:"取消"}},FullSizeConfirmModal:{defaultProps:{confirmText:"确认",cancelText:"取消"}},FileUploader:{defaultProps:{title:"把文件拖入, 同样支持点击上传。"}},ItemEmpty:{defaultProps:{title:"未找到。"}}}},hd={components:{DatePicker:{defaultProps:{monthFormat:"MMM YYYY",weekConfig:{start:0,labels:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]}}},DateRangePicker:{defaultProps:{monthFormat:"MMM YYYY",weekConfig:{start:0,labels:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},applyButtonText:"Apply",cancelButtonText:"Cancel"}},WeekTime:{defaultProps:{weekList:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]}},WeekTimeSelector:{defaultProps:{weekList:["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]}},DualListBox:{defaultProps:{selectedItemTitle:"selected"}}}},gd=e.createContext({locale:hd}),fd=({locale:t,children:n})=>e.createElement(gd.Provider,{value:{locale:t}},n);function bd(e){var n,r;const{name:i,props:o}=e,a=t.useContext(gd).locale,l=Object.assign({},o);if(!a||!a.components)return l;const s=null===(r=null===(n=a.components)||void 0===n?void 0:n[i])||void 0===r?void 0:r.defaultProps;for(const e in s)void 0===l[e]&&(l[e]=s[e]);return l}const vd=n((function(e,n){const r=bd({props:e,name:"DatePicker"}),{date:o,format:a="YYYY-MM-DD",disabled:s=!1,size:c="medium",variant:u="light",width:p,monthFormat:m,weekConfig:h,showDateFields:g=!1,showTimeFields:f=!1,timeFieldProps:b,useCalendarRange:v=!1,isOutsideRange:x,error:y=!1,errorText:w,defaultPresetButton:C,presetButtons:E,onPresetButtonClick:I,onDateChange:k,onDatesChange:M,endDate:$}=r,A=ee(),[V,L]=i(!1),{context:H,refs:O,strategy:S,x:D,y:R}=uo({placement:"bottom-start",open:V,onOpenChange:L,middleware:[ur(10),dr(),pr({padding:8})]}),N=so(H),z=yo(H),{getReferenceProps:Z,getFloatingProps:T}=mo([N,z]),B=d((()=>{s||L((e=>!e))}),[s]),P=d((e=>{k(e),L(!1)}),[k]),_=l((()=>t.createElement(oe,{name:"date_range",color:s?A.palette.neutral.base:A.palette.text.accent})),[s,A]),G=l((()=>"100%"===p||"string"==typeof p&&p.includes("100%")?{width:"100%"}:{width:"fit-content"}),[p]);return t.createElement(se,{ref:n,style:G},t.createElement("div",Object.assign({ref:O.setReference},Z()),t.createElement(zw,{date:o,format:a,error:y,errorText:w,disabled:s,size:c,variant:u,width:p,append:_,onDateChange:k,onAppendClick:B})),V&&t.createElement(Ki,null,t.createElement(no,{context:H,modal:!1,initialFocus:-1,returnFocus:!1},v?t.createElement(tm,Object.assign({ref:O.setFloating,startDate:o,endDate:$||o,monthFormat:m,weekConfig:h,defaultPresetButton:C,presetButtons:E,showDateFields:g,showTimeFields:f,timeFieldProps:b,dateFieldFormat:a,isOutsideRange:x,style:{position:S,top:null!=R?R:0,left:null!=D?D:0,zIndex:A.depth.calendarRange,overflow:"hidden",maxWidth:"min(640px, calc(100vw - 16px))"},onPresetButtonClick:I,onDatesChange:M},T())):t.createElement(Sp,Object.assign({ref:O.setFloating,date:o,monthFormat:m,weekConfig:h,defaultPresetButton:C,presetButtons:E,showDateFields:g,showTimeFields:f,timeFieldProps:b,dateFieldFormat:a,isOutsideRange:x,style:{position:S,top:null!=R?R:0,left:null!=D?D:0,zIndex:A.depth.calendar,overflow:"hidden",maxWidth:"min(640px, calc(100vw - 16px))"},onPresetButtonClick:I,onDateChange:P},T())))))}));var xd=g(vd);const yd=({startDate:e,endDate:n,onStartDateChange:r,onEndDateChange:i,format:o="YYYY-MM-DD"})=>{const a=l((()=>{if(e&&""!==e.trim()){const t=Ta(e,"YYYY-MM-DD");return t.isValid()?t:Ta()}return Ta()}),[e]),s=l((()=>{if(n&&""!==n.trim()){const e=Ta(n,"YYYY-MM-DD");return e.isValid()?e:Ta()}return Ta()}),[n]);return t.createElement(St,null,t.createElement(Rt,null,t.createElement(Zt,{htmlFor:"start-date-picker"},"開始日"),t.createElement(xd,{date:a,format:o,variant:"dark",width:"100%",onDateChange:e=>{r(e.format("YYYY-MM-DD"))}})),t.createElement(Rt,null,t.createElement(Zt,{htmlFor:"end-date-picker"},"終了日"),t.createElement(xd,{date:s,format:o,variant:"dark",width:"100%",onDateChange:e=>{i(e.format("YYYY-MM-DD"))}})))};yd.displayName="DateRangeInput";const wd=({inputType:e,value:n,placeholder:r,onValueChange:i,onKeyDown:o,format:a="YYYY-MM-DD",inputRef:s})=>{const c=l((()=>{if("date"===e&&n&&""!==n.trim()){const e=Ta(n,"YYYY-MM-DD");return e.isValid()?e:Ta()}return Ta()}),[e,n]),d=e=>{const t=e.format("YYYY-MM-DD");i(t)};return"date"===e?t.createElement(zt,null,t.createElement(xd,{date:c,format:a,variant:"dark",width:"100%",onDateChange:d})):t.createElement(Nt,null,t.createElement(ga,{ref:s,type:"text",value:n,placeholder:r,fullWidth:!0,variant:"dark",onChange:e=>i(e.target.value),onKeyDown:o}))};wd.displayName="TextValueInput";const Cd=({filterConfig:e,operator:n,value:r,selectedValues:i,selectedRadioValue:o,startDate:a,endDate:l,onValueChange:s,onValueToggle:c,onRadioChange:d,onStartDateChange:u,onEndDateChange:p,onKeyDown:m,isRangeOperator:h,textInputRef:g})=>{const f=et(e,n);return"checkbox"===f?t.createElement(sd,{options:nt(e,n),selectedValues:i,onValueToggle:c}):"radio"===f?t.createElement(cd,{options:nt(e,n),selectedRadioValue:o,onRadioChange:d}):h(n)?t.createElement(yd,{startDate:a,endDate:l,format:rt(e),onStartDateChange:u,onEndDateChange:p}):t.createElement(wd,{inputType:f,inputRef:"text"===f?g:void 0,value:r,placeholder:tt(e),format:"date"===f?rt(e):void 0,onValueChange:s,onKeyDown:m})};Cd.displayName="ConfigPanelValueInput";const Ed=(e,t,n)=>{if(!t)return((e,t)=>{const n=gt(e),r=bt(e,n);let i="",o="",a="";return vt(e,n)?(o=t,a=t):"date"===r&&(i=t),{id:`condition_${e.conditionKey}`,conditionKey:e.conditionKey,conditionLabel:e.conditionLabel,operator:n,value:i,selectedValues:[],selectedRadioValue:"",startDate:o,endDate:a}})(e,n);let r="",i=[],o="",a="",l="";if((t.isRange||!1)&&t.values.length>=2)a="string"==typeof t.values[0]?t.values[0]:"",l="string"==typeof t.values[1]?t.values[1]:"";else if(t.values.length>0){const e=t.values[0];"string"==typeof e&&(r=e),i=t.values,o=e}return{id:`condition_${e.conditionKey}`,conditionKey:t.conditionKey,conditionLabel:t.conditionLabel,operator:t.operator,value:r,selectedValues:i,selectedRadioValue:o,startDate:a,endDate:l}},Id={xs:{iconSize:12,height:"18px",pillHeight:"18px",gap:"2px",padding:e=>.5*e.spacing+"px",signalPaddingLeft:"2px",signalPaddingRight:"4px",dotSize:12,fontSize:"11px"},small:{iconSize:14,height:"22px",pillHeight:"20px",gap:"2px",padding:e=>.75*e.spacing+"px",signalPaddingLeft:"4px",signalPaddingRight:"6px",dotSize:14,fontSize:"12px"},medium:{iconSize:16,height:"24px",pillHeight:"24px",gap:"4px",padding:e=>`${e.spacing}px`,signalPaddingLeft:"4px",signalPaddingRight:"6px",dotSize:16,fontSize:"13px"}},kd={normal:{primary:e=>e.palette.primary.highlight,secondaryDark:e=>e.palette.neutral.softLight,success:e=>e.palette.success.softLight||e.palette.success.lighter,warning:e=>e.palette.warning.highlight,danger:e=>e.palette.danger.highlight,inverse:e=>e.palette.black},pill:{primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.softLight,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.black},signal:{primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.base,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.black}},Md={normal:{primary:e=>e.palette.text.accent,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.success.darker,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.danger.base,inverse:e=>e.palette.text.white},pill:{primary:e=>e.palette.text.white,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.text.white,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.text.white,inverse:e=>e.palette.text.white},signal:{primary:e=>e.palette.text.accent,secondaryDark:e=>e.palette.text.secondary,success:e=>e.palette.success.darker,warning:e=>e.palette.warning.ultraDark,danger:e=>e.palette.danger.darker,inverse:e=>e.palette.text.primary}},$d=(e,t,n)=>kd[n][e](t),Ad=(e,t,n)=>Md[n][e](t),Vd={primary:e=>e.palette.primary.base,secondaryDark:e=>e.palette.neutral.light,success:e=>e.palette.success.base,warning:e=>e.palette.warning.base,danger:e=>e.palette.danger.base,inverse:e=>e.palette.neutral.light},Ld=(e,t)=>Vd[e](t),Hd={primary:e=>e.palette.primary.ultraLight,secondaryDark:e=>e.palette.neutral.ultraLight,success:e=>e.palette.success.ultraLight,warning:e=>e.palette.warning.ultraLight,danger:e=>e.palette.danger.ultraLight,inverse:e=>e.palette.neutral.pure},Od=(e,t)=>Hd[e](t),Sd=y`
|
|
1174
1174
|
display: inline-flex;
|
|
1175
1175
|
align-items: center;
|
|
1176
1176
|
text-align: center;
|
|
@@ -1214,7 +1214,7 @@ object-assign
|
|
|
1214
1214
|
flex-shrink: 0;
|
|
1215
1215
|
display: inline-flex;
|
|
1216
1216
|
align-items: center;
|
|
1217
|
-
`,Td=e.forwardRef((function(t,n){var{color:r,type:i="normal",component:o="span",fontSize:a,fontWeight:l="normal",size:s="medium",icon:c,children:d}=t,u=D(t,["color","type","component","fontSize","fontWeight","size","icon","children"]);const p=ee(),m=e.useMemo((()=>{if(!c)return null;const t=Id[s].iconSize;return e.cloneElement(c,{size:t})}),[c,s]);if("signal"===i)return e.createElement(zd,Object.assign({ref:n,as:o,$backgroundColor:Od(r,p),$borderColor:
|
|
1217
|
+
`,Td=e.forwardRef((function(t,n){var{color:r,type:i="normal",component:o="span",fontSize:a,fontWeight:l="normal",size:s="medium",icon:c,children:d}=t,u=D(t,["color","type","component","fontSize","fontWeight","size","icon","children"]);const p=ee(),m=e.useMemo((()=>{if(!c)return null;const t=Id[s].iconSize;return e.cloneElement(c,{size:t})}),[c,s]);if("signal"===i)return e.createElement(zd,Object.assign({ref:n,as:o,$backgroundColor:Od(r,p),$borderColor:Ld(r,p),fontSize:a,size:s,$textColor:Ad(r,p,"signal"),fontWeight:l},u),e.createElement(Zd,null,e.createElement(oe,{name:"circle",type:"fill",size:Id[s].dotSize,color:$d(r,p,"signal")})),d&&e.createElement(Dd,null,d));const h=Ad(r,p,i),g=$d(r,p,i),f="normal"===i?Rd:Nd;return e.createElement(f,Object.assign({ref:n,as:o,color:h,backgroundColor:g,fontSize:a,fontWeight:l,size:s},u),m&&e.createElement(Zd,null,m),d&&e.createElement(Dd,null,d))})),Bd=({logic:e})=>t.createElement(Kt,null,t.createElement(Td,{color:"secondaryDark",size:"xs",type:"normal"},e.toUpperCase()),t.createElement(en,null));Bd.displayName="MultiConditionLogicDivider";const Pd=({filterConfig:e,multiConditionState:n,onKeyDown:r,textInputRef:i})=>{const{conditions:o,updateConditionOperator:a,updateConditionValue:s,updateConditionSelectedValues:c,updateConditionSelectedRadioValue:d,updateConditionStartDate:u,updateConditionEndDate:p}=n,m=mt(e),h=(e=>{var t;return null!==(t=null==e?void 0:e.multiConditionLogic)&&void 0!==t?t:"and"})(e),g=l((()=>xt(e,o)),[e,o]);return t.createElement("div",null,m.map(((n,l)=>{const f=o.find((e=>e.conditionKey===n.conditionKey));if(!f)return null;const b=bt(n,f.operator),v=vt(n,f.operator),x=m.length>=2;return t.createElement("div",{key:f.id},l>0&&t.createElement(Bd,{logic:h}),x&&t.createElement(Qt,null,t.createElement(qt,null,n.conditionLabel),rd(n)&&t.createElement(Td,{color:"danger",size:"xs",type:"normal"},"必須")),t.createElement(tn,null,t.createElement(Fc,{value:f.operator,variant:"dark",onChange:e=>{"string"==typeof e&&a(f.id,e)}},ft(n).map((e=>t.createElement(Wc,{key:e.value,value:e.value},e.label))))),t.createElement(tn,null,t.createElement(Cd,{endDate:f.endDate,filterConfig:e?Object.assign(Object.assign({},e),{operators:ft(n),inputType:b,options:n.options}):void 0,isRangeOperator:()=>v,operator:f.operator,selectedRadioValue:f.selectedRadioValue,selectedValues:f.selectedValues,startDate:f.startDate,textInputRef:f.id===g?i:void 0,value:f.value,onEndDateChange:e=>{p(f.id,e)},onKeyDown:r,onRadioChange:e=>{d(f.id,e)},onStartDateChange:e=>{u(f.id,e)},onValueChange:e=>{s(f.id,e)},onValueToggle:(e,t)=>{const n=[...f.selectedValues];if(t)n.push(e);else{const t=n.indexOf(e);t>-1&&n.splice(t,1)}c(f.id,n)}})))})))};Pd.displayName="MultiConditionInput";const _d={enabled:{minus:{small:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDEwIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxyZWN0IHg9IjAuNDU4OTg0IiB5PSIwLjUiIHdpZHRoPSI5LjA4MjUyIiBoZWlnaHQ9IjIuMDAwMDIiIHJ4PSIwLjMiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==')",medium:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNCIgdmlld0JveD0iMCAwIDEwIDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxyZWN0IHk9IjAuODk4OTI2IiB3aWR0aD0iMTAiIGhlaWdodD0iMi4yMDIwNSIgcng9IjAuMyIgZmlsbD0id2hpdGUiLz4gPC9zdmc+')"},check:{small:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0yLjU5MTMgNi4yNDc0OUMyLjQ4OTY1IDYuMTQ1ODMgMi40ODk2NSA1Ljk4MTAyIDIuNTkxMyA1Ljg3OTM2TDguMzU4NTQgMC4xMTIxMjlDOC40NjAxOSAwLjAxMDQ3NTMgOC42MjUwMSAwLjAxMDQ3NTEgOC43MjY2NiAwLjExMjEyOUw5LjcwOTU4IDEuMDk1MDRDOS44MTEyMyAxLjE5NjcgOS44MTEyMyAxLjM2MTUxIDkuNzA5NTggMS40NjMxN0wzLjk0MjM0IDcuMjMwNEMzLjg0MDY5IDcuMzMyMDUgMy42NzU4NyA3LjMzMjA1IDMuNTc0MjIgNy4yMzA0TDIuNTkxMyA2LjI0NzQ5WiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTMuOTQyMzQgNy4yMzA0QzMuODQwNjkgNy4zMzIwNSAzLjY3NTg3IDcuMzMyMDUgMy41NzQyMiA3LjIzMDRMMC40NzcxMTkgNC4xMzMzQzAuMzc1NDY1IDQuMDMxNjUgMC4zNzU0NjUgMy44NjY4NCAwLjQ3NzExOSAzLjc2NTE4TDEuNDYwMDMgMi43ODIyN0MxLjU2MTY5IDIuNjgwNjEgMS43MjY1IDIuNjgwNjEgMS44MjgxNiAyLjc4MjI3TDQuOTI1MzEgNS44Nzk0MkM1LjAyNjk3IDUuOTgxMDggNS4wMjY5NyA2LjE0NTg5IDQuOTI1MzEgNi4yNDc1NUwzLjk0MjM0IDcuMjMwNFoiIGZpbGw9IndoaXRlIi8+IDwvc3ZnPg==')",medium:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0zLjM2OTcgNy4xNTg5NEMzLjI1MjU1IDcuMDQxNzggMy4yNTI1NSA2Ljg1MTgzIDMuMzY5NyA2LjczNDY3TDEwLjAxNjUgMC4wODc4NjgxQzEwLjEzMzcgLTAuMDI5Mjg5MiAxMC4zMjM2IC0wLjAyOTI4OTQgMTAuNDQwOCAwLjA4Nzg2NzlMMTEuNTczNiAxLjIyMDY5QzExLjY5MDcgMS4zMzc4NSAxMS42OTA3IDEuNTI3OCAxMS41NzM2IDEuNjQ0OTVMNC45MjY3OSA4LjI5MTc2QzQuODA5NjMgOC40MDg5MSA0LjYxOTY4IDguNDA4OTEgNC41MDI1MiA4LjI5MTc2TDMuMzY5NyA3LjE1ODk0WiIgZmlsbD0id2hpdGUiLz4gPHBhdGggZD0iTTQuOTI2NzkgOC4yOTE3NkM0LjgwOTYzIDguNDA4OTEgNC42MTk2OCA4LjQwODkxIDQuNTAyNTIgOC4yOTE3NkwwLjkzMzA4MyA0LjcyMzJDMC44MTU5MjYgNC42MDUxNiAwLjgxNTkyNiA0LjQxNTIxIDAuOTMzMDgzIDQuMjk4MDVMMi4wNjU5IDMuMTY1MjNDMi4xODMwNiAzLjA0ODA3IDIuMzczMDEgMy4wNDgwNyAyLjQ5MDE3IDMuMTY1MjNMNi4wNTk2OCA2LjczNDc0QzYuMTc2ODQgNi44NTE5IDYuMTc2ODQgNy4wNDE4NSA2LjA1OTY4IDcuMTU5MDFMNC45MjY3OSA4LjI5MTc2WiIgZmlsbD0id2hpdGUiLz4gPC9zdmc+')"}},disabled:{minus:{small:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDEwIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxyZWN0IHg9IjAuNDU4OTg0IiB5PSIwLjUiIHdpZHRoPSI5LjA4MjUyIiBoZWlnaHQ9IjIuMDAwMDIiIHJ4PSIwLjMiIGZpbGw9IiNCM0JBQzEiLz4gPC9zdmc+')",medium:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDEwIDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxyZWN0IHk9IjAuMzk4OTI2IiB3aWR0aD0iMTAiIGhlaWdodD0iMi4yMDIwNSIgZmlsbD0iI0IzQkFDMSIvPiA8L3N2Zz4=')"},check:{small:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEwIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0yLjU5MTMgNi4yNDc0OUMyLjQ4OTY1IDYuMTQ1ODMgMi40ODk2NSA1Ljk4MTAyIDIuNTkxMyA1Ljg3OTM2TDguMzU4NTQgMC4xMTIxMjlDOC40NjAxOSAwLjAxMDQ3NTMgOC42MjUwMSAwLjAxMDQ3NTEgOC43MjY2NiAwLjExMjEyOUw5LjcwOTU4IDEuMDk1MDRDOS44MTEyMyAxLjE5NjcgOS44MTEyMyAxLjM2MTUxIDkuNzA5NTggMS40NjMxN0wzLjk0MjM0IDcuMjMwNEMzLjg0MDY5IDcuMzMyMDUgMy42NzU4NyA3LjMzMjA1IDMuNTc0MjIgNy4yMzA0TDIuNTkxMyA2LjI0NzQ5WiIgZmlsbD0iI0IzQkFDMSIvPiA8cGF0aCBkPSJNMy45NDIzNCA3LjIzMDRDMy44NDA2OSA3LjMzMjA1IDMuNjc1ODcgNy4zMzIwNSAzLjU3NDIyIDcuMjMwNEwwLjQ3NzExOSA0LjEzMzNDMC4zNzU0NjUgNC4wMzE2NSAwLjM3NTQ2NSAzLjg2Njg0IDAuNDc3MTE5IDMuNzY1MThMMS40NjAwMyAyLjc4MjI3QzEuNTYxNjkgMi42ODA2MSAxLjcyNjUgMi42ODA2MSAxLjgyODE2IDIuNzgyMjdMNC45MjUzMSA1Ljg3OTQyQzUuMDI2OTcgNS45ODEwOCA1LjAyNjk3IDYuMTQ1ODkgNC45MjUzMSA2LjI0NzU1TDMuOTQyMzQgNy4yMzA0WiIgZmlsbD0iI0IzQkFDMSIvPiA8L3N2Zz4=')",medium:"url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDEyIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0zLjM2OTcgNy4xNTg5NEMzLjI1MjU1IDcuMDQxNzggMy4yNTI1NSA2Ljg1MTgzIDMuMzY5NyA2LjczNDY3TDEwLjAxNjUgMC4wODc4NjgxQzEwLjEzMzcgLTAuMDI5Mjg5MiAxMC4zMjM2IC0wLjAyOTI4OTQgMTAuNDQwOCAwLjA4Nzg2NzlMMTEuNTczNiAxLjIyMDY5QzExLjY5MDcgMS4zMzc4NSAxMS42OTA3IDEuNTI3OCAxMS41NzM2IDEuNjQ0OTVMNC45MjY3OSA4LjI5MTc2QzQuODA5NjMgOC40MDg5MSA0LjYxOTY4IDguNDA4OTEgNC41MDI1MiA4LjI5MTc2TDMuMzY5NyA3LjE1ODk0WiIgZmlsbD0iI0IzQkFDMSIvPiA8cGF0aCBkPSJNNC45MjY3OSA4LjI5MTc2QzQuODA5NjMgOC40MDg5MSA0LjYxOTY4IDguNDA4OTEgNC41MDI1MiA4LjI5MTc2TDAuOTMzMDgzIDQuNzIyMzJDMC44MTU5MjYgNC42MDUxNiAwLjgxNTkyNiA0LjQxNTIxIDAuOTMzMDgzIDQuMjk4MDVMMi4wNjU5IDMuMTY1MjNDMi4xODMwNiAzLjA0ODA3IDIuMzczMDEgMy4wNDgwNyAyLjQ5MDE3IDMuMTY1MjNMNi4wNTk2OCA2LjczNDc0QzYuMTc2ODQgNi44NTE5IDYuMTc2ODQgNy4wNDE4NSA2LjA1OTY4IDcuMTU5MDFMNC45MjY3OSA4LjI5MTc2WiIgZmlsbD0iI0IzQkFDMSIvPiA8L3N2Zz4=')"}}},Gd={small:"center 3.4px",medium:"center 4px"};const Yd=v.input`
|
|
1218
1218
|
opacity: 0;
|
|
1219
1219
|
-webkit-appearance: none;
|
|
1220
1220
|
appearance: none;
|
|
@@ -1279,7 +1279,7 @@ object-assign
|
|
|
1279
1279
|
}
|
|
1280
1280
|
`,Wd=v.span`
|
|
1281
1281
|
${W}
|
|
1282
|
-
`,Xd=e.forwardRef((function(t,n){var{children:r,indeterminate:i=!1,error:o=!1,disabled:a=!1,inputRef:l,size:s="medium"}=t,c=D(t,["children","indeterminate","error","disabled","inputRef","size"]);return e.createElement(jd,{ref:n,disabled:a},e.createElement(Yd,Object.assign({ref:l,error:o,readOnly:!0,type:"checkbox",indeterminate:i,disabled:a,_size:s},c)),e.createElement(Fd,{size:s,error:o,indeterminate:i,hasChild:!!r,disabled:a,checked:c.checked},null!=r?e.createElement(Wd,null,r):null))})),Jd=({label:e,initialChecked:n,onCheckedChange:r})=>{const[o,a]=i(n);return t.createElement(Xd,{size:"small",checked:o,onChange:e=>{const t=e.target.checked;a(t),r(t)}},e)};Jd.displayName="ConfigPanelPersistOption";const Ud=({filterType:e,isOpen:n,onApply:r,onCancel:s,editingFilter:c,filterConfig:p,savedCoordinates:m})=>{var h;const g=(e=>void 0!==(null==e?void 0:e.multiConditionConfigs)&&e.multiConditionConfigs.length>0)(p),[f,b]=i(""),v=d((()=>b("")),[]),x=d((e=>{const t=Ke(p).find((t=>t.value===e));return(null==t?void 0:t.isRange)||!1}),[p]),y=((e,t,n,r)=>{const[o,l]=i(qe(e)),[s,c]=i(""),[u,p]=i([]),[m,h]=i(""),[g,f]=i(""),[b,v]=i("");a((()=>{if(t)l(t.operator),c("string"==typeof t.values[0]?t.values[0]:""),p(t.values),h(t.values[0]||""),n&&n(t.operator)?(f("string"==typeof t.values[0]?t.values[0]:""),v("string"==typeof t.values[1]?t.values[1]:"")):(f(""),v(""));else{const t=qe(e);l(t);const r=et(e,t),i=Ta().format("YYYY-MM-DD");n&&n(t)?(f(i),v(i),c("")):"date"===r?(c(i),f(""),v("")):(c(""),f(""),v("")),p([]),h("")}}),[t,n,e]);const x=d((e=>{c(e),null==r||r()}),[r]),y=d(((e,t)=>{p(t?t=>[...t,e]:t=>t.filter((t=>t!==e))),null==r||r()}),[r]),w=d((e=>{h(e),null==r||r()}),[r]),C=d((e=>{f(e),null==r||r()}),[r]),E=d((e=>{v(e),null==r||r()}),[r]);return{operator:o,value:s,selectedValues:u,selectedRadioValue:m,startDate:g,endDate:b,setOperator:l,setValue:c,setSelectedValues:p,setSelectedRadioValue:h,setStartDate:f,setEndDate:v,handleValueChange:x,handleValueToggle:y,handleRadioChange:w,handleStartDateChange:C,handleEndDateChange:E}})(p,c||void 0,x,v),w=((e,t,n)=>{const r=l((()=>mt(e)),[e]),[o,s]=i([]);a((()=>{var e;if(0===r.length)return;const n=Ta().format("YYYY-MM-DD"),i=new Map((null===(e=null==t?void 0:t.conditions)||void 0===e?void 0:e.map((e=>[e.conditionKey,e])))||[]),o=r.map((e=>Ed(e,i.get(e.conditionKey),n)));s(o)}),[t,r]);const c=d((()=>{if(0===r.length)return;const e=new Set(o.map((e=>e.conditionKey))),t=r.find((t=>!e.has(t.conditionKey)))||r[0],i=gt(t),a=bt(t,i),l=Ta().format("YYYY-MM-DD");let c="",d="",u="";vt(t,i)?(d=l,u=l):"date"===a&&(c=l);const p={id:`condition_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,conditionKey:t.conditionKey,conditionLabel:t.conditionLabel,operator:i,value:c,selectedValues:[],selectedRadioValue:"",startDate:d,endDate:u};s((e=>[...e,p])),null==n||n()}),[r,o,n]),u=d((e=>{s((t=>t.filter((t=>t.id!==e)))),null==n||n()}),[n]),p=d(((e,t,i)=>{const o=r.find((e=>e.conditionKey===t));if(!o)return;const a=gt(o),l=bt(o,a),c=Ta().format("YYYY-MM-DD");let d="",u="",p="";vt(o,a)?(u=c,p=c):"date"===l&&(d=c),s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{conditionKey:t,conditionLabel:i,operator:a,value:d,selectedValues:[],selectedRadioValue:"",startDate:u,endDate:p}):n)))),null==n||n()}),[r,n]),m=d(((e,t)=>{s((n=>n.map((n=>{if(n.id!==e)return n;const i=r.find((e=>e.conditionKey===n.conditionKey));if(!i)return n;const o=bt(i,t),a=Ta().format("YYYY-MM-DD"),l=vt(i,t);let s=n.value,c=n.startDate,d=n.endDate,u=n.selectedValues,p=n.selectedRadioValue;return l?(c&&""!==c.trim()||(c=a),d&&""!==d.trim()||(d=a),s="",u=[],p=""):"date"===o?(s&&""!==s.trim()||(s=a),c="",d="",u=[],p=""):(c="",d=""),Object.assign(Object.assign({},n),{operator:t,value:s,startDate:c,endDate:d,selectedValues:u,selectedRadioValue:p})})))),null==n||n()}),[r,n]),h=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{value:t}):n)))),null==n||n()}),[n]),g=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{selectedValues:t}):n)))),null==n||n()}),[n]),f=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{selectedRadioValue:t}):n)))),null==n||n()}),[n]),b=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{startDate:t}):n)))),null==n||n()}),[n]),v=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{endDate:t}):n)))),null==n||n()}),[n]),x=d((e=>o.find((t=>t.id===e))),[o]);return{conditions:o,addCondition:c,removeCondition:u,updateConditionKey:p,updateConditionOperator:m,updateConditionValue:h,updateConditionSelectedValues:g,updateConditionSelectedRadioValue:f,updateConditionStartDate:b,updateConditionEndDate:v,getConditionById:x}})(p,c||null,v),C=d((()=>((e,t)=>{if(0===e.length)return{isValid:!1,errorMessage:"少なくとも1つの条件を設定してください"};if(!e.some((e=>{const n=id(e,t);return!!n&&od(n)})))return{isValid:!1,errorMessage:"少なくとも1つの条件を入力してください"};for(const n of e){const e=id(n,t);if(!e)return{isValid:!1,errorMessage:`条件設定 ${n.conditionKey} が見つかりません`};if(!rd(e.conditionConfig))continue;const r=ad(e);if(!r.isValid)return{isValid:!1,errorMessage:`${n.conditionLabel}: ${r.errorMessage}`}}return{isValid:!0,errorMessage:""}})(w.conditions,p)),[w.conditions,p]),E=d((()=>((e,t)=>0!==e.length&&(!!e.some((e=>{const n=id(e,t);return!!n&&od(n)}))&&e.every((e=>{const n=id(e,t);return!!n&&(!rd(n.conditionConfig)||od(n))}))))(w.conditions,p)),[w.conditions,p]),{validateInput:I,canApply:k}=(({filterConfig:e,operator:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l})=>({validateInput:d((()=>{const s=et(e,t);return td({inputType:s,operator:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l(t),customValidation:null==e?void 0:e.customValidation})}),[e,t,n,r,i,o,a,l]),canApply:d((()=>{const s=et(e,t);return nd({inputType:s,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l(t)})}),[e,n,r,t,i,o,a,l])}))({filterConfig:p,operator:y.operator,selectedValues:y.selectedValues,selectedRadioValue:y.selectedRadioValue,startDate:y.startDate,endDate:y.endDate,value:y.value,isRangeOperator:x}),{refs:M,floatingStyles:$,getFloatingProps:A,isPositioned:L,contentMaxHeight:V}=(({isOpen:e,savedCoordinates:t,onCancel:n})=>{const[r,o]=i(!1),[l,s]=i(300),{refs:c,floatingStyles:d,context:u}=uo({open:e,onOpenChange:e=>{e||n()},placement:"bottom-start",middleware:[pr({padding:8,crossAxis:!1}),mr({apply({availableWidth:e,availableHeight:t,elements:n}){if(n.floating){const r=Math.max(ze.CONFIG_PANEL_MIN_CONTENT_HEIGHT,t-ze.CONFIG_PANEL_HEADER_HEIGHT-ze.CONFIG_PANEL_BUTTON_HEIGHT-ze.CONFIG_PANEL_PADDING);s(r),Object.assign(n.floating.style,{maxWidth:`${Math.max(0,e)}px`})}}})]}),p=so(u,{outsidePress:e=>!e.target.closest("[data-tag]")}),{getFloatingProps:m}=mo([p]);return a((()=>{if(t&&e){const e={getBoundingClientRect:()=>({width:0,height:0,x:t.x,y:t.y,top:t.y,left:t.x,right:t.x,bottom:t.y})};c.setReference(e),o(!0)}}),[t,e,c]),a((()=>{e||o(!1)}),[e]),{refs:c,floatingStyles:d,getFloatingProps:m,isPositioned:r,contentMaxHeight:l,context:u}})({isOpen:n,savedCoordinates:m||null,onCancel:s}),H=o(null),O=Fe(p),S=`${null!==(h=null==c?void 0:c.id)&&void 0!==h?h:"new"}:${e}`,D=We(p,c),R=o(S),N=o(D);R.current!==S&&(R.current=S,N.current=D);const z=d((e=>O?Object.assign(Object.assign({},e),{persist:N.current}):e),[O]);(({isOpen:e,isPositioned:t,focusSessionKey:n,shouldFocus:r,textInputRef:i})=>{const l=o(!1);a((()=>{e||(l.current=!1)}),[e]),a((()=>{l.current=!1}),[n]),u((()=>{var n;e&&t&&r&&!l.current&&(null===(n=i.current)||void 0===n||n.focus({preventScroll:!0}),l.current=!0)}),[e,t,r,n,i])})({isOpen:n,isPositioned:L,focusSessionKey:S,shouldFocus:l((()=>{if(g)return null!==xt(p,w.conditions);return"text"===et(p,y.operator)&&!x(y.operator)}),[g,p,w.conditions,y.operator,x]),textInputRef:H});const Z=d((()=>{if(g){const e=C();if(!e.isValid)return void b(e.errorMessage);b("");const t=(e=>{const{conditions:t,filterConfig:n}=e,r=[],i=[];for(const e of t)try{const t=ht(n,e.conditionKey);if(!t){i.push(`条件設定 ${e.conditionKey} が見つかりません`);continue}const o=bt(t,e.operator),a=vt(t,e.operator),l=qc({inputType:o,selectedValues:e.selectedValues,selectedRadioValue:e.selectedRadioValue,startDate:e.startDate,endDate:e.endDate,value:e.value,isRangeOperator:a});if(!l||0===l.length||!l.some((e=>""!==e&&null!=e)))continue;const s=Kc(t,e.operator),c=ed({conditionConfig:t,inputType:o,operator:e.operator,values:l,dateFormat:n?rt(n):void 0});r.push({conditionKey:e.conditionKey,conditionLabel:e.conditionLabel,operator:e.operator,operatorLabel:s,values:l,valueLabels:c,isRange:a})}catch(t){const n=t instanceof Error?t.message:"不明なエラーが発生しました";i.push(`条件 ${e.conditionLabel} の処理中にエラーが発生しました: ${n}`)}return{conditions:r,errors:i}})({conditions:w.conditions,filterConfig:p});if(t.errors.length>0)return void b(t.errors.join("\n"));r(z({operator:"",operatorLabel:"",values:[],valueLabels:[],isRange:!1,conditions:t.conditions}))}else{const e=I();if(!e.isValid)return void b(e.errorMessage);b("");const t=et(p,y.operator),n=qc({inputType:t,selectedValues:y.selectedValues,selectedRadioValue:y.selectedRadioValue,startDate:y.startDate,endDate:y.endDate,value:y.value,isRangeOperator:x(y.operator)}),i=((e,t)=>{var n;return e&&(null===(n=Ke(e).find((e=>e.value===t)))||void 0===n?void 0:n.label)||t})(p,y.operator),o=(e=>{const{filterConfig:t,inputType:n,operator:r,values:i}=e;return i.map((e=>{if("checkbox"===n||"radio"===n){const n=nt(t,r).find((t=>t.value===e));return(null==n?void 0:n.label)||String(e)}if("date"===n){const n=rt(t),r=String(e);if(!r||""===r.trim())return r;const i=Ta(r,"YYYY-MM-DD");return i.isValid()?i.format(n):r}return String(e)}))})({filterConfig:p,inputType:t,operator:y.operator,values:n});r(z({operator:y.operator,operatorLabel:i,values:n,valueLabels:o,isRange:x(y.operator)}))}}),[g,p,w,y,I,C,r,x,z]),{handleKeyDown:T}=(({isOpen:e,canApply:t,handleApply:n,onCancel:r,floatingRef:i})=>{const o=d((e=>{if("Enter"===e.key&&!e.shiftKey&&!e.ctrlKey&&!e.altKey){if(e.isComposing||229===e.keyCode)return void e.preventDefault();e.preventDefault(),t()&&n()}}),[t,n]);return a((()=>{const t=t=>{"Escape"===t.key&&e&&r()};return e&&document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t)}}),[e,r]),a((()=>{if(!e)return;const t=e=>{var t;const n=e.target;(null===(t=i.current)||void 0===t?void 0:t.contains(n))&&o(e)};return document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t)}}),[e,o,i]),{handleKeyDown:e=>{o(e)}}})({isOpen:n,canApply:g?E:k,handleApply:Z,onCancel:s,floatingRef:M.floating}),B=l((()=>{if(g)return!1;return"text"===et(p,y.operator)&&("contains"===y.operator||"not_contains"===y.operator)}),[p,y.operator,g]);return t.createElement(Wt,Object.assign({ref:M.setFloating,$isOpen:n,$isPositioned:L,style:$,tabIndex:-1,onKeyDown:T},A()),t.createElement(Xt,null,t.createElement(Jt,null,e)),t.createElement(Ut,{style:{maxHeight:`${V}px`}},g?t.createElement(Pd,{filterConfig:p,multiConditionState:w,textInputRef:H,onKeyDown:T}):t.createElement(t.Fragment,null,t.createElement(tn,null,t.createElement(Fc,{value:y.operator,variant:"dark",onChange:e=>{if("string"!=typeof e)return;v();const t=e;y.setOperator(t);const n=Ta().format("YYYY-MM-DD"),r=(e=>{const{filterConfig:t,newOperator:n,isRangeOperator:r,currentStartDate:i,currentEndDate:o,currentValue:a,todayString:l}=e;if(r(n))return{startDate:i&&""!==i.trim()?void 0:l,endDate:o&&""!==o.trim()?void 0:l};{const e={startDate:"",endDate:""};return"date"!==et(t,n)||a&&""!==a.trim()||(e.value=l),e}})({filterConfig:p,newOperator:t,isRangeOperator:x,currentStartDate:y.startDate,currentEndDate:y.endDate,currentValue:y.value,todayString:n});void 0!==r.startDate&&y.setStartDate(r.startDate),void 0!==r.endDate&&y.setEndDate(r.endDate),void 0!==r.value&&y.setValue(r.value)}},Ke(p).map((e=>t.createElement(Wc,{key:e.value,value:e.value},e.label))))),t.createElement(tn,null,t.createElement(Cd,{endDate:y.endDate,filterConfig:p,isRangeOperator:x,operator:y.operator,selectedRadioValue:y.selectedRadioValue,selectedValues:y.selectedValues,startDate:y.startDate,textInputRef:H,value:y.value,onEndDateChange:y.handleEndDateChange,onKeyDown:T,onRadioChange:y.handleRadioChange,onStartDateChange:y.handleStartDateChange,onValueChange:y.handleValueChange,onValueToggle:y.handleValueToggle}),B&&t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},"カンマ区切りで複数ワードをOR検索できます。")))),f&&t.createElement(nn,null,t.createElement(Qc,{size:"sm"},f)),t.createElement(rn,null,O&&t.createElement(Jd,{key:S,initialChecked:D,label:Xe(p),onCheckedChange:e=>{N.current=e}}),t.createElement(on,null,t.createElement(il,{type:"button",size:"small",color:"clear",onClick:s},"キャンセル"),t.createElement(il,{type:"button",size:"small",disabled:g?!E():!k(),onClick:Z},"適用"))))};Ud.displayName="AdvancedFilterConfigPanel";const Qd=({types:e,selectionMode:t="menu",onFiltersChange:n,initialAppliedFilters:r})=>{const l="presetSlots"===t,[s,c]=i(null),[d,u]=i(!1),[p,m]=i((()=>null!=r?r:[])),[h,g]=i(null),[f,b]=i(!1),v=o(null),[x,y]=i(24),[w,C]=i(null),E=o(n);E.current=n;const I=o(h);I.current=h;const k=o(p);k.current=p;const M=e=>{var t;null===(t=E.current)||void 0===t||t.call(E,e)};a((()=>{const t=new Set(e.map((e=>e.type))),n=k.current,r=n.filter((e=>t.has(e.type)));if(r.length!==n.length){m(r),M(r);const e=I.current;e&&!t.has(e.type)&&(g(null),u(!1),c(null))}}),[e]);return{selectedType:s,isConfigPanelOpen:d,appliedFilters:p,editingFilter:h,isMenuOpen:f,menuPosition:x,savedMenuCoordinates:w,triggerRef:v,setSelectedType:c,setIsConfigPanelOpen:u,setAppliedFilters:m,setEditingFilter:g,setIsMenuOpen:b,setMenuPosition:y,setSavedMenuCoordinates:C,handleTypeSelect:e=>{c(e),g(null),u(!0)},handleSlotClick:e=>{f&&b(!1);const t=p.find((t=>t.type===e&&wt(t)));g(null!=t?t:null),c(e),u(!0)},handleConfigApply:t=>{let n;if(h){const e=Qe(h,t);n=p.map((t=>t.id===h.id?e:t)),g(null)}else if(l&&s){const r=p.find((e=>e.type===s));if(r){const e=Qe(r,t);n=p.map((t=>t.id===r.id?e:t))}else{const r=ut(e,s),i=Ue(s,r,t);n=[...p,i]}}else{const r=ut(e,s),i=Ue(s,r,t);n=[...p,i]}m(n),M(n),u(!1),c(null)},handleRemoveFilter:e=>{const t=((e,t)=>e.filter((e=>e.id!==t)))(p,e);m(t),M(t),h&&h.id===e&&(g(null),u(!1),c(null))},handleClearAll:()=>{const e=[];m(e),M(e),g(null),u(!1),c(null),b(!1)},handleConfigCancel:()=>{u(!1),c(null),g(null)},handleEditFilter:e=>{h&&h.id===e.id||(f&&b(!1),g(e),c(e.type),u(!0))}}};class qd{static calculateMenuPosition(){const e=document.querySelectorAll(Te);if(0===e.length)return ze.DEFAULT_MENU_POSITION;const t=e[0].closest(_e);if(!t)return ze.DEFAULT_MENU_POSITION;const n=e[e.length-1].getBoundingClientRect(),r=t.getBoundingClientRect();let i=n.right-r.left+ze.TAG_SPACING;return e.length>=1&&(i+=ze.TAG_OFFSET_MULTIPLE),this.calculateSafePosition(i)}static calculateSafePosition(e){const t=window.innerWidth,n=Math.max(ze.MENU_WIDTH,ze.CONFIG_PANEL_WIDTH);return e+n>t-16?Math.max(0,t-n-16):e}static calculateConfigPanelPosition(e,t,n){const r=t.findIndex((t=>t.id===e.id));return this.calculateConfigPanelPositionBySlotId(e.id,r>=0?r:0,n)}static calculateConfigPanelPositionBySlotId(e,t,n){const r=document.querySelectorAll(Te);let i=null;for(const t of Array.from(r)){if(t.getAttribute("data-tag")===e){i=t;break}}let o=null==n?void 0:n.current;if(!o){const e=document.querySelector(Pe);e&&(o=e)}return i&&o?this.calculateFromActualElements(i,o):o?this.calculateFromTrigger(o,t):this.getFallbackPosition(t)}static calculateFromActualElements(e,t){const n=t.getBoundingClientRect(),r=e.getBoundingClientRect();return{position:r.left-n.left,coordinates:{x:r.left,y:r.bottom+16}}}static calculateFromTrigger(e,t){const n=e.getBoundingClientRect(),r=n.left+ze.ICON_AREA_WIDTH+t*ze.ESTIMATED_TAG_WIDTH;return{position:r-n.left,coordinates:{x:r,y:n.bottom+ze.TAG_SPACING}}}static getFallbackPosition(e=0){const t=ze.FALLBACK_POSITION_X+e*ze.ESTIMATED_TAG_WIDTH;return{position:t,coordinates:{x:t,y:ze.FALLBACK_POSITION_Y}}}static getSavedCoordinates(){const e=document.querySelector(Be);if(!e)return null;const t=e.getBoundingClientRect();return{x:t.left,y:t.top}}}const Kd=({setMenuPosition:e})=>{const t=d((()=>{const t=qd.calculateMenuPosition();e(t)}),[e]);return{handleMenuOpen:t}};const eu=({types:e,placeholder:n="フィルターを追加",disabled:r=!1,filterConfigs:i={},size:o="medium",variant:a="light",width:s="100%",onFiltersChange:c,initialAppliedFilters:d,selectionMode:u="menu"})=>{const p="presetSlots"===u,{selectedType:m,isConfigPanelOpen:h,appliedFilters:g,editingFilter:f,isMenuOpen:b,menuPosition:v,savedMenuCoordinates:x,triggerRef:y,setMenuPosition:w,setSavedMenuCoordinates:C,setIsMenuOpen:E,handleTypeSelect:I,handleSlotClick:k,handleConfigApply:M,handleRemoveFilter:$,handleClearAll:A,handleConfigCancel:L,handleEditFilter:V}=Qd({types:e,selectionMode:u,onFiltersChange:c,initialAppliedFilters:d}),H=l((()=>Et(e,g)),[e,g]),{handleMenuOpen:O}=Kd({setMenuPosition:w});t.useLayoutEffect((()=>{var e;if(h&&m){if(p){const t=null!==(e=null==f?void 0:f.id)&&void 0!==e?e:yt(m),n=H.findIndex((e=>e.slotId===t)),{position:r,coordinates:i}=qd.calculateConfigPanelPositionBySlotId(t,n>=0?n:0,y);return w(r),void C(i)}if(f){const{position:e,coordinates:t}=qd.calculateConfigPanelPosition(f,g,y);w(e),C(t)}}}),[h,m,p,f,g,H,y,w,C]);const S=dt(e,g),D={placeholder:n,disabled:r,appliedFilters:g,selectionMode:u,filterSlots:H,size:o,variant:a,width:s,onEditFilter:V,onSlotClick:k,onRemoveFilter:$,onClearAll:A},R=h&&m&&x?t.createElement(Ud,{filterType:ut(e,m),isOpen:h,editingFilter:f,filterConfig:i[m],savedCoordinates:x,onApply:M,onCancel:L}):null;return p?t.createElement("div",null,t.createElement(an,Object.assign({ref:y},D)),R):t.createElement("div",null,S.length>0&&t.createElement(Ha,null,t.createElement(Va,{open:b,trigger:t.createElement(an,Object.assign({ref:y,isOpen:b},D)),minWidth:ze.MENU_WIDTH,placement:"bottom-start",middleware:[ur({mainAxis:8,crossAxis:v}),pr({padding:8}),mr({apply({availableWidth:e,availableHeight:t,elements:n}){if(n.floating){Object.assign(n.floating.style,{width:"max-content",minWidth:`${ze.MENU_WIDTH}px`,maxWidth:`${Math.max(0,e)}px`,maxHeight:`${Math.max(0,t)}px`});const r=n.floating.getBoundingClientRect();C({x:r.left,y:r.top})}}})],onOpenChange:e=>{E(e),e&&O()}},S.map((e=>t.createElement(Ot,{key:e.type,disabled:e.disabled,closeOnClick:!0,onClick:()=>I(e.type)},e.label))))),0===S.length&&t.createElement(an,{placeholder:"すべてのフィルターが適用済み",disabled:!0,appliedFilters:g,size:o,variant:a,width:s,onEditFilter:V,onRemoveFilter:$,onClearAll:A}),R)};eu.displayName="AdvancedFilter";const tu=e=>{if(e instanceof Date)return!isNaN(e.getTime());if("number"==typeof e){const t=new Date(e);return!isNaN(t.getTime())}if("string"==typeof e){if(""===e.trim())return!1;return Ta(e).isValid()}return!1},nu=e=>{if(e instanceof Date)return isNaN(e.getTime())?null:e;if("number"==typeof e){const t=new Date(e);return isNaN(t.getTime())?null:t}if("string"==typeof e){const t=Ta(e);if(t.isValid())return t.toDate()}return null},ru=e=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),iu=(e,t)=>0===((e,t)=>{const n=ru(e),r=ru(t);return n.getTime()-r.getTime()})(e,t),ou=[{value:"equals",label:"次に一致する"},{value:"contains",label:"次を含む"},{value:"starts_with",label:"次で始まる"},{value:"ends_with",label:"次で終わる"},{value:"not_equals",label:"次に一致しない"},{value:"not_contains",label:"次を含まない"}],au=[{value:"equals",label:"次に一致する"},{value:"greater_than",label:"次より大きい"},{value:"less_than",label:"次より小さい"},{value:"greater_than_or_equal",label:"次以上"},{value:"less_than_or_equal",label:"次以下"},{value:"between",label:"次の範囲内",isRange:!0},{value:"not_between",label:"次の範囲外",isRange:!0}],lu=[{value:"equals",label:"次に一致する"},{value:"before",label:"次より前"},{value:"after",label:"次より後"},{value:"between",label:"次の範囲内",isRange:!0},{value:"not_between",label:"次の範囲外",isRange:!0}],su=[{value:"equals",label:"次に一致する"},{value:"not_equals",label:"次に一致しない"},{value:"in",label:"次のいずれかに一致する"},{value:"not_in",label:"次のいずれにも一致しない"}],cu={text_basic:[ou[0],ou[1],ou[2]],text_search:[ou[1],ou[0],ou[5]],selection_basic:[su[0],su[1]],selection_multiple:[su[2],su[0],su[3]],date_basic:[lu[0],lu[2],lu[1]],number_basic:[au[0],au[1],au[2],au[3],au[4]]},du=e=>{const t=cu[e];return t?[...t]:[]},uu=(e,t)=>({value:e,label:t}),pu=(...e)=>e.flat(),mu=(e,t)=>e.map((e=>Object.assign(Object.assign({},e),{label:t[e.value]||e.label}))),hu=(e,t)=>Object.assign(Object.assign({},e),{label:t}),gu=(e,t)=>{const n=du(e);return mu(n,t)},fu=(e,t)=>t.map((t=>e.find((e=>e.value===t)))).filter((e=>void 0!==e)),bu=(e,t)=>t.map((t=>e[t])).filter((e=>void 0!==e)),vu=e=>e.normalize("NFKC").toLowerCase(),xu=(e,t,n)=>{if("boolean"==typeof e&&"boolean"==typeof n[0])return((e,t,n)=>{switch(t){case"equals":return e===n;case"not_equals":return e!==n;default:return!1}})(e,t,n[0]);if("between"===t||"not_between"===t){if(n.length<2)return!1;if("boolean"==typeof e)return!1;return((e,t,n,r)=>{if(tu(String(e))&&tu(n)&&tu(r)){const i=nu(String(e)),o=nu(n),a=nu(r);if(i&&o&&a){const e=ru(i),n=ru(o),r=ru(a),l=e>=n&&e<=r;return"between"===t?l:!l}}const i=Number(e),o=Number(n),a=Number(r);if(!isNaN(i)&&!isNaN(o)&&!isNaN(a)){const e=i>=o&&i<=a;return"between"===t?e:!e}return!1})(e,t,"string"==typeof n[0]?n[0]:String(n[0]),"string"==typeof n[1]?n[1]:String(n[1]))}if("before"===t||"after"===t){if("boolean"==typeof e)return!1;return((e,t,n)=>{if(tu(String(e))&&tu(n)){const r=nu(String(e)),i=nu(n);if(r&&i){const e=ru(r),n=ru(i);return"before"===t?e<n:e>n}}const r=Number(e),i=Number(n);return!isNaN(r)&&!isNaN(i)&&("before"===t?r<i:r>i)})(e,t,"string"==typeof n[0]?n[0]:String(n[0]))}if("equals"===t||"not_equals"===t){if("boolean"==typeof e)return!1;if(n.length>1){const r=vu(String(e)),i=n.map((e=>vu("string"==typeof e?e:String(e)))).includes(r);return"equals"===t?i:!i}return((e,t,n)=>{if(tu(String(e))&&tu(n)){const r=nu(String(e)),i=nu(n);if(r&&i){const e=iu(r,i);return"equals"===t?e:!e}}const r=vu(String(e))===vu(n);return"equals"===t?r:!r})(e,t,"string"==typeof n[0]?n[0]:String(n[0]||""))}const r="string"==typeof n[0]?n[0]:String(n[0]||"");if("contains"===t||"not_contains"===t||"starts_with"===t||"ends_with"===t)return((e,t,n)=>{const r=vu(e),i=n.trim();if(("contains"===t||"not_contains"===t)&&i.includes(",")){const e=gs(i);return"contains"===t?e.some((e=>r.includes(vu(e)))):!e.some((e=>r.includes(vu(e))))}const o=vu(i);switch(t){case"contains":return r.includes(o);case"not_contains":return!r.includes(o);case"starts_with":return r.startsWith(o);case"ends_with":return r.endsWith(o);default:return!1}})(String(e),t,r);if("in"===t||"not_in"===t){const r=vu(String(e)),i=n.map((e=>vu("string"==typeof e?e:String(e)))).includes(r);return"in"===t?i:!i}if("greater_than"===t||"less_than"===t||"greater_than_or_equal"===t||"less_than_or_equal"===t){const n=Number(e);if(!isNaN(n))return((e,t,n)=>{const r=Number(n);if(isNaN(r))return!1;switch(t){case"greater_than":return e>r;case"less_than":return e<r;case"greater_than_or_equal":return e>=r;case"less_than_or_equal":return e<=r;default:return!1}})(n,t,r)}return!0},yu=(e,t,n,r)=>r.length?e.filter((e=>{const i=e[t];return xu(i,n,r)})):e,wu=(e,t)=>t.reduce(((e,t)=>yu(e,t.field,t.operator,t.values)),e),Cu=(e,t,n,r)=>{const i=n.filter((e=>e.values&&e.values.length>0));return 0!==i.length&&i.every((n=>{var i;const{conditionKey:o,operator:a,values:l}=n,s=null==r?void 0:r[t],c=null===(i=null==s?void 0:s.multiConditionConfigs)||void 0===i?void 0:i.find((e=>e.conditionKey===o)),d=((e,t,n,r)=>{const i=e[r||`${t}Attr`];if(i&&"object"==typeof i&&n in i)return i[n]})(e,t,o,null==c?void 0:c.valueSource);return(null==c?void 0:c.customOperator)?c.customOperator(l,a,d):xu(d,a,l)}))},Eu=(e,t)=>({value:e,label:t}),Iu=(...e)=>e.flat(),ku=(e,t)=>e.map((e=>Object.assign(Object.assign({},e),{label:t[e.value]||e.label}))),Mu=(e,t)=>Object.assign(Object.assign({},e),{label:t}),$u=(e,t)=>t.map((t=>e.find((e=>e.value===t)))).filter((e=>void 0!==e)),Au=(e,t)=>t.map((t=>e[t])).filter((e=>void 0!==e)),Lu=e=>e.map((e=>e.value)),Vu=e=>e.map((e=>e.label)),Hu=(e,t)=>t.map((t=>{const n=e.find((e=>e.value===t));return(null==n?void 0:n.label)||t})),Ou=(...e)=>{const t=e.flat().filter(((e,t,n)=>t===n.findIndex((t=>t.value===e.value))));return t},Su=(e,t="label")=>[...e].sort(((e,n)=>e[t].localeCompare(n[t]))),Du=v.div`
|
|
1282
|
+
`,Xd=e.forwardRef((function(t,n){var{children:r,indeterminate:i=!1,error:o=!1,disabled:a=!1,inputRef:l,size:s="medium"}=t,c=D(t,["children","indeterminate","error","disabled","inputRef","size"]);return e.createElement(jd,{ref:n,disabled:a},e.createElement(Yd,Object.assign({ref:l,error:o,readOnly:!0,type:"checkbox",indeterminate:i,disabled:a,_size:s},c)),e.createElement(Fd,{size:s,error:o,indeterminate:i,hasChild:!!r,disabled:a,checked:c.checked},null!=r?e.createElement(Wd,null,r):null))})),Jd=({label:e,initialChecked:n,onCheckedChange:r})=>{const[o,a]=i(n);return t.createElement(Xd,{size:"small",checked:o,onChange:e=>{const t=e.target.checked;a(t),r(t)}},e)};Jd.displayName="ConfigPanelPersistOption";const Ud=({filterType:e,isOpen:n,onApply:r,onCancel:s,editingFilter:c,filterConfig:p,savedCoordinates:m})=>{var h;const g=(e=>void 0!==(null==e?void 0:e.multiConditionConfigs)&&e.multiConditionConfigs.length>0)(p),[f,b]=i(""),v=d((()=>b("")),[]),x=d((e=>{const t=Ke(p).find((t=>t.value===e));return(null==t?void 0:t.isRange)||!1}),[p]),y=((e,t,n,r)=>{const[o,l]=i(qe(e)),[s,c]=i(""),[u,p]=i([]),[m,h]=i(""),[g,f]=i(""),[b,v]=i("");a((()=>{if(t)l(t.operator),c("string"==typeof t.values[0]?t.values[0]:""),p(t.values),h(t.values[0]||""),n&&n(t.operator)?(f("string"==typeof t.values[0]?t.values[0]:""),v("string"==typeof t.values[1]?t.values[1]:"")):(f(""),v(""));else{const t=qe(e);l(t);const r=et(e,t),i=Ta().format("YYYY-MM-DD");n&&n(t)?(f(i),v(i),c("")):"date"===r?(c(i),f(""),v("")):(c(""),f(""),v("")),p([]),h("")}}),[t,n,e]);const x=d((e=>{c(e),null==r||r()}),[r]),y=d(((e,t)=>{p(t?t=>[...t,e]:t=>t.filter((t=>t!==e))),null==r||r()}),[r]),w=d((e=>{h(e),null==r||r()}),[r]),C=d((e=>{f(e),null==r||r()}),[r]),E=d((e=>{v(e),null==r||r()}),[r]);return{operator:o,value:s,selectedValues:u,selectedRadioValue:m,startDate:g,endDate:b,setOperator:l,setValue:c,setSelectedValues:p,setSelectedRadioValue:h,setStartDate:f,setEndDate:v,handleValueChange:x,handleValueToggle:y,handleRadioChange:w,handleStartDateChange:C,handleEndDateChange:E}})(p,c||void 0,x,v),w=((e,t,n)=>{const r=l((()=>mt(e)),[e]),[o,s]=i([]);a((()=>{var e;if(0===r.length)return;const n=Ta().format("YYYY-MM-DD"),i=new Map((null===(e=null==t?void 0:t.conditions)||void 0===e?void 0:e.map((e=>[e.conditionKey,e])))||[]),o=r.map((e=>Ed(e,i.get(e.conditionKey),n)));s(o)}),[t,r]);const c=d((()=>{if(0===r.length)return;const e=new Set(o.map((e=>e.conditionKey))),t=r.find((t=>!e.has(t.conditionKey)))||r[0],i=gt(t),a=bt(t,i),l=Ta().format("YYYY-MM-DD");let c="",d="",u="";vt(t,i)?(d=l,u=l):"date"===a&&(c=l);const p={id:`condition_${Date.now()}_${Math.random().toString(36).substr(2,9)}`,conditionKey:t.conditionKey,conditionLabel:t.conditionLabel,operator:i,value:c,selectedValues:[],selectedRadioValue:"",startDate:d,endDate:u};s((e=>[...e,p])),null==n||n()}),[r,o,n]),u=d((e=>{s((t=>t.filter((t=>t.id!==e)))),null==n||n()}),[n]),p=d(((e,t,i)=>{const o=r.find((e=>e.conditionKey===t));if(!o)return;const a=gt(o),l=bt(o,a),c=Ta().format("YYYY-MM-DD");let d="",u="",p="";vt(o,a)?(u=c,p=c):"date"===l&&(d=c),s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{conditionKey:t,conditionLabel:i,operator:a,value:d,selectedValues:[],selectedRadioValue:"",startDate:u,endDate:p}):n)))),null==n||n()}),[r,n]),m=d(((e,t)=>{s((n=>n.map((n=>{if(n.id!==e)return n;const i=r.find((e=>e.conditionKey===n.conditionKey));if(!i)return n;const o=bt(i,t),a=Ta().format("YYYY-MM-DD"),l=vt(i,t);let s=n.value,c=n.startDate,d=n.endDate,u=n.selectedValues,p=n.selectedRadioValue;return l?(c&&""!==c.trim()||(c=a),d&&""!==d.trim()||(d=a),s="",u=[],p=""):"date"===o?(s&&""!==s.trim()||(s=a),c="",d="",u=[],p=""):(c="",d=""),Object.assign(Object.assign({},n),{operator:t,value:s,startDate:c,endDate:d,selectedValues:u,selectedRadioValue:p})})))),null==n||n()}),[r,n]),h=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{value:t}):n)))),null==n||n()}),[n]),g=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{selectedValues:t}):n)))),null==n||n()}),[n]),f=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{selectedRadioValue:t}):n)))),null==n||n()}),[n]),b=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{startDate:t}):n)))),null==n||n()}),[n]),v=d(((e,t)=>{s((n=>n.map((n=>n.id===e?Object.assign(Object.assign({},n),{endDate:t}):n)))),null==n||n()}),[n]),x=d((e=>o.find((t=>t.id===e))),[o]);return{conditions:o,addCondition:c,removeCondition:u,updateConditionKey:p,updateConditionOperator:m,updateConditionValue:h,updateConditionSelectedValues:g,updateConditionSelectedRadioValue:f,updateConditionStartDate:b,updateConditionEndDate:v,getConditionById:x}})(p,c||null,v),C=d((()=>((e,t)=>{if(0===e.length)return{isValid:!1,errorMessage:"少なくとも1つの条件を設定してください"};if(!e.some((e=>{const n=id(e,t);return!!n&&od(n)})))return{isValid:!1,errorMessage:"少なくとも1つの条件を入力してください"};for(const n of e){const e=id(n,t);if(!e)return{isValid:!1,errorMessage:`条件設定 ${n.conditionKey} が見つかりません`};if(!rd(e.conditionConfig))continue;const r=ad(e);if(!r.isValid)return{isValid:!1,errorMessage:`${n.conditionLabel}: ${r.errorMessage}`}}return{isValid:!0,errorMessage:""}})(w.conditions,p)),[w.conditions,p]),E=d((()=>((e,t)=>0!==e.length&&(!!e.some((e=>{const n=id(e,t);return!!n&&od(n)}))&&e.every((e=>{const n=id(e,t);return!!n&&(!rd(n.conditionConfig)||od(n))}))))(w.conditions,p)),[w.conditions,p]),{validateInput:I,canApply:k}=(({filterConfig:e,operator:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l})=>({validateInput:d((()=>{const s=et(e,t);return td({inputType:s,operator:t,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l(t),customValidation:null==e?void 0:e.customValidation})}),[e,t,n,r,i,o,a,l]),canApply:d((()=>{const s=et(e,t);return nd({inputType:s,selectedValues:n,selectedRadioValue:r,startDate:i,endDate:o,value:a,isRangeOperator:l(t)})}),[e,n,r,t,i,o,a,l])}))({filterConfig:p,operator:y.operator,selectedValues:y.selectedValues,selectedRadioValue:y.selectedRadioValue,startDate:y.startDate,endDate:y.endDate,value:y.value,isRangeOperator:x}),{refs:M,floatingStyles:$,getFloatingProps:A,isPositioned:V,contentMaxHeight:L}=(({isOpen:e,savedCoordinates:t,onCancel:n})=>{const[r,o]=i(!1),[l,s]=i(300),{refs:c,floatingStyles:d,context:u}=uo({open:e,onOpenChange:e=>{e||n()},placement:"bottom-start",middleware:[pr({padding:8,crossAxis:!1}),mr({apply({availableWidth:e,availableHeight:t,elements:n}){if(n.floating){const r=Math.max(ze.CONFIG_PANEL_MIN_CONTENT_HEIGHT,t-ze.CONFIG_PANEL_HEADER_HEIGHT-ze.CONFIG_PANEL_BUTTON_HEIGHT-ze.CONFIG_PANEL_PADDING);s(r),Object.assign(n.floating.style,{maxWidth:`${Math.max(0,e)}px`})}}})]}),p=so(u,{outsidePress:e=>!e.target.closest("[data-tag]")}),{getFloatingProps:m}=mo([p]);return a((()=>{if(t&&e){const e={getBoundingClientRect:()=>({width:0,height:0,x:t.x,y:t.y,top:t.y,left:t.x,right:t.x,bottom:t.y})};c.setReference(e),o(!0)}}),[t,e,c]),a((()=>{e||o(!1)}),[e]),{refs:c,floatingStyles:d,getFloatingProps:m,isPositioned:r,contentMaxHeight:l,context:u}})({isOpen:n,savedCoordinates:m||null,onCancel:s}),H=o(null),O=Fe(p),S=`${null!==(h=null==c?void 0:c.id)&&void 0!==h?h:"new"}:${e}`,D=We(p,c),R=o(S),N=o(D);R.current!==S&&(R.current=S,N.current=D);const z=d((e=>O?Object.assign(Object.assign({},e),{persist:N.current}):e),[O]);(({isOpen:e,isPositioned:t,focusSessionKey:n,shouldFocus:r,textInputRef:i})=>{const l=o(!1);a((()=>{e||(l.current=!1)}),[e]),a((()=>{l.current=!1}),[n]),u((()=>{var n;e&&t&&r&&!l.current&&(null===(n=i.current)||void 0===n||n.focus({preventScroll:!0}),l.current=!0)}),[e,t,r,n,i])})({isOpen:n,isPositioned:V,focusSessionKey:S,shouldFocus:l((()=>{if(g)return null!==xt(p,w.conditions);return"text"===et(p,y.operator)&&!x(y.operator)}),[g,p,w.conditions,y.operator,x]),textInputRef:H});const Z=d((()=>{if(g){const e=C();if(!e.isValid)return void b(e.errorMessage);b("");const t=(e=>{const{conditions:t,filterConfig:n}=e,r=[],i=[];for(const e of t)try{const t=ht(n,e.conditionKey);if(!t){i.push(`条件設定 ${e.conditionKey} が見つかりません`);continue}const o=bt(t,e.operator),a=vt(t,e.operator),l=qc({inputType:o,selectedValues:e.selectedValues,selectedRadioValue:e.selectedRadioValue,startDate:e.startDate,endDate:e.endDate,value:e.value,isRangeOperator:a});if(!l||0===l.length||!l.some((e=>""!==e&&null!=e)))continue;const s=Kc(t,e.operator),c=ed({conditionConfig:t,inputType:o,operator:e.operator,values:l,dateFormat:n?rt(n):void 0});r.push({conditionKey:e.conditionKey,conditionLabel:e.conditionLabel,operator:e.operator,operatorLabel:s,values:l,valueLabels:c,isRange:a})}catch(t){const n=t instanceof Error?t.message:"不明なエラーが発生しました";i.push(`条件 ${e.conditionLabel} の処理中にエラーが発生しました: ${n}`)}return{conditions:r,errors:i}})({conditions:w.conditions,filterConfig:p});if(t.errors.length>0)return void b(t.errors.join("\n"));r(z({operator:"",operatorLabel:"",values:[],valueLabels:[],isRange:!1,conditions:t.conditions}))}else{const e=I();if(!e.isValid)return void b(e.errorMessage);b("");const t=et(p,y.operator),n=qc({inputType:t,selectedValues:y.selectedValues,selectedRadioValue:y.selectedRadioValue,startDate:y.startDate,endDate:y.endDate,value:y.value,isRangeOperator:x(y.operator)}),i=((e,t)=>{var n;return e&&(null===(n=Ke(e).find((e=>e.value===t)))||void 0===n?void 0:n.label)||t})(p,y.operator),o=(e=>{const{filterConfig:t,inputType:n,operator:r,values:i}=e;return i.map((e=>{if("checkbox"===n||"radio"===n){const n=nt(t,r).find((t=>t.value===e));return(null==n?void 0:n.label)||String(e)}if("date"===n){const n=rt(t),r=String(e);if(!r||""===r.trim())return r;const i=Ta(r,"YYYY-MM-DD");return i.isValid()?i.format(n):r}return String(e)}))})({filterConfig:p,inputType:t,operator:y.operator,values:n});r(z({operator:y.operator,operatorLabel:i,values:n,valueLabels:o,isRange:x(y.operator)}))}}),[g,p,w,y,I,C,r,x,z]),{handleKeyDown:T}=(({isOpen:e,canApply:t,handleApply:n,onCancel:r,floatingRef:i})=>{const o=d((e=>{if("Enter"===e.key&&!e.shiftKey&&!e.ctrlKey&&!e.altKey){if(e.isComposing||229===e.keyCode)return void e.preventDefault();e.preventDefault(),t()&&n()}}),[t,n]);return a((()=>{const t=t=>{"Escape"===t.key&&e&&r()};return e&&document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t)}}),[e,r]),a((()=>{if(!e)return;const t=e=>{var t;const n=e.target;(null===(t=i.current)||void 0===t?void 0:t.contains(n))&&o(e)};return document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t)}}),[e,o,i]),{handleKeyDown:e=>{o(e)}}})({isOpen:n,canApply:g?E:k,handleApply:Z,onCancel:s,floatingRef:M.floating}),B=l((()=>{if(g)return!1;return"text"===et(p,y.operator)&&("contains"===y.operator||"not_contains"===y.operator)}),[p,y.operator,g]);return t.createElement(Wt,Object.assign({ref:M.setFloating,$isOpen:n,$isPositioned:V,style:$,tabIndex:-1,onKeyDown:T},A()),t.createElement(Xt,null,t.createElement(Jt,null,e)),t.createElement(Ut,{style:{maxHeight:`${L}px`}},g?t.createElement(Pd,{filterConfig:p,multiConditionState:w,textInputRef:H,onKeyDown:T}):t.createElement(t.Fragment,null,t.createElement(tn,null,t.createElement(Fc,{value:y.operator,variant:"dark",onChange:e=>{if("string"!=typeof e)return;v();const t=e;y.setOperator(t);const n=Ta().format("YYYY-MM-DD"),r=(e=>{const{filterConfig:t,newOperator:n,isRangeOperator:r,currentStartDate:i,currentEndDate:o,currentValue:a,todayString:l}=e;if(r(n))return{startDate:i&&""!==i.trim()?void 0:l,endDate:o&&""!==o.trim()?void 0:l};{const e={startDate:"",endDate:""};return"date"!==et(t,n)||a&&""!==a.trim()||(e.value=l),e}})({filterConfig:p,newOperator:t,isRangeOperator:x,currentStartDate:y.startDate,currentEndDate:y.endDate,currentValue:y.value,todayString:n});void 0!==r.startDate&&y.setStartDate(r.startDate),void 0!==r.endDate&&y.setEndDate(r.endDate),void 0!==r.value&&y.setValue(r.value)}},Ke(p).map((e=>t.createElement(Wc,{key:e.value,value:e.value},e.label))))),t.createElement(tn,null,t.createElement(Cd,{endDate:y.endDate,filterConfig:p,isRangeOperator:x,operator:y.operator,selectedRadioValue:y.selectedRadioValue,selectedValues:y.selectedValues,startDate:y.startDate,textInputRef:H,value:y.value,onEndDateChange:y.handleEndDateChange,onKeyDown:T,onRadioChange:y.handleRadioChange,onStartDateChange:y.handleStartDateChange,onValueChange:y.handleValueChange,onValueToggle:y.handleValueToggle}),B&&t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},"カンマ区切りで複数ワードをOR検索できます。")))),f&&t.createElement(nn,null,t.createElement(Qc,{size:"sm"},f)),t.createElement(rn,null,O&&t.createElement(Jd,{key:S,initialChecked:D,label:Xe(p),onCheckedChange:e=>{N.current=e}}),t.createElement(on,null,t.createElement(il,{type:"button",size:"small",color:"clear",onClick:s},"キャンセル"),t.createElement(il,{type:"button",size:"small",disabled:g?!E():!k(),onClick:Z},"適用"))))};Ud.displayName="AdvancedFilterConfigPanel";const Qd=({types:e,selectionMode:t="menu",onFiltersChange:n,initialAppliedFilters:r})=>{const l="presetSlots"===t,[s,c]=i(null),[d,u]=i(!1),[p,m]=i((()=>null!=r?r:[])),[h,g]=i(null),[f,b]=i(!1),v=o(null),[x,y]=i(24),[w,C]=i(null),E=o(n);E.current=n;const I=o(h);I.current=h;const k=o(p);k.current=p;const M=e=>{var t;null===(t=E.current)||void 0===t||t.call(E,e)};a((()=>{const t=new Set(e.map((e=>e.type))),n=k.current,r=n.filter((e=>t.has(e.type)));if(r.length!==n.length){m(r),M(r);const e=I.current;e&&!t.has(e.type)&&(g(null),u(!1),c(null))}}),[e]);return{selectedType:s,isConfigPanelOpen:d,appliedFilters:p,editingFilter:h,isMenuOpen:f,menuPosition:x,savedMenuCoordinates:w,triggerRef:v,setSelectedType:c,setIsConfigPanelOpen:u,setAppliedFilters:m,setEditingFilter:g,setIsMenuOpen:b,setMenuPosition:y,setSavedMenuCoordinates:C,handleTypeSelect:e=>{c(e),g(null),u(!0)},handleSlotClick:e=>{f&&b(!1);const t=p.find((t=>t.type===e&&wt(t)));g(null!=t?t:null),c(e),u(!0)},handleConfigApply:t=>{let n;if(h){const e=Qe(h,t);n=p.map((t=>t.id===h.id?e:t)),g(null)}else if(l&&s){const r=p.find((e=>e.type===s));if(r){const e=Qe(r,t);n=p.map((t=>t.id===r.id?e:t))}else{const r=ut(e,s),i=Ue(s,r,t);n=[...p,i]}}else{const r=ut(e,s),i=Ue(s,r,t);n=[...p,i]}m(n),M(n),u(!1),c(null)},handleRemoveFilter:e=>{const t=((e,t)=>e.filter((e=>e.id!==t)))(p,e);m(t),M(t),h&&h.id===e&&(g(null),u(!1),c(null))},handleClearAll:()=>{const e=[];m(e),M(e),g(null),u(!1),c(null),b(!1)},handleConfigCancel:()=>{u(!1),c(null),g(null)},handleEditFilter:e=>{h&&h.id===e.id||(f&&b(!1),g(e),c(e.type),u(!0))}}};class qd{static calculateMenuPosition(){const e=document.querySelectorAll(Te);if(0===e.length)return ze.DEFAULT_MENU_POSITION;const t=e[0].closest(_e);if(!t)return ze.DEFAULT_MENU_POSITION;const n=e[e.length-1].getBoundingClientRect(),r=t.getBoundingClientRect();let i=n.right-r.left+ze.TAG_SPACING;return e.length>=1&&(i+=ze.TAG_OFFSET_MULTIPLE),this.calculateSafePosition(i)}static calculateSafePosition(e){const t=window.innerWidth,n=Math.max(ze.MENU_WIDTH,ze.CONFIG_PANEL_WIDTH);return e+n>t-16?Math.max(0,t-n-16):e}static calculateConfigPanelPosition(e,t,n){const r=t.findIndex((t=>t.id===e.id));return this.calculateConfigPanelPositionBySlotId(e.id,r>=0?r:0,n)}static calculateConfigPanelPositionBySlotId(e,t,n){const r=document.querySelectorAll(Te);let i=null;for(const t of Array.from(r)){if(t.getAttribute("data-tag")===e){i=t;break}}let o=null==n?void 0:n.current;if(!o){const e=document.querySelector(Pe);e&&(o=e)}return i&&o?this.calculateFromActualElements(i,o):o?this.calculateFromTrigger(o,t):this.getFallbackPosition(t)}static calculateFromActualElements(e,t){const n=t.getBoundingClientRect(),r=e.getBoundingClientRect();return{position:r.left-n.left,coordinates:{x:r.left,y:r.bottom+16}}}static calculateFromTrigger(e,t){const n=e.getBoundingClientRect(),r=n.left+ze.ICON_AREA_WIDTH+t*ze.ESTIMATED_TAG_WIDTH;return{position:r-n.left,coordinates:{x:r,y:n.bottom+ze.TAG_SPACING}}}static getFallbackPosition(e=0){const t=ze.FALLBACK_POSITION_X+e*ze.ESTIMATED_TAG_WIDTH;return{position:t,coordinates:{x:t,y:ze.FALLBACK_POSITION_Y}}}static getSavedCoordinates(){const e=document.querySelector(Be);if(!e)return null;const t=e.getBoundingClientRect();return{x:t.left,y:t.top}}}const Kd=({setMenuPosition:e})=>{const t=d((()=>{const t=qd.calculateMenuPosition();e(t)}),[e]);return{handleMenuOpen:t}};const eu=({types:e,placeholder:n="フィルターを追加",disabled:r=!1,filterConfigs:i={},size:o="medium",variant:a="light",width:s="100%",onFiltersChange:c,initialAppliedFilters:d,selectionMode:u="menu"})=>{const p="presetSlots"===u,{selectedType:m,isConfigPanelOpen:h,appliedFilters:g,editingFilter:f,isMenuOpen:b,menuPosition:v,savedMenuCoordinates:x,triggerRef:y,setMenuPosition:w,setSavedMenuCoordinates:C,setIsMenuOpen:E,handleTypeSelect:I,handleSlotClick:k,handleConfigApply:M,handleRemoveFilter:$,handleClearAll:A,handleConfigCancel:V,handleEditFilter:L}=Qd({types:e,selectionMode:u,onFiltersChange:c,initialAppliedFilters:d}),H=l((()=>Et(e,g)),[e,g]),{handleMenuOpen:O}=Kd({setMenuPosition:w});t.useLayoutEffect((()=>{var e;if(h&&m){if(p){const t=null!==(e=null==f?void 0:f.id)&&void 0!==e?e:yt(m),n=H.findIndex((e=>e.slotId===t)),{position:r,coordinates:i}=qd.calculateConfigPanelPositionBySlotId(t,n>=0?n:0,y);return w(r),void C(i)}if(f){const{position:e,coordinates:t}=qd.calculateConfigPanelPosition(f,g,y);w(e),C(t)}}}),[h,m,p,f,g,H,y,w,C]);const S=dt(e,g),D={placeholder:n,disabled:r,appliedFilters:g,selectionMode:u,filterSlots:H,size:o,variant:a,width:s,onEditFilter:L,onSlotClick:k,onRemoveFilter:$,onClearAll:A},R=h&&m&&x?t.createElement(Ud,{filterType:ut(e,m),isOpen:h,editingFilter:f,filterConfig:i[m],savedCoordinates:x,onApply:M,onCancel:V}):null;return p?t.createElement("div",null,t.createElement(an,Object.assign({ref:y},D)),R):t.createElement("div",null,S.length>0&&t.createElement(Ha,null,t.createElement(La,{open:b,trigger:t.createElement(an,Object.assign({ref:y,isOpen:b},D)),minWidth:ze.MENU_WIDTH,placement:"bottom-start",middleware:[ur({mainAxis:8,crossAxis:v}),pr({padding:8}),mr({apply({availableWidth:e,availableHeight:t,elements:n}){if(n.floating){Object.assign(n.floating.style,{width:"max-content",minWidth:`${ze.MENU_WIDTH}px`,maxWidth:`${Math.max(0,e)}px`,maxHeight:`${Math.max(0,t)}px`});const r=n.floating.getBoundingClientRect();C({x:r.left,y:r.top})}}})],onOpenChange:e=>{E(e),e&&O()}},S.map((e=>t.createElement(Ot,{key:e.type,disabled:e.disabled,closeOnClick:!0,onClick:()=>I(e.type)},e.label))))),0===S.length&&t.createElement(an,{placeholder:"すべてのフィルターが適用済み",disabled:!0,appliedFilters:g,size:o,variant:a,width:s,onEditFilter:L,onRemoveFilter:$,onClearAll:A}),R)};eu.displayName="AdvancedFilter";const tu=e=>{if(e instanceof Date)return!isNaN(e.getTime());if("number"==typeof e){const t=new Date(e);return!isNaN(t.getTime())}if("string"==typeof e){if(""===e.trim())return!1;return Ta(e).isValid()}return!1},nu=e=>{if(e instanceof Date)return isNaN(e.getTime())?null:e;if("number"==typeof e){const t=new Date(e);return isNaN(t.getTime())?null:t}if("string"==typeof e){const t=Ta(e);if(t.isValid())return t.toDate()}return null},ru=e=>new Date(e.getFullYear(),e.getMonth(),e.getDate()),iu=(e,t)=>0===((e,t)=>{const n=ru(e),r=ru(t);return n.getTime()-r.getTime()})(e,t),ou=[{value:"equals",label:"次に一致する"},{value:"contains",label:"次を含む"},{value:"starts_with",label:"次で始まる"},{value:"ends_with",label:"次で終わる"},{value:"not_equals",label:"次に一致しない"},{value:"not_contains",label:"次を含まない"}],au=[{value:"equals",label:"次に一致する"},{value:"greater_than",label:"次より大きい"},{value:"less_than",label:"次より小さい"},{value:"greater_than_or_equal",label:"次以上"},{value:"less_than_or_equal",label:"次以下"},{value:"between",label:"次の範囲内",isRange:!0},{value:"not_between",label:"次の範囲外",isRange:!0}],lu=[{value:"equals",label:"次に一致する"},{value:"before",label:"次より前"},{value:"after",label:"次より後"},{value:"between",label:"次の範囲内",isRange:!0},{value:"not_between",label:"次の範囲外",isRange:!0}],su=[{value:"equals",label:"次に一致する"},{value:"not_equals",label:"次に一致しない"},{value:"in",label:"次のいずれかに一致する"},{value:"not_in",label:"次のいずれにも一致しない"}],cu={text_basic:[ou[0],ou[1],ou[2]],text_search:[ou[1],ou[0],ou[5]],selection_basic:[su[0],su[1]],selection_multiple:[su[2],su[0],su[3]],date_basic:[lu[0],lu[2],lu[1]],number_basic:[au[0],au[1],au[2],au[3],au[4]]},du=e=>{const t=cu[e];return t?[...t]:[]},uu=(e,t)=>({value:e,label:t}),pu=(...e)=>e.flat(),mu=(e,t)=>e.map((e=>Object.assign(Object.assign({},e),{label:t[e.value]||e.label}))),hu=(e,t)=>Object.assign(Object.assign({},e),{label:t}),gu=(e,t)=>{const n=du(e);return mu(n,t)},fu=(e,t)=>t.map((t=>e.find((e=>e.value===t)))).filter((e=>void 0!==e)),bu=(e,t)=>t.map((t=>e[t])).filter((e=>void 0!==e)),vu=e=>e.normalize("NFKC").toLowerCase(),xu=(e,t,n)=>{if("boolean"==typeof e&&"boolean"==typeof n[0])return((e,t,n)=>{switch(t){case"equals":return e===n;case"not_equals":return e!==n;default:return!1}})(e,t,n[0]);if("between"===t||"not_between"===t){if(n.length<2)return!1;if("boolean"==typeof e)return!1;return((e,t,n,r)=>{if(tu(String(e))&&tu(n)&&tu(r)){const i=nu(String(e)),o=nu(n),a=nu(r);if(i&&o&&a){const e=ru(i),n=ru(o),r=ru(a),l=e>=n&&e<=r;return"between"===t?l:!l}}const i=Number(e),o=Number(n),a=Number(r);if(!isNaN(i)&&!isNaN(o)&&!isNaN(a)){const e=i>=o&&i<=a;return"between"===t?e:!e}return!1})(e,t,"string"==typeof n[0]?n[0]:String(n[0]),"string"==typeof n[1]?n[1]:String(n[1]))}if("before"===t||"after"===t){if("boolean"==typeof e)return!1;return((e,t,n)=>{if(tu(String(e))&&tu(n)){const r=nu(String(e)),i=nu(n);if(r&&i){const e=ru(r),n=ru(i);return"before"===t?e<n:e>n}}const r=Number(e),i=Number(n);return!isNaN(r)&&!isNaN(i)&&("before"===t?r<i:r>i)})(e,t,"string"==typeof n[0]?n[0]:String(n[0]))}if("equals"===t||"not_equals"===t){if("boolean"==typeof e)return!1;if(n.length>1){const r=vu(String(e)),i=n.map((e=>vu("string"==typeof e?e:String(e)))).includes(r);return"equals"===t?i:!i}return((e,t,n)=>{if(tu(String(e))&&tu(n)){const r=nu(String(e)),i=nu(n);if(r&&i){const e=iu(r,i);return"equals"===t?e:!e}}const r=vu(String(e))===vu(n);return"equals"===t?r:!r})(e,t,"string"==typeof n[0]?n[0]:String(n[0]||""))}const r="string"==typeof n[0]?n[0]:String(n[0]||"");if("contains"===t||"not_contains"===t||"starts_with"===t||"ends_with"===t)return((e,t,n)=>{const r=vu(e),i=n.trim();if(("contains"===t||"not_contains"===t)&&i.includes(",")){const e=gs(i);return"contains"===t?e.some((e=>r.includes(vu(e)))):!e.some((e=>r.includes(vu(e))))}const o=vu(i);switch(t){case"contains":return r.includes(o);case"not_contains":return!r.includes(o);case"starts_with":return r.startsWith(o);case"ends_with":return r.endsWith(o);default:return!1}})(String(e),t,r);if("in"===t||"not_in"===t){const r=vu(String(e)),i=n.map((e=>vu("string"==typeof e?e:String(e)))).includes(r);return"in"===t?i:!i}if("greater_than"===t||"less_than"===t||"greater_than_or_equal"===t||"less_than_or_equal"===t){const n=Number(e);if(!isNaN(n))return((e,t,n)=>{const r=Number(n);if(isNaN(r))return!1;switch(t){case"greater_than":return e>r;case"less_than":return e<r;case"greater_than_or_equal":return e>=r;case"less_than_or_equal":return e<=r;default:return!1}})(n,t,r)}return!0},yu=(e,t,n,r)=>r.length?e.filter((e=>{const i=e[t];return xu(i,n,r)})):e,wu=(e,t)=>t.reduce(((e,t)=>yu(e,t.field,t.operator,t.values)),e),Cu=(e,t,n,r)=>{const i=n.filter((e=>e.values&&e.values.length>0));return 0!==i.length&&i.every((n=>{var i;const{conditionKey:o,operator:a,values:l}=n,s=null==r?void 0:r[t],c=null===(i=null==s?void 0:s.multiConditionConfigs)||void 0===i?void 0:i.find((e=>e.conditionKey===o)),d=((e,t,n,r)=>{const i=e[r||`${t}Attr`];if(i&&"object"==typeof i&&n in i)return i[n]})(e,t,o,null==c?void 0:c.valueSource);return(null==c?void 0:c.customOperator)?c.customOperator(l,a,d):xu(d,a,l)}))},Eu=(e,t)=>({value:e,label:t}),Iu=(...e)=>e.flat(),ku=(e,t)=>e.map((e=>Object.assign(Object.assign({},e),{label:t[e.value]||e.label}))),Mu=(e,t)=>Object.assign(Object.assign({},e),{label:t}),$u=(e,t)=>t.map((t=>e.find((e=>e.value===t)))).filter((e=>void 0!==e)),Au=(e,t)=>t.map((t=>e[t])).filter((e=>void 0!==e)),Vu=e=>e.map((e=>e.value)),Lu=e=>e.map((e=>e.label)),Hu=(e,t)=>t.map((t=>{const n=e.find((e=>e.value===t));return(null==n?void 0:n.label)||t})),Ou=(...e)=>{const t=e.flat().filter(((e,t,n)=>t===n.findIndex((t=>t.value===e.value))));return t},Su=(e,t="label")=>[...e].sort(((e,n)=>e[t].localeCompare(n[t]))),Du=v.div`
|
|
1283
1283
|
position: fixed;
|
|
1284
1284
|
display: flex;
|
|
1285
1285
|
align-items: center;
|
|
@@ -1635,7 +1635,7 @@ object-assign
|
|
|
1635
1635
|
background-color: transparent;
|
|
1636
1636
|
color: ${({theme:e})=>e.palette.neutral.lighter};
|
|
1637
1637
|
}
|
|
1638
|
-
`,yp=g((function({selected:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(fp,{isToday:s},r?t.createElement(vp,{type:"button",selected:e,isSaturday:a,isSundayOrHoliday:l,onClick:()=>{null==i||i(n)}},o):t.createElement(xp,{type:"button",isSaturday:a,isSundayOrHoliday:l},o))})),wp=e=>(e=>{try{const t=e.year(),n=ll(t),r=e.format("YYYY/M/D");return n.some((e=>e.date===r))}catch(e){return!1}})(e),Cp=e=>e.format("YYYY-MM-DD")===Ta().format("YYYY-MM-DD"),Ep=(e,t)=>Ta(new Date(e.year(),e.month(),t)),Ip=e=>(e=>{const t=e.day(),n=0===t,r=6===t,i=wp(e);return{dayOfWeek:t,isSunday:n,isSaturday:r,isHoliday:i,isSundayOrHoliday:n||i}})(e),kp=(e,t)=>!t(e),Mp=e=>Array.from(new Array(e.daysInMonth()),((e,t)=>t+1)),$p=(e,t=0)=>(e.startOf("month").day()-t+7)%7,Ap=({date:e,weekList:n,weekStart:r=0,monthFormat:i,current:o,isOutsideRange:a,onDateChange:l,onPreviousMonth:s,onNextMonth:c})=>t.createElement(Ju,null,t.createElement(tp,null,t.createElement(ep,null,t.createElement(Ku,null,t.createElement(qu,{weight:"bold",size:"xl"},o.format(i))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),type:"button","aria-label":"前の月",onClick:s}),t.createElement(Ac,{content:"今日を選択"},t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"calendar",size:"md",color:"currentColor"}),type:"button","aria-label":"今日を選択",onClick:()=>l(Ta())})),t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),type:"button","aria-label":"次の月",onClick:c})))),t.createElement(Uu,null,null==n?void 0:n.map((e=>t.createElement(Qu,{key:e},e))),Array.from(new Array($p(o,r)),((e,n)=>t.createElement(Qu,{key:`empty-${n}`}))),Mp(o).map((n=>{const r=Ep(o,n),i=Ip(r),s=e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD"),c=kp(r,a);return t.createElement(yp,{key:n,value:r,selectable:c,selected:s,isSaturday:i.isSaturday,isSundayOrHoliday:i.isSundayOrHoliday,isToday:Cp(r),onClickDate:l},n)})))),
|
|
1638
|
+
`,yp=g((function({selected:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(fp,{isToday:s},r?t.createElement(vp,{type:"button",selected:e,isSaturday:a,isSundayOrHoliday:l,onClick:()=>{null==i||i(n)}},o):t.createElement(xp,{type:"button",isSaturday:a,isSundayOrHoliday:l},o))})),wp=e=>(e=>{try{const t=e.year(),n=ll(t),r=e.format("YYYY/M/D");return n.some((e=>e.date===r))}catch(e){return!1}})(e),Cp=e=>e.format("YYYY-MM-DD")===Ta().format("YYYY-MM-DD"),Ep=(e,t)=>Ta(new Date(e.year(),e.month(),t)),Ip=e=>(e=>{const t=e.day(),n=0===t,r=6===t,i=wp(e);return{dayOfWeek:t,isSunday:n,isSaturday:r,isHoliday:i,isSundayOrHoliday:n||i}})(e),kp=(e,t)=>!t(e),Mp=e=>Array.from(new Array(e.daysInMonth()),((e,t)=>t+1)),$p=(e,t=0)=>(e.startOf("month").day()-t+7)%7,Ap=({date:e,weekList:n,weekStart:r=0,monthFormat:i,current:o,isOutsideRange:a,onDateChange:l,onPreviousMonth:s,onNextMonth:c})=>t.createElement(Ju,null,t.createElement(tp,null,t.createElement(ep,null,t.createElement(Ku,null,t.createElement(qu,{weight:"bold",size:"xl"},o.format(i))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),type:"button","aria-label":"前の月",onClick:s}),t.createElement(Ac,{content:"今日を選択"},t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"calendar",size:"md",color:"currentColor"}),type:"button","aria-label":"今日を選択",onClick:()=>l(Ta())})),t.createElement(il,{size:"small",color:"clear",icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),type:"button","aria-label":"次の月",onClick:c})))),t.createElement(Uu,null,null==n?void 0:n.map((e=>t.createElement(Qu,{key:e},e))),Array.from(new Array($p(o,r)),((e,n)=>t.createElement(Qu,{key:`empty-${n}`}))),Mp(o).map((n=>{const r=Ep(o,n),i=Ip(r),s=e.format("YYYY-MM-DD")===r.format("YYYY-MM-DD"),c=kp(r,a);return t.createElement(yp,{key:n,value:r,selectable:c,selected:s,isSaturday:i.isSaturday,isSundayOrHoliday:i.isSundayOrHoliday,isToday:Cp(r),onClickDate:l},n)})))),Vp=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 Lp(e){return(Math.trunc(e)%7+7)%7}function Hp(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:Lp(t.start)})}return{start:Lp(r),labels:n}}const Op=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}=Vp(r),M=d((e=>{const t=r.hour(e.hour()).minute(e.minute()).second(0).millisecond(0);v(t)}),[r,v]),$=l((()=>p?t.createElement(pp,null,t.createElement(dp,null,t.createElement(hp,null,t.createElement(mp,null,"日付"),f),t.createElement(up,null,t.createElement(zw,{date:r,format:m,size:"medium",variant:"dark",onDateChange:v}),h&&t.createElement(iA,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:A,start:V}=Hp({weekConfig:o,fallbackLabels:[...ud],fallbackStart:0});return t.createElement(Wu,Object.assign({ref:n},x),t.createElement(np,null,t.createElement(rp,null,t.createElement(Xu,null,t.createElement(Ap,{date:r,current:C,monthFormat:i,weekList:A,weekStart:V,isOutsideRange:b,onDateChange:e=>{v(e),w((e=>e+1))},onPreviousMonth:E,onNextMonth:I})),t.createElement(gp,{key:y,defaultPresetButton:s,presetButtons:c,dateFields:$,onPresetButtonClick:u}))))}));var Sp=g(Op);const Dp="none",Rp="start",Np="start_only",zp="end",Zp="between",Tp="start",Bp="end",Pp=(e,t,n,r)=>{const i=((e,t,n)=>{const r=Ta(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=Ta(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=Ta(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 Np;case i&&!l:return Rp;case o&&!l:return zp;case a:return Zp;default:return Dp}},_p=v(ap)``,Gp=v.button`
|
|
1639
1639
|
background-color: transparent;
|
|
1640
1640
|
border: none;
|
|
1641
1641
|
height: ${({theme:e})=>4*e.spacing}px;
|
|
@@ -1719,7 +1719,7 @@ object-assign
|
|
|
1719
1719
|
background-color: transparent;
|
|
1720
1720
|
color: ${({theme:e})=>e.palette.neutral.lighter};
|
|
1721
1721
|
}
|
|
1722
|
-
`,qp=g((function({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(_p,{"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(Qp,{type:"button",isSaturday:a,isSundayOrHoliday:l},o);switch(e){case Np:return t.createElement(Wp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Rp:return t.createElement(Xp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case zp:return t.createElement(Jp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Zp:return t.createElement(Up,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);default:return t.createElement(Yp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o)}})({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a,isSundayOrHoliday:l}))})),Kp=({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(Tp),f=d((t=>{if(e&&n&&!e.isSame(n,"day"))return null==c||c({startDate:t,endDate:t}),void g(Bp);switch(h){case Tp:null==c||c({startDate:t,endDate:t}),g(Bp);break;case Bp:e&&t.isBefore(e)?null==c||c({startDate:t,endDate:e}):null==c||c({startDate:e,endDate:t}),g(Tp)}}),[h,c,n,e]);return t.createElement(Ju,null,t.createElement(tp,null,t.createElement(ep,null,t.createElement(Ku,null,t.createElement(qu,{weight:"bold",size:"xl"},l.format(r))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),"aria-label":"前の月",onClick:u}),t.createElement(Ac,{content:"今日に戻る"},t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"calendar",size:"md",color:"currentColor"}),"aria-label":"今日に戻る",onClick:m})),t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),"aria-label":"次の月",onClick:p})))),t.createElement(Uu,null,null==o?void 0:o.map((e=>t.createElement(Qu,{key:e},e))),Array.from(new Array($p(l,a)),((e,n)=>t.createElement(Qu,{key:`empty-${n}`}))),Mp(l).map((r=>{const i=Ep(l,r),o=Ip(i),a=kp(i,s);return t.createElement(qp,{key:r,value:i,state:Pp(e,n,l,r),selectable:a,isSaturday:o.isSaturday,isSundayOrHoliday:o.isSundayOrHoliday,isToday:Cp(i),onClickDate:f},r)}))))},em=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,$]=t.useState(0),{currentMonth:A,goToPreviousMonth:
|
|
1722
|
+
`,qp=g((function({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a=!1,isSundayOrHoliday:l=!1,isToday:s=!1}){return t.createElement(_p,{"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(Qp,{type:"button",isSaturday:a,isSundayOrHoliday:l},o);switch(e){case Np:return t.createElement(Wp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Rp:return t.createElement(Xp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case zp:return t.createElement(Jp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);case Zp:return t.createElement(Up,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o);default:return t.createElement(Yp,{type:"button",isSaturday:a,isSundayOrHoliday:l,onClick:s},o)}})({state:e,value:n,selectable:r,onClickDate:i,children:o,isSaturday:a,isSundayOrHoliday:l}))})),Kp=({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(Tp),f=d((t=>{if(e&&n&&!e.isSame(n,"day"))return null==c||c({startDate:t,endDate:t}),void g(Bp);switch(h){case Tp:null==c||c({startDate:t,endDate:t}),g(Bp);break;case Bp:e&&t.isBefore(e)?null==c||c({startDate:t,endDate:e}):null==c||c({startDate:e,endDate:t}),g(Tp)}}),[h,c,n,e]);return t.createElement(Ju,null,t.createElement(tp,null,t.createElement(ep,null,t.createElement(Ku,null,t.createElement(qu,{weight:"bold",size:"xl"},l.format(r))),t.createElement("div",{style:{display:"flex",gap:"8px"}},t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),"aria-label":"前の月",onClick:u}),t.createElement(Ac,{content:"今日に戻る"},t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"calendar",size:"md",color:"currentColor"}),"aria-label":"今日に戻る",onClick:m})),t.createElement(il,{size:"small",color:"clear",type:"button",icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),"aria-label":"次の月",onClick:p})))),t.createElement(Uu,null,null==o?void 0:o.map((e=>t.createElement(Qu,{key:e},e))),Array.from(new Array($p(l,a)),((e,n)=>t.createElement(Qu,{key:`empty-${n}`}))),Mp(l).map((r=>{const i=Ep(l,r),o=Ip(i),a=kp(i,s);return t.createElement(qp,{key:r,value:i,state:Pp(e,n,l,r),selectable:a,isSaturday:o.isSaturday,isSundayOrHoliday:o.isSundayOrHoliday,isToday:Cp(i),onClickDate:f},r)}))))},em=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,$]=t.useState(0),{currentMonth:A,goToPreviousMonth:V,goToNextMonth:L,goToMonth:H}=Vp(r);a((()=>{H(r)}),[r,H]);const O=d((()=>{const e=Ta();null==I||I({startDate:e,endDate:e}),H(e),$((e=>e+1))}),[I,H]),S=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]),Z=l((()=>m?t.createElement(pp,null,t.createElement(dp,null,t.createElement(hp,null,t.createElement(mp,null,"開始日時"),b),t.createElement(up,null,t.createElement(zw,{date:r,format:h,size:"medium",variant:"dark",onDateChange:S}),g&&t.createElement(iA,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(dp,null,t.createElement(hp,null,t.createElement(mp,null,"終了日時"),v),t.createElement(up,null,t.createElement(zw,{date:i,format:h,size:"medium",variant:"dark",onDateChange:R}),g&&t.createElement(iA,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,S,R,N,z]),T=Boolean(u||Z),{labels:B,start:P}=Hp({weekConfig:s,fallbackLabels:[...ud],fallbackStart:0}),_=T?t.createElement(gp,{key:M,defaultPresetButton:c,presetButtons:u,dateFields:Z,onPresetButtonClick:p}):null,G=t.createElement(Xu,null,t.createElement(Kp,{startDate:r,endDate:i,monthFormat:o,weekList:B,weekStart:P,current:A,isOutsideRange:E,onDatesChange:e=>{null==I||I(e),$((e=>e+1))},onPreviousMonth:V,onNextMonth:L,onTodayClick:O}));return t.createElement(Wu,Object.assign({ref:n},k),t.createElement(np,null,t.createElement(rp,null,G,_,x?t.createElement(ip,null,t.createElement(Na,null,y?t.createElement(il,{color:"clear",size:"small",type:"button",onClick:y},C):null,t.createElement(il,{color:"primary",size:"small",type:"button",onClick:x},w))):null)))}));var tm=g(em);const nm=v.div`
|
|
1723
1723
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
1724
1724
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
1725
1725
|
width: ${({width:e})=>e||"auto"};
|
|
@@ -1920,13 +1920,13 @@ object-assign
|
|
|
1920
1920
|
z-index: ${({theme:e})=>e.depth.modal};
|
|
1921
1921
|
|
|
1922
1922
|
visibility: ${({isHidden:e})=>e?"hidden":"visible"};
|
|
1923
|
-
`,Mm=({disablePortal:t=!1,container:n,children:r})=>{const[i,o]=e.useState(null);return e.useEffect((()=>{o(n||document.body)}),[n]),t?r||null:i?E.createPortal(r,i):null},$m=e.forwardRef((function({isOpen:t=!0,hasBackground:n=!0,backdropProps:r,enableTransition:i=!0,onClose:o,children:a},l){const[s,c]=e.useState(!0),d=()=>{c(!1)},u=()=>{c(!0)},p={};return i&&a.props.hasOwnProperty("in")&&(p.onEnter=pa(d,a.props.onEnter),p.onExited=pa(u,a.props.onExited)),e.createElement(Mm,null,e.createElement(km,{ref:l,isHidden:!t&&s},n&&e.createElement(Ru,Object.assign({},r,{isOpen:!i||t,onClick:e=>{o&&o(e,"backdropClick")}})),e.cloneElement(a,p)))})),Am=e.forwardRef((function(t,n){const r=bd({props:t,name:"ConfirmModal"}),{title:i,confirmText:o="Confirm",cancelText:a="Cancel",children:l,onClose:s,onSubmit:c,onConfirm:d,buttonColor:u="primary",isOpen:p=!0,disabled:m,loading:h,overflowYScroll:g=!0,disableHorizontalPadding:f=!1,subActions:b,modalProps:v,fadeProps:x}=r,y=ee(),w=!(!c&&!d),C=e=>t=>{s&&s(t,e)},E=d?"button":"submit",I=e.createElement(e.Fragment,null,e.createElement(xm,null,e.createElement(ym,null,e.createElement(Ee,{weight:"bold",size:"xxxl"},i),b&&e.createElement(ja,{pl:2},e.createElement(se,{display:"flex",alignItems:"center",gap:1},b.map(((t,n)=>e.createElement(e.Fragment,{key:n},t)))))),e.createElement(Em,{onClick:C("clickCloseIcon")},e.createElement(oe,{name:"close",size:"lg",color:y.palette.black}))),e.createElement(wm,{overflowYScroll:g,showFooter:w},f?l:e.createElement(ja,{px:3,pb:3},l)),w&&e.createElement(Cm,null,e.createElement(se,{display:"flex",alignItems:"center"},e.createElement(il,{type:"button",color:"clear",inline:!0,onClick:C("clickCancelButton")},a),e.createElement(ja,{pr:2}),e.createElement(il,{type:E,color:u,disabled:m,inline:!0,onClick:d},o))));return e.createElement($m,Object.assign({isOpen:p,onClose:s},v),e.createElement(Ic,Object.assign({in:p,unmountOnExit:!0},x),e.createElement(vm,{ref:n,role:"dialog","aria-modal":"true","aria-label":i},c&&!d?e.createElement("form",{onSubmit:c},I):I,h&&e.createElement(Im,null,e.createElement(qa,null)))))})),
|
|
1923
|
+
`,Mm=({disablePortal:t=!1,container:n,children:r})=>{const[i,o]=e.useState(null);return e.useEffect((()=>{o(n||document.body)}),[n]),t?r||null:i?E.createPortal(r,i):null},$m=e.forwardRef((function({isOpen:t=!0,hasBackground:n=!0,backdropProps:r,enableTransition:i=!0,onClose:o,children:a},l){const[s,c]=e.useState(!0),d=()=>{c(!1)},u=()=>{c(!0)},p={};return i&&a.props.hasOwnProperty("in")&&(p.onEnter=pa(d,a.props.onEnter),p.onExited=pa(u,a.props.onExited)),e.createElement(Mm,null,e.createElement(km,{ref:l,isHidden:!t&&s},n&&e.createElement(Ru,Object.assign({},r,{isOpen:!i||t,onClick:e=>{o&&o(e,"backdropClick")}})),e.cloneElement(a,p)))})),Am=e.forwardRef((function(t,n){const r=bd({props:t,name:"ConfirmModal"}),{title:i,confirmText:o="Confirm",cancelText:a="Cancel",children:l,onClose:s,onSubmit:c,onConfirm:d,buttonColor:u="primary",isOpen:p=!0,disabled:m,loading:h,overflowYScroll:g=!0,disableHorizontalPadding:f=!1,subActions:b,modalProps:v,fadeProps:x}=r,y=ee(),w=!(!c&&!d),C=e=>t=>{s&&s(t,e)},E=d?"button":"submit",I=e.createElement(e.Fragment,null,e.createElement(xm,null,e.createElement(ym,null,e.createElement(Ee,{weight:"bold",size:"xxxl"},i),b&&e.createElement(ja,{pl:2},e.createElement(se,{display:"flex",alignItems:"center",gap:1},b.map(((t,n)=>e.createElement(e.Fragment,{key:n},t)))))),e.createElement(Em,{onClick:C("clickCloseIcon")},e.createElement(oe,{name:"close",size:"lg",color:y.palette.black}))),e.createElement(wm,{overflowYScroll:g,showFooter:w},f?l:e.createElement(ja,{px:3,pb:3},l)),w&&e.createElement(Cm,null,e.createElement(se,{display:"flex",alignItems:"center"},e.createElement(il,{type:"button",color:"clear",inline:!0,onClick:C("clickCancelButton")},a),e.createElement(ja,{pr:2}),e.createElement(il,{type:E,color:u,disabled:m,inline:!0,onClick:d},o))));return e.createElement($m,Object.assign({isOpen:p,onClose:s},v),e.createElement(Ic,Object.assign({in:p,unmountOnExit:!0},x),e.createElement(vm,{ref:n,role:"dialog","aria-modal":"true","aria-label":i},c&&!d?e.createElement("form",{onSubmit:c},I):I,h&&e.createElement(Im,null,e.createElement(qa,null)))))})),Vm=v.div`
|
|
1924
1924
|
display: ${({inline:e})=>e?"inline-block":"block"};
|
|
1925
1925
|
padding: ${({theme:e})=>e.spacing}px 0;
|
|
1926
1926
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
1927
1927
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
1928
1928
|
${({maxHeight:e})=>fm({maxHeight:e})}
|
|
1929
|
-
`,
|
|
1929
|
+
`,Lm=v.div`
|
|
1930
1930
|
display: flex;
|
|
1931
1931
|
align-items: center;
|
|
1932
1932
|
height: 32px;
|
|
@@ -1982,14 +1982,14 @@ object-assign
|
|
|
1982
1982
|
/* MEMO: adjust to FlexItem */
|
|
1983
1983
|
align-self: stretch;
|
|
1984
1984
|
justify-self: stretch;
|
|
1985
|
-
`,Rm=t.forwardRef((function(e,n){var{color:r,orientation:i="horizontal"}=e,o=D(e,["color","orientation"]);const a=ee(),l=r||a.palette.divider;return t.createElement(Dm,Object.assign({ref:n,color:l,orientation:i},o))})),Nm=(e,t)=>{const n={default:{normal:{background:e.palette.background.default,color:e.palette.black},hover:{background:e.palette.neutral.softLight,color:e.palette.black},active:{background:e.palette.neutral.lighter,color:e.palette.black}},warning:{normal:{background:e.palette.neutral.highlight,color:e.palette.danger.base},hover:{background:e.palette.danger.base,color:e.palette.text.white},active:{background:e.palette.danger.dark,color:e.palette.text.white}},disabled:{normal:{background:"auto",color:"disabled"},hover:{background:"auto",color:"disabled"},active:{background:"auto",color:"disabled"}}};return t?n[t]:n.default},zm=t.forwardRef((function(e,n){var{inline:r=!1,contents:i,maxHeight:o="none"}=e,a=D(e,["inline","contents","maxHeight"]);Me("MenuList","MenuList は廃止予定です(後継なし)。ContextMenu2 への移行を検討してください。");const l=ee(),s=(e,t)=>"disabled"===e||!0===t,c=(e,t,n)=>s(t,n)?Nm(e,"disabled"):Nm(e,t),d=(e,t)=>()=>{s(e.type,t)||e.onClick()},u=e=>t.createElement(t.Fragment,{key:e.text},e.divideTop&&t.createElement(Rm,{my:1,mx:2,color:l.palette.neutral.softLight}),t.createElement(Sm,{disabled:s(e.type,e.disabled),normal:c(l,e.type,e.disabled).normal,hover:c(l,e.type,e.disabled).hover,active:c(l,e.type,e.disabled).active,onClick:d(e,e.disabled)},e.iconName&&t.createElement(ja,{mr:1},t.createElement(Hm,{disabled:s(e.type,e.disabled)},t.createElement(oe,{name:e.iconName,color:c(l,e.type,e.disabled).normal.color}))),t.createElement(Om,{size:"sm",color:c(l,e.type,e.disabled).normal.color},e.text)));return t.createElement(
|
|
1985
|
+
`,Rm=t.forwardRef((function(e,n){var{color:r,orientation:i="horizontal"}=e,o=D(e,["color","orientation"]);const a=ee(),l=r||a.palette.divider;return t.createElement(Dm,Object.assign({ref:n,color:l,orientation:i},o))})),Nm=(e,t)=>{const n={default:{normal:{background:e.palette.background.default,color:e.palette.black},hover:{background:e.palette.neutral.softLight,color:e.palette.black},active:{background:e.palette.neutral.lighter,color:e.palette.black}},warning:{normal:{background:e.palette.neutral.highlight,color:e.palette.danger.base},hover:{background:e.palette.danger.base,color:e.palette.text.white},active:{background:e.palette.danger.dark,color:e.palette.text.white}},disabled:{normal:{background:"auto",color:"disabled"},hover:{background:"auto",color:"disabled"},active:{background:"auto",color:"disabled"}}};return t?n[t]:n.default},zm=t.forwardRef((function(e,n){var{inline:r=!1,contents:i,maxHeight:o="none"}=e,a=D(e,["inline","contents","maxHeight"]);Me("MenuList","MenuList は廃止予定です(後継なし)。ContextMenu2 への移行を検討してください。");const l=ee(),s=(e,t)=>"disabled"===e||!0===t,c=(e,t,n)=>s(t,n)?Nm(e,"disabled"):Nm(e,t),d=(e,t)=>()=>{s(e.type,t)||e.onClick()},u=e=>t.createElement(t.Fragment,{key:e.text},e.divideTop&&t.createElement(Rm,{my:1,mx:2,color:l.palette.neutral.softLight}),t.createElement(Sm,{disabled:s(e.type,e.disabled),normal:c(l,e.type,e.disabled).normal,hover:c(l,e.type,e.disabled).hover,active:c(l,e.type,e.disabled).active,onClick:d(e,e.disabled)},e.iconName&&t.createElement(ja,{mr:1},t.createElement(Hm,{disabled:s(e.type,e.disabled)},t.createElement(oe,{name:e.iconName,color:c(l,e.type,e.disabled).normal.color}))),t.createElement(Om,{size:"sm",color:c(l,e.type,e.disabled).normal.color},e.text)));return t.createElement(Vm,Object.assign({inline:r,maxHeight:o},a,{ref:n}),i.map((e=>(e=>""===e.title||!!e.title)(e)?t.createElement(t.Fragment,{key:e.title},e.title&&t.createElement(Lm,null,t.createElement(Ee,{size:"xs",color:l.palette.text.secondary,weight:"bold"},e.title)),e.contents.map(u)):u(e))))})),Zm=v.div`
|
|
1986
1986
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
1987
1987
|
box-shadow: ${({theme:e})=>Do(5,e.palette.action.shadowOpacity,e.palette.action.shadowBase)};
|
|
1988
1988
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
1989
1989
|
`,Tm=e.forwardRef((function(t,n){var{isOpen:r=!0,onClose:i,baseElement:o,offset:a=[0,0],positionPriority:l=["auto"],modalProps:s,children:c}=t,d=D(t,["isOpen","onClose","baseElement","offset","positionPriority","modalProps","children"]);const{placements:u,isAuto:p}=$c(l),{x:m,y:h,refs:g,strategy:f,context:b}=uo({elements:{reference:o},placement:u[0],open:r,middleware:[l.length>0&&!p?dr({padding:24,fallbackPlacements:u}):cr(),ur({mainAxis:a[1],crossAxis:a[0]}),pr({mainAxis:!1})],whileElementsMounted:$r}),v=yo(b),{getFloatingProps:x}=mo([v]),y=kc(n,g.setFloating);return e.createElement($m,Object.assign({isOpen:r,backdropProps:{invisible:!0}},s,{onClose:i}),e.createElement(no,{context:b,modal:!1,initialFocus:-1},e.createElement(Zm,Object.assign({ref:y,style:{position:f,top:h,left:m}},x(),d),c)))})),Bm=e.forwardRef((function(t,n){var{isOpen:r=!0,baseElement:i=null,contents:o,positionPriority:a=["bottom-start","bottom-end","top-start","top-end"],onClose:l,maxHeight:s="none",menuListProps:c,popoverProps:d}=t,u=D(t,["isOpen","baseElement","contents","positionPriority","onClose","maxHeight","menuListProps","popoverProps"]);Me("Menu","Menu は非推奨です。代わりに ContextMenu2 を使用してください。");return e.createElement(Tm,Object.assign({isOpen:r,baseElement:i,positionPriority:a,onClose:l},d),e.createElement(zm,Object.assign({ref:n,contents:o,maxHeight:s},u,c,{onClick:pa((e=>{l&&l(e,"clickMenuList")}),null==c?void 0:c.onClick)})))})),Pm=v($e)`
|
|
1990
1990
|
width: 34px;
|
|
1991
1991
|
height: 34px;
|
|
1992
|
-
`,_m=e.forwardRef((function({contents:t,positionPriority:n=["bottom-start","bottom-end","top-start","top-end"],menuMaxHeight:r="none",menuProps:i,actionButtonProps:o},a){Me("ContextMenu","ContextMenu は非推奨です。代わりに ContextMenu2 を使用してください。");const[l,s]=e.useState(null),[c,d]=e.useState(!1),u=e=>()=>{d(e)},p=kc(s,a);return e.createElement(e.Fragment,null,e.createElement(Pm,Object.assign({ref:p,"data-testid":"icon-wrapper",icon:"more_vert",onClick:u(!c)},o)),e.createElement(Bm,Object.assign({isOpen:c,baseElement:l,contents:t,positionPriority:n,maxHeight:r},i,{onClose:pa(u(!1),null==i?void 0:i.onClose)})))}));function Gm(e){return Gm="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Gm(e)}function Ym(e){var t=function(e,t){if("object"!=Gm(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=Gm(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Gm(t)?t:t+""}function jm(e,t,n){return(t=Ym(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Wm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fm(Object(n),!0).forEach((function(t){jm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xm(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Ym(r.key),r)}}function Jm(e){return Jm=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Jm(e)}function Um(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(Um=function(){return!!e})()}function Qm(e){var t=Um();return function(){var n,r=Jm(e);if(t){var i=Jm(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"==Gm(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return lc(e)}(this,n)}}function qm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Km(e,t){if(e){if("string"==typeof e)return qm(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?qm(e,t):void 0}}function eh(e){return function(e){if(Array.isArray(e))return qm(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Km(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var th=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy?"production"===process.env.NODE_ENV:e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if("production"!==process.env.NODE_ENV){var n=64===e.charCodeAt(0)&&105===e.charCodeAt(1);n&&this._alreadyInsertedOrderInsensitiveRule&&console.error("You're attempting to insert the following rule:\n"+e+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!n}if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{r.insertRule(e,r.cssRules.length)}catch(t){"production"===process.env.NODE_ENV||/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(e)||console.error('There was a problem inserting the following rule: "'+e+'"',t)}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode&&e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0,"production"!==process.env.NODE_ENV&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),nh="-ms-",rh="-moz-",ih="-webkit-",oh="comm",ah="rule",lh="decl",sh="@keyframes",ch=Math.abs,dh=String.fromCharCode,uh=Object.assign;function ph(e){return e.trim()}function mh(e,t,n){return e.replace(t,n)}function hh(e,t){return e.indexOf(t)}function gh(e,t){return 0|e.charCodeAt(t)}function fh(e,t,n){return e.slice(t,n)}function bh(e){return e.length}function vh(e){return e.length}function xh(e,t){return t.push(e),e}var yh=1,wh=1,Ch=0,Eh=0,Ih=0,kh="";function Mh(e,t,n,r,i,o,a){return{value:e,root:t,parent:n,type:r,props:i,children:o,line:yh,column:wh,length:a,return:""}}function $h(e,t){return uh(Mh("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ah(){return Ih=Eh>0?gh(kh,--Eh):0,wh--,10===Ih&&(wh=1,yh--),Ih}function Lh(){return Ih=Eh<Ch?gh(kh,Eh++):0,wh++,10===Ih&&(wh=1,yh++),Ih}function Vh(){return gh(kh,Eh)}function Hh(){return Eh}function Oh(e,t){return fh(kh,e,t)}function Sh(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Dh(e){return yh=wh=1,Ch=bh(kh=e),Eh=0,[]}function Rh(e){return kh="",e}function Nh(e){return ph(Oh(Eh-1,Th(91===e?e+2:40===e?e+1:e)))}function zh(e){for(;(Ih=Vh())&&Ih<33;)Lh();return Sh(e)>2||Sh(Ih)>3?"":" "}function Zh(e,t){for(;--t&&Lh()&&!(Ih<48||Ih>102||Ih>57&&Ih<65||Ih>70&&Ih<97););return Oh(e,Hh()+(t<6&&32==Vh()&&32==Lh()))}function Th(e){for(;Lh();)switch(Ih){case e:return Eh;case 34:case 39:34!==e&&39!==e&&Th(Ih);break;case 40:41===e&&Th(e);break;case 92:Lh()}return Eh}function Bh(e,t){for(;Lh()&&e+Ih!==57&&(e+Ih!==84||47!==Vh()););return"/*"+Oh(t,Eh-1)+"*"+dh(47===e?e:Lh())}function Ph(e){for(;!Sh(Vh());)Lh();return Oh(e,Eh)}function _h(e){return Rh(Gh("",null,null,null,[""],e=Dh(e),0,[0],e))}function Gh(e,t,n,r,i,o,a,l,s){for(var c=0,d=0,u=a,p=0,m=0,h=0,g=1,f=1,b=1,v=0,x="",y=i,w=o,C=r,E=x;f;)switch(h=v,v=Lh()){case 40:if(108!=h&&58==gh(E,u-1)){-1!=hh(E+=mh(Nh(v),"&","&\f"),"&\f")&&(b=-1);break}case 34:case 39:case 91:E+=Nh(v);break;case 9:case 10:case 13:case 32:E+=zh(h);break;case 92:E+=Zh(Hh()-1,7);continue;case 47:switch(Vh()){case 42:case 47:xh(jh(Bh(Lh(),Hh()),t,n),s);break;default:E+="/"}break;case 123*g:l[c++]=bh(E)*b;case 125*g:case 59:case 0:switch(v){case 0:case 125:f=0;case 59+d:-1==b&&(E=mh(E,/\f/g,"")),m>0&&bh(E)-u&&xh(m>32?Fh(E+";",r,n,u-1):Fh(mh(E," ","")+";",r,n,u-2),s);break;case 59:E+=";";default:if(xh(C=Yh(E,t,n,c,d,i,l,x,y=[],w=[],u),o),123===v)if(0===d)Gh(E,t,C,C,y,o,u,l,w);else switch(99===p&&110===gh(E,3)?100:p){case 100:case 108:case 109:case 115:Gh(e,C,C,r&&xh(Yh(e,C,C,0,0,i,l,x,i,y=[],u),w),i,w,u,l,r?y:w);break;default:Gh(E,C,C,C,[""],w,0,l,w)}}c=d=m=0,g=b=1,x=E="",u=a;break;case 58:u=1+bh(E),m=h;default:if(g<1)if(123==v)--g;else if(125==v&&0==g++&&125==Ah())continue;switch(E+=dh(v),v*g){case 38:b=d>0?1:(E+="\f",-1);break;case 44:l[c++]=(bh(E)-1)*b,b=1;break;case 64:45===Vh()&&(E+=Nh(Lh())),p=Vh(),d=u=bh(x=E+=Ph(Hh())),v++;break;case 45:45===h&&2==bh(E)&&(g=0)}}return o}function Yh(e,t,n,r,i,o,a,l,s,c,d){for(var u=i-1,p=0===i?o:[""],m=vh(p),h=0,g=0,f=0;h<r;++h)for(var b=0,v=fh(e,u+1,u=ch(g=a[h])),x=e;b<m;++b)(x=ph(g>0?p[b]+" "+v:mh(v,/&\f/g,p[b])))&&(s[f++]=x);return Mh(e,t,n,0===i?ah:l,s,c,d)}function jh(e,t,n){return Mh(e,t,n,oh,dh(Ih),fh(e,2,-2),0)}function Fh(e,t,n,r){return Mh(e,t,n,lh,fh(e,0,r),fh(e,r+1,-1),r)}function Wh(e,t){for(var n="",r=vh(e),i=0;i<r;i++)n+=t(e[i],i,e,t)||"";return n}function Xh(e,t,n,r){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case lh:return e.return=e.return||e.value;case oh:return"";case sh:return e.return=e.value+"{"+Wh(e.children,r)+"}";case ah:e.value=e.props.join(",")}return bh(n=Wh(e.children,r))?e.return=e.value+"{"+n+"}":""}function Jh(e){var t=vh(e);return function(n,r,i,o){for(var a="",l=0;l<t;l++)a+=e[l](n,r,i,o)||"";return a}}function Uh(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var Qh=function(e,t,n){for(var r=0,i=0;r=i,i=Vh(),38===r&&12===i&&(t[n]=1),!Sh(i);)Lh();return Oh(e,Eh)},qh=function(e,t){return Rh(function(e,t){var n=-1,r=44;do{switch(Sh(r)){case 0:38===r&&12===Vh()&&(t[n]=1),e[n]+=Qh(Eh-1,t,n);break;case 2:e[n]+=Nh(r);break;case 4:if(44===r){e[++n]=58===Vh()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=dh(r)}}while(r=Lh());return e}(Dh(e),t))},Kh=new WeakMap,eg=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Kh.get(n))&&!r){Kh.set(e,!0);for(var i=[],o=qh(t,i),a=n.props,l=0,s=0;l<o.length;l++)for(var c=0;c<a.length;c++,s++)e.props[s]=i[l]?o[l].replace(/&\f/g,a[c]):a[c]+" "+o[l]}}},tg=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},ng=function(e){return"comm"===e.type&&e.children.indexOf("emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason")>-1},rg=function(e){return 105===e.type.charCodeAt(1)&&64===e.type.charCodeAt(0)},ig=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},og=function(e,t,n){rg(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),ig(e)):function(e,t){for(var n=e-1;n>=0;n--)if(!rg(t[n]))return!0;return!1}(t,n)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),ig(e)))};function ag(e,t){switch(function(e,t){return 45^gh(e,0)?(((t<<2^gh(e,0))<<2^gh(e,1))<<2^gh(e,2))<<2^gh(e,3):0}(e,t)){case 5103:return ih+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ih+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ih+e+rh+e+nh+e+e;case 6828:case 4268:return ih+e+nh+e+e;case 6165:return ih+e+nh+"flex-"+e+e;case 5187:return ih+e+mh(e,/(\w+).+(:[^]+)/,ih+"box-$1$2"+nh+"flex-$1$2")+e;case 5443:return ih+e+nh+"flex-item-"+mh(e,/flex-|-self/,"")+e;case 4675:return ih+e+nh+"flex-line-pack"+mh(e,/align-content|flex-|-self/,"")+e;case 5548:return ih+e+nh+mh(e,"shrink","negative")+e;case 5292:return ih+e+nh+mh(e,"basis","preferred-size")+e;case 6060:return ih+"box-"+mh(e,"-grow","")+ih+e+nh+mh(e,"grow","positive")+e;case 4554:return ih+mh(e,/([^-])(transform)/g,"$1"+ih+"$2")+e;case 6187:return mh(mh(mh(e,/(zoom-|grab)/,ih+"$1"),/(image-set)/,ih+"$1"),e,"")+e;case 5495:case 3959:return mh(e,/(image-set\([^]*)/,ih+"$1$`$1");case 4968:return mh(mh(e,/(.+:)(flex-)?(.*)/,ih+"box-pack:$3"+nh+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ih+e+e;case 4095:case 3583:case 4068:case 2532:return mh(e,/(.+)-inline(.+)/,ih+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(bh(e)-1-t>6)switch(gh(e,t+1)){case 109:if(45!==gh(e,t+4))break;case 102:return mh(e,/(.+:)(.+)-([^]+)/,"$1"+ih+"$2-$3$1"+rh+(108==gh(e,t+3)?"$3":"$2-$3"))+e;case 115:return~hh(e,"stretch")?ag(mh(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==gh(e,t+1))break;case 6444:switch(gh(e,bh(e)-3-(~hh(e,"!important")&&10))){case 107:return mh(e,":",":"+ih)+e;case 101:return mh(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ih+(45===gh(e,14)?"inline-":"")+"box$3$1"+ih+"$2$3$1"+nh+"$2box$3")+e}break;case 5936:switch(gh(e,t+11)){case 114:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ih+e+nh+e+e}return e}var lg,sg,cg="undefined"!=typeof document,dg=cg?void 0:(lg=function(){return Uh((function(){var e={};return function(t){return e[t]}}))},sg=new WeakMap,function(e){if(sg.has(e))return sg.get(e);var t=lg(e);return sg.set(e,t),t}),ug=[function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case lh:e.return=ag(e.value,e.length);break;case sh:return Wh([$h(e,{value:mh(e.value,"@","@"+ih)})],r);case ah:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Wh([$h(e,{props:[mh(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return Wh([$h(e,{props:[mh(t,/:(plac\w+)/,":"+ih+"input-$1")]}),$h(e,{props:[mh(t,/:(plac\w+)/,":-moz-$1")]}),$h(e,{props:[mh(t,/:(plac\w+)/,nh+"input-$1")]})],r)}return""}))}}],pg=function(e){var t=e.key;if("production"!==process.env.NODE_ENV&&!t)throw new Error("You have to configure `key` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.\nIf multiple caches share the same key they might \"fight\" for each other's style elements.");if(cg&&"css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var r=e.stylisPlugins||ug;if("production"!==process.env.NODE_ENV&&/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var i,o,a={},l=[];cg&&(i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)a[t[n]]=!0;l.push(e)})));var s,c=[eg,tg];if("production"!==process.env.NODE_ENV&&c.push(function(e){return function(t,n,r){if("rule"===t.type&&!e.compat){var i=t.value.match(/(:first|:nth|:nth-last)-child/g);if(i){for(var o=t.parent?t.parent.children:r,a=o.length-1;a>=0;a--){var l=o[a];if(l.line<t.line)break;if(l.column<t.column){if(ng(l))return;break}}i.forEach((function(e){console.error('The pseudo class "'+e+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+e.split("-child")[0]+'-of-type".')}))}}}}({get compat(){return b.compat}}),og),cg){var d,u=[Xh,"production"!==process.env.NODE_ENV?function(e){e.root||(e.return?d.insert(e.return):e.value&&e.type!==oh&&d.insert(e.value+"{}"))}:(s=function(e){d.insert(e)},function(e){e.root||(e=e.return)&&s(e)})],p=Jh(c.concat(r,u));o=function(e,t,n,r){d=n,"production"!==process.env.NODE_ENV&&void 0!==t.map&&(d={insert:function(e){n.insert(e+t.map)}}),Wh(_h(e?e+"{"+t.styles+"}":t.styles),p),r&&(b.inserted[t.name]=!0)}}else{var m=[Xh],h=Jh(c.concat(r,m)),g=dg(r)(t),f=function(e,t){var n=t.name;return void 0===g[n]&&(g[n]=Wh(_h(e?e+"{"+t.styles+"}":t.styles),h)),g[n]};o=function(e,t,n,r){var i=t.name,o=f(e,t);return void 0===b.compat?(r&&(b.inserted[i]=!0),"development"===process.env.NODE_ENV&&void 0!==t.map?o+t.map:o):r?void(b.inserted[i]=o):o}}var b={key:t,sheet:new th({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:o};return b.sheet.hydrate(l),b},mg=Ts,hg={};hg[mg.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},hg[mg.Memo]={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0};var gg="undefined"!=typeof document;function fg(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var bg=function(e,t,n){var r=e.key+"-"+t.name;(!1===n||!1===gg&&void 0!==e.compat)&&void 0===e.registered[r]&&(e.registered[r]=t.styles)},vg=function(e,t,n){bg(e,t,n);var r=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var i="",o=t;do{var a=e.insert(t===o?"."+r:"",o,e.sheet,!0);gg||void 0===a||(i+=a),o=o.next}while(void 0!==o);if(!gg&&0!==i.length)return i}};var xg={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},yg="You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\00d7';\" should become \"content: '\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences",wg="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Cg=/[A-Z]|^ms/g,Eg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ig=function(e){return 45===e.charCodeAt(1)},kg=function(e){return null!=e&&"boolean"!=typeof e},Mg=Uh((function(e){return Ig(e)?e:e.replace(Cg,"-$&").toLowerCase()})),$g=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Eg,(function(e,t,n){return zg={name:t,styles:n,next:zg},t}))}return 1===xg[e]||Ig(e)||"number"!=typeof t||0===t?t:t+"px"};if("production"!==process.env.NODE_ENV){var Ag=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Lg=["normal","none","initial","inherit","unset"],Vg=$g,Hg=/^-ms-/,Og=/-(.)/g,Sg={};$g=function(e,t){if("content"===e&&("string"!=typeof t||-1===Lg.indexOf(t)&&!Ag.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||'"'!==t.charAt(0)&&"'"!==t.charAt(0))))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var n=Vg(e,t);return""===n||Ig(e)||-1===e.indexOf("-")||void 0!==Sg[e]||(Sg[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Hg,"ms-").replace(Og,(function(e,t){return t.toUpperCase()}))+"?")),n}}var Dg="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Rg(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles){if("production"!==process.env.NODE_ENV&&"NO_COMPONENT_SELECTOR"===n.toString())throw new Error(Dg);return n}switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return zg={name:n.name,styles:n.styles,next:zg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)zg={name:r.name,styles:r.styles,next:zg},r=r.next;var i=n.styles+";";return"production"!==process.env.NODE_ENV&&void 0!==n.map&&(i+=n.map),i}return function(e,t,n){var r="";if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=Rg(e,t,n[i])+";";else for(var o in n){var a=n[o];if("object"!=typeof a)null!=t&&void 0!==t[a]?r+=o+"{"+t[a]+"}":kg(a)&&(r+=Mg(o)+":"+$g(o,a)+";");else{if("NO_COMPONENT_SELECTOR"===o&&"production"!==process.env.NODE_ENV)throw new Error(Dg);if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var l=Rg(e,t,a);switch(o){case"animation":case"animationName":r+=Mg(o)+":"+l+";";break;default:"production"!==process.env.NODE_ENV&&"undefined"===o&&console.error(wg),r+=o+"{"+l+"}"}}else for(var s=0;s<a.length;s++)kg(a[s])&&(r+=Mg(o)+":"+$g(o,a[s])+";")}}return r}(e,t,n);case"function":if(void 0!==e){var o=zg,a=n(e);return zg=o,Rg(e,t,a)}"production"!==process.env.NODE_ENV&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break;case"string":if("production"!==process.env.NODE_ENV){var l=[],s=n.replace(Eg,(function(e,t,n){var r="animation"+l.length;return l.push("const "+r+" = keyframes`"+n.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+r+"}"}));l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+s+"`"]).join("\n")+"\n\nYou should wrap it with `css` like this:\n\ncss`"+s+"`")}}if(null==t)return n;var c=t[n];return void 0!==c?c:n}var Ng,zg,Zg=/label:\s*([^\s;\n{]+)\s*(;|$)/g;"production"!==process.env.NODE_ENV&&(Ng=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var Tg=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,i="";zg=void 0;var o,a=e[0];null==a||void 0===a.raw?(r=!1,i+=Rg(n,t,a)):("production"!==process.env.NODE_ENV&&void 0===a[0]&&console.error(yg),i+=a[0]);for(var l=1;l<e.length;l++)i+=Rg(n,t,e[l]),r&&("production"!==process.env.NODE_ENV&&void 0===a[l]&&console.error(yg),i+=a[l]);"production"!==process.env.NODE_ENV&&(i=i.replace(Ng,(function(e){return o=e,""}))),Zg.lastIndex=0;for(var s,c="";null!==(s=Zg.exec(i));)c+="-"+s[1];var d=function(e){for(var t,n=0,r=0,i=e.length;i>=4;++r,i-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(i){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(i)+c;return"production"!==process.env.NODE_ENV?{name:d,styles:i,map:o,next:zg,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:d,styles:i,next:zg}},Bg="undefined"!=typeof document,Pg=function(e){return e()},_g=!!e.useInsertionEffect&&e.useInsertionEffect,Gg=Bg&&_g||Pg,Yg=_g||e.useLayoutEffect,jg="undefined"!=typeof document,Fg={}.hasOwnProperty,Wg=e.createContext("undefined"!=typeof HTMLElement?pg({key:"css"}):null);"production"!==process.env.NODE_ENV&&(Wg.displayName="EmotionCacheContext"),Wg.Provider;var Xg=function(e){return n((function(t,n){var r=c(Wg);return e(t,r,n)}))};jg||(Xg=function(t){return function(n){var r=c(Wg);return null===r?(r=pg({key:"css"}),e.createElement(Wg.Provider,{value:r},t(n,r))):t(n,r)}});var Jg=e.createContext({});"production"!==process.env.NODE_ENV&&(Jg.displayName="EmotionThemeContext");var Ug=function(e){var t=e.split(".");return t[t.length-1]},Qg=function(e){var t=/^\s+at\s+([A-Za-z0-9$.]+)\s/.exec(e);return t||(t=/^([A-Za-z0-9$.]+)@/.exec(e))?Ug(t[1]):void 0},qg=new Set(["renderWithHooks","processChild","finishClassComponent","renderToString"]),Kg=function(e){return e.replace(/\$/g,"-")},ef="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",tf="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",nf=function(e,t){if("production"!==process.env.NODE_ENV&&"string"==typeof t.css&&-1!==t.css.indexOf(":"))throw new Error("Strings are not allowed as css prop values, please wrap it in a css template literal from '@emotion/react' like this: css`"+t.css+"`");var n={};for(var r in t)Fg.call(t,r)&&(n[r]=t[r]);if(n[ef]=e,"production"!==process.env.NODE_ENV&&t.css&&("object"!=typeof t.css||"string"!=typeof t.css.name||-1===t.css.name.indexOf("-"))){var i=function(e){if(e)for(var t=e.split("\n"),n=0;n<t.length;n++){var r=Qg(t[n]);if(r){if(qg.has(r))break;if(/^[A-Z]/.test(r))return Kg(r)}}}((new Error).stack);i&&(n[tf]=i)}return n},rf=function(t){var n=t.cache,r=t.serialized,i=t.isStringTag;bg(n,r,i);var o=Gg((function(){return vg(n,r,i)}));if(!jg&&void 0!==o){for(var a,l=r.name,s=r.next;void 0!==s;)l+=" "+s.name,s=s.next;return e.createElement("style",((a={})["data-emotion"]=n.key+" "+l,a.dangerouslySetInnerHTML={__html:o},a.nonce=n.sheet.nonce,a))}return null},of=Xg((function(t,n,r){var i=t.css;"string"==typeof i&&void 0!==n.registered[i]&&(i=n.registered[i]);var o=t[ef],a=[i],l="";"string"==typeof t.className?l=fg(n.registered,a,t.className):null!=t.className&&(l=t.className+" ");var s=Tg(a,void 0,e.useContext(Jg));if("production"!==process.env.NODE_ENV&&-1===s.name.indexOf("-")){var c=t[tf];c&&(s=Tg([s,"label:"+c+";"]))}l+=n.key+"-"+s.name;var d={};for(var u in t)!Fg.call(t,u)||"css"===u||u===ef||"production"!==process.env.NODE_ENV&&u===tf||(d[u]=t[u]);return d.ref=r,d.className=l,e.createElement(e.Fragment,null,e.createElement(rf,{cache:n,serialized:s,isStringTag:"string"==typeof o}),e.createElement(o,d))}));"production"!==process.env.NODE_ENV&&(of.displayName="EmotionCssPropInternal");var af=of,lf=function(t,n){var r=arguments;if(null==n||!Fg.call(n,"css"))return e.createElement.apply(void 0,r);var i=r.length,o=new Array(i);o[0]=af,o[1]=nf(t,n);for(var a=2;a<i;a++)o[a]=r[a];return e.createElement.apply(null,o)},sf=!1,cf=Xg((function(t,n){"production"===process.env.NODE_ENV||sf||!t.className&&!t.css||(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),sf=!0);var r=t.styles,i=Tg([r],void 0,e.useContext(Jg));if(!jg){for(var o,a=i.name,l=i.styles,s=i.next;void 0!==s;)a+=" "+s.name,l+=s.styles,s=s.next;var c=!0===n.compat,d=n.insert("",{name:a,styles:l},n.sheet,c);return c?null:e.createElement("style",((o={})["data-emotion"]=n.key+"-global "+a,o.dangerouslySetInnerHTML={__html:d},o.nonce=n.sheet.nonce,o))}var u=e.useRef();return Yg((function(){var e=n.key+"-global",t=new n.sheet.constructor({key:e,nonce:n.sheet.nonce,container:n.sheet.container,speedy:n.sheet.isSpeedy}),r=!1,o=document.querySelector('style[data-emotion="'+e+" "+i.name+'"]');return n.sheet.tags.length&&(t.before=n.sheet.tags[0]),null!==o&&(r=!0,o.setAttribute("data-emotion",e),t.hydrate([o])),u.current=[t,r],function(){t.flush()}}),[n]),Yg((function(){var e=u.current,t=e[0];if(e[1])e[1]=!1;else{if(void 0!==i.next&&vg(n,i.next,!0),t.tags.length){var r=t.tags[t.tags.length-1].nextElementSibling;t.before=r,t.flush()}n.insert("",i,t,!1)}}),[n,i.name]),null}));function df(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Tg(t)}"production"!==process.env.NODE_ENV&&(cf.displayName="EmotionGlobal");var uf=function e(t){for(var n=t.length,r=0,i="";r<n;r++){var o=t[r];if(null!=o){var a=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))a=e(o);else for(var l in"production"!==process.env.NODE_ENV&&void 0!==o.styles&&void 0!==o.name&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),a="",o)o[l]&&l&&(a&&(a+=" "),a+=l);break;default:a=o}a&&(i&&(i+=" "),i+=a)}}return i};var pf=function(t){var n,r=t.cache,i=t.serializedArr,o=Gg((function(){for(var e="",t=0;t<i.length;t++){var n=vg(r,i[t],!1);jg||void 0===n||(e+=n)}if(!jg)return e}));return jg||0===o.length?null:e.createElement("style",((n={})["data-emotion"]=r.key+" "+i.map((function(e){return e.name})).join(" "),n.dangerouslySetInnerHTML={__html:o},n.nonce=r.sheet.nonce,n))},mf=Xg((function(t,n){var r=!1,i=[],o=function(){if(r&&"production"!==process.env.NODE_ENV)throw new Error("css can only be used during render");for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];var a=Tg(t,n.registered);return i.push(a),bg(n,a,!1),n.key+"-"+a.name},a={css:o,cx:function(){if(r&&"production"!==process.env.NODE_ENV)throw new Error("cx can only be used during render");for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(e,t,n){var r=[],i=fg(e,r,n);return r.length<2?n:i+t(r)}(n.registered,o,uf(t))},theme:e.useContext(Jg)},l=t.children(a);return r=!0,e.createElement(e.Fragment,null,e.createElement(pf,{cache:n,serializedArr:i}),l)}));if("production"!==process.env.NODE_ENV&&(mf.displayName="EmotionClassNames"),"production"!==process.env.NODE_ENV){var hf="undefined"!=typeof document,gf="undefined"!=typeof jest||"undefined"!=typeof vi;if(hf&&!gf){var ff="undefined"!=typeof globalThis?globalThis:hf?window:global,bf="__EMOTION_REACT_"+"11.11.1".split(".")[0]+"__";ff[bf]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),ff[bf]=!0}}function vf(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,l=[],s=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=o.call(n)).done)&&(l.push(r.value),l.length!==t);s=!0);}catch(e){c=!0,i=e}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return l}}(e,t)||Km(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xf(e,t){if(null==e)return{};var n,r,i=vs(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var yf="undefined"!=typeof document?u:function(){},wf=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Cf=function(){};function Ef(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function If(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=[].concat(r);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&o.push("".concat(Ef(e,a)));return o.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var kf=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===Gm(e)&&null!==e?[e]:[];var t},Mf=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,Wm({},xf(e,wf))},$f=function(e,t,n){var r=e.cx,i=e.getStyles,o=e.getClassNames,a=e.className;return{css:i(t,e),className:r(null!=n?n:{},o(t,e),a)}};function Af(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Lf(e){return Af(e)?window.pageYOffset:e.scrollTop}function Vf(e,t){Af(e)?window.scrollTo(0,t):e.scrollTop=t}function Hf(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Cf,i=Lf(e),o=t-i,a=0;!function t(){var l,s=o*((l=(l=a+=10)/n-1)*l*l+1)+i;Vf(e,s),a<n?window.requestAnimationFrame(t):r(e)}()}function Of(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),i=t.offsetHeight/3;r.bottom+i>n.bottom?Vf(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+i,e.scrollHeight)):r.top-i<n.top&&Vf(e,Math.max(t.offsetTop-i,0))}function Sf(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}var Df=!1,Rf={get passive(){return Df=!0}},Nf="undefined"!=typeof window?window:{};Nf.addEventListener&&Nf.removeEventListener&&(Nf.addEventListener("p",Cf,Rf),Nf.removeEventListener("p",Cf,!1));var zf=Df;function Zf(e){return null!=e}function Tf(e,t,n){return e?t:n}var Bf=["children","innerProps"],Pf=["children","innerProps"];function _f(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,i=e.placement,o=e.shouldScroll,a=e.isFixedPosition,l=e.controlHeight,s=function(e){var t=getComputedStyle(e),n="absolute"===t.position,r=/(auto|scroll)/;if("fixed"===t.position)return document.documentElement;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!n||"static"!==t.position)&&r.test(t.overflow+t.overflowY+t.overflowX))return i;return document.documentElement}(n),c={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return c;var d,u=s.getBoundingClientRect().height,p=n.getBoundingClientRect(),m=p.bottom,h=p.height,g=p.top,f=n.offsetParent.getBoundingClientRect().top,b=a?window.innerHeight:Af(d=s)?window.innerHeight:d.clientHeight,v=Lf(s),x=parseInt(getComputedStyle(n).marginBottom,10),y=parseInt(getComputedStyle(n).marginTop,10),w=f-y,C=b-g,E=w+v,I=u-v-g,k=m-b+v+x,M=v+g-y,$=160;switch(i){case"auto":case"bottom":if(C>=h)return{placement:"bottom",maxHeight:t};if(I>=h&&!a)return o&&Hf(s,k,$),{placement:"bottom",maxHeight:t};if(!a&&I>=r||a&&C>=r)return o&&Hf(s,k,$),{placement:"bottom",maxHeight:a?C-x:I-x};if("auto"===i||a){var A=t,L=a?w:E;return L>=r&&(A=Math.min(L-x-l,t)),{placement:"top",maxHeight:A}}if("bottom"===i)return o&&Vf(s,k),{placement:"bottom",maxHeight:t};break;case"top":if(w>=h)return{placement:"top",maxHeight:t};if(E>=h&&!a)return o&&Hf(s,M,$),{placement:"top",maxHeight:t};if(!a&&E>=r||a&&w>=r){var V=t;return(!a&&E>=r||a&&w>=r)&&(V=a?w-y:E-y),o&&Hf(s,M,$),{placement:"top",maxHeight:V}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(i,'".'))}return c}var Gf,Yf=function(e){return"auto"===e?"bottom":e},jf=s(null),Ff=function(e){var t=e.children,n=e.minMenuHeight,r=e.maxMenuHeight,a=e.menuPlacement,l=e.menuPosition,s=e.menuShouldScrollIntoView,d=e.theme,u=(c(jf)||{}).setPortalPlacement,p=o(null),m=vf(i(r),2),h=m[0],g=m[1],f=vf(i(null),2),b=f[0],v=f[1],x=d.spacing.controlHeight;return yf((function(){var e=p.current;if(e){var t="fixed"===l,i=_f({maxHeight:r,menuEl:e,minHeight:n,placement:a,shouldScroll:s&&!t,isFixedPosition:t,controlHeight:x});g(i.maxHeight),v(i.placement),null==u||u(i.placement)}}),[r,a,l,s,n,u,x]),t({ref:p,placerProps:Wm(Wm({},e),{},{placement:b||Yf(a),maxHeight:h})})},Wf=function(e){var t=e.children,n=e.innerRef,r=e.innerProps;return lf("div",bs({},$f(e,"menu",{menu:!0}),{ref:n},r),t)},Xf=function(e,t){var n=e.theme,r=n.spacing.baseUnit,i=n.colors;return Wm({textAlign:"center"},t?{}:{color:i.neutral40,padding:"".concat(2*r,"px ").concat(3*r,"px")})},Jf=Xf,Uf=Xf,Qf=["size"],qf=["innerProps","isRtl","size"];var Kf,eb,tb="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},nb=function(e){var t=e.size,n=xf(e,Qf);return lf("svg",bs({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:tb},n))},rb=function(e){return lf(nb,bs({size:20},e),lf("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},ib=function(e){return lf(nb,bs({size:20},e),lf("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},ob=function(e,t){var n=e.isFocused,r=e.theme,i=r.spacing.baseUnit,o=r.colors;return Wm({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?o.neutral60:o.neutral20,padding:2*i,":hover":{color:n?o.neutral80:o.neutral40}})},ab=ob,lb=ob,sb=function(){var e=df.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Gf||(Kf=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],eb||(eb=Kf.slice(0)),Gf=Object.freeze(Object.defineProperties(Kf,{raw:{value:Object.freeze(eb)}})))),cb=function(e){var t=e.delay,n=e.offset;return lf("span",{css:df({animation:"".concat(sb," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},db=function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,i=e.innerRef,o=e.innerProps,a=e.menuIsOpen;return lf("div",bs({ref:i},$f(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":r,"control--menu-is-open":a}),o,{"aria-disabled":n||void 0}),t)},ub=["data"],pb=function(e){var t=e.children,n=e.cx,r=e.getStyles,i=e.getClassNames,o=e.Heading,a=e.headingProps,l=e.innerProps,s=e.label,c=e.theme,d=e.selectProps;return lf("div",bs({},$f(e,"group",{group:!0}),l),lf(o,bs({},a,{selectProps:d,theme:c,getStyles:r,getClassNames:i,cx:n}),s),lf("div",null,t))},mb=["innerRef","isDisabled","isHidden","inputClassName"],hb={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},gb={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Wm({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},hb)},fb=function(e){return Wm({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},hb)},bb=function(e){var t=e.cx,n=e.value,r=Mf(e),i=r.innerRef,o=r.isDisabled,a=r.isHidden,l=r.inputClassName,s=xf(r,mb);return lf("div",bs({},$f(e,"input",{"input-container":!0}),{"data-value":n||""}),lf("input",bs({className:t({input:!0},l),ref:i,style:fb(a),disabled:o},s)))},vb=function(e){var t=e.children,n=e.innerProps;return lf("div",n,t)};var xb=function(e){var t=e.children,n=e.components,r=e.data,i=e.innerProps,o=e.isDisabled,a=e.removeProps,l=e.selectProps,s=n.Container,c=n.Label,d=n.Remove;return lf(s,{data:r,innerProps:Wm(Wm({},$f(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":o})),i),selectProps:l},lf(c,{data:r,innerProps:Wm({},$f(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),lf(d,{data:r,innerProps:Wm(Wm({},$f(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},a),selectProps:l}))},yb=function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,i=e.isSelected,o=e.innerRef,a=e.innerProps;return lf("div",bs({},$f(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":r,"option--is-selected":i}),{ref:o,"aria-disabled":n},a),t)},wb=function(e){var t=e.children,n=e.isDisabled,r=e.innerProps;return lf("div",bs({},$f(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),r),t)},Cb={ClearIndicator:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||lf(rb,null))},Control:db,DropdownIndicator:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||lf(ib,null))},DownChevron:ib,CrossIcon:rb,Group:pb,GroupHeading:function(e){var t=Mf(e);t.data;var n=xf(t,ub);return lf("div",bs({},$f(e,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"indicatorsContainer",{indicators:!0}),n),t)},IndicatorSeparator:function(e){var t=e.innerProps;return lf("span",bs({},t,$f(e,"indicatorSeparator",{"indicator-separator":!0})))},Input:bb,LoadingIndicator:function(e){var t=e.innerProps,n=e.isRtl,r=e.size,i=void 0===r?4:r,o=xf(e,qf);return lf("div",bs({},$f(Wm(Wm({},o),{},{innerProps:t,isRtl:n,size:i}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),lf(cb,{delay:0,offset:n}),lf(cb,{delay:160,offset:!0}),lf(cb,{delay:320,offset:!n}))},Menu:Wf,MenuList:function(e){var t=e.children,n=e.innerProps,r=e.innerRef,i=e.isMulti;return lf("div",bs({},$f(e,"menuList",{"menu-list":!0,"menu-list--is-multi":i}),{ref:r},n),t)},MenuPortal:function(e){var t=e.appendTo,n=e.children,r=e.controlElement,a=e.innerProps,s=e.menuPlacement,c=e.menuPosition,u=o(null),p=o(null),m=vf(i(Yf(s)),2),h=m[0],g=m[1],f=l((function(){return{setPortalPlacement:g}}),[]),b=vf(i(null),2),v=b[0],x=b[1],y=d((function(){if(r){var e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(r),t="fixed"===c?0:window.pageYOffset,n=e[h]+t;n===(null==v?void 0:v.offset)&&e.left===(null==v?void 0:v.rect.left)&&e.width===(null==v?void 0:v.rect.width)||x({offset:n,rect:e})}}),[r,c,h,null==v?void 0:v.offset,null==v?void 0:v.rect.left,null==v?void 0:v.rect.width]);yf((function(){y()}),[y]);var w=d((function(){"function"==typeof p.current&&(p.current(),p.current=null),r&&u.current&&(p.current=$r(r,u.current,y,{elementResize:"ResizeObserver"in window}))}),[r,y]);yf((function(){w()}),[w]);var C=d((function(e){u.current=e,w()}),[w]);if(!t&&"fixed"!==c||!v)return null;var E=lf("div",bs({ref:C},$f(Wm(Wm({},e),{},{offset:v.offset,position:c,rect:v.rect}),"menuPortal",{"menu-portal":!0}),a),n);return lf(jf.Provider,{value:f},t?k(E,t):E)},LoadingMessage:function(e){var t=e.children,n=void 0===t?"Loading...":t,r=e.innerProps,i=xf(e,Pf);return lf("div",bs({},$f(Wm(Wm({},i),{},{children:n,innerProps:r}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),r),n)},NoOptionsMessage:function(e){var t=e.children,n=void 0===t?"No options":t,r=e.innerProps,i=xf(e,Bf);return lf("div",bs({},$f(Wm(Wm({},i),{},{children:n,innerProps:r}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),r),n)},MultiValue:xb,MultiValueContainer:vb,MultiValueLabel:vb,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({role:"button"},n),t||lf(rb,{size:14}))},Option:yb,Placeholder:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:function(e){var t=e.children,n=e.innerProps,r=e.isDisabled,i=e.isRtl;return lf("div",bs({},$f(e,"container",{"--is-disabled":r,"--is-rtl":i}),n),t)},SingleValue:wb,ValueContainer:function(e){var t=e.children,n=e.innerProps,r=e.isMulti,i=e.hasValue;return lf("div",bs({},$f(e,"valueContainer",{"value-container":!0,"value-container--is-multi":r,"value-container--has-value":i}),n),t)}},Eb=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function Ib(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(r=e[n],i=t[n],!(r===i||Eb(r)&&Eb(i)))return!1;var r,i;return!0}for(var kb="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Mb=function(e){return lf("span",bs({css:kb},e))},$b={guidance:function(e){var t=e.isSearchable,n=e.isMulti,r=e.tabSelectsValue,i=e.context,o=e.isInitialFocus;switch(i){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(r?", press Tab to select the option and exit the menu":"",".");case"input":return o?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,r=void 0===n?"":n,i=e.labels,o=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(r,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(i.length>1?"s":""," ").concat(i.join(","),", selected.");case"select-option":return"option ".concat(r,o?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t=e.context,n=e.focused,r=e.options,i=e.label,o=void 0===i?"":i,a=e.selectValue,l=e.isDisabled,s=e.isSelected,c=e.isAppleDevice,d=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};if("value"===t&&a)return"value ".concat(o," focused, ").concat(d(a,n),".");if("menu"===t&&c){var u=l?" disabled":"",p="".concat(s?" selected":"").concat(u);return"".concat(o).concat(p,", ").concat(d(r,n),".")}return""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},Ab=function(e){var t=e.ariaSelection,n=e.focusedOption,r=e.focusedValue,i=e.focusableOptions,o=e.isFocused,a=e.selectValue,s=e.selectProps,c=e.id,d=e.isAppleDevice,u=s.ariaLiveMessages,p=s.getOptionLabel,m=s.inputValue,h=s.isMulti,g=s.isOptionDisabled,f=s.isSearchable,v=s.menuIsOpen,x=s.options,y=s.screenReaderStatus,w=s.tabSelectsValue,C=s.isLoading,E=s["aria-label"],I=s["aria-live"],k=l((function(){return Wm(Wm({},$b),u||{})}),[u]),M=l((function(){var e,n="";if(t&&k.onChange){var r=t.option,i=t.options,o=t.removedValue,l=t.removedValues,s=t.value,c=o||r||(e=s,Array.isArray(e)?null:e),d=c?p(c):"",u=i||l||void 0,m=u?u.map(p):[],h=Wm({isDisabled:c&&g(c,a),label:d,labels:m},t);n=k.onChange(h)}return n}),[t,k,g,a,p]),$=l((function(){var e="",t=n||r,o=!!(n&&a&&a.includes(n));if(t&&k.onFocus){var l={focused:t,label:p(t),isDisabled:g(t,a),isSelected:o,options:i,context:t===n?"menu":"value",selectValue:a,isAppleDevice:d};e=k.onFocus(l)}return e}),[n,r,p,g,k,i,a,d]),A=l((function(){var e="";if(v&&x.length&&!C&&k.onFilter){var t=y({count:i.length});e=k.onFilter({inputValue:m,resultsMessage:t})}return e}),[i,m,v,k,x,y,C]),L="initial-input-focus"===(null==t?void 0:t.action),V=l((function(){var e="";if(k.guidance){var t=r?"value":v?"menu":"input";e=k.guidance({"aria-label":E,context:t,isDisabled:n&&g(n,a),isMulti:h,isSearchable:f,tabSelectsValue:w,isInitialFocus:L})}return e}),[E,n,r,h,g,f,v,k,a,w,L]),H=lf(b,null,lf("span",{id:"aria-selection"},M),lf("span",{id:"aria-focused"},$),lf("span",{id:"aria-results"},A),lf("span",{id:"aria-guidance"},V));return lf(b,null,lf(Mb,{id:c},L&&H),lf(Mb,{"aria-live":I,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},o&&!L&&H))},Lb=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Vb=new RegExp("["+Lb.map((function(e){return e.letters})).join("")+"]","g"),Hb={},Ob=0;Ob<Lb.length;Ob++)for(var Sb=Lb[Ob],Db=0;Db<Sb.letters.length;Db++)Hb[Sb.letters[Db]]=Sb.base;var Rb=function(e){return e.replace(Vb,(function(e){return Hb[e]}))},Nb=function(e,t){void 0===t&&(t=Ib);var n=null;function r(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];if(n&&n.lastThis===this&&t(r,n.lastArgs))return n.lastResult;var o=e.apply(this,r);return n={lastResult:o,lastArgs:r,lastThis:this},o}return r.clear=function(){n=null},r}(Rb),zb=function(e){return e.replace(/^\s+|\s+$/g,"")},Zb=function(e){return"".concat(e.label," ").concat(e.value)},Tb=["innerRef"];function Bb(e){var t=e.innerRef,n=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=Object.entries(e).filter((function(e){var t=vf(e,1)[0];return!n.includes(t)}));return i.reduce((function(e,t){var n=vf(t,2),r=n[0],i=n[1];return e[r]=i,e}),{})}(xf(e,Tb),"onExited","in","enter","exit","appear");return lf("input",bs({ref:t},n,{css:df({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var Pb=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()};var _b=["boxSizing","height","overflow","paddingRight","position"],Gb={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Yb(e){e.cancelable&&e.preventDefault()}function jb(e){e.stopPropagation()}function Fb(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Wb(){return"ontouchstart"in window||navigator.maxTouchPoints}var Xb=!("undefined"==typeof window||!window.document||!window.document.createElement),Jb=0,Ub={capture:!1,passive:!1};var Qb=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},qb="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}};function Kb(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,i=function(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,i=e.onTopArrive,l=e.onTopLeave,s=o(!1),c=o(!1),u=o(0),p=o(null),m=d((function(e,t){if(null!==p.current){var o=p.current,a=o.scrollTop,d=o.scrollHeight,u=o.clientHeight,m=p.current,h=t>0,g=d-u-a,f=!1;g>t&&s.current&&(r&&r(e),s.current=!1),h&&c.current&&(l&&l(e),c.current=!1),h&&t>g?(n&&!s.current&&n(e),m.scrollTop=d,f=!0,s.current=!0):!h&&-t>a&&(i&&!c.current&&i(e),m.scrollTop=0,f=!0,c.current=!0),f&&Pb(e)}}),[n,r,i,l]),h=d((function(e){m(e,e.deltaY)}),[m]),g=d((function(e){u.current=e.changedTouches[0].clientY}),[]),f=d((function(e){var t=u.current-e.changedTouches[0].clientY;m(e,t)}),[m]),b=d((function(e){if(e){var t=!!zf&&{passive:!1};e.addEventListener("wheel",h,t),e.addEventListener("touchstart",g,t),e.addEventListener("touchmove",f,t)}}),[f,g,h]),v=d((function(e){e&&(e.removeEventListener("wheel",h,!1),e.removeEventListener("touchstart",g,!1),e.removeEventListener("touchmove",f,!1))}),[f,g,h]);return a((function(){if(t){var e=p.current;return b(e),function(){v(e)}}}),[t,b,v]),function(e){p.current=e}}({isEnabled:void 0===r||r,onBottomArrive:e.onBottomArrive,onBottomLeave:e.onBottomLeave,onTopArrive:e.onTopArrive,onTopLeave:e.onTopLeave}),l=function(e){var t=e.isEnabled,n=e.accountForScrollbars,r=void 0===n||n,i=o({}),l=o(null),s=d((function(e){if(Xb){var t=document.body,n=t&&t.style;if(r&&_b.forEach((function(e){var t=n&&n[e];i.current[e]=t})),r&&Jb<1){var o=parseInt(i.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,l=window.innerWidth-a+o||0;Object.keys(Gb).forEach((function(e){var t=Gb[e];n&&(n[e]=t)})),n&&(n.paddingRight="".concat(l,"px"))}t&&Wb()&&(t.addEventListener("touchmove",Yb,Ub),e&&(e.addEventListener("touchstart",Fb,Ub),e.addEventListener("touchmove",jb,Ub))),Jb+=1}}),[r]),c=d((function(e){if(Xb){var t=document.body,n=t&&t.style;Jb=Math.max(Jb-1,0),r&&Jb<1&&_b.forEach((function(e){var t=i.current[e];n&&(n[e]=t)})),t&&Wb()&&(t.removeEventListener("touchmove",Yb,Ub),e&&(e.removeEventListener("touchstart",Fb,Ub),e.removeEventListener("touchmove",jb,Ub)))}}),[r]);return a((function(){if(t){var e=l.current;return s(e),function(){c(e)}}}),[t,s,c]),function(e){l.current=e}}({isEnabled:n});return lf(b,null,n&&lf("div",{onClick:Qb,css:qb}),t((function(e){i(e),l(e)})))}var ev="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},tv=function(e){var t=e.name,n=e.onFocus;return lf("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:ev,value:"",onChange:function(){}})};function nv(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function rv(){return nv(/^Mac/i)}function iv(){return nv(/^iPhone/i)||nv(/^iPad/i)||rv()&&navigator.maxTouchPoints>1}var ov=function(e){return e.label},av=function(e){return e.value},lv={clearIndicator:lb,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},control:function(e,t){var n=e.isDisabled,r=e.isFocused,i=e.theme,o=i.colors,a=i.borderRadius;return Wm({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:i.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?o.neutral5:o.neutral0,borderColor:n?o.neutral10:r?o.primary:o.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(o.primary):void 0,"&:hover":{borderColor:r?o.primary:o.neutral30}})},dropdownIndicator:ab,group:function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},groupHeading:function(e,t){var n=e.theme,r=n.colors,i=n.spacing;return Wm({label:"group",cursor:"default",display:"block"},t?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*i.baseUnit,paddingRight:3*i.baseUnit,textTransform:"uppercase"})},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e,t){var n=e.isDisabled,r=e.theme,i=r.spacing.baseUnit,o=r.colors;return Wm({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?o.neutral10:o.neutral20,marginBottom:2*i,marginTop:2*i})},input:function(e,t){var n=e.isDisabled,r=e.value,i=e.theme,o=i.spacing,a=i.colors;return Wm(Wm({visibility:n?"hidden":"visible",transform:r?"translateZ(0)":""},gb),t?{}:{margin:o.baseUnit/2,paddingBottom:o.baseUnit/2,paddingTop:o.baseUnit/2,color:a.neutral80})},loadingIndicator:function(e,t){var n=e.isFocused,r=e.size,i=e.theme,o=i.colors,a=i.spacing.baseUnit;return Wm({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?o.neutral60:o.neutral20,padding:2*a})},loadingMessage:Uf,menu:function(e,t){var n,r=e.placement,i=e.theme,o=i.borderRadius,a=i.spacing,l=i.colors;return Wm((jm(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(r),"100%"),jm(n,"position","absolute"),jm(n,"width","100%"),jm(n,"zIndex",1),n),t?{}:{backgroundColor:l.neutral0,borderRadius:o,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},menuList:function(e,t){var n=e.maxHeight,r=e.theme.spacing.baseUnit;return Wm({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:r,paddingTop:r})},menuPortal:function(e){var t=e.rect,n=e.offset,r=e.position;return{left:t.left,position:r,top:n,width:t.width,zIndex:1}},multiValue:function(e,t){var n=e.theme,r=n.spacing,i=n.borderRadius,o=n.colors;return Wm({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:o.neutral10,borderRadius:i/2,margin:r.baseUnit/2})},multiValueLabel:function(e,t){var n=e.theme,r=n.borderRadius,i=n.colors,o=e.cropWithEllipsis;return Wm({overflow:"hidden",textOverflow:o||void 0===o?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:r/2,color:i.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemove:function(e,t){var n=e.theme,r=n.spacing,i=n.borderRadius,o=n.colors,a=e.isFocused;return Wm({alignItems:"center",display:"flex"},t?{}:{borderRadius:i/2,backgroundColor:a?o.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:o.dangerLight,color:o.danger}})},noOptionsMessage:Jf,option:function(e,t){var n=e.isDisabled,r=e.isFocused,i=e.isSelected,o=e.theme,a=o.spacing,l=o.colors;return Wm({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:i?l.primary:r?l.primary25:"transparent",color:n?l.neutral20:i?l.neutral0:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),":active":{backgroundColor:n?void 0:i?l.primary:l.primary50}})},placeholder:function(e,t){var n=e.theme,r=n.spacing,i=n.colors;return Wm({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:i.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},singleValue:function(e,t){var n=e.isDisabled,r=e.theme,i=r.spacing,o=r.colors;return Wm({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?o.neutral40:o.neutral80,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2})},valueContainer:function(e,t){var n=e.theme.spacing,r=e.isMulti,i=e.hasValue,o=e.selectProps.controlShouldRenderValue;return Wm({alignItems:"center",display:r&&i&&o?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})}},sv={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},cv={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Sf(),captureMenuScroll:!Sf(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e){return function(t,n){if(t.data.__isNew__)return!0;var r=Wm({ignoreCase:!0,ignoreAccents:!0,stringify:Zb,trim:!0,matchFrom:"any"},e),i=r.ignoreCase,o=r.ignoreAccents,a=r.stringify,l=r.trim,s=r.matchFrom,c=l?zb(n):n,d=l?zb(a(t)):a(t);return i&&(c=c.toLowerCase(),d=d.toLowerCase()),o&&(c=Nb(c),d=Rb(d)),"start"===s?d.substr(0,c.length)===c:d.indexOf(c)>-1}}(),formatGroupLabel:function(e){return e.label},getOptionLabel:ov,getOptionValue:av,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(e){return!!e.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function dv(e,t,n,r){return{type:"option",data:t,isDisabled:vv(e,t,n),isSelected:xv(e,t,n),label:fv(e,t),value:bv(e,t),index:r}}function uv(e,t){return e.options.map((function(n,r){if("options"in n){var i=n.options.map((function(n,r){return dv(e,n,t,r)})).filter((function(t){return hv(e,t)}));return i.length>0?{type:"group",data:n,options:i,index:r}:void 0}var o=dv(e,n,t,r);return hv(e,o)?o:void 0})).filter(Zf)}function pv(e){return e.reduce((function(e,t){return"group"===t.type?e.push.apply(e,eh(t.options.map((function(e){return e.data})))):e.push(t.data),e}),[])}function mv(e,t){return e.reduce((function(e,n){return"group"===n.type?e.push.apply(e,eh(n.options.map((function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}})))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e}),[])}function hv(e,t){var n=e.inputValue,r=void 0===n?"":n,i=t.data,o=t.isSelected,a=t.label,l=t.value;return(!wv(e)||!o)&&yv(e,{label:a,value:l,data:i},r)}var gv=function(e,t){var n;return(null===(n=e.find((function(e){return e.data===t})))||void 0===n?void 0:n.id)||null},fv=function(e,t){return e.getOptionLabel(t)},bv=function(e,t){return e.getOptionValue(t)};function vv(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function xv(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var r=bv(e,t);return n.some((function(t){return bv(e,t)===r}))}function yv(e,t,n){return!e.filterOption||e.filterOption(t,n)}var wv=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},Cv=1,Ev=function(t){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&xs(e,t)}(r,f);var n=Qm(r);function r(e){var t;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),(t=n.call(this,e)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},t.blockOptionHover=!1,t.isComposing=!1,t.commonProps=void 0,t.initialTouchX=0,t.initialTouchY=0,t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,n){var r=t.props,i=r.onChange,o=r.name;n.name=o,t.ariaOnChange(e,n),i(e,n)},t.setValue=function(e,n,r){var i=t.props,o=i.closeMenuOnSelect,a=i.isMulti,l=i.inputValue;t.onInputChange("",{action:"set-value",prevInputValue:l}),o&&(t.setState({inputIsHiddenAfterUpdate:!a}),t.onMenuClose()),t.setState({clearFocusValueOnUpdate:!0}),t.onChange(e,{action:n,option:r})},t.selectOption=function(e){var n=t.props,r=n.blurInputOnSelect,i=n.isMulti,o=n.name,a=t.state.selectValue,l=i&&t.isOptionSelected(e,a),s=t.isOptionDisabled(e,a);if(l){var c=t.getOptionValue(e);t.setValue(a.filter((function(e){return t.getOptionValue(e)!==c})),"deselect-option",e)}else{if(s)return void t.ariaOnChange(e,{action:"select-option",option:e,name:o});i?t.setValue([].concat(eh(a),[e]),"select-option",e):t.setValue(e,"select-option")}r&&t.blurInput()},t.removeValue=function(e){var n=t.props.isMulti,r=t.state.selectValue,i=t.getOptionValue(e),o=r.filter((function(e){return t.getOptionValue(e)!==i})),a=Tf(n,o,o[0]||null);t.onChange(a,{action:"remove-value",removedValue:e}),t.focusInput()},t.clearValue=function(){var e=t.state.selectValue;t.onChange(Tf(t.props.isMulti,[],null),{action:"clear",removedValues:e})},t.popValue=function(){var e=t.props.isMulti,n=t.state.selectValue,r=n[n.length-1],i=n.slice(0,n.length-1),o=Tf(e,i,i[0]||null);r&&t.onChange(o,{action:"pop-value",removedValue:r})},t.getFocusedOptionId=function(e){return gv(t.state.focusableOptionsWithIds,e)},t.getFocusableOptionsWithIds=function(){return mv(uv(t.props,t.state.selectValue),t.getElementId("option"))},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return If.apply(void 0,[t.props.classNamePrefix].concat(n))},t.getOptionLabel=function(e){return fv(t.props,e)},t.getOptionValue=function(e){return bv(t.props,e)},t.getStyles=function(e,n){var r=t.props.unstyled,i=lv[e](n,r);i.boxSizing="border-box";var o=t.props.styles[e];return o?o(i,n):i},t.getClassNames=function(e,n){var r,i;return null===(r=(i=t.props.classNames)[e])||void 0===r?void 0:r.call(i,n)},t.getElementId=function(e){return"".concat(t.state.instancePrefix,"-").concat(e)},t.getComponents=function(){return e=t.props,Wm(Wm({},Cb),e.components);var e},t.buildCategorizedOptions=function(){return uv(t.props,t.state.selectValue)},t.getCategorizedOptions=function(){return t.props.menuIsOpen?t.buildCategorizedOptions():[]},t.buildFocusableOptions=function(){return pv(t.buildCategorizedOptions())},t.getFocusableOptions=function(){return t.props.menuIsOpen?t.buildFocusableOptions():[]},t.ariaOnChange=function(e,n){t.setState({ariaSelection:Wm({value:e},n)})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){if(!e.defaultPrevented){var n=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():n&&t.openMenu("first"):(n&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var n=t.props,r=n.isMulti,i=n.menuIsOpen;t.focusInput(),i?(t.setState({inputIsHiddenAfterUpdate:!r}),t.onMenuClose()):t.openMenu("first"),e.preventDefault()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.preventDefault(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Af(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var n=e.touches,r=n&&n.item(0);r&&(t.initialTouchX=r.clientX,t.initialTouchY=r.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var n=e.touches,r=n&&n.item(0);if(r){var i=Math.abs(r.clientX-t.initialTouchX),o=Math.abs(r.clientY-t.initialTouchY);t.userIsDragging=i>5||o>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var n=t.props.inputValue,r=e.currentTarget.value;t.setState({inputIsHiddenAfterUpdate:!1}),t.onInputChange(r,{action:"input-change",prevInputValue:n}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){t.props.onFocus&&t.props.onFocus(e),t.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){var n=t.props.inputValue;t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur",prevInputValue:n}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){if(!t.blockOptionHover&&t.state.focusedOption!==e){var n=t.getFocusableOptions().indexOf(e);t.setState({focusedOption:e,focusedOptionId:n>-1?t.getFocusedOptionId(e):null})}},t.shouldHideSelectedOptions=function(){return wv(t.props)},t.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),t.focus()},t.onKeyDown=function(e){var n=t.props,r=n.isMulti,i=n.backspaceRemovesValue,o=n.escapeClearsValue,a=n.inputValue,l=n.isClearable,s=n.isDisabled,c=n.menuIsOpen,d=n.onKeyDown,u=n.tabSelectsValue,p=n.openMenuOnFocus,m=t.state,h=m.focusedOption,g=m.focusedValue,f=m.selectValue;if(!(s||"function"==typeof d&&(d(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!r||a)return;t.focusValue("previous");break;case"ArrowRight":if(!r||a)return;t.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)t.removeValue(g);else{if(!i)return;r?t.popValue():l&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!c||!u||!h||p&&t.isOptionSelected(h,f))return;t.selectOption(h);break;case"Enter":if(229===e.keyCode)break;if(c){if(!h)return;if(t.isComposing)return;t.selectOption(h);break}return;case"Escape":c?(t.setState({inputIsHiddenAfterUpdate:!1}),t.onInputChange("",{action:"menu-close",prevInputValue:a}),t.onMenuClose()):l&&o&&t.clearValue();break;case" ":if(a)return;if(!c){t.openMenu("first");break}if(!h)return;t.selectOption(h);break;case"ArrowUp":c?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":c?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!c)return;t.focusOption("pageup");break;case"PageDown":if(!c)return;t.focusOption("pagedown");break;case"Home":if(!c)return;t.focusOption("first");break;case"End":if(!c)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.state.instancePrefix="react-select-"+(t.props.instanceId||++Cv),t.state.selectValue=kf(e.value),e.menuIsOpen&&t.state.selectValue.length){var i=t.getFocusableOptionsWithIds(),o=t.buildFocusableOptions(),a=o.indexOf(t.state.selectValue[0]);t.state.focusableOptionsWithIds=i,t.state.focusedOption=o[a],t.state.focusedOptionId=gv(i,o[a])}return t}return function(e,t,n){t&&Xm(e.prototype,t),n&&Xm(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Of(this.menuListRef,this.focusedOptionRef),(rv()||iv())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,r=t.menuIsOpen,i=this.state.isFocused;(i&&!n&&e.isDisabled||i&&r&&!e.menuIsOpen)&&this.focusInput(),i&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):i||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Of(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,n=this.state,r=n.selectValue,i=n.isFocused,o=this.buildFocusableOptions(),a="first"===e?0:o.length-1;if(!this.props.isMulti){var l=o.indexOf(r[0]);l>-1&&(a=l)}this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:o[a],focusedOptionId:this.getFocusedOptionId(o[a])},(function(){return t.onMenuOpen()}))}},{key:"focusValue",value:function(e){var t=this.state,n=t.selectValue,r=t.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var i=n.indexOf(r);r||(i=-1);var o=n.length-1,a=-1;if(n.length){switch(e){case"previous":a=0===i?0:-1===i?o:i-1;break;case"next":i>-1&&i<o&&(a=i+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props.pageSize,n=this.state.focusedOption,r=this.getFocusableOptions();if(r.length){var i=0,o=r.indexOf(n);n||(o=-1),"up"===e?i=o>0?o-1:r.length-1:"down"===e?i=(o+1)%r.length:"pageup"===e?(i=o-t)<0&&(i=0):"pagedown"===e?(i=o+t)>r.length-1&&(i=r.length-1):"last"===e&&(i=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[i],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[i])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(sv):Wm(Wm({},sv),this.props.theme):sv}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,r=this.getClassNames,i=this.getValue,o=this.selectOption,a=this.setValue,l=this.props,s=l.isMulti,c=l.isRtl,d=l.options;return{clearValue:e,cx:t,getStyles:n,getClassNames:r,getValue:i,hasValue:this.hasValue(),isMulti:s,isRtl:c,options:d,selectOption:o,selectProps:l,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return vv(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return xv(this.props,e,t)}},{key:"filterOption",value:function(e,t){return yv(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,r=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:r})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var t=this.props,n=t.isDisabled,r=t.isSearchable,i=t.inputId,o=t.inputValue,a=t.tabIndex,l=t.form,s=t.menuIsOpen,c=t.required,d=this.getComponents().Input,u=this.state,p=u.inputIsHidden,m=u.ariaSelection,h=this.commonProps,g=i||this.getElementId("input"),f=Wm(Wm(Wm({"aria-autocomplete":"list","aria-expanded":s,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},s&&{"aria-controls":this.getElementId("listbox")}),!r&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return r?e.createElement(d,bs({},h,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:n,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:l,type:"text",value:o},f)):e.createElement(Bb,bs({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Cf,onFocus:this.onInputFocus,disabled:n,tabIndex:a,inputMode:"none",form:l,value:""},f))}},{key:"renderPlaceholderOrValue",value:function(){var t=this,n=this.getComponents(),r=n.MultiValue,i=n.MultiValueContainer,o=n.MultiValueLabel,a=n.MultiValueRemove,l=n.SingleValue,s=n.Placeholder,c=this.commonProps,d=this.props,u=d.controlShouldRenderValue,p=d.isDisabled,m=d.isMulti,h=d.inputValue,g=d.placeholder,f=this.state,b=f.selectValue,v=f.focusedValue,x=f.isFocused;if(!this.hasValue()||!u)return h?null:e.createElement(s,bs({},c,{key:"placeholder",isDisabled:p,isFocused:x,innerProps:{id:this.getElementId("placeholder")}}),g);if(m)return b.map((function(n,l){var s=n===v,d="".concat(t.getOptionLabel(n),"-").concat(t.getOptionValue(n));return e.createElement(r,bs({},c,{components:{Container:i,Label:o,Remove:a},isFocused:s,isDisabled:p,key:d,index:l,removeProps:{onClick:function(){return t.removeValue(n)},onTouchEnd:function(){return t.removeValue(n)},onMouseDown:function(e){e.preventDefault()}},data:n}),t.formatOptionLabel(n,"value"))}));if(h)return null;var y=b[0];return e.createElement(l,bs({},c,{data:y,isDisabled:p}),this.formatOptionLabel(y,"value"))}},{key:"renderClearIndicator",value:function(){var t=this.getComponents().ClearIndicator,n=this.commonProps,r=this.props,i=r.isDisabled,o=r.isLoading,a=this.state.isFocused;if(!this.isClearable()||!t||i||!this.hasValue()||o)return null;var l={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return e.createElement(t,bs({},n,{innerProps:l,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var t=this.getComponents().LoadingIndicator,n=this.commonProps,r=this.props,i=r.isDisabled,o=r.isLoading,a=this.state.isFocused;if(!t||!o)return null;return e.createElement(t,bs({},n,{innerProps:{"aria-hidden":"true"},isDisabled:i,isFocused:a}))}},{key:"renderIndicatorSeparator",value:function(){var t=this.getComponents(),n=t.DropdownIndicator,r=t.IndicatorSeparator;if(!n||!r)return null;var i=this.commonProps,o=this.props.isDisabled,a=this.state.isFocused;return e.createElement(r,bs({},i,{isDisabled:o,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var t=this.getComponents().DropdownIndicator;if(!t)return null;var n=this.commonProps,r=this.props.isDisabled,i=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return e.createElement(t,bs({},n,{innerProps:o,isDisabled:r,isFocused:i}))}},{key:"renderMenu",value:function(){var t=this,n=this.getComponents(),r=n.Group,i=n.GroupHeading,o=n.Menu,a=n.MenuList,l=n.MenuPortal,s=n.LoadingMessage,c=n.NoOptionsMessage,d=n.Option,u=this.commonProps,p=this.state.focusedOption,m=this.props,h=m.captureMenuScroll,g=m.inputValue,f=m.isLoading,b=m.loadingMessage,v=m.minMenuHeight,x=m.maxMenuHeight,y=m.menuIsOpen,w=m.menuPlacement,C=m.menuPosition,E=m.menuPortalTarget,I=m.menuShouldBlockScroll,k=m.menuShouldScrollIntoView,M=m.noOptionsMessage,$=m.onMenuScrollToTop,A=m.onMenuScrollToBottom;if(!y)return null;var L,V=function(n,r){var i=n.type,o=n.data,a=n.isDisabled,l=n.isSelected,s=n.label,c=n.value,m=p===o,h=a?void 0:function(){return t.onOptionHover(o)},g=a?void 0:function(){return t.selectOption(o)},f="".concat(t.getElementId("option"),"-").concat(r),b={id:f,onClick:g,onMouseMove:h,onMouseOver:h,tabIndex:-1,role:"option","aria-selected":t.state.isAppleDevice?void 0:l};return e.createElement(d,bs({},u,{innerProps:b,data:o,isDisabled:a,isSelected:l,key:f,label:s,type:i,value:c,isFocused:m,innerRef:m?t.getFocusedOptionRef:void 0}),t.formatOptionLabel(n.data,"menu"))};if(this.hasOptions())L=this.getCategorizedOptions().map((function(n){if("group"===n.type){var o=n.data,a=n.options,l=n.index,s="".concat(t.getElementId("group"),"-").concat(l),c="".concat(s,"-heading");return e.createElement(r,bs({},u,{key:s,data:o,options:a,Heading:i,headingProps:{id:c,data:n.data},label:t.formatGroupLabel(n.data)}),n.options.map((function(e){return V(e,"".concat(l,"-").concat(e.index))})))}if("option"===n.type)return V(n,"".concat(n.index))}));else if(f){var H=b({inputValue:g});if(null===H)return null;L=e.createElement(s,u,H)}else{var O=M({inputValue:g});if(null===O)return null;L=e.createElement(c,u,O)}var S={minMenuHeight:v,maxMenuHeight:x,menuPlacement:w,menuPosition:C,menuShouldScrollIntoView:k},D=e.createElement(Ff,bs({},u,S),(function(n){var r=n.ref,i=n.placerProps,l=i.placement,s=i.maxHeight;return e.createElement(o,bs({},u,S,{innerRef:r,innerProps:{onMouseDown:t.onMenuMouseDown,onMouseMove:t.onMenuMouseMove},isLoading:f,placement:l}),e.createElement(Kb,{captureEnabled:h,onTopArrive:$,onBottomArrive:A,lockEnabled:I},(function(n){return e.createElement(a,bs({},u,{innerRef:function(e){t.getMenuListRef(e),n(e)},innerProps:{role:"listbox","aria-multiselectable":u.isMulti,id:t.getElementId("listbox")},isLoading:f,maxHeight:s,focusedOption:p}),L)})))}));return E||"fixed"===C?e.createElement(l,bs({},u,{appendTo:E,controlElement:this.controlRef,menuPlacement:w,menuPosition:C}),D):D}},{key:"renderFormField",value:function(){var t=this,n=this.props,r=n.delimiter,i=n.isDisabled,o=n.isMulti,a=n.name,l=n.required,s=this.state.selectValue;if(l&&!this.hasValue()&&!i)return e.createElement(tv,{name:a,onFocus:this.onValueInputFocus});if(a&&!i){if(o){if(r){var c=s.map((function(e){return t.getOptionValue(e)})).join(r);return e.createElement("input",{name:a,type:"hidden",value:c})}var d=s.length>0?s.map((function(n,r){return e.createElement("input",{key:"i-".concat(r),name:a,type:"hidden",value:t.getOptionValue(n)})})):e.createElement("input",{name:a,type:"hidden",value:""});return e.createElement("div",null,d)}var u=s[0]?this.getOptionValue(s[0]):"";return e.createElement("input",{name:a,type:"hidden",value:u})}}},{key:"renderLiveRegion",value:function(){var t=this.commonProps,n=this.state,r=n.ariaSelection,i=n.focusedOption,o=n.focusedValue,a=n.isFocused,l=n.selectValue,s=this.getFocusableOptions();return e.createElement(Ab,bs({},t,{id:this.getElementId("live-region"),ariaSelection:r,focusedOption:i,focusedValue:o,isFocused:a,selectValue:l,focusableOptions:s,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var t=this.getComponents(),n=t.Control,r=t.IndicatorsContainer,i=t.SelectContainer,o=t.ValueContainer,a=this.props,l=a.className,s=a.id,c=a.isDisabled,d=a.menuIsOpen,u=this.state.isFocused,p=this.commonProps=this.getCommonProps();return e.createElement(i,bs({},p,{className:l,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:u}),this.renderLiveRegion(),e.createElement(n,bs({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:u,menuIsOpen:d}),e.createElement(o,bs({},p,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),e.createElement(r,bs({},p,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevProps,r=t.clearFocusValueOnUpdate,i=t.inputIsHiddenAfterUpdate,o=t.ariaSelection,a=t.isFocused,l=t.prevWasFocused,s=t.instancePrefix,c=e.options,d=e.value,u=e.menuIsOpen,p=e.inputValue,m=e.isMulti,h=kf(d),g={};if(n&&(d!==n.value||c!==n.options||u!==n.menuIsOpen||p!==n.inputValue)){var f=u?function(e,t){return pv(uv(e,t))}(e,h):[],b=u?mv(uv(e,h),"".concat(s,"-option")):[],v=r?function(e,t){var n=e.focusedValue,r=e.selectValue.indexOf(n);if(r>-1){if(t.indexOf(n)>-1)return n;if(r<t.length)return t[r]}return null}(t,h):null,x=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,f);g={selectValue:h,focusedOption:x,focusedOptionId:gv(b,x),focusableOptionsWithIds:b,focusedValue:v,clearFocusValueOnUpdate:!1}}var y=null!=i&&e!==n?{inputIsHidden:i,inputIsHiddenAfterUpdate:void 0}:{},w=o,C=a&&l;return a&&!C&&(w={value:Tf(m,h,h[0]||null),options:h,action:"initial-input-focus"},C=!l),"initial-input-focus"===(null==o?void 0:o.action)&&(w=null),Wm(Wm(Wm({},g),y),{},{prevProps:e,ariaSelection:w,prevWasFocused:C})}}]),r}();Ev.defaultProps=cv;var Iv=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function kv(e){var t=e.defaultInputValue,n=void 0===t?"":t,r=e.defaultMenuIsOpen,o=void 0!==r&&r,a=e.defaultValue,l=void 0===a?null:a,s=e.inputValue,c=e.menuIsOpen,u=e.onChange,p=e.onInputChange,m=e.onMenuClose,h=e.onMenuOpen,g=e.value,f=xf(e,Iv),b=vf(i(void 0!==s?s:n),2),v=b[0],x=b[1],y=vf(i(void 0!==c?c:o),2),w=y[0],C=y[1],E=vf(i(void 0!==g?g:l),2),I=E[0],k=E[1],M=d((function(e,t){"function"==typeof u&&u(e,t),k(e)}),[u]),$=d((function(e,t){var n;"function"==typeof p&&(n=p(e,t)),x(void 0!==n?n:e)}),[p]),A=d((function(){"function"==typeof h&&h(),C(!0)}),[h]),L=d((function(){"function"==typeof m&&m(),C(!1)}),[m]),V=void 0!==s?s:v,H=void 0!==c?c:w,O=void 0!==g?g:I;return Wm(Wm({},f),{},{inputValue:V,menuIsOpen:H,onChange:M,onInputChange:$,onMenuClose:L,onMenuOpen:A,value:O})}var Mv=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],$v=function(){var e=arguments.length>1?arguments[1]:void 0,t=arguments.length>2?arguments[2]:void 0,n=String(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").toLowerCase(),r=String(t.getOptionValue(e)).toLowerCase(),i=String(t.getOptionLabel(e)).toLowerCase();return r===n||i===n},Av={formatCreateLabel:function(e){return'Create "'.concat(e,'"')},isValidNewOption:function(e,t,n,r){return!(!e||t.some((function(t){return $v(e,t,r)}))||n.some((function(t){return $v(e,t,r)})))},getNewOptionData:function(e,t){return{label:t,value:e,__isNew__:!0}}};var Lv=n((function(t,n){var r=function(e){var t=e.allowCreateWhileLoading,n=void 0!==t&&t,r=e.createOptionPosition,i=void 0===r?"last":r,o=e.formatCreateLabel,a=void 0===o?Av.formatCreateLabel:o,s=e.isValidNewOption,c=void 0===s?Av.isValidNewOption:s,u=e.getNewOptionData,p=void 0===u?Av.getNewOptionData:u,m=e.onCreateOption,h=e.options,g=void 0===h?[]:h,f=e.onChange,b=xf(e,Mv),v=b.getOptionValue,x=void 0===v?av:v,y=b.getOptionLabel,w=void 0===y?ov:y,C=b.inputValue,E=b.isLoading,I=b.isMulti,k=b.value,M=b.name,$=l((function(){return c(C,kf(k),g,{getOptionValue:x,getOptionLabel:w})?p(C,a(C)):void 0}),[a,p,w,x,C,c,g,k]),A=l((function(){return!n&&E||!$?g:"first"===i?[$].concat(eh(g)):[].concat(eh(g),[$])}),[n,i,E,$,g]),L=d((function(e,t){if("select-option"!==t.action)return f(e,t);var n=Array.isArray(e)?e:[e];if(n[n.length-1]!==$)f(e,t);else if(m)m(C);else{var r=p(C,C),i={action:"create-option",name:M,option:r};f(Tf(I,[].concat(eh(kf(k)),[r]),r),i)}}),[p,C,I,M,$,m,f,k]);return Wm(Wm({},b),{},{options:A,onChange:L})}(kv(t));return e.createElement(Ev,bs({ref:n},r))})),Vv=Lv;const Hv=v.div`
|
|
1992
|
+
`,_m=e.forwardRef((function({contents:t,positionPriority:n=["bottom-start","bottom-end","top-start","top-end"],menuMaxHeight:r="none",menuProps:i,actionButtonProps:o},a){Me("ContextMenu","ContextMenu は非推奨です。代わりに ContextMenu2 を使用してください。");const[l,s]=e.useState(null),[c,d]=e.useState(!1),u=e=>()=>{d(e)},p=kc(s,a);return e.createElement(e.Fragment,null,e.createElement(Pm,Object.assign({ref:p,"data-testid":"icon-wrapper",icon:"more_vert",onClick:u(!c)},o)),e.createElement(Bm,Object.assign({isOpen:c,baseElement:l,contents:t,positionPriority:n,maxHeight:r},i,{onClose:pa(u(!1),null==i?void 0:i.onClose)})))}));function Gm(e){return Gm="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Gm(e)}function Ym(e){var t=function(e,t){if("object"!=Gm(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=Gm(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Gm(t)?t:t+""}function jm(e,t,n){return(t=Ym(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Fm(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function Wm(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Fm(Object(n),!0).forEach((function(t){jm(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Fm(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function Xm(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Ym(r.key),r)}}function Jm(e){return Jm=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Jm(e)}function Um(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(Um=function(){return!!e})()}function Qm(e){var t=Um();return function(){var n,r=Jm(e);if(t){var i=Jm(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return function(e,t){if(t&&("object"==Gm(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return lc(e)}(this,n)}}function qm(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Km(e,t){if(e){if("string"==typeof e)return qm(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?qm(e,t):void 0}}function eh(e){return function(e){if(Array.isArray(e))return qm(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Km(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var th=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy?"production"===process.env.NODE_ENV:e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if("production"!==process.env.NODE_ENV){var n=64===e.charCodeAt(0)&&105===e.charCodeAt(1);n&&this._alreadyInsertedOrderInsensitiveRule&&console.error("You're attempting to insert the following rule:\n"+e+"\n\n`@import` rules must be before all other types of rules in a stylesheet but other rules have already been inserted. Please ensure that `@import` rules are before all other rules."),this._alreadyInsertedOrderInsensitiveRule=this._alreadyInsertedOrderInsensitiveRule||!n}if(this.isSpeedy){var r=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{r.insertRule(e,r.cssRules.length)}catch(t){"production"===process.env.NODE_ENV||/:(-moz-placeholder|-moz-focus-inner|-moz-focusring|-ms-input-placeholder|-moz-read-write|-moz-read-only|-ms-clear|-ms-expand|-ms-reveal){/.test(e)||console.error('There was a problem inserting the following rule: "'+e+'"',t)}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach((function(e){return e.parentNode&&e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0,"production"!==process.env.NODE_ENV&&(this._alreadyInsertedOrderInsensitiveRule=!1)},e}(),nh="-ms-",rh="-moz-",ih="-webkit-",oh="comm",ah="rule",lh="decl",sh="@keyframes",ch=Math.abs,dh=String.fromCharCode,uh=Object.assign;function ph(e){return e.trim()}function mh(e,t,n){return e.replace(t,n)}function hh(e,t){return e.indexOf(t)}function gh(e,t){return 0|e.charCodeAt(t)}function fh(e,t,n){return e.slice(t,n)}function bh(e){return e.length}function vh(e){return e.length}function xh(e,t){return t.push(e),e}var yh=1,wh=1,Ch=0,Eh=0,Ih=0,kh="";function Mh(e,t,n,r,i,o,a){return{value:e,root:t,parent:n,type:r,props:i,children:o,line:yh,column:wh,length:a,return:""}}function $h(e,t){return uh(Mh("",null,null,"",null,null,0),e,{length:-e.length},t)}function Ah(){return Ih=Eh>0?gh(kh,--Eh):0,wh--,10===Ih&&(wh=1,yh--),Ih}function Vh(){return Ih=Eh<Ch?gh(kh,Eh++):0,wh++,10===Ih&&(wh=1,yh++),Ih}function Lh(){return gh(kh,Eh)}function Hh(){return Eh}function Oh(e,t){return fh(kh,e,t)}function Sh(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Dh(e){return yh=wh=1,Ch=bh(kh=e),Eh=0,[]}function Rh(e){return kh="",e}function Nh(e){return ph(Oh(Eh-1,Th(91===e?e+2:40===e?e+1:e)))}function zh(e){for(;(Ih=Lh())&&Ih<33;)Vh();return Sh(e)>2||Sh(Ih)>3?"":" "}function Zh(e,t){for(;--t&&Vh()&&!(Ih<48||Ih>102||Ih>57&&Ih<65||Ih>70&&Ih<97););return Oh(e,Hh()+(t<6&&32==Lh()&&32==Vh()))}function Th(e){for(;Vh();)switch(Ih){case e:return Eh;case 34:case 39:34!==e&&39!==e&&Th(Ih);break;case 40:41===e&&Th(e);break;case 92:Vh()}return Eh}function Bh(e,t){for(;Vh()&&e+Ih!==57&&(e+Ih!==84||47!==Lh()););return"/*"+Oh(t,Eh-1)+"*"+dh(47===e?e:Vh())}function Ph(e){for(;!Sh(Lh());)Vh();return Oh(e,Eh)}function _h(e){return Rh(Gh("",null,null,null,[""],e=Dh(e),0,[0],e))}function Gh(e,t,n,r,i,o,a,l,s){for(var c=0,d=0,u=a,p=0,m=0,h=0,g=1,f=1,b=1,v=0,x="",y=i,w=o,C=r,E=x;f;)switch(h=v,v=Vh()){case 40:if(108!=h&&58==gh(E,u-1)){-1!=hh(E+=mh(Nh(v),"&","&\f"),"&\f")&&(b=-1);break}case 34:case 39:case 91:E+=Nh(v);break;case 9:case 10:case 13:case 32:E+=zh(h);break;case 92:E+=Zh(Hh()-1,7);continue;case 47:switch(Lh()){case 42:case 47:xh(jh(Bh(Vh(),Hh()),t,n),s);break;default:E+="/"}break;case 123*g:l[c++]=bh(E)*b;case 125*g:case 59:case 0:switch(v){case 0:case 125:f=0;case 59+d:-1==b&&(E=mh(E,/\f/g,"")),m>0&&bh(E)-u&&xh(m>32?Fh(E+";",r,n,u-1):Fh(mh(E," ","")+";",r,n,u-2),s);break;case 59:E+=";";default:if(xh(C=Yh(E,t,n,c,d,i,l,x,y=[],w=[],u),o),123===v)if(0===d)Gh(E,t,C,C,y,o,u,l,w);else switch(99===p&&110===gh(E,3)?100:p){case 100:case 108:case 109:case 115:Gh(e,C,C,r&&xh(Yh(e,C,C,0,0,i,l,x,i,y=[],u),w),i,w,u,l,r?y:w);break;default:Gh(E,C,C,C,[""],w,0,l,w)}}c=d=m=0,g=b=1,x=E="",u=a;break;case 58:u=1+bh(E),m=h;default:if(g<1)if(123==v)--g;else if(125==v&&0==g++&&125==Ah())continue;switch(E+=dh(v),v*g){case 38:b=d>0?1:(E+="\f",-1);break;case 44:l[c++]=(bh(E)-1)*b,b=1;break;case 64:45===Lh()&&(E+=Nh(Vh())),p=Lh(),d=u=bh(x=E+=Ph(Hh())),v++;break;case 45:45===h&&2==bh(E)&&(g=0)}}return o}function Yh(e,t,n,r,i,o,a,l,s,c,d){for(var u=i-1,p=0===i?o:[""],m=vh(p),h=0,g=0,f=0;h<r;++h)for(var b=0,v=fh(e,u+1,u=ch(g=a[h])),x=e;b<m;++b)(x=ph(g>0?p[b]+" "+v:mh(v,/&\f/g,p[b])))&&(s[f++]=x);return Mh(e,t,n,0===i?ah:l,s,c,d)}function jh(e,t,n){return Mh(e,t,n,oh,dh(Ih),fh(e,2,-2),0)}function Fh(e,t,n,r){return Mh(e,t,n,lh,fh(e,0,r),fh(e,r+1,-1),r)}function Wh(e,t){for(var n="",r=vh(e),i=0;i<r;i++)n+=t(e[i],i,e,t)||"";return n}function Xh(e,t,n,r){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case lh:return e.return=e.return||e.value;case oh:return"";case sh:return e.return=e.value+"{"+Wh(e.children,r)+"}";case ah:e.value=e.props.join(",")}return bh(n=Wh(e.children,r))?e.return=e.value+"{"+n+"}":""}function Jh(e){var t=vh(e);return function(n,r,i,o){for(var a="",l=0;l<t;l++)a+=e[l](n,r,i,o)||"";return a}}function Uh(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var Qh=function(e,t,n){for(var r=0,i=0;r=i,i=Lh(),38===r&&12===i&&(t[n]=1),!Sh(i);)Vh();return Oh(e,Eh)},qh=function(e,t){return Rh(function(e,t){var n=-1,r=44;do{switch(Sh(r)){case 0:38===r&&12===Lh()&&(t[n]=1),e[n]+=Qh(Eh-1,t,n);break;case 2:e[n]+=Nh(r);break;case 4:if(44===r){e[++n]=58===Lh()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=dh(r)}}while(r=Vh());return e}(Dh(e),t))},Kh=new WeakMap,eg=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Kh.get(n))&&!r){Kh.set(e,!0);for(var i=[],o=qh(t,i),a=n.props,l=0,s=0;l<o.length;l++)for(var c=0;c<a.length;c++,s++)e.props[s]=i[l]?o[l].replace(/&\f/g,a[c]):a[c]+" "+o[l]}}},tg=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}},ng=function(e){return"comm"===e.type&&e.children.indexOf("emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason")>-1},rg=function(e){return 105===e.type.charCodeAt(1)&&64===e.type.charCodeAt(0)},ig=function(e){e.type="",e.value="",e.return="",e.children="",e.props=""},og=function(e,t,n){rg(e)&&(e.parent?(console.error("`@import` rules can't be nested inside other rules. Please move it to the top level and put it before regular rules. Keep in mind that they can only be used within global styles."),ig(e)):function(e,t){for(var n=e-1;n>=0;n--)if(!rg(t[n]))return!0;return!1}(t,n)&&(console.error("`@import` rules can't be after other rules. Please put your `@import` rules before your other rules."),ig(e)))};function ag(e,t){switch(function(e,t){return 45^gh(e,0)?(((t<<2^gh(e,0))<<2^gh(e,1))<<2^gh(e,2))<<2^gh(e,3):0}(e,t)){case 5103:return ih+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return ih+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return ih+e+rh+e+nh+e+e;case 6828:case 4268:return ih+e+nh+e+e;case 6165:return ih+e+nh+"flex-"+e+e;case 5187:return ih+e+mh(e,/(\w+).+(:[^]+)/,ih+"box-$1$2"+nh+"flex-$1$2")+e;case 5443:return ih+e+nh+"flex-item-"+mh(e,/flex-|-self/,"")+e;case 4675:return ih+e+nh+"flex-line-pack"+mh(e,/align-content|flex-|-self/,"")+e;case 5548:return ih+e+nh+mh(e,"shrink","negative")+e;case 5292:return ih+e+nh+mh(e,"basis","preferred-size")+e;case 6060:return ih+"box-"+mh(e,"-grow","")+ih+e+nh+mh(e,"grow","positive")+e;case 4554:return ih+mh(e,/([^-])(transform)/g,"$1"+ih+"$2")+e;case 6187:return mh(mh(mh(e,/(zoom-|grab)/,ih+"$1"),/(image-set)/,ih+"$1"),e,"")+e;case 5495:case 3959:return mh(e,/(image-set\([^]*)/,ih+"$1$`$1");case 4968:return mh(mh(e,/(.+:)(flex-)?(.*)/,ih+"box-pack:$3"+nh+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+ih+e+e;case 4095:case 3583:case 4068:case 2532:return mh(e,/(.+)-inline(.+)/,ih+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(bh(e)-1-t>6)switch(gh(e,t+1)){case 109:if(45!==gh(e,t+4))break;case 102:return mh(e,/(.+:)(.+)-([^]+)/,"$1"+ih+"$2-$3$1"+rh+(108==gh(e,t+3)?"$3":"$2-$3"))+e;case 115:return~hh(e,"stretch")?ag(mh(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==gh(e,t+1))break;case 6444:switch(gh(e,bh(e)-3-(~hh(e,"!important")&&10))){case 107:return mh(e,":",":"+ih)+e;case 101:return mh(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+ih+(45===gh(e,14)?"inline-":"")+"box$3$1"+ih+"$2$3$1"+nh+"$2box$3")+e}break;case 5936:switch(gh(e,t+11)){case 114:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return ih+e+nh+mh(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return ih+e+nh+e+e}return e}var lg,sg,cg="undefined"!=typeof document,dg=cg?void 0:(lg=function(){return Uh((function(){var e={};return function(t){return e[t]}}))},sg=new WeakMap,function(e){if(sg.has(e))return sg.get(e);var t=lg(e);return sg.set(e,t),t}),ug=[function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case lh:e.return=ag(e.value,e.length);break;case sh:return Wh([$h(e,{value:mh(e.value,"@","@"+ih)})],r);case ah:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,(function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Wh([$h(e,{props:[mh(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return Wh([$h(e,{props:[mh(t,/:(plac\w+)/,":"+ih+"input-$1")]}),$h(e,{props:[mh(t,/:(plac\w+)/,":-moz-$1")]}),$h(e,{props:[mh(t,/:(plac\w+)/,nh+"input-$1")]})],r)}return""}))}}],pg=function(e){var t=e.key;if("production"!==process.env.NODE_ENV&&!t)throw new Error("You have to configure `key` for your cache. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache.\nIf multiple caches share the same key they might \"fight\" for each other's style elements.");if(cg&&"css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,(function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))}))}var r=e.stylisPlugins||ug;if("production"!==process.env.NODE_ENV&&/[^a-z-]/.test(t))throw new Error('Emotion key must only contain lower case alphabetical characters and - but "'+t+'" was passed');var i,o,a={},l=[];cg&&(i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),(function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)a[t[n]]=!0;l.push(e)})));var s,c=[eg,tg];if("production"!==process.env.NODE_ENV&&c.push(function(e){return function(t,n,r){if("rule"===t.type&&!e.compat){var i=t.value.match(/(:first|:nth|:nth-last)-child/g);if(i){for(var o=t.parent?t.parent.children:r,a=o.length-1;a>=0;a--){var l=o[a];if(l.line<t.line)break;if(l.column<t.column){if(ng(l))return;break}}i.forEach((function(e){console.error('The pseudo class "'+e+'" is potentially unsafe when doing server-side rendering. Try changing it to "'+e.split("-child")[0]+'-of-type".')}))}}}}({get compat(){return b.compat}}),og),cg){var d,u=[Xh,"production"!==process.env.NODE_ENV?function(e){e.root||(e.return?d.insert(e.return):e.value&&e.type!==oh&&d.insert(e.value+"{}"))}:(s=function(e){d.insert(e)},function(e){e.root||(e=e.return)&&s(e)})],p=Jh(c.concat(r,u));o=function(e,t,n,r){d=n,"production"!==process.env.NODE_ENV&&void 0!==t.map&&(d={insert:function(e){n.insert(e+t.map)}}),Wh(_h(e?e+"{"+t.styles+"}":t.styles),p),r&&(b.inserted[t.name]=!0)}}else{var m=[Xh],h=Jh(c.concat(r,m)),g=dg(r)(t),f=function(e,t){var n=t.name;return void 0===g[n]&&(g[n]=Wh(_h(e?e+"{"+t.styles+"}":t.styles),h)),g[n]};o=function(e,t,n,r){var i=t.name,o=f(e,t);return void 0===b.compat?(r&&(b.inserted[i]=!0),"development"===process.env.NODE_ENV&&void 0!==t.map?o+t.map:o):r?void(b.inserted[i]=o):o}}var b={key:t,sheet:new th({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:o};return b.sheet.hydrate(l),b},mg=Ts,hg={};hg[mg.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},hg[mg.Memo]={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0};var gg="undefined"!=typeof document;function fg(e,t,n){var r="";return n.split(" ").forEach((function(n){void 0!==e[n]?t.push(e[n]+";"):r+=n+" "})),r}var bg=function(e,t,n){var r=e.key+"-"+t.name;(!1===n||!1===gg&&void 0!==e.compat)&&void 0===e.registered[r]&&(e.registered[r]=t.styles)},vg=function(e,t,n){bg(e,t,n);var r=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var i="",o=t;do{var a=e.insert(t===o?"."+r:"",o,e.sheet,!0);gg||void 0===a||(i+=a),o=o.next}while(void 0!==o);if(!gg&&0!==i.length)return i}};var xg={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},yg="You have illegal escape sequence in your template literal, most likely inside content's property value.\nBecause you write your CSS inside a JavaScript string you actually have to do double escaping, so for example \"content: '\\00d7';\" should become \"content: '\\\\00d7';\".\nYou can read more about this here:\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#ES2018_revision_of_illegal_escape_sequences",wg="You have passed in falsy value as style object's key (can happen when in example you pass unexported component as computed key).",Cg=/[A-Z]|^ms/g,Eg=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Ig=function(e){return 45===e.charCodeAt(1)},kg=function(e){return null!=e&&"boolean"!=typeof e},Mg=Uh((function(e){return Ig(e)?e:e.replace(Cg,"-$&").toLowerCase()})),$g=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(Eg,(function(e,t,n){return zg={name:t,styles:n,next:zg},t}))}return 1===xg[e]||Ig(e)||"number"!=typeof t||0===t?t:t+"px"};if("production"!==process.env.NODE_ENV){var Ag=/(var|attr|counters?|url|element|(((repeating-)?(linear|radial))|conic)-gradient)\(|(no-)?(open|close)-quote/,Vg=["normal","none","initial","inherit","unset"],Lg=$g,Hg=/^-ms-/,Og=/-(.)/g,Sg={};$g=function(e,t){if("content"===e&&("string"!=typeof t||-1===Vg.indexOf(t)&&!Ag.test(t)&&(t.charAt(0)!==t.charAt(t.length-1)||'"'!==t.charAt(0)&&"'"!==t.charAt(0))))throw new Error("You seem to be using a value for 'content' without quotes, try replacing it with `content: '\""+t+"\"'`");var n=Lg(e,t);return""===n||Ig(e)||-1===e.indexOf("-")||void 0!==Sg[e]||(Sg[e]=!0,console.error("Using kebab-case for css properties in objects is not supported. Did you mean "+e.replace(Hg,"ms-").replace(Og,(function(e,t){return t.toUpperCase()}))+"?")),n}}var Dg="Component selectors can only be used in conjunction with @emotion/babel-plugin, the swc Emotion plugin, or another Emotion-aware compiler transform.";function Rg(e,t,n){if(null==n)return"";if(void 0!==n.__emotion_styles){if("production"!==process.env.NODE_ENV&&"NO_COMPONENT_SELECTOR"===n.toString())throw new Error(Dg);return n}switch(typeof n){case"boolean":return"";case"object":if(1===n.anim)return zg={name:n.name,styles:n.styles,next:zg},n.name;if(void 0!==n.styles){var r=n.next;if(void 0!==r)for(;void 0!==r;)zg={name:r.name,styles:r.styles,next:zg},r=r.next;var i=n.styles+";";return"production"!==process.env.NODE_ENV&&void 0!==n.map&&(i+=n.map),i}return function(e,t,n){var r="";if(Array.isArray(n))for(var i=0;i<n.length;i++)r+=Rg(e,t,n[i])+";";else for(var o in n){var a=n[o];if("object"!=typeof a)null!=t&&void 0!==t[a]?r+=o+"{"+t[a]+"}":kg(a)&&(r+=Mg(o)+":"+$g(o,a)+";");else{if("NO_COMPONENT_SELECTOR"===o&&"production"!==process.env.NODE_ENV)throw new Error(Dg);if(!Array.isArray(a)||"string"!=typeof a[0]||null!=t&&void 0!==t[a[0]]){var l=Rg(e,t,a);switch(o){case"animation":case"animationName":r+=Mg(o)+":"+l+";";break;default:"production"!==process.env.NODE_ENV&&"undefined"===o&&console.error(wg),r+=o+"{"+l+"}"}}else for(var s=0;s<a.length;s++)kg(a[s])&&(r+=Mg(o)+":"+$g(o,a[s])+";")}}return r}(e,t,n);case"function":if(void 0!==e){var o=zg,a=n(e);return zg=o,Rg(e,t,a)}"production"!==process.env.NODE_ENV&&console.error("Functions that are interpolated in css calls will be stringified.\nIf you want to have a css call based on props, create a function that returns a css call like this\nlet dynamicStyle = (props) => css`color: ${props.color}`\nIt can be called directly with props or interpolated in a styled call like this\nlet SomeComponent = styled('div')`${dynamicStyle}`");break;case"string":if("production"!==process.env.NODE_ENV){var l=[],s=n.replace(Eg,(function(e,t,n){var r="animation"+l.length;return l.push("const "+r+" = keyframes`"+n.replace(/^@keyframes animation-\w+/,"")+"`"),"${"+r+"}"}));l.length&&console.error("`keyframes` output got interpolated into plain string, please wrap it with `css`.\n\nInstead of doing this:\n\n"+[].concat(l,["`"+s+"`"]).join("\n")+"\n\nYou should wrap it with `css` like this:\n\ncss`"+s+"`")}}if(null==t)return n;var c=t[n];return void 0!==c?c:n}var Ng,zg,Zg=/label:\s*([^\s;\n{]+)\s*(;|$)/g;"production"!==process.env.NODE_ENV&&(Ng=/\/\*#\ssourceMappingURL=data:application\/json;\S+\s+\*\//g);var Tg=function(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,i="";zg=void 0;var o,a=e[0];null==a||void 0===a.raw?(r=!1,i+=Rg(n,t,a)):("production"!==process.env.NODE_ENV&&void 0===a[0]&&console.error(yg),i+=a[0]);for(var l=1;l<e.length;l++)i+=Rg(n,t,e[l]),r&&("production"!==process.env.NODE_ENV&&void 0===a[l]&&console.error(yg),i+=a[l]);"production"!==process.env.NODE_ENV&&(i=i.replace(Ng,(function(e){return o=e,""}))),Zg.lastIndex=0;for(var s,c="";null!==(s=Zg.exec(i));)c+="-"+s[1];var d=function(e){for(var t,n=0,r=0,i=e.length;i>=4;++r,i-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(i){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(i)+c;return"production"!==process.env.NODE_ENV?{name:d,styles:i,map:o,next:zg,toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}}:{name:d,styles:i,next:zg}},Bg="undefined"!=typeof document,Pg=function(e){return e()},_g=!!e.useInsertionEffect&&e.useInsertionEffect,Gg=Bg&&_g||Pg,Yg=_g||e.useLayoutEffect,jg="undefined"!=typeof document,Fg={}.hasOwnProperty,Wg=e.createContext("undefined"!=typeof HTMLElement?pg({key:"css"}):null);"production"!==process.env.NODE_ENV&&(Wg.displayName="EmotionCacheContext"),Wg.Provider;var Xg=function(e){return n((function(t,n){var r=c(Wg);return e(t,r,n)}))};jg||(Xg=function(t){return function(n){var r=c(Wg);return null===r?(r=pg({key:"css"}),e.createElement(Wg.Provider,{value:r},t(n,r))):t(n,r)}});var Jg=e.createContext({});"production"!==process.env.NODE_ENV&&(Jg.displayName="EmotionThemeContext");var Ug=function(e){var t=e.split(".");return t[t.length-1]},Qg=function(e){var t=/^\s+at\s+([A-Za-z0-9$.]+)\s/.exec(e);return t||(t=/^([A-Za-z0-9$.]+)@/.exec(e))?Ug(t[1]):void 0},qg=new Set(["renderWithHooks","processChild","finishClassComponent","renderToString"]),Kg=function(e){return e.replace(/\$/g,"-")},ef="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",tf="__EMOTION_LABEL_PLEASE_DO_NOT_USE__",nf=function(e,t){if("production"!==process.env.NODE_ENV&&"string"==typeof t.css&&-1!==t.css.indexOf(":"))throw new Error("Strings are not allowed as css prop values, please wrap it in a css template literal from '@emotion/react' like this: css`"+t.css+"`");var n={};for(var r in t)Fg.call(t,r)&&(n[r]=t[r]);if(n[ef]=e,"production"!==process.env.NODE_ENV&&t.css&&("object"!=typeof t.css||"string"!=typeof t.css.name||-1===t.css.name.indexOf("-"))){var i=function(e){if(e)for(var t=e.split("\n"),n=0;n<t.length;n++){var r=Qg(t[n]);if(r){if(qg.has(r))break;if(/^[A-Z]/.test(r))return Kg(r)}}}((new Error).stack);i&&(n[tf]=i)}return n},rf=function(t){var n=t.cache,r=t.serialized,i=t.isStringTag;bg(n,r,i);var o=Gg((function(){return vg(n,r,i)}));if(!jg&&void 0!==o){for(var a,l=r.name,s=r.next;void 0!==s;)l+=" "+s.name,s=s.next;return e.createElement("style",((a={})["data-emotion"]=n.key+" "+l,a.dangerouslySetInnerHTML={__html:o},a.nonce=n.sheet.nonce,a))}return null},of=Xg((function(t,n,r){var i=t.css;"string"==typeof i&&void 0!==n.registered[i]&&(i=n.registered[i]);var o=t[ef],a=[i],l="";"string"==typeof t.className?l=fg(n.registered,a,t.className):null!=t.className&&(l=t.className+" ");var s=Tg(a,void 0,e.useContext(Jg));if("production"!==process.env.NODE_ENV&&-1===s.name.indexOf("-")){var c=t[tf];c&&(s=Tg([s,"label:"+c+";"]))}l+=n.key+"-"+s.name;var d={};for(var u in t)!Fg.call(t,u)||"css"===u||u===ef||"production"!==process.env.NODE_ENV&&u===tf||(d[u]=t[u]);return d.ref=r,d.className=l,e.createElement(e.Fragment,null,e.createElement(rf,{cache:n,serialized:s,isStringTag:"string"==typeof o}),e.createElement(o,d))}));"production"!==process.env.NODE_ENV&&(of.displayName="EmotionCssPropInternal");var af=of,lf=function(t,n){var r=arguments;if(null==n||!Fg.call(n,"css"))return e.createElement.apply(void 0,r);var i=r.length,o=new Array(i);o[0]=af,o[1]=nf(t,n);for(var a=2;a<i;a++)o[a]=r[a];return e.createElement.apply(null,o)},sf=!1,cf=Xg((function(t,n){"production"===process.env.NODE_ENV||sf||!t.className&&!t.css||(console.error("It looks like you're using the css prop on Global, did you mean to use the styles prop instead?"),sf=!0);var r=t.styles,i=Tg([r],void 0,e.useContext(Jg));if(!jg){for(var o,a=i.name,l=i.styles,s=i.next;void 0!==s;)a+=" "+s.name,l+=s.styles,s=s.next;var c=!0===n.compat,d=n.insert("",{name:a,styles:l},n.sheet,c);return c?null:e.createElement("style",((o={})["data-emotion"]=n.key+"-global "+a,o.dangerouslySetInnerHTML={__html:d},o.nonce=n.sheet.nonce,o))}var u=e.useRef();return Yg((function(){var e=n.key+"-global",t=new n.sheet.constructor({key:e,nonce:n.sheet.nonce,container:n.sheet.container,speedy:n.sheet.isSpeedy}),r=!1,o=document.querySelector('style[data-emotion="'+e+" "+i.name+'"]');return n.sheet.tags.length&&(t.before=n.sheet.tags[0]),null!==o&&(r=!0,o.setAttribute("data-emotion",e),t.hydrate([o])),u.current=[t,r],function(){t.flush()}}),[n]),Yg((function(){var e=u.current,t=e[0];if(e[1])e[1]=!1;else{if(void 0!==i.next&&vg(n,i.next,!0),t.tags.length){var r=t.tags[t.tags.length-1].nextElementSibling;t.before=r,t.flush()}n.insert("",i,t,!1)}}),[n,i.name]),null}));function df(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Tg(t)}"production"!==process.env.NODE_ENV&&(cf.displayName="EmotionGlobal");var uf=function e(t){for(var n=t.length,r=0,i="";r<n;r++){var o=t[r];if(null!=o){var a=void 0;switch(typeof o){case"boolean":break;case"object":if(Array.isArray(o))a=e(o);else for(var l in"production"!==process.env.NODE_ENV&&void 0!==o.styles&&void 0!==o.name&&console.error("You have passed styles created with `css` from `@emotion/react` package to the `cx`.\n`cx` is meant to compose class names (strings) so you should convert those styles to a class name by passing them to the `css` received from <ClassNames/> component."),a="",o)o[l]&&l&&(a&&(a+=" "),a+=l);break;default:a=o}a&&(i&&(i+=" "),i+=a)}}return i};var pf=function(t){var n,r=t.cache,i=t.serializedArr,o=Gg((function(){for(var e="",t=0;t<i.length;t++){var n=vg(r,i[t],!1);jg||void 0===n||(e+=n)}if(!jg)return e}));return jg||0===o.length?null:e.createElement("style",((n={})["data-emotion"]=r.key+" "+i.map((function(e){return e.name})).join(" "),n.dangerouslySetInnerHTML={__html:o},n.nonce=r.sheet.nonce,n))},mf=Xg((function(t,n){var r=!1,i=[],o=function(){if(r&&"production"!==process.env.NODE_ENV)throw new Error("css can only be used during render");for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];var a=Tg(t,n.registered);return i.push(a),bg(n,a,!1),n.key+"-"+a.name},a={css:o,cx:function(){if(r&&"production"!==process.env.NODE_ENV)throw new Error("cx can only be used during render");for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];return function(e,t,n){var r=[],i=fg(e,r,n);return r.length<2?n:i+t(r)}(n.registered,o,uf(t))},theme:e.useContext(Jg)},l=t.children(a);return r=!0,e.createElement(e.Fragment,null,e.createElement(pf,{cache:n,serializedArr:i}),l)}));if("production"!==process.env.NODE_ENV&&(mf.displayName="EmotionClassNames"),"production"!==process.env.NODE_ENV){var hf="undefined"!=typeof document,gf="undefined"!=typeof jest||"undefined"!=typeof vi;if(hf&&!gf){var ff="undefined"!=typeof globalThis?globalThis:hf?window:global,bf="__EMOTION_REACT_"+"11.11.1".split(".")[0]+"__";ff[bf]&&console.warn("You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used."),ff[bf]=!0}}function vf(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,i,o,a,l=[],s=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=o.call(n)).done)&&(l.push(r.value),l.length!==t);s=!0);}catch(e){c=!0,i=e}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw i}}return l}}(e,t)||Km(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function xf(e,t){if(null==e)return{};var n,r,i=vs(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}var yf="undefined"!=typeof document?u:function(){},wf=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],Cf=function(){};function Ef(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function If(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=[].concat(r);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&o.push("".concat(Ef(e,a)));return o.filter((function(e){return e})).map((function(e){return String(e).trim()})).join(" ")}var kf=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===Gm(e)&&null!==e?[e]:[];var t},Mf=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,Wm({},xf(e,wf))},$f=function(e,t,n){var r=e.cx,i=e.getStyles,o=e.getClassNames,a=e.className;return{css:i(t,e),className:r(null!=n?n:{},o(t,e),a)}};function Af(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function Vf(e){return Af(e)?window.pageYOffset:e.scrollTop}function Lf(e,t){Af(e)?window.scrollTo(0,t):e.scrollTop=t}function Hf(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:Cf,i=Vf(e),o=t-i,a=0;!function t(){var l,s=o*((l=(l=a+=10)/n-1)*l*l+1)+i;Lf(e,s),a<n?window.requestAnimationFrame(t):r(e)}()}function Of(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),i=t.offsetHeight/3;r.bottom+i>n.bottom?Lf(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+i,e.scrollHeight)):r.top-i<n.top&&Lf(e,Math.max(t.offsetTop-i,0))}function Sf(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}var Df=!1,Rf={get passive(){return Df=!0}},Nf="undefined"!=typeof window?window:{};Nf.addEventListener&&Nf.removeEventListener&&(Nf.addEventListener("p",Cf,Rf),Nf.removeEventListener("p",Cf,!1));var zf=Df;function Zf(e){return null!=e}function Tf(e,t,n){return e?t:n}var Bf=["children","innerProps"],Pf=["children","innerProps"];function _f(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,i=e.placement,o=e.shouldScroll,a=e.isFixedPosition,l=e.controlHeight,s=function(e){var t=getComputedStyle(e),n="absolute"===t.position,r=/(auto|scroll)/;if("fixed"===t.position)return document.documentElement;for(var i=e;i=i.parentElement;)if(t=getComputedStyle(i),(!n||"static"!==t.position)&&r.test(t.overflow+t.overflowY+t.overflowX))return i;return document.documentElement}(n),c={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return c;var d,u=s.getBoundingClientRect().height,p=n.getBoundingClientRect(),m=p.bottom,h=p.height,g=p.top,f=n.offsetParent.getBoundingClientRect().top,b=a?window.innerHeight:Af(d=s)?window.innerHeight:d.clientHeight,v=Vf(s),x=parseInt(getComputedStyle(n).marginBottom,10),y=parseInt(getComputedStyle(n).marginTop,10),w=f-y,C=b-g,E=w+v,I=u-v-g,k=m-b+v+x,M=v+g-y,$=160;switch(i){case"auto":case"bottom":if(C>=h)return{placement:"bottom",maxHeight:t};if(I>=h&&!a)return o&&Hf(s,k,$),{placement:"bottom",maxHeight:t};if(!a&&I>=r||a&&C>=r)return o&&Hf(s,k,$),{placement:"bottom",maxHeight:a?C-x:I-x};if("auto"===i||a){var A=t,V=a?w:E;return V>=r&&(A=Math.min(V-x-l,t)),{placement:"top",maxHeight:A}}if("bottom"===i)return o&&Lf(s,k),{placement:"bottom",maxHeight:t};break;case"top":if(w>=h)return{placement:"top",maxHeight:t};if(E>=h&&!a)return o&&Hf(s,M,$),{placement:"top",maxHeight:t};if(!a&&E>=r||a&&w>=r){var L=t;return(!a&&E>=r||a&&w>=r)&&(L=a?w-y:E-y),o&&Hf(s,M,$),{placement:"top",maxHeight:L}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(i,'".'))}return c}var Gf,Yf=function(e){return"auto"===e?"bottom":e},jf=s(null),Ff=function(e){var t=e.children,n=e.minMenuHeight,r=e.maxMenuHeight,a=e.menuPlacement,l=e.menuPosition,s=e.menuShouldScrollIntoView,d=e.theme,u=(c(jf)||{}).setPortalPlacement,p=o(null),m=vf(i(r),2),h=m[0],g=m[1],f=vf(i(null),2),b=f[0],v=f[1],x=d.spacing.controlHeight;return yf((function(){var e=p.current;if(e){var t="fixed"===l,i=_f({maxHeight:r,menuEl:e,minHeight:n,placement:a,shouldScroll:s&&!t,isFixedPosition:t,controlHeight:x});g(i.maxHeight),v(i.placement),null==u||u(i.placement)}}),[r,a,l,s,n,u,x]),t({ref:p,placerProps:Wm(Wm({},e),{},{placement:b||Yf(a),maxHeight:h})})},Wf=function(e){var t=e.children,n=e.innerRef,r=e.innerProps;return lf("div",bs({},$f(e,"menu",{menu:!0}),{ref:n},r),t)},Xf=function(e,t){var n=e.theme,r=n.spacing.baseUnit,i=n.colors;return Wm({textAlign:"center"},t?{}:{color:i.neutral40,padding:"".concat(2*r,"px ").concat(3*r,"px")})},Jf=Xf,Uf=Xf,Qf=["size"],qf=["innerProps","isRtl","size"];var Kf,eb,tb="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},nb=function(e){var t=e.size,n=xf(e,Qf);return lf("svg",bs({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:tb},n))},rb=function(e){return lf(nb,bs({size:20},e),lf("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},ib=function(e){return lf(nb,bs({size:20},e),lf("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},ob=function(e,t){var n=e.isFocused,r=e.theme,i=r.spacing.baseUnit,o=r.colors;return Wm({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?o.neutral60:o.neutral20,padding:2*i,":hover":{color:n?o.neutral80:o.neutral40}})},ab=ob,lb=ob,sb=function(){var e=df.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Gf||(Kf=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],eb||(eb=Kf.slice(0)),Gf=Object.freeze(Object.defineProperties(Kf,{raw:{value:Object.freeze(eb)}})))),cb=function(e){var t=e.delay,n=e.offset;return lf("span",{css:df({animation:"".concat(sb," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},db=function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,i=e.innerRef,o=e.innerProps,a=e.menuIsOpen;return lf("div",bs({ref:i},$f(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":r,"control--menu-is-open":a}),o,{"aria-disabled":n||void 0}),t)},ub=["data"],pb=function(e){var t=e.children,n=e.cx,r=e.getStyles,i=e.getClassNames,o=e.Heading,a=e.headingProps,l=e.innerProps,s=e.label,c=e.theme,d=e.selectProps;return lf("div",bs({},$f(e,"group",{group:!0}),l),lf(o,bs({},a,{selectProps:d,theme:c,getStyles:r,getClassNames:i,cx:n}),s),lf("div",null,t))},mb=["innerRef","isDisabled","isHidden","inputClassName"],hb={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},gb={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Wm({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},hb)},fb=function(e){return Wm({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},hb)},bb=function(e){var t=e.cx,n=e.value,r=Mf(e),i=r.innerRef,o=r.isDisabled,a=r.isHidden,l=r.inputClassName,s=xf(r,mb);return lf("div",bs({},$f(e,"input",{"input-container":!0}),{"data-value":n||""}),lf("input",bs({className:t({input:!0},l),ref:i,style:fb(a),disabled:o},s)))},vb=function(e){var t=e.children,n=e.innerProps;return lf("div",n,t)};var xb=function(e){var t=e.children,n=e.components,r=e.data,i=e.innerProps,o=e.isDisabled,a=e.removeProps,l=e.selectProps,s=n.Container,c=n.Label,d=n.Remove;return lf(s,{data:r,innerProps:Wm(Wm({},$f(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":o})),i),selectProps:l},lf(c,{data:r,innerProps:Wm({},$f(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:l},t),lf(d,{data:r,innerProps:Wm(Wm({},$f(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},a),selectProps:l}))},yb=function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,i=e.isSelected,o=e.innerRef,a=e.innerProps;return lf("div",bs({},$f(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":r,"option--is-selected":i}),{ref:o,"aria-disabled":n},a),t)},wb=function(e){var t=e.children,n=e.isDisabled,r=e.innerProps;return lf("div",bs({},$f(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),r),t)},Cb={ClearIndicator:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||lf(rb,null))},Control:db,DropdownIndicator:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||lf(ib,null))},DownChevron:ib,CrossIcon:rb,Group:pb,GroupHeading:function(e){var t=Mf(e);t.data;var n=xf(t,ub);return lf("div",bs({},$f(e,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"indicatorsContainer",{indicators:!0}),n),t)},IndicatorSeparator:function(e){var t=e.innerProps;return lf("span",bs({},t,$f(e,"indicatorSeparator",{"indicator-separator":!0})))},Input:bb,LoadingIndicator:function(e){var t=e.innerProps,n=e.isRtl,r=e.size,i=void 0===r?4:r,o=xf(e,qf);return lf("div",bs({},$f(Wm(Wm({},o),{},{innerProps:t,isRtl:n,size:i}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),lf(cb,{delay:0,offset:n}),lf(cb,{delay:160,offset:!0}),lf(cb,{delay:320,offset:!n}))},Menu:Wf,MenuList:function(e){var t=e.children,n=e.innerProps,r=e.innerRef,i=e.isMulti;return lf("div",bs({},$f(e,"menuList",{"menu-list":!0,"menu-list--is-multi":i}),{ref:r},n),t)},MenuPortal:function(e){var t=e.appendTo,n=e.children,r=e.controlElement,a=e.innerProps,s=e.menuPlacement,c=e.menuPosition,u=o(null),p=o(null),m=vf(i(Yf(s)),2),h=m[0],g=m[1],f=l((function(){return{setPortalPlacement:g}}),[]),b=vf(i(null),2),v=b[0],x=b[1],y=d((function(){if(r){var e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(r),t="fixed"===c?0:window.pageYOffset,n=e[h]+t;n===(null==v?void 0:v.offset)&&e.left===(null==v?void 0:v.rect.left)&&e.width===(null==v?void 0:v.rect.width)||x({offset:n,rect:e})}}),[r,c,h,null==v?void 0:v.offset,null==v?void 0:v.rect.left,null==v?void 0:v.rect.width]);yf((function(){y()}),[y]);var w=d((function(){"function"==typeof p.current&&(p.current(),p.current=null),r&&u.current&&(p.current=$r(r,u.current,y,{elementResize:"ResizeObserver"in window}))}),[r,y]);yf((function(){w()}),[w]);var C=d((function(e){u.current=e,w()}),[w]);if(!t&&"fixed"!==c||!v)return null;var E=lf("div",bs({ref:C},$f(Wm(Wm({},e),{},{offset:v.offset,position:c,rect:v.rect}),"menuPortal",{"menu-portal":!0}),a),n);return lf(jf.Provider,{value:f},t?k(E,t):E)},LoadingMessage:function(e){var t=e.children,n=void 0===t?"Loading...":t,r=e.innerProps,i=xf(e,Pf);return lf("div",bs({},$f(Wm(Wm({},i),{},{children:n,innerProps:r}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),r),n)},NoOptionsMessage:function(e){var t=e.children,n=void 0===t?"No options":t,r=e.innerProps,i=xf(e,Bf);return lf("div",bs({},$f(Wm(Wm({},i),{},{children:n,innerProps:r}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),r),n)},MultiValue:xb,MultiValueContainer:vb,MultiValueLabel:vb,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({role:"button"},n),t||lf(rb,{size:14}))},Option:yb,Placeholder:function(e){var t=e.children,n=e.innerProps;return lf("div",bs({},$f(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:function(e){var t=e.children,n=e.innerProps,r=e.isDisabled,i=e.isRtl;return lf("div",bs({},$f(e,"container",{"--is-disabled":r,"--is-rtl":i}),n),t)},SingleValue:wb,ValueContainer:function(e){var t=e.children,n=e.innerProps,r=e.isMulti,i=e.hasValue;return lf("div",bs({},$f(e,"valueContainer",{"value-container":!0,"value-container--is-multi":r,"value-container--has-value":i}),n),t)}},Eb=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function Ib(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(r=e[n],i=t[n],!(r===i||Eb(r)&&Eb(i)))return!1;var r,i;return!0}for(var kb="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Mb=function(e){return lf("span",bs({css:kb},e))},$b={guidance:function(e){var t=e.isSearchable,n=e.isMulti,r=e.tabSelectsValue,i=e.context,o=e.isInitialFocus;switch(i){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(r?", press Tab to select the option and exit the menu":"",".");case"input":return o?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,r=void 0===n?"":n,i=e.labels,o=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(r,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(i.length>1?"s":""," ").concat(i.join(","),", selected.");case"select-option":return"option ".concat(r,o?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t=e.context,n=e.focused,r=e.options,i=e.label,o=void 0===i?"":i,a=e.selectValue,l=e.isDisabled,s=e.isSelected,c=e.isAppleDevice,d=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};if("value"===t&&a)return"value ".concat(o," focused, ").concat(d(a,n),".");if("menu"===t&&c){var u=l?" disabled":"",p="".concat(s?" selected":"").concat(u);return"".concat(o).concat(p,", ").concat(d(r,n),".")}return""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},Ab=function(e){var t=e.ariaSelection,n=e.focusedOption,r=e.focusedValue,i=e.focusableOptions,o=e.isFocused,a=e.selectValue,s=e.selectProps,c=e.id,d=e.isAppleDevice,u=s.ariaLiveMessages,p=s.getOptionLabel,m=s.inputValue,h=s.isMulti,g=s.isOptionDisabled,f=s.isSearchable,v=s.menuIsOpen,x=s.options,y=s.screenReaderStatus,w=s.tabSelectsValue,C=s.isLoading,E=s["aria-label"],I=s["aria-live"],k=l((function(){return Wm(Wm({},$b),u||{})}),[u]),M=l((function(){var e,n="";if(t&&k.onChange){var r=t.option,i=t.options,o=t.removedValue,l=t.removedValues,s=t.value,c=o||r||(e=s,Array.isArray(e)?null:e),d=c?p(c):"",u=i||l||void 0,m=u?u.map(p):[],h=Wm({isDisabled:c&&g(c,a),label:d,labels:m},t);n=k.onChange(h)}return n}),[t,k,g,a,p]),$=l((function(){var e="",t=n||r,o=!!(n&&a&&a.includes(n));if(t&&k.onFocus){var l={focused:t,label:p(t),isDisabled:g(t,a),isSelected:o,options:i,context:t===n?"menu":"value",selectValue:a,isAppleDevice:d};e=k.onFocus(l)}return e}),[n,r,p,g,k,i,a,d]),A=l((function(){var e="";if(v&&x.length&&!C&&k.onFilter){var t=y({count:i.length});e=k.onFilter({inputValue:m,resultsMessage:t})}return e}),[i,m,v,k,x,y,C]),V="initial-input-focus"===(null==t?void 0:t.action),L=l((function(){var e="";if(k.guidance){var t=r?"value":v?"menu":"input";e=k.guidance({"aria-label":E,context:t,isDisabled:n&&g(n,a),isMulti:h,isSearchable:f,tabSelectsValue:w,isInitialFocus:V})}return e}),[E,n,r,h,g,f,v,k,a,w,V]),H=lf(b,null,lf("span",{id:"aria-selection"},M),lf("span",{id:"aria-focused"},$),lf("span",{id:"aria-results"},A),lf("span",{id:"aria-guidance"},L));return lf(b,null,lf(Mb,{id:c},V&&H),lf(Mb,{"aria-live":I,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},o&&!V&&H))},Vb=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],Lb=new RegExp("["+Vb.map((function(e){return e.letters})).join("")+"]","g"),Hb={},Ob=0;Ob<Vb.length;Ob++)for(var Sb=Vb[Ob],Db=0;Db<Sb.letters.length;Db++)Hb[Sb.letters[Db]]=Sb.base;var Rb=function(e){return e.replace(Lb,(function(e){return Hb[e]}))},Nb=function(e,t){void 0===t&&(t=Ib);var n=null;function r(){for(var r=[],i=0;i<arguments.length;i++)r[i]=arguments[i];if(n&&n.lastThis===this&&t(r,n.lastArgs))return n.lastResult;var o=e.apply(this,r);return n={lastResult:o,lastArgs:r,lastThis:this},o}return r.clear=function(){n=null},r}(Rb),zb=function(e){return e.replace(/^\s+|\s+$/g,"")},Zb=function(e){return"".concat(e.label," ").concat(e.value)},Tb=["innerRef"];function Bb(e){var t=e.innerRef,n=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=Object.entries(e).filter((function(e){var t=vf(e,1)[0];return!n.includes(t)}));return i.reduce((function(e,t){var n=vf(t,2),r=n[0],i=n[1];return e[r]=i,e}),{})}(xf(e,Tb),"onExited","in","enter","exit","appear");return lf("input",bs({ref:t},n,{css:df({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var Pb=function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()};var _b=["boxSizing","height","overflow","paddingRight","position"],Gb={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Yb(e){e.cancelable&&e.preventDefault()}function jb(e){e.stopPropagation()}function Fb(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Wb(){return"ontouchstart"in window||navigator.maxTouchPoints}var Xb=!("undefined"==typeof window||!window.document||!window.document.createElement),Jb=0,Ub={capture:!1,passive:!1};var Qb=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},qb="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}};function Kb(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,i=function(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,i=e.onTopArrive,l=e.onTopLeave,s=o(!1),c=o(!1),u=o(0),p=o(null),m=d((function(e,t){if(null!==p.current){var o=p.current,a=o.scrollTop,d=o.scrollHeight,u=o.clientHeight,m=p.current,h=t>0,g=d-u-a,f=!1;g>t&&s.current&&(r&&r(e),s.current=!1),h&&c.current&&(l&&l(e),c.current=!1),h&&t>g?(n&&!s.current&&n(e),m.scrollTop=d,f=!0,s.current=!0):!h&&-t>a&&(i&&!c.current&&i(e),m.scrollTop=0,f=!0,c.current=!0),f&&Pb(e)}}),[n,r,i,l]),h=d((function(e){m(e,e.deltaY)}),[m]),g=d((function(e){u.current=e.changedTouches[0].clientY}),[]),f=d((function(e){var t=u.current-e.changedTouches[0].clientY;m(e,t)}),[m]),b=d((function(e){if(e){var t=!!zf&&{passive:!1};e.addEventListener("wheel",h,t),e.addEventListener("touchstart",g,t),e.addEventListener("touchmove",f,t)}}),[f,g,h]),v=d((function(e){e&&(e.removeEventListener("wheel",h,!1),e.removeEventListener("touchstart",g,!1),e.removeEventListener("touchmove",f,!1))}),[f,g,h]);return a((function(){if(t){var e=p.current;return b(e),function(){v(e)}}}),[t,b,v]),function(e){p.current=e}}({isEnabled:void 0===r||r,onBottomArrive:e.onBottomArrive,onBottomLeave:e.onBottomLeave,onTopArrive:e.onTopArrive,onTopLeave:e.onTopLeave}),l=function(e){var t=e.isEnabled,n=e.accountForScrollbars,r=void 0===n||n,i=o({}),l=o(null),s=d((function(e){if(Xb){var t=document.body,n=t&&t.style;if(r&&_b.forEach((function(e){var t=n&&n[e];i.current[e]=t})),r&&Jb<1){var o=parseInt(i.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,l=window.innerWidth-a+o||0;Object.keys(Gb).forEach((function(e){var t=Gb[e];n&&(n[e]=t)})),n&&(n.paddingRight="".concat(l,"px"))}t&&Wb()&&(t.addEventListener("touchmove",Yb,Ub),e&&(e.addEventListener("touchstart",Fb,Ub),e.addEventListener("touchmove",jb,Ub))),Jb+=1}}),[r]),c=d((function(e){if(Xb){var t=document.body,n=t&&t.style;Jb=Math.max(Jb-1,0),r&&Jb<1&&_b.forEach((function(e){var t=i.current[e];n&&(n[e]=t)})),t&&Wb()&&(t.removeEventListener("touchmove",Yb,Ub),e&&(e.removeEventListener("touchstart",Fb,Ub),e.removeEventListener("touchmove",jb,Ub)))}}),[r]);return a((function(){if(t){var e=l.current;return s(e),function(){c(e)}}}),[t,s,c]),function(e){l.current=e}}({isEnabled:n});return lf(b,null,n&&lf("div",{onClick:Qb,css:qb}),t((function(e){i(e),l(e)})))}var ev="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},tv=function(e){var t=e.name,n=e.onFocus;return lf("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:ev,value:"",onChange:function(){}})};function nv(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function rv(){return nv(/^Mac/i)}function iv(){return nv(/^iPhone/i)||nv(/^iPad/i)||rv()&&navigator.maxTouchPoints>1}var ov=function(e){return e.label},av=function(e){return e.value},lv={clearIndicator:lb,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},control:function(e,t){var n=e.isDisabled,r=e.isFocused,i=e.theme,o=i.colors,a=i.borderRadius;return Wm({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:i.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?o.neutral5:o.neutral0,borderColor:n?o.neutral10:r?o.primary:o.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(o.primary):void 0,"&:hover":{borderColor:r?o.primary:o.neutral30}})},dropdownIndicator:ab,group:function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},groupHeading:function(e,t){var n=e.theme,r=n.colors,i=n.spacing;return Wm({label:"group",cursor:"default",display:"block"},t?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*i.baseUnit,paddingRight:3*i.baseUnit,textTransform:"uppercase"})},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e,t){var n=e.isDisabled,r=e.theme,i=r.spacing.baseUnit,o=r.colors;return Wm({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?o.neutral10:o.neutral20,marginBottom:2*i,marginTop:2*i})},input:function(e,t){var n=e.isDisabled,r=e.value,i=e.theme,o=i.spacing,a=i.colors;return Wm(Wm({visibility:n?"hidden":"visible",transform:r?"translateZ(0)":""},gb),t?{}:{margin:o.baseUnit/2,paddingBottom:o.baseUnit/2,paddingTop:o.baseUnit/2,color:a.neutral80})},loadingIndicator:function(e,t){var n=e.isFocused,r=e.size,i=e.theme,o=i.colors,a=i.spacing.baseUnit;return Wm({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?o.neutral60:o.neutral20,padding:2*a})},loadingMessage:Uf,menu:function(e,t){var n,r=e.placement,i=e.theme,o=i.borderRadius,a=i.spacing,l=i.colors;return Wm((jm(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(r),"100%"),jm(n,"position","absolute"),jm(n,"width","100%"),jm(n,"zIndex",1),n),t?{}:{backgroundColor:l.neutral0,borderRadius:o,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},menuList:function(e,t){var n=e.maxHeight,r=e.theme.spacing.baseUnit;return Wm({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:r,paddingTop:r})},menuPortal:function(e){var t=e.rect,n=e.offset,r=e.position;return{left:t.left,position:r,top:n,width:t.width,zIndex:1}},multiValue:function(e,t){var n=e.theme,r=n.spacing,i=n.borderRadius,o=n.colors;return Wm({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:o.neutral10,borderRadius:i/2,margin:r.baseUnit/2})},multiValueLabel:function(e,t){var n=e.theme,r=n.borderRadius,i=n.colors,o=e.cropWithEllipsis;return Wm({overflow:"hidden",textOverflow:o||void 0===o?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:r/2,color:i.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemove:function(e,t){var n=e.theme,r=n.spacing,i=n.borderRadius,o=n.colors,a=e.isFocused;return Wm({alignItems:"center",display:"flex"},t?{}:{borderRadius:i/2,backgroundColor:a?o.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:o.dangerLight,color:o.danger}})},noOptionsMessage:Jf,option:function(e,t){var n=e.isDisabled,r=e.isFocused,i=e.isSelected,o=e.theme,a=o.spacing,l=o.colors;return Wm({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:i?l.primary:r?l.primary25:"transparent",color:n?l.neutral20:i?l.neutral0:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),":active":{backgroundColor:n?void 0:i?l.primary:l.primary50}})},placeholder:function(e,t){var n=e.theme,r=n.spacing,i=n.colors;return Wm({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:i.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},singleValue:function(e,t){var n=e.isDisabled,r=e.theme,i=r.spacing,o=r.colors;return Wm({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?o.neutral40:o.neutral80,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2})},valueContainer:function(e,t){var n=e.theme.spacing,r=e.isMulti,i=e.hasValue,o=e.selectProps.controlShouldRenderValue;return Wm({alignItems:"center",display:r&&i&&o?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})}},sv={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},cv={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:Sf(),captureMenuScroll:!Sf(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:function(e){return function(t,n){if(t.data.__isNew__)return!0;var r=Wm({ignoreCase:!0,ignoreAccents:!0,stringify:Zb,trim:!0,matchFrom:"any"},e),i=r.ignoreCase,o=r.ignoreAccents,a=r.stringify,l=r.trim,s=r.matchFrom,c=l?zb(n):n,d=l?zb(a(t)):a(t);return i&&(c=c.toLowerCase(),d=d.toLowerCase()),o&&(c=Nb(c),d=Rb(d)),"start"===s?d.substr(0,c.length)===c:d.indexOf(c)>-1}}(),formatGroupLabel:function(e){return e.label},getOptionLabel:ov,getOptionValue:av,isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(e){return!!e.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function dv(e,t,n,r){return{type:"option",data:t,isDisabled:vv(e,t,n),isSelected:xv(e,t,n),label:fv(e,t),value:bv(e,t),index:r}}function uv(e,t){return e.options.map((function(n,r){if("options"in n){var i=n.options.map((function(n,r){return dv(e,n,t,r)})).filter((function(t){return hv(e,t)}));return i.length>0?{type:"group",data:n,options:i,index:r}:void 0}var o=dv(e,n,t,r);return hv(e,o)?o:void 0})).filter(Zf)}function pv(e){return e.reduce((function(e,t){return"group"===t.type?e.push.apply(e,eh(t.options.map((function(e){return e.data})))):e.push(t.data),e}),[])}function mv(e,t){return e.reduce((function(e,n){return"group"===n.type?e.push.apply(e,eh(n.options.map((function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}})))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e}),[])}function hv(e,t){var n=e.inputValue,r=void 0===n?"":n,i=t.data,o=t.isSelected,a=t.label,l=t.value;return(!wv(e)||!o)&&yv(e,{label:a,value:l,data:i},r)}var gv=function(e,t){var n;return(null===(n=e.find((function(e){return e.data===t})))||void 0===n?void 0:n.id)||null},fv=function(e,t){return e.getOptionLabel(t)},bv=function(e,t){return e.getOptionValue(t)};function vv(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function xv(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var r=bv(e,t);return n.some((function(t){return bv(e,t)===r}))}function yv(e,t,n){return!e.filterOption||e.filterOption(t,n)}var wv=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},Cv=1,Ev=function(t){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&xs(e,t)}(r,f);var n=Qm(r);function r(e){var t;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,r),(t=n.call(this,e)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},t.blockOptionHover=!1,t.isComposing=!1,t.commonProps=void 0,t.initialTouchX=0,t.initialTouchY=0,t.openAfterFocus=!1,t.scrollToFocusedOptionOnUpdate=!1,t.userIsDragging=void 0,t.controlRef=null,t.getControlRef=function(e){t.controlRef=e},t.focusedOptionRef=null,t.getFocusedOptionRef=function(e){t.focusedOptionRef=e},t.menuListRef=null,t.getMenuListRef=function(e){t.menuListRef=e},t.inputRef=null,t.getInputRef=function(e){t.inputRef=e},t.focus=t.focusInput,t.blur=t.blurInput,t.onChange=function(e,n){var r=t.props,i=r.onChange,o=r.name;n.name=o,t.ariaOnChange(e,n),i(e,n)},t.setValue=function(e,n,r){var i=t.props,o=i.closeMenuOnSelect,a=i.isMulti,l=i.inputValue;t.onInputChange("",{action:"set-value",prevInputValue:l}),o&&(t.setState({inputIsHiddenAfterUpdate:!a}),t.onMenuClose()),t.setState({clearFocusValueOnUpdate:!0}),t.onChange(e,{action:n,option:r})},t.selectOption=function(e){var n=t.props,r=n.blurInputOnSelect,i=n.isMulti,o=n.name,a=t.state.selectValue,l=i&&t.isOptionSelected(e,a),s=t.isOptionDisabled(e,a);if(l){var c=t.getOptionValue(e);t.setValue(a.filter((function(e){return t.getOptionValue(e)!==c})),"deselect-option",e)}else{if(s)return void t.ariaOnChange(e,{action:"select-option",option:e,name:o});i?t.setValue([].concat(eh(a),[e]),"select-option",e):t.setValue(e,"select-option")}r&&t.blurInput()},t.removeValue=function(e){var n=t.props.isMulti,r=t.state.selectValue,i=t.getOptionValue(e),o=r.filter((function(e){return t.getOptionValue(e)!==i})),a=Tf(n,o,o[0]||null);t.onChange(a,{action:"remove-value",removedValue:e}),t.focusInput()},t.clearValue=function(){var e=t.state.selectValue;t.onChange(Tf(t.props.isMulti,[],null),{action:"clear",removedValues:e})},t.popValue=function(){var e=t.props.isMulti,n=t.state.selectValue,r=n[n.length-1],i=n.slice(0,n.length-1),o=Tf(e,i,i[0]||null);r&&t.onChange(o,{action:"pop-value",removedValue:r})},t.getFocusedOptionId=function(e){return gv(t.state.focusableOptionsWithIds,e)},t.getFocusableOptionsWithIds=function(){return mv(uv(t.props,t.state.selectValue),t.getElementId("option"))},t.getValue=function(){return t.state.selectValue},t.cx=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return If.apply(void 0,[t.props.classNamePrefix].concat(n))},t.getOptionLabel=function(e){return fv(t.props,e)},t.getOptionValue=function(e){return bv(t.props,e)},t.getStyles=function(e,n){var r=t.props.unstyled,i=lv[e](n,r);i.boxSizing="border-box";var o=t.props.styles[e];return o?o(i,n):i},t.getClassNames=function(e,n){var r,i;return null===(r=(i=t.props.classNames)[e])||void 0===r?void 0:r.call(i,n)},t.getElementId=function(e){return"".concat(t.state.instancePrefix,"-").concat(e)},t.getComponents=function(){return e=t.props,Wm(Wm({},Cb),e.components);var e},t.buildCategorizedOptions=function(){return uv(t.props,t.state.selectValue)},t.getCategorizedOptions=function(){return t.props.menuIsOpen?t.buildCategorizedOptions():[]},t.buildFocusableOptions=function(){return pv(t.buildCategorizedOptions())},t.getFocusableOptions=function(){return t.props.menuIsOpen?t.buildFocusableOptions():[]},t.ariaOnChange=function(e,n){t.setState({ariaSelection:Wm({value:e},n)})},t.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),t.focusInput())},t.onMenuMouseMove=function(e){t.blockOptionHover=!1},t.onControlMouseDown=function(e){if(!e.defaultPrevented){var n=t.props.openMenuOnClick;t.state.isFocused?t.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&t.onMenuClose():n&&t.openMenu("first"):(n&&(t.openAfterFocus=!0),t.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},t.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||t.props.isDisabled)){var n=t.props,r=n.isMulti,i=n.menuIsOpen;t.focusInput(),i?(t.setState({inputIsHiddenAfterUpdate:!r}),t.onMenuClose()):t.openMenu("first"),e.preventDefault()}},t.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(t.clearValue(),e.preventDefault(),t.openAfterFocus=!1,"touchend"===e.type?t.focusInput():setTimeout((function(){return t.focusInput()})))},t.onScroll=function(e){"boolean"==typeof t.props.closeMenuOnScroll?e.target instanceof HTMLElement&&Af(e.target)&&t.props.onMenuClose():"function"==typeof t.props.closeMenuOnScroll&&t.props.closeMenuOnScroll(e)&&t.props.onMenuClose()},t.onCompositionStart=function(){t.isComposing=!0},t.onCompositionEnd=function(){t.isComposing=!1},t.onTouchStart=function(e){var n=e.touches,r=n&&n.item(0);r&&(t.initialTouchX=r.clientX,t.initialTouchY=r.clientY,t.userIsDragging=!1)},t.onTouchMove=function(e){var n=e.touches,r=n&&n.item(0);if(r){var i=Math.abs(r.clientX-t.initialTouchX),o=Math.abs(r.clientY-t.initialTouchY);t.userIsDragging=i>5||o>5}},t.onTouchEnd=function(e){t.userIsDragging||(t.controlRef&&!t.controlRef.contains(e.target)&&t.menuListRef&&!t.menuListRef.contains(e.target)&&t.blurInput(),t.initialTouchX=0,t.initialTouchY=0)},t.onControlTouchEnd=function(e){t.userIsDragging||t.onControlMouseDown(e)},t.onClearIndicatorTouchEnd=function(e){t.userIsDragging||t.onClearIndicatorMouseDown(e)},t.onDropdownIndicatorTouchEnd=function(e){t.userIsDragging||t.onDropdownIndicatorMouseDown(e)},t.handleInputChange=function(e){var n=t.props.inputValue,r=e.currentTarget.value;t.setState({inputIsHiddenAfterUpdate:!1}),t.onInputChange(r,{action:"input-change",prevInputValue:n}),t.props.menuIsOpen||t.onMenuOpen()},t.onInputFocus=function(e){t.props.onFocus&&t.props.onFocus(e),t.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(t.openAfterFocus||t.props.openMenuOnFocus)&&t.openMenu("first"),t.openAfterFocus=!1},t.onInputBlur=function(e){var n=t.props.inputValue;t.menuListRef&&t.menuListRef.contains(document.activeElement)?t.inputRef.focus():(t.props.onBlur&&t.props.onBlur(e),t.onInputChange("",{action:"input-blur",prevInputValue:n}),t.onMenuClose(),t.setState({focusedValue:null,isFocused:!1}))},t.onOptionHover=function(e){if(!t.blockOptionHover&&t.state.focusedOption!==e){var n=t.getFocusableOptions().indexOf(e);t.setState({focusedOption:e,focusedOptionId:n>-1?t.getFocusedOptionId(e):null})}},t.shouldHideSelectedOptions=function(){return wv(t.props)},t.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),t.focus()},t.onKeyDown=function(e){var n=t.props,r=n.isMulti,i=n.backspaceRemovesValue,o=n.escapeClearsValue,a=n.inputValue,l=n.isClearable,s=n.isDisabled,c=n.menuIsOpen,d=n.onKeyDown,u=n.tabSelectsValue,p=n.openMenuOnFocus,m=t.state,h=m.focusedOption,g=m.focusedValue,f=m.selectValue;if(!(s||"function"==typeof d&&(d(e),e.defaultPrevented))){switch(t.blockOptionHover=!0,e.key){case"ArrowLeft":if(!r||a)return;t.focusValue("previous");break;case"ArrowRight":if(!r||a)return;t.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)t.removeValue(g);else{if(!i)return;r?t.popValue():l&&t.clearValue()}break;case"Tab":if(t.isComposing)return;if(e.shiftKey||!c||!u||!h||p&&t.isOptionSelected(h,f))return;t.selectOption(h);break;case"Enter":if(229===e.keyCode)break;if(c){if(!h)return;if(t.isComposing)return;t.selectOption(h);break}return;case"Escape":c?(t.setState({inputIsHiddenAfterUpdate:!1}),t.onInputChange("",{action:"menu-close",prevInputValue:a}),t.onMenuClose()):l&&o&&t.clearValue();break;case" ":if(a)return;if(!c){t.openMenu("first");break}if(!h)return;t.selectOption(h);break;case"ArrowUp":c?t.focusOption("up"):t.openMenu("last");break;case"ArrowDown":c?t.focusOption("down"):t.openMenu("first");break;case"PageUp":if(!c)return;t.focusOption("pageup");break;case"PageDown":if(!c)return;t.focusOption("pagedown");break;case"Home":if(!c)return;t.focusOption("first");break;case"End":if(!c)return;t.focusOption("last");break;default:return}e.preventDefault()}},t.state.instancePrefix="react-select-"+(t.props.instanceId||++Cv),t.state.selectValue=kf(e.value),e.menuIsOpen&&t.state.selectValue.length){var i=t.getFocusableOptionsWithIds(),o=t.buildFocusableOptions(),a=o.indexOf(t.state.selectValue[0]);t.state.focusableOptionsWithIds=i,t.state.focusedOption=o[a],t.state.focusedOptionId=gv(i,o[a])}return t}return function(e,t,n){t&&Xm(e.prototype,t),n&&Xm(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(r,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Of(this.menuListRef,this.focusedOptionRef),(rv()||iv())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,r=t.menuIsOpen,i=this.state.isFocused;(i&&!n&&e.isDisabled||i&&r&&!e.menuIsOpen)&&this.focusInput(),i&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):i||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Of(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,n=this.state,r=n.selectValue,i=n.isFocused,o=this.buildFocusableOptions(),a="first"===e?0:o.length-1;if(!this.props.isMulti){var l=o.indexOf(r[0]);l>-1&&(a=l)}this.scrollToFocusedOptionOnUpdate=!(i&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:o[a],focusedOptionId:this.getFocusedOptionId(o[a])},(function(){return t.onMenuOpen()}))}},{key:"focusValue",value:function(e){var t=this.state,n=t.selectValue,r=t.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var i=n.indexOf(r);r||(i=-1);var o=n.length-1,a=-1;if(n.length){switch(e){case"previous":a=0===i?0:-1===i?o:i-1;break;case"next":i>-1&&i<o&&(a=i+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props.pageSize,n=this.state.focusedOption,r=this.getFocusableOptions();if(r.length){var i=0,o=r.indexOf(n);n||(o=-1),"up"===e?i=o>0?o-1:r.length-1:"down"===e?i=(o+1)%r.length:"pageup"===e?(i=o-t)<0&&(i=0):"pagedown"===e?(i=o+t)>r.length-1&&(i=r.length-1):"last"===e&&(i=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[i],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[i])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(sv):Wm(Wm({},sv),this.props.theme):sv}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,r=this.getClassNames,i=this.getValue,o=this.selectOption,a=this.setValue,l=this.props,s=l.isMulti,c=l.isRtl,d=l.options;return{clearValue:e,cx:t,getStyles:n,getClassNames:r,getValue:i,hasValue:this.hasValue(),isMulti:s,isRtl:c,options:d,selectOption:o,selectProps:l,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return vv(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return xv(this.props,e,t)}},{key:"filterOption",value:function(e,t){return yv(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,r=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:r})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var t=this.props,n=t.isDisabled,r=t.isSearchable,i=t.inputId,o=t.inputValue,a=t.tabIndex,l=t.form,s=t.menuIsOpen,c=t.required,d=this.getComponents().Input,u=this.state,p=u.inputIsHidden,m=u.ariaSelection,h=this.commonProps,g=i||this.getElementId("input"),f=Wm(Wm(Wm({"aria-autocomplete":"list","aria-expanded":s,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},s&&{"aria-controls":this.getElementId("listbox")}),!r&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return r?e.createElement(d,bs({},h,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:n,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:l,type:"text",value:o},f)):e.createElement(Bb,bs({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:Cf,onFocus:this.onInputFocus,disabled:n,tabIndex:a,inputMode:"none",form:l,value:""},f))}},{key:"renderPlaceholderOrValue",value:function(){var t=this,n=this.getComponents(),r=n.MultiValue,i=n.MultiValueContainer,o=n.MultiValueLabel,a=n.MultiValueRemove,l=n.SingleValue,s=n.Placeholder,c=this.commonProps,d=this.props,u=d.controlShouldRenderValue,p=d.isDisabled,m=d.isMulti,h=d.inputValue,g=d.placeholder,f=this.state,b=f.selectValue,v=f.focusedValue,x=f.isFocused;if(!this.hasValue()||!u)return h?null:e.createElement(s,bs({},c,{key:"placeholder",isDisabled:p,isFocused:x,innerProps:{id:this.getElementId("placeholder")}}),g);if(m)return b.map((function(n,l){var s=n===v,d="".concat(t.getOptionLabel(n),"-").concat(t.getOptionValue(n));return e.createElement(r,bs({},c,{components:{Container:i,Label:o,Remove:a},isFocused:s,isDisabled:p,key:d,index:l,removeProps:{onClick:function(){return t.removeValue(n)},onTouchEnd:function(){return t.removeValue(n)},onMouseDown:function(e){e.preventDefault()}},data:n}),t.formatOptionLabel(n,"value"))}));if(h)return null;var y=b[0];return e.createElement(l,bs({},c,{data:y,isDisabled:p}),this.formatOptionLabel(y,"value"))}},{key:"renderClearIndicator",value:function(){var t=this.getComponents().ClearIndicator,n=this.commonProps,r=this.props,i=r.isDisabled,o=r.isLoading,a=this.state.isFocused;if(!this.isClearable()||!t||i||!this.hasValue()||o)return null;var l={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return e.createElement(t,bs({},n,{innerProps:l,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var t=this.getComponents().LoadingIndicator,n=this.commonProps,r=this.props,i=r.isDisabled,o=r.isLoading,a=this.state.isFocused;if(!t||!o)return null;return e.createElement(t,bs({},n,{innerProps:{"aria-hidden":"true"},isDisabled:i,isFocused:a}))}},{key:"renderIndicatorSeparator",value:function(){var t=this.getComponents(),n=t.DropdownIndicator,r=t.IndicatorSeparator;if(!n||!r)return null;var i=this.commonProps,o=this.props.isDisabled,a=this.state.isFocused;return e.createElement(r,bs({},i,{isDisabled:o,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var t=this.getComponents().DropdownIndicator;if(!t)return null;var n=this.commonProps,r=this.props.isDisabled,i=this.state.isFocused,o={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return e.createElement(t,bs({},n,{innerProps:o,isDisabled:r,isFocused:i}))}},{key:"renderMenu",value:function(){var t=this,n=this.getComponents(),r=n.Group,i=n.GroupHeading,o=n.Menu,a=n.MenuList,l=n.MenuPortal,s=n.LoadingMessage,c=n.NoOptionsMessage,d=n.Option,u=this.commonProps,p=this.state.focusedOption,m=this.props,h=m.captureMenuScroll,g=m.inputValue,f=m.isLoading,b=m.loadingMessage,v=m.minMenuHeight,x=m.maxMenuHeight,y=m.menuIsOpen,w=m.menuPlacement,C=m.menuPosition,E=m.menuPortalTarget,I=m.menuShouldBlockScroll,k=m.menuShouldScrollIntoView,M=m.noOptionsMessage,$=m.onMenuScrollToTop,A=m.onMenuScrollToBottom;if(!y)return null;var V,L=function(n,r){var i=n.type,o=n.data,a=n.isDisabled,l=n.isSelected,s=n.label,c=n.value,m=p===o,h=a?void 0:function(){return t.onOptionHover(o)},g=a?void 0:function(){return t.selectOption(o)},f="".concat(t.getElementId("option"),"-").concat(r),b={id:f,onClick:g,onMouseMove:h,onMouseOver:h,tabIndex:-1,role:"option","aria-selected":t.state.isAppleDevice?void 0:l};return e.createElement(d,bs({},u,{innerProps:b,data:o,isDisabled:a,isSelected:l,key:f,label:s,type:i,value:c,isFocused:m,innerRef:m?t.getFocusedOptionRef:void 0}),t.formatOptionLabel(n.data,"menu"))};if(this.hasOptions())V=this.getCategorizedOptions().map((function(n){if("group"===n.type){var o=n.data,a=n.options,l=n.index,s="".concat(t.getElementId("group"),"-").concat(l),c="".concat(s,"-heading");return e.createElement(r,bs({},u,{key:s,data:o,options:a,Heading:i,headingProps:{id:c,data:n.data},label:t.formatGroupLabel(n.data)}),n.options.map((function(e){return L(e,"".concat(l,"-").concat(e.index))})))}if("option"===n.type)return L(n,"".concat(n.index))}));else if(f){var H=b({inputValue:g});if(null===H)return null;V=e.createElement(s,u,H)}else{var O=M({inputValue:g});if(null===O)return null;V=e.createElement(c,u,O)}var S={minMenuHeight:v,maxMenuHeight:x,menuPlacement:w,menuPosition:C,menuShouldScrollIntoView:k},D=e.createElement(Ff,bs({},u,S),(function(n){var r=n.ref,i=n.placerProps,l=i.placement,s=i.maxHeight;return e.createElement(o,bs({},u,S,{innerRef:r,innerProps:{onMouseDown:t.onMenuMouseDown,onMouseMove:t.onMenuMouseMove},isLoading:f,placement:l}),e.createElement(Kb,{captureEnabled:h,onTopArrive:$,onBottomArrive:A,lockEnabled:I},(function(n){return e.createElement(a,bs({},u,{innerRef:function(e){t.getMenuListRef(e),n(e)},innerProps:{role:"listbox","aria-multiselectable":u.isMulti,id:t.getElementId("listbox")},isLoading:f,maxHeight:s,focusedOption:p}),V)})))}));return E||"fixed"===C?e.createElement(l,bs({},u,{appendTo:E,controlElement:this.controlRef,menuPlacement:w,menuPosition:C}),D):D}},{key:"renderFormField",value:function(){var t=this,n=this.props,r=n.delimiter,i=n.isDisabled,o=n.isMulti,a=n.name,l=n.required,s=this.state.selectValue;if(l&&!this.hasValue()&&!i)return e.createElement(tv,{name:a,onFocus:this.onValueInputFocus});if(a&&!i){if(o){if(r){var c=s.map((function(e){return t.getOptionValue(e)})).join(r);return e.createElement("input",{name:a,type:"hidden",value:c})}var d=s.length>0?s.map((function(n,r){return e.createElement("input",{key:"i-".concat(r),name:a,type:"hidden",value:t.getOptionValue(n)})})):e.createElement("input",{name:a,type:"hidden",value:""});return e.createElement("div",null,d)}var u=s[0]?this.getOptionValue(s[0]):"";return e.createElement("input",{name:a,type:"hidden",value:u})}}},{key:"renderLiveRegion",value:function(){var t=this.commonProps,n=this.state,r=n.ariaSelection,i=n.focusedOption,o=n.focusedValue,a=n.isFocused,l=n.selectValue,s=this.getFocusableOptions();return e.createElement(Ab,bs({},t,{id:this.getElementId("live-region"),ariaSelection:r,focusedOption:i,focusedValue:o,isFocused:a,selectValue:l,focusableOptions:s,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var t=this.getComponents(),n=t.Control,r=t.IndicatorsContainer,i=t.SelectContainer,o=t.ValueContainer,a=this.props,l=a.className,s=a.id,c=a.isDisabled,d=a.menuIsOpen,u=this.state.isFocused,p=this.commonProps=this.getCommonProps();return e.createElement(i,bs({},p,{className:l,innerProps:{id:s,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:u}),this.renderLiveRegion(),e.createElement(n,bs({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:u,menuIsOpen:d}),e.createElement(o,bs({},p,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),e.createElement(r,bs({},p,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevProps,r=t.clearFocusValueOnUpdate,i=t.inputIsHiddenAfterUpdate,o=t.ariaSelection,a=t.isFocused,l=t.prevWasFocused,s=t.instancePrefix,c=e.options,d=e.value,u=e.menuIsOpen,p=e.inputValue,m=e.isMulti,h=kf(d),g={};if(n&&(d!==n.value||c!==n.options||u!==n.menuIsOpen||p!==n.inputValue)){var f=u?function(e,t){return pv(uv(e,t))}(e,h):[],b=u?mv(uv(e,h),"".concat(s,"-option")):[],v=r?function(e,t){var n=e.focusedValue,r=e.selectValue.indexOf(n);if(r>-1){if(t.indexOf(n)>-1)return n;if(r<t.length)return t[r]}return null}(t,h):null,x=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,f);g={selectValue:h,focusedOption:x,focusedOptionId:gv(b,x),focusableOptionsWithIds:b,focusedValue:v,clearFocusValueOnUpdate:!1}}var y=null!=i&&e!==n?{inputIsHidden:i,inputIsHiddenAfterUpdate:void 0}:{},w=o,C=a&&l;return a&&!C&&(w={value:Tf(m,h,h[0]||null),options:h,action:"initial-input-focus"},C=!l),"initial-input-focus"===(null==o?void 0:o.action)&&(w=null),Wm(Wm(Wm({},g),y),{},{prevProps:e,ariaSelection:w,prevWasFocused:C})}}]),r}();Ev.defaultProps=cv;var Iv=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function kv(e){var t=e.defaultInputValue,n=void 0===t?"":t,r=e.defaultMenuIsOpen,o=void 0!==r&&r,a=e.defaultValue,l=void 0===a?null:a,s=e.inputValue,c=e.menuIsOpen,u=e.onChange,p=e.onInputChange,m=e.onMenuClose,h=e.onMenuOpen,g=e.value,f=xf(e,Iv),b=vf(i(void 0!==s?s:n),2),v=b[0],x=b[1],y=vf(i(void 0!==c?c:o),2),w=y[0],C=y[1],E=vf(i(void 0!==g?g:l),2),I=E[0],k=E[1],M=d((function(e,t){"function"==typeof u&&u(e,t),k(e)}),[u]),$=d((function(e,t){var n;"function"==typeof p&&(n=p(e,t)),x(void 0!==n?n:e)}),[p]),A=d((function(){"function"==typeof h&&h(),C(!0)}),[h]),V=d((function(){"function"==typeof m&&m(),C(!1)}),[m]),L=void 0!==s?s:v,H=void 0!==c?c:w,O=void 0!==g?g:I;return Wm(Wm({},f),{},{inputValue:L,menuIsOpen:H,onChange:M,onInputChange:$,onMenuClose:V,onMenuOpen:A,value:O})}var Mv=["allowCreateWhileLoading","createOptionPosition","formatCreateLabel","isValidNewOption","getNewOptionData","onCreateOption","options","onChange"],$v=function(){var e=arguments.length>1?arguments[1]:void 0,t=arguments.length>2?arguments[2]:void 0,n=String(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"").toLowerCase(),r=String(t.getOptionValue(e)).toLowerCase(),i=String(t.getOptionLabel(e)).toLowerCase();return r===n||i===n},Av={formatCreateLabel:function(e){return'Create "'.concat(e,'"')},isValidNewOption:function(e,t,n,r){return!(!e||t.some((function(t){return $v(e,t,r)}))||n.some((function(t){return $v(e,t,r)})))},getNewOptionData:function(e,t){return{label:t,value:e,__isNew__:!0}}};var Vv=n((function(t,n){var r=function(e){var t=e.allowCreateWhileLoading,n=void 0!==t&&t,r=e.createOptionPosition,i=void 0===r?"last":r,o=e.formatCreateLabel,a=void 0===o?Av.formatCreateLabel:o,s=e.isValidNewOption,c=void 0===s?Av.isValidNewOption:s,u=e.getNewOptionData,p=void 0===u?Av.getNewOptionData:u,m=e.onCreateOption,h=e.options,g=void 0===h?[]:h,f=e.onChange,b=xf(e,Mv),v=b.getOptionValue,x=void 0===v?av:v,y=b.getOptionLabel,w=void 0===y?ov:y,C=b.inputValue,E=b.isLoading,I=b.isMulti,k=b.value,M=b.name,$=l((function(){return c(C,kf(k),g,{getOptionValue:x,getOptionLabel:w})?p(C,a(C)):void 0}),[a,p,w,x,C,c,g,k]),A=l((function(){return!n&&E||!$?g:"first"===i?[$].concat(eh(g)):[].concat(eh(g),[$])}),[n,i,E,$,g]),V=d((function(e,t){if("select-option"!==t.action)return f(e,t);var n=Array.isArray(e)?e:[e];if(n[n.length-1]!==$)f(e,t);else if(m)m(C);else{var r=p(C,C),i={action:"create-option",name:M,option:r};f(Tf(I,[].concat(eh(kf(k)),[r]),r),i)}}),[p,C,I,M,$,m,f,k]);return Wm(Wm({},b),{},{options:A,onChange:V})}(kv(t));return e.createElement(Ev,bs({ref:n},r))})),Lv=Vv;const Hv=v.div`
|
|
1993
1993
|
min-width: ${({minWidth:e})=>e||"auto"};
|
|
1994
1994
|
cursor: ${({isDisabled:e})=>e?"not-allowed":"auto"};
|
|
1995
1995
|
`,Ov=v.div`
|
|
@@ -1997,7 +1997,7 @@ object-assign
|
|
|
1997
1997
|
`;var Sv=n((function(t,n){var r=kv(t);return e.createElement(Ev,bs({ref:n},r))}));const Dv=v.div``,Rv=t=>{const n=ee(),r=Cb.ClearIndicator;return e.createElement(Dv,null,e.createElement(r,Object.assign({},t),e.createElement(oe,{name:"close_circle",color:n.palette.black,type:"fill"})))},Nv=v.div`
|
|
1998
1998
|
transition: transform 150ms;
|
|
1999
1999
|
transform: ${({menuIsOpen:e})=>e?"rotate(180deg)":""};
|
|
2000
|
-
`,zv=t=>{var{isDisabled:n,error:r}=t,i=D(t,["isDisabled","error"]);const o=ee();let a="";a=n?N.gray[400]:r?o.palette.danger.base:o.palette.black;const l=Cb.DropdownIndicator;return l&&e.createElement(l,Object.assign({},i),e.createElement(Nv,{menuIsOpen:i.selectProps.menuIsOpen},e.createElement(oe,{name:"arrow_bottom",size:"md",color:a})))},Zv=t=>{const n=ee(),r=Cb.MultiValueRemove;return e.createElement(r,Object.assign({},t),e.createElement(oe,{name:"close_circle",color:n.palette.black}))},Tv=(e,t)=>{const n={control:(n,{menuIsOpen:r})=>Object.assign(Object.assign({},n),{boxShadow:"none",borderTopColor:e.palette.divider,borderRightColor:e.palette.divider,borderLeftColor:e.palette.divider,borderBottomColor:r?"transparent":e.palette.divider,borderColor:t?`${e.palette.danger.base}!important`:"",borderRadius:r?`${e.radius}px ${e.radius}px 0 0`:`${e.radius}px`,"&:hover":{}}),input:e=>Object.assign(Object.assign({},e),{margin:"0 2px",paddingBottom:0,paddingTop:0}),menu:n=>Object.assign(Object.assign({},n),{marginTop:"-1px",boxShadow:"none",borderRadius:`0 0 ${e.radius}px ${e.radius}px`,borderRight:`1px solid ${t?e.palette.danger.base:e.palette.divider}`,borderBottom:`1px solid ${t?e.palette.danger.base:e.palette.divider}`,borderLeft:`1px solid ${t?e.palette.danger.base:e.palette.divider}`}),menuPortal:e=>Object.assign(Object.assign({},e),{zIndex:X.dropdown}),menuList:e=>Object.assign(Object.assign({},e),{paddingTop:"12px",paddingBottom:"8px"}),noOptionsMessage:t=>Object.assign(Object.assign({},t),{fontSize:`${xe.sm}px`,color:e.palette.text.hint}),option:(t,{isSelected:n,isFocused:r,isDisabled:i})=>{let o="transparent",a=n?e.palette.white:e.palette.black;return n?o=e.palette.primary.base:i?a=e.palette.text.disabled:r&&(o=e.palette.neutral.softLight),Object.assign(Object.assign({},t),{padding:"4px 8px 5px",color:a,fontSize:`${xe.sm}px`,":active":{backgroundColor:e.palette.neutral.lighter},backgroundColor:o})},placeholder:(n,{isDisabled:r,isFocused:i})=>{let o=e.palette.black;switch(!0){case r:o=e.palette.text.disabled;break;case t:o=e.palette.danger.base;break;case i:o=e.palette.text.hint}return Object.assign(Object.assign({},n),{transition:"color 0.2s",color:o,fontSize:`${xe.sm}px`})},singleValue:(n,{isDisabled:r})=>{let i=e.palette.black;return t?i=e.palette.danger.base:r&&(i=e.palette.text.disabled),Object.assign(Object.assign({},n),{color:`${i}`,fontSize:`${xe.sm}px`})},multiValue:t=>Object.assign(Object.assign({},t),{backgroundColor:e.palette.neutral.highlight,padding:"2px 0px 3px 2px",margin:"0px 4px",border:`1px solid ${e.palette.divider}`,borderRadius:`${e.radius}px`}),multiValueLabel:(n,{isDisabled:r})=>{let i=e.palette.black;return t?i=e.palette.danger.base:r&&(i=e.palette.text.disabled),Object.assign(Object.assign({},n),{padding:0,color:`${i}`,fontSize:`${xe.sm}px`})},multiValueRemove:e=>Object.assign(Object.assign({},e),{":hover":{backgroundColor:"transparent"},padding:"0px 8px"}),valueContainer:e=>Object.assign(Object.assign({},e),{minHeight:"40px"})};return n},Bv=({children:t,innerRef:n,innerProps:r,maxHeight:i})=>e.createElement(Ov,Object.assign({ref:n,maxHeight:i},r),t);var Pv=e.forwardRef(((t,n)=>{Me("Select","Select は非推奨です。代わりに Select2 を使用してください。");const r=bd({props:t,name:"Select"}),{onInputChange:i,minWidth:o,isDisabled:a,error:l=!1,closeMenuOnSelect:s=!0,placeholder:c,emptyMessage:d="Not found"}=r,u=D(r,["onInputChange","minWidth","isDisabled","error","closeMenuOnSelect","placeholder","emptyMessage"]),p=ee();return e.createElement(Hv,{ref:n,minWidth:o,isDisabled:a},e.createElement(Sv,Object.assign({isClearable:!0,placeholder:c,closeMenuOnSelect:s,noOptionsMessage:()=>d,isDisabled:a,styles:Tv(p,l),maxMenuHeight:150,theme:e=>Object.assign(Object.assign({},e),{palette:p.palette})},u,{components:Object.assign({DropdownIndicator:t=>e.createElement(zv,Object.assign({},t,{error:l})),ClearIndicator:Rv,IndicatorSeparator:null,MultiValueRemove:Zv,MenuList:Bv},u.components),menuPortalTarget:document.body,onInputChange:(e,t)=>{i&&i(e,t)}})))}));var _v=e.forwardRef(((t,n)=>{Me("CreatableSelect","CreatableSelect は非推奨です。代わりに Select2 を使用してください。");const r=bd({props:t,name:"CreatableSelect"}),{onInputChange:i,minWidth:o,isDisabled:a,error:l=!1,closeMenuOnSelect:s=!0,placeholder:c,emptyMessage:d="Not found",addMessage:u="Create"}=r,p=D(r,["onInputChange","minWidth","isDisabled","error","closeMenuOnSelect","placeholder","emptyMessage","addMessage"]),m=ee();return e.createElement(Hv,{ref:n,minWidth:o,isDisabled:a},e.createElement(
|
|
2000
|
+
`,zv=t=>{var{isDisabled:n,error:r}=t,i=D(t,["isDisabled","error"]);const o=ee();let a="";a=n?N.gray[400]:r?o.palette.danger.base:o.palette.black;const l=Cb.DropdownIndicator;return l&&e.createElement(l,Object.assign({},i),e.createElement(Nv,{menuIsOpen:i.selectProps.menuIsOpen},e.createElement(oe,{name:"arrow_bottom",size:"md",color:a})))},Zv=t=>{const n=ee(),r=Cb.MultiValueRemove;return e.createElement(r,Object.assign({},t),e.createElement(oe,{name:"close_circle",color:n.palette.black}))},Tv=(e,t)=>{const n={control:(n,{menuIsOpen:r})=>Object.assign(Object.assign({},n),{boxShadow:"none",borderTopColor:e.palette.divider,borderRightColor:e.palette.divider,borderLeftColor:e.palette.divider,borderBottomColor:r?"transparent":e.palette.divider,borderColor:t?`${e.palette.danger.base}!important`:"",borderRadius:r?`${e.radius}px ${e.radius}px 0 0`:`${e.radius}px`,"&:hover":{}}),input:e=>Object.assign(Object.assign({},e),{margin:"0 2px",paddingBottom:0,paddingTop:0}),menu:n=>Object.assign(Object.assign({},n),{marginTop:"-1px",boxShadow:"none",borderRadius:`0 0 ${e.radius}px ${e.radius}px`,borderRight:`1px solid ${t?e.palette.danger.base:e.palette.divider}`,borderBottom:`1px solid ${t?e.palette.danger.base:e.palette.divider}`,borderLeft:`1px solid ${t?e.palette.danger.base:e.palette.divider}`}),menuPortal:e=>Object.assign(Object.assign({},e),{zIndex:X.dropdown}),menuList:e=>Object.assign(Object.assign({},e),{paddingTop:"12px",paddingBottom:"8px"}),noOptionsMessage:t=>Object.assign(Object.assign({},t),{fontSize:`${xe.sm}px`,color:e.palette.text.hint}),option:(t,{isSelected:n,isFocused:r,isDisabled:i})=>{let o="transparent",a=n?e.palette.white:e.palette.black;return n?o=e.palette.primary.base:i?a=e.palette.text.disabled:r&&(o=e.palette.neutral.softLight),Object.assign(Object.assign({},t),{padding:"4px 8px 5px",color:a,fontSize:`${xe.sm}px`,":active":{backgroundColor:e.palette.neutral.lighter},backgroundColor:o})},placeholder:(n,{isDisabled:r,isFocused:i})=>{let o=e.palette.black;switch(!0){case r:o=e.palette.text.disabled;break;case t:o=e.palette.danger.base;break;case i:o=e.palette.text.hint}return Object.assign(Object.assign({},n),{transition:"color 0.2s",color:o,fontSize:`${xe.sm}px`})},singleValue:(n,{isDisabled:r})=>{let i=e.palette.black;return t?i=e.palette.danger.base:r&&(i=e.palette.text.disabled),Object.assign(Object.assign({},n),{color:`${i}`,fontSize:`${xe.sm}px`})},multiValue:t=>Object.assign(Object.assign({},t),{backgroundColor:e.palette.neutral.highlight,padding:"2px 0px 3px 2px",margin:"0px 4px",border:`1px solid ${e.palette.divider}`,borderRadius:`${e.radius}px`}),multiValueLabel:(n,{isDisabled:r})=>{let i=e.palette.black;return t?i=e.palette.danger.base:r&&(i=e.palette.text.disabled),Object.assign(Object.assign({},n),{padding:0,color:`${i}`,fontSize:`${xe.sm}px`})},multiValueRemove:e=>Object.assign(Object.assign({},e),{":hover":{backgroundColor:"transparent"},padding:"0px 8px"}),valueContainer:e=>Object.assign(Object.assign({},e),{minHeight:"40px"})};return n},Bv=({children:t,innerRef:n,innerProps:r,maxHeight:i})=>e.createElement(Ov,Object.assign({ref:n,maxHeight:i},r),t);var Pv=e.forwardRef(((t,n)=>{Me("Select","Select は非推奨です。代わりに Select2 を使用してください。");const r=bd({props:t,name:"Select"}),{onInputChange:i,minWidth:o,isDisabled:a,error:l=!1,closeMenuOnSelect:s=!0,placeholder:c,emptyMessage:d="Not found"}=r,u=D(r,["onInputChange","minWidth","isDisabled","error","closeMenuOnSelect","placeholder","emptyMessage"]),p=ee();return e.createElement(Hv,{ref:n,minWidth:o,isDisabled:a},e.createElement(Sv,Object.assign({isClearable:!0,placeholder:c,closeMenuOnSelect:s,noOptionsMessage:()=>d,isDisabled:a,styles:Tv(p,l),maxMenuHeight:150,theme:e=>Object.assign(Object.assign({},e),{palette:p.palette})},u,{components:Object.assign({DropdownIndicator:t=>e.createElement(zv,Object.assign({},t,{error:l})),ClearIndicator:Rv,IndicatorSeparator:null,MultiValueRemove:Zv,MenuList:Bv},u.components),menuPortalTarget:document.body,onInputChange:(e,t)=>{i&&i(e,t)}})))}));var _v=e.forwardRef(((t,n)=>{Me("CreatableSelect","CreatableSelect は非推奨です。代わりに Select2 を使用してください。");const r=bd({props:t,name:"CreatableSelect"}),{onInputChange:i,minWidth:o,isDisabled:a,error:l=!1,closeMenuOnSelect:s=!0,placeholder:c,emptyMessage:d="Not found",addMessage:u="Create"}=r,p=D(r,["onInputChange","minWidth","isDisabled","error","closeMenuOnSelect","placeholder","emptyMessage","addMessage"]),m=ee();return e.createElement(Hv,{ref:n,minWidth:o,isDisabled:a},e.createElement(Lv,Object.assign({isClearable:!0,placeholder:c,closeMenuOnSelect:s,noOptionsMessage:()=>d,formatCreateLabel:e=>`${u} "${e}"`,isDisabled:a,styles:Tv(m,l),maxMenuHeight:150,theme:e=>Object.assign(Object.assign({},e),{palette:m.palette})},p,{components:Object.assign({DropdownIndicator:t=>e.createElement(zv,Object.assign({},t,{error:l})),ClearIndicator:Rv,IndicatorSeparator:null,MultiValueRemove:Zv,MenuList:Bv},p.components),menuPortalTarget:document.body,onInputChange:(e,t)=>{i&&i(e,t)}})))}));const Gv=v.div`
|
|
2001
2001
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
2002
2002
|
`,Yv=v.div`
|
|
2003
2003
|
border: ${({fullWidth:e,theme:t})=>e?"none":`1px solid ${t.palette.divider}`};
|
|
@@ -2254,7 +2254,7 @@ object-assign
|
|
|
2254
2254
|
`,Ax=v.ul`
|
|
2255
2255
|
list-style: none;
|
|
2256
2256
|
display: flex;
|
|
2257
|
-
`,
|
|
2257
|
+
`,Vx=v.li`
|
|
2258
2258
|
min-width: ${({theme:e})=>10*e.spacing}px;
|
|
2259
2259
|
/* MEMO: Use negative margin to cover the border of Container */
|
|
2260
2260
|
margin-bottom: -1px;
|
|
@@ -2264,7 +2264,7 @@ object-assign
|
|
|
2264
2264
|
border-radius: ${({theme:e})=>`${e.radius}px ${e.radius}px`} 0 0;
|
|
2265
2265
|
background-color: ${({active:e,theme:t})=>e?t.palette.background.default:"none"};
|
|
2266
2266
|
cursor: pointer;
|
|
2267
|
-
`,
|
|
2267
|
+
`,Lx=({items:t,value:n,onChange:r})=>{const i=e=>()=>{r(e)};return e.createElement($x,null,e.createElement(Ax,null,t.map((t=>e.createElement(Vx,{key:t.value,active:t.value===n,onClick:i(t.value)},e.createElement(Ee,{size:"sm",color:t.value===n?"initial":"secondary",align:"center"},t.label))))))};function Hx(e,t){const n=o(!1);a((()=>{n.current?e():n.current=!0}),t)}function Ox(e,t){var n;return!!t&&!(null===(n=t[e])||void 0===n?void 0:n.disabledCheck)}function Sx(e,t,n,r){if(0===n)return!1;const i=e[n],o=null==r?void 0:r.selector(i),a=e[n-1],l=null==r?void 0:r.selector(a);return!(r&&!r.enableMergeCell||i[t]!==a[t]||o!==l)}function Dx(e,t,n,r){if(r&&!r.enableMergeCell)return 1;const i=e[n],o=null==r?void 0:r.selector(i);let a=1;for(let l=n+1;l<e.length;l++){const n=e[l],s=null==r?void 0:r.selector(n);if(n[t]!==i[t]||s!==o)break;a++}return a}function Rx({sourceData:e,tabs:t,currentTabIndex:n}){let r=e;return t&&t[n]&&(r=t[n].filter(r)),r}function Nx({sourceData:e,sortState:t,filterState:n,enablePagination:r,tabs:i,currentTabIndex:o}){const a=Rx({sourceData:e,tabs:i,currentTabIndex:o}),l=mx(a,t);if(r){return Cx(l,n)}return l}var zx=e.forwardRef((({data:t,dataKey:n,columns:r,enablePagination:i=!1,onSelectRowsChange:o,onRadioChange:a,tabs:l,itemEmptyProps:s,per:c,defaultSortField:d,defaultSortOrder:u="desc",selectedRows:p=[],selectedRow:m,enableRuledLine:h=!1,verticalSpacing:g="medium",fullWidth:f=!1,disableCheckWhenClickRow:b=!1,tableMaxHeight:v="none",horizontalScrollable:x=!1,labelRowsPerPage:y="Rows per page:",labelDisplayedRows:w=(({from:e,to:t,total:n})=>`${e}-${t} of ${n}`)},C)=>{const E=!!o,[I,k]=e.useState(!1),M=p.length>0&&!I,$=!!a,A=!!l,[V,L]=e.useState(0),H=r.some((e=>e.enableMergeCell)),O=r.find((e=>e.name===d)),S=(null==O?void 0:O.sortable)?O:r.find((e=>!0===e.sortable)),[D,R]=(N={isDesc:"desc"===u,name:(null==S?void 0:S.name)||"",getValue:null==S?void 0:S.selector},e.useState(N));var N;const[z,Z]=Ex(c),[T,B]=e.useState(Nx({sourceData:t,sortState:D,filterState:z,enablePagination:i,tabs:l,currentTabIndex:V})),P=e.useMemo((()=>Rx({sourceData:t,tabs:l,currentTabIndex:V}).length),[t,l,V]);Hx((()=>{const e=Nx({sourceData:t,sortState:D,filterState:z,enablePagination:i,tabs:l,currentTabIndex:V});B(e)}),[t,D,z,i,A,l,V]),Hx((()=>{const e={index:1,per:z.per};Z(e);const n=Nx({sourceData:t,sortState:D,filterState:e,enablePagination:i,tabs:l,currentTabIndex:V});B(n)}),[t,V]);const _=(e,t)=>()=>{R(((e,t,n)=>({isDesc:e.name===n&&!e.isDesc,getValue:t,name:n}))(D,e,t))},G=e=>()=>{o&&(p.includes(e)?o(p.filter((t=>t!==e))):o([...p,e]))},Y=e=>()=>{a&&a(e)};return e.createElement(Gv,{ref:C},e.createElement(Yv,{fullWidth:f},!!l&&e.createElement(Lx,{value:V,items:l.map(((e,t)=>({label:e.label,value:t}))),onChange:e=>{L(e)}}),e.createElement(jv,{maxHeight:v,horizontalScrollable:x,tabIndex:"none"!==v||x?0:void 0},e.createElement(ux,{horizontalScrollable:x},e.createElement(ux.Header,null,e.createElement(ux.Row,{isStickyHeader:"none"!==v},(!A||Ox(V,l))&&e.createElement(e.Fragment,null,E&&e.createElement(qv,{header:!0,selected:p.length>0,indeterminate:M,onClick:()=>{o&&(p.length>0?(o([]),k(!1)):(o(T.filter((e=>!e.selectDisabled)).map((e=>e[n]))),k(!0)))}}),$&&e.createElement(ax,{header:!0})),r.map((t=>{return e.createElement(Jv,{key:t.name,sortable:t.sortable&&!H,order:(n=D,r=t.name,n.name===r?n.isDesc?"desc":"asc":null),width:t.width,enableRuledLine:h,onClick:t.sortable&&!H?_(t.selector,t.name):void 0},t.headerCell||t.name);var n,r})))),e.createElement(ux.Body,null,T.length>0?T.map(((t,i)=>e.createElement(e.Fragment,{key:i},E||$?e.createElement(e.Fragment,null,E&&e.createElement(ux.Row,Object.assign({verticalSpacing:g,highlighted:!t.selectDisabled&&(p.includes(t[n])||m===t[n]),disableHoverHighlight:H},!b&&{onClick:G(t[n])}),(!A||Ox(V,l))&&!Sx(T,n,i)&&e.createElement(qv,Object.assign({selected:p.includes(t[n]),rowSpan:Dx(T,n,i)},b&&{onClick:G(t[n])})),r.map((r=>Sx(T,n,i,r)?null:e.createElement(ux.Cell,{key:r.name,enableRuledLine:h,rowSpan:Dx(T,n,i,r)},r.renderCell?r.renderCell(t):e.createElement(Ee,{align:r.align},r.selector(t)))))),$&&e.createElement(ux.Row,Object.assign({verticalSpacing:g,highlighted:!t.selectDisabled&&(p.includes(t[n])||m===t[n]),disableHoverHighlight:H},!b&&{onClick:Y(t[n])}),(!A||Ox(V,l))&&!Sx(T,n,i)&&e.createElement(ax,{selected:t[n]===m,rowSpan:Dx(T,n,i),onClick:Y(t[n])}),r.map((r=>Sx(T,n,i,r)?null:e.createElement(ux.Cell,{key:r.name,enableRuledLine:h,rowSpan:Dx(T,n,i,r)},r.renderCell?r.renderCell(t):e.createElement(Ee,{align:r.align},r.selector(t))))))):e.createElement(ux.Row,{verticalSpacing:g,highlighted:!t.selectDisabled&&(p.includes(t[n])||m===t[n]),disableHoverHighlight:H},r.map((r=>Sx(T,n,i,r)?null:e.createElement(ux.Cell,{key:r.name,enableRuledLine:h,rowSpan:Dx(T,n,i,r)},r.renderCell?r.renderCell(t):e.createElement(Ee,{align:r.align},r.selector(t))))))))):e.createElement("tr",null,e.createElement("td",{colSpan:r.length+(!E&&!$||A&&!Ox(V,l)?0:1)},e.createElement(Mx,Object.assign({},s)))))))),i&&e.createElement(ja,{p:3},e.createElement(se,{display:"flex",alignItems:"center",justifyContent:"space-between"},e.createElement(wx,{per:z.per,total:P,index:z.index,onClick:e=>{Z({index:e,per:z.per})}}),e.createElement(Wv,{per:z.per,total:P,index:z.index,labelRowsPerPage:y,labelDisplayedRows:w,onChange:e=>{Z({index:1,per:e})}}))))}));const Zx=!0,Tx=!0;function Bx(e,t){return!!t.reorder&&(void 0!==e.reorderable?e.reorderable:e.sortable)}function Px(e,t){return!!t.visibility&&(void 0!==e.visibilityEditable?e.visibilityEditable:e.sortable)}function _x(e,t,n){const r=[...e].sort(((e,t)=>e.order-t.order));let i=0;const o=r.map((e=>(e=>!Bx(e,n))(e)?e.id:t[i++]));return e.map((e=>{const t=o.indexOf(e.id);return t>=0?Object.assign(Object.assign({},e),{order:t}):e}))}const Gx=s({rowIds:[],enableRowSelection:!0,hasRowControls:!1,checkedRows:[],isSmallLayout:!1,totalCount:0,currentPage:0,pageSize:100,pageSizeOptions:[10,50,100,200],columns:[],columnEditFeatures:{reorder:!0,visibility:!0},columnWidths:[],rowSpacing:0,setRowIds:()=>{},setCheckedRows:()=>{},setCurrentPage:()=>{},setPageSize:()=>{},setColumns:()=>{},setColumnWidth:()=>{},setRowSpacing:()=>{}}),Yx=s({showStickyRightEdgeDecoration:!0}),jx=s({registerColumnSticky:()=>{},getStickyRightOffset:()=>{},rightStickyColumnIndex:null,getRightStickyZIndexHead:e=>3,getRightStickyZIndexBody:e=>1}),Fx=s({index:0}),Wx=e=>e<1e3?String(e):e.toLocaleString("en-US"),Xx=e=>({toolbarActions:e.filter((e=>{const t="displayIn"in e?e.displayIn:void 0;return"toolbar"===(null!=t?t:"toolbar")})),dropdownActions:e.filter((e=>{const t="displayIn"in e?e.displayIn:void 0;return"dropdown"===(null!=t?t:"toolbar")}))}),Jx=(e,t,n=!1)=>{var r,i;if(n)return t.length>0;let o=!1;if("checked"===e.enabledWhen||void 0===e.enabledWhen)o=0===t.length;else if("unchecked"===e.enabledWhen)o=t.length>0;else if("custom"===e.enabledWhen)return null!==(i=null===(r=e.disabled)||void 0===r?void 0:r.call(e,t))&&void 0!==i&&i;return e.disabled&&(o=o||e.disabled(t)),o},Ux=(e,t)=>{var n;if("singleButton"===e.type)return`single-${e.label||`action-${t}`}`;if("groupButton"===e.type){return`group-${(null===(n=e.items[0])||void 0===n?void 0:n.label)||""||`action-${t}`}`}return"separator"===e.type?`separator-${t}`:"heading"===e.type?`heading-${e.label||`action-${t}`}`:"divider"===e.type?`divider-${t}`:`action-${t}`},Qx=(e,t,n)=>`group-${t}-item-${e.label||`item-${n}`}`,qx=(e,t,n,r)=>{var i;let o=e.label;if(!o&&e.icon&&"object"==typeof e.icon&&null!==e.icon){const t=null===(i=e.icon)||void 0===i?void 0:i.props;(null==t?void 0:t.name)&&(o=`icon-${t.name}`)}return o||(o=`item-${r}`),`${t}-${n}-${o}`},Kx=v.button`
|
|
2268
2268
|
display: flex;
|
|
2269
2269
|
gap: 4px;
|
|
2270
2270
|
box-sizing: border-box;
|
|
@@ -2682,13 +2682,13 @@ object-assign
|
|
|
2682
2682
|
display: flex;
|
|
2683
2683
|
align-items: center;
|
|
2684
2684
|
gap: 8px;
|
|
2685
|
-
`,
|
|
2685
|
+
`,Vy=v.span`
|
|
2686
2686
|
font-size: 13px;
|
|
2687
2687
|
color: ${({theme:e})=>e.palette.black};
|
|
2688
2688
|
margin-inline: 4px 0;
|
|
2689
|
-
`,
|
|
2689
|
+
`,Ly=(e,t)=>"danger"===e?null==t?void 0:t.palette.danger.dark:"primary"===e?null==t?void 0:t.palette.primary.dark:null==t?void 0:t.palette.text.secondary;v(Kx)`
|
|
2690
2690
|
background: ${({color:e,theme:t})=>((e,t)=>"danger"===e?null==t?void 0:t.palette.danger.highlight:"primary"===e?null==t?void 0:t.palette.primary.highlight:null==t?void 0:t.palette.background.default)(e,t)};
|
|
2691
|
-
color: ${({color:e,theme:t})=>
|
|
2691
|
+
color: ${({color:e,theme:t})=>Ly(e,t)};
|
|
2692
2692
|
&:hover:not(:disabled) {
|
|
2693
2693
|
background: ${({color:e,theme:t})=>((e,t)=>"danger"===e?null==t?void 0:t.palette.danger.lighter:"primary"===e?null==t?void 0:t.palette.primary.softLight:null==t?void 0:t.palette.neutral.highlight)(e,t)};
|
|
2694
2694
|
}
|
|
@@ -2699,7 +2699,7 @@ object-assign
|
|
|
2699
2699
|
border: none;
|
|
2700
2700
|
padding: 8px 12px;
|
|
2701
2701
|
font-size: 13px;
|
|
2702
|
-
color: ${({color:e,theme:t})=>
|
|
2702
|
+
color: ${({color:e,theme:t})=>Ly(e,t)};
|
|
2703
2703
|
cursor: pointer;
|
|
2704
2704
|
&:hover:not(:disabled) {
|
|
2705
2705
|
background: ${({theme:e})=>e.palette.neutral.highlight};
|
|
@@ -2733,7 +2733,7 @@ object-assign
|
|
|
2733
2733
|
&:hover:not(:disabled) {
|
|
2734
2734
|
background: ${({theme:e})=>e.palette.neutral.highlight};
|
|
2735
2735
|
}
|
|
2736
|
-
`,Dy=()=>{const{columns:e,setColumns:n,isSmallLayout:r}=c(Gx),[o,s]=i(!1),[u,p]=i(e.map((e=>e.filtered||!1))),m=l((()=>e.filter((e=>e.filtered)).length),[e]),h=d((()=>{p(e.map((e=>e.filtered||!1)))}),[e]),g=d(((e,t)=>{p((n=>n.map(((n,r)=>e===r?t:n))))}),[p]),f=d((()=>{h(),s(!1)}),[h]),b=d((()=>{const t=structuredClone(e).map(((e,t)=>Object.assign(Object.assign({},e),{filtered:u[t]})));n(t),s(!1)}),[e,n,u]),v=d((e=>{s(e),e||h()}),[s,h]);return a((()=>h()),[e,h]),t.createElement(Ha,null,t.createElement(Va,{width:360,trigger:t.createElement(ly,{type:"button",disabled:0===m},t.createElement(oe,{name:"filter",color:"currentColor"}),r?m:`${m}列に適用中`),open:o,onOpenChange:v},t.createElement(Oa,null,"フィルタが適用されている列"),e.map(((e,n)=>!0===e.filtered?t.createElement(To,{key:e.id,checked:u[n],onChange:e=>g(n,e)},e.label):null)),t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},"リセットしたいフィルタのボタンをオフにしてください"),t.createElement(Ra,null),t.createElement(Na,null,t.createElement(il,{type:"button",size:"small",color:"clear",onClick:f},"キャンセル"),t.createElement(il,{type:"button",size:"small",onClick:b},"適用"))))},Ry=()=>{const{columns:e,setColumns:n,columnEditFeatures:r}=c(Gx),i=l((()=>[...e].sort(((e,t)=>e.order-t.order))),[e]),o=l((()=>i.map((e=>e.id))),[i]),a=l((()=>i.filter((e=>Bx(e,r))).map((e=>e.id))),[i,r]),s=d((t=>{r.reorder&&n(_x(e,t,r))}),[r,e,n]),u=d((t=>{r.visibility&&n(e.map((e=>e.id===t?Object.assign(Object.assign({},e),{visible:!e.visible}):e)))}),[r.visibility,e,n]),p=d(((e,t)=>{if(t)return()=>u(e)}),[u]),m=(h=r).reorder&&h.visibility?"カラムの並び順、表示・非表示を切り替えます。":h.reorder?"カラムの並び順を変更します。":"カラムの表示・非表示を切り替えます。";var h;const g=i.map((e=>(e=>{const n=Bx(e,r),i=Px(e,r),o=p(e.id,i),a=t.createElement(To,{disabled:!i,checked:e.visible,onChange:o},e.label);return n?t.createElement(ta,{key:e.id,id:e.id},a):t.createElement(oa,{key:e.id,id:e.id},a)})(e)));return t.createElement(Va,{width:328,trigger:t.createElement(Yo,null,"カラムを編集")},r.reorder&&a.length>0?t.createElement(Qo,{order:a,displayOrder:o,onOrderChange:s},g):g,t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},m))},Ny=()=>{const{pageSize:e,pageSizeOptions:n,setPageSize:r}=c(Gx);return t.createElement(Va,{width:136,trigger:t.createElement(Yo,{append:e},"件数を変更")},n.map((n=>t.createElement(Oo,{key:n,closeOnChange:!0,checked:e===n,onChange:()=>r(n)},n,"件"))))},zy=[{value:-2,label:"より狭くする"},{value:-1,label:"狭くする"},{value:0,label:"標準"},{value:1,label:"広くする"},{value:2,label:"より広くする"}],Zy=()=>{const{rowSpacing:e,setRowSpacing:n}=c(Gx),r=l((()=>{var t;return(null===(t=zy.find((t=>t.value===e)))||void 0===t?void 0:t.label)||"標準"}),[e]);return t.createElement(Va,{width:168,trigger:t.createElement(Yo,{append:r},"表示密度を変更")},zy.map((({value:r,label:i})=>t.createElement(Oo,{key:r,closeOnChange:!0,checked:e===r,onChange:()=>(e=>{n(e)})(r)},i))))},Ty="small",By="secondaryLight",Py=()=>{const{isSmallLayout:e,totalCount:n,currentPage:r,pageSize:i,pageSizeOptions:o,setCurrentPage:s,setPageSize:u}=c(Gx),p=d((e=>{s(0),u(e)}),[s,u]),m=l((()=>Math.ceil(n/i)-1),[n,i]),h=Math.min(r*i+1,n),g=Math.min((r+1)*i,n);return a((()=>{r>m&&s(m)}),[r,m,s]),t.createElement(Gu,{minSize:"fit-content"},t.createElement(il,{inline:!0,type:"button","aria-label":"前のページへ",size:Ty,color:By,disabled:0===r||0===n,icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),onClick:()=>s(Math.max(r-1,0))}),!e&&t.createElement(Ha,null,t.createElement(Va,{width:296,trigger:t.createElement(il,{inline:!0,type:"button",size:Ty,color:By},t.createElement(ry,null,0===n?t.createElement(t.Fragment,null,t.createElement(iy,null,"0"),t.createElement(oy,null," / "),t.createElement(iy,null,"0")):t.createElement(t.Fragment,null,t.createElement(iy,null,Wx(h)),t.createElement(oy,null,"-"),t.createElement(iy,null,Wx(g)),t.createElement(oy,null,"/"),t.createElement(iy,null,Wx(n))),t.createElement(ay,null,t.createElement(oe,{name:"arrow_down",size:"sm-md",color:"currentColor"}))))},t.createElement(Oa,null,"表示件数を変更"),o.map((e=>t.createElement(Oo,{key:e,checked:i===e,onChange:()=>p(e)},e))))),t.createElement(il,{inline:!0,type:"button","aria-label":"次のページへ",size:Ty,color:By,disabled:r===m||0===n,icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),onClick:()=>s(Math.min(r+1,m))}))},_y=({tableActions:e,customTableActionArea:n})=>{const{isSmallLayout:r,columns:o,columnEditFeatures:a,rowIds:s,checkedRows:u,setCheckedRows:p,hasRowControls:m}=c(Gx),h=ee(),g=l((()=>s.length>0&&u.length===s.length),[u,s]),f=l((()=>0!==u.length&&u.length!==s.length),[u,s]),[b,v]=i(!1),[x,y]=i(!1),[w,C]=i(!1),E=l((()=>o.some((e=>void 0!==e.filtered))),[o]),I=d((()=>{p(g?[]:s)}),[g,s,p]),k=d(((e,n)=>((e,n,r,i)=>{if(n&&t.isValidElement(e)){let o=r?n.enabled:n.disabled||"currentColor";return"success"===o?o=i.palette.success.base:"danger"===o?o=i.palette.danger.base:"primary"===o?o=i.palette.primary.base:"warning"===o&&(o=i.palette.warning.base),t.cloneElement(e,Object.assign(Object.assign({},e.props),{color:o}))}return e})(e,n,u.length>0,h)),[u.length,h]),M=d(((e,n,r)=>{var i;return"singleButton"===e.type?t.createElement(il,{key:Ux(e,n),icon:k(e.icon,e.dynamicIconColor),color:null!==(i=e.color)&&void 0!==i?i:"secondaryLight",size:"small",inline:r,style:e.style,disabled:Jx(e,u),onClick:()=>e.onClick(u)},e.label):"groupButton"===e.type?t.createElement(Fu,{key:Ux(e,n),size:"small"},e.items.map(((e,r)=>{var i;return t.createElement(il,{key:Qx(e,n,r),icon:k(e.icon,e.dynamicIconColor),color:null!==(i=e.color)&&void 0!==i?i:"secondaryLight",style:e.style,disabled:Jx(e,u),onClick:()=>e.onClick(u)},e.label)}))):"separator"===e.type?t.createElement(Hy,{key:Ux(e,n)}):"heading"===e.type?t.createElement("span",{key:Ux(e,n),style:{padding:"8px",fontSize:"14px",fontWeight:"bold"}},e.label):t.createElement(Hy,{key:Ux(e,n)})}),[u,k]),$=d(((e,n=!1)=>{const r=[],i=new Set;return e.forEach(((o,a)=>{if("singleButton"!==o.type&&"groupButton"!==o.type||!o.headingLabel||i.has(o.headingLabel))"singleButton"!==o.type&&"groupButton"!==o.type||o.headingLabel?"separator"===o.type?r.push(t.createElement(Ra,{key:`separator-${a}`})):"heading"===o.type?r.push(t.createElement(Oa,{key:`heading-${o.label||a}`},o.label)):"divider"===o.type&&r.push(t.createElement(Ra,{key:`divider-${a}`})):"singleButton"===o.type?r.push(t.createElement(Ht,{key:`single-${o.label||a}`,prepend:k(o.icon,o.dynamicIconColor),disabled:Jx(o,u,n),onClick:()=>{o.onClick(u),n?C(!1):y(!1)}},o.label)):"groupButton"===o.type&&o.items.forEach(((e,i)=>{r.push(t.createElement(Ht,{key:qx(e,"mobile-group",a,i),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label))}));else{i.add(o.headingLabel);const a=e.filter((e=>("singleButton"===e.type||"groupButton"===e.type)&&e.headingLabel===o.headingLabel));r.push(t.createElement(Oa,{key:`group-${o.headingLabel}-heading`},o.headingLabel)),a.forEach(((e,i)=>{"singleButton"===e.type?r.push(t.createElement(Ht,{key:`group-${e.headingLabel}-${e.label||i}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label)):"groupButton"===e.type&&e.items.forEach(((e,a)=>{r.push(t.createElement(Ht,{key:qx(e,`group-${o.headingLabel}-group`,i,a),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label))}))}))}})),r}),[u,y,C,k]);let A=null;if(n)A=n({isSmallLayout:r,checkedRows:u});else if(e&&e.length>0){const{checkedActions:n,uncheckedActions:i}={checkedActions:(L=e).filter((e=>{const t="enabledWhen"in e?e.enabledWhen:void 0;return"checked"===t||void 0===t})),uncheckedActions:L.filter((e=>"unchecked"===("enabledWhen"in e?e.enabledWhen:void 0)))};if(r)A=t.createElement(Oy,null,n.length>0&&t.createElement(Ha,null,t.createElement(Va,{open:x,trigger:t.createElement(Sy,{type:"button",disabled:0===u.length},t.createElement("span",{style:{color:0===u.length?"inherit":h.palette.primary.base,fontWeight:700}},0===u.length?"-":u.length),"件を操作",t.createElement(oe,{name:"arrow_down",size:"sm-md",color:"currentColor"})),width:200,onOpenChange:y},$(n))),i.length>0&&t.createElement(Ha,null,t.createElement(Va,{open:w,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:u.length>0}),width:200,onOpenChange:C},$(i,!0))));else{const{dropdownActions:e}=Xx(n),{dropdownActions:r}=Xx(i),o=()=>{const r=[];return n.forEach(((n,i)=>{var o;const a=null!==(o=n.displayIn)&&void 0!==o?o:"toolbar";if("toolbar"===a)r.push(M(n,i,!0));else if("dropdown"===a){r.some((e=>t.isValidElement(e)&&"checked-dropdown"===e.key))||r.push(t.createElement(Ha,{key:"checked-dropdown"},t.createElement(Va,{open:x,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:0===u.length}),width:200,onOpenChange:y},e.map(((e,n)=>"singleButton"===e.type?t.createElement(Ht,{key:`checked-single-${e.label||n}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u),onClick:()=>{e.onClick(u),y(!1)}},e.label):"groupButton"===e.type?e.items.map(((e,r)=>t.createElement(Ht,{key:qx(e,"checked-group",n,r),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u),onClick:()=>{e.onClick(u),y(!1)}},e.label))):"separator"===e.type?t.createElement(Ra,{key:`checked-separator-sep-${n}`}):"heading"===e.type?t.createElement(Oa,{key:`checked-heading-${e.label||`heading${n}`}`},e.label):t.createElement(Ra,{key:`checked-divider-div-${n}`}))))))}})),r},a=()=>{const e=[];return i.forEach(((n,i)=>{var o;const a=null!==(o=n.displayIn)&&void 0!==o?o:"toolbar";if("toolbar"===a)e.push(M(n,i,!0));else if("dropdown"===a){e.some((e=>t.isValidElement(e)&&"unchecked-dropdown"===e.key))||e.push(t.createElement(Ha,{key:"unchecked-dropdown"},t.createElement(Va,{open:w,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:u.length>0}),width:200,onOpenChange:C},r.map(((e,n)=>"singleButton"===e.type?t.createElement(Ht,{key:`unchecked-single-${e.label||n}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,!0),onClick:()=>{e.onClick(u),C(!1)}},e.label):"groupButton"===e.type?e.items.map(((e,r)=>t.createElement(Ht,{key:qx(e,"unchecked-group",n,r),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,!0),onClick:()=>{e.onClick(u),C(!1)}},e.label))):"separator"===e.type?t.createElement(Ra,{key:`unchecked-separator-sep-${n}`}):"heading"===e.type?t.createElement(Oa,{key:`unchecked-heading-${e.label||`heading${n}`}`},e.label):t.createElement(Ra,{key:`unchecked-divider-div-${n}`}))))))}})),e};A=t.createElement(Oy,null,o(),n.length>0&&i.length>0&&t.createElement(Hy,null),a())}}var L;return t.createElement(ny,{isSmallLayout:r},t.createElement(Ay,null,m&&t.createElement(t.Fragment,null,t.createElement(Xd,{checked:g||f,indeterminate:f,disabled:0===s.length,"aria-label":"すべての行を選択",onChange:I}),!r&&t.createElement(Ly,null,t.createElement("span",{style:{color:h.palette.primary.base,fontWeight:700}},0===u.length?"-":u.length),"件を")),A),t.createElement(sy,null,E&&t.createElement(Dy,null),t.createElement(Py,null),t.createElement(Ha,null,t.createElement(Va,{open:b,width:316,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"setting",color:"currentColor"})}),onOpenChange:v},function(e,t){return!(!t.reorder&&!t.visibility)&&e.some((e=>Bx(e,t)||Px(e,t)))}(o,a)&&t.createElement(Ry,null),t.createElement(Ny,null),t.createElement(Zy,null)))))},Gy=({children:e})=>{const[n,r]=i(!0),l=o(null),s=d((()=>{const e=l.current;if(!e)return;const{scrollLeft:t,scrollWidth:n,clientWidth:i}=e,o=Math.max(0,n-i),a=o>.5&&!(t>=o-1);r((e=>e===a?e:a))}),[]);return a((()=>{const e=l.current;if(!e)return;s(),e.addEventListener("scroll",s,{passive:!0});const t=new ResizeObserver(s);t.observe(e);const n=e.firstElementChild;return n instanceof HTMLElement&&t.observe(n),()=>{e.removeEventListener("scroll",s),t.disconnect()}}),[s]),t.createElement(Yx.Provider,{value:{showStickyRightEdgeDecoration:n}},t.createElement(ty,{ref:l},t.createElement("table",null,e)))},Yy=({bordered:e,currentPage:n,pageSize:r,pageSizeOptions:s,totalCount:c,columns:u,onPageChange:p,onPageSizeChange:m,onColumnsChange:h,onCheckedRowsChange:g,children:f,tableActions:b,customTableActionArea:v,enableRowSelection:x=!0,columnEditFeatures:y})=>{const w=l((()=>{return{reorder:null!==(t=null==(e=y)?void 0:e.reorder)&&void 0!==t?t:Zx,visibility:null!==(n=null==e?void 0:e.visibility)&&void 0!==n?n:Tx};var e,t,n}),[y]),[C,E]=i(!1),[I,k]=i([]),[M,$]=i([]),[A,L]=i([]),[V,H]=i(0),O=o(null),S=d(((e,t)=>{const n=[...A];n[e]=t,L(n)}),[A,L]);a((()=>{if(!O.current)return;const e=()=>{var e;O.current&&E((null===(e=O.current)||void 0===e?void 0:e.clientWidth)<j.TABLET)},t=new ResizeObserver(e);return e(),t.observe(O.current),()=>{t.disconnect()}}),[]);const D=d((e=>{$(e),null==g||g(e)}),[$,g]),R=o(n);a((()=>{R.current!==n&&D([]),R.current=n}),[n,D]),a((()=>{if(0===M.length)return;const e=M.filter((e=>I.includes(e)));e.length!==M.length&&D(e)}),[I,M,D]);const N=x&&!!b,[z,Z]=i(null),T=d(((e,t)=>{Z((n=>void 0===t?n===e?null:n:null!==n&&n!==e?("production"!==process.env.NODE_ENV&&console.warn(`[DataTable2] sticky="right" は 1 列のみです。既に列 index ${String(n)} で使用されているため、列 ${String(e)} の登録は無視しました。`),n):e))}),[]),B=l((()=>{const e=u.filter((e=>e.visible)).length;return{registerColumnSticky:T,getStickyRightOffset:t=>{var n;if(null===z||t!==z)return;let r=0;for(let i=t+1;i<e;i++)r+=null!==(n=A[i])&&void 0!==n?n:0;return r},rightStickyColumnIndex:z,getRightStickyZIndexHead:e=>3,getRightStickyZIndexBody:e=>1}}),[A,u,T,z]);return t.createElement(ey,{ref:O,bordered:e},t.createElement(Gx.Provider,{value:{isSmallLayout:C,rowIds:I,enableRowSelection:x,hasRowControls:N,checkedRows:M,totalCount:c,currentPage:n,pageSize:r,pageSizeOptions:s,columns:u,columnEditFeatures:w,columnWidths:A,rowSpacing:V,setRowIds:k,setCheckedRows:D,setCurrentPage:p,setPageSize:m,setColumns:h,setColumnWidth:S,setRowSpacing:H}},t.createElement(jx.Provider,{value:B},t.createElement(_y,{tableActions:b,customTableActionArea:v}),t.createElement(Gy,null,f))))},jy=({children:e})=>{const{hasRowControls:n,columns:r}=c(Gx),i=l((()=>p.toArray(e).map(((e,t)=>{const n=r[t];return{id:n.id,index:t,order:n.order,visible:n.visible,child:e}})).filter((e=>void 0!==e.id))),[e,r]),o=l((()=>i.sort(((e,t)=>e.order-t.order)).filter((e=>e.visible))),[i]);return t.createElement(t.Fragment,null,t.createElement("colgroup",null,n&&t.createElement("col",{style:{width:34}}),o.map((({id:e,child:n})=>m(n)?t.createElement("col",{key:e,style:{width:n.props.width}}):null))),t.createElement(dy,null,t.createElement("tr",null,n&&t.createElement(wy,{"aria-label":"empty cell"}),o.map((({id:e,index:n,child:r})=>t.createElement(Fx.Provider,{key:e,value:{index:n}},r))))))},Fy=({className:e,sticky:n,isResizable:r,width:l,minWidth:s=32,maxWidth:u=1/0,children:p,onWidthChange:m})=>{const{isSmallLayout:h,setColumnWidth:g}=c(Gx),{registerColumnSticky:f,getStickyRightOffset:b,rightStickyColumnIndex:v,getRightStickyZIndexHead:x}=c(jx),{showStickyRightEdgeDecoration:y}=c(Yx),w=c(Fx),[C,E]=i(!1);a((()=>(f(w.index,"right"===n?"right":void 0),()=>{f(w.index,void 0)})),[n,w.index,f]);const I=b(w.index),M=void 0!==I&&w.index===v&&y,$=void 0!==I?x(w.index):void 0,A=o(null),L=o(null),V=o(0),H=o(0),O=d((e=>{E(!0),L.current&&null===A.current&&(A.current=e.pointerId,H.current=l||L.current.clientWidth,V.current=e.clientX)}),[l]),S=d((e=>{if(!m)return;if(A.current!==e.pointerId)return;e.cancelable&&e.preventDefault();const t=e.clientX-V.current,n=((e,t,n)=>Math.min(Math.max(e,t),n))(H.current+t,s,u);m(n),g(w.index,n)}),[m,s,u,g,w.index]),D=d((()=>{E(!1),A.current=null}),[]);return a((()=>{if(C)return document.addEventListener("pointermove",S),document.addEventListener("pointerup",D),()=>{document.removeEventListener("pointermove",S),document.removeEventListener("pointerup",D)}}),[C,S,D]),t.createElement(uy,{ref:L,className:e,"data-dragging":C,$stickyRightOffset:I,$stickyZIndex:$,$showStickyEdgeDecoration:M,style:{minWidth:isFinite(s)&&s<=u?s:void 0,maxWidth:isFinite(s)&&s<=u?u:void 0}},t.createElement(my,{isSmallLayout:h},p,r&&t.createElement(hy,{type:"button","aria-label":"resize the column",onPointerDown:O}),C&&k(t.createElement(gy,{"data-min":l&&s>=l,"data-max":l&&u<=l}),document.body)))},Wy=({showSortButton:e,sortButtonDirection:n,onSortChange:r,children:i})=>{const o=l((()=>"asc"===n?"desc":"desc"!==n?"asc":void 0),[n]),a=d((()=>{null==r||r(o)}),[r,o]),s=l((()=>"asc"===n?"sort_up":"desc"===n?"sort_down":"sort_inactive"),[n]);return e?t.createElement(vy,{type:"button",onClick:a},i,t.createElement(oe,{name:s,size:"md"})):t.createElement(by,null,i)},Xy=({children:e})=>{const{rowIds:n,setRowIds:r}=c(Gx);return a((()=>{const t=[];p.forEach(e,(e=>{if(!m(e))return;const n=e.props;"string"==typeof n.id&&t.push(n.id)})),t.length===n.length&&t.every((e=>n.includes(e)))||r(t)}),[e,n,r]),t.createElement("tbody",null,e)},Jy=({id:e,children:n})=>{const{isSmallLayout:r,columns:i,hasRowControls:o,checkedRows:a,setCheckedRows:s,rowSpacing:u}=c(Gx),m=l((()=>a.includes(e)),[e,a]),h=d((()=>{const t=a.includes(e)?a.filter((t=>t!==e)):[...a,e];s(t)}),[e,a,s]),g=l((()=>p.toArray(n).map(((e,t)=>{const n=i[t];return{id:n.id,index:t,order:n.order,visible:n.visible,child:e}})).filter((e=>void 0!==e.id))),[n,i]),f=l((()=>g.sort(((e,t)=>e.order-t.order)).filter((e=>e.visible))),[g]);return t.createElement(xy,{"data-highlighted":m,"data-spacing":u,isSmallLayout:r},o&&t.createElement(yy,null,t.createElement(Cy,null,t.createElement(Xd,{checked:m,"aria-label":"この行を選択",onChange:h}),t.createElement("input",{type:"checkbox","aria-label":"この行を選択"}))),f.map((({id:e,index:n,child:r})=>t.createElement(Fx.Provider,{key:e,value:{index:n}},r))))},Uy=({loading:e,sticky:n,children:r})=>{const{getStickyRightOffset:i,rightStickyColumnIndex:o,getRightStickyZIndexBody:a}=c(jx),{showStickyRightEdgeDecoration:l}=c(Yx),s=c(Fx),d=i(s.index),u=void 0!==d&&s.index===o&&l,p=void 0!==d?a(s.index):void 0;return t.createElement(py,{$stickyRightOffset:d,$stickyZIndex:p,$showStickyEdgeDecoration:u},t.createElement(Ey,null,t.createElement(ky,null,r),e&&t.createElement(Iy,null,t.createElement(qa,{width:"20px"}))))},Qy=({prepend:e,children:n,onClick:r})=>{const{isSmallLayout:i}=c(Gx);return i?t.createElement(Ht,{prepend:e,onClick:r},n):t.createElement(cy,{type:"button",onClick:r},e,n)},qy=({label:e,value:n,children:r,onChange:o})=>{const[l,s]=i(n),[c,d]=i(!1),u=()=>{d(!1),o(l)};return a((()=>{s(n)}),[n]),t.createElement(My,null,r,t.createElement($y,null,t.createElement(Ha,null,t.createElement(Va,{width:252,trigger:t.createElement(il,{type:"button",color:"primarySubtle",size:"small",inline:!0,icon:t.createElement(oe,{name:"pencil",color:"currentColor"})}),open:c,onOpenChange:d},t.createElement(Oa,null,e),t.createElement(ba,{value:l,onChange:e=>s(e.target.value),onEnter:u}),t.createElement(Ra,null),t.createElement(Na,null,t.createElement(il,{type:"button",color:"clear",size:"small",onClick:()=>{d(!1),s(n)}},"キャンセル"),t.createElement(il,{type:"button",color:"primary",size:"small",onClick:u},"適用"))))))},Ky=({label:e,value:n,options:r,children:o,onChange:a})=>{const[l,s]=i(!1);return t.createElement(My,null,o,t.createElement($y,null,t.createElement(Ha,null,t.createElement(Va,{width:252,trigger:t.createElement(il,{type:"button",color:"primarySubtle",size:"small",inline:!0,icon:t.createElement(oe,{name:"pencil",color:"currentColor"})}),open:l,onOpenChange:s},t.createElement(Oa,null,e),r.map((e=>t.createElement(Oo,{key:e,closeOnChange:!0,checked:n===e,onChange:()=>a(e)},e)))))))},ew=e=>{if(!e)return[];const t=[];let n=0,r=!isNaN(Number(e[0]));for(let i=1;i<=e.length;i++){const o=e[i],a=!isNaN(Number(o))&&" "!==o;a===r&&" "!==o&&i!==e.length||(t.push({start:n,end:i-1,value:e.slice(n,i),editable:r}),n=i,r=a)}return t},tw=e=>e.map((e=>e.value)).join(""),nw=(e,t,n)=>{if(4===e)return"year";if(2===e){const e=(t.match(/[YMD]+/g)||[]).map(((e,t)=>({token:e,length:e.length,index:t}))),r=e[n];if(r){if(r.token.includes("Y"))return"year";if(r.token.includes("M"))return"month";if(r.token.includes("D"))return"day"}}return"unknown"},rw=(e,t,n,r)=>{if(0===t){const t=parseInt(e);return"month"===n?t>=2:"day"===n&&t>=4}return t+1===r},iw={Backspace:"Backspace",Delete:"Delete",ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",ArrowUp:"ArrowUp",ArrowDown:"ArrowDown",Tab:"Tab",0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9"},ow=["Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9"],aw=Object.keys(iw).filter((e=>!isNaN(Number(e)))),lw=Object.values(iw),sw=e=>ow.includes(e),cw=e=>{const t=e.match(/Numpad(\d)/);return t?t[1]:null},dw=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,uw=/\d\d/,pw=/-?\d\d?/,mw=/\d*[^-_:/,()\s\d]+/;let hw={},gw=function(e){return(e=+e)+(e>68?1900:2e3)};const fw=function(e){return function(t){this[e]=+t}},bw=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;const t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e)}],vw=e=>{const t=hw[e];return t&&(t.indexOf?t:t.s.concat(t.f))},xw=(e,t)=>{let n;const{meridiem:r}=hw;if(r){for(let i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},yw={A:[mw,function(e){this.afternoon=xw(e,!1)}],a:[mw,function(e){this.afternoon=xw(e,!0)}],S:[/\d/,function(e){this.milliseconds=100*+e}],SS:[uw,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[pw,fw("seconds")],ss:[pw,fw("seconds")],m:[pw,fw("minutes")],mm:[pw,fw("minutes")],H:[pw,fw("hours")],h:[pw,fw("hours")],HH:[pw,fw("hours")],hh:[pw,fw("hours")],D:[pw,fw("day")],DD:[uw,fw("day")],Do:[mw,function(e){const{ordinal:t}=hw;if([this.day]=e.match(/\d+/),t)for(let n=1;n<=31;n+=1)t(n).replace(/\[|\]/g,"")===e&&(this.day=n)}],M:[pw,fw("month")],MM:[uw,fw("month")],MMM:[mw,function(e){const t=vw("months"),n=(vw("monthsShort")||t.map((e=>e.slice(0,3)))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n}],MMMM:[mw,function(e){const t=vw("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,fw("year")],YY:[uw,function(e){this.year=gw(e)}],YYYY:[/\d{4}/,fw("year")],Z:bw,ZZ:bw};const ww=(e,t,n)=>{try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);const r=function(e){const t=e.match(dw),{length:n}=t;for(let e=0;e<n;e+=1){const n=t[e],r=yw[n],i=r&&r[0],o=r&&r[1];t[e]=o?{regex:i,parser:o}:n.replace(/^\[|\]$/g,"")}return function(e){const r={};for(let i=0,o=0;i<n;i+=1){const n=t[i];if("string"==typeof n)o+=n.length;else{const{regex:t,parser:i}=n,a=e.slice(o),l=t.exec(a)[0];i.call(r,l),e=e.replace(l,"")}}return function(e){const{afternoon:t}=e;if(void 0!==t){const{hours:n}=e;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon}}(r),r}}(t),{year:i,month:o,day:a,hours:l,minutes:s,seconds:c,milliseconds:d,zone:u}=r(e),p=new Date,m=i||p.getFullYear(),h=o-1,g=l||0,f=s||0,b=c||0,v=d||0;return u?new Date(Date.UTC(m,h,a,g,f,b,v+60*u.offset*1e3)):n?new Date(Date.UTC(m,h,a,g,f,b,v)):new Date(m,h,a,g,f,b,v)}catch(e){return new Date("")}};var Cw=(e,t,n)=>{n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&({parseTwoDigitYear:gw}=e);const r=t.prototype,i=r.parse;r.parse=function(e){const{date:t,utc:r,args:o}=e;this.$u=r;const a=o[1];if("string"==typeof a){const e=!0===o[2],i=!0===o[3],l=e||i;let s=o[2];i&&([,,s]=o),hw=this.$locale(),!e&&s&&(hw=n.Ls[s]),this.$d=ww(t,a,r),this.init(),s&&!0!==s&&(this.$L=this.locale(s).$L),l&&t!=this.format(a)&&(this.$d=new Date("")),hw={}}else if(a instanceof Array){const e=a.length;for(let t=1;t<=e;t+=1){o[1]=a[t-1];const r=n.apply(this,o);if(r.isValid()){this.$d=r.$d,this.$L=r.$L,this.init();break}t===e&&(this.$d=new Date(""))}}else i.call(this,e)}};const Ew=({date:e,format:t="YYYY-MM-DD",onDateChange:n})=>{Ta.extend(Cw);const r=o(null),[l,s]=i(null==e?void 0:e.format(t)),[c,u]=i(ew(l)),[p,m]=i({start:0,end:c.length-1,current:0}),[h,g]=i(0),f=d((()=>{setTimeout((()=>{var e,t,n;if(0===c.length)return;const i=null!==(t=null===(e=r.current)||void 0===e?void 0:e.selectionStart)&&void 0!==t?t:0,o=c[c.length-1].end+1,a=i>=o?o:i,l=c.findIndex((e=>a>=e.start&&a<=e.end+1));-1!==l&&(m((e=>c[l].editable?e.current===l?e:Object.assign(Object.assign({},e),{current:l}):Object.assign(Object.assign({},e),{current:l+1}))),null===(n=r.current)||void 0===n||n.setSelectionRange(c[l].start,c[l].end+1))}))}),[c]),b=d((()=>{}),[]),v=d((()=>{m((e=>Object.assign(Object.assign({},e),{current:0}))),g(0)}),[]),x=d((e=>{if(0===c.length)return;const r=sw(e.code),i=r?cw(e.code):null;if(!lw.includes(e.key)&&!r)return;if(e.key===iw.ArrowLeft||e.key===iw.ArrowRight){e.preventDefault();const t=e=>{const t=p.current;if(e===iw.ArrowLeft){for(let e=t-1;e>=0;e--)if(c[e].editable)return e-t}else if(e===iw.ArrowRight)for(let e=t+1;e<c.length;e++)if(c[e].editable)return e-t;return 0},n=e.key;m((e=>Object.assign(Object.assign({},e),{current:e.current+t(n)})))}if(e.key===iw.ArrowUp||e.key===iw.ArrowDown){e.preventDefault();const r=e.key===iw.ArrowUp?1:-1,i=Number(c[p.current].value)+r,o=String(i).padStart(c[p.current].value.length,"0"),a=[...c];a[p.current].value=o,u(a);const l=tw(a),d=Ta(l,t);s(d.format(t)),d.isValid()&&n&&n(d)}const o=r?i:e.key;if((aw.includes(e.key)||r)&&o){e.preventDefault(),0===h&&(c[p.current].value="".padStart(c[p.current].value.length,"0"));const r=`${c[p.current].value.slice(1)}${o}`,i=[...c];i[p.current].value=r,u(i),g(h+1);const a=nw(c[p.current].value.length,t,p.current);if(rw(o,h,a,c[p.current].value.length)){g(0);for(let e=p.current+1;e<c.length;e++)if(c[e].editable){m((t=>Object.assign(Object.assign({},t),{current:e})));break}const e=tw(c),r=Ta(e,t);s(r.format(t)),n&&n(r)}else{const e=tw(c);if(!Ta(e,t,!0).isValid())return void s(e);const r=Ta(e,t);s(r.format(t)),n&&n(r)}}}),[c,t,n,p]),y=d((()=>{f()}),[f]),w=d((e=>{e.preventDefault();const r=e.clipboardData.getData("text").trim(),i=/[Hh]|mm|ss/.test(t),o=[];o.push(t),o.push("YYYY年M月D日","YYYY年MM月DD日"),i&&o.push("YYYY年M月D日 HH:mm","YYYY年MM月DD日 HH:mm","YYYY年M月D日 HH:mm:ss","YYYY年MM月DD日 HH:mm:ss"),o.push("YYYY-MM-DD","YYYY-M-DD","YYYY-MM-D","YYYY-M-D"),i&&o.push("YYYY-MM-DD HH:mm","YYYY-M-DD HH:mm","YYYY-MM-D HH:mm","YYYY-M-D HH:mm","YYYY-MM-DD HH:mm:ss","YYYY-M-DD HH:mm:ss","YYYY-MM-D HH:mm:ss","YYYY-M-D HH:mm:ss"),o.push("YYYY/MM/DD","YYYY/M/DD","YYYY/MM/D","YYYY/M/D"),i&&o.push("YYYY/MM/DD HH:mm","YYYY/M/DD HH:mm","YYYY/MM/D HH:mm","YYYY/M/D HH:mm","YYYY/MM/DD HH:mm:ss","YYYY/M/DD HH:mm:ss","YYYY/MM/D HH:mm:ss","YYYY/M/D HH:mm:ss");const a=r.match(/(\d{4})[-/年](\d{1,2})[-/月](\d{1,2})/);if(a){const e=parseInt(a[1],10),t=parseInt(a[2],10),n=parseInt(a[3],10);if(!(e>=1900&&e<=2100&&t>=1&&t<=12&&n>=1&&n<=31))return;if(n>Ta(`${e}-${t}-01`).daysInMonth())return}let l=null;const s=Ta(r);if(s.isValid())l=s;else for(const e of o){const t=Ta(r,e,!0);if(t.isValid()){l=t;break}}if(!l||!l.isValid())return;const c=l.year(),d=l.month()+1,u=l.date();if(c>=1900&&c<=2100&&d>=1&&d<=12&&u>=1&&u<=31){if(i){const e=r.match(/(\d{1,2}):(\d{1,2})(?::(\d{1,2}))?/);if(e){const t=parseInt(e[1],10),n=parseInt(e[2],10),r=e[3]?parseInt(e[3],10):0;if(!(!isNaN(t)&&!isNaN(n)&&!isNaN(r)&&t>=0&&t<=23&&n>=0&&n<=59&&r>=0&&r<=59))return}}n&&n(l)}}),[t,n]);return a((()=>{var e;if(0===c.length)return;const t=c[p.current];t&&(null===(e=r.current)||void 0===e||e.setSelectionRange(t.start,t.end+1))}),[p,c]),a((()=>{s(null==e?void 0:e.format(t)),u(ew(null==e?void 0:e.format(t)))}),[e,t]),{ref:r,value:l,onFocus:b,onBlur:v,onKeyDown:x,onMouseDown:y,onPaste:w}},Iw=e=>[...e.split("")].reduce(((e,t)=>{const n=t.charCodeAt(0);return e+(n>=12288&&n<=65376?2:1)}),0),kw=n((function(e,n){var{error:r=!1,errorText:i,format:o="YYYY-MM-DD",disabled:a=!1,size:s="medium",variant:c="light",width:d,append:u,onAppendClick:p}=e,m=D(e,["error","errorText","format","disabled","size","variant","width","append","onAppendClick"]);Me("DateField","DateField は非推奨です。代わりに DateField2 を使用してください。");const h=Ew(Object.assign({format:o},m)),{ref:g}=h,f=D(h,["ref"]),b=kc(n,g),v=l((()=>9*Iw(o)*(parseInt(aa[s].fontSize)/13)+"px"),[o,s]),x=null!=d?d:v;return t.createElement(t.Fragment,null,t.createElement(ga,Object.assign({ref:b,readOnly:!0,error:r||!!i,disabled:a,size:s,variant:c,width:x,append:u,onAppendClick:p},f)),i&&t.createElement(ja,{pt:1},t.createElement(Qc,null,i)))}));var Mw=g(kw);const $w=v.div`
|
|
2736
|
+
`,Dy=()=>{const{columns:e,setColumns:n,isSmallLayout:r}=c(Gx),[o,s]=i(!1),[u,p]=i(e.map((e=>e.filtered||!1))),m=l((()=>e.filter((e=>e.filtered)).length),[e]),h=d((()=>{p(e.map((e=>e.filtered||!1)))}),[e]),g=d(((e,t)=>{p((n=>n.map(((n,r)=>e===r?t:n))))}),[p]),f=d((()=>{h(),s(!1)}),[h]),b=d((()=>{const t=structuredClone(e).map(((e,t)=>Object.assign(Object.assign({},e),{filtered:u[t]})));n(t),s(!1)}),[e,n,u]),v=d((e=>{s(e),e||h()}),[s,h]);return a((()=>h()),[e,h]),t.createElement(Ha,null,t.createElement(La,{width:360,trigger:t.createElement(ly,{type:"button",disabled:0===m},t.createElement(oe,{name:"filter",color:"currentColor"}),r?m:`${m}列に適用中`),open:o,onOpenChange:v},t.createElement(Oa,null,"フィルタが適用されている列"),e.map(((e,n)=>!0===e.filtered?t.createElement(To,{key:e.id,checked:u[n],onChange:e=>g(n,e)},e.label):null)),t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},"リセットしたいフィルタのボタンをオフにしてください"),t.createElement(Ra,null),t.createElement(Na,null,t.createElement(il,{type:"button",size:"small",color:"clear",onClick:f},"キャンセル"),t.createElement(il,{type:"button",size:"small",onClick:b},"適用"))))},Ry=()=>{const{columns:e,setColumns:n,columnEditFeatures:r}=c(Gx),i=l((()=>[...e].sort(((e,t)=>e.order-t.order))),[e]),o=l((()=>i.map((e=>e.id))),[i]),a=l((()=>i.filter((e=>Bx(e,r))).map((e=>e.id))),[i,r]),s=d((t=>{r.reorder&&n(_x(e,t,r))}),[r,e,n]),u=d((t=>{r.visibility&&n(e.map((e=>e.id===t?Object.assign(Object.assign({},e),{visible:!e.visible}):e)))}),[r.visibility,e,n]),p=d(((e,t)=>{if(t)return()=>u(e)}),[u]),m=(h=r).reorder&&h.visibility?"カラムの並び順、表示・非表示を切り替えます。":h.reorder?"カラムの並び順を変更します。":"カラムの表示・非表示を切り替えます。";var h;const g=i.map((e=>(e=>{const n=Bx(e,r),i=Px(e,r),o=p(e.id,i),a=t.createElement(To,{disabled:!i,checked:e.visible,onChange:o},e.label);return n?t.createElement(ta,{key:e.id,id:e.id},a):t.createElement(oa,{key:e.id,id:e.id},a)})(e)));return t.createElement(La,{width:328,trigger:t.createElement(Yo,null,"カラムを編集")},r.reorder&&a.length>0?t.createElement(Qo,{order:a,displayOrder:o,onOrderChange:s},g):g,t.createElement(Da,{prepend:t.createElement(oe,{name:"question"})},m))},Ny=()=>{const{pageSize:e,pageSizeOptions:n,setPageSize:r}=c(Gx);return t.createElement(La,{width:136,trigger:t.createElement(Yo,{append:e},"件数を変更")},n.map((n=>t.createElement(Oo,{key:n,closeOnChange:!0,checked:e===n,onChange:()=>r(n)},n,"件"))))},zy=[{value:-2,label:"より狭くする"},{value:-1,label:"狭くする"},{value:0,label:"標準"},{value:1,label:"広くする"},{value:2,label:"より広くする"}],Zy=()=>{const{rowSpacing:e,setRowSpacing:n}=c(Gx),r=l((()=>{var t;return(null===(t=zy.find((t=>t.value===e)))||void 0===t?void 0:t.label)||"標準"}),[e]);return t.createElement(La,{width:168,trigger:t.createElement(Yo,{append:r},"表示密度を変更")},zy.map((({value:r,label:i})=>t.createElement(Oo,{key:r,closeOnChange:!0,checked:e===r,onChange:()=>(e=>{n(e)})(r)},i))))},Ty="small",By="secondaryLight",Py=()=>{const{isSmallLayout:e,totalCount:n,currentPage:r,pageSize:i,pageSizeOptions:o,setCurrentPage:s,setPageSize:u}=c(Gx),p=d((e=>{s(0),u(e)}),[s,u]),m=l((()=>Math.ceil(n/i)-1),[n,i]),h=Math.min(r*i+1,n),g=Math.min((r+1)*i,n);return a((()=>{r>m&&s(m)}),[r,m,s]),t.createElement(Gu,{minSize:"fit-content"},t.createElement(il,{inline:!0,type:"button","aria-label":"前のページへ",size:Ty,color:By,disabled:0===r||0===n,icon:t.createElement(oe,{name:"arrow_left",size:"md",color:"currentColor"}),onClick:()=>s(Math.max(r-1,0))}),!e&&t.createElement(Ha,null,t.createElement(La,{width:296,trigger:t.createElement(il,{inline:!0,type:"button",size:Ty,color:By},t.createElement(ry,null,0===n?t.createElement(t.Fragment,null,t.createElement(iy,null,"0"),t.createElement(oy,null," / "),t.createElement(iy,null,"0")):t.createElement(t.Fragment,null,t.createElement(iy,null,Wx(h)),t.createElement(oy,null,"-"),t.createElement(iy,null,Wx(g)),t.createElement(oy,null,"/"),t.createElement(iy,null,Wx(n))),t.createElement(ay,null,t.createElement(oe,{name:"arrow_down",size:"sm-md",color:"currentColor"}))))},t.createElement(Oa,null,"表示件数を変更"),o.map((e=>t.createElement(Oo,{key:e,checked:i===e,onChange:()=>p(e)},e))))),t.createElement(il,{inline:!0,type:"button","aria-label":"次のページへ",size:Ty,color:By,disabled:r===m||0===n,icon:t.createElement(oe,{name:"arrow_right",size:"md",color:"currentColor"}),onClick:()=>s(Math.min(r+1,m))}))},_y=({tableActions:e,customTableActionArea:n})=>{const{isSmallLayout:r,columns:o,columnEditFeatures:a,rowIds:s,checkedRows:u,setCheckedRows:p,hasRowControls:m}=c(Gx),h=ee(),g=l((()=>s.length>0&&u.length===s.length),[u,s]),f=l((()=>0!==u.length&&u.length!==s.length),[u,s]),[b,v]=i(!1),[x,y]=i(!1),[w,C]=i(!1),E=l((()=>o.some((e=>void 0!==e.filtered))),[o]),I=d((()=>{p(g?[]:s)}),[g,s,p]),k=d(((e,n)=>((e,n,r,i)=>{if(n&&t.isValidElement(e)){let o=r?n.enabled:n.disabled||"currentColor";return"success"===o?o=i.palette.success.base:"danger"===o?o=i.palette.danger.base:"primary"===o?o=i.palette.primary.base:"warning"===o&&(o=i.palette.warning.base),t.cloneElement(e,Object.assign(Object.assign({},e.props),{color:o}))}return e})(e,n,u.length>0,h)),[u.length,h]),M=d(((e,n,r)=>{var i;return"singleButton"===e.type?t.createElement(il,{key:Ux(e,n),icon:k(e.icon,e.dynamicIconColor),color:null!==(i=e.color)&&void 0!==i?i:"secondaryLight",size:"small",inline:r,style:e.style,disabled:Jx(e,u),onClick:()=>e.onClick(u)},e.label):"groupButton"===e.type?t.createElement(Fu,{key:Ux(e,n),size:"small"},e.items.map(((e,r)=>{var i;return t.createElement(il,{key:Qx(e,n,r),icon:k(e.icon,e.dynamicIconColor),color:null!==(i=e.color)&&void 0!==i?i:"secondaryLight",style:e.style,disabled:Jx(e,u),onClick:()=>e.onClick(u)},e.label)}))):"separator"===e.type?t.createElement(Hy,{key:Ux(e,n)}):"heading"===e.type?t.createElement("span",{key:Ux(e,n),style:{padding:"8px",fontSize:"14px",fontWeight:"bold"}},e.label):t.createElement(Hy,{key:Ux(e,n)})}),[u,k]),$=d(((e,n=!1)=>{const r=[],i=new Set;return e.forEach(((o,a)=>{if("singleButton"!==o.type&&"groupButton"!==o.type||!o.headingLabel||i.has(o.headingLabel))"singleButton"!==o.type&&"groupButton"!==o.type||o.headingLabel?"separator"===o.type?r.push(t.createElement(Ra,{key:`separator-${a}`})):"heading"===o.type?r.push(t.createElement(Oa,{key:`heading-${o.label||a}`},o.label)):"divider"===o.type&&r.push(t.createElement(Ra,{key:`divider-${a}`})):"singleButton"===o.type?r.push(t.createElement(Ht,{key:`single-${o.label||a}`,prepend:k(o.icon,o.dynamicIconColor),disabled:Jx(o,u,n),onClick:()=>{o.onClick(u),n?C(!1):y(!1)}},o.label)):"groupButton"===o.type&&o.items.forEach(((e,i)=>{r.push(t.createElement(Ht,{key:qx(e,"mobile-group",a,i),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label))}));else{i.add(o.headingLabel);const a=e.filter((e=>("singleButton"===e.type||"groupButton"===e.type)&&e.headingLabel===o.headingLabel));r.push(t.createElement(Oa,{key:`group-${o.headingLabel}-heading`},o.headingLabel)),a.forEach(((e,i)=>{"singleButton"===e.type?r.push(t.createElement(Ht,{key:`group-${e.headingLabel}-${e.label||i}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label)):"groupButton"===e.type&&e.items.forEach(((e,a)=>{r.push(t.createElement(Ht,{key:qx(e,`group-${o.headingLabel}-group`,i,a),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,n),onClick:()=>{e.onClick(u),n?C(!1):y(!1)}},e.label))}))}))}})),r}),[u,y,C,k]);let A=null;if(n)A=n({isSmallLayout:r,checkedRows:u});else if(e&&e.length>0){const{checkedActions:n,uncheckedActions:i}={checkedActions:(V=e).filter((e=>{const t="enabledWhen"in e?e.enabledWhen:void 0;return"checked"===t||void 0===t})),uncheckedActions:V.filter((e=>"unchecked"===("enabledWhen"in e?e.enabledWhen:void 0)))};if(r)A=t.createElement(Oy,null,n.length>0&&t.createElement(Ha,null,t.createElement(La,{open:x,trigger:t.createElement(Sy,{type:"button",disabled:0===u.length},t.createElement("span",{style:{color:0===u.length?"inherit":h.palette.primary.base,fontWeight:700}},0===u.length?"-":u.length),"件を操作",t.createElement(oe,{name:"arrow_down",size:"sm-md",color:"currentColor"})),width:200,onOpenChange:y},$(n))),i.length>0&&t.createElement(Ha,null,t.createElement(La,{open:w,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:u.length>0}),width:200,onOpenChange:C},$(i,!0))));else{const{dropdownActions:e}=Xx(n),{dropdownActions:r}=Xx(i),o=()=>{const r=[];return n.forEach(((n,i)=>{var o;const a=null!==(o=n.displayIn)&&void 0!==o?o:"toolbar";if("toolbar"===a)r.push(M(n,i,!0));else if("dropdown"===a){r.some((e=>t.isValidElement(e)&&"checked-dropdown"===e.key))||r.push(t.createElement(Ha,{key:"checked-dropdown"},t.createElement(La,{open:x,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:0===u.length}),width:200,onOpenChange:y},e.map(((e,n)=>"singleButton"===e.type?t.createElement(Ht,{key:`checked-single-${e.label||n}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u),onClick:()=>{e.onClick(u),y(!1)}},e.label):"groupButton"===e.type?e.items.map(((e,r)=>t.createElement(Ht,{key:qx(e,"checked-group",n,r),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u),onClick:()=>{e.onClick(u),y(!1)}},e.label))):"separator"===e.type?t.createElement(Ra,{key:`checked-separator-sep-${n}`}):"heading"===e.type?t.createElement(Oa,{key:`checked-heading-${e.label||`heading${n}`}`},e.label):t.createElement(Ra,{key:`checked-divider-div-${n}`}))))))}})),r},a=()=>{const e=[];return i.forEach(((n,i)=>{var o;const a=null!==(o=n.displayIn)&&void 0!==o?o:"toolbar";if("toolbar"===a)e.push(M(n,i,!0));else if("dropdown"===a){e.some((e=>t.isValidElement(e)&&"unchecked-dropdown"===e.key))||e.push(t.createElement(Ha,{key:"unchecked-dropdown"},t.createElement(La,{open:w,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"more_vert",color:"currentColor"}),disabled:u.length>0}),width:200,onOpenChange:C},r.map(((e,n)=>"singleButton"===e.type?t.createElement(Ht,{key:`unchecked-single-${e.label||n}`,prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,!0),onClick:()=>{e.onClick(u),C(!1)}},e.label):"groupButton"===e.type?e.items.map(((e,r)=>t.createElement(Ht,{key:qx(e,"unchecked-group",n,r),prepend:k(e.icon,e.dynamicIconColor),disabled:Jx(e,u,!0),onClick:()=>{e.onClick(u),C(!1)}},e.label))):"separator"===e.type?t.createElement(Ra,{key:`unchecked-separator-sep-${n}`}):"heading"===e.type?t.createElement(Oa,{key:`unchecked-heading-${e.label||`heading${n}`}`},e.label):t.createElement(Ra,{key:`unchecked-divider-div-${n}`}))))))}})),e};A=t.createElement(Oy,null,o(),n.length>0&&i.length>0&&t.createElement(Hy,null),a())}}var V;return t.createElement(ny,{isSmallLayout:r},t.createElement(Ay,null,m&&t.createElement(t.Fragment,null,t.createElement(Xd,{checked:g||f,indeterminate:f,disabled:0===s.length,"aria-label":"すべての行を選択",onChange:I}),!r&&t.createElement(Vy,null,t.createElement("span",{style:{color:h.palette.primary.base,fontWeight:700}},0===u.length?"-":u.length),"件を")),A),t.createElement(sy,null,E&&t.createElement(Dy,null),t.createElement(Py,null),t.createElement(Ha,null,t.createElement(La,{open:b,width:316,trigger:t.createElement(il,{type:"button",color:"secondaryLight",size:"small",icon:t.createElement(oe,{name:"setting",color:"currentColor"})}),onOpenChange:v},function(e,t){return!(!t.reorder&&!t.visibility)&&e.some((e=>Bx(e,t)||Px(e,t)))}(o,a)&&t.createElement(Ry,null),t.createElement(Ny,null),t.createElement(Zy,null)))))},Gy=({children:e})=>{const[n,r]=i(!0),l=o(null),s=d((()=>{const e=l.current;if(!e)return;const{scrollLeft:t,scrollWidth:n,clientWidth:i}=e,o=Math.max(0,n-i),a=o>.5&&!(t>=o-1);r((e=>e===a?e:a))}),[]);return a((()=>{const e=l.current;if(!e)return;s(),e.addEventListener("scroll",s,{passive:!0});const t=new ResizeObserver(s);t.observe(e);const n=e.firstElementChild;return n instanceof HTMLElement&&t.observe(n),()=>{e.removeEventListener("scroll",s),t.disconnect()}}),[s]),t.createElement(Yx.Provider,{value:{showStickyRightEdgeDecoration:n}},t.createElement(ty,{ref:l},t.createElement("table",null,e)))},Yy=({bordered:e,currentPage:n,pageSize:r,pageSizeOptions:s,totalCount:c,columns:u,onPageChange:p,onPageSizeChange:m,onColumnsChange:h,onCheckedRowsChange:g,children:f,tableActions:b,customTableActionArea:v,enableRowSelection:x=!0,columnEditFeatures:y})=>{const w=l((()=>{return{reorder:null!==(t=null==(e=y)?void 0:e.reorder)&&void 0!==t?t:Zx,visibility:null!==(n=null==e?void 0:e.visibility)&&void 0!==n?n:Tx};var e,t,n}),[y]),[C,E]=i(!1),[I,k]=i([]),[M,$]=i([]),[A,V]=i([]),[L,H]=i(0),O=o(null),S=d(((e,t)=>{const n=[...A];n[e]=t,V(n)}),[A,V]);a((()=>{if(!O.current)return;const e=()=>{var e;O.current&&E((null===(e=O.current)||void 0===e?void 0:e.clientWidth)<j.TABLET)},t=new ResizeObserver(e);return e(),t.observe(O.current),()=>{t.disconnect()}}),[]);const D=d((e=>{$(e),null==g||g(e)}),[$,g]),R=o(n);a((()=>{R.current!==n&&D([]),R.current=n}),[n,D]),a((()=>{if(0===M.length)return;const e=M.filter((e=>I.includes(e)));e.length!==M.length&&D(e)}),[I,M,D]);const N=x&&!!b,[z,Z]=i(null),T=d(((e,t)=>{Z((n=>void 0===t?n===e?null:n:null!==n&&n!==e?("production"!==process.env.NODE_ENV&&console.warn(`[DataTable2] sticky="right" は 1 列のみです。既に列 index ${String(n)} で使用されているため、列 ${String(e)} の登録は無視しました。`),n):e))}),[]),B=l((()=>{const e=u.filter((e=>e.visible)).length;return{registerColumnSticky:T,getStickyRightOffset:t=>{var n;if(null===z||t!==z)return;let r=0;for(let i=t+1;i<e;i++)r+=null!==(n=A[i])&&void 0!==n?n:0;return r},rightStickyColumnIndex:z,getRightStickyZIndexHead:e=>3,getRightStickyZIndexBody:e=>1}}),[A,u,T,z]);return t.createElement(ey,{ref:O,bordered:e},t.createElement(Gx.Provider,{value:{isSmallLayout:C,rowIds:I,enableRowSelection:x,hasRowControls:N,checkedRows:M,totalCount:c,currentPage:n,pageSize:r,pageSizeOptions:s,columns:u,columnEditFeatures:w,columnWidths:A,rowSpacing:L,setRowIds:k,setCheckedRows:D,setCurrentPage:p,setPageSize:m,setColumns:h,setColumnWidth:S,setRowSpacing:H}},t.createElement(jx.Provider,{value:B},t.createElement(_y,{tableActions:b,customTableActionArea:v}),t.createElement(Gy,null,f))))},jy=({children:e})=>{const{hasRowControls:n,columns:r}=c(Gx),i=l((()=>p.toArray(e).map(((e,t)=>{const n=r[t];return{id:n.id,index:t,order:n.order,visible:n.visible,child:e}})).filter((e=>void 0!==e.id))),[e,r]),o=l((()=>i.sort(((e,t)=>e.order-t.order)).filter((e=>e.visible))),[i]);return t.createElement(t.Fragment,null,t.createElement("colgroup",null,n&&t.createElement("col",{style:{width:34}}),o.map((({id:e,child:n})=>m(n)?t.createElement("col",{key:e,style:{width:n.props.width}}):null))),t.createElement(dy,null,t.createElement("tr",null,n&&t.createElement(wy,{"aria-label":"empty cell"}),o.map((({id:e,index:n,child:r})=>t.createElement(Fx.Provider,{key:e,value:{index:n}},r))))))},Fy=({className:e,sticky:n,isResizable:r,width:l,minWidth:s=32,maxWidth:u=1/0,children:p,onWidthChange:m})=>{const{isSmallLayout:h,setColumnWidth:g}=c(Gx),{registerColumnSticky:f,getStickyRightOffset:b,rightStickyColumnIndex:v,getRightStickyZIndexHead:x}=c(jx),{showStickyRightEdgeDecoration:y}=c(Yx),w=c(Fx),[C,E]=i(!1);a((()=>(f(w.index,"right"===n?"right":void 0),()=>{f(w.index,void 0)})),[n,w.index,f]);const I=b(w.index),M=void 0!==I&&w.index===v&&y,$=void 0!==I?x(w.index):void 0,A=o(null),V=o(null),L=o(0),H=o(0),O=d((e=>{E(!0),V.current&&null===A.current&&(A.current=e.pointerId,H.current=l||V.current.clientWidth,L.current=e.clientX)}),[l]),S=d((e=>{if(!m)return;if(A.current!==e.pointerId)return;e.cancelable&&e.preventDefault();const t=e.clientX-L.current,n=((e,t,n)=>Math.min(Math.max(e,t),n))(H.current+t,s,u);m(n),g(w.index,n)}),[m,s,u,g,w.index]),D=d((()=>{E(!1),A.current=null}),[]);return a((()=>{if(C)return document.addEventListener("pointermove",S),document.addEventListener("pointerup",D),()=>{document.removeEventListener("pointermove",S),document.removeEventListener("pointerup",D)}}),[C,S,D]),t.createElement(uy,{ref:V,className:e,"data-dragging":C,$stickyRightOffset:I,$stickyZIndex:$,$showStickyEdgeDecoration:M,style:{minWidth:isFinite(s)&&s<=u?s:void 0,maxWidth:isFinite(s)&&s<=u?u:void 0}},t.createElement(my,{isSmallLayout:h},p,r&&t.createElement(hy,{type:"button","aria-label":"resize the column",onPointerDown:O}),C&&k(t.createElement(gy,{"data-min":l&&s>=l,"data-max":l&&u<=l}),document.body)))},Wy=({showSortButton:e,sortButtonDirection:n,onSortChange:r,children:i})=>{const o=l((()=>"asc"===n?"desc":"desc"!==n?"asc":void 0),[n]),a=d((()=>{null==r||r(o)}),[r,o]),s=l((()=>"asc"===n?"sort_up":"desc"===n?"sort_down":"sort_inactive"),[n]);return e?t.createElement(vy,{type:"button",onClick:a},i,t.createElement(oe,{name:s,size:"md"})):t.createElement(by,null,i)},Xy=({children:e})=>{const{rowIds:n,setRowIds:r}=c(Gx);return a((()=>{const t=[];p.forEach(e,(e=>{if(!m(e))return;const n=e.props;"string"==typeof n.id&&t.push(n.id)})),t.length===n.length&&t.every((e=>n.includes(e)))||r(t)}),[e,n,r]),t.createElement("tbody",null,e)},Jy=({id:e,children:n})=>{const{isSmallLayout:r,columns:i,hasRowControls:o,checkedRows:a,setCheckedRows:s,rowSpacing:u}=c(Gx),m=l((()=>a.includes(e)),[e,a]),h=d((()=>{const t=a.includes(e)?a.filter((t=>t!==e)):[...a,e];s(t)}),[e,a,s]),g=l((()=>p.toArray(n).map(((e,t)=>{const n=i[t];return{id:n.id,index:t,order:n.order,visible:n.visible,child:e}})).filter((e=>void 0!==e.id))),[n,i]),f=l((()=>g.sort(((e,t)=>e.order-t.order)).filter((e=>e.visible))),[g]);return t.createElement(xy,{"data-highlighted":m,"data-spacing":u,isSmallLayout:r},o&&t.createElement(yy,null,t.createElement(Cy,null,t.createElement(Xd,{checked:m,"aria-label":"この行を選択",onChange:h}),t.createElement("input",{type:"checkbox","aria-label":"この行を選択"}))),f.map((({id:e,index:n,child:r})=>t.createElement(Fx.Provider,{key:e,value:{index:n}},r))))},Uy=({loading:e,sticky:n,children:r})=>{const{getStickyRightOffset:i,rightStickyColumnIndex:o,getRightStickyZIndexBody:a}=c(jx),{showStickyRightEdgeDecoration:l}=c(Yx),s=c(Fx),d=i(s.index),u=void 0!==d&&s.index===o&&l,p=void 0!==d?a(s.index):void 0;return t.createElement(py,{$stickyRightOffset:d,$stickyZIndex:p,$showStickyEdgeDecoration:u},t.createElement(Ey,null,t.createElement(ky,null,r),e&&t.createElement(Iy,null,t.createElement(qa,{width:"20px"}))))},Qy=({prepend:e,children:n,onClick:r})=>{const{isSmallLayout:i}=c(Gx);return i?t.createElement(Ht,{prepend:e,onClick:r},n):t.createElement(cy,{type:"button",onClick:r},e,n)},qy=({label:e,value:n,children:r,onChange:o})=>{const[l,s]=i(n),[c,d]=i(!1),u=()=>{d(!1),o(l)};return a((()=>{s(n)}),[n]),t.createElement(My,null,r,t.createElement($y,null,t.createElement(Ha,null,t.createElement(La,{width:252,trigger:t.createElement(il,{type:"button",color:"primarySubtle",size:"small",inline:!0,icon:t.createElement(oe,{name:"pencil",color:"currentColor"})}),open:c,onOpenChange:d},t.createElement(Oa,null,e),t.createElement(ba,{value:l,onChange:e=>s(e.target.value),onEnter:u}),t.createElement(Ra,null),t.createElement(Na,null,t.createElement(il,{type:"button",color:"clear",size:"small",onClick:()=>{d(!1),s(n)}},"キャンセル"),t.createElement(il,{type:"button",color:"primary",size:"small",onClick:u},"適用"))))))},Ky=({label:e,value:n,options:r,children:o,onChange:a})=>{const[l,s]=i(!1);return t.createElement(My,null,o,t.createElement($y,null,t.createElement(Ha,null,t.createElement(La,{width:252,trigger:t.createElement(il,{type:"button",color:"primarySubtle",size:"small",inline:!0,icon:t.createElement(oe,{name:"pencil",color:"currentColor"})}),open:l,onOpenChange:s},t.createElement(Oa,null,e),r.map((e=>t.createElement(Oo,{key:e,closeOnChange:!0,checked:n===e,onChange:()=>a(e)},e)))))))},ew=e=>{if(!e)return[];const t=[];let n=0,r=!isNaN(Number(e[0]));for(let i=1;i<=e.length;i++){const o=e[i],a=!isNaN(Number(o))&&" "!==o;a===r&&" "!==o&&i!==e.length||(t.push({start:n,end:i-1,value:e.slice(n,i),editable:r}),n=i,r=a)}return t},tw=e=>e.map((e=>e.value)).join(""),nw=(e,t,n)=>{if(4===e)return"year";if(2===e){const e=(t.match(/[YMD]+/g)||[]).map(((e,t)=>({token:e,length:e.length,index:t}))),r=e[n];if(r){if(r.token.includes("Y"))return"year";if(r.token.includes("M"))return"month";if(r.token.includes("D"))return"day"}}return"unknown"},rw=(e,t,n,r)=>{if(0===t){const t=parseInt(e);return"month"===n?t>=2:"day"===n&&t>=4}return t+1===r},iw={Backspace:"Backspace",Delete:"Delete",ArrowLeft:"ArrowLeft",ArrowRight:"ArrowRight",ArrowUp:"ArrowUp",ArrowDown:"ArrowDown",Tab:"Tab",0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9"},ow=["Numpad0","Numpad1","Numpad2","Numpad3","Numpad4","Numpad5","Numpad6","Numpad7","Numpad8","Numpad9"],aw=Object.keys(iw).filter((e=>!isNaN(Number(e)))),lw=Object.values(iw),sw=e=>ow.includes(e),cw=e=>{const t=e.match(/Numpad(\d)/);return t?t[1]:null},dw=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|YYYY|YY?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,uw=/\d\d/,pw=/-?\d\d?/,mw=/\d*[^-_:/,()\s\d]+/;let hw={},gw=function(e){return(e=+e)+(e>68?1900:2e3)};const fw=function(e){return function(t){this[e]=+t}},bw=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;const t=e.match(/([+-]|\d\d)/g),n=60*t[1]+(+t[2]||0);return 0===n?0:"+"===t[0]?-n:n}(e)}],vw=e=>{const t=hw[e];return t&&(t.indexOf?t:t.s.concat(t.f))},xw=(e,t)=>{let n;const{meridiem:r}=hw;if(r){for(let i=1;i<=24;i+=1)if(e.indexOf(r(i,0,t))>-1){n=i>12;break}}else n=e===(t?"pm":"PM");return n},yw={A:[mw,function(e){this.afternoon=xw(e,!1)}],a:[mw,function(e){this.afternoon=xw(e,!0)}],S:[/\d/,function(e){this.milliseconds=100*+e}],SS:[uw,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[pw,fw("seconds")],ss:[pw,fw("seconds")],m:[pw,fw("minutes")],mm:[pw,fw("minutes")],H:[pw,fw("hours")],h:[pw,fw("hours")],HH:[pw,fw("hours")],hh:[pw,fw("hours")],D:[pw,fw("day")],DD:[uw,fw("day")],Do:[mw,function(e){const{ordinal:t}=hw;if([this.day]=e.match(/\d+/),t)for(let n=1;n<=31;n+=1)t(n).replace(/\[|\]/g,"")===e&&(this.day=n)}],M:[pw,fw("month")],MM:[uw,fw("month")],MMM:[mw,function(e){const t=vw("months"),n=(vw("monthsShort")||t.map((e=>e.slice(0,3)))).indexOf(e)+1;if(n<1)throw new Error;this.month=n%12||n}],MMMM:[mw,function(e){const t=vw("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,fw("year")],YY:[uw,function(e){this.year=gw(e)}],YYYY:[/\d{4}/,fw("year")],Z:bw,ZZ:bw};const ww=(e,t,n)=>{try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);const r=function(e){const t=e.match(dw),{length:n}=t;for(let e=0;e<n;e+=1){const n=t[e],r=yw[n],i=r&&r[0],o=r&&r[1];t[e]=o?{regex:i,parser:o}:n.replace(/^\[|\]$/g,"")}return function(e){const r={};for(let i=0,o=0;i<n;i+=1){const n=t[i];if("string"==typeof n)o+=n.length;else{const{regex:t,parser:i}=n,a=e.slice(o),l=t.exec(a)[0];i.call(r,l),e=e.replace(l,"")}}return function(e){const{afternoon:t}=e;if(void 0!==t){const{hours:n}=e;t?n<12&&(e.hours+=12):12===n&&(e.hours=0),delete e.afternoon}}(r),r}}(t),{year:i,month:o,day:a,hours:l,minutes:s,seconds:c,milliseconds:d,zone:u}=r(e),p=new Date,m=i||p.getFullYear(),h=o-1,g=l||0,f=s||0,b=c||0,v=d||0;return u?new Date(Date.UTC(m,h,a,g,f,b,v+60*u.offset*1e3)):n?new Date(Date.UTC(m,h,a,g,f,b,v)):new Date(m,h,a,g,f,b,v)}catch(e){return new Date("")}};var Cw=(e,t,n)=>{n.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&({parseTwoDigitYear:gw}=e);const r=t.prototype,i=r.parse;r.parse=function(e){const{date:t,utc:r,args:o}=e;this.$u=r;const a=o[1];if("string"==typeof a){const e=!0===o[2],i=!0===o[3],l=e||i;let s=o[2];i&&([,,s]=o),hw=this.$locale(),!e&&s&&(hw=n.Ls[s]),this.$d=ww(t,a,r),this.init(),s&&!0!==s&&(this.$L=this.locale(s).$L),l&&t!=this.format(a)&&(this.$d=new Date("")),hw={}}else if(a instanceof Array){const e=a.length;for(let t=1;t<=e;t+=1){o[1]=a[t-1];const r=n.apply(this,o);if(r.isValid()){this.$d=r.$d,this.$L=r.$L,this.init();break}t===e&&(this.$d=new Date(""))}}else i.call(this,e)}};const Ew=({date:e,format:t="YYYY-MM-DD",onDateChange:n})=>{Ta.extend(Cw);const r=o(null),[l,s]=i(null==e?void 0:e.format(t)),[c,u]=i(ew(l)),[p,m]=i({start:0,end:c.length-1,current:0}),[h,g]=i(0),f=d((()=>{setTimeout((()=>{var e,t,n;if(0===c.length)return;const i=null!==(t=null===(e=r.current)||void 0===e?void 0:e.selectionStart)&&void 0!==t?t:0,o=c[c.length-1].end+1,a=i>=o?o:i,l=c.findIndex((e=>a>=e.start&&a<=e.end+1));-1!==l&&(m((e=>c[l].editable?e.current===l?e:Object.assign(Object.assign({},e),{current:l}):Object.assign(Object.assign({},e),{current:l+1}))),null===(n=r.current)||void 0===n||n.setSelectionRange(c[l].start,c[l].end+1))}))}),[c]),b=d((()=>{}),[]),v=d((()=>{m((e=>Object.assign(Object.assign({},e),{current:0}))),g(0)}),[]),x=d((e=>{if(0===c.length)return;const r=sw(e.code),i=r?cw(e.code):null;if(!lw.includes(e.key)&&!r)return;if(e.key===iw.ArrowLeft||e.key===iw.ArrowRight){e.preventDefault();const t=e=>{const t=p.current;if(e===iw.ArrowLeft){for(let e=t-1;e>=0;e--)if(c[e].editable)return e-t}else if(e===iw.ArrowRight)for(let e=t+1;e<c.length;e++)if(c[e].editable)return e-t;return 0},n=e.key;m((e=>Object.assign(Object.assign({},e),{current:e.current+t(n)})))}if(e.key===iw.ArrowUp||e.key===iw.ArrowDown){e.preventDefault();const r=e.key===iw.ArrowUp?1:-1,i=Number(c[p.current].value)+r,o=String(i).padStart(c[p.current].value.length,"0"),a=[...c];a[p.current].value=o,u(a);const l=tw(a),d=Ta(l,t);s(d.format(t)),d.isValid()&&n&&n(d)}const o=r?i:e.key;if((aw.includes(e.key)||r)&&o){e.preventDefault(),0===h&&(c[p.current].value="".padStart(c[p.current].value.length,"0"));const r=`${c[p.current].value.slice(1)}${o}`,i=[...c];i[p.current].value=r,u(i),g(h+1);const a=nw(c[p.current].value.length,t,p.current);if(rw(o,h,a,c[p.current].value.length)){g(0);for(let e=p.current+1;e<c.length;e++)if(c[e].editable){m((t=>Object.assign(Object.assign({},t),{current:e})));break}const e=tw(c),r=Ta(e,t);s(r.format(t)),n&&n(r)}else{const e=tw(c);if(!Ta(e,t,!0).isValid())return void s(e);const r=Ta(e,t);s(r.format(t)),n&&n(r)}}}),[c,t,n,p]),y=d((()=>{f()}),[f]),w=d((e=>{e.preventDefault();const r=e.clipboardData.getData("text").trim(),i=/[Hh]|mm|ss/.test(t),o=[];o.push(t),o.push("YYYY年M月D日","YYYY年MM月DD日"),i&&o.push("YYYY年M月D日 HH:mm","YYYY年MM月DD日 HH:mm","YYYY年M月D日 HH:mm:ss","YYYY年MM月DD日 HH:mm:ss"),o.push("YYYY-MM-DD","YYYY-M-DD","YYYY-MM-D","YYYY-M-D"),i&&o.push("YYYY-MM-DD HH:mm","YYYY-M-DD HH:mm","YYYY-MM-D HH:mm","YYYY-M-D HH:mm","YYYY-MM-DD HH:mm:ss","YYYY-M-DD HH:mm:ss","YYYY-MM-D HH:mm:ss","YYYY-M-D HH:mm:ss"),o.push("YYYY/MM/DD","YYYY/M/DD","YYYY/MM/D","YYYY/M/D"),i&&o.push("YYYY/MM/DD HH:mm","YYYY/M/DD HH:mm","YYYY/MM/D HH:mm","YYYY/M/D HH:mm","YYYY/MM/DD HH:mm:ss","YYYY/M/DD HH:mm:ss","YYYY/MM/D HH:mm:ss","YYYY/M/D HH:mm:ss");const a=r.match(/(\d{4})[-/年](\d{1,2})[-/月](\d{1,2})/);if(a){const e=parseInt(a[1],10),t=parseInt(a[2],10),n=parseInt(a[3],10);if(!(e>=1900&&e<=2100&&t>=1&&t<=12&&n>=1&&n<=31))return;if(n>Ta(`${e}-${t}-01`).daysInMonth())return}let l=null;const s=Ta(r);if(s.isValid())l=s;else for(const e of o){const t=Ta(r,e,!0);if(t.isValid()){l=t;break}}if(!l||!l.isValid())return;const c=l.year(),d=l.month()+1,u=l.date();if(c>=1900&&c<=2100&&d>=1&&d<=12&&u>=1&&u<=31){if(i){const e=r.match(/(\d{1,2}):(\d{1,2})(?::(\d{1,2}))?/);if(e){const t=parseInt(e[1],10),n=parseInt(e[2],10),r=e[3]?parseInt(e[3],10):0;if(!(!isNaN(t)&&!isNaN(n)&&!isNaN(r)&&t>=0&&t<=23&&n>=0&&n<=59&&r>=0&&r<=59))return}}n&&n(l)}}),[t,n]);return a((()=>{var e;if(0===c.length)return;const t=c[p.current];t&&(null===(e=r.current)||void 0===e||e.setSelectionRange(t.start,t.end+1))}),[p,c]),a((()=>{s(null==e?void 0:e.format(t)),u(ew(null==e?void 0:e.format(t)))}),[e,t]),{ref:r,value:l,onFocus:b,onBlur:v,onKeyDown:x,onMouseDown:y,onPaste:w}},Iw=e=>[...e.split("")].reduce(((e,t)=>{const n=t.charCodeAt(0);return e+(n>=12288&&n<=65376?2:1)}),0),kw=n((function(e,n){var{error:r=!1,errorText:i,format:o="YYYY-MM-DD",disabled:a=!1,size:s="medium",variant:c="light",width:d,append:u,onAppendClick:p}=e,m=D(e,["error","errorText","format","disabled","size","variant","width","append","onAppendClick"]);Me("DateField","DateField は非推奨です。代わりに DateField2 を使用してください。");const h=Ew(Object.assign({format:o},m)),{ref:g}=h,f=D(h,["ref"]),b=kc(n,g),v=l((()=>9*Iw(o)*(parseInt(aa[s].fontSize)/13)+"px"),[o,s]),x=null!=d?d:v;return t.createElement(t.Fragment,null,t.createElement(ga,Object.assign({ref:b,readOnly:!0,error:r||!!i,disabled:a,size:s,variant:c,width:x,append:u,onAppendClick:p},f)),i&&t.createElement(ja,{pt:1},t.createElement(Qc,null,i)))}));var Mw=g(kw);const $w=v.div`
|
|
2737
2737
|
display: flex;
|
|
2738
2738
|
align-items: center;
|
|
2739
2739
|
width: fit-content;
|
|
@@ -2782,7 +2782,7 @@ object-assign
|
|
|
2782
2782
|
}
|
|
2783
2783
|
`,Aw=v.span`
|
|
2784
2784
|
${W}
|
|
2785
|
-
`,
|
|
2785
|
+
`,Vw=n((function(e,n){var{format:r="YYYY-MM-DD",error:i=!1,errorText:o,disabled:a=!1,size:s="medium",variant:c="light",startWidth:d,endWidth:u,append:p,onAppendClick:m}=e,h=D(e,["format","error","errorText","disabled","size","variant","startWidth","endWidth","append","onAppendClick"]);Me("DateRangeField","DateRangeField は非推奨です。代わりに DateRangeField2 を使用してください。");const g=l((()=>9*Iw(r)*(parseInt(aa[s].fontSize)/13)+"px"),[r,s]),f=l((()=>`${9*Iw(r)*(parseInt(aa[s].fontSize)/13)+(p?32:0)}px`),[r,s,p]),b=null!=d?d:g,v=null!=u?u:f,x=e=>t=>{var n,r;const{startDate:i,endDate:o}=h.date;e===Tp?null===(n=h.onDatesChange)||void 0===n||n.call(h,{endDate:o,startDate:t}):null===(r=h.onDatesChange)||void 0===r||r.call(h,{startDate:i,endDate:t})},y=Ew(Object.assign(Object.assign({},h),{format:r,date:h.date.startDate,onDateChange:x(Tp)})),{ref:w}=y,C=D(y,["ref"]),E=Ew(Object.assign(Object.assign({},h),{format:r,date:h.date.endDate,onDateChange:x(Bp)})),{ref:I}=E,k=D(E,["ref"]),M=kc(n,w),$=kc(n,I);return t.createElement(t.Fragment,null,t.createElement($w,{error:i||!!o,disabled:a,$size:s,$variant:c},t.createElement(ga,Object.assign({ref:M,readOnly:!0,disabled:a,width:b,size:s,variant:c,error:i||!!o,style:{border:"none",background:"transparent",textAlign:"center",boxShadow:"none"}},C)),t.createElement(Aw,null,"-"),t.createElement(ga,Object.assign({ref:$,readOnly:!0,disabled:a,width:v,size:s,variant:c,error:i||!!o,style:{border:"none",background:"transparent",textAlign:"center",boxShadow:"none"},append:p,onAppendClick:m},k))),o&&t.createElement(ja,{pt:1},t.createElement(Qc,null,o)))}));var Lw=g(Vw);const Hw=({date:e,format:t="YYYY-MM-DD",disabled:n=!1,onDateChange:r})=>{var l;Ta.extend(Cw);const[s,c]=i(null!==(l=null==e?void 0:e.format(t))&&void 0!==l?l:""),[u,p]=i(ew(s)),[m,h]=i(null),g=o(null),f=o(0),[b,v]=i(!1),x=o([]),y=o(null),w=d((e=>{g.current=e,h(e)}),[]),C=d((e=>{w(e),f.current=0;const t=x.current[e];t&&t!==document.activeElement&&t.focus()}),[w]);a((()=>{var n;const r=null!==(n=null==e?void 0:e.format(t))&&void 0!==n?n:"";c(r),p(ew(r))}),[e,t]);const E=d(((e,t)=>{for(let n=e+t;n>=0&&n<u.length;n+=t)if(u[n].editable)return n;return null}),[u]),I=d((e=>{const n=g.current;if(null===n)return;const i=u[n];if(!(null==i?void 0:i.editable))return;const o=f.current;let a=i.value;0===o&&(a="".padStart(i.value.length,"0"));const l=`${a.slice(1)}${e}`,s=[...u];s[n]=Object.assign(Object.assign({},s[n]),{value:l}),p(s);const d=o+1;f.current=d;const m=u.slice(0,n+1).filter((e=>e.editable)).length-1,h=nw(i.value.length,t,m);if(rw(e,o,h,i.value.length)){const e=tw(s);if(!Ta(e,t,!0).isValid())return void c(e);f.current=0;const i=E(n,1);null!==i&&C(i);const o=Ta(e,t,!0),a=o.format(t);c(a),p(ew(a)),null==r||r(o)}else{const e=tw(s);if(!Ta(e,t,!0).isValid())return void c(e);const n=Ta(e,t);c(n.format(t)),null==r||r(n)}}),[u,t,r,E,C]),k=d((e=>t=>{x.current[e]=t}),[]),M=d((e=>()=>{v(!0),w(e),f.current=0}),[w]),$=d((e=>t=>{const n=t.relatedTarget;y.current&&n&&y.current.contains(n)||g.current===e&&(v(!1),w(null),f.current=0)}),[w]),A=d((e=>n=>{const i=u[e];if(!(null==i?void 0:i.editable))return;if(n.ctrlKey||n.metaKey||n.altKey)return;if(n.key===iw.ArrowUp||n.key===iw.ArrowDown){n.preventDefault();const i=n.key===iw.ArrowUp?1:-1,o=Number(u[e].value)+i,a=String(o).padStart(u[e].value.length,"0"),l=[...u];l[e]=Object.assign(Object.assign({},l[e]),{value:a}),p(l);const s=tw(l),d=Ta(s,t),m=d.format(t);return c(m),p(ew(m)),void(d.isValid()&&(null==r||r(d)))}if(n.key===iw.Backspace||n.key===iw.Delete){n.preventDefault(),n.stopPropagation();const t=n.key===iw.Backspace,r="0".repeat(i.value.length);if(i.value===r&&0===f.current){if(t){const t=E(e,-1);null!==t&&C(t)}return}const o=[...u];return o[e]=Object.assign(Object.assign({},o[e]),{value:r}),p(o),f.current=0,void c(tw(o))}if(sw(n.code)){n.preventDefault();const e=cw(n.code);e&&I(e)}}),[u,t,r,I,E,C]),V=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)&&I(e)}}),[I]),L=d((e=>{var r;const i=u[e];if(!(!n&&(null==i?void 0:i.editable)))return{ref:k(e),"aria-hidden":!0};const o=u.slice(0,e+1).filter((e=>e.editable)).length-1,a=(null!==(r=t.match(/[YMDHms]+/g))&&void 0!==r?r:[])[o],l=(()=>{if(a)return a.includes("Y")?"年":a.includes("M")?"月":a.includes("D")?"日":a.includes("H")||a.includes("h")?"時":a.includes("m")?"分":a.includes("s")?"秒":void 0})();return{ref:k(e),role:"spinbutton",contentEditable:!0,suppressContentEditableWarning:!0,inputMode:"numeric",tabIndex:0,enterKeyHint:"next",spellCheck:!1,autoCorrect:"off",style:{caretColor:"transparent"},"aria-label":l,onFocus:M(e),onBlur:$(e),onKeyDown:A(e),onBeforeInput:V(e),onPointerDown(e){e.stopPropagation()},onMouseDown(e){e.stopPropagation()}}}),[u,n,t,k,M,$,A,V]),H=d((e=>{const t=g.current;if(null!==t)if(e.key!==iw.ArrowLeft&&e.key!==iw.ArrowRight){if(e.key===iw.Tab){const n=e.shiftKey?-1:1,r=E(t,n);null!==r&&(e.preventDefault(),C(r))}}else{e.preventDefault();const n=e.key===iw.ArrowLeft?-1:1,r=E(t,n);null!==r&&C(r)}}),[E,C]),O=d((e=>{e.preventDefault();const n=e.clipboardData.getData("text").trim(),i=/[Hh]|mm|ss/.test(t),o=[t];o.push("YYYY年M月D日","YYYY年MM月DD日"),i&&o.push("YYYY年M月D日 HH:mm","YYYY年MM月DD日 HH:mm","YYYY年M月D日 HH:mm:ss","YYYY年MM月DD日 HH:mm:ss"),o.push("YYYY-MM-DD","YYYY-M-DD","YYYY-MM-D","YYYY-M-D","YYYY/MM/DD","YYYY/M/DD","YYYY/MM/D","YYYY/M/D"),i&&o.push("YYYY-MM-DD HH:mm","YYYY-M-DD HH:mm","YYYY-MM-D HH:mm","YYYY-M-D HH:mm","YYYY/MM/DD HH:mm","YYYY/M/DD HH:mm","YYYY/MM/D HH:mm","YYYY/M/D HH:mm");const a=n.match(/(\d{4})[-/年](\d{1,2})[-/月](\d{1,2})/);if(a){const[,e,t,n]=a,r=parseInt(e,10),i=parseInt(t,10),o=parseInt(n,10);if(r<1900||r>2100||i<1||i>12||o<1||o>31)return;if(o>Ta(`${r}-${i}-01`).daysInMonth())return}let l=null;const s=Ta(n);if(s.isValid())l=s;else for(const e of o){const t=Ta(n,e,!0);if(t.isValid()){l=t;break}}if(!(null==l?void 0:l.isValid()))return;const c=l.year(),d=l.month()+1,u=l.date();if(!(c<1900||c>2100||d<1||d>12||u<1||u>31)){if(i){const e=n.match(/(\d{1,2}):(\d{1,2})(?::(\d{1,2}))?/);if(e){const t=parseInt(e[1],10),n=parseInt(e[2],10),r=e[3]?parseInt(e[3],10):0;if(t<0||t>23||n<0||n>59||r<0||r>59)return}}null==r||r(l)}}),[t,r]);return{value:s,sections:u,focusedIndex:m,isFocused:b,getSegmentProps:L,groupProps:{ref:y,onKeyDown:H,onPaste:O}}},Ow=v.div`
|
|
2786
2786
|
position: relative;
|
|
2787
2787
|
display: inline-flex;
|
|
2788
2788
|
align-items: center;
|
|
@@ -2883,7 +2883,7 @@ object-assign
|
|
|
2883
2883
|
`,Tw=v.span`
|
|
2884
2884
|
${W}
|
|
2885
2885
|
padding: 4px 0;
|
|
2886
|
-
`,Bw=n((function({date:e,format:n="YYYY-MM-DD",error:r=!1,errorText:i,disabled:o=!1,size:a="medium",variant:l="light",startWidth:s,endWidth:c,startName:u,endName:p,append:m,onAppendClick:h,onDatesChange:g},f){const b=d((t=>n=>{t===Tp?null==g||g({startDate:n,endDate:e.endDate}):null==g||g({startDate:e.startDate,endDate:n})}),[e,g]),v=Hw({date:e.startDate,format:n,disabled:o,onDateChange:b(Tp)}),x=Hw({date:e.endDate,format:n,disabled:o,onDateChange:b(Bp)}),y=null!=s?s:"fit-content",w=null!=c?c:"fit-content",C=r||!!i,E=ha(),I=d((e=>{e.stopPropagation(),null==h||h()}),[h]);return t.createElement(t.Fragment,null,t.createElement(Zw,{ref:f,$disabled:o,$error:C,$focused:v.isFocused||x.isFocused,$isIOS:E,$size:a,$variant:l},t.createElement(Ow,{$disabled:o,$error:!1,$focused:v.isFocused,$isIOS:E,$size:a,$variant:l,$width:y,style:{border:"none",background:"transparent",boxShadow:"none"}},t.createElement(Sw,Object.assign({},v.groupProps),v.sections.map(((e,n)=>t.createElement(Dw,Object.assign({key:`s-${e.start}-${e.end}`,$editable:e.editable,$focused:v.isFocused&&v.focusedIndex===n},v.getSegmentProps(n)),e.value))))),t.createElement(Tw,null,"-"),t.createElement(Ow,{$disabled:o,$error:!1,$focused:x.isFocused,$isIOS:E,$size:a,$variant:l,$width:w,style:{border:"none",background:"transparent",boxShadow:"none"}},t.createElement(Sw,Object.assign({},x.groupProps),x.sections.map(((e,n)=>t.createElement(Dw,Object.assign({key:`e-${e.start}-${e.end}`,$editable:e.editable,$focused:x.isFocused&&x.focusedIndex===n},x.getSegmentProps(n)),e.value)))),m&&t.createElement(Rw,{onClick:I},m))),t.createElement("input",{type:"hidden",name:u,value:v.value,disabled:o}),t.createElement("input",{type:"hidden",name:p,value:x.value,disabled:o}),i&&t.createElement(ja,{pt:1},t.createElement(Qc,null,i)))}));var Pw=g(Bw);const _w=n((function(t,n){const r=bd({props:t,name:"DateRangePicker"}),{startDate:a,endDate:s,error:c=!1,errorText:u,disabled:p=!1,size:m="medium",variant:h="light",monthFormat:g,weekConfig:f,showDateFields:b=!1,showTimeFields:v=!1,timeFieldProps:x,format:y="YYYY-MM-DD",applyButtonText:w,cancelButtonText:C,isOutsideRange:E=(()=>!1),defaultPresetButton:I,presetButtons:k,onPresetButtonClick:M,onDatesChange:$}=r,[A,
|
|
2886
|
+
`,Bw=n((function({date:e,format:n="YYYY-MM-DD",error:r=!1,errorText:i,disabled:o=!1,size:a="medium",variant:l="light",startWidth:s,endWidth:c,startName:u,endName:p,append:m,onAppendClick:h,onDatesChange:g},f){const b=d((t=>n=>{t===Tp?null==g||g({startDate:n,endDate:e.endDate}):null==g||g({startDate:e.startDate,endDate:n})}),[e,g]),v=Hw({date:e.startDate,format:n,disabled:o,onDateChange:b(Tp)}),x=Hw({date:e.endDate,format:n,disabled:o,onDateChange:b(Bp)}),y=null!=s?s:"fit-content",w=null!=c?c:"fit-content",C=r||!!i,E=ha(),I=d((e=>{e.stopPropagation(),null==h||h()}),[h]);return t.createElement(t.Fragment,null,t.createElement(Zw,{ref:f,$disabled:o,$error:C,$focused:v.isFocused||x.isFocused,$isIOS:E,$size:a,$variant:l},t.createElement(Ow,{$disabled:o,$error:!1,$focused:v.isFocused,$isIOS:E,$size:a,$variant:l,$width:y,style:{border:"none",background:"transparent",boxShadow:"none"}},t.createElement(Sw,Object.assign({},v.groupProps),v.sections.map(((e,n)=>t.createElement(Dw,Object.assign({key:`s-${e.start}-${e.end}`,$editable:e.editable,$focused:v.isFocused&&v.focusedIndex===n},v.getSegmentProps(n)),e.value))))),t.createElement(Tw,null,"-"),t.createElement(Ow,{$disabled:o,$error:!1,$focused:x.isFocused,$isIOS:E,$size:a,$variant:l,$width:w,style:{border:"none",background:"transparent",boxShadow:"none"}},t.createElement(Sw,Object.assign({},x.groupProps),x.sections.map(((e,n)=>t.createElement(Dw,Object.assign({key:`e-${e.start}-${e.end}`,$editable:e.editable,$focused:x.isFocused&&x.focusedIndex===n},x.getSegmentProps(n)),e.value)))),m&&t.createElement(Rw,{onClick:I},m))),t.createElement("input",{type:"hidden",name:u,value:v.value,disabled:o}),t.createElement("input",{type:"hidden",name:p,value:x.value,disabled:o}),i&&t.createElement(ja,{pt:1},t.createElement(Qc,null,i)))}));var Pw=g(Bw);const _w=n((function(t,n){const r=bd({props:t,name:"DateRangePicker"}),{startDate:a,endDate:s,error:c=!1,errorText:u,disabled:p=!1,size:m="medium",variant:h="light",monthFormat:g,weekConfig:f,showDateFields:b=!1,showTimeFields:v=!1,timeFieldProps:x,format:y="YYYY-MM-DD",applyButtonText:w,cancelButtonText:C,isOutsideRange:E=(()=>!1),defaultPresetButton:I,presetButtons:k,onPresetButtonClick:M,onDatesChange:$}=r,[A,V]=i(!1),L=o(null),H=d((e=>{e&&!A&&(L.current={startDate:a.clone(),endDate:s.clone()}),V(e)}),[A,a,s]),{context:O,refs:S,strategy:D,x:R,y:N}=uo({placement:"bottom-start",open:A,onOpenChange:H,middleware:[ur(10),dr(),pr({padding:20})]}),z=kc(n,o(null)),Z=so(O),T=yo(O),{getReferenceProps:B,getFloatingProps:P}=mo([Z,T]),_=ee(),G=d((()=>{p||H(!A)}),[p,H,A]),Y=d((()=>{V(!1)}),[]),j=d((()=>{const e=L.current;e&&$({startDate:e.startDate,endDate:e.endDate}),V(!1)}),[$]),F=l((()=>e.createElement(oe,{name:"date_range",color:p?_.palette.neutral.base:_.palette.text.accent})),[p,_]);return e.createElement(se,{ref:z},e.createElement("div",Object.assign({ref:S.setReference},B(),{style:{width:"fit-content"}}),e.createElement(Pw,{date:{startDate:a,endDate:s},error:c,errorText:u,disabled:p,size:m,variant:h,format:y,append:F,onDatesChange:$,onAppendClick:G})),A&&e.createElement(Ki,null,e.createElement(no,{context:O,modal:!1,initialFocus:-1,returnFocus:!1},e.createElement(tm,Object.assign({ref:S.setFloating,startDate:a,endDate:s,applyButtonText:w,cancelButtonText:C,defaultPresetButton:I,presetButtons:k,showDateFields:b,showTimeFields:v,timeFieldProps:x,dateFieldFormat:"YYYY-MM-DD",monthFormat:g,weekConfig:f,style:{position:D,top:null!=N?N:0,left:null!=R?R:0,zIndex:_.depth.calendarRange,overflow:"hidden",maxWidth:"min(640px, calc(100vw - 32px))"},isOutsideRange:E,onApply:Y,onCancel:j,onDatesChange:$,onPresetButtonClick:M},P())))))}));var Gw=e.memo(_w);const Yw=(e,t)=>{if("number"==typeof e)return e;const n=parseFloat(e);if(e.includes("vw"))return n/100*window.innerWidth;if(e.includes("vh"))return n/100*window.innerHeight;if(e.includes("%")){return n/100*("left"===t||"right"===t?window.innerWidth:window.innerHeight)}return e.includes("px")?n:isNaN(n)?("production"!==process.env.NODE_ENV&&console.error(`Drawer: 無効なサイズ値です: "${e}". デフォルト値を使用します。`),400):("production"!==process.env.NODE_ENV&&console.warn(`Drawer: 文字列サイズには単位を指定してください。"${e}" → "${e}px" を推奨`),n)},jw=v.div`
|
|
2887
2887
|
position: fixed;
|
|
2888
2888
|
top: 0;
|
|
2889
2889
|
left: 0;
|
|
@@ -2972,7 +2972,7 @@ object-assign
|
|
|
2972
2972
|
z-index: 1;
|
|
2973
2973
|
border-top: 1px solid ${({theme:e})=>e.palette.neutral.softLight};
|
|
2974
2974
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
2975
|
-
`,qw=({isOpen:e,direction:n,onClose:r,size:l="40vw",resizable:s=!1,minSize:c="20vw",maxSize:u="90vw",onResize:p,stickyHeader:m,stickyFooter:h,confirmOnClose:g,allowBackgroundScroll:f=!1,children:b})=>{const v=300,x=Yw(l,n),y=Yw(c,n),w=Yw(u,n),C=Math.min(y,w),E=Math.max(y,w),I=Math.max(C,Math.min(x,E));"production"!==process.env.NODE_ENV&&(y>w&&console.warn(`Drawer: minSize (${y}px) が maxSize (${w}px) より大きいです。自動補正します。`),(x<C||x>E)&&console.warn(`Drawer: size (${x}px) が min/max の範囲外です。自動補正します。`));const[k,M]=i(!1),[$,A]=i(!1),[L
|
|
2975
|
+
`,qw=({isOpen:e,direction:n,onClose:r,size:l="40vw",resizable:s=!1,minSize:c="20vw",maxSize:u="90vw",onResize:p,stickyHeader:m,stickyFooter:h,confirmOnClose:g,allowBackgroundScroll:f=!1,children:b})=>{const v=300,x=Yw(l,n),y=Yw(c,n),w=Yw(u,n),C=Math.min(y,w),E=Math.max(y,w),I=Math.max(C,Math.min(x,E));"production"!==process.env.NODE_ENV&&(y>w&&console.warn(`Drawer: minSize (${y}px) が maxSize (${w}px) より大きいです。自動補正します。`),(x<C||x>E)&&console.warn(`Drawer: size (${x}px) が min/max の範囲外です。自動補正します。`));const[k,M]=i(!1),[$,A]=i(!1),[V,L]=i(I),H=o(!1),O=o(0),S=o(0),D=o(!1),[R,N]=i(!1),[z,Z]=i(null),[T,B]=i(!1),P=t.useMemo((()=>{if(!g)return null;const e="string"==typeof g?{message:g}:g;return{title:e.title||"確認",message:e.message||"変更内容が保存されていません。閉じてもよろしいですか?",confirmText:e.confirmText||"変更を破棄して閉じる",cancelText:e.cancelText||"編集を続ける",buttonColor:e.buttonColor||"danger"}}),[g]);a((()=>{const e=Yw(l,n),t=Yw(c,n),r=Yw(u,n),i=Math.min(t,r),o=Math.max(t,r),a=Math.max(i,Math.min(e,o));"production"!==process.env.NODE_ENV&&(t>r&&console.warn(`Drawer: minSize (${t}px) が maxSize (${r}px) より大きいです。自動補正します。`),(e<i||e>o)&&console.warn(`Drawer: size (${e}px) が min/max の範囲外です。自動補正します。`)),L(a)}),[l,c,u,n]),a((()=>{if(e){M(!0);const e=setTimeout((()=>{A(!0)}),16);return()=>clearTimeout(e)}if(k){A(!1);const e=setTimeout((()=>{M(!1)}),v);return()=>clearTimeout(e)}}),[e,k]),a((()=>{if(!f&&e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}}),[e,f]);const _=d((e=>{if(!H.current)return;const t="left"===n||"right"===n;let r;if(e instanceof TouchEvent){const n=e.touches[0]||e.changedTouches[0];r=t?n.clientX:n.clientY}else r=t?e.clientX:e.clientY;let i=r-O.current;"right"===n&&(i=-i),"bottom"===n&&(i=-i);let o=S.current+i;o=Math.max(C,Math.min(E,o)),L(o),null==p||p(o)}),[n,C,E,p]),G=d((()=>{H.current=!1,document.body.style.userSelect="",document.body.style.cursor="",D.current=!0,setTimeout((()=>{D.current=!1}),100)}),[]),Y=d((e=>{if(!s)return;e.preventDefault(),e.stopPropagation(),H.current=!0;const t="left"===n||"right"===n;let r;r="touches"in e&&e.touches.length>0?t?e.touches[0].clientX:e.touches[0].clientY:"changedTouches"in e&&e.changedTouches.length>0?t?e.changedTouches[0].clientX:e.changedTouches[0].clientY:t?e.clientX:e.clientY,O.current=r,S.current=V,document.body.style.userSelect="none",document.body.style.cursor=t?"ew-resize":"ns-resize"}),[s,n,V]),j=d((e=>{Y(e),B(!0)}),[Y]),F=d((()=>{B(!1)}),[]),W=d((()=>{B(!1)}),[]);a((()=>{if(!s)return;const e=e=>{H.current&&_(e)},t=()=>{H.current&&G()},n=e=>{H.current&&_(e)},r=()=>{H.current&&G()};return window.addEventListener("mousemove",e),window.addEventListener("mouseup",t),window.addEventListener("touchmove",n),window.addEventListener("touchend",r),()=>{window.removeEventListener("mousemove",e),window.removeEventListener("mouseup",t),window.removeEventListener("touchmove",n),window.removeEventListener("touchend",r)}}),[s,_,G]);const X=d((e=>{P?(Z(e),N(!0)):null==r||r(e)}),[P,r]);a((()=>{const t=t=>{"Escape"===t.key&&e&&!R&&X("escapeKey")};return e&&window.addEventListener("keydown",t),()=>{window.removeEventListener("keydown",t)}}),[e,R,X]);return k?t.createElement(t.Fragment,null,P&&t.createElement(Am,{isOpen:R,title:P.title,confirmText:P.confirmText,cancelText:P.cancelText,buttonColor:P.buttonColor,onConfirm:()=>{N(!1),z&&r&&r(z),Z(null)},onClose:()=>(N(!1),void Z(null))},P.message),t.createElement(Mm,null,f?t.createElement(Fw,{direction:n,currentSize:V,shouldShow:$,transitionDuration:v},s&&t.createElement(Xw,{direction:n,"data-testid":"resize-bar",active:T}),s&&t.createElement(Ww,{direction:n,"data-testid":"resize-handle",onMouseDown:Y,onTouchStart:j,onTouchEnd:F,onTouchCancel:W,onMouseEnter:()=>B(!0),onMouseLeave:()=>B(!1)}),m&&t.createElement(Jw,null,m),t.createElement(Uw,null,b),h&&t.createElement(Qw,null,h)):t.createElement(jw,{shouldShow:$,transitionDuration:v,onClick:e=>{H.current||D.current||e.target===e.currentTarget&&X("backdropClick")}},t.createElement(Fw,{direction:n,currentSize:V,shouldShow:$,transitionDuration:v},s&&t.createElement(Xw,{direction:n,"data-testid":"resize-bar",active:T}),s&&t.createElement(Ww,{direction:n,"data-testid":"resize-handle",onMouseDown:Y,onTouchStart:j,onTouchEnd:F,onTouchCancel:W,onMouseEnter:()=>B(!0),onMouseLeave:()=>B(!1)}),m&&t.createElement(Jw,null,m),t.createElement(Uw,null,b),h&&t.createElement(Qw,null,h))))):null},Kw={small:{arrowIconSize:16,arrowButtonPadding:"6px"},medium:{arrowIconSize:18,arrowButtonPadding:"8px"},large:{arrowIconSize:20,arrowButtonPadding:"10px"}},eC=v.div`
|
|
2976
2976
|
display: inline-flex;
|
|
2977
2977
|
`,tC=v(il)`
|
|
2978
2978
|
border-top-right-radius: 0px;
|
|
@@ -3010,7 +3010,7 @@ object-assign
|
|
|
3010
3010
|
`,oC=v.span`
|
|
3011
3011
|
display: flex;
|
|
3012
3012
|
align-items: center;
|
|
3013
|
-
`,aC=({size:t="medium",color:n="primary",onClick:r,split:i=!1,contents:o=[],disabled:a=!1,children:l,icon:s,selectedValue:c,menuWidth:d=200,loading:u=!1,toggleAriaLabel:p="メニューを開く"})=>{const m=ee(),h=!!u,g="string"==typeof u?u:u?"Loading...":void 0,f=((e,t)=>e?m.palette.text.disabled:"primary"===t?m.palette.white:m.palette.black)(a||h,n),b=e.useMemo((()=>({small:"16px",medium:"18px",large:"20px"}[t])),[t]),v=void 0!==c?c:l,x=e.useMemo((()=>e.createElement(oe,{name:"arrow_bottom",size:Kw[t].arrowIconSize,color:f})),[t,f]),y=e.useMemo((()=>h?e.createElement(qa,{width:b}):null),[h,b]),w=!!s,C=!!v,E=h?w?y:void 0:s,I=h?!w&&C||w&&C?g:void 0:v,k=h?w?y:void 0:s,M=(()=>{if(h&&(!w||C))return C?g:void 0})(),$=i?e.createElement(eC,null,e.createElement(tC,{size:t,color:n,inline:!0,disabled:a||h,icon:E,onClick:r},I),e.createElement(nC,{size:t,color:n,inline:!0,disabled:a||h,"data-testid":"menu-toggle","aria-label":p},x)):e.createElement(rC,{size:t,color:n,disabled:a||h,"data-testid":"menu-toggle",icon:k,"aria-label":C?void 0:p},e.createElement(iC,null,h?M?e.createElement(e.Fragment,null,"string"==typeof M?e.createElement(_a,null,M):M,e.createElement(oC,null,e.createElement(ja,{pr:.5}),x)):e.createElement(oC,null,e.createElement(ja,{pr:.5}),x):e.createElement(e.Fragment,null,v&&e.createElement(_a,null,v),e.createElement(oC,null,e.createElement(ja,{pr:.5}),x))));return e.createElement(Ha,null,e.createElement(
|
|
3013
|
+
`,aC=({size:t="medium",color:n="primary",onClick:r,split:i=!1,contents:o=[],disabled:a=!1,children:l,icon:s,selectedValue:c,menuWidth:d=200,loading:u=!1,toggleAriaLabel:p="メニューを開く"})=>{const m=ee(),h=!!u,g="string"==typeof u?u:u?"Loading...":void 0,f=((e,t)=>e?m.palette.text.disabled:"primary"===t?m.palette.white:m.palette.black)(a||h,n),b=e.useMemo((()=>({small:"16px",medium:"18px",large:"20px"}[t])),[t]),v=void 0!==c?c:l,x=e.useMemo((()=>e.createElement(oe,{name:"arrow_bottom",size:Kw[t].arrowIconSize,color:f})),[t,f]),y=e.useMemo((()=>h?e.createElement(qa,{width:b}):null),[h,b]),w=!!s,C=!!v,E=h?w?y:void 0:s,I=h?!w&&C||w&&C?g:void 0:v,k=h?w?y:void 0:s,M=(()=>{if(h&&(!w||C))return C?g:void 0})(),$=i?e.createElement(eC,null,e.createElement(tC,{size:t,color:n,inline:!0,disabled:a||h,icon:E,onClick:r},I),e.createElement(nC,{size:t,color:n,inline:!0,disabled:a||h,"data-testid":"menu-toggle","aria-label":p},x)):e.createElement(rC,{size:t,color:n,disabled:a||h,"data-testid":"menu-toggle",icon:k,"aria-label":C?void 0:p},e.createElement(iC,null,h?M?e.createElement(e.Fragment,null,"string"==typeof M?e.createElement(_a,null,M):M,e.createElement(oC,null,e.createElement(ja,{pr:.5}),x)):e.createElement(oC,null,e.createElement(ja,{pr:.5}),x):e.createElement(e.Fragment,null,v&&e.createElement(_a,null,v),e.createElement(oC,null,e.createElement(ja,{pr:.5}),x))));return e.createElement(Ha,null,e.createElement(La,{trigger:$,width:d},o.map(((t,n)=>e.createElement(e.Fragment,{key:`${n}-${t.text}`},t.divideTop&&e.createElement(Ra,null),(t=>"heading"===t.type?e.createElement(Oa,null,t.text):"helpText"===t.type?e.createElement(Da,{prepend:t.prepend},t.text):void 0!==t.checked?e.createElement(Oo,{closeOnChange:!0,checked:t.checked,color:t.color,disabled:t.disabled,prepend:t.icon,onChange:t.onChange},t.text):e.createElement(Ht,{closeOnClick:!0,color:t.color,disabled:t.disabled,prepend:t.icon,onClick:t.onClick},t.text))(t))))))},lC=v.div`
|
|
3014
3014
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
3015
3015
|
border: 1px solid ${({theme:e})=>e.palette.divider};
|
|
3016
3016
|
border-radius: ${({theme:e})=>e.radius}px;
|
|
@@ -3131,7 +3131,7 @@ object-assign
|
|
|
3131
3131
|
content: none;
|
|
3132
3132
|
}
|
|
3133
3133
|
}
|
|
3134
|
-
`,
|
|
3134
|
+
`,VC=v.div`
|
|
3135
3135
|
display: flex;
|
|
3136
3136
|
flex-direction: column;
|
|
3137
3137
|
height: 100%;
|
|
@@ -3141,7 +3141,7 @@ object-assign
|
|
|
3141
3141
|
display: ${({isShow:e})=>e?"block":"none"};
|
|
3142
3142
|
height: auto;
|
|
3143
3143
|
}
|
|
3144
|
-
`,
|
|
3144
|
+
`,LC=v.div.attrs({tabIndex:0})`
|
|
3145
3145
|
flex-grow: 1;
|
|
3146
3146
|
overflow-y: auto;
|
|
3147
3147
|
|
|
@@ -3235,7 +3235,7 @@ object-assign
|
|
|
3235
3235
|
color: ${({theme:e})=>e.palette.primary.base};
|
|
3236
3236
|
background: transparent;
|
|
3237
3237
|
cursor: pointer;
|
|
3238
|
-
`;const ZC=
|
|
3238
|
+
`;const ZC=VC,TC=v.div`
|
|
3239
3239
|
@media (max-width: ${j.MOBILE}px) {
|
|
3240
3240
|
display: flex;
|
|
3241
3241
|
position: sticky;
|
|
@@ -3250,7 +3250,7 @@ object-assign
|
|
|
3250
3250
|
border-bottom: 1px solid ${({theme:e})=>e.palette.divider};
|
|
3251
3251
|
border-left: 1px solid ${({theme:e})=>e.palette.divider};
|
|
3252
3252
|
background: ${({theme:e})=>e.palette.neutral.highlight};
|
|
3253
|
-
`,BC=
|
|
3253
|
+
`,BC=LC,PC=v.div`
|
|
3254
3254
|
display: flex;
|
|
3255
3255
|
align-items: center;
|
|
3256
3256
|
gap: 8px;
|
|
@@ -3482,7 +3482,7 @@ object-assign
|
|
|
3482
3482
|
line-height: 16px;
|
|
3483
3483
|
`,aE=({id:e,children:n,isIncluded:r=!1,isExcluded:i=!1,disableInclude:o,disableExclude:a})=>{const{onIncludedChange:l,onExcludedChange:s,includedIds:d,excludedIds:u}=c(lE),p=c(cE),m=p>=2,h=(e,t)=>e?t:N.gray[900],g=!o&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight","aria-pressed":r,"aria-label":"追加",icon:t.createElement(oe,{name:"check_thin",color:h(r,N.blue[500])}),onClick:()=>{r?l(d.filter((t=>t!==e))):i?(s(u.filter((t=>t!==e))),l([...d,e])):l([...d,e])}}),f=!a&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight","aria-pressed":i,"aria-label":"除外",icon:t.createElement(oe,{name:"forbid",color:h(i,N.red[500])}),onClick:()=>{i?s(u.filter((t=>t!==e))):r?(l(d.filter((t=>t!==e))),s([...u,e])):s([...u,e])}});return t.createElement(XC,{$depth:p,$nested:m},n,t.createElement(WC,null,o||a?t.createElement(t.Fragment,null,g,f):t.createElement(Fu,{size:"small",color:"secondaryLight"},g,f)))};aE.displayName="DualListBox2Item";const lE=s({filterWords:[],includedIds:[],excludedIds:[],activeSection:null,onIncludedChange:e=>{},onExcludedChange:e=>{},setActiveSection:e=>{}}),sE=s({groupName:""}),cE=s(0),dE=(e,t)=>{p.forEach(e,(e=>{if(t(e),!m(e))return;const n=e.props;n.children&&dE(n.children,t)}))},uE=e=>{const t=[];return dE(e,(e=>{if(m(e)&&"string"!=typeof e.type&&"symbol"!=typeof e.type&&e.type&&"function"==typeof e.type&&"displayName"in e.type&&e.type.displayName===aE.displayName){const n=e.props,r=n.label||(e=>{let t="";const n=e=>{"string"==typeof e||"number"==typeof e?t+=String(e):m(e)&&e.props.children?n(e.props.children):Array.isArray(e)&&e.forEach(n)};return n(e),t})(n.children);t.push({id:n.id,label:r,groupName:n.groupName})}})),t},pE=e=>e.reduce(((e,t)=>{const n=e.find((e=>e.groupName===t.groupName));return n?n.items.push({id:t.id,label:t.label,selectedContent:t.selectedContent}):e.push({groupName:t.groupName,items:[{id:t.id,label:t.label,selectedContent:t.selectedContent}]}),e}),[]),mE=e=>e.reduce(((e,t)=>{const n=e.find((e=>e.groupName===t.groupName));return n?n.items.push(t):e.push({groupName:t.groupName,items:[t]}),e}),[]),hE=({label:e,children:n,onOpen:r,onClose:i})=>{const{activeSection:o,setActiveSection:a}=c(lE),s=l((()=>o===e),[e,o]),u=l((()=>null!==o&&o!==e),[e,o]),p=d((()=>{const t=!s;a(t?e:null),t&&r&&r(),!t&&i&&i()}),[e,s,a,r,i]);return u?null:t.createElement(sE.Provider,{value:{groupName:e}},t.createElement(iE,{type:"button","aria-label":`${e}を開く`,"aria-expanded":s,onClick:p},t.createElement(nE,null,t.createElement(oe,{name:"arrow_left",color:N.gray[900]})),t.createElement("div",null,e),t.createElement(rE,null,t.createElement(oe,{name:"arrow_right",color:N.gray[900]}))),s&&n)};hE.displayName="DualListBox2Section";const gE=v(Yo)`
|
|
3484
3484
|
margin-right: 16px;
|
|
3485
|
-
`,fE=({pageSize:e,pageSizeOptions:n,onPageSizeChange:r})=>t.createElement(
|
|
3485
|
+
`,fE=({pageSize:e,pageSizeOptions:n,onPageSizeChange:r})=>t.createElement(La,{width:136,trigger:t.createElement(gE,{append:e},"件数を変更")},n.map((n=>t.createElement(Oo,{key:n,closeOnChange:!0,checked:e===n,onChange:()=>r(n)},n,"件")))),bE=({label:e,disableInclude:n,disableExclude:r,children:o,onOpen:a,onClose:s,onInclude:u,onExclude:p})=>{const[m,h]=i(!1),g=d((()=>{const e=!m;h(e),e&&a&&a(),!e&&s&&s()}),[m,a,s]),f=c(cE),{includedIds:b,excludedIds:v,onIncludedChange:x,onExcludedChange:y}=c(lE),w=l((()=>(e=>uE(e).map((e=>e.id)))(o)),[o]),C=!(n||void 0===u&&w.every((e=>b.includes(e)))),E=!(r||void 0===p&&w.every((e=>v.includes(e)))),I=d((()=>{u?u():w.every((e=>b.includes(e)))||(x(Array.from(new Set([...b,...w]))),y(v.filter((e=>!w.includes(e)))))}),[u,w,b,v,x,y]),k=d((()=>{p?p():w.every((e=>v.includes(e)))||(y(Array.from(new Set([...v,...w]))),x(b.filter((e=>!w.includes(e)))))}),[p,w,b,v,x,y]),M=C&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight","aria-label":"追加",icon:t.createElement(oe,{name:"check_thin",color:N.blue[500]}),onClick:I}),$=E&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight","aria-label":"除外",icon:t.createElement(oe,{name:"forbid",color:N.red[500]}),onClick:k});return t.createElement(t.Fragment,null,t.createElement(qC,{$depth:f},t.createElement(KC,{type:"button","aria-label":`${e}を開く`,"aria-expanded":m,onClick:g},f>=1&&t.createElement(oe,{name:"corner_down_right",size:"md",color:N.gray[400]}),e),t.createElement(eE,null,C&&E?t.createElement(Fu,{size:"small",color:"secondaryLight"},M,$):t.createElement(t.Fragment,null,M,$)),t.createElement(tE,null,t.createElement(oe,{name:"arrow_down",color:N.gray[900]}))),m&&t.createElement(cE.Provider,{value:f+1},o))};bE.displayName="DualListBox2Accordion";const vE=t.memo((({id:e,children:n})=>{const{includedIds:r,excludedIds:i,onIncludedChange:o,onExcludedChange:a}=c(lE),s=l((()=>r.includes(e)),[r,e]),u=l((()=>i.includes(e)),[i,e]),p=d((()=>{s&&o(r.filter((t=>t!==e))),u&&a(i.filter((t=>t!==e)))}),[s,u,r,i,o,a,e]);return t.createElement(JC,null,n,t.createElement(UC,{type:"button","aria-label":"解除",onClick:p},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"})))}));vE.displayName="DualListBox2SelectedItem";const xE=({label:e})=>t.createElement(QC,null,e),yE=[],wE=()=>!0,CE=n((({included:e,excluded:n,disableInclude:r,disableExclude:s,menuButtons:c,children:u,loading:p,onIncludedChange:h,onExcludedChange:g,onActiveSectionChange:f,onLoadMore:v,pageSize:x=50,pageSizeOptions:y=[10,50,100,200],onPageSizeChange:w,filter:C="",onFilterChange:E,renderFilterHeader:I,placement:k,middleware:M},$)=>{const[A,V]=i(0),[L,H]=i(null),[O,S]=i(!1),D=o(null),R=!!I,z=l((()=>uE(u)),[u]),Z=l((()=>(e=>{const t={};return dE(e,(e=>{if(m(e)&&"string"!=typeof e.type&&"symbol"!=typeof e.type&&e.type&&"function"==typeof e.type&&"displayName"in e.type&&e.type.displayName===aE.displayName){const n=e.props;t[n.id]=n.children}})),t})(u)),[u]),{currentFilter:T,filterWords:B,filteredChildren:P,matchesFilter:_,handleFilterChange:G,handleFilterReset:Y}=function({children:e,externalFilter:n,onFilterChange:r,allItems:o}){const[a,s]=i(""),c=r?n:a,u=d((e=>{const t=e.target.value;r?r(t):s(t)}),[r]),p=d((()=>{r?r(""):s("")}),[r]),h=l((()=>{const e=c.trim();return e?e.split(/\s+/):[]}),[c]),g=d((e=>0===h.length||h.every((t=>e.toLowerCase().includes(t.toLowerCase())))),[h]),f=d((e=>{if(!m(e))return e;if(e.type!==aE)return e;const t=o.find((t=>t.id===e.props.id));return t&&g(t.label)?e:null}),[o,g]),b=d((e=>t.Children.toArray(e).filter(m).map((e=>{if(e.type===aE)return f(e);if("string"!=typeof e.type&&"symbol"!=typeof e.type&&"displayName"in e.type&&e.type.displayName===bE.displayName){const n=e,r=b(n.props.children);return 0===r.length?null:t.cloneElement(n,Object.assign(Object.assign({},n.props),{children:r}))}if("string"!=typeof e.type&&"symbol"!=typeof e.type&&"displayName"in e.type&&e.type.displayName===hE.displayName){const n=e,r=b(n.props.children);return t.cloneElement(n,Object.assign(Object.assign({},n.props),{children:r}))}return e})).filter(Boolean)),[f]),v=l((()=>0===h.length?e:b(e)),[e,h,b]);return{currentFilter:c,filterWords:h,filteredChildren:v,matchesFilter:g,handleFilterChange:u,handleFilterReset:p}}({children:u,externalFilter:C,onFilterChange:E,allItems:z}),j=R?u:P,F=R?yE:B,W=R?wE:_,X=d((e=>{H(e),null==f||f(e),null!==e||R||Y()}),[Y,R,f]),J=l((()=>{let e=!1;return dE(u,(t=>{m(t)&&"string"!=typeof t.type&&"symbol"!=typeof t.type&&"displayName"in t.type&&t.type.displayName===hE.displayName&&(e=!0)})),e}),[u]),U=l((()=>e.map((e=>e.id))),[e]),Q=l((()=>n.map((e=>e.id))),[n]),q=l((()=>z.map((e=>e.id))),[z]),K=l((()=>q.filter((e=>{const t=z.find((t=>t.id===e));return!!t&&W(t.label)}))),[q,z,W]),ee=l((()=>{if(!J)return[];if(null===L)return[];const e=[];return dE(u,(t=>{if(!m(t)||"string"==typeof t.type||"symbol"==typeof t.type||!("displayName"in t.type)||t.type.displayName!==hE.displayName)return;const n=t.props;n.label===L&&dE(n.children,(t=>{m(t)&&"string"!=typeof t.type&&"symbol"!=typeof t.type&&"displayName"in t.type&&t.type.displayName===aE.displayName&&e.push(t.props.id)}))})),e}),[L,u,J]),te=l((()=>ee.filter((e=>{const t=z.find((t=>t.id===e));return!!t&&W(t.label)}))),[ee,z,W]),ne=l((()=>{if(J){if(null===L)return!0;return!!te.every((e=>U.includes(e)))}return!!K.every((e=>U.includes(e)))}),[J,L,K,te,U]),re=l((()=>{if(J){if(null===L)return!0;return!!te.every((e=>Q.includes(e)))}return!!K.every((e=>Q.includes(e)))}),[J,L,K,te,Q]),ie=d((()=>{e.length&&h([]),n.length&&g([])}),[e,n,h,g]),ae=d((()=>{if(J){if(null===L)return;return h(Array.from(new Set([...U,...te]))),void g(Q.filter((e=>!te.includes(e))))}h(Array.from(new Set([...U,...K]))),g(Q.filter((e=>!K.includes(e))))}),[K,h,g,J,L,U,Q,te]),le=d((()=>{if(J){if(null===L)return;return g(Array.from(new Set([...Q,...te]))),void h(U.filter((e=>!te.includes(e))))}g(Array.from(new Set([...Q,...K]))),h(U.filter((e=>!K.includes(e))))}),[K,h,g,J,L,U,Q,te]),se=!r&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight",icon:t.createElement(oe,{name:"check_thin",color:ne?N.gray[400]:N.blue[500]}),disabled:ne,onClick:ae},"全て追加"),ce=!s&&t.createElement(il,{type:"button",size:"small",color:"secondaryLight",icon:t.createElement(oe,{name:"forbid",color:re?N.gray[400]:N.red[500]}),disabled:re,onClick:le},"全て除外"),de=d((async e=>{if(e[0].isIntersecting&&!O&&v){S(!0);try{await v()}finally{S(!1)}}}),[O,v]);return a((()=>{if("undefined"==typeof IntersectionObserver)return;const e=new IntersectionObserver(de,{root:null,rootMargin:"100px",threshold:.1}),t=D.current;return t&&e.observe(t),()=>{t&&e.unobserve(t)}}),[de]),t.createElement(kC,{ref:$,role:"region","aria-label":"アイテムの追加、除外選択エリア"},t.createElement(MC,{role:"tablist","aria-label":"リストの表示切り替え"},t.createElement("li",null,t.createElement("button",{type:"button",role:"tab","aria-selected":0===A,"aria-expanded":0===A,"aria-controls":"list-items-panel",onClick:()=>V(0)},"リストアイテム")),t.createElement("li",null,t.createElement("button",{type:"button",role:"tab","aria-selected":1===A,"aria-expanded":1===A,"aria-controls":"selected-items-panel",onClick:()=>V(1)},"選択済みアイテム",(e.length>0||n.length>0)&&t.createElement($C,null,e.length+n.length)))),t.createElement(AC,null,t.createElement(lE.Provider,{value:{filterWords:F,includedIds:U,excludedIds:Q,activeSection:L,onIncludedChange:h,onExcludedChange:g,setActiveSection:X}},t.createElement(VC,{isShow:0===A,id:"list-items-panel",role:"tabpanel","aria-labelledby":"list-items-tab"},t.createElement(HC,{hasMenu:!(!c&&!w),hasCustomFilterHeader:R},R?t.createElement(DC,null,I()):t.createElement(OC,null,t.createElement(oe,{name:"search",size:"sm",color:N.gray[600]}),t.createElement("input",{"aria-label":"アイテムを検索",disabled:J&&null===L,placeholder:"検索",type:"text",value:T,onChange:G}),T&&t.createElement(SC,{type:"button","aria-label":"検索をリセット",onClick:Y},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"}))),(c||w)&&t.createElement(Ha,null,t.createElement(La,{trigger:t.createElement(RC,{type:"button",size:"small",color:"secondaryLight",icon:t.createElement(oe,{name:"more_vert",color:N.gray[900]})}),placement:k,middleware:M},w&&t.createElement(fE,{pageSize:x,pageSizeOptions:y,onPageSizeChange:w}),c)),t.createElement(NC,null,p?t.createElement(qa,{width:"16px"}):t.createElement(t.Fragment,null,J&&null===L?"-":J?te.length.toLocaleString("en-US"):K.length.toLocaleString("en-US"),"件")),t.createElement(zC,null,r||s?t.createElement(t.Fragment,null,se,ce):t.createElement(Fu,{size:"small",color:"secondaryLight"},se,ce))),t.createElement(LC,null,j,t.createElement("div",{ref:D,style:{height:"20px"}},p&&t.createElement(oE,null,"読み込み中...")))),t.createElement(ZC,{isShow:1===A},t.createElement(TC,null,t.createElement(PC,null,0!==e.length&&t.createElement(GC,null,t.createElement(oe,{name:"check_thin",color:N.blue[500]}),e.length),0!==n.length&&t.createElement(YC,null,t.createElement(oe,{name:"forbid",color:N.red[500]}),n.length)),t.createElement(jC,null,t.createElement(il,{type:"button",color:"secondaryLight",size:"small",disabled:!e.length&&!n.length,onClick:ie},"選択をクリア"))),t.createElement(BC,null,!!e.length&&t.createElement(FC,null,t.createElement(oe,{name:"check_thin",color:N.blue[500]}),"追加"),pE(e).map((e=>t.createElement(b,{key:e.groupName||"_"},e.groupName&&t.createElement(xE,{label:e.groupName}),e.items.map((e=>t.createElement(vE,{key:e.id,id:e.id},Z[e.id]||e.selectedContent||e.label)))))),!!n.length&&t.createElement(FC,null,t.createElement(oe,{name:"forbid",color:N.red[500]}),"除外"),pE(n).map((e=>t.createElement(b,{key:e.groupName||"_"},e.groupName&&t.createElement(xE,{label:e.groupName}),e.items.map((e=>t.createElement(vE,{key:e.id,id:e.id},Z[e.id]||e.selectedContent||e.label)))))))))))}));CE.displayName="DualListBox2";const EE=v.div`
|
|
3486
3486
|
display: flex;
|
|
3487
3487
|
justify-content: center;
|
|
3488
3488
|
align-items: center;
|
|
@@ -3503,10 +3503,10 @@ object-assign
|
|
|
3503
3503
|
`,IE=v.div``,kE=e.forwardRef((function(t,n){const r=bd({props:t,name:"FileUploader"}),{accept:i,title:o="Click or Drag & Drop file.",width:a,description:l,onSelectFiles:s}=r,c=e.useRef(null),[d,u]=e.useState(!1),p=e.useCallback((e=>{e.preventDefault(),e.stopPropagation(),u(!1),s(e,e.dataTransfer.files)}),[u,s]),m=e.useCallback((e=>{e.preventDefault(),e.stopPropagation(),u(!0)}),[u]),h=e.useCallback((()=>{u(!1)}),[u]),g=e.useCallback((e=>{s(e,e.target.files)}),[s]);return e.createElement(EE,{ref:n,width:a,filesDraggedOver:d,onDrop:p,onDragOver:m,onDragLeave:h,onClick:()=>{var e;null===(e=c.current)||void 0===e||e.click()}},e.createElement("input",{ref:c,multiple:!0,"aria-label":"file-uploader",type:"file",accept:i,onChange:g}),e.createElement(IE,null,e.createElement(se,{display:"flex"},e.createElement(oe,{name:"folder_open",size:"md",color:"active"}),e.createElement(Ee,{weight:"bold",color:"primary"},o)),l&&e.createElement(e.Fragment,null,e.createElement(ja,{pt:2.5}),e.createElement(Ee,{weight:"bold",align:"center",size:"sm",color:"secondary"},l))))})),ME={small:{height:"28px",borderRadius:"4px",iconSize:"20px",arrowIconSize:"16px",padding:"0 2px 0 6px"},medium:{height:"32px",borderRadius:"6px",iconSize:"22px",arrowIconSize:"18px",padding:"0 2px 0 6px"},large:{height:"40px",borderRadius:"6px",iconSize:"24px",arrowIconSize:"20px",padding:"0 4px 0 8px"}},$E=e=>({light:{background:e.palette.background.default},dark:{background:e.palette.neutral.ultraLight}}),AE=y`
|
|
3504
3504
|
border: 1px solid ${({theme:e})=>e.palette.divider};
|
|
3505
3505
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
3506
|
-
`,
|
|
3506
|
+
`,VE=e=>y`
|
|
3507
3507
|
height: ${ME[e].height};
|
|
3508
3508
|
border-radius: ${ME[e].borderRadius};
|
|
3509
|
-
`,
|
|
3509
|
+
`,LE=e=>y`
|
|
3510
3510
|
/* 左側のアイコン */
|
|
3511
3511
|
span:first-child {
|
|
3512
3512
|
width: ${ME[e].iconSize};
|
|
@@ -3577,15 +3577,15 @@ object-assign
|
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
3579
|
&[data-size="small"] {
|
|
3580
|
-
${
|
|
3580
|
+
${VE("small")}
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
3583
|
&[data-size="medium"] {
|
|
3584
|
-
${
|
|
3584
|
+
${VE("medium")}
|
|
3585
3585
|
}
|
|
3586
3586
|
|
|
3587
3587
|
&[data-size="large"] {
|
|
3588
|
-
${
|
|
3588
|
+
${VE("large")}
|
|
3589
3589
|
}
|
|
3590
3590
|
|
|
3591
3591
|
&[data-small="true"] {
|
|
@@ -3618,15 +3618,15 @@ object-assign
|
|
|
3618
3618
|
|
|
3619
3619
|
/* サイズバリエーション */
|
|
3620
3620
|
&:where(${HE}[data-size="small"] *) {
|
|
3621
|
-
${
|
|
3621
|
+
${LE("small")}
|
|
3622
3622
|
}
|
|
3623
3623
|
|
|
3624
3624
|
&:where(${HE}[data-size="medium"] *) {
|
|
3625
|
-
${
|
|
3625
|
+
${LE("medium")}
|
|
3626
3626
|
}
|
|
3627
3627
|
|
|
3628
3628
|
&:where(${HE}[data-size="large"] *) {
|
|
3629
|
-
${
|
|
3629
|
+
${LE("large")}
|
|
3630
3630
|
}
|
|
3631
3631
|
|
|
3632
3632
|
&:where(${HE.toString()}[data-small="true"] *) {
|
|
@@ -3641,7 +3641,7 @@ object-assign
|
|
|
3641
3641
|
width: 22px;
|
|
3642
3642
|
height: 22px;
|
|
3643
3643
|
}
|
|
3644
|
-
`;const SE=s({isSmall:!1,disabled:!1}),DE=({label:e,size:n="medium",variant:r="dark",onRemove:i})=>{const{disabled:o}=t.useContext(SE),a=o?void 0:i;return t.createElement(De,{label:e,size:n,variant:r,disabled:o,onRemove:a})},RE=({selectedIndex:e,selectOptions:n,onSelectChange:r,children:l,size:s="medium",variant:c="light",disabled:u=!1,error:p=!1,isOpen:m=!1})=>{const[h,g]=i(!1),[f,b]=i(!1),v=o(null),x=n.map((e=>Object.assign(Object.assign({},e),{icon:t.isValidElement(e.icon)&&e.icon.type===oe?t.cloneElement(e.icon,{color:e.icon.props.color||"currentColor"}):e.icon}))),y=d((e=>{r(e),g(!1)}),[r,g]),w=d((()=>{u||g(!h)}),[u,h,g]),C=d((e=>{u||g(e)}),[u,g]);return a((()=>{if(!window.ResizeObserver)return;if(!v.current)return;const e=new window.ResizeObserver((()=>{v.current&&b(v.current.clientWidth<130)}));return e.observe(v.current),()=>{e.disconnect()}}),[b]),t.createElement(HE,{ref:v,"data-small":f,"data-size":s,"data-disabled":u,$isOpen:m,$error:p,$disabled:u},t.createElement(Ha,null,t.createElement(
|
|
3644
|
+
`;const SE=s({isSmall:!1,disabled:!1}),DE=({label:e,size:n="medium",variant:r="dark",onRemove:i})=>{const{disabled:o}=t.useContext(SE),a=o?void 0:i;return t.createElement(De,{label:e,size:n,variant:r,disabled:o,onRemove:a})},RE=({selectedIndex:e,selectOptions:n,onSelectChange:r,children:l,size:s="medium",variant:c="light",disabled:u=!1,error:p=!1,isOpen:m=!1})=>{const[h,g]=i(!1),[f,b]=i(!1),v=o(null),x=n.map((e=>Object.assign(Object.assign({},e),{icon:t.isValidElement(e.icon)&&e.icon.type===oe?t.cloneElement(e.icon,{color:e.icon.props.color||"currentColor"}):e.icon}))),y=d((e=>{r(e),g(!1)}),[r,g]),w=d((()=>{u||g(!h)}),[u,h,g]),C=d((e=>{u||g(e)}),[u,g]);return a((()=>{if(!window.ResizeObserver)return;if(!v.current)return;const e=new window.ResizeObserver((()=>{v.current&&b(v.current.clientWidth<130)}));return e.observe(v.current),()=>{e.disconnect()}}),[b]),t.createElement(HE,{ref:v,"data-small":f,"data-size":s,"data-disabled":u,$isOpen:m,$error:p,$disabled:u},t.createElement(Ha,null,t.createElement(La,{open:!u&&h,trigger:t.createElement(OE,{$variant:c,type:"button",disabled:u,"aria-label":"フィルターのタイプを選ぶ",onClick:w},x[e].icon,t.createElement(oe,{name:"arrow_down",color:"currentColor"})),onOpenChange:C},x.map((({label:n,icon:r},i)=>t.createElement(Oo,{key:n,prepend:r,checked:e===i,disabled:u,onChange:()=>y(i)},n))))),t.createElement(SE.Provider,{value:{isSmall:f,disabled:u}},l))};v.button`
|
|
3645
3645
|
box-sizing: border-box;
|
|
3646
3646
|
display: flex;
|
|
3647
3647
|
align-items: center;
|
|
@@ -3835,7 +3835,7 @@ object-assign
|
|
|
3835
3835
|
border-bottom-left-radius: 0;
|
|
3836
3836
|
border-top-left-radius: 0;
|
|
3837
3837
|
}
|
|
3838
|
-
`,FE=({values:e,options:n,selectedIndex:r,selectOptions:s,onChange:c,onSelectChange:u,size:p="medium",variant:m="dark",tagVariant:h,searchPlaceholder:g="検索",noResultsMessage:f="見つかりませんでした",disabled:b=!1,applyButtonText:v="適用",cancelButtonText:x="キャンセル",error:y=!1,placement:w,middleware:C})=>{const[E,I]=i(""),[k,M]=i(!1),[$,A]=i(e),[L
|
|
3838
|
+
`,FE=({values:e,options:n,selectedIndex:r,selectOptions:s,onChange:c,onSelectChange:u,size:p="medium",variant:m="dark",tagVariant:h,searchPlaceholder:g="検索",noResultsMessage:f="見つかりませんでした",disabled:b=!1,applyButtonText:v="適用",cancelButtonText:x="キャンセル",error:y=!1,placement:w,middleware:C})=>{const[E,I]=i(""),[k,M]=i(!1),[$,A]=i(e),[V,L]=i(!1),H=l((()=>h||("light"===m?"dark":"light")),[m,h]),[O,S]=i(!1),D=o(null),R=d((()=>{D.current&&S(D.current.clientWidth<D.current.scrollWidth)}),[]),N=d((e=>{const t=e.trim();if(!t)return n.map((e=>Array.isArray(e)?e:[e]));const r=t.includes(","),i=t.startsWith('"')&&t.endsWith('"'),o=gs(t);return n.filter((e=>{if(!Array.isArray(e)){const n=e.toLowerCase();return i?o.some((e=>n===e.toLowerCase())):r?o.some((e=>n.includes(e.toLowerCase()))):n.includes(t.toLowerCase())}return i?e.some((e=>o.some((t=>e.toLowerCase()===t.toLowerCase())))):r?e.some((e=>o.some((t=>e.toLowerCase().includes(t.toLowerCase()))))):e.some((e=>e.toLowerCase().includes(t.toLowerCase())))})).map((e=>Array.isArray(e)?e:[e]))}),[n]),z=l((()=>N(E)),[E,N]),Z=d((e=>{$.includes(e)?A($.filter((t=>t!==e))):A([...$,e])}),[$]),T=d((()=>{if(k)return;if(!E.trim())return;const e=N(E);1===e.length&&(Z(e[0][0]),I(""))}),[k,E,N,Z]),B=d((e=>{I(e.target.value)}),[I]),P=o(null),_=d((e=>{var t;e.stopPropagation(),I(""),null===(t=P.current)||void 0===t||t.focus()}),[]),G=d((e=>{e.key}),[]),Y=d((t=>{const n=e.filter((e=>e!==t));c(n),A(n)}),[e,c]),j=d((t=>{L(t),t&&A(e),I("")}),[e]),F=d((()=>{c($),L(!1)}),[c,$]),W=d((()=>{A(e),L(!1)}),[e]),X=d((()=>{const e=z.map((e=>e[0])),t=[...new Set([...$,...e])];A(t)}),[z,$]),J=d((()=>{A([])}),[]),U=l((()=>t.createElement(_E,null,t.createElement(GE,null,t.createElement(PE,{ref:P,autoFocus:!0,value:E,placeholder:g,onChange:B,onKeyDown:G,onCompositionStart:()=>M(!0),onCompositionEnd:()=>M(!1),onEnter:T}),E&&t.createElement(YE,{type:"button","aria-label":"検索をリセット",onClick:_},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"}))),t.createElement(jE,null,t.createElement(Ac,{content:"すべて選択",positionPriority:["top"],offset:[0,8],disabled:0===z.length},t.createElement(il,{icon:t.createElement(oe,{name:"check_thin",color:"currentColor"}),size:"small",color:"secondaryDark",disabled:0===z.length,onClick:X})),t.createElement(Ac,{content:"すべてクリア",positionPriority:["top"],offset:[0,8],disabled:0===z.length},t.createElement(il,{icon:t.createElement(oe,{name:"close",color:"currentColor"}),size:"small",color:"secondaryDark",disabled:0===z.length,onClick:J}))))),[E,g,B,G,T,X,J,_,z]),Q=l((()=>t.createElement(Na,null,t.createElement(il,{size:"small",color:"clear",onClick:W},x),t.createElement(il,{size:"small",onClick:F},v))),[W,F,v,x]);return a((()=>{if(!window.ResizeObserver)return;if(!D.current)return;const e=new window.ResizeObserver((()=>{D.current&&R()}));return e.observe(D.current),R(),()=>{e.disconnect()}}),[R]),t.createElement(RE,{variant:m,size:p,selectedIndex:r,selectOptions:s,disabled:b,error:y,isOpen:V,onSelectChange:u},t.createElement(zE,{$variant:m,$size:p,"data-overflowing":O},t.createElement(Ha,null,t.createElement(La,{open:V&&!b,trigger:t.createElement(TE,{type:"button",$variant:m,$size:p,disabled:b,"aria-label":"タグを追加",onClick:()=>{b||L(!V)}},t.createElement(BE,null,t.createElement(oe,{name:"arrow_down",color:"currentColor"}))),stickyHeader:U,stickyFooter:Q,noResultsMessage:f,placement:w,middleware:C,onOpenChange:e=>!b&&j(e)},z.length>0?z.map((e=>t.createElement(Oo,{key:e[0],checked:$.includes(e[0]),closeOnChange:!1,onChange:()=>Z(e[0])},e[0]))):t.createElement(xa,{message:f}))),t.createElement(ZE,{ref:D},e.map((e=>t.createElement(DE,{key:e,label:e,size:p,variant:H,onRemove:()=>Y(e)}))))))},WE=v.div`
|
|
3839
3839
|
min-width: 0;
|
|
3840
3840
|
width: calc(100% + 46px);
|
|
3841
3841
|
height: 100%;
|
|
@@ -3980,7 +3980,7 @@ object-assign
|
|
|
3980
3980
|
color: ${({theme:e})=>e.palette.black};
|
|
3981
3981
|
cursor: pointer;
|
|
3982
3982
|
z-index: 1;
|
|
3983
|
-
`,nI=({value:e,options:n,selectedIndex:r,selectOptions:s,onChange:c,onSelectChange:u,size:p="medium",variant:m="dark",searchPlaceholder:h="絞り込む",noResultsMessage:g="見つかりませんでした",disabled:f=!1,error:b=!1,placement:v,middleware:x})=>{const[y,w]=i(0),[C,E]=i(""),[I,k]=i(""),[M,$]=i(!1),[A,
|
|
3983
|
+
`,nI=({value:e,options:n,selectedIndex:r,selectOptions:s,onChange:c,onSelectChange:u,size:p="medium",variant:m="dark",searchPlaceholder:h="絞り込む",noResultsMessage:g="見つかりませんでした",disabled:f=!1,error:b=!1,placement:v,middleware:x})=>{const[y,w]=i(0),[C,E]=i(""),[I,k]=i(""),[M,$]=i(!1),[A,V]=i(!1),L=o(null);a((()=>{if(!window.ResizeObserver)return;if(!L.current)return;const e=new window.ResizeObserver((()=>{L.current&&w(L.current.offsetWidth)}));return e.observe(L.current),()=>{e.disconnect()}}),[]);const H=l((()=>{const e=I.trim();return""===e?n:n.filter((t=>t.toLowerCase().includes(e.toLowerCase())))}),[n,I]),O=d((e=>{E(e.target.value),M||k(e.target.value)}),[M]),S=d((e=>{e.stopPropagation(),E(""),k("")}),[]),D=d((e=>{"Enter"!==e.key||k(C)}),[C]),R=d((e=>{V(e),e||(E(""),k(""))}),[]),N=d((e=>{c(e),V(!1)}),[c]),z=d((()=>{f||V(!A)}),[f,A]),Z=d((e=>{f||R(e)}),[f,R]),T=l((()=>t.createElement(eI,null,t.createElement(qE,{autoFocus:!0,value:C,placeholder:h,disabled:f,onChange:O,onKeyDown:D,onCompositionStart:()=>$(!0),onCompositionEnd:()=>$(!1)}),C&&t.createElement(tI,{type:"button","aria-label":"検索をリセット",onClick:S},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"})))),[C,h,f,O,D,S]);return t.createElement(RE,{variant:m,size:p,selectedIndex:r,selectOptions:s,disabled:f,error:b,isOpen:A,onSelectChange:u},t.createElement(WE,{ref:L},t.createElement(Ha,null,t.createElement(La,{open:A&&!f,minWidth:y,trigger:t.createElement(XE,{type:"button",$size:p,$variant:m,disabled:f,onClick:z},t.createElement(UE,{$size:p},e),t.createElement(QE,null,t.createElement(oe,{name:"arrow_down",color:"currentColor"}))),stickyHeader:T,placement:v,middleware:x,onOpenChange:Z},H.length>0?H.map((n=>t.createElement(Oo,{key:n,checked:n===e,disabled:f,onChange:()=>N(n)},n))):t.createElement(xa,{message:g})))))},rI=v.div`
|
|
3984
3984
|
display: flex;
|
|
3985
3985
|
align-items: center;
|
|
3986
3986
|
min-height: 100%;
|
|
@@ -4272,7 +4272,7 @@ object-assign
|
|
|
4272
4272
|
padding: 16px 0 0;
|
|
4273
4273
|
border-top: 1px solid ${({theme:e})=>e.palette.neutral.softLight};
|
|
4274
4274
|
list-style: none;
|
|
4275
|
-
`,II=({isOpen:e,title:n,values:r,selectedIndex:s,selectOptions:c,onApply:u,onClose:p,menuIconSize:m})=>{const[h,g]=i(""),[f,b]=i(!1),[v,x]=i([]),[y,w]=i(0),[E,I]=i(!1),k=C(),M=d((e=>{const t=e.trim();""===t||v.includes(t)||x([...v,t]),g("")}),[v]),$=l((()=>c.map((e=>Object.assign(Object.assign({},e),{icon:t.cloneElement(e.icon,{size:m,color:k.palette.black})})))),[c,m,k.palette.black]),A=l((()=>$.reduce(((e,t)=>t.label.length>e.label.length?t:e),$[0])),[$]),
|
|
4275
|
+
`,II=({isOpen:e,title:n,values:r,selectedIndex:s,selectOptions:c,onApply:u,onClose:p,menuIconSize:m})=>{const[h,g]=i(""),[f,b]=i(!1),[v,x]=i([]),[y,w]=i(0),[E,I]=i(!1),k=C(),M=d((e=>{const t=e.trim();""===t||v.includes(t)||x([...v,t]),g("")}),[v]),$=l((()=>c.map((e=>Object.assign(Object.assign({},e),{icon:t.cloneElement(e.icon,{size:m,color:k.palette.black})})))),[c,m,k.palette.black]),A=l((()=>$.reduce(((e,t)=>t.label.length>e.label.length?t:e),$[0])),[$]),V=o(null),L=d((e=>{w(e),I(!1)}),[]),H=d((()=>{var e;null===(e=V.current)||void 0===e||e.focus()}),[]),O=d((e=>{const t=[...v];t.splice(e,1),x(t)}),[v]),S=d((e=>{f||e.target instanceof HTMLInputElement&&("Backspace"!==e.key||0!==e.target.selectionStart?"Enter"===e.key&&M(e.target.value):x(v.slice(0,-1)))}),[v,f,M]),D=d((()=>{x([]),g(""),b(!1)}),[]),R=d((()=>{p()}),[p]),N=d((()=>{u(v,y),p()}),[v,y,u,p]),z=d((e=>{g(e.target.value)}),[]),Z=d((()=>{b(!0)}),[]),T=d((()=>{b(!1)}),[]),B=d((()=>{M(h)}),[h,M]),P=l((()=>v.map(((e,n)=>t.createElement(DE,{key:e,size:"medium",variant:"light",label:e,onRemove:()=>O(n)})))),[v,O]),_=l((()=>$.map((({label:e,icon:n},r)=>t.createElement(Oo,{key:e,prepend:n,checked:y===r,onChange:()=>L(r)},e)))),[$,y,L]),G=l((()=>t.createElement(t.Fragment,null,t.cloneElement($[y].icon,{size:m}),$[y].label)),[$,y,m]);return a((()=>{e&&(x(r),w(s))}),[e,s,r]),t.createElement($m,{isOpen:e,onClose:p},t.createElement(Ic,{in:e},t.createElement(cI,null,t.createElement(dI,null,n),t.createElement(uI,null,t.createElement(mI,null,"条件"),t.createElement(Ha,null,t.createElement(La,{open:E,trigger:t.createElement(hI,null,t.createElement(gI,{role:"presentation"},A.icon,A.label),t.createElement(fI,null,G),t.createElement(bI,null,t.createElement(oe,{name:"arrow_down",color:"currentColor"}))),onOpenChange:I},_))),t.createElement(pI,null,t.createElement(mI,null,"値"),t.createElement(vI,null,t.createElement(xI,{type:"button",onClick:H}),P,t.createElement(yI,null,t.createElement("input",{ref:V,type:"text","aria-label":"フィルターする値",value:h,onChange:z,onCompositionStart:Z,onCompositionEnd:T,onKeyDown:S,onBlur:B}),t.createElement(wI,null,h)),t.createElement(CI,{type:"button",onClick:D},t.createElement(oe,{name:"close_circle",type:"fill",color:"currentColor"})))),t.createElement(EI,null,t.createElement("li",null,t.createElement(il,{size:"small",color:"clear",onClick:R},"キャンセル")),t.createElement("li",null,t.createElement(il,{size:"small",onClick:N},"適用"))))))},kI=({title:e,values:n,selectedIndex:r,selectOptions:s,onChange:u,onSelectChange:p,size:m="medium",variant:h="dark",tagVariant:g,menuIconSize:f=22,disabled:b=!1,error:v=!1})=>{const{isSmall:x}=c(SE),[y,w]=i(""),[C,E]=i(!1),[I,k]=i(!1),[M,$]=i(!1),[A,V]=i(!1),L=o(null),H=l((()=>g||("light"===h?"dark":"light")),[h,g]),O=o(null),S=o(null),D=d((()=>{O.current&&E(O.current.clientWidth<O.current.scrollWidth)}),[E]),R=d((()=>{if(!O.current||!L.current)return;const e=L.current.getBoundingClientRect(),t=O.current.getBoundingClientRect(),n=Number(window.getComputedStyle(O.current).paddingRight.replace("px",""));return t.right-n-e.left}),[]),N=d((e=>{const t=e.trim();""!==t?n.includes(t)?w(""):(u([...n,t],r),w(""),requestAnimationFrame((()=>{D(),R()}))):w("")}),[n,u,r,D,R]),z=d((e=>{if(!I&&e.target instanceof HTMLInputElement)return"Backspace"===e.key&&0===e.target.selectionStart?(u(n.slice(0,-1),r),void requestAnimationFrame((()=>{D(),R()}))):void("Enter"===e.key&&N(e.target.value))}),[I,u,n,r,D,R,N]),Z=d((e=>{const t=[...n];t.splice(e,1),u(t,r),requestAnimationFrame((()=>{D(),R()}))}),[n,u,r]),T=d(((e,t)=>{u(e,t),p(t),requestAnimationFrame((()=>{D(),R()}))}),[u,p]),B=d((e=>{w(e.target.value)}),[]),P=d((()=>{k(!0)}),[]),_=d((()=>{k(!1)}),[]),G=d((()=>{$(!0)}),[]),Y=d((()=>{$(!1)}),[]),j=d((()=>{b||V(!0)}),[b]),F=d((()=>{V(!1)}),[]),W=d((()=>{F(),N(y)}),[F,y,N]);a((()=>{if(!window.ResizeObserver)return;if(!O.current)return;const e=new window.ResizeObserver((()=>{O.current&&(D(),R())}));return e.observe(O.current),()=>{e.disconnect()}}),[D,R]);const X=l((()=>n.map(((e,n)=>t.createElement(DE,{key:e,size:m,variant:H,label:e,onRemove:()=>Z(n)})))),[n,m,H,Z]),J={small:18,medium:20,large:22}[m];return t.createElement(t.Fragment,null,t.createElement(RE,{variant:h,size:m,selectedIndex:r,selectOptions:s,disabled:b,error:v,isOpen:A,onSelectChange:p},t.createElement(rI,{ref:O,$size:m,$variant:h},t.createElement(iI,{ref:S},X,t.createElement(lI,null,t.createElement("input",{ref:L,"aria-label":"フィルターする値",disabled:b,type:"text",value:y,enterKeyHint:"enter",onChange:B,onCompositionEnd:_,onCompositionStart:P,onFocus:j,onKeyDown:z,onBlur:W})))),t.createElement(aI,{$size:m,$variant:h,"aria-label":"フィルター入力パネルを開く","data-overflowing":C,type:"button",disabled:b,onClick:G},t.createElement(oe,{name:x?"filter":"expand_diagonal_s_fill",color:"currentColor",size:J}))),t.createElement(II,{isOpen:M,menuIconSize:f,selectOptions:s,selectedIndex:r,title:e,values:n,onApply:T,onClose:Y}))},MI=v.div`
|
|
4276
4276
|
position: fixed;
|
|
4277
4277
|
${({isOpen:e,height:t,offset:n,placement:r})=>`${r}: ${e?`${n}px`:""+(0!==t?`calc(${-t}px - 10px)`:"-100vh")}`};
|
|
4278
4278
|
width: 100%;
|
|
@@ -4284,12 +4284,12 @@ object-assign
|
|
|
4284
4284
|
`,$I=e.forwardRef((function({isOpen:t,placement:n="top",offset:r=0,children:i},o){const[a,l]=e.useState(null),s=kc(o,l);return e.createElement(MI,{ref:s,height:(null==a?void 0:a.clientHeight)||0,offset:r,isOpen:t,placement:n},i)})),AI=v.div`
|
|
4285
4285
|
display: flex;
|
|
4286
4286
|
align-items: flex-start;
|
|
4287
|
-
`,LI=v.div`
|
|
4288
|
-
padding: ${({theme:e})=>2*e.spacing}px;
|
|
4289
4287
|
`,VI=v.div`
|
|
4288
|
+
padding: ${({theme:e})=>2*e.spacing}px;
|
|
4289
|
+
`,LI=v.div`
|
|
4290
4290
|
cursor: pointer;
|
|
4291
4291
|
padding: ${({theme:e})=>e.spacing}px;
|
|
4292
|
-
`,HI=e.forwardRef((function({baseElement:t,positionPriority:n=["right-start"],offset:r=[0,10],isOpen:i,onClose:o,popoverProps:a,children:l},s){const c=ee();return e.createElement(Tm,Object.assign({isOpen:i,baseElement:t,positionPriority:n,offset:r,onClose:o},a),e.createElement(AI,{ref:s},e.createElement(
|
|
4292
|
+
`,HI=e.forwardRef((function({baseElement:t,positionPriority:n=["right-start"],offset:r=[0,10],isOpen:i,onClose:o,popoverProps:a,children:l},s){const c=ee();return e.createElement(Tm,Object.assign({isOpen:i,baseElement:t,positionPriority:n,offset:r,onClose:o},a),e.createElement(AI,{ref:s},e.createElement(VI,null,l),e.createElement(LI,{onClick:e=>{o&&o(e,"clickCloseIcon")}},e.createElement(oe,{name:"close",color:c.palette.black}))))})),OI=w`
|
|
4293
4293
|
0% {
|
|
4294
4294
|
transform: translate(-50%, 0%);
|
|
4295
4295
|
}
|
|
@@ -4527,7 +4527,7 @@ object-assign
|
|
|
4527
4527
|
left: 10px;
|
|
4528
4528
|
`,hk=v(pk)`
|
|
4529
4529
|
right: 10px;
|
|
4530
|
-
`,gk=e.forwardRef((function(t,n){var{errorText:r,icon:i,type:o,inputRef:a}=t,l=D(t,["errorText","icon","type","inputRef"]);Me("TextField","TextField は非推奨です。代わりに Input(+必要なら ErrorText)を使用してください。");const[s,c]=e.useState(!1),d=ee(),u=()=>{c(!s)};return e.createElement(dk,{ref:n},e.createElement(uk,{hasLeftIcon:null!=i,hasRightIcon:"password"===o},null!=i&&e.createElement(mk,{onClick:u},e.createElement(oe,{name:i,size:"md",color:d.palette.neutral.base})),e.createElement(ga,Object.assign({ref:a},l,{error:!!r,type:s?"text":o})),"password"===o&&e.createElement(hk,{onClick:u},e.createElement(oe,{name:s?"eye":"eye_off",size:"md",color:d.palette.black}))),r&&e.createElement(ja,{pt:1},e.createElement(Qc,null,r)))})),fk=t=>{var n,r;const i=bd({props:t,name:"FilterCard"}),{onClose:o,onApply:a,selectedFilterPack:l,applyButtonTitle:s="Apply",inputErrorText:c="Please input",formPlaceholder:d="search",width:u,currentReferredFilters:p,sectionTitle:m="Section",conditionTitle:h=""}=i,g=C(),f=(null!==(r=null===(n=null==l?void 0:l.filters)||void 0===n?void 0:n.length)&&void 0!==r?r:0)>1,[b,v]=e.useState(),[x,y]=e.useState(),[w,E]=e.useState(f||null==l?void 0:l.filters[0]),[I,k]=e.useState(""),M=null==l?void 0:l.filters.find((e=>e.filterName===(null==w?void 0:w.filterName))),$=null==l?void 0:l.filters.map((e=>({label:e.filterName,value:e.filterName}))),A=e=>{k(""),y(e.target.value)},
|
|
4530
|
+
`,gk=e.forwardRef((function(t,n){var{errorText:r,icon:i,type:o,inputRef:a}=t,l=D(t,["errorText","icon","type","inputRef"]);Me("TextField","TextField は非推奨です。代わりに Input(+必要なら ErrorText)を使用してください。");const[s,c]=e.useState(!1),d=ee(),u=()=>{c(!s)};return e.createElement(dk,{ref:n},e.createElement(uk,{hasLeftIcon:null!=i,hasRightIcon:"password"===o},null!=i&&e.createElement(mk,{onClick:u},e.createElement(oe,{name:i,size:"md",color:d.palette.neutral.base})),e.createElement(ga,Object.assign({ref:a},l,{error:!!r,type:s?"text":o})),"password"===o&&e.createElement(hk,{onClick:u},e.createElement(oe,{name:s?"eye":"eye_off",size:"md",color:d.palette.black}))),r&&e.createElement(ja,{pt:1},e.createElement(Qc,null,r)))})),fk=t=>{var n,r;const i=bd({props:t,name:"FilterCard"}),{onClose:o,onApply:a,selectedFilterPack:l,applyButtonTitle:s="Apply",inputErrorText:c="Please input",formPlaceholder:d="search",width:u,currentReferredFilters:p,sectionTitle:m="Section",conditionTitle:h=""}=i,g=C(),f=(null!==(r=null===(n=null==l?void 0:l.filters)||void 0===n?void 0:n.length)&&void 0!==r?r:0)>1,[b,v]=e.useState(),[x,y]=e.useState(),[w,E]=e.useState(f||null==l?void 0:l.filters[0]),[I,k]=e.useState(""),M=null==l?void 0:l.filters.find((e=>e.filterName===(null==w?void 0:w.filterName))),$=null==l?void 0:l.filters.map((e=>({label:e.filterName,value:e.filterName}))),A=e=>{k(""),y(e.target.value)},V=e=>{e.target.value||k(c)},L=e=>{y(null==e?void 0:e.value)};return e.createElement(ok,{width:u},e.createElement(ak,null,e.createElement(Ee,{weight:"bold",size:"xxl"},null==l?void 0:l.categoryName),e.createElement(ja,{pr:2}),e.createElement(lk,{key:"close",onClick:o},e.createElement(oe,{name:"close",size:"md",color:g.palette.black}))),e.createElement(sk,null,f&&e.createElement(e.Fragment,null,e.createElement(Ee,{weight:"bold",size:"lg"},(null==l?void 0:l.sectionTitle)||m),e.createElement(ja,{py:.5}),e.createElement(Pv,{maxMenuHeight:250,options:(e=>{const t=p.map((e=>e.filterName));return null==e?void 0:e.filter((e=>!t.includes(e.label)))})($),autoFocus:!0,onChange:e=>{if(k(""),null===e)return v(void 0),y(void 0),void E(void 0);const t=null==l?void 0:l.filters.find((t=>t.filterName===e.value));v(null==t?void 0:t.filterName),E(t)}}),e.createElement(ja,{py:1})),w&&e.createElement("div",null,e.createElement(Ee,{weight:"bold",size:"lg"},(null==M?void 0:M.conditionTitle)||h),e.createElement(ja,{py:.5}),M&&(t=>{switch(null==t?void 0:t.control.type){case"text":return e.createElement(gk,{placeholder:d,icon:"search",name:"condition",errorText:I,autoFocus:!0,onChange:A,onBlur:V});case"select":const n=null==t?void 0:t.control.options;return e.createElement(Pv,{options:n.map((e=>({label:e,value:e}))),autoFocus:!0,onChange:L});case"boolean":return e.createElement("div",null,e.createElement(ox,{name:"condition",value:"true",autoFocus:!0,onChange:A,onBlur:V},"true"),e.createElement("br",null),e.createElement(ox,{name:"condition",value:"false",autoFocus:!0,onChange:A,onBlur:V},"false"))}})(M),e.createElement(ja,{py:1})),e.createElement(Dm,{orientation:"horizontal",color:g.palette.neutral.softLight,my:2}),e.createElement(ck,null,e.createElement(il,{size:"small",inline:!0,disabled:f&&!b||!x,onClick:()=>{const e={categoryName:null==l?void 0:l.categoryName,filterName:f?null==w?void 0:w.filterName:null==l?void 0:l.categoryName,filterType:null==w?void 0:w.control.type,filterCondition:x};a(e)}},s))))},bk=v(nm)`
|
|
4531
4531
|
box-shadow: 0px 0px 16px
|
|
4532
4532
|
${({theme:e})=>So(e.palette.neutral.lighter,.4)};
|
|
4533
4533
|
min-width: 300px;
|
|
@@ -4568,9 +4568,9 @@ object-assign
|
|
|
4568
4568
|
display: flex;
|
|
4569
4569
|
justify-content: center;
|
|
4570
4570
|
align-items: center;
|
|
4571
|
-
`,
|
|
4571
|
+
`,Vk=v.div`
|
|
4572
4572
|
padding-left: 8px;
|
|
4573
|
-
`,
|
|
4573
|
+
`,Lk=v.div``,Hk=({filter:t,onRemove:n,onClick:r})=>{const i=ee();return e.createElement($k,null,e.createElement(Ak,{onClick:e=>{r(e,t)}},e.createElement(Ee,{size:"sm",component:"span"},t.filterName,": "),e.createElement(Ee,{size:"sm",component:"span",weight:"bold"},"boolean"==typeof(o=t.filterCondition)?o?"Yes":"No":o)),e.createElement(Vk,null,e.createElement(Lk,{onClick:()=>{n(t)}},e.createElement(oe,{name:"close_circle",color:i.palette.black,type:"fill"}))));var o},Ok=e.forwardRef((function(t,n){Me("MultipleFilter","MultipleFilter は非推奨です。代わりに AdvancedFilter を使用してください。");const r=bd({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=ee(),[b,v]=e.useState(null),[x,y]=e.useState(null),[w,C]=e.useState(null),E=((e,t,n)=>e?n?Mk:null===t?Ik:null!==t?kk:Ek:Ek)(p,h,w),[I,k]=e.useState([]),M=()=>{g(null),m(!1),C(null)},$=e=>{const t=I.filter((t=>t.filterName!==e.filterName));k(t),void 0!==o&&o(t)},A=(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(qI,{ref:n,isFocused:E!==Ek},e.createElement(tk,null,e.createElement(oe,{name:"search",size:"md",color:f.palette.neutral.base})),e.createElement(nk,null,e.createElement(KI,null,I.map((t=>e.createElement(ek,{key:t.filterName},e.createElement(Hk,{filter:t,onRemove:$,onClick:A})))),e.createElement(ga,{ref:v,readOnly:!0,type:"text",placeholder:a,onClick:()=>{m(!0)}})),E===Ik&&e.createElement(Tm,{baseElement:b},e.createElement(Bm,{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(rk,null,0!==I.length&&e.createElement(ik,{onClick:()=>{k([]),void 0!==o&&o([])}},e.createElement(oe,{name:"close_circle",color:f.palette.black,type:"fill"})))),E===kk&&e.createElement(Tm,{baseElement:b,positionPriority:["bottom-start"],onClose:M},e.createElement(fk,{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===Mk&&e.createElement(Tm,{baseElement:x,positionPriority:["bottom-start"],onClose:M},e.createElement(Ck,{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})))})),Sk="64px",Dk="256px",Rk="72px",Nk="72px",zk="56px",Zk="48px",Tk=.3,Bk=v.div`
|
|
4574
4574
|
position: fixed;
|
|
4575
4575
|
display: flex;
|
|
4576
4576
|
flex-direction: column;
|
|
@@ -4934,7 +4934,7 @@ object-assign
|
|
|
4934
4934
|
width: 100%;
|
|
4935
4935
|
}
|
|
4936
4936
|
`}
|
|
4937
|
-
`,
|
|
4937
|
+
`,VM=t.forwardRef((function({children:e,actions:n},r){const{isOpen:i,isFixed:o,isMobile:a,handleMobileMenuToggle:l}=_k(),s=a||i||o,c=t.Children.count(e)>0,d=t.createElement(il,{color:"clear",size:"medium","aria-label":"メニューを閉じる",icon:t.createElement(oe,{name:"close",color:"currentColor"}),onClick:l}),u=a?d:null!=n?n:t.createElement(lM,null),p=t.createElement(MM,{$showCustom:s,"data-testid":"navigation-rail-slot-custom"},e);return a?t.createElement(EM,{ref:r,"data-testid":"navigation-rail-slot",$showCustom:s},t.createElement(IM,{$showCustom:s,"data-testid":"navigation-rail-slot-mobile-close"},d),c?t.createElement(kM,{$showCustom:s},p):null):t.createElement(kM,{ref:r,"data-testid":"navigation-rail-slot",$showCustom:s},p,t.createElement($M,{$showCustom:s},u))})),LM=t.forwardRef((function({children:e,visibility:n="all"},r){return t.createElement(AM,{ref:r,$visibility:n,$passthrough:"all"===n},e)})),HM="undefined"!=typeof window?t.useLayoutEffect:t.useEffect,OM=t.forwardRef((function(e,n){const{registerMobileMenuButton:r,unregisterMobileMenuButton:i}=_k();return HM((()=>(null==r||r(),()=>null==i?void 0:i())),[r,i]),t.createElement(qk,{ref:n})}));function SM(e){let n=!1;return t.Children.forEach(e,(e=>{!n&&t.isValidElement(e)&&(e.type!==VM?e.type===t.Fragment&&(n=SM(e.props.children)):n=!0)})),n}const DM=t.forwardRef((function({children:e},n){const{isOpen:r,isFixed:i,handleOpen:o,handleClose:a,isMobile:l,isMobileMenuOpen:s,handleMobileMenuToggle:c}=t.useContext(Gk),d=SM(e),u=l&&!d?t.createElement(VM,null):null;return t.createElement(t.Fragment,null,t.createElement(Pk,{isVisible:l&&s,"data-testid":"navigation-rail-overlay",onClick:c}),t.createElement(Bk,{ref:n,isOpen:r,isFixed:i,isMobile:l,isMobileMenuOpen:s,onMouseEnter:()=>{l||null==o||o()},onMouseLeave:()=>{l||null==a||a()}},u,e))}));DM.Container=eM,DM.Header=tM,DM.Content=nM,DM.Footer=rM,DM.Menu=mM,DM.ExpansionMenu=xM,DM.ExpansionMenuItem=CM,DM.Fixture=lM,DM.MainContent=oM,DM.Slot=VM,DM.SlotContent=LM,DM.MobileMenuButton=OM;const RM=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}=pm(l,d),f=e.createElement(cm,null,e.createElement(sm,{ref:m},e.createElement(ox,Object.assign({},u,{checked:c,disabled:l,error:s,inputRef:h}),r)),mm(i)?e.createElement(dm,{$disabled:!!l},i):null);return e.createElement(um,{ref:n,checked:p,disabled:l,header:f,slot:o,slotExpansion:a,onHeaderClick:g})})),NM=v.div`
|
|
4938
4938
|
${({height:e,maxHeight:t,minHeight:n})=>fm({height:e,maxHeight:t,minHeight:n})}
|
|
4939
4939
|
`,zM=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(NM,Object.assign({height:r,maxHeight:i,minHeight:o,tabIndex:0},l,{ref:n}),a)})),ZM="24px",TM=v.div`
|
|
4940
4940
|
flex-direction: row;
|
|
@@ -5030,7 +5030,7 @@ object-assign
|
|
|
5030
5030
|
|
|
5031
5031
|
width: 8px;
|
|
5032
5032
|
height: 8px;
|
|
5033
|
-
`,FM=(e,t,n)=>Math.max(t,Math.min(n,e)),WM=(e,t,n,r)=>void 0===e?r?[t,n]:t:Array.isArray(e)?[FM(e[0],t,n),FM(e[1],t,n)]:FM(e,t,n),XM=(e,t,n)=>(e-t)/(n-t)*100,JM=(e,t,n,r,i)=>{const o=n+(e-t.left)/t.width*100/100*(r-n),a=Math.round(o/i)*i;return FM(a,n,r)},UM=(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},QM=(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=FM(o-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=FM(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=FM(i-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=FM(i+l,n,r);break;case"Home":s=n;break;case"End":s=r;break;default:return e}return s}},qM=()=>{document.body.style.userSelect="none"},KM=()=>{document.body.style.userSelect=""},e$=e=>{e.preventDefault()};function t$({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 WM(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 JM(e,t,i,o,a)}),[i,o,a]),I=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),qM(),document.addEventListener("wheel",e$,{passive:!1}),document.addEventListener("touchmove",e$,{passive:!1});const t=E(e.clientX);if(Array.isArray(w)){const e=UM(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),KM(),document.removeEventListener("wheel",e$),document.removeEventListener("touchmove",e$)}),[]),$=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),qM(),document.addEventListener("wheel",e$,{passive:!1}),document.addEventListener("touchmove",e$,{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=UM(r,w);n.set(e.identifier,t)}else n.set(e.identifier,0)})),f(t),v(n)}),[l,E,w]),A=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]),
|
|
5033
|
+
`,FM=(e,t,n)=>Math.max(t,Math.min(n,e)),WM=(e,t,n,r)=>void 0===e?r?[t,n]:t:Array.isArray(e)?[FM(e[0],t,n),FM(e[1],t,n)]:FM(e,t,n),XM=(e,t,n)=>(e-t)/(n-t)*100,JM=(e,t,n,r,i)=>{const o=n+(e-t.left)/t.width*100/100*(r-n),a=Math.round(o/i)*i;return FM(a,n,r)},UM=(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},QM=(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=FM(o-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=FM(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=FM(i-l,n,r);break;case"ArrowRight":case"ArrowUp":case"PageUp":s=FM(i+l,n,r);break;case"Home":s=n;break;case"End":s=r;break;default:return e}return s}},qM=()=>{document.body.style.userSelect="none"},KM=()=>{document.body.style.userSelect=""},e$=e=>{e.preventDefault()};function t$({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 WM(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 JM(e,t,i,o,a)}),[i,o,a]),I=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),qM(),document.addEventListener("wheel",e$,{passive:!1}),document.addEventListener("touchmove",e$,{passive:!1});const t=E(e.clientX);if(Array.isArray(w)){const e=UM(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),KM(),document.removeEventListener("wheel",e$),document.removeEventListener("touchmove",e$)}),[]),$=e.useCallback((e=>{if(l)return;e.preventDefault(),p(!0),qM(),document.addEventListener("wheel",e$,{passive:!1}),document.addEventListener("touchmove",e$,{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=UM(r,w);n.set(e.identifier,t)}else n.set(e.identifier,0)})),f(t),v(n)}),[l,E,w]),A=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]),V=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),KM(),document.removeEventListener("wheel",e$),document.removeEventListener("touchmove",e$))}),[g,b]);return{currentValue:w,isDragging:u,trackRef:x,thumbRef:y,handleChange:C,handleMouseDown:I,handleMouseMove:k,handleMouseUp:M,handleTouchStart:$,handleTouchMove:A,handleTouchEnd:V}}function n$({showScale:t,min:n,max:r,step:i,currentValue:o}){const a=e.useCallback((()=>{if(!t)return[];const e=[];for(let t=n;t<=r;t+=i)e.push(t);return e}),[t,n,r,i]),l=e.useCallback((e=>Array.isArray(o)?e>=o[0]&&e<=o[1]:e<=o),[o]),s=e.useCallback((()=>{if(!t)return null;const i=a();return e.createElement(GM,{},i.map((t=>e.createElement(YM,{key:t,percentage:(t-n)/(r-n)*100},e.createElement(jM,{isOnFill:l(t)})))))}),[t,a,n,r,l]);return{getScaleValues:a,isScaleOnFill:l,renderScale:s}}let r$=0;const i$={min:0,max:100,step:1,disabled:!1,showScale:!1},o$=e.forwardRef((function(t,n){var{value:r,defaultValue:i,onChange:o,min:a=i$.min,max:l=i$.max,step:s=i$.step,disabled:c=i$.disabled,showScale:d=i$.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=ee(),x=e.useId(),y=e.useMemo((()=>"slider-"+ ++r$),[]),w=u||x||y,{currentValue:C,isDragging:E,trackRef:I,thumbRef:k,handleChange:M,handleMouseDown:$,handleMouseMove:A,handleMouseUp:V,handleTouchStart:L,handleTouchMove:H,handleTouchEnd:O}=t$({value:r,defaultValue:i,onChange:o,min:a,max:l,step:s,disabled:c}),{renderScale:S}=n$({showScale:d,min:a,max:l,step:s,currentValue:C}),R=e.useCallback((e=>XM(e,a,l)),[a,l]),N=e.useCallback((e=>{if(c)return;const t=Array.isArray(C),n=QM(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]),Z=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]),T=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",A),document.addEventListener("mouseup",V),document.addEventListener("touchmove",H),document.addEventListener("touchend",O);const e=e=>e.preventDefault();return document.addEventListener("contextmenu",e),()=>{document.removeEventListener("mousemove",A),document.removeEventListener("mouseup",V),document.removeEventListener("touchmove",H),document.removeEventListener("touchend",O),document.removeEventListener("contextmenu",e)}}}),[E,A,V,H,O]),e.createElement(TM,Object.assign({ref:n,theme:v,disabled:c,className:p,style:m},b),e.createElement(BM,{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:$,onTouchStart:L,onKeyDown:N},Array.isArray(C)?e.createElement(e.Fragment,null,e.createElement(PM,{percentage:R(C[1])-R(C[0]),isDragging:E,startPercentage:R(C[0]),disabled:c}),e.createElement(_M,{ref:k,percentage:R(C[0]),isDragging:E,disabled:c}),e.createElement(_M,{percentage:R(C[1]),isDragging:E,disabled:c})):e.createElement(e.Fragment,null,e.createElement(PM,{percentage:R(C),isDragging:E,disabled:c}),e.createElement(_M,{ref:k,percentage:R(C),isDragging:E,disabled:c})),S()),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:Z}),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:T})):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}))})),a$=s(null),l$=()=>{const e=c(a$);if(!e)throw new Error("SliderField components must be used within a SliderField");return e},s$=({children:e})=>{const n=r(),i={fieldId:n,sliderId:`${n}-slider`,outputId:`${n}-output`};return t.createElement(a$.Provider,{value:i},e)};s$.Slider=e=>{const{sliderId:n,outputId:r}=l$(),i=e.id||n,o=e["aria-describedby"]||r;return t.createElement(o$,Object.assign({},e,{id:i,"aria-describedby":o}))},s$.Output=e=>{var{children:n,id:r}=e,i=D(e,["children","id"]);const{outputId:o}=l$();return t.createElement("div",Object.assign({},i,{id:r||o}),n)};const c$=e=>{switch(e){case"down":default:return"translateY(100vh)";case"up":return"translateY(-100vh)";case"right":return"translateX(100vw)";case"left":return"translateX(-100vw)"}},d$="slide-transition",u$=v(ac)`
|
|
5034
5034
|
&.${d$}-enter, &.${d$}-appear {
|
|
5035
5035
|
transform: ${({direction:e})=>c$(e)};
|
|
5036
5036
|
}
|
|
@@ -5141,7 +5141,7 @@ object-assign
|
|
|
5141
5141
|
transition: all 0.3s ease-in-out; //インジケーターの動きだしタイミングを少しだけ速くする
|
|
5142
5142
|
background-color: ${({$variant:e,theme:t,$disabled:n})=>{if(n)return t.palette.text.disabled;return w$(t)[e].indicatorBackground}};
|
|
5143
5143
|
border-radius: ${({$size:e})=>y$[e].itemRadius};
|
|
5144
|
-
`,A$="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;function
|
|
5144
|
+
`,A$="undefined"!=typeof window?t.useLayoutEffect:t.useEffect;function V$(e){const n=t.useRef(e);return A$((()=>{n.current=e})),t.useCallback(((...e)=>n.current(...e)),[])}const L$=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=ee(),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:w$(p)[o].iconColor),[p,o]),C=e.useMemo((()=>"small"===i?"xs":"sm"),[i]),E=V$((()=>{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(C$,{ref:u,$size:i,$variant:o,$disabled:a,$fullWidth:l,$width:s,role:"tablist","aria-label":"Switch options"},e.createElement(E$,{ref:g},e.createElement($$,{$size:i,$variant:o,$disabled:a,style:Object.assign({},b)}),e.createElement(I$,{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(k$,{$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(oe,{name:t.icon,size:y,color:w(u,s)})):e.createElement(M$,{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(Ee,{trimVertical:!0,component:"span",size:C,weight:"normal",color:"secondary"},t.name));return c?e.createElement(Ac,{key:t.name,content:t.name,positionPriority:d,offset:[0,15]},p):e.createElement(e.Fragment,{key:t.name},p)})))))})),H$=e.forwardRef((function(t,n){var{children:r}=t,i=D(t,["children"]);return e.createElement("tbody",Object.assign({ref:n},i),r)})),O$=v.td`
|
|
5145
5145
|
width: ${({width:e})=>e};
|
|
5146
5146
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
5147
5147
|
`,S$=e.forwardRef((function(t,n){var{width:r="auto",children:i}=t,o=D(t,["width","children"]);return e.createElement(O$,Object.assign({ref:n,width:r},o),e.createElement(Ee,{component:"div"},i))})),D$=e.forwardRef((function({children:t},n){return e.createElement("thead",{ref:n},t)})),R$={small:"8px",medium:"12px",large:"16px"},N$=v.tr`
|
|
@@ -5164,50 +5164,101 @@ object-assign
|
|
|
5164
5164
|
background-color: ${({theme:e})=>e.palette.background.default};
|
|
5165
5165
|
`,P$=e.forwardRef((function(t,n){var{children:r}=t,i=D(t,["children"]);return e.createElement(B$,Object.assign({ref:n},i),r)}));P$.Header=D$,P$.Body=H$,P$.Row=z$,P$.Cell=S$,P$.HeaderCell=T$;const _$=v.div`
|
|
5166
5166
|
position: relative;
|
|
5167
|
-
`,G$=v.div
|
|
5168
|
-
|
|
5167
|
+
`,G$=v.div`
|
|
5168
|
+
${({$orientation:e})=>"vertical"===e&&y`
|
|
5169
|
+
display: flex;
|
|
5170
|
+
flex-direction: column;
|
|
5171
|
+
align-items: stretch;
|
|
5172
|
+
`}
|
|
5173
|
+
`,Y$=v.div`
|
|
5174
|
+
display: flex;
|
|
5175
|
+
flex-direction: column;
|
|
5176
|
+
`,j$=v.div`
|
|
5177
|
+
overflow-x: auto;
|
|
5178
|
+
-webkit-overflow-scrolling: touch;
|
|
5179
|
+
`,F$=v.div`
|
|
5180
|
+
position: relative;
|
|
5181
|
+
display: inline-flex;
|
|
5182
|
+
flex-wrap: nowrap;
|
|
5183
|
+
align-items: stretch;
|
|
5184
|
+
`,W$=v.button`
|
|
5169
5185
|
flex-shrink: 0;
|
|
5170
5186
|
line-height: 1.25;
|
|
5171
|
-
max-width: 360;
|
|
5172
|
-
min-height: 48;
|
|
5173
|
-
min-width: 90;
|
|
5174
5187
|
overflow: hidden;
|
|
5175
5188
|
margin: 0;
|
|
5176
|
-
padding: 12px 16px;
|
|
5177
|
-
position: relative;
|
|
5178
|
-
text-align: center;
|
|
5179
|
-
white-space: normal;
|
|
5180
5189
|
border: none;
|
|
5181
5190
|
outline: none;
|
|
5182
5191
|
background-color: transparent;
|
|
5183
|
-
cursor: ${({selected:e})=>e?"":"pointer"};
|
|
5192
|
+
cursor: ${({selected:e})=>e?"default":"pointer"};
|
|
5193
|
+
transition: background-color 0.3s;
|
|
5184
5194
|
&:hover {
|
|
5185
|
-
background-color: ${({selected:e})=>e?"":
|
|
5186
|
-
transition: 0.5s;
|
|
5195
|
+
background-color: ${({selected:e,theme:t})=>e?"transparent":t.palette.neutral.highlight};
|
|
5187
5196
|
}
|
|
5188
|
-
|
|
5197
|
+
|
|
5198
|
+
${({$orientation:e})=>"horizontal"===e&&y`
|
|
5199
|
+
display: inline-flex;
|
|
5200
|
+
align-items: center;
|
|
5201
|
+
justify-content: center;
|
|
5202
|
+
padding: 12px 16px;
|
|
5203
|
+
position: relative;
|
|
5204
|
+
text-align: center;
|
|
5205
|
+
white-space: nowrap;
|
|
5206
|
+
`}
|
|
5207
|
+
|
|
5208
|
+
${({$orientation:e,selected:t,theme:n})=>"vertical"===e&&y`
|
|
5209
|
+
position: relative;
|
|
5210
|
+
padding: ${n.spacing}px;
|
|
5211
|
+
text-align: left;
|
|
5212
|
+
white-space: normal;
|
|
5213
|
+
border-radius: 4px;
|
|
5214
|
+
|
|
5215
|
+
${t&&y`
|
|
5216
|
+
&::before {
|
|
5217
|
+
content: "";
|
|
5218
|
+
position: absolute;
|
|
5219
|
+
left: 0;
|
|
5220
|
+
top: 4px;
|
|
5221
|
+
bottom: 4px;
|
|
5222
|
+
width: 2px;
|
|
5223
|
+
background-color: ${n.palette.primary.base};
|
|
5224
|
+
}
|
|
5225
|
+
`}
|
|
5226
|
+
`}
|
|
5227
|
+
`,X$=v.div`
|
|
5228
|
+
display: flex;
|
|
5229
|
+
align-items: center;
|
|
5230
|
+
min-height: ${Id.small.pillHeight};
|
|
5231
|
+
|
|
5232
|
+
${({$orientation:e})=>"vertical"===e&&y`
|
|
5233
|
+
width: 100%;
|
|
5234
|
+
`}
|
|
5235
|
+
`,J$=v(Ee).attrs({trimVertical:!0})`
|
|
5189
5236
|
padding-right: 2px;
|
|
5190
5237
|
font-weight: normal;
|
|
5191
|
-
color: ${({selected:e
|
|
5192
|
-
`,
|
|
5238
|
+
color: ${({selected:e,theme:t})=>e?t.palette.primary.base:t.palette.text.primary};
|
|
5239
|
+
`,U$=v.div`
|
|
5193
5240
|
position: absolute;
|
|
5194
5241
|
top: 0;
|
|
5195
5242
|
height: 100%;
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5243
|
+
pointer-events: none;
|
|
5244
|
+
transition:
|
|
5245
|
+
left 0.3s ease-in-out,
|
|
5246
|
+
width 0.3s ease-in-out;
|
|
5247
|
+
border-bottom: ${({theme:e})=>`2px solid ${e.palette.primary.base}`};
|
|
5248
|
+
`,Q$=v.div`
|
|
5249
|
+
flex-shrink: 0;
|
|
5199
5250
|
height: 1px;
|
|
5200
5251
|
width: 100%;
|
|
5201
5252
|
background: ${({theme:e})=>e.palette.neutral.lighter};
|
|
5202
|
-
`,
|
|
5253
|
+
`,q$=e.forwardRef((function({text:t,count:n,countMax:r,value:i,selected:o,orientation:a,onChange:l,onClick:s},c){const d=o?"primary":"secondaryDark";return e.createElement(W$,{ref:c,value:i,tabIndex:o?0:-1,role:"tab","aria-selected":o,selected:o,$orientation:a,onClick:e=>{!o&&l&&l(i),s&&s(e)}},e.createElement(X$,{$orientation:a},e.createElement(Qk,{showZero:!0,layout:"inline",badgeContent:n,max:null!=r?r:99,color:d,size:"small"},e.createElement(J$,{selected:o},t))))})),K$=({ref:t,data:n,value:r,orientation:i="horizontal",onChange:o,onClick:a})=>{const l="vertical"===i,s=new Map,c=e.useRef(null),[d,u]=e.useState({}),p=kc(t),m=V$((()=>{var e,t;const n=(()=>{const e=c.current;if(!e||!r)return null;const t=s.get(r);return void 0===t?null:e.children[t]})(),i={left:null!==(e=null==n?void 0:n.offsetLeft)&&void 0!==e?e:0,width:null!==(t=null==n?void 0:n.offsetWidth)&&void 0!==t?t:0};if(void 0===d.left||void 0===d.width)u(i);else{const e=Math.abs(d.left-i.left),t=Math.abs(d.width-i.width);(e>=1||t>=1)&&u(i)}}));e.useEffect((()=>{l||m()})),e.useEffect((()=>{if(l)return;const e=()=>{m()};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)}),[l,m]);const h=n.map(((t,n)=>{const l=t.value,c=l===r;return s.set(l,n),e.createElement(q$,{key:n.toString(),selected:c,orientation:i,value:l,count:t.count,countMax:t.countMax,text:t.text,onChange:o,onClick:a})}));return e.createElement(_$,{ref:p},l?e.createElement(G$,{ref:c,role:"tablist",$orientation:i,"aria-orientation":"vertical"},h):e.createElement(Y$,null,e.createElement(j$,null,e.createElement(F$,{ref:c,role:"tablist","aria-orientation":"horizontal"},h,e.createElement(U$,{"aria-hidden":"true",style:Object.assign({},d)}))),e.createElement(Q$,null)))},eA=v.div`
|
|
5203
5254
|
cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
|
|
5204
|
-
`,Q$=(e=15)=>{const t=[];for(let n=0;n<24;n++)for(let r=0;r<60;r+=e){const e=Ta().hour(n).minute(r).format("HH:mm");t.push(e)}return t},q$=(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 K$=g((({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;Me("TimeField","TimeField は非推奨です。代わりに TimeField2 を使用してください。");const I=ee(),[k,$]=i(!1),A=o(null),L=r(),V="HH:mm",H=e||Ta(),O=l((()=>{const e=Q$(p);return m&&m.length>0?e.filter((e=>m.every((t=>t(e))))):e}),[p,m]),[S,D]=i(H.format(V)),[R,N]=i(ew(S)),[z,Z]=i({start:0,end:R.length-1,current:0}),[T,B]=i(null);a((()=>{const e=H.format(V);D(e),N(ew(e))}),[H,V]);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));Z((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((()=>{Z((e=>Object.assign(Object.assign({},e),{current:0}))),B(null),null==x||x()}),[x]),Y=d(((e,t,n)=>{const r=q$(e,t,n,V);return r?r.newTime:null}),[V]),j=d((t=>{const n=sw(t.code),r=n?cw(t.code):null;if(!lw.includes(t.key)&&!n)return;if(t.key===iw.ArrowLeft||t.key===iw.ArrowRight){t.preventDefault();const e=((e,t,n)=>{if(t===iw.ArrowLeft){for(let t=e-1;t>=0;t--)if(n[t].editable)return t-e}else if(t===iw.ArrowRight)for(let t=e+1;t<n.length;t++)if(n[t].editable)return t-e;return 0})(z.current,t.key,R);Z((t=>Object.assign(Object.assign({},t),{current:t.current+e}))),B(null)}if(t.key===iw.ArrowUp||t.key===iw.ArrowDown){t.preventDefault();const n=t.key===iw.ArrowUp?1:-1,r=e||Ta(),i=Y(r,z.current,n);if(i){const e=i.format(V);D(e),N(ew(e)),u&&u(i)}}const i=n?r:t.key;if((aw.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,T),r=tw(n.newSections),o=e||Ta(),a=r,l=Ta(`${o.format("YYYY-MM-DD")} ${a}`),s=l.format(V);if(M((()=>{D(s),N(ew(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){Z((t=>Object.assign(Object.assign({},t),{current:e})));break}}if(t.key===iw.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=tw(e);D(n)}}),[R,z,T,V,u,e,Y]),F=d((()=>{P()}),[P]),W=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||Ta()).hour(n).minute(r).second(0).millisecond(0);u&&u(i),$(!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||Ta(),s=Ta(`${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(V);D(t),N(ew(t)),u&&u(e)}}),[e,V,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(V);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(L)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[k,e,L,V]),t.createElement(t.Fragment,null,t.createElement(ga,{ref:A,readOnly:!0,multiline:!1,error:n||!!s,disabled:c,width:f,size:h,variant:g,value:S,append:t.createElement(U$,{disabled:c,"aria-label":"時刻を選択",role:"button",tabIndex:c?-1:0,onClick:e=>{e.stopPropagation(),e.preventDefault(),c||$(!k)}},t.createElement(oe,{name:"arrow_down",color:c?I.palette.text.disabled:I.palette.black})),onFocus:_,onBlur:G,onKeyDown:j,onMouseDown:F,onPaste:X}),t.createElement(Ha,null,t.createElement(Va,{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:$},O.length>0?O.map((n=>{const r=(null==e?void 0:e.format(V))===n;return t.createElement(Oo,{key:n,"data-timefield-item":`${L}-${n}`,checked:r,onChange:e=>{e&&W(n)}},n)})):t.createElement(Ht,{disabled:!0},"選択可能な時刻がありません"))),s&&t.createElement(t.Fragment,null,t.createElement(ja,{py:1}),t.createElement(Qc,null,s)))}));var eA=g((({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=480,onFocus:x,onBlur:y})=>{var w,C,E,I;const k=ee(),[M,$]=i(!1),A=o(null),L=r(),V="HH:mm",H=ha(),O=e||Ta(),S=l((()=>{const e=Q$(m);return h&&h.length>0?e.filter((e=>h.every((t=>t(e))))):e}),[m,h]),{value:D,sections:R,focusedIndex:N,isFocused:z,getSegmentProps:Z,groupProps:T}=(({time:e,disabled:t=!1,onTimeChange:n})=>{const r="HH:mm",l=e||Ta(),[s,c]=i(l.format(r)),u=o(s),[p,m]=i(ew(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||Ta()).format(r);c(t),u.current=t,m(ew(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=tw(d),w=e||Ta(),C=Ta(`${w.format("YYYY-MM-DD")} ${y}`),k=C.format(r);if(c(k),u.current=k,m(ew(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}),[]),$=d((e=>()=>{x(!0),C(e),b.current=0}),[C]),A=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]),L=d((t=>i=>{const o=p[t];if((null==o?void 0:o.editable)&&!(i.ctrlKey||i.metaKey||i.altKey))if(i.key!==iw.ArrowUp&&i.key!==iw.ArrowDown){if(i.key===iw.Backspace||i.key===iw.Delete){i.preventDefault(),i.stopPropagation();const e=i.key===iw.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=tw(r);return c(a),void(u.current=a)}if(sw(i.code)){i.preventDefault();const e=cw(i.code);e&&k(e)}}else{i.preventDefault();const o=i.key===iw.ArrowUp?1:-1,a=e||Ta(),[l,s]=u.current.split(":").map(Number),d=a.hour(l).minute(s).second(0).millisecond(0),p=q$(d,t,o,r);p&&(c(p.normalizedValue),u.current=p.normalizedValue,m(ew(p.normalizedValue)),null==n||n(p.newTime))}}),[p,e,r,n,k,I,E]),V=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]),H=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:$(e),onBlur:A(e),onKeyDown:L(e),onBeforeInput:V(e),onPointerDown(e){e.stopPropagation()},onMouseDown(e){e.stopPropagation()}}}),[p,t,M,$,A,L,V]),O=d((e=>{const t=f.current;if(null!==t)if(e.key!==iw.ArrowLeft&&e.key!==iw.ArrowRight){if(e.key===iw.Tab){const n=e.shiftKey?-1:1,r=I(t,n);null!==r&&(e.preventDefault(),E(r))}}else{e.preventDefault();const n=e.key===iw.ArrowLeft?-1:1,r=I(t,n);null!==r&&E(r)}}),[I,E]),S=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||Ta()).hour(l).minute(s).second(0).millisecond(0),p=d.format(r);c(p),u.current=p,m(ew(p)),null==n||n(d)}),[e,r,n]);return{value:s,sections:p,focusedIndex:h,isFocused:v,getSegmentProps:H,groupProps:{ref:w,onKeyDown:O,onPaste:S}}})({time:O,disabled:u,onTimeChange:p}),B=d((()=>{null==x||x()}),[x]),P=d((e=>{const t=e.relatedTarget;A.current&&t&&A.current.contains(t)||null==y||y()}),[y]),_=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||Ta()).hour(n).minute(r).second(0).millisecond(0);null==p||p(i),$(!1)}),[e,p]),G=d((e=>{e.stopPropagation(),e.preventDefault(),u||$(!M)}),[u,M]),Y=d((e=>t=>{t&&_(e)}),[_]);return a((()=>{if(M&&e){const t=e.format(V);requestAnimationFrame((()=>{const e=document.querySelector(`[data-timefield-item="${CSS.escape(L)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[M,e,L,V]),t.createElement(t.Fragment,null,t.createElement(Ow,{ref:A,$disabled:u,$error:s||!!c,$focused:z,$isIOS:H,$size:g,$variant:f,$width:b,onBlurCapture:P,onFocusCapture:B},t.createElement(Sw,Object.assign({},T),R.map(((e,n)=>t.createElement(Dw,Object.assign({key:`${e.start}-${e.end}`,$editable:e.editable,$focused:z&&N===n},Z(n)),e.value)))),t.createElement(Rw,null,t.createElement(U$,{disabled:u,"aria-label":"時刻を選択",role:"button",tabIndex:u?-1:0,onClick:G},t.createElement(oe,{color:u?k.palette.text.disabled:k.palette.black,name:"arrow_down"})))),t.createElement("input",{type:"hidden",name:n,value:D,disabled:u}),t.createElement(Ha,null,t.createElement(Va,{maxHeight:v,open:M,placement:"bottom-start",trigger:{x:null!==(C=null===(w=A.current)||void 0===w?void 0:w.getBoundingClientRect().left)&&void 0!==C?C:0,y:(null!==(I=null===(E=A.current)||void 0===E?void 0:E.getBoundingClientRect().bottom)&&void 0!==I?I:0)+5},width:120,onOpenChange:$},S.length>0?S.map((n=>{const r=(null==e?void 0:e.format(V))===n;return t.createElement(Oo,{key:n,checked:r,"data-timefield-item":`${L}-${n}`,onChange:Y(n)},n)})):t.createElement(Ht,{disabled:!0},"選択可能な時刻がありません"))),c&&t.createElement(t.Fragment,null,t.createElement(ja,{py:1}),t.createElement(Qc,null,c)))}));const tA="calc(100vw - 24px)",nA="800px",rA=v.div`
|
|
5255
|
+
`,tA=(e=15)=>{const t=[];for(let n=0;n<24;n++)for(let r=0;r<60;r+=e){const e=Ta().hour(n).minute(r).format("HH:mm");t.push(e)}return t},nA=(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 rA=g((({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;Me("TimeField","TimeField は非推奨です。代わりに TimeField2 を使用してください。");const I=ee(),[k,$]=i(!1),A=o(null),V=r(),L="HH:mm",H=e||Ta(),O=l((()=>{const e=tA(p);return m&&m.length>0?e.filter((e=>m.every((t=>t(e))))):e}),[p,m]),[S,D]=i(H.format(L)),[R,N]=i(ew(S)),[z,Z]=i({start:0,end:R.length-1,current:0}),[T,B]=i(null);a((()=>{const e=H.format(L);D(e),N(ew(e))}),[H,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));Z((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((()=>{Z((e=>Object.assign(Object.assign({},e),{current:0}))),B(null),null==x||x()}),[x]),Y=d(((e,t,n)=>{const r=nA(e,t,n,L);return r?r.newTime:null}),[L]),j=d((t=>{const n=sw(t.code),r=n?cw(t.code):null;if(!lw.includes(t.key)&&!n)return;if(t.key===iw.ArrowLeft||t.key===iw.ArrowRight){t.preventDefault();const e=((e,t,n)=>{if(t===iw.ArrowLeft){for(let t=e-1;t>=0;t--)if(n[t].editable)return t-e}else if(t===iw.ArrowRight)for(let t=e+1;t<n.length;t++)if(n[t].editable)return t-e;return 0})(z.current,t.key,R);Z((t=>Object.assign(Object.assign({},t),{current:t.current+e}))),B(null)}if(t.key===iw.ArrowUp||t.key===iw.ArrowDown){t.preventDefault();const n=t.key===iw.ArrowUp?1:-1,r=e||Ta(),i=Y(r,z.current,n);if(i){const e=i.format(L);D(e),N(ew(e)),u&&u(i)}}const i=n?r:t.key;if((aw.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,T),r=tw(n.newSections),o=e||Ta(),a=r,l=Ta(`${o.format("YYYY-MM-DD")} ${a}`),s=l.format(L);if(M((()=>{D(s),N(ew(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){Z((t=>Object.assign(Object.assign({},t),{current:e})));break}}if(t.key===iw.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=tw(e);D(n)}}),[R,z,T,L,u,e,Y]),F=d((()=>{P()}),[P]),W=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||Ta()).hour(n).minute(r).second(0).millisecond(0);u&&u(i),$(!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||Ta(),s=Ta(`${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);D(t),N(ew(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(V)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[k,e,V,L]),t.createElement(t.Fragment,null,t.createElement(ga,{ref:A,readOnly:!0,multiline:!1,error:n||!!s,disabled:c,width:f,size:h,variant:g,value:S,append:t.createElement(eA,{disabled:c,"aria-label":"時刻を選択",role:"button",tabIndex:c?-1:0,onClick:e=>{e.stopPropagation(),e.preventDefault(),c||$(!k)}},t.createElement(oe,{name:"arrow_down",color:c?I.palette.text.disabled:I.palette.black})),onFocus:_,onBlur:G,onKeyDown:j,onMouseDown:F,onPaste:X}),t.createElement(Ha,null,t.createElement(La,{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:$},O.length>0?O.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(Oo,{key:n,"data-timefield-item":`${V}-${n}`,checked:r,onChange:e=>{e&&W(n)}},n)})):t.createElement(Ht,{disabled:!0},"選択可能な時刻がありません"))),s&&t.createElement(t.Fragment,null,t.createElement(ja,{py:1}),t.createElement(Qc,null,s)))}));var iA=g((({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=480,onFocus:x,onBlur:y})=>{var w,C,E,I;const k=ee(),[M,$]=i(!1),A=o(null),V=r(),L="HH:mm",H=ha(),O=e||Ta(),S=l((()=>{const e=tA(m);return h&&h.length>0?e.filter((e=>h.every((t=>t(e))))):e}),[m,h]),{value:D,sections:R,focusedIndex:N,isFocused:z,getSegmentProps:Z,groupProps:T}=(({time:e,disabled:t=!1,onTimeChange:n})=>{const r="HH:mm",l=e||Ta(),[s,c]=i(l.format(r)),u=o(s),[p,m]=i(ew(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||Ta()).format(r);c(t),u.current=t,m(ew(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=tw(d),w=e||Ta(),C=Ta(`${w.format("YYYY-MM-DD")} ${y}`),k=C.format(r);if(c(k),u.current=k,m(ew(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}),[]),$=d((e=>()=>{x(!0),C(e),b.current=0}),[C]),A=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]),V=d((t=>i=>{const o=p[t];if((null==o?void 0:o.editable)&&!(i.ctrlKey||i.metaKey||i.altKey))if(i.key!==iw.ArrowUp&&i.key!==iw.ArrowDown){if(i.key===iw.Backspace||i.key===iw.Delete){i.preventDefault(),i.stopPropagation();const e=i.key===iw.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=tw(r);return c(a),void(u.current=a)}if(sw(i.code)){i.preventDefault();const e=cw(i.code);e&&k(e)}}else{i.preventDefault();const o=i.key===iw.ArrowUp?1:-1,a=e||Ta(),[l,s]=u.current.split(":").map(Number),d=a.hour(l).minute(s).second(0).millisecond(0),p=nA(d,t,o,r);p&&(c(p.normalizedValue),u.current=p.normalizedValue,m(ew(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]),H=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:$(e),onBlur:A(e),onKeyDown:V(e),onBeforeInput:L(e),onPointerDown(e){e.stopPropagation()},onMouseDown(e){e.stopPropagation()}}}),[p,t,M,$,A,V,L]),O=d((e=>{const t=f.current;if(null!==t)if(e.key!==iw.ArrowLeft&&e.key!==iw.ArrowRight){if(e.key===iw.Tab){const n=e.shiftKey?-1:1,r=I(t,n);null!==r&&(e.preventDefault(),E(r))}}else{e.preventDefault();const n=e.key===iw.ArrowLeft?-1:1,r=I(t,n);null!==r&&E(r)}}),[I,E]),S=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||Ta()).hour(l).minute(s).second(0).millisecond(0),p=d.format(r);c(p),u.current=p,m(ew(p)),null==n||n(d)}),[e,r,n]);return{value:s,sections:p,focusedIndex:h,isFocused:v,getSegmentProps:H,groupProps:{ref:w,onKeyDown:O,onPaste:S}}})({time:O,disabled:u,onTimeChange:p}),B=d((()=>{null==x||x()}),[x]),P=d((e=>{const t=e.relatedTarget;A.current&&t&&A.current.contains(t)||null==y||y()}),[y]),_=d((t=>{const[n,r]=t.split(":").map(Number),i=(e||Ta()).hour(n).minute(r).second(0).millisecond(0);null==p||p(i),$(!1)}),[e,p]),G=d((e=>{e.stopPropagation(),e.preventDefault(),u||$(!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(V)}-${t}"]`);e&&"function"==typeof e.scrollIntoView&&e.scrollIntoView({block:"center"})}))}}),[M,e,V,L]),t.createElement(t.Fragment,null,t.createElement(Ow,{ref:A,$disabled:u,$error:s||!!c,$focused:z,$isIOS:H,$size:g,$variant:f,$width:b,onBlurCapture:P,onFocusCapture:B},t.createElement(Sw,Object.assign({},T),R.map(((e,n)=>t.createElement(Dw,Object.assign({key:`${e.start}-${e.end}`,$editable:e.editable,$focused:z&&N===n},Z(n)),e.value)))),t.createElement(Rw,null,t.createElement(eA,{disabled:u,"aria-label":"時刻を選択",role:"button",tabIndex:u?-1:0,onClick:G},t.createElement(oe,{color:u?k.palette.text.disabled:k.palette.black,name:"arrow_down"})))),t.createElement("input",{type:"hidden",name:n,value:D,disabled:u}),t.createElement(Ha,null,t.createElement(La,{maxHeight:v,open:M,placement:"bottom-start",trigger:{x:null!==(C=null===(w=A.current)||void 0===w?void 0:w.getBoundingClientRect().left)&&void 0!==C?C:0,y:(null!==(I=null===(E=A.current)||void 0===E?void 0:E.getBoundingClientRect().bottom)&&void 0!==I?I:0)+5},width:120,onOpenChange:$},S.length>0?S.map((n=>{const r=(null==e?void 0:e.format(L))===n;return t.createElement(Oo,{key:n,checked:r,"data-timefield-item":`${V}-${n}`,onChange:Y(n)},n)})):t.createElement(Ht,{disabled:!0},"選択可能な時刻がありません"))),c&&t.createElement(t.Fragment,null,t.createElement(ja,{py:1}),t.createElement(Qc,null,c)))}));const oA="calc(100vw - 24px)",aA="800px",lA=v.div`
|
|
5205
5256
|
box-sizing: border-box;
|
|
5206
5257
|
display: inline-flex;
|
|
5207
5258
|
flex-direction: column;
|
|
5208
5259
|
margin-inline: auto;
|
|
5209
5260
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
5210
|
-
`,
|
|
5261
|
+
`,sA=v.div`
|
|
5211
5262
|
position: relative;
|
|
5212
5263
|
display: flex;
|
|
5213
5264
|
align-items: center;
|
|
@@ -5215,7 +5266,7 @@ object-assign
|
|
|
5215
5266
|
overflow: hidden;
|
|
5216
5267
|
width: fit-content;
|
|
5217
5268
|
min-width: ${240}px;
|
|
5218
|
-
max-width: ${
|
|
5269
|
+
max-width: ${oA};
|
|
5219
5270
|
padding: ${({theme:e})=>2*e.spacing}px;
|
|
5220
5271
|
background: ${({background:e})=>e};
|
|
5221
5272
|
box-shadow: ${({boxShadow:e})=>e};
|
|
@@ -5228,9 +5279,9 @@ object-assign
|
|
|
5228
5279
|
|
|
5229
5280
|
@media (min-width: ${j.MOBILE}px) {
|
|
5230
5281
|
min-width: ${400}px;
|
|
5231
|
-
max-width: ${
|
|
5282
|
+
max-width: ${aA};
|
|
5232
5283
|
}
|
|
5233
|
-
`,
|
|
5284
|
+
`,cA=v.div`
|
|
5234
5285
|
position: relative;
|
|
5235
5286
|
z-index: 1;
|
|
5236
5287
|
display: flex;
|
|
@@ -5238,11 +5289,11 @@ object-assign
|
|
|
5238
5289
|
gap: ${({theme:e})=>2*e.spacing}px;
|
|
5239
5290
|
width: 100%;
|
|
5240
5291
|
min-width: 0;
|
|
5241
|
-
`,
|
|
5292
|
+
`,dA=v.span`
|
|
5242
5293
|
flex-shrink: 0;
|
|
5243
5294
|
display: flex;
|
|
5244
5295
|
align-items: center;
|
|
5245
|
-
`,
|
|
5296
|
+
`,uA=v.div`
|
|
5246
5297
|
flex: 1;
|
|
5247
5298
|
min-width: 0;
|
|
5248
5299
|
|
|
@@ -5251,19 +5302,19 @@ object-assign
|
|
|
5251
5302
|
word-break: break-word;
|
|
5252
5303
|
overflow-wrap: break-word;
|
|
5253
5304
|
}
|
|
5254
|
-
`,
|
|
5305
|
+
`,pA=v.div`
|
|
5255
5306
|
flex-shrink: 0;
|
|
5256
5307
|
align-self: center;
|
|
5257
5308
|
cursor: pointer;
|
|
5258
|
-
`,
|
|
5309
|
+
`,mA=w`
|
|
5259
5310
|
from {
|
|
5260
5311
|
width: 100%;
|
|
5261
5312
|
}
|
|
5262
5313
|
to {
|
|
5263
5314
|
width: 0%
|
|
5264
5315
|
}
|
|
5265
|
-
`,
|
|
5266
|
-
animation: ${
|
|
5316
|
+
`,hA=v.div`
|
|
5317
|
+
animation: ${mA}
|
|
5267
5318
|
${({autoDismissTimeout:e})=>e}ms linear;
|
|
5268
5319
|
animation-play-state: ${({isRunning:e})=>e?"running":"paused"};
|
|
5269
5320
|
background-color: ${({backgroundColor:e})=>e};
|
|
@@ -5274,7 +5325,7 @@ object-assign
|
|
|
5274
5325
|
width: 0;
|
|
5275
5326
|
height: 100%;
|
|
5276
5327
|
pointer-events: none;
|
|
5277
|
-
`,
|
|
5328
|
+
`,gA={right:"translate3d(120%, 0, 0)",left:"translate3d(-120%, 0, 0)",bottom:"translate3d(0, 120%, 0)",top:"translate3d(0, -120%, 0)"};function fA(e){const t=e.split("-"),n="center"===t[1]?t[0]:t[1];return gA[n]}const bA=({appearance:t,placement:n,transitionDuration:r,transitionState:i,onDismiss:o,children:a,autoDismiss:l,autoDismissTimeout:s,isRunning:c})=>{const d=(({palette:t})=>({info:{background:t.primary.highlight,boxShadow:Do(5,t.action.shadowOpacity,t.primary.softLight),icon:e.createElement(oe,{name:"information",type:"fill",size:"lg",color:t.primary.base}),countDownBackground:t.primary.base,titleColor:t.primary.ultraDark,contentColor:t.primary.base,closeColor:t.primary.base},success:{background:t.success.highlight,boxShadow:Do(5,t.action.shadowOpacity,t.success.lighter),icon:e.createElement(oe,{name:"checkbox_circle",type:"fill",size:"lg",color:t.success.base}),countDownBackground:t.success.base,titleColor:t.success.ultraDark,contentColor:t.success.base,closeColor:t.success.base},warning:{background:t.warning.highlight,boxShadow:Do(5,t.action.shadowOpacity,t.warning.light),icon:e.createElement(oe,{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.base},error:{background:t.danger.highlight,boxShadow:Do(5,t.action.shadowOpacity,t.danger.lighter),icon:e.createElement(oe,{name:"alert",type:"fill",size:"lg",color:t.danger.base}),countDownBackground:t.danger.base,titleColor:t.danger.ultraDark,contentColor:t.danger.base,closeColor:t.danger.base}}))(ee())[t];return e.createElement(lA,null,e.createElement(sA,Object.assign({background:d.background,boxShadow:d.boxShadow,transitionDuration:r,role:"error"===t||"warning"===t?"alert":"status"},(e=>({entering:{transform:`${fA(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(cA,null,e.createElement(dA,null,d.icon),e.createElement(uA,null,e.createElement(Ee,{color:d.titleColor,weight:"bold"},a)),e.createElement(pA,{onClick:()=>{o()}},e.createElement(oe,{name:"close",color:d.closeColor}))),e.createElement(hA,{opacity:l?1:0,autoDismissTimeout:s,isRunning:c,backgroundColor:d.countDownBackground})))},vA=v.div`
|
|
5278
5329
|
border: 0;
|
|
5279
5330
|
clip: rect(1px, 1px, 1px, 1px);
|
|
5280
5331
|
height: 1;
|
|
@@ -5283,7 +5334,7 @@ object-assign
|
|
|
5283
5334
|
position: absolute;
|
|
5284
5335
|
white-space: nowrap;
|
|
5285
5336
|
width: 1;
|
|
5286
|
-
`,
|
|
5337
|
+
`,xA=v.div`
|
|
5287
5338
|
cursor: pointer;
|
|
5288
5339
|
flex-shrink: 0;
|
|
5289
5340
|
opacity: 0.5;
|
|
@@ -5292,14 +5343,14 @@ object-assign
|
|
|
5292
5343
|
&:hover {
|
|
5293
5344
|
opacity: 1;
|
|
5294
5345
|
}
|
|
5295
|
-
`,
|
|
5346
|
+
`,yA=v.div`
|
|
5296
5347
|
flex-grow: 1;
|
|
5297
5348
|
font-size: 14;
|
|
5298
5349
|
line-height: 1.4;
|
|
5299
5350
|
min-height: 40px;
|
|
5300
5351
|
padding: ${({gutter:e})=>`${e}px ${1.5*e}px`};
|
|
5301
|
-
`,
|
|
5302
|
-
animation: ${({autoDismissTimeout:e})=>`${
|
|
5352
|
+
`,wA=w`from { height: 100%; } to { height: 0% }`,CA=v.div`
|
|
5353
|
+
animation: ${({autoDismissTimeout:e})=>`${wA} ${e}ms linear`};
|
|
5303
5354
|
animation-play-state: ${({isRunning:e})=>e?"running":"paused"};
|
|
5304
5355
|
background-color: rgba(0, 0, 0, 0.1);
|
|
5305
5356
|
bottom: 0;
|
|
@@ -5308,7 +5359,7 @@ object-assign
|
|
|
5308
5359
|
opacity: ${({opacity:e})=>e};
|
|
5309
5360
|
position: absolute;
|
|
5310
5361
|
width: 100%;
|
|
5311
|
-
`,
|
|
5362
|
+
`,EA=v.div`
|
|
5312
5363
|
background-color: ${({backgroundColor:e})=>e};
|
|
5313
5364
|
border-top-left-radius: ${({borderRadius:e})=>e}px;
|
|
5314
5365
|
border-bottom-left-radius: ${({borderRadius:e})=>e}px;
|
|
@@ -5320,11 +5371,11 @@ object-assign
|
|
|
5320
5371
|
overflow: hidden;
|
|
5321
5372
|
text-align: center;
|
|
5322
5373
|
width: 30px;
|
|
5323
|
-
`,
|
|
5374
|
+
`,IA=v.div`
|
|
5324
5375
|
height: ${({height:e})=>e};
|
|
5325
5376
|
transition: height
|
|
5326
5377
|
${({transitionDuration:e})=>`height ${e-100}ms 100ms`};
|
|
5327
|
-
`,
|
|
5378
|
+
`,kA=v.div`
|
|
5328
5379
|
background-color: ${({backgroundColor:e})=>e};
|
|
5329
5380
|
border-radius: ${({borderRadius:e})=>e}px;
|
|
5330
5381
|
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
|
|
@@ -5335,7 +5386,7 @@ object-assign
|
|
|
5335
5386
|
transition: ${({transitionDuration:e})=>`transform ${e}ms cubic-bezier(0.2, 0, 0, 1), opacity ${e}ms`};
|
|
5336
5387
|
width: ${({width:e})=>e}px;
|
|
5337
5388
|
${({transitionState:e,placement:t})=>{switch(e){case"entered":return y({transform:"translate3d(0,0,0)"});case"exiting":case"exited":return y({transform:"scale(0.66)",opacity:0});case"entering":return y((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""}}}
|
|
5338
|
-
`;function
|
|
5389
|
+
`;function MA(e){return{"aria-hidden":!0,height:16,width:e,viewBox:`0 0 ${e} 16`,style:{display:"inline-block",verticalAlign:"text-top",fill:"currentColor"}}}const $A=e=>t.createElement("svg",Object.assign({},MA(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"})),AA=()=>{};const VA=e=>{var{tag:n="span"}=e,r=D(e,["tag"]);return t.createElement(vA,Object.assign({as:n},r))},LA={success:{icon:e=>t.createElement("svg",Object.assign({},MA(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({},MA(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({},MA(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({},MA(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"}},HA=e=>{var{children:n}=e,r=D(e,["children"]);return t.createElement(xA,Object.assign({role:"button",className:"react-toast-notifications__toast__dismiss-button",gutter:8},r),n)},OA=e=>t.createElement(yA,Object.assign({className:"react-toast-notifications__toast__content",gutter:8},e)),SA=e=>{var{autoDismissTimeout:n,opacity:r,isRunning:i}=e,o=D(e,["autoDismissTimeout","opacity","isRunning"]);return t.createElement(CA,Object.assign({className:"react-toast-notifications__toast__countdown",autoDismissTimeout:n,isRunning:i,opacity:r},o))},DA=({appearance:e,autoDismiss:n,autoDismissTimeout:r,isRunning:i})=>{const o=LA[e],a=o.icon;return t.createElement(EA,{className:"react-toast-notifications__toast__icon-wrapper",color:o.bg,backgroundColor:o.fg,borderRadius:4,gutter:8},t.createElement(SA,{opacity:n?1:0,autoDismissTimeout:r,isRunning:i}),t.createElement(a,{className:"react-toast-notifications__toast__icon",css:{position:"relative",zIndex:1}}))},RA=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(IA,{ref:p,height:d,transitionDuration:l},t.createElement(kA,Object.assign({className:`react-toast-notifications__toast react-toast-notifications__toast--${n}`,backgroundColor:LA[n].bg,borderRadius:4,color:LA[n].text,gutter:8,placement:r,width:360,transitionState:s,transitionDuration:l},c)))},NA=v.div`
|
|
5339
5390
|
box-sizing: border-box;
|
|
5340
5391
|
max-height: 100%;
|
|
5341
5392
|
max-width: 100%;
|
|
@@ -5345,22 +5396,22 @@ object-assign
|
|
|
5345
5396
|
position: fixed;
|
|
5346
5397
|
z-index: 1000;
|
|
5347
5398
|
${({placement:e})=>{switch(e){case"top-left":return y({top:0,left:0});case"top-center":return y({top:0,left:"50%",transform:"translateX(-50%)"});case"top-right":return y({top:0,right:0});case"bottom-left":return y({bottom:0,left:0});case"bottom-center":return y({bottom:0,left:"50%",transform:"translateX(-50%)"});case"bottom-right":return y({bottom:0,right:0});default:return""}}}
|
|
5348
|
-
`,
|
|
5399
|
+
`,zA=e=>{var{hasToasts:n,placement:r}=e,i=D(e,["hasToasts","placement"]);return t.createElement(NA,Object.assign({className:"react-toast-notifications__container",hasToasts:n,placement:r},i))};class ZA{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 TA extends f{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 ZA(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:AA,s=n?this.onMouseLeave:AA;return t.createElement(i,Object.assign({autoDismiss:n,autoDismissTimeout:r,isRunning:a,onMouseEnter:l,onMouseLeave:s},o))}}TA.defaultProps={autoDismiss:!1};const BA={Toast:e=>{var{appearance:n="info",autoDismiss:r,autoDismissTimeout:i,children:o,isRunning:a,onDismiss:l=AA,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(RA,Object.assign({appearance:n,placement:s,transitionState:d,transitionDuration:c,onMouseEnter:u,onMouseLeave:p},m),t.createElement(DA,{appearance:n,autoDismiss:r,autoDismissTimeout:i,isRunning:a}),t.createElement(OA,null,o),l?t.createElement(HA,{onClick:l},t.createElement($A,{className:"react-toast-notifications__toast__dismiss-icon"}),t.createElement(VA,{className:"react-toast-notifications__toast__dismiss-text"},"Close")):null)},ToastContainer:zA},PA=t.createContext({add:()=>"0",remove:AA,removeAll:AA,update:AA,toasts:[]}),{Consumer:_A,Provider:GA}=PA,YA=!("undefined"==typeof window||!window.document||!window.document.createElement);let jA=class extends f{constructor(){super(...arguments),this.toastNodeRefs=new Map,this.state={toasts:[]},this.getNodeRef=e=>(this.toastNodeRefs.has(e)||this.toastNodeRefs.set(e,t.createRef()),this.toastNodeRefs.get(e)),this.has=e=>!!this.state.toasts.length&&Boolean(this.state.toasts.filter((t=>t.id===e)).length),this.onDismiss=(e,t=AA)=>()=>{t(e),this.remove(e)},this.add=(e,t,n=AA)=>{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=AA)=>{this.has(e)&&this.setState((t=>{const n=t.toasts.filter((t=>t.id!==e));return{toasts:n}}),(()=>{this.toastNodeRefs.delete(e),t(e)}))},this.removeAll=()=>{this.state.toasts.length&&this.state.toasts.forEach((e=>this.remove(e.id)))},this.update=(e,t,n=AA)=>{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)))}}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({},BA),i),{add:d,remove:u,removeAll:p,update:m}=this,h=this.state.toasts,g=Boolean(h.length),f=YA?a?document.querySelector(a):document.body:null;return t.createElement(GA,{value:{add:d,remove:u,removeAll:p,update:m,toasts:h}},r,f?k(t.createElement(c,{placement:o,hasToasts:g},t.createElement(hc,{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"]);const m=this.getNodeRef(d);return t.createElement(nc,{key:d,appear:!0,mountOnEnter:!0,unmountOnExit:!0,nodeRef:m,timeout:l},(r=>t.createElement("div",{ref:m},t.createElement(TA,Object.assign({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}))}};jA.defaultProps={autoDismiss:!1,autoDismissTimeout:5e3,components:BA,newestOnTop:!1,placement:"top-right",transitionDuration:220};const FA=v(zA)`
|
|
5349
5400
|
z-index: ${({theme:e})=>e.depth.toast} !important;
|
|
5350
5401
|
|
|
5351
5402
|
${({placement:e})=>e.includes("center")&&y`
|
|
5352
5403
|
box-sizing: border-box;
|
|
5353
|
-
max-width: ${
|
|
5404
|
+
max-width: ${oA};
|
|
5354
5405
|
|
|
5355
5406
|
@media (min-width: ${j.MOBILE}px) {
|
|
5356
|
-
max-width: ${
|
|
5407
|
+
max-width: ${aA};
|
|
5357
5408
|
}
|
|
5358
5409
|
`}
|
|
5359
|
-
`,
|
|
5410
|
+
`,WA=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(FA,Object.assign({},r),e.createElement(ja,Object.assign({},i),n))},XA={appearance:"info",autoDismiss:!1,autoDismissTimeout:0,isRunning:!0,onDismiss:()=>{},onMouseEnter:()=>{},onMouseLeave:()=>{},placement:"top-center",transitionDuration:0,transitionState:"entered",children:null},JA=e=>t.createElement(bA,Object.assign({},XA,e));JA.Provider=t=>{var{children:n}=t,r=D(t,["children"]);return e.createElement(jA,Object.assign({},r,{components:Object.assign({Toast:bA,ToastContainer:WA},r.components)}),n)},JA.useToasts=()=>{const e=c(PA);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 UA=v.div`
|
|
5360
5411
|
position: relative;
|
|
5361
5412
|
width: 40px;
|
|
5362
5413
|
height: 22px;
|
|
5363
|
-
`,
|
|
5414
|
+
`,QA=v.span`
|
|
5364
5415
|
position: absolute;
|
|
5365
5416
|
top: 50%;
|
|
5366
5417
|
left: 3px;
|
|
@@ -5373,19 +5424,19 @@ object-assign
|
|
|
5373
5424
|
${({checked:e,disabled:t,theme:n})=>t&&e?So(n.palette.primary.base,.6):t&&!e?So(n.palette.divider,.6):e?n.palette.primary.dark:n.palette.divider};
|
|
5374
5425
|
box-shadow: ${({theme:e})=>Do(3,e.palette.action.shadowOpacity,e.palette.action.shadowBase)};
|
|
5375
5426
|
transition: all 0.2s ease-in-out;
|
|
5376
|
-
`,
|
|
5427
|
+
`,qA=v.div`
|
|
5377
5428
|
position: absolute;
|
|
5378
5429
|
width: 100%;
|
|
5379
5430
|
word-break: break-all;
|
|
5380
5431
|
white-space: nowrap;
|
|
5381
5432
|
transition: all 0.2s ease-in-out;
|
|
5382
|
-
`,
|
|
5433
|
+
`,KA=v(qA)`
|
|
5383
5434
|
padding-left: 8px;
|
|
5384
5435
|
opacity: 0;
|
|
5385
|
-
`,
|
|
5436
|
+
`,eV=v(qA)`
|
|
5386
5437
|
padding-right: 8px;
|
|
5387
5438
|
opacity: 1;
|
|
5388
|
-
`,
|
|
5439
|
+
`,tV=v.label`
|
|
5389
5440
|
position: absolute;
|
|
5390
5441
|
top: 0;
|
|
5391
5442
|
left: 0;
|
|
@@ -5403,13 +5454,13 @@ object-assign
|
|
|
5403
5454
|
transition: all 0.2s ease-in-out;
|
|
5404
5455
|
|
|
5405
5456
|
${({checked:e})=>e&&y`
|
|
5406
|
-
& > ${
|
|
5457
|
+
& > ${QA} {
|
|
5407
5458
|
left: calc(100% - 14px - 5px);
|
|
5408
5459
|
}
|
|
5409
|
-
& > ${
|
|
5460
|
+
& > ${KA} {
|
|
5410
5461
|
opacity: 1;
|
|
5411
5462
|
}
|
|
5412
|
-
& > ${
|
|
5463
|
+
& > ${eV} {
|
|
5413
5464
|
opacity: 0;
|
|
5414
5465
|
}
|
|
5415
5466
|
`}
|
|
@@ -5419,11 +5470,11 @@ object-assign
|
|
|
5419
5470
|
border-color: ${({theme:e})=>e.palette.primary.base};
|
|
5420
5471
|
}
|
|
5421
5472
|
`}
|
|
5422
|
-
`,
|
|
5473
|
+
`,nV=v.input`
|
|
5423
5474
|
width: 0;
|
|
5424
5475
|
height: 0;
|
|
5425
5476
|
visibility: hidden;
|
|
5426
|
-
`,
|
|
5477
|
+
`,rV=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(UA,{ref:n,width:a},e.createElement(tV,{checked:r,disabled:i,width:a},e.createElement(nV,{ref:c,checked:r,type:"checkbox",readOnly:null==o,disabled:i,onChange:o}),e.createElement(KA,null,e.createElement(Ee,{component:"div",color:i?"disabled":"primary",align:"left",size:"xs",weight:"bold"},l)),e.createElement(eV,null,e.createElement(Ee,{component:"div",color:i?"disabled":"secondary",align:"right",size:"xs",weight:"bold"},s)),e.createElement(QA,{checked:r,disabled:i})))})),iV=v.div``,oV=v.span`
|
|
5427
5478
|
background-color: ${({active:e,theme:t})=>e?t.palette.primary.base:t.palette.white};
|
|
5428
5479
|
border: 1px solid
|
|
5429
5480
|
${({theme:e,active:t})=>t?e.palette.primary.dark:e.palette.neutral.lighter};
|
|
@@ -5431,26 +5482,26 @@ object-assign
|
|
|
5431
5482
|
height: ${({theme:e})=>3*e.spacing}px;
|
|
5432
5483
|
width: ${({theme:e})=>3*e.spacing}px;
|
|
5433
5484
|
outline: none;
|
|
5434
|
-
`,
|
|
5485
|
+
`,aV=v.div`
|
|
5435
5486
|
display: grid;
|
|
5436
5487
|
grid-template-columns: 38px repeat(24, 1fr);
|
|
5437
5488
|
grid-gap: ${({theme:e})=>e.spacing/2}px;
|
|
5438
5489
|
align-items: center;
|
|
5439
5490
|
justify-items: center;
|
|
5440
5491
|
width: fit-content;
|
|
5441
|
-
`,
|
|
5492
|
+
`,lV=v.div`
|
|
5442
5493
|
height: 24px;
|
|
5443
5494
|
text-align: center;
|
|
5444
5495
|
background-color: ${({theme:e})=>e.palette.neutral.softLight};
|
|
5445
5496
|
border-radius: ${({theme:e})=>e.spacing/2}px;
|
|
5446
5497
|
border: 1px solid ${({theme:e})=>e.palette.neutral.lighter};
|
|
5447
|
-
`,
|
|
5498
|
+
`,sV=v(lV)`
|
|
5448
5499
|
width: 38px;
|
|
5449
|
-
`,
|
|
5500
|
+
`,cV=v(lV)`
|
|
5450
5501
|
width: 24px;
|
|
5451
|
-
`,
|
|
5502
|
+
`,dV=v(lV)`
|
|
5452
5503
|
border: none;
|
|
5453
|
-
`,
|
|
5504
|
+
`,uV=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},pV=Array.from(Array(24)).map(((e,t)=>t)),mV=({weekList:e,weekTime:n,WeekTimeItem:r,interactive:i=!1,isWithinHoverRange:o,onMouseOver:a,onMouseDown:s})=>{const c=l((()=>uV(n)),[n]),d=(e,t)=>()=>{null==a||a(e,t)},u=(e,t,n)=>()=>{null==s||s(e,t,n)};return t.createElement(aV,null,t.createElement(dV,null),pV.map((e=>t.createElement(cV,{key:e},e))),c.map(((n,a)=>t.createElement(b,{key:a},t.createElement(sV,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)}))))))))},hV=t.forwardRef((function(e,n){const r=bd({props:e,name:"WeekTime"}),{weekList:i,weekTime:o}=r;return t.createElement(iV,{ref:n},t.createElement(mV,{weekTime:o,weekList:i,WeekTimeItem:oV}))})),gV=v.div``,fV=v.button`
|
|
5454
5505
|
background-color: ${({active:e,hover:t,theme:n})=>t?n.palette.primary.highlight:e?n.palette.primary.base:n.palette.white};
|
|
5455
5506
|
border: 1px solid
|
|
5456
5507
|
${({theme:e,active:t,hover:n})=>n?e.palette.primary.softLight:t?e.palette.primary.dark:e.palette.neutral.lighter};
|
|
@@ -5459,5 +5510,5 @@ object-assign
|
|
|
5459
5510
|
height: ${({theme:e})=>3*e.spacing}px;
|
|
5460
5511
|
width: ${({theme:e})=>3*e.spacing}px;
|
|
5461
5512
|
outline: none;
|
|
5462
|
-
`,
|
|
5513
|
+
`,bV=t.forwardRef((function(e,n){const r=bd({props:e,name:"WeekTimeSelector"}),{weekList:o,weekTime:s,errorText:c,onChange:d}=r,u=l((()=>uV(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(gV,{ref:n},t.createElement(mV,{weekTime:s,weekList:o,WeekTimeItem:fV,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(ja,{pt:1},t.createElement(Qc,null,c)))}));export{ze as ADVANCED_FILTER_CONSTANTS,ge as Accordion,$e as ActionButton,eu as AdvancedFilter,Ud as AdvancedFilterConfigPanel,an as AdvancedFilterTrigger,Ru as Backdrop,Td as Badge,_u as Banner,j as BreakPoint,il as Button,Fu as ButtonGroup,Sp as Calendar,tm as CalendarRange,nm as Card,Xd as Checkbox,hm as CheckboxCard,gm as ClickAwayListener,Am as ConfirmModal,F as ContainerBreakPoint,_m as ContextMenu,La as ContextMenu2,Na as ContextMenu2ButtonControlsItem,Ht as ContextMenu2ButtonItem,Oo as ContextMenu2CheckItem,Ha as ContextMenu2Container,Oa as ContextMenu2HeadingItem,Da as ContextMenu2HelpTextItem,Ra as ContextMenu2SeparatorItem,oa as ContextMenu2SortableFixedItem,Qo as ContextMenu2SortableGroup,ta as ContextMenu2SortableItem,To as ContextMenu2SwitchItem,ba as ContextMenu2TextInputItem,Yo as ContextMenu2TriggerItem,_v as CreatableSelect,lu as DATE_OPERATORS,Ze as DEFAULT_PERSIST_OPTION_LABEL,zx as DataTable,Yy as DataTable2,Qy as DataTable2ActionButton,Xy as DataTable2Body,Uy as DataTable2Cell,Fy as DataTable2Column,Wy as DataTable2ColumnLabel,jy as DataTable2Head,qy as DataTable2InlineEditor,Ky as DataTable2InlineSelectEditor,Jy as DataTable2Row,Mw as DateField,zw as DateField2,xd as DatePicker,Lw as DateRangeField,Pw as DateRangeField2,Gw as DateRangePicker,Rm as Divider,qw as Drawer,aC as DropdownButton,IC as DualListBox,CE as DualListBox2,bE as DualListBox2Accordion,aE as DualListBox2Item,hE as DualListBox2Section,Qc as ErrorText,Ic as Fade,kE as FileUploader,FE as FilterComboBox,qd as FilterPositionCalculator,nI as FilterSelectInput,kI as FilterTagInput,$I as FixedPanel,se as Flex,HI as FloatingTip,BI as FullSizeConfirmModal,GI as Grow,oe as Icon,XI as IconText,ga as Input,Mx as ItemEmpty,QI as LoadingBar,fd as LocaleProvider,Bm as Menu,zm as MenuList,$m as Modal,Ok as MultipleFilter,au as NUMBER_OPERATORS,DM as NavigationRail,Gk as NavigationRailContext,Qk as NotificationBadge,cu as PRESET_OPERATORS,wx as Pager,Tm as Popover,Mm as Portal,ox as RadioButton,RM as RadioCard,_ as Radius,Vc as SELECT2_SIZES,su as SELECTION_OPERATORS,zM as ScrollArea,Pv as Select,Fc as Select2,Wc as Select2Option,Xc as Select2OptionGroup,Jc as Select2Separator,P as Shadow,p$ as Slide,o$ as Slider,s$ as SliderField,b$ as Snackbar,G as Space,ja as Spacer,qa as Spinner,x$ as SplitAnnotation,L$ as Switch,ou as TEXT_OPERATORS,P$ as Table,K$ as Tabs,De as Tag,gk as TextField,R as ThemeProvider,rA as TimeField,iA as TimeField2,JA as Toast,rV as ToggleButton,Ac as Tooltip,Ee as Typography,hV as WeekTime,bV as WeekTimeSelector,yu as applyFilter,wu as applyMultipleFilters,xu as applyOperatorToValue,Y as breakpointPrimitives,Et as buildFilterSlots,hu as changeOperatorLabel,Mu as changeValueLabel,FM as clamp,N as colors,pu as combineOperators,Iu as combineValues,uu as createOperator,q as createTheme,Eu as createValue,K as defaultTheme,hd as enUS,Cu as evaluateFilterConditions,xe as fontSize,at as generateTagText,lt as generateTagTitle,dt as getAvailableTypes,WM as getClampedValue,Ct as getConfiguredFilters,ut as getFilterTypeLabel,Cx as getFilteredItems,We as getInitialPersistValue,QM as getKeyboardValue,Hu as getLabelsForValues,UM as getNearestThumbIndex,XM as getPercentage,Xe as getPersistOptionLabel,du as getPresetOperators,gu as getPresetOperatorsWithLabels,yt as getPresetSlotId,ve as getResponsiveFontSizeCss,pt as getTagBoldText,JM as getValueFromPosition,Lu as getValueLabels,Vu as getValueStrings,wt as isConfiguredFilter,Ye as isCustomOperator,Fe as isPersistOptionEnabled,Ge as isRangeOperator,be as isResponsiveObject,st as isValidFilterConfig,ct as isValidFilterType,pd as jaJP,Ou as mergeValues,vu as normalizeForSearch,mu as overrideOperatorLabels,ku as overrideValueLabels,T as palette,e$ as preventScroll,qM as preventTextSelection,Ce as resolveFontWeight,KM as restoreTextSelection,fu as selectOperators,bu as selectOperatorsByIndex,$u as selectValues,Au as selectValuesByIndex,Su as sortValues,mE as toGroupedItems,W as trimVertical,Qd as useAdvancedFilterState,ya as useContextMenu2Anchor,Kd as useFilterMenuPosition,Ex as useFilterState,_k as useNavigationRail,t$ as useSlider,n$ as useSliderScale,ee as useTheme,md as zhCN};
|
|
5463
5514
|
//# sourceMappingURL=index.es.js.map
|