@arsedizioni/ars-utils 18.2.240 → 18.2.242
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 -1
- package/clipper.common/common/services/clipper.service.d.ts +3 -3
- package/clipper.ui/ui/clipper.scss +2 -0
- package/esm2022/clipper.common/common/definitions.mjs +1 -1
- package/esm2022/clipper.common/common/services/clipper.service.mjs +11 -12
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +10 -11
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -498,7 +498,7 @@ export declare class ClipperDashboard {
|
|
|
498
498
|
expiredDeadlines?: number | null;
|
|
499
499
|
expiringDeadlines?: number | null;
|
|
500
500
|
documentUpdates?: number | null;
|
|
501
|
-
unreadItems
|
|
501
|
+
unreadItems?: Signal<[ClipperModule, number][]>;
|
|
502
502
|
/**
|
|
503
503
|
* Update unread items
|
|
504
504
|
* @param module : the module
|
|
@@ -160,9 +160,9 @@ export declare class ClipperService implements OnDestroy {
|
|
|
160
160
|
*/
|
|
161
161
|
loadDashboard(): void;
|
|
162
162
|
/**
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
* Save a user link
|
|
164
|
+
* @param item: the user link
|
|
165
|
+
*/
|
|
166
166
|
saveLink(item: ClipperUserLink): Observable<ApiResult<boolean>>;
|
|
167
167
|
/**
|
|
168
168
|
* Delete a user link
|
|
@@ -118,6 +118,7 @@
|
|
|
118
118
|
min-width: unset;
|
|
119
119
|
white-space: unset !important;
|
|
120
120
|
overflow: unset !important;
|
|
121
|
+
padding: unset !important;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
|
|
@@ -279,6 +280,7 @@
|
|
|
279
280
|
min-width: 100%;
|
|
280
281
|
white-space: unset !important;
|
|
281
282
|
overflow: unset !important;
|
|
283
|
+
padding: unset !important;
|
|
282
284
|
}
|
|
283
285
|
|
|
284
286
|
|