@valtimo/components 13.25.0 → 13.27.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Copyright 2015-
|
|
2
|
+
* Copyright 2015-2026 Ritense BV, the Netherlands.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under EUPL, Version 1.2 (the "License");
|
|
5
5
|
* you may not use this file except in compliance with the License.
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
font-family: monospace, monospace;
|
|
264
264
|
font-size: 1em;
|
|
265
265
|
}
|
|
266
|
-
button,
|
|
266
|
+
button:not(.cds--btn),
|
|
267
267
|
input,
|
|
268
268
|
optgroup,
|
|
269
269
|
select,
|
|
@@ -272,6 +272,9 @@
|
|
|
272
272
|
font: inherit;
|
|
273
273
|
margin: 0;
|
|
274
274
|
}
|
|
275
|
+
button.cds--btn {
|
|
276
|
+
margin: 0;
|
|
277
|
+
}
|
|
275
278
|
button {
|
|
276
279
|
overflow: visible;
|
|
277
280
|
}
|
|
@@ -338,8 +341,8 @@
|
|
|
338
341
|
border-collapse: collapse;
|
|
339
342
|
border-spacing: 0;
|
|
340
343
|
}
|
|
341
|
-
td,
|
|
342
|
-
th {
|
|
344
|
+
td:not(.cds--data-table td),
|
|
345
|
+
th:not(.cds--data-table th) {
|
|
343
346
|
padding: 0;
|
|
344
347
|
}
|
|
345
348
|
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
|
|
@@ -38,7 +38,7 @@ import { LayoutModule } from '@angular/cdk/layout';
|
|
|
38
38
|
import { OverflowMenuVertical16, ArrowDown16, ArrowUp16, SettingsView16, Draggable16, View16, ViewOff16, ChevronUp16, ChevronDown16, Close16, Add16, Edit16, Save16, WarningAltFilled16, WarningFilled16, TrashCan16, DocumentRequirements16, UserFollow16, Group16, User16 } from '@carbon/icons';
|
|
39
39
|
import localeNl from '@angular/common/locales/nl';
|
|
40
40
|
import moment$1 from 'moment/moment';
|
|
41
|
-
import
|
|
41
|
+
import NavigatedViewer from 'bpmn-js/lib/NavigatedViewer';
|
|
42
42
|
import heatmap from 'heatmap.js-fixed/build/heatmap.js';
|
|
43
43
|
import * as i1$6 from '@valtimo/resource';
|
|
44
44
|
import { S3Resource, ResourceModule, UploadProviderService } from '@valtimo/resource';
|
|
@@ -7736,7 +7736,7 @@ class BpmnJsDiagramComponent {
|
|
|
7736
7736
|
this.heatPoints = { data: [] };
|
|
7737
7737
|
}
|
|
7738
7738
|
ngOnInit() {
|
|
7739
|
-
this.bpmnViewer = new
|
|
7739
|
+
this.bpmnViewer = new NavigatedViewer();
|
|
7740
7740
|
this.bpmnViewer.on('import.done', (event) => {
|
|
7741
7741
|
if (!event?.error) {
|
|
7742
7742
|
const canvas = this.bpmnViewer.get('canvas');
|