@arsedizioni/ars-utils 18.2.454 → 18.2.456
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/esm2022/clipper.common/common/definitions.mjs +1 -1
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +2 -2
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -625,6 +625,7 @@ export interface ClipperDeadlineInfo {
|
|
|
625
625
|
expiringDate?: Date | null;
|
|
626
626
|
expiredAlertSent?: boolean | null;
|
|
627
627
|
expiringInfo?: string | null;
|
|
628
|
+
expiringDescription?: string | null;
|
|
628
629
|
nextExpiringDate?: Date | null;
|
|
629
630
|
alarmDays?: number | null;
|
|
630
631
|
alarmDate?: Date | null;
|