@valtimo/process-management 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.
Files changed (27) hide show
  1. package/README.md +24 -0
  2. package/bundles/valtimo-process-management.umd.js +776 -0
  3. package/bundles/valtimo-process-management.umd.js.map +1 -0
  4. package/bundles/valtimo-process-management.umd.min.js +2 -0
  5. package/bundles/valtimo-process-management.umd.min.js.map +1 -0
  6. package/esm2015/lib/process-management-builder/process-management-builder.component.js +165 -0
  7. package/esm2015/lib/process-management-list/process-management-list.component.js +52 -0
  8. package/esm2015/lib/process-management-routing.js +57 -0
  9. package/esm2015/lib/process-management-upload/process-management-upload.component.js +59 -0
  10. package/esm2015/lib/process-management.component.js +35 -0
  11. package/esm2015/lib/process-management.module.js +47 -0
  12. package/esm2015/lib/process-management.service.js +46 -0
  13. package/esm2015/public-api.js +21 -0
  14. package/esm2015/valtimo-process-management.js +10 -0
  15. package/fesm2015/valtimo-process-management.js +458 -0
  16. package/fesm2015/valtimo-process-management.js.map +1 -0
  17. package/lib/process-management-builder/process-management-builder.component.d.ts +34 -0
  18. package/lib/process-management-list/process-management-list.component.d.ts +17 -0
  19. package/lib/process-management-routing.d.ts +2 -0
  20. package/lib/process-management-upload/process-management-upload.component.d.ts +14 -0
  21. package/lib/process-management.component.d.ts +7 -0
  22. package/lib/process-management.module.d.ts +2 -0
  23. package/lib/process-management.service.d.ts +10 -0
  24. package/package.json +24 -0
  25. package/public-api.d.ts +2 -0
  26. package/valtimo-process-management.d.ts +9 -0
  27. package/valtimo-process-management.metadata.json +1 -0
@@ -0,0 +1,776 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common'), require('@valtimo/security'), require('@angular/common/http'), require('@valtimo/process'), require('@valtimo/components'), require('rxjs'), require('@valtimo/layout'), require('bpmn-js/lib/Modeler'), require('bpmn-js-properties-panel'), require('bpmn-js-properties-panel/lib/provider/camunda'), require('camunda-bpmn-moddle/lib'), require('camunda-bpmn-moddle/resources/camunda.json'), require('@valtimo/contract'), require('@angular/forms'), require('@valtimo/config'), require('@ngx-translate/core')) :
3
+ typeof define === 'function' && define.amd ? define('@valtimo/process-management', ['exports', '@angular/core', '@angular/router', '@angular/common', '@valtimo/security', '@angular/common/http', '@valtimo/process', '@valtimo/components', 'rxjs', '@valtimo/layout', 'bpmn-js/lib/Modeler', 'bpmn-js-properties-panel', 'bpmn-js-properties-panel/lib/provider/camunda', 'camunda-bpmn-moddle/lib', 'camunda-bpmn-moddle/resources/camunda.json', '@valtimo/contract', '@angular/forms', '@valtimo/config', '@ngx-translate/core'], factory) :
4
+ (global = global || self, factory((global.valtimo = global.valtimo || {}, global.valtimo['process-management'] = {}), global.ng.core, global.ng.router, global.ng.common, global.security, global.ng.common.http, global.process, global.components, global.rxjs, global.layout, global.Modeler, global.PropertiesPanelModule, global.PropertiesProviderModule, global.CamundaExtensionModule, global.CamundaModdleDescriptor, global.contract, global.ng.forms, global.config, global.cpre$1));
5
+ }(this, (function (exports, i0, router, common, security, i2, process, components, rxjs, layout, Modeler, PropertiesPanelModule, PropertiesProviderModule, CamundaExtensionModule, CamundaModdleDescriptor, contract, forms, i1, core) { 'use strict';
6
+
7
+ Modeler = Modeler && Object.prototype.hasOwnProperty.call(Modeler, 'default') ? Modeler['default'] : Modeler;
8
+ PropertiesPanelModule = PropertiesPanelModule && Object.prototype.hasOwnProperty.call(PropertiesPanelModule, 'default') ? PropertiesPanelModule['default'] : PropertiesPanelModule;
9
+ PropertiesProviderModule = PropertiesProviderModule && Object.prototype.hasOwnProperty.call(PropertiesProviderModule, 'default') ? PropertiesProviderModule['default'] : PropertiesProviderModule;
10
+ CamundaExtensionModule = CamundaExtensionModule && Object.prototype.hasOwnProperty.call(CamundaExtensionModule, 'default') ? CamundaExtensionModule['default'] : CamundaExtensionModule;
11
+ CamundaModdleDescriptor = CamundaModdleDescriptor && Object.prototype.hasOwnProperty.call(CamundaModdleDescriptor, 'default') ? CamundaModdleDescriptor['default'] : CamundaModdleDescriptor;
12
+
13
+ /*
14
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
15
+ *
16
+ * Licensed under EUPL, Version 1.2 (the "License");
17
+ * you may not use this file except in compliance with the License.
18
+ * You may obtain a copy of the License at
19
+ *
20
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
21
+ *
22
+ * Unless required by applicable law or agreed to in writing, software
23
+ * distributed under the License is distributed on an "AS IS" basis,
24
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ * See the License for the specific language governing permissions and
26
+ * limitations under the License.
27
+ */
28
+ var ProcessManagementComponent = /** @class */ (function () {
29
+ function ProcessManagementComponent() {
30
+ }
31
+ ProcessManagementComponent.prototype.ngOnInit = function () {
32
+ };
33
+ return ProcessManagementComponent;
34
+ }());
35
+ ProcessManagementComponent.decorators = [
36
+ { type: i0.Component, args: [{
37
+ selector: 'valtimo-process-management',
38
+ 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\n<div class=\"main-content pt-0\">\n <div class=\"container-fluid\">\n <div class=\"text-right\">\n <div class=\"btn-group mt-m3px mb-3\">\n <button class=\"btn btn-primary btn-space\" [routerLink]=\"'create'\"><i class=\"icon mdi mdi-plus\"></i>&nbsp;\n {{ 'Create new Process' | translate }}\n </button>\n <button class=\"btn btn-secondary btn-space mr-0\" data-toggle=\"modal\" data-target=\"#uploadProcess\">\n <i class=\"icon mdi mdi-upload\"></i>&nbsp;\n {{ 'Upload process' | translate }}\n </button>\n </div>\n </div>\n <valtimo-process-management-upload\n (reload)=\"processManagementList.loadProcessDefinitions()\"></valtimo-process-management-upload>\n <valtimo-process-management-list #processManagementList></valtimo-process-management-list>\n </div>\n</div>\n\n",
39
+ styles: ["/*!\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 */"]
40
+ },] }
41
+ ];
42
+ ProcessManagementComponent.ctorParameters = function () { return []; };
43
+ ProcessManagementComponent.propDecorators = {
44
+ processManagementList: [{ type: i0.ViewChild, args: ['processManagementList',] }]
45
+ };
46
+
47
+ /*! *****************************************************************************
48
+ Copyright (c) Microsoft Corporation.
49
+
50
+ Permission to use, copy, modify, and/or distribute this software for any
51
+ purpose with or without fee is hereby granted.
52
+
53
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
54
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
55
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
56
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
57
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
58
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
59
+ PERFORMANCE OF THIS SOFTWARE.
60
+ ***************************************************************************** */
61
+ /* global Reflect, Promise */
62
+ var extendStatics = function (d, b) {
63
+ extendStatics = Object.setPrototypeOf ||
64
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
65
+ function (d, b) { for (var p in b)
66
+ if (Object.prototype.hasOwnProperty.call(b, p))
67
+ d[p] = b[p]; };
68
+ return extendStatics(d, b);
69
+ };
70
+ function __extends(d, b) {
71
+ extendStatics(d, b);
72
+ function __() { this.constructor = d; }
73
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
74
+ }
75
+ var __assign = function () {
76
+ __assign = Object.assign || function __assign(t) {
77
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
78
+ s = arguments[i];
79
+ for (var p in s)
80
+ if (Object.prototype.hasOwnProperty.call(s, p))
81
+ t[p] = s[p];
82
+ }
83
+ return t;
84
+ };
85
+ return __assign.apply(this, arguments);
86
+ };
87
+ function __rest(s, e) {
88
+ var t = {};
89
+ for (var p in s)
90
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
91
+ t[p] = s[p];
92
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
93
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
94
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
95
+ t[p[i]] = s[p[i]];
96
+ }
97
+ return t;
98
+ }
99
+ function __decorate(decorators, target, key, desc) {
100
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
101
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
102
+ r = Reflect.decorate(decorators, target, key, desc);
103
+ else
104
+ for (var i = decorators.length - 1; i >= 0; i--)
105
+ if (d = decorators[i])
106
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
107
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
108
+ }
109
+ function __param(paramIndex, decorator) {
110
+ return function (target, key) { decorator(target, key, paramIndex); };
111
+ }
112
+ function __metadata(metadataKey, metadataValue) {
113
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
114
+ return Reflect.metadata(metadataKey, metadataValue);
115
+ }
116
+ function __awaiter(thisArg, _arguments, P, generator) {
117
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
118
+ return new (P || (P = Promise))(function (resolve, reject) {
119
+ function fulfilled(value) { try {
120
+ step(generator.next(value));
121
+ }
122
+ catch (e) {
123
+ reject(e);
124
+ } }
125
+ function rejected(value) { try {
126
+ step(generator["throw"](value));
127
+ }
128
+ catch (e) {
129
+ reject(e);
130
+ } }
131
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
132
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
133
+ });
134
+ }
135
+ function __generator(thisArg, body) {
136
+ var _ = { label: 0, sent: function () { if (t[0] & 1)
137
+ throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
138
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g;
139
+ function verb(n) { return function (v) { return step([n, v]); }; }
140
+ function step(op) {
141
+ if (f)
142
+ throw new TypeError("Generator is already executing.");
143
+ while (_)
144
+ try {
145
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done)
146
+ return t;
147
+ if (y = 0, t)
148
+ op = [op[0] & 2, t.value];
149
+ switch (op[0]) {
150
+ case 0:
151
+ case 1:
152
+ t = op;
153
+ break;
154
+ case 4:
155
+ _.label++;
156
+ return { value: op[1], done: false };
157
+ case 5:
158
+ _.label++;
159
+ y = op[1];
160
+ op = [0];
161
+ continue;
162
+ case 7:
163
+ op = _.ops.pop();
164
+ _.trys.pop();
165
+ continue;
166
+ default:
167
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
168
+ _ = 0;
169
+ continue;
170
+ }
171
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) {
172
+ _.label = op[1];
173
+ break;
174
+ }
175
+ if (op[0] === 6 && _.label < t[1]) {
176
+ _.label = t[1];
177
+ t = op;
178
+ break;
179
+ }
180
+ if (t && _.label < t[2]) {
181
+ _.label = t[2];
182
+ _.ops.push(op);
183
+ break;
184
+ }
185
+ if (t[2])
186
+ _.ops.pop();
187
+ _.trys.pop();
188
+ continue;
189
+ }
190
+ op = body.call(thisArg, _);
191
+ }
192
+ catch (e) {
193
+ op = [6, e];
194
+ y = 0;
195
+ }
196
+ finally {
197
+ f = t = 0;
198
+ }
199
+ if (op[0] & 5)
200
+ throw op[1];
201
+ return { value: op[0] ? op[1] : void 0, done: true };
202
+ }
203
+ }
204
+ var __createBinding = Object.create ? (function (o, m, k, k2) {
205
+ if (k2 === undefined)
206
+ k2 = k;
207
+ Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
208
+ }) : (function (o, m, k, k2) {
209
+ if (k2 === undefined)
210
+ k2 = k;
211
+ o[k2] = m[k];
212
+ });
213
+ function __exportStar(m, o) {
214
+ for (var p in m)
215
+ if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p))
216
+ __createBinding(o, m, p);
217
+ }
218
+ function __values(o) {
219
+ var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
220
+ if (m)
221
+ return m.call(o);
222
+ if (o && typeof o.length === "number")
223
+ return {
224
+ next: function () {
225
+ if (o && i >= o.length)
226
+ o = void 0;
227
+ return { value: o && o[i++], done: !o };
228
+ }
229
+ };
230
+ throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
231
+ }
232
+ function __read(o, n) {
233
+ var m = typeof Symbol === "function" && o[Symbol.iterator];
234
+ if (!m)
235
+ return o;
236
+ var i = m.call(o), r, ar = [], e;
237
+ try {
238
+ while ((n === void 0 || n-- > 0) && !(r = i.next()).done)
239
+ ar.push(r.value);
240
+ }
241
+ catch (error) {
242
+ e = { error: error };
243
+ }
244
+ finally {
245
+ try {
246
+ if (r && !r.done && (m = i["return"]))
247
+ m.call(i);
248
+ }
249
+ finally {
250
+ if (e)
251
+ throw e.error;
252
+ }
253
+ }
254
+ return ar;
255
+ }
256
+ function __spread() {
257
+ for (var ar = [], i = 0; i < arguments.length; i++)
258
+ ar = ar.concat(__read(arguments[i]));
259
+ return ar;
260
+ }
261
+ function __spreadArrays() {
262
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++)
263
+ s += arguments[i].length;
264
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
265
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
266
+ r[k] = a[j];
267
+ return r;
268
+ }
269
+ ;
270
+ function __await(v) {
271
+ return this instanceof __await ? (this.v = v, this) : new __await(v);
272
+ }
273
+ function __asyncGenerator(thisArg, _arguments, generator) {
274
+ if (!Symbol.asyncIterator)
275
+ throw new TypeError("Symbol.asyncIterator is not defined.");
276
+ var g = generator.apply(thisArg, _arguments || []), i, q = [];
277
+ return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
278
+ function verb(n) { if (g[n])
279
+ i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
280
+ function resume(n, v) { try {
281
+ step(g[n](v));
282
+ }
283
+ catch (e) {
284
+ settle(q[0][3], e);
285
+ } }
286
+ function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
287
+ function fulfill(value) { resume("next", value); }
288
+ function reject(value) { resume("throw", value); }
289
+ function settle(f, v) { if (f(v), q.shift(), q.length)
290
+ resume(q[0][0], q[0][1]); }
291
+ }
292
+ function __asyncDelegator(o) {
293
+ var i, p;
294
+ return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
295
+ function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
296
+ }
297
+ function __asyncValues(o) {
298
+ if (!Symbol.asyncIterator)
299
+ throw new TypeError("Symbol.asyncIterator is not defined.");
300
+ var m = o[Symbol.asyncIterator], i;
301
+ return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
302
+ function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
303
+ function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); }
304
+ }
305
+ function __makeTemplateObject(cooked, raw) {
306
+ if (Object.defineProperty) {
307
+ Object.defineProperty(cooked, "raw", { value: raw });
308
+ }
309
+ else {
310
+ cooked.raw = raw;
311
+ }
312
+ return cooked;
313
+ }
314
+ ;
315
+ var __setModuleDefault = Object.create ? (function (o, v) {
316
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
317
+ }) : function (o, v) {
318
+ o["default"] = v;
319
+ };
320
+ function __importStar(mod) {
321
+ if (mod && mod.__esModule)
322
+ return mod;
323
+ var result = {};
324
+ if (mod != null)
325
+ for (var k in mod)
326
+ if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k))
327
+ __createBinding(result, mod, k);
328
+ __setModuleDefault(result, mod);
329
+ return result;
330
+ }
331
+ function __importDefault(mod) {
332
+ return (mod && mod.__esModule) ? mod : { default: mod };
333
+ }
334
+ function __classPrivateFieldGet(receiver, privateMap) {
335
+ if (!privateMap.has(receiver)) {
336
+ throw new TypeError("attempted to get private field on non-instance");
337
+ }
338
+ return privateMap.get(receiver);
339
+ }
340
+ function __classPrivateFieldSet(receiver, privateMap, value) {
341
+ if (!privateMap.has(receiver)) {
342
+ throw new TypeError("attempted to set private field on non-instance");
343
+ }
344
+ privateMap.set(receiver, value);
345
+ return value;
346
+ }
347
+
348
+ var ProcessManagementBuilderComponent = /** @class */ (function () {
349
+ function ProcessManagementBuilderComponent(http, processService, layoutService, alertService, route, router) {
350
+ this.http = http;
351
+ this.processService = processService;
352
+ this.layoutService = layoutService;
353
+ this.alertService = alertService;
354
+ this.route = route;
355
+ this.router = router;
356
+ this.processDefinitionVersions = null;
357
+ this.selectedVersion = null;
358
+ this.processKey = null;
359
+ this.elementTemplateFiles = [
360
+ 'mailSendTask'
361
+ ];
362
+ }
363
+ ProcessManagementBuilderComponent.prototype.ngOnInit = function () {
364
+ this.init();
365
+ };
366
+ ProcessManagementBuilderComponent.prototype.init = function () {
367
+ var _this = this;
368
+ this.processKey = this.route.snapshot.paramMap.get('key');
369
+ rxjs.forkJoin(this.getElementTemplates()).subscribe(function (elementTemplates) {
370
+ _this.bpmnModeler = new Modeler({
371
+ container: '#canvas',
372
+ height: '90vh',
373
+ additionalModules: [
374
+ PropertiesPanelModule,
375
+ PropertiesProviderModule,
376
+ CamundaExtensionModule
377
+ ],
378
+ propertiesPanel: {
379
+ parent: '#properties'
380
+ },
381
+ moddleExtensions: {
382
+ camunda: CamundaModdleDescriptor
383
+ },
384
+ elementTemplates: elementTemplates
385
+ });
386
+ if (_this.processKey) {
387
+ _this.loadProcessVersions(_this.processKey);
388
+ _this.selectedVersion = null;
389
+ }
390
+ else {
391
+ _this.loadEmptyBpmn();
392
+ }
393
+ });
394
+ };
395
+ ProcessManagementBuilderComponent.prototype.deploy = function () {
396
+ var _this = this;
397
+ this.bpmnModeler.saveXML(function (err, xml) {
398
+ _this.processService.deployProcess(xml).subscribe(function (asd) {
399
+ if (_this.processKey) {
400
+ _this.loadProcessVersions(_this.processKey);
401
+ }
402
+ else {
403
+ _this.router.navigate(['/processes']);
404
+ }
405
+ _this.alertService.success('Deployment successful');
406
+ _this.selectedVersion = null;
407
+ });
408
+ });
409
+ };
410
+ ProcessManagementBuilderComponent.prototype.reset = function () {
411
+ this.bpmnModeler.destroy();
412
+ this.init();
413
+ };
414
+ ProcessManagementBuilderComponent.prototype.download = function () {
415
+ this.bpmnModeler.saveXML(function (err, xml) {
416
+ var file = new Blob([xml], { type: 'text/xml' });
417
+ var link = document.createElement('a');
418
+ link.download = 'diagram.bpmn';
419
+ link.href = window.URL.createObjectURL(file);
420
+ link.click();
421
+ window.URL.revokeObjectURL(link.href);
422
+ link.remove();
423
+ });
424
+ };
425
+ ProcessManagementBuilderComponent.prototype.loadEmptyBpmn = function () {
426
+ var _this = this;
427
+ var url = '/assets/bpmn/initial.bpmn';
428
+ this.http.get(url, {
429
+ headers: { observe: 'response' }, responseType: 'text'
430
+ }).subscribe(function (xml) {
431
+ _this.bpmnModeler.importXML(xml);
432
+ });
433
+ };
434
+ ProcessManagementBuilderComponent.prototype.getElementTemplates = function () {
435
+ var e_1, _a;
436
+ var templateObs = [];
437
+ try {
438
+ for (var _b = __values(this.elementTemplateFiles), _c = _b.next(); !_c.done; _c = _b.next()) {
439
+ var file = _c.value;
440
+ templateObs.push(this.http.get("/assets/bpmn/element-templates/" + file + ".json", {
441
+ headers: { observe: 'response' },
442
+ responseType: 'json'
443
+ }));
444
+ }
445
+ }
446
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
447
+ finally {
448
+ try {
449
+ if (_c && !_c.done && (_a = _b.return)) _a.call(_b);
450
+ }
451
+ finally { if (e_1) throw e_1.error; }
452
+ }
453
+ return templateObs;
454
+ };
455
+ ProcessManagementBuilderComponent.prototype.setLatestVersion = function () {
456
+ this.selectedVersion = this.processDefinitionVersions.reduce(function (acc, version) { return version.version > acc.version ? version : acc; });
457
+ this.loadProcessBpmn();
458
+ };
459
+ ProcessManagementBuilderComponent.prototype.loadProcessVersions = function (processDefinitionKey) {
460
+ var _this = this;
461
+ this.processService.getProcessDefinitionVersions(processDefinitionKey).subscribe(function (processDefinitionVersions) {
462
+ _this.processDefinitionVersions = processDefinitionVersions;
463
+ _this.setLatestVersion();
464
+ });
465
+ };
466
+ ProcessManagementBuilderComponent.prototype.compareProcessDefinitions = function (pd1, pd2) {
467
+ if (pd1 === null && pd2 === null) {
468
+ return true;
469
+ }
470
+ if (pd1 === null || pd2 === null) {
471
+ return false;
472
+ }
473
+ return pd1.id === pd2.id;
474
+ };
475
+ ProcessManagementBuilderComponent.prototype.loadProcessBpmn = function () {
476
+ var _this = this;
477
+ this.processService.getProcessDefinitionXml(this.selectedVersion.id).subscribe(function (xml) {
478
+ _this.bpmnModeler.importXML(xml['bpmn20Xml']);
479
+ });
480
+ };
481
+ ProcessManagementBuilderComponent.prototype.ngOnDestroy = function () {
482
+ this.bpmnModeler.destroy();
483
+ };
484
+ return ProcessManagementBuilderComponent;
485
+ }());
486
+ ProcessManagementBuilderComponent.decorators = [
487
+ { type: i0.Component, args: [{
488
+ selector: 'valtimo-process-management-builder',
489
+ 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\n<div class=\"mb-5\" [ngClass]=\"{'main-content pt-0': !layoutService.isFullscreen}\">\n <div [ngClass]=\"{'container-fluid' : !layoutService.isFullscreen}\">\n <div class=\"text-right\">\n <div class=\"btn-group mt-m3px mb-3\" *ngIf=\"(selectedVersion !== null || processKey === null) && !layoutService.isFullscreen\">\n <button class='btn btn-primary btn-space' (click)=\"deploy()\"><i class=\"fa fa-upload\"></i> &nbsp;Deploy</button>\n <button class='btn btn-secondary btn-space' (click)=\"download()\" [ngClass]=\"{'mr-0': selectedVersion !== null}\"><i\n class=\"fa fa-save\"></i> &nbsp;Download\n </button>\n <button *ngIf=\"selectedVersion === null\" class='btn btn-danger btn-space mr-0' (click)=\"reset()\"><i\n class=\"fa fa-trash\"></i> &nbsp;Clear\n </button>\n </div>\n </div>\n\n <div class=\"modeler pl-3 pr-3 mb-3\" [ngClass]=\"{'mt-4' : !layoutService.isFullscreen}\">\n <div class=\"row pt-4 pb-3 bg-light versions\" *ngIf=\"processDefinitionVersions\"\n [ngClass]=\"{'border-bottom-0': selectedVersion !== null}\">\n <div class=\"col-md-2\" *ngIf=\"processDefinitionVersions.length > 0\">\n <h2 class=\"process-title\">\n {{processDefinitionVersions[0].name}}\n </h2>\n </div>\n <div class=\"col-md-1 offset-md-6\">\n <label for=\"processVersion\"><strong>Version</strong></label>\n <select id=\"processVersion\" class=\"form-control w-100\" [(ngModel)]=\"selectedVersion\"\n (change)=\"loadProcessBpmn()\" [compareWith]=\"compareProcessDefinitions\">\n <option [ngValue]=\"null\" disabled selected>Version</option>\n <option *ngFor=\"let processDefinition of processDefinitionVersions\"\n [ngValue]=\"processDefinition\">{{processDefinition.version}}</option>\n </select>\n </div>\n <div class=\"col-md-2 d-flex align-items-end\"\n *ngIf=\"(selectedVersion !== null || processKey === null) && layoutService.isFullscreen\">\n <div class=\"btn-group\">\n <button class='btn btn-primary btn-space' (click)=\"deploy()\"><i class=\"fa fa-upload\"></i> &nbsp;Deploy\n </button>\n <button class='btn btn-secondary btn-space' (click)=\"download()\"><i\n class=\"fa fa-save\"></i> &nbsp;Download\n </button>\n <button *ngIf=\"!selectedVersion\" class='btn btn-danger btn-space' (click)=\"reset()\"><i\n class=\"fa fa-trash\"></i> &nbsp;Clear\n </button>\n </div>\n </div>\n <div *ngIf=\"selectedVersion\" class=\"col-md-1 text-right fullscreen-toggle\"\n [ngClass]=\"{'offset-md-2' : !layoutService.isFullscreen}\">\n <i class=\"fas\"\n [ngClass]=\"{'fa-expand-arrows-alt' : !layoutService.isFullscreen, 'fa-compress-arrows-alt' : layoutService.isFullscreen}\"\n (click)=\"layoutService.toggleFullscreen()\"></i>\n </div>\n </div>\n <div [hidden]=\"!selectedVersion && processKey\" class=\"row bg-white diagram mb-3\">\n <div id=\"canvas\" class=\"col-9\"></div>\n <div id=\"properties\" class=\"col-3 pr-0\"></div>\n </div>\n </div>\n </div>\n</div>\n",
490
+ encapsulation: i0.ViewEncapsulation.None,
491
+ styles: ["/*!\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 */.diagram,.versions{border:1px solid #dee2e6}.process-title{color:#6b6b6b;font-size:1.5rem}.fullscreen-toggle{font-size:2rem}.fullscreen-toggle>i{cursor:pointer}.modeler{height:90vh}#properties{border-left:1px solid #dee2e6;padding-left:0}"]
492
+ },] }
493
+ ];
494
+ ProcessManagementBuilderComponent.ctorParameters = function () { return [
495
+ { type: i2.HttpClient },
496
+ { type: process.ProcessService },
497
+ { type: layout.LayoutService },
498
+ { type: components.AlertService },
499
+ { type: router.ActivatedRoute },
500
+ { type: router.Router }
501
+ ]; };
502
+
503
+ /*
504
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
505
+ *
506
+ * Licensed under EUPL, Version 1.2 (the "License");
507
+ * you may not use this file except in compliance with the License.
508
+ * You may obtain a copy of the License at
509
+ *
510
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
511
+ *
512
+ * Unless required by applicable law or agreed to in writing, software
513
+ * distributed under the License is distributed on an "AS IS" basis,
514
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
515
+ * See the License for the specific language governing permissions and
516
+ * limitations under the License.
517
+ */
518
+ var ɵ0 = { title: 'Processes', roles: [contract.ROLE_ADMIN] }, ɵ1 = { title: 'Create new Process', roles: [contract.ROLE_ADMIN] }, ɵ2 = { title: 'Process details', roles: [contract.ROLE_ADMIN] };
519
+ var routes = [
520
+ {
521
+ path: 'processes',
522
+ component: ProcessManagementComponent,
523
+ canActivate: [security.AuthGuardService],
524
+ data: ɵ0
525
+ },
526
+ {
527
+ path: 'processes/create',
528
+ component: ProcessManagementBuilderComponent,
529
+ canActivate: [security.AuthGuardService],
530
+ data: ɵ1
531
+ },
532
+ {
533
+ path: 'processes/process/:key',
534
+ component: ProcessManagementBuilderComponent,
535
+ canActivate: [security.AuthGuardService],
536
+ data: ɵ2
537
+ },
538
+ ];
539
+ var ProcessManagementRoutingModule = /** @class */ (function () {
540
+ function ProcessManagementRoutingModule() {
541
+ }
542
+ return ProcessManagementRoutingModule;
543
+ }());
544
+ ProcessManagementRoutingModule.decorators = [
545
+ { type: i0.NgModule, args: [{
546
+ declarations: [],
547
+ imports: [
548
+ common.CommonModule,
549
+ router.RouterModule.forChild(routes),
550
+ ],
551
+ exports: [router.RouterModule]
552
+ },] }
553
+ ];
554
+
555
+ /*
556
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
557
+ *
558
+ * Licensed under EUPL, Version 1.2 (the "License");
559
+ * you may not use this file except in compliance with the License.
560
+ * You may obtain a copy of the License at
561
+ *
562
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
563
+ *
564
+ * Unless required by applicable law or agreed to in writing, software
565
+ * distributed under the License is distributed on an "AS IS" basis,
566
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
567
+ * See the License for the specific language governing permissions and
568
+ * limitations under the License.
569
+ */
570
+ var ProcessManagementListComponent = /** @class */ (function () {
571
+ function ProcessManagementListComponent(processService, router) {
572
+ this.processService = processService;
573
+ this.router = router;
574
+ this.processDefinitions = [];
575
+ this.fields = [
576
+ { key: 'key', label: 'Key' },
577
+ { key: 'name', label: 'Name' },
578
+ ];
579
+ }
580
+ ProcessManagementListComponent.prototype.ngOnInit = function () {
581
+ this.loadProcessDefinitions();
582
+ };
583
+ ProcessManagementListComponent.prototype.loadProcessDefinitions = function () {
584
+ var _this = this;
585
+ this.processService.getProcessDefinitions().subscribe(function (processDefs) {
586
+ _this.processDefinitions = processDefs;
587
+ });
588
+ };
589
+ ProcessManagementListComponent.prototype.editProcessDefinition = function (processDefinition) {
590
+ this.router.navigate(['/processes/process', processDefinition.key]);
591
+ };
592
+ return ProcessManagementListComponent;
593
+ }());
594
+ ProcessManagementListComponent.decorators = [
595
+ { type: i0.Component, args: [{
596
+ selector: 'valtimo-process-management-list',
597
+ 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\n<valtimo-widget>\n <valtimo-list [items]=\"processDefinitions\" [fields]=\"fields\" (rowClicked)=\"editProcessDefinition($event)\"\n [header]=\"true\" [viewMode]=\"true\" [isSearchable]=\"true\">\n <div header>\n <h3 class=\"list-header-title\">{{ 'Processes' | translate }}</h3>\n <h5 class=\"list-header-description\">{{ 'Overview of all Processes' | translate }}</h5>\n </div>\n </valtimo-list>\n</valtimo-widget>\n",
598
+ styles: ["/*!\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 */"]
599
+ },] }
600
+ ];
601
+ ProcessManagementListComponent.ctorParameters = function () { return [
602
+ { type: process.ProcessService },
603
+ { type: router.Router }
604
+ ]; };
605
+
606
+ /*
607
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
608
+ *
609
+ * Licensed under EUPL, Version 1.2 (the "License");
610
+ * you may not use this file except in compliance with the License.
611
+ * You may obtain a copy of the License at
612
+ *
613
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
614
+ *
615
+ * Unless required by applicable law or agreed to in writing, software
616
+ * distributed under the License is distributed on an "AS IS" basis,
617
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
618
+ * See the License for the specific language governing permissions and
619
+ * limitations under the License.
620
+ */
621
+ var ProcessManagementService = /** @class */ (function () {
622
+ function ProcessManagementService(configService, http) {
623
+ this.configService = configService;
624
+ this.http = http;
625
+ this.valtimoApiConfig = configService.config.valtimoApi;
626
+ }
627
+ ProcessManagementService.prototype.deployBpmn = function (bpmn) {
628
+ var formData = new FormData();
629
+ formData.append('file', bpmn);
630
+ formData.append('deployment-name', 'valtimoConsoleApp');
631
+ formData.append('deployment-source', 'process application');
632
+ return this.http.post(this.valtimoApiConfig.endpointUri + "camunda-rest/engine/default/deployment/create", formData);
633
+ };
634
+ return ProcessManagementService;
635
+ }());
636
+ ProcessManagementService.ɵprov = i0.ɵɵdefineInjectable({ factory: function ProcessManagementService_Factory() { return new ProcessManagementService(i0.ɵɵinject(i1.ConfigService), i0.ɵɵinject(i2.HttpClient)); }, token: ProcessManagementService, providedIn: "root" });
637
+ ProcessManagementService.decorators = [
638
+ { type: i0.Injectable, args: [{
639
+ providedIn: 'root'
640
+ },] }
641
+ ];
642
+ ProcessManagementService.ctorParameters = function () { return [
643
+ { type: i1.ConfigService },
644
+ { type: i2.HttpClient }
645
+ ]; };
646
+
647
+ /*
648
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
649
+ *
650
+ * Licensed under EUPL, Version 1.2 (the "License");
651
+ * you may not use this file except in compliance with the License.
652
+ * You may obtain a copy of the License at
653
+ *
654
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
655
+ *
656
+ * Unless required by applicable law or agreed to in writing, software
657
+ * distributed under the License is distributed on an "AS IS" basis,
658
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
659
+ * See the License for the specific language governing permissions and
660
+ * limitations under the License.
661
+ */
662
+ var ProcessManagementUploadComponent = /** @class */ (function () {
663
+ function ProcessManagementUploadComponent(processManagementService, alertService) {
664
+ this.processManagementService = processManagementService;
665
+ this.alertService = alertService;
666
+ this.bpmn = null;
667
+ this.reload = new i0.EventEmitter();
668
+ }
669
+ ProcessManagementUploadComponent.prototype.ngOnInit = function () {
670
+ };
671
+ ProcessManagementUploadComponent.prototype.onChange = function (files) {
672
+ this.bpmn = files.item(0);
673
+ };
674
+ ProcessManagementUploadComponent.prototype.uploadProcessBpmn = function () {
675
+ var _this = this;
676
+ this.processManagementService.deployBpmn(this.bpmn).subscribe(function () {
677
+ _this.bpmn = null;
678
+ _this.bpmnFile.nativeElement.value = '';
679
+ _this.alertService.success('Deployment successful');
680
+ _this.reload.emit();
681
+ }, function (error) {
682
+ _this.bpmn = null;
683
+ _this.bpmnFile.nativeElement.value = '';
684
+ _this.alertService.error("Deployment failed. " + error);
685
+ });
686
+ };
687
+ return ProcessManagementUploadComponent;
688
+ }());
689
+ ProcessManagementUploadComponent.decorators = [
690
+ { type: i0.Component, args: [{
691
+ selector: 'valtimo-process-management-upload',
692
+ 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\n<div class=\"modal fade\" id=\"uploadProcess\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"uploadProcessLabel\"\n aria-hidden=\"true\">\n <div class=\"modal-dialog modal-dialog-centered\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h3 class=\"modal-title\" id=\"uploadProcessLabel\">Upload process</h3>\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <h5>BPMN Model</h5>\n <input #bpmnFile type=\"file\"\n id=\"file\"\n accept=\".bpmn\"\n (change)=\"onChange($event.target.files)\">\n </div>\n <div class=\"modal-footer\">\n <div class=\"btn-group\">\n <button type=\"button\" class=\"btn btn-primary btn-space\" (click)=\"uploadProcessBpmn()\" [disabled]=\"!bpmn\"\n data-dismiss=\"modal\">Upload\n </button>\n </div>\n </div>\n </div>\n </div>\n</div>\n",
693
+ styles: ["/*!\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 */"]
694
+ },] }
695
+ ];
696
+ ProcessManagementUploadComponent.ctorParameters = function () { return [
697
+ { type: ProcessManagementService },
698
+ { type: components.AlertService }
699
+ ]; };
700
+ ProcessManagementUploadComponent.propDecorators = {
701
+ reload: [{ type: i0.Output }],
702
+ bpmnFile: [{ type: i0.ViewChild, args: ['bpmnFile',] }]
703
+ };
704
+
705
+ /*
706
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
707
+ *
708
+ * Licensed under EUPL, Version 1.2 (the "License");
709
+ * you may not use this file except in compliance with the License.
710
+ * You may obtain a copy of the License at
711
+ *
712
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
713
+ *
714
+ * Unless required by applicable law or agreed to in writing, software
715
+ * distributed under the License is distributed on an "AS IS" basis,
716
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
717
+ * See the License for the specific language governing permissions and
718
+ * limitations under the License.
719
+ */
720
+ var ProcessManagementModule = /** @class */ (function () {
721
+ function ProcessManagementModule() {
722
+ }
723
+ return ProcessManagementModule;
724
+ }());
725
+ ProcessManagementModule.decorators = [
726
+ { type: i0.NgModule, args: [{
727
+ declarations: [
728
+ ProcessManagementComponent,
729
+ ProcessManagementBuilderComponent,
730
+ ProcessManagementListComponent,
731
+ ProcessManagementUploadComponent
732
+ ],
733
+ imports: [
734
+ common.CommonModule,
735
+ ProcessManagementRoutingModule,
736
+ components.WidgetModule,
737
+ components.ListModule,
738
+ forms.FormsModule,
739
+ core.TranslateModule
740
+ ],
741
+ exports: [ProcessManagementComponent]
742
+ },] }
743
+ ];
744
+
745
+ /*
746
+ * Copyright 2015-2020 Ritense BV, the Netherlands.
747
+ *
748
+ * Licensed under EUPL, Version 1.2 (the "License");
749
+ * you may not use this file except in compliance with the License.
750
+ * You may obtain a copy of the License at
751
+ *
752
+ * https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
753
+ *
754
+ * Unless required by applicable law or agreed to in writing, software
755
+ * distributed under the License is distributed on an "AS IS" basis,
756
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
757
+ * See the License for the specific language governing permissions and
758
+ * limitations under the License.
759
+ */
760
+
761
+ /**
762
+ * Generated bundle index. Do not edit.
763
+ */
764
+
765
+ exports.ProcessManagementComponent = ProcessManagementComponent;
766
+ exports.ProcessManagementModule = ProcessManagementModule;
767
+ exports.ɵa = ProcessManagementBuilderComponent;
768
+ exports.ɵb = ProcessManagementListComponent;
769
+ exports.ɵc = ProcessManagementUploadComponent;
770
+ exports.ɵd = ProcessManagementService;
771
+ exports.ɵe = ProcessManagementRoutingModule;
772
+
773
+ Object.defineProperty(exports, '__esModule', { value: true });
774
+
775
+ })));
776
+ //# sourceMappingURL=valtimo-process-management.umd.js.map