@arsedizioni/ars-utils 18.2.413 → 18.2.415

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.
Files changed (25) hide show
  1. package/clipper.common/common/definitions.d.ts +1 -1
  2. package/esm2022/clipper.common/common/definitions.mjs +1 -1
  3. package/esm2022/clipper.ui/ui/document-index/document-index.component.mjs +3 -3
  4. package/esm2022/clipper.ui/ui/search-calendar/search-calendar.component.mjs +3 -3
  5. package/esm2022/ui/ui/dialogs/confirm/confirm-dialog.component.mjs +3 -3
  6. package/esm2022/ui/ui/dialogs/credentials/credentials-dialog.component.mjs +3 -3
  7. package/esm2022/ui/ui/dialogs/reset-password/reset-password-dialog.component.mjs +3 -3
  8. package/esm2022/ui.application/ui/components/file-preview/file-preview.component.mjs +3 -3
  9. package/esm2022/ui.application/ui/components/filter-bar/filter-bar.component.mjs +3 -3
  10. package/esm2022/ui.application/ui/dialogs/prompt/prompt-dialog.component.mjs +3 -3
  11. package/esm2022/ui.application/ui/dialogs/prompt-date/prompt-date-dialog.component.mjs +3 -3
  12. package/esm2022/ui.application/ui/dialogs/prompt-time/prompt-time-dialog.component.mjs +3 -3
  13. package/esm2022/ui.application/ui/dialogs/select/select-dialog.component.mjs +3 -3
  14. package/esm2022/ui.application/ui/dialogs/select-file/select-file-dialog.component.mjs +3 -3
  15. package/esm2022/ui.application/ui/dialogs/select-picture/select-picture-dialog.component.mjs +3 -3
  16. package/esm2022/ui.application/ui/dialogs/select-tree/select-tree-dialog.component.mjs +3 -3
  17. package/esm2022/ui.application/ui/dialogs/send-to/send-to-dialog.component.mjs +3 -3
  18. package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
  19. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +4 -4
  20. package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
  21. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs +20 -20
  22. package/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
  23. package/fesm2022/arsedizioni-ars-utils-ui.mjs +6 -6
  24. package/fesm2022/arsedizioni-ars-utils-ui.mjs.map +1 -1
  25. package/package.json +7 -7
@@ -596,7 +596,7 @@ export interface ClipperSearchCalendarResult {
596
596
  total: number;
597
597
  }
598
598
  export interface ClipperDeadlineInfo {
599
- id?: string | null;
599
+ id: string;
600
600
  companyId?: number | null;
601
601
  userId?: number | null;
602
602
  teamId?: string | null;