ixbrl-viewer 1.4.54__tar.gz → 1.4.82__tar.gz

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