@opencor/opencor 0.20250823.0 → 0.20250827.0

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 (60) hide show
  1. package/dist/opencor.css +1 -1
  2. package/dist/opencor.es.js +29735 -3
  3. package/dist/{quill-pOzwAhrV.js → quill-CuAVUOyy.js} +8 -5
  4. package/package.json +6 -11
  5. package/dist/index-in3ZZStA.js +0 -97538
  6. package/dist/opencor.umd.js +0 -6020
  7. package/src/App.vue +0 -7
  8. package/src/ContainerApp.vue +0 -21
  9. package/src/assets/app.css +0 -14
  10. package/src/assets/base.css +0 -31
  11. package/src/assets/logo.svg +0 -17
  12. package/src/common/common.ts +0 -86
  13. package/src/common/constants.ts +0 -12
  14. package/src/common/electron.ts +0 -23
  15. package/src/common/electronApi.ts +0 -63
  16. package/src/common/locCommon.ts +0 -170
  17. package/src/common/settings.ts +0 -95
  18. package/src/common/vueCommon.ts +0 -69
  19. package/src/components/BackgroundComponent.vue +0 -26
  20. package/src/components/BlockingMessageComponent.vue +0 -34
  21. package/src/components/ContentsComponent.vue +0 -277
  22. package/src/components/DragNDropComponent.vue +0 -35
  23. package/src/components/MainMenu.vue +0 -225
  24. package/src/components/OpenCOR.vue +0 -624
  25. package/src/components/dialogs/AboutDialog.vue +0 -51
  26. package/src/components/dialogs/BaseDialog.vue +0 -58
  27. package/src/components/dialogs/OpenRemoteDialog.vue +0 -37
  28. package/src/components/dialogs/ResetAllDialog.vue +0 -13
  29. package/src/components/dialogs/SettingsDialog.vue +0 -42
  30. package/src/components/dialogs/UpdateAvailableDialog.vue +0 -16
  31. package/src/components/dialogs/UpdateDownloadProgressDialog.vue +0 -11
  32. package/src/components/dialogs/UpdateErrorDialog.vue +0 -18
  33. package/src/components/dialogs/UpdateNotAvailableDialog.vue +0 -12
  34. package/src/components/propertyEditors/GraphsPropertyEditor.vue +0 -3
  35. package/src/components/propertyEditors/ParametersPropertyEditor.vue +0 -3
  36. package/src/components/propertyEditors/PropertyEditor.vue +0 -60
  37. package/src/components/propertyEditors/SimulationPropertyEditor.vue +0 -45
  38. package/src/components/propertyEditors/SolversPropertyEditor.vue +0 -3
  39. package/src/components/views/IssuesView.vue +0 -50
  40. package/src/components/views/SimulationExperimentUiView.vue +0 -154
  41. package/src/components/views/SimulationExperimentView.vue +0 -218
  42. package/src/components/widgets/GraphPanelWidget.vue +0 -140
  43. package/src/components/widgets/InputWidget.vue +0 -128
  44. package/src/libopencor/locApi.ts +0 -167
  45. package/src/libopencor/locFileApi.ts +0 -263
  46. package/src/libopencor/locLoggerApi.ts +0 -36
  47. package/src/libopencor/locSedApi.ts +0 -486
  48. package/src/libopencor/locUiJsonApi.ts +0 -485
  49. package/src/libopencor/locVersionApi.ts +0 -17
  50. package/src/libopencor/src/common.cpp +0 -67
  51. package/src/libopencor/src/common.h +0 -27
  52. package/src/libopencor/src/file.cpp +0 -72
  53. package/src/libopencor/src/file.h +0 -15
  54. package/src/libopencor/src/main.cpp +0 -78
  55. package/src/libopencor/src/sed.cpp +0 -348
  56. package/src/libopencor/src/sed.h +0 -53
  57. package/src/libopencor/src/version.cpp +0 -8
  58. package/src/libopencor/src/version.h +0 -5
  59. package/src/main.ts +0 -6
  60. package/src/types/types.d.ts +0 -9
@@ -1,4 +1,7 @@
1
- import { c as ce, g as gl } from "./index-in3ZZStA.js";
1
+ var ce = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
+ function gl(n) {
3
+ return n && n.__esModule && Object.prototype.hasOwnProperty.call(n, "default") ? n.default : n;
4
+ }
2
5
  var pl = typeof global == "object" && global && global.Object === Object && global, yo = typeof self == "object" && self && self.Object === Object && self, Zt = pl || yo || Function("return this")(), de = Zt.Symbol, ml = Object.prototype, vo = ml.hasOwnProperty, Eo = ml.toString, yr = de ? de.toStringTag : void 0;
3
6
  function Ao(n) {
4
7
  var t = vo.call(n, yr), e = n[yr];
@@ -7508,13 +7511,13 @@ A.register({
7508
7511
  "ui/color-picker": ho,
7509
7512
  "ui/tooltip": go
7510
7513
  }, !0);
7511
- const _g = Nt.AttributeMap, Sg = Nt.Op, Og = Nt.OpIterator;
7514
+ const Lg = Nt.AttributeMap, _g = Nt.Op, Sg = Nt.OpIterator;
7512
7515
  export {
7513
- _g as AttributeMap,
7516
+ Lg as AttributeMap,
7514
7517
  k as Delta,
7515
7518
  Xt as Module,
7516
- Sg as Op,
7517
- Og as OpIterator,
7519
+ _g as Op,
7520
+ Sg as OpIterator,
7518
7521
  Qh as Parchment,
7519
7522
  xe as Range,
7520
7523
  A as default
package/package.json CHANGED
@@ -9,7 +9,6 @@
9
9
  "description": "A Web-based modelling environment for organising, editing, simulating, and analysing CellML files.",
10
10
  "files": [
11
11
  "dist",
12
- "src",
13
12
  "README.md",
14
13
  "LICENSE"
15
14
  ],
@@ -24,7 +23,6 @@
24
23
  "combine"
25
24
  ],
26
25
  "license": "Apache-2.0",
27
- "main": "dist/opencor.umd.js",
28
26
  "module": "dist/opencor.es.js",
29
27
  "name": "@opencor/opencor",
30
28
  "productName": "OpenCOR",
@@ -37,33 +35,28 @@
37
35
  "exports": {
38
36
  ".": {
39
37
  "types": "./dist/index.d.ts",
40
- "import": "./dist/opencor.es.js",
41
- "require": "./dist/opencor.umd.js"
38
+ "import": "./dist/opencor.es.js"
42
39
  },
43
40
  "./style.css": "./dist/opencor.css"
44
41
  },
45
- "version": "0.20250823.0",
42
+ "version": "0.20250827.0",
46
43
  "peerDependencies": {
47
44
  "vue": "^3.4.21"
48
45
  },
49
46
  "dependencies": {
50
47
  "@primeuix/themes": "^1.2.3",
51
48
  "@primevue/auto-import-resolver": "4.2.5",
52
- "@tailwindcss/postcss": "^4.1.12",
53
- "@tailwindcss/vite": "^4.1.12",
54
49
  "@vueuse/core": "12.8.2",
55
50
  "js-cookie": "^3.0.5",
56
51
  "jsonschema": "^1.5.0",
57
- "mathjs": "^14.6.0",
58
- "plotly.js-gl2d-dist-min": "3.1.0",
59
52
  "primeicons": "^7.0.0",
60
53
  "primevue": "4.2.5",
61
54
  "quill": "^2.0.3",
62
- "tailwindcss": "^4.1.12",
63
- "tailwindcss-primeui": "^0.6.1",
64
55
  "ua-parser-js": "^2.0.4"
65
56
  },
66
57
  "devDependencies": {
58
+ "@tailwindcss/postcss": "^4.1.12",
59
+ "@tailwindcss/vite": "^4.1.12",
67
60
  "@types/js-cookie": "^3.0.6",
68
61
  "@types/node": "^24.3.0",
69
62
  "@types/plotly.js": "3.0.3",
@@ -74,6 +67,8 @@
74
67
  "autoprefixer": "^10.4.21",
75
68
  "eslint": "^9.34.0",
76
69
  "prettier": "^3.6.2",
70
+ "tailwindcss": "^4.1.12",
71
+ "tailwindcss-primeui": "^0.6.1",
77
72
  "unplugin-vue-components": "^29.0.0",
78
73
  "vite": "^7.1.3"
79
74
  },