@appland/appmap 3.84.2 → 3.86.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/built/appMapCatalog.js +2 -5
  3. package/built/appMapCatalog.js.map +1 -1
  4. package/built/cli.js +4 -0
  5. package/built/cli.js.map +1 -1
  6. package/built/cmds/archive/analyze.js +63 -15
  7. package/built/cmds/archive/analyze.js.map +1 -1
  8. package/built/cmds/archive/analyzeWorker.js +63 -0
  9. package/built/cmds/archive/analyzeWorker.js.map +1 -0
  10. package/built/cmds/archive/analyzeWorkerWrapper.js +8 -0
  11. package/built/cmds/archive/analyzeWorkerWrapper.js.map +1 -0
  12. package/built/cmds/archive/archive.js +8 -2
  13. package/built/cmds/archive/archive.js.map +1 -1
  14. package/built/cmds/archive/indexAppMaps.js +2 -2
  15. package/built/cmds/archive/indexAppMaps.js.map +1 -1
  16. package/built/cmds/archive/scan.js.map +1 -1
  17. package/built/cmds/checkSize.js +14 -0
  18. package/built/cmds/checkSize.js.map +1 -0
  19. package/built/cmds/compare/ArchiveAnalyzer.js +69 -0
  20. package/built/cmds/compare/ArchiveAnalyzer.js.map +1 -0
  21. package/built/cmds/compare/ChangeReport.js +3 -0
  22. package/built/cmds/compare/ChangeReport.js.map +1 -0
  23. package/built/cmds/compare/ChangeReporter.js +398 -0
  24. package/built/cmds/compare/ChangeReporter.js.map +1 -0
  25. package/built/cmds/compare/Digests.js +50 -0
  26. package/built/cmds/compare/Digests.js.map +1 -0
  27. package/built/cmds/compare/Paths.js +45 -0
  28. package/built/cmds/compare/Paths.js.map +1 -0
  29. package/built/cmds/compare/RevisionName.js +10 -0
  30. package/built/cmds/compare/RevisionName.js.map +1 -0
  31. package/built/cmds/compare/SequenceDiagramDigest.js +20 -0
  32. package/built/cmds/compare/SequenceDiagramDigest.js.map +1 -0
  33. package/built/cmds/compare/ValidationError.js +7 -0
  34. package/built/cmds/compare/ValidationError.js.map +1 -0
  35. package/built/cmds/compare/checkout.js +36 -0
  36. package/built/cmds/compare/checkout.js.map +1 -0
  37. package/built/cmds/compare/compare.js +121 -0
  38. package/built/cmds/compare/compare.js.map +1 -0
  39. package/built/cmds/compare/detectRevisions.js +19 -0
  40. package/built/cmds/compare/detectRevisions.js.map +1 -0
  41. package/built/cmds/compare/loadFindings.js +45 -0
  42. package/built/cmds/compare/loadFindings.js.map +1 -0
  43. package/built/cmds/compare/loadSequenceDiagram.js +11 -0
  44. package/built/cmds/compare/loadSequenceDiagram.js.map +1 -0
  45. package/built/cmds/compare/mapToRecord.js +11 -0
  46. package/built/cmds/compare/mapToRecord.js.map +1 -0
  47. package/built/cmds/compare/prepareOutputDir.js +34 -0
  48. package/built/cmds/compare/prepareOutputDir.js.map +1 -0
  49. package/built/cmds/compare/ui.js +38 -0
  50. package/built/cmds/compare/ui.js.map +1 -0
  51. package/built/cmds/compare-report/MarkdownReport.js +197 -0
  52. package/built/cmds/compare-report/MarkdownReport.js.map +1 -0
  53. package/built/cmds/compare-report/Report.js +3 -0
  54. package/built/cmds/compare-report/Report.js.map +1 -0
  55. package/built/cmds/compare-report/compareReport.js +47 -0
  56. package/built/cmds/compare-report/compareReport.js.map +1 -0
  57. package/built/cmds/record/action/countAppMaps.js +3 -1
  58. package/built/cmds/record/action/countAppMaps.js.map +1 -1
  59. package/built/cmds/scan/ScanResult.js +3 -0
  60. package/built/cmds/scan/ScanResult.js.map +1 -0
  61. package/built/cmds/scan/ScanTask.js +8 -0
  62. package/built/cmds/scan/ScanTask.js.map +1 -0
  63. package/built/cmds/sequenceDiagram/SequenceDiagramResult.js +3 -0
  64. package/built/cmds/sequenceDiagram/SequenceDiagramResult.js.map +1 -0
  65. package/built/cmds/sequenceDiagram/SequenceDiagramTask.js +8 -0
  66. package/built/cmds/sequenceDiagram/SequenceDiagramTask.js.map +1 -0
  67. package/built/cmds/stats/directory/statsForDirectory.js +2 -2
  68. package/built/cmds/stats/directory/statsForDirectory.js.map +1 -1
  69. package/built/cmds/upload.js +5 -11
  70. package/built/cmds/upload.js.map +1 -1
  71. package/built/fingerprint/fingerprintDirectoryCommand.js +2 -2
  72. package/built/fingerprint/fingerprintDirectoryCommand.js.map +1 -1
  73. package/built/fingerprint/fingerprinter.js +8 -0
  74. package/built/fingerprint/fingerprinter.js.map +1 -1
  75. package/built/html/appmap.js +6 -6
  76. package/built/html/appmap.js.map +1 -1
  77. package/built/html/sequenceDiagram.js +6 -6
  78. package/built/html/sequenceDiagram.js.map +1 -1
  79. package/built/inventoryCommand.js +2 -2
  80. package/built/inventoryCommand.js.map +1 -1
  81. package/built/lib/processAppMapDir.js +35 -0
  82. package/built/lib/processAppMapDir.js.map +1 -0
  83. package/built/lib/workerPool.js +135 -0
  84. package/built/lib/workerPool.js.map +1 -0
  85. package/built/search/findCodeObjects.js +2 -2
  86. package/built/search/findCodeObjects.js.map +1 -1
  87. package/built/sequenceDiagram/analyzeAppMaps.js +2 -3
  88. package/built/sequenceDiagram/analyzeAppMaps.js.map +1 -1
  89. package/built/utils.js +50 -27
  90. package/built/utils.js.map +1 -1
  91. package/package.json +8 -5
  92. package/resources/change-report.hbs +259 -0
  93. package/built/cmds/archive/updateSequenceDiagrams.js +0 -49
  94. package/built/cmds/archive/updateSequenceDiagrams.js.map +0 -1
  95. package/built/cmds/sequenceDiagram/buildSequenceDiagramFromAppMap.js +0 -11
  96. package/built/cmds/sequenceDiagram/buildSequenceDiagramFromAppMap.js.map +0 -1
@@ -111,13 +111,13 @@ https://www.w3ctech.com/topic/2226`));let o=r(...s);return o.postcssPlugin=t,o.p
111
111
  `+e._s(n!=="query"&&i.object.prettyName?i.object.prettyName:i.object.name||i.object)+`
112
112
  `),i.childrenCount>1?r("span",{staticClass:"details-search__block-item-count"},[e._v(`
113
113
  `+e._s(i.childrenCount)+`
114
- `)]):e._e()])}),0)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-7e538e9e_0",{source:".details-search[data-v-7e538e9e]{margin-bottom:2rem;padding:0}.details-search__form[data-v-7e538e9e]{margin-bottom:24px;padding:0}.details-search__input-wrap[data-v-7e538e9e]{position:relative;border-radius:.5rem;border:1px solid #808b98;display:flex;align-content:center;gap:1rem;padding:.3rem}.details-search--empty .details-search__input-wrap[data-v-7e538e9e]{border-radius:#343742;pointer-events:none}.details-search__input-prefix[data-v-7e538e9e]{color:#ccc;display:flex;align-items:center}.details-search__input-prefix svg[data-v-7e538e9e]{position:relative;left:3px;fill:#716e85}.details-search__input-element[data-v-7e538e9e]{border:none;width:100%;font:inherit;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.details-search__input-element[data-v-7e538e9e]::-moz-placeholder,.details-search__input-element[data-v-7e538e9e]::-webkit-placeholder,.details-search__input-element[data-v-7e538e9e]::placeholder{color:#808b98}.details-search__block[data-v-7e538e9e]{padding:0 .5rem;margin-bottom:16px;border-bottom:1px solid #242c41}.details-search__block[data-v-7e538e9e]:last-of-type{border-bottom:0}.details-search__block-title[data-v-7e538e9e]{margin:0 0 .25rem;border-radius:4px;display:inline-block;padding:.25rem 0;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase}.details-search__block--http .details-search__block-title[data-v-7e538e9e]{color:#8e45aa}.details-search__block--external-service .details-search__block-title[data-v-7e538e9e]{color:#ebdf90}.details-search__block--labels .details-search__block-title[data-v-7e538e9e]{color:#7f7f7f}.details-search__block--package .details-search__block-title[data-v-7e538e9e]{color:#6fddd6}.details-search__block--class .details-search__block-title[data-v-7e538e9e],.details-search__block--function .details-search__block-title[data-v-7e538e9e]{color:#4362b1}.details-search__block--query .details-search__block-title[data-v-7e538e9e]{color:#9c2fba}.details-search__block--empty .details-search__block-title[data-v-7e538e9e]{color:#343742}.details-search__block--analysis-finding .details-search__block-title[data-v-7e538e9e]{color:#ff07aa}.details-search__block-list[data-v-7e538e9e]{margin:0;padding:.5rem;list-style:none}.details-search__block-list li[data-v-7e538e9e]:last-of-type{border-bottom:0}.details-search__block--labels .details-search__block-list[data-v-7e538e9e]{margin:0 -.25rem -.25rem}.details-search__block-list.analysis[data-v-7e538e9e]{padding:0 0 1rem 0}.details-search__block-list.analysis li[data-v-7e538e9e]{border-bottom:0;padding:.2rem 0;min-height:unset;justify-content:flex-start;gap:.5rem}.details-search__block-list.analysis li span[data-v-7e538e9e]{color:#808b98}.details-search__block-list.analysis li svg[data-v-7e538e9e]{margin-right:.25rem}.details-search__block-item[data-v-7e538e9e]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;min-height:2rem;font-size:.9em;color:#e7e7e7;cursor:pointer;overflow:hidden;z-index:0}.details-search__block-item[data-v-7e538e9e]:active,.details-search__block-item[data-v-7e538e9e]:hover{color:#4362b1}.details-search__block-item-count[data-v-7e538e9e]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;color:currentColor;white-space:nowrap}.details-search__block--labels .details-search__block-item[data-v-7e538e9e]{margin:.25rem;border:1px solid #424750!important;border-radius:4px;display:inline-flex;padding:.25rem .5rem;transition:.25s ease-out all}.details-search__block--labels .details-search__block-item[data-v-7e538e9e]:active,.details-search__block--labels .details-search__block-item[data-v-7e538e9e]:hover{background:#e7e7e7;color:#010306;border-color:#e7e7e7!important}.details-search__block--labels .details-search__block-item-count[data-v-7e538e9e]{margin-left:.5rem}",map:void 0,media:void 0})},{name:"v-details-search",components:{SearchIcon:a9},props:{appMap:Q.AppMap,findings:{type:Array,default:()=>[]}},data:()=>({filter:""}),computed:{listItems(){let e={[Q.CodeObjectType.ANALYSIS_FINDING]:{title:"Analysis Findings",data:[]},[Q.CodeObjectType.HTTP]:{title:"HTTP server requests",data:[]},[Q.CodeObjectType.EXTERNAL_SERVICE]:{title:"External services",data:[]},labels:{title:"Labels",data:[]},[Q.CodeObjectType.PACKAGE]:{title:"Packages",data:[]},[Q.CodeObjectType.CLASS]:{title:"Classes",data:[]},[Q.CodeObjectType.FUNCTION]:{title:"Functions",data:[]},[Q.CodeObjectType.QUERY]:{title:"SQL queries",data:[]}};return this.appMap.classMap.codeObjects.forEach(t=>{if(!this.passesFilter(t))return;let r={object:t,childrenCount:t.events?t.events.length:0};switch(t.type){case Q.CodeObjectType.PACKAGE:t.childLeafs().length>1&&e[t.type].data.push(r);break;case Q.CodeObjectType.CLASS:t.functions.length&&e[t.type].data.push(r);break;case Q.CodeObjectType.FUNCTION:case Q.CodeObjectType.QUERY:case Q.CodeObjectType.EXTERNAL_SERVICE:e[t.type].data.push(r);break;case Q.CodeObjectType.ROUTE:{let{type:n}=t.parent;e[n].data.push(r)}}}),Object.entries(this.appMap.labels).forEach(([t,r])=>{this.passesFilter(t)&&e.labels.data.push({object:t,childrenCount:r.function.length+(r.event?r.event.length:0)})}),e[Q.CodeObjectType.ANALYSIS_FINDING].data=this.findings.map(t=>({object:MM(t)})),Object.entries(e).forEach(([t,r])=>{r.data.length?r.data=r.data.sort((n,i)=>{let a=n.object instanceof Q.CodeObject?n.object.prettyName:String(n.object),s=i.object instanceof Q.CodeObject?i.object.prettyName:String(i.object);return a.localeCompare(s)}):delete e[t]}),e},filterRegex(){let e=this.filter.trim();return e===""?null:new RegExp(e,"i")}},methods:{selectObject(e,t){this.$root.$emit("selectObjectInSidebar",e),e==="labels"?this.$store.commit(Qa,t):this.$store.commit(pt,t)},passesFilter(e){if(!this.filterRegex)return!0;if(e instanceof Q.CodeObject){let t=e.type===Q.CodeObjectType.QUERY?e.name:e.prettyName;return this.filterRegex.test(t)}return typeof e=="string"&&this.filterRegex.test(e)},searchFocused(){this.$root.$emit("sidebarSearchFocused")}}},"data-v-7e538e9e",!1,void 0,!1,W,void 0,void 0),VPopper:bn,VSourceCodeLink:t9,FeedbackIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"15",height:"14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.286 2a2 2 0 012-2H13a2 2 0 012 2v3.21a2 2 0 01-2 2H7.857c0-.924-.714-1.802-1.071-2.163-.496-.5-1.083-.72-2.077-.72-.12 0-.255-.006-.397-.012l-.026-.001V2zm3.362 2.115a.724.724 0 000-1.02.71.71 0 00-1.01 0 .724.724 0 000 1.02.711.711 0 001.01 0zm2.857 0a.725.725 0 000-1.02.711.711 0 00-1.01 0 .724.724 0 000 1.02.711.711 0 001.01 0zm2.857 0a.724.724 0 000-1.02.71.71 0 00-1.01 0 .724.724 0 000 1.02.71.71 0 001.01 0z",fill:"#EAEAEA"}}),r("path",{attrs:{d:"M.774 14S0 14 0 13.219c0-1.682.774-3.125 4.643-3.125 3.869 0 4.643 1.443 4.643 3.125 0 .781-.774.781-.774.781H.774zm3.869-4.266a2.31 2.31 0 001.641-.686c.436-.44.68-1.036.68-1.657 0-.622-.244-1.218-.68-1.657a2.31 2.31 0 00-1.641-.687A2.31 2.31 0 003 5.734a2.355 2.355 0 00-.68 1.657c0 .621.245 1.217.68 1.657a2.31 2.31 0 001.642.686zM7.857 8.292L10 7.21H7.857v1.082z",fill:"#EAEAEA"}})]))}},ExclamationIcon:$A,ScissorsIcon:FA},props:{subtitle:String,appMap:Q.AppMap,selectedObject:{type:Object},selectedLabel:{type:String},filtersRootObjects:{type:Array,default:()=>[]},findings:{type:Array,default:()=>[]},wasAutoPruned:{type:Boolean,default:!1},isGiantAppMap:{type:Boolean,default:!1}},data:()=>({sourceLocation:null,sourceLocationError:null}),computed:{detailsType(){let e="null";return window.e=Q.Event,this.selectedObject&&this.selectedObject.type?e=this.selectedObject.type:this.selectedObject instanceof Q.Event&&(e="event"),`v-details-panel-${e}`},isRootObject(){return Array.isArray(this.filtersRootObjects)&&this.filtersRootObjects.includes(this.selectedObject.fqid)},sourceLocationObject(){let e;return this.appMap&&this.appMap.metadata&&(e=this.appMap.metadata.source_location),e}},methods:{openStatsPanel(){this.$emit("openStatsPanel")}}},"data-v-3b4609b2",!1,void 0,!1,W,void 0,void 0),o9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"tabs"},[r("div",{staticClass:"tabs__header"},[r("div",{staticClass:"tabs__group"},e._l(e.tabs,function(n){return r("v-tab-button",{key:n.name,attrs:{label:n.name,"is-active":e.activeTab===n,tabName:n.tabName},nativeOn:{click:function(i){return e.activateTab(n)}}})}),1),e._v(" "),r("div",{staticClass:"tabs__controls"},[e._t("controls")],2)]),e._v(" "),r("div",{staticClass:"tabs__content"},[r("div",{staticClass:"tabs__notification"},[e._t("notification")],2),e._v(" "),e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-26255246_0",{source:".tabs[data-v-26255246]{width:100%;height:100%;display:flex;flex-direction:column;gap:0;background-color:#010306}.tabs__header[data-v-26255246]{width:100%;border-bottom:1px solid #242c41;height:max-content;display:flex;justify-content:space-between;align-items:center;padding-left:1.25rem;padding-right:1.25rem;padding-top:.4rem;z-index:100;position:absolute}.tabs__group[data-v-26255246]{align-self:flex-end;display:flex;flex-direction:row;gap:.5rem;align-items:center}.tabs__notification[data-v-26255246]{margin:0;border-radius:0}.tabs__controls[data-v-26255246]{position:relative;z-index:1;display:flex;gap:.5rem;align-items:baseline}.tabs__content[data-v-26255246]{width:100%;height:100%;padding-top:40px}@media (max-width:900px){.tabs__header[data-v-26255246]{flex-direction:column-reverse;min-height:70px;padding-top:.5rem;height:auto;gap:.4rem;justify-content:center;justify-items:center}.tabs__group[data-v-26255246]{width:100%;justify-content:center}.tabs__notification[data-v-26255246]{align-self:center}.tabs__content[data-v-26255246]{padding-top:70px}}",map:void 0,media:void 0})},{name:"v-tabs",components:{VTabButton:H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("button",{class:e.classes,on:{click:e.clickTab}},[e._v(`
114
+ `)]):e._e()])}),0)])})],2)},staticRenderFns:[]},function(e){e&&e("data-v-7e538e9e_0",{source:".details-search[data-v-7e538e9e]{margin-bottom:2rem;padding:0}.details-search__form[data-v-7e538e9e]{margin-bottom:24px;padding:0}.details-search__input-wrap[data-v-7e538e9e]{position:relative;border-radius:.5rem;border:1px solid #808b98;display:flex;align-content:center;gap:1rem;padding:.3rem}.details-search--empty .details-search__input-wrap[data-v-7e538e9e]{border-radius:#343742;pointer-events:none}.details-search__input-prefix[data-v-7e538e9e]{color:#ccc;display:flex;align-items:center}.details-search__input-prefix svg[data-v-7e538e9e]{position:relative;left:3px;fill:#716e85}.details-search__input-element[data-v-7e538e9e]{border:none;width:100%;font:inherit;font-size:.9rem;color:#e7e7e7;background:0 0;outline:0}.details-search__input-element[data-v-7e538e9e]::-moz-placeholder,.details-search__input-element[data-v-7e538e9e]::-webkit-placeholder,.details-search__input-element[data-v-7e538e9e]::placeholder{color:#808b98}.details-search__block[data-v-7e538e9e]{padding:0 .5rem;margin-bottom:16px;border-bottom:1px solid #242c41}.details-search__block[data-v-7e538e9e]:last-of-type{border-bottom:0}.details-search__block-title[data-v-7e538e9e]{margin:0 0 .25rem;border-radius:4px;display:inline-block;padding:.25rem 0;color:#fff;font-size:.9rem;font-weight:700;text-transform:uppercase}.details-search__block--http .details-search__block-title[data-v-7e538e9e]{color:#8e45aa}.details-search__block--external-service .details-search__block-title[data-v-7e538e9e]{color:#ebdf90}.details-search__block--labels .details-search__block-title[data-v-7e538e9e]{color:#7f7f7f}.details-search__block--package .details-search__block-title[data-v-7e538e9e]{color:#6fddd6}.details-search__block--class .details-search__block-title[data-v-7e538e9e],.details-search__block--function .details-search__block-title[data-v-7e538e9e]{color:#4362b1}.details-search__block--query .details-search__block-title[data-v-7e538e9e]{color:#9c2fba}.details-search__block--empty .details-search__block-title[data-v-7e538e9e]{color:#343742}.details-search__block--analysis-finding .details-search__block-title[data-v-7e538e9e]{color:#ff07aa}.details-search__block-list[data-v-7e538e9e]{margin:0;padding:.5rem;list-style:none}.details-search__block-list li[data-v-7e538e9e]:last-of-type{border-bottom:0}.details-search__block--labels .details-search__block-list[data-v-7e538e9e]{margin:0 -.25rem -.25rem}.details-search__block-list.analysis[data-v-7e538e9e]{padding:0 0 1rem 0}.details-search__block-list.analysis li[data-v-7e538e9e]{border-bottom:0;padding:.2rem 0;min-height:unset;justify-content:flex-start;gap:.5rem}.details-search__block-list.analysis li span[data-v-7e538e9e]{color:#808b98}.details-search__block-list.analysis li svg[data-v-7e538e9e]{margin-right:.25rem}.details-search__block-item[data-v-7e538e9e]{position:relative;border-bottom:1px solid #242c41;display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;min-height:2rem;font-size:.9em;color:#e7e7e7;cursor:pointer;overflow:hidden;z-index:0}.details-search__block-item[data-v-7e538e9e]:active,.details-search__block-item[data-v-7e538e9e]:hover{color:#4362b1}.details-search__block-item-count[data-v-7e538e9e]{margin-left:1rem;border-radius:.5rem;display:inline-block;padding:.25rem .5rem;font-size:.8rem;color:currentColor;white-space:nowrap}.details-search__block--labels .details-search__block-item[data-v-7e538e9e]{margin:.25rem;border:1px solid #424750!important;border-radius:4px;display:inline-flex;padding:.25rem .5rem;transition:.25s ease-out all}.details-search__block--labels .details-search__block-item[data-v-7e538e9e]:active,.details-search__block--labels .details-search__block-item[data-v-7e538e9e]:hover{background:#e7e7e7;color:#010306;border-color:#e7e7e7!important}.details-search__block--labels .details-search__block-item-count[data-v-7e538e9e]{margin-left:.5rem}",map:void 0,media:void 0})},{name:"v-details-search",components:{SearchIcon:a9},props:{appMap:Q.AppMap,findings:{type:Array,default:()=>[]}},data:()=>({filter:""}),computed:{listItems(){let e={[Q.CodeObjectType.ANALYSIS_FINDING]:{title:"Analysis Findings",data:[]},[Q.CodeObjectType.HTTP]:{title:"HTTP server requests",data:[]},[Q.CodeObjectType.EXTERNAL_SERVICE]:{title:"External services",data:[]},labels:{title:"Labels",data:[]},[Q.CodeObjectType.PACKAGE]:{title:"Packages",data:[]},[Q.CodeObjectType.CLASS]:{title:"Classes",data:[]},[Q.CodeObjectType.FUNCTION]:{title:"Functions",data:[]},[Q.CodeObjectType.QUERY]:{title:"SQL queries",data:[]}};return this.appMap.classMap.codeObjects.forEach(t=>{if(!this.passesFilter(t))return;let r={object:t,childrenCount:t.events?t.events.length:0};switch(t.type){case Q.CodeObjectType.PACKAGE:t.childLeafs().length>1&&e[t.type].data.push(r);break;case Q.CodeObjectType.CLASS:t.functions.length&&e[t.type].data.push(r);break;case Q.CodeObjectType.FUNCTION:case Q.CodeObjectType.QUERY:case Q.CodeObjectType.EXTERNAL_SERVICE:e[t.type].data.push(r);break;case Q.CodeObjectType.ROUTE:{let{type:n}=t.parent;e[n].data.push(r)}}}),Object.entries(this.appMap.labels).forEach(([t,r])=>{this.passesFilter(t)&&e.labels.data.push({object:t,childrenCount:r.function.length+(r.event?r.event.length:0)})}),e[Q.CodeObjectType.ANALYSIS_FINDING].data=this.findings.map(t=>({object:MM(t)})),Object.entries(e).forEach(([t,r])=>{r.data.length?r.data=r.data.sort((n,i)=>{let a=n.object instanceof Q.CodeObject?n.object.prettyName:String(n.object),s=i.object instanceof Q.CodeObject?i.object.prettyName:String(i.object);return a.localeCompare(s)}):delete e[t]}),e},filterRegex(){let e=this.filter.trim();return e===""?null:new RegExp(e,"i")}},methods:{selectObject(e,t){this.$root.$emit("selectObjectInSidebar",e),e==="labels"?this.$store.commit(Qa,t):this.$store.commit(pt,t)},passesFilter(e){if(!this.filterRegex)return!0;if(e instanceof Q.CodeObject){let t=e.type===Q.CodeObjectType.QUERY?e.name:e.prettyName;return this.filterRegex.test(t)}return typeof e=="string"&&this.filterRegex.test(e)},searchFocused(){this.$root.$emit("sidebarSearchFocused")}}},"data-v-7e538e9e",!1,void 0,!1,W,void 0,void 0),VPopper:bn,VSourceCodeLink:t9,FeedbackIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"15",height:"14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M4.286 2a2 2 0 012-2H13a2 2 0 012 2v3.21a2 2 0 01-2 2H7.857c0-.924-.714-1.802-1.071-2.163-.496-.5-1.083-.72-2.077-.72-.12 0-.255-.006-.397-.012l-.026-.001V2zm3.362 2.115a.724.724 0 000-1.02.71.71 0 00-1.01 0 .724.724 0 000 1.02.711.711 0 001.01 0zm2.857 0a.725.725 0 000-1.02.711.711 0 00-1.01 0 .724.724 0 000 1.02.711.711 0 001.01 0zm2.857 0a.724.724 0 000-1.02.71.71 0 00-1.01 0 .724.724 0 000 1.02.71.71 0 001.01 0z",fill:"#EAEAEA"}}),r("path",{attrs:{d:"M.774 14S0 14 0 13.219c0-1.682.774-3.125 4.643-3.125 3.869 0 4.643 1.443 4.643 3.125 0 .781-.774.781-.774.781H.774zm3.869-4.266a2.31 2.31 0 001.641-.686c.436-.44.68-1.036.68-1.657 0-.622-.244-1.218-.68-1.657a2.31 2.31 0 00-1.641-.687A2.31 2.31 0 003 5.734a2.355 2.355 0 00-.68 1.657c0 .621.245 1.217.68 1.657a2.31 2.31 0 001.642.686zM7.857 8.292L10 7.21H7.857v1.082z",fill:"#EAEAEA"}})]))}},ExclamationIcon:$A,ScissorsIcon:FA},props:{subtitle:String,appMap:Q.AppMap,selectedObject:{type:Object},selectedLabel:{type:String},filtersRootObjects:{type:Array,default:()=>[]},findings:{type:Array,default:()=>[]},wasAutoPruned:{type:Boolean,default:!1},isGiantAppMap:{type:Boolean,default:!1}},data:()=>({sourceLocation:null,sourceLocationError:null}),computed:{detailsType(){let e="null";return window.e=Q.Event,this.selectedObject&&this.selectedObject.type?e=this.selectedObject.type:this.selectedObject instanceof Q.Event&&(e="event"),`v-details-panel-${e}`},isRootObject(){return Array.isArray(this.filtersRootObjects)&&this.filtersRootObjects.includes(this.selectedObject.fqid)},sourceLocationObject(){let e;return this.appMap&&this.appMap.metadata&&(e=this.appMap.metadata.source_location),e}},methods:{openStatsPanel(){this.$emit("openStatsPanel")}}},"data-v-3b4609b2",!1,void 0,!1,W,void 0,void 0),o9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"tabs"},[r("div",{staticClass:"tabs__header"},[r("div",{staticClass:"tabs__group"},e._l(e.tabs,function(n){return r("v-tab-button",{key:n.name,attrs:{label:n.name,"is-active":e.activeTab===n,tabName:n.tabName},nativeOn:{click:function(i){return e.activateTab(n)}}})}),1),e._v(" "),r("div",{staticClass:"tabs__controls"},[e._t("controls")],2)]),e._v(" "),r("div",{staticClass:"tabs__content"},[r("div",{staticClass:"tabs__notification"},[e._t("notification")],2),e._v(" "),e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-54691556_0",{source:".tabs[data-v-54691556]{width:100%;height:100%;display:flex;flex-direction:column;gap:0;background-color:#010306}.tabs__header[data-v-54691556]{width:100%;border-bottom:1px solid #242c41;height:max-content;display:flex;justify-content:space-between;align-items:center;padding-left:1.25rem;padding-right:1.25rem;padding-top:.4rem;z-index:100;position:absolute}.tabs__group[data-v-54691556]{align-self:flex-end;display:flex;flex-direction:row;gap:.5rem;align-items:center}.tabs__notification[data-v-54691556]{margin:0;border-radius:0}.tabs__controls[data-v-54691556]{position:relative;z-index:1;display:flex;gap:.5rem;align-items:baseline}.tabs__content[data-v-54691556]{width:100%;height:100%;padding-top:40px}@media (max-width:900px){.tabs__header[data-v-54691556]{flex-direction:column-reverse;min-height:70px;padding-top:.5rem;height:auto;gap:.4rem;justify-content:center;justify-items:center}.tabs__group[data-v-54691556]{width:100%;justify-content:center}.tabs__notification[data-v-54691556]{align-self:center}.tabs__content[data-v-54691556]{padding-top:70px}}",map:void 0,media:void 0})},{name:"v-tabs",components:{VTabButton:H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("button",{class:e.classes,on:{click:e.clickTab}},[e._v(`
115
115
  `+e._s(e.label)+`
116
- `)])},staticRenderFns:[]},function(e){e&&e("data-v-40838a87_0",{source:'.tab-btn[data-v-40838a87]{align-self:flex-end;position:relative;bottom:-1px;appearance:none;border:1px solid #242c41;border-radius:.25rem .25rem 0 0;background-color:transparent;cursor:pointer;color:#716e85;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;padding:.5rem .5rem;margin:0;transition:all .3s ease;white-space:nowrap}.tab-btn[data-v-40838a87]:active,.tab-btn[data-v-40838a87]:hover{color:#e7e7e7}.tab-btn[data-v-40838a87]:focus{outline:0}.tab-btn--active[data-v-40838a87]{border-bottom-color:#010306;cursor:default;color:#e7e7e7}.tab-btn--active[data-v-40838a87]:active,.tab-btn--active[data-v-40838a87]:hover{color:#e7e7e7}.tab-btn .tab-badge[data-v-40838a87]{background-color:#ff07aa;font-size:11px;border-radius:3px;margin-left:.4rem;padding:2px 4px;color:#fff}',map:void 0,media:void 0})},{name:"v-tab-button",computed:{classes(){return{"tab-btn":!0,"tab-btn--active":this.isActive}}},props:{label:{type:String,required:!0},isActive:Boolean,tabName:String},methods:{clickTab(){this.$root.$emit("clickTab",this.tabName)}}},"data-v-40838a87",!1,void 0,!1,W,void 0,void 0)},props:{initialTab:{type:String}},data:()=>({activeTab:null,tabs:[]}),methods:{activateTab(e){e!==this.activeTab&&(this.activeTab&&this.activeTab.setActive(!1),e&&e.setActive(!0),this.activeTab=e,this.$emit("activateTab",e))}},mounted(){this.$nextTick(()=>{let e;this.tabs=this.$children.filter(t=>t.$options.name==="v-tab"),e=this.initialTab?this.tabs.find(t=>t.tabName===this.initialTab):this.tabs[0],e&&this.activateTab(e)})}},"data-v-26255246",!1,void 0,!1,W,void 0,void 0),bme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 1h9.177a1 1 0 011 1v9.177a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1zM0 2a2 2 0 012-2h9.177a2 2 0 012 2v.824H14a2 2 0 012 2V14a2 2 0 01-2 2H4.824a2 2 0 01-2-2v-.823h1V14a1 1 0 001 1H14a1 1 0 001-1V4.824a1 1 0 00-1-1h-.823v7.353a2 2 0 01-2 2H2a2 2 0 01-2-2V2z"}})]))}},jA={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M8.275 6l3.411-3.411a1.072 1.072 0 000-1.517l-.758-.758a1.072 1.072 0 00-1.517 0L6 3.725 2.589.314a1.072 1.072 0 00-1.517 0l-.758.758a1.072 1.072 0 000 1.517L3.725 6 .314 9.411a1.072 1.072 0 000 1.517l.758.758a1.072 1.072 0 001.517 0L6 8.275l3.411 3.411a1.072 1.072 0 001.517 0l.758-.758a1.072 1.072 0 000-1.517L8.275 6z"}})]))}},Cme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M7.013 0c1.87.003 3.569.74 4.822 1.939L12.845.93A.677.677 0 0114 1.41v3.784a.677.677 0 01-.677.677H9.539a.677.677 0 01-.48-1.156l1.18-1.179a4.708 4.708 0 00-3.197-1.278c-2.608-.022-4.806 2.088-4.784 4.783.022 2.556 2.094 4.7 4.742 4.7 1.16 0 2.258-.413 3.123-1.172a.338.338 0 01.462.016l1.12 1.12a.34.34 0 01-.014.491A7 7 0 010 7C-.001 3.14 3.15-.007 7.012 0z"}})]))}},wme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({height:"800",width:"800",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 283.842 283.842"},u),...d},a.concat([r("path",{attrs:{d:"M265.117 22.764l-9.877-8.737c-23.003-20.398-58.227-18.283-78.618 4.726l-28.267 31.89c-6.38 7.199-5.717 18.251 1.479 24.637l2.653 2.354c7.221 6.402 18.239 5.741 24.646-1.481l28.265-31.889c6.305-7.107 17.227-7.761 24.338-1.466l9.865 8.752c7.113 6.303 7.783 17.223 1.469 24.334l-61.808 69.726a17.214 17.214 0 01-20.816 3.875 18.86 18.86 0 00-22.787 4.245l-.482.544a18.76 18.76 0 00-4.439 15.943 18.772 18.772 0 009.825 13.313 55.643 55.643 0 0025.814 6.358 55.625 55.625 0 0041.67-18.775l61.804-69.718c20.368-22.978 18.248-58.247-4.734-78.631z"}}),r("path",{attrs:{d:"M133.998 208.581l-2.659-2.356c-7.204-6.383-18.259-5.712-24.64 1.489L78.445 239.6c-6.308 7.105-17.222 7.764-24.327 1.473l-9.879-8.764c-7.115-6.301-7.783-17.212-1.467-24.325l61.806-69.721c5.124-5.787 13.555-7.442 20.504-4.028 7.986 3.924 17.683 2.016 23.595-4.656l.222-.25a18.496 18.496 0 004.386-15.614 18.496 18.496 0 00-9.533-13.119c-22.828-12.22-50.769-7.22-67.947 12.165l-61.81 69.707v.001c-20.371 22.978-18.252 58.246 4.726 78.622l9.877 8.749c10.583 9.383 23.77 13.992 36.913 13.992 15.394 0 30.724-6.327 41.718-18.724l28.258-31.886c6.393-7.219 5.737-18.235-1.489-24.641z"}})]))}},Ime={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"16",height:"14",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.296 8v2.857L16 5.143 8.296 0v3H5.704C2.554 3 0 5.463 0 8.5c0 3.54 2.641 5.122 3.247 5.44a.547.547 0 00.324.057 3.369 3.369 0 01-1.2-2.569C2.37 9.535 3.961 8 5.925 8c.054 0 .107 0 .16.003.046-.002.09-.003.136-.003h2.074z"}})]))}},xme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"687",height:"293",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("g",{attrs:{opacity:".3"}},[r("mask",{attrs:{id:"a",fill:"#fff"}},[r("path",{attrs:{d:"M133.744 138.405l9.878 2.552 24.853 31.436"}})]),r("path",{attrs:{d:"M143.622 140.957l.633-.5-.169-.213-.262-.068-.202.781zm-10.08-1.771l9.879 2.551.403-1.561-9.879-2.551-.403 1.561zm9.448 2.271l24.853 31.436 1.265-1-24.853-31.436-1.265 1z",fill:"#808B98",mask:"url(#a)"}}),r("mask",{attrs:{id:"b",fill:"#fff"}},[r("path",{attrs:{d:"M121.35 126.266l22.217-63.74h328.497l17.684 15.63"}})]),r("path",{attrs:{d:"M143.567 62.525v-.806h-.572l-.189.54.761.266zm328.497 0l.534-.604-.229-.202h-.305v.806zm-349.953 64.007l22.218-63.741-1.523-.531L120.589 126l1.522.531zm21.456-63.2h30.895v-1.613h-30.895v1.612zm30.895 0h30.895v-1.613h-30.895v1.612zm30.895 0h35.649v-1.613h-35.649v1.612zm35.649 0h35.649v-1.613h-35.649v1.612zm35.649 0h34.831v-1.613h-34.831v1.612zm34.831 0h34.831v-1.613h-34.831v1.612zm34.831 0h30.818v-1.613h-30.818v1.612zm30.818 0h30.818v-1.613h-30.818v1.612zm30.818 0h32.056v-1.613h-32.056v1.612zm32.056 0h32.055v-1.613h-32.055v1.612zm31.521-.203l17.684 15.631 1.068-1.208-17.684-15.63-1.068 1.207z",fill:"#808B98",mask:"url(#b)"}}),r("mask",{attrs:{id:"c",fill:"#fff"}},[r("path",{attrs:{d:"M175.778 171.771L205.357 0h436.944l14.476 15.925"}})]),r("path",{attrs:{d:"M205.357 0v-.806h-.679l-.115.67.794.136zm436.944 0l.596-.542-.239-.264h-.357V0zM176.573 171.908L206.152.137l-1.589-.274-29.579 171.771 1.589.274zM205.357.806h35.649V-.806h-35.649V.806zm35.649 0h35.649V-.806h-35.649V.806zm35.649 0h34.831V-.806h-34.831V.806zm34.831 0h34.831V-.806h-34.831V.806zm34.831 0h30.818V-.806h-30.818V.806zm30.818 0h30.818V-.806h-30.818V.806zm30.818 0h32.055V-.806h-32.055V.806zm32.055 0h32.056V-.806h-32.056V.806zm32.056 0h26.329V-.806h-26.329V.806zm26.329 0h26.329V-.806h-26.329V.806zm26.329 0h26.311V-.806h-26.311V.806zm26.311 0h26.311V-.806h-26.311V.806zm26.311 0h32.478V-.806h-32.478V.806zm32.478 0h32.479V-.806h-32.479V.806zm31.882-.264l14.476 15.925 1.193-1.084L642.897-.542 641.704.542z",fill:"#808B98",mask:"url(#c)"}}),r("mask",{attrs:{id:"d",fill:"#fff"}},[r("path",{attrs:{d:"M177.73 171.771l27.627-64.61 9.879 2.888"}})]),r("path",{attrs:{d:"M205.357 107.161l.227-.774-.687-.2-.281.657.741.317zm-26.886 64.927l27.628-64.61-1.483-.634-27.627 64.61 1.482.634zm26.66-64.153l9.879 2.888.452-1.548-9.878-2.888-.453 1.548z",fill:"#808B98",mask:"url(#d)"}}),r("mask",{attrs:{id:"e",fill:"#fff"}},[r("path",{attrs:{d:"M182.701 171.771l22.656-21.016h71.298l9.879 1.971"}})]),r("path",{attrs:{d:"M205.357 150.755v-.806h-.316l-.232.215.548.591zm71.298 0l.158-.79-.078-.016h-.08v.806zm-93.406 21.607l22.657-21.016-1.097-1.182-22.656 21.016 1.096 1.182zm22.108-20.801h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.492-.015l9.878 1.97.316-1.581-9.879-1.97-.315 1.581z",fill:"#808B98",mask:"url(#e)"}}),r("mask",{attrs:{id:"f",fill:"#fff"}},[r("path",{attrs:{d:"M177.336 171.771l28.021-74.51H407.953L437.7 195.74"}})]),r("path",{attrs:{d:"M205.357 97.261v-.806h-.558l-.196.523.754.283zm202.596 0l.771-.233-.173-.573h-.598v.806zm-229.862 74.793l28.021-74.509-1.509-.567-28.021 74.509 1.509.567zm27.266-73.987h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.046-.572l29.747 98.477 1.544-.467-29.748-98.477-1.543.466z",fill:"#808B98",mask:"url(#f)"}}),r("mask",{attrs:{id:"g",fill:"#fff"}},[r("path",{attrs:{d:"M195.479 178.113l9.878-.611h140.96l13.868 6.253"}})]),r("path",{attrs:{d:"M205.357 177.502v-.806h-.024l-.025.001.049.805zm140.96 0l.332-.735-.158-.071h-.174v.806zm-150.788 1.416l9.878-.611-.099-1.61-9.879.611.1 1.61zm9.828-.61h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.5-.071l13.868 6.252.663-1.469-13.868-6.253-.663 1.47z",fill:"#808B98",mask:"url(#g)"}}),r("mask",{attrs:{id:"h",fill:"#fff"}},[r("path",{attrs:{d:"M171.226 187.055l-27.659 65.304-23.276-110.809"}})]),r("path",{attrs:{d:"M143.567 252.359l-.788.165.528 2.517 1.003-2.368-.743-.314zm26.917-65.619l-27.659 65.304 1.485.629 27.658-65.304-1.484-.629zm-26.128 65.453L121.08 141.384l-1.578.332 23.277 110.808 1.577-.331z",fill:"#808B98",mask:"url(#h)"}}),r("mask",{attrs:{id:"i",fill:"#fff"}},[r("path",{attrs:{d:"M84.056 116.138l9.749-2.029h111.553l9.878.962"}})]),r("path",{attrs:{d:"M93.805 114.109v-.807h-.083l-.081.017.164.79zm111.553 0l.078-.803-.039-.004h-.039v.807zM84.22 116.927l9.75-2.029-.33-1.579-9.748 2.03.328 1.578zm9.585-2.012h24.881v-1.613H93.805v1.613zm24.881 0h24.882v-1.613h-24.882v1.613zm24.882 0h30.895v-1.613h-30.895v1.613zm30.895 0h30.895v-1.613h-30.895v1.613zm30.816-.004l9.879.962.156-1.604-9.878-.963-.157 1.605z",fill:"#808B98",mask:"url(#i)"}}),r("mask",{attrs:{id:"j",fill:"#fff"}},[r("path",{attrs:{d:"M75.976 130.344l17.829 3.564h9.878"}})]),r("path",{attrs:{d:"M93.805 133.908l-.158.791.078.015h.08v-.806zm-17.987-2.773l17.829 3.564.316-1.581-17.83-3.564-.315 1.581zm17.987 3.579h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#j)"}}),r("mask",{attrs:{id:"k",fill:"#fff"}},[r("path",{attrs:{d:"M49.122 131.303l44.682 63.567H143.567l15.621-7.815"}})]),r("path",{attrs:{d:"M93.804 194.87l-.66.464.242.342h.418v-.806zm49.763 0v.806h.191l.17-.085-.361-.721zm-95.105-63.104l44.683 63.568 1.319-.927-44.683-63.568-1.319.927zm45.342 63.91h24.882v-1.612H93.804v1.612zm24.882 0h24.881v-1.612h-24.881v1.612zm25.242-.085l15.621-7.815-.721-1.442-15.621 7.815.721 1.442z",fill:"#808B98",mask:"url(#k)"}}),r("mask",{attrs:{id:"l",fill:"#fff"}},[r("path",{attrs:{d:"M47.037 116.019L93.805 6.947H642.3l10.224 10.697"}})]),r("path",{attrs:{d:"M93.805 6.947v-.806h-.532l-.21.489.742.317zm548.496 0l.583-.557-.238-.249h-.345v.806zM47.778 116.337L94.546 7.265l-1.482-.635L46.296 115.7l1.482.636zM93.805 7.753h24.881V6.141H93.805v1.612zm24.881 0h24.881V6.141h-24.881v1.612zm24.881 0h30.895V6.141h-30.895v1.612zm30.895 0h30.895V6.141h-30.895v1.612zm30.895 0h35.649V6.141h-35.649v1.612zm35.649 0h35.649V6.141h-35.649v1.612zm35.649 0h34.831V6.141h-34.831v1.612zm34.831 0h34.831V6.141h-34.831v1.612zm34.831 0h30.818V6.141h-30.818v1.612zm30.818 0h30.818V6.141h-30.818v1.612zm30.818 0h32.056V6.141h-32.056v1.612zm32.056 0h32.055V6.141h-32.055v1.612zm32.055 0h26.329V6.141h-26.329v1.612zm26.329 0h26.33V6.141h-26.33v1.612zm26.33 0h26.31V6.141h-26.31v1.612zm26.31 0h26.311V6.141h-26.311v1.612zm26.311 0h32.479V6.141h-32.479v1.612zm32.479 0h32.478V6.141h-32.478v1.612zm31.896-.249l10.223 10.697 1.165-1.114L642.884 6.39l-1.165 1.114z",fill:"#808B98",mask:"url(#l)"}}),r("mask",{attrs:{id:"m",fill:"#fff"}},[r("path",{attrs:{d:"M245.081 125.224l31.575 59.225h69.661l9.879 2.227"}})]),r("path",{attrs:{d:"M276.656 184.449l-.712.38.228.426h.484v-.806zm69.661 0l.178-.786-.088-.02h-.09v.806zm-101.948-58.846l31.575 59.226 1.423-.759-31.575-59.225-1.423.758zm32.287 59.652h34.831v-1.612h-34.831v1.612zm34.831 0h34.83v-1.612h-34.83v1.612zm34.653-.019l9.879 2.227.354-1.573-9.878-2.227-.355 1.573z",fill:"#808B98",mask:"url(#m)"}}),r("mask",{attrs:{id:"n",fill:"#fff"}},[r("path",{attrs:{d:"M243.634 109.94l33.021-96.046H642.301l9.879 5.04"}})]),r("path",{attrs:{d:"M276.655 13.894v-.806h-.575l-.187.544.762.262zm365.646 0l.367-.718-.173-.088h-.194v.806zm-397.905 96.308l33.022-96.046-1.525-.524-33.022 96.046 1.525.524zm32.259-95.501h34.831v-1.613h-34.831v1.613zm34.831 0h34.831v-1.613h-34.831v1.613zm34.831 0h30.818v-1.613h-30.818v1.613zm30.818 0h30.818v-1.613h-30.818v1.613zm30.818 0h32.056v-1.613h-32.056v1.613zm32.056 0h32.055v-1.613h-32.055v1.613zm32.055 0h26.329v-1.613h-26.329v1.613zm26.329 0h26.33v-1.613h-26.33v1.613zm26.33 0h26.31v-1.613h-26.31v1.613zm26.31 0h26.311v-1.613h-26.311v1.613zm26.311 0h32.479v-1.613h-32.479v1.613zm32.479 0h32.478v-1.613h-32.478v1.613zm32.112-.088l9.879 5.04.732-1.437-9.878-5.04-.733 1.437z",fill:"#808B98",mask:"url(#n)"}}),r("mask",{attrs:{id:"o",fill:"#fff"}},[r("path",{attrs:{d:"M229.301 125.224l-23.944 15.631-24.771 30.916"}})]),r("path",{attrs:{d:"M205.357 140.855l-.44-.675-.108.071-.081.1.629.504zm23.503-16.306l-23.943 15.631.881 1.35 23.943-15.631-.881-1.35zm-24.132 15.802l-24.771 30.915 1.258 1.009 24.771-30.916-1.258-1.008z",fill:"#808B98",mask:"url(#o)"}}),r("mask",{attrs:{id:"p",fill:"#fff"}},[r("path",{attrs:{d:"M266.397 117.708h141.539l29.275 78.086"}})]),r("path",{attrs:{d:"M266.397 116.902h-.806v1.612h.806v-1.612zm141.539.806l.754-.283-.196-.523h-.558v.806zm28.52 78.369l.283.754 1.51-.566-.283-.754-1.51.566zm-170.059-77.563h9.904v-1.612h-9.904v1.612zm9.904 0h34.92v-1.612h-34.92v1.612zm34.92 0h34.921v-1.612h-34.921v1.612zm34.921 0h30.897v-1.612h-30.897v1.612zm30.897 0h30.897v-1.612h-30.897v1.612zm30.142-.523l29.275 78.086 1.51-.566-29.276-78.086-1.509.566z",fill:"#808B98",mask:"url(#p)"}}),r("mask",{attrs:{id:"q",fill:"#fff"}},[r("path",{attrs:{d:"M247.797 125.224l28.858 32.478h9.879"}})]),r("path",{attrs:{d:"M276.655 157.702l-.602.536.24.271h.362v-.807zm-29.461-31.942l28.859 32.478 1.205-1.071-28.859-32.478-1.205 1.071zm29.461 32.749h9.879v-1.613h-9.879v1.613z",fill:"#808B98",mask:"url(#q)"}}),r("mask",{attrs:{id:"r",fill:"#fff"}},[r("path",{attrs:{d:"M247.625 109.94l29.03-33.52h195.409l9.879 3.519"}})]),r("path",{attrs:{d:"M276.655 76.42v-.806h-.368l-.241.278.609.528zm195.409 0l.271-.76-.132-.046h-.139v.806zm-223.83 34.048l29.031-33.52-1.219-1.056-29.031 33.52 1.219 1.056zm28.421-33.242h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm31.786-.047l9.878 3.519.541-1.519-9.878-3.519-.541 1.519z",fill:"#808B98",mask:"url(#r)"}}),r("mask",{attrs:{id:"s",fill:"#fff"}},[r("path",{attrs:{d:"M243.307 125.224l33.349 110.809 13.653 3.88"}})]),r("path",{attrs:{d:"M276.656 236.033l-.772.232.127.422.424.121.221-.775zm-34.121-110.577l33.349 110.809 1.544-.465-33.35-110.808-1.543.464zm33.9 111.352l13.654 3.881.441-1.551-13.654-3.881-.441 1.551z",fill:"#808B98",mask:"url(#s)"}}),r("mask",{attrs:{id:"t",fill:"#fff"}},[r("path",{attrs:{d:"M245.4 109.94l31.255-54.362H577.344l30.253 103.861"}})]),r("path",{attrs:{d:"M276.655 55.578v-.806h-.466l-.233.404.699.402zm300.689 0l.774-.226-.169-.58h-.605v.806zm-331.245 54.764l31.255-54.362-1.398-.804-31.255 54.362 1.398.804zm30.556-53.958h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm32.056 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.31v-1.612h-26.31v1.612zm26.31 0h26.311v-1.612h-26.311v1.612zm25.537-.58l30.253 103.861 1.548-.451-30.253-103.862-1.548.451z",fill:"#808B98",mask:"url(#t)"}}),r("mask",{attrs:{id:"u",fill:"#fff"}},[r("path",{attrs:{d:"M429.242 211.023l-21.289 15.11H205.357l-25.841-39.078"}})]),r("path",{attrs:{d:"M407.953 226.133v.806h.257l.21-.149-.467-.657zm-202.596 0l-.672.444.239.362h.433v-.806zm223.418-15.768l-21.289 15.11.934 1.315 21.288-15.11-.933-1.315zm-20.822 14.962h-30.818v1.612h30.818v-1.612zm-30.818 0h-30.818v1.612h30.818v-1.612zm-30.818 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-34.976.361l-25.842-39.078-1.345.889 25.842 39.078 1.345-.889z",fill:"#808B98",mask:"url(#u)"}}),r("mask",{attrs:{id:"v",fill:"#fff"}},[r("path",{attrs:{d:"M441.351 195.739l30.713-174.897h170.238l9.878 2.52"}})]),r("path",{attrs:{d:"M472.064 20.842v-.806h-.677l-.117.666.794.14zm170.238 0l.199-.781-.098-.025h-.101v.806zM442.145 195.878l30.713-174.897-1.588-.279L440.557 195.6l1.588.279zm29.919-174.23h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.279-.025l9.879 2.52.398-1.563-9.878-2.52-.399 1.563z",fill:"#808B98",mask:"url(#v)"}}),r("mask",{attrs:{id:"w",fill:"#fff"}},[r("path",{attrs:{d:"M442.05 195.739l30.014-112.372 9.879.912"}})]),r("path",{attrs:{d:"M472.064 83.367l.075-.803-.678-.062-.175.657.778.208zm-29.235 112.58l30.014-112.372-1.557-.416-30.015 112.372 1.558.416zM471.99 84.17l9.879.912.148-1.606-9.878-.912-.149 1.606z",fill:"#808B98",mask:"url(#w)"}}),r("mask",{attrs:{id:"x",fill:"#fff"}},[r("path",{attrs:{d:"M442.972 211.023l29.092 75.03h52.659l9.878 1.304"}})]),r("path",{attrs:{d:"M472.064 286.053l-.751.291.199.515h.552v-.806zm52.659 0l.105-.799-.052-.007h-.053v.806zm-82.503-74.739l29.093 75.03 1.503-.583-29.093-75.03-1.503.583zm29.844 75.545h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.224-.007l9.879 1.304.211-1.598-9.879-1.304-.211 1.598z",fill:"#808B98",mask:"url(#x)"}}),r("mask",{attrs:{id:"y",fill:"#fff"}},[r("path",{attrs:{d:"M313.535 150.06l32.782-122.271H652.18"}})]),r("path",{attrs:{d:"M346.317 27.789v-.806h-.618l-.16.597.778.209zm-32.003 122.48l32.782-122.271-1.557-.418-32.782 122.272 1.557.417zm32.003-121.674h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.056v-1.612h-32.056v1.612zm32.056 0h32.055v-1.612h-32.055v1.612zm32.055 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.479 0h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#y)"}}),r("mask",{attrs:{id:"z",fill:"#fff"}},[r("path",{attrs:{d:"M319.387 165.344l26.931 26.053h9.878"}})]),r("path",{attrs:{d:"M346.318 191.397l-.561.579.235.227h.326v-.806zm-27.492-25.473l26.931 26.052 1.121-1.159-26.931-26.052-1.121 1.159zm27.492 26.279h9.878v-1.613h-9.878v1.613z",fill:"#808B98",mask:"url(#z)"}}),r("mask",{attrs:{id:"A",fill:"#fff"}},[r("path",{attrs:{d:"M316.367 165.344l29.951 46.894H407.953l9.879-2.729"}})]),r("path",{attrs:{d:"M346.318 212.238l-.68.434.238.372h.442v-.806zm61.635 0v.806h.11l.105-.029-.215-.777zm-92.265-46.46l29.95 46.894 1.359-.868-29.95-46.894-1.359.868zm30.63 47.266h30.817v-1.612h-30.817v1.612zm30.817 0h30.818v-1.612h-30.818v1.612zm31.033-.029l9.878-2.729-.429-1.554-9.879 2.729.43 1.554z",fill:"#808B98",mask:"url(#A)"}}),r("mask",{attrs:{id:"B",fill:"#fff"}},[r("path",{attrs:{d:"M360.185 199.039l-13.868 6.252h-140.96l-21.771-18.236"}})]),r("path",{attrs:{d:"M346.317 205.291v.806h.174l.158-.071-.332-.735zm-140.96 0l-.517.618.224.188h.293v-.806zm154.497-6.987l-13.868 6.252.663 1.47 13.868-6.252-.663-1.47zm-13.537 6.181h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-35.131.188l-21.772-18.236-1.035 1.236 21.772 18.236 1.035-1.236z",fill:"#808B98",mask:"url(#B)"}}),r("mask",{attrs:{id:"C",fill:"#fff"}},[r("path",{attrs:{d:"M378.639 183.755l29.314-149.019H642.302l9.878-2.52"}})]),r("path",{attrs:{d:"M407.953 34.736v-.806h-.663l-.128.65.791.156zm234.349 0v.806h.101l.098-.025-.199-.78zM379.43 183.91l29.314-149.018-1.582-.311-29.314 149.018 1.582.311zm28.523-148.368h32.056V33.93h-32.056v1.612zm32.056 0h32.056V33.93h-32.056v1.612zm32.056 0h26.329V33.93h-26.329v1.612zm26.329 0h26.329V33.93h-26.329v1.612zm26.329 0h26.311V33.93h-26.311v1.612zm26.311 0h26.311V33.93h-26.311v1.612zm26.311 0h32.478V33.93h-32.478v1.612zm32.478 0h32.479V33.93h-32.479v1.612zm32.678-.025l9.879-2.52-.399-1.562-9.878 2.52.398 1.562z",fill:"#808B98",mask:"url(#C)"}}),r("mask",{attrs:{id:"D",fill:"#fff"}},[r("path",{attrs:{d:"M496.682 93.44l-24.618 109.941h-9.878"}})]),r("path",{attrs:{d:"M472.064 203.381v.806h.646l.141-.63-.787-.176zm23.832-110.117l-24.618 109.94 1.573.353 24.618-109.94-1.573-.353zm-23.832 109.31h-9.878v1.613h9.878v-1.613z",fill:"#808B98",mask:"url(#D)"}}),r("mask",{attrs:{id:"E",fill:"#fff"}},[r("path",{attrs:{d:"M497.163 93.44l-25.099 155.966H407.953l-26.758-50.367"}})]),r("path",{attrs:{d:"M472.064 249.406v.806h.687l.109-.678-.796-.128zm-64.111 0l-.712.378.227.428h.485v-.806zm88.415-156.094l-25.1 155.966 1.592.256 25.099-155.965-1.591-.257zM472.064 248.6h-32.056v1.612h32.056V248.6zm-32.056 0h-32.055v1.612h32.055V248.6zm-31.344.428l-26.758-50.368-1.423.757 26.758 50.367 1.423-.756z",fill:"#808B98",mask:"url(#E)"}}),r("mask",{attrs:{id:"F",fill:"#fff"}},[r("path",{attrs:{d:"M499.365 93.44L524.723 293l9.879-1.304"}})]),r("path",{attrs:{d:"M524.723 293l-.8.102.102.803.804-.106-.106-.799zM498.565 93.542l25.358 199.56 1.6-.204-25.358-199.56-1.6.204zm26.264 200.257l9.878-1.304-.211-1.598-9.878 1.304.211 1.598z",fill:"#808B98",mask:"url(#F)"}}),r("mask",{attrs:{id:"G",fill:"#fff"}},[r("path",{attrs:{d:"M607.393 174.723l-30.049 94.483H205.358l-28.266-82.151"}})]),r("path",{attrs:{d:"M577.344 269.206v.806h.59l.179-.562-.769-.244zm-371.986 0l-.763.262.187.544h.576v-.806zm401.266-94.727l-30.048 94.482 1.537.489 30.048-94.483-1.537-.488zm-29.28 93.921h-26.31v1.612h26.31V268.4zm-26.31 0h-26.311v1.612h26.311V268.4zm-26.311 0h-26.329v1.612h26.329V268.4zm-26.329 0h-26.33v1.612h26.33V268.4zm-26.33 0h-32.055v1.612h32.055V268.4zm-32.055 0h-32.056v1.612h32.056V268.4zm-32.056 0h-30.818v1.612h30.818V268.4zm-30.818 0h-30.818v1.612h30.818V268.4zm-30.818 0h-34.831v1.612h34.831V268.4zm-34.831 0h-34.83v1.612h34.83V268.4zm-34.83 0h-35.649v1.612h35.649V268.4zm-35.649 0h-35.649v1.612h35.649V268.4zm-34.887.543l-28.266-82.151-1.524.525 28.265 82.151 1.525-.525z",fill:"#808B98",mask:"url(#G)"}}),r("mask",{attrs:{id:"H",fill:"#fff"}},[r("path",{attrs:{d:"M632.423 167.081h9.878L666.99 40.768"}})]),r("path",{attrs:{d:"M642.301 167.081v.806h.664l.128-.651-.792-.155zm-9.878.806h9.878v-1.612h-9.878v1.612zm10.67-.651l24.688-126.313-1.582-.31-24.689 126.314 1.583.309z",fill:"#808B98",mask:"url(#H)"}}),r("mask",{attrs:{id:"I",fill:"#fff"}},[r("path",{attrs:{d:"M558.407 262.822l18.937 16.997h64.957l26.007-239.021"}})]),r("path",{attrs:{d:"M577.344 279.819l-.538.6.229.206h.309v-.806zm64.957 0v.806h.724l.078-.719-.802-.087zm-84.432-16.397l18.937 16.997 1.077-1.2-18.937-16.996-1.077 1.199zm19.475 17.203h32.479v-1.612h-32.479v1.612zm32.479 0h32.478v-1.612h-32.478v1.612zm33.28-.719l26.007-239.02-1.603-.175L641.5 279.732l1.603.174z",fill:"#808B98",mask:"url(#I)"}}),r("mask",{attrs:{id:"J",fill:"#fff"}},[r("path",{attrs:{d:"M552.676 281.884l24.669-114.803h9.878"}})]),r("path",{attrs:{d:"M577.345 167.081v-.806h-.652l-.137.637.789.169zm-23.881 114.973l24.669-114.803-1.577-.339-24.668 114.803 1.576.339zm23.881-114.167h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#J)"}}),r("mask",{attrs:{id:"K",fill:"#fff"}},[r("path",{attrs:{d:"M290.309 245.933h-84.952l-27.345-58.878"}})]),r("path",{attrs:{d:"M205.357 245.933l-.731.339.217.467h.514v-.806zm84.952-.807h-13.654v1.613h13.654v-1.613zm-13.654 0h-35.649v1.613h35.649v-1.613zm-35.649 0h-35.649v1.613h35.649v-1.613zm-34.918.467l-27.345-58.878-1.462.679 27.345 58.878 1.462-.679z",fill:"#808B98",mask:"url(#K)"}}),r("mask",{attrs:{id:"L",fill:"#fff"}},[r("path",{attrs:{d:"M317.08 238.29l29.237-39.946 9.879-2.227"}})]),r("path",{attrs:{d:"M346.317 198.344l-.177-.787-.295.067-.178.244.65.476zm-28.587 40.423l29.238-39.947-1.301-.952-29.238 39.946 1.301.953zm28.765-39.637l9.878-2.227-.354-1.573-9.879 2.227.355 1.573z",fill:"#808B98",mask:"url(#L)"}}),r("path",{attrs:{d:"M104.196 141.622v-14.478h29.199v14.478h-29.199zM153.959 187.126v-14.477h41.227v14.477h-41.227z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}}),r("mask",{attrs:{id:"M",fill:"#fff"}},[r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83"}})]),r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83",fill:"#808B98","fill-opacity":".2"}}),r("path",{attrs:{d:"M687 18.83h.806H687zm-34.711 0h-.806.806zm0 18.868h-.806.806zm34.711 0h.806H687zM651.483 18.83c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.342 3.005-.756 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324c0-.515-.251-.94-.563-1.263-.31-.32-.729-.593-1.204-.83-.954-.476-2.303-.889-3.959-1.23l-.326 1.578c1.598.33 2.791.709 3.565 1.095.389.193.631.369.765.508.132.137.11.181.11.142h1.612zm-5.726-3.324c-3.325-.687-7.797-1.066-12.435-1.066v1.612c4.567 0 8.924.375 12.109 1.033l.326-1.579zm-12.435-1.066c-4.639 0-9.111.38-12.435 1.066l.326 1.579c3.185-.658 7.541-1.033 12.109-1.033V14.44zm-12.435 1.066c-1.657.342-3.005.755-3.959 1.23-.476.238-.894.51-1.204.83-.313.324-.564.749-.564 1.264h1.613c0 .04-.023-.005.109-.142.135-.14.377-.315.765-.508.774-.386 1.967-.765 3.566-1.095l-.326-1.579zm-5.727 3.324v18.868h1.613V18.83h-1.613zm0 18.868c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.343 3.005-.755 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324V18.83h-1.612v18.868h1.612z",fill:"#808B98",mask:"url(#M)"}}),r("path",{attrs:{d:"M482.456 93.512V79.034h32.095v14.478h-32.095zM215.749 125.296v-14.478h50.735v14.478h-50.735zM286.899 165.521v-14.478h49.098v14.478h-49.098zM418.344 211.094v-14.477h43.548v14.477h-43.548zM587.735 174.795v-14.478h44.394v14.478h-44.394zM356.709 199.11v-14.477h41.072v14.477h-41.072zM83.343 116.723l-8.235 14.478H3.964l8.234-14.478h71.145zM290.822 253.646v-14.478h41.548v14.478h-41.548z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}})])]))}},Sme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 6.545h2.182V12H0zM3.272 3.273h2.182V12H3.272zM6.546 0h2.182v12H6.546zM9.818 1.091H12V12H9.818z"}})]))}},Rme=H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{key:e.renderKey,staticClass:"diagram-component"})},staticRenderFns:[]},function(e){e&&e("data-v-7866a88e_0",{source:".diagram-component{width:100%;height:100%}.diagram-component .appmap.appmap--theme-dark{overflow:hidden}",map:void 0,media:void 0})},{name:"v-diagram-component",props:{theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1},zoomButtons:{type:Boolean,default:!0},classMap:Q.ClassMap},data:()=>({renderKey:0,componentDiagram:null}),watch:{$props:{handler(){this.renderKey+=1},deep:!0},"$store.state.appMap":{handler(){this.renderKey+=1,this.renderDiagram()}},"$store.getters.selectedObject":{handler(){this.highlightSelectedCodeObject()}}},methods:{highlightSelectedCodeObject(e=!0){let{selectedObject:t}=this.$store.getters;if(!t)return void this.componentDiagram.highlight(null);let r=t;if(t instanceof Q.Event&&(r=t.codeObject),r instanceof Q.CodeObject)if(r.type===Q.CodeObjectType.FUNCTION&&(r=r.classObject),this.componentDiagram.hasObject(r))this.componentDiagram.highlight(r);else{let n=[...r.ancestors()].find(i=>this.componentDiagram.hasObject(i));if(n){let i=[Q.CodeObjectType.PACKAGE,Q.CodeObjectType.HTTP].includes(n.type);e&&i?(this.componentDiagram.expand(n),this.componentDiagram.highlight(r)):this.componentDiagram.highlight(n)}}},renderDiagram(){this.$nextTick(()=>{this.componentDiagram=new dd(this.$el,{theme:this.theme,zoom:{controls:this.zoomButtons}}),this.componentDiagram.render(this.classMap),this.componentDiagram.on("click",e=>this.selectCodeObject(e)).on("edge",e=>this.selectCodeObject({...e,type:"edge"})).on("collapse",()=>this.highlightSelectedCodeObject(!1)).on("expand",()=>this.highlightSelectedCodeObject(!1)).on("makeRoot",e=>{this.$root.$emit("makeRoot",e)}),this.highlightSelectedCodeObject()})},selectCodeObject(e){this.$store&&(this.$store.commit(xf),this.$store.commit(pt,e))}},mounted(){this.renderDiagram()},updated(){this.renderDiagram()},activated(){this.componentDiagram&&(this.componentDiagram.render(this.classMap),this.highlightSelectedCodeObject())}},void 0,!1,void 0,!1,W,void 0,void 0),Ol;(function(e){e.Self="self",e.Right="right",e.Left="left"})(Ol||(Ol={}));var Yt=class{constructor(t,r,n,i,a,s){Je(this,"diagramSpec");Je(this,"action");Je(this,"nodeType");Je(this,"index");Je(this,"callerLifecycleDepth");Je(this,"calleeLifecycleDepth");Je(this,"children");Je(this,"callIndex");Je(this,"returnIndex");Je(this,"openGroup");Je(this,"closeGroup");this.diagramSpec=t,this.action=r,this.nodeType=n,this.index=i,this.callerLifecycleDepth=a,this.calleeLifecycleDepth=s,this.children=[]}get eventIds(){return this.action.eventIds||[]}get diagram(){return this.diagramSpec.diagram}get ancestorIndexes(){let t=[],r=this.diagramSpec.parentOf(this);for(;r;)t.push(r.index),r=this.diagramSpec.parentOf(r);return t}get gridRows(){return[this.index+2,this.index+2].join(" / ")}get maxGridColumn(){return this.diagram.actors.length+1}get diffClasses(){let t=[];return this.action.diffMode&&t.push("diff"),this.action.diffMode===me.DiffMode.Insert?t.push("diff-insert"):this.action.diffMode===me.DiffMode.Delete?t.push("diff-delete"):this.action.diffMode===me.DiffMode.Change&&t.push("diff-change"),t}get groupMemberAttributes(){return{"--open-group-count":this.openGroup?1:0,"--close-group-count":this.closeGroup?1:0}}get lifecycleAttributes(){return{"--caller-lifecycle-depth":this.callerLifecycleDepth||0,"--callee-lifecycle-depth":this.calleeLifecycleDepth||0}}get callArrowDirection(){let t=this.calleeActionIndex-this.callerActionIndex;return t>0?Ol.Right:t<0?Ol.Left:Ol.Self}get nodeName(){return(0,me.nodeName)(this.action)}get nodeResult(){return(0,me.nodeResult)(this.action)}get hasElapsed(){return this.action.elapsed!==void 0}get elapsedTimeMs(){if(this.action.elapsed!==void 0)return+(1e3*this.action.elapsed).toPrecision(3)}get descendantsActorIndexSpan(){let t=new Set,r=i=>{(0,me.actionActors)(i).filter(Boolean).forEach(a=>t.add(a.id)),i.children.forEach(a=>r(a))};this.action.children.forEach(i=>r(i));let n=[...t].map(i=>this.diagram.actors.findIndex(a=>a.id===i)).filter(i=>i>=0).sort((i,a)=>i>a?1:-1);return[n[0],n[n.length-1]]}get callerActionIndex(){let t=(0,me.actionActors)(this.action);if(!t[0])return 1;let r=this.diagram.actors.findIndex(n=>t[0].id===n.id);if(r===-1)throw Error();return r+2}get calleeActionIndex(){let t=(0,me.actionActors)(this.action);if(!t[1])return 1;let r=this.diagram.actors.findIndex(n=>t[1].id===n.id);if(r===-1)throw Error();return r+2}get hasResult(){return(0,me.nodeResult)(this.action)!==void 0}isCollapsed(t){return this.ancestorIndexes.find(r=>t[r])!==void 0}},Tme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.loopClasses,style:{"grid-column":e.gridColumns,"grid-row":e.gridRows}},[r("div",{staticClass:"label-container"},[r("div",{staticClass:"label"},[e._v("Loop")]),e._v(" "),r("div",{staticClass:"description"},[e._v(`
116
+ `)])},staticRenderFns:[]},function(e){e&&e("data-v-40838a87_0",{source:'.tab-btn[data-v-40838a87]{align-self:flex-end;position:relative;bottom:-1px;appearance:none;border:1px solid #242c41;border-radius:.25rem .25rem 0 0;background-color:transparent;cursor:pointer;color:#716e85;font-size:.75rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;padding:.5rem .5rem;margin:0;transition:all .3s ease;white-space:nowrap}.tab-btn[data-v-40838a87]:active,.tab-btn[data-v-40838a87]:hover{color:#e7e7e7}.tab-btn[data-v-40838a87]:focus{outline:0}.tab-btn--active[data-v-40838a87]{border-bottom-color:#010306;cursor:default;color:#e7e7e7}.tab-btn--active[data-v-40838a87]:active,.tab-btn--active[data-v-40838a87]:hover{color:#e7e7e7}.tab-btn .tab-badge[data-v-40838a87]{background-color:#ff07aa;font-size:11px;border-radius:3px;margin-left:.4rem;padding:2px 4px;color:#fff}',map:void 0,media:void 0})},{name:"v-tab-button",computed:{classes(){return{"tab-btn":!0,"tab-btn--active":this.isActive}}},props:{label:{type:String,required:!0},isActive:Boolean,tabName:String},methods:{clickTab(){this.$root.$emit("clickTab",this.tabName)}}},"data-v-40838a87",!1,void 0,!1,W,void 0,void 0)},props:{initialTab:{type:String}},data:()=>({activeTab:null,tabs:[]}),methods:{activateTab(e){e!==this.activeTab&&(this.activeTab&&this.activeTab.setActive(!1),e&&e.setActive(!0),this.activeTab=e,this.$emit("activateTab",e))}},mounted(){this.$nextTick(()=>{let e;this.tabs=this.$children.filter(t=>t.$options.name==="v-tab"),e=this.initialTab?this.tabs.find(t=>t.tabName===this.initialTab):this.tabs[0],e&&this.activateTab(e)})}},"data-v-54691556",!1,void 0,!1,W,void 0,void 0),bme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 1h9.177a1 1 0 011 1v9.177a1 1 0 01-1 1H2a1 1 0 01-1-1V2a1 1 0 011-1zM0 2a2 2 0 012-2h9.177a2 2 0 012 2v.824H14a2 2 0 012 2V14a2 2 0 01-2 2H4.824a2 2 0 01-2-2v-.823h1V14a1 1 0 001 1H14a1 1 0 001-1V4.824a1 1 0 00-1-1h-.823v7.353a2 2 0 01-2 2H2a2 2 0 01-2-2V2z"}})]))}},jA={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M8.275 6l3.411-3.411a1.072 1.072 0 000-1.517l-.758-.758a1.072 1.072 0 00-1.517 0L6 3.725 2.589.314a1.072 1.072 0 00-1.517 0l-.758.758a1.072 1.072 0 000 1.517L3.725 6 .314 9.411a1.072 1.072 0 000 1.517l.758.758a1.072 1.072 0 001.517 0L6 8.275l3.411 3.411a1.072 1.072 0 001.517 0l.758-.758a1.072 1.072 0 000-1.517L8.275 6z"}})]))}},Cme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 14 14",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M7.013 0c1.87.003 3.569.74 4.822 1.939L12.845.93A.677.677 0 0114 1.41v3.784a.677.677 0 01-.677.677H9.539a.677.677 0 01-.48-1.156l1.18-1.179a4.708 4.708 0 00-3.197-1.278c-2.608-.022-4.806 2.088-4.784 4.783.022 2.556 2.094 4.7 4.742 4.7 1.16 0 2.258-.413 3.123-1.172a.338.338 0 01.462.016l1.12 1.12a.34.34 0 01-.014.491A7 7 0 010 7C-.001 3.14 3.15-.007 7.012 0z"}})]))}},wme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({height:"800",width:"800",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 283.842 283.842"},u),...d},a.concat([r("path",{attrs:{d:"M265.117 22.764l-9.877-8.737c-23.003-20.398-58.227-18.283-78.618 4.726l-28.267 31.89c-6.38 7.199-5.717 18.251 1.479 24.637l2.653 2.354c7.221 6.402 18.239 5.741 24.646-1.481l28.265-31.889c6.305-7.107 17.227-7.761 24.338-1.466l9.865 8.752c7.113 6.303 7.783 17.223 1.469 24.334l-61.808 69.726a17.214 17.214 0 01-20.816 3.875 18.86 18.86 0 00-22.787 4.245l-.482.544a18.76 18.76 0 00-4.439 15.943 18.772 18.772 0 009.825 13.313 55.643 55.643 0 0025.814 6.358 55.625 55.625 0 0041.67-18.775l61.804-69.718c20.368-22.978 18.248-58.247-4.734-78.631z"}}),r("path",{attrs:{d:"M133.998 208.581l-2.659-2.356c-7.204-6.383-18.259-5.712-24.64 1.489L78.445 239.6c-6.308 7.105-17.222 7.764-24.327 1.473l-9.879-8.764c-7.115-6.301-7.783-17.212-1.467-24.325l61.806-69.721c5.124-5.787 13.555-7.442 20.504-4.028 7.986 3.924 17.683 2.016 23.595-4.656l.222-.25a18.496 18.496 0 004.386-15.614 18.496 18.496 0 00-9.533-13.119c-22.828-12.22-50.769-7.22-67.947 12.165l-61.81 69.707v.001c-20.371 22.978-18.252 58.246 4.726 78.622l9.877 8.749c10.583 9.383 23.77 13.992 36.913 13.992 15.394 0 30.724-6.327 41.718-18.724l28.258-31.886c6.393-7.219 5.737-18.235-1.489-24.641z"}})]))}},Ime={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"16",height:"14",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.296 8v2.857L16 5.143 8.296 0v3H5.704C2.554 3 0 5.463 0 8.5c0 3.54 2.641 5.122 3.247 5.44a.547.547 0 00.324.057 3.369 3.369 0 01-1.2-2.569C2.37 9.535 3.961 8 5.925 8c.054 0 .107 0 .16.003.046-.002.09-.003.136-.003h2.074z"}})]))}},xme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"687",height:"293",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("g",{attrs:{opacity:".3"}},[r("mask",{attrs:{id:"a",fill:"#fff"}},[r("path",{attrs:{d:"M133.744 138.405l9.878 2.552 24.853 31.436"}})]),r("path",{attrs:{d:"M143.622 140.957l.633-.5-.169-.213-.262-.068-.202.781zm-10.08-1.771l9.879 2.551.403-1.561-9.879-2.551-.403 1.561zm9.448 2.271l24.853 31.436 1.265-1-24.853-31.436-1.265 1z",fill:"#808B98",mask:"url(#a)"}}),r("mask",{attrs:{id:"b",fill:"#fff"}},[r("path",{attrs:{d:"M121.35 126.266l22.217-63.74h328.497l17.684 15.63"}})]),r("path",{attrs:{d:"M143.567 62.525v-.806h-.572l-.189.54.761.266zm328.497 0l.534-.604-.229-.202h-.305v.806zm-349.953 64.007l22.218-63.741-1.523-.531L120.589 126l1.522.531zm21.456-63.2h30.895v-1.613h-30.895v1.612zm30.895 0h30.895v-1.613h-30.895v1.612zm30.895 0h35.649v-1.613h-35.649v1.612zm35.649 0h35.649v-1.613h-35.649v1.612zm35.649 0h34.831v-1.613h-34.831v1.612zm34.831 0h34.831v-1.613h-34.831v1.612zm34.831 0h30.818v-1.613h-30.818v1.612zm30.818 0h30.818v-1.613h-30.818v1.612zm30.818 0h32.056v-1.613h-32.056v1.612zm32.056 0h32.055v-1.613h-32.055v1.612zm31.521-.203l17.684 15.631 1.068-1.208-17.684-15.63-1.068 1.207z",fill:"#808B98",mask:"url(#b)"}}),r("mask",{attrs:{id:"c",fill:"#fff"}},[r("path",{attrs:{d:"M175.778 171.771L205.357 0h436.944l14.476 15.925"}})]),r("path",{attrs:{d:"M205.357 0v-.806h-.679l-.115.67.794.136zm436.944 0l.596-.542-.239-.264h-.357V0zM176.573 171.908L206.152.137l-1.589-.274-29.579 171.771 1.589.274zM205.357.806h35.649V-.806h-35.649V.806zm35.649 0h35.649V-.806h-35.649V.806zm35.649 0h34.831V-.806h-34.831V.806zm34.831 0h34.831V-.806h-34.831V.806zm34.831 0h30.818V-.806h-30.818V.806zm30.818 0h30.818V-.806h-30.818V.806zm30.818 0h32.055V-.806h-32.055V.806zm32.055 0h32.056V-.806h-32.056V.806zm32.056 0h26.329V-.806h-26.329V.806zm26.329 0h26.329V-.806h-26.329V.806zm26.329 0h26.311V-.806h-26.311V.806zm26.311 0h26.311V-.806h-26.311V.806zm26.311 0h32.478V-.806h-32.478V.806zm32.478 0h32.479V-.806h-32.479V.806zm31.882-.264l14.476 15.925 1.193-1.084L642.897-.542 641.704.542z",fill:"#808B98",mask:"url(#c)"}}),r("mask",{attrs:{id:"d",fill:"#fff"}},[r("path",{attrs:{d:"M177.73 171.771l27.627-64.61 9.879 2.888"}})]),r("path",{attrs:{d:"M205.357 107.161l.227-.774-.687-.2-.281.657.741.317zm-26.886 64.927l27.628-64.61-1.483-.634-27.627 64.61 1.482.634zm26.66-64.153l9.879 2.888.452-1.548-9.878-2.888-.453 1.548z",fill:"#808B98",mask:"url(#d)"}}),r("mask",{attrs:{id:"e",fill:"#fff"}},[r("path",{attrs:{d:"M182.701 171.771l22.656-21.016h71.298l9.879 1.971"}})]),r("path",{attrs:{d:"M205.357 150.755v-.806h-.316l-.232.215.548.591zm71.298 0l.158-.79-.078-.016h-.08v.806zm-93.406 21.607l22.657-21.016-1.097-1.182-22.656 21.016 1.096 1.182zm22.108-20.801h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.492-.015l9.878 1.97.316-1.581-9.879-1.97-.315 1.581z",fill:"#808B98",mask:"url(#e)"}}),r("mask",{attrs:{id:"f",fill:"#fff"}},[r("path",{attrs:{d:"M177.336 171.771l28.021-74.51H407.953L437.7 195.74"}})]),r("path",{attrs:{d:"M205.357 97.261v-.806h-.558l-.196.523.754.283zm202.596 0l.771-.233-.173-.573h-.598v.806zm-229.862 74.793l28.021-74.509-1.509-.567-28.021 74.509 1.509.567zm27.266-73.987h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.046-.572l29.747 98.477 1.544-.467-29.748-98.477-1.543.466z",fill:"#808B98",mask:"url(#f)"}}),r("mask",{attrs:{id:"g",fill:"#fff"}},[r("path",{attrs:{d:"M195.479 178.113l9.878-.611h140.96l13.868 6.253"}})]),r("path",{attrs:{d:"M205.357 177.502v-.806h-.024l-.025.001.049.805zm140.96 0l.332-.735-.158-.071h-.174v.806zm-150.788 1.416l9.878-.611-.099-1.61-9.879.611.1 1.61zm9.828-.61h35.649v-1.612h-35.649v1.612zm35.649 0h35.649v-1.612h-35.649v1.612zm35.649 0h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.5-.071l13.868 6.252.663-1.469-13.868-6.253-.663 1.47z",fill:"#808B98",mask:"url(#g)"}}),r("mask",{attrs:{id:"h",fill:"#fff"}},[r("path",{attrs:{d:"M171.226 187.055l-27.659 65.304-23.276-110.809"}})]),r("path",{attrs:{d:"M143.567 252.359l-.788.165.528 2.517 1.003-2.368-.743-.314zm26.917-65.619l-27.659 65.304 1.485.629 27.658-65.304-1.484-.629zm-26.128 65.453L121.08 141.384l-1.578.332 23.277 110.808 1.577-.331z",fill:"#808B98",mask:"url(#h)"}}),r("mask",{attrs:{id:"i",fill:"#fff"}},[r("path",{attrs:{d:"M84.056 116.138l9.749-2.029h111.553l9.878.962"}})]),r("path",{attrs:{d:"M93.805 114.109v-.807h-.083l-.081.017.164.79zm111.553 0l.078-.803-.039-.004h-.039v.807zM84.22 116.927l9.75-2.029-.33-1.579-9.748 2.03.328 1.578zm9.585-2.012h24.881v-1.613H93.805v1.613zm24.881 0h24.882v-1.613h-24.882v1.613zm24.882 0h30.895v-1.613h-30.895v1.613zm30.895 0h30.895v-1.613h-30.895v1.613zm30.816-.004l9.879.962.156-1.604-9.878-.963-.157 1.605z",fill:"#808B98",mask:"url(#i)"}}),r("mask",{attrs:{id:"j",fill:"#fff"}},[r("path",{attrs:{d:"M75.976 130.344l17.829 3.564h9.878"}})]),r("path",{attrs:{d:"M93.805 133.908l-.158.791.078.015h.08v-.806zm-17.987-2.773l17.829 3.564.316-1.581-17.83-3.564-.315 1.581zm17.987 3.579h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#j)"}}),r("mask",{attrs:{id:"k",fill:"#fff"}},[r("path",{attrs:{d:"M49.122 131.303l44.682 63.567H143.567l15.621-7.815"}})]),r("path",{attrs:{d:"M93.804 194.87l-.66.464.242.342h.418v-.806zm49.763 0v.806h.191l.17-.085-.361-.721zm-95.105-63.104l44.683 63.568 1.319-.927-44.683-63.568-1.319.927zm45.342 63.91h24.882v-1.612H93.804v1.612zm24.882 0h24.881v-1.612h-24.881v1.612zm25.242-.085l15.621-7.815-.721-1.442-15.621 7.815.721 1.442z",fill:"#808B98",mask:"url(#k)"}}),r("mask",{attrs:{id:"l",fill:"#fff"}},[r("path",{attrs:{d:"M47.037 116.019L93.805 6.947H642.3l10.224 10.697"}})]),r("path",{attrs:{d:"M93.805 6.947v-.806h-.532l-.21.489.742.317zm548.496 0l.583-.557-.238-.249h-.345v.806zM47.778 116.337L94.546 7.265l-1.482-.635L46.296 115.7l1.482.636zM93.805 7.753h24.881V6.141H93.805v1.612zm24.881 0h24.881V6.141h-24.881v1.612zm24.881 0h30.895V6.141h-30.895v1.612zm30.895 0h30.895V6.141h-30.895v1.612zm30.895 0h35.649V6.141h-35.649v1.612zm35.649 0h35.649V6.141h-35.649v1.612zm35.649 0h34.831V6.141h-34.831v1.612zm34.831 0h34.831V6.141h-34.831v1.612zm34.831 0h30.818V6.141h-30.818v1.612zm30.818 0h30.818V6.141h-30.818v1.612zm30.818 0h32.056V6.141h-32.056v1.612zm32.056 0h32.055V6.141h-32.055v1.612zm32.055 0h26.329V6.141h-26.329v1.612zm26.329 0h26.33V6.141h-26.33v1.612zm26.33 0h26.31V6.141h-26.31v1.612zm26.31 0h26.311V6.141h-26.311v1.612zm26.311 0h32.479V6.141h-32.479v1.612zm32.479 0h32.478V6.141h-32.478v1.612zm31.896-.249l10.223 10.697 1.165-1.114L642.884 6.39l-1.165 1.114z",fill:"#808B98",mask:"url(#l)"}}),r("mask",{attrs:{id:"m",fill:"#fff"}},[r("path",{attrs:{d:"M245.081 125.224l31.575 59.225h69.661l9.879 2.227"}})]),r("path",{attrs:{d:"M276.656 184.449l-.712.38.228.426h.484v-.806zm69.661 0l.178-.786-.088-.02h-.09v.806zm-101.948-58.846l31.575 59.226 1.423-.759-31.575-59.225-1.423.758zm32.287 59.652h34.831v-1.612h-34.831v1.612zm34.831 0h34.83v-1.612h-34.83v1.612zm34.653-.019l9.879 2.227.354-1.573-9.878-2.227-.355 1.573z",fill:"#808B98",mask:"url(#m)"}}),r("mask",{attrs:{id:"n",fill:"#fff"}},[r("path",{attrs:{d:"M243.634 109.94l33.021-96.046H642.301l9.879 5.04"}})]),r("path",{attrs:{d:"M276.655 13.894v-.806h-.575l-.187.544.762.262zm365.646 0l.367-.718-.173-.088h-.194v.806zm-397.905 96.308l33.022-96.046-1.525-.524-33.022 96.046 1.525.524zm32.259-95.501h34.831v-1.613h-34.831v1.613zm34.831 0h34.831v-1.613h-34.831v1.613zm34.831 0h30.818v-1.613h-30.818v1.613zm30.818 0h30.818v-1.613h-30.818v1.613zm30.818 0h32.056v-1.613h-32.056v1.613zm32.056 0h32.055v-1.613h-32.055v1.613zm32.055 0h26.329v-1.613h-26.329v1.613zm26.329 0h26.33v-1.613h-26.33v1.613zm26.33 0h26.31v-1.613h-26.31v1.613zm26.31 0h26.311v-1.613h-26.311v1.613zm26.311 0h32.479v-1.613h-32.479v1.613zm32.479 0h32.478v-1.613h-32.478v1.613zm32.112-.088l9.879 5.04.732-1.437-9.878-5.04-.733 1.437z",fill:"#808B98",mask:"url(#n)"}}),r("mask",{attrs:{id:"o",fill:"#fff"}},[r("path",{attrs:{d:"M229.301 125.224l-23.944 15.631-24.771 30.916"}})]),r("path",{attrs:{d:"M205.357 140.855l-.44-.675-.108.071-.081.1.629.504zm23.503-16.306l-23.943 15.631.881 1.35 23.943-15.631-.881-1.35zm-24.132 15.802l-24.771 30.915 1.258 1.009 24.771-30.916-1.258-1.008z",fill:"#808B98",mask:"url(#o)"}}),r("mask",{attrs:{id:"p",fill:"#fff"}},[r("path",{attrs:{d:"M266.397 117.708h141.539l29.275 78.086"}})]),r("path",{attrs:{d:"M266.397 116.902h-.806v1.612h.806v-1.612zm141.539.806l.754-.283-.196-.523h-.558v.806zm28.52 78.369l.283.754 1.51-.566-.283-.754-1.51.566zm-170.059-77.563h9.904v-1.612h-9.904v1.612zm9.904 0h34.92v-1.612h-34.92v1.612zm34.92 0h34.921v-1.612h-34.921v1.612zm34.921 0h30.897v-1.612h-30.897v1.612zm30.897 0h30.897v-1.612h-30.897v1.612zm30.142-.523l29.275 78.086 1.51-.566-29.276-78.086-1.509.566z",fill:"#808B98",mask:"url(#p)"}}),r("mask",{attrs:{id:"q",fill:"#fff"}},[r("path",{attrs:{d:"M247.797 125.224l28.858 32.478h9.879"}})]),r("path",{attrs:{d:"M276.655 157.702l-.602.536.24.271h.362v-.807zm-29.461-31.942l28.859 32.478 1.205-1.071-28.859-32.478-1.205 1.071zm29.461 32.749h9.879v-1.613h-9.879v1.613z",fill:"#808B98",mask:"url(#q)"}}),r("mask",{attrs:{id:"r",fill:"#fff"}},[r("path",{attrs:{d:"M247.625 109.94l29.03-33.52h195.409l9.879 3.519"}})]),r("path",{attrs:{d:"M276.655 76.42v-.806h-.368l-.241.278.609.528zm195.409 0l.271-.76-.132-.046h-.139v.806zm-223.83 34.048l29.031-33.52-1.219-1.056-29.031 33.52 1.219 1.056zm28.421-33.242h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm31.786-.047l9.878 3.519.541-1.519-9.878-3.519-.541 1.519z",fill:"#808B98",mask:"url(#r)"}}),r("mask",{attrs:{id:"s",fill:"#fff"}},[r("path",{attrs:{d:"M243.307 125.224l33.349 110.809 13.653 3.88"}})]),r("path",{attrs:{d:"M276.656 236.033l-.772.232.127.422.424.121.221-.775zm-34.121-110.577l33.349 110.809 1.544-.465-33.35-110.808-1.543.464zm33.9 111.352l13.654 3.881.441-1.551-13.654-3.881-.441 1.551z",fill:"#808B98",mask:"url(#s)"}}),r("mask",{attrs:{id:"t",fill:"#fff"}},[r("path",{attrs:{d:"M245.4 109.94l31.255-54.362H577.344l30.253 103.861"}})]),r("path",{attrs:{d:"M276.655 55.578v-.806h-.466l-.233.404.699.402zm300.689 0l.774-.226-.169-.58h-.605v.806zm-331.245 54.764l31.255-54.362-1.398-.804-31.255 54.362 1.398.804zm30.556-53.958h34.831v-1.612h-34.831v1.612zm34.831 0h34.831v-1.612h-34.831v1.612zm34.831 0h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.055v-1.612h-32.055v1.612zm32.055 0h32.056v-1.612h-32.056v1.612zm32.056 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.31v-1.612h-26.31v1.612zm26.31 0h26.311v-1.612h-26.311v1.612zm25.537-.58l30.253 103.861 1.548-.451-30.253-103.862-1.548.451z",fill:"#808B98",mask:"url(#t)"}}),r("mask",{attrs:{id:"u",fill:"#fff"}},[r("path",{attrs:{d:"M429.242 211.023l-21.289 15.11H205.357l-25.841-39.078"}})]),r("path",{attrs:{d:"M407.953 226.133v.806h.257l.21-.149-.467-.657zm-202.596 0l-.672.444.239.362h.433v-.806zm223.418-15.768l-21.289 15.11.934 1.315 21.288-15.11-.933-1.315zm-20.822 14.962h-30.818v1.612h30.818v-1.612zm-30.818 0h-30.818v1.612h30.818v-1.612zm-30.818 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-34.976.361l-25.842-39.078-1.345.889 25.842 39.078 1.345-.889z",fill:"#808B98",mask:"url(#u)"}}),r("mask",{attrs:{id:"v",fill:"#fff"}},[r("path",{attrs:{d:"M441.351 195.739l30.713-174.897h170.238l9.878 2.52"}})]),r("path",{attrs:{d:"M472.064 20.842v-.806h-.677l-.117.666.794.14zm170.238 0l.199-.781-.098-.025h-.101v.806zM442.145 195.878l30.713-174.897-1.588-.279L440.557 195.6l1.588.279zm29.919-174.23h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.279-.025l9.879 2.52.398-1.563-9.878-2.52-.399 1.563z",fill:"#808B98",mask:"url(#v)"}}),r("mask",{attrs:{id:"w",fill:"#fff"}},[r("path",{attrs:{d:"M442.05 195.739l30.014-112.372 9.879.912"}})]),r("path",{attrs:{d:"M472.064 83.367l.075-.803-.678-.062-.175.657.778.208zm-29.235 112.58l30.014-112.372-1.557-.416-30.015 112.372 1.558.416zM471.99 84.17l9.879.912.148-1.606-9.878-.912-.149 1.606z",fill:"#808B98",mask:"url(#w)"}}),r("mask",{attrs:{id:"x",fill:"#fff"}},[r("path",{attrs:{d:"M442.972 211.023l29.092 75.03h52.659l9.878 1.304"}})]),r("path",{attrs:{d:"M472.064 286.053l-.751.291.199.515h.552v-.806zm52.659 0l.105-.799-.052-.007h-.053v.806zm-82.503-74.739l29.093 75.03 1.503-.583-29.093-75.03-1.503.583zm29.844 75.545h26.329v-1.612h-26.329v1.612zm26.329 0h26.33v-1.612h-26.33v1.612zm26.224-.007l9.879 1.304.211-1.598-9.879-1.304-.211 1.598z",fill:"#808B98",mask:"url(#x)"}}),r("mask",{attrs:{id:"y",fill:"#fff"}},[r("path",{attrs:{d:"M313.535 150.06l32.782-122.271H652.18"}})]),r("path",{attrs:{d:"M346.317 27.789v-.806h-.618l-.16.597.778.209zm-32.003 122.48l32.782-122.271-1.557-.418-32.782 122.272 1.557.417zm32.003-121.674h30.818v-1.612h-30.818v1.612zm30.818 0h30.818v-1.612h-30.818v1.612zm30.818 0h32.056v-1.612h-32.056v1.612zm32.056 0h32.055v-1.612h-32.055v1.612zm32.055 0h26.33v-1.612h-26.33v1.612zm26.33 0h26.329v-1.612h-26.329v1.612zm26.329 0h26.311v-1.612h-26.311v1.612zm26.311 0h26.31v-1.612h-26.31v1.612zm26.31 0h32.479v-1.612h-32.479v1.612zm32.479 0h32.479v-1.612h-32.479v1.612zm32.479 0h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#y)"}}),r("mask",{attrs:{id:"z",fill:"#fff"}},[r("path",{attrs:{d:"M319.387 165.344l26.931 26.053h9.878"}})]),r("path",{attrs:{d:"M346.318 191.397l-.561.579.235.227h.326v-.806zm-27.492-25.473l26.931 26.052 1.121-1.159-26.931-26.052-1.121 1.159zm27.492 26.279h9.878v-1.613h-9.878v1.613z",fill:"#808B98",mask:"url(#z)"}}),r("mask",{attrs:{id:"A",fill:"#fff"}},[r("path",{attrs:{d:"M316.367 165.344l29.951 46.894H407.953l9.879-2.729"}})]),r("path",{attrs:{d:"M346.318 212.238l-.68.434.238.372h.442v-.806zm61.635 0v.806h.11l.105-.029-.215-.777zm-92.265-46.46l29.95 46.894 1.359-.868-29.95-46.894-1.359.868zm30.63 47.266h30.817v-1.612h-30.817v1.612zm30.817 0h30.818v-1.612h-30.818v1.612zm31.033-.029l9.878-2.729-.429-1.554-9.879 2.729.43 1.554z",fill:"#808B98",mask:"url(#A)"}}),r("mask",{attrs:{id:"B",fill:"#fff"}},[r("path",{attrs:{d:"M360.185 199.039l-13.868 6.252h-140.96l-21.771-18.236"}})]),r("path",{attrs:{d:"M346.317 205.291v.806h.174l.158-.071-.332-.735zm-140.96 0l-.517.618.224.188h.293v-.806zm154.497-6.987l-13.868 6.252.663 1.47 13.868-6.252-.663-1.47zm-13.537 6.181h-34.831v1.612h34.831v-1.612zm-34.831 0h-34.831v1.612h34.831v-1.612zm-34.831 0h-35.649v1.612h35.649v-1.612zm-35.649 0h-35.649v1.612h35.649v-1.612zm-35.131.188l-21.772-18.236-1.035 1.236 21.772 18.236 1.035-1.236z",fill:"#808B98",mask:"url(#B)"}}),r("mask",{attrs:{id:"C",fill:"#fff"}},[r("path",{attrs:{d:"M378.639 183.755l29.314-149.019H642.302l9.878-2.52"}})]),r("path",{attrs:{d:"M407.953 34.736v-.806h-.663l-.128.65.791.156zm234.349 0v.806h.101l.098-.025-.199-.78zM379.43 183.91l29.314-149.018-1.582-.311-29.314 149.018 1.582.311zm28.523-148.368h32.056V33.93h-32.056v1.612zm32.056 0h32.056V33.93h-32.056v1.612zm32.056 0h26.329V33.93h-26.329v1.612zm26.329 0h26.329V33.93h-26.329v1.612zm26.329 0h26.311V33.93h-26.311v1.612zm26.311 0h26.311V33.93h-26.311v1.612zm26.311 0h32.478V33.93h-32.478v1.612zm32.478 0h32.479V33.93h-32.479v1.612zm32.678-.025l9.879-2.52-.399-1.562-9.878 2.52.398 1.562z",fill:"#808B98",mask:"url(#C)"}}),r("mask",{attrs:{id:"D",fill:"#fff"}},[r("path",{attrs:{d:"M496.682 93.44l-24.618 109.941h-9.878"}})]),r("path",{attrs:{d:"M472.064 203.381v.806h.646l.141-.63-.787-.176zm23.832-110.117l-24.618 109.94 1.573.353 24.618-109.94-1.573-.353zm-23.832 109.31h-9.878v1.613h9.878v-1.613z",fill:"#808B98",mask:"url(#D)"}}),r("mask",{attrs:{id:"E",fill:"#fff"}},[r("path",{attrs:{d:"M497.163 93.44l-25.099 155.966H407.953l-26.758-50.367"}})]),r("path",{attrs:{d:"M472.064 249.406v.806h.687l.109-.678-.796-.128zm-64.111 0l-.712.378.227.428h.485v-.806zm88.415-156.094l-25.1 155.966 1.592.256 25.099-155.965-1.591-.257zM472.064 248.6h-32.056v1.612h32.056V248.6zm-32.056 0h-32.055v1.612h32.055V248.6zm-31.344.428l-26.758-50.368-1.423.757 26.758 50.367 1.423-.756z",fill:"#808B98",mask:"url(#E)"}}),r("mask",{attrs:{id:"F",fill:"#fff"}},[r("path",{attrs:{d:"M499.365 93.44L524.723 293l9.879-1.304"}})]),r("path",{attrs:{d:"M524.723 293l-.8.102.102.803.804-.106-.106-.799zM498.565 93.542l25.358 199.56 1.6-.204-25.358-199.56-1.6.204zm26.264 200.257l9.878-1.304-.211-1.598-9.878 1.304.211 1.598z",fill:"#808B98",mask:"url(#F)"}}),r("mask",{attrs:{id:"G",fill:"#fff"}},[r("path",{attrs:{d:"M607.393 174.723l-30.049 94.483H205.358l-28.266-82.151"}})]),r("path",{attrs:{d:"M577.344 269.206v.806h.59l.179-.562-.769-.244zm-371.986 0l-.763.262.187.544h.576v-.806zm401.266-94.727l-30.048 94.482 1.537.489 30.048-94.483-1.537-.488zm-29.28 93.921h-26.31v1.612h26.31V268.4zm-26.31 0h-26.311v1.612h26.311V268.4zm-26.311 0h-26.329v1.612h26.329V268.4zm-26.329 0h-26.33v1.612h26.33V268.4zm-26.33 0h-32.055v1.612h32.055V268.4zm-32.055 0h-32.056v1.612h32.056V268.4zm-32.056 0h-30.818v1.612h30.818V268.4zm-30.818 0h-30.818v1.612h30.818V268.4zm-30.818 0h-34.831v1.612h34.831V268.4zm-34.831 0h-34.83v1.612h34.83V268.4zm-34.83 0h-35.649v1.612h35.649V268.4zm-35.649 0h-35.649v1.612h35.649V268.4zm-34.887.543l-28.266-82.151-1.524.525 28.265 82.151 1.525-.525z",fill:"#808B98",mask:"url(#G)"}}),r("mask",{attrs:{id:"H",fill:"#fff"}},[r("path",{attrs:{d:"M632.423 167.081h9.878L666.99 40.768"}})]),r("path",{attrs:{d:"M642.301 167.081v.806h.664l.128-.651-.792-.155zm-9.878.806h9.878v-1.612h-9.878v1.612zm10.67-.651l24.688-126.313-1.582-.31-24.689 126.314 1.583.309z",fill:"#808B98",mask:"url(#H)"}}),r("mask",{attrs:{id:"I",fill:"#fff"}},[r("path",{attrs:{d:"M558.407 262.822l18.937 16.997h64.957l26.007-239.021"}})]),r("path",{attrs:{d:"M577.344 279.819l-.538.6.229.206h.309v-.806zm64.957 0v.806h.724l.078-.719-.802-.087zm-84.432-16.397l18.937 16.997 1.077-1.2-18.937-16.996-1.077 1.199zm19.475 17.203h32.479v-1.612h-32.479v1.612zm32.479 0h32.478v-1.612h-32.478v1.612zm33.28-.719l26.007-239.02-1.603-.175L641.5 279.732l1.603.174z",fill:"#808B98",mask:"url(#I)"}}),r("mask",{attrs:{id:"J",fill:"#fff"}},[r("path",{attrs:{d:"M552.676 281.884l24.669-114.803h9.878"}})]),r("path",{attrs:{d:"M577.345 167.081v-.806h-.652l-.137.637.789.169zm-23.881 114.973l24.669-114.803-1.577-.339-24.668 114.803 1.576.339zm23.881-114.167h9.878v-1.612h-9.878v1.612z",fill:"#808B98",mask:"url(#J)"}}),r("mask",{attrs:{id:"K",fill:"#fff"}},[r("path",{attrs:{d:"M290.309 245.933h-84.952l-27.345-58.878"}})]),r("path",{attrs:{d:"M205.357 245.933l-.731.339.217.467h.514v-.806zm84.952-.807h-13.654v1.613h13.654v-1.613zm-13.654 0h-35.649v1.613h35.649v-1.613zm-35.649 0h-35.649v1.613h35.649v-1.613zm-34.918.467l-27.345-58.878-1.462.679 27.345 58.878 1.462-.679z",fill:"#808B98",mask:"url(#K)"}}),r("mask",{attrs:{id:"L",fill:"#fff"}},[r("path",{attrs:{d:"M317.08 238.29l29.237-39.946 9.879-2.227"}})]),r("path",{attrs:{d:"M346.317 198.344l-.177-.787-.295.067-.178.244.65.476zm-28.587 40.423l29.238-39.947-1.301-.952-29.238 39.946 1.301.953zm28.765-39.637l9.878-2.227-.354-1.573-9.879 2.227.355 1.573z",fill:"#808B98",mask:"url(#L)"}}),r("path",{attrs:{d:"M104.196 141.622v-14.478h29.199v14.478h-29.199zM153.959 187.126v-14.477h41.227v14.477h-41.227z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}}),r("mask",{attrs:{id:"M",fill:"#fff"}},[r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83"}})]),r("path",{attrs:{d:"M652.289 18.83c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534 0-.95-1.828-1.862-5.083-2.534-3.255-.673-7.669-1.05-12.272-1.05-4.603 0-9.018.377-12.272 1.05-3.255.672-5.084 1.583-5.084 2.534v18.868c0 .95 1.829 1.862 5.084 2.534 3.254.672 7.669 1.05 12.272 1.05 4.603 0 9.017-.378 12.272-1.05 3.255-.672 5.083-1.584 5.083-2.534V18.83",fill:"#808B98","fill-opacity":".2"}}),r("path",{attrs:{d:"M687 18.83h.806H687zm-34.711 0h-.806.806zm0 18.868h-.806.806zm34.711 0h.806H687zM651.483 18.83c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.342 3.005-.756 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324c0-.515-.251-.94-.563-1.263-.31-.32-.729-.593-1.204-.83-.954-.476-2.303-.889-3.959-1.23l-.326 1.578c1.598.33 2.791.709 3.565 1.095.389.193.631.369.765.508.132.137.11.181.11.142h1.612zm-5.726-3.324c-3.325-.687-7.797-1.066-12.435-1.066v1.612c4.567 0 8.924.375 12.109 1.033l.326-1.579zm-12.435-1.066c-4.639 0-9.111.38-12.435 1.066l.326 1.579c3.185-.658 7.541-1.033 12.109-1.033V14.44zm-12.435 1.066c-1.657.342-3.005.755-3.959 1.23-.476.238-.894.51-1.204.83-.313.324-.564.749-.564 1.264h1.613c0 .04-.023-.005.109-.142.135-.14.377-.315.765-.508.774-.386 1.967-.765 3.566-1.095l-.326-1.579zm-5.727 3.324v18.868h1.613V18.83h-1.613zm0 18.868c0 .515.251.94.564 1.263.31.32.728.593 1.204.83.954.476 2.302.889 3.959 1.23l.326-1.578c-1.599-.33-2.792-.71-3.566-1.095-.388-.194-.63-.37-.765-.508-.132-.137-.109-.182-.109-.142h-1.613zm5.727 3.324c3.324.686 7.796 1.066 12.435 1.066v-1.612c-4.568 0-8.924-.376-12.109-1.033l-.326 1.579zm12.435 1.066c4.638 0 9.11-.38 12.435-1.066l-.326-1.58c-3.185.658-7.542 1.034-12.109 1.034v1.612zm12.435-1.066c1.656-.343 3.005-.755 3.959-1.231.475-.237.894-.51 1.204-.83.312-.323.563-.748.563-1.263h-1.612c0-.04.022.005-.11.142-.134.139-.376.314-.765.508-.774.386-1.967.765-3.565 1.095l.326 1.579zm5.726-3.324V18.83h-1.612v18.868h1.612z",fill:"#808B98",mask:"url(#M)"}}),r("path",{attrs:{d:"M482.456 93.512V79.034h32.095v14.478h-32.095zM215.749 125.296v-14.478h50.735v14.478h-50.735zM286.899 165.521v-14.478h49.098v14.478h-49.098zM418.344 211.094v-14.477h43.548v14.477h-43.548zM587.735 174.795v-14.478h44.394v14.478h-44.394zM356.709 199.11v-14.477h41.072v14.477h-41.072zM83.343 116.723l-8.235 14.478H3.964l8.234-14.478h71.145zM290.822 253.646v-14.478h41.548v14.478h-41.548z",fill:"#808B98","fill-opacity":".15",stroke:"#808B98","stroke-width":".806"}})])]))}},Sme={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 6.545h2.182V12H0zM3.272 3.273h2.182V12H3.272zM6.546 0h2.182v12H6.546zM9.818 1.091H12V12H9.818z"}})]))}},Rme=H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{key:e.renderKey,staticClass:"diagram-component"})},staticRenderFns:[]},function(e){e&&e("data-v-7866a88e_0",{source:".diagram-component{width:100%;height:100%}.diagram-component .appmap.appmap--theme-dark{overflow:hidden}",map:void 0,media:void 0})},{name:"v-diagram-component",props:{theme:{type:String,default:"dark",validator:e=>["dark","light"].indexOf(e)!==-1},zoomButtons:{type:Boolean,default:!0},classMap:Q.ClassMap},data:()=>({renderKey:0,componentDiagram:null}),watch:{$props:{handler(){this.renderKey+=1},deep:!0},"$store.state.appMap":{handler(){this.renderKey+=1,this.renderDiagram()}},"$store.getters.selectedObject":{handler(){this.highlightSelectedCodeObject()}}},methods:{highlightSelectedCodeObject(e=!0){let{selectedObject:t}=this.$store.getters;if(!t)return void this.componentDiagram.highlight(null);let r=t;if(t instanceof Q.Event&&(r=t.codeObject),r instanceof Q.CodeObject)if(r.type===Q.CodeObjectType.FUNCTION&&(r=r.classObject),this.componentDiagram.hasObject(r))this.componentDiagram.highlight(r);else{let n=[...r.ancestors()].find(i=>this.componentDiagram.hasObject(i));if(n){let i=[Q.CodeObjectType.PACKAGE,Q.CodeObjectType.HTTP].includes(n.type);e&&i?(this.componentDiagram.expand(n),this.componentDiagram.highlight(r)):this.componentDiagram.highlight(n)}}},renderDiagram(){this.$nextTick(()=>{this.componentDiagram=new dd(this.$el,{theme:this.theme,zoom:{controls:this.zoomButtons}}),this.componentDiagram.render(this.classMap),this.componentDiagram.on("click",e=>this.selectCodeObject(e)).on("edge",e=>this.selectCodeObject({...e,type:"edge"})).on("collapse",()=>this.highlightSelectedCodeObject(!1)).on("expand",()=>this.highlightSelectedCodeObject(!1)).on("makeRoot",e=>{this.$root.$emit("makeRoot",e)}),this.highlightSelectedCodeObject()})},selectCodeObject(e){this.$store&&(this.$store.commit(xf),this.$store.commit(pt,e))}},mounted(){this.renderDiagram()},updated(){this.renderDiagram()},activated(){this.componentDiagram&&(this.componentDiagram.render(this.classMap),this.highlightSelectedCodeObject())}},void 0,!1,void 0,!1,W,void 0,void 0),Ol;(function(e){e.Self="self",e.Right="right",e.Left="left"})(Ol||(Ol={}));var Yt=class{constructor(t,r,n,i,a,s){Je(this,"diagramSpec");Je(this,"action");Je(this,"nodeType");Je(this,"index");Je(this,"callerLifecycleDepth");Je(this,"calleeLifecycleDepth");Je(this,"children");Je(this,"callIndex");Je(this,"returnIndex");Je(this,"openGroup");Je(this,"closeGroup");this.diagramSpec=t,this.action=r,this.nodeType=n,this.index=i,this.callerLifecycleDepth=a,this.calleeLifecycleDepth=s,this.children=[]}get eventIds(){return this.action.eventIds||[]}get diagram(){return this.diagramSpec.diagram}get ancestorIndexes(){let t=[],r=this.diagramSpec.parentOf(this);for(;r;)t.push(r.index),r=this.diagramSpec.parentOf(r);return t}get gridRows(){return[this.index+2,this.index+2].join(" / ")}get maxGridColumn(){return this.diagram.actors.length+1}get diffClasses(){let t=[];return this.action.diffMode&&t.push("diff"),this.action.diffMode===me.DiffMode.Insert?t.push("diff-insert"):this.action.diffMode===me.DiffMode.Delete?t.push("diff-delete"):this.action.diffMode===me.DiffMode.Change&&t.push("diff-change"),t}get groupMemberAttributes(){return{"--open-group-count":this.openGroup?1:0,"--close-group-count":this.closeGroup?1:0}}get lifecycleAttributes(){return{"--caller-lifecycle-depth":this.callerLifecycleDepth||0,"--callee-lifecycle-depth":this.calleeLifecycleDepth||0}}get callArrowDirection(){let t=this.calleeActionIndex-this.callerActionIndex;return t>0?Ol.Right:t<0?Ol.Left:Ol.Self}get nodeName(){return(0,me.nodeName)(this.action)}get nodeResult(){return(0,me.nodeResult)(this.action)}get hasElapsed(){return this.action.elapsed!==void 0}get elapsedTimeMs(){if(this.action.elapsed!==void 0)return+(1e3*this.action.elapsed).toPrecision(3)}get descendantsActorIndexSpan(){let t=new Set,r=i=>{(0,me.actionActors)(i).filter(Boolean).forEach(a=>t.add(a.id)),i.children.forEach(a=>r(a))};this.action.children.forEach(i=>r(i));let n=[...t].map(i=>this.diagram.actors.findIndex(a=>a.id===i)).filter(i=>i>=0).sort((i,a)=>i>a?1:-1);return[n[0],n[n.length-1]]}get callerActionIndex(){let t=(0,me.actionActors)(this.action);if(!t[0])return 1;let r=this.diagram.actors.findIndex(n=>t[0].id===n.id);if(r===-1)throw Error();return r+2}get calleeActionIndex(){let t=(0,me.actionActors)(this.action);if(!t[1])return 1;let r=this.diagram.actors.findIndex(n=>t[1].id===n.id);if(r===-1)throw Error();return r+2}get hasResult(){return(0,me.nodeResult)(this.action)!==void 0}isCollapsed(t){return this.ancestorIndexes.find(r=>t[r])!==void 0}},Tme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.loopClasses,style:{"grid-column":e.gridColumns,"grid-row":e.gridRows}},[r("div",{staticClass:"label-container"},[r("div",{staticClass:"label"},[e._v("Loop")]),e._v(" "),r("div",{staticClass:"description"},[e._v(`
117
117
  [
118
118
  `),r("div",{staticClass:"count"},[e._v(e._s(e.actionSpec.action.count)+" times")]),e._v(" "),r("div",{staticClass:"elapsed"},[e._v(e._s(e.actionSpec.elapsedTimeMs)+"ms")]),e._v(`
119
119
  ]
120
- `)])])])},staticRenderFns:[]},function(e){e&&e("data-v-6c0c31ff_0",{source:".loop[data-v-6c0c31ff]{margin:15px -20px 10px -20px;border:2px solid #242c41;position:relative;display:inline-block;font-weight:700;pointer-events:none;border-radius:0}.loop .label-container[data-v-6c0c31ff]{white-space:nowrap;background-color:#242c41}.loop .label-container div[data-v-6c0c31ff]{display:inline-block}.loop .label-container .label[data-v-6c0c31ff]{padding:5px;height:28px;background-color:#262b3a;color:#e3e5e8;border-bottom:2px solid #242c41;position:relative}.loop .label-container .label .rhs-effect[data-v-6c0c31ff]{position:absolute;top:0;left:100%}.loop .label-container .description[data-v-6c0c31ff]{font-size:9pt;font-weight:400;color:#9297a5}.loop .label-container .description .elapsed[data-v-6c0c31ff]{color:#b3b9c1}.loop-collapsed[data-v-6c0c31ff]{display:none}",map:void 0,media:void 0})},{name:"v-sequence-loop",props:{actionSpec:{type:Yt,required:!0,readonly:!0},collapsedActions:{type:Array,required:!0}},data(){return{collapsedActionState:this.collapsedActions,columnIndexSpan:this.actionSpec.descendantsActorIndexSpan}},computed:{loopClasses(){let e=["loop"];return this.actionSpec.isCollapsed(this.collapsedActionState)&&e.push("loop-collapsed"),e},gridRows(){return[this.actionSpec.index+2,this.actionSpec.returnIndex+2].join(" / ")},gridColumns(){let[e,t]=this.columnIndexSpan;return[e+2,t+2].join(" / ")}}},"data-v-6c0c31ff",!1,void 0,!1,W,void 0,void 0),UA={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M12 5v2L2 12H0V0h2l10 5z"}})]))}},bi=class{constructor(t,r){Je(this,"text");Je(this,"diffMode");this.text=t,this.diffMode=r}get class(){let t=[];return this.diffMode===me.DiffMode.Delete?t.push("delete"):this.diffMode===me.DiffMode.Insert&&t.push("insert"),t}},Ome=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.collapseEnabled?[r("div",{class:e.collapseClasses,on:{click:e.collapseOrExpand}},[e._v(e._s(e.collapseExpandIndicator))])]:e._e(),e._v(" "),r("div",{class:e.nameClasses},[e._l(e.name,function(n){return[r("span",{key:n.text,class:n.class,on:{click:e.selectEvent}},[e._v(e._s(n.text))])]})],2),e._v(" "),e.actionSpec.hasElapsed?[r("span",{staticClass:"elapsed"},[e._v(e._s(e.actionSpec.elapsedTimeMs)+" ms")])]:e._e()],2)},staticRenderFns:[]},function(e){e&&e("data-v-11c44f6b_0",{source:'.label[data-v-11c44f6b]{display:inline-block;font-size:9pt;font-family:"IBM Plex Mono",monospace;margin-left:.5rem;white-space:nowrap;max-width:160px;text-overflow:ellipsis}.label .collapse-expand[data-v-11c44f6b]{display:inline-block;width:1.5em;text-align:center}.label .name[data-v-11c44f6b]{border-radius:3px;color:#b8bec6;display:inline-block;padding:2px 4px}.label .name.static[data-v-11c44f6b]{text-decoration:underline;padding:2px 4px;border-radius:3px}.label .name>.delete[data-v-11c44f6b]{text-decoration:line-through;color:#808b98;padding:2px 4px;border-radius:3px}.label .elapsed[data-v-11c44f6b]{color:#808b98;padding:2px 4px;border-radius:3px}.call.selected>.call-line-segment .label .name[data-v-11c44f6b],.call.selected>.self-call .label .name[data-v-11c44f6b]{color:#e3e5e8}.call.selected>.call-line-segment .label .elapsed[data-v-11c44f6b],.call.selected>.self-call .label .elapsed[data-v-11c44f6b]{color:#e3e5e8a6}.interactive .collapse-expand[data-v-11c44f6b]:hover,.interactive .name[data-v-11c44f6b]:hover{cursor:pointer;color:#768ecb}',map:void 0,media:void 0})},{name:"v-sequence-call-label",components:{},props:{actionSpec:{type:Yt,required:!0,readonly:!0},collapsedActions:{type:Array,required:!0},interactive:{type:Boolean,required:!0,readonly:!0},appMap:{type:Object}},data(){return{collapsedActionState:this.collapsedActions}},computed:{classes(){return{label:!0,interactive:this.interactive}},collapseEnabled(){return!!this.interactive&&this.actionSpec.action.children.length!==0},collapsed(){return this.collapsedActionState[this.actionSpec.index]},collapseExpandIndicator(){return this.collapsed?"[+]":"[-]"},collapseClasses(){let e=["collapse-expand"];return e.push(this.collapsed?"collapsed":"expanded"),e},nameClasses(){let e=["name"];return(0,me.isFunction)(this.actionSpec.action)&&this.actionSpec.action.static&&e.push("static"),e},name(){if(!this.actionSpec.action.formerName)return[new bi(this.actionSpec.nodeName,this.actionSpec.action.diffMode)];let e=[],t=this.actionSpec.action.formerName,r=this.actionSpec.nodeName,n=fN(t,r);if(n.reduce((i,a)=>a.added||a.removed?i+(a.count||0):i,0)/Math.max(t.length,r.length)<.25)for(let i of n){let a=i.value;i.removed?e.push(new bi(a,me.DiffMode.Delete)):e.push(new bi(a,me.DiffMode.Insert))}else e.push(new bi(t,me.DiffMode.Delete)),e.push(new bi(r,me.DiffMode.Insert));return e}},methods:{collapseOrExpand(){this.$set(this.collapsedActionState,this.actionSpec.index,!this.collapsed)},selectEvent(){if(this.appMap){let e=this.actionSpec.eventIds[0];if(e===void 0)return;let t=this.appMap.events.find(r=>r.id===e);t&&this.$store.commit(pt,t)}}}},"data-v-11c44f6b",!1,void 0,!1,W,void 0,void 0),l9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"diff-channel",style:{"grid-column":[1,e.maxGridColumn+1].join(" / "),"grid-row":e.gridRows}},[r("div",{staticClass:"diff-channel-marker"},[r("span",{staticClass:"diff-channel-label"},[e._v(`
120
+ `)])])])},staticRenderFns:[]},function(e){e&&e("data-v-13789262_0",{source:".loop[data-v-13789262]{margin:15px -20px 10px -20px;border:2px solid #242c41;position:relative;display:inline-block;font-weight:700;pointer-events:none;border-radius:0}.loop .label-container[data-v-13789262]{white-space:nowrap;background-color:#242c41}.loop .label-container div[data-v-13789262]{display:inline-block}.loop .label-container .label[data-v-13789262]{padding:5px;height:28px;background-color:#262b3a;color:#e3e5e8;border-bottom:2px solid #242c41;position:relative}.loop .label-container .label .rhs-effect[data-v-13789262]{position:absolute;top:0;left:100%}.loop .label-container .description[data-v-13789262]{font-size:9pt;font-weight:400;color:#9297a5}.loop .label-container .description .elapsed[data-v-13789262]{color:#b3b9c1}.loop-collapsed[data-v-13789262]{display:none}",map:void 0,media:void 0})},{name:"v-sequence-loop",props:{actionSpec:{type:Yt,required:!0,readonly:!0},collapsedActions:{type:Array,required:!0}},data(){return{collapsedActionState:this.collapsedActions,columnIndexSpan:this.actionSpec.descendantsActorIndexSpan}},computed:{loopClasses(){let e=["loop"];return this.actionSpec.isCollapsed(this.collapsedActionState)&&e.push("loop-collapsed"),e},gridRows(){return[this.actionSpec.index+2,this.actionSpec.returnIndex+2].join(" / ")},gridColumns(){let[e,t]=this.columnIndexSpan;return[e+2,t+2].join(" / ")}}},"data-v-13789262",!1,void 0,!1,W,void 0,void 0),UA={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"12",height:"12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M12 5v2L2 12H0V0h2l10 5z"}})]))}},bi=class{constructor(t,r){Je(this,"text");Je(this,"diffMode");this.text=t,this.diffMode=r}get class(){let t=[];return this.diffMode===me.DiffMode.Delete?t.push("delete"):this.diffMode===me.DiffMode.Insert&&t.push("insert"),t}},Ome=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[e.collapseEnabled?[r("div",{class:e.collapseClasses,on:{click:e.collapseOrExpand}},[e._v(e._s(e.collapseExpandIndicator))])]:e._e(),e._v(" "),r("div",{class:e.nameClasses},[e._l(e.name,function(n){return[r("span",{key:n.text,class:n.class,on:{click:e.selectEvent}},[e._v(e._s(n.text))])]})],2),e._v(" "),e.actionSpec.hasElapsed?[r("span",{staticClass:"elapsed"},[e._v(e._s(e.actionSpec.elapsedTimeMs)+" ms")])]:e._e()],2)},staticRenderFns:[]},function(e){e&&e("data-v-11c44f6b_0",{source:'.label[data-v-11c44f6b]{display:inline-block;font-size:9pt;font-family:"IBM Plex Mono",monospace;margin-left:.5rem;white-space:nowrap;max-width:160px;text-overflow:ellipsis}.label .collapse-expand[data-v-11c44f6b]{display:inline-block;width:1.5em;text-align:center}.label .name[data-v-11c44f6b]{border-radius:3px;color:#b8bec6;display:inline-block;padding:2px 4px}.label .name.static[data-v-11c44f6b]{text-decoration:underline;padding:2px 4px;border-radius:3px}.label .name>.delete[data-v-11c44f6b]{text-decoration:line-through;color:#808b98;padding:2px 4px;border-radius:3px}.label .elapsed[data-v-11c44f6b]{color:#808b98;padding:2px 4px;border-radius:3px}.call.selected>.call-line-segment .label .name[data-v-11c44f6b],.call.selected>.self-call .label .name[data-v-11c44f6b]{color:#e3e5e8}.call.selected>.call-line-segment .label .elapsed[data-v-11c44f6b],.call.selected>.self-call .label .elapsed[data-v-11c44f6b]{color:#e3e5e8a6}.interactive .collapse-expand[data-v-11c44f6b]:hover,.interactive .name[data-v-11c44f6b]:hover{cursor:pointer;color:#768ecb}',map:void 0,media:void 0})},{name:"v-sequence-call-label",components:{},props:{actionSpec:{type:Yt,required:!0,readonly:!0},collapsedActions:{type:Array,required:!0},interactive:{type:Boolean,required:!0,readonly:!0},appMap:{type:Object}},data(){return{collapsedActionState:this.collapsedActions}},computed:{classes(){return{label:!0,interactive:this.interactive}},collapseEnabled(){return!!this.interactive&&this.actionSpec.action.children.length!==0},collapsed(){return this.collapsedActionState[this.actionSpec.index]},collapseExpandIndicator(){return this.collapsed?"[+]":"[-]"},collapseClasses(){let e=["collapse-expand"];return e.push(this.collapsed?"collapsed":"expanded"),e},nameClasses(){let e=["name"];return(0,me.isFunction)(this.actionSpec.action)&&this.actionSpec.action.static&&e.push("static"),e},name(){if(!this.actionSpec.action.formerName)return[new bi(this.actionSpec.nodeName,this.actionSpec.action.diffMode)];let e=[],t=this.actionSpec.action.formerName,r=this.actionSpec.nodeName,n=fN(t,r);if(n.reduce((i,a)=>a.added||a.removed?i+(a.count||0):i,0)/Math.max(t.length,r.length)<.25)for(let i of n){let a=i.value;i.removed?e.push(new bi(a,me.DiffMode.Delete)):e.push(new bi(a,me.DiffMode.Insert))}else e.push(new bi(t,me.DiffMode.Delete)),e.push(new bi(r,me.DiffMode.Insert));return e}},methods:{collapseOrExpand(){this.$set(this.collapsedActionState,this.actionSpec.index,!this.collapsed)},selectEvent(){if(this.appMap){let e=this.actionSpec.eventIds[0];if(e===void 0)return;let t=this.appMap.events.find(r=>r.id===e);t&&this.$store.commit(pt,t)}}}},"data-v-11c44f6b",!1,void 0,!1,W,void 0,void 0),l9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"diff-channel",style:{"grid-column":[1,e.maxGridColumn+1].join(" / "),"grid-row":e.gridRows}},[r("div",{staticClass:"diff-channel-marker"},[r("span",{staticClass:"diff-channel-label"},[e._v(`
121
121
  `+e._s(e.diffRowLabel)+`
122
122
  `)])])])},staticRenderFns:[]},function(e){e&&e("data-v-0e799e6d_0",{source:".diff-channel[data-v-0e799e6d]{margin-left:-30px;margin-right:-100px;position:relative}.diff-channel-marker[data-v-0e799e6d]{position:absolute;height:100%;width:29px;top:0;border-right:1px solid #b8bec6;text-align:center;display:flex;align-items:center;justify-content:center}.diff-channel-marker .diff-channel-label[data-v-0e799e6d]{font-size:9pt;color:#b8bec6}.diff-insert .diff-channel[data-v-0e799e6d]{background-color:rgba(32,200,63,.23)}.diff-insert .diff-channel .diff-channel-marker[data-v-0e799e6d]{background-color:rgba(10,110,52,.5)}.diff-change .diff-channel[data-v-0e799e6d]{background-color:rgba(71,122,184,.25)}.diff-change .diff-channel .diff-channel-marker[data-v-0e799e6d]{background-color:rgba(45,71,103,.67)}.diff-delete .diff-channel[data-v-0e799e6d]{background-color:rgba(246,47,47,.25)}.diff-delete .diff-channel .diff-channel-marker[data-v-0e799e6d]{background-color:rgba(185,25,33,.5)}",map:void 0,media:void 0})},{name:"v-diff-channel",components:{},props:{actionSpec:{type:Yt,required:!0,readonly:!0}},computed:{gridRows(){return this.actionSpec.gridRows},maxGridColumn(){return this.actionSpec.maxGridColumn},diffRowLabel(){return this.actionSpec.action.diffMode===me.DiffMode.Insert?"+":this.actionSpec.action.diffMode===me.DiffMode.Delete?"-":this.actionSpec.action.diffMode===me.DiffMode.Change?"+/-":""}}},"data-v-0e799e6d",!1,void 0,!1,W,void 0,void 0),Nme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{ref:"container",class:e.containerClasses,attrs:{"data-event-ids":e.actionSpec.eventIds.join(" "),"data-comment":e.actionSpec.nodeName+" spans from "+e.actionSpec.callerActionIndex+` to
123
123
  `+e.actionSpec.calleeActionIndex}},[e.actionSpec.action.diffMode?[r("v-diff-channel",{attrs:{"action-spec":e.actionSpec}})]:e._e(),e._v(" "),e.actionSpec.callArrowDirection==="self"?[r("div",{staticClass:"self-call",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.callerActionIndex,"grid-row":e.gridRows})},[r("VCallLabel",{attrs:{"action-spec":e.actionSpec,"collapsed-actions":e.collapsedActionState,appMap:e.appMap,interactive:e.interactive}}),e._v(" "),r("VSelfCallArrow",{attrs:{"action-spec":e.actionSpec}})],1)]:e.actionSpec.callArrowDirection==="right"?[e.actionSpec.calleeActionIndex-e.actionSpec.callerActionIndex==1?[r("div",{staticClass:"call-line-segment single-span",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.callerActionIndex,"grid-row":e.gridRows})},[r("VCallLabel",{attrs:{"action-spec":e.actionSpec,"collapsed-actions":e.collapsedActionState,appMap:e.appMap,interactive:e.interactive}}),e._v(" "),r("Arrow",{staticClass:"arrow"})],1)]:[r("div",{staticClass:"call-line-segment label-span arrow-base",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.callerActionIndex,"grid-row":e.gridRows})},[r("VCallLabel",{attrs:{"action-spec":e.actionSpec,"collapsed-actions":e.collapsedActionState,appMap:e.appMap,interactive:e.interactive}})],1),e._v(" "),e.actionSpec.calleeActionIndex-e.actionSpec.callerActionIndex>2?[r("div",{staticClass:"call-line-segment connecting-span",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":[e.actionSpec.callerActionIndex+1,e.actionSpec.calleeActionIndex-1].join(" / "),"grid-row":e.gridRows})})]:e._e(),e._v(" "),r("div",{staticClass:"call-line-segment arrow-head",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.calleeActionIndex-1,"grid-row":e.gridRows})},[r("Arrow",{staticClass:"arrow"})],1)]]:[e.actionSpec.callerActionIndex-e.actionSpec.calleeActionIndex==1?[r("div",{staticClass:"call-line-segment single-span",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.calleeActionIndex,"grid-row":e.gridRows})},[r("VCallLabel",{attrs:{"action-spec":e.actionSpec,"collapsed-actions":e.collapsedActionState,appMap:e.appMap,interactive:e.interactive}}),e._v(" "),r("Arrow",{staticClass:"arrow"})],1)]:[r("div",{staticClass:"call-line-segment label-span arrow-head",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.calleeActionIndex,"grid-row":e.gridRows})},[r("VCallLabel",{attrs:{"action-spec":e.actionSpec,"collapsed-actions":e.collapsedActionState,appMap:e.appMap,interactive:e.interactive}}),e._v(" "),r("Arrow",{staticClass:"arrow"})],1),e._v(" "),e.actionSpec.callerActionIndex-e.actionSpec.calleeActionIndex>2?[r("div",{staticClass:"call-line-segment connecting-span",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":[e.actionSpec.calleeActionIndex+1,e.actionSpec.callerActionIndex-1].join(" / "),"grid-row":e.gridRows})})]:e._e(),e._v(" "),r("div",{staticClass:"call-line-segment arrow-base",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":e.actionSpec.callerActionIndex-1,"grid-row":e.gridRows})})]],e._v(" "),e.showGutter?[e.actionSpec.callArrowDirection==="right"?[r("div",{staticClass:"gutter-container gutter-container-right",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":Math.max(e.actionSpec.callerActionIndex,e.actionSpec.calleeActionIndex)-1,"grid-row":[e.actionSpec.index+2,e.actionSpec.returnIndex+2].join(" / ")})},[r("div",{staticClass:"gutter"})])]:[r("div",{staticClass:"gutter-container gutter-container-left",style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes,{"grid-column":Math.min(e.actionSpec.callerActionIndex,e.actionSpec.calleeActionIndex)-1,"grid-row":[e.actionSpec.index+2,e.actionSpec.returnIndex+2].join(" / ")})},[r("div",{staticClass:"gutter"})])]]:e._e()],2)},staticRenderFns:[]},function(e){e&&e("data-v-77411fa9_0",{source:".call[data-v-77411fa9]{position:relative;padding-top:4px;display:contents}.call.focused .call-line-segment[data-v-77411fa9],.call.focused .self-call[data-v-77411fa9]{outline:4px solid transparent;animation:node-focused-data-v-77411fa9 6s ease-out .25s}.call.selected>.call-line-segment[data-v-77411fa9],.call.selected>.self-call[data-v-77411fa9]{background-color:#ff27b6c4;border-top:4px solid #010306}.call.selected>.call-line-segment.arrow-base[data-v-77411fa9],.call.selected>.self-call.arrow-base[data-v-77411fa9]{border-radius:0;border-top:4px solid #010306}.call.selected>.call-line-segment.arrow-head[data-v-77411fa9],.call.selected>.self-call.arrow-head[data-v-77411fa9]{border-radius:0;border-top:4px solid #010306}.call.selected>.call-line-segment.single-span[data-v-77411fa9],.call.selected>.self-call.single-span[data-v-77411fa9]{border-radius:0;border-top:4px solid #010306}@keyframes node-focused-data-v-77411fa9{from{background-color:#6fddbc94}to{background-color:#010306}}.call-collapsed[data-v-77411fa9]{display:none}.call.diff>.gutter-container[data-v-77411fa9]{background-color:transparent}.call-line-segment[data-v-77411fa9]{border-bottom:3px solid #808b98}.call.diff.diff-delete .call-line-segment[data-v-77411fa9]{border-bottom:3px solid #b91921}.call.diff.diff-delete .call-line-segment .arrow[data-v-77411fa9]{fill:#b91921}.call.diff.diff-insert .call-line-segment[data-v-77411fa9]{border-bottom:3px solid #0a6e34}.call.diff.diff-insert .call-line-segment .arrow[data-v-77411fa9]{fill:green}.call.diff.diff-change .call-line-segment[data-v-77411fa9]{border-bottom:3px solid #2d4767}.call.diff.diff-change .call-line-segment .arrow[data-v-77411fa9]{fill:#2d4767}.call.diff .call-line-segment[data-v-77411fa9]{border-bottom:3px solid #808b98}.call.diff .call-line-segment .arrow[data-v-77411fa9]{fill:#808b98}.first-action .call-line-segment[data-v-77411fa9],.first-action .diff-channel[data-v-77411fa9]{margin-top:80px}.call-line-segment[data-v-77411fa9],.self-call[data-v-77411fa9]{margin-top:calc(var(--open-group-count) * 50px);padding-top:.5rem;padding-bottom:.25rem}.single-span[data-v-77411fa9]{width:calc(100% - (var(--caller-lifecycle-depth) + var(--callee-lifecycle-depth)) * 4px);position:relative}.arrow-base[data-v-77411fa9]{width:calc(100% - var(--caller-lifecycle-depth) * 4px);position:relative}.arrow-head[data-v-77411fa9]{width:calc(100% - (var(--callee-lifecycle-depth)) * 4px);position:relative}.arrow[data-v-77411fa9]{fill:#808b98}.call-right .single-span[data-v-77411fa9]{left:calc((var(--caller-lifecycle-depth)) * 4px)}.call-right .arrow-base[data-v-77411fa9]{left:calc(var(--caller-lifecycle-depth) * 4px)}.call-right .arrow[data-v-77411fa9]{right:0;position:absolute;bottom:-7px;z-index:9999}.call.selected.call-right .single-span[data-v-77411fa9]{left:calc((var(--caller-lifecycle-depth)) * 4px)}.call.selected.call-right .arrow-base[data-v-77411fa9]{left:calc(var(--caller-lifecycle-depth) * 4px)}.call.selected.call-right .connecting-span[data-v-77411fa9]{border-radius:0;border-top:4px solid #010306}.call.selected.call-right .arrow[data-v-77411fa9]{right:0;position:absolute;bottom:-7px}.call-left .single-span[data-v-77411fa9]{left:calc((var(--callee-lifecycle-depth)) * 4px)}.call-left .connecting-span[data-v-77411fa9]{border-radius:0;border-top:4px solid #010306}.call-left .arrow-head[data-v-77411fa9]{left:calc(var(--callee-lifecycle-depth) * 4px)}.call-left .arrow[data-v-77411fa9]{left:0;transform:rotate(180deg);position:absolute;bottom:-7px;z-index:9999}.gutter-container[data-v-77411fa9]{position:relative;pointer-events:none}.gutter[data-v-77411fa9]{width:calc(var(--callee-lifecycle-depth) * 4px * 2);background-color:#000;border:1px solid gray;position:relative;height:calc(100% - 6px - (var(--open-group-count) + var(--close-group-count)) * 40px);top:calc(var(--open-group-count) * 40px + 35px);left:calc(100% - var(--callee-lifecycle-depth) * 4px)}",map:void 0,media:void 0})},{name:"v-sequence-call-action",components:{Arrow:UA,VCallLabel:Ome,VDiffChannel:l9,VSelfCallArrow:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:Object.assign({},e.actionSpec.groupMemberAttributes,e.actionSpec.lifecycleAttributes)},[e.actionSpec.returnIndex?[r("SelfCallWithReturn"),e._v(" "),r("Arrow",{staticClass:"arrow"})]:[r("SelfCallNoReturn"),e._v(" "),r("Arrow",{staticClass:"arrow"})]],2)},staticRenderFns:[]},function(e){e&&e("data-v-3d1fb5ee_0",{source:".self-call-arrow[data-v-3d1fb5ee]{stroke:#808b98;position:absolute}.self-call-arrow.with-return[data-v-3d1fb5ee]{transform:translate(calc(-25px - var(--caller-lifecycle-depth) * 4px),-9px)}.self-call-arrow.no-return[data-v-3d1fb5ee]{transform:translate(calc(-30px - var(--caller-lifecycle-depth) * 4px),-18px)}.arrow[data-v-3d1fb5ee]{stroke:#808b98;fill:#808b98}.with-return .arrow[data-v-3d1fb5ee]{transform:translate(-22px,5px)}.no-return .arrow[data-v-3d1fb5ee]{transform:rotate(-19deg) translate(-15px,-8.2px)}",map:void 0,media:void 0})},{name:"v-sequence-self-call-arrow",components:{Arrow:UA,SelfCallWithReturn:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"30",height:"22","stroke-width":"2",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M29 1H1v20h21"}})]))}},SelfCallNoReturn:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"30",height:"22","stroke-width":"2",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M28 11L2 2v18z"}})]))}}},props:{actionSpec:{type:Yt,required:!0,readonly:!0}},computed:{classes(){let e=["self-call-arrow"];return e.push(this.actionSpec.returnIndex!==void 0?"with-return":"no-return"),e}}},"data-v-3d1fb5ee",!1,void 0,!1,W,void 0,void 0)},props:{actionSpec:{type:Yt,required:!0,readonly:!0},collapsedActions:{type:Array,required:!0},focusedEvent:{type:Object,default:null},interactive:{type:Boolean,required:!0,readonly:!0},selectedEvents:{type:Array},appMap:{type:Object}},data(){return{collapsedActionState:this.collapsedActions}},computed:{containerClasses(){let e=["call",`call-${this.actionSpec.callArrowDirection}`,...this.actionSpec.diffClasses];return this.actionSpec.isCollapsed(this.collapsedActionState)&&e.push("call-collapsed"),this.actionSpec.index===0&&e.push("first-action"),this.focusedEvent&&this.actionSpec.eventIds.includes(this.focusedEvent.id)&&e.push("focused"),this.selectedEvents&&this.selectedEvents.find(t=>this.actionSpec.eventIds.includes(t.id))&&(e.push("selected"),this.$nextTick(()=>this.$el.querySelector(".self-call, .call-line-segment").scrollIntoView({behavior:"smooth",block:"center"}))),e},gridRows(){return this.actionSpec.gridRows},firstGridColumn(){return[this.actionSpec.callerActionIndex,this.actionSpec.calleeActionIndex].sort()[0]},lastGridColumn(){let e=[this.actionSpec.callerActionIndex,this.actionSpec.calleeActionIndex].sort()[1];return this.actionSpec.callArrowDirection==="self"&&(e+=1),e},maxGridColumn(){return this.actionSpec.maxGridColumn},showGutter(){return!!this.actionSpec.returnIndex}}},"data-v-77411fa9",!1,void 0,!1,W,void 0,void 0),Bme={name:"v-sequence-return-label",components:{},props:{actionSpec:{type:Yt,required:!0,readonly:!0}},computed:{label(){let{nodeResult:e}=this.actionSpec;return e&&e!=="void"?e:""}}},Mme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.containerClasses,attrs:{"data-comment":e.actionSpec.nodeResult+" spans from "+e.actionSpec.calleeActionIndex+` to
@@ -127,7 +127,7 @@ https://www.w3ctech.com/topic/2226`));let o=r(...s);return o.postcssPlugin=t,o.p
127
127
  `+e._s(e.sanitizedTitle)+`
128
128
  `)])},staticRenderFns:[]},function(e){e&&e("data-v-18bed43a_0",{source:'.flamegraph-root[data-v-18bed43a]{user-select:none;position:sticky;left:0;font-family:"IBM Plex Mono",monospace;border:1px solid #46d3ca;box-sizing:border-box;padding:10px;font-size:12px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#6fddd6;color:#010306}.flamegraph-root-pruned[data-v-18bed43a]{opacity:.5;cursor:pointer}.flamegraph-root-pruned[data-v-18bed43a]:hover{color:#1e5ab5}',map:void 0,media:void 0})},Fme,"data-v-18bed43a",!1,void 0,!1,W,void 0,void 0)},data:()=>({baseBudget:0,mouse:null,interval:null,focusing:0,inertia:null}),props:{events:{type:Array,required:!0},zoom:{type:Number,required:!0,validator:e=>e>=0&&e<=1},title:{type:String,default:"root"}},computed:{focus(){return this.focusedEvent?{target:this.focusedEvent,ancestors:new Set(this.focusedEvent.ancestors())}:this.selectedEvent?{target:this.selectedEvent,ancestors:new Set(this.selectedEvent.ancestors())}:null},selectedEvent(){let e=this.$store.getters.selectedObject;return e instanceof Q.Event?e:null},focusedEvent(){let{focusedEvent:e}=this.$store.state;return e instanceof Q.Event?e:null},center(){return this.baseBudget/2},origin(){return this.mouse||this.center},pruned(){return this.selectedEvent!==null},zoomBudget(){return Math.round(this.baseBudget*2**(10*this.zoom))},classes(){return{"flamegraph-main":!0,"flamegraph-main-focusing":this.focusing>0}}},watch:{zoomBudget(e,t){if(this.$el){let r=(({coordinate:n,offset:i,budget:a})=>n*a-i)({coordinate:(({scroll:n,offset:i,budget:a})=>(n+i)/a)({scroll:this.$el.scrollLeft,offset:this.origin,budget:t}),offset:this.origin,budget:e});os(()=>{this.$el.scrollLeft=r})}},selectedEvent(){this.startFocusing(),setTimeout(this.stopFocusing,500)},focusedEvent(){this.startFocusing(),setTimeout(this.stopFocusing,500)}},methods:{handleMouseDown(){this.inertia=null},handleMouseUp(){this.up=!0},startFocusing(){this.focusing+=1},stopFocusing(){this.focusing-=1},handleMouseLeave(){this.up=!1,this.mouse=null},handleWheel(e){(({deltaX:t,deltaY:r})=>t===0&&Math.abs(r)>5)(e)||e.stopPropagation()},handleMouseMove(e){let{left:t}=e.currentTarget.getBoundingClientRect();this.mouse=e.clientX-t,this.$el&&(e.buttons===1?(this.$el.scrollLeft-=e.movementX,this.$el.scrollTop-=e.movementY):this.up&&(this.up=!1,this.inertia={x:e.movementX,y:e.movementY},this.stepInertia()))},propagateSelect(e){this.$emit("select",e)},propagateHover(e){this.$emit("hover",e)},pullBaseBudget(){if(this.$el){let e=this.$el.clientWidth;e>0&&this.baseBudget!==e&&(this.baseBudget=e)}},stepInertia(){this.inertia&&(this.$el.scrollLeft-=this.inertia.x,this.$el.scrollTop-=this.inertia.y,this.inertia.x*=.99,this.inertia.y*=.99,Math.abs(this.inertia.x)<1&&Math.abs(this.inertia.y)<1?this.inertia=null:requestAnimationFrame(this.stepInertia))}},beforeUnmount(){clearInterval(this.interval)},mounted(){this.pullBaseBudget(),this.interval=setInterval(this.pullBaseBudget,1e3)}},void 0,!1,void 0,!1,W,void 0,void 0),VFlamegraphHover:H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",{staticClass:"flamegraph-hover"},[e._v(`
129
129
  `+e._s(e.content)+`
130
- `)])},staticRenderFns:[]},function(e){e&&e("data-v-5d68aa2d_0",{source:'.flamegraph-hover[data-v-5d68aa2d]{font-family:"IBM Plex Mono",monospace;white-space:nowrap;color:#b8bec6;padding:10px;font-size:12px;height:32px;text-align:left}',map:void 0,media:void 0})},{name:"v-flamegraph-hover",props:{event:{type:Object,default:null,validator:e=>e===null||e instanceof Q.Event}},computed:{content(){return this.event?Bl(this.event)?`[${Pme(qa(this.event),6)}] ${this.event.toString()}`:this.event.toString():""}}},"data-v-5d68aa2d",!1,void 0,!1,W,void 0,void 0),VSlider:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"slider"},[r("button",{staticClass:"button",on:{click:e.increase}},[e._v("+")]),e._v(" "),r("div",{ref:"handle",staticClass:"handle",on:{click:e.set}},[r("div",{staticClass:"bar"}),e._v(" "),r("div",{staticClass:"grab",style:e.grabStyle,on:{mousedown:e.startDragging}})]),e._v(" "),r("button",{staticClass:"button",on:{click:e.decrease}},[e._v("\u2212")])])},staticRenderFns:[]},function(e){e&&e("data-v-6c5e0d5e_0",{source:".slider[data-v-6c5e0d5e]{height:fit-content;width:fit-content}.button[data-v-6c5e0d5e]{border:none;user-select:none;border-radius:.5rem;padding:.25rem .5rem;appearance:none;background:#242c41;color:#808b98;font-weight:700;cursor:pointer;opacity:.8}.handle[data-v-6c5e0d5e]{width:20px;height:96px;margin:auto;position:relative;cursor:pointer}.bar[data-v-6c5e0d5e]{width:6px;height:100%;margin:auto;background:#242c41;opacity:.8}.grab[data-v-6c5e0d5e]{width:100%;height:6px;position:absolute;transform:translateY(3px);border-radius:3px;background:#808b98;cursor:grab;z-index:10}",map:void 0,media:void 0})},{name:"v-slider",emits:["slide"],props:{value:{type:Number,required:!0},stepButton:{type:Number,default:.1},stepWheel:{type:Number,default:1e-4}},data:()=>({dragging:!1}),computed:{grabStyle(){return{bottom:100*bf(this.value)+"%"}}},methods:{set(e){let t=this.$refs.handle.getBoundingClientRect();this.$emit("slide",bf(1-(e.clientY-t.top)/t.height))},increase(){this.$emit("slide",bf(this.value+this.stepButton))},decrease(){this.$emit("slide",bf(this.value-this.stepButton))},startDragging(){this.dragging=!0},drag(e){this.dragging&&this.set(e)},stopDragging(){this.dragging=!1}},mounted(){document.addEventListener("mousemove",this.drag),document.addEventListener("mouseup",this.stopDragging)},beforeUnmount(){document.removeEventListener("mousemove",this.drag),document.removeEventListener("mouseup",this.stopDragging)}},"data-v-6c5e0d5e",!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array,required:!0},title:{type:String,default:"root"}},data:()=>({zoom:0,hoverEvent:null,smoothZoom:0,zoomVelocity:0}),methods:{handleMouseDown(e){e.button===0&&(this.zoom=this.smoothZoom)},handleMouseWheel(e){var t;e.preventDefault(),this.updateZoom((t=this.smoothZoom-.001*e.deltaY)<0?0:t>1?1:t)},onHover({type:e,target:t}){e==="enter"?this.hoverEvent=t:e==="leave"?this.hoverEvent===t&&(this.hoverEvent=null):console.warn("Unknown hover event type")},updateZoom(e){let t=this.zoomVelocity!==0;this.zoom=e;let r=this.zoom-this.smoothZoom;if(Math.abs(r)>0){let i=(n=Math.abs(r),2*Math.sqrt(n));this.zoomVelocity=r/(60*i),t||this.stepZoom()}var n},stepZoom(){Math.abs(this.smoothZoom-this.zoom)<=Math.abs(this.zoomVelocity)?(this.zoomVelocity=0,this.smoothZoom=this.zoom):(this.smoothZoom+=this.zoomVelocity,requestAnimationFrame(this.stepZoom))},propagateSelect(e){this.$emit("select",e)}}},"data-v-ba3b0c2c",!1,void 0,!1,W,void 0,void 0),Ume={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 34 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 4a4 4 0 014-4h15.842a4 4 0 012.764 1.109l10.638 10.168a1 1 0 010 1.446L22.606 22.89A4 4 0 0119.842 24H4a4 4 0 01-4-4V4z"}})]))}},LA=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"columns"},[r("div",{staticClass:"columns__column columns__column--left"},[e._t("left")],2),e._v(" "),r("div",{staticClass:"columns__column columns__column--right"},[e._t("right")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7026cb12_0",{source:".columns[data-v-7026cb12]{display:flex;flex-direction:row;width:100%}.columns__column[data-v-7026cb12]{flex:1 0 auto}.columns__column--left[data-v-7026cb12]{text-align:left;margin-right:1em}.columns__column--right[data-v-7026cb12]{text-align:right;margin-left:1em}",map:void 0,media:void 0})},{name:"v-trace-node-columns"},"data-v-7026cb12",!1,void 0,!1,W,void 0,void 0),kA=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-popper",{attrs:{placement:e.popperPlacement,text:e.popperText}},[r("div",{staticClass:"port"},[e.type==="input"?r(e.portType,{tag:"component",class:e.iconClass}):e._e(),e._v(" "),r("span",{staticClass:"label"},[e._v(e._s(e.label))]),e._v(" "),e.type==="output"?r(e.portType,{tag:"component",class:e.iconClass}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-5a78fa0c_0",{source:".port[data-v-5a78fa0c]{display:block;cursor:pointer;transition:color .3s cubic-bezier(.25,.5,.25,1)}.port[data-v-5a78fa0c]:hover{color:#e3e5e8}.label[data-v-5a78fa0c]{margin:0 .25rem;line-height:1em}.icon[data-v-5a78fa0c]{height:.8rem;vertical-align:middle}.icon--type-int[data-v-5a78fa0c]{fill:#f92672}.icon--type-string[data-v-5a78fa0c]{fill:#a6e22e}.icon--type-bool[data-v-5a78fa0c]{fill:#66d9ef}.icon--type-float[data-v-5a78fa0c]{fill:#fd971f}.icon--type-object[data-v-5a78fa0c]{fill:#ae81ff}",map:void 0,media:void 0})},{name:"v-trace-node-port",components:{PortConnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("circle",{attrs:{cx:"12",cy:"12",r:"12"}})]))}},PortDisconnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm0-2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"}})]))}},VPopper:bn},props:{type:{type:String,default:"input",validator:e=>["input","output"].indexOf(e)!==-1},text:{type:String},parameterObject:{required:!1}},data(){return{label:this.text||this.parameterObject.name}},computed:{popperText(){return this.parameterObject&&this.parameterObject.value!==null&&this.parameterObject.value!==void 0?this.parameterObject.value.toString():"null"},iconClass(){return`icon icon--type-${this.dataType}`},dataType(){switch(this.parameterObject.class){case"boolean":case"TrueClass":case"FalseClass":case"java.lang.Boolean":return"bool";case"status":case"byte":case"short":case"int":case"long":case"Number":case"Integer":case"java.lang.Byte":case"java.lang.Short":case"java.lang.Integer":case"java.lang.Long":return"int";case"float":case"double":case"BigDecimal":case"Float":case"java.lang.Float":case"java.lang.Double":return"float";case"mime_type":case"char":case"String":case"java.lang.Char":case"java.lang.String":return"string";default:return"object"}},portType(){return this.parameterObject.value?"port-connected":"port-disconnected"},popperPlacement(){return this.type==="input"?"left":"right"}}},"data-v-5a78fa0c",!1,void 0,!1,W,void 0,void 0),m9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace"},e._l(e.events,function(n,i){return r("v-trace-event-block",{key:n.id,ref:"nodes",refInFor:!0,attrs:{event:n,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle,"has-parent":Boolean(n.parent),"is-first-child":i==0,"is-last-child":i==e.events.length-1},on:{updated:function(a){return e.$emit("updated")},expand:function(a){return e.$emit("expand",a)},collapse:function(a){return e.$emit("collapse",a)},clickEvent:function(a){return e.$emit("clickEvent",a)}}})}),1)},staticRenderFns:[]},function(e){e&&e("data-v-4f19091e_0",{source:'.trace{width:max-content;display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.8rem}',map:void 0,media:void 0})},{name:"v-trace",components:{VTraceEventBlock:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.styles},[e.isLastChild&&!e.isFirstChild?r("div",{staticClass:"event-block__connection",style:e.connectionStyles}):e._e(),e._v(" "),r("v-trace-node",{ref:"node",attrs:{event:e.event,filtered:e.eventFilterMatches.has(e.event),highlight:e.selectedEvents.includes(e.event)||e.event===e.eventFilterMatch,"highlight-color":e.highlightColor,"highlight-style":e.highlightStyle,"highlight-index":e.event===e.eventFilterMatch?e.eventFilterMatchIndex:0,focused:e.focusedEvent&&e.event&&e.focusedEvent.id===e.event.id},on:{expandChildren:function(n){return e.toggleVisibility()}},nativeOn:{click:function(n){return n.stopPropagation(),e.$emit("clickEvent",e.event)}}}),e._v(" "),e.isExpanded?r("v-trace",{ref:"children",attrs:{events:e.event.children,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{updated:function(n){return e.onUpdate()},expand:function(n){return e.$emit("expand",n)},collapse:function(n){return e.$emit("collapse",n)},clickEvent:function(n){return e.$emit("clickEvent",n)}}}):e._e(),e._v(" "),!e.isExpanded&&e.event.children.length>0?r("v-trace-summary",{ref:"summary",attrs:{event:e.event},nativeOn:{click:function(n){return n.stopPropagation(),e.toggleVisibility()}}}):e._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-2fd90a2f_0",{source:'.event-block{display:flex;flex-shrink:0;align-items:flex-start}.event-block:not(:last-child){margin-bottom:1rem}.event-block>*{flex:inherit}.event-block>.trace{margin-left:74px;position:relative}.event-block .trace .event-block--one-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::after{content:"";position:absolute;top:36px;left:-74px;width:37px;height:37px;border-radius:0 25px 0 0;border:4px solid #808b98;border-bottom:0;border-left:0;z-index:-1}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child){position:relative}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child)::before{content:"";position:absolute;top:0;right:100%;width:33px;height:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}.event-block .trace .event-block--last-child .event-block__connection{position:absolute;top:74px;right:100%;width:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-event-block",components:{VTrace:async()=>(await Promise.resolve().then(function(){return zme})).default,VTraceNode:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.style,attrs:{"data-event-id":e.event.id}},[e.highlightIndex?r("div",{staticClass:"trace-node__index"},[e._v(`
130
+ `)])},staticRenderFns:[]},function(e){e&&e("data-v-5d68aa2d_0",{source:'.flamegraph-hover[data-v-5d68aa2d]{font-family:"IBM Plex Mono",monospace;white-space:nowrap;color:#b8bec6;padding:10px;font-size:12px;height:32px;text-align:left}',map:void 0,media:void 0})},{name:"v-flamegraph-hover",props:{event:{type:Object,default:null,validator:e=>e===null||e instanceof Q.Event}},computed:{content(){return this.event?Bl(this.event)?`[${Pme(qa(this.event),6)}] ${this.event.toString()}`:this.event.toString():""}}},"data-v-5d68aa2d",!1,void 0,!1,W,void 0,void 0),VSlider:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"slider"},[r("button",{staticClass:"button",on:{click:e.increase}},[e._v("+")]),e._v(" "),r("div",{ref:"handle",staticClass:"handle",on:{click:e.set}},[r("div",{staticClass:"bar"}),e._v(" "),r("div",{staticClass:"grab",style:e.grabStyle,on:{mousedown:e.startDragging}})]),e._v(" "),r("button",{staticClass:"button",on:{click:e.decrease}},[e._v("\u2212")])])},staticRenderFns:[]},function(e){e&&e("data-v-6c5e0d5e_0",{source:".slider[data-v-6c5e0d5e]{height:fit-content;width:fit-content}.button[data-v-6c5e0d5e]{border:none;user-select:none;border-radius:.5rem;padding:.25rem .5rem;appearance:none;background:#242c41;color:#808b98;font-weight:700;cursor:pointer;opacity:.8}.handle[data-v-6c5e0d5e]{width:20px;height:96px;margin:auto;position:relative;cursor:pointer}.bar[data-v-6c5e0d5e]{width:6px;height:100%;margin:auto;background:#242c41;opacity:.8}.grab[data-v-6c5e0d5e]{width:100%;height:6px;position:absolute;transform:translateY(3px);border-radius:3px;background:#808b98;cursor:grab;z-index:10}",map:void 0,media:void 0})},{name:"v-slider",emits:["slide"],props:{value:{type:Number,required:!0},stepButton:{type:Number,default:.1},stepWheel:{type:Number,default:1e-4}},data:()=>({dragging:!1}),computed:{grabStyle(){return{bottom:100*bf(this.value)+"%"}}},methods:{set(e){let t=this.$refs.handle.getBoundingClientRect();this.$emit("slide",bf(1-(e.clientY-t.top)/t.height))},increase(){this.$emit("slide",bf(this.value+this.stepButton))},decrease(){this.$emit("slide",bf(this.value-this.stepButton))},startDragging(){this.dragging=!0},drag(e){this.dragging&&this.set(e)},stopDragging(){this.dragging=!1}},mounted(){document.addEventListener("mousemove",this.drag),document.addEventListener("mouseup",this.stopDragging)},beforeUnmount(){document.removeEventListener("mousemove",this.drag),document.removeEventListener("mouseup",this.stopDragging)}},"data-v-6c5e0d5e",!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array,required:!0},title:{type:String,default:"root"}},data:()=>({zoom:0,hoverEvent:null,smoothZoom:0,zoomVelocity:0}),methods:{handleMouseDown(e){e.button===0&&(this.zoom=this.smoothZoom)},handleMouseWheel(e){var t;e.preventDefault(),this.updateZoom((t=this.smoothZoom-.001*e.deltaY)<0?0:t>1?1:t)},onHover({type:e,target:t}){e==="enter"?this.hoverEvent=t:e==="leave"?this.hoverEvent===t&&(this.hoverEvent=null):console.warn("Unknown hover event type")},updateZoom(e){let t=this.zoomVelocity!==0;this.zoom=e;let r=this.zoom-this.smoothZoom;if(Math.abs(r)>0){let i=(n=Math.abs(r),2*Math.sqrt(n));this.zoomVelocity=r/(60*i),t||this.stepZoom()}var n},stepZoom(){Math.abs(this.smoothZoom-this.zoom)<=Math.abs(this.zoomVelocity)?(this.zoomVelocity=0,this.smoothZoom=this.zoom):(this.smoothZoom+=this.zoomVelocity,requestAnimationFrame(this.stepZoom))},propagateSelect(e){this.$emit("select",e)}}},"data-v-ba3b0c2c",!1,void 0,!1,W,void 0,void 0),Ume={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 34 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 4a4 4 0 014-4h15.842a4 4 0 012.764 1.109l10.638 10.168a1 1 0 010 1.446L22.606 22.89A4 4 0 0119.842 24H4a4 4 0 01-4-4V4z"}})]))}},LA=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"columns"},[r("div",{staticClass:"columns__column columns__column--left"},[e._t("left")],2),e._v(" "),r("div",{staticClass:"columns__column columns__column--right"},[e._t("right")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7026cb12_0",{source:".columns[data-v-7026cb12]{display:flex;flex-direction:row;width:100%}.columns__column[data-v-7026cb12]{flex:1 0 auto}.columns__column--left[data-v-7026cb12]{text-align:left;margin-right:1em}.columns__column--right[data-v-7026cb12]{text-align:right;margin-left:1em}",map:void 0,media:void 0})},{name:"v-trace-node-columns"},"data-v-7026cb12",!1,void 0,!1,W,void 0,void 0),kA=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-popper",{attrs:{placement:e.popperPlacement,text:e.popperText}},[r("div",{staticClass:"port"},[e.type==="input"?r(e.portType,{tag:"component",class:e.iconClass}):e._e(),e._v(" "),r("span",{staticClass:"label"},[e._v(e._s(e.label))]),e._v(" "),e.type==="output"?r(e.portType,{tag:"component",class:e.iconClass}):e._e()],1)])},staticRenderFns:[]},function(e){e&&e("data-v-5a78fa0c_0",{source:".port[data-v-5a78fa0c]{display:block;cursor:pointer;transition:color .3s cubic-bezier(.25,.5,.25,1)}.port[data-v-5a78fa0c]:hover{color:#e3e5e8}.label[data-v-5a78fa0c]{margin:0 .25rem;line-height:1em}.icon[data-v-5a78fa0c]{height:.8rem;vertical-align:middle}.icon--type-int[data-v-5a78fa0c]{fill:#f92672}.icon--type-string[data-v-5a78fa0c]{fill:#a6e22e}.icon--type-bool[data-v-5a78fa0c]{fill:#66d9ef}.icon--type-float[data-v-5a78fa0c]{fill:#fd971f}.icon--type-object[data-v-5a78fa0c]{fill:#ae81ff}",map:void 0,media:void 0})},{name:"v-trace-node-port",components:{PortConnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("circle",{attrs:{cx:"12",cy:"12",r:"12"}})]))}},PortDisconnected:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 24 24",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12zm0-2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"}})]))}},VPopper:bn},props:{type:{type:String,default:"input",validator:e=>["input","output"].indexOf(e)!==-1},text:{type:String},parameterObject:{required:!1}},data(){return{label:this.text||this.parameterObject.name}},computed:{popperText(){return this.parameterObject&&this.parameterObject.value!==null&&this.parameterObject.value!==void 0?this.parameterObject.value.toString():"null"},iconClass(){return`icon icon--type-${this.dataType}`},dataType(){switch(this.parameterObject.class){case"boolean":case"TrueClass":case"FalseClass":case"java.lang.Boolean":return"bool";case"status":case"byte":case"short":case"int":case"long":case"Number":case"Integer":case"java.lang.Byte":case"java.lang.Short":case"java.lang.Integer":case"java.lang.Long":return"int";case"float":case"double":case"BigDecimal":case"Float":case"java.lang.Float":case"java.lang.Double":return"float";case"mime_type":case"char":case"String":case"java.lang.Char":case"java.lang.String":return"string";default:return"object"}},portType(){return this.parameterObject.value?"port-connected":"port-disconnected"},popperPlacement(){return this.type==="input"?"left":"right"}}},"data-v-5a78fa0c",!1,void 0,!1,W,void 0,void 0),m9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace"},e._l(e.events,function(n,i){return r("v-trace-event-block",{key:n.id,ref:"nodes",refInFor:!0,attrs:{event:n,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle,"has-parent":Boolean(n.parent),"is-first-child":i==0,"is-last-child":i==e.events.length-1},on:{updated:function(a){return e.$emit("updated")},expand:function(a){return e.$emit("expand",a)},collapse:function(a){return e.$emit("collapse",a)},clickEvent:function(a){return e.$emit("clickEvent",a)}}})}),1)},staticRenderFns:[]},function(e){e&&e("data-v-4f19091e_0",{source:'.trace{width:max-content;display:inline-block;font-family:"IBM Plex Mono",monospace;font-size:.8rem}',map:void 0,media:void 0})},{name:"v-trace",components:{VTraceEventBlock:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.styles},[e.isLastChild&&!e.isFirstChild?r("div",{staticClass:"event-block__connection",style:e.connectionStyles}):e._e(),e._v(" "),r("v-trace-node",{ref:"node",attrs:{event:e.event,filtered:e.eventFilterMatches.has(e.event),highlight:e.selectedEvents.includes(e.event)||e.event===e.eventFilterMatch,"highlight-color":e.highlightColor,"highlight-style":e.highlightStyle,"highlight-index":e.event===e.eventFilterMatch?e.eventFilterMatchIndex:0,focused:e.focusedEvent&&e.event&&e.focusedEvent.id===e.event.id},on:{expandChildren:function(n){return e.toggleVisibility()}},nativeOn:{click:function(n){return n.stopPropagation(),e.$emit("clickEvent",e.event)}}}),e._v(" "),e.isExpanded?r("v-trace",{ref:"children",attrs:{events:e.event.children,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{updated:function(n){return e.onUpdate()},expand:function(n){return e.$emit("expand",n)},collapse:function(n){return e.$emit("collapse",n)},clickEvent:function(n){return e.$emit("clickEvent",n)}}}):e._e(),e._v(" "),!e.isExpanded&&e.event.children.length>0?r("v-trace-summary",{ref:"summary",attrs:{event:e.event},nativeOn:{click:function(n){return n.stopPropagation(),e.toggleVisibility()}}}):e._e()],1)},staticRenderFns:[]},function(e){e&&e("data-v-30d17605_0",{source:'.event-block{display:flex;flex-shrink:0;align-items:flex-start}.event-block:not(:last-child){margin-bottom:1rem}.event-block>*{flex:inherit}.event-block>.trace{margin-left:74px;position:relative}.event-block .trace .event-block--one-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::before{content:"";position:absolute;top:36px;left:-74px;width:74px;height:4px;background-color:#808b98;z-index:-1}.event-block .trace .event-block--first-child::after{content:"";position:absolute;top:36px;left:-74px;width:37px;height:37px;border-radius:0 25px 0 0;border:4px solid #808b98;border-bottom:0;border-left:0;z-index:-1}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child){position:relative}.event-block .trace .event-block:not(.event-block--one-child):not(.event-block--first-child):not(.event-block--last-child)::before{content:"";position:absolute;top:0;right:100%;width:33px;height:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}.event-block .trace .event-block--last-child .event-block__connection{position:absolute;top:74px;right:100%;width:37px;border-radius:0 0 0 25px;border:4px solid #808b98;border-top:0;border-right:0;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-event-block",components:{VTrace:async()=>(await Promise.resolve().then(function(){return zme})).default,VTraceNode:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes,style:e.style,attrs:{"data-event-id":e.event.id}},[e.highlightIndex?r("div",{staticClass:"trace-node__index"},[e._v(`
131
131
  `+e._s(e.highlightIndex)+`
132
132
  `)]):e._e(),e._v(" "),r("div",{class:"trace-node__header trace-node__header--"+e.eventType},[e._v(`
133
133
  `+e._s(e.title)+`
@@ -137,7 +137,7 @@ https://www.w3ctech.com/topic/2226`));let o=r(...s);return o.postcssPlugin=t,o.p
137
137
  `+e._s(n)+`
138
138
  `)])}),0)},staticRenderFns:[]},function(e){e&&e("data-v-31e472b4_0",{source:".trace-node__labels[data-v-31e472b4]{list-style-type:none;margin:.5rem 0 -.25rem -.25rem;padding:0;display:flex;flex-wrap:wrap}.trace-node__label[data-v-31e472b4]{margin:0 0 .25rem .25rem;border-radius:.25rem;padding:.1rem .3rem;background:#7f7f7f;color:#fff;cursor:pointer}.trace-node__label[data-v-31e472b4]:active,.trace-node__label[data-v-31e472b4]:hover{background:#7f7f7f}",map:void 0,media:void 0})},{name:"v-trace-node-labels",props:{labels:{type:Array,required:!0}},methods:{selectLabel(e){this.$store.commit(Qa,e)}}},"data-v-31e472b4",!1,void 0,!1,W,void 0,void 0)},props:{event:{type:Object,required:!0,validator:e=>e instanceof Q.Event},filtered:Boolean,highlight:Boolean,highlightColor:{type:String,default:"#ff07aa"},highlightStyle:{type:String,default:"solid",validator:e=>["solid","dashed","dotted"].indexOf(e)!==-1},highlightIndex:{type:Number,default:0},focused:{type:Boolean,default:!1}},computed:{title(){return this.event.httpClientRequest?`External service call to ${this.event.codeObject.name}`:this.event.codeObject.prettyName},eventType(){return this.event.sql?"sql":this.event.httpClientRequest?"http-client":this.event.httpServerRequest?"http":"default"},classes(){return{"trace-node":!0,filtered:this.filtered,highlight:this.highlight,focused:this.focused,exceptions:this.event.exceptions.length}},style(){return this.highlight?{"outline-color":this.highlightColor,"outline-style":this.highlightStyle}:{}},outboundConnectionClasses(){return{"connection-icon":!0,"connection-icon--right":!0,"connection-icon--connected":this.event.children.length>0}}}},"data-v-57eb083e",!1,void 0,!1,W,void 0,void 0),VTraceSummary:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"trace-summary",on:{click:function(n){return e.$emit("click")},mouseover:function(n){e.hover=!0},mouseleave:function(n){e.hover=!1}}},[r("div",{ref:"text",staticClass:"trace-summary__content"},[e._v(`
139
139
  `+e._s(e.text)+`
140
- `)])])},staticRenderFns:[]},function(e){e&&e("data-v-23442c34_0",{source:'.trace-summary{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:pointer;padding-top:.75em}.trace-summary__content{position:relative;margin:1rem 0 0 1rem;padding:.25em .75em;background:#242c41;color:#bababa;transition-property:color,background;transition-duration:.2s;transition-timing-function:ease-in;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);min-width:1.5rem;border-radius:1rem;text-align:center;width:fit-content}.trace-summary__content:hover{color:#e3e5e8;background:#364262}.trace-summary__content::before{content:"";display:block;position:absolute;top:50%;left:-1rem;width:1.1rem;height:4px;transform:translateY(-1px);background-color:#808b98;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-summary",components:{},props:{event:{type:Q.Event,required:!0}},data:()=>({hover:!1}),computed:{text(){let e=this.event.children.length;return`${e} ${e===1?"child":"children"}`}},methods:{getElement(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.text)))}}},void 0,!1,void 0,!1,W,void 0,void 0)},props:{event:{type:Q.Event,required:!0},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String,isFirstChild:Boolean,isLastChild:Boolean,hasParent:Boolean},data:()=>({expanded:!1,height:0}),methods:{toggleVisibility(){this.expanded=!this.expanded,this.cacheState&&(this.event.$hidden.expanded=this.expanded),this.$nextTick(()=>{this.expanded?this.$emit("expand",this.$refs.node):this.$emit("collapse",this.$refs.node)})},async collectInputs(){return new Promise(e=>{this.$nextTick(()=>{let{node:t}=this.$refs;e(t.$refs.flowIn)})})},async getOutput(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.node.$refs.flowOut)))},async getRef(e){return new Promise(t=>this.$nextTick(()=>t(this.$refs[e])))},initialize(){(this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree)&&(this.expanded=!0),this.height=this.$el.offsetHeight}},computed:{isExpanded(){return this.expanded||this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree},children(){return this.event.children},classes(){let e=["event-block"];return this.isFirstChild&&this.isLastChild?e.push("event-block--one-child"):this.isFirstChild&&!this.isLastChild?e.push("event-block--first-child"):this.isLastChild&&!this.isFirstChild&&e.push("event-block--last-child"),e},styles(){let e={};if(this.highlightAll&&this.highlightColor&&this.selectedEvents.includes(this.event)){let t=mr.rgba(this.highlightColor,.4);e={"background-color":t,outline:`0.5rem solid ${t}`}}return e},connectionStyles(){return{bottom:this.height-36+"px"}},hasSelectedEventInTree(){return this.selectedEvents.length&&(this.selectedEvents.map(e=>e.parent).includes(this.event)||this.selectedEvents.map(e=>e.ancestors()).flat().includes(this.event))},hasFocusedEventInTree(){return this.focusedEvent&&this.focusedEvent.ancestors().map(e=>e.id).includes(this.event.id)},hasHighlightedEventInTree(){return this.eventFilterMatch&&this.event.descendants().map(e=>e.id).includes(this.eventFilterMatch.id)}},updated(){this.initialize()},mounted(){this.initialize()}},void 0,!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array,required:!0},cacheState:{type:Boolean,default:!1},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String},methods:{nodes(){return this.$refs.nodes}}},void 0,!1,void 0,!1,W,void 0,void 0),zme={__proto__:null,default:m9},g9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-container",{ref:"container",attrs:{zoomControls:e.zoomControls},nativeOn:{click:function(n){return e.clearSelection.apply(null,arguments)}}},[r("v-trace",{ref:"trace",attrs:{events:e.events,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{expand:e.focusNodeChildren,collapse:e.focusNode,clickEvent:function(n){return e.$emit("clickEvent",n)}}})],1)},staticRenderFns:[]},void 0,{name:"v-diagram-trace",components:{VTrace:m9,VContainer:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"container",attrs:{tabindex:"0"}},[r("div",{ref:"containerContent",staticStyle:{transform:"translate(0px, 0px)"}},[e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7c8609f7_0",{source:".container[data-v-7c8609f7]{overflow:hidden;height:100%;width:100%;max-width:100%;outline:0}",map:void 0,media:void 0})},{name:"v-container",props:{zoomControls:{type:Boolean,default:!0}},data:()=>({container:null}),methods:{translateTo(e,t){this.container.translateTo(e,t)},panToElement(e,t=null){let r=t??this.container.element;if(XT(this.container.element,e))return;let n=_T(e,r),i=this.container.element.getBoundingClientRect(),a=e.getBoundingClientRect();this.container.translateTo(n.left-i.x+.5*a.width,n.top-i.y+.5*a.height)},lazyPanToElement(e){ZT(this.container,e,10)},centerContents(){this.container.centerX(10)},clearTransform(){this.container.translateTo(0,0)},setScaleTarget(e){this.container.scaleTarget=$T(e)},clearScaleTarget(){this.container.scaleTarget=!1}},mounted(){this.container=new Oo(null,{pan:{momentum:!0,boundary:{overlap:0}},zoom:{controls:this.zoomControls}},this.$el,this.$refs.containerContent),this.centerContents()}},"data-v-7c8609f7",!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},zoomControls:Boolean,highlightColor:{type:String,default:null},highlightAll:Boolean,highlightStyle:String},methods:{clearSelection(){this.$store&&this.$store.commit(xf),this.$refs.container.clearScaleTarget()},focusNode(e){let{container:t}=this.$refs;t.lazyPanToElement(e.$el)},focusNodeChildren(e){setTimeout(()=>{let{container:t}=this.$refs,{$el:r}=e.$parent;t.lazyPanToElement(r.querySelector(".trace > *"))},16)},focusHighlighted(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.highlight");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},showFocusEffect(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.focused");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusSelector(e){let t=this.$el.querySelector(e);if(t){let{container:r,trace:n}=this.$refs;r.panToElement(t,n.$el)}},onClickEvent(e){this.$emit("clickEvent",e)},container(){return this.$refs.container},clearTransform(){this.$refs.container.clearTransform()}},created(){this.bindKeyboardListener=()=>{let e=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"];this.$refs.container.$el.addEventListener("keyup",t=>{if(!e.includes(t.key))return;let{selectedObject:r}=this.$store.getters;if(this.$store.state.currentView!==Ci)return;let n=null;if(r)switch(t.key){case"ArrowLeft":n=r.parent;break;case"ArrowRight":n=r.children[0];break;case"ArrowUp":case"ArrowDown":{let i=r.parent?r.parent.children:this.events;if(i.length<2)return;let a=i.indexOf(r),s=t.key==="ArrowUp"?a-1:a+1;n=i.slice(s%i.length)[0]}}else n=this.events[0];n&&this.$store.commit(pt,n)})}},mounted(){this.focusHighlighted(),this.bindKeyboardListener()},activated(){this.focusHighlighted()},updated(){this.focusHighlighted()}},void 0,!1,void 0,!1,void 0,void 0,void 0),qme=H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]},void 0,{name:"v-download-sequence-diagram",methods:{async download(){let e=document.querySelector("#sequence-diagram-ui");if(!e)throw Error("#sequence-diagram-ui not found");this.cleanUpDOM(e);let t=NM(e);await yf(t.documentElement);let r=new XMLSerializer().serializeToString(t);this.$root.$emit("exportSVG",r),this.restoreDOM(e)},cleanUpDOM(e){[...e.querySelectorAll(".sequence-actor")].forEach(t=>t.style.position="absolute"),e.querySelectorAll(".hide-container").forEach(t=>t.style.display="none"),e.querySelectorAll(".collapse-expand").forEach(t=>t.style.display="none")},restoreDOM(e){[...e.querySelectorAll(".sequence-actor")].forEach(t=>t.style.position="sticky"),e.querySelectorAll(".hide-container").forEach(t=>t.style.display="inline-block"),e.querySelectorAll(".collapse-expand").forEach(t=>t.style.display="inline-block")}}},"data-v-af05631e",!1,void 0,!1,void 0,void 0,void 0),A9={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 8 7",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M6.756.546A.718.718 0 017.27.333a.72.72 0 01.51.221.79.79 0 01.22.53.792.792 0 01-.193.541L3.89 6.754a.708.708 0 01-1.06.02L.234 4.054a.802.802 0 01-.019-1.109.707.707 0 011.059.02L3.33 5.116 6.738.57a.269.269 0 01.02-.023h-.002z"}})]))}},ev={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.36 11.684a.376.376 0 00.53 0 .37.37 0 000-.526L6.634 5.934 11.757.842a.37.37 0 000-.526.376.376 0 00-.53 0L6.105 5.408.772.109a.376.376 0 00-.53 0 .37.37 0 000 .526l5.333 5.299-5.465 5.43a.37.37 0 000 .527.376.376 0 00.53 0L6.103 6.46l5.257 5.224z"}})]))}},Qme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"filters"},[r("div",{staticClass:"filters__head"},[r("FilterIcon",{staticClass:"filters__head-icon"}),e._v(" "),r("h2",{staticClass:"filters__head-text"},[e._v("Filters")]),e._v(" "),r("button",{staticClass:"filters__head-reset",on:{click:e.resetFilters}},[e._v(`
140
+ `)])])},staticRenderFns:[]},function(e){e&&e("data-v-127d0828_0",{source:'.trace-summary{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;cursor:pointer;padding-top:.75em}.trace-summary__content{position:relative;margin:1rem 0 0 1rem;padding:.25em .75em;background:#242c41;color:#bababa;transition-property:color,background;transition-duration:.2s;transition-timing-function:ease-in;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);min-width:1.5rem;border-radius:1rem;text-align:center;width:fit-content}.trace-summary__content:hover{color:#e3e5e8;background:#364262}.trace-summary__content::before{content:"";display:block;position:absolute;top:50%;left:-1rem;width:1.1rem;height:4px;transform:translateY(-1px);background-color:#808b98;z-index:-1}',map:void 0,media:void 0})},{name:"v-trace-summary",components:{},props:{event:{type:Q.Event,required:!0}},data:()=>({hover:!1}),computed:{text(){let e=this.event.children.length;return`${e} ${e===1?"child":"children"}`}},methods:{getElement(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.text)))}}},void 0,!1,void 0,!1,W,void 0,void 0)},props:{event:{type:Q.Event,required:!0},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String,isFirstChild:Boolean,isLastChild:Boolean,hasParent:Boolean},data:()=>({expanded:!1,height:0}),methods:{toggleVisibility(){this.expanded=!this.expanded,this.cacheState&&(this.event.$hidden.expanded=this.expanded),this.$nextTick(()=>{this.expanded?this.$emit("expand",this.$refs.node):this.$emit("collapse",this.$refs.node)})},async collectInputs(){return new Promise(e=>{this.$nextTick(()=>{let{node:t}=this.$refs;e(t.$refs.flowIn)})})},async getOutput(){return new Promise(e=>this.$nextTick(()=>e(this.$refs.node.$refs.flowOut)))},async getRef(e){return new Promise(t=>this.$nextTick(()=>t(this.$refs[e])))},initialize(){(this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree)&&(this.expanded=!0),this.height=this.$el.offsetHeight}},computed:{isExpanded(){return this.expanded||this.hasSelectedEventInTree||this.hasFocusedEventInTree||this.hasHighlightedEventInTree},children(){return this.event.children},classes(){let e=["event-block"];return this.isFirstChild&&this.isLastChild?e.push("event-block--one-child"):this.isFirstChild&&!this.isLastChild?e.push("event-block--first-child"):this.isLastChild&&!this.isFirstChild&&e.push("event-block--last-child"),e},styles(){let e={};if(this.highlightAll&&this.highlightColor&&this.selectedEvents.includes(this.event)){let t=mr.rgba(this.highlightColor,.4);e={"background-color":t,outline:`0.5rem solid ${t}`}}return e},connectionStyles(){return{bottom:this.height-36+"px"}},hasSelectedEventInTree(){return this.selectedEvents.length&&(this.selectedEvents.map(e=>e.parent).includes(this.event)||this.selectedEvents.map(e=>e.ancestors()).flat().includes(this.event))},hasFocusedEventInTree(){return this.focusedEvent&&this.focusedEvent.ancestors().map(e=>e.id).includes(this.event.id)},hasHighlightedEventInTree(){return this.eventFilterMatch&&this.event.descendants().map(e=>e.id).includes(this.eventFilterMatch.id)}},updated(){this.initialize()},mounted(){this.initialize()}},void 0,!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array,required:!0},cacheState:{type:Boolean,default:!1},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},highlightColor:String,highlightAll:Boolean,highlightStyle:String},methods:{nodes(){return this.$refs.nodes}}},void 0,!1,void 0,!1,W,void 0,void 0),zme={__proto__:null,default:m9},g9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("v-container",{ref:"container",attrs:{zoomControls:e.zoomControls},nativeOn:{click:function(n){return e.clearSelection.apply(null,arguments)}}},[r("v-trace",{ref:"trace",attrs:{events:e.events,"selected-events":e.selectedEvents,"focused-event":e.focusedEvent,"event-filter-matches":e.eventFilterMatches,"event-filter-match":e.eventFilterMatch,"event-filter-match-index":e.eventFilterMatchIndex,"highlight-color":e.highlightColor,"highlight-all":e.highlightAll,"highlight-style":e.highlightStyle},on:{expand:e.focusNodeChildren,collapse:e.focusNode,clickEvent:function(n){return e.$emit("clickEvent",n)}}})],1)},staticRenderFns:[]},void 0,{name:"v-diagram-trace",components:{VTrace:m9,VContainer:H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"container",attrs:{tabindex:"0"}},[r("div",{ref:"containerContent",staticStyle:{transform:"translate(0px, 0px)"}},[e._t("default")],2)])},staticRenderFns:[]},function(e){e&&e("data-v-7c8609f7_0",{source:".container[data-v-7c8609f7]{overflow:hidden;height:100%;width:100%;max-width:100%;outline:0}",map:void 0,media:void 0})},{name:"v-container",props:{zoomControls:{type:Boolean,default:!0}},data:()=>({container:null}),methods:{translateTo(e,t){this.container.translateTo(e,t)},panToElement(e,t=null){let r=t??this.container.element;if(XT(this.container.element,e))return;let n=_T(e,r),i=this.container.element.getBoundingClientRect(),a=e.getBoundingClientRect();this.container.translateTo(n.left-i.x+.5*a.width,n.top-i.y+.5*a.height)},lazyPanToElement(e){ZT(this.container,e,10)},centerContents(){this.container.centerX(10)},clearTransform(){this.container.translateTo(0,0)},setScaleTarget(e){this.container.scaleTarget=$T(e)},clearScaleTarget(){this.container.scaleTarget=!1}},mounted(){this.container=new Oo(null,{pan:{momentum:!0,boundary:{overlap:0}},zoom:{controls:this.zoomControls}},this.$el,this.$refs.containerContent),this.centerContents()}},"data-v-7c8609f7",!1,void 0,!1,W,void 0,void 0)},props:{events:{type:Array},selectedEvents:{type:Array,default:()=>[]},focusedEvent:{type:Object,default:null},eventFilterMatches:{type:Set,default:new Set},eventFilterMatch:{type:Q.Event,default:null},eventFilterMatchIndex:{type:Number,default:null},zoomControls:Boolean,highlightColor:{type:String,default:null},highlightAll:Boolean,highlightStyle:String},methods:{clearSelection(){this.$store&&this.$store.commit(xf),this.$refs.container.clearScaleTarget()},focusNode(e){let{container:t}=this.$refs;t.lazyPanToElement(e.$el)},focusNodeChildren(e){setTimeout(()=>{let{container:t}=this.$refs,{$el:r}=e.$parent;t.lazyPanToElement(r.querySelector(".trace > *"))},16)},focusHighlighted(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.highlight");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},showFocusEffect(){setTimeout(()=>{let{container:e,trace:t}=this.$refs,r=e.$el.querySelector(".trace-node.focused");r&&(e.setScaleTarget(r),e.panToElement(r,t.$el))},16)},focusSelector(e){let t=this.$el.querySelector(e);if(t){let{container:r,trace:n}=this.$refs;r.panToElement(t,n.$el)}},onClickEvent(e){this.$emit("clickEvent",e)},container(){return this.$refs.container},clearTransform(){this.$refs.container.clearTransform()}},created(){this.bindKeyboardListener=()=>{let e=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown"];this.$refs.container.$el.addEventListener("keyup",t=>{if(!e.includes(t.key))return;let{selectedObject:r}=this.$store.getters;if(this.$store.state.currentView!==Ci)return;let n=null;if(r)switch(t.key){case"ArrowLeft":n=r.parent;break;case"ArrowRight":n=r.children[0];break;case"ArrowUp":case"ArrowDown":{let i=r.parent?r.parent.children:this.events;if(i.length<2)return;let a=i.indexOf(r),s=t.key==="ArrowUp"?a-1:a+1;n=i.slice(s%i.length)[0]}}else n=this.events[0];n&&this.$store.commit(pt,n)})}},mounted(){this.focusHighlighted(),this.bindKeyboardListener()},activated(){this.focusHighlighted()},updated(){this.focusHighlighted()}},void 0,!1,void 0,!1,void 0,void 0,void 0),qme=H({render:function(){var e=this,t=e.$createElement;return(e._self._c||t)("div",[e._t("default")],2)},staticRenderFns:[]},void 0,{name:"v-download-sequence-diagram",methods:{async download(){let e=document.querySelector("#sequence-diagram-ui");if(!e)throw Error("#sequence-diagram-ui not found");this.cleanUpDOM(e);let t=NM(e);await yf(t.documentElement);let r=new XMLSerializer().serializeToString(t);this.$root.$emit("exportSVG",r),this.restoreDOM(e)},cleanUpDOM(e){[...e.querySelectorAll(".sequence-actor")].forEach(t=>t.style.position="absolute"),e.querySelectorAll(".hide-container").forEach(t=>t.style.display="none"),e.querySelectorAll(".collapse-expand").forEach(t=>t.style.display="none")},restoreDOM(e){[...e.querySelectorAll(".sequence-actor")].forEach(t=>t.style.position="sticky"),e.querySelectorAll(".hide-container").forEach(t=>t.style.display="inline-block"),e.querySelectorAll(".collapse-expand").forEach(t=>t.style.display="inline-block")}}},"data-v-af05631e",!1,void 0,!1,void 0,void 0,void 0),A9={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 8 7",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M6.756.546A.718.718 0 017.27.333a.72.72 0 01.51.221.79.79 0 01.22.53.792.792 0 01-.193.541L3.89 6.754a.708.708 0 01-1.06.02L.234 4.054a.802.802 0 01-.019-1.109.707.707 0 011.059.02L3.33 5.116 6.738.57a.269.269 0 01.02-.023h-.002z"}})]))}},ev={functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 12 12",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.36 11.684a.376.376 0 00.53 0 .37.37 0 000-.526L6.634 5.934 11.757.842a.37.37 0 000-.526.376.376 0 00-.53 0L6.105 5.408.772.109a.376.376 0 00-.53 0 .37.37 0 000 .526l5.333 5.299-5.465 5.43a.37.37 0 000 .527.376.376 0 00.53 0L6.103 6.46l5.257 5.224z"}})]))}},Qme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{staticClass:"filters"},[r("div",{staticClass:"filters__head"},[r("FilterIcon",{staticClass:"filters__head-icon"}),e._v(" "),r("h2",{staticClass:"filters__head-text"},[e._v("Filters")]),e._v(" "),r("button",{staticClass:"filters__head-reset",on:{click:e.resetFilters}},[e._v(`
141
141
  Reset
142
142
  `),r("ResetIcon")],1)],1),e._v(" "),r("div",{staticClass:"filters__block"},[e._m(0),e._v(" "),r("div",{staticClass:"filters__block-body"},[r("div",{staticClass:"filters__block-row"},[r("div",{staticClass:"filters__block-row-content"},[r("v-filters-form",{attrs:{onSubmit:e.addRootObject,placeholder:"add new root...",suggestions:e.rootObjectsSuggestions}})],1)])]),e._v(" "),e.filters.rootObjects.length?r("div",{staticClass:"filters__block-body filters__block-body--flex"},e._l(e.filters.rootObjects,function(n,i){return r("div",{key:n,staticClass:"filters__root"},[e._v(`
143
143
  `+e._s(n)+`
@@ -176,7 +176,7 @@ https://www.w3ctech.com/topic/2226`));let o=r(...s);return o.postcssPlugin=t,o.p
176
176
  `)]),e._v(" "),r("li",[e._v("When a node is selected, we'll show you its details in the sidebar.")]),e._v(" "),r("li",[e._v("Use powerful filters bring focus to a narrow area of interest.")])])])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ul",{staticClass:"feature-list"},[r("li",[e._v(`
177
177
  Right-click nodes to set as root, expand, collapse and reset the diagram elements
178
178
  `)]),e._v(" "),r("li",[e._v("Clicking an edge between nodes will display associated events")])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",[r("div",{staticClass:"icon class-pkg"}),e._v(" "),r("p",[e._v("Class packages")])]),e._v(" "),r("li",[r("div",{staticClass:"icon class"}),e._v(" "),r("p",[e._v("Class / Function")])]),e._v(" "),r("li",[r("div",{staticClass:"icon dynamic"}),e._v(" "),r("p",[e._v("Dynamic dependencies such as method calls or SQL queries")])]),e._v(" "),r("li",[r("div",{staticClass:"icon web-service"}),e._v(" "),r("p",[e._v("HTTP requests")])]),e._v(" "),r("li",[r("div",{staticClass:"icon database"}),e._v(" "),r("p",[e._v("SQL queries")])])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ul",{staticClass:"feature-list"},[r("li",[e._v("\xA0Use arrow keys to navigate between nodes")]),e._v(" "),r("li",[e._v("\xA0Expand nodes to see children")])])},function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("ul",{staticClass:"legend"},[r("h5",[e._v("Legend")]),e._v(" "),r("li",{staticClass:"type-int icon"},[e._v("Integer/Number")]),e._v(" "),r("li",{staticClass:"type-string icon"},[e._v("String")]),e._v(" "),r("li",{staticClass:"type-bool icon"},[e._v("Boolean")]),e._v(" "),r("li",{staticClass:"type-float icon"},[e._v("Float/Decimal")]),e._v(" "),r("li",{staticClass:"type-object icon"},[e._v("Object/Other")])])}]},function(e){e&&e("data-v-7df829c5_0",{source:`@charset "UTF-8";.instructions[data-v-7df829c5]{position:relative;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:0;z-index:1000}.instructions__close[data-v-7df829c5],.instructions__icon[data-v-7df829c5]{border:none;padding:.2rem;background:0 0;color:#808b98;font:inherit;font-size:.8rem;outline:0;line-height:0;appearance:none;cursor:pointer}.instructions__close[data-v-7df829c5]:active,.instructions__close[data-v-7df829c5]:hover,.instructions__icon[data-v-7df829c5]:active,.instructions__icon[data-v-7df829c5]:hover{color:#e1e2e2}.instructions__close svg[data-v-7df829c5],.instructions__icon svg[data-v-7df829c5]{fill:currentColor;width:16px}.instructions__container[data-v-7df829c5]{border-radius:.5rem .5rem 0 .5rem;position:absolute;right:0;bottom:100%;margin:0 .75rem 1rem 0;min-width:30vw;height:max-content;max-width:40vw;max-height:80vh;padding:1.5rem;color:#eaeaea;background:#010306;overflow-y:auto}.instructions__head[data-v-7df829c5]{position:relative;display:flex;align-items:flex-start}.instructions__title[data-v-7df829c5]{margin:0;color:#ff07aa;font-size:1.5rem}.instructions__content[data-v-7df829c5]{font-size:.9rem;line-height:1.2rem;word-break:break-word;overflow:auto}.instructions__close[data-v-7df829c5]{margin-left:auto}ul[data-v-7df829c5]{padding-left:1.2rem;word-break:break-word}ul li[data-v-7df829c5]{margin:.3rem 0}ul.feature-list[data-v-7df829c5]{border-bottom:1px solid #808b98;padding-left:1rem;padding-bottom:1rem;line-height:1.3rem}ul.feature-list svg[data-v-7df829c5]{margin:0 .2rem}ul.feature-list .icons[data-v-7df829c5]{margin:0 .25rem}.instructions-wrap[data-v-7df829c5]{width:100%;display:grid;grid-template-columns:1fr;column-gap:2rem;overflow:auto}.instructions-wrap .legend[data-v-7df829c5]{margin:0;padding:0;list-style-type:none;word-break:break-word}.instructions-wrap .legend h5[data-v-7df829c5]{margin:0 0 .4rem 0;color:#808b98;font-size:1rem;font-weight:400}.instructions-wrap .legend li[data-v-7df829c5]{display:flex;flex-direction:row;align-items:center;margin:.5rem 0;line-height:2rem;gap:.5rem;font-size:.85rem}.instructions-wrap .legend li p[data-v-7df829c5]{flex:1;margin:0;line-height:1.5rem}.instructions-wrap .dependency-map[data-v-7df829c5],.instructions-wrap .sequence[data-v-7df829c5],.instructions-wrap .trace[data-v-7df829c5]{padding:1rem;border-radius:1rem;border:1px solid #808b98;width:100%;font-size:.9rem}.instructions-wrap .dependency-map h4[data-v-7df829c5],.instructions-wrap .sequence h4[data-v-7df829c5],.instructions-wrap .trace h4[data-v-7df829c5]{margin:0;color:#ff07aa;font-size:1rem}.instructions-wrap .dependency-map .legend ul[data-v-7df829c5],.instructions-wrap .sequence .legend ul[data-v-7df829c5],.instructions-wrap .trace .legend ul[data-v-7df829c5]{margin:0;padding:0;list-style-type:none}.instructions-wrap .dependency-map .legend ul li[data-v-7df829c5],.instructions-wrap .sequence .legend ul li[data-v-7df829c5],.instructions-wrap .trace .legend ul li[data-v-7df829c5]{display:flex;flex-direction:row;margin:0;line-height:2rem;align-items:flex-start}.instructions-wrap .dependency-map .legend ul li p[data-v-7df829c5],.instructions-wrap .sequence .legend ul li p[data-v-7df829c5],.instructions-wrap .trace .legend ul li p[data-v-7df829c5]{flex:1;margin:0}.instructions-wrap .dependency-map[data-v-7df829c5]{padding-right:1.5rem}.instructions-wrap .dependency-map .icon[data-v-7df829c5]{display:inline-block;height:1rem;width:2rem;margin-right:.5rem}.instructions-wrap .dependency-map .icon.class-pkg[data-v-7df829c5]{background-color:#6fddd6}.instructions-wrap .dependency-map .icon.class[data-v-7df829c5]{background-color:#4362b1}.instructions-wrap .dependency-map .icon.dynamic[data-v-7df829c5]{background-image:url("data:image/svg+xml,%3Csvg width='32' height='12' viewBox='0 0 32 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 5.99999L22 0.226492L22 11.7735L32 5.99999ZM2.62268e-07 7L23 6.99999L23 4.99999L-2.62268e-07 5L2.62268e-07 7Z' fill='%23808B98'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;align-self:center}.instructions-wrap .dependency-map .icon.web-service[data-v-7df829c5]{background-color:#c61c38}.instructions-wrap .dependency-map .icon.database[data-v-7df829c5]{background-color:#9c2fba}.instructions-wrap .trace[data-v-7df829c5]{font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.instructions-wrap .trace .legend li[data-v-7df829c5]{line-height:2rem;margin:0}.instructions-wrap .trace .icon[data-v-7df829c5]{height:unset;width:unset}.instructions-wrap .trace .icon.type-bool[data-v-7df829c5]:before,.instructions-wrap .trace .icon.type-float[data-v-7df829c5]:before,.instructions-wrap .trace .icon.type-int[data-v-7df829c5]:before,.instructions-wrap .trace .icon.type-object[data-v-7df829c5]:before,.instructions-wrap .trace .icon.type-string[data-v-7df829c5]:before{font-size:1.25rem;margin-right:.3rem;font-size:2rem}.instructions-wrap .trace .icon.type-int[data-v-7df829c5]:before{content:"\u25CF";color:#f92672}.instructions-wrap .trace .icon.type-string[data-v-7df829c5]:before{content:"\u25CF";color:#a6e22e}.instructions-wrap .trace .icon.type-bool[data-v-7df829c5]:before{content:"\u25CF";color:#66d9ef}.instructions-wrap .trace .icon.type-float[data-v-7df829c5]:before{content:"\u25CF";color:#fd971f}.instructions-wrap .trace .icon.type-object[data-v-7df829c5]:before{content:"\u25CF";color:#ae81ff}@media (max-width:1300px){section.instructions-wrap[data-v-7df829c5]{grid-template-columns:1fr}section.instructions-wrap .dependency-map[data-v-7df829c5]{margin:1rem 0}section.instructions-wrap .legend[data-v-7df829c5]{margin-bottom:1rem}section.instructions-wrap .legend[data-v-7df829c5]:last-of-type{margin-bottom:0}}`,map:void 0,media:void 0})},{name:"v-instructions",components:{CloseIcon:jA,InfoIcon:QA,CollapseSection:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"13",height:"11",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 10.828V0h3.081v1.185H1.483v8.463h1.598v1.18H0zM9.402 4.705v1.27h-6v-1.27h6zM12.983 0v10.828H9.902v-1.18H11.5V1.185H9.902V0h3.081z",fill:"#fff"}})]))}},ExpandSection:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"13",height:"11",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 10.828V0h3.081v1.185H1.483v8.463h1.598v1.18H0zM5.882 8.459V2.56H7.22V8.46H5.882zm-2.28-2.28V4.841H9.5v1.338H3.602zM13 0v10.828H9.919v-1.18h1.598V1.185H9.919V0H13z",fill:"#fff"}})]))}},FromArrow:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"38",height:"12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M38 5v2l-10 5h-2V0h2l10 5z",fill:"#6FDDD6"}}),r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M0 5h27v2H0V5z",fill:"#6FDDD6"}})]))}},ReturnArrow:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"38",height:"12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 7V5l10-5h2v12h-2L0 7z",fill:"#6FDDD6"}}),r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.964 7H11V5h.964v2zm3.857 0h-1.928V5h1.928v2zm3.858 0H17.75V5h1.929v2zm3.857 0h-1.929V5h1.929v2zm3.857 0h-1.929V5h1.929v2zm3.857 0h-1.929V5h1.929v2zm3.857 0H33.18V5h1.928v2zM38 7h-.964V5H38v2z",fill:"#6FDDD6"}})]))}},LoopBox:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"38",height:"19",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2 8v7a2 2 0 002 2h30a2 2 0 002-2V8H2zM0 4a4 4 0 014-4h30a4 4 0 014 4v11a4 4 0 01-4 4H4a4 4 0 01-4-4V4z",fill:"#444E69"}})]))}},XIcon:c9,Lifeline:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"1",height:"25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{d:"M0 4.545V0h1v4.545H0zM0 11.364V6.818h1v4.546H0zM0 18.182v-4.546h1v4.546H0zM0 25v-4.546h1V25H0z",fill:"#EAEAEA"}})]))}},ActiveLifeline:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({width:"8",height:"25",fill:"none",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M7 .806H1v23.387h6V.806zM0 0v25h8V0H0z",fill:"#EAEAEA"}})]))}}},props:{currentView:String},data:()=>({isOpen:!1}),computed:{isViewingDependency(){return this.currentView===za},isViewingSequence(){return this.currentView===yr},isViewingTrace(){return this.currentView===Ci}},methods:{toggle(){this.isOpen=!this.isOpen},open(){this.isOpen=!0},close(){this.isOpen=!1}}},"data-v-7df829c5",!1,void 0,!1,W,void 0,void 0),Hme=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"notification__head",on:{click:e.onClick}},[r("ArrowUpIcon",{staticClass:"notification__arrow"}),e._v(" "),r("span",{staticClass:"notification__title"},[e._v(`
179
- You\u2019ve been updated to `),r("b",[e._v(e._s(e.version)+".")]),r("em",[e._v("See details.")])]),e._v(" "),r("CloseThinIcon",{staticClass:"notification__close",on:{click:function(n){return n.stopPropagation(),e.onClose.apply(null,arguments)}}})],1),e._v(" "),r("div",{staticClass:"notification__body-container"},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],staticClass:"notification__body"},[r("div",{staticClass:"notification__body-document"},[r("iframe",{staticClass:"notification__body-document",attrs:{srcdoc:e.body}})])])])])},staticRenderFns:[]},function(e){e&&e("data-v-b6c4943e_0",{source:'.notification[data-v-b6c4943e]{border:1px solid transparent;border-radius:0;background-color:#eaeaea;color:#242c41;font-size:.75rem;line-height:1;white-space:nowrap;transition:all .3s ease;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.notification svg[data-v-b6c4943e]{width:.75rem;height:.75rem;fill:#242c41}.notification__head[data-v-b6c4943e]{display:flex;align-items:center;padding:.4rem 1.5rem;cursor:pointer;user-select:none}.notification svg.notification__arrow[data-v-b6c4943e]{fill:#7fc14a}.notification__title[data-v-b6c4943e]{flex:1;margin:0 .5rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.notification__title em[data-v-b6c4943e]{color:#4362b1;margin-left:.5rem}.notification__close[data-v-b6c4943e]{cursor:pointer}.notification__body-container[data-v-b6c4943e]{position:relative}.notification__body[data-v-b6c4943e]{position:absolute;z-index:2147483647;width:100%;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);background-color:#e3e5e8;color:#242c41;border-radius:.5rem;max-height:50vh;padding:0;overflow:hidden;margin-top:.5rem}.notification__body-document[data-v-b6c4943e]{border:none;width:100%;height:100vh;max-height:50vh}.notification--expanded[data-v-b6c4943e]{border-color:#606060}.notification--expanded svg[data-v-b6c4943e]{fill:#606060}.notification[data-v-b6c4943e]:hover{background-color:#c4c4c4}.notification .notification__body[data-v-b6c4943e] ul{margin:.5rem 0;padding-left:1rem}.notification .notification__body[data-v-b6c4943e] ul li:not(:last-child){margin-bottom:.5rem}',map:void 0,media:void 0})},{name:"v-notification",components:{ArrowUpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.278 6.265l6.05-5.99a.957.957 0 011.344 0l6.05 5.99a.935.935 0 010 1.331.957.957 0 01-1.345 0L7.951 3.213V16H6.049V3.213L1.623 7.596a.957.957 0 01-1.345 0 .935.935 0 010-1.33z"}})]))}},CloseThinIcon:ev},props:{version:{type:String,default:""},body:{type:String,default:""}},data:()=>({isExpanded:!1}),computed:{classes(){let e=["notification"];return this.isExpanded&&e.push("notification--expanded"),e}},methods:{onClick(){this.isExpanded=!this.isExpanded,this.isExpanded&&this.$emit("openEvent")},onClose(){this.$emit("closeEvent")}}},"data-v-b6c4943e",!1,void 0,!1,W,void 0,void 0),v9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"popper__button",on:{click:function(n){e.open=!e.open}}},[e._t("icon")],2),e._v(" "),e.open?r("div",{staticClass:"popper__body filter"},[r("div",{staticClass:"popper__content"},[e._t("body")],2)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-1a46e533_0",{source:'.popper[data-v-1a46e533]{display:inline-block;position:relative;color:#808b98}.popper__button[data-v-1a46e533]{position:relative;padding:.2rem;color:inherit;cursor:pointer;line-height:0;transition:all .3s ease}.popper--highlight .popper__button[data-v-1a46e533]{color:#7f6be6}.popper__button svg[data-v-1a46e533]{width:1rem;height:1rem}.popper.popper--opened[data-v-1a46e533],.popper[data-v-1a46e533]:hover{color:#e1e2e2}.popper__body[data-v-1a46e533]{border-radius:.5rem;position:absolute;width:max-content;height:max-content;max-width:70vw;max-height:85vh;margin-top:1.5rem;padding:1rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#eaeaea;background:#010306;overflow:auto;box-shadow:0 0 20px 0 rgba(0,0,0,.88)}.popper__body.filter[data-v-1a46e533]{background-color:#242c41}.popper--v-top .popper__body[data-v-1a46e533]{bottom:100%;margin-bottom:.8rem}.popper--v-bottom .popper__body[data-v-1a46e533]{top:100%;margin-top:1.5rem}.popper--h-left .popper__body[data-v-1a46e533]{right:0}.popper--h-right .popper__body[data-v-1a46e533]{left:0}.popper__body h2[data-v-1a46e533]{font-size:1.1rem;margin:0 0 .25rem 0}',map:void 0,media:void 0})},{name:"v-popper-menu",props:{position:{type:String,default:"bottom left",validator:e=>{let[t,r]=e.split(/\s+?/);return["top","bottom"].indexOf(t)!==-1&&["left","right"].indexOf(r)!==-1}},isHighlight:{type:Boolean,default:!1,required:!1}},data(){return{vAlign:this.position.split(/\s+?/)[0],hAlign:this.position.split(/\s+?/)[1],open:!1}},computed:{classes(){let e=["popper",`popper--v-${this.vAlign}`,`popper--h-${this.hAlign}`];return this.isHighlight&&e.push("popper--highlight"),this.open&&e.push("popper--opened"),e}},mounted(){window.addEventListener("click",e=>{hr(e.target,this.$el)||(this.open=!1)})}},"data-v-1a46e533",!1,void 0,!1,W,void 0,void 0),PM=1e3,FM=1e6,jM=1e9,Gme=H({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{key:t.renderKey,class:t.classes,attrs:{id:"app"},on:{mousemove:t.makeResizing,mouseup:t.stopResizing,mouseleave:t.stopResizing}},[n("div",{staticClass:"loader"}),t._v(" "),n("div",{ref:"mainColumnLeft",staticClass:"main-column main-column--left"},[n("v-details-panel",{attrs:{appMap:t.filteredAppMap,"selected-object":t.selectedObject,"selected-label":t.selectedLabel,"filters-root-objects":t.filters.rootObjects,findings:t.findings,wasAutoPruned:t.wasAutoPruned,isGiantAppMap:t.isGiantAppMap},on:{onChangeFilter:function(i){e.eventFilterText=i},openStatsPanel:function(){e.showStatsPanel=!0}},scopedSlots:t._u([{key:"buttons",fn:function(){return[t.selectedObject||t.selectedLabel?n("v-details-button",{attrs:{icon:"clear"},nativeOn:{click:function(i){return t.clearSelection.apply(null,arguments)}}},[t._v(`
179
+ You\u2019ve been updated to `),r("b",[e._v(e._s(e.version)+".")]),r("em",[e._v("See details.")])]),e._v(" "),r("CloseThinIcon",{staticClass:"notification__close",on:{click:function(n){return n.stopPropagation(),e.onClose.apply(null,arguments)}}})],1),e._v(" "),r("div",{staticClass:"notification__body-container"},[r("div",{directives:[{name:"show",rawName:"v-show",value:e.isExpanded,expression:"isExpanded"}],staticClass:"notification__body"},[r("div",{staticClass:"notification__body-document"},[r("iframe",{staticClass:"notification__body-document",attrs:{srcdoc:e.body}})])])])])},staticRenderFns:[]},function(e){e&&e("data-v-b6c4943e_0",{source:'.notification[data-v-b6c4943e]{border:1px solid transparent;border-radius:0;background-color:#eaeaea;color:#242c41;font-size:.75rem;line-height:1;white-space:nowrap;transition:all .3s ease;box-shadow:0 0 20px 0 rgba(0,0,0,.2)}.notification svg[data-v-b6c4943e]{width:.75rem;height:.75rem;fill:#242c41}.notification__head[data-v-b6c4943e]{display:flex;align-items:center;padding:.4rem 1.5rem;cursor:pointer;user-select:none}.notification svg.notification__arrow[data-v-b6c4943e]{fill:#7fc14a}.notification__title[data-v-b6c4943e]{flex:1;margin:0 .5rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif}.notification__title em[data-v-b6c4943e]{color:#4362b1;margin-left:.5rem}.notification__close[data-v-b6c4943e]{cursor:pointer}.notification__body-container[data-v-b6c4943e]{position:relative}.notification__body[data-v-b6c4943e]{position:absolute;z-index:2147483647;width:100%;box-shadow:.2em .2em 10px 0 rgba(0,0,0,.6);background-color:#e3e5e8;color:#242c41;border-radius:.5rem;max-height:50vh;padding:0;overflow:hidden;margin-top:.5rem}.notification__body-document[data-v-b6c4943e]{border:none;width:100%;height:100vh;max-height:50vh}.notification--expanded[data-v-b6c4943e]{border-color:#606060}.notification--expanded svg[data-v-b6c4943e]{fill:#606060}.notification[data-v-b6c4943e]:hover{background-color:#c4c4c4}.notification .notification__body[data-v-b6c4943e] ul{margin:.5rem 0;padding-left:1rem}.notification .notification__body[data-v-b6c4943e] ul li:not(:last-child){margin-bottom:.5rem}',map:void 0,media:void 0})},{name:"v-notification",components:{ArrowUpIcon:{functional:!0,render(e,t){let{_c:r,_v:n,data:i,children:a=[]}=t,{class:s,staticClass:o,style:l,staticStyle:c,attrs:u={},...d}=i;return r("svg",{class:[s,o],style:[l,c],attrs:Object.assign({viewBox:"0 0 14 16",xmlns:"http://www.w3.org/2000/svg"},u),...d},a.concat([r("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M.278 6.265l6.05-5.99a.957.957 0 011.344 0l6.05 5.99a.935.935 0 010 1.331.957.957 0 01-1.345 0L7.951 3.213V16H6.049V3.213L1.623 7.596a.957.957 0 01-1.345 0 .935.935 0 010-1.33z"}})]))}},CloseThinIcon:ev},props:{version:{type:String,default:""},body:{type:String,default:""}},data:()=>({isExpanded:!1}),computed:{classes(){let e=["notification"];return this.isExpanded&&e.push("notification--expanded"),e}},methods:{onClick(){this.isExpanded=!this.isExpanded,this.isExpanded&&this.$emit("openEvent")},onClose(){this.$emit("closeEvent")}}},"data-v-b6c4943e",!1,void 0,!1,W,void 0,void 0),v9=H({render:function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",{class:e.classes},[r("div",{staticClass:"popper__button",on:{click:function(n){e.open=!e.open}}},[e._t("icon")],2),e._v(" "),e.open?r("div",{staticClass:"popper__body filter"},[r("div",{staticClass:"popper__content"},[e._t("body")],2)]):e._e()])},staticRenderFns:[]},function(e){e&&e("data-v-783bfb76_0",{source:'.popper[data-v-783bfb76]{display:inline-block;position:relative;color:#808b98}.popper__button[data-v-783bfb76]{position:relative;padding:.2rem;color:inherit;cursor:pointer;line-height:0;transition:all .3s ease}.popper--highlight .popper__button[data-v-783bfb76]{color:#7f6be6}.popper__button svg[data-v-783bfb76]{width:1rem;height:1rem}.popper.popper--opened[data-v-783bfb76],.popper[data-v-783bfb76]:hover{color:#e1e2e2}.popper__body[data-v-783bfb76]{border-radius:.5rem;position:absolute;width:max-content;height:max-content;max-width:70vw;max-height:85vh;margin-top:1.5rem;padding:1rem;font-family:"IBM Plex Sans","Helvetica Neue",Helvetica,Arial,sans-serif;color:#eaeaea;background:#010306;overflow:auto;box-shadow:0 0 20px 0 rgba(0,0,0,.88)}.popper__body.filter[data-v-783bfb76]{background-color:#242c41}.popper--v-top .popper__body[data-v-783bfb76]{bottom:100%;margin-bottom:.8rem}.popper--v-bottom .popper__body[data-v-783bfb76]{top:100%;margin-top:1.5rem}.popper--h-left .popper__body[data-v-783bfb76]{right:0}.popper--h-right .popper__body[data-v-783bfb76]{left:0}.popper__body h2[data-v-783bfb76]{font-size:1.1rem;margin:0 0 .25rem 0}',map:void 0,media:void 0})},{name:"v-popper-menu",props:{position:{type:String,default:"bottom left",validator:e=>{let[t,r]=e.split(/\s+?/);return["top","bottom"].indexOf(t)!==-1&&["left","right"].indexOf(r)!==-1}},isHighlight:{type:Boolean,default:!1,required:!1}},data(){return{vAlign:this.position.split(/\s+?/)[0],hAlign:this.position.split(/\s+?/)[1],open:!1}},computed:{classes(){let e=["popper",`popper--v-${this.vAlign}`,`popper--h-${this.hAlign}`];return this.isHighlight&&e.push("popper--highlight"),this.open&&e.push("popper--opened"),e}},mounted(){window.addEventListener("click",e=>{hr(e.target,this.$el)||(this.open=!1)})}},"data-v-783bfb76",!1,void 0,!1,W,void 0,void 0),PM=1e3,FM=1e6,jM=1e9,Gme=H({render:function(){var e=this,t=this,r=t.$createElement,n=t._self._c||r;return n("div",{key:t.renderKey,class:t.classes,attrs:{id:"app"},on:{mousemove:t.makeResizing,mouseup:t.stopResizing,mouseleave:t.stopResizing}},[n("div",{staticClass:"loader"}),t._v(" "),n("div",{ref:"mainColumnLeft",staticClass:"main-column main-column--left"},[n("v-details-panel",{attrs:{appMap:t.filteredAppMap,"selected-object":t.selectedObject,"selected-label":t.selectedLabel,"filters-root-objects":t.filters.rootObjects,findings:t.findings,wasAutoPruned:t.wasAutoPruned,isGiantAppMap:t.isGiantAppMap},on:{onChangeFilter:function(i){e.eventFilterText=i},openStatsPanel:function(){e.showStatsPanel=!0}},scopedSlots:t._u([{key:"buttons",fn:function(){return[t.selectedObject||t.selectedLabel?n("v-details-button",{attrs:{icon:"clear"},nativeOn:{click:function(i){return t.clearSelection.apply(null,arguments)}}},[t._v(`
180
180
  Clear selection
181
181
  `)]):t._e(),t._v(" "),t.canGoBack?n("v-details-button",{attrs:{icon:"back"},nativeOn:{click:function(i){return t.goBack.apply(null,arguments)}}},[t._v(`
182
182
  Back to