@datagrok/helm 2.3.0 → 2.3.1
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.
- package/CHANGELOG.md +4 -0
- package/dist/package-test.js.map +1 -1
- package/dist/package.js +1 -1
- package/dist/package.js.map +1 -1
- package/files/tests/helm2-bracket.csv +2 -0
- package/helm/JSDraw/Pistoia.HELM-uncompressed.js +9694 -0
- package/helm/JSDraw/ReadMe.txt +8 -0
- package/helm/JSDraw/Scilligence.JSDraw2.Lite-uncompressed.js +31126 -0
- package/package.json +6 -2
- package/src/package.ts +3 -3
- package/src/utils/helm-grid-cell-renderer.ts +17 -8
- package/webpack.config.js +1 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
This folder contains all js files to used by HELM Web Editor:
|
|
3
|
+
|
|
4
|
+
- Pistoia.HELM.js: Merged HELM Web Editor javascript file, compressed to minimized network traffic.
|
|
5
|
+
- Pistoia.HELM-umcompressed.js: Merged HELM Web Editor javascript file.
|
|
6
|
+
- Scilligence.JSDraw2.Lite.js: Merged JSDraw Lite javascript file, compressed to minimized network traffic. Its source code can be found at: https://github.com/scilligence/JSDraw.Lite
|
|
7
|
+
- Scilligence.JSDraw2.Lite-umcompressed.js: Merged JSDraw Lite javascript file.
|
|
8
|
+
- Scilligence.JSDraw2.Resources.js: JSDraw resources, used by JSDraw Lite.
|