lx-annotate 0.2.2__tar.gz → 0.2.4__tar.gz

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 (1219) hide show
  1. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/PKG-INFO +4 -5
  2. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/README.md +2 -2
  3. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/file_watcher.py +38 -67
  4. lx_annotate-0.2.4/lx_annotate/migration_overrides/endoreg_db/0016_rename_streamable_relative_path_videofile_raw_streamable_relative_path_and_more.py +213 -0
  5. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_base.py +0 -2
  6. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/manage.py +0 -2
  7. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/pyproject.toml +2 -3
  8. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/.vite/manifest.json +10 -5
  9. lx_annotate-0.2.4/staticfiles/AnonymizationCorrectionComponent.css +1 -0
  10. lx_annotate-0.2.4/staticfiles/AnonymizationCorrectionComponent.js +1 -0
  11. lx_annotate-0.2.4/staticfiles/AnonymizationOverview.js +1 -0
  12. lx_annotate-0.2.4/staticfiles/Export.js +1 -0
  13. lx_annotate-0.2.4/staticfiles/FinalizedResultPage.js +1 -0
  14. lx_annotate-0.2.4/staticfiles/VideoExamination.css +1 -0
  15. lx_annotate-0.2.4/staticfiles/VideoExamination.js +1 -0
  16. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/main.js +2 -2
  17. lx_annotate-0.2.4/staticfiles/mediaUrls.js +1 -0
  18. lx_annotate-0.2.4/staticfiles/videoStore.js +1 -0
  19. lx_annotate-0.2.2/staticfiles/AnonymizationCorrectionComponent.css +0 -1
  20. lx_annotate-0.2.2/staticfiles/AnonymizationCorrectionComponent.js +0 -1
  21. lx_annotate-0.2.2/staticfiles/AnonymizationOverview.js +0 -1
  22. lx_annotate-0.2.2/staticfiles/Export.js +0 -1
  23. lx_annotate-0.2.2/staticfiles/FinalizedResultPage.js +0 -1
  24. lx_annotate-0.2.2/staticfiles/VideoExamination.css +0 -1
  25. lx_annotate-0.2.2/staticfiles/VideoExamination.js +0 -1
  26. lx_annotate-0.2.2/staticfiles/mediaUrls.js +0 -1
  27. lx_annotate-0.2.2/staticfiles/videoStore.js +0 -1
  28. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/.gitignore +0 -0
  29. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/LICENSE +0 -0
  30. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/__init__.py +0 -0
  31. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/admin.py +0 -0
  32. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/apps.py +0 -0
  33. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/asgi.py +0 -0
  34. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/celery.py +0 -0
  35. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/checks.py +0 -0
  36. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/__init__.py +0 -0
  37. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_audit.py +0 -0
  38. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_cleanup.py +0 -0
  39. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_jobs.py +0 -0
  40. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_payloads.py +0 -0
  41. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_reconciliation.py +0 -0
  42. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_state.py +0 -0
  43. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_worker.py +0 -0
  44. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/__init__.py +0 -0
  45. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/__init__.py +0 -0
  46. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/export_route_manifest.py +0 -0
  47. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/repair_managed_payloads.py +0 -0
  48. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/run_filewatcher.py +0 -0
  49. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/start_filewatcher.py +0 -0
  50. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/verify_encrypted_storage.py +0 -0
  51. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/middleware/__init__.py +0 -0
  52. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/middleware/lookup_tracker.py +0 -0
  53. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/__init__.py +0 -0
  54. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0001_initial.py +0 -0
  55. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0001_squashed_0001_initial.py +0 -0
  56. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0002_export_flags.py +0 -0
  57. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0003_patientexaminationreport_report_and_more.py +0 -0
  58. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0004_videofile_uuid.py +0 -0
  59. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0005_rawpdffile_uuid.py +0 -0
  60. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0006_applicationsettings.py +0 -0
  61. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0007_pdfprocessinghistory.py +0 -0
  62. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0008_imageclassificationannotation_upsert_fields.py +0 -0
  63. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0009_patientexamination_draft_updated_at_and_more.py +0 -0
  64. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0010_remove_requirementset_reqset_exam_links_and_more.py +0 -0
  65. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0011_hub_ingest_metadata.py +0 -0
  66. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0012_networknode_transferjob.py +0 -0
  67. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0013_remove_legacy_requirement_models.py +0 -0
  68. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0014_sensitivemeta_tags_sensitivemeta_validation_comment_and_more.py +0 -0
  69. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0015_uploadjob_content_hash_and_more.py +0 -0
  70. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/__init__.py +0 -0
  71. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/0001_outboundhubtransferjob.py +0 -0
  72. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/0002_outboundhubtransferjob_local_cleanup_fields.py +0 -0
  73. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/__init__.py +0 -0
  74. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/max_migration.txt +0 -0
  75. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/models.py +0 -0
  76. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/serializers.py +0 -0
  77. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/__init__.py +0 -0
  78. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/config.py +0 -0
  79. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/secret_key.py +0 -0
  80. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_dev.py +0 -0
  81. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_prod.py +0 -0
  82. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_test.py +0 -0
  83. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/signals.py +0 -0
  84. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-D35JYvrC.js +0 -0
  85. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-DMZZ8ZMX.css +0 -0
  86. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-OeFWLB-b.js +0 -0
  87. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Anonymization-Bd9LTm0-.js +0 -0
  88. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
  89. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
  90. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js +0 -0
  91. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationOverview-DUuDRweL.css +0 -0
  92. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationValidationComponent-BARZClvg.css +0 -0
  93. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
  94. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Dashboard-DsKQzZNG.js +0 -0
  95. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Examination-CeCEv25w.js +0 -0
  96. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PageOverview-B8gUoFeQ.js +0 -0
  97. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-BlwvntXl.js +0 -0
  98. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-CFDJpfd1.js +0 -0
  99. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-DOhN0oE-.css +0 -0
  100. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientOverview-C7XuyKPN.js +0 -0
  101. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientOverview-oorWuJjf.css +0 -0
  102. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Profil-lke9QkYz.js +0 -0
  103. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/ReportGenerator-DJn6kaoO.js +0 -0
  104. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/RequirementGenerator-BC9a09T1.css +0 -0
  105. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/RequirementGenerator-CeDfg9J_.js +0 -0
  106. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Timeline-CMheelus.js +0 -0
  107. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Timeline-DA5RpACe.css +0 -0
  108. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/UeberUns-DnTs7q1V.js +0 -0
  109. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Validierung-Bobt4Qg1.js +0 -0
  110. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Validierung-u-u0EBv0.css +0 -0
  111. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/VideoExamination-B8b7SxA_.js +0 -0
  112. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/VideoExamination-DdMsVSAF.css +0 -0
  113. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/autocomplete.css +0 -0
  114. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/base.css +0 -0
  115. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/changelists.css +0 -0
  116. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/dark_mode.css +0 -0
  117. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/dashboard.css +0 -0
  118. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/forms.css +0 -0
  119. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/login.css +0 -0
  120. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/nav_sidebar.css +0 -0
  121. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/responsive.css +0 -0
  122. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/responsive_rtl.css +0 -0
  123. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/rtl.css +0 -0
  124. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/unusable_password_field.css +0 -0
  125. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/LICENSE-SELECT2.md +0 -0
  126. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/select2.css +0 -0
  127. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/select2.min.css +0 -0
  128. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/widgets.css +0 -0
  129. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/LICENSE +0 -0
  130. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/README.txt +0 -0
  131. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/calendar-icons.svg +0 -0
  132. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/gis/move_vertex_off.svg +0 -0
  133. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/gis/move_vertex_on.svg +0 -0
  134. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-addlink.svg +0 -0
  135. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-alert.svg +0 -0
  136. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-calendar.svg +0 -0
  137. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-changelink.svg +0 -0
  138. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-clock.svg +0 -0
  139. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-deletelink.svg +0 -0
  140. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-hidelink.svg +0 -0
  141. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-no.svg +0 -0
  142. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-unknown-alt.svg +0 -0
  143. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-unknown.svg +0 -0
  144. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-viewlink.svg +0 -0
  145. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-yes.svg +0 -0
  146. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/inline-delete.svg +0 -0
  147. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/search.svg +0 -0
  148. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/selector-icons.svg +0 -0
  149. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/sorting-icons.svg +0 -0
  150. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/tooltag-add.svg +0 -0
  151. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/tooltag-arrowright.svg +0 -0
  152. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/SelectBox.js +0 -0
  153. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/SelectFilter2.js +0 -0
  154. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/actions.js +0 -0
  155. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js +0 -0
  156. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js +0 -0
  157. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/autocomplete.js +0 -0
  158. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/calendar.js +0 -0
  159. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/cancel.js +0 -0
  160. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/change_form.js +0 -0
  161. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/core.js +0 -0
  162. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/filters.js +0 -0
  163. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/inlines.js +0 -0
  164. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/jquery.init.js +0 -0
  165. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/nav_sidebar.js +0 -0
  166. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/popup_response.js +0 -0
  167. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/prepopulate.js +0 -0
  168. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/prepopulate_init.js +0 -0
  169. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/theme.js +0 -0
  170. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/unusable_password_field.js +0 -0
  171. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/urlify.js +0 -0
  172. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt +0 -0
  173. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/jquery.js +0 -0
  174. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js +0 -0
  175. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/LICENSE.md +0 -0
  176. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/af.js +0 -0
  177. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js +0 -0
  178. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/az.js +0 -0
  179. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bg.js +0 -0
  180. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bn.js +0 -0
  181. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bs.js +0 -0
  182. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ca.js +0 -0
  183. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/cs.js +0 -0
  184. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/da.js +0 -0
  185. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/de.js +0 -0
  186. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/dsb.js +0 -0
  187. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/el.js +0 -0
  188. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/en.js +0 -0
  189. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/es.js +0 -0
  190. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/et.js +0 -0
  191. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/eu.js +0 -0
  192. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fa.js +0 -0
  193. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fi.js +0 -0
  194. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fr.js +0 -0
  195. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/gl.js +0 -0
  196. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/he.js +0 -0
  197. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hi.js +0 -0
  198. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hr.js +0 -0
  199. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hsb.js +0 -0
  200. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hu.js +0 -0
  201. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hy.js +0 -0
  202. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/id.js +0 -0
  203. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/is.js +0 -0
  204. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/it.js +0 -0
  205. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ja.js +0 -0
  206. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ka.js +0 -0
  207. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/km.js +0 -0
  208. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ko.js +0 -0
  209. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/lt.js +0 -0
  210. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/lv.js +0 -0
  211. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/mk.js +0 -0
  212. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ms.js +0 -0
  213. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/nb.js +0 -0
  214. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ne.js +0 -0
  215. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/nl.js +0 -0
  216. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pl.js +0 -0
  217. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ps.js +0 -0
  218. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pt-BR.js +0 -0
  219. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pt.js +0 -0
  220. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ro.js +0 -0
  221. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ru.js +0 -0
  222. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sk.js +0 -0
  223. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sl.js +0 -0
  224. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sq.js +0 -0
  225. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sr-Cyrl.js +0 -0
  226. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sr.js +0 -0
  227. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sv.js +0 -0
  228. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/th.js +0 -0
  229. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/tk.js +0 -0
  230. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/tr.js +0 -0
  231. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/uk.js +0 -0
  232. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/vi.js +0 -0
  233. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-CN.js +0 -0
  234. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-TW.js +0 -0
  235. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/select2.full.js +0 -0
  236. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/select2.full.min.js +0 -0
  237. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/LICENSE.txt +0 -0
  238. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.js +0 -0
  239. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.min.js +0 -0
  240. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/annotationStore-DEHKjdKh.js +0 -0
  241. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-D35JYvrC.js +0 -0
  242. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-DMZZ8ZMX.css +0 -0
  243. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-OeFWLB-b.js +0 -0
  244. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Anonymization-Bd9LTm0-.js +0 -0
  245. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
  246. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
  247. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationOverview-CGBsqOFg.js +0 -0
  248. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationOverview-DUuDRweL.css +0 -0
  249. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationValidationComponent-BARZClvg.css +0 -0
  250. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
  251. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Dashboard-DsKQzZNG.js +0 -0
  252. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Examination-CeCEv25w.js +0 -0
  253. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PageOverview-B8gUoFeQ.js +0 -0
  254. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-BlwvntXl.js +0 -0
  255. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-CFDJpfd1.js +0 -0
  256. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-DOhN0oE-.css +0 -0
  257. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientOverview-C7XuyKPN.js +0 -0
  258. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientOverview-oorWuJjf.css +0 -0
  259. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Profil-lke9QkYz.js +0 -0
  260. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/ReportGenerator-DJn6kaoO.js +0 -0
  261. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/RequirementGenerator-BC9a09T1.css +0 -0
  262. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/RequirementGenerator-CeDfg9J_.js +0 -0
  263. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Timeline-CMheelus.js +0 -0
  264. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Timeline-DA5RpACe.css +0 -0
  265. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/UeberUns-DnTs7q1V.js +0 -0
  266. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Validierung-Bobt4Qg1.js +0 -0
  267. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Validierung-u-u0EBv0.css +0 -0
  268. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/VideoExamination-B8b7SxA_.js +0 -0
  269. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/VideoExamination-DdMsVSAF.css +0 -0
  270. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/annotationStore-DEHKjdKh.js +0 -0
  271. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/authStore-w8taChNC.js +0 -0
  272. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/base.css +0 -0
  273. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.css +0 -0
  274. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.css.map +0 -0
  275. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.min.css +0 -0
  276. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/nucleo-icons.css +0 -0
  277. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/nucleo-svg.css +0 -0
  278. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.eot +0 -0
  279. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.svg +0 -0
  280. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.ttf +0 -0
  281. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.woff +0 -0
  282. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.woff2 +0 -0
  283. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.eot +0 -0
  284. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.ttf +0 -0
  285. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.woff +0 -0
  286. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.woff2 +0 -0
  287. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/bootstrap.bundle.min.js +0 -0
  288. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/bootstrap.min.js +0 -0
  289. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/popper.min.js +0 -0
  290. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.js +0 -0
  291. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.js.map +0 -0
  292. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.min.js +0 -0
  293. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/Chart.extension.js +0 -0
  294. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/bootstrap-notify.js +0 -0
  295. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/chartjs.min.js +0 -0
  296. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/countup.min.js +0 -0
  297. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/get_annotations.js +0 -0
  298. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/perfect-scrollbar.min.js +0 -0
  299. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/random-name-generator.js +0 -0
  300. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/smooth-scrollbar.min.js +0 -0
  301. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/submission-handler.js +0 -0
  302. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/world.js +0 -0
  303. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/logo.svg +0 -0
  304. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main-DGGk9Vng.css +0 -0
  305. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main-DethiONo.js +0 -0
  306. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main.css +0 -0
  307. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/mediaTypeStore-D6KIykKn.js +0 -0
  308. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-BgnVbBvX.eot +0 -0
  309. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-BuEzPWOc.woff +0 -0
  310. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-C6OFysxg.svg +0 -0
  311. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-CTnIBWcu.woff2 +0 -0
  312. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-kNTzvw2K.ttf +0 -0
  313. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/patientStore-BazAFCNw.js +0 -0
  314. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_alert.scss +0 -0
  315. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_avatars.scss +0 -0
  316. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_badge.scss +0 -0
  317. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
  318. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_buttons.scss +0 -0
  319. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_cards.scss +0 -0
  320. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dark-version.scss +0 -0
  321. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dropdown.scss +0 -0
  322. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dropup.scss +0 -0
  323. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
  324. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_footer.scss +0 -0
  325. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_forms.scss +0 -0
  326. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_gradients.scss +0 -0
  327. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_header.scss +0 -0
  328. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_icons.scss +0 -0
  329. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_info-areas.scss +0 -0
  330. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_misc.scss +0 -0
  331. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_nav.scss +0 -0
  332. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
  333. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_navbar.scss +0 -0
  334. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_pagination.scss +0 -0
  335. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_popovers.scss +0 -0
  336. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_progress.scss +0 -0
  337. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_ripple.scss +0 -0
  338. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_rtl.scss +0 -0
  339. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_social-buttons.scss +0 -0
  340. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tables.scss +0 -0
  341. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tilt.scss +0 -0
  342. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_timeline.scss +0 -0
  343. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tooltips.scss +0 -0
  344. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_typography.scss +0 -0
  345. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
  346. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_utilities.scss +0 -0
  347. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_variables.scss +0 -0
  348. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  349. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  350. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  351. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  352. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  353. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  354. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
  355. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  356. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
  357. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  358. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  359. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  360. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  361. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  362. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  363. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
  364. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  365. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  366. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  367. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  368. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  369. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  370. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  371. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  372. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  373. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  374. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  375. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  376. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
  377. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  378. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  379. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  380. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  381. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  382. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
  383. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  384. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  385. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  386. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  387. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  388. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  389. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  390. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  391. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  392. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  393. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  394. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  395. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  396. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  397. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  398. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  399. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  400. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  401. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  402. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  403. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  404. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  405. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  406. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  407. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  408. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  409. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  410. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  411. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  412. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  413. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  414. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  415. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  416. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  417. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  418. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  419. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  420. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  421. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  422. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  423. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  424. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  425. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  426. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  427. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  428. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  429. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  430. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  431. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  432. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  433. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  434. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  435. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  436. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/cards/card-background.scss +0 -0
  437. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
  438. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  439. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  440. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
  441. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
  442. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
  443. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_forms.scss +0 -0
  444. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
  445. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
  446. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_labels.scss +0 -0
  447. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
  448. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
  449. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  450. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
  451. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  452. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
  453. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
  454. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  455. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  456. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  457. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  458. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  459. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/theme.scss +0 -0
  460. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_animations.scss +0 -0
  461. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
  462. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_badge.scss +0 -0
  463. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  464. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  465. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards.scss +0 -0
  466. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_choices.scss +0 -0
  467. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
  468. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  469. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  470. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
  471. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  472. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_header.scss +0 -0
  473. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
  474. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  475. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc.scss +0 -0
  476. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  477. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
  478. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
  479. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
  480. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
  481. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  482. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_table.scss +0 -0
  483. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
  484. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  485. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
  486. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  487. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard.scss +0 -0
  488. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/usePollingProtection-5vxQa-Ko.js +0 -0
  489. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/videoStore-ClqdABXQ.js +0 -0
  490. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/authStore-w8taChNC.js +0 -0
  491. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/base.css +0 -0
  492. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.css +0 -0
  493. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.css.map +0 -0
  494. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.min.css +0 -0
  495. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/nucleo-icons.css +0 -0
  496. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/nucleo-svg.css +0 -0
  497. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/css/jquery.autocomplete.css +0 -0
  498. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/img/indicator.gif +0 -0
  499. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.ajaxQueue.js +0 -0
  500. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.autocomplete.js +0 -0
  501. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.bgiframe.js +0 -0
  502. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.eot +0 -0
  503. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.svg +0 -0
  504. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.ttf +0 -0
  505. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.woff +0 -0
  506. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.woff2 +0 -0
  507. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.eot +0 -0
  508. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.ttf +0 -0
  509. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.woff +0 -0
  510. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.woff2 +0 -0
  511. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ColoReg.png +0 -0
  512. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  513. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ag_lux_logo_light_grey.svg +0 -0
  514. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/apple-icon.png +0 -0
  515. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-pricing.jpg +0 -0
  516. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-smart-home-1.jpg +0 -0
  517. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-smart-home-2.jpg +0 -0
  518. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bruce-mars.jpg +0 -0
  519. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow-dark.svg +0 -0
  520. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow-white.svg +0 -0
  521. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow.svg +0 -0
  522. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/drake.jpg +0 -0
  523. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/favicon.png +0 -0
  524. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame1.jpg +0 -0
  525. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame2.jpg +0 -0
  526. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame3.jpg +0 -0
  527. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame4.jpg +0 -0
  528. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-1.jpg +0 -0
  529. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-2.jpg +0 -0
  530. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-3.jpg +0 -0
  531. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/AU.png +0 -0
  532. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/BR.png +0 -0
  533. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/DE.png +0 -0
  534. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/GB.png +0 -0
  535. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/US.png +0 -0
  536. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/chat.png +0 -0
  537. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/danger-chat-ill.png +0 -0
  538. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/dark-lock-ill.png +0 -0
  539. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/error-404.png +0 -0
  540. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/error-500.png +0 -0
  541. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-lock.jpg +0 -0
  542. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-reset.jpg +0 -0
  543. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-signin.jpg +0 -0
  544. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-signup.jpg +0 -0
  545. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-verification.jpg +0 -0
  546. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/lock.png +0 -0
  547. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/pattern-tree.svg +0 -0
  548. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/rocket-white.png +0 -0
  549. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivana-square.jpg +0 -0
  550. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivana-squares.jpg +0 -0
  551. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivancik.jpg +0 -0
  552. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/kal-visuals-square.jpg +0 -0
  553. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logo-ct-dark.png +0 -0
  554. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logo-ct.png +0 -0
  555. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/ag_lux_logo_light_grey.svg +0 -0
  556. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/ag_lux_logo_white.svg +0 -0
  557. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-coinbase.svg +0 -0
  558. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-nasa.svg +0 -0
  559. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-netflix.svg +0 -0
  560. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-pinterest.svg +0 -0
  561. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-spotify.svg +0 -0
  562. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-vodafone.svg +0 -0
  563. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/mastercard.png +0 -0
  564. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/visa.png +0 -0
  565. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/marie.jpg +0 -0
  566. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/meeting.jpg +0 -0
  567. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/office-dark.jpg +0 -0
  568. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/product-12.jpg +0 -0
  569. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-1-min.jpg +0 -0
  570. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-11.jpg +0 -0
  571. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-2-min.jpg +0 -0
  572. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-3-min.jpg +0 -0
  573. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-4-min.jpg +0 -0
  574. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-5-min.jpg +0 -0
  575. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-6-min.jpg +0 -0
  576. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-7-min.jpg +0 -0
  577. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-1.jpg +0 -0
  578. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-2.jpg +0 -0
  579. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-3.jpg +0 -0
  580. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-4.jpg +0 -0
  581. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-5.jpg +0 -0
  582. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/shapes/pattern-lines.svg +0 -0
  583. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/shapes/waves-white.svg +0 -0
  584. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/bootstrap.svg +0 -0
  585. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/creative-tim.svg +0 -0
  586. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/devto.svg +0 -0
  587. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/github.svg +0 -0
  588. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/google-webdev.svg +0 -0
  589. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/icon-bulb.svg +0 -0
  590. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/icon-sun-cloud.png +0 -0
  591. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-asana.svg +0 -0
  592. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-atlassian.svg +0 -0
  593. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-invision.svg +0 -0
  594. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-jira.svg +0 -0
  595. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-slack.svg +0 -0
  596. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-spotify.svg +0 -0
  597. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-xd.svg +0 -0
  598. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-1.jpg +0 -0
  599. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-2.jpg +0 -0
  600. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-3.jpg +0 -0
  601. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-4.jpg +0 -0
  602. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-5.jpg +0 -0
  603. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/tesla-model-s.png +0 -0
  604. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/vr-bg.jpg +0 -0
  605. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/bootstrap.bundle.min.js +0 -0
  606. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/bootstrap.min.js +0 -0
  607. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/popper.min.js +0 -0
  608. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.js +0 -0
  609. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.js.map +0 -0
  610. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.min.js +0 -0
  611. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/Chart.extension.js +0 -0
  612. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/bootstrap-notify.js +0 -0
  613. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/chartjs.min.js +0 -0
  614. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/countup.min.js +0 -0
  615. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/get_annotations.js +0 -0
  616. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/perfect-scrollbar.min.js +0 -0
  617. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/random-name-generator.js +0 -0
  618. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/smooth-scrollbar.min.js +0 -0
  619. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/submission-handler.js +0 -0
  620. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/world.js +0 -0
  621. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/logo.svg +0 -0
  622. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main-DGGk9Vng.css +0 -0
  623. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main-DethiONo.js +0 -0
  624. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main.css +0 -0
  625. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/mediaTypeStore-D6KIykKn.js +0 -0
  626. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/css/tabbed_translation_fields.css +0 -0
  627. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/clearable_inputs.js +0 -0
  628. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/force_jquery.js +0 -0
  629. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/tabbed_translation_fields.js +0 -0
  630. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-BgnVbBvX.eot +0 -0
  631. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-BuEzPWOc.woff +0 -0
  632. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-C6OFysxg.svg +0 -0
  633. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-CTnIBWcu.woff2 +0 -0
  634. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-kNTzvw2K.ttf +0 -0
  635. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/patientStore-BazAFCNw.js +0 -0
  636. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css +0 -0
  637. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css.map +0 -0
  638. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-tweaks.css +0 -0
  639. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap.min.css +0 -0
  640. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap.min.css.map +0 -0
  641. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/default.css +0 -0
  642. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/font-awesome-4.0.3.css +0 -0
  643. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/prettify.css +0 -0
  644. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/base.css +0 -0
  645. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/highlight.css +0 -0
  646. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/jquery.json-view.min.css +0 -0
  647. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/img/favicon.ico +0 -0
  648. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/img/grid.png +0 -0
  649. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/api.js +0 -0
  650. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/highlight.pack.js +0 -0
  651. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/jquery.json-view.min.js +0 -0
  652. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.eot +0 -0
  653. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.svg +0 -0
  654. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.ttf +0 -0
  655. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.woff +0 -0
  656. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.eot +0 -0
  657. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.svg +0 -0
  658. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.ttf +0 -0
  659. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff +0 -0
  660. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 +0 -0
  661. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/glyphicons-halflings-white.png +0 -0
  662. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/glyphicons-halflings.png +0 -0
  663. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/grid.png +0 -0
  664. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/ajax-form.js +0 -0
  665. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/bootstrap.min.js +0 -0
  666. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/coreapi-0.1.1.js +0 -0
  667. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/csrf.js +0 -0
  668. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/default.js +0 -0
  669. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/jquery-3.7.1.min.js +0 -0
  670. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/load-ajax-form.js +0 -0
  671. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/prettify-min.js +0 -0
  672. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_alert.scss +0 -0
  673. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_avatars.scss +0 -0
  674. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_badge.scss +0 -0
  675. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_breadcrumbs.scss +0 -0
  676. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_buttons.scss +0 -0
  677. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_cards.scss +0 -0
  678. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dark-version.scss +0 -0
  679. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dropdown.scss +0 -0
  680. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dropup.scss +0 -0
  681. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_fixed-plugin.scss +0 -0
  682. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_footer.scss +0 -0
  683. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_forms.scss +0 -0
  684. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_gradients.scss +0 -0
  685. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_header.scss +0 -0
  686. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_icons.scss +0 -0
  687. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_info-areas.scss +0 -0
  688. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_misc.scss +0 -0
  689. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_nav.scss +0 -0
  690. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_navbar-vertical.scss +0 -0
  691. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_navbar.scss +0 -0
  692. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_pagination.scss +0 -0
  693. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_popovers.scss +0 -0
  694. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_progress.scss +0 -0
  695. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_ripple.scss +0 -0
  696. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_rtl.scss +0 -0
  697. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_social-buttons.scss +0 -0
  698. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tables.scss +0 -0
  699. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tilt.scss +0 -0
  700. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_timeline.scss +0 -0
  701. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tooltips.scss +0 -0
  702. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_typography.scss +0 -0
  703. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_utilities-extend.scss +0 -0
  704. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_utilities.scss +0 -0
  705. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_variables.scss +0 -0
  706. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  707. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  708. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  709. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  710. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  711. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  712. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_card.scss +0 -0
  713. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  714. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_close.scss +0 -0
  715. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  716. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  717. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  718. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  719. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  720. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  721. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_images.scss +0 -0
  722. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  723. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  724. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  725. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  726. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  727. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  728. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  729. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  730. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  731. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  732. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  733. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  734. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_root.scss +0 -0
  735. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  736. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  737. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  738. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  739. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  740. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_type.scss +0 -0
  741. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  742. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  743. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  744. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  745. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  746. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  747. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  748. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  749. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  750. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  751. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  752. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  753. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  754. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  755. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  756. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  757. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  758. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  759. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  760. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  761. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  762. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  763. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  764. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  765. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  766. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  767. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  768. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  769. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  770. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  771. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  772. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  773. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  774. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  775. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  776. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  777. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  778. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  779. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  780. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  781. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  782. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  783. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  784. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  785. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  786. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  787. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  788. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  789. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  790. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  791. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  792. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  793. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  794. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/cards/card-background.scss +0 -0
  795. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/cards/card-rotate.scss +0 -0
  796. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/custom/_styles.scss +0 -0
  797. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/custom/_variables.scss +0 -0
  798. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-check.scss +0 -0
  799. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-select.scss +0 -0
  800. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-switch.scss +0 -0
  801. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_forms.scss +0 -0
  802. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_input-group.scss +0 -0
  803. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_inputs.scss +0 -0
  804. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_labels.scss +0 -0
  805. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_badge.scss +0 -0
  806. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_buttons.scss +0 -0
  807. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  808. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_hover.scss +0 -0
  809. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  810. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_vendor.scss +0 -0
  811. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/mixins.scss +0 -0
  812. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  813. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  814. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  815. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  816. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  817. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/theme.scss +0 -0
  818. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_animations.scss +0 -0
  819. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_avatars.scss +0 -0
  820. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_badge.scss +0 -0
  821. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  822. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  823. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_cards.scss +0 -0
  824. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_choices.scss +0 -0
  825. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_dark-version.scss +0 -0
  826. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  827. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  828. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_form-switch.scss +0 -0
  829. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  830. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_header.scss +0 -0
  831. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_info-areas.scss +0 -0
  832. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  833. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_misc.scss +0 -0
  834. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  835. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_navbar.scss +0 -0
  836. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_pagination.scss +0 -0
  837. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_ripple.scss +0 -0
  838. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_rtl.scss +0 -0
  839. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  840. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_table.scss +0 -0
  841. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_timeline.scss +0 -0
  842. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  843. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_utilities.scss +0 -0
  844. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  845. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard.scss +0 -0
  846. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/silent-check-sso.html +0 -0
  847. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/usePollingProtection-5vxQa-Ko.js +0 -0
  848. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/videoStore-ClqdABXQ.js +0 -0
  849. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/__init__.py +0 -0
  850. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/encrypted.py +0 -0
  851. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/encryption.py +0 -0
  852. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/tasks.py +0 -0
  853. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/templates/base.html +0 -0
  854. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/urls.py +0 -0
  855. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/views/__init__.py +0 -0
  856. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/views/hub_export.py +0 -0
  857. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/wsgi.py +0 -0
  858. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AboutUs.js +0 -0
  859. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard.css +0 -0
  860. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard.js +0 -0
  861. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard2.js +0 -0
  862. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationOverview.css +0 -0
  863. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationValidationComponent.css +0 -0
  864. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationValidationComponent.js +0 -0
  865. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ApplicationSettingsPage.css +0 -0
  866. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ApplicationSettingsPage.js +0 -0
  867. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/CaseResolutionPage.js +0 -0
  868. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/CaseSetupPage.js +0 -0
  869. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ColoReg.png +0 -0
  870. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Dashboard.js +0 -0
  871. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Documentation.css +0 -0
  872. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Documentation.js +0 -0
  873. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Export.css +0 -0
  874. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FindingsCapturePage.css +0 -0
  875. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FindingsCapturePage.js +0 -0
  876. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameAnnotation.css +0 -0
  877. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameAnnotation.js +0 -0
  878. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameSelectorPage.css +0 -0
  879. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameSelectorPage.js +0 -0
  880. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/HubExport.css +0 -0
  881. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/HubExport.js +0 -0
  882. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ModelTrainingPage.css +0 -0
  883. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ModelTrainingPage.js +0 -0
  884. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PageOverview.css +0 -0
  885. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PageOverview.js +0 -0
  886. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PatientOverview.css +0 -0
  887. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PatientOverview.js +0 -0
  888. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Profile.js +0 -0
  889. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportEditorPage.js +0 -0
  890. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportTemplateBuilderPage.js +0 -0
  891. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingShell.css +0 -0
  892. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingShell.js +0 -0
  893. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingWorklistPage.js +0 -0
  894. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Timeline.css +0 -0
  895. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Timeline.js +0 -0
  896. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/applicationSettingsApi.js +0 -0
  897. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/base.css +0 -0
  898. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.css +0 -0
  899. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.css.map +0 -0
  900. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.min.css +0 -0
  901. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/nucleo-icons.css +0 -0
  902. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/nucleo-svg.css +0 -0
  903. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.eot +0 -0
  904. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.svg +0 -0
  905. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.ttf +0 -0
  906. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.woff +0 -0
  907. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.woff2 +0 -0
  908. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.eot +0 -0
  909. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.ttf +0 -0
  910. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.woff +0 -0
  911. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.woff2 +0 -0
  912. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/bootstrap.bundle.min.js +0 -0
  913. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/bootstrap.min.js +0 -0
  914. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/popper.min.js +0 -0
  915. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.js +0 -0
  916. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.js.map +0 -0
  917. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.min.js +0 -0
  918. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/Chart.extension.js +0 -0
  919. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/bootstrap-notify.js +0 -0
  920. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/chartjs.min.js +0 -0
  921. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/countup.min.js +0 -0
  922. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/get_annotations.js +0 -0
  923. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/perfect-scrollbar.min.js +0 -0
  924. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/random-name-generator.js +0 -0
  925. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/smooth-scrollbar.min.js +0 -0
  926. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/submission-handler.js +0 -0
  927. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/world.js +0 -0
  928. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/logo.svg +0 -0
  929. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/main.css +0 -0
  930. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_alert.scss +0 -0
  931. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_avatars.scss +0 -0
  932. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_badge.scss +0 -0
  933. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
  934. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_buttons.scss +0 -0
  935. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_cards.scss +0 -0
  936. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dark-version.scss +0 -0
  937. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dropdown.scss +0 -0
  938. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dropup.scss +0 -0
  939. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
  940. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_footer.scss +0 -0
  941. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_forms.scss +0 -0
  942. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_gradients.scss +0 -0
  943. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_header.scss +0 -0
  944. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_icons.scss +0 -0
  945. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_info-areas.scss +0 -0
  946. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_misc.scss +0 -0
  947. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_nav.scss +0 -0
  948. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
  949. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_navbar.scss +0 -0
  950. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_pagination.scss +0 -0
  951. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_popovers.scss +0 -0
  952. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_progress.scss +0 -0
  953. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_ripple.scss +0 -0
  954. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_rtl.scss +0 -0
  955. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_social-buttons.scss +0 -0
  956. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tables.scss +0 -0
  957. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tilt.scss +0 -0
  958. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_timeline.scss +0 -0
  959. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tooltips.scss +0 -0
  960. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_typography.scss +0 -0
  961. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
  962. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_utilities.scss +0 -0
  963. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_variables.scss +0 -0
  964. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  965. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  966. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  967. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  968. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  969. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  970. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
  971. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  972. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
  973. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  974. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  975. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  976. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  977. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  978. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  979. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
  980. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  981. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  982. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  983. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  984. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  985. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  986. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  987. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  988. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  989. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  990. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  991. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  992. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
  993. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  994. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  995. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  996. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  997. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  998. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
  999. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  1000. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  1001. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  1002. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  1003. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  1004. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  1005. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  1006. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  1007. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  1008. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  1009. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  1010. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  1011. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  1012. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  1013. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  1014. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  1015. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  1016. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  1017. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  1018. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  1019. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  1020. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  1021. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  1022. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  1023. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  1024. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  1025. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  1026. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  1027. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  1028. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  1029. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  1030. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  1031. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  1032. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  1033. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  1034. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  1035. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  1036. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  1037. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  1038. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  1039. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  1040. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  1041. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  1042. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  1043. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  1044. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  1045. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  1046. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  1047. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  1048. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  1049. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  1050. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  1051. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  1052. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/cards/card-background.scss +0 -0
  1053. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
  1054. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  1055. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  1056. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
  1057. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
  1058. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
  1059. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_forms.scss +0 -0
  1060. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
  1061. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
  1062. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_labels.scss +0 -0
  1063. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
  1064. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
  1065. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  1066. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
  1067. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  1068. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
  1069. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
  1070. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  1071. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  1072. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  1073. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  1074. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  1075. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/theme.scss +0 -0
  1076. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_animations.scss +0 -0
  1077. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
  1078. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_badge.scss +0 -0
  1079. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  1080. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  1081. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_cards.scss +0 -0
  1082. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_choices.scss +0 -0
  1083. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
  1084. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  1085. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  1086. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
  1087. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  1088. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_header.scss +0 -0
  1089. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
  1090. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  1091. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_misc.scss +0 -0
  1092. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  1093. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
  1094. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
  1095. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
  1096. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
  1097. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  1098. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_table.scss +0 -0
  1099. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
  1100. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  1101. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
  1102. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  1103. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard.scss +0 -0
  1104. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/dateHelpers.js +0 -0
  1105. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/examinationStore.js +0 -0
  1106. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/findingsApi.js +0 -0
  1107. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  1108. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ag_lux_logo_light_grey.svg +0 -0
  1109. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/apple-icon.png +0 -0
  1110. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-pricing.jpg +0 -0
  1111. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-smart-home-1.jpg +0 -0
  1112. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-smart-home-2.jpg +0 -0
  1113. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bruce-mars.jpg +0 -0
  1114. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow-dark.svg +0 -0
  1115. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow-white.svg +0 -0
  1116. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow.svg +0 -0
  1117. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/drake.jpg +0 -0
  1118. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/favicon.png +0 -0
  1119. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame1.jpg +0 -0
  1120. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame2.jpg +0 -0
  1121. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame3.jpg +0 -0
  1122. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame4.jpg +0 -0
  1123. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-1.jpg +0 -0
  1124. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-2.jpg +0 -0
  1125. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-3.jpg +0 -0
  1126. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/AU.png +0 -0
  1127. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/BR.png +0 -0
  1128. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/DE.png +0 -0
  1129. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/GB.png +0 -0
  1130. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/US.png +0 -0
  1131. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/chat.png +0 -0
  1132. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/danger-chat-ill.png +0 -0
  1133. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/dark-lock-ill.png +0 -0
  1134. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/error-404.png +0 -0
  1135. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/error-500.png +0 -0
  1136. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-lock.jpg +0 -0
  1137. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-reset.jpg +0 -0
  1138. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-signin.jpg +0 -0
  1139. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-signup.jpg +0 -0
  1140. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-verification.jpg +0 -0
  1141. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/lock.png +0 -0
  1142. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/pattern-tree.svg +0 -0
  1143. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/rocket-white.png +0 -0
  1144. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivana-square.jpg +0 -0
  1145. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivana-squares.jpg +0 -0
  1146. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivancik.jpg +0 -0
  1147. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/kal-visuals-square.jpg +0 -0
  1148. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logo-ct-dark.png +0 -0
  1149. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logo-ct.png +0 -0
  1150. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/ag_lux_logo_light_grey.svg +0 -0
  1151. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/ag_lux_logo_white.svg +0 -0
  1152. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-coinbase.svg +0 -0
  1153. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-nasa.svg +0 -0
  1154. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-netflix.svg +0 -0
  1155. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-pinterest.svg +0 -0
  1156. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-spotify.svg +0 -0
  1157. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-vodafone.svg +0 -0
  1158. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/mastercard.png +0 -0
  1159. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/visa.png +0 -0
  1160. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/marie.jpg +0 -0
  1161. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/meeting.jpg +0 -0
  1162. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/office-dark.jpg +0 -0
  1163. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/product-12.jpg +0 -0
  1164. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-1-min.jpg +0 -0
  1165. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-11.jpg +0 -0
  1166. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-2-min.jpg +0 -0
  1167. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-3-min.jpg +0 -0
  1168. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-4-min.jpg +0 -0
  1169. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-5-min.jpg +0 -0
  1170. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-6-min.jpg +0 -0
  1171. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-7-min.jpg +0 -0
  1172. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-1.jpg +0 -0
  1173. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-2.jpg +0 -0
  1174. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-3.jpg +0 -0
  1175. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-4.jpg +0 -0
  1176. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-5.jpg +0 -0
  1177. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/shapes/pattern-lines.svg +0 -0
  1178. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/shapes/waves-white.svg +0 -0
  1179. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/bootstrap.svg +0 -0
  1180. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/creative-tim.svg +0 -0
  1181. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/devto.svg +0 -0
  1182. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/github.svg +0 -0
  1183. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/google-webdev.svg +0 -0
  1184. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/icon-bulb.svg +0 -0
  1185. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/icon-sun-cloud.png +0 -0
  1186. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-asana.svg +0 -0
  1187. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-atlassian.svg +0 -0
  1188. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-invision.svg +0 -0
  1189. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-jira.svg +0 -0
  1190. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-slack.svg +0 -0
  1191. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-spotify.svg +0 -0
  1192. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-xd.svg +0 -0
  1193. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-1.jpg +0 -0
  1194. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-2.jpg +0 -0
  1195. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-3.jpg +0 -0
  1196. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-4.jpg +0 -0
  1197. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-5.jpg +0 -0
  1198. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/tesla-model-s.png +0 -0
  1199. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/vr-bg.jpg +0 -0
  1200. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/index.js +0 -0
  1201. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/main.css +0 -0
  1202. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/mediaTypeStore.js +0 -0
  1203. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.eot +0 -0
  1204. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.svg +0 -0
  1205. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.ttf +0 -0
  1206. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.woff +0 -0
  1207. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.woff2 +0 -0
  1208. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/patientExaminationStore.js +0 -0
  1209. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/patientStore.js +0 -0
  1210. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.js +0 -0
  1211. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.worker.min.js +0 -0
  1212. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.worker.min.mjs +0 -0
  1213. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/reportTemplatesApi.js +0 -0
  1214. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/silent-check-sso.html +0 -0
  1215. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/timeHelpers.js +0 -0
  1216. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useDebug.js +0 -0
  1217. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useFindingSelectors.js +0 -0
  1218. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useReportTemplates.css +0 -0
  1219. {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useReportTemplates.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lx-annotate
3
- Version: 0.2.2
3
+ Version: 0.2.4
4
4
  Summary: This webapp provides a frontend interface for pseudonymizing and annotating data and applying AI predictions.
5
5
  Author-email: Max Hild <maxhild10@gmail.com>, "Thomas J. Lux" <lux_t1@ukw.de>
6
6
  Maintainer: Hamza Zahid, Peter Kowalczyk
@@ -31,9 +31,8 @@ Requires-Dist: django-webpack-loader>=0.7.0
31
31
  Requires-Dist: django==6.0.3
32
32
  Requires-Dist: djangorestframework>=3.12.4
33
33
  Requires-Dist: drf-spectacular>=0.28.0
34
- Requires-Dist: endoreg-db==0.9.4.6
34
+ Requires-Dist: endoreg-db==0.9.5.2
35
35
  Requires-Dist: gunicorn>=23.0.0
36
- Requires-Dist: lx-anonymizer==0.9.0.9
37
36
  Requires-Dist: lx-dtypes==0.1.4
38
37
  Requires-Dist: mozilla-django-oidc>=4.0.1
39
38
  Requires-Dist: mypy>=1.18.2
@@ -222,7 +221,7 @@ deployment requirements for LuxNix and host environments:
222
221
  `central_hub`, `site_node`, `standalone`
223
222
  - for `central_hub`, require authenticated API uploads with declared
224
223
  `center_key`; do not rely on default-center fallback for API ingest
225
- - keep `STORAGE_DIR` and `IO_DIR` inside
224
+ - keep `STORAGE_DIR` inside
226
225
  `LX_ANNOTATE_ENCRYPTED_DATA_DIR`
227
226
  - run package migrations during upgrade so upload-job and content-hash lifecycle
228
227
  changes are active
@@ -322,7 +321,7 @@ Current runtime path roles:
322
321
  - `LX_ANNOTATE_DATA_DIR`: compatibility alias for the same root
323
322
  - `DATA_DIR`: legacy compatibility alias for the same root
324
323
  - `STORAGE_DIR`: managed storage subtree, usually `${LX_ANNOTATE_ENCRYPTED_DATA_DIR}/storage`
325
- - `IO_DIR`: import/export/workflow subtree root, currently still inside the protected root
324
+
326
325
 
327
326
  New deployment code should anchor path derivation on
328
327
  `LX_ANNOTATE_ENCRYPTED_DATA_DIR` and treat the other variables as derived paths
@@ -136,7 +136,7 @@ deployment requirements for LuxNix and host environments:
136
136
  `central_hub`, `site_node`, `standalone`
137
137
  - for `central_hub`, require authenticated API uploads with declared
138
138
  `center_key`; do not rely on default-center fallback for API ingest
139
- - keep `STORAGE_DIR` and `IO_DIR` inside
139
+ - keep `STORAGE_DIR` inside
140
140
  `LX_ANNOTATE_ENCRYPTED_DATA_DIR`
141
141
  - run package migrations during upgrade so upload-job and content-hash lifecycle
142
142
  changes are active
@@ -236,7 +236,7 @@ Current runtime path roles:
236
236
  - `LX_ANNOTATE_DATA_DIR`: compatibility alias for the same root
237
237
  - `DATA_DIR`: legacy compatibility alias for the same root
238
238
  - `STORAGE_DIR`: managed storage subtree, usually `${LX_ANNOTATE_ENCRYPTED_DATA_DIR}/storage`
239
- - `IO_DIR`: import/export/workflow subtree root, currently still inside the protected root
239
+
240
240
 
241
241
  New deployment code should anchor path derivation on
242
242
  `LX_ANNOTATE_ENCRYPTED_DATA_DIR` and treat the other variables as derived paths
@@ -16,41 +16,42 @@ from pathlib import Path
16
16
  from typing import Iterator, Set
17
17
 
18
18
  import requests
19
- from watchdog.events import FileCreatedEvent, FileMovedEvent, FileSystemEventHandler
19
+ from watchdog.events import (
20
+ DirCreatedEvent,
21
+ FileCreatedEvent,
22
+ FileMovedEvent,
23
+ FileSystemEventHandler,
24
+ DirMovedEvent,
25
+ )
20
26
  from watchdog.observers import Observer
21
-
27
+ from django.db.models.fields.files import FieldFile
22
28
  from endoreg_db.models import Center, EndoscopyProcessor, VideoFile
23
29
  from endoreg_db.services.environment_readiness import assert_environment_readiness
24
30
  from endoreg_db.services.hub.ingest import (
25
31
  process_preanonymized_watcher_file,
26
32
  process_watcher_file,
33
+ UploadProvenance,
27
34
  )
28
- from endoreg_db.utils.paths import (
29
- data_paths,
30
- WATCHER_VIDEO_DROP_DIR,
31
- WATCHER_REPORT_DROP_DIR,
32
- )
35
+ import endoreg_db.utils.paths as path_utils
33
36
  from endoreg_db.utils.storage import ensure_local_file
34
-
35
- try:
36
- from endoreg_db.utils import data_paths as root_data_paths
37
-
38
- project_root = root_data_paths["project_root"]
39
- except (ImportError, ModuleNotFoundError, KeyError):
40
- project_root = Path(__file__).resolve().parent.parent
41
-
42
- PROJECT_ROOT = Path(project_root)
43
- RUNTIME_DATA_DIR = Path(
44
- os.getenv(
45
- "LX_ANNOTATE_ENCRYPTED_DATA_DIR",
46
- os.getenv(
47
- "LX_ANNOTATE_DATA_DIR",
48
- os.getenv("DATA_DIR", "/var/lib/lx-annotate/data"),
49
- ),
50
- )
37
+ from endoreg_db.exceptions import InsufficientStorageError
38
+ from endoreg_db.models.media.video.create_from_file import (
39
+ check_storage_capacity,
51
40
  )
52
- LOG_DIR = RUNTIME_DATA_DIR / "logs"
41
+
42
+
43
+ LOG_DIR = path_utils.LOG_DIR
53
44
  LOG_DIR.mkdir(parents=True, exist_ok=True)
45
+ MANAGED_VAULT_ROOT = path_utils.STORAGE_DIR.resolve()
46
+
47
+ INTAKE_VIDEO_DIR = path_utils.WATCHER_VIDEO_DROP_DIR
48
+ INTAKE_REPORT_DIR = path_utils.WATCHER_REPORT_DROP_DIR
49
+ INTAKE_PREANONYMIZED_DIR = path_utils.WATCHER_PREANONYMIZED_DROP_DIR
50
+
51
+
52
+ storage_root_global = path_utils.STORAGE_DIR
53
+ storage_root_report_sensitive = path_utils.SENSITIVE_REPORT_DIR
54
+ storage_root_video_sensitive = path_utils.SENSITIVE_VIDEO_DIR
54
55
 
55
56
 
56
57
  def _setup_ffmpeg() -> None:
@@ -93,21 +94,6 @@ logging.getLogger("watchdog.observers.inotify_buffer").setLevel(logging.WARNING)
93
94
  logger = logging.getLogger(__name__)
94
95
 
95
96
 
96
- def _resolve_intake_dir(env_name: str, data_paths_key: str) -> Path:
97
- configured = os.getenv(env_name, "").strip()
98
- if configured:
99
- return Path(configured).expanduser().resolve()
100
- return data_paths[data_paths_key].resolve()
101
-
102
-
103
- INTAKE_VIDEO_DIR = WATCHER_VIDEO_DROP_DIR
104
- INTAKE_REPORT_DIR = WATCHER_REPORT_DROP_DIR
105
- INTAKE_PREANONYMIZED_DIR = _resolve_intake_dir(
106
- "WATCHER_PREANONYMIZED_DIR", "import_preanonymized"
107
- )
108
- MANAGED_VAULT_ROOT = RUNTIME_DATA_DIR.resolve()
109
-
110
-
111
97
  def _is_relative_to(path: Path, root: Path) -> bool:
112
98
  try:
113
99
  path.resolve().relative_to(root.resolve())
@@ -136,7 +122,7 @@ def is_managed_vault_path(path: str | Path) -> bool:
136
122
 
137
123
 
138
124
  def iter_storage_chunks(
139
- field_file, *, chunk_size: int = 1024 * 1024
125
+ field_file: FieldFile, *, chunk_size: int = 1024 * 1024
140
126
  ) -> Iterator[bytes]:
141
127
  """
142
128
  Yield managed-media bytes through Django's storage API.
@@ -153,7 +139,9 @@ def iter_storage_chunks(
153
139
 
154
140
 
155
141
  @contextmanager
156
- def managed_media_temp_path(field_file, *, suffix: str | None = None) -> Iterator[Path]:
142
+ def managed_media_temp_path(
143
+ field_file: FieldFile, *, suffix: str | None = None
144
+ ) -> Iterator[Path]:
157
145
  """
158
146
  Materialize managed media into a short-lived plaintext temp file.
159
147
 
@@ -361,11 +349,11 @@ class AutoProcessingHandler(FileSystemEventHandler):
361
349
 
362
350
  super().dispatch(event)
363
351
 
364
- def on_created(self, event):
352
+ def on_created(self, event: DirCreatedEvent | FileCreatedEvent):
365
353
  if isinstance(event, FileCreatedEvent) and not event.is_directory:
366
354
  self._submit_file(str(event.src_path))
367
355
 
368
- def on_moved(self, event) -> None:
356
+ def on_moved(self, event: DirMovedEvent | FileMovedEvent) -> None:
369
357
  if isinstance(event, FileMovedEvent) and not event.is_directory:
370
358
  self._submit_file(str(event.dest_path))
371
359
 
@@ -419,8 +407,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
419
407
  logger.debug("Parent: %s", parent_dir)
420
408
 
421
409
  if (
422
- parent_dir == data_paths["import_video"].resolve()
423
- and parent_dir == INTAKE_VIDEO_DIR
410
+ parent_dir == INTAKE_VIDEO_DIR
424
411
  and file_extension in self.video_extensions
425
412
  ):
426
413
  logger.info("New video detected: %s", path)
@@ -481,15 +468,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
481
468
  )
482
469
 
483
470
  try:
484
- from endoreg_db.exceptions import InsufficientStorageError
485
- from endoreg_db.models.media.video.create_from_file import (
486
- check_storage_capacity,
487
- )
488
-
489
- storage_root = os.getenv(
490
- "DJANGO_DATA_DIR", str(RUNTIME_DATA_DIR / "videos")
491
- )
492
- check_storage_capacity(video_path, Path(storage_root))
471
+ check_storage_capacity(video_path, Path(storage_root_global))
493
472
  except InsufficientStorageError as storage_error:
494
473
  logger.error(
495
474
  "Insufficient storage space for %s: %s",
@@ -514,7 +493,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
514
493
  )
515
494
  video_hash = str(getattr(upload_job, "content_hash", "") or "").strip()
516
495
  if not video_hash:
517
- provenance = (
496
+ provenance: UploadProvenance = (
518
497
  getattr(upload_job, "processing_provenance", None) or {}
519
498
  )
520
499
  video_hash = str(provenance.get("content_hash", "")).strip()
@@ -623,14 +602,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
623
602
  )
624
603
 
625
604
  try:
626
- from endoreg_db.exceptions import InsufficientStorageError
627
-
628
- storage_root = os.getenv(
629
- "report_STORAGE_ROOT", str(RUNTIME_DATA_DIR / "reports")
630
- )
631
- storage_root_path = Path(storage_root)
632
- if not storage_root_path.is_absolute():
633
- storage_root_path = PROJECT_ROOT / storage_root_path
605
+ storage_root_path = storage_root_report_sensitive
634
606
  storage_root_path.mkdir(parents=True, exist_ok=True)
635
607
  if not storage_root_path.exists():
636
608
  raise InsufficientStorageError(
@@ -644,7 +616,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
644
616
  center=source_center,
645
617
  source_system="watcher",
646
618
  )
647
- if upload_job.is_successful:
619
+ if upload_job.is_complete:
648
620
  logger.info(
649
621
  "Report imported through shared hub ingest: %s",
650
622
  upload_job.id,
@@ -845,7 +817,7 @@ class FileWatcherService:
845
817
  self.observer.start()
846
818
 
847
819
  try:
848
- storage_root = RUNTIME_DATA_DIR / "storage" / "videos"
820
+ storage_root = storage_root_global
849
821
  if storage_root.exists():
850
822
  total, used, free = shutil.disk_usage(storage_root)
851
823
  free_gb = free / (1024**3)
@@ -867,6 +839,5 @@ class FileWatcherService:
867
839
 
868
840
  def run_file_watcher() -> None:
869
841
  logger.info("Starting File Watcher Service")
870
- logger.info("Project root: %s", PROJECT_ROOT)
871
842
  logger.info("Django settings: %s", os.environ.get("DJANGO_SETTINGS_MODULE"))
872
843
  FileWatcherService().start()
@@ -0,0 +1,213 @@
1
+ # Generated by Django 6.0.3 on 2026-04-21 13:24
2
+
3
+ from django.conf import settings
4
+ from django.db import migrations, models
5
+
6
+
7
+ class Migration(migrations.Migration):
8
+
9
+ dependencies = [
10
+ ("endoreg_db", "0015_uploadjob_content_hash_and_more"),
11
+ migrations.swappable_dependency(settings.AUTH_USER_MODEL),
12
+ ]
13
+
14
+ operations = [
15
+ migrations.RenameField(
16
+ model_name="videofile",
17
+ old_name="streamable_relative_path",
18
+ new_name="raw_streamable_relative_path",
19
+ ),
20
+ migrations.AddField(
21
+ model_name="aidataset",
22
+ name="video_annotations",
23
+ field=models.ManyToManyField(
24
+ blank=True,
25
+ help_text="Video-segment annotations collected from the video examination annotation workflow.",
26
+ related_name="video_ai_datasets",
27
+ to="endoreg_db.labelvideosegment",
28
+ ),
29
+ ),
30
+ migrations.AddField(
31
+ model_name="applicationsettings",
32
+ name="ai_dataset_name",
33
+ field=models.CharField(blank=True, default="", max_length=255),
34
+ ),
35
+ migrations.AddField(
36
+ model_name="applicationsettings",
37
+ name="ai_dataset_type",
38
+ field=models.CharField(
39
+ blank=True,
40
+ choices=[("", "Unset"), ("image", "Image"), ("video", "Video")],
41
+ default="",
42
+ max_length=32,
43
+ ),
44
+ ),
45
+ migrations.AlterField(
46
+ model_name="aidataset",
47
+ name="ai_model_type",
48
+ field=models.CharField(
49
+ default="image_multilabel_classification",
50
+ help_text='AI model family this dataset is for, e.g. "image_multilabel_classification".',
51
+ max_length=255,
52
+ ),
53
+ ),
54
+ migrations.AlterField(
55
+ model_name="aidataset",
56
+ name="dataset_type",
57
+ field=models.CharField(
58
+ choices=[("image", "Image"), ("video", "Video")],
59
+ default="image",
60
+ help_text="Primary annotation modality used for training. Export helpers may still include both frame and video annotations attached to the dataset.",
61
+ max_length=32,
62
+ ),
63
+ ),
64
+ migrations.AlterField(
65
+ model_name="aidataset",
66
+ name="image_annotations",
67
+ field=models.ManyToManyField(
68
+ blank=True,
69
+ help_text="Frame-level annotations collected from the frame annotation workflow.",
70
+ related_name="image_ai_datasets",
71
+ to="endoreg_db.imageclassificationannotation",
72
+ ),
73
+ ),
74
+ migrations.AlterField(
75
+ model_name="endoscopyprocessor",
76
+ name="endoscope_image_height",
77
+ field=models.IntegerField(default=0),
78
+ ),
79
+ migrations.AlterField(
80
+ model_name="endoscopyprocessor",
81
+ name="endoscope_image_width",
82
+ field=models.IntegerField(default=0),
83
+ ),
84
+ migrations.AlterField(
85
+ model_name="endoscopyprocessor",
86
+ name="endoscope_image_x",
87
+ field=models.IntegerField(default=0),
88
+ ),
89
+ migrations.AlterField(
90
+ model_name="endoscopyprocessor",
91
+ name="endoscope_image_y",
92
+ field=models.IntegerField(default=0),
93
+ ),
94
+ migrations.AlterField(
95
+ model_name="endoscopyprocessor",
96
+ name="examination_date_height",
97
+ field=models.IntegerField(default=0),
98
+ ),
99
+ migrations.AlterField(
100
+ model_name="endoscopyprocessor",
101
+ name="examination_date_width",
102
+ field=models.IntegerField(default=0),
103
+ ),
104
+ migrations.AlterField(
105
+ model_name="endoscopyprocessor",
106
+ name="examination_date_x",
107
+ field=models.IntegerField(default=0),
108
+ ),
109
+ migrations.AlterField(
110
+ model_name="endoscopyprocessor",
111
+ name="examination_date_y",
112
+ field=models.IntegerField(default=0),
113
+ ),
114
+ migrations.AlterField(
115
+ model_name="endoscopyprocessor",
116
+ name="image_height",
117
+ field=models.IntegerField(default=1),
118
+ ),
119
+ migrations.AlterField(
120
+ model_name="endoscopyprocessor",
121
+ name="image_width",
122
+ field=models.IntegerField(default=1),
123
+ ),
124
+ migrations.AlterField(
125
+ model_name="endoscopyprocessor",
126
+ name="patient_dob_height",
127
+ field=models.IntegerField(default=0),
128
+ ),
129
+ migrations.AlterField(
130
+ model_name="endoscopyprocessor",
131
+ name="patient_dob_width",
132
+ field=models.IntegerField(default=0),
133
+ ),
134
+ migrations.AlterField(
135
+ model_name="endoscopyprocessor",
136
+ name="patient_dob_x",
137
+ field=models.IntegerField(default=0),
138
+ ),
139
+ migrations.AlterField(
140
+ model_name="endoscopyprocessor",
141
+ name="patient_dob_y",
142
+ field=models.IntegerField(default=0),
143
+ ),
144
+ migrations.AlterField(
145
+ model_name="endoscopyprocessor",
146
+ name="patient_first_name_height",
147
+ field=models.IntegerField(default=0),
148
+ ),
149
+ migrations.AlterField(
150
+ model_name="endoscopyprocessor",
151
+ name="patient_first_name_width",
152
+ field=models.IntegerField(default=0),
153
+ ),
154
+ migrations.AlterField(
155
+ model_name="endoscopyprocessor",
156
+ name="patient_first_name_x",
157
+ field=models.IntegerField(default=0),
158
+ ),
159
+ migrations.AlterField(
160
+ model_name="endoscopyprocessor",
161
+ name="patient_first_name_y",
162
+ field=models.IntegerField(default=0),
163
+ ),
164
+ migrations.AlterField(
165
+ model_name="endoscopyprocessor",
166
+ name="patient_last_name_height",
167
+ field=models.IntegerField(default=0),
168
+ ),
169
+ migrations.AlterField(
170
+ model_name="endoscopyprocessor",
171
+ name="patient_last_name_width",
172
+ field=models.IntegerField(default=0),
173
+ ),
174
+ migrations.AlterField(
175
+ model_name="endoscopyprocessor",
176
+ name="patient_last_name_x",
177
+ field=models.IntegerField(default=0),
178
+ ),
179
+ migrations.AlterField(
180
+ model_name="endoscopyprocessor",
181
+ name="patient_last_name_y",
182
+ field=models.IntegerField(default=0),
183
+ ),
184
+ migrations.AddConstraint(
185
+ model_name="uploadjob",
186
+ constraint=models.UniqueConstraint(
187
+ condition=models.Q(
188
+ models.Q(("content_hash", ""), _negated=True),
189
+ models.Q(("status__in", ["error", "lost"]), _negated=True),
190
+ ),
191
+ fields=("source_center", "content_type", "content_hash"),
192
+ name="uniq_uploadjob_content_hash_active",
193
+ ),
194
+ ),
195
+ migrations.AddConstraint(
196
+ model_name="uploadjob",
197
+ constraint=models.UniqueConstraint(
198
+ condition=models.Q(
199
+ models.Q(("idempotency_key", ""), _negated=True),
200
+ models.Q(("status__in", ["error", "lost"]), _negated=True),
201
+ ),
202
+ fields=(
203
+ "source_center",
204
+ "source_system",
205
+ "ingest_mode",
206
+ "storage_class",
207
+ "storage_tier",
208
+ "idempotency_key",
209
+ ),
210
+ name="uniq_uploadjob_idempotency_scope_active",
211
+ ),
212
+ ),
213
+ ]
@@ -38,7 +38,6 @@ XDG_DATA_HOME = Path(os.getenv("XDG_DATA_HOME", Path.home() / ".local" / "share"
38
38
  APP_DATA_DIR = _resolve_runtime_data_dir()
39
39
  APP_DATA_DIR.mkdir(parents=True, exist_ok=True)
40
40
  APP_STORAGE_DIR = APP_DATA_DIR / "storage"
41
- APP_IO_DIR = APP_DATA_DIR
42
41
  APP_STORAGE_DIR.mkdir(parents=True, exist_ok=True)
43
42
 
44
43
  PROTECTED_MEDIA_URL = (
@@ -104,7 +103,6 @@ os.environ.setdefault("LX_ANNOTATE_DATA_DIR", str(APP_DATA_DIR))
104
103
  os.environ.setdefault("DATA_DIR", str(APP_DATA_DIR))
105
104
  os.environ.setdefault("LX_ANNOTATE_ENCRYPTED_DATA_DIR", str(APP_DATA_DIR))
106
105
  os.environ.setdefault("STORAGE_DIR", str(APP_STORAGE_DIR))
107
- os.environ.setdefault("IO_DIR", str(APP_IO_DIR))
108
106
  os.environ.setdefault("NGINX_PROTECTED_MEDIA_URL", PROTECTED_MEDIA_URL)
109
107
  os.environ["PROTECTED_MEDIA_ROOT"] = str(PROTECTED_MEDIA_ROOT)
110
108
  os.environ.setdefault("LX_ANNOTATE_STREAMABLE_VIDEO_ROOT", str(STREAMABLE_VIDEO_ROOT))
@@ -61,12 +61,10 @@ default_data_dir = os.environ.get(
61
61
  if not default_data_dir:
62
62
  default_data_dir = str(Path(BASE_DIR) / "data")
63
63
  default_storage_dir = os.environ.get("STORAGE_DIR", str(Path(default_data_dir) / "storage"))
64
- default_io_dir = os.environ.get("IO_DIR", default_data_dir)
65
64
  os.environ.setdefault("LX_ANNOTATE_ENCRYPTED_DATA_DIR", default_data_dir)
66
65
  os.environ.setdefault("LX_ANNOTATE_DATA_DIR", default_data_dir)
67
66
  os.environ.setdefault("DATA_DIR", default_data_dir)
68
67
  os.environ.setdefault("STORAGE_DIR", default_storage_dir)
69
- os.environ.setdefault("IO_DIR", default_io_dir)
70
68
 
71
69
 
72
70
  def main():
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  name = "lx-annotate"
7
7
 
8
- version = "0.2.2"
8
+ version = "0.2.4"
9
9
  description = "This webapp provides a frontend interface for pseudonymizing and annotating data and applying AI predictions."
10
10
  authors = [
11
11
  { name = "Max Hild", email = "maxhild10@gmail.com"},
@@ -61,7 +61,7 @@ dependencies = [
61
61
  "types-requests>=2.32.4.20250913",
62
62
  "black>=25.12.0",
63
63
  "mypy>=1.18.2",
64
- "endoreg-db==0.9.4.6",
64
+ "endoreg-db==0.9.5.2",
65
65
  "pydantic-settings>=2.12.0",
66
66
  "pydantic>=2.12.5",
67
67
  "sops>=1.18",
@@ -71,7 +71,6 @@ dependencies = [
71
71
  "django-linear-migrations>=2.19.0",
72
72
  "build>=1.4.2",
73
73
  "lx-dtypes==0.1.4",
74
- "lx-anonymizer==0.9.0.9",
75
74
  ]
76
75
 
77
76
  [tool.pytest.ini_options]
@@ -130,7 +130,8 @@
130
130
  "file": "videoStore.js",
131
131
  "name": "videoStore",
132
132
  "imports": [
133
- "src/main.ts"
133
+ "src/main.ts",
134
+ "_mediaUrls.js"
134
135
  ]
135
136
  },
136
137
  "node_modules/pdf-lib/es/index.js": {
@@ -189,7 +190,8 @@
189
190
  "isDynamicEntry": true,
190
191
  "imports": [
191
192
  "src/main.ts",
192
- "_mediaTypeStore.js"
193
+ "_mediaTypeStore.js",
194
+ "_mediaUrls.js"
193
195
  ],
194
196
  "dynamicImports": [
195
197
  "node_modules/pdfjs-dist/legacy/build/pdf.mjs",
@@ -290,7 +292,8 @@
290
292
  "imports": [
291
293
  "src/main.ts",
292
294
  "_videoStore.js",
293
- "_mediaTypeStore.js"
295
+ "_mediaTypeStore.js",
296
+ "_mediaUrls.js"
294
297
  ],
295
298
  "css": [
296
299
  "AnonymizationOverview.css"
@@ -339,7 +342,8 @@
339
342
  "imports": [
340
343
  "src/main.ts",
341
344
  "_videoStore.js",
342
- "_timeHelpers.js"
345
+ "_timeHelpers.js",
346
+ "_mediaUrls.js"
343
347
  ],
344
348
  "css": [
345
349
  "Export.css"
@@ -466,7 +470,8 @@
466
470
  "src": "src/views/reporting/FinalizedResultPage.vue",
467
471
  "isDynamicEntry": true,
468
472
  "imports": [
469
- "src/main.ts"
473
+ "src/main.ts",
474
+ "_mediaUrls.js"
470
475
  ]
471
476
  },
472
477
  "src/views/reporting/FindingsCapturePage.vue": {
@@ -0,0 +1 @@
1
+ .video-container[data-v-89598210]{background-color:#000;border-radius:.25rem;overflow:hidden}.pdf-editor-stage[data-v-89598210]{position:relative;display:inline-block;max-width:100%;border:1px solid #dee2e6;border-radius:.25rem;overflow:auto;background:#f5f5f5}.pdf-page-canvas[data-v-89598210]{display:block;max-width:100%;height:auto}.pdf-overlay-canvas[data-v-89598210]{position:absolute;left:0;top:0;cursor:crosshair}.pdf-zoom-range[data-v-89598210]{width:220px;margin:0 .5rem}.pdf-preview-frame[data-v-89598210]{width:100%;min-height:720px;border:1px solid #dee2e6;border-radius:.25rem}.form-check-label[data-v-89598210]{cursor:pointer}.progress[data-v-89598210]{background-color:#e9ecef}.table th[data-v-89598210]{border-top:none;font-weight:600;color:#6c757d;font-size:.875rem}.table td[data-v-89598210]{vertical-align:middle}.badge[data-v-89598210]{font-size:.75rem}.card-header[data-v-89598210]{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.btn-group .btn[data-v-89598210]{border-radius:.375rem}@media(max-width:768px){.video-container video[data-v-89598210]{height:300px}.pdf-preview-frame[data-v-89598210]{min-height:420px}.card-body[data-v-89598210]{padding:1rem .75rem}}