@arsedizioni/ars-utils 18.2.516 → 18.2.518
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/clipper.common/common/definitions.d.ts +1 -0
- package/clipper.common/common/services/clipper.service.d.ts +1 -1
- package/esm2022/clipper.common/common/definitions.mjs +1 -1
- package/esm2022/clipper.common/common/services/clipper.service.mjs +2 -3
- package/esm2022/evolution.common/common/services/evolution.service.mjs +1 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +1 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +0 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -2383,10 +2383,9 @@ class ClipperService {
|
|
|
2383
2383
|
}
|
|
2384
2384
|
}
|
|
2385
2385
|
/**
|
|
2386
|
-
* Wrap document rendering
|
|
2386
|
+
* Wrap document rendering to allow token refresh
|
|
2387
2387
|
*/
|
|
2388
2388
|
preRender() {
|
|
2389
|
-
console.log("pre-render");
|
|
2390
2389
|
return this.httpClient.get(this._serviceUri + '/documents/pre-render');
|
|
2391
2390
|
}
|
|
2392
2391
|
/**
|