@nebula.js/sn-action-button 2.0.6 → 2.0.7

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/core/esm/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
- * @nebula.js/sn-action-button v2.0.6
2
+ * @nebula.js/sn-action-button v2.0.7
3
3
  * Copyright (c) 2025 QlikTech International AB
4
4
  * Released under the MIT license.
5
5
  */
6
6
 
7
- import{usePromise as e,useElement as t,useTheme as n,useNavigation as r,useMemo as o,useStaleLayout as a,useModel as l,useApp as i,useInteractionState as c,useEffect as u,useImperativeHandle as s}from"@nebula.js/stardust";import f,{forwardRef as p}from"react";const b=e=>{if(void 0===e)return"";let t="";const n=document.createElement("div"),r=document.createTextNode(e);return n.appendChild(r),t=n.innerHTML,n.removeChild(r),t},m="http://",h="https://",g="mailto:",d=e=>e.startsWith(m)?m:e.startsWith(h)?h:e.startsWith(g)?g:m,v=e=>{let t=e;return e.startsWith(m)&&(t=e.slice(7)),e.startsWith(h)&&(t=e.slice(8)),t},y=/(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g,w=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g,O=e=>String(e).replace(w,"$1�$2").replace(y,encodeURI);function x(e){var t;let n,r,o;if(null!=e&&null!==(t=e.session)&&void 0!==t&&t.config){const{config:t}=e.session;n=new URL(t.url);const a=function(e){const t=String(e).split(e.host)[1].split("/");return"app"===t[1]?"":`/${t[1]}`}(n);return o="wss:"===n.protocol,r=o?"https://":"http://",r+n.host+a}}const j=(e,t)=>{e.replace(/^\.\.\//i,"/"),e=(e=e.replace(/"/g,'\\"')).replace(/'/g,"\\'");return e=`${x(t)}/`+("/"===e[0]?e.substr(1):e)},E=()=>{try{return window.self!==window.top}catch(e){return!0}};let P="../api/v1";const S=e=>(e&&(P=e),P),k=async()=>{var e;return null!==(e=(await fetch(`${S()}/csrf-token`)).headers.get("qlik-csrf-token"))&&void 0!==e?e:""},C=async e=>{var t;const n=await fetch(`${S()}/apps/${e}`),r=await n.json();return(null==r||null===(t=r.attributes)||void 0===t?void 0:t.spaceId)||"personal"},M=(e,t,n)=>{const r=e.get(t);return r===t?n:r},A=e=>M(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),V=(e,t)=>{const n={message:A(t)};if(void 0!==e){if("object"==typeof e)return Array.isArray(e)?(null==e?void 0:e.length)>0?{message:e.join(" ")}:n:Object.keys(e).includes("message")?e:n;try{const t=JSON.parse(e);return Object.keys(t).includes("message")?t:n}catch(t){return""===e?n:"string"==typeof e||"number"==typeof e?{message:e}:n}}return n},H=async(e,t,n,r,o)=>{const a=await(async(e,t)=>(await fetch(`${S()}/automations/${e}/runs/${t}`)).json())(e,t);switch(a.status){case"queued":case"running":case"not started":case"starting":return r>300?{ok:!1,message:M(n,"geo.findLocation.error.timeout","Timeout")}:setTimeout((()=>H(e,t,n,r+1,o)),2e3);case"finished":var l;return(null===(l=a.title)||void 0===l?void 0:l.length)>0?o({...V(a.title,n),ok:!0}):o({message:A(n),ok:!0});case"failed":var i;return(null===(i=a.title)||void 0===i?void 0:i.length)>0?o({...V(a.title,n),ok:!1}):o({message:M(n,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1});case"finished with warnings":var c;return(null===(c=a.title)||void 0===c?void 0:c.length)>0?o({...V(a.title,n),ok:!1}):o({message:A(n),ok:!0});case"must stop":case"stopped":var u;return(null===(u=a.title)||void 0===u?void 0:u.length)>0?o({...V(a.title,n),ok:!1}):o({message:M(n,"Object.ActionButton.Automation.DefaultAutomationMsg","Unknown error"),ok:!1});default:var s;return(null===(s=a.title)||void 0===s?void 0:s.length)>0?o({...V(a.title,n),ok:!0}):o({message:A(n),ok:!0})}},z=(e,t)=>{null!=e&&Object.keys(t).forEach((n=>{e.style[n]=t[n]}))},q=e=>{z(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},D=(e,t,n)=>{const{message:r,url:o,urlText:a}=e,l=b(r),i=document.createElement("div"),c=`sn-action-button-snackbar-${(Math.random()+1).toString(36).substring(7)}`;i.setAttribute("id",c);const u=document.querySelectorAll(".sn-action-button-snackbar"),s=24+5*((null==u?void 0:u.length)||0),f=b(a||"Open");z(i,{width:"400px",height:"35px","background-color":"#FFFFFF",position:"fixed",left:"calc(50% - 200px)",right:"auto",bottom:`${s}px`,"box-shadow":"0px 1px 2px 0px rgb(0 0 0 / 15%)",padding:"6px 16px","border-radius":"3px","z-index":1e3,opacity:0,transition:"visibility 0ms, opacity 400ms linear"});const p=`<div class="sn-action-button-snackbar" style="display: flex; justify-content: space-between; height: 100%; align-items: center;">\n ${n?'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" fill="currentColor" aria-hidden="true" role="img">\n <path d="M6.919.439A1.5 1.5 0 0 1 8.925.336l.114.103 6.48 6.48a1.5 1.5 0 0 1 .102 2.006l-.102.114-6.48 6.48a1.5 1.5 0 0 1-2.006.102l-.114-.102-6.48-6.48a1.5 1.5 0 0 1-.103-2.006l.103-.114 6.48-6.48Zm1.56 10.54h-1c-.267 0-.455.158-.493.404l-.007.096v1c0 .266.158.454.404.492l.096.008h1c.266 0 .454-.158.492-.404l.008-.096v-1c0-.267-.158-.455-.404-.493l-.096-.007Zm0-8h-1c-.3 0-.5.2-.5.5v5c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5v-5c0-.3-.2-.5-.5-.5Z"></path>\n </svg>':'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" height="16px" fill="currentColor" aria-hidden="true" role="img" data-testid="status-indicator__valid">\n <defs>\n <path id="tick_svg__tick-a" d="m6 10 7-7 2 2-7 7-2 2-5-5 2-2 3 3Z"></path>\n </defs>\n <use xlink:href="#tick_svg__tick-a" fill-rule="evenodd"></use>\n </svg>'} \n <span class="sn-action-button-snackbar-text" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">${l}${o?`<a href="${(e=>{const t=d(e),n=v(e);return`${t}${O(n)}`})(o)}" style="margin-left: 6px;" target="${m=t,m?E()?"_parent":"_self":"_blank"}">${f}</a>`:""}</span>\n <span style="cursor: pointer;">\n <svg class="sn-action-button-snackbar-close" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor">\n <path d="M9.34535242,8 L13.3273238,11.9819714 C13.6988326,12.3534802 13.6988326,12.955815 13.3273238,13.3273238 C12.955815,13.6988326 12.3534802,13.6988326 11.9819714,13.3273238 L8,9.34535242 L4.01802863,13.3273238 C3.64651982,13.6988326 3.04418502,13.6988326 2.67267621,13.3273238 C2.3011674,12.955815 2.3011674,12.3534802 2.67267621,11.9819714 L6.65464758,8 L2.67267621,4.01802863 C2.3011674,3.64651982 2.3011674,3.04418502 2.67267621,2.67267621 C3.04418502,2.3011674 3.64651982,2.3011674 4.01802863,2.67267621 L8,6.65464758 L11.9819714,2.67267621 C12.3534802,2.3011674 12.955815,2.3011674 13.3273238,2.67267621 C13.6988326,3.04418502 13.6988326,3.64651982 13.3273238,4.01802863 L9.34535242,8 Z">\n </path>\n </svg>\n </span>\n </div>`;var m;return i.innerHTML=p,i},B=async({app:e,automationId:t,bookmark:n,senseNavigation:r,inputParameters:o})=>{const a=await(async()=>{const e=await fetch(`${S()}/users/me`);return await e.json()})();return{id:t,inputs:{...null==o?void 0:o.reduce(((e,t)=>({...e,[t.key]:t.value})),{}),app:e.id,bookmark:n,sheet:null==r?void 0:r.getCurrentSheetId(),user:a.id,space:await C(e.id),tenant:a.tenantId,time:new Date},context:"qsbutton"}},I=async(e,t,n)=>{const r={"Content-Type":"application/json","qlik-csrf-token":await k()};return e&&(r["X-Execution-Token"]=t),{method:"POST",headers:r,body:JSON.stringify(e?n.inputs:n)}},L=async(e,t)=>{var n;let{automationId:r}=e;"object"==typeof e.automationId&&null!==(n=e.automationId)&&void 0!==n&&null!==(n=n.qStringExpression)&&void 0!==n&&n.qExpr&&(r=await t.app.evaluate(e.automationId.qStringExpression.qExpr));const o=await(async e=>{if(e.length>2)return(await fetch(`${S()}/automations/${e}`)).json();return null})(r);return null==o?void 0:o.executionToken},T=[{value:"applyBookmark",translation:"Object.ActionButton.ApplyBookmark",group:"bookmark",hide:({isUnsupportedFeature:e})=>null==e?void 0:e("bookmarks"),getActionCall:({app:e,bookmark:t})=>async()=>{var n,r;const o=await e.getBookmarkList(),a=o.find((e=>{var n;return(null==e||null===(n=e.qInfo)||void 0===n?void 0:n.qId)===t}));var l;((null==a||null===(n=a.qData)||void 0===n||null===(n=n.qBookmark)||void 0===n||null===(n=n.qPatches)||void 0===n?void 0:n.length)>0||null!=a&&null!==(r=a.qMeta)&&void 0!==r&&r.isExtended)&&await(null===(l=e.clearAllSoftPatches)||void 0===l?void 0:l.call(e));const i=o.find((e=>{var n;return(null==e||null===(n=e.qData)||void 0===n?void 0:n.title)===t}));t&&await e.applyBookmark(i&&i.qInfo&&i.qInfo.qId||t)},requiredInput:["bookmark"]},{value:"back",translation:"Object.ActionButton.MoveBackward",group:"selection",getActionCall:({app:e})=>async()=>{await e.back()},requiredInput:[]},{value:"forward",translation:"Object.ActionButton.MoveForward",group:"selection",getActionCall:({app:e})=>async()=>{await e.forward()},requiredInput:[]},{value:"clearAll",translation:"Object.ActionButton.ClearAll",group:"selection",getActionCall:({app:e,softLock:t})=>async()=>{await e.clearAll(t)},requiredInput:["softLock"]},{value:"clearAllButThis",translation:"Object.ActionButton.ClearAllButThis",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t),o=!1;await r.clearAllButThis(o)}},requiredInput:["field"]},{value:"clearField",translation:"Object.ActionButton.ClearSelectionInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.clear()}},requiredInput:["field"]},{value:"selectAll",translation:"Object.ActionButton.SelectAllInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectAll(r)}},requiredInput:["field","softLock"]},{value:"selectValues",translation:"Object.ActionButton.SelectValuesInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r,softLock:o})=>async({overrideValue:a})=>{const l=null!=a?a:r;if(n){var i;const r=await e.getField(n,t),a=await e.getFieldDescription(n),c=await(async(e,t,n)=>{let r=t.split(";");if(n){let t="";r.forEach((e=>{t+=`Num('${e}')&';'&`})),r=(await e.evaluate(t.slice(0,-5))).split(";")}return r.map((e=>Number.isNaN(+e)?{qText:e}:{qIsNumeric:!0,qNumber:Number(e)}))})(e,l,null==a||null===(i=a.qTags)||void 0===i?void 0:i.includes("$date"));await r.selectValues(c,!1,o)}},requiredInput:["field","value","softLock"]},{value:"selectMatchingValues",translation:"Object.ActionButton.SelectMatchingValues",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r})=>async({overrideValue:o})=>{const a=null!=o?o:r;if(n){const r=await e.getField(n,t);await r.select(a,!1)}},requiredInput:["field","value"]},{value:"selectAlternative",translation:"Object.ActionButton.SelectAlternatives",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectAlternative(r)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field","softLock"]},{value:"cyclicDimension",translation:"Object.ActionButton.CyclicDimension",group:"selection",getActionCall:({cyclicDimensionId:e,indexStepper:t,app:n})=>async()=>{const r=await n.getDimension(e);await r.stepCycle(t)},requiredInput:["cyclicDimension","indexStepper"]},{value:"cyclicDimensionSetActive",translation:"Object.ActionButton.CyclicDimensionSetActive",group:"selection",getActionCall:({cyclicDimensionId:e,groupFieldIndex:t,app:n})=>async()=>{const r=await n.getDimension(e);await r.setActiveField(t)},requiredInput:["cyclicDimension","groupFieldIndex"]},{value:"selectExcluded",translation:"Object.ActionButton.SelectExcluded",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectExcluded(r)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field","softLock"]},{value:"selectPossible",translation:"Object.ActionButton.SelectPossibleValues",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t),o=!1;await r.selectPossible(o)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"toggleSelect",translation:"Object.ActionButton.ToggleFieldSelection",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r})=>async({overrideValue:o})=>{const a=null!=o?o:r;if(n){const r=await e.getField(n,t),o=!1;await r.toggleSelect(a,o)}},requiredInput:["field","value"]},{value:"lockAll",translation:"Object.ActionButton.LockAllSelections",group:"selection",getActionCall:({app:e})=>async()=>{await e.lockAll()},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:[]},{value:"lockField",translation:"Object.ActionButton.LockField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.lock()}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"unlockAll",translation:"Object.ActionButton.UnlockAllSelections",group:"selection",getActionCall:({app:e})=>async()=>{await e.unlockAll()},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:[]},{value:"unlockField",translation:"Object.ActionButton.UnlockAField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.unlock()}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"setVariable",translation:"Object.ActionButton.SetVariable",group:"variables",getActionCall:({app:e,variable:t,value:n})=>async({overrideValue:r,overrideVariable:o})=>{const a=null!=r?r:n,l=null!=o?o:t;if(l)try{const t=await e.getVariableByName(l);await t.setStringValue(a)}catch(e){}},requiredInput:["variable","value"]},{value:"doReload",translation:"Object.ActionButton.DoReload",group:"reload",hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("reloadData"),getActionCall:({app:e,partial:t,platform:n,isEnabled:r})=>async()=>{if(null!=n&&n.isCloud&&!t&&r("IM_2843_BUTTON_STATELESS_RELOAD"))await fetch("../api/v1/reloads",{method:"POST",headers:{"Content-Type":"application/json","qlik-csrf-token":await k()},body:JSON.stringify({appId:e.id,partial:t})});else{await e.doReload(0,!!t,!1)&&await e.doSave()}},requiredInput:["partial"]},{translation:"Object.ActionButton.ExecuteAutomation",value:"executeAutomation",getActionCall:({app:e,automation:t,automationId:n,automationTriggered:r,automationExecutionToken:o,automationPostData:a,automationShowNotification:l,automationNotificationDuration:i,automationOpenLinkSameWindow:c,inputParameters:u,translator:s,senseNavigation:f})=>async({overrideAutomationInputParameters:p})=>{if(n.length)try{let t,b;if(!(void 0!==n&&n.length>1))return;t=((e,t)=>t?`${S()}/automations/${e}/actions/execute`:`${S()}/automations/${e}/runs`)(n,r),a&&(b=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const m=await B({app:e,automationId:n,bookmark:b,senseNavigation:f,inputParameters:p||u}),h=await I(r,o,m),g=await fetch(t,h),d=await(async(e,t,n,r)=>{let o;switch(n.status){case 200:case 201:{const a=await n.json(),{status:l,guid:i,id:c}=a,u=void 0===c?i:c;if(t&&"queued"!==l)o=V(a,r),o.ok=!0;else{const t=new Promise((t=>{H(e,u,r,0,t)}));o=await t}break}case 400:o={message:M(r,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:o={message:M(r,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:o={message:M(r,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:o={message:M(r,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:o={message:M(r,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return o})(n,r,g,s);l&&await(async(e,t,n)=>{const r=D(e,n,!e.ok);r.focus(),r.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{q(r)})),document.querySelector("body").appendChild(r),z(r,{opacity:1}),setTimeout((()=>{q(r)}),Math.max(1e3*t-400,1))})(d,i,c)}catch(e){}else void 0!==t&&await(async(e,t,n)=>{try{e=encodeURIComponent(e);const r=await fetch(`${S()}/items/${e}`).then((e=>e.json())),o=await fetch(`${S()}/automations/${r.resourceId}`).then((e=>e.json())),a=`${S()}/automations/${o.id}/actions/execute`;let l={};if(t){const t=await fetch(`${S()}/automations/${r.resourceId}/blocks`).then((e=>e.json())).then((e=>{let t=[];for(let n=0;n<e.blocks.length;n++)if("FormBlock"===e.blocks[n].type){t=e.blocks[n].form;break}return t}));if(t.length>0){const r=new Date,o={qProp:{qInfo:{qId:`automation_${n.id}_${e}_${r.getTime()}`,qType:"bookmark"},qMetaDef:{title:`Generated automation bookmark on ${r.toISOString()}`,description:"Generated to provide target automation with bookmark to get current selection state",_createdBy:"sn-action-button",_createdFor:"automation",_createdOn:`${r.toISOString()}`,_id:`automation_${encodeURIComponent(n.id)}_${e}_${r.getTime()}`}}},a=await n.createBookmark(o).then((e=>e.getLayout())).then((e=>e.qInfo.qId));await n.saveObjects(),l={inputs:{[t[0].label.toLowerCase()]:encodeURIComponent(n.id),[t[1].label.toLowerCase()]:a}}}}const i=await I(!0,o.executionToken,l);await fetch(a,i).then((e=>e.json()))}catch(e){}})(t,a,e)},requiredInput:["automation"],hide:({isEnabled:e})=>!(null!=e&&e("ACTION_BUTTON_AUTOMATIONS"))},{value:"refreshDynamicViews",translation:"Object.ActionButton.RefreshDynamicViews",group:"dynamicViews",getActionCall:({senseNavigation:e})=>async()=>{"function"==typeof e.refreshDynamicViews&&await e.refreshDynamicViews()},requiredInput:[]}],N=e=>T.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))}));function F(e,t){const n=T.find((t=>e.actionType===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)}const $=async e=>(await e.getSheetList()).filter((e=>function(e){if(e&&e.length>=2&&"/"===e[0]&&"/"===e[1])return!0;const t=e?+e:-1;return Number.isNaN(+t)?"true"===e.toLowerCase():0!==t}(e.qData.showCondition))).sort(((e,t)=>e.qData.rank-t.qData.rank)),_=[{translation:"Object.ActionButton.NoNavigation",value:"none"},{translation:"Object.ActionButton.GoToNextSheet",value:"nextSheet",navigationCall:async({senseNavigation:e})=>{await e.nextSheet()},requiredInput:[]},{translation:"Object.ActionButton.GoToPreviousSheet",value:"prevSheet",navigationCall:async({senseNavigation:e})=>{await e.prevSheet()},requiredInput:[]},{translation:"Object.ActionButton.GoToLastSheet",value:"lastSheet",navigationCall:async({app:e,senseNavigation:t})=>{const n=await $(e);await t.goToSheet(n[n.length-1].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToFirstSheet",value:"firstSheet",navigationCall:async({app:e,senseNavigation:t})=>{const n=await $(e);await t.goToSheet(n[0].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToASheet",value:"goToSheet",navigationCall:async({senseNavigation:e,sheet:t,chartId:n})=>{t&&await e.goToSheet(t,n)},requiredInput:["sheet","chartId"]},{translation:"Object.ActionButton.GoToSheetById",value:"goToSheetById",navigationCall:async({senseNavigation:e,sheet:t})=>{t&&await e.goToSheet(t)},requiredInput:["sheetId"]},{translation:"Object.ActionButton.GoToStory",hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("storytelling"),value:"goToStory",navigationCall:async({senseNavigation:e,story:t})=>{t&&await e.goToStory(t)},requiredInput:["story"]},{translation:"Object.ActionButton.OpenWebsiteEmail",value:"openWebsite",navigationCall:async({websiteUrl:e,sameWindow:t})=>{try{if(e){const n=d(e),r=v(e),o=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===g})(r);let a="";if(o&&window.open(r,a,"noopener"),t&&(a=E()?"_parent":"_self",window.open(`${n}${r}`,a,"noopener")),!o&&!t){const e=O(r);window.open(`${n}${e}`,a,"noopener")}}}catch(e){}},requiredInput:["websiteUrl","sameWindow"]},{translation:"Object.ActionButton.DocumentChain",value:"openChainedApp",hide:({isEnabled:e,isUnsupportedFeature:t})=>!(null!=e&&e("ACTION_BUTTON_DOCUMENT_CHAINING"))||(null==t?void 0:t("bookmarks")),navigationCall:async({app:e,sameWindow:t,appId:n,sheet:r})=>{const o=e.storeTempSelectionState&&await e.storeTempSelectionState();let a="";t&&(a=E()?"_parent":"_self");const l=r?`/sheet/${encodeURIComponent(r)}`:"",i=`../sense/app/${encodeURIComponent(n)}${l}/tempselectionstate/${encodeURIComponent(o)}`;window.open(i,a,"noopener")},requiredInput:["sameWindow","appId","sheetId"]},{translation:"Object.ActionButton.SelectOdagApp",value:"odagLink",navigationCall:async({app:e,senseNavigation:t,odagLink:n,element:r})=>{"function"==typeof t.openOdagPopup&&n&&n.length>0&&await t.openOdagPopup(e,n,r)},requiredInput:["odagLink"]}],R=e=>_.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))})),U=(e,t)=>{const n=_.find((t=>e.navigation.action===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)};var W={LABEL:"Button",FONT_SIZE:.5,FONT_SIZE_FIXED:20,FONT_COLOR:{index:-1,color:"#ffffff"},FONT_STYLE:{bold:!0,italic:!1,underline:!1},FONT_FAMILY:"Source Sans Pro",SIZE_BEHAVIOR:"responsive",TEXT_ALIGN:"center",COLOR:{index:-1,color:"none"},ICON_POSITION:"left",BGIMAGE_MODE:"none",BGIMAGE_POSITION:"center-center",BACKGROUND_SIZE:"auto",BACKGROUND_POSITION:"centerCenter",BORDER_RADIUS:0,BORDER_WIDTH:0};function G(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Z=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){G(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 7V2H7v5H2v2h5v5h2V9h5V7z"}))));function Y(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const K=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Y(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zm-4-7H5v6h6z"}))));function X(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const J=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){X(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zM8 5H2v6h6z"}))));function Q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ee=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Q(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zm-1-7H8v6h6z"}))));function te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ne=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){te(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2v12H1V2zM1 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm0 2h14v1H1zm5.207 4.5L4.707 9l1.5 1.5-.707.707L3.293 9 5.5 6.793zm4.293-.707L12.707 9 10.5 11.207l-.707-.707 1.5-1.5-1.5-1.5zm-.85-.572L7.279 12.15l-.929-.372L8.721 5.85z"}))));function re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const oe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){re(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 9 4.5-4.5L14 6l-4.5 4.5L8 12 2 6l1.5-1.5z"}))));function ae(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const le=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ae(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}))));function ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ce=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ie(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 8 4 3.5 5.5 2l6 6-6 6L4 12.5z"}))));function ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const se=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ue(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 7-4.5 4.5L2 10l6-6 6 6-1.5 1.5z"}),f.createElement("use",{fillRule:"evenodd"}))));function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3.5 1.793 6.207 4.5l-.707.707-1.5-1.5V14H3V3.707l-1.5 1.5L.793 4.5zM8 4h5v1H8zm0 3h6v1H8zm0 3h7v1H8z"}))));function be(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const me=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){be(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 3.937a2 2 0 1 0-1 0v2.104a3 3 0 0 0-1.955 4.683l-2.221 1.777a2 2 0 1 0 .562.831l2.366-1.893A3 3 0 0 0 8 12a3 3 0 0 0 1.748-.561l2.366 1.893a2 2 0 1 0 .562-.831l-2.22-1.777A3 3 0 0 0 8.5 6.041zM8 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m7 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M2 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2"}))));function he(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ge=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){he(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m10 3.507-1.5-1.5v4.034a3 3 0 0 1 2.13 4.405L15 14.33V12h1v4h-4v-1h2.247l-4.24-3.77A3 3 0 0 1 8 12a3 3 0 0 1-2.006-.77L1.753 15H4v1H0v-4h1v2.331l4.37-3.885A3 3 0 0 1 7.5 6.042V2.006L6 3.507 5.293 2.8 8 .093 10.707 2.8zM8 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4"}))));function de(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ve=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){de(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 15v-1.5A7.5 7.5 0 0 0 6.5 6H2.165l3.397 3.577-.725.688L.31 5.5 4.837.735l.725.688L2.165 5H6.5a8.5 8.5 0 0 1 8.5 8.5V15z"}))));function ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const we=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ye(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 12.817v2.35c0 .51-.4.817-.8.817H.8c-.4.102-.8-.306-.8-.715v-2.35C0 12.41.4 12 .8 12h10.3c.5 0 .9.409.9.817M8 6.8v2.3c0 .5-.4.9-.8.9H.8c-.4 0-.8-.4-.8-.8V6.8c0-.4.4-.8.8-.8h6.3c.5 0 .9.4.9.8m8-6v2.3c0 .5-.4.9-.8.9H.8C.4 4 0 3.6 0 3.2V.8C0 .4.4 0 .8 0h14.3c.5 0 .9.4.9.8"}))));function Oe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Oe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 5v10H1V5zm4 4v6h2V9zm8-8h-2v14h2zm-2 15a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1zM3 4H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m3 11V9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1"}))));function je(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ee=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){je(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 2.229V1.5a1.5 1.5 0 1 1 3 0v.729A5 5 0 0 1 13 7v1.578A8 8 0 0 0 14.333 13H1.667A8 8 0 0 0 3 8.578V7a5 5 0 0 1 3.5-4.771M10 14a2 2 0 1 1-4 0z"}))));function Pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Se=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Pe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 4v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4zm-1 1H4v9.5a.5.5 0 0 0 .41.492L4.5 15h7a.5.5 0 0 0 .5-.5zM6.5 7v6h-1V7zm2 0v6h-1V7zm2 0v6h-1V7zM9.28 0a1 1 0 0 1 .948.684L10.666 2H12.5a1 1 0 0 1 1 1h-11a1 1 0 0 1 1-1h1.833l.44-1.316a1 1 0 0 1 .832-.677L6.72 0Zm-.001 1H6.721l-.334 1h3.225z"}))));function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ce=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ke(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.757 2a3 3 0 0 1 1.977.744l.145.135L8 3l.121-.121a3 3 0 0 1 1.924-.872L10.243 2H15a1 1 0 0 1 .993.883L16 3v10a1 1 0 0 1-.883.993L15 14h-4.528a2 2 0 0 0-.725.136l-.17.075-1.13.565a1 1 0 0 1-.771.052l-.124-.052-1.13-.565a2 2 0 0 0-.708-.202L5.528 14H1a1 1 0 0 1-.993-.883L0 13V3a1 1 0 0 1 .883-.993L1 2zm0 1H1v10h4.528a3 3 0 0 1 1.342.317l.63.315V3.914l-.328-.328A2 2 0 0 0 5.757 3M15 3h-4.757a2 2 0 0 0-1.415.586l-.328.328v9.718l.63-.315A3 3 0 0 1 10.473 13H15z"}))));function Me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ae=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Me(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 12-5 4V2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14zM4 1.951V13.7l4-3.201 4 3.201V1.951C12 1.426 11.552 1 11 1H5c-.552 0-1 .426-1 .951"}))));function Ve(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const He=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ve(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M.5 11.226V4.774A2 2 0 0 1 1.654 2.96l5.5-2.566a2 2 0 0 1 1.692 0l5.5 2.566A2 2 0 0 1 15.5 4.774v6.452a2 2 0 0 1-1.154 1.813l-5.5 2.566a2 2 0 0 1-1.692 0l-5.5-2.566A2 2 0 0 1 .5 11.226m1-6.484v6.484a1 1 0 0 0 .577.906L7.5 14.663V7.17L5 6.158V8.4L4 8V5.754zm4.306.664L8 6.294l5.955-2.41-.032-.016-2.607-1.218-5.51 2.755ZM10.16 2.11 8.424 1.3a1 1 0 0 0-.846 0l-5.5 2.567-.032.015L4.57 4.906zm4.34 2.664v-.032l-6 2.428v7.493l5.423-2.53a1 1 0 0 0 .577-.907z"}))));function ze(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ze(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 9h-2v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9H1.063v1.469a.531.531 0 1 1-1.063 0V5.53a.531.531 0 0 1 1.063 0V7H3V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v4h2V5.531a.531.531 0 1 1 1.063 0v4.938a.531.531 0 1 1-1.063 0zm-3 4V3H8v10zm-5 0V3H4v10z"}))));function De(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Be=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){De(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 0v1h8V0h1v1h2a1 1 0 0 1 .993.883L16 2v13a1 1 0 0 1-.883.993L15 16H1a1 1 0 0 1-.993-.883L0 15V2a1 1 0 0 1 .883-.993L1 1h2V0zM1 6v9h14V6zm12 3v4H9V9zm-1 1h-2v2h2zM1 5h14V2h-2v1h-1V2H4v1H3V2H1z"}))));function Ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Le=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ie(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 0a1 1 0 0 1 1 1v13.997a1 1 0 0 1-1 1h-.003l-12-.041a1 1 0 0 1-.997-1V1a1 1 0 0 1 1-1zM3 1H2v14h1zm11 0H4v14h10zm-2 2v3H6V3zm-1 1H7v1h4z"}))));function Te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ne=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Te(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14.823 7.948c-1.524-1.604-4.09-1.604-5.695 0-1.524 1.604-1.604 4.09 0 5.695a4.12 4.12 0 0 0 5.695 0c1.604-1.605 1.524-4.091 0-5.695m-.722 4.01a.63.63 0 0 1 0 .882.63.63 0 0 1-.883 0l-1.203-1.203-1.203 1.203a.63.63 0 0 1-.882 0 .63.63 0 0 1 0-.882l1.203-1.203L9.93 9.552a.63.63 0 0 1 0-.882.63.63 0 0 1 .882 0l1.203 1.203 1.203-1.203a.63.63 0 0 1 .883 0 .63.63 0 0 1 0 .882l-1.203 1.203zM9.93 6.424c-1.604.802-2.727 2.406-2.727 4.331 0 .642.16 1.203.32 1.765l-2.245 2.245c-.16.16-.481 0-.481-.24V9.392c0-.16 0-.321-.08-.401L.065 2.494c-.16-.24 0-.562.24-.481h12.111c.321 0 .482.24.321.48z"}))));function Fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $e=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m0-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m-1-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M9.166 6.166c1.555-1.555 4.113-1.555 5.668 0s1.555 4.113 0 5.668-4.113 1.555-5.668 0-1.555-4.063 0-5.668m4.966 1.555a.56.56 0 0 0 0-.803.56.56 0 0 0-.803 0l-1.304 1.305-1.304-1.305a.522.522 0 0 0-.803 0 .524.524 0 0 0 0 .803l1.305 1.304-1.305 1.304c-.25.2-.25.552 0 .803.251.25.602.25.803 0l1.304-1.304 1.304 1.304c.2.25.552.25.803 0 .2-.201.25-.602 0-.803l-1.304-1.304z"}))));function _e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Re=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_e(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.875 7.503-.333-4.005a.543.543 0 0 0-1.084 0l-.375 4.505a.92.92 0 0 0 .84.994l2.647 1.723a.503.503 0 0 0 .701-.156.646.646 0 0 0-.091-.799L9.068 7.654q-.09-.09-.193-.151M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const We=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ue(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.345 8 3.982 3.982a.951.951 0 0 1-1.345 1.345L8 9.345l-3.982 3.982a.951.951 0 0 1-1.345-1.345L6.655 8 2.673 4.018a.951.951 0 0 1 1.345-1.345L8 6.655l3.982-3.982a.951.951 0 1 1 1.345 1.345z"}))));function Ge(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ze=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ge(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 2a4.415 4.415 0 0 1 4.326 3.53 4.255 4.255 0 0 1-.58 8.47H4.254a4.254 4.254 0 0 1-.58-8.47A4.415 4.415 0 0 1 8 2m0 1a3.416 3.416 0 0 0-3.308 2.563l-.041.183-.145.726a.03.03 0 0 1-.02.024l-.014.003-.063-.003a3.254 3.254 0 0 0-.34 6.499l.185.005h7.492a3.254 3.254 0 0 0 .03-6.508l-.185.004-.063.003a.03.03 0 0 1-.027-.013l-.007-.014-.145-.726A3.415 3.415 0 0 0 8 3"}))));function Ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ke=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ye(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.207 4.5 1.684 8.023l3.522 4.024-.753.659L.316 7.977 4.5 3.793zm5.586 7.5 3.523-3.523-3.522-4.024.753-.659 4.137 4.729-4.184 4.184zM9.136 1.394l.97.242-3.242 12.97-.97-.242z"}))));function Xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Je=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.355 0c.196 0 .37.12.442.297l.025.08.267 1.23q.328.106.643.247l.312.148 1.058-.68a.48.48 0 0 1 .524.003l.073.06 1.916 1.916a.48.48 0 0 1 .107.512l-.043.085-.681 1.059q.157.308.28.63l.116.324 1.23.267c.19.041.336.194.369.385l.007.082v2.71c0 .196-.12.37-.297.442l-.08.025-1.23.267a7 7 0 0 1-.247.643l-.148.312.68 1.058c.105.163.1.368-.003.524l-.06.073-1.916 1.916a.48.48 0 0 1-.512.107l-.085-.043-1.059-.681a7 7 0 0 1-.63.28l-.324.116-.267 1.23a.48.48 0 0 1-.385.369L9.355 16h-2.71a.48.48 0 0 1-.442-.297l-.025-.08-.267-1.23a7 7 0 0 1-.643-.247l-.311-.148-1.06.68a.48.48 0 0 1-.523-.003l-.073-.06-1.916-1.916a.48.48 0 0 1-.107-.512l.043-.085.68-1.059a7 7 0 0 1-.28-.63l-.115-.324-1.23-.267a.48.48 0 0 1-.369-.385L0 9.355v-2.71c0-.196.12-.37.297-.442l.08-.025 1.23-.267q.106-.328.247-.643l.148-.311-.68-1.06a.48.48 0 0 1 .003-.523l.06-.073 1.916-1.916a.48.48 0 0 1 .512-.107l.085.043 1.059.68q.308-.155.63-.28l.324-.115.267-1.23a.48.48 0 0 1 .385-.369L6.645 0zm-.392 1H7.037l-.244 1.12a.48.48 0 0 1-.336.357c-.442.123-.87.3-1.27.527a.48.48 0 0 1-.413.026l-.077-.04-.966-.62L2.37 3.73l.62.966a.47.47 0 0 1 .015.49 5.7 5.7 0 0 0-.527 1.27.48.48 0 0 1-.274.31l-.082.026L1 7.037v1.926l1.12.244c.173.037.31.167.357.336.124.442.3.87.527 1.27.072.128.08.28.026.413l-.04.077-.62.966 1.36 1.361.966-.62a.48.48 0 0 1 .49-.015c.4.226.828.403 1.27.527.14.04.254.141.31.274l.026.082L7.037 15h1.926l.244-1.12a.48.48 0 0 1 .336-.357c.442-.123.87-.3 1.27-.527a.48.48 0 0 1 .413-.026l.077.04.966.62 1.362-1.361-.62-.966a.48.48 0 0 1-.015-.49c.226-.4.403-.828.527-1.27.04-.14.14-.254.274-.31l.082-.026L15 8.963V7.037l-1.12-.244a.48.48 0 0 1-.357-.336c-.124-.443-.3-.87-.527-1.27a.48.48 0 0 1-.026-.413l.04-.077.62-.966-1.36-1.361-.966.62a.48.48 0 0 1-.49.015 5.7 5.7 0 0 0-1.27-.527.48.48 0 0 1-.31-.274l-.026-.082zm-.026 3.539a3.536 3.536 0 1 1-1.793 6.84 3.536 3.536 0 0 1 1.793-6.84m-2.73 1.668a2.536 2.536 0 1 0 3.643 3.53 2.536 2.536 0 0 0-3.643-3.53"}))));function Qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const et=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16.231-.354 8.588 7.29l-2.59-2.64a.5.5 0 0 0-.667-.04l-6.293 5 .622.783 5.94-4.72L8.228 8.35a.5.5 0 0 0 .71.004l8-8zM0 15v-3.711l1-.778V15h2V8.955l1-.777V15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1m6 0V7.507l1 1.02V15h2V9.706l1-1V15a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1m6 0V6.706l1-1V15h2V3.706l.966-.966Q16 2.865 16 3v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1"}))));function tt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const nt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){tt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.477 4.15-2.5 8-.954-.3 2.5-8zm2 8 2.5-8-.954-.3-2.5 8z"}))));function rt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ot=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 9.1a2.5 2.5 0 0 1 0 4.9v2h-1v-2a2.5 2.5 0 0 1 0-4.9V0h1zM8 13.05a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5 4.5a2.5 2.5 0 0 0-2-2.45V0H2v2.05a2.5 2.5 0 0 0 0 4.9V16h1V6.95A2.5 2.5 0 0 0 5 4.5M2.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M14 8.95a2.5 2.5 0 0 0 0-4.9V0h-1v4.05a2.5 2.5 0 0 0 0 4.9V16h1zm1-2.45a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}))));function at(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const lt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){at(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4v4a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h4V2a1 1 0 0 1 1-1zM5 7H1.5a.5.5 0 0 0-.492.41L1 7.5v6a.5.5 0 0 0 .41.492L1.5 14h8a.5.5 0 0 0 .492-.41L10 13.5V10H6a1 1 0 0 1-.993-.883L5 9zm9.5-5h-8l-.09.008a.5.5 0 0 0-.402.402L6 2.5v6l.008.09a.5.5 0 0 0 .402.402L6.5 9h8l.09-.008a.5.5 0 0 0 .402-.402L15 8.5v-6l-.008-.09a.5.5 0 0 0-.402-.402z"}))));function it(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ct=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){it(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.606 1.809A3.5 3.5 0 0 0 13 1L8 6 3 1a3.537 3.537 0 0 0 0 5l3.146 3.147-1.267 1.267a2.5 2.5 0 1 0 .707.707l1.267-1.267L8 11l1.147-1.146 1.267 1.267a2.5 2.5 0 1 0 .707-.707L9.854 9.147 13 6a3.54 3.54 0 0 0 .606-4.191M9.086 8.5 8 9.586 3.707 5.293a2.54 2.54 0 0 1-.562-2.734zm.707-.707L8.707 6.707l4.148-4.148a2.54 2.54 0 0 1-.562 2.734zM5 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}))));function ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const st=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ut(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.314 2.7c-.268.21-.314.363-.314.44s.046.23.314.44c.262.207.674.415 1.23.599 1.107.366 2.675.601 4.45.601 1.777 0 3.348-.235 4.457-.601.557-.184.97-.392 1.234-.6.27-.21.315-.363.315-.439s-.046-.228-.315-.44c-.263-.206-.677-.414-1.234-.598-1.11-.367-2.68-.602-4.456-.602s-3.344.235-4.45.602c-.557.184-.969.392-1.231.598m.916-1.548C4.464.744 6.143.5 7.995.5s3.533.244 4.77.652c.615.203 1.148.456 1.537.762.384.3.698.711.698 1.226s-.314.926-.698 1.227c-.39.305-.922.558-1.537.761-1.237.409-2.919.652-4.77.652-1.852 0-3.531-.243-4.765-.652-.614-.203-1.146-.456-1.534-.762C1.312 4.065 1 3.654 1 3.14s.312-.924.696-1.226c.388-.305.92-.559 1.534-.762M1.5 2.5A.5.5 0 0 1 2 3v10a.5.5 0 1 1-1 0V3a.5.5 0 0 1 .5-.5m13 .113a.5.5 0 0 1 .5.5V13a.5.5 0 1 1-1 0V3.113a.5.5 0 0 1 .5-.5M3.544 9.037c1.106.365 2.675.6 4.45.6 1.777 0 3.348-.235 4.457-.6.558-.184.97-.392 1.234-.598.27-.21.315-.363.315-.439h1c0 .515-.314.925-.698 1.226-.39.305-.922.558-1.538.76-1.236.408-2.918.651-4.77.651-1.85 0-3.53-.243-4.764-.65-.614-.203-1.146-.456-1.534-.761C1.313 8.925 1 8.514 1 8h1c0 .077.046.229.314.44.262.206.674.413 1.23.597m-.013 4.927c1.109.334 2.68.536 4.464.536 1.783 0 3.357-.202 4.469-.536.559-.168.97-.36 1.231-.554.265-.197.305-.339.305-.41h1c0 .52-.32.923-.708 1.212-.392.292-.926.526-1.54.71-1.234.37-2.913.578-4.757.578-1.845 0-3.52-.207-4.752-.578-.613-.184-1.146-.418-1.537-.71C1.318 13.922 1 13.519 1 13h1c0 .072.04.214.304.41.26.194.67.387 1.227.554"}))));function ft(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ft(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.9 5.5c0 .1.1.3.1.5v5c0 .2-.1.4-.1.5-.1.3-.4.5-.9.5h-5c-.2 0-.4-.1-.5-.1-.2-.1-.5-.4-.5-.9V9.9l-2 2.8V15c0 .5-.2.8-.5.9-.1 0-.3.1-.5.1H1c-.2 0-.4-.1-.5-.1-.3-.1-.5-.4-.5-.9v-5c0-.2.1-.4.1-.5.1-.3.4-.5.9-.5h2V7H1c-.5 0-.8-.2-.9-.5 0-.1-.1-.3-.1-.5V1C0 .8.1.6.1.5.2.2.5 0 1 0h5c.5 0 .8.2.9.5 0 .1.1.3.1.5v5c0 .2-.1.4-.1.5-.1.3-.4.5-.9.5H4v2h2c.2 0 .4.1.5.1.3.1.5.4.5.9v1l2-2.8V6c0-.2.1-.4.1-.5.1-.3.4-.5.9-.5h5c.5 0 .8.2.9.5M6 6V1H1v5zm-5 4v5h5v-5zm9-4v5h5V6z"}))));function bt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const mt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){bt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M10.274 4.043c.313-.295.634-.7.907-1.164.45-.766.819-1.77.819-2.879h-1c0 .89-.298 1.72-.681 2.371-.286.487-.595.834-.823 1.028A3 3 0 0 0 8 3c-.545 0-1.055.145-1.496.399-.228-.194-.537-.541-.823-1.028C5.298 1.721 5 .891 5 0H4c0 1.11.369 2.113.819 2.879.273.464.594.87.907 1.164A3 3 0 0 0 5 6v.268A2 2 0 0 0 4 8v1l-1-.75V6H2v2.75l2 1.5v.25H1v1h3v.25l-2 1.5V16h1v-2.25l1.106-.83a4.002 4.002 0 0 0 7.788 0l1.106.83V16h1v-2.75l-2-1.5v-.25h3v-1h-3v-.25l2-1.5V6h-1v2.25L12 9V8a2 2 0 0 0-1-1.732V6c0-.748-.274-1.431-.726-1.957M8 4a2 2 0 0 1 2 2H6a2 2 0 0 1 2-2M6 7h1.5v7.959A3 3 0 0 1 5 12V8a1 1 0 0 1 1-1m2.5 0H10a1 1 0 0 1 1 1v4a3 3 0 0 1-2.5 2.959z"}))));function ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const gt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ht(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 2h1v10.293l1.5-1.5.707.707L3.5 14.207.793 11.5l.707-.707 1.5 1.5zm12 2H8v1h7zM8 7h6v1H8zm5 3H8v1h5z"}))));function dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const vt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){dt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m12.194 9.86.762-.763H10.67c-.457 2.515-2.667 4.573-5.335 4.573A5.3 5.3 0 0 1 0 8.335 5.3 5.3 0 0 1 5.335 3a5.35 5.35 0 0 1 5.335 4.573h2.286l-.762-.762V4.524l3.811 3.811-3.81 3.81zm-6.859 2.286c1.982 0 3.81-1.83 3.81-3.887 0-1.982-1.752-3.735-3.734-3.735-2.058 0-3.887 1.753-3.887 3.735 0 2.058 1.753 3.887 3.811 3.887m0-5.335c.838 0 1.524.686 1.524 1.524s-.686 1.524-1.524 1.524a1.53 1.53 0 0 1-1.524-1.524c0-.838.686-1.524 1.524-1.524"}))));function yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m2.15 8.5 3.416 3.659-.732.682L.316 8l4.518-4.841.732.682L2.15 7.5H15v1z"}))));function Ot(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ot(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 3a3.007 3.007 0 0 1-2.775 2.992 2.99 2.99 0 0 1 0 4.016A3.007 3.007 0 0 1 16 13c0 1.652-1.348 3-3 3H5c-1.652 0-3-1.348-3-3 0-.771.294-1.476.775-2.008A3.007 3.007 0 0 1 0 8a3.007 3.007 0 0 1 2.775-2.992A3 3 0 0 1 2 3c0-1.652 1.348-3 3-3h8c1.652 0 3 1.348 3 3m-3-2H5c-1.1 0-2 .9-2 2s.9 2 2 2h8c1.1 0 2-.9 2-2s-.9-2-2-2M6 4c.6 0 1-.4 1-1s-.4-1-1-1c-.5 0-1 .4-1 1s.4 1 1 1m-3 6h8c1.1 0 2-.9 2-2s-.9-2-2-2H3c-1.1 0-2 .9-2 2s.9 2 2 2m7-1c-.5 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m-1 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-4 3h8c1.1 0 2-.9 2-2s-.9-2-2-2H5c-1.1 0-2 .9-2 2s.9 2 2 2m8-12c0 .6-.4 1-1 1s-1-.4-1-1 .5-1 1-1c.6 0 1 .4 1 1M3 8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1c-.5 0-1-.4-1-1"}))));function jt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Et=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){jt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 11h1v4H0zm15 0h1v4h-1zM1 14h14v1H1zm6.5-3.5V.5h1v10zm.5 1.207L3.293 7 4 6.293l4 4 4-4 .707.707z"}))));function Pt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const St=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Pt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm0 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM5 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM9 1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM9.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM9 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"}))));function kt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ct=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){kt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 5.84V3H1.2a.2.2 0 0 0-.2.2v9.6c0 .11.09.2.2.2H4V6.722q-.95.357-2 1.056Q3 6.527 4 5.84m1 .596V13h9.8a.2.2 0 0 0 .2-.2V3.2a.2.2 0 0 0-.2-.2H5v2.293q2.944-1.196 5.889 2.485L12 6.667V10H8.667l1.11-1.111Q7.898 5.88 5 6.436M1 2h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1"}),f.createElement("use",{fillRule:"evenodd"}))));function Mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const At=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Mt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.502 15.004a.5.5 0 1 1 0 1h-8a.5.5 0 0 1 0-1zM12.842.493 15.67 3.32a1 1 0 0 1 0 1.415l-9.18 9.179a.5.5 0 0 1-.13.1l-.079.035-5.303 1.768a.5.5 0 0 1-.654-.543l.021-.09 1.768-5.303a.5.5 0 0 1 .072-.14l.049-.056L11.427.493a1 1 0 0 1 1.414 0ZM2.806 10.963l-.875 2.623.616.652 2.652-.882zm7.207-7.642-6.718 6.717 2.828 2.828 6.718-6.717zm2.405-1.825a.5.5 0 0 0-.493-.044l-.076.044-.07.058-1.06 1.06 2.83 2.828 1.06-1.06.057-.07a.5.5 0 0 0 .043-.492l-.043-.076-.058-.07-2.121-2.12-.07-.058Z"}))));function Vt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ht=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Vt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 12.432 11.432 1l2.638 2.638L2.638 15.07zm2.638 1.67 1.759-1.67-1.759-1.759-1.67 1.759zm8.794-8.705 1.759-1.759-1.76-1.759-1.758 1.76zM5.628 2.935l-.88-.264.792-.528v-.967l.704.527.879-.263-.264.88.528.79h-.968l-.527.704zm9.937 2.198.44.616H15.3l-.44.615-.175-.703-.704-.264.616-.44v-.703l.615.44.704-.264zm-2.99 4.133-.352 1.143.704.968h-1.143l-.704.967-.352-1.143-1.143-.352.967-.704v-1.23l.968.703z"}))));function zt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){zt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 2H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9h-1v4H1V3h7zm-1 8V8.5A4.5 4.5 0 0 1 11.5 4h2.293l-2-2 .707-.707L15.707 4.5 12.5 7.707 11.793 7l2-2H11.5A3.5 3.5 0 0 0 8 8.5V10z"}))));function Dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Bt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Dt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.114 2a2.5 2.5 0 0 0-2.45 1.998L5.05 7H7v1H4.844l-1.026 5.002A2.5 2.5 0 0 1 1.368 15H1v-1h.369a1.5 1.5 0 0 0 1.469-1.199L3.823 8H2V7h2.028l.657-3.203A3.5 3.5 0 0 1 8.114 1h.08a2.5 2.5 0 0 1 2.475 2.854L10.648 4h-1.01l.04-.288A1.5 1.5 0 0 0 8.195 2zm.532 4.854L11.293 9.5l-2.647 2.646.708.708L12 10.207l2.646 2.647.708-.708L12.707 9.5l2.647-2.646-.708-.708L12 8.793 9.354 6.146z"}))));function It(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Lt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){It(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 0c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1zm0 13H2v2h12zm0-3H2v2h12zm0-3H2v2h12zm0-3H2v2h12zm0-3H2v2h12z"}))));function Tt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Nt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Tt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.586 0a1 1 0 0 1 .608.206l.099.087 4.414 4.414a1 1 0 0 1 .284.576l.009.131V14a2 2 0 0 1-1.85 1.995L13 16H3a2 2 0 0 1-1.995-1.85L1 14V2A2 2 0 0 1 2.85.005L3 0zM9 1H3a1 1 0 0 0-.993.883L2 2v12a1 1 0 0 0 .883.993L3 15h10a1 1 0 0 0 .993-.883L14 14V6h-3a2 2 0 0 1-1.995-1.85L9 4zm1 .5V4a1 1 0 0 0 .883.993L11 5h2.5z"}))));function Ft(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $t=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ft(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14.07 0a1 1 0 0 1 .816 1.577L10 8.5v4.398a1 1 0 0 1-.532.884l-2.734 1.445A.5.5 0 0 1 6 14.785V8.5L1.112 1.577A1 1 0 0 1 1.93 0zm0 1H1.93L7 8.183v5.772l2-1.057V8.183z"}))));function _t(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Rt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_t(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7v-1H1.5a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5V5h1V1a1 1 0 0 0-1-1zm6.527 6a1 1 0 0 0-.788 1.617l2.848 3.636v3.904a.8.8 0 0 0 .162.488.73.73 0 0 0 1.07.114l1.91-1.413.026-.025a.8.8 0 0 0 .235-.572v-2.62l2.752-3.512A1 1 0 0 0 14.954 6zm0 1h7.427l-2.964 3.785v2.864l-1.403 1.038v-3.779z"}))));function Ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ut(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.764 2a2 2 0 0 1 1.79 1.106L8 4h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm0 1H1v10h14V5H7.382l-.724-1.447A1 1 0 0 0 5.764 3"}))));function Gt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Zt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Gt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 15v-1.5A7.5 7.5 0 0 1 9.5 6h4.335l-3.398 3.577.726.688L15.69 5.5 11.163.735l-.726.688L13.835 5H9.5A8.5 8.5 0 0 0 1 13.5V15z"}))));function Yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Kt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 9.5a7 7 0 1 1 12.6 4.2l.8.6a8 8 0 1 0-12.8 0l.8-.6A6.97 6.97 0 0 1 1 9.5m11.424-3.235a.5.5 0 0 0-.689-.689L6.893 8.601a1.819 1.819 0 1 0 2.506 2.506zM7.423 9.449l3.006-1.878-1.878 3.006A.819.819 0 1 1 7.423 9.45Z"}))));function Xt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 0h5v2H2v3H0V0m2 11v3h3v2H0v-5zM15 0h1v5h-2V2h-3V0zm-1 14v-3h2v5h-5v-2z"}))));function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const en=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 1v1H2v12h12V7h1v7a1 1 0 0 1-.883.993L14 15H2a1 1 0 0 1-.993-.883L1 14V2a1 1 0 0 1 .883-.993L2 1zm7-1v5h-1V1.706l-4.5 4.501-.707-.707L14.292 1H11V0z"}))));function tn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const nn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){tn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 2v4H1V2zM1 1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm5 9v4H1v-4zM1 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm14-7v4h-5V2zm-5-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm5 9v4h-5v-4zm-5-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}))));function rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const on=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 10h4a4 4 0 0 1 4 4H0a4 4 0 0 1 4-4m2-1a3 3 0 1 1 0-6 3 3 0 0 1 0 6m6.584 3a5 5 0 0 0-3.98-2.964c.342-.293.634-.644.86-1.036H12a4 4 0 0 1 4 4zM9.892 6.926a4.01 4.01 0 0 0-1.334-4.001 2.5 2.5 0 1 1 1.334 4"}),f.createElement("use",{fillRule:"evenodd"}))));function an(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ln=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){an(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 3h14v2H1zm0 4h14v2H1zm0 6v-2h14v2z"}))));function cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const un=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){cn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 15V1h2v14zm4 0V1h2v14zm6 0h-2V1h2z"}))));function sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0m-7.718.208V10.5h1.344V9s.863-.126 1.358-.378q.756-.392 1.134-1.05.378-.659.378-1.442v-.168q0-.798-.392-1.456a2.73 2.73 0 0 0-1.092-1.064q-.7-.405-1.68-.406-1.105 0-1.848.448a2.97 2.97 0 0 0-1.12 1.162c-.243.476-.364.85-.364 1.4h1.288c0-.383.084-.579.252-.868q.252-.448.7-.7.462-.266 1.092-.266.546 0 .966.224.434.21.672.63.238.405.238.98 0 .77-.49 1.302c-.394.44-1.161.593-1.824.725a9 9 0 0 0-.612.135m1.53 3.98a.812.812 0 1 1-1.624 0 .812.812 0 0 1 1.624 0"}))));function pn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const bn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){pn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.059 0c.47 0 .941.47.941.941v13.177c0 .47-.47.94-.941.94H.94c-.47 0-.753-.187-.847-.47 0-.094-.094-.282-.094-.47V.94C0 .471.47 0 .941 0zM3.765 12.235H.94v1.883h2.824zm0-2.823H.94v1.882h2.824zm0-2.824H.94v1.883h2.824zm0-2.823H.94v1.882h2.824zm0-2.824H.94v1.883h2.824zm3.764 11.294H4.706v1.883h2.823zm0-2.823H4.706v1.882h2.823zm0-2.824H4.706v1.883h2.823zm0-2.823H4.706v1.882h2.823zm0-2.824H4.706v1.883h2.823zm3.765 11.294H8.471v1.883h2.823zm0-2.823H8.471v1.882h2.823zm0-2.824H8.471v1.883h2.823zm0-2.823H8.471v1.882h2.823zm0-2.824H8.471v1.883h2.823zm3.765 11.294h-2.824v1.883h2.824zm0-2.823h-2.824v1.882h2.824zm0-2.824h-2.824v1.883h2.824zm0-2.823h-2.824v1.882h2.824zm0-2.824h-2.824v1.883h2.824z"}))));function mn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const hn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){mn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.5.143A8 8 0 1 1 .003 8.262L0 8.009h1a7 7 0 0 0 14 0 7 7 0 0 0-13.328-3H4v1H0v-4h1v2.115A8 8 0 0 1 9.5.143m-1 1.866v5.71l3.248 1.856-.496.868L7.5 8.3V2.01z"}))));function gn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const dn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){gn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 16a1 1 0 0 1-1-1V5.515a1 1 0 0 1 .419-.814l6-4.286a1 1 0 0 1 1.162 0l6 4.286a1 1 0 0 1 .419.814V15a1 1 0 0 1-1 1zM8 1.229 2 5.515V15h3v-5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5h3V5.515zM10 10H6v5h4z"}))));function vn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const yn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){vn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0-1a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm14 1v4.293L13.207 5.5a1 1 0 0 0-1.414 0L8 9.293 7.207 8.5a1 1 0 0 0-1.414 0l-4.5 4.5H1V3zm0 5.707V13h-3.293l-3-3L12.5 6.207zM10.293 13H2.707L6.5 9.207z"}))));function wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const On=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2v1.5A4.5 4.5 0 0 1 10.5 8H7.707l2 2-.707.707L5.793 7.5 9 4.293 9.707 5l-2 2H10.5A3.5 3.5 0 0 0 14 3.5V2zM8 2H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9h-1v4H1V3h7z"}))));function xn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const jn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){xn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m5.894 8.5-1.47 1.67.751.66L7.666 8l-2.49-2.83-.751.66L5.894 7.5H0v1zM2 1h14v1H2zm8 4h6v1h-6zm0 5h6v1h-6zm-8 4h14v1H2z"}))));function En(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Pn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){En(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m.5 5.5V11h1v1h-3v-1h1V7.5h-1v-1zm-.75-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"}))));function Sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const kn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Sn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.545 9.273H2.182v-.728h4.363zm-4.363 1.454h4.363v.728H2.182zM8 11.455l.727.727v.727c0 .146-.072.291-.072.364-.073.218-.291.363-.655.363H.727c-.363 0-.582-.145-.654-.363 0-.073-.073-.218-.073-.364V2.727c0-.145.073-.29.073-.363C.145 2.145.363 2 .727 2H8c.364 0 .582.145.655.364 0 .072.072.218.072.363V4.91L8 5.636V3.455c0-.728 0-.728-.727-.728H1.455c-.728 0-.728 0-.728.728v8.727c0 .727 0 .727.728.727h5.818c.727 0 .727 0 .727-.727zM6.545 4.909H2.182v-.727h4.363zm0 2.182H2.182v-.727h4.363zM16 13.636c-.145-.727-.436-1.381-.873-2.036-.727-1.018-1.963-2.11-4.218-2.327v2.182L8 8.545l2.91-2.909v2.182c1.526.073 5.09.727 5.09 5.818"}))));function Cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Mn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Cn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11 0c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.2-.1-1.7-.3L9 10H8v2H6v2H4v2H0v-3l6.3-6.3C6.1 6.2 6 5.6 6 5c0-2.8 2.2-5 5-5m0 1C8.752 1 7 2.752 7 5c0 .416.058.812.161 1.14l.067.189.245.612L1 13.414V15h2v-2h2v-2h2V9h1.586l.473-.473.612.245c.361.144.831.228 1.329.228 2.248 0 4-1.752 4-4s-1.752-4-4-4m1 2c.533 0 1 .467 1 1s-.467 1-1 1-1-.467-1-1 .467-1 1-1"}))));function An(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Vn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){An(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 2.625 11.3 3.9l-.6-.8 1.997-1.498a.5.5 0 0 1 .306-.102h.487a.51.51 0 0 1 .51.51V13h2v1h-5v-1h2zM1.504 13.938 1.87 11H0v-1h1.996l.5-4H1V5h1.621l.383-3.062.992.124L3.63 5h3.49l.383-3.062.992.124L8.13 5H10v1H8.004l-.5 4H9v1H7.379l-.383 3.062-.992-.124L6.37 11H2.88l-.383 3.062zM6.496 10l.5-4H3.504l-.5 4z"}))));function Hn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const zn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Hn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 13h6v1.5c0 .3-.2.5-.5.5H10v.5c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5V15h-.5c-.3 0-.5-.2-.5-.5zm0-1c0-2-3-3-3-7 0-3 3-5 6-5s6 2 6 5c0 4-3 4-3 7H5m-.5-7c.3 0 .5-.2.5-.5s.2-.7.5-1 .6-.5 1-.5c.3 0 .5-.2.5-.5S6.8 2 6.5 2c-.6 0-1.2.3-1.7.8S4 3.9 4 4.5c0 .3.2.5.5.5"}))));function qn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Dn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 16H0V0h1v13l4.4-7.3 4 2.3 3.8-6.6c.3-.5 1.2-.6 1.7-.4.5.3.8 1.1.5 1.6l-5 8.8-4-2.3L3 15h13z"}))));function Bn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const In=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.354 7.146-.708.708a2.33 2.33 0 0 0-3.292 0l-2.75 2.75a1.975 1.975 0 0 0 2.792 2.793l2.75-2.75.708.707-2.75 2.75a2.975 2.975 0 0 1-4.208-4.208l2.75-2.75a3.33 3.33 0 0 1 4.708 0m4.75-5.25a2.975 2.975 0 0 1 0 4.208l-2.75 2.75a3.33 3.33 0 0 1-4.708 0l.708-.708c.909.91 2.383.91 3.292 0l2.75-2.75a1.975 1.975 0 1 0-2.793-2.792l-2.75 2.75-.707-.708 2.75-2.75a2.975 2.975 0 0 1 4.207 0Z"}))));function Ln(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Tn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ln(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 1h14a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2M0 6a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1"}))));function Nn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Fn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Nn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 10a1 1 0 0 1 .5 1.866v.634a.5.5 0 0 1-1 0v-.634A1 1 0 0 1 8 10M3.625 7.035A2 2 0 0 0 2 9v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9a2 2 0 0 0-1.625-1.965V5.383a4.375 4.375 0 0 0-8.75 0zM3 9a1 1 0 0 1 .931-.998h8.138A1 1 0 0 1 13 9v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm8.375-3.617V7h-6.75V5.383a3.375 3.375 0 0 1 6.75 0"}))));function $n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const _n=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$n(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.287 1c.355 0 .71.267.71.711v12.798a.7.7 0 0 1-.71.711H.71c-.355 0-.711-.355-.711-.711V1.711C0 1.267.356 1 .711 1zM14.22 2.778H8.888V7.22h5.332zm-12.442 0V7.22H7.11V2.778zm0 10.665H7.11V8.999H1.778zm12.442 0V8.999H8.888v4.444z"}))));function Rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Un=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Rn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-1A7 7 0 0 1 1.887 4.587l1.5.3-.372 1.492A.5.5 0 0 0 3.1 6.8l1.5 2a.5.5 0 0 0 .143.129l2.5 1.5a.5.5 0 0 0 .136.056l1.476.37-.33.987a.5.5 0 0 0 0 .316l.455 1.362-.364 1.453A7 7 0 0 1 8 15m1.985-1.379a.5.5 0 0 0-.01-.28L9.526 12l.333-1h.933l1.12 1.12-.875 2.188q-.64.31-1.346.486l.293-1.173Zm2.506-.25.473-1.185a.5.5 0 0 0-.11-.54l-1.5-1.5A.5.5 0 0 0 11 10H9.74L8.22 8.1l1.122.374a.5.5 0 0 0 .643-.353l.466-1.865 1.903-1.902a.5.5 0 0 0 0-.708L9.996 1.29a7.003 7.003 0 0 1 2.494 12.08ZM7.693 9.532l-2.352-1.41L4.043 6.39l.442-1.769a.5.5 0 0 0-.387-.611l-1.612-.323a6.99 6.99 0 0 1 5.813-2.68L11.293 4l-.793.793-1.146-1.147-.708.708L9.793 5.5l-.147.146a.5.5 0 0 0-.131.233l-.37 1.476-.987-.33a.5.5 0 0 0-.512.121l-.5.5a.5.5 0 0 0-.036.666l1.074 1.344z"}))));function Wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 0v5h-1V1.707l-4.5 4.5-.707-.707 4.5-4.501L11 1V0zM5.5 9.793l.707.707L1.706 15H5v1H0v-5h1v3.292z"}))));function Zn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m14.707 0 .707.707-5 5h3.293v1h-5v-5h1V5l5-4.999Zm-8 8.707v5h-1v-3.293l-5 5L0 14.707l4.999-5H1.707v-1z"}))));function Kn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Xn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 4H1V2h14zm0 10H1v-2h14zm0-5H1V7h14z"}))));function Jn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Qn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Jn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m4.5 9c.25 0 .5-.3.5-.6v-.8c0-.3-.25-.6-.5-.6h-9c-.25 0-.5.3-.5.6v.7c0 .4.25.7.5.7z"}))));function er(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const tr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){er(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 6.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1m5.5 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1m5.5 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1"}))));function nr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const rr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){nr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8M3 9.5c.8 0 1.5-.7 1.5-1.5S3.8 6.5 3 6.5 1.5 7.2 1.5 8 2.2 9.5 3 9.5m5 0c.8 0 1.5-.7 1.5-1.5S8.8 6.5 8 6.5 6.5 7.2 6.5 8 7.2 9.5 8 9.5m5 0c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5"}))));function or(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ar=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){or(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 11h1v5h-1zm-2 2h5v1h-5zM2 4h12v1H2zm0-2h12v7h1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-1H2z"}))));function lr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ir=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2a1 1 0 0 1 .993.883L16 3v10a1 1 0 0 1-.883.993L15 14H1a1 1 0 0 1-.993-.883L0 13V3a1 1 0 0 1 .883-.993L1 2zm0 1H1v10h14zM4 6v5H3V6zm3 2v3H6V8zm3-1v4H9V7zm3-2v6h-1V5z"}))));function cr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ur=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){cr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.5 4v1H12v1.5h-1V5H9.5V4H11V2.5h1V4zM12 9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-.5 4.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2-3v1h-4v-1zM6 4v1H2.5V4zm-2.793 6 1.06 1.06L5.329 10l.708.707-1.061 1.06 1.06 1.061-.707.708-1.06-1.061-1.06 1.06-.708-.707 1.06-1.06-1.06-1.06.707-.708ZM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm14-1H8.5v6.5H15V2a1 1 0 0 0-1-1m1 13V8.5H8.5V15H14a1 1 0 0 0 1-1M1 2v5.5h6.5V1H2a1 1 0 0 0-1 1m0 12a1 1 0 0 0 1 1h5.5V8.5H1z"}))));function sr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 16a8 8 0 1 1 7.652-10.342c.588 4.006-1.241 5.348-3.236 5.754-1.38.28-2.865-.141-3.576.609C7.194 13.48 10.976 14.722 8 16m-4-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4m1.5-5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M10 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2"}),f.createElement("use",{fillRule:"evenodd"}))));function pr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const br=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){pr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 2a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v4h4a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-4H1a1 1 0 0 1-1-1zm6.5 5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5z"}))));function mr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const hr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){mr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 16V0h4v16zm8-16h4v16h-4z"}))));function gr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const dr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){gr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 10h6a5 5 0 0 1 5 5H0a5 5 0 0 1 5-5m3-1a4 4 0 1 1 0-8 4 4 0 0 1 0 8"}),f.createElement("use",{fillRule:"evenodd"}))));function vr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const yr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){vr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7 8a.75.75 0 1 0 0-1.5A.75.75 0 0 0 7 8M6 4 5 5H4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9L8 4zm-.586 2 1-1h1.172l1 1H10v3H4V6zM2 0a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm2 14a1 1 0 0 0 1-1V2.268A2 2 0 0 1 16 4v10a2 2 0 0 1-2 2H4a2 2 0 0 1-1.732-1z"}))));function wr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Or=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 7h7a7.004 7.004 0 0 0-7-7zm1-5.917A6.005 6.005 0 0 1 14.917 6H10zM14 9H7V2a7.002 7.002 0 0 0 0 14 7 7 0 0 0 7-7m-8 1h6.917A6.002 6.002 0 0 1 1 9a6 6 0 0 1 5-5.917z"}))));function xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const jr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){xr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.6 4c.2 0 .4.2.4.4v11.1c0 .3-.2.5-.4.5H.4c-.2 0-.4-.2-.4-.4V4.4c0-.2.2-.4.4-.4zm0-4c.2 0 .4.2.4.4v2.1c0 .3-.2.5-.4.5H.4C.2 3 0 2.8 0 2.6V.4C0 .2.2 0 .4 0zm13 0c.2 0 .4.2.4.4v2.1c0 .3-.2.5-.4.5H4.4c-.2 0-.4-.2-.4-.4V.4c0-.2.2-.4.4-.4zM13 4l3 3h-2c-.1 1.3-.4 2.5-.9 3.5-.9 1.7-2.6 3.5-6.1 3.5v2l-3-3 3-3v2c.6 0 4.9-.3 4.9-5H10z"}))));function Er(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Pr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Er(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 15H1.5A1.5 1.5 0 0 1 0 13.5v-11A1.5 1.5 0 0 1 1.5 1h13A1.5 1.5 0 0 1 16 2.5V14a1 1 0 0 1-1 1M1 2.5v11a.5.5 0 0 0 .5.5H4V5H2V3h2v2h11V2.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5M8.5 6v8h3V6zm4 8H15V6h-2.5zm-5-8H5v8h2.5z"}))));function Sr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const kr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Sr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.54 4.338l4.96 2.79a1 1 0 0 1 0 1.744l-4.96 2.79a1 1 0 0 1-1.49-.872V5.21a1 1 0 0 1 1.49-.872m-.49.872v5.58L11.01 8z"}))));function Cr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Mr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Cr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 9h3.5c.25 0 .5-.3.5-.6v-.8c0-.3-.25-.6-.5-.6H9V3.5c0-.25-.3-.5-.6-.5h-.7c-.4 0-.7.25-.7.5V7H3.5c-.25 0-.5.3-.5.6v.7c0 .4.25.7.5.7H7v3.5c0 .25.3.5.6.5h.8c.3 0 .6-.25.6-.5zM8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Ar(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Vr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ar(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}),f.createElement("use",{fillRule:"evenodd"}))));function Hr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const zr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Hr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 1v3H4V1zM4 0a1 1 0 0 0-1 1v4h10V1a1 1 0 0 0-1-1zm8 9v6H4V9zM3 8v7a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8zM2 5h12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v1h1a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1m3 6h6v1H5zm0 2h6v1H5zm6-7h2v1h-2z"}))));function qr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Dr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 4H8V2.5a1.5 1.5 0 1 0-3 0V4H1v3h.5a2.5 2.5 0 0 1 0 5H1v3h4v-.5a2.5 2.5 0 0 1 5 0v.5h2v-4h1.5a1.5 1.5 0 0 0 0-3H12zM9 14.5a1.5 1.5 0 0 0-3 0V16H.3q-.3 0-.3-.3V11h1.5a1.5 1.5 0 0 0 0-3H0V3.3Q0 3 .3 3H4v-.5a2.5 2.5 0 0 1 5 0V3h3.7q.3 0 .3.3V7h.5a2.5 2.5 0 0 1 0 5H13v3.7q0 .3-.3.3H9z"}))));function Br(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ir=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Br(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 8a7 7 0 1 1 10 6.326V11h-1v5h5v-1h-3.124A8 8 0 1 0 8 16v-1a7 7 0 0 1-7-7"}))));function Lr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Tr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Lr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.414 8 2.475-2.475c.177-.177.142-.566-.07-.778l-.566-.565c-.212-.213-.601-.248-.778-.071L8 6.586 5.525 4.11c-.177-.177-.566-.142-.778.07l-.495.496c-.283.282-.318.671-.141.848L6.586 8 4.11 10.475c-.177.177-.142.566.07.778l.496.495c.282.283.671.318.848.141L8 9.414l2.475 2.475c.177.177.566.142.778-.07l.565-.566c.213-.212.248-.601.071-.778zM8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Nr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Fr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Nr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 15c-3.848 0-7-3.152-7-7s3.152-7 7-7 7 3.152 7 7-3.152 7-7 7m0 1c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m-.5-5.587V4h1v6.413l2.675-2.293.65.76L8 12.158 4.175 8.88l.65-.76z"}))));function $r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const _r=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$r(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 8c2.2 0 4-1.8 4-4S6.2 0 4 0 0 1.8 0 4s1.8 4 4 4m0-1C2.352 7 1 5.648 1 4s1.352-3 3-3 3 1.352 3 3-1.352 3-3 3m8.5 5c1.9 0 3.5-1.6 3.5-3.5S14.4 5 12.5 5 9 6.6 9 8.5s1.6 3.5 3.5 3.5m0-1C11.152 11 10 9.848 10 8.5S11.152 6 12.5 6 15 7.152 15 8.5 13.848 11 12.5 11M8 13.5C8 14.9 6.9 16 5.5 16S3 14.9 3 13.5 4.1 11 5.5 11 8 12.1 8 13.5m-1 0c0-.848-.652-1.5-1.5-1.5S4 12.652 4 13.5 4.652 15 5.5 15 7 14.348 7 13.5"}))));function Rr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ur=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Rr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.421 11.947c0 .59.168 1.264.337 1.6.168.337.337.506.59.674s.589.253.841.253H1.6c-.421 0-.674-.085-.926-.337a7 7 0 0 1-.506-.842A6.6 6.6 0 0 1 0 11.947zM3.958 3.442c.253-.59.42-1.095.674-1.431q.252-.506.505-.758Q5.39 1 5.642 1h9.516c-.169 0-.337.084-.505.337q-.253.251-.506.758c-.168.337-.42.758-.59 1.431l-1.768 8.421c-.252.674-.42 1.18-.589 1.516s-.421.59-.505.674c-.169.168-.337.252-.506.337a2.6 2.6 0 0 1-.42-.59c-.085-.168-.169-.42-.253-.59-.084-.168-.084-.42-.084-.589v-.59c0-.168 0-.42-.085-.504-.084-.085-.168-.253-.336-.337-.085-.085-.337-.085-.506-.085H2.526zm10.442.084c0-.337 0-.673.084-1.01.084-.253.169-.505.253-.842.084-.253.252-.506.42-.674.17 0 .338.084.506.337.084.252.169.505.253.842 0 .421.084.842.084 1.347z"}))));function Wr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m14.206 10.463-.743-.67-2.269 2.522-1.272-1.018-.625.781 2.009 1.607zM14 4h-3v2.022a5.5 5.5 0 0 0-1 .185V3c0-.364.097-.706.268-1H6a2 2 0 0 0-2 2v7h2.022a5.6 5.6 0 0 0 0 1H1a1 1 0 0 0 1 1h4.207q.148.524.393 1H2a2 2 0 0 1-2-2v-1h3V4a3 3 0 0 1 3-3h6a2 2 0 0 1 2 2zm-2-2a1 1 0 0 0-.59.193l-.01.007a1 1 0 0 0-.15.137A1 1 0 0 0 11 3h2a1 1 0 0 0-1-1m-.5 13a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7m0 1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9"}))));function Zr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.057 11.164a6 6 0 1 1 2.112-2.116 1 1 0 0 1 .052.044l4.176 4.08a1 1 0 0 1 .009 1.422l-.707.707a1 1 0 0 1-1.406.008l-4.185-4.087a1 1 0 0 1-.05-.058ZM10.5 6a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0"}))));function Kr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Xr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 4v8l8-8zm0-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function Jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Qr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Jr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 3h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function eo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const to=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){eo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 1.5a.5.5 0 0 1 .5-.5H3V0H1.5A1.5 1.5 0 0 0 0 1.5V3h1zM14.5 1a.5.5 0 0 1 .5.5V3h1V1.5A1.5 1.5 0 0 0 14.5 0H13v1zm0 14a.5.5 0 0 0 .5-.5V13h1v1.5a1.5 1.5 0 0 1-1.5 1.5H13v-1zm-13 0a.5.5 0 0 1-.5-.5V13H0v1.5A1.5 1.5 0 0 0 1.5 16H3v-1zM6 0h4v1H6zm9 6h1v4h-1zm-5 10v-1H6v1zM5.025 9.014A2.986 2.986 0 0 1 8 12h1a3.986 3.986 0 0 0-3.972-3.986l-3.025-.01 1.65-1.65-.707-.708L.093 8.5l2.853 2.854.708-.708L2.01 9.004l3.014.01Z"}))));function no(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ro=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){no(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.5 1a.5.5 0 0 0-.5.5V3H0V1.5A1.5 1.5 0 0 1 1.5 0H3v1zm13.5.5a.5.5 0 0 0-.5-.5H13V0h1.5A1.5 1.5 0 0 1 16 1.5V3h-1zM14.5 15a.5.5 0 0 0 .5-.5V13h1v1.5a1.5 1.5 0 0 1-1.5 1.5H13v-1zM1 14.5a.5.5 0 0 0 .5.5H3v1H1.5A1.5 1.5 0 0 1 0 14.5V13h1zM6 0h4v1H6zM1 6H0v4h1zm9 9H6v1h4zm-2-3c0-1.645 1.33-2.98 2.975-2.986l3.031-.01-1.663 1.699.714.7 2.846-2.907-2.85-2.85-.707.708 1.651 1.65-3.025.01A3.986 3.986 0 0 0 7 12z"}))));function oo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ao=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){oo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m0-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m-1-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M6 9.444h1.111c0-.61.111-1.166.333-1.722.5-1.11 1.278-1.889 2.39-2.389A4.5 4.5 0 0 1 11.555 5c.61 0 1.166.111 1.722.333 1.11.5 1.889 1.278 2.389 2.39.222.555.333 1.11.333 1.721 0 .612-.111 1.167-.278 1.778-.5 1.056-1.278 1.89-2.389 2.334a4.5 4.5 0 0 1-1.722.333V13c.5 0 .945-.111 1.389-.278.889-.389 1.5-1 1.889-1.889.167-.444.278-.889.278-1.389s-.111-.944-.334-1.388c-.389-.89-1-1.556-1.889-1.89a3 3 0 0 0-1.388-.333c-.5 0-.945.111-1.445.334-.889.389-1.5 1-1.889 1.889-.166.444-.278.888-.278 1.388h1.39l-1.667 2.223z"}))));function lo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const io=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7 1v4h2V1zM.4 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H.4a.4.4 0 0 1-.4-.4V.4C0 .18.18 0 .4 0M1 1v4h2V1zm5.4-1h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H6.4a.4.4 0 0 1-.4-.4V.4c0-.22.18-.4.4-.4m-6 10h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H.4a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4m6 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H6.4a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4m6 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4h-3.2a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4M0 8h16v1H0z"}))));function co(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const uo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){co(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 4v8h8V4zm0-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function so(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){so(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.6 5H.4C.2 5 0 4.8 0 4.6V3.4c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m0 4H.4C.2 9 0 8.8 0 8.6V7.4c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m0 4H.4c-.2 0-.4-.2-.4-.4v-1.2c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m12-8H4.4c-.2 0-.4-.2-.4-.4V3.4c0-.2.2-.4.4-.4h9.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m-2 4H4.4c-.2 0-.4-.2-.4-.4V7.4c0-.2.2-.4.4-.4h7.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m4 4H4.4c-.2 0-.4-.2-.4-.4v-1.2c0-.2.2-.4.4-.4h11.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4"}))));function po(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const bo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){po(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m4 9 4 7H0zm3-2H0V0h7zm5-2c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4"}))));function mo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ho=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){mo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 0a3 3 0 1 1-2.422 4.77L5.87 7.125a3 3 0 0 1 0 1.753l4.707 2.353a3 3 0 1 1-.447.894L5.422 9.771a3 3 0 1 1 0-3.54l4.708-2.354A3 3 0 0 1 13 0m0 11a2 2 0 1 0 0 4 2 2 0 0 0 0-4M3 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4m10-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4"}))));function go(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const vo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){go(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.509 13H4.387c0 .032.613-.37.613-1.5V10h10.009v1.638c0 .661-.826 1.362-1.5 1.362M4 11.65C4 12.395 3.26 13 2.5 13S1 12.395 1 11.65V3h12v6H5a1 1 0 0 0-1 1zM14 9V3c0-.553-.447-1-.999-1H1a1 1 0 0 0-1 1v8.5C0 12.879 1.122 14 2.5 14h11.003A2.5 2.5 0 0 0 16 11.503V10a1 1 0 0 0-1-1z"}))));function yo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 4.383v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 3.954a.5.5 0 0 0-.757.43ZM9.056 6.5 7 7.734V5.266zM2 1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.5v3H5v1h6v-1H8.5v-3H14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm12 1v9H2V2z"}))));function Oo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Oo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.843 1c.267 0 .267.089.267.267v13.775a.19.19 0 0 1-.178.178H5.51a.19.19 0 0 1-.177-.178V9H3.555v2.666L0 8.11l3.555-3.555v2.666h1.778V1.178c0-.09.088-.178.177-.178zm5.6 10.665V8.999h-1.778v6.043a.19.19 0 0 1-.178.178H9.154c-.266 0-.266-.089-.266-.267V1.178c0-.09.088-.178.177-.178h1.422c.09 0 .178.089.178.178V7.22h1.778V4.555l3.555 3.555z"}))));function jo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Eo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){jo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.418 1.007.042.08 1.788 4.217 4.571.388a.5.5 0 0 1 .348.811l-.063.065-3.472 3.008 1.043 4.47a.5.5 0 0 1-.664.581l-.081-.04L8 12.217l-3.93 2.372a.5.5 0 0 1-.757-.453l.012-.089 1.043-4.47L.896 6.568a.5.5 0 0 1 .196-.86l.089-.016 4.571-.388L7.54 1.086a.5.5 0 0 1 .878-.08Z"}))));function Po(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const So=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Po(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 12.604V3.396L14.73 8zM2 3h2v10H2zm13.294 5.825a1 1 0 0 0 0-1.65L8.564 2.57A1 1 0 0 0 7 3.396v9.208a1 1 0 0 0 1.565.825zM1 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"}))));function ko(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Co=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ko(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 14H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1"}))));function Mo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ao=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Mo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 13v3l-5-5 5-5v4h8c1 0 1 0 1-1V3c0-1 0-1-1-1h-2.6c-.2 0-.4-.2-.4-.4V.4c0-.2.2-.4.4-.4H14c1.6 0 2 .8 2 2.3V10c0 1.4-.5 2-2 2H5z"}))));function Vo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ho=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Vo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.783 10.832a.25.25 0 0 1 0 .36l-3.391 3.391c-.14.117-.25.133-.32.04-.07-.087-.11-.165-.11-.22v-2.39H6.219a.25.25 0 0 1-.257-.259V10.27a.25.25 0 0 1 .257-.258h5.745V7.62c0-.219.273-.336.429-.18zM10 5.764a.25.25 0 0 1-.258.257H3.998v2.392c0 .219-.274.336-.43.18L.176 5.2a.25.25 0 0 1 0-.36L3.568 1.45c.14-.117.25-.133.32-.039.07.086.11.164.11.219v2.39H9.74c.148 0 .258.11.258.259z"}),f.createElement("use",{fillRule:"evenodd"}))));function zo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){zo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.941 7.024A8 8 0 0 1 1.999 13.29V16H1v-5h5v1H2.255a7 7 0 0 0 12.717-4.63zM14.999 0v5h-5V4h3.746A7 7 0 0 0 1.027 8.625l-.969.346a8 8 0 0 1 13.94-6.263L14 0z"}))));function Do(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Bo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Do(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm1 0v3h14V2zm0 4v8h4V6zm9 8V6H6v8zm1 0h4V6h-4z"}))));function Io(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Lo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Io(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.031 0 7.667 7.666a1.033 1.033 0 0 1 0 1.46l-6.572 6.572a1.033 1.033 0 0 1-1.46 0L0 8.03V0zm-2.47 3.44a1.5 1.5 0 1 0-2.122 2.12 1.5 1.5 0 0 0 2.122-2.12"}))));function To(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const No=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){To(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.52 11.938 4.5 15H1L6.425 1h3.238L15 15h-3.5l-1.02-3.062zm.73-2.188h3.5L8 4.5z"}))));function Fo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $o=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m6 10 7-7 2 2-7 7-2 2-5-5 2-2z"}))));function _o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ro=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_o(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.5 7.9C1 8.1.4 8 .1 7.5-.1 7 0 6.4.5 6.1L8 2l7.5 4.1c.5.3.6.9.4 1.4-.3.5-.9.6-1.4.4L8 4.3zm14 4.2c.5.3.6.9.4 1.4-.3.5-.9.6-1.4.4L8 10.3l-6.5 3.6c-.5.2-1.1.1-1.4-.4-.2-.5-.1-1.1.4-1.4L8 8z"}))));function Uo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Uo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 16V0h16v16zM1 1v8h8V1zm9 7v3h5V8zm2 4h-2v3h2zm3-11h-5v6h5zM9 15v-5H6v5zm-4-5H1v5h4zm8 2v3h2v-3z"}))));function Go(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Zo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Go(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.4 4h11.2a.2.2 0 0 1 .16.32l-5.6 7.467a.2.2 0 0 1-.32 0L2.24 4.32A.2.2 0 0 1 2.4 4"}))));function Yo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ko=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11 2.4v11.2a.2.2 0 0 1-.32.16l-7.467-5.6a.2.2 0 0 1 0-.32l7.467-5.6a.2.2 0 0 1 .32.16"}))));function Xo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 13.6V2.4a.2.2 0 0 1 .32-.16l7.467 5.6a.2.2 0 0 1 0 .32l-7.467 5.6A.2.2 0 0 1 4 13.6"}))));function Qo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ea=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.6 11H2.4a.2.2 0 0 1-.16-.32l5.6-7.467a.2.2 0 0 1 .32 0l5.6 7.467a.2.2 0 0 1-.16.32"}))));function ta(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const na=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ta(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m2.106 8.5 1.47 1.67-.751.66L.334 8l2.49-2.83.751.66L2.106 7.5H8v1zM2 1h14v1H2zm8 4h6v1h-6zm0 5h6v1h-6zm-8 4h14v1H2z"}))));function ra(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const oa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ra(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m5.758 7.414-3.415 3.414a1 1 0 0 0 0 1.415l1.414 1.414a1 1 0 0 0 1.415 0l3.414-3.415A3 3 0 0 1 8 13.657L6.586 15.07a3 3 0 0 1-4.243 0L.93 13.657a3 3 0 0 1 0-4.243L2.343 8a3 3 0 0 1 3.415-.586m4.484 1.172 3.415-3.414a1 1 0 0 0 0-1.415l-1.414-1.414a1 1 0 0 0-1.415 0L7.414 5.758A3 3 0 0 1 8 2.343L9.414.93a3 3 0 0 1 4.243 0l1.414 1.414a3 3 0 0 1 0 4.243L13.657 8a3 3 0 0 1-3.415.586M1.5 5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m11 5h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1m-2 2a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0v-2a.5.5 0 0 1 .5-.5m-5-11a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5"}),f.createElement("use",{fillRule:"evenodd"}))));function aa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const la=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){aa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11.5 11a1 1 0 1 0-1.5.866v.634a.5.5 0 0 0 1 0v-.634a1 1 0 0 0 .5-.866M1 7V5a3 3 0 0 1 6 0v2a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H8V5a4 4 0 1 0-8 0v2zm6 1h7a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1"}))));function ia(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ca=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ia(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 4H6V3h6zM6 8.5h4v-1H6zm9 4.5H6v-1h9zM3 11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm0 1H2v1h1zm0-5.5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm0 1H2v1h1zM3 2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm0 1H2v1h1z"}))));function ua(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const sa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ua(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m15 9-7 7-7-7zM1 7l7-7 7 7z"}))));function fa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7.999 2c2.545 0 4.508 1.543 5.89 3a13.8 13.8 0 0 1 2.108 3 13.8 13.8 0 0 1-2.109 3c-1.381 1.457-3.344 3-5.89 3-2.544 0-4.508-1.543-5.89-3A13.8 13.8 0 0 1 0 8a13.8 13.8 0 0 1 2.109-3c1.381-1.457 3.345-3 5.89-3m0 1C5.877 3 4.164 4.287 2.837 5.685A12.7 12.7 0 0 0 1.14 8a12.7 12.7 0 0 0 1.697 2.315C4.164 11.713 5.877 13 8 13c2.12 0 3.834-1.287 5.161-2.685A12.7 12.7 0 0 0 14.857 8a12.7 12.7 0 0 0-1.697-2.315C11.833 4.287 10.12 3 7.999 3M8 4.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m.707 1.793a1 1 0 1 1-1.414 1.414 1 1 0 0 1 1.414-1.414"}))));function ba(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ma=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ba(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7.646 1.168 1.168 7.646.46 6.94 6.939.461a1.5 1.5 0 0 1 2.122 0l6.478 6.478a1.5 1.5 0 0 1 0 2.122l-6.478 6.478a1.5 1.5 0 0 1-2.122 0L.461 9.061a1.5 1.5 0 0 1 0-2.122l.707.707a.5.5 0 0 0 0 .708l6.478 6.478a.5.5 0 0 0 .708 0l6.478-6.478a.5.5 0 0 0 0-.708L8.354 1.168a.5.5 0 0 0-.708 0M8.75 11a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 4h1v5h-1z"}))));function ha(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ga=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ha(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.738 13.5c.5.8.1 1.5-.8 1.5h-13.9c-1 0-1.3-.7-.8-1.5l6.8-11.9c.5-.8 1.3-.8 1.8 0zm-6.8-2c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5v1c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5zm0-6c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5v4c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5z"}))));function da(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const va=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){da(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9m0 1a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.121-3.5c-.103.273-.315.563-.573.841a7 7 0 0 1-.733.682 9 9 0 0 1-.815.598l4.328 4.329a1 1 0 0 0 1.415 0l.707-.707a1 1 0 0 0 0-1.415L10.62 8.5Zm.135 1.55 3.487 3.486-.707.707-3.51-3.51a8 8 0 0 0 .73-.684ZM4 6h5v1H4zm2-2h1v5H6z"}))));function ya(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ya(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9m0 1a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.121-3.5c-.103.273-.315.563-.573.841a7 7 0 0 1-.733.682 9 9 0 0 1-.815.598l4.328 4.329a1 1 0 0 0 1.415 0l.707-.707a1 1 0 0 0 0-1.415L10.62 8.5Zm.135 1.55 3.487 3.486-.707.707-3.51-3.51a8 8 0 0 0 .73-.684ZM4 6h5v1H4z"}))));var Oa=[{value:"image",label:"Image",icon:f.createElement(yn,null)},{value:"back",icon:f.createElement(ve,null),label:"Back"},{value:"forward",icon:f.createElement(Zt,null),label:"Forward"},{value:"history",icon:f.createElement(hn,null),label:"History"},{value:"help",icon:f.createElement(fn,null),label:"Help"},{value:"info",icon:f.createElement(Pn,null),label:"Info"},{value:"text",icon:f.createElement(No,null),label:"Text"},{value:"group",icon:f.createElement(on,null),label:"Group"},{value:"search",icon:f.createElement(Yr,null),label:"Search"},{value:"zoom-in",icon:f.createElement(va,null),label:"Zoom in"},{value:"zoom-out",icon:f.createElement(wa,null),label:"Zoom out"},{value:"export",icon:f.createElement(qt,null),label:"Export"},{value:"import",icon:f.createElement(On,null),label:"Import"},{value:"field",icon:f.createElement(Lt,null),label:"Field"},{value:"lock",icon:f.createElement(Fn,null),label:"Lock"},{value:"unlock",icon:f.createElement(la,null),label:"Unlock"},{value:"database",icon:f.createElement(st,null),label:"Database"},{value:"calendar",icon:f.createElement(Be,null),label:"Calendar"},{value:"bookmark",icon:f.createElement(Ae,null),label:"Bookmark"},{value:"library",icon:f.createElement(Le,null),label:"Library"},{value:"star",icon:f.createElement(Eo,null),label:"Star"},{value:"print",icon:f.createElement(zr,null),label:"Print"},{value:"remove",icon:f.createElement(Tr,null),label:"Remove"},{value:"handle",icon:f.createElement(ln,null),label:"Handle"},{value:"handle-horizontal",icon:f.createElement(un,null),label:"Handle horizontal"},{value:"menu",icon:f.createElement(Xn,null),label:"Menu"},{value:"list",icon:f.createElement(Tn,null),label:"List"},{value:"unordered-list",icon:f.createElement(ca,null),label:"Unordered list"},{value:"clock",icon:f.createElement(Re,null),label:"Clock"},{value:"puzzle",icon:f.createElement(Dr,null),label:"Puzzle"},{value:"filterpane",icon:f.createElement(Rt,null),label:"Filterpane"},{value:"plus",icon:f.createElement(Mr,null),label:"Plus"},{value:"minus",icon:f.createElement(Qn,null),label:"Minus"},{value:"triangle-top",icon:f.createElement(ea,null),label:"Triangle top"},{value:"triangle-bottom",icon:f.createElement(Zo,null),label:"Triangle bottom"},{value:"triangle-left",icon:f.createElement(Ko,null),label:"Triangle left"},{value:"triangle-right",icon:f.createElement(Jo,null),label:"Triangle right"},{value:"tick",icon:f.createElement($o,null),label:"Tick"},{value:"cogwheel",icon:f.createElement(Je,null),label:"Cogwheel"},{value:"settings",icon:f.createElement(fo,null),label:"Settings"},{value:"cut",icon:f.createElement(ct,null),label:"Cut"},{value:"copy",icon:f.createElement(lt,null),label:"Copy"},{value:"paste",icon:f.createElement(br,null),label:"Paste"},{value:"camera",label:"Camera"},{value:"slide-show",icon:f.createElement(wo,null),label:"Slide show"},{value:"palette",icon:f.createElement(fr,null),label:"Palette"},{value:"shapes",icon:f.createElement(bo,null),label:"Shapes"},{value:"effects",icon:f.createElement(Ht,null),label:"Effects"},{value:"file",icon:f.createElement(Nt,null),label:"File"},{value:"expand",icon:f.createElement(Gn,null),label:"Expand"},{value:"collapse",icon:f.createElement(Yn,null),label:"Collapse"},{value:"bin",icon:f.createElement(Se,null),label:"Bin"},{value:"link",icon:f.createElement(In,null),label:"Link"},{value:"pivot",icon:f.createElement(jr,null),label:"Pivot"},{value:"reload",icon:f.createElement(Ir,null),label:"Reload"},{value:"add",icon:f.createElement(Z,null),label:"Add"},{value:"edit",icon:f.createElement(At,null),label:"Edit"},{value:"key",icon:f.createElement(Mn,null),label:"Key"},{value:"box",icon:f.createElement(He,null),label:"Box"},{value:"home",icon:f.createElement(dn,null),label:"Home"},{value:"person",icon:f.createElement(dr,null),label:"Person"},{value:"grid",icon:f.createElement(nn,null),label:"Grid"},{value:"cloud",icon:f.createElement(Ze,null),label:"Cloud"},{value:"more",icon:f.createElement(tr,null),label:"More"},{value:"folder",icon:f.createElement(Wt,null),label:"Folder"},{value:"drop",icon:f.createElement(Ct,null),label:"Drop"},{value:"play",icon:f.createElement(kr,null),label:"Play"},{value:"tag",icon:f.createElement(Lo,null),label:"Tag"},{value:"close",icon:f.createElement(We,null),label:"Close"},{value:"warning",icon:f.createElement(ma,null),label:"Warning"},{value:"warning-triangle",icon:f.createElement(ga,null),label:"Warning triangle"},{value:"share",icon:f.createElement(ho,null),label:"Share"},{value:"top",icon:f.createElement(Ro,null),label:"Top"},{value:"low-resolution",icon:f.createElement(_n,null),label:"Low resolution"},{value:"high-resolution",icon:f.createElement(bn,null),label:"High resolution"},{value:"view",icon:f.createElement(pa,null),label:"View"},{value:"control",icon:f.createElement(ot,null),label:"Control"},{value:"code",icon:f.createElement(Ke,null),label:"Code"},{value:"upload",label:"Upload"},{value:"repair",label:"Repair"},{value:"split",icon:f.createElement(xo,null),label:"Split"},{value:"up-down",icon:f.createElement(sa,null),label:"Up down"},{value:"disconnect",label:"Disconnect"},{value:"photo-library",icon:f.createElement(yr,null),label:"Photo library"},{value:"application",icon:f.createElement(ne,null),label:"Application"},{value:"new-tab",icon:f.createElement(ar,null),label:"New tab"},{value:"ascending",icon:f.createElement(gt,null),label:"Ascending"},{value:"descending",icon:f.createElement(pe,null),label:"Descending"},{value:"arrow-up",icon:f.createElement(se,null),label:"Arrow up"},{value:"arrow-down",icon:f.createElement(oe,null),label:"Arrow down"},{value:"arrow-right",icon:f.createElement(ce,null),label:"Arrow right"},{value:"arrow-left",icon:f.createElement(le,null),label:"Arrow left"},{value:"sync",icon:f.createElement(qo,null),label:"Sync"},{value:"draggable",icon:f.createElement(St,null),label:"Draggable"},{value:"book",icon:f.createElement(Ce,null),label:"Book"},{value:"measure",label:"Measure"},{value:"download",icon:f.createElement(Et,null),label:"Download"},{value:"more-rounded",icon:f.createElement(rr,null),label:"More rounded"},{value:"align-object-left",icon:f.createElement(J,null),label:"Align object-left"},{value:"align-object-center",icon:f.createElement(K,null),label:"Align object-center"},{value:"align-object-right",icon:f.createElement(ee,null),label:"Align object-right"},{value:"submit",icon:f.createElement(Ao,null),label:"Submit"},{value:"operators",icon:f.createElement(ur,null),label:"Operators"},{value:"general-data-class",icon:f.createElement(Jt,null),label:"General data-class"},{value:"building",label:"Building"},{value:"bell",icon:f.createElement(Ee,null),label:"Bell"},{value:"unlink",icon:f.createElement(oa,null),label:"Unlink"},{value:"lightbulb",icon:f.createElement(zn,null),label:"Lightbulb"},{value:"log-in",label:"Log in"},{value:"log-out",label:"Log out"},{value:"previous",icon:f.createElement(Vr,null),label:"Previous"},{value:"goto",icon:f.createElement(en,null),label:"Goto"},{value:"save",icon:f.createElement(Fr,null),label:"Save"},{value:"pause",icon:f.createElement(hr,null),label:"Pause"},{value:"stop",icon:f.createElement(Co,null),label:"Stop"},{value:"step-in",icon:f.createElement(So,null),label:"Step in"},{value:"comment",icon:f.createElement(nt,null),label:"Comment"},{value:"indent",icon:f.createElement(jn,null),label:"Indent"},{value:"undent",icon:f.createElement(na,null),label:"Undent"},{value:"filter",icon:f.createElement($t,null),label:"Filter"},{value:"clear-filter",icon:f.createElement(Ne,null),label:"Clear filter"},{value:"insert",icon:f.createElement(kn,null),label:"Insert"},{value:"direction-left",icon:f.createElement(wt,null),label:"Direction left"},{value:"swap",icon:f.createElement(Ho,null),label:"Swap"},{value:"bubbles",icon:f.createElement(me,null),label:"Bubbles"},{value:"sheet",icon:f.createElement(vo,null),label:"Sheet"},{value:"object",icon:f.createElement(ir,null),label:"Object"},{value:"clear-selections",icon:f.createElement($e,null),label:"Clear selections"},{value:"selections-tool",icon:f.createElement(io,null),label:"Selections tool"},{value:"selections-reload",icon:f.createElement(ao,null),label:"Selections reload"},{value:"selections-back",icon:f.createElement(to,null),label:"Selections back"},{value:"selections-forward",icon:f.createElement(ro,null),label:"Selections forward"},{value:"expression",icon:f.createElement(Bt,null),label:"Expression"},{value:"select-alternative",icon:f.createElement(Xr,null),label:"Select alternative"},{value:"select-possible",icon:f.createElement(uo,null),label:"Select possible"},{value:"select-excluded",icon:f.createElement(Qr,null),label:"Select excluded"},{value:"select-all",label:"Select all"},{value:"bar-chart",icon:f.createElement(xe,null),label:"Bar chart"},{value:"bar-chart-horizontal",icon:f.createElement(we,null),label:"Bar chart-horizontal"},{value:"line-chart",icon:f.createElement(Dn,null),label:"Line chart"},{value:"pie-chart",icon:f.createElement(Or,null),label:"Pie chart"},{value:"gauge-chart",icon:f.createElement(Kt,null),label:"Gauge chart"},{value:"kpi",icon:f.createElement(Vn,null),label:"Kpi"},{value:"scatter-chart",icon:f.createElement(_r,null),label:"Scatter chart"},{value:"map",icon:f.createElement(Un,null),label:"Map"},{value:"table",icon:f.createElement(Bo,null),label:"Table"},{value:"pivot-table",icon:f.createElement(Pr,null),label:"Pivot table"},{value:"treemap",icon:f.createElement(Wo,null),label:"Treemap"},{value:"combo-chart",icon:f.createElement(et,null),label:"Combo chart"},{value:"boxplot",icon:f.createElement(qe,null),label:"Boxplot"},{value:"distributionplot",icon:f.createElement(xt,null),label:"Distributionplot"},{value:"histogram",label:"Histogram"},{value:"direct-discovery",icon:f.createElement(vt,null),label:"Direct discovery"},{value:"data-model",icon:f.createElement(pt,null),label:"Data model"},{value:"script",icon:f.createElement(Ur,null),label:"Script"},{value:"script-ok",icon:f.createElement(Gr,null),label:"Script ok"},{value:"debug",icon:f.createElement(mt,null),label:"Debug"},{value:"auto-layout",icon:f.createElement(ge,null),label:"Auto layout"}];const xa={aliceblue:{r:240,g:248,b:255},antiquewhite:{r:250,g:235,b:215},aqua:{r:0,g:255,b:255},aquamarine:{r:127,g:255,b:212},azure:{r:240,g:255,b:255},beige:{r:245,g:245,b:220},bisque:{r:255,g:228,b:196},black:{r:0,g:0,b:0},blanchedalmond:{r:255,g:235,b:205},blue:{r:0,g:0,b:255},blueviolet:{r:138,g:43,b:226},brown:{r:165,g:42,b:42},burlywood:{r:222,g:184,b:135},cadetblue:{r:95,g:158,b:160},chartreuse:{r:127,g:255,b:0},chocolate:{r:210,g:105,b:30},coral:{r:255,g:127,b:80},cornflowerblue:{r:100,g:149,b:237},cornsilk:{r:255,g:248,b:220},crimson:{r:220,g:20,b:60},cyan:{r:0,g:255,b:255},darkblue:{r:0,g:0,b:139},darkcyan:{r:0,g:139,b:139},darkgoldenrod:{r:184,g:134,b:11},darkgray:{r:169,g:169,b:169},darkgreen:{r:0,g:100,b:0},darkgrey:{r:169,g:169,b:169},darkkhaki:{r:189,g:183,b:107},darkmagenta:{r:139,g:0,b:139},darkolivegreen:{r:85,g:107,b:47},darkorange:{r:255,g:140,b:0},darkorchid:{r:153,g:50,b:204},darkred:{r:139,g:0,b:0},darksalmon:{r:233,g:150,b:122},darkseagreen:{r:143,g:188,b:143},darkslateblue:{r:72,g:61,b:139},darkslategray:{r:47,g:79,b:79},darkslategrey:{r:47,g:79,b:79},darkturquoise:{r:0,g:206,b:209},darkviolet:{r:148,g:0,b:211},deeppink:{r:255,g:20,b:147},deepskyblue:{r:0,g:191,b:255},dimgray:{r:105,g:105,b:105},dimgrey:{r:105,g:105,b:105},dodgerblue:{r:30,g:144,b:255},firebrick:{r:178,g:34,b:34},floralwhite:{r:255,g:250,b:240},forestgreen:{r:34,g:139,b:34},fuchsia:{r:255,g:0,b:255},gainsboro:{r:220,g:220,b:220},ghostwhite:{r:248,g:248,b:255},gold:{r:255,g:215,b:0},goldenrod:{r:218,g:165,b:32},gray:{r:128,g:128,b:128},green:{r:0,g:128,b:0},greenyellow:{r:173,g:255,b:47},grey:{r:128,g:128,b:128},honeydew:{r:240,g:255,b:240},hotpink:{r:255,g:105,b:180},indianred:{r:205,g:92,b:92},indigo:{r:75,g:0,b:130},ivory:{r:255,g:255,b:240},khaki:{r:240,g:230,b:140},lavender:{r:230,g:230,b:250},lavenderblush:{r:255,g:240,b:245},lawngreen:{r:124,g:252,b:0},lemonchiffon:{r:255,g:250,b:205},lightblue:{r:173,g:216,b:230},lightcoral:{r:240,g:128,b:128},lightcyan:{r:224,g:255,b:255},lightgoldenrodyellow:{r:250,g:250,b:210},lightgray:{r:211,g:211,b:211},lightgreen:{r:144,g:238,b:144},lightgrey:{r:211,g:211,b:211},lightpink:{r:255,g:182,b:193},lightsalmon:{r:255,g:160,b:122},lightseagreen:{r:32,g:178,b:170},lightskyblue:{r:135,g:206,b:250},lightslategray:{r:119,g:136,b:153},lightslategrey:{r:119,g:136,b:153},lightsteelblue:{r:176,g:196,b:222},lightyellow:{r:255,g:255,b:224},lime:{r:0,g:255,b:0},limegreen:{r:50,g:205,b:50},linen:{r:250,g:240,b:230},magenta:{r:255,g:0,b:255},maroon:{r:128,g:0,b:0},mediumaquamarine:{r:102,g:205,b:170},mediumblue:{r:0,g:0,b:205},mediumorchid:{r:186,g:85,b:211},mediumpurple:{r:147,g:112,b:219},mediumseagreen:{r:60,g:179,b:113},mediumslateblue:{r:123,g:104,b:238},mediumspringgreen:{r:0,g:250,b:154},mediumturquoise:{r:72,g:209,b:204},mediumvioletred:{r:199,g:21,b:133},midnightblue:{r:25,g:25,b:112},mintcream:{r:245,g:255,b:250},mistyrose:{r:255,g:228,b:225},moccasin:{r:255,g:228,b:181},navajowhite:{r:255,g:222,b:173},navy:{r:0,g:0,b:128},oldlace:{r:253,g:245,b:230},olive:{r:128,g:128,b:0},olivedrab:{r:107,g:142,b:35},orange:{r:255,g:165,b:0},orangered:{r:255,g:69,b:0},orchid:{r:218,g:112,b:214},palegoldenrod:{r:238,g:232,b:170},palegreen:{r:152,g:251,b:152},paleturquoise:{r:175,g:238,b:238},palevioletred:{r:219,g:112,b:147},papayawhip:{r:255,g:239,b:213},peachpuff:{r:255,g:218,b:185},peru:{r:205,g:133,b:63},pink:{r:255,g:192,b:203},plum:{r:221,g:160,b:221},powderblue:{r:176,g:224,b:230},purple:{r:128,g:0,b:128},rebeccapurple:{r:102,g:51,b:153},red:{r:255,g:0,b:0},rosybrown:{r:188,g:143,b:143},royalblue:{r:65,g:105,b:225},saddlebrown:{r:139,g:69,b:19},salmon:{r:250,g:128,b:114},sandybrown:{r:244,g:164,b:96},seagreen:{r:46,g:139,b:87},seashell:{r:255,g:245,b:238},sienna:{r:160,g:82,b:45},silver:{r:192,g:192,b:192},skyblue:{r:135,g:206,b:235},slateblue:{r:106,g:90,b:205},slategray:{r:112,g:128,b:144},slategrey:{r:112,g:128,b:144},snow:{r:255,g:250,b:250},springgreen:{r:0,g:255,b:127},steelblue:{r:70,g:130,b:180},tan:{r:210,g:180,b:140},teal:{r:0,g:128,b:128},thistle:{r:216,g:191,b:216},tomato:{r:255,g:99,b:71},transparent:{r:255,g:255,b:255,a:0},turquoise:{r:64,g:224,b:208},violet:{r:238,g:130,b:238},wheat:{r:245,g:222,b:179},white:{r:255,g:255,b:255},whitesmoke:{r:245,g:245,b:245},yellow:{r:255,g:255,b:0},yellowgreen:{r:154,g:205,b:50}},ja={resolveExpression:e=>{let t=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i.exec(e);if(t)return`rgb(${t[1]},${t[2]},${t[3]})`;if(t=/^argb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i.exec(e),t){const e=Math.round(t[1]/255*100)/100;return`rgba(${t[2]},${t[3]},${t[4]},${e})`}if(t=/^#([A-f0-9]{2})([A-f0-9]{2})([A-f0-9]{2})$/i.exec(e),t)return e;const n=e&&xa[e.toLowerCase()];if(n){const e=void 0!==n.a?n.a:1;return`rgba(${n.r},${n.g},${n.b},${e})`}return"none"},getFadedColor(e){const t=.15;let n,r,o,a;if(e.length>7){n=e.split(",");const l=-1!==n[0].indexOf("a");return r=l?parseInt(n[0].slice(5),10):parseInt(n[0].slice(4),10),a=parseInt(n[1],10),o=parseInt(n[2],10),`${(l?"rgba(":"rgb(")+(Math.round((0-r)*t)+r)},${Math.round((0-a)*t)+a},${Math.round((0-o)*t)+o}${l?`,${n[3]}`:")"}`}return n=parseInt(e.slice(1),16),r=n>>16,a=n>>8&255,o=255&n,`#${(16777216+65536*(Math.round((0-r)*t)+r)+256*(Math.round((0-a)*t)+a)+(Math.round((0-o)*t)+o)).toString(16).slice(1)}`},getColor({useColorExpression:e=!1,colorExpression:t="",color:n=W.COLOR},r,o){let a;return e?a=ja.resolveExpression(t):"string"==typeof n?a=n:n&&(a=o.getColorPickerColor(n)),a&&"none"!==a?a:r}},Ea={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},Pa={"top-left":"top left","center-left":"center left","bottom-left":"bottom left","top-center":"top center","center-center":"center center","bottom-center":"bottom center","top-right":"top right","center-right":"center right","bottom-right":"bottom right",topLeft:"0% 0%",centerLeft:"50% 0%",bottomLeft:"100% 0%",topCenter:"0% 50%",centerCenter:"50% 50%",bottomCenter:"100% 50%",topRight:"0% 100%",centerRight:"50% 100%",bottomRight:"100% 100%"},Sa=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],ka=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],Ca=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],Ma=e=>e%1!=0?e.toFixed(2):e,Aa=(e,t,n,r)=>{t.offsetWidth<=e.clientWidth?n.style.overflow="visible":n.style.overflow="hidden",r&&(t.children[0].style.marginRight=`${Ma(.04*t.offsetWidth)}px`)},Va=(e,t,n,r,o)=>{if("fixed"===t.sizeBehavior)n.style.fontSize=`${t.sizeFixed||W.FONT_SIZE_FIXED}px`,Aa(e,n,r,o);else if("relative"===t.sizeBehavior){const a=t.size||W.FONT_SIZE,l=40/a,i=Math.min(e.clientWidth/l*10,e.clientHeight*a*.8);n.style.fontSize=`${i}px`,Aa(e,n,r,o)}else{n.style.fontSize=`${e.clientHeight}px`;let r=e.clientHeight/n.offsetHeight*e.clientHeight;n.style.fontSize=`${r}px`,n.offsetWidth>e.clientWidth&&(r*=e.clientWidth/n.offsetWidth);((e,t,n,r)=>{t.style&&t.style.italic?r?(e.style.fontSize=`${Ma(Math.max(.84*n,8))}px`,e.children[0].style.marginRight=`${Ma(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${Ma(.04*e.offsetWidth)}px`):(e.style.fontSize=`${Ma(Math.max(.9*n,8))}px`,e.children[0].style.marginRight=`${Ma(.02*e.offsetWidth)}px`):r?(e.style.fontSize=`${Ma(Math.max(.88*n,8))}px`,e.children[0].style.marginRight=`${Ma(.04*e.offsetWidth)}px`):e.style.fontSize=`${Ma(Math.max(.92*n,8))}px`})(n,t,r*(t.size||W.FONT_SIZE),o)}},Ha=(e,t)=>{const n=t.getDataColorSpecials().primary;return ja.getColor(e,n,t)},za=(e,t)=>`${e}: ${t};`;var qa={getStyles({style:e={},disabled:t,theme:n,element:r,app:o}){let a="width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;";const{font:l={},background:i={},border:c={}}=e;return a+=t?za("opacity",.4):za("cursor","pointer"),a+=((e,t,n,r)=>{let o="";o=r("color",ja.getColor(e,t,n));const a=e.style||W.FONT_STYLE;return a.bold&&(o+=r("font-weight","bold")),a.italic&&(o+=r("font-style","italic")),o})(l,W.FONT_COLOR.color,n,za),a+=((e,t,n,r)=>{let o=r("background-color",Ha(e,t));if((e.useImage||"media"===e.mode)&&e.url.qStaticContentUrl){let t=e.url.qStaticContentUrl.qUrl;t&&(t=j(t,n),o+=r("background-image",`url('${t}')`),o+=r("background-size",Ea[e.size||W.BACKGROUND_SIZE]),o+=r("background-position",Pa[e.position||W.BACKGROUND_POSITION]),o+=r("background-repeat","no-repeat"))}return o})(i,n,o,za),a+=((e,t,n,r,o)=>{if(!n.useBorder)return"border: none;";let a="";const l=Ha(t,r),i=Math.min(e.offsetWidth,e.offsetHeight),c=ja.getColor(n,ja.getFadedColor(l),r);return a=o("border",`${(n.width||W.BORDER_WIDTH)*i/2}px solid ${c}`),a+=o("border-radius",(n.radius||W.BORDER_RADIUS)*i/2+"px"),a})(r,i,c,n,za),a},createLabelAndIcon({button:e,theme:t,style:n={},isSense:r}){var o;const{icon:a={},font:l={},label:i=W.LABEL,showLabel:c=!0}=n,u=document.createElement("text");u.style.whiteSpace="nowrap",u.style.fontFamily=(null==n||null===(o=n.font)||void 0===o?void 0:o.fontFamily)||t.getStyle("","","fontFamily")||W.FONT_FAMILY;const s=((e,t)=>{const n=document.createElement("span");return n.textContent=e,n.style.whiteSpace="nowrap",n.style.textOverflow="ellipsis",(null==t?void 0:t.style)&&t.style.underline&&(n.style.textDecoration="underline"),n})(i,l);u.appendChild(s);const f=r&&a.useIcon&&""!==a.iconType;let p;f&&(p=((e,t)=>{const n=document.createElement("span"),r=e.find((e=>e.label===t.iconType||e.value===t.iconType));return n.style.textDecoration="none",n.style.fontSize="inherit",n.setAttribute("class",`lui-icon lui-icon--${r?r.value:""}`),n})(Oa,a),"right"===(null==a?void 0:a.position)?u.appendChild(p):u.insertBefore(p,s)),e.innerHTML="",e.appendChild(u),Va(e,l,u,s,f),"8px"===u.style.fontSize&&Array.from(u.children).forEach((e=>{e.style.overflow="hidden"})),u.style.margin="0 3%",u.style.display="flex",u.style.alignItems="center",u.style.justifyContent="left"===l.align?"flex-start":"right"===l.align?"flex-end":"center",c||(u.style.height="1px",u.style.width="1px",u.style.overflow="hidden")}};const Da=({layout:e,theme:t,app:n,interactions:r,senseNavigation:o,platform:a,element:l,translator:i,model:c,isEnabled:u})=>{const s=!!o,f=l.firstElementChild,{style:p,qStateName:b,navigation:m}=e,h=e.useEnabledCondition&&0===e.enabledCondition,g=!h&&r.active,d=qa.getStyles({style:p,disabled:h,theme:t,element:l,app:n});f.setAttribute("style",d),f.removeAttribute("disabled"),f.setAttribute("tabindex","-1"),qa.createLabelAndIcon({button:f,theme:t,style:p,isSense:s}),f.onclick=async()=>{if(g){const t=[],{actions:r}=e;if(r.forEach((e=>{const r=T.find((t=>t.value===e.actionType));r?t.push(r.getActionCall({app:n,qStateName:b,...e,senseNavigation:o,translator:i,platform:a,isEnabled:u})):t.push((()=>{}))})),f.setAttribute("disabled",!0),await(async({actionCallList:e,model:t,layout:n,app:r})=>{const o=await t.getEffectiveProperties();for(let t=0;t<e.length;t++)if(n.runtimeExpressionEvaluation){var a,l;const{value:n,variable:i,inputParameters:c}=o.actions[t],u=(null==n||null===(a=n.qStringExpression)||void 0===a?void 0:a.qExpr)&&await r.evaluate(n.qStringExpression.qExpr),s=(null==i||null===(l=i.qStringExpression)||void 0===l?void 0:l.qExpr)&&await r.evaluate(i.qStringExpression.qExpr),f=(null==c?void 0:c.length)>0?await Promise.all(c.map((e=>{var t;return null!=e&&null!==(t=e.value)&&void 0!==t&&null!==(t=t.qStringExpression)&&void 0!==t&&t.qExpr?new Promise((t=>{r.evaluate(e.value.qStringExpression.qExpr).then((n=>{t({...e,value:n})}))})):e}))):void 0;await e[t]({overrideValue:u,overrideVariable:s,overrideAutomationInputParameters:f})}else await e[t]({})})({actionCallList:t,model:c,layout:e,app:n}),o&&!o.getCurrentStoryId()){const e=m&&_.find((e=>e.value===m.action));o&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:n,senseNavigation:o,...m,element:l})}f.removeAttribute("disabled")}};const v=()=>{if(g){const{offsetWidth:e,offsetHeight:t}=f;f.style.transform=t>e?`scale(0.98, ${1-e/t*.02})`:`scale(${1-t/e*.02}, 0.98)`}},y=()=>{const{transform:e}=f.style;g&&""!==e&&"scale(1)"!==e&&(f.style.transform="scale(1)")};return f.onmousedown=e=>{0===e.button&&v()},f.onmouseup=y,f.onmouseleave=y,f.ontouchstart=v,f.ontouchend=y,f.ontouchcancel=y,()=>{f.onclick=void 0,f.onmousedown=void 0,f.onmouseup=void 0,f.onmouseleave=void 0,f.ontouchstart=void 0,f.ontouchend=void 0,f.ontouchcancel=void 0}};var Ba={targets:[]};function Ia(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const La=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ia(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.03 7.97q.132.03.27.03c.2 0 .5-.1.7-.2V8c0 1.1-.9 2-2 2-.293 0-.571-.064-.822-.178l-1.46 1.46C6.359 11.76 7.149 12 8 12c1.1 0 2.1-.4 2.8-1.2.8-.7 1.2-1.7 1.2-2.8 0-.851-.24-1.643-.719-2.281zm-1-1 2.251-2.251C9.643 4.239 8.851 4 8 4c-1.1 0-2.1.4-2.8 1.2C4.4 5.9 4 6.9 4 8c0 .851.24 1.643.719 2.281l1.459-1.459A2 2 0 0 1 6 8c0-1.1.9-2 2-2h.2c-.1.2-.2.4-.2.7q0 .138.03.27M14.5.5a.707.707 0 1 1 1 1l-2.573 2.573c.347.303.667.617.961.927.8.857 1.527 1.886 2.11 3a13.8 13.8 0 0 1-2.11 3c-1.381 1.457-3.344 3-5.89 3-1.453 0-2.717-.503-3.791-1.207L1.5 15.5a.707.707 0 1 1-1-1l2.572-2.572A14 14 0 0 1 2.109 11 13.8 13.8 0 0 1 0 8a13.8 13.8 0 0 1 2.109-3c1.381-1.457 3.345-3 5.89-3 1.454 0 2.719.504 3.793 1.208z"}))));function Ta(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 Na(e){return function(e){if(Array.isArray(e))return Ta(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ta(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)?Ta(e,t):void 0}}(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 Fa=["American Typewriter, serif","Andalé Mono, monospace","Arial Black, sans-serif","Arial, sans-serif","Bradley Hand, cursive","Brush Script MT, cursive","Comic Sans MS, cursive","Courier, monospace","Didot, serif","Georgia, serif","Impact, sans-serif","Lucida Console, monospace","Luminari, fantasy","Monaco, monospace","QlikView Sans, sans-serif","Source Sans Pro, sans-serif","Tahoma, sans-serif","Times New Roman, serif","Trebuchet MS, sans-serif","Verdana, sans-serif"],$a=["Abril Fatface, serif","Bangers, fantasy","Bebas Neue, sans serif","EB Garamond, serif","Fredoka One, fantasy","Graduate, fantasy","Gravitas One, serif","Indie Flower, fantasy","Inter, sans-serif","Lobster, fantasy","Montserrat, sans-serif","Nixie One, sans-serif","Noto Sans, sans-serif","Open Sans, sans-serif","PT Serif, serif","Pacifico, cursive","Permanent Marker, fantasy","QlikView Sans, sans-serif","Raleway, sans-serif","Rammetto One, fantasy","Roboto, sans-serif","Source Sans Pro, sans-serif","Titan One, fantasy","Yanone Kaffeesatz, sans-serif"];var _a=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function Ra(e){var t=e.theme,n=e.translator,r=e.defaultValue,o=e.flags,a=[],l=t.getStyle("","","fontFamilies");return Array.isArray(l)&&l.length?a.push.apply(a,Na(new Set([r].concat(Na(l.map((function(e){return e.split(",").map((function(e){return e.trim()})).map((function(e){return e.replace(/\s+/g," ").trim()})).filter(Boolean).join(", ")}))))))):a.push(r),[{value:"ThemeHeader",label:n.get("properties.themeFonts"),metaText:n.get("properties.theme"),groupHeader:!0}].concat(Na(a.map((function(e){return _a(e)}))),[{value:"DefaultHeader",label:n.get("properties.allFonts"),metaText:n.get("properties.default"),groupHeader:!0}],Na(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?$a:Fa}(o).map((function(e){return _a(e)}))))}function Ua(e){var t=e.theme,n=e.translator,r=e.id,o=e.path,a=e.flags,l=function(){return t.getStyle(r,o,"fontFamily")};return{getDefaultValue:function(){return l()},getOptions:function(){return Ra({theme:t,translator:n,defaultValue:l(),flags:a})}}}var Wa,Ga,Za=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],Ya=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function Ka(e){var t=e.theme,n=e.translator,r=e.id,o=e.path,a=function(){return t.getStyle(r,o,"fontSize")};return{getDefaultValue:function(){return a()},getOptions:function(){return function(e){var t=e.translator,n=e.defaultValue,r=[],o=e.theme.getStyle("","","fontSizes");return Array.isArray(o)&&o.length?r.push.apply(r,Na(new Set([n].concat(Na(o))))):r.push(n),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(Na(r.map((function(e){return Ya(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],Na(Za.map((function(e){return Ya(e)}))))}({theme:t,translator:n,defaultValue:a()})}}}function Xa(e){var t=e.theme,n=e.translator,r=e.id,o=e.path;return{fontFamily:Ua({theme:t,translator:n,id:r,path:o,flags:e.flags}),fontSize:Ka({theme:t,translator:n,id:r,path:o})}}function Ja(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function Qa(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function el(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function tl(){}Ja(function(){if(Ga)return Wa;Ga=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},a=function(n){if(!n||"[object Object]"!==t.call(n))return!1;var r,o=e.call(n,"constructor"),a=n.constructor&&n.constructor.prototype&&e.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!o&&!a)return!1;for(r in n);return void 0===r||e.call(n,r)},l=function(e,t){n&&"__proto__"===t.name?n(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},i=function(t,n){if("__proto__"===n){if(!e.call(t,n))return;if(r)return r(t,n).value}return t[n]};return Wa=function e(){var t,n,r,c,u,s,f=arguments[0],p=1,b=arguments.length,m=!1;for("boolean"==typeof f&&(m=f,f=arguments[1]||{},p=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});p<b;++p)if(null!=(t=arguments[p]))for(n in t)r=i(f,n),f!==(c=i(t,n))&&(m&&c&&(a(c)||(u=o(c)))?(u?(u=!1,s=r&&o(r)?r:[]):s=r&&a(r)?r:{},l(f,{name:n,newValue:e(m,s,c)})):void 0!==c&&l(f,{name:n,newValue:c}));return f},Wa}());var nl=1/.7,rl="\\s*([+-]?\\d+)\\s*",ol="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",al="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",ll=/^#([0-9a-f]{3,8})$/,il=new RegExp(`^rgb\\(${rl},${rl},${rl}\\)$`),cl=new RegExp(`^rgb\\(${al},${al},${al}\\)$`),ul=new RegExp(`^rgba\\(${rl},${rl},${rl},${ol}\\)$`),sl=new RegExp(`^rgba\\(${al},${al},${al},${ol}\\)$`),fl=new RegExp(`^hsl\\(${ol},${al},${al}\\)$`),pl=new RegExp(`^hsla\\(${ol},${al},${al},${ol}\\)$`),bl={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function ml(){return this.rgb().formatHex()}function hl(){return this.rgb().formatRgb()}function gl(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=ll.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?dl(t):3===n?new Ol(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?vl(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?vl(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=il.exec(e))?new Ol(t[1],t[2],t[3],1):(t=cl.exec(e))?new Ol(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=ul.exec(e))?vl(t[1],t[2],t[3],t[4]):(t=sl.exec(e))?vl(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=fl.exec(e))?kl(t[1],t[2]/100,t[3]/100,1):(t=pl.exec(e))?kl(t[1],t[2]/100,t[3]/100,t[4]):bl.hasOwnProperty(e)?dl(bl[e]):"transparent"===e?new Ol(NaN,NaN,NaN,0):null}function dl(e){return new Ol(e>>16&255,e>>8&255,255&e,1)}function vl(e,t,n,r){return r<=0&&(e=t=n=NaN),new Ol(e,t,n,r)}function yl(e){return e instanceof tl||(e=gl(e)),e?new Ol((e=e.rgb()).r,e.g,e.b,e.opacity):new Ol}function wl(e,t,n,r){return 1===arguments.length?yl(e):new Ol(e,t,n,null==r?1:r)}function Ol(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function xl(){return`#${Sl(this.r)}${Sl(this.g)}${Sl(this.b)}`}function jl(){const e=El(this.opacity);return`${1===e?"rgb(":"rgba("}${Pl(this.r)}, ${Pl(this.g)}, ${Pl(this.b)}${1===e?")":`, ${e})`}`}function El(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Pl(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Sl(e){return((e=Pl(e))<16?"0":"")+e.toString(16)}function kl(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new Ml(e,t,n,r)}function Cl(e){if(e instanceof Ml)return new Ml(e.h,e.s,e.l,e.opacity);if(e instanceof tl||(e=gl(e)),!e)return new Ml;if(e instanceof Ml)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,o=Math.min(t,n,r),a=Math.max(t,n,r),l=NaN,i=a-o,c=(a+o)/2;return i?(l=t===a?(n-r)/i+6*(n<r):n===a?(r-t)/i+2:(t-n)/i+4,i/=c<.5?a+o:2-a-o,l*=60):i=c>0&&c<1?0:l,new Ml(l,i,c,e.opacity)}function Ml(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function Al(e){return(e=(e||0)%360)<0?e+360:e}function Vl(e){return Math.max(0,Math.min(1,e||0))}function Hl(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}Qa(tl,gl,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:ml,formatHex:ml,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Cl(this).formatHsl()},formatRgb:hl,toString:hl}),Qa(Ol,wl,el(tl,{brighter(e){return e=null==e?nl:Math.pow(nl,e),new Ol(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Ol(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Ol(Pl(this.r),Pl(this.g),Pl(this.b),El(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:xl,formatHex:xl,formatHex8:function(){return`#${Sl(this.r)}${Sl(this.g)}${Sl(this.b)}${Sl(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:jl,toString:jl})),Qa(Ml,(function(e,t,n,r){return 1===arguments.length?Cl(e):new Ml(e,t,n,null==r?1:r)}),el(tl,{brighter(e){return e=null==e?nl:Math.pow(nl,e),new Ml(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Ml(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,o=2*n-r;return new Ol(Hl(e>=240?e-240:e+120,o,r),Hl(e,o,r),Hl(e<120?e+240:e-120,o,r),this.opacity)},clamp(){return new Ml(Al(this.h),Vl(this.s),Vl(this.l),El(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=El(this.opacity);return`${1===e?"hsl(":"hsla("}${Al(this.h)}, ${100*Vl(this.s)}%, ${100*Vl(this.l)}%${1===e?")":`, ${e})`}`}}));const zl=Math.PI/180,ql=180/Math.PI,Dl=4/29,Bl=6/29,Il=3*Bl*Bl;function Ll(e){if(e instanceof Tl)return new Tl(e.l,e.a,e.b,e.opacity);if(e instanceof Rl)return Ul(e);e instanceof Ol||(e=yl(e));var t,n,r=_l(e.r),o=_l(e.g),a=_l(e.b),l=Nl((.2225045*r+.7168786*o+.0606169*a)/1);return r===o&&o===a?t=n=l:(t=Nl((.4360747*r+.3850649*o+.1430804*a)/.96422),n=Nl((.0139322*r+.0971045*o+.7141733*a)/.82521)),new Tl(116*l-16,500*(t-l),200*(l-n),e.opacity)}function Tl(e,t,n,r){this.l=+e,this.a=+t,this.b=+n,this.opacity=+r}function Nl(e){return e>.008856451679035631?Math.pow(e,1/3):e/Il+Dl}function Fl(e){return e>Bl?e*e*e:Il*(e-Dl)}function $l(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function _l(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function Rl(e,t,n,r){this.h=+e,this.c=+t,this.l=+n,this.opacity=+r}function Ul(e){if(isNaN(e.h))return new Tl(e.l,0,0,e.opacity);var t=e.h*zl;return new Tl(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}Qa(Tl,(function(e,t,n,r){return 1===arguments.length?Ll(e):new Tl(e,t,n,null==r?1:r)}),el(tl,{brighter(e){return new Tl(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new Tl(this.l-18*(null==e?1:e),this.a,this.b,this.opacity)},rgb(){var e=(this.l+16)/116,t=isNaN(this.a)?e:e+this.a/500,n=isNaN(this.b)?e:e-this.b/200;return new Ol($l(3.1338561*(t=.96422*Fl(t))-1.6168667*(e=1*Fl(e))-.4906146*(n=.82521*Fl(n))),$l(-.9787684*t+1.9161415*e+.033454*n),$l(.0719453*t-.2289914*e+1.4052427*n),this.opacity)}})),Qa(Rl,(function(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof Rl)return new Rl(e.h,e.c,e.l,e.opacity);if(e instanceof Tl||(e=Ll(e)),0===e.a&&0===e.b)return new Rl(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*ql;return new Rl(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new Rl(e,t,n,null==r?1:r)}),el(tl,{brighter(e){return new Rl(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new Rl(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return Ul(this).rgb()}}));var Wl=-.14861,Gl=1.78277,Zl=-.29227,Yl=-.90649,Kl=1.97294,Xl=Kl*Yl,Jl=Kl*Gl,Ql=Gl*Zl-Yl*Wl;function ei(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof ti)return new ti(e.h,e.s,e.l,e.opacity);e instanceof Ol||(e=yl(e));var t=e.r/255,n=e.g/255,r=e.b/255,o=(Ql*r+Xl*t-Jl*n)/(Ql+Xl-Jl),a=r-o,l=(Kl*(n-o)-Zl*a)/Yl,i=Math.sqrt(l*l+a*a)/(Kl*o*(1-o)),c=i?Math.atan2(l,a)*ql-120:NaN;return new ti(c<0?c+360:c,i,o,e.opacity)}(e):new ti(e,t,n,null==r?1:r)}function ti(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}Qa(ti,ei,el(tl,{brighter(e){return e=null==e?nl:Math.pow(nl,e),new ti(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new ti(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*zl,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),o=Math.sin(e);return new Ol(255*(t+n*(Wl*r+Gl*o)),255*(t+n*(Zl*r+Yl*o)),255*(t+n*(Kl*r)),this.opacity)}}));var ni=e=>()=>e;function ri(e,t){return function(n){return e+n*t}}function oi(e,t){var n=t-e;return n?ri(e,n):ni(isNaN(e)?t:e)}function ai(e){return((e=Math.exp(e))+1/e)/2}function li(e){return function t(n){function r(t,r){var o=e((t=ei(t)).h,(r=ei(r)).h),a=oi(t.s,r.s),l=oi(t.l,r.l),i=oi(t.opacity,r.opacity);return function(e){return t.h=o(e),t.s=a(e),t.l=l(Math.pow(e,n)),t.opacity=i(e),t+""}}return n=+n,r.gamma=t,r}(1)}!function e(t){var n=function(e){return 1==(e=+e)?oi:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):ni(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=wl(e)).r,(t=wl(t)).r),o=n(e.g,t.g),a=n(e.b,t.b),l=oi(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=o(t),e.b=a(t),e.opacity=l(t),e+""}}return r.gamma=e,r}(1),function e(t,n,r){function o(e,o){var a,l,i=e[0],c=e[1],u=e[2],s=o[0],f=o[1],p=o[2],b=s-i,m=f-c,h=b*b+m*m;if(h<1e-12)l=Math.log(p/u)/t,a=function(e){return[i+e*b,c+e*m,u*Math.exp(t*e*l)]};else{var g=Math.sqrt(h),d=(p*p-u*u+r*h)/(2*u*n*g),v=(p*p-u*u-r*h)/(2*p*n*g),y=Math.log(Math.sqrt(d*d+1)-d),w=Math.log(Math.sqrt(v*v+1)-v);l=(w-y)/t,a=function(e){var r,o=e*l,a=ai(y),s=u/(n*g)*(a*(r=t*o+y,((r=Math.exp(2*r))-1)/(r+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[i+s*b,c+s*m,u*a/ai(t*o+y)]}}return a.duration=1e3*l*t/Math.SQRT2,a}return o.rho=function(t){var n=Math.max(.001,+t),r=n*n;return e(n,r,r*r)},o}(Math.SQRT2,2,4),li((function(e,t){var n=t-e;return n?ri(e,n>180||n<-180?n-360*Math.round(n/360):n):ni(isNaN(e)?t:e)})),li(oi);var ii="center",ci="bottom";[{key:"NoDataExist",alignment:ii,condition:function(e){var t=e.layoutService;if(!t)return!1;var n=t.meta.size;return n.x*n.y==0}},{key:"OnlyNanDataMeasure",translationKey:"OnlyNanData",alignment:ii,condition:function(e){var t=e.layoutService;return!!t&&t.getHyperCubeValue("qMeasureInfo").every((function(e){return"NaN"===e.qMin&&"NaN"===e.qMax}))}},{key:"OnlyNanDataDimensionContinuous",translationKey:"OnlyNanData",alignment:ii,condition:function(e){var t=e.layoutService;if(!t)return!1;if(!t.meta.isContinuous)return!1;var n=t.getHyperCubeValue("qDimensionInfo.0");return n&&(n.qMax<n.qMin||"NaN"===n.qMax)}},{key:"OnlyNegativeOrZeroValues",alignment:ii},{key:"DataRangeIncludingZero",alignment:ci},{key:"LimitedData",alignment:ci},{key:"NegativeOrZeroValues",alignment:ci}].reduce((function(e,t){return e[t.key]=t,e}),{});var ui,si={exports:{}},fi=ui?si.exports:(ui=1,si.exports=function(){function e(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function t(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 n(n){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?t(Object(o),!0).forEach((function(t){e(n,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):t(Object(o)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(o,e))}))}return n}var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=Object.defineProperty,l=Object.getOwnPropertyDescriptor,i=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===o.call(e)},c=function(e){if(!e||"[object Object]"!==o.call(e))return!1;var t,n=r.call(e,"constructor"),a=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!a)return!1;for(t in e);return void 0===t||r.call(e,t)},u=function(e,t){a&&"__proto__"===t.name?a(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},s=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(l)return l(e,t).value}return e[t]},f=function e(){var t,n,r,o,a,l,f=arguments[0],p=1,b=arguments.length,m=!1;for("boolean"==typeof f&&(m=f,f=arguments[1]||{},p=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});p<b;++p)if(null!=(t=arguments[p]))for(n in t)r=s(f,n),f!==(o=s(t,n))&&(m&&o&&(c(o)||(a=i(o)))?(a?(a=!1,l=r&&i(r)?r:[]):l=r&&c(r)?r:{},u(f,{name:n,newValue:e(m,l,o)})):void 0!==o&&u(f,{name:n,newValue:o}));return f};function p(e,t,n,r){if(!e)return-1;const o=n.cache,a=e.origin?e.origin():null;a&&(e=a);let l=o.fields.indexOf(e),i=-1,c=-1;if(-1===l)for(let t=0;t<o.wrappedFields.length;t++)if(c=o.wrappedFields[t].attrDims.map((e=>e.instance)).indexOf(e),i=o.wrappedFields[t].attrExps.map((e=>e.instance)).indexOf(e),-1!==c||-1!==i){l=t;break}if(Array.isArray(r)&&r.some(((e,t)=>e!==t))){const e=r.indexOf(l);-1!==e&&(l=e)}return l-=t.qArea.qLeft,l<0||l>=t.qArea.qWidth?-1:c>=0?e=>e[l].qAttrDims.qValues[c]:i>=0?e=>e[l].qAttrExps.qValues[i]:e=>e[l]}function b(e,t,n){let{key:r}=n;const o={value:"function"==typeof e.value?e.value(t):void 0!==e.value?e.value:t};return o.label="function"==typeof e.label?e.label(t):void 0!==e.label?String(e.label):String(o.value),e.field&&(o.source={key:r,field:e.field.key()}),o}function m(e){let{cache:t,f:n,mainCell:r,p:o,page:a,rowIdx:l,row:i,sourceKey:c,target:u,targetProp:s,columnOrder:m}=e,h=r;if(o.field&&o.field!==n){const e=p(o.field,a,{cache:t},m);if(-1===e)return;h=f({qRow:l},e(i))}u[s]=b(o,h,{key:c})}function h(e,t,n,r){const o=Array.isArray(e)?e:[e];let a=[];for(let e=0;e<o.length;e++)if(void 0!==o[e].field){const l=t.raw(),i=t.key(),c="object"==typeof o[e].field?o[e].field:t.field(o[e].field),{props:u,main:s}=r.normalizeConfig(o[e],t),h=Object.keys(u),g=!!o[e].trackBy,d=typeof o[e].trackBy,v={},y=[],w=[];for(let t=0;t<l.qDataPages.length;t++){const a=p(c,l.qDataPages[t],{cache:n},l.qColumnOrder);if(-1!==a)for(let p=0;p<l.qDataPages[t].qMatrix.length;p++){const O=l.qDataPages[t].qArea.qTop+p,x=f({qRow:O},a(l.qDataPages[t].qMatrix[p])),j=b(s,x,{key:i});if(!s.filter||s.filter(x)){for(let e=0;e<h.length;e++){const r=u[h[e]];let o=r.fields||[r];r.fields&&(j[h[e]]=[]);for(let a=0;a<o.length;a++)m({cache:n,f:c,mainCell:x,p:o[a],prop:h[e],page:l.qDataPages[t],rowIdx:O,row:l.qDataPages[t].qMatrix[p],sourceKey:i,target:r.fields?j[h[e]]:j,targetProp:r.fields?a:h[e],columnOrder:l.qColumnOrder});if(r.fields){const t=j[h[e]].map((e=>e.value)),n=j[h[e]].map((e=>e.label));j[h[e]]={value:"function"==typeof r.value?r.value(t):void 0!==r.value?r.value:t,label:"function"==typeof r.label?r.label(n):void 0!==r.label?String(r.label):String(j[h[e]].value)}}}g&&r.track({cfg:o[e],itemData:x,obj:j,target:y,tracker:v,trackType:d}),w.push(j)}}}const O=g?r.collect(y,{main:s,propsArr:h,props:u}):w;a=[...a,...O]}return a}function g(e){var t=0,n=e.children,r=n&&n.length;if(r)for(;--r>=0;)t+=n[r].value;else t=1;e.value=t}function d(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=y)):void 0===t&&(t=v);for(var n,r,o,a,l,i=new x(e),c=[i];n=c.pop();)if((o=t(n.data))&&(l=(o=Array.from(o)).length))for(n.children=o,a=l-1;a>=0;--a)c.push(r=o[a]=new x(o[a])),r.parent=n,r.depth=n.depth+1;return i.eachBefore(O)}function v(e){return e.children}function y(e){return Array.isArray(e)?e[1]:null}function w(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function O(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function x(e){this.data=e,this.depth=this.height=0,this.parent=null}function j(e){return null==e?null:function(e){if("function"!=typeof e)throw new Error;return e}(e)}x.prototype=d.prototype={constructor:x,count:function(){return this.eachAfter(g)},each:function(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this},eachAfter:function(e,t){for(var n,r,o,a=this,l=[a],i=[],c=-1;a=l.pop();)if(i.push(a),n=a.children)for(r=0,o=n.length;r<o;++r)l.push(n[r]);for(;a=i.pop();)e.call(t,a,++c,this);return this},eachBefore:function(e,t){for(var n,r,o=this,a=[o],l=-1;o=a.pop();)if(e.call(t,o,++l,this),n=o.children)for(r=n.length-1;r>=0;--r)a.push(n[r]);return this},find:function(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r},sum:function(e){return this.eachAfter((function(t){for(var n=+e(t.data)||0,r=t.children,o=r&&r.length;--o>=0;)n+=r[o].value;t.value=n}))},sort:function(e){return this.eachBefore((function(t){t.children&&t.children.sort(e)}))},path:function(e){for(var t=this,n=function(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),o=null;for(e=n.pop(),t=r.pop();e===t;)o=e,e=n.pop(),t=r.pop();return o}(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var o=r.length;e!==n;)r.splice(o,0,e),e=e.parent;return r},ancestors:function(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t},descendants:function(){return Array.from(this)},leaves:function(){var e=[];return this.eachBefore((function(t){t.children||e.push(t)})),e},links:function(){var e=this,t=[];return e.each((function(n){n!==e&&t.push({source:n.parent,target:n})})),t},copy:function(){return d(this).eachBefore(w)},[Symbol.iterator]:function*(){var e,t,n,r,o=this,a=[o];do{for(e=a.reverse(),a=[];o=e.pop();)if(yield o,t=o.children)for(n=0,r=t.length;n<r;++n)a.push(t[n])}while(a.length)}};var E={depth:-1},P={},S={};function k(e){return e.id}function C(e){return e.parentId}function M(){var e,t=k,n=C;function r(r){var o,a,l,i,c,u,s,f,p=Array.from(r),b=t,m=n,h=new Map;if(null!=e){const t=p.map(((t,n)=>function(e){let t=(e=`${e}`).length;return V(e,t-1)&&!V(e,t-2)&&(e=e.slice(0,-1)),"/"===e[0]?e:`/${e}`}(e(t,n,r)))),n=t.map(A),o=new Set(t).add("");for(const e of n)o.has(e)||(o.add(e),t.push(e),n.push(A(e)),p.push(S));b=(e,n)=>t[n],m=(e,t)=>n[t]}for(l=0,o=p.length;l<o;++l)a=p[l],u=p[l]=new x(a),null!=(s=b(a,l,r))&&(s+="")&&(f=u.id=s,h.set(f,h.has(f)?P:u)),null!=(s=m(a,l,r))&&(s+="")&&(u.parent=s);for(l=0;l<o;++l)if(s=(u=p[l]).parent){if(!(c=h.get(s)))throw new Error("missing: "+s);if(c===P)throw new Error("ambiguous: "+s);c.children?c.children.push(u):c.children=[u],u.parent=c}else{if(i)throw new Error("multiple roots");i=u}if(!i)throw new Error("no root");if(null!=e){for(;i.data===S&&1===i.children.length;)i=i.children[0],--o;for(let e=p.length-1;e>=0&&(u=p[e]).data===S;--e)u.data=null}if(i.parent=E,i.eachBefore((function(e){e.depth=e.parent.depth+1,--o})).eachBefore(O),i.parent=null,o>0)throw new Error("cycle");return i}return r.id=function(e){return arguments.length?(t=j(e),r):t},r.parentId=function(e){return arguments.length?(n=j(e),r):n},r.path=function(t){return arguments.length?(e=j(t),r):e},r}function A(e){let t=e.length;if(t<2)return"";for(;--t>1&&!V(e,t););return e.slice(0,t)}function V(e,t){if("/"===e[t]){let n=0;for(;t>0&&"\\"===e[--t];)++n;if(!(1&n))return!0}return!1}function H(e,t){"/"===e.charAt(0)&&(e=e.substring(1));const n=e.split("/");let r,o=t;for(let e=0;e<n.length;e++){if("*"===n[e]&&Array.isArray(o)){const t=[];r=n.slice(e+1).join("/");for(let e=0;e<o.length;e++){let n=H(r,o[e]);Array.isArray(n)?t.push(...n):t.push(n)}return t}if(!n[e]&&Array.isArray(o)){const t=new Array(o.length);r=n.slice(e+1).join("/");for(let e=0;e<o.length;e++)t[e]=H(r,o[e]);return t}n[e]in o&&(o=o[n[e]])}return o}function z(e,t,n){let r=[];if(!e||!e.length)return r;if(t<=0){const t=n>=0?[e[n]]:e;r=[...r,...t]}else for(let o=0;o<e.length;o++)e[o].children&&e[o].children.length&&(r=[...r,...z(e[o].children,t-1,n)]);return r}function q(e,t,n){if(e===t)return e=>e;if(e>t){const n=Math.max(0,Math.min(100,e-t));return e=>{let t=e;for(let e=0;e<n;++e)t=t.parent;return t}}if(t>e){const r=Math.max(0,Math.min(100,t-e));return e=>z(e.children,r-1,n)}return!1}const D=/^qDimensionInfo(?:\/(\d+))?/,B=/^\/?qMeasureInfo\/(\d+)/,I=/\/qAttrExprInfo\/(\d+)/,L=/\/qAttrDimInfo\/(\d+)/;function T(e){return(e.qColumnOrder&&e.qColumnOrder.length?e.qColumnOrder:e.qDimensionInfo.map(((e,t)=>t))).filter((t=>t<e.qDimensionInfo.length))}function N(e,t){let{cube:n}=t;if(!e)return-1;let r=e.origin&&e.origin()?e.origin().key():e.key(),o=!1,a=-1,l=-1,i=-1,c=-1,u=-1,s=-1,f=r;const p=n.qEffectiveInterColumnSortOrder,b=T(n);return D.test(f)&&(o=!0,a=+D.exec(f)[1],f=r.replace(D,"")),B.test(f)&&("K"===n.qMode?u=+B.exec(f)[1]:p&&-1!==p.indexOf(-1)?(u=+B.exec(f)[1],s=0):s=+B.exec(f)[1],f=f.replace(B,"")),f&&(L.exec(f)?i=+L.exec(f)[1]:I.exec(f)&&(l=+I.exec(f)[1])),c=o?"S"===n.qMode?b[a]:p?p.indexOf(a):a:p&&-1!==p.indexOf(-1)?p.indexOf(-1):n.qDimensionInfo.length-("K"===n.qMode?0:1),{fieldDepth:c+1,pseudoMeasureIndex:u,measureIdx:s,attrDimIdx:i,attrIdx:l}}function F(e,t){let n,r,o=q(e.fieldDepth,t.fieldDepth,t.pseudoMeasureIndex);return n=t.measureIdx>=0?e=>e.data.qValues[t.measureIdx]:e=>e.data,t.attrDimIdx>=0?r=e=>{var n;return null==e||null===(n=e.qAttrDims)||void 0===n?void 0:n.qValues[t.attrDimIdx]}:t.attrIdx>=0&&(r=e=>{var n;return null==e||null===(n=e.qAttrExps)||void 0===n?void 0:n.qValues[t.attrIdx]}),{nodeFn:o,attrFn:r,valueFn:n}}function $(e,t,n){let{key:r}=n;const o={value:"function"==typeof e.value?e.value(t):void 0!==e.value?e.value:t};return o.label="function"==typeof e.label?e.label(t):void 0!==e.label?String(e.label):String(o.value),e.field&&(o.source={key:r,field:e.field.key()}),o}function _(e){let{propsArr:t,props:n,item:r,itemData:o,ret:a,sourceKey:l}=e;for(let e=0;e<t.length;e++){const i=n[t[e]],c=i.fields||[i];let u,s;i.fields&&(u=[],s=[]);for(let n=0;n<c.length;n++){const f=c[n];let p,b,m,h,g,d;if("primitive"===f.type?(m=f.value,d=String(f.value)):("function"==typeof f.value&&(p=e=>f.value(e,r)),"function"==typeof f.label&&(b=e=>f.label(e,r)),f.accessor?(h=f.accessor(r),Array.isArray(h)?(g=h.map(f.valueAccessor),f.attrAccessor&&(g=g.map(f.attrAccessor)),p&&(m=g.map(p),p=null),b&&(d=g.map(b),b=null),m=f.reduce?f.reduce(m):m,d=f.reduceLabel?f.reduceLabel(d,m):String(m)):(m=f.attrAccessor?f.attrAccessor(f.valueAccessor(h)):f.valueAccessor(h),d=m)):(m=o,d=o)),i.fields){const e=p?p(m):m;u.push(e),s.push(b&&null!=d?b(d):null!=d?d:String(e))}else{const n=p?p(m):m;a[t[e]]={value:n,label:b?b(d):null!=d?d:String(n)},f.field&&(a[t[e]].source={field:f.field.key(),key:l})}}u&&(a[t[e]]={value:"function"==typeof i.value?i.value(u,r):u,label:"function"==typeof i.label?i.label(s,r):s})}}const R=(e,t,n)=>{const r="K"===e.qMode?"/qStackedDataPages/*/qData":"/qTreeDataPages/*",o="K"===e.qMode?"qSubNodes":"qNodes",a=H(r,e);return a&&a[0]?(t.tree=d(a[0],n.children||(e=>e[o])),t.tree):null};const U=e=>{let{propsArr:t,props:n,cube:r,cache:o,itemDepthObject:a,f:l}=e;for(let e=0;e<t.length;e++){const o=n[t[e]],i=o.fields?o.fields:[o];for(let e=0;e<i.length;e++){const t=i[e];if(t.field!==l){const e=F(a,N(t.field,{cube:r}));t.accessor=e.nodeFn,t.valueAccessor=e.valueFn,t.attrAccessor=e.attrFn}}}};function W(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0;const a=t.raw(),l=t.key(),i="S"===a.qMode?function(e){const t=e.raw().qDataPages.length?e.raw().qDataPages[0].qMatrix:[],r=function(e){const t=e.raw().qColumnOrder,n=e.fields();return t&&t.length===n.length?t:n.map(((e,t)=>t))}(e),o=e.fields(),a=e.fields().filter((e=>"dimension"===e.type())).map((e=>r.indexOf(o.indexOf(e)))),l=e.fields().filter((e=>"measure"===e.type())).map((e=>r.indexOf(o.indexOf(e)))),i={__root:{__id:"__root",qValues:[]}};for(let e=0;e<t.length;e++){const r=t[e];let o="__root",u=!1;for(let e=0;e<a.length;e++){var c;const t=r[a[e]],l="".concat(o,"__").concat(null!==(c=t.qElemNumber)&&void 0!==c?c:t.qElemNo);i[l]||(i[l]=n({__id:l,__parent:o,qValues:[]},t),u=!0),o=l}if(u)for(let e=0;e<l.length;e++){const t=r[l[e]];i[o].qValues.push(t)}}const u=Object.keys(i).map((e=>i[e]));return M().id((e=>e.__id)).parentId((e=>e.__parent))(u)}(t):R(a,r,e);if(!i)return null;const c=i.height,u=[];for(let l=0;l<=c;l++){let i=null;if(l>0)if("S"===a.qMode){let e=T(a)[l-1];i=r.fields[e]}else{let e=a.qEffectiveInterColumnSortOrder[l-1];l>a.qEffectiveInterColumnSortOrder.length&&(e=a.qDimensionInfo.length),i=r.fields[e]}const{props:c,main:s}=o.normalizeConfig(n(n({},e),{},{field:i?i.key():void 0}),t),f=Object.keys(c);u[l]={propsArr:f,props:c,main:s};const p=i?N(i,{cube:a}):{fieldDepth:0};U({propsArr:f,props:c,cube:a,cache:r,itemDepthObject:p,f:i})}const s=i.copy().descendants(),f=i.descendants();for(let e=0;e<f.length;e++){const t=u[f[e].depth].propsArr,n=u[f[e].depth].props,r=u[f[e].depth].main,o=s[e],a=o.data,i=$(r,a,{key:l});_({propsArr:t,props:n,item:o,itemData:a,ret:i,sourceKey:l}),f[e].data=i}return i}function G(e,t,n,r){const o=Array.isArray(e)?e:[e];let a=[];for(let l=0;l<o.length;l++)if(void 0!==o[l].field){const i=t.raw(),c=t.key();if(!R(i,n,e))continue;const u="object"==typeof o[l].field?o[l].field:t.field(o[l].field),{props:s,main:f}=r.normalizeConfig(o[l],t),p=Object.keys(s),b=N(u,{cube:i}),{nodeFn:m,attrFn:h,valueFn:g}=F({fieldDepth:0},b);U({propsArr:p,props:s,cube:i,cache:n,itemDepthObject:b,f:u});const d=!!o[l].trackBy,v=typeof o[l].trackBy,y={},w=[],O=m(n.tree),x=[];for(let e=0;e<O.length;e++){const t=O[e],n=h?h(g(t)):g(t);if(f.filter&&!f.filter(n))continue;const a=$(f,n,{key:c});_({propsArr:p,props:s,item:t,itemData:n,ret:a,sourceKey:c}),d&&r.track({cfg:o[l],itemData:n,obj:a,target:w,tracker:y,trackType:v}),x.push(a)}const j=d?r.collect(w,{main:f,propsArr:p,props:s}):x;a=[...a,...j]}return a}var Z=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e){var t;t=function(){return function(e,t){if(!e||isNaN(+t))return t;var n,r,o,a,l,i,c,u,s,f,p=e.length,b=e.search(/[0-9\-\+#]/),m=b>0?e.substring(0,b):"",h=e.split("").reverse().join(""),g=h.search(/[0-9\-\+#]/),d=p-g,v=e.substring(d,d+1),y=d+("."===v||","===v?1:0),w=g>0?e.substring(y,p):"";if(n=(t="-"===(e=e.substring(b,y)).charAt(0)?-t:+t)<0?t=-t:0,o=(r=e.match(/[^\d\-\+#]/g))&&r[r.length-1]||".",a=r&&r[1]&&r[0]||",",e=e.split(o),t=+(t=t.toFixed(e[1]&&e[1].length))+"",i=e[1]&&e[1].lastIndexOf("0"),(!(u=t.split("."))[1]||u[1]&&u[1].length<=i)&&(t=(+t).toFixed(i+1)),s=e[0].split(a),e[0]=s.join(""),(l=e[0]&&e[0].indexOf("0"))>-1)for(;u[0].length<e[0].length-l;)u[0]="0"+u[0];else 0==+u[0]&&(u[0]="");if((t=t.split("."))[0]=u[0],c=s[1]&&s[s.length-1].length){for(h="",d=(f=t[0]).length%c,p=f.length,y=0;y<p;y++)h+=f.charAt(y),!((y-d+1)%c)&&y<p-c&&(h+=a);t[0]=h}return t[1]=e[1]&&t[1]?o+t[1]:"","0"!==(r=t.join(""))&&""!==r||(n=!1),m+(n?"-":"")+r+w}},e.exports=t()}));function Y(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}const K={3:"k",6:"M",9:"G",12:"T",15:"P",18:"E",21:"Z",24:"Y","-3":"m","-6":"μ","-9":"n","-12":"p","-15":"f","-18":"a","-21":"z","-24":"y"},X=/%\)?$/,J=/^\(r(0[2-9]|[12]\d|3[0-6])\)/i,Q=/^\(oct\)/i,ee=/^\(dec\)/i,te=/^\(hex\)/i,ne=/^\(bin\)/i,re=/^\(rom\)/i,oe=/^(\(rom\)|\(bin\)|\(hex\)|\(dec\)|\(oct\)|\(r(0[2-9]|[12]\d|3[0-6])\))/i,ae=/#|0/g;function le(e,t,n,r){return e=e.toString(t),n[1]===n[1].toUpperCase()&&(e=e.toUpperCase()),e.length-e.indexOf(".")>10&&(e=e.slice(0,e.indexOf(".")+11)),e.replace(".",r||".")}function ie(e,t,n){let r;return J.test(t)?e=le(e,Number(/\d{2}/.exec(t)[0]),t,n):Q.test(t)?e=le(e,8,t,n):ee.test(t)?e=le(e,10,t,n):te.test(t)?e=le(e,16,t,n):ne.test(t)?e=le(e,2,t,n):re.test(t)&&(r="",e<0&&(r="-",e=-e),e=0===(e=Math.floor(e))?"0":e<=5e5?r+(e=function(e,t){let n,r="",o=Number(String(e).slice(-3)),a=(e-o)/1e3,l=[0,1,4,5,9,10,40,50,90,100,400,500,900].reverse(),i=["0","I","IV","V","IX","X","XL","L","XC","C","CD","D","CM"].reverse();for(;o>0;)for(n=0;n<l.length;n++)if(l[n]<=o){r+=i[n],o-=l[n];break}for(n=0;n<a;n++)r="M".concat(r);return t[1]!==t[1].toUpperCase()&&(r=r.toLowerCase()),r}(e,t)):t+r+e.toExponential(0)),e}function ce(e,t,n){const r=Y(e);return n?r:new RegExp(r||"",t)}function ue(e,t,n,r){let o,a,l,i,c,u,s,f,p,b=e.pattern;r&&(e.abbreviate=!0),p=function(e,t){return t&&(t=Y(t)),e&&(e=Y(e)),new RegExp("(?:[#0]+".concat(e,")?[#0]+(?:").concat(t,"[#0]+)?"))}(t,n),l=b.match(p),l=l?l[0]:"",i=l?b.substr(0,b.indexOf(l)):b,c=l?b.substring(b.indexOf(l)+l.length):"",l||(l=b?"#":"##########"),t&&t===n&&(o=l.split(n),a=o.pop(),l=o.join("")+n+a,t=""),u=t,t=/,/.test(n)?"¤":",",u&&(l=l.replace(ce(u,"g"),t)),s=n,n=".",s&&(l=l.replace(ce(s,"g"),n)),f=l.match(/#/g),f=f?f.length:0;const m=b.split(s);let h;m[1]&&(h=m[1].match(ae)),e.prefix=i||"",e.postfix=c||"",e.pattern=b,e.maxPrecision=h?h.length:2,e.percentage=X.test(b),e.numericPattern=l||"",e.numericRegex=new RegExp("".concat(ce(t,null,!0),"|").concat(ce(n,null,!0)),"g"),e.groupTemp=u,e.decTemp=s,e.t=t,e.d=n,e.temp=f}class se{constructor(e,t,n,r,o){this.localeInfo=e,this.pattern=t,this.thousandDelimiter=n||",",this.decimalDelimiter=r||".",this.type=o||"numeric",this.patternSeparator=";",this.abbreviations=function(e,t){if(!e||!e.qNumericalAbbreviation)return K;const n={};return e.qNumericalAbbreviation.split(t).forEach((e=>{let t=e.split(":");2===t.length&&(n[t[0]]=t[1])})),n}(e,this.patternSeparator),this.prepare()}clone(){const e=new se(this.localeInfo,this.pattern,this.thousandDelimiter,this.decimalDelimiter,this.type);return e.subtype=this.subtype,e}format(e,t,n,r){return this.prepare(t,n,r),this.formatValue(e)}prepare(e,t,n){let r;if(void 0===e&&(e=this.pattern),void 0===t&&(t=this.thousandDelimiter),void 0===n&&(n=this.decimalDelimiter),!e)return void(this._prepared={pattern:!1});this._prepared={positive:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""},negative:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""},zero:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""}},r=this._prepared,e=e.split(this.patternSeparator),r.positive.pattern=e[0],r.negative.pattern=e[1],r.zero.pattern=e[2],oe.test(e[0])&&(r.positive.isFunctional=!0),e[1]?oe.test(e[1])&&(r.negative.isFunctional=!0):r.negative=!1,e[2]?oe.test(e[2])&&(r.zero.isFunctional=!0):r.zero=!1;const o="U"===this.type;r.positive.isFunctional||ue(r.positive,t,n,o),r.negative&&!r.negative.isFunctional&&ue(r.negative,t,n,o),r.zero&&!r.zero.isFunctional&&ue(r.zero,t,n,o)}formatValue(e){let t,n,r,o,a,l,i,c,u,s=this._prepared,f="",p="",b=e;if(isNaN(e))return"".concat(b);if(e=+e,!1===s.pattern)return e.toString();if(0===e&&s.zero)return s=s.zero,s.pattern;if(e<0&&s.negative?(s=s.negative,e=-e):s=s.positive,a=s.d,l=s.t,s.isFunctional)e=ie(e,s.pattern,a);else{if(s.percentage&&(e*=100),s.abbreviate){const t=Object.keys(this.abbreviations).map((e=>parseInt(e,10))).sort(((e,t)=>e-t));let r,o,a=t[0];for(i=0,n=Number(Number(e).toExponential().split("e")[1]);a<=n&&i<t.length;)i++,a=t[i];i>0&&(r=t[i-1]),r&&n>0&&r>0?o=r:(n<0&&r<0||!r)&&(a<0&&a-n<=s.maxPrecision?o=a:r<=n&&!(a>0&&-n<=s.maxPrecision)&&(o=r)),o&&(f=this.abbreviations[o],e/=10**o)}if(r=Math.abs(e),t=s.temp,c=s.numericPattern,u=c.split(a)[1],"I"===this.type&&(e=Math.round(e)),o=e,u||"#"!==c.slice(-1)[0])if(r>=1e15||r>0&&r<=1e-14)e=r?r.toExponential(15).replace(/\.?0+(?=e)/,""):"0";else{const t=Number((e+1e-15*(e<0?-1:1)).toFixed(Math.min(20,u?u.length:0)).split(".")[0]);let n=c.split(a)[0];if(n+=a,e=Z(n,t)||"0",u){const t=Math.max(0,Math.min(14,u.length)),n=u.replace(/#+$/,"").length;let o=("I"===this.type?0:r%1+1e-15).toFixed(t).slice(2).replace(/0+$/,"");for(i=o.length;i<n;i++)o+="0";o&&(e+=a+o)}else 0===t&&(o=0)}else if(r>=10**t||r<1||r<1e-4)0===e?e="0":r<1e-4||r>=1e20?(e=(e=o.toExponential(Math.max(1,Math.min(14,t))-1)).replace(/\.?0+(?=e)/,""),p=""):(e=e.toPrecision(Math.max(1,Math.min(14,t)))).indexOf(".")>=0&&(e=(e=e.replace(e.indexOf("e")<0?/0+$/:/\.?0+(?=e)/,"")).replace(".",a));else{for(c+=a,t=Math.max(0,Math.min(20,t-Math.ceil(Math.log(r)/Math.log(10)))),i=0;i<t;i++)c+="#";e=Z(c,e)}e=e.replace(s.numericRegex,(e=>e===l?s.groupTemp:e===a?s.decTemp:"")),o<0&&!/^-/.test(e)&&(e="-".concat(e))}return s.prefix+e+p+f+s.postfix}static getStaticFormatter(){return{prepare(){},formatValue:e=>"".concat(e)}}}function fe(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{size:n=5e3,multipleArguments:r=!1,toKey:o=e=>e}=t;let a,l,i=Object.create(null),c=Object.create(null),u=0,s=0;return a=r?function(){return l=o(...arguments),a.has(l)?a.get(l):a.set(l,e(...arguments))}:t=>(l=o(t),a.has(l)?a.get(l):a.set(l,e(t))),a.set=(e,t)=>(u>=n&&(delete i[c[s]],delete c[s],u--,s++),i[e]=t,c[u]=e,u++,t),a.get=e=>i[e],a.has=e=>e in i,a.clear=()=>{i=Object.create(null),c=Object.create(null),u=0,s=0},a.size=()=>u,a}function pe(e,t,n,r,o){const a=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return new se(...t)}(o,e,t,n,r),l=fe(a.formatValue.bind(a),{toKey:e=>isNaN(e)?e:+e});function i(e){return l(e)}return i.format=function(e,t,n,r){return l.clear(),a.format(t,e,n,r)},i.pattern=function(e){return e&&(l.clear(),a.pattern=e,a.prepare()),a.pattern},i}const be="D",me="T",he="TS",ge="IV",de=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ve=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ye=["January","February","March","April","May","June","July","August","September","October","November","December"],we=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Oe(e,t){for(let n=e.length;n<t;n++)e="0".concat(e);return e}function xe(e){let t=e.toString().split(".");return t[1]?(t=Number("0.".concat(t[1])),t):0}function je(e,t){let n,r=function(e){const t=e,n=24*xe(t),r=60*xe(n),o=60*xe(r),a=1e3*xe(o);return{d:Math.floor(t),h:Math.floor(n),m:Math.floor(r),s:Math.floor(o),f:Math.round(a)}}(e),o=r.d,a=r.h,l=r.m,i=r.s,c=r.f,u=0;/w+|t+/gi.test(t)&&(n=new Date(Date.UTC(1899,11,30+Math.floor(e),0,0,Math.round(86400*(e-Math.floor(e))))),isNaN(n.getTime())&&(n=null)),/D+/gi.test(t)||(a+=24*o),/h+/gi.test(t)||(l+=60*a),/m+/gi.test(t)||(i+=60*l),/w+/gi.test(t)&&(u=n?n.getDay()-1:0,u<0&&(u=6));let s="";return n&&(s=n.getUTCHours()>=12?"pm":"am"),{year:0,month:0,day:u,date:o,h:a,m:l,s:i,f:c,t:s}}class Ee{constructor(e,t,n){const r=e||{};r.qCalendarStrings||(r.qCalendarStrings={qLongDayNames:de,qDayNames:ve,qLongMonthNames:ye,qMonthNames:we}),this.localeInfo=r,this.locale_days=r.qCalendarStrings.qLongDayNames.slice(),this.locale_days_abbr=r.qCalendarStrings.qDayNames.slice(),this.locale_months=r.qCalendarStrings.qLongMonthNames.slice(),this.locale_months_abbr=r.qCalendarStrings.qMonthNames.slice(),t||(t={[me]:r.qTimeFmt||"hh:mm:ss",[be]:r.qDateFmt||"YYYY-MM-DD",[he]:r.qTimestampFmt||"YYYY-MM-DD hh:mm:ss"}[n]),this.pattern=t}clone(){const e=new Ee(this.localeInfo,this.pattern);return e.subtype=this.subtype,e}format(e,t){t||(t=this.pattern?this.pattern:"YYYY-MM-DD hh:mm:ss"),t=t.replace(/\[.+]|\[|]/g,"");const n=/t+/gi.test(t);let r;e instanceof Date?r=function(e,t){let n=e.getUTCHours(),r=e.getUTCDay()-1;return t&&(n%=12,n||(n=12)),r<0&&(r=6),{year:e.getUTCFullYear(),month:e.getUTCMonth(),day:r,date:e.getUTCDate(),h:n,m:e.getUTCMinutes(),s:e.getUTCSeconds(),f:e.getUTCMilliseconds(),t:e.getUTCHours()>=12?"pm":"am"}}(e,n):(e<0&&(e=-e,t="-".concat(t)),r=je(e,t));const o=function(e,t){return{"Y+|y+":{Y:"".concat(Number("".concat(t.year).slice(-2))),YY:Oe("".concat(t.year).slice(-2),2),YYY:Oe("".concat(t.year).slice(-3),3),def:e=>Oe("".concat(t.year),e.length)},"M+":{M:t.month+1,MM:Oe("".concat(t.month+1),2),MMM:e.locale_months_abbr[t.month],def:e.locale_months[t.month]},"W+|w+":{W:t.day,WW:Oe("".concat(t.day),2),WWW:e.locale_days_abbr[t.day],def:e.locale_days[t.day]},"D+|d+":{D:t.date,def:e=>Oe("".concat(t.date),e.length)},"h+|H+":{h:t.h,def:e=>Oe("".concat(t.h),e.length)},"m+":{m:t.m,def:e=>Oe("".concat(t.m),e.length)},"s+|S+":{s:t.s,def:e=>Oe("".concat(t.s),e.length)},"f+|F+":{def(e){let n="".concat(t.f),r=e.length-n.length;if(r>0)for(let e=0;e<r;e++)n+="0";else r<0&&(n=n.slice(0,e.length));return n}},"t{1,2}|T{1,2}":{def(e){let n=t.t;return e[0].toUpperCase()===e[0]&&(n=n.toUpperCase()),n=n.slice(0,e.length),n}}}}(this,r),a=[];for(const e in o)Object.prototype.hasOwnProperty.call(o,e)&&a.push(e);const l=new RegExp(a.join("|"),"g");return t.replace(l,(e=>{let t,n,r;for(n in o)if(Object.prototype.hasOwnProperty.call(o,n)&&(t=new RegExp(n),t.test(e)))break;if(!t)return"";for(const t in o[n])if(t===e||t.toLowerCase()===e){r=o[n][t],void 0===r&&(r=o[n][t.toLowerCase()]);break}return void 0===r&&(r=o[n].def),"function"==typeof r&&(r=r(e)),r}))}}function Pe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return new Ee(...t)}function Se(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"TS",n=Pe(arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,e,t),r=fe(n.format.bind(n),{toKey:e=>"object"==typeof e&&"function"==typeof e.getTime?e.getTime():e});function o(e){return t!==ge?function(e){return new Date(Date.UTC(1899,11,30+Math.floor(e),0,0,0,Math.round(864e5*(e-Math.floor(e)))))}(e):e}function a(e){return e=o(e),r(e)}return a.format=function(e,t){return r.clear(),t=o(t),n.format(t,e)},a.locale=function(o){return n=Pe(o,e,t),r=fe(n.format.bind(n),{toKey:e=>"object"==typeof e?e.getTime():e}),this},a.qtype=function(e){return void 0!==e&&(t=e,r.clear()),t},a}function ke(){let e,{meta:t,id:n,key:r,localeInfo:o,fieldExtractor:a,value:l,type:i,sourceField:c}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const u=l||("dimension"===i?e=>null==e?void 0:e.qElemNo:e=>null==e?void 0:e.qValue),s="dimension"===i?"first":"avg",f=function(e,t){if(e&&e.qNumFormat&&-1!==["D","T","TS","IV"].indexOf(e.qNumFormat.qType))return Se(e.qNumFormat.qFmt,e.qNumFormat.qType,t);let n="#",r=t&&void 0!==t.qThousandSep?t.qThousandSep:",",o=t&&void 0!==t.qDecimalSep?t.qDecimalSep:".",a="U",l=e&&!!e.qIsAutoFormat;return e&&e.qNumFormat?(n=e.qNumFormat.qFmt||n,r=e.qNumFormat.qThou||r,o=e.qNumFormat.qDec||o,a=e.qNumFormat.qType||a,l=l&&-1===["M"].indexOf(e.qNumFormat.qType)):l=!0,(l||"U"===a)&&(n="#".concat(o,"##"),a="U"),pe(n,r,o,a,t)}(t,o),p={id:()=>n,key:()=>r,raw:()=>t,title:()=>t.qFallbackTitle||t.label,type:()=>i,origin:()=>c,items:()=>(e||(e=a(p)),e),min:()=>t.qMin,max:()=>t.qMax,value:u,label:e=>(null==e?void 0:e.qText)||"",reduce:s,reduceLabel:"dimension"===i?"first":(e,t)=>f(t),formatter:()=>f,tags:()=>t.qTags};return p}function Ce(e,t,n,r,o){return(t[e]||[]).map(((t,a)=>{const l="".concat(r?"".concat(r,"/"):"").concat(e,"/").concat(a),i={instance:ke(f({id:"".concat(n?"".concat(n,"/"):"").concat(l),key:l,meta:t},o))};return i.attrDims=Ce("qAttrDimInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qElemNo,type:"dimension"})),i.attrExps=Ce("qAttrExprInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qNum,type:"measure"})),i.measures=Ce("qMeasureInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qValue,type:"measure"})),i}))}function Me(){let{key:e,data:t,config:r={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o={fields:[],wrappedFields:[],allFields:[],virtualFields:[]},a=t;if(!a)throw new Error('Missing "data" input');if(!a.qDimensionInfo)throw new Error('The "data" input is not recognized as a hypercube');const l=Me.util,i={cache:o,cube:a,localeInfo:r.localeInfo,fieldExtractor:null,pages:null,hierarchy:()=>null,virtualFields:r.virtualFields},c={key:()=>e,raw:()=>a,field:e=>function(e,t){let{cache:n}=t;if("number"==typeof e)return n.fields[e];const r=n.allFields;if("function"==typeof e){for(let t=0;t<r.length;t++)if(e(r[t]))return r[t];return!1}if("string"==typeof e){for(let t=0;t<r.length;t++)if(r[t].key()===e||r[t].title()===e)return r[t]}else if(e&&-1!==r.indexOf(e))return e;throw Error("Field not found: ".concat(e))}(e,i),fields:()=>o.fields.slice(),extract:e=>i.extractor(e,c,o,l),hierarchy:e=>i.hierarchy(e,c,o,l),_cache:()=>o};"K"===a.qMode||"T"===a.qMode||!a.qMode&&a.qNodesOnDim?(i.extractor=G,i.hierarchy=W,i.pages="K"===a.qMode?a.qStackedDataPages:a.qTreeDataPages):"S"===a.qMode?(i.extractor=h,i.pages=a.qDataPages,i.hierarchy=W):i.extractor=()=>[],i.fieldExtractor=e=>i.extractor({field:e},c,o,l);const u="S"===a.qMode?e=>e.qElemNumber:void 0,s="S"===a.qMode?e=>e.qNum:void 0;o.wrappedFields.push(...Ce("qDimensionInfo",a,e,"",f({},i,{value:u,type:"dimension"}))),o.wrappedFields.push(...Ce("qMeasureInfo",a,e,"",f({},i,{value:s,type:"measure"}))),o.fields=o.wrappedFields.map((e=>e.instance));const p=e=>{e.forEach((e=>{o.allFields.push(e.instance),p(e.measures),p(e.attrDims),p(e.attrExps)}))};return p(o.wrappedFields),(r.virtualFields||[]).forEach((t=>{const r=c.field(t.from),a=ke(n({meta:r.raw(),id:"".concat(e,"/").concat(t.key),sourceField:r,fieldExtractor:e=>i.extractor({field:e},c,o,l),key:t.key,type:r.type(),localeInfo:i.localeInfo,value:r.value},t.override||{}));o.virtualFields.push(a)})),o.allFields.push(...o.virtualFields),c}const Ae=[["qHyperCube","qHyperCubeDef"],["qTreeData","qTreeDataDef"],["qDimensionInfo","qDimensions"],["qMeasureInfo","qMeasures"],["qAttrDimInfo","qAttributeDimensions"],["qAttrExprInfo","qAttributeExpressions"]],Ve=/\/qDimensionInfo(?:\/(\d+))?/,He=/\/qMeasureInfo\/(\d+)/,ze=/\/qAttrDimInfo\/(\d+)(?:\/(\d+))?/,qe=/\/qAttrExprInfo\/(\d+)/,De=/\/?qHyperCube/,Be=/\/?qTreeData/,Ie=e=>"".concat(e.substr(0,e.indexOf("/qHyperCubeDef")+14)),Le=e=>"".concat(e.substr(0,e.indexOf("/qTreeDataDef")+13));function Te(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=t.byCells,o=t.primarySource,a=[],l={},i=e.isActive();let c=!1;return e.brushes().forEach((e=>{const t=function(e,t){let n=e,r=-1,o=-1,a="",l=e=>e;De.test(e)?(a="".concat(n.substr(0,n.indexOf("qHyperCube")+10)),l=Ie):Be.test(e)&&(a="".concat(n.substr(0,n.indexOf("qTreeData")+9)),l=Le);let i=!0;if(Ve.test(e)&&(r=+Ve.exec(e)[1]),He.test(e)&&(o=+He.exec(e)[1]),ze.test(e)){o=-1,r=0;const e=+ze.exec(n)[2];isNaN(e)||(r=e,n=n.replace(/\/\d+$/,"")),i=!1}if(qe.test(e)){const e=o;if(t){o=0;const l=H(a,t);o+=(l.qMeasureInfo||[]).length,r>-1?(o=l.qDimensionInfo.slice(0,r).reduce(((e,t)=>e+t.qAttrExprInfo.length),o),r=-1):(o=l.qDimensionInfo.reduce(((e,t)=>e+t.qAttrExprInfo.length),o),o=l.qMeasureInfo.slice(0,e).reduce(((e,t)=>e+t.qAttrExprInfo.length),o)),o+=+qe.exec(n)[1]}else r>-1?(r=-1,o=+qe.exec(n)[1]):o+=+qe.exec(n)[1]+1}return Ae.forEach((e=>{let[t,r]=e;n=n.replace(t,r)})),i&&(n=l(n)),n&&"/"!==n[0]&&(n="/".concat(n)),{measureIdx:o,dimensionIdx:r,path:n}}(e.id,n);if("range"===e.type&&t.measureIdx>-1&&t.dimensionIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.multiRangeSelectTreeDataValues||(l.multiRangeSelectTreeDataValues={path:t.path,ranges:[]}),n.forEach((e=>l.multiRangeSelectTreeDataValues.ranges.push({qMeasureIx:t.measureIdx,qDimensionIx:t.dimensionIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!0}}))))}else{if("range"===e.type&&t.measureIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.rangeSelectHyperCubeValues||(l.rangeSelectHyperCubeValues={path:t.path,ranges:[]}),n.forEach((e=>l.rangeSelectHyperCubeValues.ranges.push({qMeasureIx:t.measureIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!0}}))))}if("range"===e.type&&t.dimensionIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.selectHyperCubeContinuousRange||(l.selectHyperCubeContinuousRange={path:t.path,ranges:[]}),n.forEach((e=>l.selectHyperCubeContinuousRange.ranges.push({qDimIx:t.dimensionIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!1}}))))}if("value"===e.type&&t.dimensionIdx>-1)if(r)if(n&&n.qHyperCube&&("P"===n.qHyperCube.qMode||"T"===n.qHyperCube.qMode||"K"===n.qHyperCube.qMode)){const r=n.qHyperCube,a=r.qNoOfLeftDims,i=r.qEffectiveInterColumnSortOrder.indexOf(t.dimensionIdx);if(l.selectPivotCells||(l.selectPivotCells={path:t.path,cells:[]}),e.id===o||!o){const n=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e)));(0===a||i>=a)&&a>-1?n.forEach((e=>{l.selectPivotCells.cells.push({qType:"T",qCol:e,qRow:i-a})})):n.forEach((e=>{l.selectPivotCells.cells.push({qType:"L",qCol:t.dimensionIdx,qRow:e})})),c=!!l.selectPivotCells.cells.length}}else l.selectHyperCubeCells||(l.selectHyperCubeCells={path:t.path,cols:[]}),l.selectHyperCubeCells.cols.push(t.dimensionIdx),e.id!==o&&(o||l.selectHyperCubeCells.values)||(l.selectHyperCubeCells.values=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e))),c=!!l.selectHyperCubeCells.values.length);else{const n=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e)));c=!!n.length,a.push({params:[t.path,t.dimensionIdx,n,!1],method:"selectHyperCubeValues"})}}})),!c&&i?[{method:"resetMadeSelections",params:[]}]:(l.rangeSelectHyperCubeValues&&a.push({method:"rangeSelectHyperCubeValues",params:[l.rangeSelectHyperCubeValues.path,l.rangeSelectHyperCubeValues.ranges,[],null===(u=t.orMode)||void 0===u||u]}),l.selectHyperCubeContinuousRange&&a.push({method:"selectHyperCubeContinuousRange",params:[l.selectHyperCubeContinuousRange.path,l.selectHyperCubeContinuousRange.ranges]}),l.selectHyperCubeCells&&a.push({method:"selectHyperCubeCells",params:[l.selectHyperCubeCells.path,l.selectHyperCubeCells.values,l.selectHyperCubeCells.cols]}),l.selectPivotCells&&a.push({method:"selectPivotCells",params:[l.selectPivotCells.path,l.selectPivotCells.cells]}),l.multiRangeSelectTreeDataValues&&a.push({method:"multiRangeSelectTreeDataValues",params:[l.multiRangeSelectTreeDataValues.path,l.multiRangeSelectTreeDataValues.ranges]}),a);var u}function Ne(e){Me.util=e.data("matrix").util,e.data("q",Me),e.formatter("q-number",pe),e.formatter("q-time",Se)}return Ne.qBrushHelper=Te,Ne.selections=Te,Ne}());Ja(fi);var pi={getValue:function(e,t,n){const r=t.split(".");let o;if(void 0===e)return n;for(o=0;o<r.length;++o){if(void 0===e[r[o]])return n;e=e[r[o]]}return e}};const bi=({flags:e,theme:t,translator:n})=>{const r=function(e){var t=e.theme,n=e.translator,r=e.config,o=void 0===r?{}:r,a=e.flags,l=function(e){var t=e.config,n=void 0===t?{}:t,r=n.id,o=n.paths;return{id:void 0===r?"object":"".concat("object",".").concat(r),paths:Array.isArray(o)?o:[]}}({config:o}),i=l.id,c=l.paths,u={};c.forEach((function(e){for(var r=e.split("."),o=u,l=0;l<r.length;l++){var c=r[l];l===r.length-1?o[c]=Xa({theme:t,translator:n,id:i,path:e,flags:a}):void 0===o[c]&&(o[c]={}),o=o[c]}}));var s=function(e){for(var t=e.split("."),n=u,r=0;r<t.length;r++){var o=t[r];if(void 0===n[o])throw new Error("font-resolver: Path '".concat(e,"' could not be resolved."));n=n[o]}return n};return u.getDefaultValue=function(e){return s(e).getDefaultValue()},u.getOptions=function(e){return s(e).getOptions()},u}({theme:t,translator:n,flags:e,config:{id:"actionButton",paths:["style.font"]}});return{items:{labelSection:{component:"panel-section",translation:"Common.Label",items:{labelItem:{items:{fontFamily:{component:"dropdown",ref:"style.font.fontFamily",options:()=>r.getOptions("style.font.fontFamily"),defaultValue:()=>r.getDefaultValue("style.font.fontFamily")},fontWrapper:{component:"inline-wrapper",type:"items",grouped:!0,items:{fontStyle:{type:"array",component:"font-style-buttons",width:!1,ref:"style.font.style",defaultValue:["bold"]},textAlign:{component:"text-align-buttons",ref:"style.font.align",defaultValue:W.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:Ca},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===pi.getValue(e,"style.font.sizeBehavior"))},fontSizeFixed:{type:"number",ref:"style.font.sizeFixed",component:"integer",translation:"properties.fontSize",min:5,defaultValue:20,option:"optional",show:e=>"fixed"===pi.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:Sa},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:W.FONT_COLOR,disabledNone:!0,width:12,show:e=>!pi.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>pi.getValue(e,"style.font.useColorExpression")}}}}}}},backgroundOptions:{component:"panel-section",translation:"properties.background.options",items:{backgroundColor:{type:"items",items:{useColorExpression:{type:"boolean",component:"dropdown",ref:"style.background.useColorExpression",translation:"properties.color",options:Sa},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>pi.getValue(e,"style.background.useColorExpression")},colorPicker:{type:"object",component:"color-picker",ref:"style.background.color",translation:"properties.color.used",disableNone:!1,defaultValue:W.COLOR,dualOutput:!0,show:e=>!pi.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{items:{backgroundImageMode:{component:"dropdown",ref:"style.background.mode",translation:"properties.backgroundImage",defaultValue:W.BGIMAGE_MODE,options:[{value:"none",translation:"Background.None"},{value:"media",translation:"MediaLibrary.Header"}],change(e){const t=e.style.background;t||(e.style.background={qStaticContentUrlDef:{}}),t.url||(e.style.background.url={})}},MediaLibrary:{component:"media-library-button",ref:"style.background.url",translation:"MediaLibrary.Header",show:e=>"media"===pi.getValue(e,"style.background.mode")},imageSize:{component:"dropdown",ref:"style.background.size",defaultValue:W.BACKGROUND_SIZE,options:[{value:"auto",translation:"properties.backgroundImage.originalSize"},{value:"alwaysFit",translation:"properties.backgroundImage.sizeAlwaysFit"},{value:"fitWidth",translation:"properties.backgroundImage.sizeFitWidth"},{value:"fitHeight",translation:"properties.backgroundImage.sizeFitHeight"},{value:"stretchFit",translation:"properties.backgroundImage.sizeStretch"},{value:"alwaysFill",translation:"properties.backgroundImage.sizeAlwaysFill"}],change:e=>{pi.getValue(e,"style.background.position")&&(e.style.background.position=W.BGIMAGE_POSITION)},show:e=>"media"===pi.getValue(e,"style.background.mode")&&!!pi.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},position:{component:"position-grid",ref:"style.background.position",translation:"properties.backgroundImage.position",defaultValue:W.BGIMAGE_POSITION,show:e=>"media"===pi.getValue(e,"style.background.mode")&&pi.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==pi.getValue(e,"style.background.size"),currentSizeRef:"style.background.size"}}}}},backgroundBorder:{component:"panel-section",translation:"properties.border",items:{backgroundBorderItem:{items:{useBorder:{type:"boolean",component:"switch",ref:"style.border.useBorder",translation:"properties.border.use",defaultValue:!1,options:ka},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>pi.getValue(e,"style.border.useBorder")},borderWidth:{type:"number",component:"slider",ref:"style.border.width",translation:"properties.border.width",min:0,max:.5,step:.005,show:e=>pi.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:Sa,show:e=>pi.getValue(e,"style.border.useBorder")},colorPicker:{type:"object",component:"color-picker",ref:"style.border.color",translation:"properties.color",defaultValue:W.COLOR,disableNone:!1,dualOutput:!0,show:e=>pi.getValue(e,"style.border.useBorder")&&!pi.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>pi.getValue(e,"style.border.useBorder")&&pi.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},mi=e=>({automationId:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automationId",expressionType:"StringExpression",options:async()=>e(),change:async(e,t)=>{const n=await L(e,t);e.automationTriggered&&n?e.automationExecutionToken=n:e.automationExecutionToken=""}},automationLink:{translation:"Object.ActionButton.Automation.Link",component:"link",url:e=>`/automations/editor/${e.automationId}`,show:e=>e.automationId.length>1},automationPostData:{type:"boolean",ref:"automationPostData",translation:"Object.ActionButton.Automation.SendSelections",defaultValue:!1},includeSelectionsText:{translation:"Object.ActionButton.Automation.SendSelectionsHelp",component:"text"},automationTriggered:{type:"boolean",ref:"automationTriggered",translation:"Object.ActionButton.Automation.RunModeTriggered",defaultValue:!1,change:async(e,t)=>{const n=await L(e,t);e.automationTriggered&&n?e.automationExecutionToken=n:e.automationExecutionToken=""}},automationTriggeredText:{translation:"Object.ActionButton.Automation.RunModeTriggeredHelp",component:"text"},automationShowNotification:{ref:"automationShowNotification",type:"boolean",translation:"Object.ActionButton.Automation.ShowNotification",component:"switch",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],defaultValue:!1},automationNotificationDuration:{type:"number",ref:"automationNotificationDuration",translation:"Object.ActionButton.Automation.NotificationDuration",defaultValue:4,expression:"optional",show:e=>e.automationShowNotification},automationNotificationDurationHelp:{translation:"Object.ActionButton.Automation.NotificationDurationHelp",component:"text",show:e=>e.automationShowNotification},automationOpenLinkSameWindow:{ref:"automationOpenLinkSameWindow",type:"boolean",translation:"Object.ActionButton.Automation.OpenLinkInSameWindow",component:"switch",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],defaultValue:!1,show:e=>e.automationShowNotification},inputParameters:{ref:"inputParameters",allowAdd:!0,allowRemove:!0,addTranslation:"Object.ActionButton.Automation.AddInputParameter",type:"array",itemTitleRef:e=>e.key,items:{name:{type:"string",ref:"key",label:"Key"},value:{type:"string",ref:"value",label:"Value",expression:"optional"}}},copyBlock:{component:"button",translation:"Object.ActionButton.Automation.CopyInputBlock",action(e){navigator.clipboard.writeText(JSON.stringify((({automationPostData:e,inputParameters:t=[]})=>{const n={blocks:[{id:"EB6A372B-3312-4E90-8E8F-88F2A889B4CF",type:"FormBlock",disabled:!1,name:"inputs",displayName:"Inputs",comment:"Inputs received from button",childId:e?"1D55D049-33EB-41CD-9EEC-3CACE5898C86":null,inputs:[],settings:[{id:"persist_data",value:"no",type:"select",structure:{}}],collapsed:[{name:"loop",isCollapsed:!1}],x:291.0010678361308,y:40.99957876441722,form:[{id:"inputs-input-0",label:"app",helpText:"null",type:"input",values:null,isRequired:!1,options:{},order:0},{id:"inputs-input-1",label:"bookmark",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:1},{id:"inputs-input-2",label:"sheet",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:2},{id:"inputs-input-3",label:"user",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:3},{id:"inputs-input-4",label:"space",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:4},{id:"inputs-input-5",label:"tenant",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:5},{id:"inputs-input-6",label:"time",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:6},...t.map(((e,t)=>({id:`inputs-input-${t}`,label:e.key,helpText:null,type:"input",values:null,isRequired:!1,options:{},order:7+t})))],persistData:"no"}],variables:[]};return e&&n.blocks.push({id:"1D55D049-33EB-41CD-9EEC-3CACE5898C86",type:"SnippetBlock",disabled:!1,name:"applyBookmark",displayName:"Qlik Cloud Services - Apply Bookmark",comment:'Apply bookmark from button. To get selections or variables use the "Get Expression Value" block',childId:null,inputs:[{id:"d41ae430-073a-11ec-bdef-bb104839c843",value:"{$.inputs.app}",type:"string",structure:[]},{id:"d41b7e40-073a-11ec-ac1b-59270c518ae7",value:"{$.inputs.bookmark}",type:"string",structure:[]},{id:"f478e320-9270-11ed-b551-d73ebe8e14ad",value:"Yes",type:"select",displayValue:"Yes",structure:[]}],settings:[{id:"blendr_on_error",value:"stop",type:"select",structure:[]}],collapsed:[{name:"loop",isCollapsed:!1}],x:142,y:296,datasourcetype_guid:"61a87510-c7a3-11ea-95da-0fb0c241e75c",snippet_guid:"d41632d0-073a-11ec-a6ac-d34723268fbc"}),n})(e)))}}});function hi(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const gi=(e,t)=>{const n={qChildren:[]},r={actions:[],props:{useEnabledCondition:null,fullWidth:"auto"},qLayoutExclude:{disabled:{}},...t};return e&&"qlik-button-for-navigation"===e.properties.visualization&&Object.keys(e.properties).forEach((t=>{let n;switch(t){case"props":n=e.properties[t],r.style.label=n.buttonLabel,r.style.icon.useIcon=n.buttonShowIcon,r.style.icon.iconType=n.buttonIconLui,r.style.font.align=n.buttonTextAlign,r.useEnabledCondition=n.useEnabledCondition,r.enabledCondition=n.enabledCondition,n.actionItems&&n.actionItems.forEach((e=>{!function(e,t){const n={actionType:e.actionType,bookmark:e.selectedBookmark,field:e.selectedField,variable:e.variable,value:e.value,softLock:e.softLock,cId:e.cId};switch(e.actionType){case"clearOther":n.actionType="clearAllButThis";break;case"unlockAllAndClearAll":n.actionType="clearAll",n.softLock=!0;break;case"selectField":n.actionType="selectMatchingValues";break;case"selectAndLockField":t.actions.push({...n,cId:null,actionType:"selectMatchingValues"}),n.actionType="lockField"}t.actions.push(n)}(e,r)})),r.navigation={action:hi(n.navigationAction),sheet:"gotoSheetById"===n.navigationAction?n.sheetId:n.selectedSheet,story:n.selectedStory,websiteUrl:n.websiteUrl,sameWindow:n.sameWindow};break;case"qStateName":case"showTitles":case"title":case"subtitle":case"footnote":r[t]=e.properties[t]}})),n.qProperty=r,n};let di;var vi=e=>{di=e},yi=()=>di;let wi=null;const Oi=async()=>{if(!wi){const e=await fetch("../api/v1/automations?limit=100"),t=await e.json();wi=t.data.map((e=>({value:e.id,label:e.name})))}return wi},xi=e=>{if(e&&e.length>=2&&e.startsWith("//"))return!0;const t=e?+e:-1;return Number.isNaN(+t)?"true"===e.toLowerCase():0!==t};function ji({translator:e,shouldHide:t,theme:n}){const{isEnabled:r}=t;return{definition:{type:"items",component:"accordion",items:{actions:{type:"items",translation:"Object.ActionButton.ActionsAndNavigation",grouped:!0,items:{actionArray:{type:"items",items:{actionExecution:{type:"boolean",ref:"runtimeExpressionEvaluation",translation:"Object.ActionButton.RuntimeExpressionEvaluation",show:r("IM-5699_RUNTIME_EXPRESSION_EVALUATION")},actions:{type:"array",translation:"Object.ActionButton.Actions",ref:"actions",itemTitleRef:t=>{if(t.actionLabel)return t.actionLabel;const n=t.actionType?"Object.ActionButton.InvalidAction":"Object.ActionButton.NewAction",r=T.find((e=>t.actionType===e.value));return e.get(r&&r.translation||n)},allowAdd:!0,allowRemove:!0,allowMove:!0,addTranslation:"Object.ActionButton.AddAction",items:{label:{component:"string",ref:"actionLabel",translation:"Common.Label",expression:"optional",defaultValue:""},actionType:{type:"string",ref:"actionType",component:"expression-with-dropdown",translation:"Object.ActionButton.Action",defaultValue:"",options:N(t),dropdownOnly:!0},bookmark:{type:"string",ref:"bookmark",component:"expression-with-dropdown",translation:"ExpressionEditor.SetExpresions.Bookmark",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getBookmarkList()).map((e=>({label:e.qData.title,value:e.qInfo.qId}))),show:e=>F(e,"bookmark")},field:{type:"string",ref:"field",component:"expression-with-dropdown",translation:"Common.Field",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getFieldList()).map((e=>({label:e.qName,value:e.qName}))),show:e=>F(e,"field")},variable:{type:"string",ref:"variable",component:"expression-with-dropdown",translation:"Common.Variable",defaultValue:"",expressionType:"StringExpression",options:async(e,t)=>(await t.app.getVariableList()).filter((t=>!t.qIsReserved||t.qIsReserved&&e.showSystemVariables)).map((e=>({label:e.qName,value:e.qName}))),show:e=>F(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>F(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>F(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>F(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>F(e,"partial")},automationProps:{type:"items",grouped:!1,items:mi(Oi),show:e=>F(e,"automation")},cyclicDimension:{type:"string",ref:"cyclicDimensionId",component:"expression-with-dropdown",translation:"Common.Dimension",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getDimensionList()).filter((e=>"C"===e.qData.grouping)).map((e=>({label:e.qMeta.title,value:e.qInfo.qId}))),show:e=>F(e,"cyclicDimension")},indexStepper:{type:"string",ref:"indexStepper",component:"dropdown",translation:"Object.ActionButton.Step",defaultValue:1,options:async()=>[{translation:"Object.ActionButton.Forward",value:1},{translation:"Object.ActionButton.Backward",value:-1}],show:e=>F(e,"indexStepper")},groupFieldIndex:{type:"integer",ref:"groupFieldIndex",component:"expression-with-dropdown",translation:"Object.ActionButton.GroupFieldIndex",defaultValue:0,dropdownOnly:!0,options:async(e,t)=>{if(!e.cyclicDimensionId)return[];const n=await t.app.getDimension(e.cyclicDimensionId);return await n.getLayout(),n.layout.qDim.qFieldDefs.map(((e,t)=>{var r;return{label:(null===(r=n.layout.qDim.qFieldLabels)||void 0===r?void 0:r[t])||e,value:t}}))},show:e=>F(e,"groupFieldIndex")&&e.cyclicDimensionId}}}}},navigation:{translation:"Object.ActionButton.Navigation",type:"items",items:{action:{ref:"navigation.action",translation:"Object.ActionButton.Navigation",component:"expression-with-dropdown",defaultValue:null,options:R(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>U(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>U(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>U(e,"sheet"),options:async(e,t)=>(await t.app.getSheetList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title,icon:xi(e.qData.showCondition)?void 0:f.createElement(La,null)})))},chartId:{type:"string",ref:"navigation.chartId",translation:"properties.chartPicker.chartId",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>U(e,"chartId"),options:async(e,t,n)=>{const r=e.navigation.sheet,o=r&&await n.app.getObject(r);return null==o?void 0:o.properties.cells.map((e=>({value:e.name,label:e.name})))}},story:{type:"string",ref:"navigation.story",translation:"properties.story",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>U(e,"story"),options:async(e,t)=>(await t.app.getStoryList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title})))},websiteUrl:{type:"string",expression:"optional",ref:"navigation.websiteUrl",translation:"properties.website",show:e=>U(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>U(e,"sameWindow"),defaultValue:!1},odagLink:{type:"string",ref:"navigation.odagLink",component:"dropdown",translation:"ExpressionEditor.SetExpresions.OdagAppLinks",options:async(e,t)=>{const n=yi();return(await n.getOdagLinks(t.app)).filter((e=>"odaglink"===e.properties.type)).map((e=>({label:e.properties.data.name,value:e.properties.data.id})))},show:e=>U(e,"odagLink")}}}}},enableCondition:{type:"items",translation:"properties.enableConditionSection",items:{useCondition:{type:"boolean",component:"switch",translation:"properties.enableToggle",ref:"useEnabledCondition",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}]},condition:{ref:"enabledCondition",translation:"properties.enableCondition",type:"integer",expression:"optional",show:e=>e.useEnabledCondition}}},settings:{component:"expandable-items",translation:"Common.Appearance",uses:"settings",items:{general:{type:"items",translation:"properties.general",items:{showTitles:{},details:{show:!1},cellNavMenu:{show:!1},labelGroup:{type:"items",items:{label:{component:"string",ref:"style.label",translation:"Common.Label",expression:"optional"},showLabelToggle:{component:"switch",type:"boolean",ref:"style.showLabel",translation:"properties.referenceLines.showLabel",defaultValue:!0,options:ka}}}}},icon:{type:"items",grouped:!0,translation:"properties.icon",items:{iconSettings:{type:"items",items:{useIcon:{ref:"style.icon.useIcon",type:"boolean",translation:"properties.icon.use",component:"switch",options:ka},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:Oa,expressionType:"StringExpression",show:e=>pi.getValue(e,"style.icon.useIcon")},iconPosition:{ref:"style.icon.position",component:"dropdown",translation:"Common.Position",options:[{translation:"properties.dock.left",value:"left"},{translation:"properties.dock.right",value:"right"}],show:e=>pi.getValue(e,"style.icon.useIcon")}}}}},presentation:(o={flags:t,theme:n,translator:e},{type:"items",grouped:!1,translation:"properties.presentation",items:{styleEditor:{component:"styling-panel",chartTitle:"Object.ActionButton",translation:"LayerStyleEditor.component.styling",subtitle:"LayerStyleEditor.component.styling",ref:"components",useGeneral:!0,useBackground:!0,...bi(o)}}})}}}},importProperties:gi,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}};var o}const Ei=(t,n)=>{const{background:{useImage:r,mode:o,url:a}={}}=t.style;e((async()=>{var e,t;(r||"media"===o)&&null!=a&&null!==(e=a.qStaticContentUrl)&&void 0!==e&&e.qUrl&&await(e=>new Promise(((t,n)=>{const r=new Image;r.src=e,r.onload=()=>t("resolved"),r.onerror=()=>n(new Error(void 0))})))(j(null==a||null===(t=a.qStaticContentUrl)||void 0===t?void 0:t.qUrl,n))}),[a,r,o])},Pi={version:"2.0.6",showTitles:!1,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],runtimeExpressionEvaluation:!1,navigation:{action:"none"},disableNavMenu:!0,showDetails:!1,style:{label:W.LABEL,showLabel:!0,font:{fontFamily:W.FONT_FAMILY,useColorExpression:!1,color:W.FONT_COLOR,colorExpression:"",size:W.FONT_SIZE,sizeFixed:W.FONT_SIZE_FIXED,sizeBehavior:W.SIZE_BEHAVIOR,style:W.FONT_STYLE,align:W.TEXT_ALIGN},background:{useColorExpression:!1,color:W.COLOR,colorExpression:"",mode:W.BGIMAGE_MODE,useImage:!1,url:{qStaticContentUrlDef:{qUrl:""}},size:W.BACKGROUND_SIZE,position:W.BACKGROUND_POSITION},border:{useColorExpression:!1,color:W.COLOR,colorExpression:"",useBorder:!1,radius:W.BORDER_RADIUS,width:W.BORDER_WIDTH},icon:{useIcon:!1,iconType:"",position:W.ICON_POSITION}}};function Si(e){var f,p,b,m,h;const{sense:g={},translator:d,flags:{isEnabled:v},anything:y}=e,w=null===(f=y.sense)||void 0===f?void 0:f.isFeatureBlacklisted,O=null===(p=y.sense)||void 0===p?void 0:p.isUnsupportedFeature,x={isEnabled:v,isFeatureBlacklisted:w,isUnsupportedFeature:O},{platform:j}=null!==(b=null!==(m=null==y?void 0:y.sense)&&void 0!==m?m:y)&&void 0!==b?b:g;return Pi.style.label=g?d.get("Object.ActionButton"):"Button",{qae:{properties:Pi,data:Ba},component(){const e=t(),f=n(),p=r();vi(p),o((()=>{const t=document.createElement("button");t.appendChild(document.createElement("text")),e.appendChild(t),v("SENSE_CLIENT_SUPPORT_4338_BUTTON_AUTO")&&S("/api/v1")}),[]);const b=a(),m=l(),h=i(),g=c();Ei(b,h);const y=Da({element:e,layout:b,interactions:g,theme:f,app:h,senseNavigation:p,platform:j,translator:d,model:m,isEnabled:v});u((()=>()=>{y()}),[e]),s((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:ji({translator:d,shouldHide:x,theme:null===(h=y.sense)||void 0===h?void 0:h.theme})}}export{Si as default};
7
+ import{usePromise as e,useElement as t,useTheme as n,useNavigation as r,useMemo as o,useStaleLayout as a,useModel as l,useApp as i,useInteractionState as c,useEffect as u,useImperativeHandle as s}from"@nebula.js/stardust";import f,{forwardRef as p}from"react";let m;const b=()=>(void 0===m&&(m=window.System.import("@qlik-trial/qmfe-api")),m),h=async()=>{const{users:e}=await b();return(await e.getMe()).data},g=async e=>{const{apps:t}=await b(),n=await t.getApp(e);return n.data.attributes&&"spaceId"in n.data.attributes&&"string"==typeof n.data.attributes.spaceId?n.data.attributes.spaceId:"personal"},d=async(e,t,n=!1)=>{const{automations:r}=await b();return(await r.getRun(e,t,{noCache:n})).data},v=async(e,t,n,r)=>{const{automations:o}=await b(),a={};t&&(a["X-Execution-Token"]=n);const l=await o.createRun(e,{context:"api",...r},{headers:a});return{...l,json:()=>Promise.resolve(l.data)}},y=async()=>{var e;return null!==(e=(await fetch("../api/v1/csrf-token")).headers.get("qlik-csrf-token"))&&void 0!==e?e:""},w=async e=>{var t;const n=await fetch(`../api/v1/apps/${e}`),r=await n.json();return(null==r||null===(t=r.attributes)||void 0===t?void 0:t.spaceId)||"personal"},O=async(e,t,n)=>{const r={"Content-Type":"application/json","qlik-csrf-token":await y()};return e&&(r["X-Execution-Token"]=t),{method:"POST",headers:r,body:JSON.stringify(e?n.inputs:n)}},x=e=>{if(void 0===e)return"";let t="";const n=document.createElement("div"),r=document.createTextNode(e);return n.appendChild(r),t=n.innerHTML,n.removeChild(r),t},j="http://",E="https://",P="mailto:",S=e=>e.startsWith(j)?j:e.startsWith(E)?E:e.startsWith(P)?P:j,k=e=>{let t=e;return e.startsWith(j)&&(t=e.slice(7)),e.startsWith(E)&&(t=e.slice(8)),t},C=/(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g,M=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g,A=e=>String(e).replace(M,"$1�$2").replace(C,encodeURI);function V(e){var t;let n,r,o;if(null!=e&&null!==(t=e.session)&&void 0!==t&&t.config){const{config:t}=e.session;n=new URL(t.url);const a=function(e){const t=String(e).split(e.host)[1].split("/");return"app"===t[1]?"":`/${t[1]}`}(n);return o="wss:"===n.protocol,r=o?"https://":"http://",r+n.host+a}}const H=(e,t)=>{e.replace(/^\.\.\//i,"/"),e=(e=e.replace(/"/g,'\\"')).replace(/'/g,"\\'");return e=`${V(t)}/`+("/"===e[0]?e.substr(1):e)},z=()=>{try{return window.self!==window.top}catch(e){return!0}};let q={getUser:async()=>{const e=await fetch("../api/v1/users/me");return await e.json()},getSpaceId:w,getAutomationRun:async(e,t)=>(await fetch(`../api/v1/automations/${e}/runs/${t}`)).json(),createAutomationRun:async(e,t,n,r)=>{const o=await O(t,n,r),a=((e,t)=>t?`../api/v1/automations/${e}/actions/execute`:`../api/v1/automations/${e}/runs`)(e,t),l=await fetch(a,o);return await l.json()}};const D=async e=>await q.getSpaceId(e),B=(e,t,n)=>{const r=e.get(t);return r===t?n:r},I=e=>B(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),L=(e,t)=>{const n={message:I(t)};if(void 0!==e){if("object"==typeof e)return Array.isArray(e)?(null==e?void 0:e.length)>0?{message:e.join(" ")}:n:Object.keys(e).includes("message")?e:n;try{const t=JSON.parse(e);return Object.keys(t).includes("message")?t:n}catch(t){return""===e?n:"string"==typeof e||"number"==typeof e?{message:e}:n}}return n},T=async(e,t,n,r,o)=>{const a=await(async(e,t,n=!1)=>await q.getAutomationRun(e,t,n))(e,t,!0);switch(a.status){case"queued":case"running":case"not started":case"starting":return r>300?{ok:!1,message:B(n,"geo.findLocation.error.timeout","Timeout")}:setTimeout((()=>T(e,t,n,r+1,o)),2e3);case"finished":var l;return(null===(l=a.title)||void 0===l?void 0:l.length)>0?o({...L(a.title,n),ok:!0}):o({message:I(n),ok:!0});case"failed":var i;return(null===(i=a.title)||void 0===i?void 0:i.length)>0?o({...L(a.title,n),ok:!1}):o({message:B(n,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1});case"finished with warnings":var c;return(null===(c=a.title)||void 0===c?void 0:c.length)>0?o({...L(a.title,n),ok:!1}):o({message:I(n),ok:!0});case"must stop":case"stopped":var u;return(null===(u=a.title)||void 0===u?void 0:u.length)>0?o({...L(a.title,n),ok:!1}):o({message:B(n,"Object.ActionButton.Automation.DefaultAutomationMsg","Unknown error"),ok:!1});default:var s;return(null===(s=a.title)||void 0===s?void 0:s.length)>0?o({...L(a.title,n),ok:!0}):o({message:I(n),ok:!0})}},N=(e,t)=>{null!=e&&Object.keys(t).forEach((n=>{e.style[n]=t[n]}))},F=e=>{N(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},_=(e,t,n)=>{const{message:r,url:o,urlText:a}=e,l=x(r),i=document.createElement("div"),c=`sn-action-button-snackbar-${(Math.random()+1).toString(36).substring(7)}`;i.setAttribute("id",c);const u=document.querySelectorAll(".sn-action-button-snackbar"),s=24+5*((null==u?void 0:u.length)||0),f=x(a||"Open");N(i,{width:"400px",height:"35px","background-color":"#FFFFFF",position:"fixed",left:"calc(50% - 200px)",right:"auto",bottom:`${s}px`,"box-shadow":"0px 1px 2px 0px rgb(0 0 0 / 15%)",padding:"6px 16px","border-radius":"3px","z-index":1e3,opacity:0,transition:"visibility 0ms, opacity 400ms linear"});const p=`<div class="sn-action-button-snackbar" style="display: flex; justify-content: space-between; height: 100%; align-items: center;">\n ${n?'<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" fill="currentColor" aria-hidden="true" role="img">\n <path d="M6.919.439A1.5 1.5 0 0 1 8.925.336l.114.103 6.48 6.48a1.5 1.5 0 0 1 .102 2.006l-.102.114-6.48 6.48a1.5 1.5 0 0 1-2.006.102l-.114-.102-6.48-6.48a1.5 1.5 0 0 1-.103-2.006l.103-.114 6.48-6.48Zm1.56 10.54h-1c-.267 0-.455.158-.493.404l-.007.096v1c0 .266.158.454.404.492l.096.008h1c.266 0 .454-.158.492-.404l.008-.096v-1c0-.267-.158-.455-.404-.493l-.096-.007Zm0-8h-1c-.3 0-.5.2-.5.5v5c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5v-5c0-.3-.2-.5-.5-.5Z"></path>\n </svg>':'<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" height="16px" fill="currentColor" aria-hidden="true" role="img" data-testid="status-indicator__valid">\n <defs>\n <path id="tick_svg__tick-a" d="m6 10 7-7 2 2-7 7-2 2-5-5 2-2 3 3Z"></path>\n </defs>\n <use xlink:href="#tick_svg__tick-a" fill-rule="evenodd"></use>\n </svg>'} \n <span class="sn-action-button-snackbar-text" style="overflow: hidden; white-space: nowrap; text-overflow: ellipsis;">${l}${o?`<a href="${(e=>{const t=S(e),n=k(e);return`${t}${A(n)}`})(o)}" style="margin-left: 6px;" target="${m=t,m?z()?"_parent":"_self":"_blank"}">${f}</a>`:""}</span>\n <span style="cursor: pointer;">\n <svg class="sn-action-button-snackbar-close" xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor">\n <path d="M9.34535242,8 L13.3273238,11.9819714 C13.6988326,12.3534802 13.6988326,12.955815 13.3273238,13.3273238 C12.955815,13.6988326 12.3534802,13.6988326 11.9819714,13.3273238 L8,9.34535242 L4.01802863,13.3273238 C3.64651982,13.6988326 3.04418502,13.6988326 2.67267621,13.3273238 C2.3011674,12.955815 2.3011674,12.3534802 2.67267621,11.9819714 L6.65464758,8 L2.67267621,4.01802863 C2.3011674,3.64651982 2.3011674,3.04418502 2.67267621,2.67267621 C3.04418502,2.3011674 3.64651982,2.3011674 4.01802863,2.67267621 L8,6.65464758 L11.9819714,2.67267621 C12.3534802,2.3011674 12.955815,2.3011674 13.3273238,2.67267621 C13.6988326,3.04418502 13.6988326,3.64651982 13.3273238,4.01802863 L9.34535242,8 Z">\n </path>\n </svg>\n </span>\n </div>`;var m;return i.innerHTML=p,i},$=async({app:e,automationId:t,bookmark:n,senseNavigation:r,inputParameters:o})=>{const a=await(async()=>await q.getUser())();return{id:t,inputs:{...null==o?void 0:o.reduce(((e,t)=>({...e,[t.key]:t.value})),{}),app:e.id,bookmark:n,sheet:null==r?void 0:r.getCurrentSheetId(),user:a.id,space:await D(e.id),tenant:a.tenantId,time:new Date},context:"qsbutton"}},R=async(e,t)=>{var n;let{automationId:r}=e;"object"==typeof e.automationId&&null!==(n=e.automationId)&&void 0!==n&&null!==(n=n.qStringExpression)&&void 0!==n&&n.qExpr&&(r=await t.app.evaluate(e.automationId.qStringExpression.qExpr));const o=await(async e=>{if(e.length>2)return(await fetch(`../api/v1/automations/${e}`)).json();return null})(r);return null==o?void 0:o.executionToken},U=[{value:"applyBookmark",translation:"Object.ActionButton.ApplyBookmark",group:"bookmark",hide:({isUnsupportedFeature:e})=>null==e?void 0:e("bookmarks"),getActionCall:({app:e,bookmark:t})=>async()=>{var n,r;const o=await e.getBookmarkList(),a=o.find((e=>{var n;return(null==e||null===(n=e.qInfo)||void 0===n?void 0:n.qId)===t}));var l;((null==a||null===(n=a.qData)||void 0===n||null===(n=n.qBookmark)||void 0===n||null===(n=n.qPatches)||void 0===n?void 0:n.length)>0||null!=a&&null!==(r=a.qMeta)&&void 0!==r&&r.isExtended)&&await(null===(l=e.clearAllSoftPatches)||void 0===l?void 0:l.call(e));const i=o.find((e=>{var n;return(null==e||null===(n=e.qData)||void 0===n?void 0:n.title)===t}));t&&await e.applyBookmark(i&&i.qInfo&&i.qInfo.qId||t)},requiredInput:["bookmark"]},{value:"back",translation:"Object.ActionButton.MoveBackward",group:"selection",getActionCall:({app:e})=>async()=>{await e.back()},requiredInput:[]},{value:"forward",translation:"Object.ActionButton.MoveForward",group:"selection",getActionCall:({app:e})=>async()=>{await e.forward()},requiredInput:[]},{value:"clearAll",translation:"Object.ActionButton.ClearAll",group:"selection",getActionCall:({app:e,softLock:t})=>async()=>{await e.clearAll(t)},requiredInput:["softLock"]},{value:"clearAllButThis",translation:"Object.ActionButton.ClearAllButThis",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t),o=!1;await r.clearAllButThis(o)}},requiredInput:["field"]},{value:"clearField",translation:"Object.ActionButton.ClearSelectionInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.clear()}},requiredInput:["field"]},{value:"selectAll",translation:"Object.ActionButton.SelectAllInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectAll(r)}},requiredInput:["field","softLock"]},{value:"selectValues",translation:"Object.ActionButton.SelectValuesInField",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r,softLock:o})=>async({overrideValue:a})=>{const l=null!=a?a:r;if(n){var i;const r=await e.getField(n,t),a=await e.getFieldDescription(n),c=await(async(e,t,n)=>{let r=t.split(";");if(n){let t="";r.forEach((e=>{t+=`Num('${e}')&';'&`})),r=(await e.evaluate(t.slice(0,-5))).split(";")}return r.map((e=>Number.isNaN(+e)?{qText:e}:{qIsNumeric:!0,qNumber:Number(e)}))})(e,l,null==a||null===(i=a.qTags)||void 0===i?void 0:i.includes("$date"));await r.selectValues(c,!1,o)}},requiredInput:["field","value","softLock"]},{value:"selectMatchingValues",translation:"Object.ActionButton.SelectMatchingValues",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r})=>async({overrideValue:o})=>{const a=null!=o?o:r;if(n){const r=await e.getField(n,t);await r.select(a,!1)}},requiredInput:["field","value"]},{value:"selectAlternative",translation:"Object.ActionButton.SelectAlternatives",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectAlternative(r)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field","softLock"]},{value:"cyclicDimension",translation:"Object.ActionButton.CyclicDimension",group:"selection",getActionCall:({cyclicDimensionId:e,indexStepper:t,app:n})=>async()=>{const r=await n.getDimension(e);await r.stepCycle(t)},requiredInput:["cyclicDimension","indexStepper"]},{value:"cyclicDimensionSetActive",translation:"Object.ActionButton.CyclicDimensionSetActive",group:"selection",getActionCall:({cyclicDimensionId:e,groupFieldIndex:t,app:n})=>async()=>{const r=await n.getDimension(e);await r.setActiveField(t)},requiredInput:["cyclicDimension","groupFieldIndex"]},{value:"selectExcluded",translation:"Object.ActionButton.SelectExcluded",group:"selection",getActionCall:({app:e,qStateName:t,field:n,softLock:r})=>async()=>{if(n){const o=await e.getField(n,t);await o.selectExcluded(r)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field","softLock"]},{value:"selectPossible",translation:"Object.ActionButton.SelectPossibleValues",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t),o=!1;await r.selectPossible(o)}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"toggleSelect",translation:"Object.ActionButton.ToggleFieldSelection",group:"selection",getActionCall:({app:e,qStateName:t,field:n,value:r})=>async({overrideValue:o})=>{const a=null!=o?o:r;if(n){const r=await e.getField(n,t),o=!1;await r.toggleSelect(a,o)}},requiredInput:["field","value"]},{value:"lockAll",translation:"Object.ActionButton.LockAllSelections",group:"selection",getActionCall:({app:e})=>async()=>{await e.lockAll()},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:[]},{value:"lockField",translation:"Object.ActionButton.LockField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.lock()}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"unlockAll",translation:"Object.ActionButton.UnlockAllSelections",group:"selection",getActionCall:({app:e})=>async()=>{await e.unlockAll()},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:[]},{value:"unlockField",translation:"Object.ActionButton.UnlockAField",group:"selection",getActionCall:({app:e,qStateName:t,field:n})=>async()=>{if(n){const r=await e.getField(n,t);await r.unlock()}},hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("advancedSelectionOptions"),requiredInput:["field"]},{value:"setVariable",translation:"Object.ActionButton.SetVariable",group:"variables",getActionCall:({app:e,variable:t,value:n})=>async({overrideValue:r,overrideVariable:o})=>{const a=null!=r?r:n,l=null!=o?o:t;if(l)try{const t=await e.getVariableByName(l);await t.setStringValue(a)}catch(e){}},requiredInput:["variable","value"]},{value:"doReload",translation:"Object.ActionButton.DoReload",group:"reload",hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("reloadData"),getActionCall:({app:e,partial:t,platform:n,isEnabled:r})=>async()=>{if(null!=n&&n.isCloud&&!t&&r("IM_2843_BUTTON_STATELESS_RELOAD"))await fetch("../api/v1/reloads",{method:"POST",headers:{"Content-Type":"application/json","qlik-csrf-token":await y()},body:JSON.stringify({appId:e.id,partial:t})});else{await e.doReload(0,!!t,!1)&&await e.doSave()}},requiredInput:["partial"]},{translation:"Object.ActionButton.ExecuteAutomation",value:"executeAutomation",getActionCall:({app:e,automation:t,automationId:n,automationTriggered:r,automationExecutionToken:o,automationPostData:a,automationShowNotification:l,automationNotificationDuration:i,automationOpenLinkSameWindow:c,inputParameters:u,translator:s,senseNavigation:f})=>async({overrideAutomationInputParameters:p})=>{if(n.length)try{if(void 0===n||0===n.length)return;let t;a&&(t=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const m=await $({app:e,automationId:n,bookmark:t,senseNavigation:f,inputParameters:p||u}),b=await(async(e,t,n,r)=>await q.createAutomationRun(e,t,n,r))(n,r,o,m),h=await(async(e,t,n,r)=>{let o;switch(n.status){case 200:case 201:{const a=await n.json(),{status:l,guid:i,id:c}=a,u=void 0===c?i:c;if(t&&"queued"!==l)o=L(a,r),o.ok=!0;else{const t=new Promise((t=>{T(e,u,r,0,t)}));o=await t}break}case 400:o={message:B(r,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:o={message:B(r,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:o={message:B(r,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:o={message:B(r,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:o={message:B(r,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return o})(n,r,b,s);l&&await(async(e,t,n)=>{const r=_(e,n,!e.ok);r.focus(),r.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{F(r)})),document.querySelector("body").appendChild(r),N(r,{opacity:1}),setTimeout((()=>{F(r)}),Math.max(1e3*t-400,1))})(h,i,c)}catch(e){}else void 0!==t&&await(async(e,t,n)=>{try{e=encodeURIComponent(e);const r=await fetch(`../api/v1/items/${e}`).then((e=>e.json())),o=await fetch(`../api/v1/automations/${r.resourceId}`).then((e=>e.json())),a=`../api/v1/automations/${o.id}/actions/execute`;let l={};if(t){const t=await fetch(`../api/v1/automations/${r.resourceId}/blocks`).then((e=>e.json())).then((e=>{let t=[];for(let n=0;n<e.blocks.length;n++)if("FormBlock"===e.blocks[n].type){t=e.blocks[n].form;break}return t}));if(t.length>0){const r=new Date,o={qProp:{qInfo:{qId:`automation_${n.id}_${e}_${r.getTime()}`,qType:"bookmark"},qMetaDef:{title:`Generated automation bookmark on ${r.toISOString()}`,description:"Generated to provide target automation with bookmark to get current selection state",_createdBy:"sn-action-button",_createdFor:"automation",_createdOn:`${r.toISOString()}`,_id:`automation_${encodeURIComponent(n.id)}_${e}_${r.getTime()}`}}},a=await n.createBookmark(o).then((e=>e.getLayout())).then((e=>e.qInfo.qId));await n.saveObjects(),l={inputs:{[t[0].label.toLowerCase()]:encodeURIComponent(n.id),[t[1].label.toLowerCase()]:a}}}}const i=await O(!0,o.executionToken,l);await fetch(a,i).then((e=>e.json()))}catch(e){}})(t,a,e)},requiredInput:["automation"],hide:({isEnabled:e})=>!(null!=e&&e("ACTION_BUTTON_AUTOMATIONS"))},{value:"refreshDynamicViews",translation:"Object.ActionButton.RefreshDynamicViews",group:"dynamicViews",getActionCall:({senseNavigation:e})=>async()=>{"function"==typeof e.refreshDynamicViews&&await e.refreshDynamicViews()},requiredInput:[]}],W=e=>U.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))}));function G(e,t){const n=U.find((t=>e.actionType===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)}const Z=async e=>(await e.getSheetList()).filter((e=>function(e){if(e&&e.length>=2&&"/"===e[0]&&"/"===e[1])return!0;const t=e?+e:-1;return Number.isNaN(+t)?"true"===e.toLowerCase():0!==t}(e.qData.showCondition))).sort(((e,t)=>e.qData.rank-t.qData.rank)),Y=[{translation:"Object.ActionButton.NoNavigation",value:"none"},{translation:"Object.ActionButton.GoToNextSheet",value:"nextSheet",navigationCall:async({senseNavigation:e})=>{await e.nextSheet()},requiredInput:[]},{translation:"Object.ActionButton.GoToPreviousSheet",value:"prevSheet",navigationCall:async({senseNavigation:e})=>{await e.prevSheet()},requiredInput:[]},{translation:"Object.ActionButton.GoToLastSheet",value:"lastSheet",navigationCall:async({app:e,senseNavigation:t})=>{const n=await Z(e);await t.goToSheet(n[n.length-1].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToFirstSheet",value:"firstSheet",navigationCall:async({app:e,senseNavigation:t})=>{const n=await Z(e);await t.goToSheet(n[0].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToASheet",value:"goToSheet",navigationCall:async({senseNavigation:e,sheet:t,chartId:n})=>{t&&await e.goToSheet(t,n)},requiredInput:["sheet","chartId"]},{translation:"Object.ActionButton.GoToSheetById",value:"goToSheetById",navigationCall:async({senseNavigation:e,sheet:t})=>{t&&await e.goToSheet(t)},requiredInput:["sheetId"]},{translation:"Object.ActionButton.GoToStory",hide:({isFeatureBlacklisted:e})=>null==e?void 0:e("storytelling"),value:"goToStory",navigationCall:async({senseNavigation:e,story:t})=>{t&&await e.goToStory(t)},requiredInput:["story"]},{translation:"Object.ActionButton.OpenWebsiteEmail",value:"openWebsite",navigationCall:async({websiteUrl:e,sameWindow:t})=>{try{if(e){const n=S(e),r=k(e),o=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===P})(r);let a="";if(o&&window.open(r,a,"noopener"),t&&(a=z()?"_parent":"_self",window.open(`${n}${r}`,a,"noopener")),!o&&!t){const e=A(r);window.open(`${n}${e}`,a,"noopener")}}}catch(e){}},requiredInput:["websiteUrl","sameWindow"]},{translation:"Object.ActionButton.DocumentChain",value:"openChainedApp",hide:({isEnabled:e,isUnsupportedFeature:t})=>!(null!=e&&e("ACTION_BUTTON_DOCUMENT_CHAINING"))||(null==t?void 0:t("bookmarks")),navigationCall:async({app:e,sameWindow:t,appId:n,sheet:r})=>{const o=e.storeTempSelectionState&&await e.storeTempSelectionState();let a="";t&&(a=z()?"_parent":"_self");const l=r?`/sheet/${encodeURIComponent(r)}`:"",i=`../sense/app/${encodeURIComponent(n)}${l}/tempselectionstate/${encodeURIComponent(o)}`;window.open(i,a,"noopener")},requiredInput:["sameWindow","appId","sheetId"]},{translation:"Object.ActionButton.SelectOdagApp",value:"odagLink",navigationCall:async({app:e,senseNavigation:t,odagLink:n,element:r})=>{"function"==typeof t.openOdagPopup&&n&&n.length>0&&await t.openOdagPopup(e,n,r)},requiredInput:["odagLink"]}],K=e=>Y.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))})),X=(e,t)=>{const n=Y.find((t=>e.navigation.action===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)};var J={LABEL:"Button",FONT_SIZE:.5,FONT_SIZE_FIXED:20,FONT_COLOR:{index:-1,color:"#ffffff"},FONT_STYLE:{bold:!0,italic:!1,underline:!1},FONT_FAMILY:"Source Sans Pro",SIZE_BEHAVIOR:"responsive",TEXT_ALIGN:"center",COLOR:{index:-1,color:"none"},ICON_POSITION:"left",BGIMAGE_MODE:"none",BGIMAGE_POSITION:"center-center",BACKGROUND_SIZE:"auto",BACKGROUND_POSITION:"centerCenter",BORDER_RADIUS:0,BORDER_WIDTH:0};function Q(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ee=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Q(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 7V2H7v5H2v2h5v5h2V9h5V7z"}))));function te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ne=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){te(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zm-4-7H5v6h6z"}))));function re(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const oe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){re(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zM8 5H2v6h6z"}))));function ae(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const le=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ae(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.1 3H.9c-.5 0-.9.4-.9.9v8.2c0 .5.4.9.9.9h14.2c.5 0 .9-.4.9-.9V3.9c0-.5-.4-.9-.9-.9m-.1 9H1V4h14zm-1-7H8v6h6z"}))));function ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ce=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ie(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2v12H1V2zM1 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm0 2h14v1H1zm5.207 4.5L4.707 9l1.5 1.5-.707.707L3.293 9 5.5 6.793zm4.293-.707L12.707 9 10.5 11.207l-.707-.707 1.5-1.5-1.5-1.5zm-.85-.572L7.279 12.15l-.929-.372L8.721 5.85z"}))));function ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const se=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ue(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 9 4.5-4.5L14 6l-4.5 4.5L8 12 2 6l1.5-1.5z"}))));function fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}))));function me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const be=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){me(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 8 4 3.5 5.5 2l6 6-6 6L4 12.5z"}))));function he(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ge=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){he(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 7-4.5 4.5L2 10l6-6 6 6-1.5 1.5z"}),f.createElement("use",{fillRule:"evenodd"}))));function de(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ve=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){de(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3.5 1.793 6.207 4.5l-.707.707-1.5-1.5V14H3V3.707l-1.5 1.5L.793 4.5zM8 4h5v1H8zm0 3h6v1H8zm0 3h7v1H8z"}))));function ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const we=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ye(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 3.937a2 2 0 1 0-1 0v2.104a3 3 0 0 0-1.955 4.683l-2.221 1.777a2 2 0 1 0 .562.831l2.366-1.893A3 3 0 0 0 8 12a3 3 0 0 0 1.748-.561l2.366 1.893a2 2 0 1 0 .562-.831l-2.22-1.777A3 3 0 0 0 8.5 6.041zM8 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2m0 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m7 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0M2 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2"}))));function Oe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Oe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m10 3.507-1.5-1.5v4.034a3 3 0 0 1 2.13 4.405L15 14.33V12h1v4h-4v-1h2.247l-4.24-3.77A3 3 0 0 1 8 12a3 3 0 0 1-2.006-.77L1.753 15H4v1H0v-4h1v2.331l4.37-3.885A3 3 0 0 1 7.5 6.042V2.006L6 3.507 5.293 2.8 8 .093 10.707 2.8zM8 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4"}))));function je(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ee=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){je(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 15v-1.5A7.5 7.5 0 0 0 6.5 6H2.165l3.397 3.577-.725.688L.31 5.5 4.837.735l.725.688L2.165 5H6.5a8.5 8.5 0 0 1 8.5 8.5V15z"}))));function Pe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Se=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Pe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 12.817v2.35c0 .51-.4.817-.8.817H.8c-.4.102-.8-.306-.8-.715v-2.35C0 12.41.4 12 .8 12h10.3c.5 0 .9.409.9.817M8 6.8v2.3c0 .5-.4.9-.8.9H.8c-.4 0-.8-.4-.8-.8V6.8c0-.4.4-.8.8-.8h6.3c.5 0 .9.4.9.8m8-6v2.3c0 .5-.4.9-.8.9H.8C.4 4 0 3.6 0 3.2V.8C0 .4.4 0 .8 0h14.3c.5 0 .9.4.9.8"}))));function ke(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ce=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ke(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 5v10H1V5zm4 4v6h2V9zm8-8h-2v14h2zm-2 15a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1zM3 4H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1m3 11V9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1"}))));function Me(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ae=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Me(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 2.229V1.5a1.5 1.5 0 1 1 3 0v.729A5 5 0 0 1 13 7v1.578A8 8 0 0 0 14.333 13H1.667A8 8 0 0 0 3 8.578V7a5 5 0 0 1 3.5-4.771M10 14a2 2 0 1 1-4 0z"}))));function Ve(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const He=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ve(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 4v10.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 14.5V4zm-1 1H4v9.5a.5.5 0 0 0 .41.492L4.5 15h7a.5.5 0 0 0 .5-.5zM6.5 7v6h-1V7zm2 0v6h-1V7zm2 0v6h-1V7zM9.28 0a1 1 0 0 1 .948.684L10.666 2H12.5a1 1 0 0 1 1 1h-11a1 1 0 0 1 1-1h1.833l.44-1.316a1 1 0 0 1 .832-.677L6.72 0Zm-.001 1H6.721l-.334 1h3.225z"}))));function ze(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qe=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ze(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.757 2a3 3 0 0 1 1.977.744l.145.135L8 3l.121-.121a3 3 0 0 1 1.924-.872L10.243 2H15a1 1 0 0 1 .993.883L16 3v10a1 1 0 0 1-.883.993L15 14h-4.528a2 2 0 0 0-.725.136l-.17.075-1.13.565a1 1 0 0 1-.771.052l-.124-.052-1.13-.565a2 2 0 0 0-.708-.202L5.528 14H1a1 1 0 0 1-.993-.883L0 13V3a1 1 0 0 1 .883-.993L1 2zm0 1H1v10h4.528a3 3 0 0 1 1.342.317l.63.315V3.914l-.328-.328A2 2 0 0 0 5.757 3M15 3h-4.757a2 2 0 0 0-1.415.586l-.328.328v9.718l.63-.315A3 3 0 0 1 10.473 13H15z"}))));function De(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Be=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){De(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8 12-5 4V2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v14zM4 1.951V13.7l4-3.201 4 3.201V1.951C12 1.426 11.552 1 11 1H5c-.552 0-1 .426-1 .951"}))));function Ie(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Le=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ie(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M.5 11.226V4.774A2 2 0 0 1 1.654 2.96l5.5-2.566a2 2 0 0 1 1.692 0l5.5 2.566A2 2 0 0 1 15.5 4.774v6.452a2 2 0 0 1-1.154 1.813l-5.5 2.566a2 2 0 0 1-1.692 0l-5.5-2.566A2 2 0 0 1 .5 11.226m1-6.484v6.484a1 1 0 0 0 .577.906L7.5 14.663V7.17L5 6.158V8.4L4 8V5.754zm4.306.664L8 6.294l5.955-2.41-.032-.016-2.607-1.218-5.51 2.755ZM10.16 2.11 8.424 1.3a1 1 0 0 0-.846 0l-5.5 2.567-.032.015L4.57 4.906zm4.34 2.664v-.032l-6 2.428v7.493l5.423-2.53a1 1 0 0 0 .577-.907z"}))));function Te(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ne=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Te(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 9h-2v4a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9H1.063v1.469a.531.531 0 1 1-1.063 0V5.53a.531.531 0 0 1 1.063 0V7H3V3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v4h2V5.531a.531.531 0 1 1 1.063 0v4.938a.531.531 0 1 1-1.063 0zm-3 4V3H8v10zm-5 0V3H4v10z"}))));function Fe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const _e=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 0v1h8V0h1v1h2a1 1 0 0 1 .993.883L16 2v13a1 1 0 0 1-.883.993L15 16H1a1 1 0 0 1-.993-.883L0 15V2a1 1 0 0 1 .883-.993L1 1h2V0zM1 6v9h14V6zm12 3v4H9V9zm-1 1h-2v2h2zM1 5h14V2h-2v1h-1V2H4v1H3V2H1z"}))));function $e(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Re=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$e(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 0a1 1 0 0 1 1 1v13.997a1 1 0 0 1-1 1h-.003l-12-.041a1 1 0 0 1-.997-1V1a1 1 0 0 1 1-1zM3 1H2v14h1zm11 0H4v14h10zm-2 2v3H6V3zm-1 1H7v1h4z"}))));function Ue(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const We=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ue(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14.823 7.948c-1.524-1.604-4.09-1.604-5.695 0-1.524 1.604-1.604 4.09 0 5.695a4.12 4.12 0 0 0 5.695 0c1.604-1.605 1.524-4.091 0-5.695m-.722 4.01a.63.63 0 0 1 0 .882.63.63 0 0 1-.883 0l-1.203-1.203-1.203 1.203a.63.63 0 0 1-.882 0 .63.63 0 0 1 0-.882l1.203-1.203L9.93 9.552a.63.63 0 0 1 0-.882.63.63 0 0 1 .882 0l1.203 1.203 1.203-1.203a.63.63 0 0 1 .883 0 .63.63 0 0 1 0 .882l-1.203 1.203zM9.93 6.424c-1.604.802-2.727 2.406-2.727 4.331 0 .642.16 1.203.32 1.765l-2.245 2.245c-.16.16-.481 0-.481-.24V9.392c0-.16 0-.321-.08-.401L.065 2.494c-.16-.24 0-.562.24-.481h12.111c.321 0 .482.24.321.48z"}))));function Ge(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ze=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ge(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m0-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m-1-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M9.166 6.166c1.555-1.555 4.113-1.555 5.668 0s1.555 4.113 0 5.668-4.113 1.555-5.668 0-1.555-4.063 0-5.668m4.966 1.555a.56.56 0 0 0 0-.803.56.56 0 0 0-.803 0l-1.304 1.305-1.304-1.305a.522.522 0 0 0-.803 0 .524.524 0 0 0 0 .803l1.305 1.304-1.305 1.304c-.25.2-.25.552 0 .803.251.25.602.25.803 0l1.304-1.304 1.304 1.304c.2.25.552.25.803 0 .2-.201.25-.602 0-.803l-1.304-1.304z"}))));function Ye(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ke=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ye(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.875 7.503-.333-4.005a.543.543 0 0 0-1.084 0l-.375 4.505a.92.92 0 0 0 .84.994l2.647 1.723a.503.503 0 0 0 .701-.156.646.646 0 0 0-.091-.799L9.068 7.654q-.09-.09-.193-.151M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Xe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Je=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.345 8 3.982 3.982a.951.951 0 0 1-1.345 1.345L8 9.345l-3.982 3.982a.951.951 0 0 1-1.345-1.345L6.655 8 2.673 4.018a.951.951 0 0 1 1.345-1.345L8 6.655l3.982-3.982a.951.951 0 1 1 1.345 1.345z"}))));function Qe(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const et=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qe(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 2a4.415 4.415 0 0 1 4.326 3.53 4.255 4.255 0 0 1-.58 8.47H4.254a4.254 4.254 0 0 1-.58-8.47A4.415 4.415 0 0 1 8 2m0 1a3.416 3.416 0 0 0-3.308 2.563l-.041.183-.145.726a.03.03 0 0 1-.02.024l-.014.003-.063-.003a3.254 3.254 0 0 0-.34 6.499l.185.005h7.492a3.254 3.254 0 0 0 .03-6.508l-.185.004-.063.003a.03.03 0 0 1-.027-.013l-.007-.014-.145-.726A3.415 3.415 0 0 0 8 3"}))));function tt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const nt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){tt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.207 4.5 1.684 8.023l3.522 4.024-.753.659L.316 7.977 4.5 3.793zm5.586 7.5 3.523-3.523-3.522-4.024.753-.659 4.137 4.729-4.184 4.184zM9.136 1.394l.97.242-3.242 12.97-.97-.242z"}))));function rt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ot=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.355 0c.196 0 .37.12.442.297l.025.08.267 1.23q.328.106.643.247l.312.148 1.058-.68a.48.48 0 0 1 .524.003l.073.06 1.916 1.916a.48.48 0 0 1 .107.512l-.043.085-.681 1.059q.157.308.28.63l.116.324 1.23.267c.19.041.336.194.369.385l.007.082v2.71c0 .196-.12.37-.297.442l-.08.025-1.23.267a7 7 0 0 1-.247.643l-.148.312.68 1.058c.105.163.1.368-.003.524l-.06.073-1.916 1.916a.48.48 0 0 1-.512.107l-.085-.043-1.059-.681a7 7 0 0 1-.63.28l-.324.116-.267 1.23a.48.48 0 0 1-.385.369L9.355 16h-2.71a.48.48 0 0 1-.442-.297l-.025-.08-.267-1.23a7 7 0 0 1-.643-.247l-.311-.148-1.06.68a.48.48 0 0 1-.523-.003l-.073-.06-1.916-1.916a.48.48 0 0 1-.107-.512l.043-.085.68-1.059a7 7 0 0 1-.28-.63l-.115-.324-1.23-.267a.48.48 0 0 1-.369-.385L0 9.355v-2.71c0-.196.12-.37.297-.442l.08-.025 1.23-.267q.106-.328.247-.643l.148-.311-.68-1.06a.48.48 0 0 1 .003-.523l.06-.073 1.916-1.916a.48.48 0 0 1 .512-.107l.085.043 1.059.68q.308-.155.63-.28l.324-.115.267-1.23a.48.48 0 0 1 .385-.369L6.645 0zm-.392 1H7.037l-.244 1.12a.48.48 0 0 1-.336.357c-.442.123-.87.3-1.27.527a.48.48 0 0 1-.413.026l-.077-.04-.966-.62L2.37 3.73l.62.966a.47.47 0 0 1 .015.49 5.7 5.7 0 0 0-.527 1.27.48.48 0 0 1-.274.31l-.082.026L1 7.037v1.926l1.12.244c.173.037.31.167.357.336.124.442.3.87.527 1.27.072.128.08.28.026.413l-.04.077-.62.966 1.36 1.361.966-.62a.48.48 0 0 1 .49-.015c.4.226.828.403 1.27.527.14.04.254.141.31.274l.026.082L7.037 15h1.926l.244-1.12a.48.48 0 0 1 .336-.357c.442-.123.87-.3 1.27-.527a.48.48 0 0 1 .413-.026l.077.04.966.62 1.362-1.361-.62-.966a.48.48 0 0 1-.015-.49c.226-.4.403-.828.527-1.27.04-.14.14-.254.274-.31l.082-.026L15 8.963V7.037l-1.12-.244a.48.48 0 0 1-.357-.336c-.124-.443-.3-.87-.527-1.27a.48.48 0 0 1-.026-.413l.04-.077.62-.966-1.36-1.361-.966.62a.48.48 0 0 1-.49.015 5.7 5.7 0 0 0-1.27-.527.48.48 0 0 1-.31-.274l-.026-.082zm-.026 3.539a3.536 3.536 0 1 1-1.793 6.84 3.536 3.536 0 0 1 1.793-6.84m-2.73 1.668a2.536 2.536 0 1 0 3.643 3.53 2.536 2.536 0 0 0-3.643-3.53"}))));function at(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const lt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){at(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16.231-.354 8.588 7.29l-2.59-2.64a.5.5 0 0 0-.667-.04l-6.293 5 .622.783 5.94-4.72L8.228 8.35a.5.5 0 0 0 .71.004l8-8zM0 15v-3.711l1-.778V15h2V8.955l1-.777V15a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1m6 0V7.507l1 1.02V15h2V9.706l1-1V15a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1m6 0V6.706l1-1V15h2V3.706l.966-.966Q16 2.865 16 3v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1"}))));function it(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ct=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){it(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm5.477 4.15-2.5 8-.954-.3 2.5-8zm2 8 2.5-8-.954-.3-2.5 8z"}))));function ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const st=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ut(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.5 9.1a2.5 2.5 0 0 1 0 4.9v2h-1v-2a2.5 2.5 0 0 1 0-4.9V0h1zM8 13.05a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5 4.5a2.5 2.5 0 0 0-2-2.45V0H2v2.05a2.5 2.5 0 0 0 0 4.9V16h1V6.95A2.5 2.5 0 0 0 5 4.5M2.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3M14 8.95a2.5 2.5 0 0 0 0-4.9V0h-1v4.05a2.5 2.5 0 0 0 0 4.9V16h1zm1-2.45a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}))));function ft(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ft(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-4v4a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h4V2a1 1 0 0 1 1-1zM5 7H1.5a.5.5 0 0 0-.492.41L1 7.5v6a.5.5 0 0 0 .41.492L1.5 14h8a.5.5 0 0 0 .492-.41L10 13.5V10H6a1 1 0 0 1-.993-.883L5 9zm9.5-5h-8l-.09.008a.5.5 0 0 0-.402.402L6 2.5v6l.008.09a.5.5 0 0 0 .402.402L6.5 9h8l.09-.008a.5.5 0 0 0 .402-.402L15 8.5v-6l-.008-.09a.5.5 0 0 0-.402-.402z"}))));function mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const bt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){mt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.606 1.809A3.5 3.5 0 0 0 13 1L8 6 3 1a3.537 3.537 0 0 0 0 5l3.146 3.147-1.267 1.267a2.5 2.5 0 1 0 .707.707l1.267-1.267L8 11l1.147-1.146 1.267 1.267a2.5 2.5 0 1 0 .707-.707L9.854 9.147 13 6a3.54 3.54 0 0 0 .606-4.191M9.086 8.5 8 9.586 3.707 5.293a2.54 2.54 0 0 1-.562-2.734zm.707-.707L8.707 6.707l4.148-4.148a2.54 2.54 0 0 1-.562 2.734zM5 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0"}))));function ht(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const gt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ht(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.314 2.7c-.268.21-.314.363-.314.44s.046.23.314.44c.262.207.674.415 1.23.599 1.107.366 2.675.601 4.45.601 1.777 0 3.348-.235 4.457-.601.557-.184.97-.392 1.234-.6.27-.21.315-.363.315-.439s-.046-.228-.315-.44c-.263-.206-.677-.414-1.234-.598-1.11-.367-2.68-.602-4.456-.602s-3.344.235-4.45.602c-.557.184-.969.392-1.231.598m.916-1.548C4.464.744 6.143.5 7.995.5s3.533.244 4.77.652c.615.203 1.148.456 1.537.762.384.3.698.711.698 1.226s-.314.926-.698 1.227c-.39.305-.922.558-1.537.761-1.237.409-2.919.652-4.77.652-1.852 0-3.531-.243-4.765-.652-.614-.203-1.146-.456-1.534-.762C1.312 4.065 1 3.654 1 3.14s.312-.924.696-1.226c.388-.305.92-.559 1.534-.762M1.5 2.5A.5.5 0 0 1 2 3v10a.5.5 0 1 1-1 0V3a.5.5 0 0 1 .5-.5m13 .113a.5.5 0 0 1 .5.5V13a.5.5 0 1 1-1 0V3.113a.5.5 0 0 1 .5-.5M3.544 9.037c1.106.365 2.675.6 4.45.6 1.777 0 3.348-.235 4.457-.6.558-.184.97-.392 1.234-.598.27-.21.315-.363.315-.439h1c0 .515-.314.925-.698 1.226-.39.305-.922.558-1.538.76-1.236.408-2.918.651-4.77.651-1.85 0-3.53-.243-4.764-.65-.614-.203-1.146-.456-1.534-.761C1.313 8.925 1 8.514 1 8h1c0 .077.046.229.314.44.262.206.674.413 1.23.597m-.013 4.927c1.109.334 2.68.536 4.464.536 1.783 0 3.357-.202 4.469-.536.559-.168.97-.36 1.231-.554.265-.197.305-.339.305-.41h1c0 .52-.32.923-.708 1.212-.392.292-.926.526-1.54.71-1.234.37-2.913.578-4.757.578-1.845 0-3.52-.207-4.752-.578-.613-.184-1.146-.418-1.537-.71C1.318 13.922 1 13.519 1 13h1c0 .072.04.214.304.41.26.194.67.387 1.227.554"}))));function dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const vt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){dt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.9 5.5c0 .1.1.3.1.5v5c0 .2-.1.4-.1.5-.1.3-.4.5-.9.5h-5c-.2 0-.4-.1-.5-.1-.2-.1-.5-.4-.5-.9V9.9l-2 2.8V15c0 .5-.2.8-.5.9-.1 0-.3.1-.5.1H1c-.2 0-.4-.1-.5-.1-.3-.1-.5-.4-.5-.9v-5c0-.2.1-.4.1-.5.1-.3.4-.5.9-.5h2V7H1c-.5 0-.8-.2-.9-.5 0-.1-.1-.3-.1-.5V1C0 .8.1.6.1.5.2.2.5 0 1 0h5c.5 0 .8.2.9.5 0 .1.1.3.1.5v5c0 .2-.1.4-.1.5-.1.3-.4.5-.9.5H4v2h2c.2 0 .4.1.5.1.3.1.5.4.5.9v1l2-2.8V6c0-.2.1-.4.1-.5.1-.3.4-.5.9-.5h5c.5 0 .8.2.9.5M6 6V1H1v5zm-5 4v5h5v-5zm9-4v5h5V6z"}))));function yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M10.274 4.043c.313-.295.634-.7.907-1.164.45-.766.819-1.77.819-2.879h-1c0 .89-.298 1.72-.681 2.371-.286.487-.595.834-.823 1.028A3 3 0 0 0 8 3c-.545 0-1.055.145-1.496.399-.228-.194-.537-.541-.823-1.028C5.298 1.721 5 .891 5 0H4c0 1.11.369 2.113.819 2.879.273.464.594.87.907 1.164A3 3 0 0 0 5 6v.268A2 2 0 0 0 4 8v1l-1-.75V6H2v2.75l2 1.5v.25H1v1h3v.25l-2 1.5V16h1v-2.25l1.106-.83a4.002 4.002 0 0 0 7.788 0l1.106.83V16h1v-2.75l-2-1.5v-.25h3v-1h-3v-.25l2-1.5V6h-1v2.25L12 9V8a2 2 0 0 0-1-1.732V6c0-.748-.274-1.431-.726-1.957M8 4a2 2 0 0 1 2 2H6a2 2 0 0 1 2-2M6 7h1.5v7.959A3 3 0 0 1 5 12V8a1 1 0 0 1 1-1m2.5 0H10a1 1 0 0 1 1 1v4a3 3 0 0 1-2.5 2.959z"}))));function Ot(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ot(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 2h1v10.293l1.5-1.5.707.707L3.5 14.207.793 11.5l.707-.707 1.5 1.5zm12 2H8v1h7zM8 7h6v1H8zm5 3H8v1h5z"}))));function jt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Et=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){jt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m12.194 9.86.762-.763H10.67c-.457 2.515-2.667 4.573-5.335 4.573A5.3 5.3 0 0 1 0 8.335 5.3 5.3 0 0 1 5.335 3a5.35 5.35 0 0 1 5.335 4.573h2.286l-.762-.762V4.524l3.811 3.811-3.81 3.81zm-6.859 2.286c1.982 0 3.81-1.83 3.81-3.887 0-1.982-1.752-3.735-3.734-3.735-2.058 0-3.887 1.753-3.887 3.735 0 2.058 1.753 3.887 3.811 3.887m0-5.335c.838 0 1.524.686 1.524 1.524s-.686 1.524-1.524 1.524a1.53 1.53 0 0 1-1.524-1.524c0-.838.686-1.524 1.524-1.524"}))));function Pt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const St=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Pt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m2.15 8.5 3.416 3.659-.732.682L.316 8l4.518-4.841.732.682L2.15 7.5H15v1z"}))));function kt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ct=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){kt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 3a3.007 3.007 0 0 1-2.775 2.992 2.99 2.99 0 0 1 0 4.016A3.007 3.007 0 0 1 16 13c0 1.652-1.348 3-3 3H5c-1.652 0-3-1.348-3-3 0-.771.294-1.476.775-2.008A3.007 3.007 0 0 1 0 8a3.007 3.007 0 0 1 2.775-2.992A3 3 0 0 1 2 3c0-1.652 1.348-3 3-3h8c1.652 0 3 1.348 3 3m-3-2H5c-1.1 0-2 .9-2 2s.9 2 2 2h8c1.1 0 2-.9 2-2s-.9-2-2-2M6 4c.6 0 1-.4 1-1s-.4-1-1-1c-.5 0-1 .4-1 1s.4 1 1 1m-3 6h8c1.1 0 2-.9 2-2s-.9-2-2-2H3c-1.1 0-2 .9-2 2s.9 2 2 2m7-1c-.5 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1m-1 3c-.6 0-1 .4-1 1s.4 1 1 1 1-.4 1-1-.4-1-1-1m-4 3h8c1.1 0 2-.9 2-2s-.9-2-2-2H5c-1.1 0-2 .9-2 2s.9 2 2 2m8-12c0 .6-.4 1-1 1s-1-.4-1-1 .5-1 1-1c.6 0 1 .4 1 1M3 8c0-.6.4-1 1-1s1 .4 1 1-.4 1-1 1c-.5 0-1-.4-1-1"}))));function Mt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const At=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Mt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 11h1v4H0zm15 0h1v4h-1zM1 14h14v1H1zm6.5-3.5V.5h1v10zm.5 1.207L3.293 7 4 6.293l4 4 4-4 .707.707z"}))));function Vt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ht=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Vt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm0 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM5 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM9 1.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM9.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM9 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm.5 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"}))));function zt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){zt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 5.84V3H1.2a.2.2 0 0 0-.2.2v9.6c0 .11.09.2.2.2H4V6.722q-.95.357-2 1.056Q3 6.527 4 5.84m1 .596V13h9.8a.2.2 0 0 0 .2-.2V3.2a.2.2 0 0 0-.2-.2H5v2.293q2.944-1.196 5.889 2.485L12 6.667V10H8.667l1.11-1.111Q7.898 5.88 5 6.436M1 2h14a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1"}),f.createElement("use",{fillRule:"evenodd"}))));function Dt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Bt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Dt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.502 15.004a.5.5 0 1 1 0 1h-8a.5.5 0 0 1 0-1zM12.842.493 15.67 3.32a1 1 0 0 1 0 1.415l-9.18 9.179a.5.5 0 0 1-.13.1l-.079.035-5.303 1.768a.5.5 0 0 1-.654-.543l.021-.09 1.768-5.303a.5.5 0 0 1 .072-.14l.049-.056L11.427.493a1 1 0 0 1 1.414 0ZM2.806 10.963l-.875 2.623.616.652 2.652-.882zm7.207-7.642-6.718 6.717 2.828 2.828 6.718-6.717zm2.405-1.825a.5.5 0 0 0-.493-.044l-.076.044-.07.058-1.06 1.06 2.83 2.828 1.06-1.06.057-.07a.5.5 0 0 0 .043-.492l-.043-.076-.058-.07-2.121-2.12-.07-.058Z"}))));function It(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Lt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){It(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 12.432 11.432 1l2.638 2.638L2.638 15.07zm2.638 1.67 1.759-1.67-1.759-1.759-1.67 1.759zm8.794-8.705 1.759-1.759-1.76-1.759-1.758 1.76zM5.628 2.935l-.88-.264.792-.528v-.967l.704.527.879-.263-.264.88.528.79h-.968l-.527.704zm9.937 2.198.44.616H15.3l-.44.615-.175-.703-.704-.264.616-.44v-.703l.615.44.704-.264zm-2.99 4.133-.352 1.143.704.968h-1.143l-.704.967-.352-1.143-1.143-.352.967-.704v-1.23l.968.703z"}))));function Tt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Nt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Tt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 2H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9h-1v4H1V3h7zm-1 8V8.5A4.5 4.5 0 0 1 11.5 4h2.293l-2-2 .707-.707L15.707 4.5 12.5 7.707 11.793 7l2-2H11.5A3.5 3.5 0 0 0 8 8.5V10z"}))));function Ft(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const _t=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ft(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.114 2a2.5 2.5 0 0 0-2.45 1.998L5.05 7H7v1H4.844l-1.026 5.002A2.5 2.5 0 0 1 1.368 15H1v-1h.369a1.5 1.5 0 0 0 1.469-1.199L3.823 8H2V7h2.028l.657-3.203A3.5 3.5 0 0 1 8.114 1h.08a2.5 2.5 0 0 1 2.475 2.854L10.648 4h-1.01l.04-.288A1.5 1.5 0 0 0 8.195 2zm.532 4.854L11.293 9.5l-2.647 2.646.708.708L12 10.207l2.646 2.647.708-.708L12.707 9.5l2.647-2.646-.708-.708L12 8.793 9.354 6.146z"}))));function $t(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Rt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$t(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14 0c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H2c-.6 0-1-.4-1-1V1c0-.6.4-1 1-1zm0 13H2v2h12zm0-3H2v2h12zm0-3H2v2h12zm0-3H2v2h12zm0-3H2v2h12z"}))));function Ut(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ut(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.586 0a1 1 0 0 1 .608.206l.099.087 4.414 4.414a1 1 0 0 1 .284.576l.009.131V14a2 2 0 0 1-1.85 1.995L13 16H3a2 2 0 0 1-1.995-1.85L1 14V2A2 2 0 0 1 2.85.005L3 0zM9 1H3a1 1 0 0 0-.993.883L2 2v12a1 1 0 0 0 .883.993L3 15h10a1 1 0 0 0 .993-.883L14 14V6h-3a2 2 0 0 1-1.995-1.85L9 4zm1 .5V4a1 1 0 0 0 .883.993L11 5h2.5z"}))));function Gt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Zt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Gt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M14.07 0a1 1 0 0 1 .816 1.577L10 8.5v4.398a1 1 0 0 1-.532.884l-2.734 1.445A.5.5 0 0 1 6 14.785V8.5L1.112 1.577A1 1 0 0 1 1.93 0zm0 1H1.93L7 8.183v5.772l2-1.057V8.183z"}))));function Yt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Kt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 0a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7v-1H1.5a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5V5h1V1a1 1 0 0 0-1-1zm6.527 6a1 1 0 0 0-.788 1.617l2.848 3.636v3.904a.8.8 0 0 0 .162.488.73.73 0 0 0 1.07.114l1.91-1.413.026-.025a.8.8 0 0 0 .235-.572v-2.62l2.752-3.512A1 1 0 0 0 14.954 6zm0 1h7.427l-2.964 3.785v2.864l-1.403 1.038v-3.779z"}))));function Xt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jt=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.764 2a2 2 0 0 1 1.79 1.106L8 4h7a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm0 1H1v10h14V5H7.382l-.724-1.447A1 1 0 0 0 5.764 3"}))));function Qt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const en=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 15v-1.5A7.5 7.5 0 0 1 9.5 6h4.335l-3.398 3.577.726.688L15.69 5.5 11.163.735l-.726.688L13.835 5H9.5A8.5 8.5 0 0 0 1 13.5V15z"}))));function tn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const nn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){tn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 9.5a7 7 0 1 1 12.6 4.2l.8.6a8 8 0 1 0-12.8 0l.8-.6A6.97 6.97 0 0 1 1 9.5m11.424-3.235a.5.5 0 0 0-.689-.689L6.893 8.601a1.819 1.819 0 1 0 2.506 2.506zM7.423 9.449l3.006-1.878-1.878 3.006A.819.819 0 1 1 7.423 9.45Z"}))));function rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const on=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){rn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 0h5v2H2v3H0V0m2 11v3h3v2H0v-5zM15 0h1v5h-2V2h-3V0zm-1 14v-3h2v5h-5v-2z"}))));function an(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ln=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){an(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 1v1H2v12h12V7h1v7a1 1 0 0 1-.883.993L14 15H2a1 1 0 0 1-.993-.883L1 14V2a1 1 0 0 1 .883-.993L2 1zm7-1v5h-1V1.706l-4.5 4.501-.707-.707L14.292 1H11V0z"}))));function cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const un=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){cn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 2v4H1V2zM1 1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm5 9v4H1v-4zM1 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1zm14-7v4h-5V2zm-5-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm5 9v4h-5v-4zm-5-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z"}))));function sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 10h4a4 4 0 0 1 4 4H0a4 4 0 0 1 4-4m2-1a3 3 0 1 1 0-6 3 3 0 0 1 0 6m6.584 3a5 5 0 0 0-3.98-2.964c.342-.293.634-.644.86-1.036H12a4 4 0 0 1 4 4zM9.892 6.926a4.01 4.01 0 0 0-1.334-4.001 2.5 2.5 0 1 1 1.334 4"}),f.createElement("use",{fillRule:"evenodd"}))));function pn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const mn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){pn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 3h14v2H1zm0 4h14v2H1zm0 6v-2h14v2z"}))));function bn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const hn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){bn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3 15V1h2v14zm4 0V1h2v14zm6 0h-2V1h2z"}))));function gn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const dn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){gn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0m-7.718.208V10.5h1.344V9s.863-.126 1.358-.378q.756-.392 1.134-1.05.378-.659.378-1.442v-.168q0-.798-.392-1.456a2.73 2.73 0 0 0-1.092-1.064q-.7-.405-1.68-.406-1.105 0-1.848.448a2.97 2.97 0 0 0-1.12 1.162c-.243.476-.364.85-.364 1.4h1.288c0-.383.084-.579.252-.868q.252-.448.7-.7.462-.266 1.092-.266.546 0 .966.224.434.21.672.63.238.405.238.98 0 .77-.49 1.302c-.394.44-1.161.593-1.824.725a9 9 0 0 0-.612.135m1.53 3.98a.812.812 0 1 1-1.624 0 .812.812 0 0 1 1.624 0"}))));function vn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const yn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){vn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.059 0c.47 0 .941.47.941.941v13.177c0 .47-.47.94-.941.94H.94c-.47 0-.753-.187-.847-.47 0-.094-.094-.282-.094-.47V.94C0 .471.47 0 .941 0zM3.765 12.235H.94v1.883h2.824zm0-2.823H.94v1.882h2.824zm0-2.824H.94v1.883h2.824zm0-2.823H.94v1.882h2.824zm0-2.824H.94v1.883h2.824zm3.764 11.294H4.706v1.883h2.823zm0-2.823H4.706v1.882h2.823zm0-2.824H4.706v1.883h2.823zm0-2.823H4.706v1.882h2.823zm0-2.824H4.706v1.883h2.823zm3.765 11.294H8.471v1.883h2.823zm0-2.823H8.471v1.882h2.823zm0-2.824H8.471v1.883h2.823zm0-2.823H8.471v1.882h2.823zm0-2.824H8.471v1.883h2.823zm3.765 11.294h-2.824v1.883h2.824zm0-2.823h-2.824v1.882h2.824zm0-2.824h-2.824v1.883h2.824zm0-2.823h-2.824v1.882h2.824zm0-2.824h-2.824v1.883h2.824z"}))));function wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const On=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.5.143A8 8 0 1 1 .003 8.262L0 8.009h1a7 7 0 0 0 14 0 7 7 0 0 0-13.328-3H4v1H0v-4h1v2.115A8 8 0 0 1 9.5.143m-1 1.866v5.71l3.248 1.856-.496.868L7.5 8.3V2.01z"}))));function xn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const jn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){xn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 16a1 1 0 0 1-1-1V5.515a1 1 0 0 1 .419-.814l6-4.286a1 1 0 0 1 1.162 0l6 4.286a1 1 0 0 1 .419.814V15a1 1 0 0 1-1 1zM8 1.229 2 5.515V15h3v-5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v5h3V5.515zM10 10H6v5h4z"}))));function En(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Pn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){En(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M3.5 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m0-1a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1M1 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1zm14 1v4.293L13.207 5.5a1 1 0 0 0-1.414 0L8 9.293 7.207 8.5a1 1 0 0 0-1.414 0l-4.5 4.5H1V3zm0 5.707V13h-3.293l-3-3L12.5 6.207zM10.293 13H2.707L6.5 9.207z"}))));function Sn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const kn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Sn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2v1.5A4.5 4.5 0 0 1 10.5 8H7.707l2 2-.707.707L5.793 7.5 9 4.293 9.707 5l-2 2H10.5A3.5 3.5 0 0 0 14 3.5V2zM8 2H1a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9h-1v4H1V3h7z"}))));function Cn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Mn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Cn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m5.894 8.5-1.47 1.67.751.66L7.666 8l-2.49-2.83-.751.66L5.894 7.5H0v1zM2 1h14v1H2zm8 4h6v1h-6zm0 5h6v1h-6zm-8 4h14v1H2z"}))));function An(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Vn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){An(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m.5 5.5V11h1v1h-3v-1h1V7.5h-1v-1zm-.75-3a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5"}))));function Hn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const zn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Hn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.545 9.273H2.182v-.728h4.363zm-4.363 1.454h4.363v.728H2.182zM8 11.455l.727.727v.727c0 .146-.072.291-.072.364-.073.218-.291.363-.655.363H.727c-.363 0-.582-.145-.654-.363 0-.073-.073-.218-.073-.364V2.727c0-.145.073-.29.073-.363C.145 2.145.363 2 .727 2H8c.364 0 .582.145.655.364 0 .072.072.218.072.363V4.91L8 5.636V3.455c0-.728 0-.728-.727-.728H1.455c-.728 0-.728 0-.728.728v8.727c0 .727 0 .727.728.727h5.818c.727 0 .727 0 .727-.727zM6.545 4.909H2.182v-.727h4.363zm0 2.182H2.182v-.727h4.363zM16 13.636c-.145-.727-.436-1.381-.873-2.036-.727-1.018-1.963-2.11-4.218-2.327v2.182L8 8.545l2.91-2.909v2.182c1.526.073 5.09.727 5.09 5.818"}))));function qn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Dn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11 0c2.8 0 5 2.2 5 5s-2.2 5-5 5c-.6 0-1.2-.1-1.7-.3L9 10H8v2H6v2H4v2H0v-3l6.3-6.3C6.1 6.2 6 5.6 6 5c0-2.8 2.2-5 5-5m0 1C8.752 1 7 2.752 7 5c0 .416.058.812.161 1.14l.067.189.245.612L1 13.414V15h2v-2h2v-2h2V9h1.586l.473-.473.612.245c.361.144.831.228 1.329.228 2.248 0 4-1.752 4-4s-1.752-4-4-4m1 2c.533 0 1 .467 1 1s-.467 1-1 1-1-.467-1-1 .467-1 1-1"}))));function Bn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const In=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Bn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 2.625 11.3 3.9l-.6-.8 1.997-1.498a.5.5 0 0 1 .306-.102h.487a.51.51 0 0 1 .51.51V13h2v1h-5v-1h2zM1.504 13.938 1.87 11H0v-1h1.996l.5-4H1V5h1.621l.383-3.062.992.124L3.63 5h3.49l.383-3.062.992.124L8.13 5H10v1H8.004l-.5 4H9v1H7.379l-.383 3.062-.992-.124L6.37 11H2.88l-.383 3.062zM6.496 10l.5-4H3.504l-.5 4z"}))));function Ln(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Tn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ln(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 13h6v1.5c0 .3-.2.5-.5.5H10v.5c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5V15h-.5c-.3 0-.5-.2-.5-.5zm0-1c0-2-3-3-3-7 0-3 3-5 6-5s6 2 6 5c0 4-3 4-3 7H5m-.5-7c.3 0 .5-.2.5-.5s.2-.7.5-1 .6-.5 1-.5c.3 0 .5-.2.5-.5S6.8 2 6.5 2c-.6 0-1.2.3-1.7.8S4 3.9 4 4.5c0 .3.2.5.5.5"}))));function Nn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Fn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Nn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 16H0V0h1v13l4.4-7.3 4 2.3 3.8-6.6c.3-.5 1.2-.6 1.7-.4.5.3.8 1.1.5 1.6l-5 8.8-4-2.3L3 15h13z"}))));function _n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $n=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_n(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.354 7.146-.708.708a2.33 2.33 0 0 0-3.292 0l-2.75 2.75a1.975 1.975 0 0 0 2.792 2.793l2.75-2.75.708.707-2.75 2.75a2.975 2.975 0 0 1-4.208-4.208l2.75-2.75a3.33 3.33 0 0 1 4.708 0m4.75-5.25a2.975 2.975 0 0 1 0 4.208l-2.75 2.75a3.33 3.33 0 0 1-4.708 0l.708-.708c.909.91 2.383.91 3.292 0l2.75-2.75a1.975 1.975 0 1 0-2.793-2.792l-2.75 2.75-.707-.708 2.75-2.75a2.975 2.975 0 0 1 4.207 0Z"}))));function Rn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Un=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Rn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 1h14a1 1 0 0 1 0 2H1a1 1 0 1 1 0-2M0 6a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1m0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1"}))));function Wn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 10a1 1 0 0 1 .5 1.866v.634a.5.5 0 0 1-1 0v-.634A1 1 0 0 1 8 10M3.625 7.035A2 2 0 0 0 2 9v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V9a2 2 0 0 0-1.625-1.965V5.383a4.375 4.375 0 0 0-8.75 0zM3 9a1 1 0 0 1 .931-.998h8.138A1 1 0 0 1 13 9v5a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1zm8.375-3.617V7h-6.75V5.383a3.375 3.375 0 0 1 6.75 0"}))));function Zn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.287 1c.355 0 .71.267.71.711v12.798a.7.7 0 0 1-.71.711H.71c-.355 0-.711-.355-.711-.711V1.711C0 1.267.356 1 .711 1zM14.22 2.778H8.888V7.22h5.332zm-12.442 0V7.22H7.11V2.778zm0 10.665H7.11V8.999H1.778zm12.442 0V8.999H8.888v4.444z"}))));function Kn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Xn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m0-1A7 7 0 0 1 1.887 4.587l1.5.3-.372 1.492A.5.5 0 0 0 3.1 6.8l1.5 2a.5.5 0 0 0 .143.129l2.5 1.5a.5.5 0 0 0 .136.056l1.476.37-.33.987a.5.5 0 0 0 0 .316l.455 1.362-.364 1.453A7 7 0 0 1 8 15m1.985-1.379a.5.5 0 0 0-.01-.28L9.526 12l.333-1h.933l1.12 1.12-.875 2.188q-.64.31-1.346.486l.293-1.173Zm2.506-.25.473-1.185a.5.5 0 0 0-.11-.54l-1.5-1.5A.5.5 0 0 0 11 10H9.74L8.22 8.1l1.122.374a.5.5 0 0 0 .643-.353l.466-1.865 1.903-1.902a.5.5 0 0 0 0-.708L9.996 1.29a7.003 7.003 0 0 1 2.494 12.08ZM7.693 9.532l-2.352-1.41L4.043 6.39l.442-1.769a.5.5 0 0 0-.387-.611l-1.612-.323a6.99 6.99 0 0 1 5.813-2.68L11.293 4l-.793.793-1.146-1.147-.708.708L9.793 5.5l-.147.146a.5.5 0 0 0-.131.233l-.37 1.476-.987-.33a.5.5 0 0 0-.512.121l-.5.5a.5.5 0 0 0-.036.666l1.074 1.344z"}))));function Jn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Qn=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Jn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M16 0v5h-1V1.707l-4.5 4.5-.707-.707 4.5-4.501L11 1V0zM5.5 9.793l.707.707L1.706 15H5v1H0v-5h1v3.292z"}))));function er(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const tr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){er(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m14.707 0 .707.707-5 5h3.293v1h-5v-5h1V5l5-4.999Zm-8 8.707v5h-1v-3.293l-5 5L0 14.707l4.999-5H1.707v-1z"}))));function nr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const rr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){nr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 4H1V2h14zm0 10H1v-2h14zm0-5H1V7h14z"}))));function or(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ar=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){or(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8m4.5 9c.25 0 .5-.3.5-.6v-.8c0-.3-.25-.6-.5-.6h-9c-.25 0-.5.3-.5.6v.7c0 .4.25.7.5.7z"}))));function lr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ir=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 6.5h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1m5.5 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1m5.5 0h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1"}))));function cr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ur=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){cr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8M3 9.5c.8 0 1.5-.7 1.5-1.5S3.8 6.5 3 6.5 1.5 7.2 1.5 8 2.2 9.5 3 9.5m5 0c.8 0 1.5-.7 1.5-1.5S8.8 6.5 8 6.5 6.5 7.2 6.5 8 7.2 9.5 8 9.5m5 0c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5-1.5.7-1.5 1.5.7 1.5 1.5 1.5"}))));function sr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 11h1v5h-1zm-2 2h5v1h-5zM2 4h12v1H2zm0-2h12v7h1V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h7v-1H2z"}))));function pr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const mr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){pr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 2a1 1 0 0 1 .993.883L16 3v10a1 1 0 0 1-.883.993L15 14H1a1 1 0 0 1-.993-.883L0 13V3a1 1 0 0 1 .883-.993L1 2zm0 1H1v10h14zM4 6v5H3V6zm3 2v3H6V8zm3-1v4H9V7zm3-2v6h-1V5z"}))));function br(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const hr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){br(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.5 4v1H12v1.5h-1V5H9.5V4H11V2.5h1V4zM12 9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m-.5 4.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1m2-3v1h-4v-1zM6 4v1H2.5V4zm-2.793 6 1.06 1.06L5.329 10l.708.707-1.061 1.06 1.06 1.061-.707.708-1.06-1.061-1.06 1.06-.708-.707 1.06-1.06-1.06-1.06.707-.708ZM0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm14-1H8.5v6.5H15V2a1 1 0 0 0-1-1m1 13V8.5H8.5V15H14a1 1 0 0 0 1-1M1 2v5.5h6.5V1H2a1 1 0 0 0-1 1m0 12a1 1 0 0 0 1 1h5.5V8.5H1z"}))));function gr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const dr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){gr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 16a8 8 0 1 1 7.652-10.342c.588 4.006-1.241 5.348-3.236 5.754-1.38.28-2.865-.141-3.576.609C7.194 13.48 10.976 14.722 8 16m-4-6a2 2 0 1 0 0-4 2 2 0 0 0 0 4m1.5-5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M10 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m3 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2"}),f.createElement("use",{fillRule:"evenodd"}))));function vr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const yr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){vr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 2a1 1 0 0 1 1-1h9a1 1 0 0 1 1 1v4h4a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-4H1a1 1 0 0 1-1-1zm6.5 5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5z"}))));function wr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Or=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2 16V0h4v16zm8-16h4v16h-4z"}))));function xr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const jr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){xr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 10h6a5 5 0 0 1 5 5H0a5 5 0 0 1 5-5m3-1a4 4 0 1 1 0-8 4 4 0 0 1 0 8"}),f.createElement("use",{fillRule:"evenodd"}))));function Er(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Pr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Er(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7 8a.75.75 0 1 0 0-1.5A.75.75 0 0 0 7 8M6 4 5 5H4a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H9L8 4zm-.586 2 1-1h1.172l1 1H10v3H4V6zM2 0a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm2 14a1 1 0 0 0 1-1V2.268A2 2 0 0 1 16 4v10a2 2 0 0 1-2 2H4a2 2 0 0 1-1.732-1z"}))));function Sr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const kr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Sr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 7h7a7.004 7.004 0 0 0-7-7zm1-5.917A6.005 6.005 0 0 1 14.917 6H10zM14 9H7V2a7.002 7.002 0 0 0 0 14 7 7 0 0 0 7-7m-8 1h6.917A6.002 6.002 0 0 1 1 9a6 6 0 0 1 5-5.917z"}))));function Cr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Mr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Cr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.6 4c.2 0 .4.2.4.4v11.1c0 .3-.2.5-.4.5H.4c-.2 0-.4-.2-.4-.4V4.4c0-.2.2-.4.4-.4zm0-4c.2 0 .4.2.4.4v2.1c0 .3-.2.5-.4.5H.4C.2 3 0 2.8 0 2.6V.4C0 .2.2 0 .4 0zm13 0c.2 0 .4.2.4.4v2.1c0 .3-.2.5-.4.5H4.4c-.2 0-.4-.2-.4-.4V.4c0-.2.2-.4.4-.4zM13 4l3 3h-2c-.1 1.3-.4 2.5-.9 3.5-.9 1.7-2.6 3.5-6.1 3.5v2l-3-3 3-3v2c.6 0 4.9-.3 4.9-5H10z"}))));function Ar(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Vr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ar(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15 15H1.5A1.5 1.5 0 0 1 0 13.5v-11A1.5 1.5 0 0 1 1.5 1h13A1.5 1.5 0 0 1 16 2.5V14a1 1 0 0 1-1 1M1 2.5v11a.5.5 0 0 0 .5.5H4V5H2V3h2v2h11V2.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5M8.5 6v8h3V6zm4 8H15V6h-2.5zm-5-8H5v8h2.5z"}))));function Hr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const zr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Hr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m0 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M6.54 4.338l4.96 2.79a1 1 0 0 1 0 1.744l-4.96 2.79a1 1 0 0 1-1.49-.872V5.21a1 1 0 0 1 1.49-.872m-.49.872v5.58L11.01 8z"}))));function qr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Dr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){qr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9 9h3.5c.25 0 .5-.3.5-.6v-.8c0-.3-.25-.6-.5-.6H9V3.5c0-.25-.3-.5-.6-.5h-.7c-.4 0-.7.25-.7.5V7H3.5c-.25 0-.5.3-.5.6v.7c0 .4.25.7.5.7H7v3.5c0 .25.3.5.6.5h.8c.3 0 .6-.25.6-.5zM8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Br(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ir=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Br(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}),f.createElement("use",{fillRule:"evenodd"}))));function Lr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Tr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Lr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 1v3H4V1zM4 0a1 1 0 0 0-1 1v4h10V1a1 1 0 0 0-1-1zm8 9v6H4V9zM3 8v7a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V8zM2 5h12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-1v1h1a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1m3 6h6v1H5zm0 2h6v1H5zm6-7h2v1h-2z"}))));function Nr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Fr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Nr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 4H8V2.5a1.5 1.5 0 1 0-3 0V4H1v3h.5a2.5 2.5 0 0 1 0 5H1v3h4v-.5a2.5 2.5 0 0 1 5 0v.5h2v-4h1.5a1.5 1.5 0 0 0 0-3H12zM9 14.5a1.5 1.5 0 0 0-3 0V16H.3q-.3 0-.3-.3V11h1.5a1.5 1.5 0 0 0 0-3H0V3.3Q0 3 .3 3H4v-.5a2.5 2.5 0 0 1 5 0V3h3.7q.3 0 .3.3V7h.5a2.5 2.5 0 0 1 0 5H13v3.7q0 .3-.3.3H9z"}))));function _r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const $r=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){_r(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 8a7 7 0 1 1 10 6.326V11h-1v5h5v-1h-3.124A8 8 0 1 0 8 16v-1a7 7 0 0 1-7-7"}))));function Rr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ur=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Rr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m9.414 8 2.475-2.475c.177-.177.142-.566-.07-.778l-.566-.565c-.212-.213-.601-.248-.778-.071L8 6.586 5.525 4.11c-.177-.177-.566-.142-.778.07l-.495.496c-.283.282-.318.671-.141.848L6.586 8 4.11 10.475c-.177.177-.142.566.07.778l.496.495c.282.283.671.318.848.141L8 9.414l2.475 2.475c.177.177.566.142.778-.07l.565-.566c.213-.212.248-.601.071-.778zM8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8"}))));function Wr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Gr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 15c-3.848 0-7-3.152-7-7s3.152-7 7-7 7 3.152 7 7-3.152 7-7 7m0 1c4.4 0 8-3.6 8-8s-3.6-8-8-8-8 3.6-8 8 3.6 8 8 8m-.5-5.587V4h1v6.413l2.675-2.293.65.76L8 12.158 4.175 8.88l.65-.76z"}))));function Zr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Yr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Zr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 8c2.2 0 4-1.8 4-4S6.2 0 4 0 0 1.8 0 4s1.8 4 4 4m0-1C2.352 7 1 5.648 1 4s1.352-3 3-3 3 1.352 3 3-1.352 3-3 3m8.5 5c1.9 0 3.5-1.6 3.5-3.5S14.4 5 12.5 5 9 6.6 9 8.5s1.6 3.5 3.5 3.5m0-1C11.152 11 10 9.848 10 8.5S11.152 6 12.5 6 15 7.152 15 8.5 13.848 11 12.5 11M8 13.5C8 14.9 6.9 16 5.5 16S3 14.9 3 13.5 4.1 11 5.5 11 8 12.1 8 13.5m-1 0c0-.848-.652-1.5-1.5-1.5S4 12.652 4 13.5 4.652 15 5.5 15 7 14.348 7 13.5"}))));function Kr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Xr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Kr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8.421 11.947c0 .59.168 1.264.337 1.6.168.337.337.506.59.674s.589.253.841.253H1.6c-.421 0-.674-.085-.926-.337a7 7 0 0 1-.506-.842A6.6 6.6 0 0 1 0 11.947zM3.958 3.442c.253-.59.42-1.095.674-1.431q.252-.506.505-.758Q5.39 1 5.642 1h9.516c-.169 0-.337.084-.505.337q-.253.251-.506.758c-.168.337-.42.758-.59 1.431l-1.768 8.421c-.252.674-.42 1.18-.589 1.516s-.421.59-.505.674c-.169.168-.337.252-.506.337a2.6 2.6 0 0 1-.42-.59c-.085-.168-.169-.42-.253-.59-.084-.168-.084-.42-.084-.589v-.59c0-.168 0-.42-.085-.504-.084-.085-.168-.253-.336-.337-.085-.085-.337-.085-.506-.085H2.526zm10.442.084c0-.337 0-.673.084-1.01.084-.253.169-.505.253-.842.084-.253.252-.506.42-.674.17 0 .338.084.506.337.084.252.169.505.253.842 0 .421.084.842.084 1.347z"}))));function Jr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Qr=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Jr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m14.206 10.463-.743-.67-2.269 2.522-1.272-1.018-.625.781 2.009 1.607zM14 4h-3v2.022a5.5 5.5 0 0 0-1 .185V3c0-.364.097-.706.268-1H6a2 2 0 0 0-2 2v7h2.022a5.6 5.6 0 0 0 0 1H1a1 1 0 0 0 1 1h4.207q.148.524.393 1H2a2 2 0 0 1-2-2v-1h3V4a3 3 0 0 1 3-3h6a2 2 0 0 1 2 2zm-2-2a1 1 0 0 0-.59.193l-.01.007a1 1 0 0 0-.15.137A1 1 0 0 0 11 3h2a1 1 0 0 0-1-1m-.5 13a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7m0 1a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9"}))));function eo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const to=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){eo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.057 11.164a6 6 0 1 1 2.112-2.116 1 1 0 0 1 .052.044l4.176 4.08a1 1 0 0 1 .009 1.422l-.707.707a1 1 0 0 1-1.406.008l-4.185-4.087a1 1 0 0 1-.05-.058ZM10.5 6a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0"}))));function no(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ro=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){no(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 4v8l8-8zm0-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function oo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ao=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){oo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 3h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function lo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const io=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1 1.5a.5.5 0 0 1 .5-.5H3V0H1.5A1.5 1.5 0 0 0 0 1.5V3h1zM14.5 1a.5.5 0 0 1 .5.5V3h1V1.5A1.5 1.5 0 0 0 14.5 0H13v1zm0 14a.5.5 0 0 0 .5-.5V13h1v1.5a1.5 1.5 0 0 1-1.5 1.5H13v-1zm-13 0a.5.5 0 0 1-.5-.5V13H0v1.5A1.5 1.5 0 0 0 1.5 16H3v-1zM6 0h4v1H6zm9 6h1v4h-1zm-5 10v-1H6v1zM5.025 9.014A2.986 2.986 0 0 1 8 12h1a3.986 3.986 0 0 0-3.972-3.986l-3.025-.01 1.65-1.65-.707-.708L.093 8.5l2.853 2.854.708-.708L2.01 9.004l3.014.01Z"}))));function co(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const uo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){co(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.5 1a.5.5 0 0 0-.5.5V3H0V1.5A1.5 1.5 0 0 1 1.5 0H3v1zm13.5.5a.5.5 0 0 0-.5-.5H13V0h1.5A1.5 1.5 0 0 1 16 1.5V3h-1zM14.5 15a.5.5 0 0 0 .5-.5V13h1v1.5a1.5 1.5 0 0 1-1.5 1.5H13v-1zM1 14.5a.5.5 0 0 0 .5.5H3v1H1.5A1.5 1.5 0 0 1 0 14.5V13h1zM6 0h4v1H6zM1 6H0v4h1zm9 9H6v1h4zm-2-3c0-1.645 1.33-2.98 2.975-2.986l3.031-.01-1.663 1.699.714.7 2.846-2.907-2.85-2.85-.707.708 1.651 1.65-3.025.01A3.986 3.986 0 0 0 7 12z"}))));function so(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){so(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m0-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m-1-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M6 9.444h1.111c0-.61.111-1.166.333-1.722.5-1.11 1.278-1.889 2.39-2.389A4.5 4.5 0 0 1 11.555 5c.61 0 1.166.111 1.722.333 1.11.5 1.889 1.278 2.389 2.39.222.555.333 1.11.333 1.721 0 .612-.111 1.167-.278 1.778-.5 1.056-1.278 1.89-2.389 2.334a4.5 4.5 0 0 1-1.722.333V13c.5 0 .945-.111 1.389-.278.889-.389 1.5-1 1.889-1.889.167-.444.278-.889.278-1.389s-.111-.944-.334-1.388c-.389-.89-1-1.556-1.889-1.89a3 3 0 0 0-1.388-.333c-.5 0-.945.111-1.445.334-.889.389-1.5 1-1.889 1.889-.166.444-.278.888-.278 1.388h1.39l-1.667 2.223z"}))));function po(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const mo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){po(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7 1v4h2V1zM.4 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H.4a.4.4 0 0 1-.4-.4V.4C0 .18.18 0 .4 0M1 1v4h2V1zm5.4-1h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H6.4a.4.4 0 0 1-.4-.4V.4c0-.22.18-.4.4-.4m-6 10h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H.4a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4m6 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4H6.4a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4m6 0h3.2c.22 0 .4.18.4.4v5.2a.4.4 0 0 1-.4.4h-3.2a.4.4 0 0 1-.4-.4v-5.2c0-.22.18-.4.4-.4M0 8h16v1H0z"}))));function bo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ho=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){bo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 15.5a.5.5 0 0 1 .5-.5h3a.5.5 0 1 1 0 1h-3a.5.5 0 0 1-.5-.5m-5-2v1a.5.5 0 0 0 .5.5h1a.5.5 0 1 1 0 1H1a1 1 0 0 1-1-1v-1.5a.5.5 0 1 1 1 0m14 0a.5.5 0 1 1 1 0V15a1 1 0 0 1-1 1h-1.5a.5.5 0 1 1 0-1h1a.5.5 0 0 0 .5-.5zm-14-7v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0m15 0v3a.5.5 0 1 1-1 0v-3a.5.5 0 1 1 1 0m-16-4V1a1 1 0 0 1 1-1h1.5a.5.5 0 0 1 0 1h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 1-1 0m6-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 .5m9 2v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 1 1 0-1H15a1 1 0 0 1 1 1v1.5a.5.5 0 1 1-1 0M4 4v8h8V4zm0-1h8a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1"}))));function go(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const vo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){go(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.6 5H.4C.2 5 0 4.8 0 4.6V3.4c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m0 4H.4C.2 9 0 8.8 0 8.6V7.4c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m0 4H.4c-.2 0-.4-.2-.4-.4v-1.2c0-.2.2-.4.4-.4h1.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m12-8H4.4c-.2 0-.4-.2-.4-.4V3.4c0-.2.2-.4.4-.4h9.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m-2 4H4.4c-.2 0-.4-.2-.4-.4V7.4c0-.2.2-.4.4-.4h7.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4m4 4H4.4c-.2 0-.4-.2-.4-.4v-1.2c0-.2.2-.4.4-.4h11.2c.2 0 .4.2.4.4v1.2c0 .2-.2.4-.4.4"}))));function yo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m4 9 4 7H0zm3-2H0V0h7zm5-2c2.2 0 4 1.8 4 4s-1.8 4-4 4-4-1.8-4-4 1.8-4 4-4"}))));function Oo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Oo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 0a3 3 0 1 1-2.422 4.77L5.87 7.125a3 3 0 0 1 0 1.753l4.707 2.353a3 3 0 1 1-.447.894L5.422 9.771a3 3 0 1 1 0-3.54l4.708-2.354A3 3 0 0 1 13 0m0 11a2 2 0 1 0 0 4 2 2 0 0 0 0-4M3 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4m10-5a2 2 0 1 0 0 4 2 2 0 0 0 0-4"}))));function jo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Eo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){jo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.509 13H4.387c0 .032.613-.37.613-1.5V10h10.009v1.638c0 .661-.826 1.362-1.5 1.362M4 11.65C4 12.395 3.26 13 2.5 13S1 12.395 1 11.65V3h12v6H5a1 1 0 0 0-1 1zM14 9V3c0-.553-.447-1-.999-1H1a1 1 0 0 0-1 1v8.5C0 12.879 1.122 14 2.5 14h11.003A2.5 2.5 0 0 0 16 11.503V10a1 1 0 0 0-1-1z"}))));function Po(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const So=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Po(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6 4.383v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 3.954a.5.5 0 0 0-.757.43ZM9.056 6.5 7 7.734V5.266zM2 1a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1h5.5v3H5v1h6v-1H8.5v-3H14a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zm12 1v9H2V2z"}))));function ko(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Co=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ko(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.843 1c.267 0 .267.089.267.267v13.775a.19.19 0 0 1-.178.178H5.51a.19.19 0 0 1-.177-.178V9H3.555v2.666L0 8.11l3.555-3.555v2.666h1.778V1.178c0-.09.088-.178.177-.178zm5.6 10.665V8.999h-1.778v6.043a.19.19 0 0 1-.178.178H9.154c-.266 0-.266-.089-.266-.267V1.178c0-.09.088-.178.177-.178h1.422c.09 0 .178.089.178.178V7.22h1.778V4.555l3.555 3.555z"}))));function Mo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ao=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Mo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.418 1.007.042.08 1.788 4.217 4.571.388a.5.5 0 0 1 .348.811l-.063.065-3.472 3.008 1.043 4.47a.5.5 0 0 1-.664.581l-.081-.04L8 12.217l-3.93 2.372a.5.5 0 0 1-.757-.453l.012-.089 1.043-4.47L.896 6.568a.5.5 0 0 1 .196-.86l.089-.016 4.571-.388L7.54 1.086a.5.5 0 0 1 .878-.08Z"}))));function Vo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ho=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Vo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M8 12.604V3.396L14.73 8zM2 3h2v10H2zm13.294 5.825a1 1 0 0 0 0-1.65L8.564 2.57A1 1 0 0 0 7 3.396v9.208a1 1 0 0 0 1.565.825zM1 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"}))));function zo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const qo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){zo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13 14H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1"}))));function Do(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Bo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Do(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5 13v3l-5-5 5-5v4h8c1 0 1 0 1-1V3c0-1 0-1-1-1h-2.6c-.2 0-.4-.2-.4-.4V.4c0-.2.2-.4.4-.4H14c1.6 0 2 .8 2 2.3V10c0 1.4-.5 2-2 2H5z"}))));function Io(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Lo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Io(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.783 10.832a.25.25 0 0 1 0 .36l-3.391 3.391c-.14.117-.25.133-.32.04-.07-.087-.11-.165-.11-.22v-2.39H6.219a.25.25 0 0 1-.257-.259V10.27a.25.25 0 0 1 .257-.258h5.745V7.62c0-.219.273-.336.429-.18zM10 5.764a.25.25 0 0 1-.258.257H3.998v2.392c0 .219-.274.336-.43.18L.176 5.2a.25.25 0 0 1 0-.36L3.568 1.45c.14-.117.25-.133.32-.039.07.086.11.164.11.219v2.39H9.74c.148 0 .258.11.258.259z"}),f.createElement("use",{fillRule:"evenodd"}))));function To(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const No=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){To(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.941 7.024A8 8 0 0 1 1.999 13.29V16H1v-5h5v1H2.255a7 7 0 0 0 12.717-4.63zM14.999 0v5h-5V4h3.746A7 7 0 0 0 1.027 8.625l-.969.346a8 8 0 0 1 13.94-6.263L14 0z"}))));function Fo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const _o=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm1 0v3h14V2zm0 4v8h4V6zm9 8V6H6v8zm1 0h4V6h-4z"}))));function $o(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ro=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$o(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m8.031 0 7.667 7.666a1.033 1.033 0 0 1 0 1.46l-6.572 6.572a1.033 1.033 0 0 1-1.46 0L0 8.03V0zm-2.47 3.44a1.5 1.5 0 1 0-2.122 2.12 1.5 1.5 0 0 0 2.122-2.12"}))));function Uo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Uo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M5.52 11.938 4.5 15H1L6.425 1h3.238L15 15h-3.5l-1.02-3.062zm.73-2.188h3.5L8 4.5z"}))));function Go(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Zo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Go(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m6 10 7-7 2 2-7 7-2 2-5-5 2-2z"}))));function Yo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ko=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Yo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M1.5 7.9C1 8.1.4 8 .1 7.5-.1 7 0 6.4.5 6.1L8 2l7.5 4.1c.5.3.6.9.4 1.4-.3.5-.9.6-1.4.4L8 4.3zm14 4.2c.5.3.6.9.4 1.4-.3.5-.9.6-1.4.4L8 10.3l-6.5 3.6c-.5.2-1.1.1-1.4-.4-.2-.5-.1-1.1.4-1.4L8 8z"}))));function Xo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Jo=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Xo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M0 16V0h16v16zM1 1v8h8V1zm9 7v3h5V8zm2 4h-2v3h2zm3-11h-5v6h5zM9 15v-5H6v5zm-4-5H1v5h4zm8 2v3h2v-3z"}))));function Qo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ea=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Qo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M2.4 4h11.2a.2.2 0 0 1 .16.32l-5.6 7.467a.2.2 0 0 1-.32 0L2.24 4.32A.2.2 0 0 1 2.4 4"}))));function ta(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const na=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ta(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11 2.4v11.2a.2.2 0 0 1-.32.16l-7.467-5.6a.2.2 0 0 1 0-.32l7.467-5.6a.2.2 0 0 1 .32.16"}))));function ra(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const oa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ra(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M4 13.6V2.4a.2.2 0 0 1 .32-.16l7.467 5.6a.2.2 0 0 1 0 .32l-7.467 5.6A.2.2 0 0 1 4 13.6"}))));function aa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const la=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){aa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M13.6 11H2.4a.2.2 0 0 1-.16-.32l5.6-7.467a.2.2 0 0 1 .32 0l5.6 7.467a.2.2 0 0 1-.16.32"}))));function ia(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ca=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ia(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m2.106 8.5 1.47 1.67-.751.66L.334 8l2.49-2.83.751.66L2.106 7.5H8v1zM2 1h14v1H2zm8 4h6v1h-6zm0 5h6v1h-6zm-8 4h14v1H2z"}))));function ua(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const sa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ua(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m5.758 7.414-3.415 3.414a1 1 0 0 0 0 1.415l1.414 1.414a1 1 0 0 0 1.415 0l3.414-3.415A3 3 0 0 1 8 13.657L6.586 15.07a3 3 0 0 1-4.243 0L.93 13.657a3 3 0 0 1 0-4.243L2.343 8a3 3 0 0 1 3.415-.586m4.484 1.172 3.415-3.414a1 1 0 0 0 0-1.415l-1.414-1.414a1 1 0 0 0-1.415 0L7.414 5.758A3 3 0 0 1 8 2.343L9.414.93a3 3 0 0 1 4.243 0l1.414 1.414a3 3 0 0 1 0 4.243L13.657 8a3 3 0 0 1-3.415.586M1.5 5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1m11 5h2a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1m-2 2a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0v-2a.5.5 0 0 1 .5-.5m-5-11a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 .5-.5"}),f.createElement("use",{fillRule:"evenodd"}))));function fa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const pa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M11.5 11a1 1 0 1 0-1.5.866v.634a.5.5 0 0 0 1 0v-.634a1 1 0 0 0 .5-.866M1 7V5a3 3 0 0 1 6 0v2a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H8V5a4 4 0 1 0-8 0v2zm6 1h7a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1"}))));function ma(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ba=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ma(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M12 4H6V3h6zM6 8.5h4v-1H6zm9 4.5H6v-1h9zM3 11a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm0 1H2v1h1zm0-5.5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1zm0 1H2v1h1zM3 2a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm0 1H2v1h1z"}))));function ha(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ga=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ha(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"m15 9-7 7-7-7zM1 7l7-7 7 7z"}))));function da(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const va=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){da(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7.999 2c2.545 0 4.508 1.543 5.89 3a13.8 13.8 0 0 1 2.108 3 13.8 13.8 0 0 1-2.109 3c-1.381 1.457-3.344 3-5.89 3-2.544 0-4.508-1.543-5.89-3A13.8 13.8 0 0 1 0 8a13.8 13.8 0 0 1 2.109-3c1.381-1.457 3.345-3 5.89-3m0 1C5.877 3 4.164 4.287 2.837 5.685A12.7 12.7 0 0 0 1.14 8a12.7 12.7 0 0 0 1.697 2.315C4.164 11.713 5.877 13 8 13c2.12 0 3.834-1.287 5.161-2.685A12.7 12.7 0 0 0 14.857 8a12.7 12.7 0 0 0-1.697-2.315C11.833 4.287 10.12 3 7.999 3M8 4.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7m0 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m.707 1.793a1 1 0 1 1-1.414 1.414 1 1 0 0 1 1.414-1.414"}))));function ya(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ya(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M7.646 1.168 1.168 7.646.46 6.94 6.939.461a1.5 1.5 0 0 1 2.122 0l6.478 6.478a1.5 1.5 0 0 1 0 2.122l-6.478 6.478a1.5 1.5 0 0 1-2.122 0L.461 9.061a1.5 1.5 0 0 1 0-2.122l.707.707a.5.5 0 0 0 0 .708l6.478 6.478a.5.5 0 0 0 .708 0l6.478-6.478a.5.5 0 0 0 0-.708L8.354 1.168a.5.5 0 0 0-.708 0M8.75 11a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0M7.5 4h1v5h-1z"}))));function Oa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const xa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Oa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M15.738 13.5c.5.8.1 1.5-.8 1.5h-13.9c-1 0-1.3-.7-.8-1.5l6.8-11.9c.5-.8 1.3-.8 1.8 0zm-6.8-2c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5v1c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5zm0-6c0-.3-.2-.5-.5-.5h-1c-.3 0-.5.2-.5.5v4c0 .3.2.5.5.5h1c.3 0 .5-.2.5-.5z"}))));function ja(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ea=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ja(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9m0 1a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.121-3.5c-.103.273-.315.563-.573.841a7 7 0 0 1-.733.682 9 9 0 0 1-.815.598l4.328 4.329a1 1 0 0 0 1.415 0l.707-.707a1 1 0 0 0 0-1.415L10.62 8.5Zm.135 1.55 3.487 3.486-.707.707-3.51-3.51a8 8 0 0 0 .73-.684ZM4 6h5v1H4zm2-2h1v5H6z"}))));function Pa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Sa=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Pa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M6.5 11a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9m0 1a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11m4.121-3.5c-.103.273-.315.563-.573.841a7 7 0 0 1-.733.682 9 9 0 0 1-.815.598l4.328 4.329a1 1 0 0 0 1.415 0l.707-.707a1 1 0 0 0 0-1.415L10.62 8.5Zm.135 1.55 3.487 3.486-.707.707-3.51-3.51a8 8 0 0 0 .73-.684ZM4 6h5v1H4z"}))));var ka=[{value:"image",label:"Image",icon:f.createElement(Pn,null)},{value:"back",icon:f.createElement(Ee,null),label:"Back"},{value:"forward",icon:f.createElement(en,null),label:"Forward"},{value:"history",icon:f.createElement(On,null),label:"History"},{value:"help",icon:f.createElement(dn,null),label:"Help"},{value:"info",icon:f.createElement(Vn,null),label:"Info"},{value:"text",icon:f.createElement(Wo,null),label:"Text"},{value:"group",icon:f.createElement(fn,null),label:"Group"},{value:"search",icon:f.createElement(to,null),label:"Search"},{value:"zoom-in",icon:f.createElement(Ea,null),label:"Zoom in"},{value:"zoom-out",icon:f.createElement(Sa,null),label:"Zoom out"},{value:"export",icon:f.createElement(Nt,null),label:"Export"},{value:"import",icon:f.createElement(kn,null),label:"Import"},{value:"field",icon:f.createElement(Rt,null),label:"Field"},{value:"lock",icon:f.createElement(Gn,null),label:"Lock"},{value:"unlock",icon:f.createElement(pa,null),label:"Unlock"},{value:"database",icon:f.createElement(gt,null),label:"Database"},{value:"calendar",icon:f.createElement(_e,null),label:"Calendar"},{value:"bookmark",icon:f.createElement(Be,null),label:"Bookmark"},{value:"library",icon:f.createElement(Re,null),label:"Library"},{value:"star",icon:f.createElement(Ao,null),label:"Star"},{value:"print",icon:f.createElement(Tr,null),label:"Print"},{value:"remove",icon:f.createElement(Ur,null),label:"Remove"},{value:"handle",icon:f.createElement(mn,null),label:"Handle"},{value:"handle-horizontal",icon:f.createElement(hn,null),label:"Handle horizontal"},{value:"menu",icon:f.createElement(rr,null),label:"Menu"},{value:"list",icon:f.createElement(Un,null),label:"List"},{value:"unordered-list",icon:f.createElement(ba,null),label:"Unordered list"},{value:"clock",icon:f.createElement(Ke,null),label:"Clock"},{value:"puzzle",icon:f.createElement(Fr,null),label:"Puzzle"},{value:"filterpane",icon:f.createElement(Kt,null),label:"Filterpane"},{value:"plus",icon:f.createElement(Dr,null),label:"Plus"},{value:"minus",icon:f.createElement(ar,null),label:"Minus"},{value:"triangle-top",icon:f.createElement(la,null),label:"Triangle top"},{value:"triangle-bottom",icon:f.createElement(ea,null),label:"Triangle bottom"},{value:"triangle-left",icon:f.createElement(na,null),label:"Triangle left"},{value:"triangle-right",icon:f.createElement(oa,null),label:"Triangle right"},{value:"tick",icon:f.createElement(Zo,null),label:"Tick"},{value:"cogwheel",icon:f.createElement(ot,null),label:"Cogwheel"},{value:"settings",icon:f.createElement(vo,null),label:"Settings"},{value:"cut",icon:f.createElement(bt,null),label:"Cut"},{value:"copy",icon:f.createElement(pt,null),label:"Copy"},{value:"paste",icon:f.createElement(yr,null),label:"Paste"},{value:"camera",label:"Camera"},{value:"slide-show",icon:f.createElement(So,null),label:"Slide show"},{value:"palette",icon:f.createElement(dr,null),label:"Palette"},{value:"shapes",icon:f.createElement(wo,null),label:"Shapes"},{value:"effects",icon:f.createElement(Lt,null),label:"Effects"},{value:"file",icon:f.createElement(Wt,null),label:"File"},{value:"expand",icon:f.createElement(Qn,null),label:"Expand"},{value:"collapse",icon:f.createElement(tr,null),label:"Collapse"},{value:"bin",icon:f.createElement(He,null),label:"Bin"},{value:"link",icon:f.createElement($n,null),label:"Link"},{value:"pivot",icon:f.createElement(Mr,null),label:"Pivot"},{value:"reload",icon:f.createElement($r,null),label:"Reload"},{value:"add",icon:f.createElement(ee,null),label:"Add"},{value:"edit",icon:f.createElement(Bt,null),label:"Edit"},{value:"key",icon:f.createElement(Dn,null),label:"Key"},{value:"box",icon:f.createElement(Le,null),label:"Box"},{value:"home",icon:f.createElement(jn,null),label:"Home"},{value:"person",icon:f.createElement(jr,null),label:"Person"},{value:"grid",icon:f.createElement(un,null),label:"Grid"},{value:"cloud",icon:f.createElement(et,null),label:"Cloud"},{value:"more",icon:f.createElement(ir,null),label:"More"},{value:"folder",icon:f.createElement(Jt,null),label:"Folder"},{value:"drop",icon:f.createElement(qt,null),label:"Drop"},{value:"play",icon:f.createElement(zr,null),label:"Play"},{value:"tag",icon:f.createElement(Ro,null),label:"Tag"},{value:"close",icon:f.createElement(Je,null),label:"Close"},{value:"warning",icon:f.createElement(wa,null),label:"Warning"},{value:"warning-triangle",icon:f.createElement(xa,null),label:"Warning triangle"},{value:"share",icon:f.createElement(xo,null),label:"Share"},{value:"top",icon:f.createElement(Ko,null),label:"Top"},{value:"low-resolution",icon:f.createElement(Yn,null),label:"Low resolution"},{value:"high-resolution",icon:f.createElement(yn,null),label:"High resolution"},{value:"view",icon:f.createElement(va,null),label:"View"},{value:"control",icon:f.createElement(st,null),label:"Control"},{value:"code",icon:f.createElement(nt,null),label:"Code"},{value:"upload",label:"Upload"},{value:"repair",label:"Repair"},{value:"split",icon:f.createElement(Co,null),label:"Split"},{value:"up-down",icon:f.createElement(ga,null),label:"Up down"},{value:"disconnect",label:"Disconnect"},{value:"photo-library",icon:f.createElement(Pr,null),label:"Photo library"},{value:"application",icon:f.createElement(ce,null),label:"Application"},{value:"new-tab",icon:f.createElement(fr,null),label:"New tab"},{value:"ascending",icon:f.createElement(xt,null),label:"Ascending"},{value:"descending",icon:f.createElement(ve,null),label:"Descending"},{value:"arrow-up",icon:f.createElement(ge,null),label:"Arrow up"},{value:"arrow-down",icon:f.createElement(se,null),label:"Arrow down"},{value:"arrow-right",icon:f.createElement(be,null),label:"Arrow right"},{value:"arrow-left",icon:f.createElement(pe,null),label:"Arrow left"},{value:"sync",icon:f.createElement(No,null),label:"Sync"},{value:"draggable",icon:f.createElement(Ht,null),label:"Draggable"},{value:"book",icon:f.createElement(qe,null),label:"Book"},{value:"measure",label:"Measure"},{value:"download",icon:f.createElement(At,null),label:"Download"},{value:"more-rounded",icon:f.createElement(ur,null),label:"More rounded"},{value:"align-object-left",icon:f.createElement(oe,null),label:"Align object-left"},{value:"align-object-center",icon:f.createElement(ne,null),label:"Align object-center"},{value:"align-object-right",icon:f.createElement(le,null),label:"Align object-right"},{value:"submit",icon:f.createElement(Bo,null),label:"Submit"},{value:"operators",icon:f.createElement(hr,null),label:"Operators"},{value:"general-data-class",icon:f.createElement(on,null),label:"General data-class"},{value:"building",label:"Building"},{value:"bell",icon:f.createElement(Ae,null),label:"Bell"},{value:"unlink",icon:f.createElement(sa,null),label:"Unlink"},{value:"lightbulb",icon:f.createElement(Tn,null),label:"Lightbulb"},{value:"log-in",label:"Log in"},{value:"log-out",label:"Log out"},{value:"previous",icon:f.createElement(Ir,null),label:"Previous"},{value:"goto",icon:f.createElement(ln,null),label:"Goto"},{value:"save",icon:f.createElement(Gr,null),label:"Save"},{value:"pause",icon:f.createElement(Or,null),label:"Pause"},{value:"stop",icon:f.createElement(qo,null),label:"Stop"},{value:"step-in",icon:f.createElement(Ho,null),label:"Step in"},{value:"comment",icon:f.createElement(ct,null),label:"Comment"},{value:"indent",icon:f.createElement(Mn,null),label:"Indent"},{value:"undent",icon:f.createElement(ca,null),label:"Undent"},{value:"filter",icon:f.createElement(Zt,null),label:"Filter"},{value:"clear-filter",icon:f.createElement(We,null),label:"Clear filter"},{value:"insert",icon:f.createElement(zn,null),label:"Insert"},{value:"direction-left",icon:f.createElement(St,null),label:"Direction left"},{value:"swap",icon:f.createElement(Lo,null),label:"Swap"},{value:"bubbles",icon:f.createElement(we,null),label:"Bubbles"},{value:"sheet",icon:f.createElement(Eo,null),label:"Sheet"},{value:"object",icon:f.createElement(mr,null),label:"Object"},{value:"clear-selections",icon:f.createElement(Ze,null),label:"Clear selections"},{value:"selections-tool",icon:f.createElement(mo,null),label:"Selections tool"},{value:"selections-reload",icon:f.createElement(fo,null),label:"Selections reload"},{value:"selections-back",icon:f.createElement(io,null),label:"Selections back"},{value:"selections-forward",icon:f.createElement(uo,null),label:"Selections forward"},{value:"expression",icon:f.createElement(_t,null),label:"Expression"},{value:"select-alternative",icon:f.createElement(ro,null),label:"Select alternative"},{value:"select-possible",icon:f.createElement(ho,null),label:"Select possible"},{value:"select-excluded",icon:f.createElement(ao,null),label:"Select excluded"},{value:"select-all",label:"Select all"},{value:"bar-chart",icon:f.createElement(Ce,null),label:"Bar chart"},{value:"bar-chart-horizontal",icon:f.createElement(Se,null),label:"Bar chart-horizontal"},{value:"line-chart",icon:f.createElement(Fn,null),label:"Line chart"},{value:"pie-chart",icon:f.createElement(kr,null),label:"Pie chart"},{value:"gauge-chart",icon:f.createElement(nn,null),label:"Gauge chart"},{value:"kpi",icon:f.createElement(In,null),label:"Kpi"},{value:"scatter-chart",icon:f.createElement(Yr,null),label:"Scatter chart"},{value:"map",icon:f.createElement(Xn,null),label:"Map"},{value:"table",icon:f.createElement(_o,null),label:"Table"},{value:"pivot-table",icon:f.createElement(Vr,null),label:"Pivot table"},{value:"treemap",icon:f.createElement(Jo,null),label:"Treemap"},{value:"combo-chart",icon:f.createElement(lt,null),label:"Combo chart"},{value:"boxplot",icon:f.createElement(Ne,null),label:"Boxplot"},{value:"distributionplot",icon:f.createElement(Ct,null),label:"Distributionplot"},{value:"histogram",label:"Histogram"},{value:"direct-discovery",icon:f.createElement(Et,null),label:"Direct discovery"},{value:"data-model",icon:f.createElement(vt,null),label:"Data model"},{value:"script",icon:f.createElement(Xr,null),label:"Script"},{value:"script-ok",icon:f.createElement(Qr,null),label:"Script ok"},{value:"debug",icon:f.createElement(wt,null),label:"Debug"},{value:"auto-layout",icon:f.createElement(xe,null),label:"Auto layout"}];const Ca={aliceblue:{r:240,g:248,b:255},antiquewhite:{r:250,g:235,b:215},aqua:{r:0,g:255,b:255},aquamarine:{r:127,g:255,b:212},azure:{r:240,g:255,b:255},beige:{r:245,g:245,b:220},bisque:{r:255,g:228,b:196},black:{r:0,g:0,b:0},blanchedalmond:{r:255,g:235,b:205},blue:{r:0,g:0,b:255},blueviolet:{r:138,g:43,b:226},brown:{r:165,g:42,b:42},burlywood:{r:222,g:184,b:135},cadetblue:{r:95,g:158,b:160},chartreuse:{r:127,g:255,b:0},chocolate:{r:210,g:105,b:30},coral:{r:255,g:127,b:80},cornflowerblue:{r:100,g:149,b:237},cornsilk:{r:255,g:248,b:220},crimson:{r:220,g:20,b:60},cyan:{r:0,g:255,b:255},darkblue:{r:0,g:0,b:139},darkcyan:{r:0,g:139,b:139},darkgoldenrod:{r:184,g:134,b:11},darkgray:{r:169,g:169,b:169},darkgreen:{r:0,g:100,b:0},darkgrey:{r:169,g:169,b:169},darkkhaki:{r:189,g:183,b:107},darkmagenta:{r:139,g:0,b:139},darkolivegreen:{r:85,g:107,b:47},darkorange:{r:255,g:140,b:0},darkorchid:{r:153,g:50,b:204},darkred:{r:139,g:0,b:0},darksalmon:{r:233,g:150,b:122},darkseagreen:{r:143,g:188,b:143},darkslateblue:{r:72,g:61,b:139},darkslategray:{r:47,g:79,b:79},darkslategrey:{r:47,g:79,b:79},darkturquoise:{r:0,g:206,b:209},darkviolet:{r:148,g:0,b:211},deeppink:{r:255,g:20,b:147},deepskyblue:{r:0,g:191,b:255},dimgray:{r:105,g:105,b:105},dimgrey:{r:105,g:105,b:105},dodgerblue:{r:30,g:144,b:255},firebrick:{r:178,g:34,b:34},floralwhite:{r:255,g:250,b:240},forestgreen:{r:34,g:139,b:34},fuchsia:{r:255,g:0,b:255},gainsboro:{r:220,g:220,b:220},ghostwhite:{r:248,g:248,b:255},gold:{r:255,g:215,b:0},goldenrod:{r:218,g:165,b:32},gray:{r:128,g:128,b:128},green:{r:0,g:128,b:0},greenyellow:{r:173,g:255,b:47},grey:{r:128,g:128,b:128},honeydew:{r:240,g:255,b:240},hotpink:{r:255,g:105,b:180},indianred:{r:205,g:92,b:92},indigo:{r:75,g:0,b:130},ivory:{r:255,g:255,b:240},khaki:{r:240,g:230,b:140},lavender:{r:230,g:230,b:250},lavenderblush:{r:255,g:240,b:245},lawngreen:{r:124,g:252,b:0},lemonchiffon:{r:255,g:250,b:205},lightblue:{r:173,g:216,b:230},lightcoral:{r:240,g:128,b:128},lightcyan:{r:224,g:255,b:255},lightgoldenrodyellow:{r:250,g:250,b:210},lightgray:{r:211,g:211,b:211},lightgreen:{r:144,g:238,b:144},lightgrey:{r:211,g:211,b:211},lightpink:{r:255,g:182,b:193},lightsalmon:{r:255,g:160,b:122},lightseagreen:{r:32,g:178,b:170},lightskyblue:{r:135,g:206,b:250},lightslategray:{r:119,g:136,b:153},lightslategrey:{r:119,g:136,b:153},lightsteelblue:{r:176,g:196,b:222},lightyellow:{r:255,g:255,b:224},lime:{r:0,g:255,b:0},limegreen:{r:50,g:205,b:50},linen:{r:250,g:240,b:230},magenta:{r:255,g:0,b:255},maroon:{r:128,g:0,b:0},mediumaquamarine:{r:102,g:205,b:170},mediumblue:{r:0,g:0,b:205},mediumorchid:{r:186,g:85,b:211},mediumpurple:{r:147,g:112,b:219},mediumseagreen:{r:60,g:179,b:113},mediumslateblue:{r:123,g:104,b:238},mediumspringgreen:{r:0,g:250,b:154},mediumturquoise:{r:72,g:209,b:204},mediumvioletred:{r:199,g:21,b:133},midnightblue:{r:25,g:25,b:112},mintcream:{r:245,g:255,b:250},mistyrose:{r:255,g:228,b:225},moccasin:{r:255,g:228,b:181},navajowhite:{r:255,g:222,b:173},navy:{r:0,g:0,b:128},oldlace:{r:253,g:245,b:230},olive:{r:128,g:128,b:0},olivedrab:{r:107,g:142,b:35},orange:{r:255,g:165,b:0},orangered:{r:255,g:69,b:0},orchid:{r:218,g:112,b:214},palegoldenrod:{r:238,g:232,b:170},palegreen:{r:152,g:251,b:152},paleturquoise:{r:175,g:238,b:238},palevioletred:{r:219,g:112,b:147},papayawhip:{r:255,g:239,b:213},peachpuff:{r:255,g:218,b:185},peru:{r:205,g:133,b:63},pink:{r:255,g:192,b:203},plum:{r:221,g:160,b:221},powderblue:{r:176,g:224,b:230},purple:{r:128,g:0,b:128},rebeccapurple:{r:102,g:51,b:153},red:{r:255,g:0,b:0},rosybrown:{r:188,g:143,b:143},royalblue:{r:65,g:105,b:225},saddlebrown:{r:139,g:69,b:19},salmon:{r:250,g:128,b:114},sandybrown:{r:244,g:164,b:96},seagreen:{r:46,g:139,b:87},seashell:{r:255,g:245,b:238},sienna:{r:160,g:82,b:45},silver:{r:192,g:192,b:192},skyblue:{r:135,g:206,b:235},slateblue:{r:106,g:90,b:205},slategray:{r:112,g:128,b:144},slategrey:{r:112,g:128,b:144},snow:{r:255,g:250,b:250},springgreen:{r:0,g:255,b:127},steelblue:{r:70,g:130,b:180},tan:{r:210,g:180,b:140},teal:{r:0,g:128,b:128},thistle:{r:216,g:191,b:216},tomato:{r:255,g:99,b:71},transparent:{r:255,g:255,b:255,a:0},turquoise:{r:64,g:224,b:208},violet:{r:238,g:130,b:238},wheat:{r:245,g:222,b:179},white:{r:255,g:255,b:255},whitesmoke:{r:245,g:245,b:245},yellow:{r:255,g:255,b:0},yellowgreen:{r:154,g:205,b:50}},Ma={resolveExpression:e=>{let t=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i.exec(e);if(t)return`rgb(${t[1]},${t[2]},${t[3]})`;if(t=/^argb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i.exec(e),t){const e=Math.round(t[1]/255*100)/100;return`rgba(${t[2]},${t[3]},${t[4]},${e})`}if(t=/^#([A-f0-9]{2})([A-f0-9]{2})([A-f0-9]{2})$/i.exec(e),t)return e;const n=e&&Ca[e.toLowerCase()];if(n){const e=void 0!==n.a?n.a:1;return`rgba(${n.r},${n.g},${n.b},${e})`}return"none"},getFadedColor(e){const t=.15;let n,r,o,a;if(e.length>7){n=e.split(",");const l=-1!==n[0].indexOf("a");return r=l?parseInt(n[0].slice(5),10):parseInt(n[0].slice(4),10),a=parseInt(n[1],10),o=parseInt(n[2],10),`${(l?"rgba(":"rgb(")+(Math.round((0-r)*t)+r)},${Math.round((0-a)*t)+a},${Math.round((0-o)*t)+o}${l?`,${n[3]}`:")"}`}return n=parseInt(e.slice(1),16),r=n>>16,a=n>>8&255,o=255&n,`#${(16777216+65536*(Math.round((0-r)*t)+r)+256*(Math.round((0-a)*t)+a)+(Math.round((0-o)*t)+o)).toString(16).slice(1)}`},getColor({useColorExpression:e=!1,colorExpression:t="",color:n=J.COLOR},r,o){let a;return e?a=Ma.resolveExpression(t):"string"==typeof n?a=n:n&&(a=o.getColorPickerColor(n)),a&&"none"!==a?a:r}},Aa={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},Va={"top-left":"top left","center-left":"center left","bottom-left":"bottom left","top-center":"top center","center-center":"center center","bottom-center":"bottom center","top-right":"top right","center-right":"center right","bottom-right":"bottom right",topLeft:"0% 0%",centerLeft:"50% 0%",bottomLeft:"100% 0%",topCenter:"0% 50%",centerCenter:"50% 50%",bottomCenter:"100% 50%",topRight:"0% 100%",centerRight:"50% 100%",bottomRight:"100% 100%"},Ha=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],za=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],qa=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],Da=e=>e%1!=0?e.toFixed(2):e,Ba=(e,t,n,r)=>{t.offsetWidth<=e.clientWidth?n.style.overflow="visible":n.style.overflow="hidden",r&&(t.children[0].style.marginRight=`${Da(.04*t.offsetWidth)}px`)},Ia=(e,t,n,r,o)=>{if("fixed"===t.sizeBehavior)n.style.fontSize=`${t.sizeFixed||J.FONT_SIZE_FIXED}px`,Ba(e,n,r,o);else if("relative"===t.sizeBehavior){const a=t.size||J.FONT_SIZE,l=40/a,i=Math.min(e.clientWidth/l*10,e.clientHeight*a*.8);n.style.fontSize=`${i}px`,Ba(e,n,r,o)}else{n.style.fontSize=`${e.clientHeight}px`;let r=e.clientHeight/n.offsetHeight*e.clientHeight;n.style.fontSize=`${r}px`,n.offsetWidth>e.clientWidth&&(r*=e.clientWidth/n.offsetWidth);((e,t,n,r)=>{t.style&&t.style.italic?r?(e.style.fontSize=`${Da(Math.max(.84*n,8))}px`,e.children[0].style.marginRight=`${Da(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${Da(.04*e.offsetWidth)}px`):(e.style.fontSize=`${Da(Math.max(.9*n,8))}px`,e.children[0].style.marginRight=`${Da(.02*e.offsetWidth)}px`):r?(e.style.fontSize=`${Da(Math.max(.88*n,8))}px`,e.children[0].style.marginRight=`${Da(.04*e.offsetWidth)}px`):e.style.fontSize=`${Da(Math.max(.92*n,8))}px`})(n,t,r*(t.size||J.FONT_SIZE),o)}},La=(e,t)=>{const n=t.getDataColorSpecials().primary;return Ma.getColor(e,n,t)},Ta=(e,t)=>`${e}: ${t};`;var Na={getStyles({style:e={},disabled:t,theme:n,element:r,app:o}){let a="width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;";const{font:l={},background:i={},border:c={}}=e;return a+=t?Ta("opacity",.4):Ta("cursor","pointer"),a+=((e,t,n,r)=>{let o="";o=r("color",Ma.getColor(e,t,n));const a=e.style||J.FONT_STYLE;return a.bold&&(o+=r("font-weight","bold")),a.italic&&(o+=r("font-style","italic")),o})(l,J.FONT_COLOR.color,n,Ta),a+=((e,t,n,r)=>{let o=r("background-color",La(e,t));if((e.useImage||"media"===e.mode)&&e.url.qStaticContentUrl){let t=e.url.qStaticContentUrl.qUrl;t&&(t=H(t,n),o+=r("background-image",`url('${t}')`),o+=r("background-size",Aa[e.size||J.BACKGROUND_SIZE]),o+=r("background-position",Va[e.position||J.BACKGROUND_POSITION]),o+=r("background-repeat","no-repeat"))}return o})(i,n,o,Ta),a+=((e,t,n,r,o)=>{if(!n.useBorder)return"border: none;";let a="";const l=La(t,r),i=Math.min(e.offsetWidth,e.offsetHeight),c=Ma.getColor(n,Ma.getFadedColor(l),r);return a=o("border",`${(n.width||J.BORDER_WIDTH)*i/2}px solid ${c}`),a+=o("border-radius",(n.radius||J.BORDER_RADIUS)*i/2+"px"),a})(r,i,c,n,Ta),a},createLabelAndIcon({button:e,theme:t,style:n={},isSense:r}){var o;const{icon:a={},font:l={},label:i=J.LABEL,showLabel:c=!0}=n,u=document.createElement("text");u.style.whiteSpace="nowrap",u.style.fontFamily=(null==n||null===(o=n.font)||void 0===o?void 0:o.fontFamily)||t.getStyle("","","fontFamily")||J.FONT_FAMILY;const s=((e,t)=>{const n=document.createElement("span");return n.textContent=e,n.style.whiteSpace="nowrap",n.style.textOverflow="ellipsis",(null==t?void 0:t.style)&&t.style.underline&&(n.style.textDecoration="underline"),n})(i,l);u.appendChild(s);const f=r&&a.useIcon&&""!==a.iconType;let p;f&&(p=((e,t)=>{const n=document.createElement("span"),r=e.find((e=>e.label===t.iconType||e.value===t.iconType));return n.style.textDecoration="none",n.style.fontSize="inherit",n.setAttribute("class",`lui-icon lui-icon--${r?r.value:""}`),n})(ka,a),"right"===(null==a?void 0:a.position)?u.appendChild(p):u.insertBefore(p,s)),e.innerHTML="",e.appendChild(u),Ia(e,l,u,s,f),"8px"===u.style.fontSize&&Array.from(u.children).forEach((e=>{e.style.overflow="hidden"})),u.style.margin="0 3%",u.style.display="flex",u.style.alignItems="center",u.style.justifyContent="left"===l.align?"flex-start":"right"===l.align?"flex-end":"center",c||(u.style.height="1px",u.style.width="1px",u.style.overflow="hidden")}};const Fa=({layout:e,theme:t,app:n,interactions:r,senseNavigation:o,platform:a,element:l,translator:i,model:c,isEnabled:u})=>{const s=!!o,f=l.firstElementChild,{style:p,qStateName:m,navigation:b}=e,h=e.useEnabledCondition&&0===e.enabledCondition,g=!h&&r.active,d=Na.getStyles({style:p,disabled:h,theme:t,element:l,app:n});f.setAttribute("style",d),f.removeAttribute("disabled"),f.setAttribute("tabindex","-1"),Na.createLabelAndIcon({button:f,theme:t,style:p,isSense:s}),f.onclick=async()=>{if(g){const t=[],{actions:r}=e;if(r.forEach((e=>{const r=U.find((t=>t.value===e.actionType));r?t.push(r.getActionCall({app:n,qStateName:m,...e,senseNavigation:o,translator:i,platform:a,isEnabled:u})):t.push((()=>{}))})),f.setAttribute("disabled",!0),await(async({actionCallList:e,model:t,layout:n,app:r})=>{const o=await t.getEffectiveProperties();for(let t=0;t<e.length;t++)if(n.runtimeExpressionEvaluation){var a,l;const{value:n,variable:i,inputParameters:c}=o.actions[t],u=(null==n||null===(a=n.qStringExpression)||void 0===a?void 0:a.qExpr)&&await r.evaluate(n.qStringExpression.qExpr),s=(null==i||null===(l=i.qStringExpression)||void 0===l?void 0:l.qExpr)&&await r.evaluate(i.qStringExpression.qExpr),f=(null==c?void 0:c.length)>0?await Promise.all(c.map((e=>{var t;return null!=e&&null!==(t=e.value)&&void 0!==t&&null!==(t=t.qStringExpression)&&void 0!==t&&t.qExpr?new Promise((t=>{r.evaluate(e.value.qStringExpression.qExpr).then((n=>{t({...e,value:n})}))})):e}))):void 0;await e[t]({overrideValue:u,overrideVariable:s,overrideAutomationInputParameters:f})}else await e[t]({})})({actionCallList:t,model:c,layout:e,app:n}),o&&!o.getCurrentStoryId()){const e=b&&Y.find((e=>e.value===b.action));o&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:n,senseNavigation:o,...b,element:l})}f.removeAttribute("disabled")}};const v=()=>{if(g){const{offsetWidth:e,offsetHeight:t}=f;f.style.transform=t>e?`scale(0.98, ${1-e/t*.02})`:`scale(${1-t/e*.02}, 0.98)`}},y=()=>{const{transform:e}=f.style;g&&""!==e&&"scale(1)"!==e&&(f.style.transform="scale(1)")};return f.onmousedown=e=>{0===e.button&&v()},f.onmouseup=y,f.onmouseleave=y,f.ontouchstart=v,f.ontouchend=y,f.ontouchcancel=y,()=>{f.onclick=void 0,f.onmousedown=void 0,f.onmouseup=void 0,f.onmouseleave=void 0,f.ontouchstart=void 0,f.ontouchend=void 0,f.ontouchcancel=void 0}};var _a={targets:[]};function $a(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ra=p(((e,t)=>f.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){$a(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),f.createElement("path",{d:"M9.03 7.97q.132.03.27.03c.2 0 .5-.1.7-.2V8c0 1.1-.9 2-2 2-.293 0-.571-.064-.822-.178l-1.46 1.46C6.359 11.76 7.149 12 8 12c1.1 0 2.1-.4 2.8-1.2.8-.7 1.2-1.7 1.2-2.8 0-.851-.24-1.643-.719-2.281zm-1-1 2.251-2.251C9.643 4.239 8.851 4 8 4c-1.1 0-2.1.4-2.8 1.2C4.4 5.9 4 6.9 4 8c0 .851.24 1.643.719 2.281l1.459-1.459A2 2 0 0 1 6 8c0-1.1.9-2 2-2h.2c-.1.2-.2.4-.2.7q0 .138.03.27M14.5.5a.707.707 0 1 1 1 1l-2.573 2.573c.347.303.667.617.961.927.8.857 1.527 1.886 2.11 3a13.8 13.8 0 0 1-2.11 3c-1.381 1.457-3.344 3-5.89 3-1.453 0-2.717-.503-3.791-1.207L1.5 15.5a.707.707 0 1 1-1-1l2.572-2.572A14 14 0 0 1 2.109 11 13.8 13.8 0 0 1 0 8a13.8 13.8 0 0 1 2.109-3c1.381-1.457 3.345-3 5.89-3 1.454 0 2.719.504 3.793 1.208z"}))));function Ua(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 Wa(e){return function(e){if(Array.isArray(e))return Ua(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ua(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)?Ua(e,t):void 0}}(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 Ga=["American Typewriter, serif","Andalé Mono, monospace","Arial Black, sans-serif","Arial, sans-serif","Bradley Hand, cursive","Brush Script MT, cursive","Comic Sans MS, cursive","Courier, monospace","Didot, serif","Georgia, serif","Impact, sans-serif","Lucida Console, monospace","Luminari, fantasy","Monaco, monospace","QlikView Sans, sans-serif","Source Sans Pro, sans-serif","Tahoma, sans-serif","Times New Roman, serif","Trebuchet MS, sans-serif","Verdana, sans-serif"],Za=["Abril Fatface, serif","Bangers, fantasy","Bebas Neue, sans serif","EB Garamond, serif","Fredoka One, fantasy","Graduate, fantasy","Gravitas One, serif","Indie Flower, fantasy","Inter, sans-serif","Lobster, fantasy","Montserrat, sans-serif","Nixie One, sans-serif","Noto Sans, sans-serif","Open Sans, sans-serif","PT Serif, serif","Pacifico, cursive","Permanent Marker, fantasy","QlikView Sans, sans-serif","Raleway, sans-serif","Rammetto One, fantasy","Roboto, sans-serif","Source Sans Pro, sans-serif","Titan One, fantasy","Yanone Kaffeesatz, sans-serif"];var Ya=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function Ka(e){var t=e.theme,n=e.translator,r=e.defaultValue,o=e.flags,a=[],l=t.getStyle("","","fontFamilies");return Array.isArray(l)&&l.length?a.push.apply(a,Wa(new Set([r].concat(Wa(l.map((function(e){return e.split(",").map((function(e){return e.trim()})).map((function(e){return e.replace(/\s+/g," ").trim()})).filter(Boolean).join(", ")}))))))):a.push(r),[{value:"ThemeHeader",label:n.get("properties.themeFonts"),metaText:n.get("properties.theme"),groupHeader:!0}].concat(Wa(a.map((function(e){return Ya(e)}))),[{value:"DefaultHeader",label:n.get("properties.allFonts"),metaText:n.get("properties.default"),groupHeader:!0}],Wa(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?Za:Ga}(o).map((function(e){return Ya(e)}))))}function Xa(e){var t=e.theme,n=e.translator,r=e.id,o=e.path,a=e.flags,l=function(){return t.getStyle(r,o,"fontFamily")};return{getDefaultValue:function(){return l()},getOptions:function(){return Ka({theme:t,translator:n,defaultValue:l(),flags:a})}}}var Ja,Qa,el=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],tl=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function nl(e){var t=e.theme,n=e.translator,r=e.id,o=e.path,a=function(){return t.getStyle(r,o,"fontSize")};return{getDefaultValue:function(){return a()},getOptions:function(){return function(e){var t=e.translator,n=e.defaultValue,r=[],o=e.theme.getStyle("","","fontSizes");return Array.isArray(o)&&o.length?r.push.apply(r,Wa(new Set([n].concat(Wa(o))))):r.push(n),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(Wa(r.map((function(e){return tl(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],Wa(el.map((function(e){return tl(e)}))))}({theme:t,translator:n,defaultValue:a()})}}}function rl(e){var t=e.theme,n=e.translator,r=e.id,o=e.path;return{fontFamily:Xa({theme:t,translator:n,id:r,path:o,flags:e.flags}),fontSize:nl({theme:t,translator:n,id:r,path:o})}}function ol(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function al(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function ll(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function il(){}ol(function(){if(Qa)return Ja;Qa=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,n=Object.defineProperty,r=Object.getOwnPropertyDescriptor,o=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},a=function(n){if(!n||"[object Object]"!==t.call(n))return!1;var r,o=e.call(n,"constructor"),a=n.constructor&&n.constructor.prototype&&e.call(n.constructor.prototype,"isPrototypeOf");if(n.constructor&&!o&&!a)return!1;for(r in n);return void 0===r||e.call(n,r)},l=function(e,t){n&&"__proto__"===t.name?n(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},i=function(t,n){if("__proto__"===n){if(!e.call(t,n))return;if(r)return r(t,n).value}return t[n]};return Ja=function e(){var t,n,r,c,u,s,f=arguments[0],p=1,m=arguments.length,b=!1;for("boolean"==typeof f&&(b=f,f=arguments[1]||{},p=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});p<m;++p)if(null!=(t=arguments[p]))for(n in t)r=i(f,n),f!==(c=i(t,n))&&(b&&c&&(a(c)||(u=o(c)))?(u?(u=!1,s=r&&o(r)?r:[]):s=r&&a(r)?r:{},l(f,{name:n,newValue:e(b,s,c)})):void 0!==c&&l(f,{name:n,newValue:c}));return f},Ja}());var cl=1/.7,ul="\\s*([+-]?\\d+)\\s*",sl="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",fl="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",pl=/^#([0-9a-f]{3,8})$/,ml=new RegExp(`^rgb\\(${ul},${ul},${ul}\\)$`),bl=new RegExp(`^rgb\\(${fl},${fl},${fl}\\)$`),hl=new RegExp(`^rgba\\(${ul},${ul},${ul},${sl}\\)$`),gl=new RegExp(`^rgba\\(${fl},${fl},${fl},${sl}\\)$`),dl=new RegExp(`^hsl\\(${sl},${fl},${fl}\\)$`),vl=new RegExp(`^hsla\\(${sl},${fl},${fl},${sl}\\)$`),yl={aliceblue:15792383,antiquewhite:16444375,aqua:65535,aquamarine:8388564,azure:15794175,beige:16119260,bisque:16770244,black:0,blanchedalmond:16772045,blue:255,blueviolet:9055202,brown:10824234,burlywood:14596231,cadetblue:6266528,chartreuse:8388352,chocolate:13789470,coral:16744272,cornflowerblue:6591981,cornsilk:16775388,crimson:14423100,cyan:65535,darkblue:139,darkcyan:35723,darkgoldenrod:12092939,darkgray:11119017,darkgreen:25600,darkgrey:11119017,darkkhaki:12433259,darkmagenta:9109643,darkolivegreen:5597999,darkorange:16747520,darkorchid:10040012,darkred:9109504,darksalmon:15308410,darkseagreen:9419919,darkslateblue:4734347,darkslategray:3100495,darkslategrey:3100495,darkturquoise:52945,darkviolet:9699539,deeppink:16716947,deepskyblue:49151,dimgray:6908265,dimgrey:6908265,dodgerblue:2003199,firebrick:11674146,floralwhite:16775920,forestgreen:2263842,fuchsia:16711935,gainsboro:14474460,ghostwhite:16316671,gold:16766720,goldenrod:14329120,gray:8421504,green:32768,greenyellow:11403055,grey:8421504,honeydew:15794160,hotpink:16738740,indianred:13458524,indigo:4915330,ivory:16777200,khaki:15787660,lavender:15132410,lavenderblush:16773365,lawngreen:8190976,lemonchiffon:16775885,lightblue:11393254,lightcoral:15761536,lightcyan:14745599,lightgoldenrodyellow:16448210,lightgray:13882323,lightgreen:9498256,lightgrey:13882323,lightpink:16758465,lightsalmon:16752762,lightseagreen:2142890,lightskyblue:8900346,lightslategray:7833753,lightslategrey:7833753,lightsteelblue:11584734,lightyellow:16777184,lime:65280,limegreen:3329330,linen:16445670,magenta:16711935,maroon:8388608,mediumaquamarine:6737322,mediumblue:205,mediumorchid:12211667,mediumpurple:9662683,mediumseagreen:3978097,mediumslateblue:8087790,mediumspringgreen:64154,mediumturquoise:4772300,mediumvioletred:13047173,midnightblue:1644912,mintcream:16121850,mistyrose:16770273,moccasin:16770229,navajowhite:16768685,navy:128,oldlace:16643558,olive:8421376,olivedrab:7048739,orange:16753920,orangered:16729344,orchid:14315734,palegoldenrod:15657130,palegreen:10025880,paleturquoise:11529966,palevioletred:14381203,papayawhip:16773077,peachpuff:16767673,peru:13468991,pink:16761035,plum:14524637,powderblue:11591910,purple:8388736,rebeccapurple:6697881,red:16711680,rosybrown:12357519,royalblue:4286945,saddlebrown:9127187,salmon:16416882,sandybrown:16032864,seagreen:3050327,seashell:16774638,sienna:10506797,silver:12632256,skyblue:8900331,slateblue:6970061,slategray:7372944,slategrey:7372944,snow:16775930,springgreen:65407,steelblue:4620980,tan:13808780,teal:32896,thistle:14204888,tomato:16737095,turquoise:4251856,violet:15631086,wheat:16113331,white:16777215,whitesmoke:16119285,yellow:16776960,yellowgreen:10145074};function wl(){return this.rgb().formatHex()}function Ol(){return this.rgb().formatRgb()}function xl(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=pl.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?jl(t):3===n?new kl(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?El(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?El(t>>12&15|t>>8&240,t>>8&15|t>>4&240,t>>4&15|240&t,((15&t)<<4|15&t)/255):null):(t=ml.exec(e))?new kl(t[1],t[2],t[3],1):(t=bl.exec(e))?new kl(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=hl.exec(e))?El(t[1],t[2],t[3],t[4]):(t=gl.exec(e))?El(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=dl.exec(e))?zl(t[1],t[2]/100,t[3]/100,1):(t=vl.exec(e))?zl(t[1],t[2]/100,t[3]/100,t[4]):yl.hasOwnProperty(e)?jl(yl[e]):"transparent"===e?new kl(NaN,NaN,NaN,0):null}function jl(e){return new kl(e>>16&255,e>>8&255,255&e,1)}function El(e,t,n,r){return r<=0&&(e=t=n=NaN),new kl(e,t,n,r)}function Pl(e){return e instanceof il||(e=xl(e)),e?new kl((e=e.rgb()).r,e.g,e.b,e.opacity):new kl}function Sl(e,t,n,r){return 1===arguments.length?Pl(e):new kl(e,t,n,null==r?1:r)}function kl(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function Cl(){return`#${Hl(this.r)}${Hl(this.g)}${Hl(this.b)}`}function Ml(){const e=Al(this.opacity);return`${1===e?"rgb(":"rgba("}${Vl(this.r)}, ${Vl(this.g)}, ${Vl(this.b)}${1===e?")":`, ${e})`}`}function Al(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Vl(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function Hl(e){return((e=Vl(e))<16?"0":"")+e.toString(16)}function zl(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new Dl(e,t,n,r)}function ql(e){if(e instanceof Dl)return new Dl(e.h,e.s,e.l,e.opacity);if(e instanceof il||(e=xl(e)),!e)return new Dl;if(e instanceof Dl)return e;var t=(e=e.rgb()).r/255,n=e.g/255,r=e.b/255,o=Math.min(t,n,r),a=Math.max(t,n,r),l=NaN,i=a-o,c=(a+o)/2;return i?(l=t===a?(n-r)/i+6*(n<r):n===a?(r-t)/i+2:(t-n)/i+4,i/=c<.5?a+o:2-a-o,l*=60):i=c>0&&c<1?0:l,new Dl(l,i,c,e.opacity)}function Dl(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function Bl(e){return(e=(e||0)%360)<0?e+360:e}function Il(e){return Math.max(0,Math.min(1,e||0))}function Ll(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}al(il,xl,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:wl,formatHex:wl,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return ql(this).formatHsl()},formatRgb:Ol,toString:Ol}),al(kl,Sl,ll(il,{brighter(e){return e=null==e?cl:Math.pow(cl,e),new kl(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new kl(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new kl(Vl(this.r),Vl(this.g),Vl(this.b),Al(this.opacity))},displayable(){return-.5<=this.r&&this.r<255.5&&-.5<=this.g&&this.g<255.5&&-.5<=this.b&&this.b<255.5&&0<=this.opacity&&this.opacity<=1},hex:Cl,formatHex:Cl,formatHex8:function(){return`#${Hl(this.r)}${Hl(this.g)}${Hl(this.b)}${Hl(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Ml,toString:Ml})),al(Dl,(function(e,t,n,r){return 1===arguments.length?ql(e):new Dl(e,t,n,null==r?1:r)}),ll(il,{brighter(e){return e=null==e?cl:Math.pow(cl,e),new Dl(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Dl(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=this.h%360+360*(this.h<0),t=isNaN(e)||isNaN(this.s)?0:this.s,n=this.l,r=n+(n<.5?n:1-n)*t,o=2*n-r;return new kl(Ll(e>=240?e-240:e+120,o,r),Ll(e,o,r),Ll(e<120?e+240:e-120,o,r),this.opacity)},clamp(){return new Dl(Bl(this.h),Il(this.s),Il(this.l),Al(this.opacity))},displayable(){return(0<=this.s&&this.s<=1||isNaN(this.s))&&0<=this.l&&this.l<=1&&0<=this.opacity&&this.opacity<=1},formatHsl(){const e=Al(this.opacity);return`${1===e?"hsl(":"hsla("}${Bl(this.h)}, ${100*Il(this.s)}%, ${100*Il(this.l)}%${1===e?")":`, ${e})`}`}}));const Tl=Math.PI/180,Nl=180/Math.PI,Fl=4/29,_l=6/29,$l=3*_l*_l;function Rl(e){if(e instanceof Ul)return new Ul(e.l,e.a,e.b,e.opacity);if(e instanceof Kl)return Xl(e);e instanceof kl||(e=Pl(e));var t,n,r=Yl(e.r),o=Yl(e.g),a=Yl(e.b),l=Wl((.2225045*r+.7168786*o+.0606169*a)/1);return r===o&&o===a?t=n=l:(t=Wl((.4360747*r+.3850649*o+.1430804*a)/.96422),n=Wl((.0139322*r+.0971045*o+.7141733*a)/.82521)),new Ul(116*l-16,500*(t-l),200*(l-n),e.opacity)}function Ul(e,t,n,r){this.l=+e,this.a=+t,this.b=+n,this.opacity=+r}function Wl(e){return e>.008856451679035631?Math.pow(e,1/3):e/$l+Fl}function Gl(e){return e>_l?e*e*e:$l*(e-Fl)}function Zl(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function Yl(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function Kl(e,t,n,r){this.h=+e,this.c=+t,this.l=+n,this.opacity=+r}function Xl(e){if(isNaN(e.h))return new Ul(e.l,0,0,e.opacity);var t=e.h*Tl;return new Ul(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}al(Ul,(function(e,t,n,r){return 1===arguments.length?Rl(e):new Ul(e,t,n,null==r?1:r)}),ll(il,{brighter(e){return new Ul(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new Ul(this.l-18*(null==e?1:e),this.a,this.b,this.opacity)},rgb(){var e=(this.l+16)/116,t=isNaN(this.a)?e:e+this.a/500,n=isNaN(this.b)?e:e-this.b/200;return new kl(Zl(3.1338561*(t=.96422*Gl(t))-1.6168667*(e=1*Gl(e))-.4906146*(n=.82521*Gl(n))),Zl(-.9787684*t+1.9161415*e+.033454*n),Zl(.0719453*t-.2289914*e+1.4052427*n),this.opacity)}})),al(Kl,(function(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof Kl)return new Kl(e.h,e.c,e.l,e.opacity);if(e instanceof Ul||(e=Rl(e)),0===e.a&&0===e.b)return new Kl(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*Nl;return new Kl(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new Kl(e,t,n,null==r?1:r)}),ll(il,{brighter(e){return new Kl(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new Kl(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return Xl(this).rgb()}}));var Jl=-.14861,Ql=1.78277,ei=-.29227,ti=-.90649,ni=1.97294,ri=ni*ti,oi=ni*Ql,ai=Ql*ei-ti*Jl;function li(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof ii)return new ii(e.h,e.s,e.l,e.opacity);e instanceof kl||(e=Pl(e));var t=e.r/255,n=e.g/255,r=e.b/255,o=(ai*r+ri*t-oi*n)/(ai+ri-oi),a=r-o,l=(ni*(n-o)-ei*a)/ti,i=Math.sqrt(l*l+a*a)/(ni*o*(1-o)),c=i?Math.atan2(l,a)*Nl-120:NaN;return new ii(c<0?c+360:c,i,o,e.opacity)}(e):new ii(e,t,n,null==r?1:r)}function ii(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}al(ii,li,ll(il,{brighter(e){return e=null==e?cl:Math.pow(cl,e),new ii(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new ii(this.h,this.s,this.l*e,this.opacity)},rgb(){var e=isNaN(this.h)?0:(this.h+120)*Tl,t=+this.l,n=isNaN(this.s)?0:this.s*t*(1-t),r=Math.cos(e),o=Math.sin(e);return new kl(255*(t+n*(Jl*r+Ql*o)),255*(t+n*(ei*r+ti*o)),255*(t+n*(ni*r)),this.opacity)}}));var ci=e=>()=>e;function ui(e,t){return function(n){return e+n*t}}function si(e,t){var n=t-e;return n?ui(e,n):ci(isNaN(e)?t:e)}function fi(e){return((e=Math.exp(e))+1/e)/2}function pi(e){return function t(n){function r(t,r){var o=e((t=li(t)).h,(r=li(r)).h),a=si(t.s,r.s),l=si(t.l,r.l),i=si(t.opacity,r.opacity);return function(e){return t.h=o(e),t.s=a(e),t.l=l(Math.pow(e,n)),t.opacity=i(e),t+""}}return n=+n,r.gamma=t,r}(1)}!function e(t){var n=function(e){return 1==(e=+e)?si:function(t,n){return n-t?function(e,t,n){return e=Math.pow(e,n),t=Math.pow(t,n)-e,n=1/n,function(r){return Math.pow(e+r*t,n)}}(t,n,e):ci(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=Sl(e)).r,(t=Sl(t)).r),o=n(e.g,t.g),a=n(e.b,t.b),l=si(e.opacity,t.opacity);return function(t){return e.r=r(t),e.g=o(t),e.b=a(t),e.opacity=l(t),e+""}}return r.gamma=e,r}(1),function e(t,n,r){function o(e,o){var a,l,i=e[0],c=e[1],u=e[2],s=o[0],f=o[1],p=o[2],m=s-i,b=f-c,h=m*m+b*b;if(h<1e-12)l=Math.log(p/u)/t,a=function(e){return[i+e*m,c+e*b,u*Math.exp(t*e*l)]};else{var g=Math.sqrt(h),d=(p*p-u*u+r*h)/(2*u*n*g),v=(p*p-u*u-r*h)/(2*p*n*g),y=Math.log(Math.sqrt(d*d+1)-d),w=Math.log(Math.sqrt(v*v+1)-v);l=(w-y)/t,a=function(e){var r,o=e*l,a=fi(y),s=u/(n*g)*(a*(r=t*o+y,((r=Math.exp(2*r))-1)/(r+1))-function(e){return((e=Math.exp(e))-1/e)/2}(y));return[i+s*m,c+s*b,u*a/fi(t*o+y)]}}return a.duration=1e3*l*t/Math.SQRT2,a}return o.rho=function(t){var n=Math.max(.001,+t),r=n*n;return e(n,r,r*r)},o}(Math.SQRT2,2,4),pi((function(e,t){var n=t-e;return n?ui(e,n>180||n<-180?n-360*Math.round(n/360):n):ci(isNaN(e)?t:e)})),pi(si);var mi="center",bi="bottom";[{key:"NoDataExist",alignment:mi,condition:function(e){var t=e.layoutService;if(!t)return!1;var n=t.meta.size;return n.x*n.y==0}},{key:"OnlyNanDataMeasure",translationKey:"OnlyNanData",alignment:mi,condition:function(e){var t=e.layoutService;return!!t&&t.getHyperCubeValue("qMeasureInfo").every((function(e){return"NaN"===e.qMin&&"NaN"===e.qMax}))}},{key:"OnlyNanDataDimensionContinuous",translationKey:"OnlyNanData",alignment:mi,condition:function(e){var t=e.layoutService;if(!t)return!1;if(!t.meta.isContinuous)return!1;var n=t.getHyperCubeValue("qDimensionInfo.0");return n&&(n.qMax<n.qMin||"NaN"===n.qMax)}},{key:"OnlyNegativeOrZeroValues",alignment:mi},{key:"DataRangeIncludingZero",alignment:bi},{key:"LimitedData",alignment:bi},{key:"NegativeOrZeroValues",alignment:bi}].reduce((function(e,t){return e[t.key]=t,e}),{});var hi,gi={exports:{}},di=hi?gi.exports:(hi=1,gi.exports=function(){function e(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function t(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 n(n){for(var r=1;r<arguments.length;r++){var o=null!=arguments[r]?arguments[r]:{};r%2?t(Object(o),!0).forEach((function(t){e(n,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(o)):t(Object(o)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(o,e))}))}return n}var r=Object.prototype.hasOwnProperty,o=Object.prototype.toString,a=Object.defineProperty,l=Object.getOwnPropertyDescriptor,i=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===o.call(e)},c=function(e){if(!e||"[object Object]"!==o.call(e))return!1;var t,n=r.call(e,"constructor"),a=e.constructor&&e.constructor.prototype&&r.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!n&&!a)return!1;for(t in e);return void 0===t||r.call(e,t)},u=function(e,t){a&&"__proto__"===t.name?a(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},s=function(e,t){if("__proto__"===t){if(!r.call(e,t))return;if(l)return l(e,t).value}return e[t]},f=function e(){var t,n,r,o,a,l,f=arguments[0],p=1,m=arguments.length,b=!1;for("boolean"==typeof f&&(b=f,f=arguments[1]||{},p=2),(null==f||"object"!=typeof f&&"function"!=typeof f)&&(f={});p<m;++p)if(null!=(t=arguments[p]))for(n in t)r=s(f,n),f!==(o=s(t,n))&&(b&&o&&(c(o)||(a=i(o)))?(a?(a=!1,l=r&&i(r)?r:[]):l=r&&c(r)?r:{},u(f,{name:n,newValue:e(b,l,o)})):void 0!==o&&u(f,{name:n,newValue:o}));return f};function p(e,t,n,r){if(!e)return-1;const o=n.cache,a=e.origin?e.origin():null;a&&(e=a);let l=o.fields.indexOf(e),i=-1,c=-1;if(-1===l)for(let t=0;t<o.wrappedFields.length;t++)if(c=o.wrappedFields[t].attrDims.map((e=>e.instance)).indexOf(e),i=o.wrappedFields[t].attrExps.map((e=>e.instance)).indexOf(e),-1!==c||-1!==i){l=t;break}if(Array.isArray(r)&&r.some(((e,t)=>e!==t))){const e=r.indexOf(l);-1!==e&&(l=e)}return l-=t.qArea.qLeft,l<0||l>=t.qArea.qWidth?-1:c>=0?e=>e[l].qAttrDims.qValues[c]:i>=0?e=>e[l].qAttrExps.qValues[i]:e=>e[l]}function m(e,t,n){let{key:r}=n;const o={value:"function"==typeof e.value?e.value(t):void 0!==e.value?e.value:t};return o.label="function"==typeof e.label?e.label(t):void 0!==e.label?String(e.label):String(o.value),e.field&&(o.source={key:r,field:e.field.key()}),o}function b(e){let{cache:t,f:n,mainCell:r,p:o,page:a,rowIdx:l,row:i,sourceKey:c,target:u,targetProp:s,columnOrder:b}=e,h=r;if(o.field&&o.field!==n){const e=p(o.field,a,{cache:t},b);if(-1===e)return;h=f({qRow:l},e(i))}u[s]=m(o,h,{key:c})}function h(e,t,n,r){const o=Array.isArray(e)?e:[e];let a=[];for(let e=0;e<o.length;e++)if(void 0!==o[e].field){const l=t.raw(),i=t.key(),c="object"==typeof o[e].field?o[e].field:t.field(o[e].field),{props:u,main:s}=r.normalizeConfig(o[e],t),h=Object.keys(u),g=!!o[e].trackBy,d=typeof o[e].trackBy,v={},y=[],w=[];for(let t=0;t<l.qDataPages.length;t++){const a=p(c,l.qDataPages[t],{cache:n},l.qColumnOrder);if(-1!==a)for(let p=0;p<l.qDataPages[t].qMatrix.length;p++){const O=l.qDataPages[t].qArea.qTop+p,x=f({qRow:O},a(l.qDataPages[t].qMatrix[p])),j=m(s,x,{key:i});if(!s.filter||s.filter(x)){for(let e=0;e<h.length;e++){const r=u[h[e]];let o=r.fields||[r];r.fields&&(j[h[e]]=[]);for(let a=0;a<o.length;a++)b({cache:n,f:c,mainCell:x,p:o[a],prop:h[e],page:l.qDataPages[t],rowIdx:O,row:l.qDataPages[t].qMatrix[p],sourceKey:i,target:r.fields?j[h[e]]:j,targetProp:r.fields?a:h[e],columnOrder:l.qColumnOrder});if(r.fields){const t=j[h[e]].map((e=>e.value)),n=j[h[e]].map((e=>e.label));j[h[e]]={value:"function"==typeof r.value?r.value(t):void 0!==r.value?r.value:t,label:"function"==typeof r.label?r.label(n):void 0!==r.label?String(r.label):String(j[h[e]].value)}}}g&&r.track({cfg:o[e],itemData:x,obj:j,target:y,tracker:v,trackType:d}),w.push(j)}}}const O=g?r.collect(y,{main:s,propsArr:h,props:u}):w;a=[...a,...O]}return a}function g(e){var t=0,n=e.children,r=n&&n.length;if(r)for(;--r>=0;)t+=n[r].value;else t=1;e.value=t}function d(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=y)):void 0===t&&(t=v);for(var n,r,o,a,l,i=new x(e),c=[i];n=c.pop();)if((o=t(n.data))&&(l=(o=Array.from(o)).length))for(n.children=o,a=l-1;a>=0;--a)c.push(r=o[a]=new x(o[a])),r.parent=n,r.depth=n.depth+1;return i.eachBefore(O)}function v(e){return e.children}function y(e){return Array.isArray(e)?e[1]:null}function w(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function O(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function x(e){this.data=e,this.depth=this.height=0,this.parent=null}function j(e){return null==e?null:function(e){if("function"!=typeof e)throw new Error;return e}(e)}x.prototype=d.prototype={constructor:x,count:function(){return this.eachAfter(g)},each:function(e,t){let n=-1;for(const r of this)e.call(t,r,++n,this);return this},eachAfter:function(e,t){for(var n,r,o,a=this,l=[a],i=[],c=-1;a=l.pop();)if(i.push(a),n=a.children)for(r=0,o=n.length;r<o;++r)l.push(n[r]);for(;a=i.pop();)e.call(t,a,++c,this);return this},eachBefore:function(e,t){for(var n,r,o=this,a=[o],l=-1;o=a.pop();)if(e.call(t,o,++l,this),n=o.children)for(r=n.length-1;r>=0;--r)a.push(n[r]);return this},find:function(e,t){let n=-1;for(const r of this)if(e.call(t,r,++n,this))return r},sum:function(e){return this.eachAfter((function(t){for(var n=+e(t.data)||0,r=t.children,o=r&&r.length;--o>=0;)n+=r[o].value;t.value=n}))},sort:function(e){return this.eachBefore((function(t){t.children&&t.children.sort(e)}))},path:function(e){for(var t=this,n=function(e,t){if(e===t)return e;var n=e.ancestors(),r=t.ancestors(),o=null;for(e=n.pop(),t=r.pop();e===t;)o=e,e=n.pop(),t=r.pop();return o}(t,e),r=[t];t!==n;)t=t.parent,r.push(t);for(var o=r.length;e!==n;)r.splice(o,0,e),e=e.parent;return r},ancestors:function(){for(var e=this,t=[e];e=e.parent;)t.push(e);return t},descendants:function(){return Array.from(this)},leaves:function(){var e=[];return this.eachBefore((function(t){t.children||e.push(t)})),e},links:function(){var e=this,t=[];return e.each((function(n){n!==e&&t.push({source:n.parent,target:n})})),t},copy:function(){return d(this).eachBefore(w)},[Symbol.iterator]:function*(){var e,t,n,r,o=this,a=[o];do{for(e=a.reverse(),a=[];o=e.pop();)if(yield o,t=o.children)for(n=0,r=t.length;n<r;++n)a.push(t[n])}while(a.length)}};var E={depth:-1},P={},S={};function k(e){return e.id}function C(e){return e.parentId}function M(){var e,t=k,n=C;function r(r){var o,a,l,i,c,u,s,f,p=Array.from(r),m=t,b=n,h=new Map;if(null!=e){const t=p.map(((t,n)=>function(e){let t=(e=`${e}`).length;return V(e,t-1)&&!V(e,t-2)&&(e=e.slice(0,-1)),"/"===e[0]?e:`/${e}`}(e(t,n,r)))),n=t.map(A),o=new Set(t).add("");for(const e of n)o.has(e)||(o.add(e),t.push(e),n.push(A(e)),p.push(S));m=(e,n)=>t[n],b=(e,t)=>n[t]}for(l=0,o=p.length;l<o;++l)a=p[l],u=p[l]=new x(a),null!=(s=m(a,l,r))&&(s+="")&&(f=u.id=s,h.set(f,h.has(f)?P:u)),null!=(s=b(a,l,r))&&(s+="")&&(u.parent=s);for(l=0;l<o;++l)if(s=(u=p[l]).parent){if(!(c=h.get(s)))throw new Error("missing: "+s);if(c===P)throw new Error("ambiguous: "+s);c.children?c.children.push(u):c.children=[u],u.parent=c}else{if(i)throw new Error("multiple roots");i=u}if(!i)throw new Error("no root");if(null!=e){for(;i.data===S&&1===i.children.length;)i=i.children[0],--o;for(let e=p.length-1;e>=0&&(u=p[e]).data===S;--e)u.data=null}if(i.parent=E,i.eachBefore((function(e){e.depth=e.parent.depth+1,--o})).eachBefore(O),i.parent=null,o>0)throw new Error("cycle");return i}return r.id=function(e){return arguments.length?(t=j(e),r):t},r.parentId=function(e){return arguments.length?(n=j(e),r):n},r.path=function(t){return arguments.length?(e=j(t),r):e},r}function A(e){let t=e.length;if(t<2)return"";for(;--t>1&&!V(e,t););return e.slice(0,t)}function V(e,t){if("/"===e[t]){let n=0;for(;t>0&&"\\"===e[--t];)++n;if(!(1&n))return!0}return!1}function H(e,t){"/"===e.charAt(0)&&(e=e.substring(1));const n=e.split("/");let r,o=t;for(let e=0;e<n.length;e++){if("*"===n[e]&&Array.isArray(o)){const t=[];r=n.slice(e+1).join("/");for(let e=0;e<o.length;e++){let n=H(r,o[e]);Array.isArray(n)?t.push(...n):t.push(n)}return t}if(!n[e]&&Array.isArray(o)){const t=new Array(o.length);r=n.slice(e+1).join("/");for(let e=0;e<o.length;e++)t[e]=H(r,o[e]);return t}n[e]in o&&(o=o[n[e]])}return o}function z(e,t,n){let r=[];if(!e||!e.length)return r;if(t<=0){const t=n>=0?[e[n]]:e;r=[...r,...t]}else for(let o=0;o<e.length;o++)e[o].children&&e[o].children.length&&(r=[...r,...z(e[o].children,t-1,n)]);return r}function q(e,t,n){if(e===t)return e=>e;if(e>t){const n=Math.max(0,Math.min(100,e-t));return e=>{let t=e;for(let e=0;e<n;++e)t=t.parent;return t}}if(t>e){const r=Math.max(0,Math.min(100,t-e));return e=>z(e.children,r-1,n)}return!1}const D=/^qDimensionInfo(?:\/(\d+))?/,B=/^\/?qMeasureInfo\/(\d+)/,I=/\/qAttrExprInfo\/(\d+)/,L=/\/qAttrDimInfo\/(\d+)/;function T(e){return(e.qColumnOrder&&e.qColumnOrder.length?e.qColumnOrder:e.qDimensionInfo.map(((e,t)=>t))).filter((t=>t<e.qDimensionInfo.length))}function N(e,t){let{cube:n}=t;if(!e)return-1;let r=e.origin&&e.origin()?e.origin().key():e.key(),o=!1,a=-1,l=-1,i=-1,c=-1,u=-1,s=-1,f=r;const p=n.qEffectiveInterColumnSortOrder,m=T(n);return D.test(f)&&(o=!0,a=+D.exec(f)[1],f=r.replace(D,"")),B.test(f)&&("K"===n.qMode?u=+B.exec(f)[1]:p&&-1!==p.indexOf(-1)?(u=+B.exec(f)[1],s=0):s=+B.exec(f)[1],f=f.replace(B,"")),f&&(L.exec(f)?i=+L.exec(f)[1]:I.exec(f)&&(l=+I.exec(f)[1])),c=o?"S"===n.qMode?m[a]:p?p.indexOf(a):a:p&&-1!==p.indexOf(-1)?p.indexOf(-1):n.qDimensionInfo.length-("K"===n.qMode?0:1),{fieldDepth:c+1,pseudoMeasureIndex:u,measureIdx:s,attrDimIdx:i,attrIdx:l}}function F(e,t){let n,r,o=q(e.fieldDepth,t.fieldDepth,t.pseudoMeasureIndex);return n=t.measureIdx>=0?e=>e.data.qValues[t.measureIdx]:e=>e.data,t.attrDimIdx>=0?r=e=>{var n;return null==e||null===(n=e.qAttrDims)||void 0===n?void 0:n.qValues[t.attrDimIdx]}:t.attrIdx>=0&&(r=e=>{var n;return null==e||null===(n=e.qAttrExps)||void 0===n?void 0:n.qValues[t.attrIdx]}),{nodeFn:o,attrFn:r,valueFn:n}}function _(e,t,n){let{key:r}=n;const o={value:"function"==typeof e.value?e.value(t):void 0!==e.value?e.value:t};return o.label="function"==typeof e.label?e.label(t):void 0!==e.label?String(e.label):String(o.value),e.field&&(o.source={key:r,field:e.field.key()}),o}function $(e){let{propsArr:t,props:n,item:r,itemData:o,ret:a,sourceKey:l}=e;for(let e=0;e<t.length;e++){const i=n[t[e]],c=i.fields||[i];let u,s;i.fields&&(u=[],s=[]);for(let n=0;n<c.length;n++){const f=c[n];let p,m,b,h,g,d;if("primitive"===f.type?(b=f.value,d=String(f.value)):("function"==typeof f.value&&(p=e=>f.value(e,r)),"function"==typeof f.label&&(m=e=>f.label(e,r)),f.accessor?(h=f.accessor(r),Array.isArray(h)?(g=h.map(f.valueAccessor),f.attrAccessor&&(g=g.map(f.attrAccessor)),p&&(b=g.map(p),p=null),m&&(d=g.map(m),m=null),b=f.reduce?f.reduce(b):b,d=f.reduceLabel?f.reduceLabel(d,b):String(b)):(b=f.attrAccessor?f.attrAccessor(f.valueAccessor(h)):f.valueAccessor(h),d=b)):(b=o,d=o)),i.fields){const e=p?p(b):b;u.push(e),s.push(m&&null!=d?m(d):null!=d?d:String(e))}else{const n=p?p(b):b;a[t[e]]={value:n,label:m?m(d):null!=d?d:String(n)},f.field&&(a[t[e]].source={field:f.field.key(),key:l})}}u&&(a[t[e]]={value:"function"==typeof i.value?i.value(u,r):u,label:"function"==typeof i.label?i.label(s,r):s})}}const R=(e,t,n)=>{const r="K"===e.qMode?"/qStackedDataPages/*/qData":"/qTreeDataPages/*",o="K"===e.qMode?"qSubNodes":"qNodes",a=H(r,e);return a&&a[0]?(t.tree=d(a[0],n.children||(e=>e[o])),t.tree):null};const U=e=>{let{propsArr:t,props:n,cube:r,cache:o,itemDepthObject:a,f:l}=e;for(let e=0;e<t.length;e++){const o=n[t[e]],i=o.fields?o.fields:[o];for(let e=0;e<i.length;e++){const t=i[e];if(t.field!==l){const e=F(a,N(t.field,{cube:r}));t.accessor=e.nodeFn,t.valueAccessor=e.valueFn,t.attrAccessor=e.attrFn}}}};function W(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0,r=arguments.length>2?arguments[2]:void 0,o=arguments.length>3?arguments[3]:void 0;const a=t.raw(),l=t.key(),i="S"===a.qMode?function(e){const t=e.raw().qDataPages.length?e.raw().qDataPages[0].qMatrix:[],r=function(e){const t=e.raw().qColumnOrder,n=e.fields();return t&&t.length===n.length?t:n.map(((e,t)=>t))}(e),o=e.fields(),a=e.fields().filter((e=>"dimension"===e.type())).map((e=>r.indexOf(o.indexOf(e)))),l=e.fields().filter((e=>"measure"===e.type())).map((e=>r.indexOf(o.indexOf(e)))),i={__root:{__id:"__root",qValues:[]}};for(let e=0;e<t.length;e++){const r=t[e];let o="__root",u=!1;for(let e=0;e<a.length;e++){var c;const t=r[a[e]],l="".concat(o,"__").concat(null!==(c=t.qElemNumber)&&void 0!==c?c:t.qElemNo);i[l]||(i[l]=n({__id:l,__parent:o,qValues:[]},t),u=!0),o=l}if(u)for(let e=0;e<l.length;e++){const t=r[l[e]];i[o].qValues.push(t)}}const u=Object.keys(i).map((e=>i[e]));return M().id((e=>e.__id)).parentId((e=>e.__parent))(u)}(t):R(a,r,e);if(!i)return null;const c=i.height,u=[];for(let l=0;l<=c;l++){let i=null;if(l>0)if("S"===a.qMode){let e=T(a)[l-1];i=r.fields[e]}else{let e=a.qEffectiveInterColumnSortOrder[l-1];l>a.qEffectiveInterColumnSortOrder.length&&(e=a.qDimensionInfo.length),i=r.fields[e]}const{props:c,main:s}=o.normalizeConfig(n(n({},e),{},{field:i?i.key():void 0}),t),f=Object.keys(c);u[l]={propsArr:f,props:c,main:s};const p=i?N(i,{cube:a}):{fieldDepth:0};U({propsArr:f,props:c,cube:a,cache:r,itemDepthObject:p,f:i})}const s=i.copy().descendants(),f=i.descendants();for(let e=0;e<f.length;e++){const t=u[f[e].depth].propsArr,n=u[f[e].depth].props,r=u[f[e].depth].main,o=s[e],a=o.data,i=_(r,a,{key:l});$({propsArr:t,props:n,item:o,itemData:a,ret:i,sourceKey:l}),f[e].data=i}return i}function G(e,t,n,r){const o=Array.isArray(e)?e:[e];let a=[];for(let l=0;l<o.length;l++)if(void 0!==o[l].field){const i=t.raw(),c=t.key();if(!R(i,n,e))continue;const u="object"==typeof o[l].field?o[l].field:t.field(o[l].field),{props:s,main:f}=r.normalizeConfig(o[l],t),p=Object.keys(s),m=N(u,{cube:i}),{nodeFn:b,attrFn:h,valueFn:g}=F({fieldDepth:0},m);U({propsArr:p,props:s,cube:i,cache:n,itemDepthObject:m,f:u});const d=!!o[l].trackBy,v=typeof o[l].trackBy,y={},w=[],O=b(n.tree),x=[];for(let e=0;e<O.length;e++){const t=O[e],n=h?h(g(t)):g(t);if(f.filter&&!f.filter(n))continue;const a=_(f,n,{key:c});$({propsArr:p,props:s,item:t,itemData:n,ret:a,sourceKey:c}),d&&r.track({cfg:o[l],itemData:n,obj:a,target:w,tracker:y,trackType:v}),x.push(a)}const j=d?r.collect(w,{main:f,propsArr:p,props:s}):x;a=[...a,...j]}return a}var Z=function(e,t){return e(t={exports:{}},t.exports),t.exports}((function(e){var t;t=function(){return function(e,t){if(!e||isNaN(+t))return t;var n,r,o,a,l,i,c,u,s,f,p=e.length,m=e.search(/[0-9\-\+#]/),b=m>0?e.substring(0,m):"",h=e.split("").reverse().join(""),g=h.search(/[0-9\-\+#]/),d=p-g,v=e.substring(d,d+1),y=d+("."===v||","===v?1:0),w=g>0?e.substring(y,p):"";if(n=(t="-"===(e=e.substring(m,y)).charAt(0)?-t:+t)<0?t=-t:0,o=(r=e.match(/[^\d\-\+#]/g))&&r[r.length-1]||".",a=r&&r[1]&&r[0]||",",e=e.split(o),t=+(t=t.toFixed(e[1]&&e[1].length))+"",i=e[1]&&e[1].lastIndexOf("0"),(!(u=t.split("."))[1]||u[1]&&u[1].length<=i)&&(t=(+t).toFixed(i+1)),s=e[0].split(a),e[0]=s.join(""),(l=e[0]&&e[0].indexOf("0"))>-1)for(;u[0].length<e[0].length-l;)u[0]="0"+u[0];else 0==+u[0]&&(u[0]="");if((t=t.split("."))[0]=u[0],c=s[1]&&s[s.length-1].length){for(h="",d=(f=t[0]).length%c,p=f.length,y=0;y<p;y++)h+=f.charAt(y),!((y-d+1)%c)&&y<p-c&&(h+=a);t[0]=h}return t[1]=e[1]&&t[1]?o+t[1]:"","0"!==(r=t.join(""))&&""!==r||(n=!1),b+(n?"-":"")+r+w}},e.exports=t()}));function Y(e){return e.replace(/[-[\]/{}()*+?.\\^$|]/g,"\\$&")}const K={3:"k",6:"M",9:"G",12:"T",15:"P",18:"E",21:"Z",24:"Y","-3":"m","-6":"μ","-9":"n","-12":"p","-15":"f","-18":"a","-21":"z","-24":"y"},X=/%\)?$/,J=/^\(r(0[2-9]|[12]\d|3[0-6])\)/i,Q=/^\(oct\)/i,ee=/^\(dec\)/i,te=/^\(hex\)/i,ne=/^\(bin\)/i,re=/^\(rom\)/i,oe=/^(\(rom\)|\(bin\)|\(hex\)|\(dec\)|\(oct\)|\(r(0[2-9]|[12]\d|3[0-6])\))/i,ae=/#|0/g;function le(e,t,n,r){return e=e.toString(t),n[1]===n[1].toUpperCase()&&(e=e.toUpperCase()),e.length-e.indexOf(".")>10&&(e=e.slice(0,e.indexOf(".")+11)),e.replace(".",r||".")}function ie(e,t,n){let r;return J.test(t)?e=le(e,Number(/\d{2}/.exec(t)[0]),t,n):Q.test(t)?e=le(e,8,t,n):ee.test(t)?e=le(e,10,t,n):te.test(t)?e=le(e,16,t,n):ne.test(t)?e=le(e,2,t,n):re.test(t)&&(r="",e<0&&(r="-",e=-e),e=0===(e=Math.floor(e))?"0":e<=5e5?r+(e=function(e,t){let n,r="",o=Number(String(e).slice(-3)),a=(e-o)/1e3,l=[0,1,4,5,9,10,40,50,90,100,400,500,900].reverse(),i=["0","I","IV","V","IX","X","XL","L","XC","C","CD","D","CM"].reverse();for(;o>0;)for(n=0;n<l.length;n++)if(l[n]<=o){r+=i[n],o-=l[n];break}for(n=0;n<a;n++)r="M".concat(r);return t[1]!==t[1].toUpperCase()&&(r=r.toLowerCase()),r}(e,t)):t+r+e.toExponential(0)),e}function ce(e,t,n){const r=Y(e);return n?r:new RegExp(r||"",t)}function ue(e,t,n,r){let o,a,l,i,c,u,s,f,p,m=e.pattern;r&&(e.abbreviate=!0),p=function(e,t){return t&&(t=Y(t)),e&&(e=Y(e)),new RegExp("(?:[#0]+".concat(e,")?[#0]+(?:").concat(t,"[#0]+)?"))}(t,n),l=m.match(p),l=l?l[0]:"",i=l?m.substr(0,m.indexOf(l)):m,c=l?m.substring(m.indexOf(l)+l.length):"",l||(l=m?"#":"##########"),t&&t===n&&(o=l.split(n),a=o.pop(),l=o.join("")+n+a,t=""),u=t,t=/,/.test(n)?"¤":",",u&&(l=l.replace(ce(u,"g"),t)),s=n,n=".",s&&(l=l.replace(ce(s,"g"),n)),f=l.match(/#/g),f=f?f.length:0;const b=m.split(s);let h;b[1]&&(h=b[1].match(ae)),e.prefix=i||"",e.postfix=c||"",e.pattern=m,e.maxPrecision=h?h.length:2,e.percentage=X.test(m),e.numericPattern=l||"",e.numericRegex=new RegExp("".concat(ce(t,null,!0),"|").concat(ce(n,null,!0)),"g"),e.groupTemp=u,e.decTemp=s,e.t=t,e.d=n,e.temp=f}class se{constructor(e,t,n,r,o){this.localeInfo=e,this.pattern=t,this.thousandDelimiter=n||",",this.decimalDelimiter=r||".",this.type=o||"numeric",this.patternSeparator=";",this.abbreviations=function(e,t){if(!e||!e.qNumericalAbbreviation)return K;const n={};return e.qNumericalAbbreviation.split(t).forEach((e=>{let t=e.split(":");2===t.length&&(n[t[0]]=t[1])})),n}(e,this.patternSeparator),this.prepare()}clone(){const e=new se(this.localeInfo,this.pattern,this.thousandDelimiter,this.decimalDelimiter,this.type);return e.subtype=this.subtype,e}format(e,t,n,r){return this.prepare(t,n,r),this.formatValue(e)}prepare(e,t,n){let r;if(void 0===e&&(e=this.pattern),void 0===t&&(t=this.thousandDelimiter),void 0===n&&(n=this.decimalDelimiter),!e)return void(this._prepared={pattern:!1});this._prepared={positive:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""},negative:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""},zero:{d:n,t:t,abbreviate:!1,isFunctional:!1,prefix:"",postfix:""}},r=this._prepared,e=e.split(this.patternSeparator),r.positive.pattern=e[0],r.negative.pattern=e[1],r.zero.pattern=e[2],oe.test(e[0])&&(r.positive.isFunctional=!0),e[1]?oe.test(e[1])&&(r.negative.isFunctional=!0):r.negative=!1,e[2]?oe.test(e[2])&&(r.zero.isFunctional=!0):r.zero=!1;const o="U"===this.type;r.positive.isFunctional||ue(r.positive,t,n,o),r.negative&&!r.negative.isFunctional&&ue(r.negative,t,n,o),r.zero&&!r.zero.isFunctional&&ue(r.zero,t,n,o)}formatValue(e){let t,n,r,o,a,l,i,c,u,s=this._prepared,f="",p="",m=e;if(isNaN(e))return"".concat(m);if(e=+e,!1===s.pattern)return e.toString();if(0===e&&s.zero)return s=s.zero,s.pattern;if(e<0&&s.negative?(s=s.negative,e=-e):s=s.positive,a=s.d,l=s.t,s.isFunctional)e=ie(e,s.pattern,a);else{if(s.percentage&&(e*=100),s.abbreviate){const t=Object.keys(this.abbreviations).map((e=>parseInt(e,10))).sort(((e,t)=>e-t));let r,o,a=t[0];for(i=0,n=Number(Number(e).toExponential().split("e")[1]);a<=n&&i<t.length;)i++,a=t[i];i>0&&(r=t[i-1]),r&&n>0&&r>0?o=r:(n<0&&r<0||!r)&&(a<0&&a-n<=s.maxPrecision?o=a:r<=n&&!(a>0&&-n<=s.maxPrecision)&&(o=r)),o&&(f=this.abbreviations[o],e/=10**o)}if(r=Math.abs(e),t=s.temp,c=s.numericPattern,u=c.split(a)[1],"I"===this.type&&(e=Math.round(e)),o=e,u||"#"!==c.slice(-1)[0])if(r>=1e15||r>0&&r<=1e-14)e=r?r.toExponential(15).replace(/\.?0+(?=e)/,""):"0";else{const t=Number((e+1e-15*(e<0?-1:1)).toFixed(Math.min(20,u?u.length:0)).split(".")[0]);let n=c.split(a)[0];if(n+=a,e=Z(n,t)||"0",u){const t=Math.max(0,Math.min(14,u.length)),n=u.replace(/#+$/,"").length;let o=("I"===this.type?0:r%1+1e-15).toFixed(t).slice(2).replace(/0+$/,"");for(i=o.length;i<n;i++)o+="0";o&&(e+=a+o)}else 0===t&&(o=0)}else if(r>=10**t||r<1||r<1e-4)0===e?e="0":r<1e-4||r>=1e20?(e=(e=o.toExponential(Math.max(1,Math.min(14,t))-1)).replace(/\.?0+(?=e)/,""),p=""):(e=e.toPrecision(Math.max(1,Math.min(14,t)))).indexOf(".")>=0&&(e=(e=e.replace(e.indexOf("e")<0?/0+$/:/\.?0+(?=e)/,"")).replace(".",a));else{for(c+=a,t=Math.max(0,Math.min(20,t-Math.ceil(Math.log(r)/Math.log(10)))),i=0;i<t;i++)c+="#";e=Z(c,e)}e=e.replace(s.numericRegex,(e=>e===l?s.groupTemp:e===a?s.decTemp:"")),o<0&&!/^-/.test(e)&&(e="-".concat(e))}return s.prefix+e+p+f+s.postfix}static getStaticFormatter(){return{prepare(){},formatValue:e=>"".concat(e)}}}function fe(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{size:n=5e3,multipleArguments:r=!1,toKey:o=e=>e}=t;let a,l,i=Object.create(null),c=Object.create(null),u=0,s=0;return a=r?function(){return l=o(...arguments),a.has(l)?a.get(l):a.set(l,e(...arguments))}:t=>(l=o(t),a.has(l)?a.get(l):a.set(l,e(t))),a.set=(e,t)=>(u>=n&&(delete i[c[s]],delete c[s],u--,s++),i[e]=t,c[u]=e,u++,t),a.get=e=>i[e],a.has=e=>e in i,a.clear=()=>{i=Object.create(null),c=Object.create(null),u=0,s=0},a.size=()=>u,a}function pe(e,t,n,r,o){const a=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return new se(...t)}(o,e,t,n,r),l=fe(a.formatValue.bind(a),{toKey:e=>isNaN(e)?e:+e});function i(e){return l(e)}return i.format=function(e,t,n,r){return l.clear(),a.format(t,e,n,r)},i.pattern=function(e){return e&&(l.clear(),a.pattern=e,a.prepare()),a.pattern},i}const me="D",be="T",he="TS",ge="IV",de=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],ve=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],ye=["January","February","March","April","May","June","July","August","September","October","November","December"],we=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function Oe(e,t){for(let n=e.length;n<t;n++)e="0".concat(e);return e}function xe(e){let t=e.toString().split(".");return t[1]?(t=Number("0.".concat(t[1])),t):0}function je(e,t){let n,r=function(e){const t=e,n=24*xe(t),r=60*xe(n),o=60*xe(r),a=1e3*xe(o);return{d:Math.floor(t),h:Math.floor(n),m:Math.floor(r),s:Math.floor(o),f:Math.round(a)}}(e),o=r.d,a=r.h,l=r.m,i=r.s,c=r.f,u=0;/w+|t+/gi.test(t)&&(n=new Date(Date.UTC(1899,11,30+Math.floor(e),0,0,Math.round(86400*(e-Math.floor(e))))),isNaN(n.getTime())&&(n=null)),/D+/gi.test(t)||(a+=24*o),/h+/gi.test(t)||(l+=60*a),/m+/gi.test(t)||(i+=60*l),/w+/gi.test(t)&&(u=n?n.getDay()-1:0,u<0&&(u=6));let s="";return n&&(s=n.getUTCHours()>=12?"pm":"am"),{year:0,month:0,day:u,date:o,h:a,m:l,s:i,f:c,t:s}}class Ee{constructor(e,t,n){const r=e||{};r.qCalendarStrings||(r.qCalendarStrings={qLongDayNames:de,qDayNames:ve,qLongMonthNames:ye,qMonthNames:we}),this.localeInfo=r,this.locale_days=r.qCalendarStrings.qLongDayNames.slice(),this.locale_days_abbr=r.qCalendarStrings.qDayNames.slice(),this.locale_months=r.qCalendarStrings.qLongMonthNames.slice(),this.locale_months_abbr=r.qCalendarStrings.qMonthNames.slice(),t||(t={[be]:r.qTimeFmt||"hh:mm:ss",[me]:r.qDateFmt||"YYYY-MM-DD",[he]:r.qTimestampFmt||"YYYY-MM-DD hh:mm:ss"}[n]),this.pattern=t}clone(){const e=new Ee(this.localeInfo,this.pattern);return e.subtype=this.subtype,e}format(e,t){t||(t=this.pattern?this.pattern:"YYYY-MM-DD hh:mm:ss"),t=t.replace(/\[.+]|\[|]/g,"");const n=/t+/gi.test(t);let r;e instanceof Date?r=function(e,t){let n=e.getUTCHours(),r=e.getUTCDay()-1;return t&&(n%=12,n||(n=12)),r<0&&(r=6),{year:e.getUTCFullYear(),month:e.getUTCMonth(),day:r,date:e.getUTCDate(),h:n,m:e.getUTCMinutes(),s:e.getUTCSeconds(),f:e.getUTCMilliseconds(),t:e.getUTCHours()>=12?"pm":"am"}}(e,n):(e<0&&(e=-e,t="-".concat(t)),r=je(e,t));const o=function(e,t){return{"Y+|y+":{Y:"".concat(Number("".concat(t.year).slice(-2))),YY:Oe("".concat(t.year).slice(-2),2),YYY:Oe("".concat(t.year).slice(-3),3),def:e=>Oe("".concat(t.year),e.length)},"M+":{M:t.month+1,MM:Oe("".concat(t.month+1),2),MMM:e.locale_months_abbr[t.month],def:e.locale_months[t.month]},"W+|w+":{W:t.day,WW:Oe("".concat(t.day),2),WWW:e.locale_days_abbr[t.day],def:e.locale_days[t.day]},"D+|d+":{D:t.date,def:e=>Oe("".concat(t.date),e.length)},"h+|H+":{h:t.h,def:e=>Oe("".concat(t.h),e.length)},"m+":{m:t.m,def:e=>Oe("".concat(t.m),e.length)},"s+|S+":{s:t.s,def:e=>Oe("".concat(t.s),e.length)},"f+|F+":{def(e){let n="".concat(t.f),r=e.length-n.length;if(r>0)for(let e=0;e<r;e++)n+="0";else r<0&&(n=n.slice(0,e.length));return n}},"t{1,2}|T{1,2}":{def(e){let n=t.t;return e[0].toUpperCase()===e[0]&&(n=n.toUpperCase()),n=n.slice(0,e.length),n}}}}(this,r),a=[];for(const e in o)Object.prototype.hasOwnProperty.call(o,e)&&a.push(e);const l=new RegExp(a.join("|"),"g");return t.replace(l,(e=>{let t,n,r;for(n in o)if(Object.prototype.hasOwnProperty.call(o,n)&&(t=new RegExp(n),t.test(e)))break;if(!t)return"";for(const t in o[n])if(t===e||t.toLowerCase()===e){r=o[n][t],void 0===r&&(r=o[n][t.toLowerCase()]);break}return void 0===r&&(r=o[n].def),"function"==typeof r&&(r=r(e)),r}))}}function Pe(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return new Ee(...t)}function Se(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"TS",n=Pe(arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,e,t),r=fe(n.format.bind(n),{toKey:e=>"object"==typeof e&&"function"==typeof e.getTime?e.getTime():e});function o(e){return t!==ge?function(e){return new Date(Date.UTC(1899,11,30+Math.floor(e),0,0,0,Math.round(864e5*(e-Math.floor(e)))))}(e):e}function a(e){return e=o(e),r(e)}return a.format=function(e,t){return r.clear(),t=o(t),n.format(t,e)},a.locale=function(o){return n=Pe(o,e,t),r=fe(n.format.bind(n),{toKey:e=>"object"==typeof e?e.getTime():e}),this},a.qtype=function(e){return void 0!==e&&(t=e,r.clear()),t},a}function ke(){let e,{meta:t,id:n,key:r,localeInfo:o,fieldExtractor:a,value:l,type:i,sourceField:c}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const u=l||("dimension"===i?e=>null==e?void 0:e.qElemNo:e=>null==e?void 0:e.qValue),s="dimension"===i?"first":"avg",f=function(e,t){if(e&&e.qNumFormat&&-1!==["D","T","TS","IV"].indexOf(e.qNumFormat.qType))return Se(e.qNumFormat.qFmt,e.qNumFormat.qType,t);let n="#",r=t&&void 0!==t.qThousandSep?t.qThousandSep:",",o=t&&void 0!==t.qDecimalSep?t.qDecimalSep:".",a="U",l=e&&!!e.qIsAutoFormat;return e&&e.qNumFormat?(n=e.qNumFormat.qFmt||n,r=e.qNumFormat.qThou||r,o=e.qNumFormat.qDec||o,a=e.qNumFormat.qType||a,l=l&&-1===["M"].indexOf(e.qNumFormat.qType)):l=!0,(l||"U"===a)&&(n="#".concat(o,"##"),a="U"),pe(n,r,o,a,t)}(t,o),p={id:()=>n,key:()=>r,raw:()=>t,title:()=>t.qFallbackTitle||t.label,type:()=>i,origin:()=>c,items:()=>(e||(e=a(p)),e),min:()=>t.qMin,max:()=>t.qMax,value:u,label:e=>(null==e?void 0:e.qText)||"",reduce:s,reduceLabel:"dimension"===i?"first":(e,t)=>f(t),formatter:()=>f,tags:()=>t.qTags};return p}function Ce(e,t,n,r,o){return(t[e]||[]).map(((t,a)=>{const l="".concat(r?"".concat(r,"/"):"").concat(e,"/").concat(a),i={instance:ke(f({id:"".concat(n?"".concat(n,"/"):"").concat(l),key:l,meta:t},o))};return i.attrDims=Ce("qAttrDimInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qElemNo,type:"dimension"})),i.attrExps=Ce("qAttrExprInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qNum,type:"measure"})),i.measures=Ce("qMeasureInfo",t,n,l,f({},o,{value:e=>null==e?void 0:e.qValue,type:"measure"})),i}))}function Me(){let{key:e,data:t,config:r={}}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const o={fields:[],wrappedFields:[],allFields:[],virtualFields:[]},a=t;if(!a)throw new Error('Missing "data" input');if(!a.qDimensionInfo)throw new Error('The "data" input is not recognized as a hypercube');const l=Me.util,i={cache:o,cube:a,localeInfo:r.localeInfo,fieldExtractor:null,pages:null,hierarchy:()=>null,virtualFields:r.virtualFields},c={key:()=>e,raw:()=>a,field:e=>function(e,t){let{cache:n}=t;if("number"==typeof e)return n.fields[e];const r=n.allFields;if("function"==typeof e){for(let t=0;t<r.length;t++)if(e(r[t]))return r[t];return!1}if("string"==typeof e){for(let t=0;t<r.length;t++)if(r[t].key()===e||r[t].title()===e)return r[t]}else if(e&&-1!==r.indexOf(e))return e;throw Error("Field not found: ".concat(e))}(e,i),fields:()=>o.fields.slice(),extract:e=>i.extractor(e,c,o,l),hierarchy:e=>i.hierarchy(e,c,o,l),_cache:()=>o};"K"===a.qMode||"T"===a.qMode||!a.qMode&&a.qNodesOnDim?(i.extractor=G,i.hierarchy=W,i.pages="K"===a.qMode?a.qStackedDataPages:a.qTreeDataPages):"S"===a.qMode?(i.extractor=h,i.pages=a.qDataPages,i.hierarchy=W):i.extractor=()=>[],i.fieldExtractor=e=>i.extractor({field:e},c,o,l);const u="S"===a.qMode?e=>e.qElemNumber:void 0,s="S"===a.qMode?e=>e.qNum:void 0;o.wrappedFields.push(...Ce("qDimensionInfo",a,e,"",f({},i,{value:u,type:"dimension"}))),o.wrappedFields.push(...Ce("qMeasureInfo",a,e,"",f({},i,{value:s,type:"measure"}))),o.fields=o.wrappedFields.map((e=>e.instance));const p=e=>{e.forEach((e=>{o.allFields.push(e.instance),p(e.measures),p(e.attrDims),p(e.attrExps)}))};return p(o.wrappedFields),(r.virtualFields||[]).forEach((t=>{const r=c.field(t.from),a=ke(n({meta:r.raw(),id:"".concat(e,"/").concat(t.key),sourceField:r,fieldExtractor:e=>i.extractor({field:e},c,o,l),key:t.key,type:r.type(),localeInfo:i.localeInfo,value:r.value},t.override||{}));o.virtualFields.push(a)})),o.allFields.push(...o.virtualFields),c}const Ae=[["qHyperCube","qHyperCubeDef"],["qTreeData","qTreeDataDef"],["qDimensionInfo","qDimensions"],["qMeasureInfo","qMeasures"],["qAttrDimInfo","qAttributeDimensions"],["qAttrExprInfo","qAttributeExpressions"]],Ve=/\/qDimensionInfo(?:\/(\d+))?/,He=/\/qMeasureInfo\/(\d+)/,ze=/\/qAttrDimInfo\/(\d+)(?:\/(\d+))?/,qe=/\/qAttrExprInfo\/(\d+)/,De=/\/?qHyperCube/,Be=/\/?qTreeData/,Ie=e=>"".concat(e.substr(0,e.indexOf("/qHyperCubeDef")+14)),Le=e=>"".concat(e.substr(0,e.indexOf("/qTreeDataDef")+13));function Te(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0;const r=t.byCells,o=t.primarySource,a=[],l={},i=e.isActive();let c=!1;return e.brushes().forEach((e=>{const t=function(e,t){let n=e,r=-1,o=-1,a="",l=e=>e;De.test(e)?(a="".concat(n.substr(0,n.indexOf("qHyperCube")+10)),l=Ie):Be.test(e)&&(a="".concat(n.substr(0,n.indexOf("qTreeData")+9)),l=Le);let i=!0;if(Ve.test(e)&&(r=+Ve.exec(e)[1]),He.test(e)&&(o=+He.exec(e)[1]),ze.test(e)){o=-1,r=0;const e=+ze.exec(n)[2];isNaN(e)||(r=e,n=n.replace(/\/\d+$/,"")),i=!1}if(qe.test(e)){const e=o;if(t){o=0;const l=H(a,t);o+=(l.qMeasureInfo||[]).length,r>-1?(o=l.qDimensionInfo.slice(0,r).reduce(((e,t)=>e+t.qAttrExprInfo.length),o),r=-1):(o=l.qDimensionInfo.reduce(((e,t)=>e+t.qAttrExprInfo.length),o),o=l.qMeasureInfo.slice(0,e).reduce(((e,t)=>e+t.qAttrExprInfo.length),o)),o+=+qe.exec(n)[1]}else r>-1?(r=-1,o=+qe.exec(n)[1]):o+=+qe.exec(n)[1]+1}return Ae.forEach((e=>{let[t,r]=e;n=n.replace(t,r)})),i&&(n=l(n)),n&&"/"!==n[0]&&(n="/".concat(n)),{measureIdx:o,dimensionIdx:r,path:n}}(e.id,n);if("range"===e.type&&t.measureIdx>-1&&t.dimensionIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.multiRangeSelectTreeDataValues||(l.multiRangeSelectTreeDataValues={path:t.path,ranges:[]}),n.forEach((e=>l.multiRangeSelectTreeDataValues.ranges.push({qMeasureIx:t.measureIdx,qDimensionIx:t.dimensionIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!0}}))))}else{if("range"===e.type&&t.measureIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.rangeSelectHyperCubeValues||(l.rangeSelectHyperCubeValues={path:t.path,ranges:[]}),n.forEach((e=>l.rangeSelectHyperCubeValues.ranges.push({qMeasureIx:t.measureIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!0}}))))}if("range"===e.type&&t.dimensionIdx>-1){const n=e.brush.ranges();n.length&&(c=!0,l.selectHyperCubeContinuousRange||(l.selectHyperCubeContinuousRange={path:t.path,ranges:[]}),n.forEach((e=>l.selectHyperCubeContinuousRange.ranges.push({qDimIx:t.dimensionIdx,qRange:{qMin:e.min,qMax:e.max,qMinInclEq:!0,qMaxInclEq:!1}}))))}if("value"===e.type&&t.dimensionIdx>-1)if(r)if(n&&n.qHyperCube&&("P"===n.qHyperCube.qMode||"T"===n.qHyperCube.qMode||"K"===n.qHyperCube.qMode)){const r=n.qHyperCube,a=r.qNoOfLeftDims,i=r.qEffectiveInterColumnSortOrder.indexOf(t.dimensionIdx);if(l.selectPivotCells||(l.selectPivotCells={path:t.path,cells:[]}),e.id===o||!o){const n=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e)));(0===a||i>=a)&&a>-1?n.forEach((e=>{l.selectPivotCells.cells.push({qType:"T",qCol:e,qRow:i-a})})):n.forEach((e=>{l.selectPivotCells.cells.push({qType:"L",qCol:t.dimensionIdx,qRow:e})})),c=!!l.selectPivotCells.cells.length}}else l.selectHyperCubeCells||(l.selectHyperCubeCells={path:t.path,cols:[]}),l.selectHyperCubeCells.cols.push(t.dimensionIdx),e.id!==o&&(o||l.selectHyperCubeCells.values)||(l.selectHyperCubeCells.values=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e))),c=!!l.selectHyperCubeCells.values.length);else{const n=e.brush.values().map((e=>+e)).filter((e=>!isNaN(e)));c=!!n.length,a.push({params:[t.path,t.dimensionIdx,n,!1],method:"selectHyperCubeValues"})}}})),!c&&i?[{method:"resetMadeSelections",params:[]}]:(l.rangeSelectHyperCubeValues&&a.push({method:"rangeSelectHyperCubeValues",params:[l.rangeSelectHyperCubeValues.path,l.rangeSelectHyperCubeValues.ranges,[],null===(u=t.orMode)||void 0===u||u]}),l.selectHyperCubeContinuousRange&&a.push({method:"selectHyperCubeContinuousRange",params:[l.selectHyperCubeContinuousRange.path,l.selectHyperCubeContinuousRange.ranges]}),l.selectHyperCubeCells&&a.push({method:"selectHyperCubeCells",params:[l.selectHyperCubeCells.path,l.selectHyperCubeCells.values,l.selectHyperCubeCells.cols]}),l.selectPivotCells&&a.push({method:"selectPivotCells",params:[l.selectPivotCells.path,l.selectPivotCells.cells]}),l.multiRangeSelectTreeDataValues&&a.push({method:"multiRangeSelectTreeDataValues",params:[l.multiRangeSelectTreeDataValues.path,l.multiRangeSelectTreeDataValues.ranges]}),a);var u}function Ne(e){Me.util=e.data("matrix").util,e.data("q",Me),e.formatter("q-number",pe),e.formatter("q-time",Se)}return Ne.qBrushHelper=Te,Ne.selections=Te,Ne}());ol(di);var vi={getValue:function(e,t,n){const r=t.split(".");let o;if(void 0===e)return n;for(o=0;o<r.length;++o){if(void 0===e[r[o]])return n;e=e[r[o]]}return e}};const yi=({flags:e,theme:t,translator:n})=>{const r=function(e){var t=e.theme,n=e.translator,r=e.config,o=void 0===r?{}:r,a=e.flags,l=function(e){var t=e.config,n=void 0===t?{}:t,r=n.id,o=n.paths;return{id:void 0===r?"object":"".concat("object",".").concat(r),paths:Array.isArray(o)?o:[]}}({config:o}),i=l.id,c=l.paths,u={};c.forEach((function(e){for(var r=e.split("."),o=u,l=0;l<r.length;l++){var c=r[l];l===r.length-1?o[c]=rl({theme:t,translator:n,id:i,path:e,flags:a}):void 0===o[c]&&(o[c]={}),o=o[c]}}));var s=function(e){for(var t=e.split("."),n=u,r=0;r<t.length;r++){var o=t[r];if(void 0===n[o])throw new Error("font-resolver: Path '".concat(e,"' could not be resolved."));n=n[o]}return n};return u.getDefaultValue=function(e){return s(e).getDefaultValue()},u.getOptions=function(e){return s(e).getOptions()},u}({theme:t,translator:n,flags:e,config:{id:"actionButton",paths:["style.font"]}});return{items:{labelSection:{component:"panel-section",translation:"Common.Label",items:{labelItem:{items:{fontFamily:{component:"dropdown",ref:"style.font.fontFamily",options:()=>r.getOptions("style.font.fontFamily"),defaultValue:()=>r.getDefaultValue("style.font.fontFamily")},fontWrapper:{component:"inline-wrapper",type:"items",grouped:!0,items:{fontStyle:{type:"array",component:"font-style-buttons",width:!1,ref:"style.font.style",defaultValue:["bold"]},textAlign:{component:"text-align-buttons",ref:"style.font.align",defaultValue:J.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:qa},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===vi.getValue(e,"style.font.sizeBehavior"))},fontSizeFixed:{type:"number",ref:"style.font.sizeFixed",component:"integer",translation:"properties.fontSize",min:5,defaultValue:20,option:"optional",show:e=>"fixed"===vi.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:Ha},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:J.FONT_COLOR,disabledNone:!0,width:12,show:e=>!vi.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>vi.getValue(e,"style.font.useColorExpression")}}}}}}},backgroundOptions:{component:"panel-section",translation:"properties.background.options",items:{backgroundColor:{type:"items",items:{useColorExpression:{type:"boolean",component:"dropdown",ref:"style.background.useColorExpression",translation:"properties.color",options:Ha},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>vi.getValue(e,"style.background.useColorExpression")},colorPicker:{type:"object",component:"color-picker",ref:"style.background.color",translation:"properties.color.used",disableNone:!1,defaultValue:J.COLOR,dualOutput:!0,show:e=>!vi.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{items:{backgroundImageMode:{component:"dropdown",ref:"style.background.mode",translation:"properties.backgroundImage",defaultValue:J.BGIMAGE_MODE,options:[{value:"none",translation:"Background.None"},{value:"media",translation:"MediaLibrary.Header"}],change(e){const t=e.style.background;t||(e.style.background={qStaticContentUrlDef:{}}),t.url||(e.style.background.url={})}},MediaLibrary:{component:"media-library-button",ref:"style.background.url",translation:"MediaLibrary.Header",show:e=>"media"===vi.getValue(e,"style.background.mode")},imageSize:{component:"dropdown",ref:"style.background.size",defaultValue:J.BACKGROUND_SIZE,options:[{value:"auto",translation:"properties.backgroundImage.originalSize"},{value:"alwaysFit",translation:"properties.backgroundImage.sizeAlwaysFit"},{value:"fitWidth",translation:"properties.backgroundImage.sizeFitWidth"},{value:"fitHeight",translation:"properties.backgroundImage.sizeFitHeight"},{value:"stretchFit",translation:"properties.backgroundImage.sizeStretch"},{value:"alwaysFill",translation:"properties.backgroundImage.sizeAlwaysFill"}],change:e=>{vi.getValue(e,"style.background.position")&&(e.style.background.position=J.BGIMAGE_POSITION)},show:e=>"media"===vi.getValue(e,"style.background.mode")&&!!vi.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},position:{component:"position-grid",ref:"style.background.position",translation:"properties.backgroundImage.position",defaultValue:J.BGIMAGE_POSITION,show:e=>"media"===vi.getValue(e,"style.background.mode")&&vi.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==vi.getValue(e,"style.background.size"),currentSizeRef:"style.background.size"}}}}},backgroundBorder:{component:"panel-section",translation:"properties.border",items:{backgroundBorderItem:{items:{useBorder:{type:"boolean",component:"switch",ref:"style.border.useBorder",translation:"properties.border.use",defaultValue:!1,options:za},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>vi.getValue(e,"style.border.useBorder")},borderWidth:{type:"number",component:"slider",ref:"style.border.width",translation:"properties.border.width",min:0,max:.5,step:.005,show:e=>vi.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:Ha,show:e=>vi.getValue(e,"style.border.useBorder")},colorPicker:{type:"object",component:"color-picker",ref:"style.border.color",translation:"properties.color",defaultValue:J.COLOR,disableNone:!1,dualOutput:!0,show:e=>vi.getValue(e,"style.border.useBorder")&&!vi.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>vi.getValue(e,"style.border.useBorder")&&vi.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},wi=e=>({automationId:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automationId",expressionType:"StringExpression",options:async()=>e(),change:async(e,t)=>{const n=await R(e,t);e.automationTriggered&&n?e.automationExecutionToken=n:e.automationExecutionToken=""}},automationLink:{translation:"Object.ActionButton.Automation.Link",component:"link",url:e=>`/automations/editor/${e.automationId}`,show:e=>e.automationId.length>1},automationPostData:{type:"boolean",ref:"automationPostData",translation:"Object.ActionButton.Automation.SendSelections",defaultValue:!1},includeSelectionsText:{translation:"Object.ActionButton.Automation.SendSelectionsHelp",component:"text"},automationTriggered:{type:"boolean",ref:"automationTriggered",translation:"Object.ActionButton.Automation.RunModeTriggered",defaultValue:!1,change:async(e,t)=>{const n=await R(e,t);e.automationTriggered&&n?e.automationExecutionToken=n:e.automationExecutionToken=""}},automationTriggeredText:{translation:"Object.ActionButton.Automation.RunModeTriggeredHelp",component:"text"},automationShowNotification:{ref:"automationShowNotification",type:"boolean",translation:"Object.ActionButton.Automation.ShowNotification",component:"switch",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],defaultValue:!1},automationNotificationDuration:{type:"number",ref:"automationNotificationDuration",translation:"Object.ActionButton.Automation.NotificationDuration",defaultValue:4,expression:"optional",show:e=>e.automationShowNotification},automationNotificationDurationHelp:{translation:"Object.ActionButton.Automation.NotificationDurationHelp",component:"text",show:e=>e.automationShowNotification},automationOpenLinkSameWindow:{ref:"automationOpenLinkSameWindow",type:"boolean",translation:"Object.ActionButton.Automation.OpenLinkInSameWindow",component:"switch",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],defaultValue:!1,show:e=>e.automationShowNotification},inputParameters:{ref:"inputParameters",allowAdd:!0,allowRemove:!0,addTranslation:"Object.ActionButton.Automation.AddInputParameter",type:"array",itemTitleRef:e=>e.key,items:{name:{type:"string",ref:"key",label:"Key"},value:{type:"string",ref:"value",label:"Value",expression:"optional"}}},copyBlock:{component:"button",translation:"Object.ActionButton.Automation.CopyInputBlock",action(e){navigator.clipboard.writeText(JSON.stringify((({automationPostData:e,inputParameters:t=[]})=>{const n={blocks:[{id:"EB6A372B-3312-4E90-8E8F-88F2A889B4CF",type:"FormBlock",disabled:!1,name:"inputs",displayName:"Inputs",comment:"Inputs received from button",childId:e?"1D55D049-33EB-41CD-9EEC-3CACE5898C86":null,inputs:[],settings:[{id:"persist_data",value:"no",type:"select",structure:{}}],collapsed:[{name:"loop",isCollapsed:!1}],x:291.0010678361308,y:40.99957876441722,form:[{id:"inputs-input-0",label:"app",helpText:"null",type:"input",values:null,isRequired:!1,options:{},order:0},{id:"inputs-input-1",label:"bookmark",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:1},{id:"inputs-input-2",label:"sheet",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:2},{id:"inputs-input-3",label:"user",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:3},{id:"inputs-input-4",label:"space",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:4},{id:"inputs-input-5",label:"tenant",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:5},{id:"inputs-input-6",label:"time",helpText:null,type:"input",values:null,isRequired:!1,options:{},order:6},...t.map(((e,t)=>({id:`inputs-input-${t}`,label:e.key,helpText:null,type:"input",values:null,isRequired:!1,options:{},order:7+t})))],persistData:"no"}],variables:[]};return e&&n.blocks.push({id:"1D55D049-33EB-41CD-9EEC-3CACE5898C86",type:"SnippetBlock",disabled:!1,name:"applyBookmark",displayName:"Qlik Cloud Services - Apply Bookmark",comment:'Apply bookmark from button. To get selections or variables use the "Get Expression Value" block',childId:null,inputs:[{id:"d41ae430-073a-11ec-bdef-bb104839c843",value:"{$.inputs.app}",type:"string",structure:[]},{id:"d41b7e40-073a-11ec-ac1b-59270c518ae7",value:"{$.inputs.bookmark}",type:"string",structure:[]},{id:"f478e320-9270-11ed-b551-d73ebe8e14ad",value:"Yes",type:"select",displayValue:"Yes",structure:[]}],settings:[{id:"blendr_on_error",value:"stop",type:"select",structure:[]}],collapsed:[{name:"loop",isCollapsed:!1}],x:142,y:296,datasourcetype_guid:"61a87510-c7a3-11ea-95da-0fb0c241e75c",snippet_guid:"d41632d0-073a-11ec-a6ac-d34723268fbc"}),n})(e)))}}});function Oi(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const xi=(e,t)=>{const n={qChildren:[]},r={actions:[],props:{useEnabledCondition:null,fullWidth:"auto"},qLayoutExclude:{disabled:{}},...t};return e&&"qlik-button-for-navigation"===e.properties.visualization&&Object.keys(e.properties).forEach((t=>{let n;switch(t){case"props":n=e.properties[t],r.style.label=n.buttonLabel,r.style.icon.useIcon=n.buttonShowIcon,r.style.icon.iconType=n.buttonIconLui,r.style.font.align=n.buttonTextAlign,r.useEnabledCondition=n.useEnabledCondition,r.enabledCondition=n.enabledCondition,n.actionItems&&n.actionItems.forEach((e=>{!function(e,t){const n={actionType:e.actionType,bookmark:e.selectedBookmark,field:e.selectedField,variable:e.variable,value:e.value,softLock:e.softLock,cId:e.cId};switch(e.actionType){case"clearOther":n.actionType="clearAllButThis";break;case"unlockAllAndClearAll":n.actionType="clearAll",n.softLock=!0;break;case"selectField":n.actionType="selectMatchingValues";break;case"selectAndLockField":t.actions.push({...n,cId:null,actionType:"selectMatchingValues"}),n.actionType="lockField"}t.actions.push(n)}(e,r)})),r.navigation={action:Oi(n.navigationAction),sheet:"gotoSheetById"===n.navigationAction?n.sheetId:n.selectedSheet,story:n.selectedStory,websiteUrl:n.websiteUrl,sameWindow:n.sameWindow};break;case"qStateName":case"showTitles":case"title":case"subtitle":case"footnote":r[t]=e.properties[t]}})),n.qProperty=r,n};let ji;var Ei=e=>{ji=e},Pi=()=>ji;let Si=null;const ki=async()=>{if(!Si){const e=await fetch("../api/v1/automations?limit=100"),t=await e.json();Si=t.data.map((e=>({value:e.id,label:e.name})))}return Si},Ci=e=>{if(e&&e.length>=2&&e.startsWith("//"))return!0;const t=e?+e:-1;return Number.isNaN(+t)?"true"===e.toLowerCase():0!==t};function Mi({translator:e,shouldHide:t,theme:n}){const{isEnabled:r}=t;return{definition:{type:"items",component:"accordion",items:{actions:{type:"items",translation:"Object.ActionButton.ActionsAndNavigation",grouped:!0,items:{actionArray:{type:"items",items:{actionExecution:{type:"boolean",ref:"runtimeExpressionEvaluation",translation:"Object.ActionButton.RuntimeExpressionEvaluation",show:r("IM-5699_RUNTIME_EXPRESSION_EVALUATION")},actions:{type:"array",translation:"Object.ActionButton.Actions",ref:"actions",itemTitleRef:t=>{if(t.actionLabel)return t.actionLabel;const n=t.actionType?"Object.ActionButton.InvalidAction":"Object.ActionButton.NewAction",r=U.find((e=>t.actionType===e.value));return e.get(r&&r.translation||n)},allowAdd:!0,allowRemove:!0,allowMove:!0,addTranslation:"Object.ActionButton.AddAction",items:{label:{component:"string",ref:"actionLabel",translation:"Common.Label",expression:"optional",defaultValue:""},actionType:{type:"string",ref:"actionType",component:"expression-with-dropdown",translation:"Object.ActionButton.Action",defaultValue:"",options:W(t),dropdownOnly:!0},bookmark:{type:"string",ref:"bookmark",component:"expression-with-dropdown",translation:"ExpressionEditor.SetExpresions.Bookmark",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getBookmarkList()).map((e=>({label:e.qData.title,value:e.qInfo.qId}))),show:e=>G(e,"bookmark")},field:{type:"string",ref:"field",component:"expression-with-dropdown",translation:"Common.Field",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getFieldList()).map((e=>({label:e.qName,value:e.qName}))),show:e=>G(e,"field")},variable:{type:"string",ref:"variable",component:"expression-with-dropdown",translation:"Common.Variable",defaultValue:"",expressionType:"StringExpression",options:async(e,t)=>(await t.app.getVariableList()).filter((t=>!t.qIsReserved||t.qIsReserved&&e.showSystemVariables)).map((e=>({label:e.qName,value:e.qName}))),show:e=>G(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>G(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>G(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>G(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>G(e,"partial")},automationProps:{type:"items",grouped:!1,items:wi(ki),show:e=>G(e,"automation")},cyclicDimension:{type:"string",ref:"cyclicDimensionId",component:"expression-with-dropdown",translation:"Common.Dimension",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getDimensionList()).filter((e=>"C"===e.qData.grouping)).map((e=>({label:e.qMeta.title,value:e.qInfo.qId}))),show:e=>G(e,"cyclicDimension")},indexStepper:{type:"string",ref:"indexStepper",component:"dropdown",translation:"Object.ActionButton.Step",defaultValue:1,options:async()=>[{translation:"Object.ActionButton.Forward",value:1},{translation:"Object.ActionButton.Backward",value:-1}],show:e=>G(e,"indexStepper")},groupFieldIndex:{type:"integer",ref:"groupFieldIndex",component:"expression-with-dropdown",translation:"Object.ActionButton.GroupFieldIndex",defaultValue:0,dropdownOnly:!0,options:async(e,t)=>{if(!e.cyclicDimensionId)return[];const n=await t.app.getDimension(e.cyclicDimensionId);return await n.getLayout(),n.layout.qDim.qFieldDefs.map(((e,t)=>{var r;return{label:(null===(r=n.layout.qDim.qFieldLabels)||void 0===r?void 0:r[t])||e,value:t}}))},show:e=>G(e,"groupFieldIndex")&&e.cyclicDimensionId}}}}},navigation:{translation:"Object.ActionButton.Navigation",type:"items",items:{action:{ref:"navigation.action",translation:"Object.ActionButton.Navigation",component:"expression-with-dropdown",defaultValue:null,options:K(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>X(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>X(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>X(e,"sheet"),options:async(e,t)=>(await t.app.getSheetList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title,icon:Ci(e.qData.showCondition)?void 0:f.createElement(Ra,null)})))},chartId:{type:"string",ref:"navigation.chartId",translation:"properties.chartPicker.chartId",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>X(e,"chartId"),options:async(e,t,n)=>{const r=e.navigation.sheet,o=r&&await n.app.getObject(r);return null==o?void 0:o.properties.cells.map((e=>({value:e.name,label:e.name})))}},story:{type:"string",ref:"navigation.story",translation:"properties.story",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>X(e,"story"),options:async(e,t)=>(await t.app.getStoryList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title})))},websiteUrl:{type:"string",expression:"optional",ref:"navigation.websiteUrl",translation:"properties.website",show:e=>X(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>X(e,"sameWindow"),defaultValue:!1},odagLink:{type:"string",ref:"navigation.odagLink",component:"dropdown",translation:"ExpressionEditor.SetExpresions.OdagAppLinks",options:async(e,t)=>{const n=Pi();return(await n.getOdagLinks(t.app)).filter((e=>"odaglink"===e.properties.type)).map((e=>({label:e.properties.data.name,value:e.properties.data.id})))},show:e=>X(e,"odagLink")}}}}},enableCondition:{type:"items",translation:"properties.enableConditionSection",items:{useCondition:{type:"boolean",component:"switch",translation:"properties.enableToggle",ref:"useEnabledCondition",options:[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}]},condition:{ref:"enabledCondition",translation:"properties.enableCondition",type:"integer",expression:"optional",show:e=>e.useEnabledCondition}}},settings:{component:"expandable-items",translation:"Common.Appearance",uses:"settings",items:{general:{type:"items",translation:"properties.general",items:{showTitles:{},details:{show:!1},cellNavMenu:{show:!1},labelGroup:{type:"items",items:{label:{component:"string",ref:"style.label",translation:"Common.Label",expression:"optional"},showLabelToggle:{component:"switch",type:"boolean",ref:"style.showLabel",translation:"properties.referenceLines.showLabel",defaultValue:!0,options:za}}}}},icon:{type:"items",grouped:!0,translation:"properties.icon",items:{iconSettings:{type:"items",items:{useIcon:{ref:"style.icon.useIcon",type:"boolean",translation:"properties.icon.use",component:"switch",options:za},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:ka,expressionType:"StringExpression",show:e=>vi.getValue(e,"style.icon.useIcon")},iconPosition:{ref:"style.icon.position",component:"dropdown",translation:"Common.Position",options:[{translation:"properties.dock.left",value:"left"},{translation:"properties.dock.right",value:"right"}],show:e=>vi.getValue(e,"style.icon.useIcon")}}}}},presentation:(o={flags:t,theme:n,translator:e},{type:"items",grouped:!1,translation:"properties.presentation",items:{styleEditor:{component:"styling-panel",chartTitle:"Object.ActionButton",translation:"LayerStyleEditor.component.styling",subtitle:"LayerStyleEditor.component.styling",ref:"components",useGeneral:!0,useBackground:!0,...yi(o)}}})}}}},importProperties:xi,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}};var o}const Ai=(t,n)=>{const{background:{useImage:r,mode:o,url:a}={}}=t.style;e((async()=>{var e,t;(r||"media"===o)&&null!=a&&null!==(e=a.qStaticContentUrl)&&void 0!==e&&e.qUrl&&await(e=>new Promise(((t,n)=>{const r=new Image;r.src=e,r.onload=()=>t("resolved"),r.onerror=()=>n(new Error(void 0))})))(H(null==a||null===(t=a.qStaticContentUrl)||void 0===t?void 0:t.qUrl,n))}),[a,r,o])},Vi={version:"2.0.7",showTitles:!1,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],runtimeExpressionEvaluation:!1,navigation:{action:"none"},disableNavMenu:!0,showDetails:!1,style:{label:J.LABEL,showLabel:!0,font:{fontFamily:J.FONT_FAMILY,useColorExpression:!1,color:J.FONT_COLOR,colorExpression:"",size:J.FONT_SIZE,sizeFixed:J.FONT_SIZE_FIXED,sizeBehavior:J.SIZE_BEHAVIOR,style:J.FONT_STYLE,align:J.TEXT_ALIGN},background:{useColorExpression:!1,color:J.COLOR,colorExpression:"",mode:J.BGIMAGE_MODE,useImage:!1,url:{qStaticContentUrlDef:{qUrl:""}},size:J.BACKGROUND_SIZE,position:J.BACKGROUND_POSITION},border:{useColorExpression:!1,color:J.COLOR,colorExpression:"",useBorder:!1,radius:J.BORDER_RADIUS,width:J.BORDER_WIDTH},icon:{useIcon:!1,iconType:"",position:J.ICON_POSITION}}};function Hi(e){var f,p,m,b,y;const{sense:w={},translator:O,flags:{isEnabled:x},anything:j}=e,E=null===(f=j.sense)||void 0===f?void 0:f.isFeatureBlacklisted,P=null===(p=j.sense)||void 0===p?void 0:p.isUnsupportedFeature,S={isEnabled:x,isFeatureBlacklisted:E,isUnsupportedFeature:P},{platform:k}=null!==(m=null!==(b=null==j?void 0:j.sense)&&void 0!==b?b:j)&&void 0!==m?m:w;return Vi.style.label=w?O.get("Object.ActionButton"):"Button",{qae:{properties:Vi,data:_a},component(){const e=t(),f=n(),p=r();Ei(p),o((()=>{const t=document.createElement("button");var n;t.appendChild(document.createElement("text")),e.appendChild(t),x("SENSE_CLIENT_SUPPORT_4338_BUTTON_AUTO")&&(n={getUser:h,getSpaceId:g,getAutomationRun:d,createAutomationRun:v})&&(q=n)}),[]);const m=a(),b=l(),y=i(),w=c();Ai(m,y);const j=Fa({element:e,layout:m,interactions:w,theme:f,app:y,senseNavigation:p,platform:k,translator:O,model:b,isEnabled:x});u((()=>()=>{j()}),[e]),s((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:Mi({translator:O,shouldHide:S,theme:null===(y=j.sense)||void 0===y?void 0:y.theme})}}export{Hi as default};