@opencor/opencor 0.20250823.0 → 0.20250826.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 +2 -6
- package/src/components/views/SimulationExperimentUiView.vue +1 -1
- package/src/components/widgets/GraphPanelWidget.vue +1 -1
- package/dist/index-in3ZZStA.js +0 -97538
- package/dist/opencor.umd.js +0 -6020
|
@@ -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
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"combine"
|
|
25
25
|
],
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
|
-
"main": "dist/opencor.umd.js",
|
|
28
27
|
"module": "dist/opencor.es.js",
|
|
29
28
|
"name": "@opencor/opencor",
|
|
30
29
|
"productName": "OpenCOR",
|
|
@@ -37,12 +36,11 @@
|
|
|
37
36
|
"exports": {
|
|
38
37
|
".": {
|
|
39
38
|
"types": "./dist/index.d.ts",
|
|
40
|
-
"import": "./dist/opencor.es.js"
|
|
41
|
-
"require": "./dist/opencor.umd.js"
|
|
39
|
+
"import": "./dist/opencor.es.js"
|
|
42
40
|
},
|
|
43
41
|
"./style.css": "./dist/opencor.css"
|
|
44
42
|
},
|
|
45
|
-
"version": "0.
|
|
43
|
+
"version": "0.20250826.0",
|
|
46
44
|
"peerDependencies": {
|
|
47
45
|
"vue": "^3.4.21"
|
|
48
46
|
},
|
|
@@ -54,8 +52,6 @@
|
|
|
54
52
|
"@vueuse/core": "12.8.2",
|
|
55
53
|
"js-cookie": "^3.0.5",
|
|
56
54
|
"jsonschema": "^1.5.0",
|
|
57
|
-
"mathjs": "^14.6.0",
|
|
58
|
-
"plotly.js-gl2d-dist-min": "3.1.0",
|
|
59
55
|
"primeicons": "^7.0.0",
|
|
60
56
|
"primevue": "4.2.5",
|
|
61
57
|
"quill": "^2.0.3",
|