lx-annotate 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/PKG-INFO +4 -5
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/README.md +2 -2
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/file_watcher.py +38 -67
- lx_annotate-0.2.4/lx_annotate/migration_overrides/endoreg_db/0016_rename_streamable_relative_path_videofile_raw_streamable_relative_path_and_more.py +213 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_base.py +0 -2
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/manage.py +0 -2
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/pyproject.toml +2 -3
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/.vite/manifest.json +10 -5
- lx_annotate-0.2.4/staticfiles/AnonymizationCorrectionComponent.css +1 -0
- lx_annotate-0.2.4/staticfiles/AnonymizationCorrectionComponent.js +1 -0
- lx_annotate-0.2.4/staticfiles/AnonymizationOverview.js +1 -0
- lx_annotate-0.2.4/staticfiles/Export.js +1 -0
- lx_annotate-0.2.4/staticfiles/FinalizedResultPage.js +1 -0
- lx_annotate-0.2.4/staticfiles/VideoExamination.css +1 -0
- lx_annotate-0.2.4/staticfiles/VideoExamination.js +1 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/main.js +2 -2
- lx_annotate-0.2.4/staticfiles/mediaUrls.js +1 -0
- lx_annotate-0.2.4/staticfiles/videoStore.js +1 -0
- lx_annotate-0.2.2/staticfiles/AnonymizationCorrectionComponent.css +0 -1
- lx_annotate-0.2.2/staticfiles/AnonymizationCorrectionComponent.js +0 -1
- lx_annotate-0.2.2/staticfiles/AnonymizationOverview.js +0 -1
- lx_annotate-0.2.2/staticfiles/Export.js +0 -1
- lx_annotate-0.2.2/staticfiles/FinalizedResultPage.js +0 -1
- lx_annotate-0.2.2/staticfiles/VideoExamination.css +0 -1
- lx_annotate-0.2.2/staticfiles/VideoExamination.js +0 -1
- lx_annotate-0.2.2/staticfiles/mediaUrls.js +0 -1
- lx_annotate-0.2.2/staticfiles/videoStore.js +0 -1
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/.gitignore +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/LICENSE +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/admin.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/apps.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/asgi.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/celery.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/checks.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_audit.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_cleanup.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_jobs.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_payloads.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_reconciliation.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_state.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/hub/hub_export_worker.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/export_route_manifest.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/repair_managed_payloads.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/run_filewatcher.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/start_filewatcher.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/management/commands/verify_encrypted_storage.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/middleware/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/middleware/lookup_tracker.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0001_initial.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0001_squashed_0001_initial.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0002_export_flags.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0003_patientexaminationreport_report_and_more.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0004_videofile_uuid.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0005_rawpdffile_uuid.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0006_applicationsettings.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0007_pdfprocessinghistory.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0008_imageclassificationannotation_upsert_fields.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0009_patientexamination_draft_updated_at_and_more.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0010_remove_requirementset_reqset_exam_links_and_more.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0011_hub_ingest_metadata.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0012_networknode_transferjob.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0013_remove_legacy_requirement_models.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0014_sensitivemeta_tags_sensitivemeta_validation_comment_and_more.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/0015_uploadjob_content_hash_and_more.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migration_overrides/endoreg_db/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/0001_outboundhubtransferjob.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/0002_outboundhubtransferjob_local_cleanup_fields.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/migrations/max_migration.txt +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/models.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/serializers.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/config.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/secret_key.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_dev.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_prod.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/settings/settings_test.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/signals.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-D35JYvrC.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-DMZZ8ZMX.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnnotationDashboard-OeFWLB-b.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Anonymization-Bd9LTm0-.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationOverview-DUuDRweL.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationValidationComponent-BARZClvg.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Dashboard-DsKQzZNG.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Examination-CeCEv25w.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PageOverview-B8gUoFeQ.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-BlwvntXl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-CFDJpfd1.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientAdder-DOhN0oE-.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientOverview-C7XuyKPN.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/PatientOverview-oorWuJjf.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Profil-lke9QkYz.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/ReportGenerator-DJn6kaoO.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/RequirementGenerator-BC9a09T1.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/RequirementGenerator-CeDfg9J_.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Timeline-CMheelus.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Timeline-DA5RpACe.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/UeberUns-DnTs7q1V.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Validierung-Bobt4Qg1.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/Validierung-u-u0EBv0.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/VideoExamination-B8b7SxA_.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/VideoExamination-DdMsVSAF.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/autocomplete.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/base.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/changelists.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/dark_mode.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/dashboard.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/forms.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/login.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/nav_sidebar.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/responsive.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/responsive_rtl.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/rtl.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/unusable_password_field.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/LICENSE-SELECT2.md +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/select2.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/vendor/select2/select2.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/css/widgets.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/LICENSE +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/README.txt +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/calendar-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/gis/move_vertex_off.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/gis/move_vertex_on.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-addlink.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-alert.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-calendar.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-changelink.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-clock.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-deletelink.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-hidelink.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-no.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-unknown-alt.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-unknown.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-viewlink.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/icon-yes.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/inline-delete.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/search.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/selector-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/sorting-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/tooltag-add.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/img/tooltag-arrowright.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/SelectBox.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/SelectFilter2.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/actions.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/autocomplete.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/calendar.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/cancel.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/change_form.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/core.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/filters.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/inlines.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/jquery.init.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/nav_sidebar.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/popup_response.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/prepopulate.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/prepopulate_init.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/theme.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/unusable_password_field.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/urlify.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/jquery.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/LICENSE.md +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/af.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/az.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bg.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bn.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/bs.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ca.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/cs.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/da.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/de.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/dsb.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/el.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/en.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/es.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/et.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/eu.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fa.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/fr.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/gl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/he.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hr.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hsb.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hu.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/hy.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/id.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/is.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/it.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ja.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ka.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/km.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ko.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/lt.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/lv.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/mk.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ms.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/nb.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ne.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/nl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ps.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pt-BR.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/pt.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ro.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/ru.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sk.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sq.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sr-Cyrl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sr.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/sv.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/th.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/tk.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/tr.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/uk.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/vi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-CN.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-TW.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/select2.full.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/select2/select2.full.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/LICENSE.txt +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/annotationStore-DEHKjdKh.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-D35JYvrC.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-DMZZ8ZMX.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnnotationDashboard-OeFWLB-b.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Anonymization-Bd9LTm0-.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationOverview-CGBsqOFg.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationOverview-DUuDRweL.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationValidationComponent-BARZClvg.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Dashboard-DsKQzZNG.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Examination-CeCEv25w.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PageOverview-B8gUoFeQ.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-BlwvntXl.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-CFDJpfd1.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientAdder-DOhN0oE-.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientOverview-C7XuyKPN.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/PatientOverview-oorWuJjf.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Profil-lke9QkYz.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/ReportGenerator-DJn6kaoO.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/RequirementGenerator-BC9a09T1.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/RequirementGenerator-CeDfg9J_.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Timeline-CMheelus.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Timeline-DA5RpACe.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/UeberUns-DnTs7q1V.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Validierung-Bobt4Qg1.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/Validierung-u-u0EBv0.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/VideoExamination-B8b7SxA_.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/VideoExamination-DdMsVSAF.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/annotationStore-DEHKjdKh.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/authStore-w8taChNC.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/base.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/js/plugins/world.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/logo.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main-DGGk9Vng.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main-DethiONo.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/main.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/mediaTypeStore-D6KIykKn.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-BgnVbBvX.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-BuEzPWOc.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-C6OFysxg.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-CTnIBWcu.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/nucleo-icons-kNTzvw2K.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/patientStore-BazAFCNw.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/usePollingProtection-5vxQa-Ko.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/assets/videoStore-ClqdABXQ.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/authStore-w8taChNC.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/base.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/css/jquery.autocomplete.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/img/indicator.gif +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.ajaxQueue.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.autocomplete.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/django_extensions/js/jquery.bgiframe.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ColoReg.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/apple-icon.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-pricing.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-smart-home-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bg-smart-home-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/bruce-mars.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow-dark.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow-white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/down-arrow.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/drake.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/favicon.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/frames_demo/frame4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/home-decor-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/AU.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/BR.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/DE.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/GB.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/icons/flags/US.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/chat.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/danger-chat-ill.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/dark-lock-ill.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/error-404.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/error-500.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-lock.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-reset.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-signin.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-signup.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/illustration-verification.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/lock.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/pattern-tree.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/illustrations/rocket-white.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivana-square.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivana-squares.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/ivancik.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/kal-visuals-square.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logo-ct-dark.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logo-ct.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/ag_lux_logo_white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-coinbase.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-nasa.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-netflix.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-pinterest.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/gray-logos/logo-vodafone.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/mastercard.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/logos/visa.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/marie.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/meeting.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/office-dark.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/product-12.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-1-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-11.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-2-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-3-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-4-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-5-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-6-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-7-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/products/product-details-5.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/shapes/pattern-lines.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/shapes/waves-white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/bootstrap.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/creative-tim.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/devto.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/github.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/google-webdev.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/icon-bulb.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/icon-sun-cloud.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-asana.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-atlassian.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-invision.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-jira.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-slack.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/small-logos/logo-xd.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/team-5.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/tesla-model-s.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/img/vr-bg.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/js/plugins/world.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/logo.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main-DGGk9Vng.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main-DethiONo.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/main.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/mediaTypeStore-D6KIykKn.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/css/tabbed_translation_fields.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/clearable_inputs.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/force_jquery.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/modeltranslation/js/tabbed_translation_fields.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-BgnVbBvX.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-BuEzPWOc.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-C6OFysxg.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-CTnIBWcu.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/nucleo-icons-kNTzvw2K.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/patientStore-BazAFCNw.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap-tweaks.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/bootstrap.min.css.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/default.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/font-awesome-4.0.3.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/css/prettify.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/base.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/highlight.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/css/jquery.json-view.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/img/favicon.ico +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/img/grid.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/api.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/highlight.pack.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/docs/js/jquery.json-view.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/glyphicons-halflings-white.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/glyphicons-halflings.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/img/grid.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/ajax-form.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/bootstrap.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/coreapi-0.1.1.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/csrf.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/default.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/jquery-3.7.1.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/load-ajax-form.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/rest_framework/js/prettify-min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/silent-check-sso.html +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/usePollingProtection-5vxQa-Ko.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/static/videoStore-ClqdABXQ.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/encrypted.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/storage/encryption.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/tasks.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/templates/base.html +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/urls.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/views/__init__.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/views/hub_export.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/lx_annotate/wsgi.py +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AboutUs.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnnotationDashboard2.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationOverview.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationValidationComponent.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/AnonymizationValidationComponent.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ApplicationSettingsPage.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ApplicationSettingsPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/CaseResolutionPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/CaseSetupPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ColoReg.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Dashboard.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Documentation.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Documentation.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Export.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FindingsCapturePage.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FindingsCapturePage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameAnnotation.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameAnnotation.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameSelectorPage.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/FrameSelectorPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/HubExport.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/HubExport.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ModelTrainingPage.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ModelTrainingPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PageOverview.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PageOverview.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PatientOverview.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/PatientOverview.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Profile.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportEditorPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportTemplateBuilderPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingShell.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingShell.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/ReportingWorklistPage.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Timeline.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/Timeline.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/applicationSettingsApi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/base.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/js/plugins/world.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/logo.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/main.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/assets/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/dateHelpers.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/examinationStore.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/findingsApi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/apple-icon.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-pricing.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-smart-home-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bg-smart-home-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/bruce-mars.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow-dark.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow-white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/down-arrow.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/drake.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/favicon.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/frames_demo/frame4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/home-decor-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/AU.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/BR.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/DE.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/GB.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/icons/flags/US.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/chat.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/danger-chat-ill.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/dark-lock-ill.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/error-404.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/error-500.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-lock.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-reset.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-signin.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-signup.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/illustration-verification.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/lock.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/pattern-tree.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/illustrations/rocket-white.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivana-square.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivana-squares.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/ivancik.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/kal-visuals-square.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logo-ct-dark.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logo-ct.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/ag_lux_logo_white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-coinbase.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-nasa.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-netflix.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-pinterest.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/gray-logos/logo-vodafone.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/mastercard.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/logos/visa.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/marie.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/meeting.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/office-dark.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/product-12.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-1-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-11.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-2-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-3-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-4-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-5-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-6-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-7-min.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/products/product-details-5.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/shapes/pattern-lines.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/shapes/waves-white.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/bootstrap.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/creative-tim.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/devto.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/github.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/google-webdev.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/icon-bulb.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/icon-sun-cloud.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-asana.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-atlassian.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-invision.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-jira.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-slack.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/small-logos/logo-xd.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-1.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-2.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-3.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-4.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/team-5.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/tesla-model-s.png +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/img/vr-bg.jpg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/index.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/main.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/mediaTypeStore.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/patientExaminationStore.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/patientStore.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.worker.min.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/pdf.worker.min.mjs +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/reportTemplatesApi.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/silent-check-sso.html +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/timeHelpers.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useDebug.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useFindingSelectors.js +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useReportTemplates.css +0 -0
- {lx_annotate-0.2.2 → lx_annotate-0.2.4}/staticfiles/useReportTemplates.js +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lx-annotate
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: This webapp provides a frontend interface for pseudonymizing and annotating data and applying AI predictions.
|
|
5
5
|
Author-email: Max Hild <maxhild10@gmail.com>, "Thomas J. Lux" <lux_t1@ukw.de>
|
|
6
6
|
Maintainer: Hamza Zahid, Peter Kowalczyk
|
|
@@ -31,9 +31,8 @@ Requires-Dist: django-webpack-loader>=0.7.0
|
|
|
31
31
|
Requires-Dist: django==6.0.3
|
|
32
32
|
Requires-Dist: djangorestframework>=3.12.4
|
|
33
33
|
Requires-Dist: drf-spectacular>=0.28.0
|
|
34
|
-
Requires-Dist: endoreg-db==0.9.
|
|
34
|
+
Requires-Dist: endoreg-db==0.9.5.2
|
|
35
35
|
Requires-Dist: gunicorn>=23.0.0
|
|
36
|
-
Requires-Dist: lx-anonymizer==0.9.0.9
|
|
37
36
|
Requires-Dist: lx-dtypes==0.1.4
|
|
38
37
|
Requires-Dist: mozilla-django-oidc>=4.0.1
|
|
39
38
|
Requires-Dist: mypy>=1.18.2
|
|
@@ -222,7 +221,7 @@ deployment requirements for LuxNix and host environments:
|
|
|
222
221
|
`central_hub`, `site_node`, `standalone`
|
|
223
222
|
- for `central_hub`, require authenticated API uploads with declared
|
|
224
223
|
`center_key`; do not rely on default-center fallback for API ingest
|
|
225
|
-
- keep `STORAGE_DIR`
|
|
224
|
+
- keep `STORAGE_DIR` inside
|
|
226
225
|
`LX_ANNOTATE_ENCRYPTED_DATA_DIR`
|
|
227
226
|
- run package migrations during upgrade so upload-job and content-hash lifecycle
|
|
228
227
|
changes are active
|
|
@@ -322,7 +321,7 @@ Current runtime path roles:
|
|
|
322
321
|
- `LX_ANNOTATE_DATA_DIR`: compatibility alias for the same root
|
|
323
322
|
- `DATA_DIR`: legacy compatibility alias for the same root
|
|
324
323
|
- `STORAGE_DIR`: managed storage subtree, usually `${LX_ANNOTATE_ENCRYPTED_DATA_DIR}/storage`
|
|
325
|
-
|
|
324
|
+
|
|
326
325
|
|
|
327
326
|
New deployment code should anchor path derivation on
|
|
328
327
|
`LX_ANNOTATE_ENCRYPTED_DATA_DIR` and treat the other variables as derived paths
|
|
@@ -136,7 +136,7 @@ deployment requirements for LuxNix and host environments:
|
|
|
136
136
|
`central_hub`, `site_node`, `standalone`
|
|
137
137
|
- for `central_hub`, require authenticated API uploads with declared
|
|
138
138
|
`center_key`; do not rely on default-center fallback for API ingest
|
|
139
|
-
- keep `STORAGE_DIR`
|
|
139
|
+
- keep `STORAGE_DIR` inside
|
|
140
140
|
`LX_ANNOTATE_ENCRYPTED_DATA_DIR`
|
|
141
141
|
- run package migrations during upgrade so upload-job and content-hash lifecycle
|
|
142
142
|
changes are active
|
|
@@ -236,7 +236,7 @@ Current runtime path roles:
|
|
|
236
236
|
- `LX_ANNOTATE_DATA_DIR`: compatibility alias for the same root
|
|
237
237
|
- `DATA_DIR`: legacy compatibility alias for the same root
|
|
238
238
|
- `STORAGE_DIR`: managed storage subtree, usually `${LX_ANNOTATE_ENCRYPTED_DATA_DIR}/storage`
|
|
239
|
-
|
|
239
|
+
|
|
240
240
|
|
|
241
241
|
New deployment code should anchor path derivation on
|
|
242
242
|
`LX_ANNOTATE_ENCRYPTED_DATA_DIR` and treat the other variables as derived paths
|
|
@@ -16,41 +16,42 @@ from pathlib import Path
|
|
|
16
16
|
from typing import Iterator, Set
|
|
17
17
|
|
|
18
18
|
import requests
|
|
19
|
-
from watchdog.events import
|
|
19
|
+
from watchdog.events import (
|
|
20
|
+
DirCreatedEvent,
|
|
21
|
+
FileCreatedEvent,
|
|
22
|
+
FileMovedEvent,
|
|
23
|
+
FileSystemEventHandler,
|
|
24
|
+
DirMovedEvent,
|
|
25
|
+
)
|
|
20
26
|
from watchdog.observers import Observer
|
|
21
|
-
|
|
27
|
+
from django.db.models.fields.files import FieldFile
|
|
22
28
|
from endoreg_db.models import Center, EndoscopyProcessor, VideoFile
|
|
23
29
|
from endoreg_db.services.environment_readiness import assert_environment_readiness
|
|
24
30
|
from endoreg_db.services.hub.ingest import (
|
|
25
31
|
process_preanonymized_watcher_file,
|
|
26
32
|
process_watcher_file,
|
|
33
|
+
UploadProvenance,
|
|
27
34
|
)
|
|
28
|
-
|
|
29
|
-
data_paths,
|
|
30
|
-
WATCHER_VIDEO_DROP_DIR,
|
|
31
|
-
WATCHER_REPORT_DROP_DIR,
|
|
32
|
-
)
|
|
35
|
+
import endoreg_db.utils.paths as path_utils
|
|
33
36
|
from endoreg_db.utils.storage import ensure_local_file
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
project_root = root_data_paths["project_root"]
|
|
39
|
-
except (ImportError, ModuleNotFoundError, KeyError):
|
|
40
|
-
project_root = Path(__file__).resolve().parent.parent
|
|
41
|
-
|
|
42
|
-
PROJECT_ROOT = Path(project_root)
|
|
43
|
-
RUNTIME_DATA_DIR = Path(
|
|
44
|
-
os.getenv(
|
|
45
|
-
"LX_ANNOTATE_ENCRYPTED_DATA_DIR",
|
|
46
|
-
os.getenv(
|
|
47
|
-
"LX_ANNOTATE_DATA_DIR",
|
|
48
|
-
os.getenv("DATA_DIR", "/var/lib/lx-annotate/data"),
|
|
49
|
-
),
|
|
50
|
-
)
|
|
37
|
+
from endoreg_db.exceptions import InsufficientStorageError
|
|
38
|
+
from endoreg_db.models.media.video.create_from_file import (
|
|
39
|
+
check_storage_capacity,
|
|
51
40
|
)
|
|
52
|
-
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
LOG_DIR = path_utils.LOG_DIR
|
|
53
44
|
LOG_DIR.mkdir(parents=True, exist_ok=True)
|
|
45
|
+
MANAGED_VAULT_ROOT = path_utils.STORAGE_DIR.resolve()
|
|
46
|
+
|
|
47
|
+
INTAKE_VIDEO_DIR = path_utils.WATCHER_VIDEO_DROP_DIR
|
|
48
|
+
INTAKE_REPORT_DIR = path_utils.WATCHER_REPORT_DROP_DIR
|
|
49
|
+
INTAKE_PREANONYMIZED_DIR = path_utils.WATCHER_PREANONYMIZED_DROP_DIR
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
storage_root_global = path_utils.STORAGE_DIR
|
|
53
|
+
storage_root_report_sensitive = path_utils.SENSITIVE_REPORT_DIR
|
|
54
|
+
storage_root_video_sensitive = path_utils.SENSITIVE_VIDEO_DIR
|
|
54
55
|
|
|
55
56
|
|
|
56
57
|
def _setup_ffmpeg() -> None:
|
|
@@ -93,21 +94,6 @@ logging.getLogger("watchdog.observers.inotify_buffer").setLevel(logging.WARNING)
|
|
|
93
94
|
logger = logging.getLogger(__name__)
|
|
94
95
|
|
|
95
96
|
|
|
96
|
-
def _resolve_intake_dir(env_name: str, data_paths_key: str) -> Path:
|
|
97
|
-
configured = os.getenv(env_name, "").strip()
|
|
98
|
-
if configured:
|
|
99
|
-
return Path(configured).expanduser().resolve()
|
|
100
|
-
return data_paths[data_paths_key].resolve()
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
INTAKE_VIDEO_DIR = WATCHER_VIDEO_DROP_DIR
|
|
104
|
-
INTAKE_REPORT_DIR = WATCHER_REPORT_DROP_DIR
|
|
105
|
-
INTAKE_PREANONYMIZED_DIR = _resolve_intake_dir(
|
|
106
|
-
"WATCHER_PREANONYMIZED_DIR", "import_preanonymized"
|
|
107
|
-
)
|
|
108
|
-
MANAGED_VAULT_ROOT = RUNTIME_DATA_DIR.resolve()
|
|
109
|
-
|
|
110
|
-
|
|
111
97
|
def _is_relative_to(path: Path, root: Path) -> bool:
|
|
112
98
|
try:
|
|
113
99
|
path.resolve().relative_to(root.resolve())
|
|
@@ -136,7 +122,7 @@ def is_managed_vault_path(path: str | Path) -> bool:
|
|
|
136
122
|
|
|
137
123
|
|
|
138
124
|
def iter_storage_chunks(
|
|
139
|
-
field_file, *, chunk_size: int = 1024 * 1024
|
|
125
|
+
field_file: FieldFile, *, chunk_size: int = 1024 * 1024
|
|
140
126
|
) -> Iterator[bytes]:
|
|
141
127
|
"""
|
|
142
128
|
Yield managed-media bytes through Django's storage API.
|
|
@@ -153,7 +139,9 @@ def iter_storage_chunks(
|
|
|
153
139
|
|
|
154
140
|
|
|
155
141
|
@contextmanager
|
|
156
|
-
def managed_media_temp_path(
|
|
142
|
+
def managed_media_temp_path(
|
|
143
|
+
field_file: FieldFile, *, suffix: str | None = None
|
|
144
|
+
) -> Iterator[Path]:
|
|
157
145
|
"""
|
|
158
146
|
Materialize managed media into a short-lived plaintext temp file.
|
|
159
147
|
|
|
@@ -361,11 +349,11 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
361
349
|
|
|
362
350
|
super().dispatch(event)
|
|
363
351
|
|
|
364
|
-
def on_created(self, event):
|
|
352
|
+
def on_created(self, event: DirCreatedEvent | FileCreatedEvent):
|
|
365
353
|
if isinstance(event, FileCreatedEvent) and not event.is_directory:
|
|
366
354
|
self._submit_file(str(event.src_path))
|
|
367
355
|
|
|
368
|
-
def on_moved(self, event) -> None:
|
|
356
|
+
def on_moved(self, event: DirMovedEvent | FileMovedEvent) -> None:
|
|
369
357
|
if isinstance(event, FileMovedEvent) and not event.is_directory:
|
|
370
358
|
self._submit_file(str(event.dest_path))
|
|
371
359
|
|
|
@@ -419,8 +407,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
419
407
|
logger.debug("Parent: %s", parent_dir)
|
|
420
408
|
|
|
421
409
|
if (
|
|
422
|
-
parent_dir ==
|
|
423
|
-
and parent_dir == INTAKE_VIDEO_DIR
|
|
410
|
+
parent_dir == INTAKE_VIDEO_DIR
|
|
424
411
|
and file_extension in self.video_extensions
|
|
425
412
|
):
|
|
426
413
|
logger.info("New video detected: %s", path)
|
|
@@ -481,15 +468,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
481
468
|
)
|
|
482
469
|
|
|
483
470
|
try:
|
|
484
|
-
|
|
485
|
-
from endoreg_db.models.media.video.create_from_file import (
|
|
486
|
-
check_storage_capacity,
|
|
487
|
-
)
|
|
488
|
-
|
|
489
|
-
storage_root = os.getenv(
|
|
490
|
-
"DJANGO_DATA_DIR", str(RUNTIME_DATA_DIR / "videos")
|
|
491
|
-
)
|
|
492
|
-
check_storage_capacity(video_path, Path(storage_root))
|
|
471
|
+
check_storage_capacity(video_path, Path(storage_root_global))
|
|
493
472
|
except InsufficientStorageError as storage_error:
|
|
494
473
|
logger.error(
|
|
495
474
|
"Insufficient storage space for %s: %s",
|
|
@@ -514,7 +493,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
514
493
|
)
|
|
515
494
|
video_hash = str(getattr(upload_job, "content_hash", "") or "").strip()
|
|
516
495
|
if not video_hash:
|
|
517
|
-
provenance = (
|
|
496
|
+
provenance: UploadProvenance = (
|
|
518
497
|
getattr(upload_job, "processing_provenance", None) or {}
|
|
519
498
|
)
|
|
520
499
|
video_hash = str(provenance.get("content_hash", "")).strip()
|
|
@@ -623,14 +602,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
623
602
|
)
|
|
624
603
|
|
|
625
604
|
try:
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
storage_root = os.getenv(
|
|
629
|
-
"report_STORAGE_ROOT", str(RUNTIME_DATA_DIR / "reports")
|
|
630
|
-
)
|
|
631
|
-
storage_root_path = Path(storage_root)
|
|
632
|
-
if not storage_root_path.is_absolute():
|
|
633
|
-
storage_root_path = PROJECT_ROOT / storage_root_path
|
|
605
|
+
storage_root_path = storage_root_report_sensitive
|
|
634
606
|
storage_root_path.mkdir(parents=True, exist_ok=True)
|
|
635
607
|
if not storage_root_path.exists():
|
|
636
608
|
raise InsufficientStorageError(
|
|
@@ -644,7 +616,7 @@ class AutoProcessingHandler(FileSystemEventHandler):
|
|
|
644
616
|
center=source_center,
|
|
645
617
|
source_system="watcher",
|
|
646
618
|
)
|
|
647
|
-
if upload_job.
|
|
619
|
+
if upload_job.is_complete:
|
|
648
620
|
logger.info(
|
|
649
621
|
"Report imported through shared hub ingest: %s",
|
|
650
622
|
upload_job.id,
|
|
@@ -845,7 +817,7 @@ class FileWatcherService:
|
|
|
845
817
|
self.observer.start()
|
|
846
818
|
|
|
847
819
|
try:
|
|
848
|
-
storage_root =
|
|
820
|
+
storage_root = storage_root_global
|
|
849
821
|
if storage_root.exists():
|
|
850
822
|
total, used, free = shutil.disk_usage(storage_root)
|
|
851
823
|
free_gb = free / (1024**3)
|
|
@@ -867,6 +839,5 @@ class FileWatcherService:
|
|
|
867
839
|
|
|
868
840
|
def run_file_watcher() -> None:
|
|
869
841
|
logger.info("Starting File Watcher Service")
|
|
870
|
-
logger.info("Project root: %s", PROJECT_ROOT)
|
|
871
842
|
logger.info("Django settings: %s", os.environ.get("DJANGO_SETTINGS_MODULE"))
|
|
872
843
|
FileWatcherService().start()
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
# Generated by Django 6.0.3 on 2026-04-21 13:24
|
|
2
|
+
|
|
3
|
+
from django.conf import settings
|
|
4
|
+
from django.db import migrations, models
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class Migration(migrations.Migration):
|
|
8
|
+
|
|
9
|
+
dependencies = [
|
|
10
|
+
("endoreg_db", "0015_uploadjob_content_hash_and_more"),
|
|
11
|
+
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
operations = [
|
|
15
|
+
migrations.RenameField(
|
|
16
|
+
model_name="videofile",
|
|
17
|
+
old_name="streamable_relative_path",
|
|
18
|
+
new_name="raw_streamable_relative_path",
|
|
19
|
+
),
|
|
20
|
+
migrations.AddField(
|
|
21
|
+
model_name="aidataset",
|
|
22
|
+
name="video_annotations",
|
|
23
|
+
field=models.ManyToManyField(
|
|
24
|
+
blank=True,
|
|
25
|
+
help_text="Video-segment annotations collected from the video examination annotation workflow.",
|
|
26
|
+
related_name="video_ai_datasets",
|
|
27
|
+
to="endoreg_db.labelvideosegment",
|
|
28
|
+
),
|
|
29
|
+
),
|
|
30
|
+
migrations.AddField(
|
|
31
|
+
model_name="applicationsettings",
|
|
32
|
+
name="ai_dataset_name",
|
|
33
|
+
field=models.CharField(blank=True, default="", max_length=255),
|
|
34
|
+
),
|
|
35
|
+
migrations.AddField(
|
|
36
|
+
model_name="applicationsettings",
|
|
37
|
+
name="ai_dataset_type",
|
|
38
|
+
field=models.CharField(
|
|
39
|
+
blank=True,
|
|
40
|
+
choices=[("", "Unset"), ("image", "Image"), ("video", "Video")],
|
|
41
|
+
default="",
|
|
42
|
+
max_length=32,
|
|
43
|
+
),
|
|
44
|
+
),
|
|
45
|
+
migrations.AlterField(
|
|
46
|
+
model_name="aidataset",
|
|
47
|
+
name="ai_model_type",
|
|
48
|
+
field=models.CharField(
|
|
49
|
+
default="image_multilabel_classification",
|
|
50
|
+
help_text='AI model family this dataset is for, e.g. "image_multilabel_classification".',
|
|
51
|
+
max_length=255,
|
|
52
|
+
),
|
|
53
|
+
),
|
|
54
|
+
migrations.AlterField(
|
|
55
|
+
model_name="aidataset",
|
|
56
|
+
name="dataset_type",
|
|
57
|
+
field=models.CharField(
|
|
58
|
+
choices=[("image", "Image"), ("video", "Video")],
|
|
59
|
+
default="image",
|
|
60
|
+
help_text="Primary annotation modality used for training. Export helpers may still include both frame and video annotations attached to the dataset.",
|
|
61
|
+
max_length=32,
|
|
62
|
+
),
|
|
63
|
+
),
|
|
64
|
+
migrations.AlterField(
|
|
65
|
+
model_name="aidataset",
|
|
66
|
+
name="image_annotations",
|
|
67
|
+
field=models.ManyToManyField(
|
|
68
|
+
blank=True,
|
|
69
|
+
help_text="Frame-level annotations collected from the frame annotation workflow.",
|
|
70
|
+
related_name="image_ai_datasets",
|
|
71
|
+
to="endoreg_db.imageclassificationannotation",
|
|
72
|
+
),
|
|
73
|
+
),
|
|
74
|
+
migrations.AlterField(
|
|
75
|
+
model_name="endoscopyprocessor",
|
|
76
|
+
name="endoscope_image_height",
|
|
77
|
+
field=models.IntegerField(default=0),
|
|
78
|
+
),
|
|
79
|
+
migrations.AlterField(
|
|
80
|
+
model_name="endoscopyprocessor",
|
|
81
|
+
name="endoscope_image_width",
|
|
82
|
+
field=models.IntegerField(default=0),
|
|
83
|
+
),
|
|
84
|
+
migrations.AlterField(
|
|
85
|
+
model_name="endoscopyprocessor",
|
|
86
|
+
name="endoscope_image_x",
|
|
87
|
+
field=models.IntegerField(default=0),
|
|
88
|
+
),
|
|
89
|
+
migrations.AlterField(
|
|
90
|
+
model_name="endoscopyprocessor",
|
|
91
|
+
name="endoscope_image_y",
|
|
92
|
+
field=models.IntegerField(default=0),
|
|
93
|
+
),
|
|
94
|
+
migrations.AlterField(
|
|
95
|
+
model_name="endoscopyprocessor",
|
|
96
|
+
name="examination_date_height",
|
|
97
|
+
field=models.IntegerField(default=0),
|
|
98
|
+
),
|
|
99
|
+
migrations.AlterField(
|
|
100
|
+
model_name="endoscopyprocessor",
|
|
101
|
+
name="examination_date_width",
|
|
102
|
+
field=models.IntegerField(default=0),
|
|
103
|
+
),
|
|
104
|
+
migrations.AlterField(
|
|
105
|
+
model_name="endoscopyprocessor",
|
|
106
|
+
name="examination_date_x",
|
|
107
|
+
field=models.IntegerField(default=0),
|
|
108
|
+
),
|
|
109
|
+
migrations.AlterField(
|
|
110
|
+
model_name="endoscopyprocessor",
|
|
111
|
+
name="examination_date_y",
|
|
112
|
+
field=models.IntegerField(default=0),
|
|
113
|
+
),
|
|
114
|
+
migrations.AlterField(
|
|
115
|
+
model_name="endoscopyprocessor",
|
|
116
|
+
name="image_height",
|
|
117
|
+
field=models.IntegerField(default=1),
|
|
118
|
+
),
|
|
119
|
+
migrations.AlterField(
|
|
120
|
+
model_name="endoscopyprocessor",
|
|
121
|
+
name="image_width",
|
|
122
|
+
field=models.IntegerField(default=1),
|
|
123
|
+
),
|
|
124
|
+
migrations.AlterField(
|
|
125
|
+
model_name="endoscopyprocessor",
|
|
126
|
+
name="patient_dob_height",
|
|
127
|
+
field=models.IntegerField(default=0),
|
|
128
|
+
),
|
|
129
|
+
migrations.AlterField(
|
|
130
|
+
model_name="endoscopyprocessor",
|
|
131
|
+
name="patient_dob_width",
|
|
132
|
+
field=models.IntegerField(default=0),
|
|
133
|
+
),
|
|
134
|
+
migrations.AlterField(
|
|
135
|
+
model_name="endoscopyprocessor",
|
|
136
|
+
name="patient_dob_x",
|
|
137
|
+
field=models.IntegerField(default=0),
|
|
138
|
+
),
|
|
139
|
+
migrations.AlterField(
|
|
140
|
+
model_name="endoscopyprocessor",
|
|
141
|
+
name="patient_dob_y",
|
|
142
|
+
field=models.IntegerField(default=0),
|
|
143
|
+
),
|
|
144
|
+
migrations.AlterField(
|
|
145
|
+
model_name="endoscopyprocessor",
|
|
146
|
+
name="patient_first_name_height",
|
|
147
|
+
field=models.IntegerField(default=0),
|
|
148
|
+
),
|
|
149
|
+
migrations.AlterField(
|
|
150
|
+
model_name="endoscopyprocessor",
|
|
151
|
+
name="patient_first_name_width",
|
|
152
|
+
field=models.IntegerField(default=0),
|
|
153
|
+
),
|
|
154
|
+
migrations.AlterField(
|
|
155
|
+
model_name="endoscopyprocessor",
|
|
156
|
+
name="patient_first_name_x",
|
|
157
|
+
field=models.IntegerField(default=0),
|
|
158
|
+
),
|
|
159
|
+
migrations.AlterField(
|
|
160
|
+
model_name="endoscopyprocessor",
|
|
161
|
+
name="patient_first_name_y",
|
|
162
|
+
field=models.IntegerField(default=0),
|
|
163
|
+
),
|
|
164
|
+
migrations.AlterField(
|
|
165
|
+
model_name="endoscopyprocessor",
|
|
166
|
+
name="patient_last_name_height",
|
|
167
|
+
field=models.IntegerField(default=0),
|
|
168
|
+
),
|
|
169
|
+
migrations.AlterField(
|
|
170
|
+
model_name="endoscopyprocessor",
|
|
171
|
+
name="patient_last_name_width",
|
|
172
|
+
field=models.IntegerField(default=0),
|
|
173
|
+
),
|
|
174
|
+
migrations.AlterField(
|
|
175
|
+
model_name="endoscopyprocessor",
|
|
176
|
+
name="patient_last_name_x",
|
|
177
|
+
field=models.IntegerField(default=0),
|
|
178
|
+
),
|
|
179
|
+
migrations.AlterField(
|
|
180
|
+
model_name="endoscopyprocessor",
|
|
181
|
+
name="patient_last_name_y",
|
|
182
|
+
field=models.IntegerField(default=0),
|
|
183
|
+
),
|
|
184
|
+
migrations.AddConstraint(
|
|
185
|
+
model_name="uploadjob",
|
|
186
|
+
constraint=models.UniqueConstraint(
|
|
187
|
+
condition=models.Q(
|
|
188
|
+
models.Q(("content_hash", ""), _negated=True),
|
|
189
|
+
models.Q(("status__in", ["error", "lost"]), _negated=True),
|
|
190
|
+
),
|
|
191
|
+
fields=("source_center", "content_type", "content_hash"),
|
|
192
|
+
name="uniq_uploadjob_content_hash_active",
|
|
193
|
+
),
|
|
194
|
+
),
|
|
195
|
+
migrations.AddConstraint(
|
|
196
|
+
model_name="uploadjob",
|
|
197
|
+
constraint=models.UniqueConstraint(
|
|
198
|
+
condition=models.Q(
|
|
199
|
+
models.Q(("idempotency_key", ""), _negated=True),
|
|
200
|
+
models.Q(("status__in", ["error", "lost"]), _negated=True),
|
|
201
|
+
),
|
|
202
|
+
fields=(
|
|
203
|
+
"source_center",
|
|
204
|
+
"source_system",
|
|
205
|
+
"ingest_mode",
|
|
206
|
+
"storage_class",
|
|
207
|
+
"storage_tier",
|
|
208
|
+
"idempotency_key",
|
|
209
|
+
),
|
|
210
|
+
name="uniq_uploadjob_idempotency_scope_active",
|
|
211
|
+
),
|
|
212
|
+
),
|
|
213
|
+
]
|
|
@@ -38,7 +38,6 @@ XDG_DATA_HOME = Path(os.getenv("XDG_DATA_HOME", Path.home() / ".local" / "share"
|
|
|
38
38
|
APP_DATA_DIR = _resolve_runtime_data_dir()
|
|
39
39
|
APP_DATA_DIR.mkdir(parents=True, exist_ok=True)
|
|
40
40
|
APP_STORAGE_DIR = APP_DATA_DIR / "storage"
|
|
41
|
-
APP_IO_DIR = APP_DATA_DIR
|
|
42
41
|
APP_STORAGE_DIR.mkdir(parents=True, exist_ok=True)
|
|
43
42
|
|
|
44
43
|
PROTECTED_MEDIA_URL = (
|
|
@@ -104,7 +103,6 @@ os.environ.setdefault("LX_ANNOTATE_DATA_DIR", str(APP_DATA_DIR))
|
|
|
104
103
|
os.environ.setdefault("DATA_DIR", str(APP_DATA_DIR))
|
|
105
104
|
os.environ.setdefault("LX_ANNOTATE_ENCRYPTED_DATA_DIR", str(APP_DATA_DIR))
|
|
106
105
|
os.environ.setdefault("STORAGE_DIR", str(APP_STORAGE_DIR))
|
|
107
|
-
os.environ.setdefault("IO_DIR", str(APP_IO_DIR))
|
|
108
106
|
os.environ.setdefault("NGINX_PROTECTED_MEDIA_URL", PROTECTED_MEDIA_URL)
|
|
109
107
|
os.environ["PROTECTED_MEDIA_ROOT"] = str(PROTECTED_MEDIA_ROOT)
|
|
110
108
|
os.environ.setdefault("LX_ANNOTATE_STREAMABLE_VIDEO_ROOT", str(STREAMABLE_VIDEO_ROOT))
|
|
@@ -61,12 +61,10 @@ default_data_dir = os.environ.get(
|
|
|
61
61
|
if not default_data_dir:
|
|
62
62
|
default_data_dir = str(Path(BASE_DIR) / "data")
|
|
63
63
|
default_storage_dir = os.environ.get("STORAGE_DIR", str(Path(default_data_dir) / "storage"))
|
|
64
|
-
default_io_dir = os.environ.get("IO_DIR", default_data_dir)
|
|
65
64
|
os.environ.setdefault("LX_ANNOTATE_ENCRYPTED_DATA_DIR", default_data_dir)
|
|
66
65
|
os.environ.setdefault("LX_ANNOTATE_DATA_DIR", default_data_dir)
|
|
67
66
|
os.environ.setdefault("DATA_DIR", default_data_dir)
|
|
68
67
|
os.environ.setdefault("STORAGE_DIR", default_storage_dir)
|
|
69
|
-
os.environ.setdefault("IO_DIR", default_io_dir)
|
|
70
68
|
|
|
71
69
|
|
|
72
70
|
def main():
|
|
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "lx-annotate"
|
|
7
7
|
|
|
8
|
-
version = "0.2.
|
|
8
|
+
version = "0.2.4"
|
|
9
9
|
description = "This webapp provides a frontend interface for pseudonymizing and annotating data and applying AI predictions."
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Max Hild", email = "maxhild10@gmail.com"},
|
|
@@ -61,7 +61,7 @@ dependencies = [
|
|
|
61
61
|
"types-requests>=2.32.4.20250913",
|
|
62
62
|
"black>=25.12.0",
|
|
63
63
|
"mypy>=1.18.2",
|
|
64
|
-
"endoreg-db==0.9.
|
|
64
|
+
"endoreg-db==0.9.5.2",
|
|
65
65
|
"pydantic-settings>=2.12.0",
|
|
66
66
|
"pydantic>=2.12.5",
|
|
67
67
|
"sops>=1.18",
|
|
@@ -71,7 +71,6 @@ dependencies = [
|
|
|
71
71
|
"django-linear-migrations>=2.19.0",
|
|
72
72
|
"build>=1.4.2",
|
|
73
73
|
"lx-dtypes==0.1.4",
|
|
74
|
-
"lx-anonymizer==0.9.0.9",
|
|
75
74
|
]
|
|
76
75
|
|
|
77
76
|
[tool.pytest.ini_options]
|
|
@@ -130,7 +130,8 @@
|
|
|
130
130
|
"file": "videoStore.js",
|
|
131
131
|
"name": "videoStore",
|
|
132
132
|
"imports": [
|
|
133
|
-
"src/main.ts"
|
|
133
|
+
"src/main.ts",
|
|
134
|
+
"_mediaUrls.js"
|
|
134
135
|
]
|
|
135
136
|
},
|
|
136
137
|
"node_modules/pdf-lib/es/index.js": {
|
|
@@ -189,7 +190,8 @@
|
|
|
189
190
|
"isDynamicEntry": true,
|
|
190
191
|
"imports": [
|
|
191
192
|
"src/main.ts",
|
|
192
|
-
"_mediaTypeStore.js"
|
|
193
|
+
"_mediaTypeStore.js",
|
|
194
|
+
"_mediaUrls.js"
|
|
193
195
|
],
|
|
194
196
|
"dynamicImports": [
|
|
195
197
|
"node_modules/pdfjs-dist/legacy/build/pdf.mjs",
|
|
@@ -290,7 +292,8 @@
|
|
|
290
292
|
"imports": [
|
|
291
293
|
"src/main.ts",
|
|
292
294
|
"_videoStore.js",
|
|
293
|
-
"_mediaTypeStore.js"
|
|
295
|
+
"_mediaTypeStore.js",
|
|
296
|
+
"_mediaUrls.js"
|
|
294
297
|
],
|
|
295
298
|
"css": [
|
|
296
299
|
"AnonymizationOverview.css"
|
|
@@ -339,7 +342,8 @@
|
|
|
339
342
|
"imports": [
|
|
340
343
|
"src/main.ts",
|
|
341
344
|
"_videoStore.js",
|
|
342
|
-
"_timeHelpers.js"
|
|
345
|
+
"_timeHelpers.js",
|
|
346
|
+
"_mediaUrls.js"
|
|
343
347
|
],
|
|
344
348
|
"css": [
|
|
345
349
|
"Export.css"
|
|
@@ -466,7 +470,8 @@
|
|
|
466
470
|
"src": "src/views/reporting/FinalizedResultPage.vue",
|
|
467
471
|
"isDynamicEntry": true,
|
|
468
472
|
"imports": [
|
|
469
|
-
"src/main.ts"
|
|
473
|
+
"src/main.ts",
|
|
474
|
+
"_mediaUrls.js"
|
|
470
475
|
]
|
|
471
476
|
},
|
|
472
477
|
"src/views/reporting/FindingsCapturePage.vue": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.video-container[data-v-89598210]{background-color:#000;border-radius:.25rem;overflow:hidden}.pdf-editor-stage[data-v-89598210]{position:relative;display:inline-block;max-width:100%;border:1px solid #dee2e6;border-radius:.25rem;overflow:auto;background:#f5f5f5}.pdf-page-canvas[data-v-89598210]{display:block;max-width:100%;height:auto}.pdf-overlay-canvas[data-v-89598210]{position:absolute;left:0;top:0;cursor:crosshair}.pdf-zoom-range[data-v-89598210]{width:220px;margin:0 .5rem}.pdf-preview-frame[data-v-89598210]{width:100%;min-height:720px;border:1px solid #dee2e6;border-radius:.25rem}.form-check-label[data-v-89598210]{cursor:pointer}.progress[data-v-89598210]{background-color:#e9ecef}.table th[data-v-89598210]{border-top:none;font-weight:600;color:#6c757d;font-size:.875rem}.table td[data-v-89598210]{vertical-align:middle}.badge[data-v-89598210]{font-size:.75rem}.card-header[data-v-89598210]{background-color:#f8f9fa;border-bottom:1px solid #dee2e6}.btn-group .btn[data-v-89598210]{border-radius:.375rem}@media(max-width:768px){.video-container video[data-v-89598210]{height:300px}.pdf-preview-frame[data-v-89598210]{min-height:420px}.card-body[data-v-89598210]{padding:1rem .75rem}}
|