document-model 1.0.33 → 1.0.35
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/browser/document-model.cjs +1 -1
- package/dist/browser/document-model.js +13 -8
- package/dist/browser/document.cjs +1 -1
- package/dist/browser/document.js +2 -2
- package/dist/browser/index.cjs +1 -1
- package/dist/browser/index.js +3 -3
- package/dist/{node/internal/index-C21AbOFE.js → browser/internal/index-A_QX9cy_.js} +1 -1
- package/dist/{node/internal/index-CW5xQQ7a.js → browser/internal/index-CZWjb-hc.js} +1 -1
- package/dist/browser/internal/index-CsKglrKe.js +22 -0
- package/dist/browser/internal/{index-i5s_5m9e.js → index-DJYIO2I4.js} +572 -405
- package/dist/browser/internal/{object-CqQGngpx.js → object-B-Aw8ilC.js} +20 -20
- package/dist/browser/internal/{object-BOMJbn2Y.js → object-C8B-mq5Y.js} +1 -1
- package/dist/browser/src/document-model/custom/utils.d.ts +7 -1
- package/dist/browser/src/document-model/index.d.ts +5 -0
- package/dist/browser/test/document-model/validation.test.d.ts +1 -0
- package/dist/node/document-model.cjs +1 -1
- package/dist/node/document-model.js +12 -7
- package/dist/node/document.cjs +1 -1
- package/dist/node/document.js +2 -2
- package/dist/node/index.cjs +1 -1
- package/dist/node/index.js +3 -3
- package/dist/node/internal/index-BLZ2ydMH.js +22 -0
- package/dist/{browser/internal/index-CBO7uxzK.js → node/internal/index-D_eCXEyL.js} +1 -1
- package/dist/node/internal/{index-rIcx-JJZ.js → index-DfxrIKIl.js} +572 -405
- package/dist/{browser/internal/index-CTCFa4de.js → node/internal/index-DjP2tO7C.js} +1 -1
- package/dist/node/internal/object-B5Lf9AWl.js +2 -0
- package/dist/node/internal/{object-BIG1wTk-.js → object-CvntAblp.js} +48 -48
- package/dist/node/src/document-model/custom/utils.d.ts +7 -1
- package/dist/node/src/document-model/index.d.ts +5 -0
- package/dist/node/test/document-model/validation.test.d.ts +1 -0
- package/package.json +2 -1
- package/dist/browser/internal/index-DTIvFQBH.js +0 -22
- package/dist/node/internal/index-CP5hMjbq.js +0 -22
- package/dist/node/internal/object-C778ylvS.js +0 -2
|
@@ -5,7 +5,7 @@ import { produce as J, castDraft as at, castImmutable as Oe, freeze as Ue } from
|
|
|
5
5
|
import pt from "json-stringify-deterministic";
|
|
6
6
|
import { z as w } from "zod";
|
|
7
7
|
import Dt from "jszip";
|
|
8
|
-
const
|
|
8
|
+
const Mt = (n) => n != null, Te = w.any().refine((n) => Mt(n)), Nt = w.enum(["LOAD_STATE"]), Rt = w.enum(["PRUNE"]), Ct = w.enum(["REDO"]), Lt = w.enum(["SET_NAME"]), zt = w.enum(["UNDO"]);
|
|
9
9
|
function De() {
|
|
10
10
|
return w.object({
|
|
11
11
|
__typename: w.literal("Action").optional(),
|
|
@@ -24,7 +24,7 @@ function Pt() {
|
|
|
24
24
|
Zt()
|
|
25
25
|
]);
|
|
26
26
|
}
|
|
27
|
-
function
|
|
27
|
+
function Me() {
|
|
28
28
|
return w.object({
|
|
29
29
|
__typename: w.literal("DocumentFile").optional(),
|
|
30
30
|
data: w.string(),
|
|
@@ -36,7 +36,7 @@ function Ne() {
|
|
|
36
36
|
function qt() {
|
|
37
37
|
return w.object({
|
|
38
38
|
input: w.lazy(() => ut()),
|
|
39
|
-
type:
|
|
39
|
+
type: Nt,
|
|
40
40
|
scope: H()
|
|
41
41
|
});
|
|
42
42
|
}
|
|
@@ -52,7 +52,7 @@ function $t() {
|
|
|
52
52
|
name: w.string()
|
|
53
53
|
});
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function Ne() {
|
|
56
56
|
return w.object({
|
|
57
57
|
__typename: w.literal("Operation").optional(),
|
|
58
58
|
hash: w.string(),
|
|
@@ -112,12 +112,12 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
112
112
|
__proto__: null,
|
|
113
113
|
ActionSchema: De,
|
|
114
114
|
BaseActionSchema: Pt,
|
|
115
|
-
DocumentFileSchema:
|
|
115
|
+
DocumentFileSchema: Me,
|
|
116
116
|
LoadStateActionInputSchema: ut,
|
|
117
117
|
LoadStateActionSchema: qt,
|
|
118
118
|
LoadStateActionStateInputSchema: $t,
|
|
119
|
-
Load_StateSchema:
|
|
120
|
-
OperationSchema:
|
|
119
|
+
Load_StateSchema: Nt,
|
|
120
|
+
OperationSchema: Ne,
|
|
121
121
|
OperationScopeSchema: H,
|
|
122
122
|
PruneActionInputSchema: ft,
|
|
123
123
|
PruneActionSchema: Wt,
|
|
@@ -133,7 +133,7 @@ const Li = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
133
133
|
UndoActionSchema: Zt,
|
|
134
134
|
UndoSchema: zt,
|
|
135
135
|
definedNonNullAnySchema: Te,
|
|
136
|
-
isDefinedNonNullAny:
|
|
136
|
+
isDefinedNonNullAny: Mt
|
|
137
137
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
138
138
|
function Ce(n, r) {
|
|
139
139
|
return { ...n, name: r };
|
|
@@ -738,7 +738,7 @@ dt.write = function(n, r, p, c, u, f) {
|
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
740
|
a.prototype._isBuffer = !0;
|
|
741
|
-
function
|
|
741
|
+
function M(i, t, e) {
|
|
742
742
|
var o = i[t];
|
|
743
743
|
i[t] = i[e], i[e] = o;
|
|
744
744
|
}
|
|
@@ -747,21 +747,21 @@ dt.write = function(n, r, p, c, u, f) {
|
|
|
747
747
|
if (t % 2 !== 0)
|
|
748
748
|
throw new RangeError("Buffer size must be a multiple of 16-bits");
|
|
749
749
|
for (var e = 0; e < t; e += 2)
|
|
750
|
-
|
|
750
|
+
M(this, e, e + 1);
|
|
751
751
|
return this;
|
|
752
752
|
}, a.prototype.swap32 = function() {
|
|
753
753
|
var t = this.length;
|
|
754
754
|
if (t % 4 !== 0)
|
|
755
755
|
throw new RangeError("Buffer size must be a multiple of 32-bits");
|
|
756
756
|
for (var e = 0; e < t; e += 4)
|
|
757
|
-
|
|
757
|
+
M(this, e, e + 3), M(this, e + 1, e + 2);
|
|
758
758
|
return this;
|
|
759
759
|
}, a.prototype.swap64 = function() {
|
|
760
760
|
var t = this.length;
|
|
761
761
|
if (t % 8 !== 0)
|
|
762
762
|
throw new RangeError("Buffer size must be a multiple of 64-bits");
|
|
763
763
|
for (var e = 0; e < t; e += 8)
|
|
764
|
-
|
|
764
|
+
M(this, e, e + 7), M(this, e + 1, e + 6), M(this, e + 2, e + 5), M(this, e + 3, e + 4);
|
|
765
765
|
return this;
|
|
766
766
|
}, a.prototype.toString = function() {
|
|
767
767
|
var t = this.length;
|
|
@@ -1555,7 +1555,7 @@ function ne(n, r, p, c, u, f = {}) {
|
|
|
1555
1555
|
for (const E of b)
|
|
1556
1556
|
E.timestamp > y && (y = E.timestamp);
|
|
1557
1557
|
return y;
|
|
1558
|
-
},
|
|
1558
|
+
}, n.lastModified);
|
|
1559
1559
|
return { ...d, operations: v, lastModified: g };
|
|
1560
1560
|
}
|
|
1561
1561
|
function qi(n, r) {
|
|
@@ -1606,17 +1606,17 @@ var I = function(n, r, p, c) {
|
|
|
1606
1606
|
if (typeof r == "function" ? n !== r || !c : !r.has(n))
|
|
1607
1607
|
throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
1608
1608
|
return p === "m" ? c : p === "a" ? c.call(n) : c ? c.value : r.get(n);
|
|
1609
|
-
}, L, W,
|
|
1609
|
+
}, L, W, N;
|
|
1610
1610
|
class Bi {
|
|
1611
1611
|
constructor(...r) {
|
|
1612
|
-
L.set(this, /* @__PURE__ */ new Map()), W.set(this, /* @__PURE__ */ new Map()),
|
|
1612
|
+
L.set(this, /* @__PURE__ */ new Map()), W.set(this, /* @__PURE__ */ new Map()), N.set(this, /* @__PURE__ */ new Map());
|
|
1613
1613
|
for (const p of r)
|
|
1614
1614
|
this.define(p);
|
|
1615
1615
|
}
|
|
1616
1616
|
define(r, p = !1) {
|
|
1617
1617
|
for (let [c, u] of Object.entries(r)) {
|
|
1618
|
-
c = c.toLowerCase(), u = u.map((a) => a.toLowerCase()), I(this,
|
|
1619
|
-
const f = I(this,
|
|
1618
|
+
c = c.toLowerCase(), u = u.map((a) => a.toLowerCase()), I(this, N, "f").has(c) || I(this, N, "f").set(c, /* @__PURE__ */ new Set());
|
|
1619
|
+
const f = I(this, N, "f").get(c);
|
|
1620
1620
|
let l = !0;
|
|
1621
1621
|
for (let a of u) {
|
|
1622
1622
|
const x = a.startsWith("*");
|
|
@@ -1641,13 +1641,13 @@ class Bi {
|
|
|
1641
1641
|
return typeof r != "string" ? null : (r = (p = r == null ? void 0 : r.split) == null ? void 0 : p.call(r, ";")[0], (r && I(this, W, "f").get(r.trim().toLowerCase())) ?? null);
|
|
1642
1642
|
}
|
|
1643
1643
|
getAllExtensions(r) {
|
|
1644
|
-
return typeof r != "string" ? null : I(this,
|
|
1644
|
+
return typeof r != "string" ? null : I(this, N, "f").get(r.toLowerCase()) ?? null;
|
|
1645
1645
|
}
|
|
1646
1646
|
_freeze() {
|
|
1647
1647
|
this.define = () => {
|
|
1648
1648
|
throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances");
|
|
1649
1649
|
}, Object.freeze(this);
|
|
1650
|
-
for (const r of I(this,
|
|
1650
|
+
for (const r of I(this, N, "f").values())
|
|
1651
1651
|
Object.freeze(r);
|
|
1652
1652
|
return this;
|
|
1653
1653
|
}
|
|
@@ -1658,7 +1658,7 @@ class Bi {
|
|
|
1658
1658
|
};
|
|
1659
1659
|
}
|
|
1660
1660
|
}
|
|
1661
|
-
L = /* @__PURE__ */ new WeakMap(), W = /* @__PURE__ */ new WeakMap(),
|
|
1661
|
+
L = /* @__PURE__ */ new WeakMap(), W = /* @__PURE__ */ new WeakMap(), N = /* @__PURE__ */ new WeakMap();
|
|
1662
1662
|
const ji = new Bi(ce)._freeze();
|
|
1663
1663
|
function Ii(n) {
|
|
1664
1664
|
const r = [], p = Object.keys(n);
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
5
|
* @license MIT
|
|
6
|
-
*/(function(n){var r=et,p=yt,c=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;n.Buffer=a,n.SlowBuffer=G,n.INSPECT_MAX_BYTES=50;var f=2147483647;n.kMaxLength=f,a.TYPED_ARRAY_SUPPORT=u(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function u(){try{var i=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(i,t),i.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function l(i){if(i>f)throw new RangeError('The value "'+i+'" is invalid for option "size"');var t=new Uint8Array(i);return Object.setPrototypeOf(t,a.prototype),t}function a(i,t,e){if(typeof i=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return g(i)}return x(i,t,e)}a.poolSize=8192;function x(i,t,e){if(typeof i=="string")return y(i,t);if(ArrayBuffer.isView(i))return E(i);if(i==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i);if(T(i,ArrayBuffer)||i&&T(i.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(T(i,SharedArrayBuffer)||i&&T(i.buffer,SharedArrayBuffer)))return U(i,t,e);if(typeof i=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=i.valueOf&&i.valueOf();if(o!=null&&o!==i)return a.from(o,t,e);var s=C(i);if(s)return s;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof i[Symbol.toPrimitive]=="function")return a.from(i[Symbol.toPrimitive]("string"),t,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i)}a.from=function(i,t,e){return x(i,t,e)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function d(i){if(typeof i!="number")throw new TypeError('"size" argument must be of type number');if(i<0)throw new RangeError('The value "'+i+'" is invalid for option "size"')}function v(i,t,e){return d(i),i<=0?l(i):t!==void 0?typeof e=="string"?l(i).fill(t,e):l(i).fill(t):l(i)}a.alloc=function(i,t,e){return v(i,t,e)};function g(i){return d(i),l(i<0?0:W(i)|0)}a.allocUnsafe=function(i){return g(i)},a.allocUnsafeSlow=function(i){return g(i)};function y(i,t){if((typeof t!="string"||t==="")&&(t="utf8"),!a.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var e=St(i,t)|0,o=l(e),s=o.write(i,t);return s!==e&&(o=o.slice(0,s)),o}function b(i){for(var t=i.length<0?0:W(i.length)|0,e=l(t),o=0;o<t;o+=1)e[o]=i[o]&255;return e}function E(i){if(T(i,Uint8Array)){var t=new Uint8Array(i);return U(t.buffer,t.byteOffset,t.byteLength)}return b(i)}function U(i,t,e){if(t<0||i.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(i.byteLength<t+(e||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&e===void 0?o=new Uint8Array(i):e===void 0?o=new Uint8Array(i,t):o=new Uint8Array(i,t,e),Object.setPrototypeOf(o,a.prototype),o}function C(i){if(a.isBuffer(i)){var t=W(i.length)|0,e=l(t);return e.length===0||i.copy(e,0,0,t),e}if(i.length!==void 0)return typeof i.length!="number"||ot(i.length)?l(0):b(i);if(i.type==="Buffer"&&Array.isArray(i.data))return b(i.data)}function W(i){if(i>=f)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+f.toString(16)+" bytes");return i|0}function G(i){return+i!=i&&(i=0),a.alloc(+i)}a.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==a.prototype},a.compare=function(t,e){if(T(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),T(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(t)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;for(var o=t.length,s=e.length,m=0,h=Math.min(o,s);m<h;++m)if(t[m]!==e[m]){o=t[m],s=e[m];break}return o<s?-1:s<o?1:0},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return a.alloc(0);var o;if(e===void 0)for(e=0,o=0;o<t.length;++o)e+=t[o].length;var s=a.allocUnsafe(e),m=0;for(o=0;o<t.length;++o){var h=t[o];if(T(h,Uint8Array))m+h.length>s.length?a.from(h).copy(s,m):Uint8Array.prototype.set.call(s,h,m);else if(a.isBuffer(h))h.copy(s,m);else throw new TypeError('"list" argument must be an Array of Buffers');m+=h.length}return s};function St(i,t){if(a.isBuffer(i))return i.length;if(ArrayBuffer.isView(i)||T(i,ArrayBuffer))return i.byteLength;if(typeof i!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof i);var e=i.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&e===0)return 0;for(var s=!1;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return nt(i).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return zt(i).length;default:if(s)return o?-1:nt(i).length;t=(""+t).toLowerCase(),s=!0}}a.byteLength=St;function be(i,t,e){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,t>>>=0,e<=t))return"";for(i||(i="utf8");;)switch(i){case"hex":return Ie(this,t,e);case"utf8":case"utf-8":return jt(this,t,e);case"ascii":return je(this,t,e);case"latin1":case"binary":return Oe(this,t,e);case"base64":return ke(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ue(this,t,e);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(i+"").toLowerCase(),o=!0}}a.prototype._isBuffer=!0;function M(i,t,e){var o=i[t];i[t]=i[e],i[e]=o}a.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)M(this,e,e+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)M(this,e,e+3),M(this,e+1,e+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)M(this,e,e+7),M(this,e+1,e+6),M(this,e+2,e+5),M(this,e+3,e+4);return this},a.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?jt(this,0,t):be.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(t){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:a.compare(this,t)===0},a.prototype.inspect=function(){var t="",e=n.INSPECT_MAX_BYTES;return t=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(t+=" ... "),"<Buffer "+t+">"},c&&(a.prototype[c]=a.prototype.inspect),a.prototype.compare=function(t,e,o,s,m){if(T(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(e===void 0&&(e=0),o===void 0&&(o=t?t.length:0),s===void 0&&(s=0),m===void 0&&(m=this.length),e<0||o>t.length||s<0||m>this.length)throw new RangeError("out of range index");if(s>=m&&e>=o)return 0;if(s>=m)return-1;if(e>=o)return 1;if(e>>>=0,o>>>=0,s>>>=0,m>>>=0,this===t)return 0;for(var h=m-s,F=o-e,_=Math.min(h,F),A=this.slice(s,m),B=t.slice(e,o),S=0;S<_;++S)if(A[S]!==B[S]){h=A[S],F=B[S];break}return h<F?-1:F<h?1:0};function kt(i,t,e,o,s){if(i.length===0)return-1;if(typeof e=="string"?(o=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,ot(e)&&(e=s?0:i.length-1),e<0&&(e=i.length+e),e>=i.length){if(s)return-1;e=i.length-1}else if(e<0)if(s)e=0;else return-1;if(typeof t=="string"&&(t=a.from(t,o)),a.isBuffer(t))return t.length===0?-1:Bt(i,t,e,o,s);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(i,t,e):Uint8Array.prototype.lastIndexOf.call(i,t,e):Bt(i,[t],e,o,s);throw new TypeError("val must be string, number or Buffer")}function Bt(i,t,e,o,s){var m=1,h=i.length,F=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(i.length<2||t.length<2)return-1;m=2,h/=2,F/=2,e/=2}function _(Dt,Mt){return m===1?Dt[Mt]:Dt.readUInt16BE(Mt*m)}var A;if(s){var B=-1;for(A=e;A<h;A++)if(_(i,A)===_(t,B===-1?0:A-B)){if(B===-1&&(B=A),A-B+1===F)return B*m}else B!==-1&&(A-=A-B),B=-1}else for(e+F>h&&(e=h-F),A=e;A>=0;A--){for(var S=!0,X=0;X<F;X++)if(_(i,A+X)!==_(t,X)){S=!1;break}if(S)return A}return-1}a.prototype.includes=function(t,e,o){return this.indexOf(t,e,o)!==-1},a.prototype.indexOf=function(t,e,o){return kt(this,t,e,o,!0)},a.prototype.lastIndexOf=function(t,e,o){return kt(this,t,e,o,!1)};function Ee(i,t,e,o){e=Number(e)||0;var s=i.length-e;o?(o=Number(o),o>s&&(o=s)):o=s;var m=t.length;o>m/2&&(o=m/2);for(var h=0;h<o;++h){var F=parseInt(t.substr(h*2,2),16);if(ot(F))return h;i[e+h]=F}return h}function Fe(i,t,e,o){return V(nt(t,i.length-e),i,e,o)}function _e(i,t,e,o){return V(De(t),i,e,o)}function Ae(i,t,e,o){return V(zt(t),i,e,o)}function Se(i,t,e,o){return V(Me(t,i.length-e),i,e,o)}a.prototype.write=function(t,e,o,s){if(e===void 0)s="utf8",o=this.length,e=0;else if(o===void 0&&typeof e=="string")s=e,o=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(o)?(o=o>>>0,s===void 0&&(s="utf8")):(s=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var m=this.length-e;if((o===void 0||o>m)&&(o=m),t.length>0&&(o<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var h=!1;;)switch(s){case"hex":return Ee(this,t,e,o);case"utf8":case"utf-8":return Fe(this,t,e,o);case"ascii":case"latin1":case"binary":return _e(this,t,e,o);case"base64":return Ae(this,t,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Se(this,t,e,o);default:if(h)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),h=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ke(i,t,e){return t===0&&e===i.length?r.fromByteArray(i):r.fromByteArray(i.slice(t,e))}function jt(i,t,e){e=Math.min(i.length,e);for(var o=[],s=t;s<e;){var m=i[s],h=null,F=m>239?4:m>223?3:m>191?2:1;if(s+F<=e){var _,A,B,S;switch(F){case 1:m<128&&(h=m);break;case 2:_=i[s+1],(_&192)===128&&(S=(m&31)<<6|_&63,S>127&&(h=S));break;case 3:_=i[s+1],A=i[s+2],(_&192)===128&&(A&192)===128&&(S=(m&15)<<12|(_&63)<<6|A&63,S>2047&&(S<55296||S>57343)&&(h=S));break;case 4:_=i[s+1],A=i[s+2],B=i[s+3],(_&192)===128&&(A&192)===128&&(B&192)===128&&(S=(m&15)<<18|(_&63)<<12|(A&63)<<6|B&63,S>65535&&S<1114112&&(h=S))}}h===null?(h=65533,F=1):h>65535&&(h-=65536,o.push(h>>>10&1023|55296),h=56320|h&1023),o.push(h),s+=F}return Be(o)}var Ot=4096;function Be(i){var t=i.length;if(t<=Ot)return String.fromCharCode.apply(String,i);for(var e="",o=0;o<t;)e+=String.fromCharCode.apply(String,i.slice(o,o+=Ot));return e}function je(i,t,e){var o="";e=Math.min(i.length,e);for(var s=t;s<e;++s)o+=String.fromCharCode(i[s]&127);return o}function Oe(i,t,e){var o="";e=Math.min(i.length,e);for(var s=t;s<e;++s)o+=String.fromCharCode(i[s]);return o}function Ie(i,t,e){var o=i.length;(!t||t<0)&&(t=0),(!e||e<0||e>o)&&(e=o);for(var s="",m=t;m<e;++m)s+=Ne[i[m]];return s}function Ue(i,t,e){for(var o=i.slice(t,e),s="",m=0;m<o.length-1;m+=2)s+=String.fromCharCode(o[m]+o[m+1]*256);return s}a.prototype.slice=function(t,e){var o=this.length;t=~~t,e=e===void 0?o:~~e,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),e<0?(e+=o,e<0&&(e=0)):e>o&&(e=o),e<t&&(e=t);var s=this.subarray(t,e);return Object.setPrototypeOf(s,a.prototype),s};function k(i,t,e){if(i%1!==0||i<0)throw new RangeError("offset is not uint");if(i+t>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t],m=1,h=0;++h<e&&(m*=256);)s+=this[t+h]*m;return s},a.prototype.readUintBE=a.prototype.readUIntBE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t+--e],m=1;e>0&&(m*=256);)s+=this[t+--e]*m;return s},a.prototype.readUint8=a.prototype.readUInt8=function(t,e){return t=t>>>0,e||k(t,1,this.length),this[t]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(t,e){return t=t>>>0,e||k(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(t,e){return t=t>>>0,e||k(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(t,e){return t=t>>>0,e||k(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t],m=1,h=0;++h<e&&(m*=256);)s+=this[t+h]*m;return m*=128,s>=m&&(s-=Math.pow(2,8*e)),s},a.prototype.readIntBE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=e,m=1,h=this[t+--s];s>0&&(m*=256);)h+=this[t+--s]*m;return m*=128,h>=m&&(h-=Math.pow(2,8*e)),h},a.prototype.readInt8=function(t,e){return t=t>>>0,e||k(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]},a.prototype.readInt16LE=function(t,e){t=t>>>0,e||k(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o},a.prototype.readInt16BE=function(t,e){t=t>>>0,e||k(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o},a.prototype.readInt32LE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,e){return t=t>>>0,e||k(t,4,this.length),p.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,e){return t=t>>>0,e||k(t,4,this.length),p.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,e){return t=t>>>0,e||k(t,8,this.length),p.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,e){return t=t>>>0,e||k(t,8,this.length),p.read(this,t,!1,52,8)};function j(i,t,e,o,s,m){if(!a.isBuffer(i))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||t<m)throw new RangeError('"value" argument is out of bounds');if(e+o>i.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(t,e,o,s){if(t=+t,e=e>>>0,o=o>>>0,!s){var m=Math.pow(2,8*o)-1;j(this,t,e,o,m,0)}var h=1,F=0;for(this[e]=t&255;++F<o&&(h*=256);)this[e+F]=t/h&255;return e+o},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(t,e,o,s){if(t=+t,e=e>>>0,o=o>>>0,!s){var m=Math.pow(2,8*o)-1;j(this,t,e,o,m,0)}var h=o-1,F=1;for(this[e+h]=t&255;--h>=0&&(F*=256);)this[e+h]=t/F&255;return e+o},a.prototype.writeUint8=a.prototype.writeUInt8=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,1,255,0),this[e]=t&255,e+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,65535,0),this[e]=t&255,this[e+1]=t>>>8,e+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=t&255,e+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t&255,e+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255,e+4},a.prototype.writeIntLE=function(t,e,o,s){if(t=+t,e=e>>>0,!s){var m=Math.pow(2,8*o-1);j(this,t,e,o,m-1,-m)}var h=0,F=1,_=0;for(this[e]=t&255;++h<o&&(F*=256);)t<0&&_===0&&this[e+h-1]!==0&&(_=1),this[e+h]=(t/F>>0)-_&255;return e+o},a.prototype.writeIntBE=function(t,e,o,s){if(t=+t,e=e>>>0,!s){var m=Math.pow(2,8*o-1);j(this,t,e,o,m-1,-m)}var h=o-1,F=1,_=0;for(this[e+h]=t&255;--h>=0&&(F*=256);)t<0&&_===0&&this[e+h+1]!==0&&(_=1),this[e+h]=(t/F>>0)-_&255;return e+o},a.prototype.writeInt8=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=t&255,e+1},a.prototype.writeInt16LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,32767,-32768),this[e]=t&255,this[e+1]=t>>>8,e+2},a.prototype.writeInt16BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=t&255,e+2},a.prototype.writeInt32LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,2147483647,-2147483648),this[e]=t&255,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},a.prototype.writeInt32BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255,e+4};function It(i,t,e,o,s,m){if(e+o>i.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Ut(i,t,e,o,s){return t=+t,e=e>>>0,s||It(i,t,e,4),p.write(i,t,e,o,23,4),e+4}a.prototype.writeFloatLE=function(t,e,o){return Ut(this,t,e,!0,o)},a.prototype.writeFloatBE=function(t,e,o){return Ut(this,t,e,!1,o)};function Tt(i,t,e,o,s){return t=+t,e=e>>>0,s||It(i,t,e,8),p.write(i,t,e,o,52,8),e+8}a.prototype.writeDoubleLE=function(t,e,o){return Tt(this,t,e,!0,o)},a.prototype.writeDoubleBE=function(t,e,o){return Tt(this,t,e,!1,o)},a.prototype.copy=function(t,e,o,s){if(!a.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!s&&s!==0&&(s=this.length),e>=t.length&&(e=t.length),e||(e=0),s>0&&s<o&&(s=o),s===o||t.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),t.length-e<s-o&&(s=t.length-e+o);var m=s-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,o,s):Uint8Array.prototype.set.call(t,this.subarray(o,s),e),m},a.prototype.fill=function(t,e,o,s){if(typeof t=="string"){if(typeof e=="string"?(s=e,e=0,o=this.length):typeof o=="string"&&(s=o,o=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!a.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(t.length===1){var m=t.charCodeAt(0);(s==="utf8"&&m<128||s==="latin1")&&(t=m)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(e<0||this.length<e||this.length<o)throw new RangeError("Out of range index");if(o<=e)return this;e=e>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var h;if(typeof t=="number")for(h=e;h<o;++h)this[h]=t;else{var F=a.isBuffer(t)?t:a.from(t,s),_=F.length;if(_===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(h=0;h<o-e;++h)this[h+e]=F[h%_]}return this};var Te=/[^+/0-9A-Za-z-_]/g;function ze(i){if(i=i.split("=")[0],i=i.trim().replace(Te,""),i.length<2)return"";for(;i.length%4!==0;)i=i+"=";return i}function nt(i,t){t=t||1/0;for(var e,o=i.length,s=null,m=[],h=0;h<o;++h){if(e=i.charCodeAt(h),e>55295&&e<57344){if(!s){if(e>56319){(t-=3)>-1&&m.push(239,191,189);continue}else if(h+1===o){(t-=3)>-1&&m.push(239,191,189);continue}s=e;continue}if(e<56320){(t-=3)>-1&&m.push(239,191,189),s=e;continue}e=(s-55296<<10|e-56320)+65536}else s&&(t-=3)>-1&&m.push(239,191,189);if(s=null,e<128){if((t-=1)<0)break;m.push(e)}else if(e<2048){if((t-=2)<0)break;m.push(e>>6|192,e&63|128)}else if(e<65536){if((t-=3)<0)break;m.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((t-=4)<0)break;m.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return m}function De(i){for(var t=[],e=0;e<i.length;++e)t.push(i.charCodeAt(e)&255);return t}function Me(i,t){for(var e,o,s,m=[],h=0;h<i.length&&!((t-=2)<0);++h)e=i.charCodeAt(h),o=e>>8,s=e%256,m.push(s),m.push(o);return m}function zt(i){return r.toByteArray(ze(i))}function V(i,t,e,o){for(var s=0;s<o&&!(s+e>=t.length||s>=i.length);++s)t[s+e]=i[s];return s}function T(i,t){return i instanceof t||i!=null&&i.constructor!=null&&i.constructor.name!=null&&i.constructor.name===t.name}function ot(i){return i!==i}var Ne=function(){for(var i="0123456789abcdef",t=new Array(256),e=0;e<16;++e)for(var o=e*16,s=0;s<16;++s)t[o+s]=i[e]+i[s];return t}()})(te);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(n,r){var p=te,c=p.Buffer;function f(l,a){for(var x in l)a[x]=l[x]}c.from&&c.alloc&&c.allocUnsafe&&c.allocUnsafeSlow?n.exports=p:(f(p,r),r.Buffer=u);function u(l,a,x){return c(l,a,x)}u.prototype=Object.create(c.prototype),f(c,u),u.from=function(l,a,x){if(typeof l=="number")throw new TypeError("Argument must not be a number");return c(l,a,x)},u.alloc=function(l,a,x){if(typeof l!="number")throw new TypeError("Argument must be a number");var d=c(l);return a!==void 0?typeof x=="string"?d.fill(a,x):d.fill(a):d.fill(0),d},u.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return c(l)},u.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return p.SlowBuffer(l)}})(ct,ct.exports);var ie=ct.exports,re=ie.Buffer;function it(n,r){this._block=re.alloc(n),this._finalSize=r,this._blockSize=n,this._len=0}it.prototype.update=function(n,r){typeof n=="string"&&(r=r||"utf8",n=re.from(n,r));for(var p=this._block,c=this._blockSize,f=n.length,u=this._len,l=0;l<f;){for(var a=u%c,x=Math.min(f-l,c-a),d=0;d<x;d++)p[a+d]=n[l+d];u+=x,l+=x,u%c===0&&this._update(p)}return this._len+=f,this};it.prototype.digest=function(n){var r=this._len%this._blockSize;this._block[r]=128,this._block.fill(0,r+1),r>=this._finalSize&&(this._update(this._block),this._block.fill(0));var p=this._len*8;if(p<=4294967295)this._block.writeUInt32BE(p,this._blockSize-4);else{var c=(p&4294967295)>>>0,f=(p-c)/4294967296;this._block.writeUInt32BE(f,this._blockSize-8),this._block.writeUInt32BE(c,this._blockSize-4)}this._update(this._block);var u=this._hash();return n?u.toString(n):u};it.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var hi=it,xi=oi,ne=hi,di=ie.Buffer,wi=[1518500249,1859775393,-1894007588,-899497514],gi=new Array(80);function Y(){this.init(),this._w=gi,ne.call(this,64,56)}xi(Y,ne);Y.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function yi(n){return n<<1|n>>>31}function vi(n){return n<<5|n>>>27}function bi(n){return n<<30|n>>>2}function Ei(n,r,p,c){return n===0?r&p|~r&c:n===2?r&p|r&c|p&c:r^p^c}Y.prototype._update=function(n){for(var r=this._w,p=this._a|0,c=this._b|0,f=this._c|0,u=this._d|0,l=this._e|0,a=0;a<16;++a)r[a]=n.readInt32BE(a*4);for(;a<80;++a)r[a]=yi(r[a-3]^r[a-8]^r[a-14]^r[a-16]);for(var x=0;x<80;++x){var d=~~(x/20),v=vi(p)+Ei(d,c,f,u)+l+r[x]+wi[d]|0;l=u,u=f,f=bi(c),c=p,p=v}this._a=p+this._a|0,this._b=c+this._b|0,this._c=f+this._c|0,this._d=u+this._d|0,this._e=l+this._e|0};Y.prototype._hash=function(){var n=di.allocUnsafe(20);return n.writeInt32BE(this._a|0,0),n.writeInt32BE(this._b|0,4),n.writeInt32BE(this._c|0,8),n.writeInt32BE(this._d|0,12),n.writeInt32BE(this._e|0,16),n};var Fi=Y;const _i=ni(Fi),vt=new Error("File system not available.");function Ai(n,r,p){throw vt}function oe(n){throw vt}function Si(n){throw vt}const ki=async n=>oe();function Bi(n){let r="";for(let p=0;p<n.length;p+=2)r+=String.fromCharCode(parseInt(n.substr(p,2),16));return btoa(r)}const rt=(n,r="sha1")=>{if(r!=="sha1")throw new Error("Only sha1 algorithm is available.");const p=new _i;return Bi(p.update(n).digest("hex"))};function ae(n){return n.type===Xe&&n.skip!==void 0&&n.skip>0&&n.hash!==void 0}function lt(n){return[P,$].includes(n.type)}function ut(n){return[Vt,P,$,K,Xt].includes(n.type)}function R(n,r,p,c,f="global"){if(!n)throw new Error("Empty action type");if(typeof n!="string")throw new Error(`Invalid action type: ${n}`);const u={type:n,input:r,scope:f};p&&(u.attachments=p);try{c==null||c().parse(u.input)}catch(l){throw new Error(`Invalid action input: ${l}`)}return u}function pe(n,r=gt){return(p,c,f,u)=>r(p,c,n,f,u)}const se=(n,r)=>({name:"",documentType:"",revision:{global:0,local:0},created:new Date().toISOString(),lastModified:new Date().toISOString(),attachments:{},...n,state:(r==null?void 0:r(n==null?void 0:n.state))??(n==null?void 0:n.state)??{global:{},local:{}}}),ce=(n,r)=>{const p=se(n,r);return{...p,initialState:p,operations:{global:[],local:[]},clipboard:[]}},bt=(n,r="global")=>rt(pt(n.state[r])),ji=(n,r=1e3)=>{const p=Math.random()*r;return rt(`${(n??new Date).toISOString()}${p}`)};function J(n){return D.castImmutable(D.freeze(n,!0))}function le(n,r){const p=[...n];let c=r||0,f=p.length>0?p[p.length-1].index:0;const u=[];for(const l of p.reverse()){if(c>0){const d=f-l.index;c-=d}if(c<0)throw new Error("Invalid operation index, missing operations");const a={ignore:c>0,operation:l},x=l.skip>0?l.skip+1:0;if(x>0&&x>c){const d=x-c;c=c+d}f=l.index,u.push(a)}return u.reverse()}function Oi(n){return Object.values(n).flatMap(r=>r).sort((r,p)=>new Date(r.timestamp).getTime()-new Date(p.timestamp).getTime())}function ue(n){return Object.values(n).flatMap(r=>r).sort((r,p)=>new Date(r.operation.timestamp).getTime()-new Date(p.operation.timestamp).getTime())}function tt(n,r,p,c,f,u=gt,l={}){const a=pe(p,u);return Et(n,r,a,c,f,l)}function Et(n,r,p,c,f,u={}){const l=ce(n),a=Object.keys(r).reduce((y,b)=>{const E=b;return{...y,[E]:r[E].slice(0,f==null?void 0:f.revision[E])}},{}),x=Object.keys(a).reduce((y,b)=>{const E=b;return{...y,[E]:le(a[E],u[E])}},{}),d=ue(x).reduce((y,{ignore:b,operation:E})=>b?p(y,_t(E.scope),c,{skip:E.skip,ignoreSkipOperations:!0}):p(y,E,c,{skip:E.skip,ignoreSkipOperations:!0}),l),v=Object.keys(d.operations).reduce((y,b)=>{const E=b,U=f&&f.revision[E]<r[E].length?r[E].slice(f.revision[E]):[];return{...y,[E]:[...d.operations[E].map((C,W)=>{var G;return{...C,timestamp:((G=r[E][W])==null?void 0:G.timestamp)??C.timestamp}}),...U]}},{global:[],local:[]}),g=Object.values(v).reduce((y,b)=>{for(const E of b)E.timestamp>y&&(y=E.timestamp);return y},"0");return{...d,operations:v,lastModified:g}}function Ii(n,r){return pt(n)===pt(r)}const fe=n=>R("SET_NAME",n,void 0,dt,void 0),me=(n=1,r="global")=>R("UNDO",n,void 0,wt,r),he=(n=1,r="global")=>R("REDO",n,void 0,xt,r),xe=(n,r,p="global")=>R("PRUNE",{start:n,end:r},void 0,ht,p),Ft=(n,r)=>R("LOAD_STATE",{state:n,operations:r},void 0,mt),_t=(n="global")=>R("NOOP",{},void 0,void 0,n),Ui=Object.freeze(Object.defineProperty({__proto__:null,loadState:Ft,noop:_t,prune:xe,redo:he,setName:fe,undo:me},Symbol.toStringTag,{value:"Module"})),de={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(de);var O=function(n,r,p,c){if(p==="a"&&!c)throw new TypeError("Private accessor was defined without a getter");if(typeof r=="function"?n!==r||!c:!r.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return p==="m"?c:p==="a"?c.call(n):c?c.value:r.get(n)},q,H,N;class Ti{constructor(...r){q.set(this,new Map),H.set(this,new Map),N.set(this,new Map);for(const p of r)this.define(p)}define(r,p=!1){for(let[c,f]of Object.entries(r)){c=c.toLowerCase(),f=f.map(a=>a.toLowerCase()),O(this,N,"f").has(c)||O(this,N,"f").set(c,new Set);const u=O(this,N,"f").get(c);let l=!0;for(let a of f){const x=a.startsWith("*");if(a=x?a.slice(1):a,u==null||u.add(a),l&&O(this,H,"f").set(c,a),l=!1,x)continue;const d=O(this,q,"f").get(a);if(d&&d!=c&&!p)throw new Error(`"${c} -> ${a}" conflicts with "${d} -> ${a}". Pass \`force=true\` to override this definition.`);O(this,q,"f").set(a,c)}}return this}getType(r){if(typeof r!="string")return null;const p=r.replace(/^.*[/\\]/,"").toLowerCase(),c=p.replace(/^.*\./,"").toLowerCase(),f=p.length<r.length;return!(c.length<p.length-1)&&f?null:O(this,q,"f").get(c)??null}getExtension(r){var p;return typeof r!="string"?null:(r=(p=r==null?void 0:r.split)==null?void 0:p.call(r,";")[0],(r&&O(this,H,"f").get(r.trim().toLowerCase()))??null)}getAllExtensions(r){return typeof r!="string"?null:O(this,N,"f").get(r.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(const r of O(this,N,"f").values())Object.freeze(r);return this}_getTestState(){return{types:O(this,q,"f"),extensions:O(this,H,"f")}}}q=new WeakMap,H=new WeakMap,N=new WeakMap;const zi=new Ti(de)._freeze();function we(n){const r=[],p=Object.keys(n);for(const c of p){const f=n[c].sort((u,l)=>u.index-l.index);for(let u=0;u<f.length;u++)f[u].index!==u&&r.push({message:`Invalid operation index ${f[u].index} at position ${u}`,details:{position:u,operation:f[u],scope:f[u].scope}})}return r}const At=async n=>{const r=new Nt,{name:p,revision:c,documentType:f,created:u,lastModified:l}=n,a={name:p,revision:c,documentType:f,created:u,lastModified:l};return r.file("header.json",JSON.stringify(a,null,2)),r.file("state.json",JSON.stringify(n.initialState||{},null,2)),r.file("operations.json",JSON.stringify(n.operations,null,2)),Object.keys(n.attachments).forEach(d=>{const{data:v,...g}=n.attachments[d];r.file(d,v,{base64:!0,createFolders:!0,comment:JSON.stringify(g)})}),r},ge=async(n,r,p,c)=>{await(await At(n)).generateAsync({type:"uint8array",streamFiles:!0});const u=c??n.name,l=`.${p}.zip`;return Ai(r,u.endsWith(l)?u:`${u}${l}`)},Di=async(n,r)=>{const c=await(await At(n)).generateAsync({type:"blob"}),f=await r.createWritable();await f.write(c),await f.close()},ft=async(n,r)=>{const p=oe();return ye(p,r)},ye=async(n,r)=>{const p=new Nt;return await p.loadAsync(n),Mi(p,r)};async function Mi(n,r){const p=n.file("state.json");if(!p)throw new Error("Initial state not found");const c=await p.async("string"),f=JSON.parse(c),u=n.file("header.json");let l;u&&(l=JSON.parse(await u.async("string")));const a=n.file("operations.json");if(!a)throw new Error("Operations history not found");const x=JSON.parse(await a.async("string")),d=we(x);if(d.length){const g=d.map(y=>y.message);throw new Error(g.join(`
|
|
6
|
+
*/(function(n){var r=et,p=yt,c=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;n.Buffer=a,n.SlowBuffer=G,n.INSPECT_MAX_BYTES=50;var f=2147483647;n.kMaxLength=f,a.TYPED_ARRAY_SUPPORT=u(),!a.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function u(){try{var i=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(i,t),i.foo()===42}catch{return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.buffer}}),Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(a.isBuffer(this))return this.byteOffset}});function l(i){if(i>f)throw new RangeError('The value "'+i+'" is invalid for option "size"');var t=new Uint8Array(i);return Object.setPrototypeOf(t,a.prototype),t}function a(i,t,e){if(typeof i=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return g(i)}return x(i,t,e)}a.poolSize=8192;function x(i,t,e){if(typeof i=="string")return y(i,t);if(ArrayBuffer.isView(i))return E(i);if(i==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i);if(T(i,ArrayBuffer)||i&&T(i.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(T(i,SharedArrayBuffer)||i&&T(i.buffer,SharedArrayBuffer)))return U(i,t,e);if(typeof i=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var o=i.valueOf&&i.valueOf();if(o!=null&&o!==i)return a.from(o,t,e);var s=C(i);if(s)return s;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof i[Symbol.toPrimitive]=="function")return a.from(i[Symbol.toPrimitive]("string"),t,e);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i)}a.from=function(i,t,e){return x(i,t,e)},Object.setPrototypeOf(a.prototype,Uint8Array.prototype),Object.setPrototypeOf(a,Uint8Array);function d(i){if(typeof i!="number")throw new TypeError('"size" argument must be of type number');if(i<0)throw new RangeError('The value "'+i+'" is invalid for option "size"')}function v(i,t,e){return d(i),i<=0?l(i):t!==void 0?typeof e=="string"?l(i).fill(t,e):l(i).fill(t):l(i)}a.alloc=function(i,t,e){return v(i,t,e)};function g(i){return d(i),l(i<0?0:W(i)|0)}a.allocUnsafe=function(i){return g(i)},a.allocUnsafeSlow=function(i){return g(i)};function y(i,t){if((typeof t!="string"||t==="")&&(t="utf8"),!a.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var e=St(i,t)|0,o=l(e),s=o.write(i,t);return s!==e&&(o=o.slice(0,s)),o}function b(i){for(var t=i.length<0?0:W(i.length)|0,e=l(t),o=0;o<t;o+=1)e[o]=i[o]&255;return e}function E(i){if(T(i,Uint8Array)){var t=new Uint8Array(i);return U(t.buffer,t.byteOffset,t.byteLength)}return b(i)}function U(i,t,e){if(t<0||i.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(i.byteLength<t+(e||0))throw new RangeError('"length" is outside of buffer bounds');var o;return t===void 0&&e===void 0?o=new Uint8Array(i):e===void 0?o=new Uint8Array(i,t):o=new Uint8Array(i,t,e),Object.setPrototypeOf(o,a.prototype),o}function C(i){if(a.isBuffer(i)){var t=W(i.length)|0,e=l(t);return e.length===0||i.copy(e,0,0,t),e}if(i.length!==void 0)return typeof i.length!="number"||ot(i.length)?l(0):b(i);if(i.type==="Buffer"&&Array.isArray(i.data))return b(i.data)}function W(i){if(i>=f)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+f.toString(16)+" bytes");return i|0}function G(i){return+i!=i&&(i=0),a.alloc(+i)}a.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==a.prototype},a.compare=function(t,e){if(T(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),T(e,Uint8Array)&&(e=a.from(e,e.offset,e.byteLength)),!a.isBuffer(t)||!a.isBuffer(e))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===e)return 0;for(var o=t.length,s=e.length,m=0,h=Math.min(o,s);m<h;++m)if(t[m]!==e[m]){o=t[m],s=e[m];break}return o<s?-1:s<o?1:0},a.isEncoding=function(t){switch(String(t).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},a.concat=function(t,e){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return a.alloc(0);var o;if(e===void 0)for(e=0,o=0;o<t.length;++o)e+=t[o].length;var s=a.allocUnsafe(e),m=0;for(o=0;o<t.length;++o){var h=t[o];if(T(h,Uint8Array))m+h.length>s.length?a.from(h).copy(s,m):Uint8Array.prototype.set.call(s,h,m);else if(a.isBuffer(h))h.copy(s,m);else throw new TypeError('"list" argument must be an Array of Buffers');m+=h.length}return s};function St(i,t){if(a.isBuffer(i))return i.length;if(ArrayBuffer.isView(i)||T(i,ArrayBuffer))return i.byteLength;if(typeof i!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof i);var e=i.length,o=arguments.length>2&&arguments[2]===!0;if(!o&&e===0)return 0;for(var s=!1;;)switch(t){case"ascii":case"latin1":case"binary":return e;case"utf8":case"utf-8":return nt(i).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return e*2;case"hex":return e>>>1;case"base64":return zt(i).length;default:if(s)return o?-1:nt(i).length;t=(""+t).toLowerCase(),s=!0}}a.byteLength=St;function be(i,t,e){var o=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((e===void 0||e>this.length)&&(e=this.length),e<=0)||(e>>>=0,t>>>=0,e<=t))return"";for(i||(i="utf8");;)switch(i){case"hex":return Ie(this,t,e);case"utf8":case"utf-8":return jt(this,t,e);case"ascii":return je(this,t,e);case"latin1":case"binary":return Oe(this,t,e);case"base64":return ke(this,t,e);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ue(this,t,e);default:if(o)throw new TypeError("Unknown encoding: "+i);i=(i+"").toLowerCase(),o=!0}}a.prototype._isBuffer=!0;function M(i,t,e){var o=i[t];i[t]=i[e],i[e]=o}a.prototype.swap16=function(){var t=this.length;if(t%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var e=0;e<t;e+=2)M(this,e,e+1);return this},a.prototype.swap32=function(){var t=this.length;if(t%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var e=0;e<t;e+=4)M(this,e,e+3),M(this,e+1,e+2);return this},a.prototype.swap64=function(){var t=this.length;if(t%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var e=0;e<t;e+=8)M(this,e,e+7),M(this,e+1,e+6),M(this,e+2,e+5),M(this,e+3,e+4);return this},a.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?jt(this,0,t):be.apply(this,arguments)},a.prototype.toLocaleString=a.prototype.toString,a.prototype.equals=function(t){if(!a.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:a.compare(this,t)===0},a.prototype.inspect=function(){var t="",e=n.INSPECT_MAX_BYTES;return t=this.toString("hex",0,e).replace(/(.{2})/g,"$1 ").trim(),this.length>e&&(t+=" ... "),"<Buffer "+t+">"},c&&(a.prototype[c]=a.prototype.inspect),a.prototype.compare=function(t,e,o,s,m){if(T(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(e===void 0&&(e=0),o===void 0&&(o=t?t.length:0),s===void 0&&(s=0),m===void 0&&(m=this.length),e<0||o>t.length||s<0||m>this.length)throw new RangeError("out of range index");if(s>=m&&e>=o)return 0;if(s>=m)return-1;if(e>=o)return 1;if(e>>>=0,o>>>=0,s>>>=0,m>>>=0,this===t)return 0;for(var h=m-s,F=o-e,_=Math.min(h,F),A=this.slice(s,m),B=t.slice(e,o),S=0;S<_;++S)if(A[S]!==B[S]){h=A[S],F=B[S];break}return h<F?-1:F<h?1:0};function kt(i,t,e,o,s){if(i.length===0)return-1;if(typeof e=="string"?(o=e,e=0):e>2147483647?e=2147483647:e<-2147483648&&(e=-2147483648),e=+e,ot(e)&&(e=s?0:i.length-1),e<0&&(e=i.length+e),e>=i.length){if(s)return-1;e=i.length-1}else if(e<0)if(s)e=0;else return-1;if(typeof t=="string"&&(t=a.from(t,o)),a.isBuffer(t))return t.length===0?-1:Bt(i,t,e,o,s);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(i,t,e):Uint8Array.prototype.lastIndexOf.call(i,t,e):Bt(i,[t],e,o,s);throw new TypeError("val must be string, number or Buffer")}function Bt(i,t,e,o,s){var m=1,h=i.length,F=t.length;if(o!==void 0&&(o=String(o).toLowerCase(),o==="ucs2"||o==="ucs-2"||o==="utf16le"||o==="utf-16le")){if(i.length<2||t.length<2)return-1;m=2,h/=2,F/=2,e/=2}function _(Dt,Mt){return m===1?Dt[Mt]:Dt.readUInt16BE(Mt*m)}var A;if(s){var B=-1;for(A=e;A<h;A++)if(_(i,A)===_(t,B===-1?0:A-B)){if(B===-1&&(B=A),A-B+1===F)return B*m}else B!==-1&&(A-=A-B),B=-1}else for(e+F>h&&(e=h-F),A=e;A>=0;A--){for(var S=!0,X=0;X<F;X++)if(_(i,A+X)!==_(t,X)){S=!1;break}if(S)return A}return-1}a.prototype.includes=function(t,e,o){return this.indexOf(t,e,o)!==-1},a.prototype.indexOf=function(t,e,o){return kt(this,t,e,o,!0)},a.prototype.lastIndexOf=function(t,e,o){return kt(this,t,e,o,!1)};function Ee(i,t,e,o){e=Number(e)||0;var s=i.length-e;o?(o=Number(o),o>s&&(o=s)):o=s;var m=t.length;o>m/2&&(o=m/2);for(var h=0;h<o;++h){var F=parseInt(t.substr(h*2,2),16);if(ot(F))return h;i[e+h]=F}return h}function Fe(i,t,e,o){return V(nt(t,i.length-e),i,e,o)}function _e(i,t,e,o){return V(De(t),i,e,o)}function Ae(i,t,e,o){return V(zt(t),i,e,o)}function Se(i,t,e,o){return V(Me(t,i.length-e),i,e,o)}a.prototype.write=function(t,e,o,s){if(e===void 0)s="utf8",o=this.length,e=0;else if(o===void 0&&typeof e=="string")s=e,o=this.length,e=0;else if(isFinite(e))e=e>>>0,isFinite(o)?(o=o>>>0,s===void 0&&(s="utf8")):(s=o,o=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var m=this.length-e;if((o===void 0||o>m)&&(o=m),t.length>0&&(o<0||e<0)||e>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var h=!1;;)switch(s){case"hex":return Ee(this,t,e,o);case"utf8":case"utf-8":return Fe(this,t,e,o);case"ascii":case"latin1":case"binary":return _e(this,t,e,o);case"base64":return Ae(this,t,e,o);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Se(this,t,e,o);default:if(h)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),h=!0}},a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function ke(i,t,e){return t===0&&e===i.length?r.fromByteArray(i):r.fromByteArray(i.slice(t,e))}function jt(i,t,e){e=Math.min(i.length,e);for(var o=[],s=t;s<e;){var m=i[s],h=null,F=m>239?4:m>223?3:m>191?2:1;if(s+F<=e){var _,A,B,S;switch(F){case 1:m<128&&(h=m);break;case 2:_=i[s+1],(_&192)===128&&(S=(m&31)<<6|_&63,S>127&&(h=S));break;case 3:_=i[s+1],A=i[s+2],(_&192)===128&&(A&192)===128&&(S=(m&15)<<12|(_&63)<<6|A&63,S>2047&&(S<55296||S>57343)&&(h=S));break;case 4:_=i[s+1],A=i[s+2],B=i[s+3],(_&192)===128&&(A&192)===128&&(B&192)===128&&(S=(m&15)<<18|(_&63)<<12|(A&63)<<6|B&63,S>65535&&S<1114112&&(h=S))}}h===null?(h=65533,F=1):h>65535&&(h-=65536,o.push(h>>>10&1023|55296),h=56320|h&1023),o.push(h),s+=F}return Be(o)}var Ot=4096;function Be(i){var t=i.length;if(t<=Ot)return String.fromCharCode.apply(String,i);for(var e="",o=0;o<t;)e+=String.fromCharCode.apply(String,i.slice(o,o+=Ot));return e}function je(i,t,e){var o="";e=Math.min(i.length,e);for(var s=t;s<e;++s)o+=String.fromCharCode(i[s]&127);return o}function Oe(i,t,e){var o="";e=Math.min(i.length,e);for(var s=t;s<e;++s)o+=String.fromCharCode(i[s]);return o}function Ie(i,t,e){var o=i.length;(!t||t<0)&&(t=0),(!e||e<0||e>o)&&(e=o);for(var s="",m=t;m<e;++m)s+=Ne[i[m]];return s}function Ue(i,t,e){for(var o=i.slice(t,e),s="",m=0;m<o.length-1;m+=2)s+=String.fromCharCode(o[m]+o[m+1]*256);return s}a.prototype.slice=function(t,e){var o=this.length;t=~~t,e=e===void 0?o:~~e,t<0?(t+=o,t<0&&(t=0)):t>o&&(t=o),e<0?(e+=o,e<0&&(e=0)):e>o&&(e=o),e<t&&(e=t);var s=this.subarray(t,e);return Object.setPrototypeOf(s,a.prototype),s};function k(i,t,e){if(i%1!==0||i<0)throw new RangeError("offset is not uint");if(i+t>e)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t],m=1,h=0;++h<e&&(m*=256);)s+=this[t+h]*m;return s},a.prototype.readUintBE=a.prototype.readUIntBE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t+--e],m=1;e>0&&(m*=256);)s+=this[t+--e]*m;return s},a.prototype.readUint8=a.prototype.readUInt8=function(t,e){return t=t>>>0,e||k(t,1,this.length),this[t]},a.prototype.readUint16LE=a.prototype.readUInt16LE=function(t,e){return t=t>>>0,e||k(t,2,this.length),this[t]|this[t+1]<<8},a.prototype.readUint16BE=a.prototype.readUInt16BE=function(t,e){return t=t>>>0,e||k(t,2,this.length),this[t]<<8|this[t+1]},a.prototype.readUint32LE=a.prototype.readUInt32LE=function(t,e){return t=t>>>0,e||k(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216},a.prototype.readUint32BE=a.prototype.readUInt32BE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])},a.prototype.readIntLE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=this[t],m=1,h=0;++h<e&&(m*=256);)s+=this[t+h]*m;return m*=128,s>=m&&(s-=Math.pow(2,8*e)),s},a.prototype.readIntBE=function(t,e,o){t=t>>>0,e=e>>>0,o||k(t,e,this.length);for(var s=e,m=1,h=this[t+--s];s>0&&(m*=256);)h+=this[t+--s]*m;return m*=128,h>=m&&(h-=Math.pow(2,8*e)),h},a.prototype.readInt8=function(t,e){return t=t>>>0,e||k(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]},a.prototype.readInt16LE=function(t,e){t=t>>>0,e||k(t,2,this.length);var o=this[t]|this[t+1]<<8;return o&32768?o|4294901760:o},a.prototype.readInt16BE=function(t,e){t=t>>>0,e||k(t,2,this.length);var o=this[t+1]|this[t]<<8;return o&32768?o|4294901760:o},a.prototype.readInt32LE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},a.prototype.readInt32BE=function(t,e){return t=t>>>0,e||k(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},a.prototype.readFloatLE=function(t,e){return t=t>>>0,e||k(t,4,this.length),p.read(this,t,!0,23,4)},a.prototype.readFloatBE=function(t,e){return t=t>>>0,e||k(t,4,this.length),p.read(this,t,!1,23,4)},a.prototype.readDoubleLE=function(t,e){return t=t>>>0,e||k(t,8,this.length),p.read(this,t,!0,52,8)},a.prototype.readDoubleBE=function(t,e){return t=t>>>0,e||k(t,8,this.length),p.read(this,t,!1,52,8)};function j(i,t,e,o,s,m){if(!a.isBuffer(i))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||t<m)throw new RangeError('"value" argument is out of bounds');if(e+o>i.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(t,e,o,s){if(t=+t,e=e>>>0,o=o>>>0,!s){var m=Math.pow(2,8*o)-1;j(this,t,e,o,m,0)}var h=1,F=0;for(this[e]=t&255;++F<o&&(h*=256);)this[e+F]=t/h&255;return e+o},a.prototype.writeUintBE=a.prototype.writeUIntBE=function(t,e,o,s){if(t=+t,e=e>>>0,o=o>>>0,!s){var m=Math.pow(2,8*o)-1;j(this,t,e,o,m,0)}var h=o-1,F=1;for(this[e+h]=t&255;--h>=0&&(F*=256);)this[e+h]=t/F&255;return e+o},a.prototype.writeUint8=a.prototype.writeUInt8=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,1,255,0),this[e]=t&255,e+1},a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,65535,0),this[e]=t&255,this[e+1]=t>>>8,e+2},a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,65535,0),this[e]=t>>>8,this[e+1]=t&255,e+2},a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,4294967295,0),this[e+3]=t>>>24,this[e+2]=t>>>16,this[e+1]=t>>>8,this[e]=t&255,e+4},a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,4294967295,0),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255,e+4},a.prototype.writeIntLE=function(t,e,o,s){if(t=+t,e=e>>>0,!s){var m=Math.pow(2,8*o-1);j(this,t,e,o,m-1,-m)}var h=0,F=1,_=0;for(this[e]=t&255;++h<o&&(F*=256);)t<0&&_===0&&this[e+h-1]!==0&&(_=1),this[e+h]=(t/F>>0)-_&255;return e+o},a.prototype.writeIntBE=function(t,e,o,s){if(t=+t,e=e>>>0,!s){var m=Math.pow(2,8*o-1);j(this,t,e,o,m-1,-m)}var h=o-1,F=1,_=0;for(this[e+h]=t&255;--h>=0&&(F*=256);)t<0&&_===0&&this[e+h+1]!==0&&(_=1),this[e+h]=(t/F>>0)-_&255;return e+o},a.prototype.writeInt8=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,1,127,-128),t<0&&(t=255+t+1),this[e]=t&255,e+1},a.prototype.writeInt16LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,32767,-32768),this[e]=t&255,this[e+1]=t>>>8,e+2},a.prototype.writeInt16BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,2,32767,-32768),this[e]=t>>>8,this[e+1]=t&255,e+2},a.prototype.writeInt32LE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,2147483647,-2147483648),this[e]=t&255,this[e+1]=t>>>8,this[e+2]=t>>>16,this[e+3]=t>>>24,e+4},a.prototype.writeInt32BE=function(t,e,o){return t=+t,e=e>>>0,o||j(this,t,e,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[e]=t>>>24,this[e+1]=t>>>16,this[e+2]=t>>>8,this[e+3]=t&255,e+4};function It(i,t,e,o,s,m){if(e+o>i.length)throw new RangeError("Index out of range");if(e<0)throw new RangeError("Index out of range")}function Ut(i,t,e,o,s){return t=+t,e=e>>>0,s||It(i,t,e,4),p.write(i,t,e,o,23,4),e+4}a.prototype.writeFloatLE=function(t,e,o){return Ut(this,t,e,!0,o)},a.prototype.writeFloatBE=function(t,e,o){return Ut(this,t,e,!1,o)};function Tt(i,t,e,o,s){return t=+t,e=e>>>0,s||It(i,t,e,8),p.write(i,t,e,o,52,8),e+8}a.prototype.writeDoubleLE=function(t,e,o){return Tt(this,t,e,!0,o)},a.prototype.writeDoubleBE=function(t,e,o){return Tt(this,t,e,!1,o)},a.prototype.copy=function(t,e,o,s){if(!a.isBuffer(t))throw new TypeError("argument should be a Buffer");if(o||(o=0),!s&&s!==0&&(s=this.length),e>=t.length&&(e=t.length),e||(e=0),s>0&&s<o&&(s=o),s===o||t.length===0||this.length===0)return 0;if(e<0)throw new RangeError("targetStart out of bounds");if(o<0||o>=this.length)throw new RangeError("Index out of range");if(s<0)throw new RangeError("sourceEnd out of bounds");s>this.length&&(s=this.length),t.length-e<s-o&&(s=t.length-e+o);var m=s-o;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(e,o,s):Uint8Array.prototype.set.call(t,this.subarray(o,s),e),m},a.prototype.fill=function(t,e,o,s){if(typeof t=="string"){if(typeof e=="string"?(s=e,e=0,o=this.length):typeof o=="string"&&(s=o,o=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!a.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(t.length===1){var m=t.charCodeAt(0);(s==="utf8"&&m<128||s==="latin1")&&(t=m)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(e<0||this.length<e||this.length<o)throw new RangeError("Out of range index");if(o<=e)return this;e=e>>>0,o=o===void 0?this.length:o>>>0,t||(t=0);var h;if(typeof t=="number")for(h=e;h<o;++h)this[h]=t;else{var F=a.isBuffer(t)?t:a.from(t,s),_=F.length;if(_===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(h=0;h<o-e;++h)this[h+e]=F[h%_]}return this};var Te=/[^+/0-9A-Za-z-_]/g;function ze(i){if(i=i.split("=")[0],i=i.trim().replace(Te,""),i.length<2)return"";for(;i.length%4!==0;)i=i+"=";return i}function nt(i,t){t=t||1/0;for(var e,o=i.length,s=null,m=[],h=0;h<o;++h){if(e=i.charCodeAt(h),e>55295&&e<57344){if(!s){if(e>56319){(t-=3)>-1&&m.push(239,191,189);continue}else if(h+1===o){(t-=3)>-1&&m.push(239,191,189);continue}s=e;continue}if(e<56320){(t-=3)>-1&&m.push(239,191,189),s=e;continue}e=(s-55296<<10|e-56320)+65536}else s&&(t-=3)>-1&&m.push(239,191,189);if(s=null,e<128){if((t-=1)<0)break;m.push(e)}else if(e<2048){if((t-=2)<0)break;m.push(e>>6|192,e&63|128)}else if(e<65536){if((t-=3)<0)break;m.push(e>>12|224,e>>6&63|128,e&63|128)}else if(e<1114112){if((t-=4)<0)break;m.push(e>>18|240,e>>12&63|128,e>>6&63|128,e&63|128)}else throw new Error("Invalid code point")}return m}function De(i){for(var t=[],e=0;e<i.length;++e)t.push(i.charCodeAt(e)&255);return t}function Me(i,t){for(var e,o,s,m=[],h=0;h<i.length&&!((t-=2)<0);++h)e=i.charCodeAt(h),o=e>>8,s=e%256,m.push(s),m.push(o);return m}function zt(i){return r.toByteArray(ze(i))}function V(i,t,e,o){for(var s=0;s<o&&!(s+e>=t.length||s>=i.length);++s)t[s+e]=i[s];return s}function T(i,t){return i instanceof t||i!=null&&i.constructor!=null&&i.constructor.name!=null&&i.constructor.name===t.name}function ot(i){return i!==i}var Ne=function(){for(var i="0123456789abcdef",t=new Array(256),e=0;e<16;++e)for(var o=e*16,s=0;s<16;++s)t[o+s]=i[e]+i[s];return t}()})(te);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(n,r){var p=te,c=p.Buffer;function f(l,a){for(var x in l)a[x]=l[x]}c.from&&c.alloc&&c.allocUnsafe&&c.allocUnsafeSlow?n.exports=p:(f(p,r),r.Buffer=u);function u(l,a,x){return c(l,a,x)}u.prototype=Object.create(c.prototype),f(c,u),u.from=function(l,a,x){if(typeof l=="number")throw new TypeError("Argument must not be a number");return c(l,a,x)},u.alloc=function(l,a,x){if(typeof l!="number")throw new TypeError("Argument must be a number");var d=c(l);return a!==void 0?typeof x=="string"?d.fill(a,x):d.fill(a):d.fill(0),d},u.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return c(l)},u.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return p.SlowBuffer(l)}})(ct,ct.exports);var ie=ct.exports,re=ie.Buffer;function it(n,r){this._block=re.alloc(n),this._finalSize=r,this._blockSize=n,this._len=0}it.prototype.update=function(n,r){typeof n=="string"&&(r=r||"utf8",n=re.from(n,r));for(var p=this._block,c=this._blockSize,f=n.length,u=this._len,l=0;l<f;){for(var a=u%c,x=Math.min(f-l,c-a),d=0;d<x;d++)p[a+d]=n[l+d];u+=x,l+=x,u%c===0&&this._update(p)}return this._len+=f,this};it.prototype.digest=function(n){var r=this._len%this._blockSize;this._block[r]=128,this._block.fill(0,r+1),r>=this._finalSize&&(this._update(this._block),this._block.fill(0));var p=this._len*8;if(p<=4294967295)this._block.writeUInt32BE(p,this._blockSize-4);else{var c=(p&4294967295)>>>0,f=(p-c)/4294967296;this._block.writeUInt32BE(f,this._blockSize-8),this._block.writeUInt32BE(c,this._blockSize-4)}this._update(this._block);var u=this._hash();return n?u.toString(n):u};it.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var hi=it,xi=oi,ne=hi,di=ie.Buffer,wi=[1518500249,1859775393,-1894007588,-899497514],gi=new Array(80);function Y(){this.init(),this._w=gi,ne.call(this,64,56)}xi(Y,ne);Y.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function yi(n){return n<<1|n>>>31}function vi(n){return n<<5|n>>>27}function bi(n){return n<<30|n>>>2}function Ei(n,r,p,c){return n===0?r&p|~r&c:n===2?r&p|r&c|p&c:r^p^c}Y.prototype._update=function(n){for(var r=this._w,p=this._a|0,c=this._b|0,f=this._c|0,u=this._d|0,l=this._e|0,a=0;a<16;++a)r[a]=n.readInt32BE(a*4);for(;a<80;++a)r[a]=yi(r[a-3]^r[a-8]^r[a-14]^r[a-16]);for(var x=0;x<80;++x){var d=~~(x/20),v=vi(p)+Ei(d,c,f,u)+l+r[x]+wi[d]|0;l=u,u=f,f=bi(c),c=p,p=v}this._a=p+this._a|0,this._b=c+this._b|0,this._c=f+this._c|0,this._d=u+this._d|0,this._e=l+this._e|0};Y.prototype._hash=function(){var n=di.allocUnsafe(20);return n.writeInt32BE(this._a|0,0),n.writeInt32BE(this._b|0,4),n.writeInt32BE(this._c|0,8),n.writeInt32BE(this._d|0,12),n.writeInt32BE(this._e|0,16),n};var Fi=Y;const _i=ni(Fi),vt=new Error("File system not available.");function Ai(n,r,p){throw vt}function oe(n){throw vt}function Si(n){throw vt}const ki=async n=>oe();function Bi(n){let r="";for(let p=0;p<n.length;p+=2)r+=String.fromCharCode(parseInt(n.substr(p,2),16));return btoa(r)}const rt=(n,r="sha1")=>{if(r!=="sha1")throw new Error("Only sha1 algorithm is available.");const p=new _i;return Bi(p.update(n).digest("hex"))};function ae(n){return n.type===Xe&&n.skip!==void 0&&n.skip>0&&n.hash!==void 0}function lt(n){return[P,$].includes(n.type)}function ut(n){return[Vt,P,$,K,Xt].includes(n.type)}function R(n,r,p,c,f="global"){if(!n)throw new Error("Empty action type");if(typeof n!="string")throw new Error(`Invalid action type: ${n}`);const u={type:n,input:r,scope:f};p&&(u.attachments=p);try{c==null||c().parse(u.input)}catch(l){throw new Error(`Invalid action input: ${l}`)}return u}function pe(n,r=gt){return(p,c,f,u)=>r(p,c,n,f,u)}const se=(n,r)=>({name:"",documentType:"",revision:{global:0,local:0},created:new Date().toISOString(),lastModified:new Date().toISOString(),attachments:{},...n,state:(r==null?void 0:r(n==null?void 0:n.state))??(n==null?void 0:n.state)??{global:{},local:{}}}),ce=(n,r)=>{const p=se(n,r);return{...p,initialState:p,operations:{global:[],local:[]},clipboard:[]}},bt=(n,r="global")=>rt(pt(n.state[r])),ji=(n,r=1e3)=>{const p=Math.random()*r;return rt(`${(n??new Date).toISOString()}${p}`)};function J(n){return D.castImmutable(D.freeze(n,!0))}function le(n,r){const p=[...n];let c=r||0,f=p.length>0?p[p.length-1].index:0;const u=[];for(const l of p.reverse()){if(c>0){const d=f-l.index;c-=d}if(c<0)throw new Error("Invalid operation index, missing operations");const a={ignore:c>0,operation:l},x=l.skip>0?l.skip+1:0;if(x>0&&x>c){const d=x-c;c=c+d}f=l.index,u.push(a)}return u.reverse()}function Oi(n){return Object.values(n).flatMap(r=>r).sort((r,p)=>new Date(r.timestamp).getTime()-new Date(p.timestamp).getTime())}function ue(n){return Object.values(n).flatMap(r=>r).sort((r,p)=>new Date(r.operation.timestamp).getTime()-new Date(p.operation.timestamp).getTime())}function tt(n,r,p,c,f,u=gt,l={}){const a=pe(p,u);return Et(n,r,a,c,f,l)}function Et(n,r,p,c,f,u={}){const l=ce(n),a=Object.keys(r).reduce((y,b)=>{const E=b;return{...y,[E]:r[E].slice(0,f==null?void 0:f.revision[E])}},{}),x=Object.keys(a).reduce((y,b)=>{const E=b;return{...y,[E]:le(a[E],u[E])}},{}),d=ue(x).reduce((y,{ignore:b,operation:E})=>b?p(y,_t(E.scope),c,{skip:E.skip,ignoreSkipOperations:!0}):p(y,E,c,{skip:E.skip,ignoreSkipOperations:!0}),l),v=Object.keys(d.operations).reduce((y,b)=>{const E=b,U=f&&f.revision[E]<r[E].length?r[E].slice(f.revision[E]):[];return{...y,[E]:[...d.operations[E].map((C,W)=>{var G;return{...C,timestamp:((G=r[E][W])==null?void 0:G.timestamp)??C.timestamp}}),...U]}},{global:[],local:[]}),g=Object.values(v).reduce((y,b)=>{for(const E of b)E.timestamp>y&&(y=E.timestamp);return y},n.lastModified);return{...d,operations:v,lastModified:g}}function Ii(n,r){return pt(n)===pt(r)}const fe=n=>R("SET_NAME",n,void 0,dt,void 0),me=(n=1,r="global")=>R("UNDO",n,void 0,wt,r),he=(n=1,r="global")=>R("REDO",n,void 0,xt,r),xe=(n,r,p="global")=>R("PRUNE",{start:n,end:r},void 0,ht,p),Ft=(n,r)=>R("LOAD_STATE",{state:n,operations:r},void 0,mt),_t=(n="global")=>R("NOOP",{},void 0,void 0,n),Ui=Object.freeze(Object.defineProperty({__proto__:null,loadState:Ft,noop:_t,prune:xe,redo:he,setName:fe,undo:me},Symbol.toStringTag,{value:"Module"})),de={"application/andrew-inset":["ez"],"application/appinstaller":["appinstaller"],"application/applixware":["aw"],"application/appx":["appx"],"application/appxbundle":["appxbundle"],"application/atom+xml":["atom"],"application/atomcat+xml":["atomcat"],"application/atomdeleted+xml":["atomdeleted"],"application/atomsvc+xml":["atomsvc"],"application/atsc-dwd+xml":["dwd"],"application/atsc-held+xml":["held"],"application/atsc-rsat+xml":["rsat"],"application/automationml-aml+xml":["aml"],"application/automationml-amlx+zip":["amlx"],"application/bdoc":["bdoc"],"application/calendar+xml":["xcs"],"application/ccxml+xml":["ccxml"],"application/cdfx+xml":["cdfx"],"application/cdmi-capability":["cdmia"],"application/cdmi-container":["cdmic"],"application/cdmi-domain":["cdmid"],"application/cdmi-object":["cdmio"],"application/cdmi-queue":["cdmiq"],"application/cpl+xml":["cpl"],"application/cu-seeme":["cu"],"application/cwl":["cwl"],"application/dash+xml":["mpd"],"application/dash-patch+xml":["mpp"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"application/fdf":["fdf"],"application/fdt+xml":["fdt"],"application/font-tdpfr":["pfr"],"application/geo+json":["geojson"],"application/gml+xml":["gml"],"application/gpx+xml":["gpx"],"application/gxf":["gxf"],"application/gzip":["gz"],"application/hjson":["hjson"],"application/hyperstudio":["stk"],"application/inkml+xml":["ink","inkml"],"application/ipfix":["ipfix"],"application/its+xml":["its"],"application/java-archive":["jar","war","ear"],"application/java-serialized-object":["ser"],"application/java-vm":["class"],"application/javascript":["*js"],"application/json":["json","map"],"application/json5":["json5"],"application/jsonml+json":["jsonml"],"application/ld+json":["jsonld"],"application/lgr+xml":["lgr"],"application/lost+xml":["lostxml"],"application/mac-binhex40":["hqx"],"application/mac-compactpro":["cpt"],"application/mads+xml":["mads"],"application/manifest+json":["webmanifest"],"application/marc":["mrc"],"application/marcxml+xml":["mrcx"],"application/mathematica":["ma","nb","mb"],"application/mathml+xml":["mathml"],"application/mbox":["mbox"],"application/media-policy-dataset+xml":["mpf"],"application/mediaservercontrol+xml":["mscml"],"application/metalink+xml":["metalink"],"application/metalink4+xml":["meta4"],"application/mets+xml":["mets"],"application/mmt-aei+xml":["maei"],"application/mmt-usd+xml":["musd"],"application/mods+xml":["mods"],"application/mp21":["m21","mp21"],"application/mp4":["*mp4","*mpg4","mp4s","m4p"],"application/msix":["msix"],"application/msixbundle":["msixbundle"],"application/msword":["doc","dot"],"application/mxf":["mxf"],"application/n-quads":["nq"],"application/n-triples":["nt"],"application/node":["cjs"],"application/octet-stream":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"],"application/oda":["oda"],"application/oebps-package+xml":["opf"],"application/ogg":["ogx"],"application/omdoc+xml":["omdoc"],"application/onenote":["onetoc","onetoc2","onetmp","onepkg"],"application/oxps":["oxps"],"application/p2p-overlay+xml":["relo"],"application/patch-ops-error+xml":["xer"],"application/pdf":["pdf"],"application/pgp-encrypted":["pgp"],"application/pgp-keys":["asc"],"application/pgp-signature":["sig","*asc"],"application/pics-rules":["prf"],"application/pkcs10":["p10"],"application/pkcs7-mime":["p7m","p7c"],"application/pkcs7-signature":["p7s"],"application/pkcs8":["p8"],"application/pkix-attr-cert":["ac"],"application/pkix-cert":["cer"],"application/pkix-crl":["crl"],"application/pkix-pkipath":["pkipath"],"application/pkixcmp":["pki"],"application/pls+xml":["pls"],"application/postscript":["ai","eps","ps"],"application/provenance+xml":["provx"],"application/pskc+xml":["pskcxml"],"application/raml+yaml":["raml"],"application/rdf+xml":["rdf","owl"],"application/reginfo+xml":["rif"],"application/relax-ng-compact-syntax":["rnc"],"application/resource-lists+xml":["rl"],"application/resource-lists-diff+xml":["rld"],"application/rls-services+xml":["rs"],"application/route-apd+xml":["rapd"],"application/route-s-tsid+xml":["sls"],"application/route-usd+xml":["rusd"],"application/rpki-ghostbusters":["gbr"],"application/rpki-manifest":["mft"],"application/rpki-roa":["roa"],"application/rsd+xml":["rsd"],"application/rss+xml":["rss"],"application/rtf":["rtf"],"application/sbml+xml":["sbml"],"application/scvp-cv-request":["scq"],"application/scvp-cv-response":["scs"],"application/scvp-vp-request":["spq"],"application/scvp-vp-response":["spp"],"application/sdp":["sdp"],"application/senml+xml":["senmlx"],"application/sensml+xml":["sensmlx"],"application/set-payment-initiation":["setpay"],"application/set-registration-initiation":["setreg"],"application/shf+xml":["shf"],"application/sieve":["siv","sieve"],"application/smil+xml":["smi","smil"],"application/sparql-query":["rq"],"application/sparql-results+xml":["srx"],"application/sql":["sql"],"application/srgs":["gram"],"application/srgs+xml":["grxml"],"application/sru+xml":["sru"],"application/ssdl+xml":["ssdl"],"application/ssml+xml":["ssml"],"application/swid+xml":["swidtag"],"application/tei+xml":["tei","teicorpus"],"application/thraud+xml":["tfi"],"application/timestamped-data":["tsd"],"application/toml":["toml"],"application/trig":["trig"],"application/ttml+xml":["ttml"],"application/ubjson":["ubj"],"application/urc-ressheet+xml":["rsheet"],"application/urc-targetdesc+xml":["td"],"application/voicexml+xml":["vxml"],"application/wasm":["wasm"],"application/watcherinfo+xml":["wif"],"application/widget":["wgt"],"application/winhlp":["hlp"],"application/wsdl+xml":["wsdl"],"application/wspolicy+xml":["wspolicy"],"application/xaml+xml":["xaml"],"application/xcap-att+xml":["xav"],"application/xcap-caps+xml":["xca"],"application/xcap-diff+xml":["xdf"],"application/xcap-el+xml":["xel"],"application/xcap-ns+xml":["xns"],"application/xenc+xml":["xenc"],"application/xfdf":["xfdf"],"application/xhtml+xml":["xhtml","xht"],"application/xliff+xml":["xlf"],"application/xml":["xml","xsl","xsd","rng"],"application/xml-dtd":["dtd"],"application/xop+xml":["xop"],"application/xproc+xml":["xpl"],"application/xslt+xml":["*xsl","xslt"],"application/xspf+xml":["xspf"],"application/xv+xml":["mxml","xhvml","xvml","xvm"],"application/yang":["yang"],"application/yin+xml":["yin"],"application/zip":["zip"],"audio/3gpp":["*3gpp"],"audio/aac":["adts","aac"],"audio/adpcm":["adp"],"audio/amr":["amr"],"audio/basic":["au","snd"],"audio/midi":["mid","midi","kar","rmi"],"audio/mobile-xmf":["mxmf"],"audio/mp3":["*mp3"],"audio/mp4":["m4a","mp4a"],"audio/mpeg":["mpga","mp2","mp2a","mp3","m2a","m3a"],"audio/ogg":["oga","ogg","spx","opus"],"audio/s3m":["s3m"],"audio/silk":["sil"],"audio/wav":["wav"],"audio/wave":["*wav"],"audio/webm":["weba"],"audio/xm":["xm"],"font/collection":["ttc"],"font/otf":["otf"],"font/ttf":["ttf"],"font/woff":["woff"],"font/woff2":["woff2"],"image/aces":["exr"],"image/apng":["apng"],"image/avci":["avci"],"image/avcs":["avcs"],"image/avif":["avif"],"image/bmp":["bmp","dib"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"image/dpx":["dpx"],"image/emf":["emf"],"image/fits":["fits"],"image/g3fax":["g3"],"image/gif":["gif"],"image/heic":["heic"],"image/heic-sequence":["heics"],"image/heif":["heif"],"image/heif-sequence":["heifs"],"image/hej2k":["hej2"],"image/hsj2":["hsj2"],"image/ief":["ief"],"image/jls":["jls"],"image/jp2":["jp2","jpg2"],"image/jpeg":["jpeg","jpg","jpe"],"image/jph":["jph"],"image/jphc":["jhc"],"image/jpm":["jpm","jpgm"],"image/jpx":["jpx","jpf"],"image/jxr":["jxr"],"image/jxra":["jxra"],"image/jxrs":["jxrs"],"image/jxs":["jxs"],"image/jxsc":["jxsc"],"image/jxsi":["jxsi"],"image/jxss":["jxss"],"image/ktx":["ktx"],"image/ktx2":["ktx2"],"image/png":["png"],"image/sgi":["sgi"],"image/svg+xml":["svg","svgz"],"image/t38":["t38"],"image/tiff":["tif","tiff"],"image/tiff-fx":["tfx"],"image/webp":["webp"],"image/wmf":["wmf"],"message/disposition-notification":["disposition-notification"],"message/global":["u8msg"],"message/global-delivery-status":["u8dsn"],"message/global-disposition-notification":["u8mdn"],"message/global-headers":["u8hdr"],"message/rfc822":["eml","mime"],"model/3mf":["3mf"],"model/gltf+json":["gltf"],"model/gltf-binary":["glb"],"model/iges":["igs","iges"],"model/jt":["jt"],"model/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/prc":["prc"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"model/u3d":["u3d"],"model/vrml":["wrl","vrml"],"model/x3d+binary":["*x3db","x3dbz"],"model/x3d+fastinfoset":["x3db"],"model/x3d+vrml":["*x3dv","x3dvz"],"model/x3d+xml":["x3d","x3dz"],"model/x3d-vrml":["x3dv"],"text/cache-manifest":["appcache","manifest"],"text/calendar":["ics","ifb"],"text/coffeescript":["coffee","litcoffee"],"text/css":["css"],"text/csv":["csv"],"text/html":["html","htm","shtml"],"text/jade":["jade"],"text/javascript":["js","mjs"],"text/jsx":["jsx"],"text/less":["less"],"text/markdown":["md","markdown"],"text/mathml":["mml"],"text/mdx":["mdx"],"text/n3":["n3"],"text/plain":["txt","text","conf","def","list","log","in","ini"],"text/richtext":["rtx"],"text/rtf":["*rtf"],"text/sgml":["sgml","sgm"],"text/shex":["shex"],"text/slim":["slim","slm"],"text/spdx":["spdx"],"text/stylus":["stylus","styl"],"text/tab-separated-values":["tsv"],"text/troff":["t","tr","roff","man","me","ms"],"text/turtle":["ttl"],"text/uri-list":["uri","uris","urls"],"text/vcard":["vcard"],"text/vtt":["vtt"],"text/wgsl":["wgsl"],"text/xml":["*xml"],"text/yaml":["yaml","yml"],"video/3gpp":["3gp","3gpp"],"video/3gpp2":["3g2"],"video/h261":["h261"],"video/h263":["h263"],"video/h264":["h264"],"video/iso.segment":["m4s"],"video/jpeg":["jpgv"],"video/jpm":["*jpm","*jpgm"],"video/mj2":["mj2","mjp2"],"video/mp2t":["ts"],"video/mp4":["mp4","mp4v","mpg4"],"video/mpeg":["mpeg","mpg","mpe","m1v","m2v"],"video/ogg":["ogv"],"video/quicktime":["qt","mov"],"video/webm":["webm"]};Object.freeze(de);var O=function(n,r,p,c){if(p==="a"&&!c)throw new TypeError("Private accessor was defined without a getter");if(typeof r=="function"?n!==r||!c:!r.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return p==="m"?c:p==="a"?c.call(n):c?c.value:r.get(n)},q,H,N;class Ti{constructor(...r){q.set(this,new Map),H.set(this,new Map),N.set(this,new Map);for(const p of r)this.define(p)}define(r,p=!1){for(let[c,f]of Object.entries(r)){c=c.toLowerCase(),f=f.map(a=>a.toLowerCase()),O(this,N,"f").has(c)||O(this,N,"f").set(c,new Set);const u=O(this,N,"f").get(c);let l=!0;for(let a of f){const x=a.startsWith("*");if(a=x?a.slice(1):a,u==null||u.add(a),l&&O(this,H,"f").set(c,a),l=!1,x)continue;const d=O(this,q,"f").get(a);if(d&&d!=c&&!p)throw new Error(`"${c} -> ${a}" conflicts with "${d} -> ${a}". Pass \`force=true\` to override this definition.`);O(this,q,"f").set(a,c)}}return this}getType(r){if(typeof r!="string")return null;const p=r.replace(/^.*[/\\]/,"").toLowerCase(),c=p.replace(/^.*\./,"").toLowerCase(),f=p.length<r.length;return!(c.length<p.length-1)&&f?null:O(this,q,"f").get(c)??null}getExtension(r){var p;return typeof r!="string"?null:(r=(p=r==null?void 0:r.split)==null?void 0:p.call(r,";")[0],(r&&O(this,H,"f").get(r.trim().toLowerCase()))??null)}getAllExtensions(r){return typeof r!="string"?null:O(this,N,"f").get(r.toLowerCase())??null}_freeze(){this.define=()=>{throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances")},Object.freeze(this);for(const r of O(this,N,"f").values())Object.freeze(r);return this}_getTestState(){return{types:O(this,q,"f"),extensions:O(this,H,"f")}}}q=new WeakMap,H=new WeakMap,N=new WeakMap;const zi=new Ti(de)._freeze();function we(n){const r=[],p=Object.keys(n);for(const c of p){const f=n[c].sort((u,l)=>u.index-l.index);for(let u=0;u<f.length;u++)f[u].index!==u&&r.push({message:`Invalid operation index ${f[u].index} at position ${u}`,details:{position:u,operation:f[u],scope:f[u].scope}})}return r}const At=async n=>{const r=new Nt,{name:p,revision:c,documentType:f,created:u,lastModified:l}=n,a={name:p,revision:c,documentType:f,created:u,lastModified:l};return r.file("header.json",JSON.stringify(a,null,2)),r.file("state.json",JSON.stringify(n.initialState||{},null,2)),r.file("operations.json",JSON.stringify(n.operations,null,2)),Object.keys(n.attachments).forEach(d=>{const{data:v,...g}=n.attachments[d];r.file(d,v,{base64:!0,createFolders:!0,comment:JSON.stringify(g)})}),r},ge=async(n,r,p,c)=>{await(await At(n)).generateAsync({type:"uint8array",streamFiles:!0});const u=c??n.name,l=`.${p}.zip`;return Ai(r,u.endsWith(l)?u:`${u}${l}`)},Di=async(n,r)=>{const c=await(await At(n)).generateAsync({type:"blob"}),f=await r.createWritable();await f.write(c),await f.close()},ft=async(n,r)=>{const p=oe();return ye(p,r)},ye=async(n,r)=>{const p=new Nt;return await p.loadAsync(n),Mi(p,r)};async function Mi(n,r){const p=n.file("state.json");if(!p)throw new Error("Initial state not found");const c=await p.async("string"),f=JSON.parse(c),u=n.file("header.json");let l;u&&(l=JSON.parse(await u.async("string")));const a=n.file("operations.json");if(!a)throw new Error("Operations history not found");const x=JSON.parse(await a.async("string")),d=we(x);if(d.length){const g=d.map(y=>y.message);throw new Error(g.join(`
|
|
7
7
|
`))}let v=Et(f,x,r,void 0,l);return l&&(v={...v,...l}),v}function ve(n){const r=n.replace(/^.*\./,"")||void 0,p=n.replace(/^.*[/\\]/,"")||void 0;return{extension:r,fileName:p}}async function Ni(n){const{buffer:r,mimeType:p="application/octet-stream"}=await Si(),c=ve(n),f=r.toString("base64");return{data:f,hash:rt(f),mimeType:p,...c}}async function Ri(n){const r=await ki(),p=zi.getType(n)||"application/octet-stream",c=ve(n),f=r.toString("base64");return{data:f,hash:rt(f),mimeType:p,...c}}class Ci{constructor(r,p,c){Q(this,"_document");Q(this,"_reducer");Q(this,"_signalDispatch");this._reducer=r,this._document=p,this._signalDispatch=c}dispatch(r,p){return this._document=this._reducer(this._document,r,this._signalDispatch,p),this}saveToFile(r,p,c){return ge(this._document,r,p,c)}async loadFromFile(r){this._document=await ft(r,this._reducer)}static async stateFromFile(r,p){return await ft(r,p)}get state(){return J(this._document.state)}get operations(){return J(this._document.operations)}get name(){return this._document.name}get documentType(){return this._document.documentType}get created(){return this._document.created}get lastModified(){return this._document.lastModified}get revision(){return this._document.revision.global}getRevision(r){return this._document.revision[r]}get initialState(){return J(this._document.initialState)}toDocument(){return J(this._document)}getAttachment(r){return this._document.attachments[r]}setName(r){return this.dispatch(fe(r)),this}undo(r){return this.dispatch(me(r)),this}redo(r){return this.dispatch(he(r)),this}prune(r,p){return this.dispatch(xe(r,p)),this}loadState(r,p){return this.dispatch(Ft(r,p)),this}}function Li(n,r){r.forEach(p=>{Object.getOwnPropertyNames(p.prototype).forEach(c=>{Object.defineProperty(n.prototype,c,Object.getOwnPropertyDescriptor(p.prototype,c)||Object.create(null))})})}exports.BaseActions=Ui;exports.BaseDocument=Ci;exports.applyMixins=Li;exports.baseReducer=gt;exports.createAction=R;exports.createDocument=ce;exports.createExtendedState=se;exports.createReducer=pe;exports.createZip=At;exports.getLocalFile=Ri;exports.getRemoteFile=Ni;exports.hashDocument=bt;exports.hashKey=ji;exports.isBaseAction=ut;exports.isNoopOperation=ae;exports.isSameDocument=Ii;exports.isUndoRedo=lt;exports.loadFromFile=ft;exports.loadFromInput=ye;exports.mapSkippedOperations=le;exports.processUndoRedo=Qt;exports.readOnly=J;exports.replayDocument=Et;exports.replayOperations=tt;exports.saveToFile=ge;exports.saveToFileHandle=Di;exports.sortMappedOperations=ue;exports.sortOperations=Oi;exports.validateOperations=we;exports.zod=Je;
|
|
@@ -1 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import { ValidationError } from '../../document';
|
|
2
|
+
import { Module, Operation } from '../gen/schema';
|
|
3
|
+
export declare function validateInitialState(initialState: string, allowEmptyState?: boolean): ValidationError[];
|
|
4
|
+
export declare function validateStateSchemaName(schema: string, documentName: string, scope?: string, allowEmptySchema?: boolean): ValidationError[];
|
|
5
|
+
export declare function validateModules(modules: Array<Module>): ValidationError[];
|
|
6
|
+
export declare function validateModule(mod: Module): ValidationError[];
|
|
7
|
+
export declare function validateModuleOperation(operation: Operation): ValidationError[];
|
|
@@ -9,6 +9,11 @@ import { reducer } from './gen/reducer';
|
|
|
9
9
|
import { DocumentModelAction, DocumentModelLocalState, DocumentModelState } from './gen/types';
|
|
10
10
|
declare const Document: typeof DocumentModel;
|
|
11
11
|
declare const utils: {
|
|
12
|
+
validateInitialState(initialState: string, allowEmptyState?: boolean): import("../document").ValidationError[];
|
|
13
|
+
validateStateSchemaName(schema: string, documentName: string, scope?: string, allowEmptySchema?: boolean): import("../document").ValidationError[];
|
|
14
|
+
validateModules(modules: import("./gen").Module[]): import("../document").ValidationError[];
|
|
15
|
+
validateModule(mod: import("./gen").Module): import("../document").ValidationError[];
|
|
16
|
+
validateModuleOperation(operation: import("./gen").Operation): import("../document").ValidationError[];
|
|
12
17
|
fileExtension: string;
|
|
13
18
|
createState: import("../document").CreateState<DocumentModelState, DocumentModelLocalState>;
|
|
14
19
|
createExtendedState: (extendedState?: Partial<import("../document").ExtendedState<import("../document").PartialState<DocumentModelState>, import("../document").PartialState<DocumentModelLocalState>>> | undefined, createState?: import("../document").CreateState<DocumentModelState, DocumentModelLocalState> | undefined) => import("../document").ExtendedState<DocumentModelState, DocumentModelLocalState>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./internal/object-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});require("./internal/object-B5Lf9AWl.js");require("immer");require("json-stringify-deterministic");require("crypto");require("fs");require("https");require("path");require("jszip");const e=require("./internal/index-BLZ2ydMH.js");require("zod");exports.Document=e.Document;exports.DocumentModel=e.DocumentModel$1;exports.actions=e.actions;exports.documentModel=e.documentModel;exports.module=e.module;exports.reducer=e.reducer;exports.utils=e.utils;exports.validateInitialState=e.validateInitialState;exports.validateModule=e.validateModule;exports.validateModuleOperation=e.validateModuleOperation;exports.validateModules=e.validateModules;exports.validateStateSchemaName=e.validateStateSchemaName;exports.z=e.zod;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./internal/object-
|
|
1
|
+
import "./internal/object-CvntAblp.js";
|
|
2
2
|
import "immer";
|
|
3
3
|
import "json-stringify-deterministic";
|
|
4
4
|
import "crypto";
|
|
@@ -6,15 +6,20 @@ import "fs";
|
|
|
6
6
|
import "https";
|
|
7
7
|
import "path";
|
|
8
8
|
import "jszip";
|
|
9
|
-
import { b as
|
|
9
|
+
import { b as u, a as c, c as n, d as v, m as M, r as S, u as f, v as h, g as D, h as b, f as g, e as x, z } from "./internal/index-DfxrIKIl.js";
|
|
10
10
|
import "zod";
|
|
11
11
|
export {
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
u as Document,
|
|
13
|
+
c as DocumentModel,
|
|
14
14
|
n as actions,
|
|
15
|
-
|
|
15
|
+
v as documentModel,
|
|
16
16
|
M as module,
|
|
17
|
-
|
|
17
|
+
S as reducer,
|
|
18
18
|
f as utils,
|
|
19
|
-
|
|
19
|
+
h as validateInitialState,
|
|
20
|
+
D as validateModule,
|
|
21
|
+
b as validateModuleOperation,
|
|
22
|
+
g as validateModules,
|
|
23
|
+
x as validateStateSchemaName,
|
|
24
|
+
z
|
|
20
25
|
};
|
package/dist/node/document.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./internal/object-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./internal/object-B5Lf9AWl.js"),r=require("./internal/index-DjP2tO7C.js");require("immer");require("json-stringify-deterministic");require("zod");require("crypto");require("fs");require("https");require("path");require("jszip");exports.BaseDocument=e.BaseDocument;exports.actions=e.BaseActions;exports.applyMixins=e.applyMixins;exports.baseReducer=e.baseReducer;exports.processUndoRedo=e.processUndoRedo;exports.z=e.zod;exports.utils=r.index;
|
package/dist/node/document.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { B as n, h as d, g as u, A as x, C as f, D as l } from "./internal/object-
|
|
2
|
-
import { i as D } from "./internal/index-
|
|
1
|
+
import { B as n, h as d, g as u, A as x, C as f, D as l } from "./internal/object-CvntAblp.js";
|
|
2
|
+
import { i as D } from "./internal/index-D_eCXEyL.js";
|
|
3
3
|
import "immer";
|
|
4
4
|
import "json-stringify-deterministic";
|
|
5
5
|
import "zod";
|
package/dist/node/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./internal/index-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./internal/index-DjP2tO7C.js"),o=require("./internal/index-BLZ2ydMH.js");require("./internal/object-B5Lf9AWl.js");require("immer");require("json-stringify-deterministic");require("zod");require("crypto");require("fs");require("https");require("path");require("jszip");const u={"powerhouse/document":e.Document,"powerhouse/document-model":o.DocumentModel},r={Document:e.Document,DocumentModel:o.DocumentModel};exports.Document=e.Document;exports.DocumentModel=o.DocumentModel;exports.DocumentModels=u;exports.default=r;
|
package/dist/node/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { D as o } from "./internal/index-
|
|
2
|
-
import { D as t } from "./internal/index-
|
|
3
|
-
import "./internal/object-
|
|
1
|
+
import { D as o } from "./internal/index-D_eCXEyL.js";
|
|
2
|
+
import { D as t } from "./internal/index-DfxrIKIl.js";
|
|
3
|
+
import "./internal/object-CvntAblp.js";
|
|
4
4
|
import "immer";
|
|
5
5
|
import "json-stringify-deterministic";
|
|
6
6
|
import "zod";
|