@nebula.js/sn-action-button 1.37.1 → 1.38.1
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/README.md +2 -2
- package/api-specifications/properties.json +6 -1
- package/core/esm/index.js +3 -3
- package/core/package.json +1 -1
- package/dist/sn-action-button.js +3 -3
- package/dist/sn-action-button.systemjs.js +3 -3
- package/package.json +18 -17
- package/sn-action-button-ext/dist/sn-action-button.js +3 -3
- package/sn-action-button-ext/sn-action-button.qext +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# sn-action-button
|
|
2
2
|
|
|
3
|
-
[](https://codeclimate.com/github/qlik-oss/sn-action-button/maintainability)
|
|
4
|
+
[](https://codeclimate.com/github/qlik-oss/sn-action-button/test_coverage)
|
|
5
5
|
|
|
6
6
|
Action button supernova for nebula.js
|
|
7
7
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-action-button:properties",
|
|
5
5
|
"description": "Action button generic object definition",
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.38.1",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "stable",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -351,6 +351,11 @@
|
|
|
351
351
|
"optional": true,
|
|
352
352
|
"type": "string"
|
|
353
353
|
},
|
|
354
|
+
"chartId": {
|
|
355
|
+
"description": "chart ID. Required for 'goToSheet' and highlighting the chart",
|
|
356
|
+
"optional": true,
|
|
357
|
+
"type": "string"
|
|
358
|
+
},
|
|
354
359
|
"story": {
|
|
355
360
|
"description": "Story ID. Required for 'goToStory'",
|
|
356
361
|
"optional": true,
|
package/core/esm/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @nebula.js/sn-action-button v1.
|
|
2
|
+
* @nebula.js/sn-action-button v1.38.1
|
|
3
3
|
* Copyright (c) 2023 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,useApp as i,useConstraints as r,useEffect as l,useImperativeHandle as s}from"@nebula.js/stardust";const c="http://",u="https://",p="mailto:",d=e=>e.startsWith(c)?c:e.startsWith(u)?u:e.startsWith(p)?p:c,g=e=>{let t=e;return e.startsWith(c)&&(t=e.slice(7)),e.startsWith(u)&&(t=e.slice(8)),t},b=/(?:[^\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,h=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g,m=e=>String(e).replace(h,"$1�$2").replace(b,encodeURI);function f(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 y=()=>{try{return window.self!==window.top}catch(e){return!0}},v=async()=>(await fetch("../api/v1/csrf-token")).headers.get("qlik-csrf-token"),w=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"},k=async e=>{if(e.length>2){return(await fetch(`../api/v1/automations/${e}`)).json()}return null},x=(e,t,o)=>{const n=e.get(t);return n===t?o:n},A=e=>x(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),S=(e,t)=>{const o={message:A(t)};if(void 0!==e){if("object"==typeof e)return Array.isArray(e)?(null==e?void 0:e.length)>0?{message:e.join(" ")}: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},I=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:x(o,"geo.findLocation.error.timeout","Timeout")}:setTimeout((()=>I(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({...S(i.title,o),ok:!0}):a({message:A(o),ok:!0});case"failed":var l;return(null===(l=i.title)||void 0===l?void 0:l.length)>0?a({...S(i.title,o),ok:!1}):a({message:x(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({...S(i.title,o),ok:!1}):a({message:A(o),ok:!0});case"must stop":case"stopped":var c;return(null===(c=i.title)||void 0===c?void 0:c.length)>0?a({...S(i.title,o),ok:!1}):a({message:x(o,"Object.ActionButton.Automation.DefaultAutomationMsg","Unknown error"),ok:!1});default:var u;return(null===(u=i.title)||void 0===u?void 0:u.length)>0?a({...S(i.title,o),ok:!0}):a({message:A(o),ok:!0})}},C=(e,t)=>{null!=e&&Object.keys(t).forEach((o=>{e.style[o]=t[o]}))},O=e=>{C(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},B=(e,t,o)=>{const{message:n,url:a,urlText:i}=e,r=(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})(n),l=document.createElement("div"),s=`sn-action-button-snackbar-${(Math.random()+1).toString(36).substring(7)}`;l.setAttribute("id",s);const c=document.querySelectorAll(".sn-action-button-snackbar"),u=24+5*((null==c?void 0:c.length)||0);C(l,{width:"400px",height:"35px","background-color":"#FFFFFF",position:"fixed",left:"calc(50% - 200px)",right:"auto",bottom:`${u}px`,"box-shadow":"0px 1px 2px 0px rgb(0 0 0 / 15%)",padding:"6px 16px","border-radius":"3px","z-index":1e3,opacity:0,transition:"visibility 0ms, opacity 400ms linear"});const p=`<div class="sn-action-button-snackbar" style="display: flex; justify-content: space-between; height: 100%; align-items: center;">\n ${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=d(e),o=g(e);return`${t}${m(o)}`})(a)}" style="margin-left: 6px;" target="${b=t,b?y()?"_parent":"_self":"_blank"}">${i||"Open"}</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 b;return l.innerHTML=p,l},E=async({app:e,automationId:t,bookmark:o,senseNavigation:n})=>{const a=await(async()=>{const e=await fetch("../api/v1/users/me");return await e.json()})();return{id:t,inputs:{app:e.id,bookmark:o,sheet:null==n?void 0:n.getCurrentSheetId(),user:a.id,space:await w(e.id),tenant:a.tenantId,time:new Date},context:"qsbutton"}},T=[{value:"applyBookmark",translation:"Object.ActionButton.ApplyBookmark",group:"bookmark",hide:({isUnsupportedFeature:e})=>null==e?void 0:e("bookmarks"),getActionCall:({app:e,bookmark:t})=>async()=>{var o,n;const a=await e.getBookmarkList(),i=a.find((e=>e.qInfo.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=>e.qData.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()=>{if(o&&n){const i=await e.getField(o,t),r=await e.getFieldDescription(o),l=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,n,r.qTags.includes("$date"));await i.selectValues(l,!1,a)}},requiredInput:["field","value","softLock"]},{value:"selectMatchingValues",translation:"Object.ActionButton.SelectMatchingValues",group:"selection",getActionCall:({app:e,qStateName:t,field:o,value:n})=>async()=>{if(o&&n){const a=await e.getField(o,t),i=!1;await a.select(n,!1,i)}},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:"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()=>{if(o&&n){const a=await e.getField(o,t),i=!1;await a.toggleSelect(n,i)}},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()=>{if(t&&o)try{const n=await e.getVariableByName(t);await n.setStringValue(o)}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})=>async()=>{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,multiUserAutomation:c,translator:u,senseNavigation:p})=>async()=>{if(c&&o.length)try{let t,c;if(!(void 0!==o&&o.length>1))return;t=((e,t,o)=>t?`../api/v1/automations/${e}/actions/execute?X-Execution-Token=${o}`:`../api/v1/automations/${e}/runs`)(o,n,a),i&&(c=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const d=await E({app:e,automationId:o,bookmark:c,senseNavigation:p}),g=await(async(e,t,o)=>{const n={"Content-Type":"application/json","qlik-csrf-token":await v()};return e&&(n["X-Execution-Token"]=t),{method:"POST",headers:n,body:JSON.stringify(e?o.inputs:o)}})(n,a,d),b=await fetch(t,g),h=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,c=void 0===s?l:s;if(t&&"queued"!==r)a=S(i,n),a.ok=!0;else{const t=new Promise((t=>{I(e,c,n,0,t)}));a=await t}break}case 400:a={message:x(n,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:a={message:x(n,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:a={message:x(n,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:a={message:x(n,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:a={message:x(n,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return a})(o,n,b,u);r&&(async(e,t,o)=>{const n=B(e,o,!e.ok);n.focus(),n.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{O(n)})),document.querySelector("body").appendChild(n),C(n,{opacity:1}),setTimeout((()=>{O(n)}),Math.max(1e3*t-400,1))})(h,l,s)}catch(e){}else void 0!==t&&(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()));let i=`../api/v1/automations/${a.id}/actions/execute?X-Execution-Token=${a.executionToken}`;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()}`}}},r=await o.createBookmark(a).then((e=>e.getLayout())).then((e=>e.qInfo.qId));await o.saveObjects(),i=`${i}&${t[0].label.toLowerCase()}=${encodeURIComponent(o.id)}&${t[1].label.toLowerCase()}=${r}`}}await fetch(i).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:[]}],N=e=>T.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))}));function q(e,t){const o=T.find((t=>e.actionType===t.value));return o&&o.requiredInput&&-1!==o.requiredInput.indexOf(t)}const F=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 F(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 F(e);await t.goToSheet(o[0].qInfo.qId)},requiredInput:[]},{translation:"Object.ActionButton.GoToASheet",value:"goToSheet",navigationCall:async({senseNavigation:e,sheet:t})=>{t&&await e.goToSheet(t)},requiredInput:["sheet"]},{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=d(e),n=g(e),a=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===p})(n);let i="";if(a&&window.open(n,i),t&&(i=y()?"_parent":"_self",window.open(`${o}${n}`,i)),!a&&!t){const e=m(n);window.open(`${o}${e}`,i)}}}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=y()?"_parent":"_self");const r=`../sense/app/${encodeURIComponent(o)}/sheet/${encodeURIComponent(n)}/tempselectionstate/${encodeURIComponent(a)}`;window.open(r,i)},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"]}],L=e=>$.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))})),j=(e,t)=>{const o=$.find((t=>e.navigation.action===t.value));return o&&o.requiredInput&&-1!==o.requiredInput.indexOf(t)};var V={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};const _={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}},D={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&&_[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=V.COLOR},n,a){let i;return e?i=D.resolveExpression(t):"string"==typeof o?i=o:o&&(i=a.getColorPickerColor(o)),i&&"none"!==i?i:n}};var M=[{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 R={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},z={"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%"},U=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],P=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],H=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],W=e=>e%1!=0?e.toFixed(2):e,G=(e,t,o,n)=>{t.offsetWidth<=e.clientWidth?o.style.overflow="visible":o.style.overflow="hidden",n&&(t.children[0].style.marginRight=`${W(.04*t.offsetWidth)}px`)},Z=(e,t,o,n,a)=>{if("fixed"===t.sizeBehavior)o.style.fontSize=`${t.sizeFixed||V.FONT_SIZE_FIXED}px`,G(e,o,n,a);else if("relative"===t.sizeBehavior){const i=t.size||V.FONT_SIZE,r=40/i,l=Math.min(e.clientWidth/r*10,e.clientHeight*i*.8);o.style.fontSize=`${l}px`,G(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=`${W(Math.max(.84*o,8))}px`,e.children[0].style.marginRight=`${W(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${W(.04*e.offsetWidth)}px`):(e.style.fontSize=`${W(Math.max(.9*o,8))}px`,e.children[0].style.marginRight=`${W(.02*e.offsetWidth)}px`):n?(e.style.fontSize=`${W(Math.max(.88*o,8))}px`,e.children[0].style.marginRight=`${W(.04*e.offsetWidth)}px`):e.style.fontSize=`${W(Math.max(.92*o,8))}px`})(o,t,n*(t.size||V.FONT_SIZE),a)}},Y=(e,t)=>`${e}: ${t};`;var K={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;i+=t?Y("opacity",.4):Y("cursor","pointer"),i+=Y("color",D.getColor(r,V.FONT_COLOR.color,o));const c=r.style||V.FONT_STYLE;c.bold&&(i+=Y("font-weight","bold")),c.italic&&(i+=Y("font-style","italic"));const u=o.getDataColorSpecials().primary,p=D.getColor(l,u,o);if(i+=Y("background-color",p),(l.useImage||"media"===l.mode)&&l.url.qStaticContentUrl){let e=l.url.qStaticContentUrl.qUrl;e&&(e=((e,t)=>(e.replace(/^\.\.\//i,"/"),e=(e=e.replace(/"/g,'\\"')).replace(/'/g,"\\'"),e=`${f(t)}/`+("/"===e[0]?e.substr(1):e)))(e,a),i+=Y("background-image",`url('${e}')`),i+=Y("background-size",R[l.size||V.BACKGROUND_SIZE]),i+=Y("background-position",z[l.position||V.BACKGROUND_POSITION]),i+=Y("background-repeat","no-repeat"))}if(s.useBorder){const e=Math.min(n.offsetWidth,n.offsetHeight),t=D.getColor(s,D.getFadedColor(p),o),a=(s.width||V.BORDER_WIDTH)*e/2;i+=Y("border",`${a}px solid ${t}`),i+=Y("border-radius",(s.radius||V.BORDER_RADIUS)*e/2+"px")}else i+="border: none;";return i},createLabelAndIcon({button:e,theme:t,style:o={},isSense:n}){const{icon:a={},font:i={},label:r=V.LABEL,showLabel:l=!0}=o,s=document.createElement("text");s.style.whiteSpace="nowrap",s.style.fontFamily=o.font.fontFamily||t.getStyle("","","fontFamily")||V.FONT_FAMILY;const c=document.createElement("span");c.textContent=r,c.style.whiteSpace="nowrap",c.style.textOverflow="ellipsis",i.style&&i.style.underline&&(c.style.textDecoration="underline"),s.appendChild(c);const u=n&&a.useIcon&&""!==a.iconType;if(u){const e=document.createElement("span"),t=M.find((e=>e.label===a.iconType||e.value===a.iconType));e.style.textDecoration="none",e.style.fontSize="inherit",e.setAttribute("class",`lui-icon lui-icon--${t?t.value:""}`),"right"===a.position?s.appendChild(e):s.insertBefore(e,c)}e.innerHTML="",e.appendChild(s),Z(e,i,s,c,u),"8px"===s.style.fontSize&&s.children.forEach((e=>{e.style.overflow="hidden"})),s.style.margin="0 3%",s.style.display="flex",s.style.alignItems="center",s.style.justifyContent="left"===i.align?"flex-start":"right"===i.align?"flex-end":"center",l||(s.style.height="1px",s.style.width="1px",s.style.overflow="hidden")}};var X={targets:[]};function J(e){return function(e){if(Array.isArray(e))return Q(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 Q(e,t);var o=Object.prototype.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)?Q(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.")}()}function Q(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var ee,te=Object.prototype.hasOwnProperty,oe=Object.prototype.toString,ne=Object.defineProperty,ae=Object.getOwnPropertyDescriptor,ie=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===oe.call(e)},re=function(e){if(!e||"[object Object]"!==oe.call(e))return!1;var t,o=te.call(e,"constructor"),n=e.constructor&&e.constructor.prototype&&te.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!o&&!n)return!1;for(t in e);return void 0===t||te.call(e,t)},le=function(e,t){ne&&"__proto__"===t.name?ne(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},se=function(e,t){if("__proto__"===t){if(!te.call(e,t))return;if(ae)return ae(e,t).value}return e[t]};function ce(e,t,o){e.prototype=t.prototype=o,o.constructor=e}function ue(e,t){var o=Object.create(e.prototype);for(var n in t)o[n]=t[n];return o}function pe(){}ee=function e(){var t,o,n,a,i,r,l=arguments[0],s=1,c=arguments.length,u=!1;for("boolean"==typeof l&&(u=l,l=arguments[1]||{},s=2),(null==l||"object"!=typeof l&&"function"!=typeof l)&&(l={});s<c;++s)if(null!=(t=arguments[s]))for(o in t)n=se(l,o),l!==(a=se(t,o))&&(u&&a&&(re(a)||(i=ie(a)))?(i?(i=!1,r=n&&ie(n)?n:[]):r=n&&re(n)?n:{},le(l,{name:o,newValue:e(u,r,a)})):void 0!==a&&le(l,{name:o,newValue:a}));return l},ee&&ee.__esModule&&Object.prototype.hasOwnProperty.call(ee,"default")&&ee.default;var de=1/.7,ge="\\s*([+-]?\\d+)\\s*",be="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",he="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",me=/^#([0-9a-f]{3,8})$/,fe=new RegExp(`^rgb\\(${ge},${ge},${ge}\\)$`),ye=new RegExp(`^rgb\\(${he},${he},${he}\\)$`),ve=new RegExp(`^rgba\\(${ge},${ge},${ge},${be}\\)$`),we=new RegExp(`^rgba\\(${he},${he},${he},${be}\\)$`),ke=new RegExp(`^hsl\\(${be},${he},${he}\\)$`),xe=new RegExp(`^hsla\\(${be},${he},${he},${be}\\)$`),Ae={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 Se(){return this.rgb().formatHex()}function Ie(){return this.rgb().formatRgb()}function Ce(e){var t,o;return e=(e+"").trim().toLowerCase(),(t=me.exec(e))?(o=t[1].length,t=parseInt(t[1],16),6===o?Oe(t):3===o?new Ne(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===o?Be(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===o?Be(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=fe.exec(e))?new Ne(t[1],t[2],t[3],1):(t=ye.exec(e))?new Ne(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=ve.exec(e))?Be(t[1],t[2],t[3],t[4]):(t=we.exec(e))?Be(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=ke.exec(e))?Ve(t[1],t[2]/100,t[3]/100,1):(t=xe.exec(e))?Ve(t[1],t[2]/100,t[3]/100,t[4]):Ae.hasOwnProperty(e)?Oe(Ae[e]):"transparent"===e?new Ne(NaN,NaN,NaN,0):null}function Oe(e){return new Ne(e>>16&255,e>>8&255,255&e,1)}function Be(e,t,o,n){return n<=0&&(e=t=o=NaN),new Ne(e,t,o,n)}function Ee(e){return e instanceof pe||(e=Ce(e)),e?new Ne((e=e.rgb()).r,e.g,e.b,e.opacity):new Ne}function Te(e,t,o,n){return 1===arguments.length?Ee(e):new Ne(e,t,o,null==n?1:n)}function Ne(e,t,o,n){this.r=+e,this.g=+t,this.b=+o,this.opacity=+n}function qe(){return`#${je(this.r)}${je(this.g)}${je(this.b)}`}function Fe(){const e=$e(this.opacity);return`${1===e?"rgb(":"rgba("}${Le(this.r)}, ${Le(this.g)}, ${Le(this.b)}${1===e?")":`, ${e})`}`}function $e(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Le(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function je(e){return((e=Le(e))<16?"0":"")+e.toString(16)}function Ve(e,t,o,n){return n<=0?e=t=o=NaN:o<=0||o>=1?e=t=NaN:t<=0&&(e=NaN),new De(e,t,o,n)}function _e(e){if(e instanceof De)return new De(e.h,e.s,e.l,e.opacity);if(e instanceof pe||(e=Ce(e)),!e)return new De;if(e instanceof De)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 De(r,l,s,e.opacity)}function De(e,t,o,n){this.h=+e,this.s=+t,this.l=+o,this.opacity=+n}function Me(e){return(e=(e||0)%360)<0?e+360:e}function Re(e){return Math.max(0,Math.min(1,e||0))}function ze(e,t,o){return 255*(e<60?t+(o-t)*e/60:e<180?o:e<240?t+(o-t)*(240-e)/60:t)}ce(pe,Ce,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Se,formatHex:Se,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return _e(this).formatHsl()},formatRgb:Ie,toString:Ie}),ce(Ne,Te,ue(pe,{brighter(e){return e=null==e?de:Math.pow(de,e),new Ne(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Ne(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Ne(Le(this.r),Le(this.g),Le(this.b),$e(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:qe,formatHex:qe,formatHex8:function(){return`#${je(this.r)}${je(this.g)}${je(this.b)}${je(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Fe,toString:Fe})),ce(De,(function(e,t,o,n){return 1===arguments.length?_e(e):new De(e,t,o,null==n?1:n)}),ue(pe,{brighter(e){return e=null==e?de:Math.pow(de,e),new De(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new De(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 Ne(ze(e>=240?e-240:e+120,a,n),ze(e,a,n),ze(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new De(Me(this.h),Re(this.s),Re(this.l),$e(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=$e(this.opacity);return`${1===e?"hsl(":"hsla("}${Me(this.h)}, ${100*Re(this.s)}%, ${100*Re(this.l)}%${1===e?")":`, ${e})`}`}}));const Ue=Math.PI/180,Pe=180/Math.PI,He=4/29,We=6/29,Ge=3*We*We;function Ze(e){if(e instanceof Ye)return new Ye(e.l,e.a,e.b,e.opacity);if(e instanceof et)return tt(e);e instanceof Ne||(e=Ee(e));var t,o,n=Qe(e.r),a=Qe(e.g),i=Qe(e.b),r=Ke((.2225045*n+.7168786*a+.0606169*i)/1);return n===a&&a===i?t=o=r:(t=Ke((.4360747*n+.3850649*a+.1430804*i)/.96422),o=Ke((.0139322*n+.0971045*a+.7141733*i)/.82521)),new Ye(116*r-16,500*(t-r),200*(r-o),e.opacity)}function Ye(e,t,o,n){this.l=+e,this.a=+t,this.b=+o,this.opacity=+n}function Ke(e){return e>.008856451679035631?Math.pow(e,1/3):e/Ge+He}function Xe(e){return e>We?e*e*e:Ge*(e-He)}function Je(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function Qe(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function et(e,t,o,n){this.h=+e,this.c=+t,this.l=+o,this.opacity=+n}function tt(e){if(isNaN(e.h))return new Ye(e.l,0,0,e.opacity);var t=e.h*Ue;return new Ye(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}ce(Ye,(function(e,t,o,n){return 1===arguments.length?Ze(e):new Ye(e,t,o,null==n?1:n)}),ue(pe,{brighter(e){return new Ye(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new Ye(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 Ne(Je(3.1338561*(t=.96422*Xe(t))-1.6168667*(e=1*Xe(e))-.4906146*(o=.82521*Xe(o))),Je(-.9787684*t+1.9161415*e+.033454*o),Je(.0719453*t-.2289914*e+1.4052427*o),this.opacity)}})),ce(et,(function(e,t,o,n){return 1===arguments.length?function(e){if(e instanceof et)return new et(e.h,e.c,e.l,e.opacity);if(e instanceof Ye||(e=Ze(e)),0===e.a&&0===e.b)return new et(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*Pe;return new et(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new et(e,t,o,null==n?1:n)}),ue(pe,{brighter(e){return new et(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new et(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return tt(this).rgb()}}));var ot,nt=e=>()=>e;function at(e,t){var o=t-e;return o?function(e,t){return function(o){return e+o*t}}(e,o):nt(isNaN(e)?t:e)}function it(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 rt(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=st)):void 0===t&&(t=lt);for(var o,n,a,i,r,l=new pt(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 pt(a[i])),n.parent=o,n.depth=o.depth+1;return l.eachBefore(ut)}function lt(e){return e.children}function st(e){return Array.isArray(e)?e[1]:null}function ct(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function ut(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function pt(e){this.data=e,this.depth=this.height=0,this.parent=null}!function e(t){var o=function(e){return 1==(e=+e)?at: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):nt(isNaN(t)?o:t)}}(t);function n(e,t){var n=o((e=Te(e)).r,(t=Te(t)).r),a=o(e.g,t.g),i=o(e.b,t.b),r=at(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),pt.prototype=rt.prototype={constructor:pt,count:function(){return this.eachAfter(it)},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 rt(this).eachBefore(ct)},[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)}},ot=function(e){
|
|
7
|
+
import{usePromise as e,useElement as t,useTheme as o,useMemo as n,useStaleLayout as a,useApp as i,useConstraints as r,useEffect as l,useImperativeHandle as s}from"@nebula.js/stardust";const c="http://",u="https://",p="mailto:",d=e=>e.startsWith(c)?c:e.startsWith(u)?u:e.startsWith(p)?p:c,g=e=>{let t=e;return e.startsWith(c)&&(t=e.slice(7)),e.startsWith(u)&&(t=e.slice(8)),t},b=/(?:[^\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,h=/(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g,m=e=>String(e).replace(h,"$1�$2").replace(b,encodeURI);function f(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 y=(e,t)=>{e.replace(/^\.\.\//i,"/"),e=(e=e.replace(/"/g,'\\"')).replace(/'/g,"\\'");return e=`${f(t)}/`+("/"===e[0]?e.substr(1):e)},v=()=>{try{return window.self!==window.top}catch(e){return!0}},w=async()=>(await fetch("../api/v1/csrf-token")).headers.get("qlik-csrf-token"),k=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"},x=async e=>{if(e.length>2){return(await fetch(`../api/v1/automations/${e}`)).json()}return null},A=(e,t,o)=>{const n=e.get(t);return n===t?o:n},S=e=>A(e,"Object.ActionButton.Automation.DefaultAutomationMsg","Automation finished"),I=(e,t)=>{const o={message:S(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:A(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({...I(i.title,o),ok:!0}):a({message:S(o),ok:!0});case"failed":var l;return(null===(l=i.title)||void 0===l?void 0:l.length)>0?a({...I(i.title,o),ok:!1}):a({message:A(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({...I(i.title,o),ok:!1}):a({message:S(o),ok:!0});case"must stop":case"stopped":var c;return(null===(c=i.title)||void 0===c?void 0:c.length)>0?a({...I(i.title,o),ok:!1}):a({message:A(o,"Object.ActionButton.Automation.DefaultAutomationMsg","Unknown error"),ok:!1});default:var u;return(null===(u=i.title)||void 0===u?void 0:u.length)>0?a({...I(i.title,o),ok:!0}):a({message:S(o),ok:!0})}},O=(e,t)=>{null!=e&&Object.keys(t).forEach((o=>{e.style[o]=t[o]}))},E=e=>{O(e,{opacity:0}),setTimeout((()=>{e.remove()}),1e3)},B=(e,t,o)=>{const{message:n,url:a,urlText:i}=e,r=(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})(n),l=document.createElement("div"),s=`sn-action-button-snackbar-${(Math.random()+1).toString(36).substring(7)}`;l.setAttribute("id",s);const c=document.querySelectorAll(".sn-action-button-snackbar"),u=24+5*((null==c?void 0:c.length)||0);O(l,{width:"400px",height:"35px","background-color":"#FFFFFF",position:"fixed",left:"calc(50% - 200px)",right:"auto",bottom:`${u}px`,"box-shadow":"0px 1px 2px 0px rgb(0 0 0 / 15%)",padding:"6px 16px","border-radius":"3px","z-index":1e3,opacity:0,transition:"visibility 0ms, opacity 400ms linear"});const p=`<div class="sn-action-button-snackbar" style="display: flex; justify-content: space-between; height: 100%; align-items: center;">\n ${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=d(e),o=g(e);return`${t}${m(o)}`})(a)}" style="margin-left: 6px;" target="${b=t,b?v()?"_parent":"_self":"_blank"}">${i||"Open"}</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 b;return l.innerHTML=p,l},T=async({app:e,automationId:t,bookmark:o,senseNavigation:n})=>{const a=await(async()=>{const e=await fetch("../api/v1/users/me");return await e.json()})();return{id:t,inputs:{app:e.id,bookmark:o,sheet:null==n?void 0:n.getCurrentSheetId(),user:a.id,space:await k(e.id),tenant:a.tenantId,time:new Date},context:"qsbutton"}},N=[{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=>e.qInfo.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=>e.qData.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()=>{if(o&&n){const i=await e.getField(o,t),r=await e.getFieldDescription(o),l=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,n,r.qTags.includes("$date"));await i.selectValues(l,!1,a)}},requiredInput:["field","value","softLock"]},{value:"selectMatchingValues",translation:"Object.ActionButton.SelectMatchingValues",group:"selection",getActionCall:({app:e,qStateName:t,field:o,value:n})=>async()=>{if(o&&n){const a=await e.getField(o,t),i=!1;await a.select(n,!1,i)}},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:"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()=>{if(o&&n){const a=await e.getField(o,t),i=!1;await a.toggleSelect(n,i)}},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()=>{if(t&&o)try{const n=await e.getVariableByName(t);await n.setStringValue(o)}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})=>async()=>{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,multiUserAutomation:c,translator:u,senseNavigation:p})=>async()=>{if(c&&o.length)try{let t,c;if(!(void 0!==o&&o.length>1))return;t=((e,t,o)=>t?`../api/v1/automations/${e}/actions/execute?X-Execution-Token=${o}`:`../api/v1/automations/${e}/runs`)(o,n,a),i&&(c=await(async e=>e.createTemporaryBookmark({qOptions:{qIncludeVariables:!0,qIncludeAllPatches:!0}}))(e));const d=await T({app:e,automationId:o,bookmark:c,senseNavigation:p}),g=await(async(e,t,o)=>{const n={"Content-Type":"application/json","qlik-csrf-token":await w()};return e&&(n["X-Execution-Token"]=t),{method:"POST",headers:n,body:JSON.stringify(e?o.inputs:o)}})(n,a,d),b=await fetch(t,g),h=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,c=void 0===s?l:s;if(t&&"queued"!==r)a=I(i,n),a.ok=!0;else{const t=new Promise((t=>{C(e,c,n,0,t)}));a=await t}break}case 400:a={message:A(n,"Object.ActionButton.Automation.BadRequest","Bad request"),ok:!1};break;case 401:case 403:a={message:A(n,"Object.ActionButton.Automation.NotAuthorized","You are not authorized to run this automation"),ok:!1};break;case 404:a={message:A(n,"Object.ActionButton.Automation.AutomationNotFound","Automation not found"),ok:!1};break;case 500:case 503:a={message:A(n,"Object.ActionButton.Automation.AutomationError","Automation error"),ok:!1};break;default:a={message:A(n,"Object.ActionButton.Automation.UnkownError","Unknown error"),ok:!1}}return a})(o,n,b,u);r&&(async(e,t,o)=>{const n=B(e,o,!e.ok);n.focus(),n.querySelector(".sn-action-button-snackbar-close").addEventListener("click",(()=>{E(n)})),document.querySelector("body").appendChild(n),O(n,{opacity:1}),setTimeout((()=>{E(n)}),Math.max(1e3*t-400,1))})(h,l,s)}catch(e){}else void 0!==t&&(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()));let i=`../api/v1/automations/${a.id}/actions/execute?X-Execution-Token=${a.executionToken}`;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()}`}}},r=await o.createBookmark(a).then((e=>e.getLayout())).then((e=>e.qInfo.qId));await o.saveObjects(),i=`${i}&${t[0].label.toLowerCase()}=${encodeURIComponent(o.id)}&${t[1].label.toLowerCase()}=${r}`}}await fetch(i).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:[]}],q=e=>N.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))}));function F(e,t){const o=N.find((t=>e.actionType===t.value));return o&&o.requiredInput&&-1!==o.requiredInput.indexOf(t)}const $=async e=>(await e.getSheetList()).filter((e=>function(e){if(e&&e.length>=2&&"/"===e[0]&&"/"===e[1])return!0;const t=e?+e:-1;return Number.isNaN(+t)?"true"===e.toLowerCase():0!==t}(e.qData.showCondition))).sort(((e,t)=>e.qData.rank-t.qData.rank)),L=[{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 $(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 $(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=d(e),n=g(e),a=(e=>{let t;try{t=new URL(e)}catch(e){return!1}return t.protocol===p})(n);let i="";if(a&&window.open(n,i,"noopener"),t&&(i=v()?"_parent":"_self",window.open(`${o}${n}`,i,"noopener")),!a&&!t){const e=m(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=v()?"_parent":"_self");const r=`../sense/app/${encodeURIComponent(o)}/sheet/${encodeURIComponent(n)}/tempselectionstate/${encodeURIComponent(a)}`;window.open(r,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"]}],j=e=>L.filter((t=>{var o;return!(null!==(o=t.hide)&&void 0!==o&&o.call(t,e))})),V=(e,t)=>{const o=L.find((t=>e.navigation.action===t.value));return o&&o.requiredInput&&-1!==o.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},D=[{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 M={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}},R={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&&M[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=_.COLOR},n,a){let i;return e?i=R.resolveExpression(t):"string"==typeof o?i=o:o&&(i=a.getColorPickerColor(o)),i&&"none"!==i?i:n}},z={auto:"auto auto",alwaysFit:"contain",fitWidth:"100% auto",fitHeight:"auto 100%",fill:"100% 100%",alwaysFill:"cover",stretchFit:"100% 100%"},U={"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%"},P=[{value:!1,translation:"properties.colorMode.primary"},{value:!0,translation:"properties.colorMode.byExpression"}],H=[{value:!0,translation:"properties.on"},{value:!1,translation:"properties.off"}],W=[{value:"responsive",translation:"properties.responsive"},{value:"relative",translation:"properties.fluid"},{value:"fixed",translation:"properties.fixed"}],G=e=>e%1!=0?e.toFixed(2):e,Z=(e,t,o,n)=>{t.offsetWidth<=e.clientWidth?o.style.overflow="visible":o.style.overflow="hidden",n&&(t.children[0].style.marginRight=`${G(.04*t.offsetWidth)}px`)},Y=(e,t,o,n,a)=>{if("fixed"===t.sizeBehavior)o.style.fontSize=`${t.sizeFixed||_.FONT_SIZE_FIXED}px`,Z(e,o,n,a);else if("relative"===t.sizeBehavior){const i=t.size||_.FONT_SIZE,r=40/i,l=Math.min(e.clientWidth/r*10,e.clientHeight*i*.8);o.style.fontSize=`${l}px`,Z(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=`${G(Math.max(.84*o,8))}px`,e.children[0].style.marginRight=`${G(.04*e.offsetWidth)}px`,e.children[1].style.marginRight=`${G(.04*e.offsetWidth)}px`):(e.style.fontSize=`${G(Math.max(.9*o,8))}px`,e.children[0].style.marginRight=`${G(.02*e.offsetWidth)}px`):n?(e.style.fontSize=`${G(Math.max(.88*o,8))}px`,e.children[0].style.marginRight=`${G(.04*e.offsetWidth)}px`):e.style.fontSize=`${G(Math.max(.92*o,8))}px`})(o,t,n*(t.size||_.FONT_SIZE),a)}},K=(e,t)=>{const o=t.getDataColorSpecials().primary;return R.getColor(e,o,t)},X=(e,t)=>`${e}: ${t};`;var J={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?X("opacity",.4):X("cursor","pointer"),i+=((e,t,o,n)=>{let a="";a=n("color",R.getColor(e,t,o));const i=e.style||_.FONT_STYLE;return i.bold&&(a+=n("font-weight","bold")),i.italic&&(a+=n("font-style","italic")),a})(r,_.FONT_COLOR.color,o,X),i+=((e,t,o,n)=>{let a=n("background-color",K(e,t));if((e.useImage||"media"===e.mode)&&e.url.qStaticContentUrl){let t=e.url.qStaticContentUrl.qUrl;t&&(t=y(t,o),a+=n("background-image",`url('${t}')`),a+=n("background-size",z[e.size||_.BACKGROUND_SIZE]),a+=n("background-position",U[e.position||_.BACKGROUND_POSITION]),a+=n("background-repeat","no-repeat"))}return a})(l,o,a,X),i+=((e,t,o,n,a)=>{if(!o.useBorder)return"border: none;";let i="";const r=K(t,n),l=Math.min(e.offsetWidth,e.offsetHeight),s=R.getColor(o,R.getFadedColor(r),n);return i=a("border",`${(o.width||_.BORDER_WIDTH)*l/2}px solid ${s}`),i+=a("border-radius",(o.radius||_.BORDER_RADIUS)*l/2+"px"),i})(n,l,s,o,X),i},createLabelAndIcon({button:e,theme:t,style:o={},isSense:n}){var a;const{icon:i={},font:r={},label:l=_.LABEL,showLabel:s=!0}=o,c=document.createElement("text");c.style.whiteSpace="nowrap",c.style.fontFamily=(null==o||null===(a=o.font)||void 0===a?void 0:a.fontFamily)||t.getStyle("","","fontFamily")||_.FONT_FAMILY;const u=((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);c.appendChild(u);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})(D,i),"right"===(null==i?void 0:i.position)?c.appendChild(d):c.insertBefore(d,u)),e.innerHTML="",e.appendChild(c),Y(e,r,c,u,p),"8px"===c.style.fontSize&&c.children.forEach((e=>{e.style.overflow="hidden"})),c.style.margin="0 3%",c.style.display="flex",c.style.alignItems="center",c.style.justifyContent="left"===r.align?"flex-start":"right"===r.align?"flex-end":"center",s||(c.style.height="1px",c.style.width="1px",c.style.overflow="hidden")}};var Q={targets:[]};function ee(e){return function(e){if(Array.isArray(e))return te(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 te(e,t);var o=Object.prototype.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)?te(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.")}()}function te(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n}var oe,ne=Object.prototype.hasOwnProperty,ae=Object.prototype.toString,ie=Object.defineProperty,re=Object.getOwnPropertyDescriptor,le=function(e){return"function"==typeof Array.isArray?Array.isArray(e):"[object Array]"===ae.call(e)},se=function(e){if(!e||"[object Object]"!==ae.call(e))return!1;var t,o=ne.call(e,"constructor"),n=e.constructor&&e.constructor.prototype&&ne.call(e.constructor.prototype,"isPrototypeOf");if(e.constructor&&!o&&!n)return!1;for(t in e);return void 0===t||ne.call(e,t)},ce=function(e,t){ie&&"__proto__"===t.name?ie(e,t.name,{enumerable:!0,configurable:!0,value:t.newValue,writable:!0}):e[t.name]=t.newValue},ue=function(e,t){if("__proto__"===t){if(!ne.call(e,t))return;if(re)return re(e,t).value}return e[t]};function pe(e,t,o){e.prototype=t.prototype=o,o.constructor=e}function de(e,t){var o=Object.create(e.prototype);for(var n in t)o[n]=t[n];return o}function ge(){}oe=function e(){var t,o,n,a,i,r,l=arguments[0],s=1,c=arguments.length,u=!1;for("boolean"==typeof l&&(u=l,l=arguments[1]||{},s=2),(null==l||"object"!=typeof l&&"function"!=typeof l)&&(l={});s<c;++s)if(null!=(t=arguments[s]))for(o in t)n=ue(l,o),l!==(a=ue(t,o))&&(u&&a&&(se(a)||(i=le(a)))?(i?(i=!1,r=n&&le(n)?n:[]):r=n&&se(n)?n:{},ce(l,{name:o,newValue:e(u,r,a)})):void 0!==a&&ce(l,{name:o,newValue:a}));return l},oe&&oe.__esModule&&Object.prototype.hasOwnProperty.call(oe,"default")&&oe.default;var be=1/.7,he="\\s*([+-]?\\d+)\\s*",me="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*",fe="\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*",ye=/^#([0-9a-f]{3,8})$/,ve=new RegExp(`^rgb\\(${he},${he},${he}\\)$`),we=new RegExp(`^rgb\\(${fe},${fe},${fe}\\)$`),ke=new RegExp(`^rgba\\(${he},${he},${he},${me}\\)$`),xe=new RegExp(`^rgba\\(${fe},${fe},${fe},${me}\\)$`),Ae=new RegExp(`^hsl\\(${me},${fe},${fe}\\)$`),Se=new RegExp(`^hsla\\(${me},${fe},${fe},${me}\\)$`),Ie={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 Ce(){return this.rgb().formatHex()}function Oe(){return this.rgb().formatRgb()}function Ee(e){var t,o;return e=(e+"").trim().toLowerCase(),(t=ye.exec(e))?(o=t[1].length,t=parseInt(t[1],16),6===o?Be(t):3===o?new Fe(t>>8&15|t>>4&240,t>>4&15|240&t,(15&t)<<4|15&t,1):8===o?Te(t>>24&255,t>>16&255,t>>8&255,(255&t)/255):4===o?Te(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=ve.exec(e))?new Fe(t[1],t[2],t[3],1):(t=we.exec(e))?new Fe(255*t[1]/100,255*t[2]/100,255*t[3]/100,1):(t=ke.exec(e))?Te(t[1],t[2],t[3],t[4]):(t=xe.exec(e))?Te(255*t[1]/100,255*t[2]/100,255*t[3]/100,t[4]):(t=Ae.exec(e))?De(t[1],t[2]/100,t[3]/100,1):(t=Se.exec(e))?De(t[1],t[2]/100,t[3]/100,t[4]):Ie.hasOwnProperty(e)?Be(Ie[e]):"transparent"===e?new Fe(NaN,NaN,NaN,0):null}function Be(e){return new Fe(e>>16&255,e>>8&255,255&e,1)}function Te(e,t,o,n){return n<=0&&(e=t=o=NaN),new Fe(e,t,o,n)}function Ne(e){return e instanceof ge||(e=Ee(e)),e?new Fe((e=e.rgb()).r,e.g,e.b,e.opacity):new Fe}function qe(e,t,o,n){return 1===arguments.length?Ne(e):new Fe(e,t,o,null==n?1:n)}function Fe(e,t,o,n){this.r=+e,this.g=+t,this.b=+o,this.opacity=+n}function $e(){return`#${_e(this.r)}${_e(this.g)}${_e(this.b)}`}function Le(){const e=je(this.opacity);return`${1===e?"rgb(":"rgba("}${Ve(this.r)}, ${Ve(this.g)}, ${Ve(this.b)}${1===e?")":`, ${e})`}`}function je(e){return isNaN(e)?1:Math.max(0,Math.min(1,e))}function Ve(e){return Math.max(0,Math.min(255,Math.round(e)||0))}function _e(e){return((e=Ve(e))<16?"0":"")+e.toString(16)}function De(e,t,o,n){return n<=0?e=t=o=NaN:o<=0||o>=1?e=t=NaN:t<=0&&(e=NaN),new Re(e,t,o,n)}function Me(e){if(e instanceof Re)return new Re(e.h,e.s,e.l,e.opacity);if(e instanceof ge||(e=Ee(e)),!e)return new Re;if(e instanceof Re)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 Re(r,l,s,e.opacity)}function Re(e,t,o,n){this.h=+e,this.s=+t,this.l=+o,this.opacity=+n}function ze(e){return(e=(e||0)%360)<0?e+360:e}function Ue(e){return Math.max(0,Math.min(1,e||0))}function Pe(e,t,o){return 255*(e<60?t+(o-t)*e/60:e<180?o:e<240?t+(o-t)*(240-e)/60:t)}pe(ge,Ee,{copy(e){return Object.assign(new this.constructor,this,e)},displayable(){return this.rgb().displayable()},hex:Ce,formatHex:Ce,formatHex8:function(){return this.rgb().formatHex8()},formatHsl:function(){return Me(this).formatHsl()},formatRgb:Oe,toString:Oe}),pe(Fe,qe,de(ge,{brighter(e){return e=null==e?be:Math.pow(be,e),new Fe(this.r*e,this.g*e,this.b*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Fe(this.r*e,this.g*e,this.b*e,this.opacity)},rgb(){return this},clamp(){return new Fe(Ve(this.r),Ve(this.g),Ve(this.b),je(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:$e,formatHex:$e,formatHex8:function(){return`#${_e(this.r)}${_e(this.g)}${_e(this.b)}${_e(255*(isNaN(this.opacity)?1:this.opacity))}`},formatRgb:Le,toString:Le})),pe(Re,(function(e,t,o,n){return 1===arguments.length?Me(e):new Re(e,t,o,null==n?1:n)}),de(ge,{brighter(e){return e=null==e?be:Math.pow(be,e),new Re(this.h,this.s,this.l*e,this.opacity)},darker(e){return e=null==e?.7:Math.pow(.7,e),new Re(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 Fe(Pe(e>=240?e-240:e+120,a,n),Pe(e,a,n),Pe(e<120?e+240:e-120,a,n),this.opacity)},clamp(){return new Re(ze(this.h),Ue(this.s),Ue(this.l),je(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=je(this.opacity);return`${1===e?"hsl(":"hsla("}${ze(this.h)}, ${100*Ue(this.s)}%, ${100*Ue(this.l)}%${1===e?")":`, ${e})`}`}}));const He=Math.PI/180,We=180/Math.PI,Ge=4/29,Ze=6/29,Ye=3*Ze*Ze;function Ke(e){if(e instanceof Xe)return new Xe(e.l,e.a,e.b,e.opacity);if(e instanceof ot)return nt(e);e instanceof Fe||(e=Ne(e));var t,o,n=tt(e.r),a=tt(e.g),i=tt(e.b),r=Je((.2225045*n+.7168786*a+.0606169*i)/1);return n===a&&a===i?t=o=r:(t=Je((.4360747*n+.3850649*a+.1430804*i)/.96422),o=Je((.0139322*n+.0971045*a+.7141733*i)/.82521)),new Xe(116*r-16,500*(t-r),200*(r-o),e.opacity)}function Xe(e,t,o,n){this.l=+e,this.a=+t,this.b=+o,this.opacity=+n}function Je(e){return e>.008856451679035631?Math.pow(e,1/3):e/Ye+Ge}function Qe(e){return e>Ze?e*e*e:Ye*(e-Ge)}function et(e){return 255*(e<=.0031308?12.92*e:1.055*Math.pow(e,1/2.4)-.055)}function tt(e){return(e/=255)<=.04045?e/12.92:Math.pow((e+.055)/1.055,2.4)}function ot(e,t,o,n){this.h=+e,this.c=+t,this.l=+o,this.opacity=+n}function nt(e){if(isNaN(e.h))return new Xe(e.l,0,0,e.opacity);var t=e.h*He;return new Xe(e.l,Math.cos(t)*e.c,Math.sin(t)*e.c,e.opacity)}pe(Xe,(function(e,t,o,n){return 1===arguments.length?Ke(e):new Xe(e,t,o,null==n?1:n)}),de(ge,{brighter(e){return new Xe(this.l+18*(null==e?1:e),this.a,this.b,this.opacity)},darker(e){return new Xe(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 Fe(et(3.1338561*(t=.96422*Qe(t))-1.6168667*(e=1*Qe(e))-.4906146*(o=.82521*Qe(o))),et(-.9787684*t+1.9161415*e+.033454*o),et(.0719453*t-.2289914*e+1.4052427*o),this.opacity)}})),pe(ot,(function(e,t,o,n){return 1===arguments.length?function(e){if(e instanceof ot)return new ot(e.h,e.c,e.l,e.opacity);if(e instanceof Xe||(e=Ke(e)),0===e.a&&0===e.b)return new ot(NaN,0<e.l&&e.l<100?0:NaN,e.l,e.opacity);var t=Math.atan2(e.b,e.a)*We;return new ot(t<0?t+360:t,Math.sqrt(e.a*e.a+e.b*e.b),e.l,e.opacity)}(e):new ot(e,t,o,null==n?1:n)}),de(ge,{brighter(e){return new ot(this.h,this.c,this.l+18*(null==e?1:e),this.opacity)},darker(e){return new ot(this.h,this.c,this.l-18*(null==e?1:e),this.opacity)},rgb(){return nt(this).rgb()}}));var at,it=e=>()=>e;function rt(e,t){var o=t-e;return o?function(e,t){return function(o){return e+o*t}}(e,o):it(isNaN(e)?t:e)}function lt(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 st(e,t){e instanceof Map?(e=[void 0,e],void 0===t&&(t=ut)):void 0===t&&(t=ct);for(var o,n,a,i,r,l=new gt(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 gt(a[i])),n.parent=o,n.depth=o.depth+1;return l.eachBefore(dt)}function ct(e){return e.children}function ut(e){return Array.isArray(e)?e[1]:null}function pt(e){void 0!==e.data.value&&(e.value=e.data.value),e.data=e.data.data}function dt(e){var t=0;do{e.height=t}while((e=e.parent)&&e.height<++t)}function gt(e){this.data=e,this.depth=this.height=0,this.parent=null}!function e(t){var o=function(e){return 1==(e=+e)?rt: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):it(isNaN(t)?o:t)}}(t);function n(e,t){var n=o((e=qe(e)).r,(t=qe(t)).r),a=o(e.g,t.g),i=o(e.b,t.b),r=rt(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),gt.prototype=st.prototype={constructor:gt,count:function(){return this.eachAfter(lt)},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 st(this).eachBefore(pt)},[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)}},at=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,c,u,p,d=e.length,g=e.search(/[0-9\-\+#]/),b=g>0?e.substring(0,g):"",h=e.split("").reverse().join(""),m=h.search(/[0-9\-\+#]/),f=d-m,y=e.substring(f,f+1),v=f+("."===y||","===y?1:0),w=m>0?e.substring(v,d):"";if(o=(t="-"===(e=e.substring(g,v)).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"),(!(c=t.split("."))[1]||c[1]&&c[1].length<=l)&&(t=(+t).toFixed(l+1)),u=e[0].split(i),e[0]=u.join(""),(r=e[0]&&e[0].indexOf("0"))>-1)for(;c[0].length<e[0].length-r;)c[0]="0"+c[0];else 0==+c[0]&&(c[0]="");if((t=t.split("."))[0]=c[0],s=u[1]&&u[u.length-1].length){for(h="",f=(p=t[0]).length%s,d=p.length,v=0;v<d;v++)h+=p.charAt(v),!((v-f+1)%s)&&v<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}},ot({exports:{}});var dt=["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"],gt=["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 bt=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function ht(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,J(new Set([n].concat(J(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(J(i.map((function(e){return bt(e)}))),[{value:"DefaultHeader",label:o.get("properties.allFonts"),metaText:o.get("properties.default"),groupHeader:!0}],J(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?gt:dt}(a).map((function(e){return bt(e)}))))}function mt(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 ht({theme:t,translator:o,defaultValue:r(),flags:i})}}}var ft=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],yt=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function vt(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,J(new Set([o].concat(J(a))))):n.push(o),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(J(n.map((function(e){return yt(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],J(ft.map((function(e){return yt(e)}))))}({theme:t,translator:o,defaultValue:i()})}}}function wt(e){var t=e.theme,o=e.translator,n=e.id,a=e.path;return{fontFamily:mt({theme:t,translator:o,id:n,path:a,flags:e.flags}),fontSize:vt({theme:t,translator:o,id:n,path:a})}}var kt={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 xt=({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,c={};s.forEach((function(e){for(var n=e.split("."),a=c,r=0;r<n.length;r++){var s=n[r];r===n.length-1?a[s]=wt({theme:t,translator:o,id:l,path:e,flags:i}):void 0===a[s]&&(a[s]={}),a=a[s]}}));var u=function(e){for(var t=e.split("."),o=c,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 c.getDefaultValue=function(e){return u(e).getDefaultValue()},c.getOptions=function(e){return u(e).getOptions()},c}({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:V.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:H},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===kt.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"===kt.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:U},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:V.FONT_COLOR,disabledNone:!0,width:12,show:e=>!kt.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>kt.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:U},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>kt.getValue(e,"style.background.useColorExpression")},colorPicker:{type:"object",component:"color-picker",ref:"style.background.color",translation:"properties.color.used",disableNone:!1,defaultValue:V.COLOR,dualOutput:!0,show:e=>!kt.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{items:{backgroundImageMode:{component:"dropdown",ref:"style.background.mode",translation:"properties.backgroundImage",defaultValue:V.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"===kt.getValue(e,"style.background.mode")},imageSize:{component:"dropdown",ref:"style.background.size",defaultValue:V.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=>{kt.getValue(e,"style.background.position")&&(e.style.background.position=V.BGIMAGE_POSITION)},show:e=>"media"===kt.getValue(e,"style.background.mode")&&!!kt.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},position:{component:"position-grid",ref:"style.background.position",translation:"properties.backgroundImage.position",defaultValue:V.BGIMAGE_POSITION,show:e=>"media"===kt.getValue(e,"style.background.mode")&&kt.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==kt.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:P},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>kt.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=>kt.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:U,show:e=>kt.getValue(e,"style.border.useBorder")},colorPicker:{type:"object",component:"color-picker",ref:"style.border.color",translation:"properties.color",defaultValue:V.COLOR,disableNone:!1,dualOutput:!0,show:e=>kt.getValue(e,"style.border.useBorder")&&!kt.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>kt.getValue(e,"style.border.useBorder")&&kt.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},At=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,...xt(e)}}}),St=(e,t)=>({automation:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automation",dropdownOnly:!0,options:async()=>{const e=await fetch("../api/v1/items?resourceType=automation&limit=100");return(await e.json()).data.map((e=>({value:e.id,label:e.name})))},show:()=>!e},automationId:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automationId",dropdownOnly:!1,options:async()=>t(),show:()=>e,change:async e=>{const t=await k(e.automationId);e.automationTriggered?e.automationExecutionToken=t.executionToken:e.automationExecutionToken=""}},automationLink:{translation:"Object.ActionButton.Automation.Link",component:"link",url:e=>`/automations/editor/${e.automationId}`,show:t=>t.automationId.length>1&&e},automationPostData:{type:"boolean",ref:"automationPostData",translation:"Object.ActionButton.Automation.SendSelections",defaultValue:!1},includeSelectionsText:{translation:"Object.ActionButton.Automation.SendSelectionsHelp",component:"text",show:()=>e},automationTriggered:{type:"boolean",ref:"automationTriggered",translation:"Object.ActionButton.Automation.RunModeTriggered",show:()=>e,defaultValue:!1,change:async e=>{const t=await k(e.automationId);e.automationTriggered?e.automationExecutionToken=t.executionToken:e.automationExecutionToken=""}},automationTriggeredText:{translation:"Object.ActionButton.Automation.RunModeTriggeredHelp",component:"text",show:()=>e},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,show:()=>e},automationNotificationDuration:{type:"number",ref:"automationNotificationDuration",translation:"Object.ActionButton.Automation.NotificationDuration",defaultValue:4,expression:"optional",show:t=>t.automationShowNotification&&e},automationNotificationDurationHelp:{translation:"Object.ActionButton.Automation.NotificationDurationHelp",component:"text",show:t=>t.automationShowNotification&&e},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:t=>t.automationShowNotification&&e},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)))},show:()=>e}});function It(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const Ct=(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:It(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 Ot=null;const Bt=async()=>{if(!Ot){const e=await fetch("../api/v1/automations?limit=100"),t=await e.json();Ot=t.data.map((e=>({value:e.id,label:e.name})))}return Ot};function Et({translator:e,shouldHide:t,senseNavigation:o,theme:n}){const a=t.isEnabled&&t.isEnabled("SENSECLIENT_IM_1855_AUTOMATIONS_MULTI_USER"),i=t.isEnabled&&t.isEnabled("SENSECLIENT_IM_1525_STYLINGPANEL_BUTTON");return{definition:{type:"items",component:"accordion",items:{actions:{type:"items",translation:"Object.ActionButton.ActionsAndNavigation",grouped:!0,items:{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=T.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:N(t),dropdownOnly:!0},bookmark:{type:"string",ref:"bookmark",component:"expression-with-dropdown",translation:"ExpressionEditor.SetExpresions.Bookmark",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getBookmarkList()).map((e=>({label:e.qData.title,value:e.qInfo.qId}))),show:e=>q(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=>q(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=>q(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>q(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>q(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>q(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>q(e,"partial")},automationProps:{type:"items",grouped:!1,items:St(a,Bt),show:e=>q(e,"automation")}}},navigation:{translation:"Object.ActionButton.Navigation",type:"items",items:{action:{ref:"navigation.action",translation:"Object.ActionButton.Navigation",component:"expression-with-dropdown",defaultValue:null,options:L(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>j(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>j(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>j(e,"sheet"),options:async(e,t)=>(await t.app.getSheetList()).map((e=>({value:e.qInfo.qId,label:e.qMeta.title,showCondition:e.qData.showCondition})))},story:{type:"string",ref:"navigation.story",translation:"properties.story",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>j(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=>j(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>j(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=>j(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:P}}}}},font:{grouped:!0,type:"items",translation:"properties.font",items:{sizeAndColor:{type:"items",items:{fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01},useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",options:U},colorPicker:{component:"color-picker",type:"object",ref:"style.font.color",translation:"properties.color",dualOutput:!0,show:e=>!kt.getValue(e,"style.font.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>kt.getValue(e,"style.font.useColorExpression")}}},stylingAndAlign:{type:"items",items:{fontStyling:{component:"item-selection-list",type:"string",ref:"style.font.style",translation:"properties.textStyle",horizontal:!0,multipleSelect:!0,items:[{component:"icon-item",icon:"bold",value:"bold",translation:"Common.bold",labelPlacement:"bottom"},{component:"icon-item",icon:"italic",value:"italic",translation:"Common.italic",labelPlacement:"bottom"},{component:"icon-item",icon:"underline",value:"underline",translation:"Common.underline",labelPlacement:"bottom"}]},textAlign:{component:"item-selection-list",type:"string",ref:"style.font.align",translation:"properties.Alignment",horizontal:!0,items:[{component:"icon-item",icon:"align_left",value:"left",translation:"properties.dock.left",labelPlacement:"bottom"},{component:"icon-item",icon:"align_center",value:"center",translation:"Common.Center",labelPlacement:"bottom"},{component:"icon-item",icon:"align_right",value:"right",translation:"properties.dock.right",labelPlacement:"bottom"}]}}}},show:!i},background:{grouped:!0,type:"items",translation:"properties.background",items:{backgroundColor:{type:"items",items:{useColorExpression:{ref:"style.background.useColorExpression",type:"boolean",translation:"AppDetails.SheetBackgroundColor",component:"dropdown",options:U},colorPicker:{component:"color-picker",type:"object",ref:"style.background.color",translation:"properties.color",dualOutput:!0,show:e=>!kt.getValue(e,"style.background.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>kt.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{type:"items",items:{useBackgroundImage:{ref:"style.background.useImage",type:"boolean",translation:"properties.backgroundImage.use",component:"switch",options:P},backgroundUrl:{ref:"style.background.url.qStaticContentUrlDef.qUrl",layoutRef:"style.background.url.qStaticContentUrl.qUrl",schemaIgnore:!0,translation:"Common.Image",tooltip:{select:"properties.media.select",remove:"properties.media.removeBackground"},type:"string",component:"media",show:e=>kt.getValue(e,"style.background.useImage")},backgroundSize:{ref:"style.background.size",translation:"properties.backgroundImage.size",type:"string",component:"dropdown",defaultValue:V.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:"fill",translation:"properties.backgroundImage.sizeStretch"},{value:"alwaysFill",translation:"properties.backgroundImage.sizeAlwaysFill"}],show:e=>kt.getValue(e,"style.background.useImage")&&!!kt.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},backgroundPosition:{ref:"style.background.position",translation:"Common.Position",type:"string",component:"align-matrix",show:e=>kt.getValue(e,"style.background.useImage")&&kt.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"fill"!==kt.getValue(e,"style.background.size"),currentSize:e=>kt.getValue(e,"style.background.size")}}}},show:!i},border:{type:"items",grouped:!0,translation:"properties.border",items:{borderSettings:{type:"items",items:{useBorder:{ref:"style.border.useBorder",type:"boolean",translation:"properties.border.use",component:"switch",options:P},borderRadius:{component:"slider",show:e=>kt.getValue(e,"style.border.useBorder"),translation:"properties.border.radius",type:"number",ref:"style.border.radius",min:0,max:1,step:.01},borderWidth:{component:"slider",show:e=>kt.getValue(e,"style.border.useBorder"),type:"number",ref:"style.border.width",translation:"properties.border.width",min:0,max:.5,step:.005},colorDropdown:{type:"string",show:e=>kt.getValue(e,"style.border.useBorder"),component:"dropdown",translation:"properties.border.color",ref:"style.border.useColorExpression",options:U},colorPicker:{component:"color-picker",type:"object",ref:"style.border.color",translation:"properties.color",dualOutput:!0,show:e=>kt.getValue(e,"style.border.useBorder")&&!kt.getValue(e,"style.border.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>kt.getValue(e,"style.border.useBorder")&&kt.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}},show:!i},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:P},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:M,expressionType:"StringExpression",show:e=>kt.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=>kt.getValue(e,"style.icon.useIcon")}}}}},presentation:i?At({flags:t,theme:n,translator:e}):void 0}}}},importProperties:Ct,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}}}const Tt=t=>{const{url:o}=t.style.background;e((async()=>{var e,t;null!=o&&null!==(e=o.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))})))(null==o||null===(t=o.qStaticContentUrl)||void 0===t?void 0:t.qUrl)}),[o])},Nt={version:"1.37.1",showTitles:!0,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],navigation:{action:"none"},disableNavMenu:!0,showDetails:!1,style:{label:V.LABEL,showLabel:!0,font:{fontFamily:V.FONT_FAMILY,useColorExpression:!1,color:V.FONT_COLOR,colorExpression:"",size:V.FONT_SIZE,sizeFixed:V.FONT_SIZE_FIXED,sizeBehavior:V.SIZE_BEHAVIOR,style:V.FONT_STYLE,align:V.TEXT_ALIGN},background:{useColorExpression:!1,color:V.COLOR,colorExpression:"",mode:V.BGIMAGE_MODE,useImage:!1,url:{qStaticContentUrlDef:{qUrl:""}},size:V.BACKGROUND_SIZE,position:V.BACKGROUND_POSITION},border:{useColorExpression:!1,color:V.COLOR,colorExpression:"",useBorder:!1,radius:V.BORDER_RADIUS,width:V.BORDER_WIDTH},icon:{useIcon:!1,iconType:"",position:V.ICON_POSITION}}};function qt(e){var c,u,p;const{sense:d,translator:g,flags:{isEnabled:b},anything:h}=e,m={isEnabled:b,isFeatureBlacklisted:null===(c=h.sense)||void 0===c?void 0:c.isFeatureBlacklisted,isUnsupportedFeature:null===(u=h.sense)||void 0===u?void 0:u.isUnsupportedFeature},f=null==b?void 0:b("SENSECLIENT_IM_1855_AUTOMATIONS_MULTI_USER"),y=null==d?void 0:d.navigation;return Nt.style.label=d?g.get("Object.ActionButton"):"Button",{qae:{properties:Nt,data:X},component(){const e=t(),c=o();n((()=>{const t=document.createElement("button");t.appendChild(document.createElement("text")),e.appendChild(t)}),[]);const u=a(),p=i(),d=r();Tt(u);const b=(({layout:e,theme:t,app:o,constraints:n,senseNavigation:a,element:i,multiUserAutomation:r,translator:l})=>{const s=!!a,c=i.firstElementChild,{style:u,qStateName:p,navigation:d}=e,g=e.useEnabledCondition&&0===e.enabledCondition,b=!g&&!n.active,h=K.getStyles({style:u,disabled:g,theme:t,element:i,app:o});c.setAttribute("style",h),c.setAttribute("tabindex","-1"),K.createLabelAndIcon({button:c,theme:t,style:u,isSense:s}),c.onclick=async()=>{if(b){const t=[],{actions:n}=e;if(n.forEach((e=>{const n=T.find((t=>t.value===e.actionType));n&&t.push(n.getActionCall({app:o,qStateName:p,...e,senseNavigation:a,multiUserAutomation:r,translator:l}))})),c.setAttribute("disabled",!0),await(async e=>{for(let t=0;t<e.length;t++)await e[t]()})(t),a&&!a.getCurrentStoryId()){const e=d&&$.find((e=>e.value===d.action));a&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:o,senseNavigation:a,...d,element:i})}c.removeAttribute("disabled")}};const m=()=>{if(b){const{offsetWidth:e,offsetHeight:t}=c;c.style.transform=t>e?`scale(0.98, ${1-e/t*.02})`:`scale(${1-t/e*.02}, 0.98)`}},f=()=>{const{transform:e}=c.style;b&&""!==e&&"scale(1)"!==e&&(c.style.transform="scale(1)")};return c.onmousedown=e=>{0===e.button&&m()},c.onmouseup=f,c.onmouseleave=f,c.ontouchstart=m,c.ontouchend=f,c.ontouchcancel=f,()=>{c.onclick=void 0,c.onmousedown=void 0,c.onmouseup=void 0,c.onmouseleave=void 0,c.ontouchstart=void 0,c.ontouchend=void 0,c.ontouchcancel=void 0}})({element:e,layout:u,constraints:d,theme:c,app:p,senseNavigation:y,multiUserAutomation:f,translator:g});l((()=>()=>{b()}),[e]),s((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:Et({translator:g,shouldHide:m,senseNavigation:y,theme:null===(p=h.sense)||void 0===p?void 0:p.theme})}}export{qt as default};
|
|
9
|
+
e.exports=function(e,t){if(!e||isNaN(+t))return t;var o,n,a,i,r,l,s,c,u,p,d=e.length,g=e.search(/[0-9\-\+#]/),b=g>0?e.substring(0,g):"",h=e.split("").reverse().join(""),m=h.search(/[0-9\-\+#]/),f=d-m,y=e.substring(f,f+1),v=f+("."===y||","===y?1:0),w=m>0?e.substring(v,d):"";if(o=(t="-"===(e=e.substring(g,v)).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"),(!(c=t.split("."))[1]||c[1]&&c[1].length<=l)&&(t=(+t).toFixed(l+1)),u=e[0].split(i),e[0]=u.join(""),(r=e[0]&&e[0].indexOf("0"))>-1)for(;c[0].length<e[0].length-r;)c[0]="0"+c[0];else 0==+c[0]&&(c[0]="");if((t=t.split("."))[0]=c[0],s=u[1]&&u[u.length-1].length){for(h="",f=(p=t[0]).length%s,d=p.length,v=0;v<d;v++)h+=p.charAt(v),!((v-f+1)%s)&&v<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}},at({exports:{}});var bt=["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"],ht=["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 mt=function(e){return{value:e,label:e.charAt(0).toUpperCase()+e.slice(1),groupHeader:!1,disabled:!1,styles:{fontFamily:e}}};function ft(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,ee(new Set([n].concat(ee(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(ee(i.map((function(e){return mt(e)}))),[{value:"DefaultHeader",label:o.get("properties.allFonts"),metaText:o.get("properties.default"),groupHeader:!0}],ee(function(e){return null!=e&&e.isEnabled("PS_20852_WYSIWYG_FONT_SUPPORT")?ht:bt}(a).map((function(e){return mt(e)}))))}function yt(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 ft({theme:t,translator:o,defaultValue:r(),flags:i})}}}var vt=["10px","11px","12px","13px","14px","15px","16px","17px","18px","19px","20px","21px","22px","23px","24px"],wt=function(e){return{value:e,label:e,groupHeader:!1,disabled:!1}};function kt(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,ee(new Set([o].concat(ee(a))))):n.push(o),[{value:"ThemeHeader",label:t.get("properties.themeFontSizes"),metaText:t.get("properties.theme"),groupHeader:!0}].concat(ee(n.map((function(e){return wt(e)}))),[{value:"DefaultHeader",label:t.get("properties.allFontSizes"),metaText:t.get("properties.default"),groupHeader:!0}],ee(vt.map((function(e){return wt(e)}))))}({theme:t,translator:o,defaultValue:i()})}}}function xt(e){var t=e.theme,o=e.translator,n=e.id,a=e.path;return{fontFamily:yt({theme:t,translator:o,id:n,path:a,flags:e.flags}),fontSize:kt({theme:t,translator:o,id:n,path:a})}}var At={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 St=({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,c={};s.forEach((function(e){for(var n=e.split("."),a=c,r=0;r<n.length;r++){var s=n[r];r===n.length-1?a[s]=xt({theme:t,translator:o,id:l,path:e,flags:i}):void 0===a[s]&&(a[s]={}),a=a[s]}}));var u=function(e){for(var t=e.split("."),o=c,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 c.getDefaultValue=function(e){return u(e).getDefaultValue()},c.getOptions=function(e){return u(e).getOptions()},c}({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:_.TEXT_ALIGN}}},fontSizeBehavior:{component:"dropdown",ref:"style.font.sizeBehavior",translation:"properties.kpi.layoutBehavior",defaultValue:"responsive",options:W},fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01,defaultValue:.5,show:e=>!("fixed"===At.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"===At.getValue(e,"style.font.sizeBehavior")},fontColor:{items:{useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",width:14,options:P},colorPicker:{type:"object",component:"color-picker",ref:"style.font.color",translation:"properties.color",defaultValue:_.FONT_COLOR,disabledNone:!0,width:12,show:e=>!At.getValue(e,"style.font.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>At.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:P},colorExpression:{type:"string",component:"input-field-expression",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>At.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=>!At.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"===At.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=>{At.getValue(e,"style.background.position")&&(e.style.background.position=_.BGIMAGE_POSITION)},show:e=>"media"===At.getValue(e,"style.background.mode")&&!!At.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"===At.getValue(e,"style.background.mode")&&At.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"stretchFit"!==At.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:H},borderRadius:{type:"number",component:"slider",ref:"style.border.radius",translation:"properties.border.radius",min:0,max:1,step:.01,show:e=>At.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=>At.getValue(e,"style.border.useBorder")},colorDropdown:{type:"string",component:"dropdown",ref:"style.border.useColorExpression",translation:"properties.border.color",options:P,show:e=>At.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=>At.getValue(e,"style.border.useBorder")&&!At.getValue(e,"style.border.useColorExpression")},colorExpression:{type:"string",component:"input-field-expression",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>At.getValue(e,"style.border.useBorder")&&At.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}}}}}},It=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,...St(e)}}}),Ct=(e,t)=>({automation:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automation",dropdownOnly:!0,options:async()=>{const e=await fetch("../api/v1/items?resourceType=automation&limit=100");return(await e.json()).data.map((e=>({value:e.id,label:e.name})))},show:()=>!e},automationId:{type:"string",component:"expression-with-dropdown",translation:"Object.ActionButton.Automation",ref:"automationId",dropdownOnly:!1,options:async()=>t(),show:()=>e,change:async e=>{const t=await x(e.automationId);e.automationTriggered?e.automationExecutionToken=t.executionToken:e.automationExecutionToken=""}},automationLink:{translation:"Object.ActionButton.Automation.Link",component:"link",url:e=>`/automations/editor/${e.automationId}`,show:t=>t.automationId.length>1&&e},automationPostData:{type:"boolean",ref:"automationPostData",translation:"Object.ActionButton.Automation.SendSelections",defaultValue:!1},includeSelectionsText:{translation:"Object.ActionButton.Automation.SendSelectionsHelp",component:"text",show:()=>e},automationTriggered:{type:"boolean",ref:"automationTriggered",translation:"Object.ActionButton.Automation.RunModeTriggered",show:()=>e,defaultValue:!1,change:async e=>{const t=await x(e.automationId);e.automationTriggered?e.automationExecutionToken=t.executionToken:e.automationExecutionToken=""}},automationTriggeredText:{translation:"Object.ActionButton.Automation.RunModeTriggeredHelp",component:"text",show:()=>e},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,show:()=>e},automationNotificationDuration:{type:"number",ref:"automationNotificationDuration",translation:"Object.ActionButton.Automation.NotificationDuration",defaultValue:4,expression:"optional",show:t=>t.automationShowNotification&&e},automationNotificationDurationHelp:{translation:"Object.ActionButton.Automation.NotificationDurationHelp",component:"text",show:t=>t.automationShowNotification&&e},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:t=>t.automationShowNotification&&e},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)))},show:()=>e}});function Ot(e){switch(e){case"gotoSheet":return"goToSheet";case"gotoSheetById":return"goToSheetById";case"gotoStory":return"goToStory";case"switchToEdit":return"none";default:return e}}const Et=(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:Ot(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 Tt=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 Nt({translator:e,shouldHide:t,senseNavigation:o,theme:n,isGoToChartEnabled:a}){const i=t.isEnabled&&t.isEnabled("SENSECLIENT_IM_1855_AUTOMATIONS_MULTI_USER"),r=t.isEnabled&&t.isEnabled("SENSECLIENT_IM_1525_STYLINGPANEL_BUTTON");return{definition:{type:"items",component:"accordion",items:{actions:{type:"items",translation:"Object.ActionButton.ActionsAndNavigation",grouped:!0,items:{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=N.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:q(t),dropdownOnly:!0},bookmark:{type:"string",ref:"bookmark",component:"expression-with-dropdown",translation:"ExpressionEditor.SetExpresions.Bookmark",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getBookmarkList()).map((e=>({label:e.qData.title,value:e.qInfo.qId}))),show:e=>F(e,"bookmark")},field:{type:"string",ref:"field",component:"expression-with-dropdown",translation:"Common.Field",defaultValue:"",dropdownOnly:!0,options:async(e,t)=>(await t.app.getFieldList()).map((e=>({label:e.qName,value:e.qName}))),show:e=>F(e,"field")},variable:{type:"string",ref:"variable",component:"expression-with-dropdown",translation:"Common.Variable",defaultValue:"",expressionType:"StringExpression",options:async(e,t)=>(await t.app.getVariableList()).filter((t=>!t.qIsReserved||t.qIsReserved&&e.showSystemVariables)).map((e=>({label:e.qName,value:e.qName}))),show:e=>F(e,"variable")},showSystemVariables:{type:"boolean",ref:"showSystemVariables",translation:"ExpressionEditor.SystemVariables",defaultValue:!1,show:e=>F(e,"variable")},softLock:{type:"boolean",ref:"softLock",translation:"Object.ActionButton.Softlock",defaultValue:!1,show:e=>F(e,"softLock")},value:{type:"string",ref:"value",component:"string",translation:"properties.value",expression:"optional",show:e=>F(e,"value")},partial:{type:"boolean",ref:"partial",translation:"Object.ActionButton.Partial",defaultValue:!1,show:e=>F(e,"partial")},automationProps:{type:"items",grouped:!1,items:Ct(i,Tt),show:e=>F(e,"automation")}}},navigation:{translation:"Object.ActionButton.Navigation",type:"items",items:{action:{ref:"navigation.action",translation:"Object.ActionButton.Navigation",component:"expression-with-dropdown",defaultValue:null,options:j(t),dropdownOnly:!0},appId:{type:"string",expression:"optional",ref:"navigation.appId",translation:"properties.appId",show:e=>V(e,"appId")},sheetId:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",expression:"optional",show:e=>V(e,"sheetId")},sheet:{type:"string",ref:"navigation.sheet",translation:"properties.sheet",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>V(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",expression:"optional",ref:"navigation.chartId",translation:"properties.chartPicker.chartId",show:e=>!!a&&V(e,"chartId")},story:{type:"string",ref:"navigation.story",translation:"properties.story",component:"expression-with-dropdown",expressionType:"StringExpression",show:e=>V(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=>V(e,"websiteUrl")},sameWindow:{type:"boolean",ref:"navigation.sameWindow",translation:"properties.sameWindow",show:e=>V(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=>V(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:H}}}}},font:{grouped:!0,type:"items",translation:"properties.font",items:{sizeAndColor:{type:"items",items:{fontSize:{component:"slider",type:"number",ref:"style.font.size",translation:"properties.fontSize",min:.2,max:1,step:.01},useFontColorExpression:{ref:"style.font.useColorExpression",type:"boolean",translation:"properties.fontColor",component:"dropdown",options:P},colorPicker:{component:"color-picker",type:"object",ref:"style.font.color",translation:"properties.color",dualOutput:!0,show:e=>!At.getValue(e,"style.font.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.font.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>At.getValue(e,"style.font.useColorExpression")}}},stylingAndAlign:{type:"items",items:{fontStyling:{component:"item-selection-list",type:"string",ref:"style.font.style",translation:"properties.textStyle",horizontal:!0,multipleSelect:!0,items:[{component:"icon-item",icon:"bold",value:"bold",translation:"Common.bold",labelPlacement:"bottom"},{component:"icon-item",icon:"italic",value:"italic",translation:"Common.italic",labelPlacement:"bottom"},{component:"icon-item",icon:"underline",value:"underline",translation:"Common.underline",labelPlacement:"bottom"}]},textAlign:{component:"item-selection-list",type:"string",ref:"style.font.align",translation:"properties.Alignment",horizontal:!0,items:[{component:"icon-item",icon:"align_left",value:"left",translation:"properties.dock.left",labelPlacement:"bottom"},{component:"icon-item",icon:"align_center",value:"center",translation:"Common.Center",labelPlacement:"bottom"},{component:"icon-item",icon:"align_right",value:"right",translation:"properties.dock.right",labelPlacement:"bottom"}]}}}},show:!r},background:{grouped:!0,type:"items",translation:"properties.background",items:{backgroundColor:{type:"items",items:{useColorExpression:{ref:"style.background.useColorExpression",type:"boolean",translation:"AppDetails.SheetBackgroundColor",component:"dropdown",options:P},colorPicker:{component:"color-picker",type:"object",ref:"style.background.color",translation:"properties.color",dualOutput:!0,show:e=>!At.getValue(e,"style.background.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.background.colorExpression",translation:"Common.Expression",expression:"optional",show:e=>At.getValue(e,"style.background.useColorExpression")}}},backgroundImage:{type:"items",items:{useBackgroundImage:{ref:"style.background.useImage",type:"boolean",translation:"properties.backgroundImage.use",component:"switch",options:H},backgroundUrl:{ref:"style.background.url.qStaticContentUrlDef.qUrl",layoutRef:"style.background.url.qStaticContentUrl.qUrl",schemaIgnore:!0,translation:"Common.Image",tooltip:{select:"properties.media.select",remove:"properties.media.removeBackground"},type:"string",component:"media",show:e=>At.getValue(e,"style.background.useImage")},backgroundSize:{ref:"style.background.size",translation:"properties.backgroundImage.size",type:"string",component:"dropdown",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:"fill",translation:"properties.backgroundImage.sizeStretch"},{value:"alwaysFill",translation:"properties.backgroundImage.sizeAlwaysFill"}],show:e=>At.getValue(e,"style.background.useImage")&&!!At.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")},backgroundPosition:{ref:"style.background.position",translation:"Common.Position",type:"string",component:"align-matrix",show:e=>At.getValue(e,"style.background.useImage")&&At.getValue(e,"style.background.url.qStaticContentUrlDef.qUrl")&&"fill"!==At.getValue(e,"style.background.size"),currentSize:e=>At.getValue(e,"style.background.size")}}}},show:!r},border:{type:"items",grouped:!0,translation:"properties.border",items:{borderSettings:{type:"items",items:{useBorder:{ref:"style.border.useBorder",type:"boolean",translation:"properties.border.use",component:"switch",options:H},borderRadius:{component:"slider",show:e=>At.getValue(e,"style.border.useBorder"),translation:"properties.border.radius",type:"number",ref:"style.border.radius",min:0,max:1,step:.01},borderWidth:{component:"slider",show:e=>At.getValue(e,"style.border.useBorder"),type:"number",ref:"style.border.width",translation:"properties.border.width",min:0,max:.5,step:.005},colorDropdown:{type:"string",show:e=>At.getValue(e,"style.border.useBorder"),component:"dropdown",translation:"properties.border.color",ref:"style.border.useColorExpression",options:P},colorPicker:{component:"color-picker",type:"object",ref:"style.border.color",translation:"properties.color",dualOutput:!0,show:e=>At.getValue(e,"style.border.useBorder")&&!At.getValue(e,"style.border.useColorExpression")},colorExpression:{component:"string",type:"string",ref:"style.border.colorExpression",translation:"Common.Expression",show:e=>At.getValue(e,"style.border.useBorder")&&At.getValue(e,"style.border.useColorExpression"),expression:"optional"}}}},show:!r},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:H},iconType:{ref:"style.icon.iconType",component:"expression-with-dropdown",translation:"properties.icon",defaultValue:"",options:D,expressionType:"StringExpression",show:e=>At.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=>At.getValue(e,"style.icon.useIcon")}}}}},presentation:r?It({flags:t,theme:n,translator:e}):void 0}}}},importProperties:Et,exportProperties:null,support:{export:!1,exportData:!1,snapshot:!1,viewData:!1,quickMobile:!0,fullscreen:!1}}}const qt=(t,o)=>{var n;const a=null===(n=t.style)||void 0===n||null===(n=n.background)||void 0===n?void 0:n.url;e((async()=>{var e,t;null!=a&&null!==(e=a.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))})))(y(null==a||null===(t=a.qStaticContentUrl)||void 0===t?void 0:t.qUrl,o))}),[a])},Ft={version:"1.38.1",showTitles:!0,title:"",subtitle:"",footnote:"",useEnabledCondition:!1,enabledCondition:1,actions:[],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 $t(e){var c,u,p;const{sense:d,translator:g,flags:{isEnabled:b},anything:h}=e,m={isEnabled:b,isFeatureBlacklisted:null===(c=h.sense)||void 0===c?void 0:c.isFeatureBlacklisted,isUnsupportedFeature:null===(u=h.sense)||void 0===u?void 0:u.isUnsupportedFeature},f=null==b?void 0:b("SENSECLIENT_IM_1855_AUTOMATIONS_MULTI_USER"),y=null==b?void 0:b("ACTION_BUTTON_IM_4975_CHART_NAVIGATION"),v=null==d?void 0:d.navigation;return Ft.style.label=d?g.get("Object.ActionButton"):"Button",{qae:{properties:Ft,data:Q},component(){const e=t(),c=o();n((()=>{const t=document.createElement("button");t.appendChild(document.createElement("text")),e.appendChild(t)}),[]);const u=a(),p=i(),d=r();qt(u,p);const b=(({layout:e,theme:t,app:o,constraints:n,senseNavigation:a,element:i,multiUserAutomation:r,translator:l})=>{const s=!!a,c=i.firstElementChild,{style:u,qStateName:p,navigation:d}=e,g=e.useEnabledCondition&&0===e.enabledCondition,b=!g&&!n.active,h=J.getStyles({style:u,disabled:g,theme:t,element:i,app:o});c.setAttribute("style",h),c.setAttribute("tabindex","-1"),J.createLabelAndIcon({button:c,theme:t,style:u,isSense:s}),c.onclick=async()=>{if(b){const t=[],{actions:n}=e;if(n.forEach((e=>{const n=N.find((t=>t.value===e.actionType));n&&t.push(n.getActionCall({app:o,qStateName:p,...e,senseNavigation:a,multiUserAutomation:r,translator:l}))})),c.setAttribute("disabled",!0),await(async e=>{for(let t=0;t<e.length;t++)await e[t]()})(t),a&&!a.getCurrentStoryId()){const e=d&&L.find((e=>e.value===d.action));a&&e&&"function"==typeof e.navigationCall&&await e.navigationCall({app:o,senseNavigation:a,...d,element:i})}c.removeAttribute("disabled")}};const m=()=>{if(b){const{offsetWidth:e,offsetHeight:t}=c;c.style.transform=t>e?`scale(0.98, ${1-e/t*.02})`:`scale(${1-t/e*.02}, 0.98)`}},f=()=>{const{transform:e}=c.style;b&&""!==e&&"scale(1)"!==e&&(c.style.transform="scale(1)")};return c.onmousedown=e=>{0===e.button&&m()},c.onmouseup=f,c.onmouseleave=f,c.ontouchstart=m,c.ontouchend=f,c.ontouchcancel=f,()=>{c.onclick=void 0,c.onmousedown=void 0,c.onmouseup=void 0,c.onmouseleave=void 0,c.ontouchstart=void 0,c.ontouchend=void 0,c.ontouchcancel=void 0}})({element:e,layout:u,constraints:d,theme:c,app:p,senseNavigation:v,multiUserAutomation:f,translator:g});l((()=>()=>{b()}),[e]),s((()=>({focus(){e.firstElementChild.onclick()}})),[e])},ext:Nt({translator:g,shouldHide:m,senseNavigation:v,theme:null===(p=h.sense)||void 0===p?void 0:p.theme,isGoToChartEnabled:y})}}export{$t as default};
|