@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.
- package/dist/opencor.css +1 -1
- package/dist/opencor.es.js +29735 -3
- package/dist/{quill-pOzwAhrV.js → quill-CuAVUOyy.js} +8 -5
- package/package.json +6 -11
- package/dist/index-in3ZZStA.js +0 -97538
- package/dist/opencor.umd.js +0 -6020
- package/src/App.vue +0 -7
- package/src/ContainerApp.vue +0 -21
- package/src/assets/app.css +0 -14
- package/src/assets/base.css +0 -31
- package/src/assets/logo.svg +0 -17
- package/src/common/common.ts +0 -86
- package/src/common/constants.ts +0 -12
- package/src/common/electron.ts +0 -23
- package/src/common/electronApi.ts +0 -63
- package/src/common/locCommon.ts +0 -170
- package/src/common/settings.ts +0 -95
- package/src/common/vueCommon.ts +0 -69
- package/src/components/BackgroundComponent.vue +0 -26
- package/src/components/BlockingMessageComponent.vue +0 -34
- package/src/components/ContentsComponent.vue +0 -277
- package/src/components/DragNDropComponent.vue +0 -35
- package/src/components/MainMenu.vue +0 -225
- package/src/components/OpenCOR.vue +0 -624
- package/src/components/dialogs/AboutDialog.vue +0 -51
- package/src/components/dialogs/BaseDialog.vue +0 -58
- package/src/components/dialogs/OpenRemoteDialog.vue +0 -37
- package/src/components/dialogs/ResetAllDialog.vue +0 -13
- package/src/components/dialogs/SettingsDialog.vue +0 -42
- package/src/components/dialogs/UpdateAvailableDialog.vue +0 -16
- package/src/components/dialogs/UpdateDownloadProgressDialog.vue +0 -11
- package/src/components/dialogs/UpdateErrorDialog.vue +0 -18
- package/src/components/dialogs/UpdateNotAvailableDialog.vue +0 -12
- package/src/components/propertyEditors/GraphsPropertyEditor.vue +0 -3
- package/src/components/propertyEditors/ParametersPropertyEditor.vue +0 -3
- package/src/components/propertyEditors/PropertyEditor.vue +0 -60
- package/src/components/propertyEditors/SimulationPropertyEditor.vue +0 -45
- package/src/components/propertyEditors/SolversPropertyEditor.vue +0 -3
- package/src/components/views/IssuesView.vue +0 -50
- package/src/components/views/SimulationExperimentUiView.vue +0 -154
- package/src/components/views/SimulationExperimentView.vue +0 -218
- package/src/components/widgets/GraphPanelWidget.vue +0 -140
- package/src/components/widgets/InputWidget.vue +0 -128
- package/src/libopencor/locApi.ts +0 -167
- package/src/libopencor/locFileApi.ts +0 -263
- package/src/libopencor/locLoggerApi.ts +0 -36
- package/src/libopencor/locSedApi.ts +0 -486
- package/src/libopencor/locUiJsonApi.ts +0 -485
- package/src/libopencor/locVersionApi.ts +0 -17
- package/src/libopencor/src/common.cpp +0 -67
- package/src/libopencor/src/common.h +0 -27
- package/src/libopencor/src/file.cpp +0 -72
- package/src/libopencor/src/file.h +0 -15
- package/src/libopencor/src/main.cpp +0 -78
- package/src/libopencor/src/sed.cpp +0 -348
- package/src/libopencor/src/sed.h +0 -53
- package/src/libopencor/src/version.cpp +0 -8
- package/src/libopencor/src/version.h +0 -5
- package/src/main.ts +0 -6
- package/src/types/types.d.ts +0 -9
|
@@ -1,4 +1,7 @@
|
|
|
1
|
-
|
|
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
|
|
7514
|
+
const Lg = Nt.AttributeMap, _g = Nt.Op, Sg = Nt.OpIterator;
|
|
7512
7515
|
export {
|
|
7513
|
-
|
|
7516
|
+
Lg as AttributeMap,
|
|
7514
7517
|
k as Delta,
|
|
7515
7518
|
Xt as Module,
|
|
7516
|
-
|
|
7517
|
-
|
|
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.
|
|
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
|
},
|