@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
|
@@ -154,7 +154,7 @@ export declare class ClipperService implements OnDestroy {
|
|
|
154
154
|
*/
|
|
155
155
|
referencesFacets(params: ClipperReferencesSearchParams): import("rxjs").Observable<ApiResult<ClipperSearchFacetsResult>>;
|
|
156
156
|
/**
|
|
157
|
-
* Wrap document rendering
|
|
157
|
+
* Wrap document rendering to allow token refresh
|
|
158
158
|
*/
|
|
159
159
|
preRender(): import("rxjs").Observable<ApiResult<boolean>>;
|
|
160
160
|
/**
|