lx-annotate 0.2.4__tar.gz → 0.2.6__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.4 → lx_annotate-0.2.6}/PKG-INFO +1 -1
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/apps.py +0 -5
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/pyproject.toml +1 -1
- lx_annotate-0.2.4/lx_annotate/checks.py +0 -180
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/.gitignore +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/LICENSE +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/README.md +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/admin.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/asgi.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/celery.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/file_watcher.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_audit.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_cleanup.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_jobs.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_payloads.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_reconciliation.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_state.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/hub/hub_export_worker.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/export_route_manifest.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/repair_managed_payloads.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/run_filewatcher.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/start_filewatcher.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/verify_encrypted_storage.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/middleware/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/middleware/lookup_tracker.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0001_initial.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0001_squashed_0001_initial.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0002_export_flags.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0003_patientexaminationreport_report_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0004_videofile_uuid.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0005_rawpdffile_uuid.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0006_applicationsettings.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0007_pdfprocessinghistory.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0008_imageclassificationannotation_upsert_fields.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0009_patientexamination_draft_updated_at_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0010_remove_requirementset_reqset_exam_links_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0011_hub_ingest_metadata.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0012_networknode_transferjob.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0013_remove_legacy_requirement_models.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0014_sensitivemeta_tags_sensitivemeta_validation_comment_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0015_uploadjob_content_hash_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0016_rename_streamable_relative_path_videofile_raw_streamable_relative_path_and_more.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migrations/0001_outboundhubtransferjob.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migrations/0002_outboundhubtransferjob_local_cleanup_fields.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migrations/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migrations/max_migration.txt +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/models.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/serializers.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/config.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/secret_key.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/settings_base.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/settings_dev.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/settings_prod.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/settings/settings_test.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/signals.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnnotationDashboard-D35JYvrC.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnnotationDashboard-DMZZ8ZMX.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnnotationDashboard-OeFWLB-b.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Anonymization-Bd9LTm0-.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationOverview-DUuDRweL.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationValidationComponent-BARZClvg.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Dashboard-DsKQzZNG.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Examination-CeCEv25w.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PageOverview-B8gUoFeQ.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PatientAdder-BlwvntXl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PatientAdder-CFDJpfd1.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PatientAdder-DOhN0oE-.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PatientOverview-C7XuyKPN.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/PatientOverview-oorWuJjf.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Profil-lke9QkYz.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/ReportGenerator-DJn6kaoO.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/RequirementGenerator-BC9a09T1.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/RequirementGenerator-CeDfg9J_.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Timeline-CMheelus.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Timeline-DA5RpACe.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/UeberUns-DnTs7q1V.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Validierung-Bobt4Qg1.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/Validierung-u-u0EBv0.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/VideoExamination-B8b7SxA_.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/VideoExamination-DdMsVSAF.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/autocomplete.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/base.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/changelists.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/dark_mode.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/dashboard.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/forms.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/login.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/nav_sidebar.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/responsive.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/responsive_rtl.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/rtl.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/unusable_password_field.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/vendor/select2/LICENSE-SELECT2.md +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/vendor/select2/select2.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/vendor/select2/select2.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/widgets.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/LICENSE +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/README.txt +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/calendar-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/gis/move_vertex_off.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/gis/move_vertex_on.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-addlink.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-alert.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-calendar.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-changelink.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-clock.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-deletelink.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-hidelink.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-no.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-unknown-alt.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-unknown.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-viewlink.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/icon-yes.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/inline-delete.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/search.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/selector-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/sorting-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/tooltag-add.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/tooltag-arrowright.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/SelectBox.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/SelectFilter2.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/actions.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/autocomplete.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/calendar.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/cancel.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/change_form.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/core.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/filters.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/inlines.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/jquery.init.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/nav_sidebar.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/popup_response.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/prepopulate.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/prepopulate_init.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/theme.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/unusable_password_field.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/urlify.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/jquery/jquery.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/LICENSE.md +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/af.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/az.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/bg.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/bn.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/bs.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ca.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/cs.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/da.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/de.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/dsb.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/el.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/en.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/es.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/et.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/eu.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/fa.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/fi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/fr.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/gl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/he.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/hi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/hr.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/hsb.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/hu.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/hy.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/id.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/is.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/it.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ja.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ka.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/km.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ko.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/lt.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/lv.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/mk.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ms.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/nb.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ne.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/nl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/pl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ps.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/pt-BR.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/pt.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ro.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ru.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sk.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sq.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sr-Cyrl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sr.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/sv.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/th.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/tk.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/tr.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/uk.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/vi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-CN.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/zh-TW.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/select2.full.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/select2.full.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/xregexp/LICENSE.txt +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/xregexp/xregexp.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/annotationStore-DEHKjdKh.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnnotationDashboard-D35JYvrC.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnnotationDashboard-DMZZ8ZMX.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnnotationDashboard-OeFWLB-b.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Anonymization-Bd9LTm0-.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationCorrectionComponent-BPyn1Euk.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationCorrectionComponent-CAO-Cg0B.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationOverview-CGBsqOFg.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationOverview-DUuDRweL.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationValidationComponent-BARZClvg.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/AnonymizationValidationComponent-Bd7Ndg-z.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Dashboard-DsKQzZNG.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Examination-CeCEv25w.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PageOverview-B8gUoFeQ.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PatientAdder-BlwvntXl.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PatientAdder-CFDJpfd1.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PatientAdder-DOhN0oE-.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PatientOverview-C7XuyKPN.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/PatientOverview-oorWuJjf.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Profil-lke9QkYz.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/ReportGenerator-DJn6kaoO.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/RequirementGenerator-BC9a09T1.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/RequirementGenerator-CeDfg9J_.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Timeline-CMheelus.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Timeline-DA5RpACe.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/UeberUns-DnTs7q1V.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Validierung-Bobt4Qg1.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/Validierung-u-u0EBv0.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/VideoExamination-B8b7SxA_.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/VideoExamination-DdMsVSAF.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/annotationStore-DEHKjdKh.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/authStore-w8taChNC.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/base.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/js/plugins/world.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/logo.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/main-DGGk9Vng.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/main-DethiONo.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/main.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/mediaTypeStore-D6KIykKn.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/nucleo-icons-BgnVbBvX.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/nucleo-icons-BuEzPWOc.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/nucleo-icons-C6OFysxg.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/nucleo-icons-CTnIBWcu.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/nucleo-icons-kNTzvw2K.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/patientStore-BazAFCNw.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/usePollingProtection-5vxQa-Ko.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/assets/videoStore-ClqdABXQ.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/authStore-w8taChNC.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/base.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/django_extensions/css/jquery.autocomplete.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/django_extensions/img/indicator.gif +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/django_extensions/js/jquery.ajaxQueue.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/django_extensions/js/jquery.autocomplete.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/django_extensions/js/jquery.bgiframe.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/ColoReg.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/apple-icon.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/bg-pricing.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/bg-smart-home-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/bg-smart-home-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/bruce-mars.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/down-arrow-dark.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/down-arrow-white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/down-arrow.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/drake.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/favicon.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/frames_demo/frame1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/frames_demo/frame2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/frames_demo/frame3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/frames_demo/frame4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/home-decor-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/home-decor-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/home-decor-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/icons/flags/AU.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/icons/flags/BR.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/icons/flags/DE.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/icons/flags/GB.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/icons/flags/US.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/chat.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/danger-chat-ill.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/dark-lock-ill.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/error-404.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/error-500.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/illustration-lock.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/illustration-reset.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/illustration-signin.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/illustration-signup.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/illustration-verification.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/lock.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/pattern-tree.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/illustrations/rocket-white.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/ivana-square.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/ivana-squares.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/ivancik.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/kal-visuals-square.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logo-ct-dark.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logo-ct.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/ag_lux_logo_white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-coinbase.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-nasa.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-netflix.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-pinterest.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/gray-logos/logo-vodafone.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/mastercard.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/logos/visa.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/marie.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/meeting.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/office-dark.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/product-12.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-1-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-11.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-2-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-3-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-4-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-5-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-6-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-7-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-details-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-details-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-details-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-details-4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/products/product-details-5.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/shapes/pattern-lines.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/shapes/waves-white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/bootstrap.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/creative-tim.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/devto.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/github.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/google-webdev.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/icon-bulb.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/icon-sun-cloud.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-asana.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-atlassian.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-invision.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-jira.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-slack.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/small-logos/logo-xd.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/team-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/team-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/team-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/team-4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/team-5.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/tesla-model-s.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/img/vr-bg.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/js/plugins/world.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/logo.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/main-DGGk9Vng.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/main-DethiONo.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/main.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/mediaTypeStore-D6KIykKn.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/modeltranslation/css/tabbed_translation_fields.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/modeltranslation/js/clearable_inputs.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/modeltranslation/js/force_jquery.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/modeltranslation/js/tabbed_translation_fields.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/nucleo-icons-BgnVbBvX.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/nucleo-icons-BuEzPWOc.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/nucleo-icons-C6OFysxg.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/nucleo-icons-CTnIBWcu.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/nucleo-icons-kNTzvw2K.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/patientStore-BazAFCNw.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/bootstrap-theme.min.css.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/bootstrap-tweaks.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/bootstrap.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/bootstrap.min.css.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/default.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/font-awesome-4.0.3.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/css/prettify.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/css/base.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/css/highlight.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/css/jquery.json-view.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/img/favicon.ico +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/img/grid.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/js/api.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/js/highlight.pack.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/docs/js/jquery.json-view.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/fontawesome-webfont.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/fonts/glyphicons-halflings-regular.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/img/glyphicons-halflings-white.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/img/glyphicons-halflings.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/img/grid.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/ajax-form.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/bootstrap.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/coreapi-0.1.1.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/csrf.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/default.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/jquery-3.7.1.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/load-ajax-form.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/rest_framework/js/prettify-min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/silent-check-sso.html +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/usePollingProtection-5vxQa-Ko.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/videoStore-ClqdABXQ.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/storage/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/storage/encrypted.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/storage/encryption.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/tasks.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/templates/base.html +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/urls.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/views/__init__.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/views/hub_export.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/wsgi.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/manage.py +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/.vite/manifest.json +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AboutUs.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnnotationDashboard.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnnotationDashboard.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnnotationDashboard2.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationCorrectionComponent.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationCorrectionComponent.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationOverview.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationOverview.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationValidationComponent.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/AnonymizationValidationComponent.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ApplicationSettingsPage.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ApplicationSettingsPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/CaseResolutionPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/CaseSetupPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ColoReg.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Dashboard.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Documentation.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Documentation.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Export.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Export.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FinalizedResultPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FindingsCapturePage.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FindingsCapturePage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FrameAnnotation.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FrameAnnotation.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FrameSelectorPage.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/FrameSelectorPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/HubExport.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/HubExport.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ModelTrainingPage.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ModelTrainingPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/PageOverview.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/PageOverview.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/PatientOverview.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/PatientOverview.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Profile.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ReportEditorPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ReportTemplateBuilderPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ReportingShell.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ReportingShell.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/ReportingWorklistPage.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Timeline.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/Timeline.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/VideoExamination.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/VideoExamination.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/applicationSettingsApi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/base.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/css/material-dashboard.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/css/material-dashboard.css.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/css/material-dashboard.min.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/css/nucleo-icons.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/css/nucleo-svg.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/fonts/nucleo.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/core/bootstrap.bundle.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/core/bootstrap.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/core/popper.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/material-dashboard.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/material-dashboard.js.map +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/material-dashboard.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/Chart.extension.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/bootstrap-notify.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/chartjs.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/countup.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/get_annotations.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/perfect-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/random-name-generator.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/smooth-scrollbar.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/submission-handler.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/js/plugins/world.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/logo.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/main.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_breadcrumbs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_dropup.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_footer.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_icons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_popovers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_tilt.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_tooltips.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_typography.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_accordion.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_button-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_card.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_carousel.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_close.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_containers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_dropdown.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_functions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_helpers.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_images.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_maps.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_modal.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_nav.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_offcanvas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_placeholders.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_popover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_progress.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_root.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_spinners.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_tables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_toasts.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_tooltip.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_transitions.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_type.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-reboot.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap-utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/bootstrap.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_floating-labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-control.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-range.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_form-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/forms/_validation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_color-bg.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_colored-links.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_position.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_ratio.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stacks.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_stretched-link.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_text-truncation.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/helpers/_vr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_alert.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_backdrop.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_banner.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_border-radius.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_box-shadow.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_breakpoints.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_caret.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_clearfix.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_color-scheme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_container.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_deprecate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_gradients.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_grid.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_image.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_list-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_lists.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_reset-text.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_resize.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_table-variants.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_text-truncate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_transition.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/mixins/_visually-hidden.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/utilities/_api.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/bootstrap/vendor/_rfs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/cards/card-background.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/cards/card-rotate.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/custom/_styles.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/custom/_variables.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_form-check.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_form-select.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_forms.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_input-group.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_inputs.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/forms/_labels.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_colored-shadows.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_hover.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/_vendor.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/mixins/mixins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/plugins/free/_flatpickr.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/plugins/free/_nouislider.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/plugins/free/_perfect-scrollbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/plugins/free/_prism.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/plugins/free/plugins.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/theme.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_animations.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_avatars.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_badge.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_breadcrumb.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_cards-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_cards.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_choices.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_dark-version.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_dropdowns.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_fixed-plugin.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_form-switch.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_full-calendar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_header.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_info-areas.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_misc-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_misc.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_navbar-vertical.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_navbar.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_pagination.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_ripple.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_rtl.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_social-buttons.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_table.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_timeline.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_utilities-extend.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_utilities.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard/variables/_virtual-reality.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/assets/scss/material-dashboard.scss +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/dateHelpers.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/examinationStore.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/findingsApi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/Universitaetsklinikum_Wuerzburg.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/apple-icon.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/bg-pricing.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/bg-smart-home-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/bg-smart-home-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/bruce-mars.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/down-arrow-dark.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/down-arrow-white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/down-arrow.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/drake.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/favicon.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/frames_demo/frame1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/frames_demo/frame2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/frames_demo/frame3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/frames_demo/frame4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/home-decor-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/home-decor-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/home-decor-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/icons/flags/AU.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/icons/flags/BR.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/icons/flags/DE.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/icons/flags/GB.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/icons/flags/US.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/chat.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/danger-chat-ill.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/dark-lock-ill.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/error-404.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/error-500.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/illustration-lock.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/illustration-reset.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/illustration-signin.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/illustration-signup.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/illustration-verification.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/lock.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/pattern-tree.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/illustrations/rocket-white.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/ivana-square.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/ivana-squares.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/ivancik.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/kal-visuals-square.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logo-ct-dark.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logo-ct.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/ag_lux_logo_light_grey.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/ag_lux_logo_white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-coinbase.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-nasa.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-netflix.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-pinterest.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/gray-logos/logo-vodafone.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/mastercard.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/logos/visa.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/marie.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/meeting.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/office-dark.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/product-12.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-1-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-11.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-2-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-3-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-4-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-5-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-6-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-7-min.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-details-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-details-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-details-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-details-4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/products/product-details-5.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/shapes/pattern-lines.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/shapes/waves-white.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/bootstrap.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/creative-tim.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/devto.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/github.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/google-webdev.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/icon-bulb.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/icon-sun-cloud.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-asana.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-atlassian.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-invision.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-jira.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-slack.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-spotify.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/small-logos/logo-xd.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/team-1.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/team-2.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/team-3.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/team-4.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/team-5.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/tesla-model-s.png +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/img/vr-bg.jpg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/index.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/main.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/main.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/mediaTypeStore.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/mediaUrls.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/nucleo-icons.eot +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/nucleo-icons.svg +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/nucleo-icons.ttf +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/nucleo-icons.woff +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/nucleo-icons.woff2 +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/patientExaminationStore.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/patientStore.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/pdf.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/pdf.worker.min.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/pdf.worker.min.mjs +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/reportTemplatesApi.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/silent-check-sso.html +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/timeHelpers.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/useDebug.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/useFindingSelectors.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/useReportTemplates.css +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/useReportTemplates.js +0 -0
- {lx_annotate-0.2.4 → lx_annotate-0.2.6}/staticfiles/videoStore.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.6
|
|
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
|
|
@@ -38,12 +38,7 @@ class LxAnnotateConfig(AppConfig):
|
|
|
38
38
|
|
|
39
39
|
# This is running in development server only. On luxnix, filewatcher is started via systemd service.
|
|
40
40
|
def ready(self):
|
|
41
|
-
from . import checks
|
|
42
|
-
from . import signals # noqa: F401
|
|
43
41
|
|
|
44
|
-
command = sys.argv[1] if len(sys.argv) > 1 else ""
|
|
45
|
-
if not self._should_skip_runtime_checks(command):
|
|
46
|
-
checks.assert_runtime_checks_pass()
|
|
47
42
|
|
|
48
43
|
# Only for runserver
|
|
49
44
|
if "runserver" not in sys.argv:
|
|
@@ -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.6"
|
|
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"},
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
import os
|
|
4
|
-
from pathlib import Path
|
|
5
|
-
|
|
6
|
-
from django.conf import settings
|
|
7
|
-
from django.core.checks import (
|
|
8
|
-
CRITICAL,
|
|
9
|
-
CheckMessage,
|
|
10
|
-
Critical,
|
|
11
|
-
Warning,
|
|
12
|
-
run_checks,
|
|
13
|
-
register,
|
|
14
|
-
)
|
|
15
|
-
from django.core.exceptions import ImproperlyConfigured
|
|
16
|
-
from django.db import DEFAULT_DB_ALIAS, connections
|
|
17
|
-
from django.db.utils import OperationalError, ProgrammingError
|
|
18
|
-
|
|
19
|
-
from endoreg_db.services.environment_readiness import check_environment_readiness
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
_ENDOREG_DB_REQUIRED_COLUMNS: dict[str, tuple[str, ...]] = {
|
|
23
|
-
"endoreg_db_sensitivemeta": ("validation_comment",),
|
|
24
|
-
"endoreg_db_videofile": (
|
|
25
|
-
"storage_mode",
|
|
26
|
-
"streamable_relative_path",
|
|
27
|
-
"processed_streamable_relative_path",
|
|
28
|
-
),
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
_ENDOREG_DB_REQUIRED_TABLES: tuple[str, ...] = ("endoreg_db_sensitivemeta_tags",)
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
def _table_columns(
|
|
35
|
-
table_name: str, *, using: str = DEFAULT_DB_ALIAS
|
|
36
|
-
) -> set[str] | None:
|
|
37
|
-
connection = connections[using]
|
|
38
|
-
introspection = connection.introspection
|
|
39
|
-
|
|
40
|
-
try:
|
|
41
|
-
table_names = set(introspection.table_names())
|
|
42
|
-
except (OperationalError, ProgrammingError):
|
|
43
|
-
return None
|
|
44
|
-
|
|
45
|
-
if table_name not in table_names:
|
|
46
|
-
return set()
|
|
47
|
-
|
|
48
|
-
with connection.cursor() as cursor:
|
|
49
|
-
description = introspection.get_table_description(cursor, table_name)
|
|
50
|
-
return {column.name for column in description}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
@register()
|
|
54
|
-
def lx_annotate_endoreg_db_schema_checks(app_configs, **kwargs): # type: ignore[unused-argument]
|
|
55
|
-
messages: list[CheckMessage] = []
|
|
56
|
-
|
|
57
|
-
for table_name in _ENDOREG_DB_REQUIRED_TABLES:
|
|
58
|
-
columns = _table_columns(table_name)
|
|
59
|
-
if columns is None:
|
|
60
|
-
continue
|
|
61
|
-
if not columns:
|
|
62
|
-
messages.append(
|
|
63
|
-
Critical(
|
|
64
|
-
"endoreg_db schema is behind the lx_annotate migration override set. "
|
|
65
|
-
f"Missing required table '{table_name}'. Apply the endoreg_db migrations before serving traffic.",
|
|
66
|
-
id="lx_annotate.endoreg_db_schema_table_missing",
|
|
67
|
-
obj=table_name,
|
|
68
|
-
)
|
|
69
|
-
)
|
|
70
|
-
|
|
71
|
-
for table_name, required_columns in _ENDOREG_DB_REQUIRED_COLUMNS.items():
|
|
72
|
-
columns = _table_columns(table_name)
|
|
73
|
-
if columns is None:
|
|
74
|
-
continue
|
|
75
|
-
if not columns:
|
|
76
|
-
messages.append(
|
|
77
|
-
Critical(
|
|
78
|
-
"endoreg_db schema is behind the lx_annotate migration override set. "
|
|
79
|
-
f"Missing required table '{table_name}'. Apply the endoreg_db migrations before serving traffic.",
|
|
80
|
-
id="lx_annotate.endoreg_db_schema_table_missing",
|
|
81
|
-
obj=table_name,
|
|
82
|
-
)
|
|
83
|
-
)
|
|
84
|
-
continue
|
|
85
|
-
|
|
86
|
-
missing_columns = [
|
|
87
|
-
column for column in required_columns if column not in columns
|
|
88
|
-
]
|
|
89
|
-
if missing_columns:
|
|
90
|
-
messages.append(
|
|
91
|
-
Critical(
|
|
92
|
-
"endoreg_db schema is behind the lx_annotate migration override set. "
|
|
93
|
-
f"Table '{table_name}' is missing required columns: {', '.join(missing_columns)}. "
|
|
94
|
-
"Apply the endoreg_db migrations before serving traffic.",
|
|
95
|
-
id="lx_annotate.endoreg_db_schema_column_missing",
|
|
96
|
-
obj=table_name,
|
|
97
|
-
)
|
|
98
|
-
)
|
|
99
|
-
|
|
100
|
-
return messages
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
@register()
|
|
104
|
-
def lx_annotate_environment_checks(app_configs, **kwargs): # type: ignore[unused-argument]
|
|
105
|
-
messages = []
|
|
106
|
-
|
|
107
|
-
for issue in check_environment_readiness():
|
|
108
|
-
check_cls = Critical if issue.severity == "critical" else Warning
|
|
109
|
-
messages.append(
|
|
110
|
-
check_cls(
|
|
111
|
-
issue.message,
|
|
112
|
-
id=f"lx_annotate.{issue.code}",
|
|
113
|
-
obj=issue.path,
|
|
114
|
-
)
|
|
115
|
-
)
|
|
116
|
-
|
|
117
|
-
protected_url = str(os.environ.get("NGINX_PROTECTED_MEDIA_URL", "") or "").strip()
|
|
118
|
-
if not protected_url:
|
|
119
|
-
messages.append(
|
|
120
|
-
Critical(
|
|
121
|
-
"NGINX_PROTECTED_MEDIA_URL must be set for protected media handoff.",
|
|
122
|
-
id="lx_annotate.nginx_protected_media_url_missing",
|
|
123
|
-
)
|
|
124
|
-
)
|
|
125
|
-
elif not protected_url.startswith("/"):
|
|
126
|
-
messages.append(
|
|
127
|
-
Critical(
|
|
128
|
-
"NGINX_PROTECTED_MEDIA_URL must start with '/'.",
|
|
129
|
-
id="lx_annotate.nginx_protected_media_url_invalid",
|
|
130
|
-
obj=protected_url,
|
|
131
|
-
)
|
|
132
|
-
)
|
|
133
|
-
|
|
134
|
-
protected_root = str(os.environ.get("PROTECTED_MEDIA_ROOT", "") or "").strip()
|
|
135
|
-
if not protected_root:
|
|
136
|
-
messages.append(
|
|
137
|
-
Critical(
|
|
138
|
-
"PROTECTED_MEDIA_ROOT must be set for Nginx protected media routing.",
|
|
139
|
-
id="lx_annotate.protected_media_root_missing",
|
|
140
|
-
)
|
|
141
|
-
)
|
|
142
|
-
else:
|
|
143
|
-
protected_root_path = Path(protected_root).expanduser().resolve()
|
|
144
|
-
expected_media_root = Path(settings.MEDIA_ROOT).expanduser().resolve()
|
|
145
|
-
if not protected_root_path.exists():
|
|
146
|
-
messages.append(
|
|
147
|
-
Critical(
|
|
148
|
-
f"PROTECTED_MEDIA_ROOT does not exist: {protected_root_path}",
|
|
149
|
-
id="lx_annotate.protected_media_root_not_found",
|
|
150
|
-
obj=str(protected_root_path),
|
|
151
|
-
)
|
|
152
|
-
)
|
|
153
|
-
elif protected_root_path != expected_media_root:
|
|
154
|
-
messages.append(
|
|
155
|
-
Warning(
|
|
156
|
-
"PROTECTED_MEDIA_ROOT does not match Django MEDIA_ROOT. "
|
|
157
|
-
"Verify Nginx alias and X-Accel-Redirect expectations.",
|
|
158
|
-
id="lx_annotate.protected_media_root_mismatch",
|
|
159
|
-
obj=f"{protected_root_path} != {expected_media_root}",
|
|
160
|
-
)
|
|
161
|
-
)
|
|
162
|
-
|
|
163
|
-
return messages
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
def assert_runtime_checks_pass() -> None:
|
|
167
|
-
critical_messages = [
|
|
168
|
-
message for message in run_checks() if message.level >= CRITICAL
|
|
169
|
-
]
|
|
170
|
-
if not critical_messages:
|
|
171
|
-
return
|
|
172
|
-
|
|
173
|
-
formatted_messages = "\n".join(
|
|
174
|
-
f"[{message.id}] {message.msg}" for message in critical_messages
|
|
175
|
-
)
|
|
176
|
-
raise ImproperlyConfigured(
|
|
177
|
-
"Critical runtime checks failed:\n"
|
|
178
|
-
f"{formatted_messages}\n"
|
|
179
|
-
"The service is refusing to start until the deployment is consistent."
|
|
180
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/export_route_manifest.py
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/repair_managed_payloads.py
RENAMED
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/start_filewatcher.py
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/management/commands/verify_encrypted_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migration_overrides/endoreg_db/__init__.py
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/migrations/0001_outboundhubtransferjob.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationOverview-CGBsqOFg.js
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/AnonymizationOverview-DUuDRweL.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/RequirementGenerator-BC9a09T1.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/unusable_password_field.css
RENAMED
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/vendor/select2/select2.css
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/css/vendor/select2/select2.min.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/img/gis/move_vertex_off.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/admin/DateTimeShortcuts.js
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/admin/RelatedObjectLookups.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/unusable_password_field.js
RENAMED
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/jquery/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/jquery/jquery.min.js
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/LICENSE.md
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/af.js
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/ar.js
RENAMED
|
File without changes
|
{lx_annotate-0.2.4 → lx_annotate-0.2.6}/lx_annotate/static/admin/js/vendor/select2/i18n/az.js
RENAMED
|
File without changes
|