strictdoc 0.0.44a17__tar.gz → 0.0.45__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.
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/PKG-INFO +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/20_high_level/21_DO178.sdoc +2 -3
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/__init__.py +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/traceability_index.py +7 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/section.py +1 -1
- strictdoc-0.0.45/strictdoc/export/html/_static/controllers/copy_to_clipboard_button_controller.js +90 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/element.css +12 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/layout.css +31 -15
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/base.jinja.html +2 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/node/index.jinja +4 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/comments/index.jinja +4 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/meta/index.jinja +5 -3
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/multiline/index.jinja +5 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/rationale/index.jinja +4 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/statement/index.jinja +4 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/title/index.jinja +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/uid/index.jinja +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/h/index.jinja +1 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/text/index.jinja +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/title/index.jinja +1 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/uid/index.jinja +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/index.jinja +1 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/websocket.jinja.html +1 -1
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/.gitignore +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/CHANGELOG.md +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/CONTRIBUTING.md +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/Dockerfile +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/LICENSE +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/NOTICE +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/README.md +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/10_concept/10_Concept.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/10_concept/12_Zephyr.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/20_high_level/20_HLR.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/30_low_level/30_SLR.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/30_low_level/32_backlog.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/requirements/strictdoc.toml +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/drafts/strictdoc_low_level_requirements.sdoc_.sdoc +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/favicon.ico +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/mypy.ini +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/pyproject.toml +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/requirements.check.txt +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/ruff.toml +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/excel_import.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/export/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/export/excel_generator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/import_/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/import_/excel_to_sdoc_converter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p01_sdoc/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p01_sdoc/reqif_to_sdoc_converter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p01_sdoc/sdoc_to_reqif_converter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p11_polarion/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p11_polarion/reqif_to_sdoc_converter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/reqif_export.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/reqif_import.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/sdoc_reqif_fields.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/document_reference.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/error_handling.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/errors/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/errors/document_tree_error.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/free_text_reader.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/grammar/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/grammar/grammar.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/grammar/grammar_builder.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/grammar/type_system.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/include_reader.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/anchor.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/constants.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/document.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/document_config.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/document_grammar.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/fragment.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/fragment_from_file.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/free_text.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/inline_link.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/node.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/object_factory.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/reference.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/requirement.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/section.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/type_system.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/processor.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/reader.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/validations/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/validations/requirement.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/writer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/grammar.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/models/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/models/range_pragma.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/models/source_file_info.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/reader.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/cli/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/cli/argument_int_range.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/cli/cli_arg_parser.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/cli/command_parser_builder.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/cli/main.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/commands/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/commands/about_command.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/commands/dump_grammar_command.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/commands/manage_autouid_command.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/commands/version_command.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/actions/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/actions/export_action.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/actions/import_action.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/actions/passthrough_action.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/analyzers/document_stats.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/analyzers/document_uid_analyzer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/document_finder.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/document_iterator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/document_meta.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/document_tree.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/document_tree_iterator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/environment.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/file_traceability_index.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/file_tree.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/finders/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/finders/source_files_finder.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/graph/validations.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/graph_database.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/level_counter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/project_config.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/source_tree.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/traceability_index_builder.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/constants.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/create_requirement.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/delete_section.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/update_document_config.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/update_free_text.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/update_grammar.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/update_requirement.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/transforms/validation_error.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/core/tree_cycle_detector.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/document_dot_generator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/dot_templates.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/document.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/folder.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/legend.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/requirement.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/section.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile1/top_level.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile2/document.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile2/folder.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile2/requirement.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile2/section.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/dot/templates/profile2/top_level.dot +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/base.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/content.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/anchor_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/collapsible_list_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/deletable_field_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/draggable_list_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/dropdown_menu_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/editable_field_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/modal_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/movable_field_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/scroll_into_view_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/controllers/tabs_controller.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/favicon.ico +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/form.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/html2pdf/bundle.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/node.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/pan_with_space.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/requirement-tree.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/requirement.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/requirement__temporary.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/requirements-coverage.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/resizable_bar.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/source-code-coverage.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/source.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/stimulus.min.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/tree.css +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/turbo.min.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static/viewtype_menu.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/LICENSE-MATHJAX +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/tex.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_AMS-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Bold.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Calligraphic-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Bold.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Fraktur-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Bold.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Italic.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Main-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-BoldItalic.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Italic.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Math-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Bold.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Italic.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_SansSerif-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Script-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size1-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size2-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size3-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Size4-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Typewriter-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Bold.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Vector-Regular.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/output/chtml/fonts/woff-v2/MathJax_Zero.woff +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mathjax/tex-mml-chtml.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/_static_extra/mermaid/mermaid.min.js +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/document_type.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/form_objects/document_config_form_object.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/form_objects/document_grammar_form_object.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/form_objects/requirement_form_object.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/form_objects/section_form_object.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document_deep_trace.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document_pdf.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document_table.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document_trace.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/document_tree.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/project_statistics.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/requirements_coverage.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/source_file_coverage.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/generators/source_file_view_generator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/html_generator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/html_templates.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/renderers/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/renderers/html_fragment_writer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/renderers/link_renderer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/renderers/markup_renderer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/renderers/text_to_html_writer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg__separator.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_add.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_anchor.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_back.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_book.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_close.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_code.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_delete.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_edit.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_expand.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_folder.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_folder_sm.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_gear.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_index.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_list.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_maximize.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_minimize.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_minusminus.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_move_down.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_move_up.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_plusplus.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_project.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_source.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_stat.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_toc.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_res/svg_ico16_tree.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/nav.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/requirement_block/files_tree.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/requirement_block/uid_and_title.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/requirement_tree_left.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/requirement_tree_right.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/_shared/tags.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/deep_trace/show_full_requirement/stream_show_full_requirement.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/_shared/stream_refresh_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/_shared/stream_updated_toc.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/add_requirement_comment/stream_add_requirement_comment.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/add_requirement_relation/stream_add_requirement_relation.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_requirement/stream_cancel_new_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_requirement/stream_created_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_requirement/stream_new_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_section/stream_cancel_new_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_section/stream_created_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/create_section/stream_new_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/delete_requirement/stream_confirm_delete_requirement.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/delete_requirement/stream_delete_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/delete_section/stream_confirm_delete_section.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/delete_section/stream_delete_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_cancel_edit_document_config.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_edit_document_config.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_config/stream_save_document_config.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_grammar/stream_add_grammar_field.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_grammar/stream_add_grammar_relation.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_grammar/stream_edit_document_grammar.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_document_grammar/stream_save_document_grammar.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_requirement/stream_edit_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_requirement/stream_update_requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_section/stream_edit_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/edit_section/stream_updated_section.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/document/move_node/stream_update_document_content.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/project_index/import_reqif_document/stream_form_import_reqif_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/project_index/import_reqif_document/stream_refresh_with_imported_reqif_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/project_index/stream_create_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/actions/project_index/stream_new_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/abstract/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/anchor/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/button/cancel.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/button/confirm.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/button/delete.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/button/submit.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/confirm/_usage_example.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/confirm/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/field/file/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/field/text/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/field_action_button/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/new_field/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/form/row.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/grammar_form/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/grammar_form/row_with_custom_field.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/grammar_form/row_with_relation.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/grammar_form/row_with_reserved_field.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/header/_usage_example.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/header/header_pagetype.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/header/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/modal/_usage_example.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/modal/form.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/modal/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/node/card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/node/node_controls/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/node/root.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/card_extends_card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/files/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/index_extends_node.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/links/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/pdf.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/tiny.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/tiny_extends_card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement/title/pdf.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement_form/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement_form/row_with_comment.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement_form/row_with_relation.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/requirement_form/row_with_text_field.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/resizable_bar/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/card_extends_card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/h/pdf.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/index_extends_node.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/pdf.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/tiny.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/section/tiny_extends_card.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/rst/anchor.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/frame_header_document_title.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/frame_toc.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/project_tree.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/resizable_bar_with_project_tree.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/resizable_bar_with_toc.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/_shared/viewtype_menu.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/actions.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/frame_document_config.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/frame_document_config_edit.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/frame_document_content.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/frame_section_edit.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/document/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/pdf/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/pdf/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/table/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/table/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/traceability/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/traceability/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/traceability_deep/frame_show_full_requirement.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/traceability_deep/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/document/traceability_deep/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/actions.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/frame_form_import_reqif.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/frame_form_new_document.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/frame_project_tree.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_index/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_statistics/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/project_statistics/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/requirements_coverage/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/requirements_coverage/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/requirements_coverage/project_tree_flat_anchor_list.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/requirements_coverage/requirement.jinja.html +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/requirements_coverage/resizable_bar_with_project_tree.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_coverage/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_coverage/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_view/aside.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_view/header__source_file_name.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_view/index.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_view/main.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/screens/source_file_view/requirement.jinja +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/tools/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/tools/html_embedded.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html2pdf/html2pdf.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/directives/raw_html_role.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/directives/wildcard_enhanced_image.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/document_rst_generator.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/rst_templates.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/rst_to_html_fragment_writer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/templates/requirement.jinja.rst +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/rst/writer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/auto_described.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/cast.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/exception.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/file_modification_time.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/file_system.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/form_data.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/git_client.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/math.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/mid.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/ordered_set.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/parallelizer.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/path_filter.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/pickle.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/rst.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/sorting.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/string.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/textx.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/helpers/timing.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/__init__.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/app.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/config.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/error_object.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/main.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/routers/main_router.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/server/server.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc.toml +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/tasks.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/tasks_wine.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/tools/confluence_html_table_import.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/tools/link_health.py +0 -0
- {strictdoc-0.0.44a17 → strictdoc-0.0.45}/tox.ini +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: strictdoc
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.45
|
4
4
|
Summary: StrictDoc is open-source software for technical documentation and requirements management.
|
5
5
|
Project-URL: Changelog, https://github.com/strictdoc-project/strictdoc/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Homepage, https://strictdoc.readthedocs.io/en/stable/
|
@@ -23,9 +23,6 @@ ELEMENTS:
|
|
23
23
|
- TITLE: TAGS
|
24
24
|
TYPE: String
|
25
25
|
REQUIRED: False
|
26
|
-
- TITLE: REFS
|
27
|
-
TYPE: String
|
28
|
-
REQUIRED: False
|
29
26
|
- TITLE: TITLE
|
30
27
|
TYPE: String
|
31
28
|
REQUIRED: False
|
@@ -38,6 +35,8 @@ ELEMENTS:
|
|
38
35
|
- TITLE: COMMENT
|
39
36
|
TYPE: String
|
40
37
|
REQUIRED: False
|
38
|
+
RELATIONS:
|
39
|
+
- TYPE: Parent
|
41
40
|
|
42
41
|
[FREETEXT]
|
43
42
|
This document outlines a set of high-level requirements for StrictDoc, a text-based requirements management system. While StrictDoc already meets many of these requirements, further discussion is needed to clarify any remaining questions. For the outstanding requirements, we can establish a practical implementation plan within the upcoming 2023-2024 StrictDoc roadmap.
|
@@ -670,7 +670,9 @@ class TraceabilityIndex: # pylint: disable=too-many-public-methods, too-many-in
|
|
670
670
|
f"nodes: {incoming_links_sources_string}."
|
671
671
|
)
|
672
672
|
|
673
|
-
def validate_can_create_uid(
|
673
|
+
def validate_can_create_uid(
|
674
|
+
self, uid: str, existing_node_mid: Optional[MID]
|
675
|
+
):
|
674
676
|
assert isinstance(uid, str), uid
|
675
677
|
assert len(uid) > 0, uid
|
676
678
|
|
@@ -681,6 +683,10 @@ class TraceabilityIndex: # pylint: disable=too-many-public-methods, too-many-in
|
|
681
683
|
if existing_node_with_uid is None:
|
682
684
|
return
|
683
685
|
|
686
|
+
if existing_node_mid is not None:
|
687
|
+
if existing_node_with_uid.mid == existing_node_mid:
|
688
|
+
return
|
689
|
+
|
684
690
|
raise SingleValidationError(
|
685
691
|
"UID uniqueness validation error: "
|
686
692
|
"There is already an existing node "
|
@@ -96,7 +96,7 @@ class UpdateSectionCommand:
|
|
96
96
|
if len(form_object.section_uid) > 0:
|
97
97
|
try:
|
98
98
|
traceability_index.validate_can_create_uid(
|
99
|
-
form_object.section_uid
|
99
|
+
form_object.section_uid, section.mid
|
100
100
|
)
|
101
101
|
except SingleValidationError as validation_error_:
|
102
102
|
errors["section_uid"].append(validation_error_.args[0])
|
strictdoc-0.0.45/strictdoc/export/html/_static/controllers/copy_to_clipboard_button_controller.js
ADDED
@@ -0,0 +1,90 @@
|
|
1
|
+
Stimulus.register("copy_to_clipboard_button", class extends Controller {
|
2
|
+
connect() {
|
3
|
+
this.element.className = 'with_faded_button';
|
4
|
+
|
5
|
+
const clip = this.element.innerText.trim();
|
6
|
+
|
7
|
+
const copyIcon = this._createIcon(this._copyIconSVG());
|
8
|
+
const doneIcon = this._createIcon(this._doneIconSVG());
|
9
|
+
const button = this._createButton(copyIcon, doneIcon);
|
10
|
+
|
11
|
+
this.element.style.position = 'relative';
|
12
|
+
this.element.prepend(button);
|
13
|
+
|
14
|
+
// Add event listener
|
15
|
+
button.addEventListener("click", function(event){
|
16
|
+
event.preventDefault();
|
17
|
+
_updateClipboard(clip, _confirmIcon(button, copyIcon, doneIcon))
|
18
|
+
});
|
19
|
+
}
|
20
|
+
|
21
|
+
_createButton(copyIcon, doneIcon) {
|
22
|
+
const button = document.createElement("div");
|
23
|
+
button.title = "Click to copy";
|
24
|
+
button.className = 'action_button';
|
25
|
+
button.style.cssText += this._buttonCSS();
|
26
|
+
doneIcon.style.display = 'none';
|
27
|
+
button.append(copyIcon, doneIcon,);
|
28
|
+
return button
|
29
|
+
}
|
30
|
+
|
31
|
+
_buttonCSS() {
|
32
|
+
return `
|
33
|
+
position: absolute;
|
34
|
+
right: 4px;
|
35
|
+
top: 4px;
|
36
|
+
/* line-height: 0; */
|
37
|
+
`;
|
38
|
+
}
|
39
|
+
|
40
|
+
_createIcon(iconSVG) {
|
41
|
+
const icon = document.createElement('span');
|
42
|
+
icon.style.display = 'contents';
|
43
|
+
icon.innerHTML = iconSVG;
|
44
|
+
return icon
|
45
|
+
}
|
46
|
+
|
47
|
+
_copyIconSVG() {
|
48
|
+
return `<svg class="svg_icon" width="16px" height="16px" viewBox="0 0 16 16">
|
49
|
+
<g id="copyIconSVG">
|
50
|
+
<path d="M8,2 L12,2 C13,2 14,3 14,4 L14,8 C14,9 13,10 12,10 L8,10 C7,10 6,9 6,8 L6,4 C6,3 7,2 8,2 Z"/>
|
51
|
+
<path d="M10,12 C10,13 9,14 8,14 L4,14 C3,14 2,13 2,12 L2,8 C2,7 3,6 4,6"/>
|
52
|
+
</g>
|
53
|
+
</svg>`
|
54
|
+
}
|
55
|
+
|
56
|
+
_doneIconSVG() {
|
57
|
+
return `<svg class="svg_icon" width="16px" height="16px" viewBox="0 0 16 16">
|
58
|
+
<path d="M2.5,8.5 C2.5,8.5 3.5,9.5 6,12 C11,7 13.5,4.5 13.5,4.5"/>
|
59
|
+
</svg>`
|
60
|
+
}
|
61
|
+
});
|
62
|
+
|
63
|
+
function _updateClipboard(newClip, callback) {
|
64
|
+
navigator.clipboard.writeText(newClip).then(() => {
|
65
|
+
/* clipboard successfully set */
|
66
|
+
() => callback();
|
67
|
+
console.info('clipboard successfully set: ', newClip);
|
68
|
+
}, () => {
|
69
|
+
/* clipboard write failed */
|
70
|
+
console.warn('clipboard write failed');
|
71
|
+
});
|
72
|
+
}
|
73
|
+
|
74
|
+
function _confirmIcon(button, copyIcon, doneIcon) {
|
75
|
+
// initial opacity
|
76
|
+
let op = 1;
|
77
|
+
button.style.opacity = 1;
|
78
|
+
|
79
|
+
copyIcon.style.display = 'none';
|
80
|
+
doneIcon.style.display = 'contents';
|
81
|
+
const fadeTimer = setInterval(() => {
|
82
|
+
if (op <= 0.1){
|
83
|
+
clearInterval(fadeTimer);
|
84
|
+
copyIcon.style.display = 'contents';
|
85
|
+
doneIcon.style.display = 'none';
|
86
|
+
button.style.opacity = '';
|
87
|
+
}
|
88
|
+
op -= op * 0.1;
|
89
|
+
}, 30);
|
90
|
+
}
|
@@ -180,6 +180,18 @@ sdoc-node-controls .action_button {
|
|
180
180
|
vertical-align: top;
|
181
181
|
}
|
182
182
|
|
183
|
+
/* used by copy_to_clipboard controller */
|
184
|
+
|
185
|
+
/* TODO improve class name .with_faded_button */
|
186
|
+
.with_faded_button > .action_button {
|
187
|
+
transition: .5s ease-out;
|
188
|
+
opacity: 0;
|
189
|
+
}
|
190
|
+
|
191
|
+
.with_faded_button:hover > .action_button {
|
192
|
+
opacity: 1;
|
193
|
+
}
|
194
|
+
|
183
195
|
/* ANCHOR */
|
184
196
|
|
185
197
|
sdoc-anchor {
|
@@ -70,28 +70,44 @@
|
|
70
70
|
font-weight: bold;
|
71
71
|
}
|
72
72
|
|
73
|
-
/*
|
73
|
+
/* messages */
|
74
74
|
|
75
|
-
.
|
75
|
+
.mars {
|
76
76
|
position: fixed;
|
77
77
|
z-index: 1111;
|
78
|
-
top:
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
78
|
+
top: 0;
|
79
|
+
bottom: 0;
|
80
|
+
left: 0;
|
81
|
+
right: 0;
|
82
|
+
pointer-events: none;
|
83
|
+
|
84
|
+
display: flex;
|
85
|
+
justify-content: center;
|
86
|
+
/* align-items: flex-end */
|
87
|
+
align-items: center;
|
88
|
+
|
89
|
+
padding: calc(var(--base-rhythm)*10);
|
90
|
+
}
|
87
91
|
|
88
|
-
|
89
|
-
background: #fff;
|
92
|
+
/* <sdoc-toast> */
|
90
93
|
|
91
|
-
|
94
|
+
sdoc-toast {
|
95
|
+
pointer-events: initial;
|
92
96
|
text-align: center;
|
97
|
+
border-radius: var(--base-rhythm);
|
98
|
+
box-shadow: 0 8px 32px rgba(0,0,0,.3);
|
99
|
+
background: var(--color-bg-ui);
|
100
|
+
color: var(--color-fg-secondary-invert);
|
93
101
|
}
|
94
102
|
|
95
|
-
|
103
|
+
sdoc-toast:not(:empty) {
|
96
104
|
padding: .75rem 2rem;
|
97
105
|
}
|
106
|
+
|
107
|
+
sdoc-toast a:link {
|
108
|
+
color: var(--color-bg-contrast);
|
109
|
+
}
|
110
|
+
|
111
|
+
sdoc-toast a:hover {
|
112
|
+
color: var(--color-fg-accent);
|
113
|
+
}
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/components/node/index.jinja
RENAMED
@@ -21,14 +21,18 @@
|
|
21
21
|
<sdoc-node
|
22
22
|
{%- if project_config.is_running_on_server %}
|
23
23
|
data-editable_node="on"
|
24
|
+
{%- if sdoc_entity.is_section %}
|
24
25
|
data-controller="anchor_controller"
|
26
|
+
{%- endif %}
|
25
27
|
{%- endif %}
|
26
28
|
node-role="{{ sdoc_entity.get_type_string() }}"
|
27
29
|
data-testid="node-{{ sdoc_entity.get_type_string() }}"
|
28
30
|
>
|
29
31
|
|
32
|
+
{%- if sdoc_entity.is_section %}
|
30
33
|
{# anchor #}
|
31
34
|
{% include "components/anchor/index.jinja" %}
|
35
|
+
{%- endif %}
|
32
36
|
|
33
37
|
{# sdoc_entity #}
|
34
38
|
{% block sdoc_entity %}
|
@@ -3,7 +3,10 @@
|
|
3
3
|
{%- if requirement.comments %}
|
4
4
|
{%- for comment in requirement.comments %}
|
5
5
|
<sdoc-requirement-field-label>comment:</sdoc-requirement-field-label>
|
6
|
-
<sdoc-requirement-field
|
6
|
+
<sdoc-requirement-field
|
7
|
+
data-field-label="comment"
|
8
|
+
data-controller="copy_to_clipboard_button"
|
9
|
+
>
|
7
10
|
{{ renderer.render_comment(comment) }}
|
8
11
|
</sdoc-requirement-field>
|
9
12
|
{%- endfor %}
|
@@ -1,8 +1,10 @@
|
|
1
1
|
{%- if requirement.has_meta -%}
|
2
2
|
{% for meta_field in requirement.enumerate_meta_fields(skip_multi_lines=True) %}
|
3
3
|
<sdoc-requirement-field-label>{{ meta_field[0] }}:</sdoc-requirement-field-label>
|
4
|
-
<sdoc-requirement-field
|
5
|
-
|
6
|
-
|
4
|
+
<sdoc-requirement-field
|
5
|
+
data-field-type="singleline"
|
6
|
+
data-field-label="{{ meta_field[0] }}"
|
7
|
+
data-controller="copy_to_clipboard_button"
|
8
|
+
>{{ meta_field[1] }}</sdoc-requirement-field>
|
7
9
|
{% endfor %}
|
8
10
|
{%- endif %}
|
@@ -1,8 +1,12 @@
|
|
1
1
|
{# multiline fields #}
|
2
|
+
{# goes through all UNRESERVED fields #}
|
2
3
|
{%- if requirement.has_meta %}
|
3
4
|
{% for meta_field in requirement.enumerate_meta_fields(skip_single_lines=True) %}
|
4
5
|
<sdoc-requirement-field-label>{{ meta_field[0] }}:</sdoc-requirement-field-label>
|
5
|
-
<sdoc-requirement-field
|
6
|
+
<sdoc-requirement-field
|
7
|
+
data-field-label="{{ meta_field[0] }}"
|
8
|
+
data-controller="copy_to_clipboard_button"
|
9
|
+
>
|
6
10
|
{{ renderer.render_meta_value(meta_field[1]) }}
|
7
11
|
</sdoc-requirement-field>
|
8
12
|
{%- endfor %}
|
@@ -1,6 +1,9 @@
|
|
1
1
|
{%- if requirement.rationale -%}
|
2
2
|
<sdoc-requirement-field-label>rationale:</sdoc-requirement-field-label>
|
3
|
-
<sdoc-requirement-field
|
3
|
+
<sdoc-requirement-field
|
4
|
+
data-field-label="rationale"
|
5
|
+
data-controller="copy_to_clipboard_button"
|
6
|
+
>
|
4
7
|
{{ renderer.render_requirement_rationale(requirement) }}
|
5
8
|
</sdoc-requirement-field>
|
6
9
|
{%- endif -%}
|
@@ -7,7 +7,10 @@
|
|
7
7
|
{%- else -%}
|
8
8
|
{# default with label #}
|
9
9
|
<sdoc-requirement-field-label>statement:</sdoc-requirement-field-label>
|
10
|
-
<sdoc-requirement-field
|
10
|
+
<sdoc-requirement-field
|
11
|
+
data-field-label="statement"
|
12
|
+
data-controller="copy_to_clipboard_button"
|
13
|
+
>
|
11
14
|
{{ renderer.render_requirement_statement(requirement) }}
|
12
15
|
</sdoc-requirement-field>
|
13
16
|
{%- endif -%}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{# TODO: change to 'text' #}
|
2
2
|
{%- if section.free_texts -%}
|
3
3
|
{%- for free_text in section.free_texts -%}
|
4
|
-
<sdoc-section-text>
|
4
|
+
<sdoc-section-text data-controller="copy_to_clipboard_button">
|
5
5
|
{{ renderer.render_free_text(document_type, free_text) }}
|
6
6
|
</sdoc-section-text>
|
7
7
|
{%- endfor -%}
|
@@ -1,6 +1,7 @@
|
|
1
1
|
{# title // required field for section #}
|
2
2
|
<sdoc-section-title
|
3
3
|
data-level="{{ section.context.title_number_string }}"
|
4
|
+
data-controller="copy_to_clipboard_button"
|
4
5
|
>
|
5
6
|
{%- if section.context.title_number_string -%}
|
6
7
|
{{ section.context.title_number_string }}.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{%- if section.reserved_uid is not none and section.reserved_uid|length > 0 -%}
|
2
2
|
<sdoc-meta>
|
3
3
|
<sdoc-meta-label>UID:</sdoc-meta-label>
|
4
|
-
<sdoc-meta-field>{{ section.reserved_uid }}</sdoc-meta-field>
|
4
|
+
<sdoc-meta-field data-controller="copy_to_clipboard_button">{{ section.reserved_uid }}</sdoc-meta-field>
|
5
5
|
</sdoc-meta>
|
6
6
|
{%- endif %}
|
@@ -30,6 +30,7 @@
|
|
30
30
|
<script type="module" src="{{ link_renderer.render_static_url('controllers/modal_controller.js') }}"></script>
|
31
31
|
<script type="module" src="{{ link_renderer.render_static_url('controllers/scroll_into_view_controller.js') }}"></script>
|
32
32
|
<script type="module" src="{{ link_renderer.render_static_url('controllers/tabs_controller.js') }}"></script>
|
33
|
+
<script type="module" src="{{ link_renderer.render_static_url('controllers/copy_to_clipboard_button_controller.js') }}"></script>
|
33
34
|
{%- endif -%}
|
34
35
|
|
35
36
|
{%- if project_config.is_activated_mathjax() -%}
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/export/html/templates/websocket.jinja.html
RENAMED
@@ -1,7 +1,7 @@
|
|
1
1
|
{%- if project_config.is_running_on_server -%}
|
2
2
|
|
3
3
|
{# It is important that there are no spaces within this element #connection_status: #}
|
4
|
-
<
|
4
|
+
<sdoc-toast id="connection_status"></sdoc-toast>
|
5
5
|
|
6
6
|
<script>
|
7
7
|
var clientId = Date.now();
|
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
|
File without changes
|
File without changes
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/excel/import_/excel_to_sdoc_converter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p01_sdoc/reqif_to_sdoc_converter.py
RENAMED
File without changes
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/reqif/p01_sdoc/sdoc_to_reqif_converter.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
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/errors/document_tree_error.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
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc/models/fragment_from_file.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
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/models/__init__.py
RENAMED
File without changes
|
{strictdoc-0.0.44a17 → strictdoc-0.0.45}/strictdoc/backend/sdoc_source_code/models/range_pragma.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
|