chem-generic-ui 0.1.31 → 0.1.34-alpha

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 (69) hide show
  1. package/build/asset-manifest.json +20 -0
  2. package/build/ds_details.json +57 -0
  3. package/build/ds_klass.json +102 -0
  4. package/build/ds_props.json +54 -0
  5. package/build/favicon.ico +0 -0
  6. package/build/images/not_available.svg +1 -0
  7. package/build/index.html +1 -0
  8. package/build/logo192.png +0 -0
  9. package/build/logo512.png +0 -0
  10. package/build/manifest.json +25 -0
  11. package/build/robots.txt +3 -0
  12. package/build/sg_details.json +2036 -0
  13. package/build/sg_klass.json +850 -0
  14. package/build/static/css/main.ed67375d.chunk.css +2 -0
  15. package/build/static/css/main.ed67375d.chunk.css.map +1 -0
  16. package/build/static/js/2.7914c54e.chunk.js +3 -0
  17. package/build/static/js/2.7914c54e.chunk.js.LICENSE.txt +94 -0
  18. package/build/static/js/2.7914c54e.chunk.js.map +1 -0
  19. package/build/static/js/main.aa86d0d1.chunk.js +2 -0
  20. package/build/static/js/main.aa86d0d1.chunk.js.map +1 -0
  21. package/build/static/js/runtime-main.1c1408e7.js +2 -0
  22. package/build/static/js/runtime-main.1c1408e7.js.map +1 -0
  23. package/build/test/ds_props.json +54 -0
  24. package/{dist/data/systemUnits.json → build/units_system.json} +0 -0
  25. package/package.json +2 -2
  26. package/dist/asserts/main.css +0 -465
  27. package/dist/asserts/main.scss +0 -496
  28. package/dist/components/admin/ElementManager.js +0 -54
  29. package/dist/components/details/GenDSDetails.js +0 -273
  30. package/dist/components/details/GenSgDetails.js +0 -566
  31. package/dist/components/dnd/DragDropItemTypes.js +0 -20
  32. package/dist/components/dnd/GenericElDropTarget.js +0 -274
  33. package/dist/components/dnd/GridDnD.js +0 -77
  34. package/dist/components/dnd/PanelDnD.js +0 -171
  35. package/dist/components/fields/ButtonConfirm.js +0 -76
  36. package/dist/components/fields/ButtonTooltip.js +0 -88
  37. package/dist/components/fields/FieldLabel.js +0 -38
  38. package/dist/components/fields/GenDSMisType.js +0 -44
  39. package/dist/components/fields/GenFormGroupCb.js +0 -31
  40. package/dist/components/fields/GenProperties.js +0 -83
  41. package/dist/components/fields/GenPropertiesFields.js +0 -616
  42. package/dist/components/flow/FlowView.js +0 -88
  43. package/dist/components/flow/FlowViewerModal.js +0 -81
  44. package/dist/components/flow/LayerNode.js +0 -59
  45. package/dist/components/layers/GenPropertiesLayer.js +0 -280
  46. package/dist/components/layers/LayerModal.js +0 -81
  47. package/dist/components/layers/LayersLayout.js +0 -88
  48. package/dist/components/models/Attachment.js +0 -73
  49. package/dist/components/models/GenericSubField.js +0 -37
  50. package/dist/components/table/DropLinkRenderer.js +0 -55
  51. package/dist/components/table/DropRenderer.js +0 -45
  52. package/dist/components/table/DropTextRenderer.js +0 -45
  53. package/dist/components/table/GenericElTableDropTarget.js +0 -252
  54. package/dist/components/table/GridBtn.js +0 -102
  55. package/dist/components/table/GridEntry.js +0 -163
  56. package/dist/components/table/SamOption.js +0 -87
  57. package/dist/components/table/SelectRenderer.js +0 -52
  58. package/dist/components/table/TableRecord.js +0 -454
  59. package/dist/components/table/UConverterRenderer.js +0 -41
  60. package/dist/components/tools/collate.js +0 -103
  61. package/dist/components/tools/orten.js +0 -294
  62. package/dist/components/tools/utils.js +0 -593
  63. package/dist/data/SystemUnits.js +0 -588
  64. package/dist/index.css +0 -13
  65. package/dist/index.js +0 -39
  66. package/dist/logo.svg +0 -1
  67. package/dist/simulations/SimWF.js +0 -123
  68. package/dist/simulations/SimuDS.js +0 -118
  69. package/dist/simulations/SimuSG.js +0 -123
@@ -0,0 +1,94 @@
1
+ /*
2
+ object-assign
3
+ (c) Sindre Sorhus
4
+ @license MIT
5
+ */
6
+
7
+ /*!
8
+ Copyright (c) 2018 Jed Watson.
9
+ Licensed under the MIT License (MIT), see
10
+ http://jedwatson.github.io/classnames
11
+ */
12
+
13
+ /*!
14
+ * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
15
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
16
+ * Copyright 2022 Fonticons, Inc.
17
+ */
18
+
19
+ /*!
20
+ * Font Awesome Free 6.1.0 by @fontawesome - https://fontawesome.com
21
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
22
+ * Copyright 2022 Fonticons, Inc.
23
+ */
24
+
25
+ /*! @preserve
26
+ * numeral.js
27
+ * version : 1.5.6
28
+ * author : Adam Draper
29
+ * license : MIT
30
+ * http://adamwdraper.github.com/Numeral-js/
31
+ */
32
+
33
+ /**
34
+ * @license
35
+ * Lodash <https://lodash.com/>
36
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
37
+ * Released under MIT license <https://lodash.com/license>
38
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
39
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
40
+ */
41
+
42
+ /** @license React v0.20.2
43
+ * scheduler.production.min.js
44
+ *
45
+ * Copyright (c) Facebook, Inc. and its affiliates.
46
+ *
47
+ * This source code is licensed under the MIT license found in the
48
+ * LICENSE file in the root directory of this source tree.
49
+ */
50
+
51
+ /** @license React v16.13.1
52
+ * react-is.production.min.js
53
+ *
54
+ * Copyright (c) Facebook, Inc. and its affiliates.
55
+ *
56
+ * This source code is licensed under the MIT license found in the
57
+ * LICENSE file in the root directory of this source tree.
58
+ */
59
+
60
+ /** @license React v17.0.2
61
+ * react-dom.production.min.js
62
+ *
63
+ * Copyright (c) Facebook, Inc. and its affiliates.
64
+ *
65
+ * This source code is licensed under the MIT license found in the
66
+ * LICENSE file in the root directory of this source tree.
67
+ */
68
+
69
+ /** @license React v17.0.2
70
+ * react-is.production.min.js
71
+ *
72
+ * Copyright (c) Facebook, Inc. and its affiliates.
73
+ *
74
+ * This source code is licensed under the MIT license found in the
75
+ * LICENSE file in the root directory of this source tree.
76
+ */
77
+
78
+ /** @license React v17.0.2
79
+ * react-jsx-runtime.production.min.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+
87
+ /** @license React v17.0.2
88
+ * react.production.min.js
89
+ *
90
+ * Copyright (c) Facebook, Inc. and its affiliates.
91
+ *
92
+ * This source code is licensed under the MIT license found in the
93
+ * LICENSE file in the root directory of this source tree.
94
+ */