@valtimo/process 4.15.2-next-main.8

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.
@@ -0,0 +1 @@
1
+ {"__symbolic":"module","version":4,"metadata":{"ProcessService":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Injectable","line":22,"character":1},"arguments":[{"providedIn":"root"}]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/common/http","name":"HttpClient","line":29,"character":18},{"__symbolic":"reference","module":"@valtimo/config","name":"ConfigService","line":30,"character":19}]}],"getProcessDefinitions":[{"__symbolic":"method"}],"getProcessDefinitionVersions":[{"__symbolic":"method"}],"getProcessDefinition":[{"__symbolic":"method"}],"getProcessDefinitionStartFormData":[{"__symbolic":"method"}],"startProcesInstance":[{"__symbolic":"method"}],"getProcessDefinitionXml":[{"__symbolic":"method"}],"getProcessXml":[{"__symbolic":"method"}],"getProcessCount":[{"__symbolic":"method"}],"getProcessHeatmapCount":[{"__symbolic":"method"}],"getProcessHeatmapDuration":[{"__symbolic":"method"}],"getProcessInstances":[{"__symbolic":"method"}],"getProcessInstance":[{"__symbolic":"method"}],"getProcessInstanceTasks":[{"__symbolic":"method"}],"getProcessInstanceVariables":[{"__symbolic":"method"}],"addProcessInstancesDefaultVariablesValues":[{"__symbolic":"method"}],"addDefaultVariablesValues":[{"__symbolic":"method"}],"getInstancesStatistics":[{"__symbolic":"method"}],"deployProcess":[{"__symbolic":"method"}],"migrateProcess":[{"__symbolic":"method"}]},"statics":{"ɵprov":{}}},"ProcessModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":23,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"ProcessDiagramComponent"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":28,"character":4},{"__symbolic":"reference","module":"@valtimo/components","name":"ListModule","line":29,"character":4},{"__symbolic":"reference","module":"@valtimo/components","name":"WidgetModule","line":30,"character":4},{"__symbolic":"reference","module":"@valtimo/components","name":"TimelineModule","line":31,"character":4},{"__symbolic":"reference","module":"@valtimo/components","name":"BpmnJsDiagramModule","line":32,"character":4},{"__symbolic":"reference","module":"@valtimo/components","name":"CamundaFormModule","line":33,"character":4},{"__symbolic":"reference","module":"@angular/platform-browser/animations","name":"BrowserAnimationsModule","line":34,"character":4},{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"ngx-toastr","name":"ToastrModule","line":35,"character":4},"member":"forRoot"},"arguments":[{"positionClass":"toast-bottom-full-width","preventDuplicates":true}]}],"exports":[{"__symbolic":"reference","name":"ProcessDiagramComponent"}]}]}],"members":{}},"ProcessDiagramComponent":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":33,"character":1},"arguments":[{"selector":"valtimo-process-diagram","encapsulation":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewEncapsulation","line":37,"character":17},"member":"None"},"template":"<!--\n ~ Copyright 2015-2020 Ritense BV, the Netherlands.\n ~\n ~ Licensed under EUPL, Version 1.2 (the \"License\");\n ~ you may not use this file except in compliance with the License.\n ~ You may obtain a copy of the License at\n ~\n ~ https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12\n ~\n ~ Unless required by applicable law or agreed to in writing, software\n ~ distributed under the License is distributed on an \"AS IS\" basis,\n ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n ~ See the License for the specific language governing permissions and\n ~ limitations under the License.\n -->\n<div class=\"process-diagram-container\">\n <div *ngIf=\"processDefinitionKey\" class=\"diagram-container-switch-holder\" >\n <div class=\"container-fluid\">\n <div class=\"row p-4 bg-light\">\n <div class=\"col-4\">\n <label><strong>Version</strong></label><br />\n <select class=\"form-control\" (change)=\"setProcessDefinitionVersion($event.target.value)\">\n <option *ngFor=\"let processDefinitionVersion of processDefinitionVersions\"\n [value]=\"processDefinitionVersion.version\"\n [selected]=\"processDefinitionVersion.version === version\">\n {{ processDefinitionVersion.version }}\n </option>\n </select>\n </div>\n <div class=\"col-4\">\n <label><strong>Heatmap type</strong></label><br />\n <select class=\"form-control\" (change)=\"setHeatmapOption($event.target.value)\">\n <option *ngFor=\"let option of enumHeatmapOptions\"\n [value]=\"option\"\n [selected]=\"option === heatmapOption\" >\n {{ option }}\n </option>\n </select>\n </div>\n <div class=\"col-4 text-right\">\n <label><strong>Show heatmap</strong></label><br />\n <div class=\"text-left switch-button switch-button-sm switch-button-success\">\n <input type=\"checkbox\" id=\"toggleHeatmap\" [checked]=\"showHeatmap\" (click)=\"toggleShowHeatmap()\"><span>\n <label for=\"toggleHeatmap\"></label></span>\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <div #ref (window:resize)=\"onWindowResize()\" class=\"diagram-container\"></div>\n\n <div *ngIf=\"processInstanceId\" class=\"p-4 text-center legenda-holder\">\n <span><div class=\"legenda highlight-overlay-past\"></div> Executed tasks</span>\n <span class=\"ml-3\"><div class=\"legenda highlight-overlay-current\"></div> Current tasks</span>\n </div>\n\n <div *ngIf=\"processDefinitionKey\" class=\"p-4 text-center legenda-holder\">\n <span><span class=\"badge badge-pill badge-primary\">N</span>&nbsp;&nbsp;Amount of currently active instances of this task.</span>\n <span>&nbsp;&nbsp;|&nbsp;&nbsp;Red/yellow/green orbs: The amount of times the task is executed in comparison to the other tasks.</span>\n </div>\n</div>\n","styles":[".process-diagram-container .diagram-container{height:50vh;width:100%}.process-diagram-container .diagram-container-switch-holder{position:absolute;width:100%;z-index:1000}.process-diagram-container .highlight-overlay-past:not(.djs-connection) .djs-visual>:first-child{fill:#d8d8d8!important}.process-diagram-container .highlight-overlay-current:not(.djs-connection) .djs-visual>:first-child{fill:#b2e0ff!important}.process-diagram-container .legenda-holder{font-size:1em}.process-diagram-container .legenda{border:2px solid #000;border-radius:3px;display:inline-block;margin-bottom:-4px;margin-right:5px;padding:7px}.process-diagram-container .legenda.highlight-overlay-past{background-color:#d8d8d8}.process-diagram-container .legenda.highlight-overlay-current{background-color:#b2e0ff}"]}]}],"members":{"el":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ViewChild","line":44,"character":3},"arguments":["ref",{"static":true}]}]}],"importDone":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Output","line":45,"character":3}}]}],"processDefinitionKey":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":46,"character":3}}]}],"processInstanceId":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":47,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"ProcessService"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngOnChanges":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"loadProcessDefinition":[{"__symbolic":"method"}],"loadProcessDefinitionVersions":[{"__symbolic":"method"}],"loadProcessDefinitionFromKey":[{"__symbolic":"method"}],"loadProcessDefinitionXml":[{"__symbolic":"method"}],"loadProcessInstanceXml":[{"__symbolic":"method"}],"loadProcessDefinitionHeatmapCount":[{"__symbolic":"method"}],"onWindowResize":[{"__symbolic":"method"}],"loadProcessDefinitionHeatmapDuration":[{"__symbolic":"method"}],"setProcessDefinitionKey":[{"__symbolic":"method"}],"setProcessDefinitionVersion":[{"__symbolic":"method"}],"setHeatmapOption":[{"__symbolic":"method"}],"toggleShowHeatmap":[{"__symbolic":"method"}],"loadHeatmap":[{"__symbolic":"method"}],"clearHeatmap":[{"__symbolic":"method"}],"loadHeatmapData":[{"__symbolic":"method"}],"setMax":[{"__symbolic":"method"}],"addCounterActiveOverlays":[{"__symbolic":"method"}]}}},"origins":{"ProcessService":"./lib/process.service","ProcessModule":"./lib/process.module","ProcessDiagramComponent":"./lib/process-diagram/process-diagram.component"},"importAs":"@valtimo/process"}