@arsedizioni/ars-utils 22.0.57 → 22.0.59
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/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -5
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +14 -14
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs +3 -6
- package/fesm2022/arsedizioni-ars-utils-evolution.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-help.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-support.ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-tinymce.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +14 -14
- package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.mjs +109 -467
- package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs +1 -1
- package/fesm2022/arsedizioni-ars-utils-ui.oauth.mjs.map +1 -1
- package/package.json +1 -1
- package/types/arsedizioni-ars-utils-clipper.common.d.ts +3 -17
- package/types/arsedizioni-ars-utils-evolution.common.d.ts +4 -18
- package/types/arsedizioni-ars-utils-ui.d.ts +39 -209
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { signal, computed,
|
|
2
|
+
import { signal, computed, inject, Service, DestroyRef, Injector } from '@angular/core';
|
|
3
3
|
import { HttpErrorResponse, HttpClient, HttpHeaders, HttpRequest } from '@angular/common/http';
|
|
4
4
|
import { BroadcastService, SystemUtils, SplashService } from '@arsedizioni/ars-utils/core';
|
|
5
5
|
import { catchError, throwError, of, EMPTY } from 'rxjs';
|
|
@@ -2191,9 +2191,6 @@ const NotesColors = [{ name: "Verde", value: "#2E8B74" },
|
|
|
2191
2191
|
{ name: "Indaco", value: "#5B6EBF" }
|
|
2192
2192
|
];
|
|
2193
2193
|
|
|
2194
|
-
/** DI token carrying the {@link ClipperAuthInterceptorConfig}. */
|
|
2195
|
-
const CLIPPER_AUTH_INTERCEPTOR_CONFIG = new InjectionToken('CLIPPER_AUTH_INTERCEPTOR_CONFIG');
|
|
2196
|
-
|
|
2197
2194
|
/** Minimum milliseconds between consecutive error broadcasts (debounce guard). */
|
|
2198
2195
|
const ERROR_DEBOUNCE_MS = 5000;
|
|
2199
2196
|
/**
|
|
@@ -3792,5 +3789,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.1", ngImpor
|
|
|
3792
3789
|
* Generated bundle index. Do not edit.
|
|
3793
3790
|
*/
|
|
3794
3791
|
|
|
3795
|
-
export {
|
|
3792
|
+
export { ClipperAccountService, ClipperArchiveCopyMode, ClipperArchiveFileStorageType, ClipperArchiveFileStorageTypes, ClipperArchiveFileType, ClipperArchiveFileTypes, ClipperArchiveFilesSearchParams, ClipperArchiveFoldersSearchParams, ClipperArchiveService, ClipperAuthors, ClipperCalendarCopyMode, ClipperCalendarSearchParams, ClipperCalendarService, ClipperCalendarState, ClipperCalendarStates, ClipperChannel, ClipperChannelSettings, ClipperChannels, ClipperCollaborationService, ClipperCoreService, ClipperDashboard, ClipperDocumentChangeReasons, ClipperDocumentContainer, ClipperDocumentsService, ClipperExportDocumentsFormat, ClipperFacet, ClipperLoginService, ClipperMessages, ClipperModel, ClipperModels, ClipperModule, ClipperModuleGroup, ClipperModuleGroups, ClipperModules, ClipperQueryDocumentFlags, ClipperQueryReferencesMode, ClipperRecurrenceType, ClipperRecurrenceTypes, ClipperRegions, ClipperSearchCalendarSnapshotResult, ClipperSearchFacetsSnapshot, ClipperSearchParams, ClipperSearchResult, ClipperSearchUtils, ClipperSectorTypes, ClipperSectors, ClipperSelectionMode, ClipperService, ClipperServiceFlags, ClipperSort, ClipperSources, ClipperTeamInfo, ClipperTeamProduct, ClipperTeamProductPermission, ClipperUpdateChannelsStateParams, ClipperUtils, NotesColors, clipperAuthInterceptor };
|
|
3796
3793
|
//# sourceMappingURL=arsedizioni-ars-utils-clipper.common.mjs.map
|