chem-generic-ui 0.1.46 → 0.1.49

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 (75) hide show
  1. package/README.md +0 -0
  2. package/dist/bundle.js +25 -2
  3. package/package.json +34 -49
  4. package/.babelrc +0 -11
  5. package/.eslintrc +0 -23
  6. package/.tool-versions +0 -3
  7. package/chem-generic-ui-v0.1.41.tgz +0 -0
  8. package/dist/bundle.js.LICENSE.txt +0 -70
  9. package/dist/ds_details.json +0 -57
  10. package/dist/ds_klass.json +0 -102
  11. package/dist/ds_props.json +0 -54
  12. package/dist/index.html +0 -14
  13. package/dist/sg_details.json +0 -2036
  14. package/dist/sg_klass.json +0 -850
  15. package/dist/units_system.json +0 -430
  16. package/public/ds_details.json +0 -57
  17. package/public/ds_klass.json +0 -102
  18. package/public/ds_props.json +0 -54
  19. package/public/favicon.ico +0 -0
  20. package/public/images/not_available.svg +0 -1
  21. package/public/index.html +0 -47
  22. package/public/logo192.png +0 -0
  23. package/public/logo512.png +0 -0
  24. package/public/manifest.json +0 -25
  25. package/public/robots.txt +0 -3
  26. package/public/sg_details.json +0 -2036
  27. package/public/sg_klass.json +0 -850
  28. package/public/test/ds_props.json +0 -54
  29. package/public/units_system.json +0 -430
  30. package/src/app.js +0 -52
  31. package/src/asserts/bootstrap-theme.min.css +0 -6
  32. package/src/asserts/bootstrap.min.css +0 -6
  33. package/src/asserts/main.css +0 -458
  34. package/src/asserts/main.scss +0 -490
  35. package/src/components/admin/ElementManager.js +0 -28
  36. package/src/components/details/GenDSDetails.js +0 -164
  37. package/src/components/details/GenSgDetails.js +0 -396
  38. package/src/components/dnd/DragDropItemTypes.js +0 -13
  39. package/src/components/dnd/GenericElDropTarget.js +0 -160
  40. package/src/components/dnd/GridDnD.js +0 -42
  41. package/src/components/dnd/PanelDnD.js +0 -85
  42. package/src/components/fields/ButtonConfirm.js +0 -45
  43. package/src/components/fields/ButtonTooltip.js +0 -46
  44. package/src/components/fields/FieldLabel.js +0 -18
  45. package/src/components/fields/GenDSMisType.js +0 -20
  46. package/src/components/fields/GenFormGroupCb.js +0 -17
  47. package/src/components/fields/GenProperties.js +0 -56
  48. package/src/components/fields/GenPropertiesFields.js +0 -440
  49. package/src/components/layers/GenPropertiesLayer.js +0 -178
  50. package/src/components/layers/LayerModal.js +0 -52
  51. package/src/components/layers/LayersLayout.js +0 -68
  52. package/src/components/models/Attachment.js +0 -37
  53. package/src/components/models/GenericSubField.js +0 -10
  54. package/src/components/table/DropLinkRenderer.js +0 -35
  55. package/src/components/table/DropRenderer.js +0 -31
  56. package/src/components/table/DropTextRenderer.js +0 -25
  57. package/src/components/table/GenericElTableDropTarget.js +0 -131
  58. package/src/components/table/GridBtn.js +0 -41
  59. package/src/components/table/GridEntry.js +0 -75
  60. package/src/components/table/SamOption.js +0 -53
  61. package/src/components/table/SelectRenderer.js +0 -34
  62. package/src/components/table/TableRecord.js +0 -254
  63. package/src/components/table/UConverterRenderer.js +0 -24
  64. package/src/components/tools/collate.js +0 -65
  65. package/src/components/tools/orten.js +0 -171
  66. package/src/components/tools/utils.js +0 -414
  67. package/src/data/SystemUnits.js +0 -434
  68. package/src/data/systemUnits.json +0 -430
  69. package/src/index.css +0 -13
  70. package/src/index.html +0 -1
  71. package/src/index.js +0 -45
  72. package/src/logo.svg +0 -1
  73. package/src/simulations/SimuDS.js +0 -52
  74. package/src/simulations/SimuSG.js +0 -54
  75. package/webpack.config.js +0 -46
package/public/index.html DELETED
@@ -1,47 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
6
- <meta name="viewport" content="width=device-width, initial-scale=1" />
7
- <meta name="theme-color" content="#000000" />
8
- <meta
9
- name="description"
10
- content="Web site created using create-react-app"
11
- />
12
- <!-- Latest compiled and minified CSS -->
13
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
14
- <!-- Optional theme -->
15
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
16
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
17
- <!--
18
- manifest.json provides metadata used when your web app is installed on a
19
- user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
20
- -->
21
- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
22
- <!--
23
- Notice the use of %PUBLIC_URL% in the tags above.
24
- It will be replaced with the URL of the `public` folder during the build.
25
- Only files inside the `public` folder can be referenced from the HTML.
26
-
27
- Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
28
- work correctly both with client-side routing and a non-root public URL.
29
- Learn how to configure a non-root public URL by running `npm run build`.
30
- -->
31
- <title>React App</title>
32
- </head>
33
- <body>
34
- <noscript>You need to enable JavaScript to run this app.</noscript>
35
- <div id="root"></div>
36
- <!--
37
- This HTML file is a template.
38
- If you open it directly in the browser, you will see an empty page.
39
-
40
- You can add webfonts, meta tags, or analytics to this file.
41
- The build step will place the bundled scripts into the <body> tag.
42
-
43
- To begin the development, run `npm start` or `yarn start`.
44
- To create a production bundle, use `npm run build` or `yarn build`.
45
- -->
46
- </body>
47
- </html>
Binary file
Binary file
@@ -1,25 +0,0 @@
1
- {
2
- "short_name": "React App",
3
- "name": "Create React App Sample",
4
- "icons": [
5
- {
6
- "src": "favicon.ico",
7
- "sizes": "64x64 32x32 24x24 16x16",
8
- "type": "image/x-icon"
9
- },
10
- {
11
- "src": "logo192.png",
12
- "type": "image/png",
13
- "sizes": "192x192"
14
- },
15
- {
16
- "src": "logo512.png",
17
- "type": "image/png",
18
- "sizes": "512x512"
19
- }
20
- ],
21
- "start_url": ".",
22
- "display": "standalone",
23
- "theme_color": "#000000",
24
- "background_color": "#ffffff"
25
- }
package/public/robots.txt DELETED
@@ -1,3 +0,0 @@
1
- # https://www.robotstxt.org/robotstxt.html
2
- User-agent: *
3
- Disallow: