@abi-software/simulationvuer 3.0.1 → 3.0.2
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/index-DtImQ0dj.js +83690 -0
- package/dist/{quill-CuAVUOyy-B7CbeCk7.js → quill-c3wy0V4g-xOU6dJmZ.js} +5 -8
- package/dist/simulationvuer.js +2 -70205
- package/dist/simulationvuer.umd.cjs +433 -292
- package/dist/style.css +1 -1
- package/package.json +3 -2
- package/src/components/SimulationVuer.vue +20 -217
- package/src/components/common.js +0 -9
- package/src/components/json.js +51 -53
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
var Ul = Object.defineProperty;
|
|
2
2
|
var Dl = (s, t, e) => t in s ? Ul(s, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : s[t] = e;
|
|
3
3
|
var S = (s, t, e) => Dl(s, typeof t != "symbol" ? t + "" : t, e);
|
|
4
|
-
|
|
5
|
-
function To(s) {
|
|
6
|
-
return s && s.__esModule && Object.prototype.hasOwnProperty.call(s, "default") ? s.default : s;
|
|
7
|
-
}
|
|
4
|
+
import { x as To, q as pe } from "./index-DtImQ0dj.js";
|
|
8
5
|
var Co = typeof global == "object" && global && global.Object === Object && global, Pl = typeof self == "object" && self && self.Object === Object && self, te = Co || Pl || Function("return this")(), ye = te.Symbol, jo = Object.prototype, Fl = jo.hasOwnProperty, Hl = jo.toString, qr = ye ? ye.toStringTag : void 0;
|
|
9
6
|
function zl(s) {
|
|
10
7
|
var t = Fl.call(s, qr), e = s[qr];
|
|
@@ -7514,13 +7511,13 @@ E.register({
|
|
|
7514
7511
|
"ui/color-picker": _l,
|
|
7515
7512
|
"ui/tooltip": Cl
|
|
7516
7513
|
}, !0);
|
|
7517
|
-
const
|
|
7514
|
+
const Tp = wt.AttributeMap, Cp = wt.Op, jp = wt.OpIterator;
|
|
7518
7515
|
export {
|
|
7519
|
-
|
|
7516
|
+
Tp as AttributeMap,
|
|
7520
7517
|
I as Delta,
|
|
7521
7518
|
$t as Module,
|
|
7522
|
-
|
|
7523
|
-
|
|
7519
|
+
Cp as Op,
|
|
7520
|
+
jp as OpIterator,
|
|
7524
7521
|
xd as Parchment,
|
|
7525
7522
|
_e as Range,
|
|
7526
7523
|
E as default
|