@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.
@@ -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
@@ -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.20250823.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",
@@ -34,7 +34,7 @@
34
34
  </template>
35
35
 
36
36
  <script setup lang="ts">
37
- import * as mathjs from 'mathjs'
37
+ import * as mathjs from 'https://cdn.jsdelivr.net/npm/mathjs@14.6.0/+esm'
38
38
  import * as vue from 'vue'
39
39
 
40
40
  import * as locCommon from '../../common/locCommon'
@@ -6,7 +6,7 @@
6
6
  </template>
7
7
 
8
8
  <script setup lang="ts">
9
- import Plotly from 'plotly.js-gl2d-dist-min'
9
+ import Plotly from 'https://cdn.jsdelivr.net/npm/plotly.js-gl2d-dist-min@3.1.0/+esm'
10
10
  import * as vue from 'vue'
11
11
 
12
12
  import * as vueCommon from '../../common/vueCommon'