ixbrl-viewer 1.4.57__tar.gz → 1.4.58__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.

Potentially problematic release.


This version of ixbrl-viewer might be problematic. Click here for more details.

Files changed (300) hide show
  1. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/build-documentation.yml +1 -1
  2. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/PKG-INFO +97 -37
  3. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/README.md +96 -36
  4. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/_version.py +2 -2
  5. ixbrl_viewer-1.4.58/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js +2 -0
  6. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/inspector.js +12 -0
  7. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.js +2 -2
  8. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/ixbrlviewer.test.js +3 -2
  9. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/util.js +1 -0
  10. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/viewer.js +3 -2
  11. ixbrl_viewer-1.4.58/iXBRLViewerPlugin/viewer/src/less/inspector.less +1448 -0
  12. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/PKG-INFO +97 -37
  13. ixbrl_viewer-1.4.57/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js +0 -2
  14. ixbrl_viewer-1.4.57/iXBRLViewerPlugin/viewer/src/less/inspector.less +0 -1451
  15. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.babelrc +0 -0
  16. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/ISSUE_TEMPLATE/bug.yml +0 -0
  17. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  18. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/ISSUE_TEMPLATE/questions.yml +0 -0
  19. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/ISSUE_TEMPLATE/request.yml +0 -0
  20. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  21. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/dependabot.yml +0 -0
  22. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/release-drafter.yml +0 -0
  23. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/node-tests.yml +0 -0
  24. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/npm-package.yml +0 -0
  25. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/publish-documentation.yml +0 -0
  26. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/puppeteer.yml +0 -0
  27. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/python-package.yml +0 -0
  28. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/python-tests.yml +0 -0
  29. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/release-drafter.yml +0 -0
  30. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.github/workflows/release.yml +0 -0
  31. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.gitignore +0 -0
  32. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.npmignore +0 -0
  33. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/.readthedocs.yaml +0 -0
  34. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ARCHITECTURE.md +0 -0
  35. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/CODEOWNERS +0 -0
  36. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/COPYRIGHT.md +0 -0
  37. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/LICENSE.md +0 -0
  38. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/MANIFEST.in +0 -0
  39. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/Makefile +0 -0
  40. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/NOTICE +0 -0
  41. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/PLUGINS.md +0 -0
  42. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/Makefile +0 -0
  43. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/make.bat +0 -0
  44. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/sample-config.json +0 -0
  45. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/arelle-rtd.png +0 -0
  46. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/favicon.ico +0 -0
  47. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/document_outline.png +0 -0
  48. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/document_summary.png +0 -0
  49. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/fact_locations.png +0 -0
  50. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/fact_properties.png +0 -0
  51. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/search_filters.png +0 -0
  52. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/search_results.png +0 -0
  53. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/toolbar_controls.png +0 -0
  54. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_images/user_guides/viewing_the_report.png +0 -0
  55. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/_static/css/extra.css +0 -0
  56. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/build_docs.md +0 -0
  57. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/conf.py +0 -0
  58. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/index.md +0 -0
  59. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/license.md +0 -0
  60. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/docs/source/user_guides/user_guide.md +0 -0
  61. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/README.md +0 -0
  62. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630.xsd +0 -0
  63. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_cal.xml +0 -0
  64. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_d2.htm +0 -0
  65. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_def.xml +0 -0
  66. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_g1.jpg +0 -0
  67. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_lab.xml +0 -0
  68. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/clx-20220630_pre.xml +0 -0
  69. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex21subsidiaries.htm +0 -0
  70. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex23accountingfirmc.htm +0 -0
  71. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex311ceocertificati.htm +0 -0
  72. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex312cfocertificati.htm +0 -0
  73. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex32ceocfocertifica.htm +0 -0
  74. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/fy22clxex992reconofeconomi.htm +0 -0
  75. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/clorox-2022-10-K-ixbrl-viewer/ixbrl-viewer.htm +0 -0
  76. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/README.md +0 -0
  77. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/example-plugin.gif +0 -0
  78. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/extended-viewer.js +0 -0
  79. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/index.js +0 -0
  80. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/package-lock.json +0 -0
  81. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/package.json +0 -0
  82. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/example_plugin/webpack.config.js +0 -0
  83. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/ixbrl-viewer-demo.gif +0 -0
  84. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/review-mode.png +0 -0
  85. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/exhibit31abylawsofworkivai.htm +0 -0
  86. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/exhibit31bbylawsofworkivai.htm +0 -0
  87. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/ixbrl-viewer.htm +0 -0
  88. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109.xsd +0 -0
  89. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109_lab.xml +0 -0
  90. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/examples/workiva-january-2023-8-k-ixbrl-viewer/wk-20230109_pre.xml +0 -0
  91. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/__init__.py +0 -0
  92. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/constants.py +0 -0
  93. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/featureConfig.py +0 -0
  94. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/iXBRLViewer.py +0 -0
  95. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/plugin.py +0 -0
  96. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/stubviewer.html +0 -0
  97. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/ui.py +0 -0
  98. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js.LICENSE.txt +0 -0
  99. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/i18next-parser.config.js +0 -0
  100. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/data/utr.json +0 -0
  101. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/html/fact-details.html +0 -0
  102. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/html/footer-logo.html +0 -0
  103. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/html/footnote-details.html +0 -0
  104. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/html/inspector.html +0 -0
  105. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/balancetypes.json +0 -0
  106. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/currencies.json +0 -0
  107. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/datatypes.json +0 -0
  108. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/labelroles.json +0 -0
  109. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/referenceparts.json +0 -0
  110. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/scale.json +0 -0
  111. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/tooltips.json +0 -0
  112. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/cy/translation.json +0 -0
  113. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/balancetypes.json +0 -0
  114. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/currencies.json +0 -0
  115. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/datatypes.json +0 -0
  116. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/labelroles.json +0 -0
  117. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/referenceparts.json +0 -0
  118. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/scale.json +0 -0
  119. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/tooltips.json +0 -0
  120. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/en/translation.json +0 -0
  121. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/balancetypes.json +0 -0
  122. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/currencies.json +0 -0
  123. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/datatypes.json +0 -0
  124. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/labelroles.json +0 -0
  125. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/referenceparts.json +0 -0
  126. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/scale.json +0 -0
  127. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/tooltips.json +0 -0
  128. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/i18n/es/translation.json +0 -0
  129. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/arrow-down.svg +0 -0
  130. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/arrow-up.svg +0 -0
  131. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/calculator.svg +0 -0
  132. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/chevron-down.svg +0 -0
  133. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/chevron-left.svg +0 -0
  134. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/chevron-right.svg +0 -0
  135. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/chevron-up.svg +0 -0
  136. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/circle-cross.svg +0 -0
  137. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/circle-tick.svg +0 -0
  138. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/clipboard.svg +0 -0
  139. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/close.svg +0 -0
  140. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/cog.svg +0 -0
  141. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/dark-mode.svg +0 -0
  142. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/dimension-member.svg +0 -0
  143. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/dimension.svg +0 -0
  144. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/download.svg +0 -0
  145. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/filter.svg +0 -0
  146. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/graph.svg +0 -0
  147. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/member.svg +0 -0
  148. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/multi-tag.svg +0 -0
  149. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/outline.svg +0 -0
  150. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/print.svg +0 -0
  151. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/question.svg +0 -0
  152. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/search.svg +0 -0
  153. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/select.svg +0 -0
  154. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/summary.svg +0 -0
  155. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/tag.svg +0 -0
  156. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/text-block.svg +0 -0
  157. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/tick.svg +0 -0
  158. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/icons/warning.svg +0 -0
  159. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/arelle-dark.svg +0 -0
  160. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/arelle.svg +0 -0
  161. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/favicon.ico +0 -0
  162. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/inline-viewer-dark.svg +0 -0
  163. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/inline-viewer.png +0 -0
  164. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/inline-viewer.svg +0 -0
  165. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/powered-by-workiva.png +0 -0
  166. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/img/powered-by-workiva.svg +0 -0
  167. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/accordian.js +0 -0
  168. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/aspect.js +0 -0
  169. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/aspect.test.js +0 -0
  170. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/balance.js +0 -0
  171. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/calculation.js +0 -0
  172. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/calculation.test.js +0 -0
  173. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/calculationInspector.js +0 -0
  174. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/chart.js +0 -0
  175. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/chart.test.js +0 -0
  176. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/concept.js +0 -0
  177. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/concept.test.js +0 -0
  178. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/datatype.js +0 -0
  179. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/datatype.test.js +0 -0
  180. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/dialog.js +0 -0
  181. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/docOrderIndex.js +0 -0
  182. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/fact.js +0 -0
  183. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/fact.test.js +0 -0
  184. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/factset.js +0 -0
  185. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/factset.test.js +0 -0
  186. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/footnote.js +0 -0
  187. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/identifiers.js +0 -0
  188. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/identifiers.test.js +0 -0
  189. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/index.js +0 -0
  190. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/inspector.test.js +0 -0
  191. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/interval.js +0 -0
  192. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/interval.test.js +0 -0
  193. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/ixnode.js +0 -0
  194. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/menu.js +0 -0
  195. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/messagebox.js +0 -0
  196. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/moment-jest.js +0 -0
  197. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/number-matcher-preprocess.test.js +0 -0
  198. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/number-matcher.js +0 -0
  199. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/number-matcher.test.js +0 -0
  200. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/outline.js +0 -0
  201. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/outline.test.js +0 -0
  202. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/period.js +0 -0
  203. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/period.test.js +0 -0
  204. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/qname.js +0 -0
  205. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/report.js +0 -0
  206. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/report.test.js +0 -0
  207. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/reportset.js +0 -0
  208. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/reportset.test.js +0 -0
  209. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/search.js +0 -0
  210. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/search.test.js +0 -0
  211. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/summary.js +0 -0
  212. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/summary.test.js +0 -0
  213. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/tableExport.js +0 -0
  214. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/taxonomynamer.js +0 -0
  215. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/taxonomynamer.test.js +0 -0
  216. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/test-utils.js +0 -0
  217. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/textblockviewer.js +0 -0
  218. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/theme.js +0 -0
  219. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/unit.js +0 -0
  220. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/unit.test.js +0 -0
  221. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/util.test.js +0 -0
  222. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/utr.js +0 -0
  223. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/validationreport.js +0 -0
  224. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/js/viewerOptions.js +0 -0
  225. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/accordian.less +0 -0
  226. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/block-list.less +0 -0
  227. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/calculation-inspector.less +0 -0
  228. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/chart.less +0 -0
  229. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/clearfix.less +0 -0
  230. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/colours-dark-mode.less +0 -0
  231. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/colours.less +0 -0
  232. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/common.less +0 -0
  233. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/components.less +0 -0
  234. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/core.less +0 -0
  235. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/dialog.less +0 -0
  236. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/fonts.less +0 -0
  237. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/form-controls.less +0 -0
  238. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/icons.less.njk +0 -0
  239. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/loader.less +0 -0
  240. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/menu.less +0 -0
  241. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/summary.less +0 -0
  242. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/tabs.less +0 -0
  243. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/text-block-viewer.less +0 -0
  244. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/text-mixins.less +0 -0
  245. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/validation-report.less +0 -0
  246. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/src/less/viewer.less +0 -0
  247. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/tools/build-font.js +0 -0
  248. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/version.js +0 -0
  249. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/webpack.common.js +0 -0
  250. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/webpack.dev.js +0 -0
  251. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/viewer/webpack.prod.js +0 -0
  252. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/iXBRLViewerPlugin/xhtmlserialize.py +0 -0
  253. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/SOURCES.txt +0 -0
  254. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/dependency_links.txt +0 -0
  255. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/entry_points.txt +0 -0
  256. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/requires.txt +0 -0
  257. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/ixbrl_viewer.egg-info/top_level.txt +0 -0
  258. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/jest.config.json +0 -0
  259. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/package-lock.json +0 -0
  260. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/package.json +0 -0
  261. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/pyproject.toml +0 -0
  262. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/requirements-docs.txt +0 -0
  263. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/Makefile +0 -0
  264. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/Makefile-src +0 -0
  265. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/build-viewer.py +0 -0
  266. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/fetch-sample-files.py +0 -0
  267. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/sample-files.list +0 -0
  268. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/continuation/continuation.html +0 -0
  269. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/ixds-test/document1.html +0 -0
  270. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/ixds-test/faurecia.html +0 -0
  271. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/ixds-test/valeo.html +0 -0
  272. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/scrollable-div/scrollable-div.html +0 -0
  273. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/testdoc/build.sh +0 -0
  274. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/testdoc/example.xsd +0 -0
  275. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/testdoc/labels.json +0 -0
  276. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/testdoc/testdoc.ixtmpl +0 -0
  277. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/samples/src/xbrl-invalid-tests/xbrl-invalid-test.html +0 -0
  278. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/setup.cfg +0 -0
  279. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/__init__.py +0 -0
  280. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/core_elements.js +0 -0
  281. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/page_objects/doc_frame.js +0 -0
  282. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/page_objects/fact_details_panel.js +0 -0
  283. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/page_objects/search_panel.js +0 -0
  284. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/page_objects/toolbar.js +0 -0
  285. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/utils.js +0 -0
  286. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/framework/viewer_page.js +0 -0
  287. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/puppeteer_test_run_via_intellij.jpg +0 -0
  288. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/test_filings/filing_documents_smoke_test.zip +0 -0
  289. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/test_filings/highlights.zip +0 -0
  290. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/tests/fact_properties.test.js +0 -0
  291. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/tests/highlight.test.js +0 -0
  292. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/tests/search.test.js +0 -0
  293. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/puppeteer/tools/generate.sh +0 -0
  294. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/unit_tests/__init__.py +0 -0
  295. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/unit_tests/iXBRLViewerPlugin/__init__.py +0 -0
  296. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/unit_tests/iXBRLViewerPlugin/mock_arelle.py +0 -0
  297. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/unit_tests/iXBRLViewerPlugin/test_iXBRLViewer.py +0 -0
  298. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tests/unit_tests/iXBRLViewerPlugin/test_xhtmlserialize.py +0 -0
  299. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tools/fetch-utr.py +0 -0
  300. {ixbrl_viewer-1.4.57 → ixbrl_viewer-1.4.58}/tox.ini +0 -0
@@ -17,7 +17,7 @@ jobs:
17
17
  uses: actions/setup-python@v5.4.0
18
18
  with:
19
19
  cache: 'pip'
20
- cache-dependency-path: **/requirements-docs.txt
20
+ cache-dependency-path: '**/requirements-docs.txt'
21
21
  check-latest: true
22
22
  python-version: '3.12'
23
23
  - name: Install dependencies
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ixbrl-viewer
3
- Version: 1.4.57
3
+ Version: 1.4.58
4
4
  Summary: The Arelle iXBRL Viewer allows iXBRL reports to be viewed interactively in a web browser.
5
5
  Author-email: "arelle.org" <support@arelle.org>
6
6
  License: Apache-2.0
@@ -41,24 +41,61 @@ Requires-Dist: typing-extensions==4.12.2; extra == "dev"
41
41
 
42
42
  # Arelle iXBRL Viewer
43
43
 
44
+ [![PyPI](https://img.shields.io/pypi/v/ixbrl-viewer)](https://pypi.org/project/ixbrl-viewer/)
45
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrl-viewer)](https://pypi.org/project/ixbrl-viewer/)
46
+ [![NPM Version](https://img.shields.io/npm/v/ixbrl-viewer)](https://www.npmjs.com/package/ixbrl-viewer)
47
+ [![Read the Docs](https://img.shields.io/readthedocs/arelle-ixbrl-viewer)](https://arelle-ixbrl-viewer.readthedocs.io/)
48
+
44
49
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/examples/ixbrl-viewer-demo.gif)
45
50
 
51
+ ## Table of Contents
52
+
53
+ - [Arelle iXBRL Viewer](#arelle-ixbrl-viewer)
54
+ - [Table of Contents](#table-of-contents)
55
+ - [Description](#description)
56
+ - [Documentation](#documentation)
57
+ - [Installation](#installation)
58
+ - [Accessing the JavaScript viewer application](#accessing-the-javascript-viewer-application)
59
+ - [Accessing via the CDN](#accessing-via-the-cdn)
60
+ - [Accessing via Github](#accessing-via-github)
61
+ - [Building the JavaScript locally](#building-the-javascript-locally)
62
+ - [JavaScript Versioning](#javascript-versioning)
63
+ - [Producing an ixbrl-viewer via the Arelle GUI](#producing-an-ixbrl-viewer-via-the-arelle-gui)
64
+ - [Preparing an iXBRL file via the GUI](#preparing-an-ixbrl-file-via-the-gui)
65
+ - [Preparing an iXBRL document set using the Arelle GUI](#preparing-an-ixbrl-document-set-using-the-arelle-gui)
66
+ - [Producing an ixbrl-viewer via the Arelle command line](#producing-an-ixbrl-viewer-via-the-arelle-command-line)
67
+ - [Preparing an iXBRL file via the command line](#preparing-an-ixbrl-file-via-the-command-line)
68
+ - [Preparing an iXBRL document set](#preparing-an-ixbrl-document-set)
69
+ - [Using build-viewer.py](#using-build-viewerpy)
70
+ - [Stub viewer mode](#stub-viewer-mode)
71
+ - [Optional Features](#optional-features)
72
+ - [Feature: Review Mode](#feature-review-mode)
73
+ - [Runtime config](#runtime-config)
74
+ - [Disable viewer loading](#disable-viewer-loading)
75
+ - [Running tests](#running-tests)
76
+ - [Running unit tests](#running-unit-tests)
77
+ - [Running Puppeteer tests](#running-puppeteer-tests)
78
+ - [👥 Contributors](#-contributors)
79
+ - [License](#license)
80
+
81
+ ## Description
82
+
46
83
  The [Arelle](https://arelle.org/) iXBRL Viewer allows [Inline XBRL](https://www.xbrl.org/ixbrl) (or iXBRL) reports to be
47
84
  viewed interactively in a web browser. The viewer allows users to access the tagged XBRL data embedded in an iXBRL
48
85
  report. Key features include:
49
86
 
50
- * Full text search on taxonomy labels and references
51
- * View full details of tagged facts
52
- * Export tables to Excel
53
- * Visualize and navigate calculation relationships
54
- * Produce on-the-fly graphs using XBRL data
87
+ - Full text search on taxonomy labels and references
88
+ - View full details of tagged facts
89
+ - Export tables to Excel
90
+ - Visualize and navigate calculation relationships
91
+ - Produce on-the-fly graphs using XBRL data
55
92
 
56
93
  A sample viewer is provided in the [examples](https://github.com/Arelle/ixbrl-viewer/blob/master/examples/README.md) for those interested.
57
94
 
58
95
  The viewer project consists of two components:
59
96
 
60
- * A plugin for the [Arelle](https://www.arelle.org) XBRL tool
61
- * The Javascript viewer application
97
+ - A plugin for the [Arelle](https://www.arelle.org) XBRL tool
98
+ - The Javascript viewer application
62
99
 
63
100
  In order to view an iXBRL report in the viewer, it must first be prepared using
64
101
  the Arelle plugin. The preparation process updates the iXBRL file to include:
@@ -77,6 +114,12 @@ in a separate file. See Stub Viewer Mode below.
77
114
  The JavaScript viewer application is a single JavaScript file called ixbrlviewer.js. It
78
115
  contains all of the JavaScript that runs the viewer functionality.
79
116
 
117
+ ## Documentation
118
+
119
+ Need help with the Arelle iXBRL Viewer? Go check out [our documentation][read-the-docs].
120
+
121
+ [read-the-docs]: https://arelle-ixbrl-viewer.readthedocs.io/
122
+
80
123
  ## Installation
81
124
 
82
125
  The Python portion of this repo is developed using Python 3.12.
@@ -173,9 +216,9 @@ python3 Arelle/arelleCmdLine.py --plugins=<path to iXBRLViewerPlugin> -f ixbrl-r
173
216
 
174
217
  Notes:
175
218
 
176
- * "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
177
- * The plugin path needs to an absolute file path to the ixbrl-viewer plugin
178
- * The viewer url can be one of the following:
219
+ - "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
220
+ - The plugin path needs to an absolute file path to the ixbrl-viewer plugin
221
+ - The viewer url can be one of the following:
179
222
 
180
223
  1. `https://cdn.jsdelivr.net/npm/ixbrl-viewer@<version>/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js`
181
224
  2. A relative url to the downloaded ixviewer.js from github
@@ -205,18 +248,18 @@ python3 Arelle/arelleCmdLine.py --plugins '/path/to/iXBRLViewerPlugin|inlineXbrl
205
248
 
206
249
  Notes:
207
250
 
208
- * The first file specified is the "primary" file, and should be opened in a
251
+ - The first file specified is the "primary" file, and should be opened in a
209
252
  browser to use the viewer. The other files will be loaded in separate tabs
210
253
  within the viewer.
211
- * "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
212
- * The plugin path needs to an absolute file path to the ixbrl-viewer plugin
213
- * The viewer url can be one of the following:
254
+ - "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
255
+ - The plugin path needs to an absolute file path to the ixbrl-viewer plugin
256
+ - The viewer url can be one of the following:
214
257
 
215
258
  1. `https://cdn.jsdelivr.net/npm/ixbrl-viewer@<version>/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js`
216
259
  2. A relative url to the downloaded ixviewer.js from github
217
260
  3. A relative url to the locally built ixviewer.js
218
261
 
219
- * Due to browser security restrictions, the resulting viewer cannot be loaded
262
+ - Due to browser security restrictions, the resulting viewer cannot be loaded
220
263
  directly from `file:` URLs; it must be served by a web server.
221
264
 
222
265
  ### Using build-viewer.py
@@ -263,11 +306,12 @@ The downside of this mode is that due to browser security restrictions, the
263
306
  viewer cannot be loaded directly from files (using `file:` URLs); they must be
264
307
  served by a web server.
265
308
 
266
- # Optional Features
309
+ ## Optional Features
267
310
 
268
311
  Some features are disabled by default but can be enabled at generation time or with query parameters.
269
312
 
270
313
  To enable features:
314
+
271
315
  - Via CLI: `--viewer-feature-{feature name}`
272
316
  - Via query parameter:`?{feature name}=true`
273
317
 
@@ -286,7 +330,8 @@ This table uses the 'review' feature as an example to demonstrate how these opti
286
330
  | `review` | `true` | `enabled` |
287
331
  | `review` | `false` | `disabled` |
288
332
 
289
- ## Feature: Review Mode
333
+ ### Feature: Review Mode
334
+
290
335
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/examples/review-mode.png)
291
336
 
292
337
  A review mode is available that is intended to assist in reviewing partially tagged or incomplete documents.
@@ -296,7 +341,7 @@ This mode replaces the namespace-based highlighting with optional highlighting b
296
341
  |---------------------------|----------------|
297
342
  | `--viewer-feature-review` | `?review=true` |
298
343
 
299
- # Runtime config
344
+ ## Runtime config
300
345
 
301
346
  When launched, the viewer will check for the existence of
302
347
  `ixbrlviewer.config.json` in the same directory as `ixbrlviewer.js`. If found,
@@ -304,36 +349,36 @@ this will be loaded and used to configure the viewer.
304
349
 
305
350
  The file supports the following keys:
306
351
 
307
- * `features` - a JSON object containing defaults for features. These will be
352
+ - `features` - a JSON object containing defaults for features. These will be
308
353
  overridden by features defined at generation time, and then by query
309
354
  parameters, as defined above.
310
355
 
311
- * `skin` - a JSON object supporting the following keys:
356
+ - `skin` - a JSON object supporting the following keys:
312
357
 
313
- * `stylesheetUrl` - a URL to additional CSS definitions.
314
- * `faviconUrl` - a URL to an icon file to be used as the favicon for the viewer.
315
- * `footerLogoHtml` - a fragment of HTML that will be included in place of the standard footer logo.
358
+ - `stylesheetUrl` - a URL to additional CSS definitions.
359
+ - `faviconUrl` - a URL to an icon file to be used as the favicon for the viewer.
360
+ - `footerLogoHtml` - a fragment of HTML that will be included in place of the standard footer logo.
316
361
 
317
- * `taxonomyNames` - a JSON object where:
362
+ - `taxonomyNames` - a JSON object where:
318
363
 
319
- * Keys are strings that will be treated as a regular expression to match
364
+ - Keys are strings that will be treated as a regular expression to match
320
365
  against a namespace.
321
- * Values are an array of (prefix, name) where "prefix" is the preferred
366
+ - Values are an array of (prefix, name) where "prefix" is the preferred
322
367
  namespace prefix for the namespace, and "name" is a short descriptive
323
368
  name for the taxonomy.
324
369
 
325
370
  Relative URLs defined in the config file are resolved relative to the config file.
326
371
 
327
- # Disable viewer loading
372
+ ## Disable viewer loading
328
373
 
329
374
  Loading of the viewer can be disabled by specifying `?disable-viewer` as a
330
375
  query parameter. This will leave the iXBRL document loaded in the browser, but
331
376
  without any viewer functionality. In the case of an iXBRL document set, or
332
377
  multi-document viewer, the first document will be shown.
333
378
 
334
- # Running tests
379
+ ## Running tests
335
380
 
336
- ## Running unit tests
381
+ ### Running unit tests
337
382
 
338
383
  In order to run the javascript unit tests make sure that you have installed all of the npm requirements.
339
384
 
@@ -343,7 +388,7 @@ In order to run the python unit tests make sure that you have pip installed requ
343
388
 
344
389
  Run the following command to run python unit tests: `pytest tests/unit_tests`
345
390
 
346
- ## Running Puppeteer tests
391
+ ### Running Puppeteer tests
347
392
 
348
393
  All commands should be run from repository root
349
394
 
@@ -360,16 +405,31 @@ All commands should be run from repository root
360
405
  npm run puppeteerServe
361
406
  ```
362
407
 
363
- * This command generates the `ixbrlviewer.js`, uses Arelle to generate several test files, then serves the files via a nodejs http-server.
364
- * Currently changes to application code require restarting this step to take effect.
408
+ - This command generates the `ixbrlviewer.js`, uses Arelle to generate several test files, then serves the files via a nodejs http-server.
409
+ - Currently changes to application code require restarting this step to take effect.
365
410
  4. Start the puppeteer tests
366
- * [Terminal 2]:
411
+ - [Terminal 2]:
367
412
 
368
413
  ```shell
369
414
  npm run test:puppeteer
370
415
  ```
371
416
 
372
- * IDE:
373
- * Many of the IDE's on the market can run tests via the UI. The following is an example configuration for intellij. Once set you can right-click on the test name or file and select the run option.
417
+ - IDE:
418
+ - Many of the IDE's on the market can run tests via the UI. The following is an example configuration for intellij. Once set you can right-click on the test name or file and select the run option.
374
419
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/tests/puppeteer/puppeteer_test_run_via_intellij.jpg)
375
- * Debug runs with breakpoints are also typically supported.
420
+ - Debug runs with breakpoints are also typically supported.
421
+
422
+ ## 👥 Contributors
423
+
424
+ <div align="center">
425
+ <a href="https://github.com/Arelle/ixbrl-viewer/graphs/contributors">
426
+ <img src="https://contrib.rocks/image?repo=Arelle/ixbrl-viewer&max=100&columns=10" style="margin: 5px;" />
427
+ </a>
428
+ <p>Join our community and become a contributor today! 🚀 </p>
429
+ </div>
430
+
431
+ ## License
432
+
433
+ [Apache License 2.0][license]
434
+
435
+ [license]: https://arelle-ixbrl-viewer.readthedocs.io/en/latest/license.html
@@ -1,23 +1,60 @@
1
1
  # Arelle iXBRL Viewer
2
2
 
3
+ [![PyPI](https://img.shields.io/pypi/v/ixbrl-viewer)](https://pypi.org/project/ixbrl-viewer/)
4
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ixbrl-viewer)](https://pypi.org/project/ixbrl-viewer/)
5
+ [![NPM Version](https://img.shields.io/npm/v/ixbrl-viewer)](https://www.npmjs.com/package/ixbrl-viewer)
6
+ [![Read the Docs](https://img.shields.io/readthedocs/arelle-ixbrl-viewer)](https://arelle-ixbrl-viewer.readthedocs.io/)
7
+
3
8
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/examples/ixbrl-viewer-demo.gif)
4
9
 
10
+ ## Table of Contents
11
+
12
+ - [Arelle iXBRL Viewer](#arelle-ixbrl-viewer)
13
+ - [Table of Contents](#table-of-contents)
14
+ - [Description](#description)
15
+ - [Documentation](#documentation)
16
+ - [Installation](#installation)
17
+ - [Accessing the JavaScript viewer application](#accessing-the-javascript-viewer-application)
18
+ - [Accessing via the CDN](#accessing-via-the-cdn)
19
+ - [Accessing via Github](#accessing-via-github)
20
+ - [Building the JavaScript locally](#building-the-javascript-locally)
21
+ - [JavaScript Versioning](#javascript-versioning)
22
+ - [Producing an ixbrl-viewer via the Arelle GUI](#producing-an-ixbrl-viewer-via-the-arelle-gui)
23
+ - [Preparing an iXBRL file via the GUI](#preparing-an-ixbrl-file-via-the-gui)
24
+ - [Preparing an iXBRL document set using the Arelle GUI](#preparing-an-ixbrl-document-set-using-the-arelle-gui)
25
+ - [Producing an ixbrl-viewer via the Arelle command line](#producing-an-ixbrl-viewer-via-the-arelle-command-line)
26
+ - [Preparing an iXBRL file via the command line](#preparing-an-ixbrl-file-via-the-command-line)
27
+ - [Preparing an iXBRL document set](#preparing-an-ixbrl-document-set)
28
+ - [Using build-viewer.py](#using-build-viewerpy)
29
+ - [Stub viewer mode](#stub-viewer-mode)
30
+ - [Optional Features](#optional-features)
31
+ - [Feature: Review Mode](#feature-review-mode)
32
+ - [Runtime config](#runtime-config)
33
+ - [Disable viewer loading](#disable-viewer-loading)
34
+ - [Running tests](#running-tests)
35
+ - [Running unit tests](#running-unit-tests)
36
+ - [Running Puppeteer tests](#running-puppeteer-tests)
37
+ - [👥 Contributors](#-contributors)
38
+ - [License](#license)
39
+
40
+ ## Description
41
+
5
42
  The [Arelle](https://arelle.org/) iXBRL Viewer allows [Inline XBRL](https://www.xbrl.org/ixbrl) (or iXBRL) reports to be
6
43
  viewed interactively in a web browser. The viewer allows users to access the tagged XBRL data embedded in an iXBRL
7
44
  report. Key features include:
8
45
 
9
- * Full text search on taxonomy labels and references
10
- * View full details of tagged facts
11
- * Export tables to Excel
12
- * Visualize and navigate calculation relationships
13
- * Produce on-the-fly graphs using XBRL data
46
+ - Full text search on taxonomy labels and references
47
+ - View full details of tagged facts
48
+ - Export tables to Excel
49
+ - Visualize and navigate calculation relationships
50
+ - Produce on-the-fly graphs using XBRL data
14
51
 
15
52
  A sample viewer is provided in the [examples](https://github.com/Arelle/ixbrl-viewer/blob/master/examples/README.md) for those interested.
16
53
 
17
54
  The viewer project consists of two components:
18
55
 
19
- * A plugin for the [Arelle](https://www.arelle.org) XBRL tool
20
- * The Javascript viewer application
56
+ - A plugin for the [Arelle](https://www.arelle.org) XBRL tool
57
+ - The Javascript viewer application
21
58
 
22
59
  In order to view an iXBRL report in the viewer, it must first be prepared using
23
60
  the Arelle plugin. The preparation process updates the iXBRL file to include:
@@ -36,6 +73,12 @@ in a separate file. See Stub Viewer Mode below.
36
73
  The JavaScript viewer application is a single JavaScript file called ixbrlviewer.js. It
37
74
  contains all of the JavaScript that runs the viewer functionality.
38
75
 
76
+ ## Documentation
77
+
78
+ Need help with the Arelle iXBRL Viewer? Go check out [our documentation][read-the-docs].
79
+
80
+ [read-the-docs]: https://arelle-ixbrl-viewer.readthedocs.io/
81
+
39
82
  ## Installation
40
83
 
41
84
  The Python portion of this repo is developed using Python 3.12.
@@ -132,9 +175,9 @@ python3 Arelle/arelleCmdLine.py --plugins=<path to iXBRLViewerPlugin> -f ixbrl-r
132
175
 
133
176
  Notes:
134
177
 
135
- * "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
136
- * The plugin path needs to an absolute file path to the ixbrl-viewer plugin
137
- * The viewer url can be one of the following:
178
+ - "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
179
+ - The plugin path needs to an absolute file path to the ixbrl-viewer plugin
180
+ - The viewer url can be one of the following:
138
181
 
139
182
  1. `https://cdn.jsdelivr.net/npm/ixbrl-viewer@<version>/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js`
140
183
  2. A relative url to the downloaded ixviewer.js from github
@@ -164,18 +207,18 @@ python3 Arelle/arelleCmdLine.py --plugins '/path/to/iXBRLViewerPlugin|inlineXbrl
164
207
 
165
208
  Notes:
166
209
 
167
- * The first file specified is the "primary" file, and should be opened in a
210
+ - The first file specified is the "primary" file, and should be opened in a
168
211
  browser to use the viewer. The other files will be loaded in separate tabs
169
212
  within the viewer.
170
- * "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
171
- * The plugin path needs to an absolute file path to the ixbrl-viewer plugin
172
- * The viewer url can be one of the following:
213
+ - "Arelle/arelleCmdLine.py" should be the path to your installation of Arelle
214
+ - The plugin path needs to an absolute file path to the ixbrl-viewer plugin
215
+ - The viewer url can be one of the following:
173
216
 
174
217
  1. `https://cdn.jsdelivr.net/npm/ixbrl-viewer@<version>/iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js`
175
218
  2. A relative url to the downloaded ixviewer.js from github
176
219
  3. A relative url to the locally built ixviewer.js
177
220
 
178
- * Due to browser security restrictions, the resulting viewer cannot be loaded
221
+ - Due to browser security restrictions, the resulting viewer cannot be loaded
179
222
  directly from `file:` URLs; it must be served by a web server.
180
223
 
181
224
  ### Using build-viewer.py
@@ -222,11 +265,12 @@ The downside of this mode is that due to browser security restrictions, the
222
265
  viewer cannot be loaded directly from files (using `file:` URLs); they must be
223
266
  served by a web server.
224
267
 
225
- # Optional Features
268
+ ## Optional Features
226
269
 
227
270
  Some features are disabled by default but can be enabled at generation time or with query parameters.
228
271
 
229
272
  To enable features:
273
+
230
274
  - Via CLI: `--viewer-feature-{feature name}`
231
275
  - Via query parameter:`?{feature name}=true`
232
276
 
@@ -245,7 +289,8 @@ This table uses the 'review' feature as an example to demonstrate how these opti
245
289
  | `review` | `true` | `enabled` |
246
290
  | `review` | `false` | `disabled` |
247
291
 
248
- ## Feature: Review Mode
292
+ ### Feature: Review Mode
293
+
249
294
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/examples/review-mode.png)
250
295
 
251
296
  A review mode is available that is intended to assist in reviewing partially tagged or incomplete documents.
@@ -255,7 +300,7 @@ This mode replaces the namespace-based highlighting with optional highlighting b
255
300
  |---------------------------|----------------|
256
301
  | `--viewer-feature-review` | `?review=true` |
257
302
 
258
- # Runtime config
303
+ ## Runtime config
259
304
 
260
305
  When launched, the viewer will check for the existence of
261
306
  `ixbrlviewer.config.json` in the same directory as `ixbrlviewer.js`. If found,
@@ -263,36 +308,36 @@ this will be loaded and used to configure the viewer.
263
308
 
264
309
  The file supports the following keys:
265
310
 
266
- * `features` - a JSON object containing defaults for features. These will be
311
+ - `features` - a JSON object containing defaults for features. These will be
267
312
  overridden by features defined at generation time, and then by query
268
313
  parameters, as defined above.
269
314
 
270
- * `skin` - a JSON object supporting the following keys:
315
+ - `skin` - a JSON object supporting the following keys:
271
316
 
272
- * `stylesheetUrl` - a URL to additional CSS definitions.
273
- * `faviconUrl` - a URL to an icon file to be used as the favicon for the viewer.
274
- * `footerLogoHtml` - a fragment of HTML that will be included in place of the standard footer logo.
317
+ - `stylesheetUrl` - a URL to additional CSS definitions.
318
+ - `faviconUrl` - a URL to an icon file to be used as the favicon for the viewer.
319
+ - `footerLogoHtml` - a fragment of HTML that will be included in place of the standard footer logo.
275
320
 
276
- * `taxonomyNames` - a JSON object where:
321
+ - `taxonomyNames` - a JSON object where:
277
322
 
278
- * Keys are strings that will be treated as a regular expression to match
323
+ - Keys are strings that will be treated as a regular expression to match
279
324
  against a namespace.
280
- * Values are an array of (prefix, name) where "prefix" is the preferred
325
+ - Values are an array of (prefix, name) where "prefix" is the preferred
281
326
  namespace prefix for the namespace, and "name" is a short descriptive
282
327
  name for the taxonomy.
283
328
 
284
329
  Relative URLs defined in the config file are resolved relative to the config file.
285
330
 
286
- # Disable viewer loading
331
+ ## Disable viewer loading
287
332
 
288
333
  Loading of the viewer can be disabled by specifying `?disable-viewer` as a
289
334
  query parameter. This will leave the iXBRL document loaded in the browser, but
290
335
  without any viewer functionality. In the case of an iXBRL document set, or
291
336
  multi-document viewer, the first document will be shown.
292
337
 
293
- # Running tests
338
+ ## Running tests
294
339
 
295
- ## Running unit tests
340
+ ### Running unit tests
296
341
 
297
342
  In order to run the javascript unit tests make sure that you have installed all of the npm requirements.
298
343
 
@@ -302,7 +347,7 @@ In order to run the python unit tests make sure that you have pip installed requ
302
347
 
303
348
  Run the following command to run python unit tests: `pytest tests/unit_tests`
304
349
 
305
- ## Running Puppeteer tests
350
+ ### Running Puppeteer tests
306
351
 
307
352
  All commands should be run from repository root
308
353
 
@@ -319,16 +364,31 @@ All commands should be run from repository root
319
364
  npm run puppeteerServe
320
365
  ```
321
366
 
322
- * This command generates the `ixbrlviewer.js`, uses Arelle to generate several test files, then serves the files via a nodejs http-server.
323
- * Currently changes to application code require restarting this step to take effect.
367
+ - This command generates the `ixbrlviewer.js`, uses Arelle to generate several test files, then serves the files via a nodejs http-server.
368
+ - Currently changes to application code require restarting this step to take effect.
324
369
  4. Start the puppeteer tests
325
- * [Terminal 2]:
370
+ - [Terminal 2]:
326
371
 
327
372
  ```shell
328
373
  npm run test:puppeteer
329
374
  ```
330
375
 
331
- * IDE:
332
- * Many of the IDE's on the market can run tests via the UI. The following is an example configuration for intellij. Once set you can right-click on the test name or file and select the run option.
376
+ - IDE:
377
+ - Many of the IDE's on the market can run tests via the UI. The following is an example configuration for intellij. Once set you can right-click on the test name or file and select the run option.
333
378
  ![ixbrl-viewer](https://raw.githubusercontent.com/Arelle/ixbrl-viewer/master/tests/puppeteer/puppeteer_test_run_via_intellij.jpg)
334
- * Debug runs with breakpoints are also typically supported.
379
+ - Debug runs with breakpoints are also typically supported.
380
+
381
+ ## 👥 Contributors
382
+
383
+ <div align="center">
384
+ <a href="https://github.com/Arelle/ixbrl-viewer/graphs/contributors">
385
+ <img src="https://contrib.rocks/image?repo=Arelle/ixbrl-viewer&max=100&columns=10" style="margin: 5px;" />
386
+ </a>
387
+ <p>Join our community and become a contributor today! 🚀 </p>
388
+ </div>
389
+
390
+ ## License
391
+
392
+ [Apache License 2.0][license]
393
+
394
+ [license]: https://arelle-ixbrl-viewer.readthedocs.io/en/latest/license.html
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '1.4.57'
16
- __version_tuple__ = version_tuple = (1, 4, 57)
15
+ __version__ = version = '1.4.58'
16
+ __version_tuple__ = version_tuple = (1, 4, 58)