@arsedizioni/ars-utils 18.2.280 → 18.2.281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2022/clipper.common/common/definitions.mjs +36 -34
- package/esm2022/clipper.ui/ui/document/document.component.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +35 -33
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -2444,7 +2444,7 @@ class ClipperDocumentComponent extends ClipperDocumentManager {
|
|
|
2444
2444
|
openDocument(documentId, query = null) {
|
|
2445
2445
|
if (!documentId)
|
|
2446
2446
|
return;
|
|
2447
|
-
ClipperDocumentsUtils.openDocument(this.dialogService, this.clipperService, documentId, query, this.dialogData.selectionMode);
|
|
2447
|
+
ClipperDocumentsUtils.openDocument(this.dialogService, this.clipperService, documentId, query, this.dialogData.selectionMode, this.dialogData.theme);
|
|
2448
2448
|
}
|
|
2449
2449
|
/**
|
|
2450
2450
|
* Browse document references
|