@nebula.js/sn-action-button 1.45.0 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/core/esm/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  /*
2
- * @nebula.js/sn-action-button v1.45.0
2
+ * @nebula.js/sn-action-button v1.47.0
3
3
  * Copyright (c) 2024 QlikTech International AB
4
4
  * Released under the MIT license.
5
5
  */
6
6
 
7
- import{usePromise as e,useElement as t,useTheme as o,useMemo as n,useStaleLayout as a,useModel as i,useApp as r,useInteractionState as l,useEffect as s,useImperativeHandle as u}from"@nebula.js/stardust";const c=e=>{if(void 0===e)return"";let t="";const o=document.createElement("div"),n=document.createTextNode(e);return o.appendChild(n),t=o.innerHTML,o.removeChild(n),t},p="http://",d="https://",g="mailto:",b=e=>e.startsWith(p)?p:e.startsWith(d)?d:e.startsWith(g)?g:p,h=e=>{let t=e;return e.startsWith(p)&&(t=e.slice(7)),e.startsWith(d)&&(t=e.slice(8)),t},f=/(?:[^\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,v=e=>String(e).replace(m,"$1�$2").replace(f,encodeURI);function y(e){var t;let o,n,a;if(null!=e&&null!==(t=e.session)&&void 0!==t&&t.config){const{config:t}=e.session;o=new URL(t.url);const i=function(e){const t=String(e).split(e.host)[1].split("/");return"app"===t[1]?"":`/${t[1]}`}(o);return a="wss:"===o.protocol,n=a?"https://":"http://",n+o.host+i}}const w=(e,t)=>{e.replace(/^\.\.\//i,"/"),e=(e=e.replace(/"/g,'\\"')).replace(/'/g,"\\'");return e=`${y(t)}/`+("/"===e[0]?e.substr(1):e)},k=()=>{try{return window.self!==window.top}catch(e){return!0}},x=async()=>{var e;return null!==(e=(await fetch("../api/v1/csrf-token")).headers.get("qlik-csrf-token"))&&void 0!==e?e:""},A=async e=>{var t;const o=await fetch(`../api/v1/apps/${e}`),n=await o.json();return(null==n||null===(t=n.attributes)||void 0===t?void 0:t.spaceId)||"personal"},S=(e,t,o)=>{const n=e.get(t);return n===t?o:n},I=e=>S(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),O=(e,t)=>{const o={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(" ")}:o:Object.keys(e).includes("message")?e:o;try{const t=JSON.parse(e);return Object.keys(t).includes("message")?t:o}catch(t){return""===e?o:"string"==typeof e||"number"==typeof e?{message:e}:o}}return o},C=async(e,t,o,n,a)=>{const i=await(async(e,t)=>(await fetch(`../api/v1/automations/${e}/runs/${t}`)).json())(e,t);switch(i.status){case"queued":case"running":case"not started":case"starting":return n>300?{ok:!1,message:S(o,"geo.findLocation.error.timeout","Timeout")}:setTimeout((()=>C(e,t,o,n+1,a)),2e3);case"finished":var r;return(null===(r=i.title)||void 0===r?void 0:r.length)>0?a({...O(i.title,o),ok:!0}):a({message:I(o),ok:!0});case"failed":var l;return(null===(l=i.title)||void 0===l?void 0:l.length)>0?a({...O(i.title,o),ok:!1}):a({message:S(o,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1});case"finished with warnings":var s;return(null===(s=i.title)||void 0===s?void 0:s.length)>0?a({...O(i.title,o),ok:!1}):a({message:I(o),ok:!0});case"must stop":case"stopped":var u;return(null===(u=i.title)||void 0===u?void 0:u.length)>0?a({...O(i.title,o),ok:!1}):a({message:S(o,"Object.ActionButton.Automation.DefaultAutomationMsg","Unknown error"),ok:!1});default:var c;return(null===(c=i.title)||void 0===c?void 0:c.length)>0?a({...O(i.title,o),ok:!0}):a({message:I(o),ok:!0})}},E=(e,t)=>{null!=e&&Object.keys(t).forEach((o=>{e.style[o]=t[o]}))},T=e=>{E(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},B=(e,t,o)=>{const{message:n,url:a,urlText:i}=e,r=c(n),l=document.createElement("div"),s=`sn-action-button-snackbar-${(Math.random()+1).toString(36).substring(7)}`;l.setAttribute("id",s);const u=document.querySelectorAll(".sn-action-button-snackbar"),p=24+5*((null==u?void 0:u.length)||0),d=c(i||"Open");E(l,{width:"400px",height:"35px","background-color":"#FFFFFF",position:"fixed",left:"calc(50% - 200px)",right:"auto",bottom:`${p}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 g=`<div class="sn-action-button-snackbar" style="display: flex; justify-content: space-between; height: 100%; align-items: center;">\n ${o?'<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;">${r}${a?`<a href="${(e=>{const t=b(e),o=h(e);return`${t}${v(o)}`})(a)}" style="margin-left: 6px;" target="${f=t,f?k()?"_parent":"_self":"_blank"}">${d}</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 f;return l.innerHTML=g,l},N=async({app:e,automationId:t,bookmark:o,senseNavigation:n,inputParameters:a})=>{const i=await(async()=>{const e=await fetch("../api/v1/users/me");return await e.json()})();return{id:t,inputs:{...null==a?void 0:a.reduce(((e,t)=>({...e,[t.key]:t.value})),{}),app:e.id,bookmark:o,sheet:null==n?void 0:n.getCurrentSheetId(),user:i.id,space:await A(e.id),tenant:i.tenantId,time:new Date},context:"qsbutton"}},q=async(e,t,o)=>{const n={"Content-Type":"application/json","qlik-csrf-token":await x()};return e&&(n["X-Execution-Token"]=t),{method:"POST",headers:n,body:JSON.stringify(e?o.inputs:o)}},F=async(e,t)=>{var o;let{automationId:n}=e;"object"==typeof e.automationId&&null!==(o=e.automationId)&&void 0!==o&&null!==(o=o.qStringExpression)&&void 0!==o&&o.qExpr&&(n=await t.app.evaluate(e.automationId.qStringExpression.qExpr));const a=await(async e=>{if(e.length>2)return(await fetch(`../api/v1/automations/${e}`)).json();return null})(n);return null==a?void 0:a.executionToken},D=[{value:"applyBookmark",translation:"Object.ActionButton.ApplyBookmark",group:"bookmark",hide:({isUnsupportedFeature:e})=>null==e?void 0:e("bookmarks"),getActionCall:({app:e,bookmark:t})=>async()=>{var o,n;const a=await e.getBookmarkList(),i=a.find((e=>{var o;return(null==e||null===(o=e.qInfo)||void 0===o?void 0:o.qId)===t}));var r;((null==i||null===(o=i.qData)||void 0===o||null===(o=o.qBookmark)||void 0===o||null===(o=o.qPatches)||void 0===o?void 0:o.length)>0||null!=i&&null!==(n=i.qMeta)&&void 0!==n&&n.isExtended)&&await(null===(r=e.clearAllSoftPatches)||void 0===r?void 0:r.call(e));const l=a.find((e=>{var o;return(null==e||null===(o=e.qData)||void 0===o?void 0:o.title)===t}));t&&await e.applyBookmark(l&&l.qInfo&&l.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:o})=>async()=>{if(o){const n=await e.getField(o,t),a=!1;await n.clearAllButThis(a)}},requiredInput:["field"]},{value:"clearField",translation:"Object.ActionButton.ClearSelectionInField",group:"selection",getActionCall:({app:e,qStateName:t,field:o})=>async()=>{if(o){const n=await e.getField(o,t);await n.clear()}},requiredInput:["field"]},{value:"selectAll",translation:"Object.ActionButton.SelectAllInField",group:"selection",getActionCall:({app:e,qStateName:t,field:o,softLock:n})=>async()=>{if(o){const a=await e.getField(o,t);await a.selectAll(n)}},requiredInput:["field","softLock"]},{value:"selectValues",translation:"Object.ActionButton.SelectValuesInField",group:"selection",getActionCall:({app:e,qStateName:t,field:o,value:n,softLock:a})=>async({overrideValue:i})=>{const r=null!=i?i:n;if(o){var l;const n=await e.getField(o,t),i=await e.getFieldDescription(o),s=await(async(e,t,o)=>{let n=t.split(";");if(o){let t="";n.forEach((e=>{t+=`Num('${e}')&';'&`})),n=(await e.evaluate(t.slice(0,-5))).split(";")}return n.map((e=>Number.isNaN(+e)?{qText:e}:{qIsNumeric:!0,qNumber:Number(e)}))})(e,r,null==i||null===(l=i.qTags)||void 0===l?void 0:l.includes("$date"));await n.selectValues(s,!1,a)}},requiredInput:["field","value","softLock"]},{value:"selectMatchingValues",translation:"Object.ActionButton.SelectMatchingValues",group:"selection",getActionCall:({app:e,qStateName:t,field:o,value:n})=>async({overrideValue:a})=>{const i=null!=a?a:n;if(o){const n=await e.getField(o,t);await n.select(i,!1)}},requiredInput:["field","value"]},{value:"selectAlternative",translation:"Object.ActionButton.SelectAlternatives",group:"selection",getActionCall:({app:e,qStateName:t,field:o,softLock:n})=>async()=>{if(o){const a=await e.getField(o,t);await a.selectAlternative(n)}},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:o})=>async()=>{const n=await o.getDimension(e);await n.stepCycle(t)},requiredInput:["cyclicDimension","indexStepper"]},{value:"cyclicDimensionSetActive",translation:"Object.ActionButton.CyclicDimensionSetActive",group:"selection",getActionCall:({cyclicDimensionId:e,groupFieldIndex:t,app:o,isEnabled:n})=>async()=>{if(n("IM_6926_SET_ACTIVE_FIELD_BUTTON")){const n=await o.getDimension(e);await n.setActiveField(t)}},hide:({isEnabled:e})=>!e("IM_6926_SET_ACTIVE_FIELD_BUTTON"),requiredInput:["cyclicDimension","groupFieldIndex"]},{value:"selectExcluded",translation:"Object.ActionButton.SelectExcluded",group:"selection",getActionCall:({app:e,qStateName:t,field:o,softLock:n})=>async()=>{if(o){const a=await e.getField(o,t);await a.selectExcluded(n)}},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:o})=>async()=>{if(o){const n=await e.getField(o,t),a=!1;await n.selectPossible(a)}},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:o,value:n})=>async({overrideValue:a})=>{const i=null!=a?a:n;if(o){const n=await e.getField(o,t),a=!1;await n.toggleSelect(i,a)}},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:o})=>async()=>{if(o){const n=await e.getField(o,t);await n.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:o})=>async()=>{if(o){const n=await e.getField(o,t);await n.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:o})=>async({overrideValue:n,overrideVariable:a})=>{const i=null!=n?n:o,r=null!=a?a:t;if(r)try{const t=await e.getVariableByName(r);await t.setStringValue(i)}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:o,isEnabled:n})=>async()=>{if(null!=o&&o.isCloud&&!t&&n("IM_2843_BUTTON_STATELESS_RELOAD"))await fetch("../api/v1/reloads",{method:"POST",headers:{"Content-Type":"application/json","qlik-csrf-token":await x()},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:o,automationTriggered:n,automationExecutionToken:a,automationPostData:i,automationShowNotification:r,automationNotificationDuration:l,automationOpenLinkSameWindow:s,inputParameters:u,translator:c,senseNavigation:p,isEnabled:d})=>async({overrideAutomationInputParameters:g})=>{if(o.length)try{let t,b;if(!(void 0!==o&&o.length>1))return;t=((e,t)=>t?`../api/v1/automations/${e}/actions/execute`:`../api/v1/automations/${e}/runs`)(o,n),i&&(b=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const h=await N({app:e,automationId:o,bookmark:b,senseNavigation:p,inputParameters:d("TLV_319_BUTTON_AUTOMATION_INPUT_PARAMETERS")?g||u:[]}),f=await q(n,a,h),m=await fetch(t,f),v=await(async(e,t,o,n)=>{let a;switch(o.status){case 200:case 201:{const i=await o.json(),{status:r,guid:l,id:s}=i,u=void 0===s?l:s;if(t&&"queued"!==r)a=O(i,n),a.ok=!0;else{const t=new Promise((t=>{C(e,u,n,0,t)}));a=await t}break}case 400:a={message:S(n,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:a={message:S(n,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:a={message:S(n,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:a={message:S(n,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:a={message:S(n,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return a})(o,n,m,c);r&&await(async(e,t,o)=>{const n=B(e,o,!e.ok);n.focus(),n.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{T(n)})),document.querySelector("body").appendChild(n),E(n,{opacity:1}),setTimeout((()=>{T(n)}),Math.max(1e3*t-400,1))})(v,l,s)}catch(e){}else void 0!==t&&await(async(e,t,o)=>{try{e=encodeURIComponent(e);const n=await fetch(`../api/v1/items/${e}`).then((e=>e.json())),a=await fetch(`../api/v1/automations/${n.resourceId}`).then((e=>e.json())),i=`../api/v1/automations/${a.id}/actions/execute`;let r={};if(t){const t=await fetch(`../api/v1/automations/${n.resourceId}/blocks`).then((e=>e.json())).then((e=>{let t=[];for(let o=0;o<e.blocks.length;o++)if("FormBlock"===e.blocks[o].type){t=e.blocks[o].form;break}return t}));if(t.length>0){const n=new Date,a={qProp:{qInfo:{qId:`automation_${o.id}_${e}_${n.getTime()}`,qType:"bookmark"},qMetaDef:{title:`Generated automation bookmark on ${n.toISOString()}`,description:"Generated to provide target automation with bookmark to get current selection state",_createdBy:"sn-action-button",_createdFor:"automation",_createdOn:`${n.toISOString()}`,_id:`automation_${encodeURIComponent(o.id)}_${e}_${n.getTime()}`}}},i=await o.createBookmark(a).then((e=>e.getLayout())).then((e=>e.qInfo.qId));await o.saveObjects(),r={inputs:{[t[0].label.toLowerCase()]:encodeURIComponent(o.id),[t[1].label.toLowerCase()]:i}}}}const l=await q(!0,a.executionToken,r);await fetch(i,l).then((e=>e.json()))}catch(e){}})(t,i,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:[]}],L=e=>D.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))}));function $(e,t){const o=D.find((t=>e.actionType===t.value));return o&&o.requiredInput&&-1!==o.requiredInput.indexOf(t)}const j=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 o=await j(e);await t.goToSheet(o[o.length-1].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToFirstSheet",value:"firstSheet",navigationCall:async({app:e,senseNavigation:t})=>{const o=await j(e);await t.goToSheet(o[0].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToASheet",value:"goToSheet",navigationCall:async({senseNavigation:e,sheet:t,chartId:o})=>{t&&await e.goToSheet(t,o)},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 o=b(e),n=h(e),a=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===g})(n);let i="";if(a&&window.open(n,i,"noopener"),t&&(i=k()?"_parent":"_self",window.open(`${o}${n}`,i,"noopener")),!a&&!t){const e=v(n);window.open(`${o}${e}`,i,"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:o,sheet:n})=>{const a=e.storeTempSelectionState&&await e.storeTempSelectionState();let i="";t&&(i=k()?"_parent":"_self");const r=n?`/sheet/${encodeURIComponent(n)}`:"",l=`../sense/app/${encodeURIComponent(o)}${r}/tempselectionstate/${encodeURIComponent(a)}`;window.open(l,i,"noopener")},requiredInput:["sameWindow","appId","sheetId"]},{translation:"Object.ActionButton.SelectOdagApp",value:"odagLink",navigationCall:async({app:e,senseNavigation:t,odagLink:o,element:n})=>{"function"==typeof t.openOdagPopup&&o&&o.length>0&&await t.openOdagPopup(e,o,n)},requiredInput:["odagLink"]}],V=e=>_.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))})),M=(e,t)=>{const o=_.find((t=>e.navigation.action===t.value));return o&&o.requiredInput&&-1!==o.requiredInput.indexOf(t)};var R={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},P=[{value:"image",icon:"image",label:"Image"},{value:"back",icon:"back",label:"Back"},{value:"forward",icon:"forward",label:"Forward"},{value:"history",icon:"history",label:"History"},{value:"help",icon:"help",label:"Help"},{value:"info",icon:"info",label:"Info"},{value:"text",icon:"text",label:"Text"},{value:"group",icon:"group",label:"Group"},{value:"search",icon:"search",label:"Search"},{value:"zoom-in",icon:"zoom-in",label:"Zoom in"},{value:"zoom-out",icon:"zoom-out",label:"Zoom out"},{value:"export",icon:"export",label:"Export"},{value:"import",icon:"import",label:"Import"},{value:"field",icon:"field",label:"Field"},{value:"lock",icon:"lock",label:"Lock"},{value:"unlock",icon:"unlock",label:"Unlock"},{value:"database",icon:"database",label:"Database"},{value:"calendar",icon:"calendar",label:"Calendar"},{value:"bookmark",icon:"bookmark",label:"Bookmark"},{value:"library",icon:"library",label:"Library"},{value:"star",icon:"star",label:"Star"},{value:"print",icon:"print",label:"Print"},{value:"remove",icon:"remove",label:"Remove"},{value:"handle",icon:"handle",label:"Handle"},{value:"handle-horizontal",icon:"handle-horizontal",label:"Handle horizontal"},{value:"menu",icon:"menu",label:"Menu"},{value:"list",icon:"list",label:"List"},{value:"unordered-list",icon:"unordered-list",label:"Unordered list"},{value:"clock",icon:"clock",label:"Clock"},{value:"puzzle",icon:"puzzle",label:"Puzzle"},{value:"filterpane",icon:"filterpane",label:"Filterpane"},{value:"plus",icon:"plus",label:"Plus"},{value:"minus",icon:"minus",label:"Minus"},{value:"triangle-top",icon:"triangle-top",label:"Triangle top"},{value:"triangle-bottom",icon:"triangle-bottom",label:"Triangle bottom"},{value:"triangle-left",icon:"triangle-left",label:"Triangle left"},{value:"triangle-right",icon:"triangle-right",label:"Triangle right"},{value:"tick",icon:"tick",label:"Tick"},{value:"cogwheel",icon:"cogwheel",label:"Cogwheel"},{value:"settings",icon:"settings",label:"Settings"},{value:"cut",icon:"cut",label:"Cut"},{value:"copy",icon:"copy",label:"Copy"},{value:"paste",icon:"paste",label:"Paste"},{value:"camera",icon:"camera",label:"Camera"},{value:"slide-show",icon:"slide-show",label:"Slide show"},{value:"palette",icon:"palette",label:"Palette"},{value:"shapes",icon:"shapes",label:"Shapes"},{value:"effects",icon:"effects",label:"Effects"},{value:"file",icon:"file",label:"File"},{value:"expand",icon:"expand",label:"Expand"},{value:"collapse",icon:"collapse",label:"Collapse"},{value:"bin",icon:"bin",label:"Bin"},{value:"link",icon:"link",label:"Link"},{value:"pivot",icon:"pivot",label:"Pivot"},{value:"reload",icon:"reload",label:"Reload"},{value:"add",icon:"add",label:"Add"},{value:"edit",icon:"edit",label:"Edit"},{value:"key",icon:"key",label:"Key"},{value:"box",icon:"box",label:"Box"},{value:"home",icon:"home",label:"Home"},{value:"person",icon:"person",label:"Person"},{value:"grid",icon:"grid",label:"Grid"},{value:"cloud",icon:"cloud",label:"Cloud"},{value:"more",icon:"more",label:"More"},{value:"folder",icon:"folder",label:"Folder"},{value:"drop",icon:"drop",label:"Drop"},{value:"play",icon:"play",label:"Play"},{value:"tag",icon:"tag",label:"Tag"},{value:"close",icon:"close",label:"Close"},{value:"warning",icon:"warning",label:"Warning"},{value:"warning-triangle",icon:"warning-triangle",label:"Warning triangle"},{value:"share",icon:"share",label:"Share"},{value:"top",icon:"top",label:"Top"},{value:"low-resolution",icon:"low-resolution",label:"Low resolution"},{value:"high-resolution",icon:"high-resolution",label:"High resolution"},{value:"view",icon:"view",label:"View"},{value:"control",icon:"control",label:"Control"},{value:"code",icon:"code",label:"Code"},{value:"upload",icon:"upload",label:"Upload"},{value:"repair",icon:"repair",label:"Repair"},{value:"split",icon:"split",label:"Split"},{value:"up-down",icon:"up-down",label:"Up down"},{value:"disconnect",icon:"disconnect",label:"Disconnect"},{value:"photo-library",icon:"photo-library",label:"Photo library"},{value:"application",icon:"application",label:"Application"},{value:"new-tab",icon:"new-tab",label:"New tab"},{value:"ascending",icon:"ascending",label:"Ascending"},{value:"descending",icon:"descending",label:"Descending"},{value:"arrow-up",icon:"arrow-up",label:"Arrow up"},{value:"arrow-down",icon:"arrow-down",label:"Arrow down"},{value:"arrow-right",icon:"arrow-right",label:"Arrow right"},{value:"arrow-left",icon:"arrow-left",label:"Arrow left"},{value:"sync",icon:"sync",label:"Sync"},{value:"draggable",icon:"draggable",label:"Draggable"},{value:"book",icon:"book",label:"Book"},{value:"measure",icon:"measure",label:"Measure"},{value:"download",icon:"download",label:"Download"},{value:"more-rounded",icon:"more-rounded",label:"More rounded"},{value:"align-object-left",icon:"align-object-left",label:"Align object-left"},{value:"align-object-center",icon:"align-object-center",label:"Align object-center"},{value:"align-object-right",icon:"align-object-right",label:"Align object-right"},{value:"submit",icon:"submit",label:"Submit"},{value:"operators",icon:"operators",label:"Operators"},{value:"general-data-class",icon:"general-data-class",label:"General data-class"},{value:"building",icon:"building",label:"Building"},{value:"bell",icon:"bell",label:"Bell"},{value:"unlink",icon:"unlink",label:"Unlink"},{value:"lightbulb",icon:"lightbulb",label:"Lightbulb"},{value:"log-in",icon:"log-in",label:"Log in"},{value:"log-out",icon:"log-out",label:"Log out"},{value:"previous",icon:"previous",label:"Previous"},{value:"goto",icon:"goto",label:"Goto"},{value:"save",icon:"save",label:"Save"},{value:"pause",icon:"pause",label:"Pause"},{value:"stop",icon:"stop",label:"Stop"},{value:"step-in",icon:"step-in",label:"Step in"},{value:"comment",icon:"comment",label:"Comment"},{value:"indent",icon:"indent",label:"Indent"},{value:"undent",icon:"undent",label:"Undent"},{value:"filter",icon:"filter",label:"Filter"},{value:"clear-filter",icon:"clear-filter",label:"Clear filter"},{value:"insert",icon:"insert",label:"Insert"},{value:"direction-left",icon:"direction-left",label:"Direction left"},{value:"swap",icon:"swap",label:"Swap"},{value:"bubbles",icon:"bubbles",label:"Bubbles"},{value:"sheet",icon:"sheet",label:"Sheet"},{value:"object",icon:"object",label:"Object"},{value:"clear-selections",icon:"clear-selections",label:"Clear selections"},{value:"selections-tool",icon:"selections-tool",label:"Selections tool"},{value:"selections-reload",icon:"selections-reload",label:"Selections reload"},{value:"selections-back",icon:"selections-back",label:"Selections back"},{value:"selections-forward",icon:"selections-forward",label:"Selections forward"},{value:"expression",icon:"expression",label:"Expression"},{value:"select-alternative",icon:"select-alternative",label:"Select alternative"},{value:"select-possible",icon:"select-possible",label:"Select possible"},{value:"select-excluded",icon:"select-excluded",label:"Select excluded"},{value:"select-all",icon:"select-all",label:"Select all"},{value:"bar-chart",icon:"bar-chart",label:"Bar chart"},{value:"bar-chart-horizontal",icon:"bar-chart-horizontal",label:"Bar chart-horizontal"},{value:"line-chart",icon:"line-chart",label:"Line chart"},{value:"pie-chart",icon:"pie-chart",label:"Pie chart"},{value:"gauge-chart",icon:"gauge-chart",label:"Gauge chart"},{value:"kpi",icon:"kpi",label:"Kpi"},{value:"scatter-chart",icon:"scatter-chart",label:"Scatter chart"},{value:"map",icon:"map",label:"Map"},{value:"table",icon:"table",label:"Table"},{value:"pivot-table",icon:"pivot-table",label:"Pivot table"},{value:"treemap",icon:"treemap",label:"Treemap"},{value:"combo-chart",icon:"combo-chart",label:"Combo chart"},{value:"boxplot",icon:"boxplot",label:"Boxplot"},{value:"distributionplot",icon:"distributionplot",label:"Distributionplot"},{value:"histogram",icon:"histogram",label:"Histogram"},{value:"direct-discovery",icon:"direct-discovery",label:"Direct discovery"},{value:"data-model",icon:"data-model",label:"Data model"},{value:"script",icon:"script",label:"Script"},{value:"script-ok",icon:"script-ok",label:"Script ok"},{value:"debug",icon:"debug",label:"Debug"},{value:"auto-layout",icon:"auto-layout",label:"Auto layout"}];const U={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}},z={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 o=e&&U[e.toLowerCase()];if(o){const e=void 0!==o.a?o.a:1;return`rgba(${o.r},${o.g},${o.b},${e})`}return"none"},getFadedColor(e){const t=.15;let o,n,a,i;if(e.length>7){o=e.split(",");const r=-1!==o[0].indexOf("a");return n=r?parseInt(o[0].slice(5),10):parseInt(o[0].slice(4),10),i=parseInt(o[1],10),a=parseInt(o[2],10),`${(r?"rgba(":"rgb(")+(Math.round((0-n)*t)+n)},${Math.round((0-i)*t)+i},${Math.round((0-a)*t)+a}${r?`,${o[3]}`:")"}`}return o=parseInt(e.slice(1),16),n=o>>16,i=o>>8&255,a=255&o,`#${(16777216+65536*(Math.round((0-n)*t)+n)+256*(Math.round((0-i)*t)+i)+(Math.round((0-a)*t)+a)).toString(16).slice(1)}`},getColor({useColorExpression:e=!1,colorExpression:t="",color:o=R.COLOR},n,a){let i;return e?i=z.resolveExpression(t):"string"==typeof o?i=o:o&&(i=a.getColorPickerColor(o)),i&&"none"!==i?i:n}},H={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},W={"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%"},G=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],Z=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],K=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],Y=e=>e%1!=0?e.toFixed(2):e,X=(e,t,o,n)=>{t.offsetWidth<=e.clientWidth?o.style.overflow="visible":o.style.overflow="hidden",n&&(t.children[0].style.marginRight=`${Y(.04*t.offsetWidth)}px`)},J=(e,t,o,n,a)=>{if("fixed"===t.sizeBehavior)o.style.fontSize=`${t.sizeFixed||R.FONT_SIZE_FIXED}px`,X(e,o,n,a);else if("relative"===t.sizeBehavior){const i=t.size||R.FONT_SIZE,r=40/i,l=Math.min(e.clientWidth/r*10,e.clientHeight*i*.8);o.style.fontSize=`${l}px`,X(e,o,n,a)}else{o.style.fontSize=`${e.clientHeight}px`;let n=e.clientHeight/o.offsetHeight*e.clientHeight;o.style.fontSize=`${n}px`,o.offsetWidth>e.clientWidth&&(n*=e.clientWidth/o.offsetWidth);((e,t,o,n)=>{t.style&&t.style.italic?n?(e.style.fontSize=`${Y(Math.max(.84*o,8))}px`,e.children[0].style.marginRight=`${Y(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${Y(.04*e.offsetWidth)}px`):(e.style.fontSize=`${Y(Math.max(.9*o,8))}px`,e.children[0].style.marginRight=`${Y(.02*e.offsetWidth)}px`):n?(e.style.fontSize=`${Y(Math.max(.88*o,8))}px`,e.children[0].style.marginRight=`${Y(.04*e.offsetWidth)}px`):e.style.fontSize=`${Y(Math.max(.92*o,8))}px`})(o,t,n*(t.size||R.FONT_SIZE),a)}},Q=(e,t)=>{const o=t.getDataColorSpecials().primary;return z.getColor(e,o,t)},ee=(e,t)=>`${e}: ${t};`;var te={getStyles({style:e={},disabled:t,theme:o,element:n,app:a}){let i="width: 100%;height: 100%;transition: transform .1s ease-in-out;position: absolute;bottom: 0;left: 0; top: 0;right: 0;margin: auto;";const{font:r={},background:l={},border:s={}}=e;return i+=t?ee("opacity",.4):ee("cursor","pointer"),i+=((e,t,o,n)=>{let a="";a=n("color",z.getColor(e,t,o));const i=e.style||R.FONT_STYLE;return i.bold&&(a+=n("font-weight","bold")),i.italic&&(a+=n("font-style","italic")),a})(r,R.FONT_COLOR.color,o,ee),i+=((e,t,o,n)=>{let a=n("background-color",Q(e,t));if((e.useImage||"media"===e.mode)&&e.url.qStaticContentUrl){let t=e.url.qStaticContentUrl.qUrl;t&&(t=w(t,o),a+=n("background-image",`url('${t}')`),a+=n("background-size",H[e.size||R.BACKGROUND_SIZE]),a+=n("background-position",W[e.position||R.BACKGROUND_POSITION]),a+=n("background-repeat","no-repeat"))}return a})(l,o,a,ee),i+=((e,t,o,n,a)=>{if(!o.useBorder)return"border: none;";let i="";const r=Q(t,n),l=Math.min(e.offsetWidth,e.offsetHeight),s=z.getColor(o,z.getFadedColor(r),n);return i=a("border",`${(o.width||R.BORDER_WIDTH)*l/2}px solid ${s}`),i+=a("border-radius",(o.radius||R.BORDER_RADIUS)*l/2+"px"),i})(n,l,s,o,ee),i},createLabelAndIcon({button:e,theme:t,style:o={},isSense:n}){var a;const{icon:i={},font:r={},label:l=R.LABEL,showLabel:s=!0}=o,u=document.createElement("text");u.style.whiteSpace="nowrap",u.style.fontFamily=(null==o||null===(a=o.font)||void 0===a?void 0:a.fontFamily)||t.getStyle("","","fontFamily")||R.FONT_FAMILY;const c=((e,t)=>{const o=document.createElement("span");return o.textContent=e,o.style.whiteSpace="nowrap",o.style.textOverflow="ellipsis",(null==t?void 0:t.style)&&t.style.underline&&(o.style.textDecoration="underline"),o})(l,r);u.appendChild(c);const p=n&&i.useIcon&&""!==i.iconType;let d;p&&(d=((e,t)=>{const o=document.createElement("span"),n=e.find((e=>e.label===t.iconType||e.value===t.iconType));return o.style.textDecoration="none",o.style.fontSize="inherit",o.setAttribute("class",`lui-icon lui-icon--${n?n.value:""}`),o})(P,i),"right"===(null==i?void 0:i.position)?u.appendChild(d):u.insertBefore(d,c)),e.innerHTML="",e.appendChild(u),J(e,r,u,c,p),"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"===r.align?"flex-start":"right"===r.align?"flex-end":"center",s||(u.style.height="1px",u.style.width="1px",u.style.overflow="hidden")}};const oe=({layout:e,theme:t,app:o,interactions:n,senseNavigation:a,platform:i,element:r,translator:l,model:s,isEnabled:u})=>{const c=!!a,p=r.firstElementChild,{style:d,qStateName:g,navigation:b}=e,h=e.useEnabledCondition&&0===e.enabledCondition,f=!h&&n.active,m=te.getStyles({style:d,disabled:h,theme:t,element:r,app:o});p.setAttribute("style",m),p.setAttribute("tabindex","-1"),te.createLabelAndIcon({button:p,theme:t,style:d,isSense:c}),p.onclick=async()=>{if(f){const t=[],{actions:n}=e;if(n.forEach((e=>{const n=D.find((t=>t.value===e.actionType));n?t.push(n.getActionCall({app:o,qStateName:g,...e,senseNavigation:a,translator:l,platform:i,isEnabled:u})):t.push((()=>{}))})),p.setAttribute("disabled",!0),await(async({actionCallList:e,model:t,layout:o,app:n})=>{const a=await t.getEffectiveProperties();for(let t=0;t<e.length;t++)if(o.runtimeExpressionEvaluation){var i,r;const{value:o,variable:l,inputParameters:s}=a.actions[t],u=(null==o||null===(i=o.qStringExpression)||void 0===i?void 0:i.qExpr)&&await n.evaluate(o.qStringExpression.qExpr),c=(null==l||null===(r=l.qStringExpression)||void 0===r?void 0:r.qExpr)&&await n.evaluate(l.qStringExpression.qExpr),p=(null==s?void 0:s.length)>0?await Promise.all(s.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=>{n.evaluate(e.value.qStringExpression.qExpr).then((o=>{t({...e,value:o})}))})):e}))):void 0;await e[t]({overrideValue:u,overrideVariable:c,overrideAutomationInputParameters:p})}else await e[t]({})})({actionCallList:t,model:s,layout:e,app:o}),a&&!a.getCurrentStoryId()){const e=b&&_.find((e=>e.value===b.action));a&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:o,senseNavigation:a,...b,element:r})}p.removeAttribute("disabled")}};const v=()=>{if(f){const{offsetWidth:e,offsetHeight:t}=p;p.style.transform=t>e?`scale(0.98, ${1-e/t*.02})`:`scale(${1-t/e*.02}, 0.98)`}},y=()=>{const{transform:e}=p.style;f&&""!==e&&"scale(1)"!==e&&(p.style.transform="scale(1)")};return p.onmousedown=e=>{0===e.button&&v()},p.onmouseup=y,p.onmouseleave=y,p.ontouchstart=v,p.ontouchend=y,p.ontouchcancel=y,()=>{p.onclick=void 0,p.onmousedown=void 0,p.onmouseup=void 0,p.onmouseleave=void 0,p.ontouchstart=void 0,p.ontouchend=void 0,p.ontouchcancel=void 0}};var ne={targets:[]};function ae(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=Array(t);o<t;o++)n[o]=e[o];return n}function ie(e){return function(e){if(Array.isArray(e))return ae(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 ae(e,t);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?ae(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 re=["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"],le=["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 se=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function ue(e){var t=e.theme,o=e.translator,n=e.defaultValue,a=e.flags,i=[],r=t.getStyle("","","fontFamilies");return Array.isArray(r)&&r.length?i.push.apply(i,ie(new Set([n].concat(ie(r.map((function(e){return e.split(",").map((function(e){return e.trim()})).map((function(e){return e.replace(/\s+/g," ").trim()})).filter(Boolean).join(", ")}))))))):i.push(n),[{value:"ThemeHeader",label:o.get("properties.themeFonts"),metaText:o.get("properties.theme"),groupHeader:!0}].concat(ie(i.map((function(e){return se(e)}))),[{value:"DefaultHeader",label:o.get("properties.allFonts"),metaText:o.get("properties.default"),groupHeader:!0}],ie(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?le:re}(a).map((function(e){return se(e)}))))}function ce(e){var t=e.theme,o=e.translator,n=e.id,a=e.path,i=e.flags,r=function(){return t.getStyle(n,a,"fontFamily")};return{getDefaultValue:function(){return r()},getOptions:function(){return ue({theme:t,translator:o,defaultValue:r(),flags:i})}}}var pe,de,ge=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],be=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function he(e){var t=e.theme,o=e.translator,n=e.id,a=e.path,i=function(){return t.getStyle(n,a,"fontSize")};return{getDefaultValue:function(){return i()},getOptions:function(){return function(e){var t=e.translator,o=e.defaultValue,n=[],a=e.theme.getStyle("","","fontSizes");return Array.isArray(a)&&a.length?n.push.apply(n,ie(new Set([o].concat(ie(a))))):n.push(o),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(ie(n.map((function(e){return be(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],ie(ge.map((function(e){return be(e)}))))}({theme:t,translator:o,defaultValue:i()})}}}function fe(e){var t=e.theme,o=e.translator,n=e.id,a=e.path;return{fontFamily:ce({theme:t,translator:o,id:n,path:a,flags:e.flags}),fontSize:he({theme:t,translator:o,id:n,path:a})}}var me,ve=function(){if(de)return pe;de=1;var e=Object.prototype.hasOwnProperty,t=Object.prototype.toString,o=Object.defineProperty,n=Object.getOwnPropertyDescriptor,a=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===t.call(e)},i=function(o){if(!o||"[object Object]"!==t.call(o))return!1;var n,a=e.call(o,"constructor"),i=o.constructor&&o.constructor.prototype&&e.call(o.constructor.prototype,"isPrototypeOf");if(o.constructor&&!a&&!i)return!1;for(n in o);return void 0===n||e.call(o,n)},r=function(e,t){o&&"__proto__"===t.name?o(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},l=function(t,o){if("__proto__"===o){if(!e.call(t,o))return;if(n)return n(t,o).value}return t[o]};return pe=function e(){var t,o,n,s,u,c,p=arguments[0],d=1,g=arguments.length,b=!1;for("boolean"==typeof p&&(b=p,p=arguments[1]||{},d=2),(null==p||"object"!=typeof p&&"function"!=typeof p)&&(p={});d<g;++d)if(null!=(t=arguments[d]))for(o in t)n=l(p,o),p!==(s=l(t,o))&&(b&&s&&(i(s)||(u=a(s)))?(u?(u=!1,c=n&&a(n)?n:[]):c=n&&i(n)?n:{},r(p,{name:o,newValue:e(b,c,s)})):void 0!==s&&r(p,{name:o,newValue:s}));return p},pe}();function ye(e,t,o){e.prototype=t.prototype=o,o.constructor=e}function we(e,t){var o=Object.create(e.prototype);for(var n in t)o[n]=t[n];return o}function ke(){}(me=ve)&&me.__esModule&&Object.prototype.hasOwnProperty.call(me,"default")&&me.default;var xe=1/.7,Ae="\\s*([+-]?\\d+)\\s*",Se="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",Ie="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",Oe=/^#([0-9a-f]{3,8})$/,Ce=new RegExp(`^rgb\\(${Ae},${Ae},${Ae}\\)$`),Ee=new RegExp(`^rgb\\(${Ie},${Ie},${Ie}\\)$`),Te=new RegExp(`^rgba\\(${Ae},${Ae},${Ae},${Se}\\)$`),Be=new RegExp(`^rgba\\(${Ie},${Ie},${Ie},${Se}\\)$`),Ne=new RegExp(`^hsl\\(${Se},${Ie},${Ie}\\)$`),qe=new RegExp(`^hsla\\(${Se},${Ie},${Ie},${Se}\\)$`),Fe={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 De(){return this.rgb().formatHex()}function Le(){return this.rgb().formatRgb()}function $e(e){var t,o;return e=(e+"").trim().toLowerCase(),(t=Oe.exec(e))?(o=t[1].length,t=parseInt(t[1],16),6===o?je(t):3===o?new Re(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===o?_e(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===o?_e(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=Ce.exec(e))?new Re(t[1],t[2],t[3],1):(t=Ee.exec(e))?new Re(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=Te.exec(e))?_e(t[1],t[2],t[3],t[4]):(t=Be.exec(e))?_e(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=Ne.exec(e))?Ge(t[1],t[2]/100,t[3]/100,1):(t=qe.exec(e))?Ge(t[1],t[2]/100,t[3]/100,t[4]):Fe.hasOwnProperty(e)?je(Fe[e]):"transparent"===e?new Re(NaN,NaN,NaN,0):null}function je(e){return new Re(e>>16&255,e>>8&255,255&e,1)}function _e(e,t,o,n){return n<=0&&(e=t=o=NaN),new Re(e,t,o,n)}function Ve(e){return e instanceof ke||(e=$e(e)),e?new Re((e=e.rgb()).r,e.g,e.b,e.opacity):new Re}function Me(e,t,o,n){return 1===arguments.length?Ve(e):new Re(e,t,o,null==n?1:n)}function Re(e,t,o,n){this.r=+e,this.g=+t,this.b=+o,this.opacity=+n}function Pe(){return`#${We(this.r)}${We(this.g)}${We(this.b)}`}function Ue(){const e=ze(this.opacity);return`${1===e?"rgb(":"rgba("}${He(this.r)}, ${He(this.g)}, ${He(this.b)}${1===e?")":`, ${e})`}`}function ze(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function He(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function We(e){return((e=He(e))<16?"0":"")+e.toString(16)}function Ge(e,t,o,n){return n<=0?e=t=o=NaN:o<=0||o>=1?e=t=NaN:t<=0&&(e=NaN),new Ke(e,t,o,n)}function Ze(e){if(e instanceof Ke)return new Ke(e.h,e.s,e.l,e.opacity);if(e instanceof ke||(e=$e(e)),!e)return new Ke;if(e instanceof Ke)return e;var t=(e=e.rgb()).r/255,o=e.g/255,n=e.b/255,a=Math.min(t,o,n),i=Math.max(t,o,n),r=NaN,l=i-a,s=(i+a)/2;return l?(r=t===i?(o-n)/l+6*(o<n):o===i?(n-t)/l+2:(t-o)/l+4,l/=s<.5?i+a:2-i-a,r*=60):l=s>0&&s<1?0:r,new Ke(r,l,s,e.opacity)}function Ke(e,t,o,n){this.h=+e,this.s=+t,this.l=+o,this.opacity=+n}function Ye(e){return(e=(e||0)%360)<0?e+360:e}function Xe(e){return Math.max(0,Math.min(1,e||0))}function Je(e,t,o){return 255*(e<60?t+(o-t)*e/60:e<180?o:e<240?t+(o-t)*(240-e)/60:t)}ye(ke,$e,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:De,formatHex:De,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Ze(this).formatHsl()},formatRgb:Le,toString:Le}),ye(Re,Me,we(ke,{brighter(e){return e=null==e?xe:Math.pow(xe,e),new Re(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Re(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Re(He(this.r),He(this.g),He(this.b),ze(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:Pe,formatHex:Pe,formatHex8:function(){return`#${We(this.r)}${We(this.g)}${We(this.b)}${We(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Ue,toString:Ue})),ye(Ke,(function(e,t,o,n){return 1===arguments.length?Ze(e):new Ke(e,t,o,null==n?1:n)}),we(ke,{brighter(e){return e=null==e?xe:Math.pow(xe,e),new Ke(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Ke(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,o=this.l,n=o+(o<.5?o:1-o)*t,a=2*o-n;return new Re(Je(e>=240?e-240:e+120,a,n),Je(e,a,n),Je(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new Ke(Ye(this.h),Xe(this.s),Xe(this.l),ze(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=ze(this.opacity);return`${1===e?"hsl(":"hsla("}${Ye(this.h)}, ${100*Xe(this.s)}%, ${100*Xe(this.l)}%${1===e?")":`, ${e})`}`}}));const Qe=Math.PI/180,et=180/Math.PI,tt=4/29,ot=6/29,nt=3*ot*ot;function at(e){if(e instanceof it)return new it(e.l,e.a,e.b,e.opacity);if(e instanceof ct)return pt(e);e instanceof Re||(e=Ve(e));var t,o,n=ut(e.r),a=ut(e.g),i=ut(e.b),r=rt((.2225045*n+.7168786*a+.0606169*i)/1);return n===a&&a===i?t=o=r:(t=rt((.4360747*n+.3850649*a+.1430804*i)/.96422),o=rt((.0139322*n+.0971045*a+.7141733*i)/.82521)),new it(116*r-16,500*(t-r),200*(r-o),e.opacity)}function it(e,t,o,n){this.l=+e,this.a=+t,this.b=+o,this.opacity=+n}function rt(e){return e>.008856451679035631?Math.pow(e,1/3):e/nt+tt}function lt(e){return e>ot?e*e*e:nt*(e-tt)}function st(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function ut(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function ct(e,t,o,n){this.h=+e,this.c=+t,this.l=+o,this.opacity=+n}function pt(e){if(isNaN(e.h))return new it(e.l,0,0,e.opacity);var t=e.h*Qe;return new it(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}ye(it,(function(e,t,o,n){return 1===arguments.length?at(e):new it(e,t,o,null==n?1:n)}),we(ke,{brighter(e){return new it(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new it(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,o=isNaN(this.b)?e:e-this.b/200;return new Re(st(3.1338561*(t=.96422*lt(t))-1.6168667*(e=1*lt(e))-.4906146*(o=.82521*lt(o))),st(-.9787684*t+1.9161415*e+.033454*o),st(.0719453*t-.2289914*e+1.4052427*o),this.opacity)}})),ye(ct,(function(e,t,o,n){return 1===arguments.length?function(e){if(e instanceof ct)return new ct(e.h,e.c,e.l,e.opacity);if(e instanceof it||(e=at(e)),0===e.a&&0===e.b)return new ct(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*et;return new ct(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new ct(e,t,o,null==n?1:n)}),we(ke,{brighter(e){return new ct(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new ct(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return pt(this).rgb()}}));var dt=e=>()=>e;function gt(e,t){var o=t-e;return o?function(e,t){return function(o){return e+o*t}}(e,o):dt(isNaN(e)?t:e)}!function e(t){var o=function(e){return 1==(e=+e)?gt:function(t,o){return o-t?function(e,t,o){return e=Math.pow(e,o),t=Math.pow(t,o)-e,o=1/o,function(n){return Math.pow(e+n*t,o)}}(t,o,e):dt(isNaN(t)?o:t)}}(t);function n(e,t){var n=o((e=Me(e)).r,(t=Me(t)).r),a=o(e.g,t.g),i=o(e.b,t.b),r=gt(e.opacity,t.opacity);return function(t){return e.r=n(t),e.g=a(t),e.b=i(t),e.opacity=r(t),e+""}}return n.gamma=e,n}(1);var bt,ht="center",ft="bottom";function mt(e){var t=0,o=e.children,n=o&&o.length;if(n)for(;--n>=0;)t+=o[n].value;else t=1;e.value=t}function vt(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=wt)):void 0===t&&(t=yt);for(var o,n,a,i,r,l=new At(e),s=[l];o=s.pop();)if((a=t(o.data))&&(r=(a=Array.from(a)).length))for(o.children=a,i=r-1;i>=0;--i)s.push(n=a[i]=new At(a[i])),n.parent=o,n.depth=o.depth+1;return l.eachBefore(xt)}function yt(e){return e.children}function wt(e){return Array.isArray(e)?e[1]:null}function kt(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function xt(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function At(e){this.data=e,this.depth=this.height=0,this.parent=null}[{key:"NoDataExist",alignment:ht,condition:function(e){var t=e.layoutService;if(!t)return!1;var o=t.meta.size;return o.x*o.y==0}},{key:"OnlyNanDataMeasure",translationKey:"OnlyNanData",alignment:ht,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:ht,condition:function(e){var t=e.layoutService;if(!t)return!1;if(!t.meta.isContinuous)return!1;var o=t.getHyperCubeValue("qDimensionInfo.0");return o&&(o.qMax<o.qMin||"NaN"===o.qMax)}},{key:"OnlyNegativeOrZeroValues",alignment:ht},{key:"DataRangeIncludingZero",alignment:ft},{key:"LimitedData",alignment:ft},{key:"NegativeOrZeroValues",alignment:ft}].reduce((function(e,t){return e[t.key]=t,e}),{}),At.prototype=vt.prototype={constructor:At,count:function(){return this.eachAfter(mt)},each:function(e,t){let o=-1;for(const n of this)e.call(t,n,++o,this);return this},eachAfter:function(e,t){for(var o,n,a,i=this,r=[i],l=[],s=-1;i=r.pop();)if(l.push(i),o=i.children)for(n=0,a=o.length;n<a;++n)r.push(o[n]);for(;i=l.pop();)e.call(t,i,++s,this);return this},eachBefore:function(e,t){for(var o,n,a=this,i=[a],r=-1;a=i.pop();)if(e.call(t,a,++r,this),o=a.children)for(n=o.length-1;n>=0;--n)i.push(o[n]);return this},find:function(e,t){let o=-1;for(const n of this)if(e.call(t,n,++o,this))return n},sum:function(e){return this.eachAfter((function(t){for(var o=+e(t.data)||0,n=t.children,a=n&&n.length;--a>=0;)o+=n[a].value;t.value=o}))},sort:function(e){return this.eachBefore((function(t){t.children&&t.children.sort(e)}))},path:function(e){for(var t=this,o=function(e,t){if(e===t)return e;var o=e.ancestors(),n=t.ancestors(),a=null;for(e=o.pop(),t=n.pop();e===t;)a=e,e=o.pop(),t=n.pop();return a}(t,e),n=[t];t!==o;)t=t.parent,n.push(t);for(var a=n.length;e!==o;)n.splice(a,0,e),e=e.parent;return n},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(o){o!==e&&t.push({source:o.parent,target:o})})),t},copy:function(){return vt(this).eachBefore(kt)},[Symbol.iterator]:function*(){var e,t,o,n,a=this,i=[a];do{for(e=i.reverse(),i=[];a=e.pop();)if(yield a,t=a.children)for(o=0,n=t.length;o<n;++o)i.push(t[o])}while(i.length)}},bt=function(e){
7
+ import{usePromise as e,useElement as t,useTheme as n,useMemo as r,useStaleLayout as o,useModel as a,useApp as l,useInteractionState as i,useEffect as c,useImperativeHandle as u}from"@nebula.js/stardust";import s,{forwardRef as f}from"react";const p=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},b="http://",g="https://",m="mailto:",h=e=>e.startsWith(b)?b:e.startsWith(g)?g:e.startsWith(m)?m:b,v=e=>{let t=e;return e.startsWith(b)&&(t=e.slice(7)),e.startsWith(g)&&(t=e.slice(8)),t},d=/(?:[^\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,y=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g,w=e=>String(e).replace(y,"$1�$2").replace(d,encodeURI);function O(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=`${O(t)}/`+("/"===e[0]?e.substr(1):e)},E=()=>{try{return window.self!==window.top}catch(e){return!0}},x=async()=>{var e;return null!==(e=(await fetch("../api/v1/csrf-token")).headers.get("qlik-csrf-token"))&&void 0!==e?e:""},P=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"},S=(e,t,n)=>{const r=e.get(t);return r===t?n:r},k=e=>S(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),V=(e,t)=>{const n={message:k(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},z=async(e,t,n,r,o)=>{const a=await(async(e,t)=>(await fetch(`../api/v1/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:S(n,"geo.findLocation.error.timeout","Timeout")}:setTimeout((()=>z(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:k(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:S(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:k(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:S(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:k(n),ok:!0})}},C=(e,t)=>{null!=e&&Object.keys(t).forEach((n=>{e.style[n]=t[n]}))},A=e=>{C(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},H=(e,t,n)=>{const{message:r,url:o,urlText:a}=e,l=p(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=p(a||"Open");C(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 b=`<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=h(e),n=v(e);return`${t}${w(n)}`})(o)}" style="margin-left: 6px;" target="${g=t,g?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 g;return i.innerHTML=b,i},M=async({app:e,automationId:t,bookmark:n,senseNavigation:r,inputParameters:o})=>{const a=await(async()=>{const e=await fetch("../api/v1/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 P(e.id),tenant:a.tenantId,time:new Date},context:"qsbutton"}},B=async(e,t,n)=>{const r={"Content-Type":"application/json","qlik-csrf-token":await x()};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(`../api/v1/automations/${e}`)).json();return null})(r);return null==o?void 0:o.executionToken},D=[{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,isEnabled:r})=>async()=>{if(r("IM_6926_SET_ACTIVE_FIELD_BUTTON")){const r=await n.getDimension(e);await r.setActiveField(t)}},hide:({isEnabled:e})=>!e("IM_6926_SET_ACTIVE_FIELD_BUTTON"),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 x()},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,isEnabled:p})=>async({overrideAutomationInputParameters:b})=>{if(n.length)try{let t,g;if(!(void 0!==n&&n.length>1))return;t=((e,t)=>t?`../api/v1/automations/${e}/actions/execute`:`../api/v1/automations/${e}/runs`)(n,r),a&&(g=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const m=await M({app:e,automationId:n,bookmark:g,senseNavigation:f,inputParameters:p("TLV_319_BUTTON_AUTOMATION_INPUT_PARAMETERS")?b||u:[]}),h=await B(r,o,m),v=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=>{z(e,u,r,0,t)}));o=await t}break}case 400:o={message:S(r,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:o={message:S(r,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:o={message:S(r,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:o={message:S(r,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:o={message:S(r,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return o})(n,r,v,s);l&&await(async(e,t,n)=>{const r=H(e,n,!e.ok);r.focus(),r.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{A(r)})),document.querySelector("body").appendChild(r),C(r,{opacity:1}),setTimeout((()=>{A(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(`../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 B(!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:[]}],I=e=>D.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))}));function T(e,t){const n=D.find((t=>e.actionType===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)}const q=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)),N=[{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 q(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 q(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=h(e),r=v(e),o=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===m})(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=w(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"]}],F=e=>N.filter((t=>{var n;return!(null!==(n=t.hide)&&void 0!==n&&n.call(t,e))})),$=(e,t)=>{const n=N.find((t=>e.navigation.action===t.value));return n&&n.requiredInput&&-1!==n.requiredInput.indexOf(t)};var _={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 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 U=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M9 7V2H7v5H2v2h5v5h2V9h5V7z"}))));function W(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const G=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){W(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 Z(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Z(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 X=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 J=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 ee(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const te=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ee(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"m8 9 4.5-4.5L14 6l-4.5 4.5L8 12 2 6l1.5-1.5z"}))));function ne(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ne(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}))));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 ae=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M8.5 8 4 3.5 5.5 2l6 6-6 6L4 12.5z"}))));function le(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ie=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){le(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"m8 7-4.5 4.5L2 10l6-6 6 6-1.5 1.5z"}),s.createElement("use",{fillRule:"evenodd"}))));function ce(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ue=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ce(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 se(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fe=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){se(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 be=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 me=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 ve=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 ye=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 we(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){we(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Pe=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Se(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Se(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 ze=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ce(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ce(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Me=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Le=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Ie=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 qe=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ne(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Fe=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ne(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 $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 _e=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Ue=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 We(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){We(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Ke=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Xe=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Je=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 et(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const tt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){et(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 nt(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){nt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 at=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 lt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const it=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){lt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 ct(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ut=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ct(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 st(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ft=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){st(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 bt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 mt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 vt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"m2.15 8.5 3.416 3.659-.732.682L.316 8l4.518-4.841.732.682L2.15 7.5H15v1z"}))));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 yt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 wt(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Pt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));function St(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){St(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 zt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ct(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ct(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Mt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Lt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 It=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 qt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Nt(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ft=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Nt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 $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 _t=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Ut=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Wt(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wt(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Kt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M0 0h5v2H2v3H0V0m2 11v3h3v2H0v-5zM15 0h1v5h-2V2h-3V0zm-1 14v-3h2v5h-5v-2z"}))));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 Xt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Jt=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 tn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));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 rn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M1 3h14v2H1zm0 4h14v2H1zm0 6v-2h14v2z"}))));function on(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const an=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){on(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"M3 15V1h2v14zm4 0V1h2v14zm6 0h-2V1h2z"}))));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 cn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 un(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const sn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){un(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 fn(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 gn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 dn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 yn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 On(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){On(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 xn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Sn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Vn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Cn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Hn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Bn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Dn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 In(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){In(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Nn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Fn(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fn(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 _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 Rn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Un(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Un(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Zn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M15 4H1V2h14zm0 10H1v-2h14zm0-5H1V7h14z"}))));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 Yn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Qn=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 er=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 tr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const nr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){tr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 or=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 lr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 ir(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const cr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ir(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));function ur(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const sr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ur(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 fr(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){fr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"M2 16V0h4v16zm8-16h4v16h-4z"}))));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 gr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 dr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 yr(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const wr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){yr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 jr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 xr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Sr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Vr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"m7 8 4.5 4.5L10 14 4 8l6-6 1.5 1.5z"}),s.createElement("use",{fillRule:"evenodd"}))));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 Cr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Hr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Br=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Dr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ir(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ir(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Nr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Fr(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Fr(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 _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 Rr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ur(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Wr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ur(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Zr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Yr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Qr=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 eo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 ro(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const oo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ro(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 ao(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ao(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 co=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 so=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 po=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 go=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 yo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 wo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Oo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){wo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Po=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 ko=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 zo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));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 Ao=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Ho(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ho(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Lo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Io=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 qo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"m6 10 7-7 2 2-7 7-2 2-5-5 2-2z"}))));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 Fo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 $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 _o=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.createElement("path",{d:"M0 16V0h16v16zM1 1v8h8V1zm9 7v3h5V8zm2 4h-2v3h2zm3-11h-5v6h5zM9 15v-5H6v5zm-4-5H1v5h4zm8 2v3h2v-3z"}))));function Ro(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Ro(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 Wo(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Go=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Wo(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 Ko=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Xo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 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 Jo=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 ea(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ta=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ea(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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"}),s.createElement("use",{fillRule:"evenodd"}))));function na(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){na(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 aa=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 la(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ia=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){la(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.createElement("path",{d:"m15 9-7 7-7-7zM1 7l7-7 7 7z"}))));function ca(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const ua=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ca(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 sa(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const fa=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){sa(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 ba=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 ga(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=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){ga(e,t,n[t])}))}return e}({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",height:"16px",fill:"currentColor","aria-hidden":"true",role:"img",ref:t},e),s.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 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 va=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 da=[{value:"image",label:"Image",icon:s.createElement(hn,null)},{value:"back",icon:s.createElement(me,null),label:"Back"},{value:"forward",icon:s.createElement(Ut,null),label:"Forward"},{value:"history",icon:s.createElement(pn,null),label:"History"},{value:"help",icon:s.createElement(cn,null),label:"Help"},{value:"info",icon:s.createElement(jn,null),label:"Info"},{value:"text",icon:s.createElement(Io,null),label:"Text"},{value:"group",icon:s.createElement(tn,null),label:"Group"},{value:"search",icon:s.createElement(Wr,null),label:"Search"},{value:"zoom-in",icon:s.createElement(ma,null),label:"Zoom in"},{value:"zoom-out",icon:s.createElement(va,null),label:"Zoom out"},{value:"export",icon:s.createElement(At,null),label:"Export"},{value:"import",icon:s.createElement(dn,null),label:"Import"},{value:"field",icon:s.createElement(Lt,null),label:"Field"},{value:"lock",icon:s.createElement(Tn,null),label:"Lock"},{value:"unlock",icon:s.createElement(ra,null),label:"Unlock"},{value:"database",icon:s.createElement(it,null),label:"Database"},{value:"calendar",icon:s.createElement(Me,null),label:"Calendar"},{value:"bookmark",icon:s.createElement(ke,null),label:"Bookmark"},{value:"library",icon:s.createElement(Le,null),label:"Library"},{value:"star",icon:s.createElement(Oo,null),label:"Star"},{value:"print",icon:s.createElement(Cr,null),label:"Print"},{value:"remove",icon:s.createElement(Dr,null),label:"Remove"},{value:"handle",icon:s.createElement(rn,null),label:"Handle"},{value:"handle-horizontal",icon:s.createElement(an,null),label:"Handle horizontal"},{value:"menu",icon:s.createElement(Zn,null),label:"Menu"},{value:"list",icon:s.createElement(Dn,null),label:"List"},{value:"unordered-list",icon:s.createElement(aa,null),label:"Unordered list"},{value:"clock",icon:s.createElement(Fe,null),label:"Clock"},{value:"puzzle",icon:s.createElement(Hr,null),label:"Puzzle"},{value:"filterpane",icon:s.createElement(Ft,null),label:"Filterpane"},{value:"plus",icon:s.createElement(Sr,null),label:"Plus"},{value:"minus",icon:s.createElement(Yn,null),label:"Minus"},{value:"triangle-top",icon:s.createElement(Xo,null),label:"Triangle top"},{value:"triangle-bottom",icon:s.createElement(Uo,null),label:"Triangle bottom"},{value:"triangle-left",icon:s.createElement(Go,null),label:"Triangle left"},{value:"triangle-right",icon:s.createElement(Ko,null),label:"Triangle right"},{value:"tick",icon:s.createElement(qo,null),label:"Tick"},{value:"cogwheel",icon:s.createElement(Ke,null),label:"Cogwheel"},{value:"settings",icon:s.createElement(co,null),label:"Settings"},{value:"cut",icon:s.createElement(at,null),label:"Cut"},{value:"copy",icon:s.createElement(rt,null),label:"Copy"},{value:"paste",icon:s.createElement(sr,null),label:"Paste"},{value:"camera",label:"Camera"},{value:"slide-show",icon:s.createElement(ho,null),label:"Slide show"},{value:"palette",icon:s.createElement(cr,null),label:"Palette"},{value:"shapes",icon:s.createElement(so,null),label:"Shapes"},{value:"effects",icon:s.createElement(zt,null),label:"Effects"},{value:"file",icon:s.createElement(It,null),label:"File"},{value:"expand",icon:s.createElement(Rn,null),label:"Expand"},{value:"collapse",icon:s.createElement(Wn,null),label:"Collapse"},{value:"bin",icon:s.createElement(Ee,null),label:"Bin"},{value:"link",icon:s.createElement(Bn,null),label:"Link"},{value:"pivot",icon:s.createElement(wr,null),label:"Pivot"},{value:"reload",icon:s.createElement(Br,null),label:"Reload"},{value:"add",icon:s.createElement(U,null),label:"Add"},{value:"edit",icon:s.createElement(kt,null),label:"Edit"},{value:"key",icon:s.createElement(Sn,null),label:"Key"},{value:"box",icon:s.createElement(ze,null),label:"Box"},{value:"home",icon:s.createElement(gn,null),label:"Home"},{value:"person",icon:s.createElement(gr,null),label:"Person"},{value:"grid",icon:s.createElement(Jt,null),label:"Grid"},{value:"cloud",icon:s.createElement(Ue,null),label:"Cloud"},{value:"more",icon:s.createElement(Qn,null),label:"More"},{value:"folder",icon:s.createElement(_t,null),label:"Folder"},{value:"drop",icon:s.createElement(Pt,null),label:"Drop"},{value:"play",icon:s.createElement(xr,null),label:"Play"},{value:"tag",icon:s.createElement(Lo,null),label:"Tag"},{value:"close",icon:s.createElement(_e,null),label:"Close"},{value:"warning",icon:s.createElement(fa,null),label:"Warning"},{value:"warning-triangle",icon:s.createElement(ba,null),label:"Warning triangle"},{value:"share",icon:s.createElement(po,null),label:"Share"},{value:"top",icon:s.createElement(Fo,null),label:"Top"},{value:"low-resolution",icon:s.createElement(Nn,null),label:"Low resolution"},{value:"high-resolution",icon:s.createElement(sn,null),label:"High resolution"},{value:"view",icon:s.createElement(ua,null),label:"View"},{value:"control",icon:s.createElement(tt,null),label:"Control"},{value:"code",icon:s.createElement(Ge,null),label:"Code"},{value:"upload",label:"Upload"},{value:"repair",label:"Repair"},{value:"split",icon:s.createElement(yo,null),label:"Split"},{value:"up-down",icon:s.createElement(ia,null),label:"Up down"},{value:"disconnect",label:"Disconnect"},{value:"photo-library",icon:s.createElement(hr,null),label:"Photo library"},{value:"application",icon:s.createElement(J,null),label:"Application"},{value:"new-tab",icon:s.createElement(nr,null),label:"New tab"},{value:"ascending",icon:s.createElement(bt,null),label:"Ascending"},{value:"descending",icon:s.createElement(ue,null),label:"Descending"},{value:"arrow-up",icon:s.createElement(ie,null),label:"Arrow up"},{value:"arrow-down",icon:s.createElement(te,null),label:"Arrow down"},{value:"arrow-right",icon:s.createElement(ae,null),label:"Arrow right"},{value:"arrow-left",icon:s.createElement(re,null),label:"Arrow left"},{value:"sync",icon:s.createElement(Ao,null),label:"Sync"},{value:"draggable",icon:s.createElement(Et,null),label:"Draggable"},{value:"book",icon:s.createElement(Pe,null),label:"Book"},{value:"measure",label:"Measure"},{value:"download",icon:s.createElement(Ot,null),label:"Download"},{value:"more-rounded",icon:s.createElement(er,null),label:"More rounded"},{value:"align-object-left",icon:s.createElement(K,null),label:"Align object-left"},{value:"align-object-center",icon:s.createElement(G,null),label:"Align object-center"},{value:"align-object-right",icon:s.createElement(X,null),label:"Align object-right"},{value:"submit",icon:s.createElement(ko,null),label:"Submit"},{value:"operators",icon:s.createElement(lr,null),label:"Operators"},{value:"general-data-class",icon:s.createElement(Kt,null),label:"General data-class"},{value:"building",label:"Building"},{value:"bell",icon:s.createElement(Oe,null),label:"Bell"},{value:"unlink",icon:s.createElement(ta,null),label:"Unlink"},{value:"lightbulb",icon:s.createElement(Cn,null),label:"Lightbulb"},{value:"log-in",label:"Log in"},{value:"log-out",label:"Log out"},{value:"previous",icon:s.createElement(Vr,null),label:"Previous"},{value:"goto",icon:s.createElement(Xt,null),label:"Goto"},{value:"save",icon:s.createElement(Tr,null),label:"Save"},{value:"pause",icon:s.createElement(pr,null),label:"Pause"},{value:"stop",icon:s.createElement(Po,null),label:"Stop"},{value:"step-in",icon:s.createElement(Eo,null),label:"Step in"},{value:"comment",icon:s.createElement(Je,null),label:"Comment"},{value:"indent",icon:s.createElement(wn,null),label:"Indent"},{value:"undent",icon:s.createElement(Jo,null),label:"Undent"},{value:"filter",icon:s.createElement(qt,null),label:"Filter"},{value:"clear-filter",icon:s.createElement(Ie,null),label:"Clear filter"},{value:"insert",icon:s.createElement(xn,null),label:"Insert"},{value:"direction-left",icon:s.createElement(vt,null),label:"Direction left"},{value:"swap",icon:s.createElement(zo,null),label:"Swap"},{value:"bubbles",icon:s.createElement(fe,null),label:"Bubbles"},{value:"sheet",icon:s.createElement(go,null),label:"Sheet"},{value:"object",icon:s.createElement(or,null),label:"Object"},{value:"clear-selections",icon:s.createElement(qe,null),label:"Clear selections"},{value:"selections-tool",icon:s.createElement(oo,null),label:"Selections tool"},{value:"selections-reload",icon:s.createElement(no,null),label:"Selections reload"},{value:"selections-back",icon:s.createElement(Qr,null),label:"Selections back"},{value:"selections-forward",icon:s.createElement(eo,null),label:"Selections forward"},{value:"expression",icon:s.createElement(Mt,null),label:"Expression"},{value:"select-alternative",icon:s.createElement(Zr,null),label:"Select alternative"},{value:"select-possible",icon:s.createElement(lo,null),label:"Select possible"},{value:"select-excluded",icon:s.createElement(Yr,null),label:"Select excluded"},{value:"select-all",label:"Select all"},{value:"bar-chart",icon:s.createElement(ye,null),label:"Bar chart"},{value:"bar-chart-horizontal",icon:s.createElement(ve,null),label:"Bar chart-horizontal"},{value:"line-chart",icon:s.createElement(Hn,null),label:"Line chart"},{value:"pie-chart",icon:s.createElement(dr,null),label:"Pie chart"},{value:"gauge-chart",icon:s.createElement(Gt,null),label:"Gauge chart"},{value:"kpi",icon:s.createElement(Vn,null),label:"Kpi"},{value:"scatter-chart",icon:s.createElement(Nr,null),label:"Scatter chart"},{value:"map",icon:s.createElement($n,null),label:"Map"},{value:"table",icon:s.createElement(Mo,null),label:"Table"},{value:"pivot-table",icon:s.createElement(jr,null),label:"Pivot table"},{value:"treemap",icon:s.createElement(_o,null),label:"Treemap"},{value:"combo-chart",icon:s.createElement(Xe,null),label:"Combo chart"},{value:"boxplot",icon:s.createElement(Ae,null),label:"Boxplot"},{value:"distributionplot",icon:s.createElement(yt,null),label:"Distributionplot"},{value:"histogram",label:"Histogram"},{value:"direct-discovery",icon:s.createElement(mt,null),label:"Direct discovery"},{value:"data-model",icon:s.createElement(ut,null),label:"Data model"},{value:"script",icon:s.createElement($r,null),label:"Script"},{value:"script-ok",icon:s.createElement(Rr,null),label:"Script ok"},{value:"debug",icon:s.createElement(ft,null),label:"Debug"},{value:"auto-layout",icon:s.createElement(be,null),label:"Auto layout"}];const ya={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}},wa={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&&ya[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=_.COLOR},r,o){let a;return e?a=wa.resolveExpression(t):"string"==typeof n?a=n:n&&(a=o.getColorPickerColor(n)),a&&"none"!==a?a:r}},Oa={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},ja={"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%"},Ea=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],xa=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],Pa=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],Sa=e=>e%1!=0?e.toFixed(2):e,ka=(e,t,n,r)=>{t.offsetWidth<=e.clientWidth?n.style.overflow="visible":n.style.overflow="hidden",r&&(t.children[0].style.marginRight=`${Sa(.04*t.offsetWidth)}px`)},Va=(e,t,n,r,o)=>{if("fixed"===t.sizeBehavior)n.style.fontSize=`${t.sizeFixed||_.FONT_SIZE_FIXED}px`,ka(e,n,r,o);else if("relative"===t.sizeBehavior){const a=t.size||_.FONT_SIZE,l=40/a,i=Math.min(e.clientWidth/l*10,e.clientHeight*a*.8);n.style.fontSize=`${i}px`,ka(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=`${Sa(Math.max(.84*n,8))}px`,e.children[0].style.marginRight=`${Sa(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${Sa(.04*e.offsetWidth)}px`):(e.style.fontSize=`${Sa(Math.max(.9*n,8))}px`,e.children[0].style.marginRight=`${Sa(.02*e.offsetWidth)}px`):r?(e.style.fontSize=`${Sa(Math.max(.88*n,8))}px`,e.children[0].style.marginRight=`${Sa(.04*e.offsetWidth)}px`):e.style.fontSize=`${Sa(Math.max(.92*n,8))}px`})(n,t,r*(t.size||_.FONT_SIZE),o)}},za=(e,t)=>{const n=t.getDataColorSpecials().primary;return wa.getColor(e,n,t)},Ca=(e,t)=>`${e}: ${t};`;var Aa={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?Ca("opacity",.4):Ca("cursor","pointer"),a+=((e,t,n,r)=>{let o="";o=r("color",wa.getColor(e,t,n));const a=e.style||_.FONT_STYLE;return a.bold&&(o+=r("font-weight","bold")),a.italic&&(o+=r("font-style","italic")),o})(l,_.FONT_COLOR.color,n,Ca),a+=((e,t,n,r)=>{let o=r("background-color",za(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",Oa[e.size||_.BACKGROUND_SIZE]),o+=r("background-position",ja[e.position||_.BACKGROUND_POSITION]),o+=r("background-repeat","no-repeat"))}return o})(i,n,o,Ca),a+=((e,t,n,r,o)=>{if(!n.useBorder)return"border: none;";let a="";const l=za(t,r),i=Math.min(e.offsetWidth,e.offsetHeight),c=wa.getColor(n,wa.getFadedColor(l),r);return a=o("border",`${(n.width||_.BORDER_WIDTH)*i/2}px solid ${c}`),a+=o("border-radius",(n.radius||_.BORDER_RADIUS)*i/2+"px"),a})(r,i,c,n,Ca),a},createLabelAndIcon({button:e,theme:t,style:n={},isSense:r}){var o;const{icon:a={},font:l={},label:i=_.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")||_.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})(da,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 Ha=({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:g}=e,m=e.useEnabledCondition&&0===e.enabledCondition,h=!m&&r.active,v=Aa.getStyles({style:p,disabled:m,theme:t,element:l,app:n});f.setAttribute("style",v),f.setAttribute("tabindex","-1"),Aa.createLabelAndIcon({button:f,theme:t,style:p,isSense:s}),f.onclick=async()=>{if(h){const t=[],{actions:r}=e;if(r.forEach((e=>{const r=D.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=g&&N.find((e=>e.value===g.action));o&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:n,senseNavigation:o,...g,element:l})}f.removeAttribute("disabled")}};const d=()=>{if(h){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;h&&""!==e&&"scale(1)"!==e&&(f.style.transform="scale(1)")};return f.onmousedown=e=>{0===e.button&&d()},f.onmouseup=y,f.onmouseleave=y,f.ontouchstart=d,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 Ma={targets:[]};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 La=f(((e,t)=>s.createElement("svg",function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(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),s.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 Da(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 Ia(e){return function(e){if(Array.isArray(e))return Da(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 Da(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)?Da(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 Ta=["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"],qa=["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 Na=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function Fa(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,Ia(new Set([r].concat(Ia(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(Ia(a.map((function(e){return Na(e)}))),[{value:"DefaultHeader",label:n.get("properties.allFonts"),metaText:n.get("properties.default"),groupHeader:!0}],Ia(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?qa:Ta}(o).map((function(e){return Na(e)}))))}function $a(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 Fa({theme:t,translator:n,defaultValue:l(),flags:a})}}}var _a,Ra,Ua=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],Wa=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function Ga(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,Ia(new Set([n].concat(Ia(o))))):r.push(n),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(Ia(r.map((function(e){return Wa(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],Ia(Ua.map((function(e){return Wa(e)}))))}({theme:t,translator:n,defaultValue:a()})}}}function Za(e){var t=e.theme,n=e.translator,r=e.id,o=e.path;return{fontFamily:$a({theme:t,translator:n,id:r,path:o,flags:e.flags}),fontSize:Ga({theme:t,translator:n,id:r,path:o})}}var Ka,Ya=function(){if(Ra)return _a;Ra=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 _a=function e(){var t,n,r,c,u,s,f=arguments[0],p=1,b=arguments.length,g=!1;for("boolean"==typeof f&&(g=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))&&(g&&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(g,s,c)})):void 0!==c&&l(f,{name:n,newValue:c}));return f},_a}();function Xa(e,t,n){e.prototype=t.prototype=n,n.constructor=e}function Qa(e,t){var n=Object.create(e.prototype);for(var r in t)n[r]=t[r];return n}function Ja(){}(Ka=Ya)&&Ka.__esModule&&Object.prototype.hasOwnProperty.call(Ka,"default")&&Ka.default;var el=1/.7,tl="\\s*([+-]?\\d+)\\s*",nl="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",rl="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",ol=/^#([0-9a-f]{3,8})$/,al=new RegExp(`^rgb\\(${tl},${tl},${tl}\\)$`),ll=new RegExp(`^rgb\\(${rl},${rl},${rl}\\)$`),il=new RegExp(`^rgba\\(${tl},${tl},${tl},${nl}\\)$`),cl=new RegExp(`^rgba\\(${rl},${rl},${rl},${nl}\\)$`),ul=new RegExp(`^hsl\\(${nl},${rl},${rl}\\)$`),sl=new RegExp(`^hsla\\(${nl},${rl},${rl},${nl}\\)$`),fl={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 pl(){return this.rgb().formatHex()}function bl(){return this.rgb().formatRgb()}function gl(e){var t,n;return e=(e+"").trim().toLowerCase(),(t=ol.exec(e))?(n=t[1].length,t=parseInt(t[1],16),6===n?ml(t):3===n?new yl(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===n?hl(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===n?hl(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=al.exec(e))?new yl(t[1],t[2],t[3],1):(t=ll.exec(e))?new yl(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=il.exec(e))?hl(t[1],t[2],t[3],t[4]):(t=cl.exec(e))?hl(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=ul.exec(e))?Pl(t[1],t[2]/100,t[3]/100,1):(t=sl.exec(e))?Pl(t[1],t[2]/100,t[3]/100,t[4]):fl.hasOwnProperty(e)?ml(fl[e]):"transparent"===e?new yl(NaN,NaN,NaN,0):null}function ml(e){return new yl(e>>16&255,e>>8&255,255&e,1)}function hl(e,t,n,r){return r<=0&&(e=t=n=NaN),new yl(e,t,n,r)}function vl(e){return e instanceof Ja||(e=gl(e)),e?new yl((e=e.rgb()).r,e.g,e.b,e.opacity):new yl}function dl(e,t,n,r){return 1===arguments.length?vl(e):new yl(e,t,n,null==r?1:r)}function yl(e,t,n,r){this.r=+e,this.g=+t,this.b=+n,this.opacity=+r}function wl(){return`#${xl(this.r)}${xl(this.g)}${xl(this.b)}`}function Ol(){const e=jl(this.opacity);return`${1===e?"rgb(":"rgba("}${El(this.r)}, ${El(this.g)}, ${El(this.b)}${1===e?")":`, ${e})`}`}function jl(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function El(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function xl(e){return((e=El(e))<16?"0":"")+e.toString(16)}function Pl(e,t,n,r){return r<=0?e=t=n=NaN:n<=0||n>=1?e=t=NaN:t<=0&&(e=NaN),new kl(e,t,n,r)}function Sl(e){if(e instanceof kl)return new kl(e.h,e.s,e.l,e.opacity);if(e instanceof Ja||(e=gl(e)),!e)return new kl;if(e instanceof kl)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 kl(l,i,c,e.opacity)}function kl(e,t,n,r){this.h=+e,this.s=+t,this.l=+n,this.opacity=+r}function Vl(e){return(e=(e||0)%360)<0?e+360:e}function zl(e){return Math.max(0,Math.min(1,e||0))}function Cl(e,t,n){return 255*(e<60?t+(n-t)*e/60:e<180?n:e<240?t+(n-t)*(240-e)/60:t)}Xa(Ja,gl,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:pl,formatHex:pl,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Sl(this).formatHsl()},formatRgb:bl,toString:bl}),Xa(yl,dl,Qa(Ja,{brighter(e){return e=null==e?el:Math.pow(el,e),new yl(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new yl(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new yl(El(this.r),El(this.g),El(this.b),jl(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:wl,formatHex:wl,formatHex8:function(){return`#${xl(this.r)}${xl(this.g)}${xl(this.b)}${xl(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Ol,toString:Ol})),Xa(kl,(function(e,t,n,r){return 1===arguments.length?Sl(e):new kl(e,t,n,null==r?1:r)}),Qa(Ja,{brighter(e){return e=null==e?el:Math.pow(el,e),new kl(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new kl(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 yl(Cl(e>=240?e-240:e+120,o,r),Cl(e,o,r),Cl(e<120?e+240:e-120,o,r),this.opacity)},clamp(){return new kl(Vl(this.h),zl(this.s),zl(this.l),jl(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=jl(this.opacity);return`${1===e?"hsl(":"hsla("}${Vl(this.h)}, ${100*zl(this.s)}%, ${100*zl(this.l)}%${1===e?")":`, ${e})`}`}}));const Al=Math.PI/180,Hl=180/Math.PI,Ml=4/29,Bl=6/29,Ll=3*Bl*Bl;function Dl(e){if(e instanceof Il)return new Il(e.l,e.a,e.b,e.opacity);if(e instanceof $l)return _l(e);e instanceof yl||(e=vl(e));var t,n,r=Fl(e.r),o=Fl(e.g),a=Fl(e.b),l=Tl((.2225045*r+.7168786*o+.0606169*a)/1);return r===o&&o===a?t=n=l:(t=Tl((.4360747*r+.3850649*o+.1430804*a)/.96422),n=Tl((.0139322*r+.0971045*o+.7141733*a)/.82521)),new Il(116*l-16,500*(t-l),200*(l-n),e.opacity)}function Il(e,t,n,r){this.l=+e,this.a=+t,this.b=+n,this.opacity=+r}function Tl(e){return e>.008856451679035631?Math.pow(e,1/3):e/Ll+Ml}function ql(e){return e>Bl?e*e*e:Ll*(e-Ml)}function Nl(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function Fl(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function $l(e,t,n,r){this.h=+e,this.c=+t,this.l=+n,this.opacity=+r}function _l(e){if(isNaN(e.h))return new Il(e.l,0,0,e.opacity);var t=e.h*Al;return new Il(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}Xa(Il,(function(e,t,n,r){return 1===arguments.length?Dl(e):new Il(e,t,n,null==r?1:r)}),Qa(Ja,{brighter(e){return new Il(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new Il(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 yl(Nl(3.1338561*(t=.96422*ql(t))-1.6168667*(e=1*ql(e))-.4906146*(n=.82521*ql(n))),Nl(-.9787684*t+1.9161415*e+.033454*n),Nl(.0719453*t-.2289914*e+1.4052427*n),this.opacity)}})),Xa($l,(function(e,t,n,r){return 1===arguments.length?function(e){if(e instanceof $l)return new $l(e.h,e.c,e.l,e.opacity);if(e instanceof Il||(e=Dl(e)),0===e.a&&0===e.b)return new $l(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*Hl;return new $l(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new $l(e,t,n,null==r?1:r)}),Qa(Ja,{brighter(e){return new $l(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new $l(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return _l(this).rgb()}}));var Rl=e=>()=>e;function Ul(e,t){var n=t-e;return n?function(e,t){return function(n){return e+n*t}}(e,n):Rl(isNaN(e)?t:e)}!function e(t){var n=function(e){return 1==(e=+e)?Ul: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):Rl(isNaN(t)?n:t)}}(t);function r(e,t){var r=n((e=dl(e)).r,(t=dl(t)).r),o=n(e.g,t.g),a=n(e.b,t.b),l=Ul(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);var Wl,Gl="center",Zl="bottom";function Kl(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 Yl(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=Ql)):void 0===t&&(t=Xl);for(var n,r,o,a,l,i=new ti(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 ti(o[a])),r.parent=n,r.depth=n.depth+1;return i.eachBefore(ei)}function Xl(e){return e.children}function Ql(e){return Array.isArray(e)?e[1]:null}function Jl(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function ei(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function ti(e){this.data=e,this.depth=this.height=0,this.parent=null}[{key:"NoDataExist",alignment:Gl,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:Gl,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:Gl,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:Gl},{key:"DataRangeIncludingZero",alignment:Zl},{key:"LimitedData",alignment:Zl},{key:"NegativeOrZeroValues",alignment:Zl}].reduce((function(e,t){return e[t.key]=t,e}),{}),ti.prototype=Yl.prototype={constructor:ti,count:function(){return this.eachAfter(Kl)},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 Yl(this).eachBefore(Jl)},[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)}},Wl=function(e){
8
8
  /*! javascript-number-formatter - v1.1.11 - http://mottie.github.com/javascript-number-formatter/ * © ecava */
9
- e.exports=function(e,t){if(!e||isNaN(+t))return t;var o,n,a,i,r,l,s,u,c,p,d=e.length,g=e.search(/[0-9\-\+#]/),b=g>0?e.substring(0,g):"",h=e.split("").reverse().join(""),f=h.search(/[0-9\-\+#]/),m=d-f,v=e.substring(m,m+1),y=m+("."===v||","===v?1:0),w=f>0?e.substring(y,d):"";if(o=(t="-"===(e=e.substring(g,y)).charAt(0)?-t:+t)<0?t=-t:0,a=(n=e.match(/[^\d\-\+#]/g))&&n[n.length-1]||".",i=n&&n[1]&&n[0]||",",e=e.split(a),t=+(t=t.toFixed(e[1]&&e[1].length))+"",l=e[1]&&e[1].lastIndexOf("0"),(!(u=t.split("."))[1]||u[1]&&u[1].length<=l)&&(t=(+t).toFixed(l+1)),c=e[0].split(i),e[0]=c.join(""),(r=e[0]&&e[0].indexOf("0"))>-1)for(;u[0].length<e[0].length-r;)u[0]="0"+u[0];else 0==+u[0]&&(u[0]="");if((t=t.split("."))[0]=u[0],s=c[1]&&c[c.length-1].length){for(h="",m=(p=t[0]).length%s,d=p.length,y=0;y<d;y++)h+=p.charAt(y),!((y-m+1)%s)&&y<d-s&&(h+=i);t[0]=h}return t[1]=e[1]&&t[1]?a+t[1]:"","0"!==(n=t.join(""))&&""!==n||(o=!1),b+(o?"-":"")+n+w}},bt({exports:{}});var St={getValue:function(e,t,o){const n=t.split(".");let a;if(void 0===e)return o;for(a=0;a<n.length;++a){if(void 0===e[n[a]])return o;e=e[n[a]]}return e}};const It=({flags:e,theme:t,translator:o})=>{const n=function(e){var t=e.theme,o=e.translator,n=e.config,a=void 0===n?{}:n,i=e.flags,r=function(e){var t=e.config,o=void 0===t?{}:t,n=o.id,a=o.paths;return{id:void 0===n?"object":"".concat("object",".").concat(n),paths:Array.isArray(a)?a:[]}}({config:a}),l=r.id,s=r.paths,u={};s.forEach((function(e){for(var n=e.split("."),a=u,r=0;r<n.length;r++){var s=n[r];r===n.length-1?a[s]=fe({theme:t,translator:o,id:l,path:e,flags:i}):void 0===a[s]&&(a[s]={}),a=a[s]}}));var c=function(e){for(var t=e.split("."),o=u,n=0;n<t.length;n++){var a=t[n];if(void 0===o[a])throw new Error("font-resolver: Path '".concat(e,"' could not be resolved."));o=o[a]}return o};return u.getDefaultValue=function(e){return c(e).getDefaultValue()},u.getOptions=function(e){return c(e).getOptions()},u}({theme:t,translator:o,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:()=>n.getOptions("style.font.fontFamily"),defaultValue:()=>n.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:R.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:K},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===St.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"===St.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:G},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:R.FONT_COLOR,disabledNone:!0,width:12,show:e=>!St.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>St.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:G},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>St.getValue(e,"style.background.useColorExpression")},colorPicker:{type:"object",component:"color-picker",ref:"style.background.color",translation:"properties.color.used",disableNone:!1,defaultValue:R.COLOR,dualOutput:!0,show:e=>!St.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{items:{backgroundImageMode:{component:"dropdown",ref:"style.background.mode",translation:"properties.backgroundImage",defaultValue:R.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"===St.getValue(e,"style.background.mode")},imageSize:{component:"dropdown",ref:"style.background.size",defaultValue:R.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=>{St.getValue(e,"style.background.position")&&(e.style.background.position=R.BGIMAGE_POSITION)},show:e=>"media"===St.getValue(e,"style.background.mode")&&!!St.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},position:{component:"position-grid",ref:"style.background.position",translation:"properties.backgroundImage.position",defaultValue:R.BGIMAGE_POSITION,show:e=>"media"===St.getValue(e,"style.background.mode")&&St.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==St.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:Z},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>St.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=>St.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:G,show:e=>St.getValue(e,"style.border.useBorder")},colorPicker:{type:"object",component:"color-picker",ref:"style.border.color",translation:"properties.color",defaultValue:R.COLOR,disableNone:!1,dualOutput:!0,show:e=>St.getValue(e,"style.border.useBorder")&&!St.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>St.getValue(e,"style.border.useBorder")&&St.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},Ot=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,...It(e)}}}),Ct=(e,t)=>({automationId:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automationId",expressionType:"StringExpression",options:async()=>e(),change:async(e,t)=>{const o=await F(e,t);e.automationTriggered&&o?e.automationExecutionToken=o: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 o=await F(e,t);e.automationTriggered&&o?e.automationExecutionToken=o: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:{show:t("TLV_319_BUTTON_AUTOMATION_INPUT_PARAMETERS"),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((e=>{const t={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}],persistData:"no"}],variables:[]};return e&&t.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"}),t})(e.automationPostData)))}}});function Et(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const Tt=(e,t)=>{const o={qChildren:[]},n={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 o;switch(t){case"props":o=e.properties[t],n.style.label=o.buttonLabel,n.style.icon.useIcon=o.buttonShowIcon,n.style.icon.iconType=o.buttonIconLui,n.style.font.align=o.buttonTextAlign,n.useEnabledCondition=o.useEnabledCondition,n.enabledCondition=o.enabledCondition,o.actionItems&&o.actionItems.forEach((e=>{!function(e,t){const o={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":o.actionType="clearAllButThis";break;case"unlockAllAndClearAll":o.actionType="clearAll",o.softLock=!0;break;case"selectField":o.actionType="selectMatchingValues";break;case"selectAndLockField":t.actions.push({...o,cId:null,actionType:"selectMatchingValues"}),o.actionType="lockField"}t.actions.push(o)}(e,n)})),n.navigation={action:Et(o.navigationAction),sheet:"gotoSheetById"===o.navigationAction?o.sheetId:o.selectedSheet,story:o.selectedStory,websiteUrl:o.websiteUrl,sameWindow:o.sameWindow};break;case"qStateName":case"showTitles":case"title":case"subtitle":case"footnote":n[t]=e.properties[t]}})),o.qProperty=n,o};let Bt=null;const Nt=async()=>{if(!Bt){const e=await fetch("../api/v1/automations?limit=100"),t=await e.json();Bt=t.data.map((e=>({value:e.id,label:e.name})))}return Bt};function qt({translator:e,shouldHide:t,senseNavigation:o,theme:n}){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:t.isEnabled("IM-5699_RUNTIME_EXPRESSION_EVALUATION")},actions:{type:"array",translation:"Object.ActionButton.Actions",ref:"actions",itemTitleRef:t=>{if(t.actionLabel)return t.actionLabel;const o=t.actionType?"Object.ActionButton.InvalidAction":"Object.ActionButton.NewAction",n=D.find((e=>t.actionType===e.value));return e.get(n&&n.translation||o)},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:L(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=>$(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=>$(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=>$(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>$(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>$(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>$(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>$(e,"partial")},automationProps:{type:"items",grouped:!1,items:Ct(Nt,t.isEnabled),show:e=>$(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=>$(e,"cyclicDimension")},indexStepper:{type:"string",ref:"indexStepper",component:"expression-with-dropdown",translation:"Object.ActionButton.Step",defaultValue:1,dropdownOnly:!0,options:async()=>[{translation:"Object.ActionButton.Forward",value:1},{translation:"Object.ActionButton.Backward",value:-1}],show:e=>$(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 o=await t.app.getDimension(e.cyclicDimensionId);return await o.getLayout(),o.layout.qDim.qFieldDefs.map(((e,t)=>{var n;return{label:(null===(n=o.layout.qDim.qFieldLabels)||void 0===n?void 0:n[t])||e,value:t}}))},show:e=>$(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:V(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>M(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>M(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>M(e,"sheet"),options:async(e,t)=>(await t.app.getSheetList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title,showCondition:e.qData.showCondition})))},chartId:{type:"string",ref:"navigation.chartId",translation:"properties.chartPicker.chartId",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>M(e,"chartId"),options:async(e,t,o)=>{const n=e.navigation.sheet,a=n&&await o.app.getObject(n);return null==a?void 0:a.properties.cells.map((e=>({value:e.name})))}},story:{type:"string",ref:"navigation.story",translation:"properties.story",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>M(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=>M(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>M(e,"sameWindow"),defaultValue:!1},odagLink:{type:"string",ref:"navigation.odagLink",component:"dropdown",translation:"ExpressionEditor.SetExpresions.OdagAppLinks",options:async(e,t)=>(await o.getOdagLinks(t.app)).filter((e=>"odaglink"===e.properties.type)).map((e=>({label:e.properties.data.name,value:e.properties.data.id}))),show:e=>M(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:Z}}}}},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:Z},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:P,expressionType:"StringExpression",show:e=>St.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=>St.getValue(e,"style.icon.useIcon")}}}}},presentation:Ot({flags:t,theme:n,translator:e})}}}},importProperties:Tt,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}}}const Ft=(t,o)=>{const{background:{useImage:n,mode:a,url:i}={}}=t.style;e((async()=>{var e,t;(n||"media"===a)&&null!=i&&null!==(e=i.qStaticContentUrl)&&void 0!==e&&e.qUrl&&await(e=>new Promise(((t,o)=>{const n=new Image;n.src=e,n.onload=()=>t("resolved"),n.onerror=()=>o(new Error(void 0))})))(w(null==i||null===(t=i.qStaticContentUrl)||void 0===t?void 0:t.qUrl,o))}),[i,n,a])},Dt={version:"1.45.0",showTitles:!0,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],runtimeExpressionEvaluation:!1,navigation:{action:"none"},disableNavMenu:!0,showDetails:!1,style:{label:R.LABEL,showLabel:!0,font:{fontFamily:R.FONT_FAMILY,useColorExpression:!1,color:R.FONT_COLOR,colorExpression:"",size:R.FONT_SIZE,sizeFixed:R.FONT_SIZE_FIXED,sizeBehavior:R.SIZE_BEHAVIOR,style:R.FONT_STYLE,align:R.TEXT_ALIGN},background:{useColorExpression:!1,color:R.COLOR,colorExpression:"",mode:R.BGIMAGE_MODE,useImage:!1,url:{qStaticContentUrlDef:{qUrl:""}},size:R.BACKGROUND_SIZE,position:R.BACKGROUND_POSITION},border:{useColorExpression:!1,color:R.COLOR,colorExpression:"",useBorder:!1,radius:R.BORDER_RADIUS,width:R.BORDER_WIDTH},icon:{useIcon:!1,iconType:"",position:R.ICON_POSITION}}};function Lt(e){var c,p,d;const{sense:g={},translator:b,flags:{isEnabled:h},anything:f}=e,m=null===(c=f.sense)||void 0===c?void 0:c.isFeatureBlacklisted,v=null===(p=f.sense)||void 0===p?void 0:p.isUnsupportedFeature,y={isEnabled:h,isFeatureBlacklisted:m,isUnsupportedFeature:v},{navigation:w,platform:k}=g;return Dt.style.label=g?b.get("Object.ActionButton"):"Button",{qae:{properties:Dt,data:ne},component(){const e=t(),c=o();n((()=>{const t=document.createElement("button");t.appendChild(document.createElement("text")),e.appendChild(t)}),[]);const p=a(),d=i(),g=r(),f=l();Ft(p,g);const m=oe({element:e,layout:p,interactions:f,theme:c,app:g,senseNavigation:w,platform:k,translator:b,model:d,isEnabled:h});s((()=>()=>{m()}),[e]),u((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:qt({translator:b,shouldHide:y,senseNavigation:w,theme:null===(d=f.sense)||void 0===d?void 0:d.theme})}}export{Lt as default};
9
+ e.exports=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\-\+#]/),g=b>0?e.substring(0,b):"",m=e.split("").reverse().join(""),h=m.search(/[0-9\-\+#]/),v=p-h,d=e.substring(v,v+1),y=v+("."===d||","===d?1:0),w=h>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(m="",v=(f=t[0]).length%c,p=f.length,y=0;y<p;y++)m+=f.charAt(y),!((y-v+1)%c)&&y<p-c&&(m+=a);t[0]=m}return t[1]=e[1]&&t[1]?o+t[1]:"","0"!==(r=t.join(""))&&""!==r||(n=!1),g+(n?"-":"")+r+w}},Wl({exports:{}});var ni={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 ri=({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]=Za({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:_.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:Pa},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===ni.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"===ni.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:Ea},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:_.FONT_COLOR,disabledNone:!0,width:12,show:e=>!ni.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>ni.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:Ea},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>ni.getValue(e,"style.background.useColorExpression")},colorPicker:{type:"object",component:"color-picker",ref:"style.background.color",translation:"properties.color.used",disableNone:!1,defaultValue:_.COLOR,dualOutput:!0,show:e=>!ni.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{items:{backgroundImageMode:{component:"dropdown",ref:"style.background.mode",translation:"properties.backgroundImage",defaultValue:_.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"===ni.getValue(e,"style.background.mode")},imageSize:{component:"dropdown",ref:"style.background.size",defaultValue:_.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=>{ni.getValue(e,"style.background.position")&&(e.style.background.position=_.BGIMAGE_POSITION)},show:e=>"media"===ni.getValue(e,"style.background.mode")&&!!ni.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},position:{component:"position-grid",ref:"style.background.position",translation:"properties.backgroundImage.position",defaultValue:_.BGIMAGE_POSITION,show:e=>"media"===ni.getValue(e,"style.background.mode")&&ni.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==ni.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:xa},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>ni.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=>ni.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:Ea,show:e=>ni.getValue(e,"style.border.useBorder")},colorPicker:{type:"object",component:"color-picker",ref:"style.border.color",translation:"properties.color",defaultValue:_.COLOR,disableNone:!1,dualOutput:!0,show:e=>ni.getValue(e,"style.border.useBorder")&&!ni.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>ni.getValue(e,"style.border.useBorder")&&ni.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},oi=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,...ri(e)}}}),ai=(e,t)=>({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:{show:t("TLV_319_BUTTON_AUTOMATION_INPUT_PARAMETERS"),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 li(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const ii=(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:li(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 ci=null;const ui=async()=>{if(!ci){const e=await fetch("../api/v1/automations?limit=100"),t=await e.json();ci=t.data.map((e=>({value:e.id,label:e.name})))}return ci},si=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 fi({translator:e,shouldHide:t,senseNavigation:n,theme:r}){const{isEnabled:o}=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:o("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=D.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:I(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=>T(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=>T(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=>T(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>T(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>T(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>T(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>T(e,"partial")},automationProps:{type:"items",grouped:!1,items:ai(ui,o),show:e=>T(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=>T(e,"cyclicDimension")},indexStepper:{type:"string",ref:"indexStepper",component:"expression-with-dropdown",translation:"Object.ActionButton.Step",defaultValue:1,dropdownOnly:!0,options:async()=>[{translation:"Object.ActionButton.Forward",value:1},{translation:"Object.ActionButton.Backward",value:-1}],show:e=>T(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=>T(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:F(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>$(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>$(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>$(e,"sheet"),options:async(e,t)=>{const n=await t.app.getSheetList();return o("VIZ-21_INPUT_FIELD_WITH_EXPRESSION")?n.map((e=>({value:e.qInfo.qId,label:e.qMeta.title,icon:si(e.qData.showCondition)?void 0:s.createElement(La,null)}))):n.map((e=>({value:e.qInfo.qId,label:e.qMeta.title,showCondition:e.qData.showCondition})))}},chartId:{type:"string",ref:"navigation.chartId",translation:"properties.chartPicker.chartId",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>$(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=>$(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=>$(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>$(e,"sameWindow"),defaultValue:!1},odagLink:{type:"string",ref:"navigation.odagLink",component:"dropdown",translation:"ExpressionEditor.SetExpresions.OdagAppLinks",options:async(e,t)=>(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=>$(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:xa}}}}},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:xa},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:o("VIZ-21_INPUT_FIELD_WITH_EXPRESSION")?da:da.map((e=>({...e,icon:e.value}))),expressionType:"StringExpression",show:e=>ni.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=>ni.getValue(e,"style.icon.useIcon")}}}}},presentation:oi({flags:t,theme:r,translator:e})}}}},importProperties:ii,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}}}const pi=(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])},bi={version:"1.47.0",showTitles:!0,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],runtimeExpressionEvaluation:!1,navigation:{action:"none"},disableNavMenu:!0,showDetails:!1,style:{label:_.LABEL,showLabel:!0,font:{fontFamily:_.FONT_FAMILY,useColorExpression:!1,color:_.FONT_COLOR,colorExpression:"",size:_.FONT_SIZE,sizeFixed:_.FONT_SIZE_FIXED,sizeBehavior:_.SIZE_BEHAVIOR,style:_.FONT_STYLE,align:_.TEXT_ALIGN},background:{useColorExpression:!1,color:_.COLOR,colorExpression:"",mode:_.BGIMAGE_MODE,useImage:!1,url:{qStaticContentUrlDef:{qUrl:""}},size:_.BACKGROUND_SIZE,position:_.BACKGROUND_POSITION},border:{useColorExpression:!1,color:_.COLOR,colorExpression:"",useBorder:!1,radius:_.BORDER_RADIUS,width:_.BORDER_WIDTH},icon:{useIcon:!1,iconType:"",position:_.ICON_POSITION}}};function gi(e){var s,f,p;const{sense:b={},translator:g,flags:{isEnabled:m},anything:h}=e,v=null===(s=h.sense)||void 0===s?void 0:s.isFeatureBlacklisted,d=null===(f=h.sense)||void 0===f?void 0:f.isUnsupportedFeature,y={isEnabled:m,isFeatureBlacklisted:v,isUnsupportedFeature:d},{navigation:w,platform:O}=b;return bi.style.label=b?g.get("Object.ActionButton"):"Button",{qae:{properties:bi,data:Ma},component(){const e=t(),s=n();r((()=>{const t=document.createElement("button");t.appendChild(document.createElement("text")),e.appendChild(t)}),[]);const f=o(),p=a(),b=l(),h=i();pi(f,b);const v=Ha({element:e,layout:f,interactions:h,theme:s,app:b,senseNavigation:w,platform:O,translator:g,model:p,isEnabled:m});c((()=>()=>{v()}),[e]),u((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:fi({translator:g,shouldHide:y,senseNavigation:w,theme:null===(p=h.sense)||void 0===p?void 0:p.theme})}}export{gi as default};