lx-annotate 0.3.0__tar.gz → 0.3.2__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 (1211) hide show
  1. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/PKG-INFO +2 -2
  2. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/pyproject.toml +2 -2
  3. lx_annotate-0.3.2/staticfiles/VideoExamination.css +1 -0
  4. lx_annotate-0.3.2/staticfiles/VideoExamination.js +1 -0
  5. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/main.css +1 -1
  6. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/main.js +1 -1
  7. lx_annotate-0.3.0/staticfiles/VideoExamination.css +0 -1
  8. lx_annotate-0.3.0/staticfiles/VideoExamination.js +0 -1
  9. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/.gitignore +0 -0
  10. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/LICENSE +0 -0
  11. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/README.md +0 -0
  12. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/__init__.py +0 -0
  13. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/admin.py +0 -0
  14. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/apps.py +0 -0
  15. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/asgi.py +0 -0
  16. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/celery.py +0 -0
  17. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/file_watcher.py +0 -0
  18. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/__init__.py +0 -0
  19. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_audit.py +0 -0
  20. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_cleanup.py +0 -0
  21. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_jobs.py +0 -0
  22. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_payloads.py +0 -0
  23. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_reconciliation.py +0 -0
  24. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_state.py +0 -0
  25. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/hub/hub_export_worker.py +0 -0
  26. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/__init__.py +0 -0
  27. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/__init__.py +0 -0
  28. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/export_route_manifest.py +0 -0
  29. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/repair_managed_payloads.py +0 -0
  30. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/run_filewatcher.py +0 -0
  31. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/start_filewatcher.py +0 -0
  32. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/management/commands/verify_encrypted_storage.py +0 -0
  33. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/middleware/__init__.py +0 -0
  34. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/middleware/lookup_tracker.py +0 -0
  35. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/__init__.py +0 -0
  36. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0001_initial.py +0 -0
  37. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0001_squashed_0001_initial.py +0 -0
  38. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0002_export_flags.py +0 -0
  39. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0003_patientexaminationreport_report_and_more.py +0 -0
  40. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0004_videofile_uuid.py +0 -0
  41. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0005_rawpdffile_uuid.py +0 -0
  42. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0006_applicationsettings.py +0 -0
  43. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0007_pdfprocessinghistory.py +0 -0
  44. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0008_imageclassificationannotation_upsert_fields.py +0 -0
  45. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0009_patientexamination_draft_updated_at_and_more.py +0 -0
  46. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0010_remove_requirementset_reqset_exam_links_and_more.py +0 -0
  47. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0011_hub_ingest_metadata.py +0 -0
  48. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0012_networknode_transferjob.py +0 -0
  49. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0013_remove_legacy_requirement_models.py +0 -0
  50. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0014_sensitivemeta_tags_sensitivemeta_validation_comment_and_more.py +0 -0
  51. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0015_uploadjob_content_hash_and_more.py +0 -0
  52. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/0016_rename_streamable_relative_path_videofile_raw_streamable_relative_path_and_more.py +0 -0
  53. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migration_overrides/endoreg_db/__init__.py +0 -0
  54. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migrations/0001_outboundhubtransferjob.py +0 -0
  55. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migrations/0002_outboundhubtransferjob_local_cleanup_fields.py +0 -0
  56. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migrations/__init__.py +0 -0
  57. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/migrations/max_migration.txt +0 -0
  58. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/models.py +0 -0
  59. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/serializers.py +0 -0
  60. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/__init__.py +0 -0
  61. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/config.py +0 -0
  62. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/secret_key.py +0 -0
  63. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/settings_base.py +0 -0
  64. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/settings_dev.py +0 -0
  65. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/settings_prod.py +0 -0
  66. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/settings/settings_test.py +0 -0
  67. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/signals.py +0 -0
  68. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnnotationDashboard-D35JYvrC.js +0 -0
  69. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnnotationDashboard-DMZZ8ZMX.css +0 -0
  70. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnnotationDashboard-OeFWLB-b.js +0 -0
  71. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Anonymization-Bd9LTm0-.js +0 -0
  72. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
  73. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
  74. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js +0 -0
  75. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationOverview-DUuDRweL.css +0 -0
  76. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationValidationComponent-BARZClvg.css +0 -0
  77. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
  78. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Dashboard-DsKQzZNG.js +0 -0
  79. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Examination-CeCEv25w.js +0 -0
  80. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PageOverview-B8gUoFeQ.js +0 -0
  81. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PatientAdder-BlwvntXl.js +0 -0
  82. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PatientAdder-CFDJpfd1.js +0 -0
  83. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PatientAdder-DOhN0oE-.css +0 -0
  84. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PatientOverview-C7XuyKPN.js +0 -0
  85. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/PatientOverview-oorWuJjf.css +0 -0
  86. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Profil-lke9QkYz.js +0 -0
  87. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/ReportGenerator-DJn6kaoO.js +0 -0
  88. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/RequirementGenerator-BC9a09T1.css +0 -0
  89. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/RequirementGenerator-CeDfg9J_.js +0 -0
  90. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Timeline-CMheelus.js +0 -0
  91. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Timeline-DA5RpACe.css +0 -0
  92. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/UeberUns-DnTs7q1V.js +0 -0
  93. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Validierung-Bobt4Qg1.js +0 -0
  94. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/Validierung-u-u0EBv0.css +0 -0
  95. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/VideoExamination-B8b7SxA_.js +0 -0
  96. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/VideoExamination-DdMsVSAF.css +0 -0
  97. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/autocomplete.css +0 -0
  98. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/base.css +0 -0
  99. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/changelists.css +0 -0
  100. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/dark_mode.css +0 -0
  101. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/dashboard.css +0 -0
  102. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/forms.css +0 -0
  103. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/login.css +0 -0
  104. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/nav_sidebar.css +0 -0
  105. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/responsive.css +0 -0
  106. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/responsive_rtl.css +0 -0
  107. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/rtl.css +0 -0
  108. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/unusable_password_field.css +0 -0
  109. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/vendor/select2/LICENSE-SELECT2.md +0 -0
  110. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/vendor/select2/select2.css +0 -0
  111. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/vendor/select2/select2.min.css +0 -0
  112. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/css/widgets.css +0 -0
  113. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/LICENSE +0 -0
  114. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/README.txt +0 -0
  115. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/calendar-icons.svg +0 -0
  116. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/gis/move_vertex_off.svg +0 -0
  117. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/gis/move_vertex_on.svg +0 -0
  118. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-addlink.svg +0 -0
  119. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-alert.svg +0 -0
  120. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-calendar.svg +0 -0
  121. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-changelink.svg +0 -0
  122. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-clock.svg +0 -0
  123. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-deletelink.svg +0 -0
  124. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-hidelink.svg +0 -0
  125. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-no.svg +0 -0
  126. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-unknown-alt.svg +0 -0
  127. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-unknown.svg +0 -0
  128. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-viewlink.svg +0 -0
  129. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/icon-yes.svg +0 -0
  130. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/inline-delete.svg +0 -0
  131. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/search.svg +0 -0
  132. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/selector-icons.svg +0 -0
  133. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/sorting-icons.svg +0 -0
  134. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/tooltag-add.svg +0 -0
  135. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/img/tooltag-arrowright.svg +0 -0
  136. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/SelectBox.js +0 -0
  137. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/SelectFilter2.js +0 -0
  138. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/actions.js +0 -0
  139. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js +0 -0
  140. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js +0 -0
  141. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/autocomplete.js +0 -0
  142. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/calendar.js +0 -0
  143. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/cancel.js +0 -0
  144. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/change_form.js +0 -0
  145. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/core.js +0 -0
  146. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/filters.js +0 -0
  147. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/inlines.js +0 -0
  148. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/jquery.init.js +0 -0
  149. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/nav_sidebar.js +0 -0
  150. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/popup_response.js +0 -0
  151. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/prepopulate.js +0 -0
  152. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/prepopulate_init.js +0 -0
  153. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/theme.js +0 -0
  154. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/unusable_password_field.js +0 -0
  155. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/urlify.js +0 -0
  156. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt +0 -0
  157. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/jquery/jquery.js +0 -0
  158. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js +0 -0
  159. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/LICENSE.md +0 -0
  160. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/af.js +0 -0
  161. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js +0 -0
  162. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/az.js +0 -0
  163. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/bg.js +0 -0
  164. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/bn.js +0 -0
  165. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/bs.js +0 -0
  166. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ca.js +0 -0
  167. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/cs.js +0 -0
  168. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/da.js +0 -0
  169. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/de.js +0 -0
  170. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/dsb.js +0 -0
  171. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/el.js +0 -0
  172. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/en.js +0 -0
  173. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/es.js +0 -0
  174. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/et.js +0 -0
  175. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/eu.js +0 -0
  176. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/fa.js +0 -0
  177. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/fi.js +0 -0
  178. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/fr.js +0 -0
  179. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/gl.js +0 -0
  180. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/he.js +0 -0
  181. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/hi.js +0 -0
  182. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/hr.js +0 -0
  183. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/hsb.js +0 -0
  184. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/hu.js +0 -0
  185. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/hy.js +0 -0
  186. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/id.js +0 -0
  187. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/is.js +0 -0
  188. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/it.js +0 -0
  189. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ja.js +0 -0
  190. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ka.js +0 -0
  191. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/km.js +0 -0
  192. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ko.js +0 -0
  193. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/lt.js +0 -0
  194. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/lv.js +0 -0
  195. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/mk.js +0 -0
  196. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ms.js +0 -0
  197. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/nb.js +0 -0
  198. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ne.js +0 -0
  199. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/nl.js +0 -0
  200. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/pl.js +0 -0
  201. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ps.js +0 -0
  202. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/pt-BR.js +0 -0
  203. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/pt.js +0 -0
  204. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ro.js +0 -0
  205. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/ru.js +0 -0
  206. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sk.js +0 -0
  207. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sl.js +0 -0
  208. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sq.js +0 -0
  209. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sr-Cyrl.js +0 -0
  210. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sr.js +0 -0
  211. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/sv.js +0 -0
  212. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/th.js +0 -0
  213. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/tk.js +0 -0
  214. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/tr.js +0 -0
  215. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/uk.js +0 -0
  216. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/vi.js +0 -0
  217. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-CN.js +0 -0
  218. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-TW.js +0 -0
  219. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/select2.full.js +0 -0
  220. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/select2/select2.full.min.js +0 -0
  221. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/xregexp/LICENSE.txt +0 -0
  222. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.js +0 -0
  223. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.min.js +0 -0
  224. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/annotationStore-DEHKjdKh.js +0 -0
  225. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnnotationDashboard-D35JYvrC.js +0 -0
  226. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnnotationDashboard-DMZZ8ZMX.css +0 -0
  227. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnnotationDashboard-OeFWLB-b.js +0 -0
  228. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Anonymization-Bd9LTm0-.js +0 -0
  229. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
  230. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
  231. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationOverview-CGBsqOFg.js +0 -0
  232. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationOverview-DUuDRweL.css +0 -0
  233. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationValidationComponent-BARZClvg.css +0 -0
  234. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
  235. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Dashboard-DsKQzZNG.js +0 -0
  236. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Examination-CeCEv25w.js +0 -0
  237. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PageOverview-B8gUoFeQ.js +0 -0
  238. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PatientAdder-BlwvntXl.js +0 -0
  239. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PatientAdder-CFDJpfd1.js +0 -0
  240. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PatientAdder-DOhN0oE-.css +0 -0
  241. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PatientOverview-C7XuyKPN.js +0 -0
  242. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/PatientOverview-oorWuJjf.css +0 -0
  243. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Profil-lke9QkYz.js +0 -0
  244. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/ReportGenerator-DJn6kaoO.js +0 -0
  245. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/RequirementGenerator-BC9a09T1.css +0 -0
  246. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/RequirementGenerator-CeDfg9J_.js +0 -0
  247. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Timeline-CMheelus.js +0 -0
  248. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Timeline-DA5RpACe.css +0 -0
  249. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/UeberUns-DnTs7q1V.js +0 -0
  250. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Validierung-Bobt4Qg1.js +0 -0
  251. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/Validierung-u-u0EBv0.css +0 -0
  252. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/VideoExamination-B8b7SxA_.js +0 -0
  253. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/VideoExamination-DdMsVSAF.css +0 -0
  254. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/annotationStore-DEHKjdKh.js +0 -0
  255. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/authStore-w8taChNC.js +0 -0
  256. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/base.css +0 -0
  257. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/css/material-dashboard.css +0 -0
  258. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/css/material-dashboard.css.map +0 -0
  259. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/css/material-dashboard.min.css +0 -0
  260. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/css/nucleo-icons.css +0 -0
  261. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/css/nucleo-svg.css +0 -0
  262. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo-icons.eot +0 -0
  263. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo-icons.svg +0 -0
  264. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo-icons.ttf +0 -0
  265. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo-icons.woff +0 -0
  266. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo-icons.woff2 +0 -0
  267. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo.eot +0 -0
  268. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo.ttf +0 -0
  269. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo.woff +0 -0
  270. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/fonts/nucleo.woff2 +0 -0
  271. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/core/bootstrap.bundle.min.js +0 -0
  272. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/core/bootstrap.min.js +0 -0
  273. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/core/popper.min.js +0 -0
  274. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/material-dashboard.js +0 -0
  275. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/material-dashboard.js.map +0 -0
  276. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/material-dashboard.min.js +0 -0
  277. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/Chart.extension.js +0 -0
  278. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/bootstrap-notify.js +0 -0
  279. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/chartjs.min.js +0 -0
  280. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/countup.min.js +0 -0
  281. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/get_annotations.js +0 -0
  282. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/perfect-scrollbar.min.js +0 -0
  283. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/random-name-generator.js +0 -0
  284. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/smooth-scrollbar.min.js +0 -0
  285. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/submission-handler.js +0 -0
  286. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/js/plugins/world.js +0 -0
  287. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/logo.svg +0 -0
  288. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/main-DGGk9Vng.css +0 -0
  289. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/main-DethiONo.js +0 -0
  290. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/main.css +0 -0
  291. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/mediaTypeStore-D6KIykKn.js +0 -0
  292. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/nucleo-icons-BgnVbBvX.eot +0 -0
  293. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/nucleo-icons-BuEzPWOc.woff +0 -0
  294. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/nucleo-icons-C6OFysxg.svg +0 -0
  295. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/nucleo-icons-CTnIBWcu.woff2 +0 -0
  296. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/nucleo-icons-kNTzvw2K.ttf +0 -0
  297. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/patientStore-BazAFCNw.js +0 -0
  298. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_alert.scss +0 -0
  299. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_avatars.scss +0 -0
  300. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_badge.scss +0 -0
  301. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
  302. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_buttons.scss +0 -0
  303. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_cards.scss +0 -0
  304. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_dark-version.scss +0 -0
  305. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_dropdown.scss +0 -0
  306. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_dropup.scss +0 -0
  307. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
  308. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_footer.scss +0 -0
  309. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_forms.scss +0 -0
  310. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_gradients.scss +0 -0
  311. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_header.scss +0 -0
  312. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_icons.scss +0 -0
  313. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_info-areas.scss +0 -0
  314. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_misc.scss +0 -0
  315. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_nav.scss +0 -0
  316. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
  317. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_navbar.scss +0 -0
  318. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_pagination.scss +0 -0
  319. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_popovers.scss +0 -0
  320. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_progress.scss +0 -0
  321. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_ripple.scss +0 -0
  322. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_rtl.scss +0 -0
  323. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_social-buttons.scss +0 -0
  324. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_tables.scss +0 -0
  325. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_tilt.scss +0 -0
  326. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_timeline.scss +0 -0
  327. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_tooltips.scss +0 -0
  328. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_typography.scss +0 -0
  329. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
  330. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_utilities.scss +0 -0
  331. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/_variables.scss +0 -0
  332. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  333. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  334. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  335. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  336. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  337. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  338. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
  339. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  340. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
  341. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  342. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  343. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  344. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  345. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  346. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  347. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
  348. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  349. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  350. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  351. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  352. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  353. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  354. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  355. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  356. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  357. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  358. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  359. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  360. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
  361. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  362. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  363. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  364. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  365. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  366. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
  367. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  368. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  369. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  370. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  371. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  372. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  373. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  374. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  375. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  376. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  377. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  378. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  379. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  380. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  381. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  382. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  383. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  384. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  385. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  386. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  387. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  388. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  389. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  390. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  391. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  392. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  393. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  394. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  395. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  396. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  397. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  398. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  399. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  400. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  401. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  402. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  403. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  404. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  405. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  406. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  407. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  408. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  409. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  410. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  411. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  412. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  413. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  414. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  415. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  416. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  417. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  418. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  419. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  420. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/cards/card-background.scss +0 -0
  421. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
  422. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  423. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  424. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
  425. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
  426. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
  427. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_forms.scss +0 -0
  428. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
  429. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
  430. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/forms/_labels.scss +0 -0
  431. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
  432. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
  433. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  434. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
  435. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  436. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
  437. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
  438. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  439. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  440. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  441. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  442. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  443. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/theme.scss +0 -0
  444. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_animations.scss +0 -0
  445. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
  446. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_badge.scss +0 -0
  447. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  448. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  449. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards.scss +0 -0
  450. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_choices.scss +0 -0
  451. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
  452. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  453. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  454. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
  455. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  456. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_header.scss +0 -0
  457. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
  458. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  459. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc.scss +0 -0
  460. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  461. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
  462. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
  463. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
  464. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
  465. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  466. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_table.scss +0 -0
  467. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
  468. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  469. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
  470. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  471. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/scss/material-dashboard.scss +0 -0
  472. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/usePollingProtection-5vxQa-Ko.js +0 -0
  473. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/assets/videoStore-ClqdABXQ.js +0 -0
  474. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/authStore-w8taChNC.js +0 -0
  475. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/base.css +0 -0
  476. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/css/material-dashboard.css +0 -0
  477. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/css/material-dashboard.css.map +0 -0
  478. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/css/material-dashboard.min.css +0 -0
  479. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/css/nucleo-icons.css +0 -0
  480. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/css/nucleo-svg.css +0 -0
  481. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/django_extensions/css/jquery.autocomplete.css +0 -0
  482. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/django_extensions/img/indicator.gif +0 -0
  483. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/django_extensions/js/jquery.ajaxQueue.js +0 -0
  484. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/django_extensions/js/jquery.autocomplete.js +0 -0
  485. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/django_extensions/js/jquery.bgiframe.js +0 -0
  486. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo-icons.eot +0 -0
  487. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo-icons.svg +0 -0
  488. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo-icons.ttf +0 -0
  489. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo-icons.woff +0 -0
  490. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo-icons.woff2 +0 -0
  491. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo.eot +0 -0
  492. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo.ttf +0 -0
  493. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo.woff +0 -0
  494. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/fonts/nucleo.woff2 +0 -0
  495. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/ColoReg.png +0 -0
  496. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  497. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/ag_lux_logo_light_grey.svg +0 -0
  498. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/apple-icon.png +0 -0
  499. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/bg-pricing.jpg +0 -0
  500. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/bg-smart-home-1.jpg +0 -0
  501. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/bg-smart-home-2.jpg +0 -0
  502. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/bruce-mars.jpg +0 -0
  503. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/down-arrow-dark.svg +0 -0
  504. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/down-arrow-white.svg +0 -0
  505. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/down-arrow.svg +0 -0
  506. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/drake.jpg +0 -0
  507. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/favicon.png +0 -0
  508. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/frames_demo/frame1.jpg +0 -0
  509. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/frames_demo/frame2.jpg +0 -0
  510. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/frames_demo/frame3.jpg +0 -0
  511. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/frames_demo/frame4.jpg +0 -0
  512. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/home-decor-1.jpg +0 -0
  513. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/home-decor-2.jpg +0 -0
  514. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/home-decor-3.jpg +0 -0
  515. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/icons/flags/AU.png +0 -0
  516. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/icons/flags/BR.png +0 -0
  517. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/icons/flags/DE.png +0 -0
  518. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/icons/flags/GB.png +0 -0
  519. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/icons/flags/US.png +0 -0
  520. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/chat.png +0 -0
  521. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/danger-chat-ill.png +0 -0
  522. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/dark-lock-ill.png +0 -0
  523. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/error-404.png +0 -0
  524. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/error-500.png +0 -0
  525. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/illustration-lock.jpg +0 -0
  526. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/illustration-reset.jpg +0 -0
  527. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/illustration-signin.jpg +0 -0
  528. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/illustration-signup.jpg +0 -0
  529. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/illustration-verification.jpg +0 -0
  530. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/lock.png +0 -0
  531. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/pattern-tree.svg +0 -0
  532. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/illustrations/rocket-white.png +0 -0
  533. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/ivana-square.jpg +0 -0
  534. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/ivana-squares.jpg +0 -0
  535. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/ivancik.jpg +0 -0
  536. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/kal-visuals-square.jpg +0 -0
  537. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logo-ct-dark.png +0 -0
  538. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logo-ct.png +0 -0
  539. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/ag_lux_logo_light_grey.svg +0 -0
  540. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/ag_lux_logo_white.svg +0 -0
  541. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-coinbase.svg +0 -0
  542. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-nasa.svg +0 -0
  543. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-netflix.svg +0 -0
  544. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-pinterest.svg +0 -0
  545. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-spotify.svg +0 -0
  546. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/gray-logos/logo-vodafone.svg +0 -0
  547. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/mastercard.png +0 -0
  548. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/logos/visa.png +0 -0
  549. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/marie.jpg +0 -0
  550. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/meeting.jpg +0 -0
  551. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/office-dark.jpg +0 -0
  552. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/product-12.jpg +0 -0
  553. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-1-min.jpg +0 -0
  554. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-11.jpg +0 -0
  555. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-2-min.jpg +0 -0
  556. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-3-min.jpg +0 -0
  557. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-4-min.jpg +0 -0
  558. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-5-min.jpg +0 -0
  559. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-6-min.jpg +0 -0
  560. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-7-min.jpg +0 -0
  561. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-details-1.jpg +0 -0
  562. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-details-2.jpg +0 -0
  563. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-details-3.jpg +0 -0
  564. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-details-4.jpg +0 -0
  565. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/products/product-details-5.jpg +0 -0
  566. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/shapes/pattern-lines.svg +0 -0
  567. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/shapes/waves-white.svg +0 -0
  568. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/bootstrap.svg +0 -0
  569. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/creative-tim.svg +0 -0
  570. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/devto.svg +0 -0
  571. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/github.svg +0 -0
  572. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/google-webdev.svg +0 -0
  573. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/icon-bulb.svg +0 -0
  574. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/icon-sun-cloud.png +0 -0
  575. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-asana.svg +0 -0
  576. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-atlassian.svg +0 -0
  577. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-invision.svg +0 -0
  578. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-jira.svg +0 -0
  579. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-slack.svg +0 -0
  580. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-spotify.svg +0 -0
  581. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/small-logos/logo-xd.svg +0 -0
  582. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/team-1.jpg +0 -0
  583. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/team-2.jpg +0 -0
  584. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/team-3.jpg +0 -0
  585. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/team-4.jpg +0 -0
  586. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/team-5.jpg +0 -0
  587. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/tesla-model-s.png +0 -0
  588. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/img/vr-bg.jpg +0 -0
  589. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/core/bootstrap.bundle.min.js +0 -0
  590. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/core/bootstrap.min.js +0 -0
  591. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/core/popper.min.js +0 -0
  592. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/material-dashboard.js +0 -0
  593. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/material-dashboard.js.map +0 -0
  594. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/material-dashboard.min.js +0 -0
  595. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/Chart.extension.js +0 -0
  596. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/bootstrap-notify.js +0 -0
  597. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/chartjs.min.js +0 -0
  598. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/countup.min.js +0 -0
  599. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/get_annotations.js +0 -0
  600. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/perfect-scrollbar.min.js +0 -0
  601. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/random-name-generator.js +0 -0
  602. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/smooth-scrollbar.min.js +0 -0
  603. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/submission-handler.js +0 -0
  604. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/js/plugins/world.js +0 -0
  605. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/logo.svg +0 -0
  606. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/main-DGGk9Vng.css +0 -0
  607. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/main-DethiONo.js +0 -0
  608. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/main.css +0 -0
  609. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/mediaTypeStore-D6KIykKn.js +0 -0
  610. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/modeltranslation/css/tabbed_translation_fields.css +0 -0
  611. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/modeltranslation/js/clearable_inputs.js +0 -0
  612. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/modeltranslation/js/force_jquery.js +0 -0
  613. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/modeltranslation/js/tabbed_translation_fields.js +0 -0
  614. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/nucleo-icons-BgnVbBvX.eot +0 -0
  615. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/nucleo-icons-BuEzPWOc.woff +0 -0
  616. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/nucleo-icons-C6OFysxg.svg +0 -0
  617. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/nucleo-icons-CTnIBWcu.woff2 +0 -0
  618. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/nucleo-icons-kNTzvw2K.ttf +0 -0
  619. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/patientStore-BazAFCNw.js +0 -0
  620. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css +0 -0
  621. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css.map +0 -0
  622. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/bootstrap-tweaks.css +0 -0
  623. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/bootstrap.min.css +0 -0
  624. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/bootstrap.min.css.map +0 -0
  625. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/default.css +0 -0
  626. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/font-awesome-4.0.3.css +0 -0
  627. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/css/prettify.css +0 -0
  628. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/css/base.css +0 -0
  629. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/css/highlight.css +0 -0
  630. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/css/jquery.json-view.min.css +0 -0
  631. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/img/favicon.ico +0 -0
  632. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/img/grid.png +0 -0
  633. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/js/api.js +0 -0
  634. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/js/highlight.pack.js +0 -0
  635. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/docs/js/jquery.json-view.min.js +0 -0
  636. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.eot +0 -0
  637. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.svg +0 -0
  638. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.ttf +0 -0
  639. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.woff +0 -0
  640. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.eot +0 -0
  641. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.svg +0 -0
  642. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.ttf +0 -0
  643. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff +0 -0
  644. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 +0 -0
  645. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/img/glyphicons-halflings-white.png +0 -0
  646. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/img/glyphicons-halflings.png +0 -0
  647. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/img/grid.png +0 -0
  648. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/ajax-form.js +0 -0
  649. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/bootstrap.min.js +0 -0
  650. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/coreapi-0.1.1.js +0 -0
  651. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/csrf.js +0 -0
  652. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/default.js +0 -0
  653. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/jquery-3.7.1.min.js +0 -0
  654. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/load-ajax-form.js +0 -0
  655. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/rest_framework/js/prettify-min.js +0 -0
  656. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_alert.scss +0 -0
  657. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_avatars.scss +0 -0
  658. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_badge.scss +0 -0
  659. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_breadcrumbs.scss +0 -0
  660. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_buttons.scss +0 -0
  661. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_cards.scss +0 -0
  662. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_dark-version.scss +0 -0
  663. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_dropdown.scss +0 -0
  664. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_dropup.scss +0 -0
  665. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_fixed-plugin.scss +0 -0
  666. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_footer.scss +0 -0
  667. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_forms.scss +0 -0
  668. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_gradients.scss +0 -0
  669. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_header.scss +0 -0
  670. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_icons.scss +0 -0
  671. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_info-areas.scss +0 -0
  672. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_misc.scss +0 -0
  673. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_nav.scss +0 -0
  674. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_navbar-vertical.scss +0 -0
  675. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_navbar.scss +0 -0
  676. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_pagination.scss +0 -0
  677. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_popovers.scss +0 -0
  678. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_progress.scss +0 -0
  679. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_ripple.scss +0 -0
  680. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_rtl.scss +0 -0
  681. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_social-buttons.scss +0 -0
  682. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_tables.scss +0 -0
  683. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_tilt.scss +0 -0
  684. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_timeline.scss +0 -0
  685. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_tooltips.scss +0 -0
  686. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_typography.scss +0 -0
  687. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_utilities-extend.scss +0 -0
  688. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_utilities.scss +0 -0
  689. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/_variables.scss +0 -0
  690. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  691. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  692. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  693. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  694. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  695. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  696. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_card.scss +0 -0
  697. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  698. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_close.scss +0 -0
  699. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  700. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  701. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  702. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  703. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  704. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  705. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_images.scss +0 -0
  706. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  707. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  708. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  709. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  710. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  711. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  712. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  713. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  714. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  715. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  716. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  717. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  718. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_root.scss +0 -0
  719. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  720. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  721. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  722. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  723. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  724. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_type.scss +0 -0
  725. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  726. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  727. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  728. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  729. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  730. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  731. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  732. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  733. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  734. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  735. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  736. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  737. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  738. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  739. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  740. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  741. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  742. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  743. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  744. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  745. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  746. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  747. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  748. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  749. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  750. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  751. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  752. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  753. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  754. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  755. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  756. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  757. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  758. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  759. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  760. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  761. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  762. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  763. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  764. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  765. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  766. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  767. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  768. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  769. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  770. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  771. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  772. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  773. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  774. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  775. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  776. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  777. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  778. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/cards/card-background.scss +0 -0
  779. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/cards/card-rotate.scss +0 -0
  780. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/custom/_styles.scss +0 -0
  781. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/custom/_variables.scss +0 -0
  782. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_form-check.scss +0 -0
  783. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_form-select.scss +0 -0
  784. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_form-switch.scss +0 -0
  785. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_forms.scss +0 -0
  786. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_input-group.scss +0 -0
  787. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_inputs.scss +0 -0
  788. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/forms/_labels.scss +0 -0
  789. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_badge.scss +0 -0
  790. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_buttons.scss +0 -0
  791. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  792. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_hover.scss +0 -0
  793. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  794. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/_vendor.scss +0 -0
  795. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/mixins/mixins.scss +0 -0
  796. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  797. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  798. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  799. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  800. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  801. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/theme.scss +0 -0
  802. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_animations.scss +0 -0
  803. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_avatars.scss +0 -0
  804. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_badge.scss +0 -0
  805. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  806. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  807. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_cards.scss +0 -0
  808. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_choices.scss +0 -0
  809. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_dark-version.scss +0 -0
  810. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  811. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  812. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_form-switch.scss +0 -0
  813. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  814. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_header.scss +0 -0
  815. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_info-areas.scss +0 -0
  816. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  817. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_misc.scss +0 -0
  818. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  819. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_navbar.scss +0 -0
  820. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_pagination.scss +0 -0
  821. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_ripple.scss +0 -0
  822. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_rtl.scss +0 -0
  823. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  824. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_table.scss +0 -0
  825. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_timeline.scss +0 -0
  826. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  827. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_utilities.scss +0 -0
  828. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  829. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/scss/material-dashboard.scss +0 -0
  830. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/silent-check-sso.html +0 -0
  831. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/usePollingProtection-5vxQa-Ko.js +0 -0
  832. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/static/videoStore-ClqdABXQ.js +0 -0
  833. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/storage/__init__.py +0 -0
  834. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/storage/encrypted.py +0 -0
  835. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/storage/encryption.py +0 -0
  836. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/tasks.py +0 -0
  837. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/templates/base.html +0 -0
  838. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/urls.py +0 -0
  839. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/views/__init__.py +0 -0
  840. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/views/hub_export.py +0 -0
  841. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/lx_annotate/wsgi.py +0 -0
  842. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/manage.py +0 -0
  843. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/.vite/manifest.json +0 -0
  844. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AboutUs.js +0 -0
  845. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnnotationDashboard.css +0 -0
  846. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnnotationDashboard.js +0 -0
  847. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnnotationDashboard2.js +0 -0
  848. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationCorrectionComponent.css +0 -0
  849. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationCorrectionComponent.js +0 -0
  850. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationOverview.css +0 -0
  851. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationOverview.js +0 -0
  852. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationValidationComponent.css +0 -0
  853. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/AnonymizationValidationComponent.js +0 -0
  854. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ApplicationSettingsPage.css +0 -0
  855. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ApplicationSettingsPage.js +0 -0
  856. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/CaseResolutionPage.js +0 -0
  857. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/CaseSetupPage.js +0 -0
  858. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ColoReg.png +0 -0
  859. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Dashboard.js +0 -0
  860. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Documentation.css +0 -0
  861. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Documentation.js +0 -0
  862. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Export.css +0 -0
  863. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Export.js +0 -0
  864. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FinalizedResultPage.js +0 -0
  865. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FindingsCapturePage.css +0 -0
  866. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FindingsCapturePage.js +0 -0
  867. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FrameAnnotation.css +0 -0
  868. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FrameAnnotation.js +0 -0
  869. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FrameSelectorPage.css +0 -0
  870. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/FrameSelectorPage.js +0 -0
  871. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/HubExport.css +0 -0
  872. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/HubExport.js +0 -0
  873. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ModelTrainingPage.css +0 -0
  874. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ModelTrainingPage.js +0 -0
  875. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/PageOverview.css +0 -0
  876. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/PageOverview.js +0 -0
  877. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/PatientOverview.css +0 -0
  878. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/PatientOverview.js +0 -0
  879. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Profile.js +0 -0
  880. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ReportEditorPage.js +0 -0
  881. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ReportTemplateBuilderPage.js +0 -0
  882. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ReportingShell.css +0 -0
  883. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ReportingShell.js +0 -0
  884. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/ReportingWorklistPage.js +0 -0
  885. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Timeline.css +0 -0
  886. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/Timeline.js +0 -0
  887. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/applicationSettingsApi.js +0 -0
  888. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/base.css +0 -0
  889. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/css/material-dashboard.css +0 -0
  890. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/css/material-dashboard.css.map +0 -0
  891. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/css/material-dashboard.min.css +0 -0
  892. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/css/nucleo-icons.css +0 -0
  893. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/css/nucleo-svg.css +0 -0
  894. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo-icons.eot +0 -0
  895. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo-icons.svg +0 -0
  896. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo-icons.ttf +0 -0
  897. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo-icons.woff +0 -0
  898. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo-icons.woff2 +0 -0
  899. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo.eot +0 -0
  900. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo.ttf +0 -0
  901. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo.woff +0 -0
  902. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/fonts/nucleo.woff2 +0 -0
  903. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/core/bootstrap.bundle.min.js +0 -0
  904. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/core/bootstrap.min.js +0 -0
  905. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/core/popper.min.js +0 -0
  906. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/material-dashboard.js +0 -0
  907. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/material-dashboard.js.map +0 -0
  908. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/material-dashboard.min.js +0 -0
  909. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/Chart.extension.js +0 -0
  910. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/bootstrap-notify.js +0 -0
  911. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/chartjs.min.js +0 -0
  912. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/countup.min.js +0 -0
  913. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/get_annotations.js +0 -0
  914. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/perfect-scrollbar.min.js +0 -0
  915. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/random-name-generator.js +0 -0
  916. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/smooth-scrollbar.min.js +0 -0
  917. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/submission-handler.js +0 -0
  918. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/js/plugins/world.js +0 -0
  919. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/logo.svg +0 -0
  920. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/main.css +0 -0
  921. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_alert.scss +0 -0
  922. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_avatars.scss +0 -0
  923. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_badge.scss +0 -0
  924. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
  925. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_buttons.scss +0 -0
  926. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_cards.scss +0 -0
  927. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_dark-version.scss +0 -0
  928. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_dropdown.scss +0 -0
  929. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_dropup.scss +0 -0
  930. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
  931. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_footer.scss +0 -0
  932. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_forms.scss +0 -0
  933. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_gradients.scss +0 -0
  934. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_header.scss +0 -0
  935. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_icons.scss +0 -0
  936. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_info-areas.scss +0 -0
  937. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_misc.scss +0 -0
  938. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_nav.scss +0 -0
  939. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
  940. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_navbar.scss +0 -0
  941. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_pagination.scss +0 -0
  942. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_popovers.scss +0 -0
  943. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_progress.scss +0 -0
  944. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_ripple.scss +0 -0
  945. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_rtl.scss +0 -0
  946. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_social-buttons.scss +0 -0
  947. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_tables.scss +0 -0
  948. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_tilt.scss +0 -0
  949. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_timeline.scss +0 -0
  950. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_tooltips.scss +0 -0
  951. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_typography.scss +0 -0
  952. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
  953. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_utilities.scss +0 -0
  954. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/_variables.scss +0 -0
  955. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
  956. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
  957. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
  958. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
  959. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
  960. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
  961. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
  962. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
  963. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
  964. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
  965. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
  966. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
  967. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
  968. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
  969. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
  970. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
  971. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
  972. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
  973. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
  974. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
  975. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
  976. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
  977. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
  978. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
  979. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
  980. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
  981. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
  982. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
  983. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
  984. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
  985. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
  986. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
  987. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
  988. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
  989. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
  990. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
  991. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
  992. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
  993. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
  994. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
  995. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
  996. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
  997. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
  998. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
  999. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
  1000. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
  1001. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
  1002. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
  1003. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
  1004. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
  1005. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
  1006. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
  1007. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
  1008. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
  1009. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
  1010. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
  1011. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
  1012. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
  1013. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
  1014. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
  1015. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
  1016. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
  1017. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
  1018. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
  1019. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
  1020. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
  1021. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
  1022. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
  1023. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
  1024. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
  1025. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
  1026. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
  1027. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
  1028. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
  1029. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
  1030. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
  1031. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
  1032. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
  1033. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
  1034. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
  1035. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
  1036. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
  1037. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
  1038. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
  1039. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
  1040. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
  1041. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
  1042. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
  1043. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/cards/card-background.scss +0 -0
  1044. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
  1045. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/custom/_styles.scss +0 -0
  1046. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/custom/_variables.scss +0 -0
  1047. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
  1048. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
  1049. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
  1050. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_forms.scss +0 -0
  1051. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
  1052. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
  1053. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/forms/_labels.scss +0 -0
  1054. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
  1055. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
  1056. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
  1057. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
  1058. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
  1059. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
  1060. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
  1061. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
  1062. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
  1063. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
  1064. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
  1065. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
  1066. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/theme.scss +0 -0
  1067. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_animations.scss +0 -0
  1068. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
  1069. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_badge.scss +0 -0
  1070. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
  1071. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
  1072. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_cards.scss +0 -0
  1073. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_choices.scss +0 -0
  1074. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
  1075. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
  1076. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
  1077. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
  1078. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
  1079. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_header.scss +0 -0
  1080. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
  1081. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
  1082. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_misc.scss +0 -0
  1083. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
  1084. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
  1085. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
  1086. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
  1087. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
  1088. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
  1089. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_table.scss +0 -0
  1090. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
  1091. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
  1092. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
  1093. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
  1094. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/assets/scss/material-dashboard.scss +0 -0
  1095. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/dateHelpers.js +0 -0
  1096. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/examinationStore.js +0 -0
  1097. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/findingsApi.js +0 -0
  1098. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
  1099. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/ag_lux_logo_light_grey.svg +0 -0
  1100. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/apple-icon.png +0 -0
  1101. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/bg-pricing.jpg +0 -0
  1102. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/bg-smart-home-1.jpg +0 -0
  1103. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/bg-smart-home-2.jpg +0 -0
  1104. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/bruce-mars.jpg +0 -0
  1105. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/down-arrow-dark.svg +0 -0
  1106. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/down-arrow-white.svg +0 -0
  1107. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/down-arrow.svg +0 -0
  1108. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/drake.jpg +0 -0
  1109. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/favicon.png +0 -0
  1110. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/frames_demo/frame1.jpg +0 -0
  1111. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/frames_demo/frame2.jpg +0 -0
  1112. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/frames_demo/frame3.jpg +0 -0
  1113. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/frames_demo/frame4.jpg +0 -0
  1114. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/home-decor-1.jpg +0 -0
  1115. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/home-decor-2.jpg +0 -0
  1116. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/home-decor-3.jpg +0 -0
  1117. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/icons/flags/AU.png +0 -0
  1118. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/icons/flags/BR.png +0 -0
  1119. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/icons/flags/DE.png +0 -0
  1120. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/icons/flags/GB.png +0 -0
  1121. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/icons/flags/US.png +0 -0
  1122. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/chat.png +0 -0
  1123. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/danger-chat-ill.png +0 -0
  1124. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/dark-lock-ill.png +0 -0
  1125. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/error-404.png +0 -0
  1126. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/error-500.png +0 -0
  1127. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/illustration-lock.jpg +0 -0
  1128. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/illustration-reset.jpg +0 -0
  1129. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/illustration-signin.jpg +0 -0
  1130. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/illustration-signup.jpg +0 -0
  1131. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/illustration-verification.jpg +0 -0
  1132. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/lock.png +0 -0
  1133. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/pattern-tree.svg +0 -0
  1134. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/illustrations/rocket-white.png +0 -0
  1135. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/ivana-square.jpg +0 -0
  1136. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/ivana-squares.jpg +0 -0
  1137. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/ivancik.jpg +0 -0
  1138. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/kal-visuals-square.jpg +0 -0
  1139. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logo-ct-dark.png +0 -0
  1140. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logo-ct.png +0 -0
  1141. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/ag_lux_logo_light_grey.svg +0 -0
  1142. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/ag_lux_logo_white.svg +0 -0
  1143. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-coinbase.svg +0 -0
  1144. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-nasa.svg +0 -0
  1145. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-netflix.svg +0 -0
  1146. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-pinterest.svg +0 -0
  1147. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-spotify.svg +0 -0
  1148. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/gray-logos/logo-vodafone.svg +0 -0
  1149. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/mastercard.png +0 -0
  1150. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/logos/visa.png +0 -0
  1151. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/marie.jpg +0 -0
  1152. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/meeting.jpg +0 -0
  1153. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/office-dark.jpg +0 -0
  1154. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/product-12.jpg +0 -0
  1155. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-1-min.jpg +0 -0
  1156. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-11.jpg +0 -0
  1157. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-2-min.jpg +0 -0
  1158. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-3-min.jpg +0 -0
  1159. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-4-min.jpg +0 -0
  1160. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-5-min.jpg +0 -0
  1161. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-6-min.jpg +0 -0
  1162. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-7-min.jpg +0 -0
  1163. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-details-1.jpg +0 -0
  1164. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-details-2.jpg +0 -0
  1165. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-details-3.jpg +0 -0
  1166. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-details-4.jpg +0 -0
  1167. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/products/product-details-5.jpg +0 -0
  1168. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/shapes/pattern-lines.svg +0 -0
  1169. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/shapes/waves-white.svg +0 -0
  1170. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/bootstrap.svg +0 -0
  1171. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/creative-tim.svg +0 -0
  1172. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/devto.svg +0 -0
  1173. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/github.svg +0 -0
  1174. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/google-webdev.svg +0 -0
  1175. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/icon-bulb.svg +0 -0
  1176. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/icon-sun-cloud.png +0 -0
  1177. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-asana.svg +0 -0
  1178. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-atlassian.svg +0 -0
  1179. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-invision.svg +0 -0
  1180. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-jira.svg +0 -0
  1181. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-slack.svg +0 -0
  1182. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-spotify.svg +0 -0
  1183. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/small-logos/logo-xd.svg +0 -0
  1184. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/team-1.jpg +0 -0
  1185. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/team-2.jpg +0 -0
  1186. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/team-3.jpg +0 -0
  1187. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/team-4.jpg +0 -0
  1188. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/team-5.jpg +0 -0
  1189. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/tesla-model-s.png +0 -0
  1190. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/img/vr-bg.jpg +0 -0
  1191. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/index.js +0 -0
  1192. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/mediaTypeStore.js +0 -0
  1193. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/mediaUrls.js +0 -0
  1194. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/nucleo-icons.eot +0 -0
  1195. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/nucleo-icons.svg +0 -0
  1196. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/nucleo-icons.ttf +0 -0
  1197. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/nucleo-icons.woff +0 -0
  1198. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/nucleo-icons.woff2 +0 -0
  1199. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/patientExaminationStore.js +0 -0
  1200. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/patientStore.js +0 -0
  1201. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/pdf.js +0 -0
  1202. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/pdf.worker.min.js +0 -0
  1203. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/pdf.worker.min.mjs +0 -0
  1204. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/reportTemplatesApi.js +0 -0
  1205. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/silent-check-sso.html +0 -0
  1206. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/timeHelpers.js +0 -0
  1207. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/useDebug.js +0 -0
  1208. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/useFindingSelectors.js +0 -0
  1209. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/useReportTemplates.css +0 -0
  1210. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/useReportTemplates.js +0 -0
  1211. {lx_annotate-0.3.0 → lx_annotate-0.3.2}/staticfiles/videoStore.js +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lx-annotate
3
- Version: 0.3.0
3
+ Version: 0.3.2
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,7 +31,7 @@ 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.5.7
34
+ Requires-Dist: endoreg-db==0.9.6.0
35
35
  Requires-Dist: gunicorn>=23.0.0
36
36
  Requires-Dist: lx-dtypes==0.1.4
37
37
  Requires-Dist: mozilla-django-oidc>=4.0.1
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  name = "lx-annotate"
7
7
 
8
- version = "0.3.0"
8
+ version = "0.3.2"
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.5.7",
64
+ "endoreg-db==0.9.6.0",
65
65
  "pydantic-settings>=2.12.0",
66
66
  "pydantic>=2.12.5",
67
67
  "sops>=1.18",
@@ -0,0 +1 @@
1
+ .video-container[data-v-0a35a215]{position:relative;background:#000;border-radius:8px;overflow:hidden;z-index:100}:fullscreen .label-overlay[data-v-0a35a215]{display:flex!important;z-index:2147483647}.fullscreen-toggle[data-v-0a35a215]{position:absolute;top:8px;right:8px;z-index:6;border:none;border-radius:999px;padding:6px 10px;background:#0009;color:#fff;cursor:pointer}.fullscreen-toggle[data-v-0a35a215]:hover{background:#000000bf}.simple-timeline-track[data-v-0a35a215]{position:relative;height:20px;background:#e9ecef;border-radius:10px;cursor:pointer;overflow:hidden}.progress-bar[data-v-0a35a215]{height:100%;background:linear-gradient(90deg,#007bff,#0056b3);border-radius:10px;transition:width .1s ease}.examination-marker[data-v-0a35a215]{position:absolute;top:0;width:3px;height:100%;background:#dc3545;cursor:pointer;z-index:2}.examination-marker[data-v-0a35a215]:hover{background:#c82333;width:5px}.timeline-wrapper[data-v-0a35a215]{border:1px solid #dee2e6;border-radius:8px;padding:15px;background:#f8f9fa}.timeline-controls[data-v-0a35a215]{border-top:1px solid #dee2e6;padding-top:15px}.control-select[data-v-0a35a215]{min-width:180px}.control-button[data-v-0a35a215]{min-width:140px}.list-group-item[data-v-0a35a215]{border:none;border-bottom:1px solid #dee2e6}.list-group-item[data-v-0a35a215]:last-child{border-bottom:none}.video-status-card[data-v-0a35a215]{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #007bff}.status-badge-container[data-v-0a35a215]{display:flex;flex-wrap:wrap;gap:.5rem}.status-badge-container .badge[data-v-0a35a215]{font-size:.75rem;padding:.375rem .75rem;border-radius:.375rem}.video-dropdown-option[data-v-0a35a215]{font-family:Segoe UI,system-ui,sans-serif}.video-dropdown[data-v-0a35a215]{position:relative}.video-dropdown-trigger[data-v-0a35a215]{width:100%;min-height:42px;border:1px solid #ced4da;border-radius:.375rem;background:#fff;color:#212529;display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;text-align:left}.video-dropdown-trigger[data-v-0a35a215]:disabled{background:#e9ecef;color:#6c757d;cursor:not-allowed}.video-dropdown-trigger-text[data-v-0a35a215]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-dropdown-menu[data-v-0a35a215]{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:2000;max-height:320px;overflow-y:auto;border:1px solid #ced4da;border-radius:.5rem;background:#fff;box-shadow:0 10px 24px #0000001f}.video-dropdown-item[data-v-0a35a215]{width:100%;border:none;background:transparent;padding:.6rem .75rem;text-align:left;border-bottom:1px solid #eef1f4}.video-dropdown-item[data-v-0a35a215]:last-child{border-bottom:none}.video-dropdown-item[data-v-0a35a215]:hover:not(:disabled){background:#f8f9fa}.video-dropdown-item[data-v-0a35a215]:disabled{opacity:.7;cursor:not-allowed}.video-dropdown-main[data-v-0a35a215]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.video-dropdown-title[data-v-0a35a215]{font-weight:600}.video-dropdown-status-badge[data-v-0a35a215]{font-size:.72rem;border-radius:999px;padding:.15rem .5rem;white-space:nowrap}.badge-validated[data-v-0a35a215]{background:#d1e7dd;color:#0f5132}.badge-pending[data-v-0a35a215]{background:#fff3cd;color:#664d03}.video-dropdown-meta[data-v-0a35a215]{font-size:.78rem;color:#5f6b76;display:flex;flex-wrap:wrap;gap:.25rem}.video-dropdown-item-selected[data-v-0a35a215]{background:#e7f1ff}.video-dropdown-item-validated[data-v-0a35a215]{border-left:4px solid #198754}.video-dropdown-item-pending[data-v-0a35a215]{border-left:4px solid #ffc107}.validation-status-alert[data-v-0a35a215]{border-left:4px solid #28a745;background:linear-gradient(135deg,#d4edda,#c3e6cb)}.validation-status-alert .ni[data-v-0a35a215]{opacity:.8}.validation-action-button[data-v-0a35a215]{font-size:.9rem;font-weight:600;padding:.45rem 1rem;border-radius:999px;border:1px solid #1f7a3a;background:linear-gradient(135deg,#32b55b,#239245);color:#fff;box-shadow:0 4px 10px #23924540}.validation-action-button[data-v-0a35a215]:hover{background:linear-gradient(135deg,#2ca650,#1f7a3a);color:#fff}.validation-action-button[data-v-0a35a215]:focus{box-shadow:0 0 0 .2rem #2392454d}.validation-action-button-clicked[data-v-0a35a215]{border-color:#0f5a2b;background:linear-gradient(135deg,#248649,#176b37);box-shadow:0 0 0 .2rem #24864947}.validation-action-icon[data-v-0a35a215]{font-size:18px}.validation-click-indicator[data-v-0a35a215]{border:1px solid #d5dbe3}.validation-click-indicator-active[data-v-0a35a215]{background:linear-gradient(135deg,#e4f7eb,#d2f0dd);border-color:#2e9e55;color:#165b33}.validation-click-indicator-muted[data-v-0a35a215]{background:#f8f9fa;color:#495057}.label-overlay[data-v-0a35a215]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;z-index:2147483647}.label-overlay-card[data-v-0a35a215]{background:#fff;border-radius:10px;padding:12px;min-width:260px;max-width:70%;box-shadow:0 8px 24px #00000040}.label-overlay-header[data-v-0a35a215]{display:flex;align-items:center;justify-content:space-between;font-weight:600;margin-bottom:4px}.label-overlay-close[data-v-0a35a215]{border:none;background:transparent;font-size:18px;line-height:1;cursor:pointer}.label-overlay-hint[data-v-0a35a215]{font-size:.8rem;color:#6c757d;margin-bottom:8px}.label-overlay-list[data-v-0a35a215]{display:grid;gap:6px;max-height:45vh;overflow:auto}.label-overlay-item[data-v-0a35a215]{width:100%;text-align:left;padding:8px 10px;border-radius:6px;border:1px solid #dee2e6;background:#f8f9fa;cursor:pointer}.label-overlay-item.active[data-v-0a35a215]{border-color:#0d6efd;background:#e7f1ff}.shortcuts-details[data-v-0a35a215]{display:inline-block}.shortcuts-toggle[data-v-0a35a215]{list-style:none;display:inline-flex;align-items:center;gap:6px;padding:2px 10px 2px 6px;border:1px solid #dee2e6;border-radius:999px;background:#f8f9fa;cursor:pointer;user-select:none}.shortcuts-toggle[data-v-0a35a215]::-webkit-details-marker{display:none}.shortcuts-icon[data-v-0a35a215]{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0d6efd;color:#fff;font-weight:700;font-size:12px;line-height:1}.shortcuts-body[data-v-0a35a215]{margin-top:6px;padding:6px 10px;border:1px dashed #dee2e6;border-radius:6px;background:#fff}
@@ -0,0 +1 @@
1
+ import{d as Ge,m as Ot,n as Wt,L as pe,c as h,D as Zt,b as m,w as le,y as Gt,M as Ht,v as Xt,o as i,f as o,g as n,k as g,t as d,i as c,s as E,F as Y,h as J,N as Yt,j as v,l as ye,z as je,A as qe,H as Oe,q as Jt,a as R,r as U,e as We,_ as Qt}from"./main.js";import{u as en,f as k,g as j}from"./videoStore.js";import{u as tn}from"./mediaTypeStore.js";import{T as nn}from"./Timeline.js";import{a as Ze}from"./mediaUrls.js";import"./timeHelpers.js";const an={class:"container-fluid py-4"},sn={key:0,class:"alert alert-danger alert-dismissible fade show",role:"alert"},ln={key:1,class:"alert alert-success alert-dismissible fade show",role:"alert"},on={class:"row"},rn={class:"col-lg-12"},dn={class:"card"},un={class:"card-body"},cn={class:"mb-3"},mn=["disabled","aria-expanded"],vn={class:"video-dropdown-trigger-text"},gn={key:0,class:"video-dropdown-menu",role:"listbox"},fn=["onClick"],bn={class:"video-dropdown-main"},pn={class:"video-dropdown-title"},yn={class:"video-dropdown-meta"},hn={key:0,class:"text-muted"},Sn={key:1,class:"mt-2"},wn={class:"d-flex flex-wrap gap-2 align-items-center"},kn={class:"badge bg-success"},Vn={class:"badge bg-primary"},_n={class:"badge bg-secondary"},xn={class:"fw-semibold"},Cn={key:1,class:"text-center text-muted py-5"},Ln={key:0,class:"alert alert-info mt-2"},En={class:"d-flex align-items-center justify-content-center"},Dn={class:"text-start"},Tn={key:2,class:"text-center text-muted py-5"},zn={class:"mt-2"},$n=["title"],Mn=["src"],An={class:"label-overlay-card"},Fn={class:"label-overlay-list"},Nn=["onClick"],Pn={key:1,class:"mt-3 p-3 rounded border video-status-card"},In={class:"row align-items-center"},Bn={class:"col-md-8"},Kn={class:"mb-1"},Rn={class:"status-badge-container mb-2"},Un={key:0,class:"badge bg-info"},jn={key:1,class:"badge bg-warning"},qn={class:"col-md-4 text-md-end"},On={class:"text-muted d-block"},Wn={class:"text-muted d-block"},Zn={key:4,class:""},Gn=["disabled"],Hn={key:5,class:"timeline-wrapper mt-3"},Xn={key:0,class:"mt-3 d-flex gap-2"},Yn=["disabled"],Jn=["disabled"],Qn=["disabled"],ea=["title"],ta={key:1,class:"timeline-controls mt-4"},na={class:"d-flex align-items-center gap-3"},aa={key:0,class:"alert alert-warning py-2 px-3 mb-0"},sa={class:"d-flex align-items-center"},la=["value"],ia={class:"d-flex align-items-center gap-2"},oa=["disabled"],ra={class:"ms-3 text-muted"},da={key:0,class:"mb-0"},ua={key:0,class:"alert alert-info mt-2 mb-0"},ca={key:0},ma={key:1},va={key:0,class:"mt-3"},ga={key:0,class:"alert alert-success d-flex align-items-center validation-status-alert"},fa={class:"validation-status-body"},ba={class:"mb-1"},pa={class:"text-muted"},ya={key:0},ha={key:1},Sa={key:1,class:"d-flex justify-content-center"},wa=["disabled"],ka={key:2,class:"text-muted text-center mt-2 mb-0",style:{"font-size":"0.9rem"}},Va={class:"col-lg-12"},_a={class:"card"},xa={class:"card-header pb-0"},Ca={key:0,class:"text-muted"},La={key:1,class:"mt-2"},Ea={class:"alert alert-info alert-sm mb-0"},Da={class:"card-body"},Ta={class:"text-center text-muted py-5 px-3"},za={key:0,class:"card mt-3"},$a={class:"card-body","data-cy":"saved-examinations"},Ma={class:"list-group list-group-flush"},Aa={class:"text-muted"},Fa=["onClick"],Na=["onClick"],Pa=Ge({__name:"VideoExaminationAnnotation",setup(He){const q=Ot(),ie=Wt(),Xe=Number(q.query.video??"")||null,r=en(),he=tn(),{videoList:oe,videoStreamUrl:Se,timelineSegments:Ka}=pe(r),we=h(()=>oe.value.videos),{allSegments:re}=pe(r),ke=Zt(),{overview:I}=pe(ke),Q=h(()=>[...r.labels||[]]);function Ve(t){const e=I.value.find(l=>l.id===t&&l.mediaType==="video");return e?.anonymizationStatus==="done_processing_anonymization"||e?.anonymizationStatus==="validated"}function ee(t){return!!oe.value.videos.find(l=>l.id===t)?.segmentAnnotationsValidated}const s=m(Xe),V=m(0),p=m(0),Ye=h(()=>r.effectiveFps),te=m(!1),B=m([]),$=m([]),O=m(null),S=m(""),M=m(!1),D=m(!1),Je=m(0),W=m(null),_e=m(!0),Z=m(null),y=m("manual"),ne=m(!1),xe=m(null),G=m(null),K=m(""),ae=m(""),de=m(!1),f=m(null),ue=m(null),Ce=m(null),ce=m(null),me=m(null),N=m(!1),H=m({}),Qe=h(()=>re.value.some(t=>t.isDirty&&t.videoID===s.value&&(y.value==="all"||t.segmentOrigin===y.value)));async function Le(){if(s.value==null){r.clearVideo(),xe.value=null,G.value=null;return}if(!Ve(s.value)){b(`Video ${s.value} kann nicht annotiert werden, da es noch nicht anonymisiert wurde.`),s.value=null;return}ve(),ge();try{await r.loadVideo(s.value),await vt(s.value),await C(gt()),await C(ft()),console.log("Video fully loaded:",s.value)}catch(t){console.error("loadSelectedVideo failed",t),await C(Promise.reject(t))}}function et(){ie.replace({query:{video:s.value}})}function tt(){P.value&&(N.value=!N.value,N.value&&Te(w.value.map(t=>t.id)))}function Ee(){N.value=!1}function nt(t){w.value.find(l=>l.id===t)&&(s.value=t,et(),Ee())}function at(){s.value!==null&&ie.push({query:{...q.query,video:String(s.value),editSegments:"1"}})}const De=t=>{const e=t.target;e instanceof Node&&me.value&&(me.value.contains(e)||Ee())},st=t=>{if(!t)return null;const e=t.trim();if(!e)return null;const l=new Date(e);if(!Number.isNaN(l.getTime()))return l;const a=e.match(/^(\d{1,2})\.(\d{1,2})\.(\d{4})$/);if(a){const[,u,L,se]=a,be=new Date(Number(se),Number(L)-1,Number(u));if(!Number.isNaN(be.getTime()))return be}return null},lt=t=>{const e=st(t);if(!e)return null;const l=new Date;let a=l.getFullYear()-e.getFullYear();const u=l.getMonth()-e.getMonth();return(u<0||u===0&&l.getDate()<e.getDate())&&(a-=1),a>=0?a:null},it=t=>{if(!t)return"Unbekannt";const e=t.toLowerCase();return e==="male"||e==="männlich"?"Männlich":e==="female"||e==="weiblich"?"Weiblich":e==="diverse"?"Divers":t},ot=t=>it(H.value[t]?.patient_gender_name),rt=t=>{const e=lt(H.value[t]?.patient_dob);return e==null?"Unbekannt":`${e} J.`},Te=async t=>{const e=t.filter(u=>!(u in H.value));if(e.length===0)return;const l=await Promise.all(e.map(async u=>{try{const{data:L}=await R.get(U(`media/videos/${u}/sensitive-metadata/`));return{id:u,data:L}}catch{return{id:u,data:{patient_dob:null,patient_gender_name:null}}}})),a={...H.value};l.forEach(({id:u,data:L})=>{a[u]={patient_dob:L?.patient_dob??null,patient_gender_name:L?.patient_gender_name??null}}),H.value=a},w=h(()=>oe.value.videos.filter(t=>Ve(t.id))),dt=h(()=>w.value.filter(t=>!ee(t.id))),ut=h(()=>w.value.filter(t=>!t.segmentAnnotationsValidated)),ze=h(()=>{if(s.value!=null)return w.value.find(t=>t.id===s.value)}),T=h(()=>s.value!=null&&ee(s.value)),ct=h(()=>q.query.editSegments==="1"),A=h(()=>!T.value||ct.value),mt=h(()=>{if(!w.value.length)return"Keine Videos verfügbar";if(s.value==null)return"Bitte Video auswählen...";const t=w.value.find(e=>e.id===s.value);return t?t.original_file_name||`Video Nr. ${t.id}`:`Video ${s.value}`});le(w,t=>{t.length&&Te(t.map(e=>e.id))},{immediate:!0});const F=h(()=>{if(s.value)return Ze(s.value,"processed")}),P=h(()=>w.value&&w.value.length>0),$e=h(()=>we.value.length===0?"Keine Videos verfügbar. Bitte laden Sie zuerst Videos hoch.":w.value.length===0?"Keine anonymisierten Videos verfügbar. Videos müssen erst anonymisiert werden.":""),_=h(()=>s.value?re.value.filter(t=>t.videoID===s.value):[]),Me=h(()=>s.value&&F.value&&S.value&&!D.value&&p.value>0&&A.value);Gt(async()=>{console.log("🚀 [VideoExamination] Component mounted - loading data in priority order..."),_e.value=!0;try{await r.fetchLabels(),console.log(`✅ [VideoExamination] Labels loaded: ${r.labels.length}`),await ke.fetchOverview(),console.log(`✅ [VideoExamination] Anonymization status loaded: ${I.value.length} items`),await r.fetchAllVideos(),console.log(`✅ [VideoExamination] Videos loaded: ${r.videoList.videos.length}`),console.log(`✅ [VideoExamination] Annotatable videos: ${dt.value.length}`),s.value!==null&&(r.setCurrentVideo(s.value),await Le(),await z())}catch(t){console.error("❌ [VideoExamination] Error during initial load:",t),b("Fehler beim Laden der Daten. Bitte Seite neu laden.")}finally{_e.value=!1}document.addEventListener("keydown",Pe),document.addEventListener("click",De),document.addEventListener("fullscreenchange",Fe)}),Ht(()=>{document.removeEventListener("keydown",Pe),document.removeEventListener("click",De),document.removeEventListener("fullscreenchange",Fe)});async function C(t){try{return await t}catch(e){const l=e?.response?.data?.detail||e?.response?.data?.error||e?.message||String(e);K.value=l;return}}le(Se,t=>{console.log("Video stream URL updated:",t)});const ve=()=>{K.value=""},ge=()=>{ae.value=""},x=t=>{ae.value=t,setTimeout(()=>{ge()},5e3)},b=t=>{K.value=t,setTimeout(()=>{ve()},1e4)},vt=async t=>{if(t)try{console.log("Loading video detail for ID:",t);const e=await R.get(U(We.media.videoDetail(t)));console.log("Video detail response:",e.data),xe.value={},G.value={duration:Number(e.data.duration??0)};const l=w.value.find(a=>a.id===t);l&&(he.rememberType(t,"video","video"),he.setCurrentItem({...l,id:t,scope:"video",mediaType:"video",filename:l.original_file_name,processedStreamUrl:Ze(t,"processed")}),console.log("MediaStore updated with video:",t)),G.value.duration>0&&(p.value=G.value.duration),console.log("Video meta loaded:",G.value),console.log("Stream source will be:",F.value)}catch(e){console.error("Error loading video detail:",e),await C(Promise.reject(e))}},gt=async()=>{if(s.value!==null)try{const t=await R.get(U(`video/${s.value}/examinations/`));$.value=t.data,B.value=t.data.map(e=>({id:`exam-${e.id}`,timestamp:e.timestamp,examination_data:e.data}))}catch(t){console.error("Error loading saved examinations:",t);const e=t?.response?.data?.error||t?.response?.data?.detail||t?.message||t.toString();e.includes("darf nicht annotiert werden")||e.includes("anonymisierung")||e.includes("anonymization")?b(`Video ${s.value} darf nicht annotiert werden, solange die Anonymisierung nicht abgeschlossen ist.`):t?.response?.status!==404&&await C(Promise.reject(t)),$.value=[],B.value=[]}},ft=async()=>{f.value&&await new Promise(t=>{const e=f.value;e.readyState>=1?(p.value=e.duration,t()):e.addEventListener("loadedmetadata",()=>{p.value=e.duration,t()},{once:!0})})};async function z(){if(s.value!==null)try{await r.fetchAllSegments(s.value,!0,{sourceKind:y.value}),console.log("Video segments loaded for video:",s.value),console.log("Timeline segments count:",re.value.length)}catch(t){console.error("Error loading video segments:",t)}}const bt=async()=>{W.value=null,await z()},pt=()=>{f.value&&(p.value=f.value.duration,f.value.addEventListener("play",()=>{te.value=!0}),f.value.addEventListener("pause",()=>{te.value=!1}),f.value.addEventListener("ended",()=>{te.value=!1}),console.log("🎥 Video loaded - Frontend"),console.log(`- Video source URL: ${F.value}`),console.log(`- Legacy stream URL: ${Se.value}`),console.log(`- Video readyState: ${f.value.readyState}`),console.log(`- Video networkState: ${f.value.networkState}`),f.value.videoWidth&&f.value.videoHeight&&console.log(`- Video dimensions: ${f.value.videoWidth}x${f.value.videoHeight}`),p.value<10?console.warn(`⚠️ WARNING: Video duration seems very short (${p.value}s)`):x(`Video geladen: ${Math.round(p.value)}s Dauer`))},yt=()=>{f.value&&(V.value=f.value.currentTime)},ht=t=>{if(!ce.value||p.value===0)return;const e=ce.value.getBoundingClientRect(),u=(t.clientX-e.left)/e.width*p.value;fe(u)},St=(...t)=>{const[e]=t;fe(e)},wt=(...t)=>{f.value&&(f.value.paused?f.value.play().catch(e=>{console.error("Error playing video:",e),b("Fehler beim Abspielen des Videos")}):f.value.pause())},kt=(...t)=>{const[e]=t;W.value=e,console.log("Segment selected:",e)},Vt=(...t)=>{if(T.value)return;const[e,l,a,u,L]=t;if(!Number.isFinite(e)){console.warn("[VideoExamination] Invalid segment ID for resize:",e);return}e<0?(r.patchDraftSegment(e,{startTime:l,endTime:a}),r.commitDraft()):r.patchSegmentLocally(e,{startTime:l,endTime:a})},_t=(...t)=>{if(T.value)return;const[e,l,a,u]=t;if(!Number.isFinite(e)){console.warn("[VideoExamination] Invalid segment ID for move:",e);return}e<0?r.patchDraftSegment(e,{startTime:l,endTime:a}):r.patchSegmentLocally(e,{startTime:l,endTime:a})},xt=(...t)=>{if(T.value)return;const[e]=t;S.value&&s.value?(console.log(`Creating segment from time selection: ${k(e.start)} - ${k(e.end)} with label: ${S.value}`),Ae({label:S.value,start:e.start,end:e.end})):(console.warn("Cannot create segment: no label selected or no video selected"),b("Bitte wählen Sie ein Label aus, bevor Sie ein Segment erstellen."))},Ae=(...t)=>{const[e]=t;return new Promise(async(l,a)=>{try{if(T.value){b("Dieses Video ist bereits validiert und wird schreibgeschützt angezeigt."),l();return}if(y.value==="prediction"){b("Neue Segmente bitte erst nach dem Übernehmen in die manuellen Annotationen anlegen."),l();return}s.value&&(await r.createSegment?.(s.value,e.label,e.start,e.end),x(`Segment erstellt: ${j(e.label)}`)),l()}catch(u){await C(Promise.reject(u)),a(u)}})},Ct=(...t)=>{const[e]=t;return new Promise(async(l,a)=>{if(T.value){b("Dieses Video ist bereits validiert und wird schreibgeschützt angezeigt."),l();return}if(!e.id||typeof e.id!="number"){console.warn("Cannot delete draft or temporary segment:",e.id),l();return}try{if(y.value==="prediction"){r.removeSegment(e.id),x(`KI-Segment lokal entfernt: ${j(e.label)}`),l();return}r.removeSegment(e.id),await r.deleteSegment(e.id),await z(),x(`Segment gelöscht: ${j(e.label)}`),l()}catch(u){console.error("Segment konnte nicht gelöscht werden:",u),await C(Promise.reject(u)),a(u)}})},fe=t=>{f.value&&t>=0&&t<=p.value&&(f.value.currentTime=t,V.value=t)},Lt=()=>{console.log("Label selected:",S.value)},Fe=()=>{de.value=document.fullscreenElement===ue.value},Ne=async()=>{const t=ue.value;if(t)try{document.fullscreenElement===t?await document.exitFullscreen():await t.requestFullscreen()}catch(e){console.error("Fullscreen toggle failed:",e)}},X=()=>{M.value=!1,Ce.value?.blur()},Et=t=>{S.value=t,X()},Dt=t=>t instanceof HTMLElement?t.isContentEditable?!0:t instanceof HTMLSelectElement&&M.value?!1:["INPUT","TEXTAREA","SELECT"].includes(t.tagName):!1,Pe=t=>{if(Dt(t.target))return;const e=t.key.toLowerCase();if(!t.ctrlKey&&!t.metaKey&&!t.altKey&&e==="o"){t.preventDefault(),t.stopPropagation(),Tt(),M.value=!0;return}if(!t.ctrlKey&&!t.metaKey&&!t.altKey&&e==="f"){t.preventDefault(),t.stopPropagation(),Ne();return}if(M.value){if(t.key==="ArrowUp"||t.key==="ArrowDown"){t.preventDefault(),t.stopPropagation();const u=Q.value;if(u.length===0)return;const L=u.findIndex(qt=>qt.name===S.value),se=t.key==="ArrowUp"?-1:1,jt=((L===-1?se>0?-1:0:L)+se+u.length)%u.length;S.value=u[jt].name;return}if(t.key==="Enter"){t.preventDefault(),t.stopPropagation(),X();return}}if(t.key==="Escape"){if(M.value){t.preventDefault(),t.stopPropagation(),X();return}D.value&&(t.preventDefault(),Ke());return}const l=t.key==="+"||t.code==="NumpadAdd"||t.code==="Equal"&&t.shiftKey,a=t.key==="-"||t.code==="Minus"||t.code==="NumpadSubtract";if(l){t.preventDefault(),Ie();return}a&&(t.preventDefault(),Be())},Tt=()=>{const t=_.value;if(t.length===0)return;if(W.value!==null){const l=t.find(a=>a.id===W.value);if(l){S.value=l.label;return}}const e=t.find(l=>V.value>=l.startTime&&V.value<=l.endTime);e&&(S.value=e.label)},Ie=()=>{Me.value&&(s.value&&r.setCurrentVideo(s.value),D.value=!0,Je.value=V.value,r.startDraft(S.value,V.value),console.log(`Draft gestartet: ${S.value} bei ${k(V.value)}`))},Be=async()=>{if(!(!D.value||!s.value))try{r.setCurrentVideo(s.value),r.updateDraftEnd(V.value),await r.commitDraft(),D.value=!1,await z(),console.log("Label-Markierung abgeschlossen")}catch(t){console.error("Error finishing label marking:",t)}},Ke=()=>{r.cancelDraft(),D.value=!1,console.log("Label-Markierung abgebrochen")},zt=t=>{fe(t.timestamp),O.value=B.value.find(e=>e.id===`exam-${t.id}`)||null},$t=async t=>{try{await R.delete(U(`examinations/${t}/`)),$.value=$.value.filter(e=>e.id!==t),B.value=B.value.filter(e=>e.id!==`exam-${t}`),O.value?.id===`exam-${t}`&&(O.value=null),x(`Untersuchung ${t} gelöscht`),console.log("Examination deleted:",t)}catch(e){console.error("Error deleting examination:",e),await C(Promise.reject(e))}},Mt=async()=>{if(y.value==="prediction"){b("KI-Vorhersagen müssen zuerst als manuelle Segmente übernommen werden.");return}if(!s.value){b("Kein Video ausgewählt");return}const t=_.value.length;if(t===0){b("Keine Segmente zum Validieren vorhanden");return}if(!confirm(`Möchten Sie alle ${t} Segmente von Video ${s.value} als validiert markieren? Außerhalb-Segmente werden danach gelöscht.`))return;const e=_.value.filter(l=>typeof l.id=="number").map(l=>({id:l.id,start_time:l.startTime,end_time:l.endTime}));console.log("🔄 Sending segments to backend:",e);try{console.log(`🔍 Validating all segments for video ${s.value}...`);const l=await R.post(U(`media/videos/${s.value}/segments/validate-bulk/`),{segmentIds:e.map(a=>a.id),segments:e,isValidated:!0,notes:`Vollständige Video-Review abgeschlossen am ${new Date().toLocaleString("de-DE")}`,informationSourceName:"manual_annotation"});console.log("✅ Validation response:",l.data),x(`Erfolgreich! ${l.data.updatedCount} von ${l.data.totalSegments??l.data.requestedCount} Segmenten validiert.`),await z()}catch(l){console.error("❌ Error validating video segments:",l);const a=l?.response?.data?.error||l?.message||"Unbekannter Fehler";b(`Validierung fehlgeschlagen: ${a}`)}},At=async t=>{if(!t){b("Kein Video ausgewählt");return}Z.value=t,await Mt()},Ft=async()=>{if(T.value){b("Dieses Video ist bereits validiert und wird schreibgeschützt angezeigt.");return}if(y.value==="prediction"){b('Änderungen an KI-Vorhersagen werden erst mit "Als manuelle Segmente übernehmen" persistiert.');return}try{await r.persistDirtySegments(),await z(),x("Segment-Änderungen gespeichert")}catch(t){console.error("Fehler beim Speichern der Segment-Änderungen:",t),await C(Promise.reject(t))}},Nt=()=>{if(T.value){b("Dieses Video ist bereits validiert und wird schreibgeschützt angezeigt.");return}if(y.value==="prediction"){z(),x("Lokale Änderungen an KI-Vorhersagen verworfen");return}s.value&&(r.fetchVideoSegments(s.value),x("Lokale Änderungen verworfen"))},Pt=async()=>{if(s.value){if(T.value){b("Dieses Video ist bereits validiert und wird schreibgeschützt angezeigt.");return}if(_.value.length===0){b("Keine KI-Segmente zum Übernehmen vorhanden");return}ne.value=!0;try{const t={replace_existing:!0,segments:_.value.map(e=>({label_name:e.label,start_time:e.startTime,end_time:e.endTime,export_segment:!!e.exportSegment}))};await R.post(U(We.media.videoSegmentsImportPredictions(s.value)),t),y.value="manual",await z(),x("KI-Vorhersagen wurden als manuelle Segmente übernommen")}catch(t){console.error("Error importing prediction segments:",t),await C(Promise.reject(t))}finally{ne.value=!1}}},It=t=>{console.error("Video loading error:",t);const e=t.target;console.error("Video error details:",{error:e.error,networkState:e.networkState,readyState:e.readyState,currentSrc:e.currentSrc}),b("Fehler beim Laden des Videos. Bitte versuchen Sie es erneut.")},Bt=()=>{console.log("Video loading started for:",F.value)},Kt=()=>{console.log("Video can play, loaded successfully"),x("Video erfolgreich geladen")},Re=t=>{const e=I.value.find(a=>a.id===t&&a.mediaType==="video");return e?{not_started:"⏳ Wartend",processing_anonymization:"🔄 In Verarbeitung",extracting_frames:"🎬 Frames",done_processing_anonymization:"✅ Anonymisiert - Validierung steht aus",validated:"🛡️ Validiert & Anonymisiert",failed:"❌ Fehler"}[e.anonymizationStatus]||e.anonymizationStatus:""},Ue=t=>I.value.filter(e=>e.mediaType==="video"&&e.anonymizationStatus===t).length,Rt=t=>({not_started:"bg-secondary",processing_anonymization:"bg-warning",extracting_frames:"bg-info",predicting_segments:"bg-info",done_processing_anonymization:"bg-success",validated:"bg-primary",failed:"bg-danger"})[t]||"bg-secondary",Ut=t=>({not_started:"Nicht gestartet",processing_anonymization:"Anonymisierung läuft",extracting_frames:"Frames extrahieren",predicting_segments:"Segmente vorhersagen",done_processing_anonymization:"Fertig",validated:"Validiert",failed:"Fehlgeschlagen"})[t]||t;return le(s,async t=>{if(console.log("Selected video ID changed, syncing store and loading details:",t),typeof t=="number")r.setCurrentVideo(t);else if(t!==null){K.value="Invalid video ID";return}await Le(),t!==null&&await z()}),le(()=>q.query.video,t=>{const e=Number(t??"")||null;e!==s.value&&(s.value=e)},{immediate:!0}),(t,e)=>{const l=Xt("RouterLink");return i(),o("div",an,[K.value?(i(),o("div",sn,[e[6]||(e[6]=n("i",{class:"ni ni-fat-remove me-2"},null,-1)),e[7]||(e[7]=n("strong",null,"Fehler:",-1)),g(" "+d(K.value)+" ",1),n("button",{type:"button",class:"btn-close",onClick:ve,"aria-label":"Close"})])):c("",!0),ae.value?(i(),o("div",ln,[e[8]||(e[8]=n("i",{class:"ni ni-check-bold me-2"},null,-1)),e[9]||(e[9]=n("strong",null,"Erfolg:",-1)),g(" "+d(ae.value)+" ",1),n("button",{type:"button",class:"btn-close",onClick:ge,"aria-label":"Close"})])):c("",!0),e[54]||(e[54]=n("div",{class:"row"},[n("div",{class:"col-12"},[n("h1",null,"Video-Untersuchung"),n("p",null,"Wählen Sie ein Video aus, prüfen Sie die Segmente und setzen Sie die Befundung im nächsten Schritt fort.")])],-1)),n("div",on,[n("div",rn,[n("div",dn,[e[42]||(e[42]=n("div",{class:"card-header pb-0"},[n("h5",{class:"mb-0"},"Videoansicht")],-1)),n("div",un,[n("div",cn,[e[15]||(e[15]=n("label",{class:"form-label"},"Video auswählen:",-1)),n("div",{ref_key:"videoDropdownRef",ref:me,class:"video-dropdown"},[n("button",{type:"button",class:"video-dropdown-trigger",disabled:!P.value,"aria-expanded":N.value?"true":"false","aria-haspopup":"listbox",onClick:tt},[n("span",vn,d(mt.value),1),n("i",{class:E(["ni",N.value?"ni-bold-up":"ni-bold-down"])},null,2)],8,mn),N.value&&P.value?(i(),o("div",gn,[(i(!0),o(Y,null,J(w.value,a=>(i(),o("button",{key:a.id,type:"button",class:E(["video-dropdown-item",{"video-dropdown-item-selected":s.value===a.id,"video-dropdown-item-validated":a.segmentAnnotationsValidated,"video-dropdown-item-pending":!a.segmentAnnotationsValidated}]),onClick:u=>nt(a.id)},[n("div",bn,[n("span",pn,[e[10]||(e[10]=n("i",{class:"ni ni-button-play me-1"},null,-1)),g(" "+d(a.original_file_name||"Video Nr. "+a.id),1)]),n("span",{class:E(["video-dropdown-status-badge",a.segmentAnnotationsValidated?"badge-validated":"badge-pending"])},[n("i",{class:E(["ni me-1",a.segmentAnnotationsValidated?"ni-check-bold":"ni-watch-time"])},null,2),g(" "+d(a.segmentAnnotationsValidated?"Validiert":"Validierung offen"),1)],2)]),n("div",yn,[n("span",null,d(Re(a.id)),1),n("span",null,"| Center: "+d(a.centerName||"Unbekannt"),1),n("span",null,"| Geschlecht: "+d(ot(a.id)),1),n("span",null,"| Alter: "+d(rt(a.id)),1)])],10,fn))),128))])):c("",!0)],512),P.value?c("",!0):(i(),o("small",hn,d($e.value),1)),we.value.length>0?(i(),o("div",Sn,[n("div",wn,[e[14]||(e[14]=n("small",{class:"text-muted"},"Status-Übersicht:",-1)),n("span",kn,[e[11]||(e[11]=n("i",{class:"ni ni-check-bold me-1"},null,-1)),g(" "+d(Ue("done_processing_anonymization"))+" Anonymisiert ",1)]),n("span",Vn,[e[12]||(e[12]=n("i",{class:"ni ni-check-bold me-1"},null,-1)),g(" "+d(Ue("validated"))+" Validiert ",1)]),n("span",_n,[e[13]||(e[13]=n("i",{class:"ni ni-watch-time me-1"},null,-1)),g(" "+d(ut.value.length)+" Ausstehend ",1)])])])):c("",!0)]),Z.value!==null?(i(),o("div",{key:0,class:E(["mt-2 p-2 rounded validation-click-indicator",s.value===Z.value?"validation-click-indicator-active":"validation-click-indicator-muted"])},[n("small",xn,[e[16]||(e[16]=n("i",{class:"ni ni-tag me-1"},null,-1)),g(" Das Video mit dieser ID wurde als validiert markiert "+d(Z.value),1)])],2)):c("",!0),!F.value&&P.value?(i(),o("div",Cn,[e[20]||(e[20]=n("i",{class:"ni ni-button-play ni-3x"},null,-1)),e[21]||(e[21]=n("p",{class:"mt-2"},"Video auswählen, um mit der Betrachtung zu beginnen",-1)),s.value?(i(),o("div",Ln,[n("div",En,[e[19]||(e[19]=n("i",{class:"ni ni-support-16 me-2"},null,-1)),n("div",Dn,[n("strong",null,"Video "+d(s.value)+":",1),g(" "+d(Re(s.value)),1),e[17]||(e[17]=n("br",null,null,-1)),e[18]||(e[18]=n("small",{class:"text-muted"},"Die Ansicht wird vorbereitet.",-1))])])])):c("",!0)])):c("",!0),P.value?c("",!0):(i(),o("div",Tn,[e[22]||(e[22]=n("i",{class:"ni ni-collection ni-3x"},null,-1)),n("p",zn,d($e.value),1),e[23]||(e[23]=n("small",null,"Videos können über den Ordner Raw Videos hochgeladen werden. Sie müssen erst anonymisiert werden, bevor sie hier angezeigt werden.",-1))])),F.value?(i(),o("div",{key:3,ref_key:"videoContainerRef",ref:ue,class:"video-container"},[n("button",{type:"button",class:"fullscreen-toggle",onClick:Ne,title:de.value?"Vollbild verlassen":"Vollbild"},[n("i",{class:E(["ni",de.value?"ni-fat-remove":"ni-zoom-split-in"])},null,2)],8,$n),n("video",{ref_key:"videoRef",ref:f,"data-cy":"video-player",src:F.value,onTimeupdate:yt,onLoadedmetadata:pt,onError:It,onLoadstart:Bt,onCanplay:Kt,controls:"",class:"w-100",style:{"max-height":"400px"}}," Ihr Browser unterstützt das Video-Element nicht. ",40,Mn),M.value?(i(),o("div",{key:0,class:"label-overlay",onClick:Yt(X,["self"])},[n("div",An,[n("div",{class:"label-overlay-header"},[e[24]||(e[24]=n("span",null,"Label auswählen",-1)),n("button",{type:"button",class:"label-overlay-close",onClick:X}," × ")]),e[25]||(e[25]=n("div",{class:"label-overlay-hint"}," ↑/↓ wechseln · Enter übernehmen · Esc schließen ",-1)),n("div",Fn,[(i(!0),o(Y,null,J(Q.value,a=>(i(),o("button",{key:a.id,type:"button",class:E(["label-overlay-item",{active:a.name===S.value}]),onClick:u=>Et(a.name)},d(v(j)(a.name)),11,Nn))),128))])])])):c("",!0),s.value?(i(),o("div",Pn,[n("div",In,[n("div",Bn,[n("h6",Kn,[e[26]||(e[26]=n("i",{class:"ni ni-button-play me-2 text-primary"},null,-1)),g(" "+d(ze.value?.original_file_name||`Video ${s.value}`),1)]),n("div",Rn,[n("span",{class:E([Rt(v(I).find(a=>a.id===s.value&&a.mediaType==="video")?.anonymizationStatus||"not_started"),"badge"])},[e[27]||(e[27]=n("i",{class:"ni ni-lock-circle-open me-1"},null,-1)),g(" "+d(Ut(v(I).find(a=>a.id===s.value&&a.mediaType==="video")?.anonymizationStatus||"not_started")),1)],2),_.value.length>0?(i(),o("span",Un,[e[28]||(e[28]=n("i",{class:"ni ni-scissors me-1"},null,-1)),g(" "+d(_.value.length)+" Segmente ",1)])):c("",!0),$.value.length>0?(i(),o("span",jn,[e[29]||(e[29]=n("i",{class:"ni ni-support-16 me-1"},null,-1)),g(" "+d($.value.length)+" Untersuchungen ",1)])):c("",!0)])]),n("div",qn,[n("small",On,"Center: "+d(ze.value?.centerName||"Unbekannt"),1),n("small",Wn,"Dauer: "+d(v(k)(p.value)),1)])])])):c("",!0)],512)):c("",!0),F.value?c("",!0):(i(),o("div",Zn,[n("button",{class:"btn btn-primary",onClick:e[0]||(e[0]=a=>v(r).deleteVideo(s.value)),disabled:!P.value}," Video löschen? ",8,Gn)])),p.value>0?(i(),o("div",Hn,[ye(nn,{video:{duration:p.value},segments:_.value,labels:Q.value,currentTime:V.value,isPlaying:te.value,activeSegmentId:W.value,showWaveform:!1,selectionMode:A.value,fps:Ye.value,onSeek:St,onPlayPause:wt,onSegmentSelect:kt,onSegmentResize:Vt,onSegmentMove:_t,onSegmentCreate:Ae,onSegmentDelete:Ct,onTimeSelection:xt},null,8,["video","segments","labels","currentTime","isPlaying","activeSegmentId","selectionMode","fps"]),e[36]||(e[36]=n("details",{class:"mt-2 text-muted shortcuts-details",style:{"font-size":"0.85rem"}},[n("summary",{class:"shortcuts-toggle","aria-label":"Shortcuts anzeigen"},[n("span",{class:"shortcuts-icon"},"?"),n("span",null,"Shortcuts")]),n("div",{class:"mt-1 shortcuts-body"}," O = Labelauswahl · ↑/↓ = Label wechseln · Enter = Label übernehmen · F = Vollbild · , / . = Frame zurück/vor · K / L = 5s zurück/vor · Ctrl/Cmd + C = Segment kopieren · Ctrl/Cmd + V = Segment einfügen · Ctrl/Cmd + Z = Löschen rückgängig · Delete/Backspace = Segment löschen · Rechtsklick auf Segment = Start/Ende tippen · + = Segment-Start · - = Segment-Ende · Esc = Abbrechen ")],-1)),s.value?(i(),o("div",Xn,[je(n("select",{"onUpdate:modelValue":e[1]||(e[1]=a=>y.value=a),class:"form-select form-select-sm source-select",onChange:bt},[...e[30]||(e[30]=[n("option",{value:"manual"},"Manuelle Segmente",-1),n("option",{value:"prediction"},"KI-Vorhersagen",-1)])],544),[[qe,y.value]]),n("button",{class:"btn btn-outline-secondary",onClick:Nt,disabled:y.value==="prediction"||!A.value}," Änderungen verwerfen ",8,Yn),n("button",{class:E(["btn",Qe.value?"btn-primary":"btn-outline-secondary"]),onClick:Ft,disabled:y.value==="prediction"||!A.value}," Segmentänderungen speichern ",10,Jn),y.value==="prediction"?(i(),o("button",{key:0,class:"btn btn-primary",disabled:_.value.length===0||ne.value||!A.value,onClick:Pt},d(ne.value?"Übernehme...":"Als manuelle Segmente übernehmen"),9,Qn)):c("",!0),n("div",{class:"simple-timeline-track mt-2",onClick:ht,ref_key:"timelineRef",ref:ce},[n("div",{class:"progress-bar",style:Oe({width:`${V.value/p.value*100}%`})},null,4),(i(!0),o(Y,null,J(B.value,a=>(i(),o("div",{key:a.id,class:"examination-marker",style:Oe({left:`${a.timestamp/p.value*100}%`}),title:`Untersuchung bei ${v(k)(a.timestamp)}`},null,12,ea))),128))],512)])):c("",!0),s.value?(i(),o("div",ta,[n("div",na,[y.value==="prediction"?(i(),o("div",aa,' KI-Segmente sind hier nur als Vorlage editierbar. Zum Speichern in die manuelle Annotation den Button "Als manuelle Segmente übernehmen" verwenden. ')):c("",!0),n("div",sa,[e[32]||(e[32]=n("label",{class:"form-label mb-0 me-2"},"Neues Label setzen:",-1)),je(n("select",{ref_key:"labelSelectRef",ref:Ce,"onUpdate:modelValue":e[2]||(e[2]=a=>S.value=a),onChange:Lt,onFocus:e[3]||(e[3]=a=>M.value=!0),onBlur:e[4]||(e[4]=a=>M.value=!1),class:"form-select form-select-sm control-select","data-cy":"label-select"},[e[31]||(e[31]=n("option",{value:""},"Label auswählen...",-1)),(i(!0),o(Y,null,J(Q.value,a=>(i(),o("option",{key:a.id,value:a.name},d(v(j)(a.name)),9,la))),128))],544),[[qe,S.value]])]),n("div",ia,[D.value?c("",!0):(i(),o("button",{key:0,onClick:Ie,class:"btn btn-success btn-sm control-button",disabled:!Me.value,"data-cy":"start-label-button"},[...e[33]||(e[33]=[n("i",{class:"ni ni-tag"},null,-1),g(" Label-Start setzen ",-1)])],8,oa)),D.value?(i(),o("button",{key:1,onClick:Be,class:"btn btn-warning btn-sm control-button","data-cy":"finish-label-button"},[...e[34]||(e[34]=[n("i",{class:"ni ni-button-pause"},null,-1),g(" Label-Ende setzen ",-1)])])):c("",!0),D.value?(i(),o("button",{key:2,onClick:Ke,class:"btn btn-outline-secondary btn-sm control-button"}," Abbrechen ")):c("",!0)]),n("span",ra,[v(r).draftSegment&&v(r).draftSegment.startTime!==null?(i(),o("p",da,"Aktueller Label Start: "+d(v(k)(v(r).draftSegment.startTime)),1)):c("",!0),g(" Zeit: "+d(v(k)(V.value))+" / "+d(v(k)(p.value)),1)])]),v(r).draftSegment?(i(),o("div",ua,[n("small",null,[e[35]||(e[35]=n("i",{class:"ni ni-support-16 align-middle me-1",style:{"font-size":"16px"}},null,-1)),g(' Label "'+d(v(j)(v(r).draftSegment.label))+'" ',1),v(r).draftSegment.endTime?(i(),o("span",ca," von "+d(v(k)(v(r).draftSegment.startTime))+" bis "+d(v(k)(v(r).draftSegment.endTime)),1)):(i(),o("span",ma," startet bei "+d(v(k)(v(r).draftSegment.startTime))+" - Ende beim nächsten Klick ",1))])])):c("",!0)])):c("",!0)])):c("",!0)]),s.value?(i(),o("div",va,[ee(s.value)?(i(),o("div",ga,[e[39]||(e[39]=n("i",{class:"ni ni-check-bold ni-2x me-3 text-success"},null,-1)),n("div",fa,[n("h6",ba,[e[37]||(e[37]=n("i",{class:"ni ni-trophy me-1"},null,-1)),g(" "+d(A.value?"Segmentbearbeitung aktiv":"Video bereits validiert"),1)]),n("small",pa,[A.value?(i(),o("span",ya," Segmentänderungen sind wieder möglich. Der Zurück-Button des Browsers beendet diesen Modus. ")):(i(),o("span",ha," Alle "+d(_.value.length)+" Segmente wurden überprüft und als validiert markiert. ",1))])]),A.value?c("",!0):(i(),o("button",{key:0,type:"button",class:"btn btn-outline-success btn-sm ms-auto validation-edit-button",onClick:at},[...e[38]||(e[38]=[n("i",{class:"ni ni-ruler-pencil me-1"},null,-1),g(" Segmente bearbeiten ",-1)])]))])):(i(),o("div",Sa,[n("button",{class:E(["btn validation-action-button d-inline-flex align-items-center justify-content-center gap-2",{"validation-action-button-clicked":s.value===Z.value}]),onClick:e[5]||(e[5]=a=>At(s.value)),disabled:y.value==="prediction"},[e[40]||(e[40]=n("i",{class:"ni ni-check-bold validation-action-icon"},null,-1)),n("span",null,"Alle Segmente validieren ("+d(_.value.length)+")",1)],10,wa)])),!ee(s.value)&&y.value!=="prediction"?(i(),o("p",ka,[...e[41]||(e[41]=[n("i",{class:"ni ni-support-16",style:{"font-size":"16px","vertical-align":"middle"}},null,-1),g(' Markiert alle Segmente als überprüft und setzt Video-Status auf "Validiert" ',-1)])])):c("",!0)])):c("",!0)]),n("div",Va,[n("div",_a,[n("div",xa,[e[45]||(e[45]=n("h5",{class:"mb-0"},[n("i",{class:"ni ni-single-copy-04 me-2"}),g(" Klinische Befundung ")],-1)),O.value?(i(),o("small",Ca," Zeitpunkt: "+d(v(k)(O.value.timestamp)),1)):c("",!0),s.value?(i(),o("div",La,[n("div",Ea,[e[43]||(e[43]=n("i",{class:"ni ni-support-16 me-1"},null,-1)),n("strong",null,"Video "+d(s.value)+":",1),e[44]||(e[44]=g(" Die klinische Befundung erfolgt im nächsten Schritt. ",-1))])])):c("",!0)]),n("div",Da,[n("div",Ta,[e[47]||(e[47]=n("i",{class:"ni ni-map-big ni-3x mb-3 text-muted"},null,-1)),e[48]||(e[48]=n("h6",null,"Befundung fortsetzen",-1)),e[49]||(e[49]=n("p",{class:"mb-3"}," Wechseln Sie zur Befundung, um den Fall weiter zu bearbeiten und den Bericht zu vervollständigen. ",-1)),e[50]||(e[50]=n("p",{class:"small text-muted mb-4"}," Öffnen Sie dort den passenden Patientenfall und führen Sie die Dokumentation weiter. ",-1)),ye(l,{class:"btn btn-primary",to:"/reporting/case-setup"},{default:Jt(()=>[...e[46]||(e[46]=[g(" Zur Befundung wechseln ",-1)])]),_:1})])])]),$.value.length>0?(i(),o("div",za,[e[53]||(e[53]=n("div",{class:"card-header pb-0"},[n("h6",{class:"mb-0"},"Gespeicherte Untersuchungen")],-1)),n("div",$a,[n("div",Ma,[(i(!0),o(Y,null,J($.value,a=>(i(),o("div",{key:a.id,class:"list-group-item d-flex justify-content-between align-items-center px-0"},[n("div",null,[n("small",Aa,d(v(k)(a.timestamp)),1),n("div",null,d(a.examination_type||"Untersuchung"),1)]),n("div",null,[n("button",{onClick:u=>zt(a),class:"btn btn-sm btn-outline-primary me-2"},[...e[51]||(e[51]=[n("i",{class:"ni ni-button-play"},null,-1)])],8,Fa),n("button",{onClick:u=>$t(a.id),class:"btn btn-sm btn-outline-danger"},[...e[52]||(e[52]=[n("i",{class:"ni ni-fat-delete"},null,-1)])],8,Na)])]))),128))])])])):c("",!0)])])])])}}}),Ia=Qt(Pa,[["__scopeId","data-v-0a35a215"]]),Ba={class:"container-fluid h-100 w-100 py-1 px-4"},Za=Ge({__name:"VideoExamination",setup(He){return(q,ie)=>(i(),o("div",Ba,[ye(Ia)]))}});export{Za as default};
@@ -1,4 +1,4 @@
1
- .breadcrumb-item+.breadcrumb-item[data-v-6d18d1fa]:before{content:">"}.breadcrumb-item.active[data-v-6d18d1fa]{font-weight:600}.btn-warning[data-v-6d18d1fa]{animation:pulse-warning-6d18d1fa 2s infinite}@keyframes pulse-warning-6d18d1fa{0%{box-shadow:0 0 #ffc107b3}70%{box-shadow:0 0 0 10px #ffc10700}to{box-shadow:0 0 #ffc10700}}.badge[data-v-6d18d1fa]{font-size:.7rem;padding:.25em .4em}.spinner-border-sm[data-v-6d18d1fa]{width:.875rem;height:.875rem}.nav-link[data-v-6d18d1fa]{transition:color .15s ease-in-out}.nav-link[data-v-6d18d1fa]:hover{color:#495057!important}.btn[data-v-6d18d1fa]{transition:all .15s ease-in-out}.btn[data-v-6d18d1fa]:hover{transform:translateY(-1px)}.navbar-toggler[data-v-6d18d1fa]{border:none;padding:.25rem .5rem;background:transparent;margin-right:1rem}.navbar-toggler[data-v-6d18d1fa]:focus{box-shadow:none}.navbar-toggler-icon[data-v-6d18d1fa]{background-image:none;display:inline-block;width:1.5em;height:1.5em}.navbar-toggler-bar[data-v-6d18d1fa]{display:block;width:22px;height:2px;background-color:#2d3047;border-radius:1px;margin:4px 0;transition:all .2s}.navbar-toggler:hover .navbar-toggler-bar[data-v-6d18d1fa]{background-color:#596cff}@media(min-width:1200px){.navbar-toggler[data-v-6d18d1fa]{display:none!important}}.sidenav[data-v-645f6ea5]{display:flex;flex-direction:column;height:100%;min-height:0;color:#f5f8ff}.sidenav[data-v-645f6ea5] *{box-sizing:border-box}.sidenav-header[data-v-645f6ea5]{flex:0 0 auto;height:auto!important;min-height:0;position:relative;z-index:1}.sidenav-header .navbar-brand[data-v-645f6ea5]{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:0!important;margin:0!important;white-space:normal}.sidenav-header .font-weight-bold[data-v-645f6ea5]{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.45);object-fit:contain}.sidenav-header-inner[data-v-645f6ea5]{padding:.5rem 1rem;margin-bottom:1.5rem}.logo-img[data-v-645f6ea5]{display:block;width:100%;max-width:100%;height:auto;object-fit:contain}.sidenav-body[data-v-645f6ea5]{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;max-height:none;padding:.2rem .45rem .8rem;-webkit-overflow-scrolling:touch}.navbar-nav[data-v-645f6ea5]{padding-left:0;margin-bottom:0;list-style:none}.nav-section-title[data-v-645f6ea5]{padding:.35rem .75rem .6rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#d6deed;font-weight:700}.nav-item[data-v-645f6ea5]{width:100%;margin-bottom:2px}.nav-link[data-v-645f6ea5]{display:flex;align-items:flex-start;gap:.5rem;white-space:normal;min-height:2.25rem;padding:.5rem .65rem;color:#f5f8ff!important;border:1px solid transparent;border-radius:.5rem;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease;text-decoration:none}.nav-link .nav-link-text[data-v-645f6ea5]{color:inherit!important}.nav-link .icon i[data-v-645f6ea5]{color:inherit!important;opacity:.92!important}.nav-link[data-v-645f6ea5]:hover{background-color:#ffffff24;border-color:#ffffff2e}.nav-link[data-v-645f6ea5]:focus-visible{outline:2px solid #9dc2ff;outline-offset:1px}.nav-link.active[data-v-645f6ea5]{background-color:#ffffff3d;border-color:#ffffff47;box-shadow:0 8px 18px #0003}.icon-shape[data-v-645f6ea5]{width:32px;height:32px;flex:0 0 32px;background-color:#ffffff29;border-radius:.75rem}.icon-shape i[data-v-645f6ea5]{font-size:1rem;line-height:1}.nav-link-text[data-v-645f6ea5]{flex:1 1 auto;min-width:0;font-size:.875rem;font-weight:500;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.nav-link-text-with-badge[data-v-645f6ea5]{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.workflow-badge[data-v-645f6ea5]{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1;color:#111827;background:#ffd24a;border:1px solid rgba(0,0,0,.12)}.workflow-badge-processing[data-v-645f6ea5]{color:#fff;background:#1a73e8;border-color:#ffffff38}hr.horizontal.light[data-v-645f6ea5]{background-image:linear-gradient(90deg,#fff0,#fff6,#fff0);height:1px;border:0;opacity:.25;margin:1rem 0}.img[data-v-645f6ea5]{object-fit:contain}.sidebar-backdrop[data-v-645f6ea5]{position:fixed;inset:0;width:100%;height:100dvh;background-color:#0c12208f;z-index:1040;opacity:0;animation:fadeIn-645f6ea5 .2s ease-out forwards}@keyframes fadeIn-645f6ea5{to{opacity:1}}@media(max-width:1199.98px){.sidenav[data-v-645f6ea5]{position:fixed!important;top:0;left:0;width:min(320px,82vw)!important;height:100dvh;transform:translate(-110%)!important;z-index:1050;background:linear-gradient(195deg,#42424a,#191919)!important;transition:transform .22s ease-out!important;overflow:hidden;box-shadow:14px 0 28px #0000005c;pointer-events:none}.sidenav.show[data-v-645f6ea5]{transform:translate(0)!important;pointer-events:auto}}@media(min-width:1200px){.sidebar-backdrop[data-v-645f6ea5]{display:none}.sidenav[data-v-645f6ea5]{transform:none!important;position:relative!important}}.toast[data-v-4eb5d4e4]{min-width:260px}@media(max-width:1199.98px){.g-sidenav-show>aside.sidenav.navbar{transform:none!important;position:static;width:auto;height:auto;background:none}}@font-face{font-family:NucleoIcons;src:url(/static/nucleo-icons.eot);src:url(/static/nucleo-icons.eot) format("embedded-opentype"),url(/static/nucleo-icons.woff2) format("woff2"),url(/static/nucleo-icons.woff) format("woff"),url(/static/nucleo-icons.ttf) format("truetype"),url(/static/nucleo-icons.svg) format("svg");font-weight:400;font-style:normal}.ni{display:inline-block;font: 14px/1 NucleoIcons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ni-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.ni-2x{font-size:2em}.ni-3x{font-size:3em}.ni-4x{font-size:4em}.ni-5x{font-size:5em}.ni.square,.ni.circle{padding:.33333333em;vertical-align:-16%;background-color:#eee}.ni.circle{border-radius:50%}.ni-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.ni-ul>li{position:relative}.ni-ul>li>.ni{position:absolute;left:-1.57142857em;top:.14285714em;text-align:center}.ni-ul>li>.ni.lg{top:0;left:-1.35714286em}.ni-ul>li>.ni.circle,.ni-ul>li>.ni.square{top:-.19047619em;left:-1.9047619em}.ni.spin{-webkit-animation:nc-spin 2s infinite linear;-moz-animation:nc-spin 2s infinite linear;animation:nc-spin 2s infinite linear}@-webkit-keyframes nc-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes nc-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes nc-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ni.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.ni.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.ni.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.ni.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scaleX(-1)}.ni.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scaleY(-1)}.ni-active-40:before{content:""}.ni-air-baloon:before{content:""}.ni-album-2:before{content:""}.ni-align-center:before{content:""}.ni-align-left-2:before{content:""}.ni-ambulance:before{content:""}.ni-app:before{content:""}.ni-archive-2:before{content:""}.ni-atom:before{content:""}.ni-badge:before{content:""}.ni-bag-17:before{content:""}.ni-basket:before{content:""}.ni-bell-55:before{content:""}.ni-bold-down:before{content:""}.ni-bold-left:before{content:""}.ni-bold-right:before{content:""}.ni-bold-up:before{content:""}.ni-bold:before{content:""}.ni-book-bookmark:before{content:""}.ni-books:before{content:""}.ni-box-2:before{content:""}.ni-briefcase-24:before{content:""}.ni-building:before{content:""}.ni-bulb-61:before{content:""}.ni-bullet-list-67:before{content:""}.ni-bus-front-12:before{content:""}.ni-button-pause:before{content:""}.ni-button-play:before{content:""}.ni-button-power:before{content:""}.ni-calendar-grid-58:before{content:""}.ni-camera-compact:before{content:""}.ni-caps-small:before{content:""}.ni-cart:before{content:""}.ni-chart-bar-32:before{content:""}.ni-chart-pie-35:before{content:""}.ni-chat-round:before{content:""}.ni-check-bold:before{content:""}.ni-circle-08:before{content:""}.ni-cloud-download-95:before{content:""}.ni-cloud-upload-96:before{content:""}.ni-compass-04:before{content:""}.ni-controller:before{content:""}.ni-credit-card:before{content:""}.ni-curved-next:before{content:""}.ni-delivery-fast:before{content:""}.ni-diamond:before{content:""}.ni-email-83:before{content:""}.ni-fat-add:before{content:""}.ni-fat-delete:before{content:""}.ni-fat-remove:before{content:""}.ni-favourite-28:before{content:""}.ni-folder-17:before{content:""}.ni-glasses-2:before{content:""}.ni-hat-3:before{content:""}.ni-headphones:before{content:""}.ni-html5:before{content:""}.ni-istanbul:before{content:""}.ni-key-25:before{content:""}.ni-laptop:before{content:""}.ni-like-2:before{content:""}.ni-lock-circle-open:before{content:""}.ni-map-big:before{content:""}.ni-mobile-button:before{content:""}.ni-money-coins:before{content:""}.ni-note-03:before{content:""}.ni-notification-70:before{content:""}.ni-palette:before{content:""}.ni-paper-diploma:before{content:""}.ni-pin-3:before{content:""}.ni-planet:before{content:""}.ni-ruler-pencil:before{content:""}.ni-satisfied:before{content:""}.ni-scissors:before{content:""}.ni-send:before{content:""}.ni-settings-gear-65:before{content:""}.ni-settings:before{content:""}.ni-single-02:before{content:""}.ni-single-copy-04:before{content:""}.ni-sound-wave:before{content:""}.ni-spaceship:before{content:""}.ni-square-pin:before{content:""}.ni-support-16:before{content:""}.ni-tablet-button:before{content:""}.ni-tag:before{content:""}.ni-tie-bow:before{content:""}.ni-time-alarm:before{content:""}.ni-trophy:before{content:""}.ni-tv-2:before{content:""}.ni-umbrella-13:before{content:""}.ni-user-run:before{content:""}.ni-vector:before{content:""}.ni-watch-time:before{content:""}.ni-world:before{content:""}.ni-zoom-split-in:before{content:""}.ni-collection:before{content:""}.ni-image:before{content:""}.ni-shop:before{content:""}.ni-ungroup:before{content:""}.ni-world-2:before{content:""}.ni-ui-04:before{content:""}.icon{display:inline-block;color:#111;height:1em;width:1em}.icon use{fill:#7ea6f6}.icon.icon-outline use{stroke:#7ea6f6}.icon-xs{height:.5em;width:.5em}.icon-sm{height:.8em;width:.8em}.icon-lg{height:1.6em;width:1.6em}.icon-xl{height:2em;width:2em}.icon-text-aligner{display:flex;align-items:center}.icon-text-aligner .icon{color:inherit;margin-right:.4em}.icon-text-aligner .icon use{color:inherit;fill:currentColor}.icon-text-aligner .icon.icon-outline use{stroke:currentColor}.icon{fill:currentColor;stroke:none}.icon.icon-outline{fill:none;stroke:currentColor}.icon use{stroke:none}.icon.icon-outline use{fill:none}.icon-outline.icon-stroke-1{stroke-width:1px}.icon-outline.icon-stroke-2{stroke-width:2px}.icon-outline.icon-stroke-3{stroke-width:3px}.icon-outline.icon-stroke-4{stroke-width:4px}.icon-outline.icon-stroke-1 use,.icon-outline.icon-stroke-3 use{-webkit-transform:translateX(.5px) translateY(.5px);-moz-transform:translateX(.5px) translateY(.5px);-ms-transform:translateX(.5px) translateY(.5px);-o-transform:translateX(.5px) translateY(.5px);transform:translate(.5px) translateY(.5px)}/*!
1
+ .breadcrumb-item+.breadcrumb-item[data-v-6d18d1fa]:before{content:">"}.breadcrumb-item.active[data-v-6d18d1fa]{font-weight:600}.btn-warning[data-v-6d18d1fa]{animation:pulse-warning-6d18d1fa 2s infinite}@keyframes pulse-warning-6d18d1fa{0%{box-shadow:0 0 #ffc107b3}70%{box-shadow:0 0 0 10px #ffc10700}to{box-shadow:0 0 #ffc10700}}.badge[data-v-6d18d1fa]{font-size:.7rem;padding:.25em .4em}.spinner-border-sm[data-v-6d18d1fa]{width:.875rem;height:.875rem}.nav-link[data-v-6d18d1fa]{transition:color .15s ease-in-out}.nav-link[data-v-6d18d1fa]:hover{color:#495057!important}.btn[data-v-6d18d1fa]{transition:all .15s ease-in-out}.btn[data-v-6d18d1fa]:hover{transform:translateY(-1px)}.navbar-toggler[data-v-6d18d1fa]{border:none;padding:.25rem .5rem;background:transparent;margin-right:1rem}.navbar-toggler[data-v-6d18d1fa]:focus{box-shadow:none}.navbar-toggler-icon[data-v-6d18d1fa]{background-image:none;display:inline-block;width:1.5em;height:1.5em}.navbar-toggler-bar[data-v-6d18d1fa]{display:block;width:22px;height:2px;background-color:#2d3047;border-radius:1px;margin:4px 0;transition:all .2s}.navbar-toggler:hover .navbar-toggler-bar[data-v-6d18d1fa]{background-color:#596cff}@media(min-width:1200px){.navbar-toggler[data-v-6d18d1fa]{display:none!important}}.sidenav[data-v-1f7e95ef]{display:flex;flex-direction:column;height:100%;min-height:0;color:#f5f8ff}.sidenav[data-v-1f7e95ef] *{box-sizing:border-box}.sidenav-header[data-v-1f7e95ef]{flex:0 0 auto;height:auto!important;min-height:0;position:relative;z-index:1}.sidenav-header .navbar-brand[data-v-1f7e95ef]{display:flex;flex-direction:column;align-items:center;text-decoration:none;padding:0!important;margin:0!important;white-space:normal}.sidenav-header .font-weight-bold[data-v-1f7e95ef]{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.45);object-fit:contain}.sidenav-header-inner[data-v-1f7e95ef]{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1rem .35rem;margin-bottom:.35rem}.logo-img[data-v-1f7e95ef]{display:block;width:auto;max-width:150px;max-height:92px;object-fit:contain}.sidenav-body[data-v-1f7e95ef]{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;max-height:none;padding:.2rem .45rem .8rem;-webkit-overflow-scrolling:touch}.navbar-nav[data-v-1f7e95ef]{padding-left:0;margin-bottom:0;list-style:none}.nav-section-title[data-v-1f7e95ef]{padding:.35rem .75rem .6rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#d6deed;font-weight:700}.nav-item[data-v-1f7e95ef]{width:100%;margin-bottom:2px}.nav-link[data-v-1f7e95ef]{display:flex;align-items:flex-start;gap:.5rem;white-space:normal;min-height:2.25rem;padding:.5rem .65rem;color:#f5f8ff!important;border:1px solid transparent;border-radius:.5rem;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease;text-decoration:none}.nav-link .nav-link-text[data-v-1f7e95ef]{color:inherit!important}.nav-link .icon i[data-v-1f7e95ef]{color:inherit!important;opacity:.92!important}.nav-link[data-v-1f7e95ef]:hover{background-color:#ffffff24;border-color:#ffffff2e}.nav-link[data-v-1f7e95ef]:focus-visible{outline:2px solid #9dc2ff;outline-offset:1px}.nav-link.active[data-v-1f7e95ef]{background-color:#ffffff3d;border-color:#ffffff47;box-shadow:0 8px 18px #0003}.icon-shape[data-v-1f7e95ef]{width:32px;height:32px;flex:0 0 32px;background-color:#ffffff29;border-radius:.75rem}.icon-shape i[data-v-1f7e95ef]{font-size:1rem;line-height:1}.nav-link-text[data-v-1f7e95ef]{flex:1 1 auto;min-width:0;font-size:.875rem;font-weight:500;line-height:1.3;white-space:normal;overflow-wrap:anywhere}.nav-link-text-with-badge[data-v-1f7e95ef]{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.workflow-badge[data-v-1f7e95ef]{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:1.35rem;height:1.35rem;padding:0 .35rem;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1;color:#111827;background:#ffd24a;border:1px solid rgba(0,0,0,.12)}.workflow-badge-processing[data-v-1f7e95ef]{color:#fff;background:#1a73e8;border-color:#ffffff38}hr.horizontal.light[data-v-1f7e95ef]{background-image:linear-gradient(90deg,#fff0,#fff6,#fff0);height:1px;border:0;opacity:.25;margin:1rem 0}.img[data-v-1f7e95ef]{object-fit:contain}.sidebar-backdrop[data-v-1f7e95ef]{position:fixed;inset:0;width:100%;height:100dvh;background-color:#0c12208f;z-index:1040;opacity:0;animation:fadeIn-1f7e95ef .2s ease-out forwards}@keyframes fadeIn-1f7e95ef{to{opacity:1}}@media(max-width:1199.98px){.sidenav[data-v-1f7e95ef]{position:fixed!important;top:0;left:0;width:min(320px,82vw)!important;height:100dvh;transform:translate(-110%)!important;z-index:1050;background:linear-gradient(195deg,#42424a,#191919)!important;transition:transform .22s ease-out!important;overflow:hidden;box-shadow:14px 0 28px #0000005c;pointer-events:none}.sidenav.show[data-v-1f7e95ef]{transform:translate(0)!important;pointer-events:auto}}@media(min-width:1200px){.sidebar-backdrop[data-v-1f7e95ef]{display:none}.sidenav[data-v-1f7e95ef]{transform:none!important;position:relative!important}}.toast[data-v-4eb5d4e4]{min-width:260px}@media(max-width:1199.98px){.g-sidenav-show>aside.sidenav.navbar{transform:none!important;position:static;width:auto;height:auto;background:none}}@font-face{font-family:NucleoIcons;src:url(/static/nucleo-icons.eot);src:url(/static/nucleo-icons.eot) format("embedded-opentype"),url(/static/nucleo-icons.woff2) format("woff2"),url(/static/nucleo-icons.woff) format("woff"),url(/static/nucleo-icons.ttf) format("truetype"),url(/static/nucleo-icons.svg) format("svg");font-weight:400;font-style:normal}.ni{display:inline-block;font: 14px/1 NucleoIcons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ni-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.ni-2x{font-size:2em}.ni-3x{font-size:3em}.ni-4x{font-size:4em}.ni-5x{font-size:5em}.ni.square,.ni.circle{padding:.33333333em;vertical-align:-16%;background-color:#eee}.ni.circle{border-radius:50%}.ni-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.ni-ul>li{position:relative}.ni-ul>li>.ni{position:absolute;left:-1.57142857em;top:.14285714em;text-align:center}.ni-ul>li>.ni.lg{top:0;left:-1.35714286em}.ni-ul>li>.ni.circle,.ni-ul>li>.ni.square{top:-.19047619em;left:-1.9047619em}.ni.spin{-webkit-animation:nc-spin 2s infinite linear;-moz-animation:nc-spin 2s infinite linear;animation:nc-spin 2s infinite linear}@-webkit-keyframes nc-spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes nc-spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@keyframes nc-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.ni.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.ni.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.ni.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.ni.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scaleX(-1)}.ni.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scaleY(-1)}.ni-active-40:before{content:""}.ni-air-baloon:before{content:""}.ni-album-2:before{content:""}.ni-align-center:before{content:""}.ni-align-left-2:before{content:""}.ni-ambulance:before{content:""}.ni-app:before{content:""}.ni-archive-2:before{content:""}.ni-atom:before{content:""}.ni-badge:before{content:""}.ni-bag-17:before{content:""}.ni-basket:before{content:""}.ni-bell-55:before{content:""}.ni-bold-down:before{content:""}.ni-bold-left:before{content:""}.ni-bold-right:before{content:""}.ni-bold-up:before{content:""}.ni-bold:before{content:""}.ni-book-bookmark:before{content:""}.ni-books:before{content:""}.ni-box-2:before{content:""}.ni-briefcase-24:before{content:""}.ni-building:before{content:""}.ni-bulb-61:before{content:""}.ni-bullet-list-67:before{content:""}.ni-bus-front-12:before{content:""}.ni-button-pause:before{content:""}.ni-button-play:before{content:""}.ni-button-power:before{content:""}.ni-calendar-grid-58:before{content:""}.ni-camera-compact:before{content:""}.ni-caps-small:before{content:""}.ni-cart:before{content:""}.ni-chart-bar-32:before{content:""}.ni-chart-pie-35:before{content:""}.ni-chat-round:before{content:""}.ni-check-bold:before{content:""}.ni-circle-08:before{content:""}.ni-cloud-download-95:before{content:""}.ni-cloud-upload-96:before{content:""}.ni-compass-04:before{content:""}.ni-controller:before{content:""}.ni-credit-card:before{content:""}.ni-curved-next:before{content:""}.ni-delivery-fast:before{content:""}.ni-diamond:before{content:""}.ni-email-83:before{content:""}.ni-fat-add:before{content:""}.ni-fat-delete:before{content:""}.ni-fat-remove:before{content:""}.ni-favourite-28:before{content:""}.ni-folder-17:before{content:""}.ni-glasses-2:before{content:""}.ni-hat-3:before{content:""}.ni-headphones:before{content:""}.ni-html5:before{content:""}.ni-istanbul:before{content:""}.ni-key-25:before{content:""}.ni-laptop:before{content:""}.ni-like-2:before{content:""}.ni-lock-circle-open:before{content:""}.ni-map-big:before{content:""}.ni-mobile-button:before{content:""}.ni-money-coins:before{content:""}.ni-note-03:before{content:""}.ni-notification-70:before{content:""}.ni-palette:before{content:""}.ni-paper-diploma:before{content:""}.ni-pin-3:before{content:""}.ni-planet:before{content:""}.ni-ruler-pencil:before{content:""}.ni-satisfied:before{content:""}.ni-scissors:before{content:""}.ni-send:before{content:""}.ni-settings-gear-65:before{content:""}.ni-settings:before{content:""}.ni-single-02:before{content:""}.ni-single-copy-04:before{content:""}.ni-sound-wave:before{content:""}.ni-spaceship:before{content:""}.ni-square-pin:before{content:""}.ni-support-16:before{content:""}.ni-tablet-button:before{content:""}.ni-tag:before{content:""}.ni-tie-bow:before{content:""}.ni-time-alarm:before{content:""}.ni-trophy:before{content:""}.ni-tv-2:before{content:""}.ni-umbrella-13:before{content:""}.ni-user-run:before{content:""}.ni-vector:before{content:""}.ni-watch-time:before{content:""}.ni-world:before{content:""}.ni-zoom-split-in:before{content:""}.ni-collection:before{content:""}.ni-image:before{content:""}.ni-shop:before{content:""}.ni-ungroup:before{content:""}.ni-world-2:before{content:""}.ni-ui-04:before{content:""}.icon{display:inline-block;color:#111;height:1em;width:1em}.icon use{fill:#7ea6f6}.icon.icon-outline use{stroke:#7ea6f6}.icon-xs{height:.5em;width:.5em}.icon-sm{height:.8em;width:.8em}.icon-lg{height:1.6em;width:1.6em}.icon-xl{height:2em;width:2em}.icon-text-aligner{display:flex;align-items:center}.icon-text-aligner .icon{color:inherit;margin-right:.4em}.icon-text-aligner .icon use{color:inherit;fill:currentColor}.icon-text-aligner .icon.icon-outline use{stroke:currentColor}.icon{fill:currentColor;stroke:none}.icon.icon-outline{fill:none;stroke:currentColor}.icon use{stroke:none}.icon.icon-outline use{fill:none}.icon-outline.icon-stroke-1{stroke-width:1px}.icon-outline.icon-stroke-2{stroke-width:2px}.icon-outline.icon-stroke-3{stroke-width:3px}.icon-outline.icon-stroke-4{stroke-width:4px}.icon-outline.icon-stroke-1 use,.icon-outline.icon-stroke-3 use{-webkit-transform:translateX(.5px) translateY(.5px);-moz-transform:translateX(.5px) translateY(.5px);-ms-transform:translateX(.5px) translateY(.5px);-o-transform:translateX(.5px) translateY(.5px);transform:translate(.5px) translateY(.5px)}/*!
2
2
 
3
3
  =========================================================
4
4
  * Material Dashboard 2 - v3.1.0