ixbrl-viewer 1.4.25__py3-none-any.whl → 1.4.26__py3-none-any.whl

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.

@@ -47,9 +47,9 @@ const hyphen = '[-\u2014]';
47
47
 
48
48
  // everything that we allow immediately before a match
49
49
  // (201c = left double quote, 2014 = em dash, 201d = right double quote)
50
- const begin_guard = '(?:^|(?<=(?:[/\u201c\u2014(]|' + one_ws + '|' + hyphen + ')))';
50
+ const begin_guard = '(?:^|(?<=(?:[/\u201c\u2014([]|' + one_ws + '|' + hyphen + ')))';
51
51
  // everything that we allow immediately after a match
52
- const end_guard = '(?:$|(?=(?:[/,.:;\u201d\u2014)]|' + one_ws + '|' + hyphen + ')))';
52
+ const end_guard = '(?:$|(?=(?:[/,.:;\u201d\u2014)\\]]|' + one_ws + '|' + hyphen + ')))';
53
53
 
54
54
  const ordinal_suffix = '(?:st|nd|rd|th)';
55
55
  const day = '[123]?\\d' + ordinal_suffix + '?';
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ixbrl-viewer
3
- Version: 1.4.25
3
+ Version: 1.4.26
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
@@ -1,5 +1,5 @@
1
1
  iXBRLViewerPlugin/__init__.py,sha256=11uzkyzBvzgrFDf5EKwBZZ70iZER9LBCY7-6Eu3kXFM,15808
2
- iXBRLViewerPlugin/_version.py,sha256=ph2umg3lYXGCrv3Fvwl9wZxWRjAGtejd5mMuuQttfIU,413
2
+ iXBRLViewerPlugin/_version.py,sha256=BKJcZ9eP7b7GmuQHt-vFW3IpTzyehqpTvfH4TY76lMk,413
3
3
  iXBRLViewerPlugin/constants.py,sha256=gXwZxPp5PJETC-sOvLxOToSe5pIjmQv2WMhZMNoPpKw,1062
4
4
  iXBRLViewerPlugin/featureConfig.py,sha256=tOViPYmN32i2uIf_T9HGgbkkv41VoTpTjqhn4w9rTgw,194
5
5
  iXBRLViewerPlugin/iXBRLViewer.py,sha256=KgZUTZKEwThPlfPecrsECv7zt11RHa-05P2_Qu6e604,27363
@@ -11,7 +11,7 @@ iXBRLViewerPlugin/viewer/version.js,sha256=7b5si8UmaS7QqALQIP-wJ0I8onKFox8VyaAiU
11
11
  iXBRLViewerPlugin/viewer/webpack.common.js,sha256=hpXufjShXAESQh8Ds7ViJ_tbr8XSb7EdqQLRvyu_mQg,1691
12
12
  iXBRLViewerPlugin/viewer/webpack.dev.js,sha256=R9AwY_TBrg9otvXpDxT1UsGg5eMqi4aXW7C7EIsHzZk,551
13
13
  iXBRLViewerPlugin/viewer/webpack.prod.js,sha256=vfLowWC1EOty0zbq9P-usGaJ3w-JoERpJrYaE9MfoSE,499
14
- iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js,sha256=tPhHel06Ri4ohHEFZ7nnsyhWKKdT-sMoaMpuIPzgC4M,799465
14
+ iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js,sha256=QEEJ3h9h0zHN64RNc_x0x2ks96EEK506LB1FHHZMe1c,799469
15
15
  iXBRLViewerPlugin/viewer/dist/ixbrlviewer.js.LICENSE.txt,sha256=Za0Im8y5BhF_6Y9A2Ojp0TfKk-BULnk6TuY456-TAok,1832
16
16
  iXBRLViewerPlugin/viewer/src/html/fact-details.html,sha256=P9BJw1OK4nIYfoT4KPwW1WP94ZeD7v1nisvSKMeSnU8,1495
17
17
  iXBRLViewerPlugin/viewer/src/html/footnote-details.html,sha256=9I7y0KM7xsPzbiZheuHkm1k4nHNXD8S9qxvD_Y0I1Us,278
@@ -88,7 +88,7 @@ iXBRLViewerPlugin/viewer/src/js/menu.js,sha256=NO8GeMWZTi0ftZb54i2Kn0s3g4B4lpbDt
88
88
  iXBRLViewerPlugin/viewer/src/js/messagebox.js,sha256=p9W10KslmfxWtdSA0cNJBaoAiAHHqXicAXG8JT9ljdg,1435
89
89
  iXBRLViewerPlugin/viewer/src/js/moment-jest.js,sha256=ARWtMMXf_WelYJ4NksOsFLwsKrqsPrXb5Sqfn1NNCWI,1481
90
90
  iXBRLViewerPlugin/viewer/src/js/number-matcher-preprocess.test.js,sha256=0DaUAwIvcpf_sBGmqileotZo9lj1xEAUwhmiNyYj_3s,3939
91
- iXBRLViewerPlugin/viewer/src/js/number-matcher.js,sha256=mGqt20dBAHmWN9a96qNzC3lrJoB-QSh0_hf1Ihf4Emg,6133
91
+ iXBRLViewerPlugin/viewer/src/js/number-matcher.js,sha256=S8t1yagSyGeNwgITFOSY1Fhsj1tHr8HLtuwgzGlvtPE,6137
92
92
  iXBRLViewerPlugin/viewer/src/js/number-matcher.test.js,sha256=mNgnB46-p7NxWa6aQvI83GRDupxncvGeDb59KuI8CMM,4059
93
93
  iXBRLViewerPlugin/viewer/src/js/outline.js,sha256=KvU9m1jTpQXNshRAcIe3cj8Fc0qoE-bcfxDZmwr2oUQ,6570
94
94
  iXBRLViewerPlugin/viewer/src/js/outline.test.js,sha256=PaUzfy675G04YcjY8CcFDLCWi87Xx2hjqh1pogdetYY,13661
@@ -156,10 +156,10 @@ tests/unit_tests/iXBRLViewerPlugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
156
156
  tests/unit_tests/iXBRLViewerPlugin/mock_arelle.py,sha256=fQKJGwceaEVaxvqV9tyuvT6DJB5s1X3-oSMjbFMKlS8,1301
157
157
  tests/unit_tests/iXBRLViewerPlugin/test_iXBRLViewer.py,sha256=XSMbjEwof877OT2uwZ8mF8v_umWg39ySodOocQqP4XM,31447
158
158
  tests/unit_tests/iXBRLViewerPlugin/test_xhtmlserialize.py,sha256=kdrg4i-YXnYAGl9TLWEACPQF0V69OAMXdXLYJwefsH0,12521
159
- ixbrl_viewer-1.4.25.dist-info/LICENSE,sha256=TZJhu77S_2-WQcPAkuIAlQiuuiNqVcuHBjd7z3Y5S08,16645
160
- ixbrl_viewer-1.4.25.dist-info/METADATA,sha256=XXqyMW-AWkpNBLrdF0nBnpg8zcbnCE67RcF_DuPqhgY,14716
161
- ixbrl_viewer-1.4.25.dist-info/NOTICE,sha256=-SHDY0OY7s4gm4Rdk5AB3nbnUsrdHEHPdJuGFR_vuM4,566
162
- ixbrl_viewer-1.4.25.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
163
- ixbrl_viewer-1.4.25.dist-info/entry_points.txt,sha256=2XUzP20WGwxdvnugdBybUBwAB3xf_zvrOR5W_smFz_4,65
164
- ixbrl_viewer-1.4.25.dist-info/top_level.txt,sha256=h8MkrMhC_t2-KbfS1oxJVnFAbn5NZJH8END_BL40mv8,24
165
- ixbrl_viewer-1.4.25.dist-info/RECORD,,
159
+ ixbrl_viewer-1.4.26.dist-info/LICENSE,sha256=TZJhu77S_2-WQcPAkuIAlQiuuiNqVcuHBjd7z3Y5S08,16645
160
+ ixbrl_viewer-1.4.26.dist-info/METADATA,sha256=tKxL0LWLFXqF7nv_rXSNjz9fq5JYLU2tS2nBvxTSHNg,14716
161
+ ixbrl_viewer-1.4.26.dist-info/NOTICE,sha256=-SHDY0OY7s4gm4Rdk5AB3nbnUsrdHEHPdJuGFR_vuM4,566
162
+ ixbrl_viewer-1.4.26.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
163
+ ixbrl_viewer-1.4.26.dist-info/entry_points.txt,sha256=2XUzP20WGwxdvnugdBybUBwAB3xf_zvrOR5W_smFz_4,65
164
+ ixbrl_viewer-1.4.26.dist-info/top_level.txt,sha256=h8MkrMhC_t2-KbfS1oxJVnFAbn5NZJH8END_BL40mv8,24
165
+ ixbrl_viewer-1.4.26.dist-info/RECORD,,