document-model 1.0.18 → 1.0.20

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.
Files changed (52) hide show
  1. package/dist/browser/document/actions/creators.d.ts +4 -4
  2. package/dist/browser/document/actions/index.d.ts +4 -4
  3. package/dist/browser/document/object.d.ts +119 -13
  4. package/dist/browser/document/schema/types.d.ts +5 -4
  5. package/dist/browser/document/schema/zod.d.ts +14 -12
  6. package/dist/browser/document/types.d.ts +2 -5
  7. package/dist/browser/document/utils/base.d.ts +6 -2
  8. package/dist/browser/document-model/gen/schema/zod.d.ts +5 -3
  9. package/dist/browser/document-model/index.d.ts +3 -3
  10. package/dist/browser/document-model.cjs +1 -1
  11. package/dist/browser/document-model.js +2 -2
  12. package/dist/browser/document.cjs +1 -1
  13. package/dist/browser/document.js +6 -6
  14. package/dist/browser/index.cjs +1 -1
  15. package/dist/browser/index.js +4 -4
  16. package/dist/browser/internal/{index-10a12861.js → index-22f88bf2.js} +361 -357
  17. package/dist/browser/internal/index-3607fd07.js +34 -0
  18. package/dist/browser/internal/index-79fde5f3.js +1 -0
  19. package/dist/browser/internal/index-dda5d688.js +22 -0
  20. package/dist/browser/internal/object-32802eed.js +6 -0
  21. package/dist/browser/internal/object-d03c84c9.js +1779 -0
  22. package/dist/node/document/actions/creators.d.ts +4 -4
  23. package/dist/node/document/actions/index.d.ts +4 -4
  24. package/dist/node/document/object.d.ts +119 -13
  25. package/dist/node/document/schema/types.d.ts +5 -4
  26. package/dist/node/document/schema/zod.d.ts +14 -12
  27. package/dist/node/document/types.d.ts +2 -5
  28. package/dist/node/document/utils/base.d.ts +6 -2
  29. package/dist/node/document-model/gen/schema/zod.d.ts +5 -3
  30. package/dist/node/document-model/index.d.ts +3 -3
  31. package/dist/node/document-model.cjs +1 -1
  32. package/dist/node/document-model.js +3 -3
  33. package/dist/node/document.cjs +1 -1
  34. package/dist/node/document.js +5 -5
  35. package/dist/node/index.cjs +1 -1
  36. package/dist/node/index.js +4 -4
  37. package/dist/node/internal/{index-09364517.js → index-14279b3a.js} +362 -358
  38. package/dist/node/internal/index-4b25c8a5.js +1 -0
  39. package/dist/node/internal/index-bfc402ef.js +22 -0
  40. package/dist/node/internal/index-e02d7854.js +34 -0
  41. package/dist/node/internal/object-ac706c4a.js +1 -0
  42. package/dist/node/internal/{object-c32ea0a0.js → object-b97efc1b.js} +469 -402
  43. package/package.json +1 -1
  44. package/dist/browser/internal/index-2aee8ea9.js +0 -1
  45. package/dist/browser/internal/index-a1282d5c.js +0 -31
  46. package/dist/browser/internal/index-ec8cd58f.js +0 -22
  47. package/dist/browser/internal/object-24df9d92.js +0 -6
  48. package/dist/browser/internal/object-7e8eaff4.js +0 -1712
  49. package/dist/node/internal/index-284511b8.js +0 -22
  50. package/dist/node/internal/index-2d4783d9.js +0 -1
  51. package/dist/node/internal/index-5ef0c6b0.js +0 -31
  52. package/dist/node/internal/object-21f3d2ee.js +0 -1
@@ -0,0 +1,34 @@
1
+ import { f as e, b as a, a as s, c as t, j as o, k as r, m as n, n as l, o as c, i, l as u, e as d, r as p, p as m, q as y, s as b, d as _, t as g, B as F, h as O, g as f, u as D, z as h } from "./object-d03c84c9.js";
2
+ const j = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3
+ __proto__: null,
4
+ createAction: e,
5
+ createDocument: a,
6
+ createExtendedState: s,
7
+ createReducer: t,
8
+ createZip: o,
9
+ getLocalFile: r,
10
+ getRemoteFile: n,
11
+ hashDocument: l,
12
+ hashKey: c,
13
+ isBaseAction: i,
14
+ loadFromFile: u,
15
+ loadFromInput: d,
16
+ readOnly: p,
17
+ replayDocument: m,
18
+ replayOperations: y,
19
+ saveToFile: b,
20
+ saveToFileHandle: _,
21
+ sortOperations: g
22
+ }, Symbol.toStringTag, { value: "Module" })), S = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
23
+ __proto__: null,
24
+ BaseDocument: F,
25
+ actions: O,
26
+ applyMixins: f,
27
+ baseReducer: D,
28
+ utils: j,
29
+ z: h
30
+ }, Symbol.toStringTag, { value: "Module" }));
31
+ export {
32
+ S as D,
33
+ j as i
34
+ };
@@ -0,0 +1 @@
1
+ "use strict";const e=require("./object-32802eed.js"),t=Object.freeze(Object.defineProperty({__proto__:null,createAction:e.createAction,createDocument:e.createDocument,createExtendedState:e.createExtendedState,createReducer:e.createReducer,createZip:e.createZip,getLocalFile:e.getLocalFile,getRemoteFile:e.getRemoteFile,hashDocument:e.hashDocument,hashKey:e.hashKey,isBaseAction:e.isBaseAction,loadFromFile:e.loadFromFile,loadFromInput:e.loadFromInput,readOnly:e.readOnly,replayDocument:e.replayDocument,replayOperations:e.replayOperations,saveToFile:e.saveToFile,saveToFileHandle:e.saveToFileHandle,sortOperations:e.sortOperations},Symbol.toStringTag,{value:"Module"})),o=Object.freeze(Object.defineProperty({__proto__:null,BaseDocument:e.BaseDocument,actions:e.BaseActions,applyMixins:e.applyMixins,baseReducer:e.baseReducer,utils:t,z:e.zod},Symbol.toStringTag,{value:"Module"}));exports.Document=o;exports.index=t;
@@ -0,0 +1,22 @@
1
+ "use strict";var mt=Object.defineProperty;var Et=(t,e,o)=>e in t?mt(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o;var me=(t,e,o)=>(Et(t,typeof e!="symbol"?e+"":e,o),o);const s=require("./object-32802eed.js");require("json-stringify-deterministic");require("immer");require("jszip");const r=require("zod"),ht=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"})),_={id:"powerhouse/document-model",name:"DocumentModel",extension:"phdm",description:"The Powerhouse Document Model describes the state and operations of a document type.",author:{name:"Powerhouse",website:"https://www.powerhouse.inc/"},specifications:[{version:1,changeLog:[],modules:[{name:"header",operations:[{name:"SetModelName",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetModelId",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetModelExtension",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetModelDescription",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetAuthorName",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetAuthorWebsite",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"versioning",operations:[{name:"AddChangeLogItem",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"UpdateChangeLogItem",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteChangeLogItem",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderChangeLogItems",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReleaseNewVersion",schema:null,id:"",description:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"module",operations:[{name:"AddModule",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetModuleName",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetModuleDescription",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteModule",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderModules",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"operation-error",operations:[{name:"AddOperationError",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationErrorCode",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationErrorName",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationErrorDescription",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationErrorTemplate",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteOperationError",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderOperationErrors",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"operation-example",operations:[{name:"AddOperationExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"UpdateOperationExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteOperationExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderOperationExamples",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"operation",operations:[{name:"AddOperation",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationName",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationSchema",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationDescription",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationTemplate",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetOperationReducer",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"MoveOperation",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteOperation",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderModuleOperations",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""},{name:"state",operations:[{name:"SetStateSchema",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"SetInitialState",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"AddStateExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"UpdateStateExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"DeleteStateExample",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"},{name:"ReorderStateExamples",id:"",description:"",schema:"",template:"",reducer:"",examples:[],errors:[],scope:"global"}],id:"",description:""}],state:{global:{schema:"",initialValue:`{
2
+ "id": "",
3
+ "name": "",
4
+ "extension": "",
5
+ "description": "",
6
+ "author": {
7
+ "name": "",
8
+ "website": ""
9
+ },
10
+ "specifications": [
11
+ {
12
+ "version": 1,
13
+ "changeLog": [],
14
+ "state": {
15
+ "schema": "",
16
+ "initialValue": "",
17
+ "examples": []
18
+ },
19
+ "modules": []
20
+ }
21
+ ]
22
+ }`,examples:[]},local:{schema:"",initialValue:"{}",examples:[]}}}]},Ee=t=>t!=null,Ot=r.z.any().refine(t=>Ee(t));function z(){return r.z.object({__typename:r.z.literal("AddChangeLogItemInput").optional(),content:r.z.string(),id:r.z.string(),insertBefore:r.z.string().nullable()})}function A(){return r.z.object({description:r.z.string().nullish(),id:r.z.string(),name:r.z.string()})}function I(){return r.z.object({errorCode:r.z.string().nullish(),errorDescription:r.z.string().nullish(),errorName:r.z.string().nullish(),errorTemplate:r.z.string().nullish(),id:r.z.string(),operationId:r.z.string()})}function T(){return r.z.object({example:r.z.string(),id:r.z.string(),operationId:r.z.string()})}function R(){return r.z.object({description:r.z.string().nullish(),id:r.z.string(),moduleId:r.z.string(),name:r.z.string(),reducer:r.z.string().nullish(),schema:r.z.string().nullish(),template:r.z.string().nullish(),scope:S().nullish()})}function D(){return r.z.object({scope:r.z.string(),example:r.z.string(),id:r.z.string(),insertBefore:r.z.string().nullish()})}function he(){return r.z.object({__typename:r.z.literal("Author").optional(),name:r.z.string(),website:r.z.string().nullable()})}function M(){return r.z.object({__typename:r.z.literal("CodeExample").optional(),id:r.z.string(),value:r.z.string()})}function x(){return r.z.object({__typename:r.z.literal("DeleteChangeLogItemInput").optional(),id:r.z.string()})}function N(){return r.z.object({id:r.z.string()})}function L(){return r.z.object({id:r.z.string()})}function j(){return r.z.object({id:r.z.string()})}function P(){return r.z.object({id:r.z.string()})}function C(){return r.z.object({scope:r.z.string(),id:r.z.string()})}function S(){return r.z.literal("global").or(r.z.literal("local"))}function gt(){return r.z.union([z(),A(),I(),T(),R(),D(),x(),N(),L(),j(),P(),C(),k(),y(),w(),v(),U(),V(),F(),H(),$(),X(),G(),B(),W(),q(),J(),K(),Q(),Y(),Z(),ee(),te(),re(),oe(),ne(),ie(),se(),ae(),pe(),le()])}function St(){return r.z.object({__typename:r.z.literal("DocumentModelState").optional(),author:he(),description:r.z.string(),extension:r.z.string(),id:r.z.string(),name:r.z.string(),specifications:r.z.array(Oe())})}function Oe(){return r.z.object({__typename:r.z.literal("DocumentSpecification").optional(),changeLog:r.z.array(r.z.string()),modules:r.z.array(ge()),state:_e(),version:r.z.number()})}function ge(){return r.z.object({__typename:r.z.literal("Module").optional(),description:r.z.string().nullable(),id:r.z.string(),name:r.z.string(),operations:r.z.array(Se())})}function k(){return r.z.object({newModuleId:r.z.string(),operationId:r.z.string()})}function Se(){return r.z.object({__typename:r.z.literal("Operation").optional(),description:r.z.string().nullable(),errors:r.z.array(be()),examples:r.z.array(M()),id:r.z.string(),name:r.z.string().nullable(),reducer:r.z.string().nullable(),schema:r.z.string().nullable(),template:r.z.string().nullable(),scope:S()})}function be(){return r.z.object({__typename:r.z.literal("OperationError").optional(),code:r.z.string().nullable(),description:r.z.string().nullable(),id:r.z.string(),name:r.z.string().nullable(),template:r.z.string().nullable()})}function y(){return r.z.object({__typename:r.z.literal("ReorderChangeLogItemsInput").optional(),order:r.z.array(r.z.string())})}function w(){return r.z.object({moduleId:r.z.string(),order:r.z.array(r.z.string())})}function v(){return r.z.object({order:r.z.array(r.z.string())})}function U(){return r.z.object({operationId:r.z.string(),order:r.z.array(r.z.string())})}function V(){return r.z.object({operationId:r.z.string(),order:r.z.array(r.z.string())})}function F(){return r.z.object({scope:r.z.string(),order:r.z.array(r.z.string())})}function H(){return r.z.object({authorName:r.z.string()})}function $(){return r.z.object({authorWebsite:r.z.string()})}function X(){return r.z.object({scope:r.z.string(),initialValue:r.z.string()})}function G(){return r.z.object({description:r.z.string()})}function B(){return r.z.object({extension:r.z.string()})}function W(){return r.z.object({id:r.z.string()})}function q(){return r.z.object({name:r.z.string()})}function J(){return r.z.object({description:r.z.string().nullish(),id:r.z.string()})}function K(){return r.z.object({id:r.z.string(),name:r.z.string().nullish()})}function Q(){return r.z.object({description:r.z.string().nullish(),id:r.z.string()})}function Y(){return r.z.object({errorCode:r.z.string().nullish(),id:r.z.string()})}function Z(){return r.z.object({errorDescription:r.z.string().nullish(),id:r.z.string()})}function ee(){return r.z.object({errorName:r.z.string().nullish(),id:r.z.string()})}function te(){return r.z.object({errorTemplate:r.z.string().nullish(),id:r.z.string()})}function re(){return r.z.object({id:r.z.string(),name:r.z.string().nullish()})}function fe(){return r.z.object({id:r.z.string(),scope:S()})}function oe(){return r.z.object({id:r.z.string(),reducer:r.z.string().nullish()})}function ne(){return r.z.object({id:r.z.string(),schema:r.z.string().nullish()})}function ie(){return r.z.object({id:r.z.string(),template:r.z.string().nullish()})}function se(){return r.z.object({scope:r.z.string(),schema:r.z.string()})}function f(){return r.z.object({__typename:r.z.literal("State").optional(),examples:r.z.array(M()),initialValue:r.z.string(),schema:r.z.string()})}function _e(){return r.z.object({global:f(),local:f()})}function ae(){return r.z.object({__typename:r.z.literal("UpdateChangeLogItemInput").optional(),id:r.z.string(),newContent:r.z.string()})}function pe(){return r.z.object({example:r.z.string(),id:r.z.string()})}function le(){return r.z.object({scope:r.z.string(),id:r.z.string(),newExample:r.z.string()})}const ze=Object.freeze(Object.defineProperty({__proto__:null,AddChangeLogItemInputSchema:z,AddModuleInputSchema:A,AddOperationErrorInputSchema:I,AddOperationExampleInputSchema:T,AddOperationInputSchema:R,AddStateExampleInputSchema:D,AuthorSchema:he,CodeExampleSchema:M,DeleteChangeLogItemInputSchema:x,DeleteModuleInputSchema:N,DeleteOperationErrorInputSchema:L,DeleteOperationExampleInputSchema:j,DeleteOperationInputSchema:P,DeleteStateExampleInputSchema:C,DocumentModelInputSchema:gt,DocumentModelStateSchema:St,DocumentSpecificationSchema:Oe,ModuleSchema:ge,MoveOperationInputSchema:k,OperationErrorSchema:be,OperationSchema:Se,OperationScopeSchema:S,ReorderChangeLogItemsInputSchema:y,ReorderModuleOperationsInputSchema:w,ReorderModulesInputSchema:v,ReorderOperationErrorsInputSchema:U,ReorderOperationExamplesInputSchema:V,ReorderStateExamplesInputSchema:F,ScopeStateSchema:_e,SetAuthorNameInputSchema:H,SetAuthorWebsiteInputSchema:$,SetInitialStateInputSchema:X,SetModelDescriptionInputSchema:G,SetModelExtensionInputSchema:B,SetModelIdInputSchema:W,SetModelNameInputSchema:q,SetModuleDescriptionInputSchema:J,SetModuleNameInputSchema:K,SetOperationDescriptionInputSchema:Q,SetOperationErrorCodeInputSchema:Y,SetOperationErrorDescriptionInputSchema:Z,SetOperationErrorNameInputSchema:ee,SetOperationErrorTemplateInputSchema:te,SetOperationNameInputSchema:re,SetOperationReducerInputSchema:oe,SetOperationSchemaInputSchema:ne,SetOperationScopeInputSchema:fe,SetOperationTemplateInputSchema:ie,SetStateSchemaInputSchema:se,StateSchema:f,UpdateChangeLogItemInputSchema:ae,UpdateOperationExampleInputSchema:pe,UpdateStateExampleInputSchema:le,definedNonNullAnySchema:Ot,isDefinedNonNullAny:Ee},Symbol.toStringTag,{value:"Module"})),c={setModelNameOperation(t,e){t.name=e.input.name},setModelIdOperation(t,e){t.id=e.input.id},setModelExtensionOperation(t,e){t.extension=e.input.extension},setModelDescriptionOperation(t,e){t.description=e.input.description},setAuthorNameOperation(t,e){t.author=t.author||{name:"",website:null},t.author.name=e.input.authorName},setAuthorWebsiteOperation(t,e){t.author=t.author||{name:"",website:null},t.author.website=e.input.authorWebsite}},E={addChangeLogItemOperation(t,e){throw new Error('Reducer "addChangeLogItemOperation" not yet implemented')},updateChangeLogItemOperation(t,e){throw new Error('Reducer "updateChangeLogItemOperation" not yet implemented')},deleteChangeLogItemOperation(t,e){throw new Error('Reducer "deleteChangeLogItemOperation" not yet implemented')},reorderChangeLogItemsOperation(t,e){throw new Error('Reducer "reorderChangeLogItemsOperation" not yet implemented')},releaseNewVersionOperation(t,e){throw new Error('Reducer "releaseNewVersionOperation" not yet implemented')}},bt=t=>{const e={};return t.forEach((o,n)=>e[o]=n),(o,n)=>(e[n.id]||999999)-(e[o.id]||999999)},h={addModuleOperation(t,e){t.specifications[t.specifications.length-1].modules.push({id:e.input.id,name:e.input.name,description:e.input.description||"",operations:[]})},setModuleNameOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)o.modules[n].id===e.input.id&&(o.modules[n].name=e.input.name||"")},setModuleDescriptionOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)o.modules[n].id===e.input.id&&(o.modules[n].description=e.input.description||"")},deleteModuleOperation(t,e){const o=t.specifications[t.specifications.length-1];o.modules=o.modules.filter(n=>n.id!=e.input.id)},reorderModulesOperation(t,e){t.specifications[t.specifications.length-1].modules.sort(bt(e.input.order))}},ft=t=>{const e={};return t.forEach((o,n)=>e[o]=n),(o,n)=>(e[n.id]||999999)-(e[o.id]||999999)},l={addOperationErrorOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.operationId&&o.modules[n].operations[i].errors.push({id:e.input.id,name:e.input.errorName||"",code:e.input.errorCode||"",description:e.input.errorDescription||"",template:e.input.errorTemplate||""})},setOperationErrorCodeOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)for(let a=0;a<o.modules[n].operations[i].errors.length;a++)o.modules[n].operations[i].errors[a].id==e.input.id&&(o.modules[n].operations[i].errors[a].code=e.input.errorCode||"")},setOperationErrorNameOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)for(let a=0;a<o.modules[n].operations[i].errors.length;a++)o.modules[n].operations[i].errors[a].id==e.input.id&&(o.modules[n].operations[i].errors[a].name=e.input.errorName||"")},setOperationErrorDescriptionOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)for(let a=0;a<o.modules[n].operations[i].errors.length;a++)o.modules[n].operations[i].errors[a].id==e.input.id&&(o.modules[n].operations[i].errors[a].description=e.input.errorDescription||"")},setOperationErrorTemplateOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)for(let a=0;a<o.modules[n].operations[i].errors.length;a++)o.modules[n].operations[i].errors[a].id==e.input.id&&(o.modules[n].operations[i].errors[a].template=e.input.errorTemplate||"")},deleteOperationErrorOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].errors=o.modules[n].operations[i].errors.filter(a=>a.id!=e.input.id)},reorderOperationErrorsOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.operationId&&o.modules[n].operations[i].errors.sort(ft(e.input.order))}},_t=t=>{const e={};return t.forEach((o,n)=>e[o]=n),(o,n)=>(e[n.id]||999999)-(e[o.id]||999999)},g={addOperationExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.operationId&&o.modules[n].operations[i].examples.push({id:e.input.id,value:e.input.example})},updateOperationExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)for(let a=0;a<o.modules[n].operations[i].examples.length;a++)o.modules[n].operations[i].examples[a].id==e.input.id&&(o.modules[n].operations[i].examples[a].value=e.input.example)},deleteOperationExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].examples=o.modules[n].operations[i].examples.filter(a=>a.id!=e.input.id)},reorderOperationExamplesOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.operationId&&o.modules[n].operations[i].examples.sort(_t(e.input.order))}},zt=t=>{const e={};return t.forEach((o,n)=>e[o]=n),(o,n)=>(e[n.id]||999999)-(e[o.id]||999999)},p={addOperationOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)o.modules[n].id==e.input.moduleId&&o.modules[n].operations.push({id:e.input.id,name:e.input.name,description:e.input.description||"",schema:e.input.schema||"",template:e.input.template||e.input.description||"",reducer:e.input.reducer||"",errors:[],examples:[],scope:e.input.scope||"global"})},setOperationNameOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].name=e.input.name||"")},setOperationScopeOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].scope=e.input.scope||"global")},setOperationSchemaOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].schema=e.input.schema||"")},setOperationDescriptionOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].description=e.input.description||"")},setOperationTemplateOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].template=e.input.template||"")},setOperationReducerOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)for(let i=0;i<o.modules[n].operations.length;i++)o.modules[n].operations[i].id==e.input.id&&(o.modules[n].operations[i].reducer=e.input.reducer||"")},moveOperationOperation(t,e){const o=[],n=t.specifications[t.specifications.length-1];for(let i=0;i<n.modules.length;i++)n.modules[i].operations=n.modules[i].operations.filter(a=>a.id==e.input.operationId?(o.push(a),!1):!0);for(let i=0;i<n.modules.length;i++)n.modules[i].id==e.input.newModuleId&&n.modules[i].operations.push(...o)},deleteOperationOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)o.modules[n].operations=o.modules[n].operations.filter(i=>i.id!=e.input.id)},reorderModuleOperationsOperation(t,e){const o=t.specifications[t.specifications.length-1];for(let n=0;n<o.modules.length;n++)o.modules[n].id==e.input.moduleId&&o.modules[n].operations.sort(zt(e.input.order))}},At=t=>{const e={};return t.forEach((o,n)=>e[o]=n),(o,n)=>(e[n.id]||999999)-(e[o.id]||999999)},d={setStateSchemaOperation(t,e){const o=t.specifications[t.specifications.length-1];if(Object.keys(o.state).includes(e.input.scope))o.state[e.input.scope].schema=e.input.schema;else throw new Error(`Invalid scope: ${e.input.scope}`)},setInitialStateOperation(t,e){const o=t.specifications[t.specifications.length-1];if(Object.keys(o.state).includes(e.input.scope))o.state[e.input.scope].initialValue=e.input.initialValue;else throw new Error(`Invalid scope: ${e.input.scope}`)},addStateExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];if(Object.keys(o.state).includes(e.input.scope))o.state[e.input.scope].examples.push({id:e.input.id,value:e.input.example});else throw new Error(`Invalid scope: ${e.input.scope}`)},updateStateExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];if(!Object.keys(o.state).includes(e.input.scope))throw new Error(`Invalid scope: ${e.input.scope}`);const n=o.state[e.input.scope].examples;for(let i=0;i<n.length;i++)n[i].id==e.input.id&&(n[i].value=e.input.newExample)},deleteStateExampleOperation(t,e){const o=t.specifications[t.specifications.length-1];if(Object.keys(o.state).includes(e.input.scope))o.state[e.input.scope].examples=o.state[e.input.scope].examples.filter(n=>n.id!=e.input.id);else throw new Error(`Invalid scope: ${e.input.scope}`)},reorderStateExamplesOperation(t,e){const o=t.specifications[t.specifications.length-1];if(Object.keys(o.state).includes(e.input.scope))o.state[e.input.scope].examples.sort(At(e.input.order));else throw new Error(`Invalid scope: ${e.input.scope}`)}},It=(t,e)=>{if(s.isBaseAction(e))return t;switch(e.type){case"SET_MODEL_NAME":q().parse(e.input),c.setModelNameOperation(t.global,e);break;case"SET_MODEL_ID":W().parse(e.input),c.setModelIdOperation(t.global,e);break;case"SET_MODEL_EXTENSION":B().parse(e.input),c.setModelExtensionOperation(t.global,e);break;case"SET_MODEL_DESCRIPTION":G().parse(e.input),c.setModelDescriptionOperation(t.global,e);break;case"SET_AUTHOR_NAME":H().parse(e.input),c.setAuthorNameOperation(t.global,e);break;case"SET_AUTHOR_WEBSITE":$().parse(e.input),c.setAuthorWebsiteOperation(t.global,e);break;case"ADD_CHANGE_LOG_ITEM":z().parse(e.input),E.addChangeLogItemOperation(t.global,e);break;case"UPDATE_CHANGE_LOG_ITEM":ae().parse(e.input),E.updateChangeLogItemOperation(t.global,e);break;case"DELETE_CHANGE_LOG_ITEM":x().parse(e.input),E.deleteChangeLogItemOperation(t.global,e);break;case"REORDER_CHANGE_LOG_ITEMS":y().parse(e.input),E.reorderChangeLogItemsOperation(t.global,e);break;case"RELEASE_NEW_VERSION":if(Object.keys(e.input).length>0)throw new Error("Expected empty input for action RELEASE_NEW_VERSION");E.releaseNewVersionOperation(t.global,e);break;case"ADD_MODULE":A().parse(e.input),h.addModuleOperation(t.global,e);break;case"SET_MODULE_NAME":K().parse(e.input),h.setModuleNameOperation(t.global,e);break;case"SET_MODULE_DESCRIPTION":J().parse(e.input),h.setModuleDescriptionOperation(t.global,e);break;case"DELETE_MODULE":N().parse(e.input),h.deleteModuleOperation(t.global,e);break;case"REORDER_MODULES":v().parse(e.input),h.reorderModulesOperation(t.global,e);break;case"ADD_OPERATION_ERROR":I().parse(e.input),l.addOperationErrorOperation(t.global,e);break;case"SET_OPERATION_ERROR_CODE":Y().parse(e.input),l.setOperationErrorCodeOperation(t.global,e);break;case"SET_OPERATION_ERROR_NAME":ee().parse(e.input),l.setOperationErrorNameOperation(t.global,e);break;case"SET_OPERATION_ERROR_DESCRIPTION":Z().parse(e.input),l.setOperationErrorDescriptionOperation(t.global,e);break;case"SET_OPERATION_ERROR_TEMPLATE":te().parse(e.input),l.setOperationErrorTemplateOperation(t.global,e);break;case"DELETE_OPERATION_ERROR":L().parse(e.input),l.deleteOperationErrorOperation(t.global,e);break;case"REORDER_OPERATION_ERRORS":U().parse(e.input),l.reorderOperationErrorsOperation(t.global,e);break;case"ADD_OPERATION_EXAMPLE":T().parse(e.input),g.addOperationExampleOperation(t.global,e);break;case"UPDATE_OPERATION_EXAMPLE":pe().parse(e.input),g.updateOperationExampleOperation(t.global,e);break;case"DELETE_OPERATION_EXAMPLE":j().parse(e.input),g.deleteOperationExampleOperation(t.global,e);break;case"REORDER_OPERATION_EXAMPLES":V().parse(e.input),g.reorderOperationExamplesOperation(t.global,e);break;case"ADD_OPERATION":R().parse(e.input),p.addOperationOperation(t.global,e);break;case"SET_OPERATION_NAME":re().parse(e.input),p.setOperationNameOperation(t.global,e);break;case"SET_OPERATION_SCOPE":fe().parse(e.input),p.setOperationScopeOperation(t.global,e);break;case"SET_OPERATION_SCHEMA":ne().parse(e.input),p.setOperationSchemaOperation(t.global,e);break;case"SET_OPERATION_DESCRIPTION":Q().parse(e.input),p.setOperationDescriptionOperation(t.global,e);break;case"SET_OPERATION_TEMPLATE":ie().parse(e.input),p.setOperationTemplateOperation(t.global,e);break;case"SET_OPERATION_REDUCER":oe().parse(e.input),p.setOperationReducerOperation(t.global,e);break;case"MOVE_OPERATION":k().parse(e.input),p.moveOperationOperation(t.global,e);break;case"DELETE_OPERATION":P().parse(e.input),p.deleteOperationOperation(t.global,e);break;case"REORDER_MODULE_OPERATIONS":w().parse(e.input),p.reorderModuleOperationsOperation(t.global,e);break;case"SET_STATE_SCHEMA":se().parse(e.input),d.setStateSchemaOperation(t.global,e);break;case"SET_INITIAL_STATE":X().parse(e.input),d.setInitialStateOperation(t.global,e);break;case"ADD_STATE_EXAMPLE":D().parse(e.input),d.addStateExampleOperation(t.global,e);break;case"UPDATE_STATE_EXAMPLE":le().parse(e.input),d.updateStateExampleOperation(t.global,e);break;case"DELETE_STATE_EXAMPLE":C().parse(e.input),d.deleteStateExampleOperation(t.global,e);break;case"REORDER_STATE_EXAMPLES":F().parse(e.input),d.reorderStateExamplesOperation(t.global,e);break;default:return t}},m=s.createReducer(It),Tt={id:"",name:"",extension:"",description:"",author:{name:"",website:""},specifications:[{version:1,changeLog:[],state:{global:{schema:"",initialValue:"",examples:[]},local:{schema:"",initialValue:"",examples:[]}},modules:[]}]},Rt={},O={fileExtension:"phdm",createState(t){return{global:{...Tt,...t==null?void 0:t.global},local:{...Rt,...t==null?void 0:t.local}}},createExtendedState(t){return s.createExtendedState({...t,documentType:"powerhouse/document-model"},O.createState)},createDocument(t){return s.createDocument(O.createExtendedState(t),O.createState)},saveToFile(t,e,o){return s.saveToFile(t,e,"phdm",o)},saveToFileHandle(t,e){return s.saveToFileHandle(t,e)},loadFromFile(t){return s.loadFromFile(t,m)},loadFromInput(t){return s.loadFromInput(t,m)}},Ae=t=>s.createAction("SET_MODEL_NAME",{...t}),Ie=t=>s.createAction("SET_MODEL_ID",{...t}),Te=t=>s.createAction("SET_MODEL_EXTENSION",{...t}),Re=t=>s.createAction("SET_MODEL_DESCRIPTION",{...t}),De=t=>s.createAction("SET_AUTHOR_NAME",{...t}),Me=t=>s.createAction("SET_AUTHOR_WEBSITE",{...t});class Dt extends s.BaseDocument{setModelName(e){return this.dispatch(Ae(e))}setModelId(e){return this.dispatch(Ie(e))}setModelExtension(e){return this.dispatch(Te(e))}setModelDescription(e){return this.dispatch(Re(e))}setAuthorName(e){return this.dispatch(De(e))}setAuthorWebsite(e){return this.dispatch(Me(e))}}const xe=t=>s.createAction("ADD_CHANGE_LOG_ITEM",{...t}),Ne=t=>s.createAction("UPDATE_CHANGE_LOG_ITEM",{...t}),Le=t=>s.createAction("DELETE_CHANGE_LOG_ITEM",{...t}),je=t=>s.createAction("REORDER_CHANGE_LOG_ITEMS",{...t}),Pe=()=>s.createAction("RELEASE_NEW_VERSION");class Mt extends s.BaseDocument{addChangeLogItem(e){return this.dispatch(xe(e))}updateChangeLogItem(e){return this.dispatch(Ne(e))}deleteChangeLogItem(e){return this.dispatch(Le(e))}reorderChangeLogItems(e){return this.dispatch(je(e))}releaseNewVersion(){return this.dispatch(Pe())}}const Ce=t=>s.createAction("ADD_MODULE",{...t}),ke=t=>s.createAction("SET_MODULE_NAME",{...t}),ye=t=>s.createAction("SET_MODULE_DESCRIPTION",{...t}),we=t=>s.createAction("DELETE_MODULE",{...t}),ve=t=>s.createAction("REORDER_MODULES",{...t});class xt extends s.BaseDocument{addModule(e){return this.dispatch(Ce(e))}setModuleName(e){return this.dispatch(ke(e))}setModuleDescription(e){return this.dispatch(ye(e))}deleteModule(e){return this.dispatch(we(e))}reorderModules(e){return this.dispatch(ve(e))}}const Ue=t=>s.createAction("ADD_OPERATION_ERROR",{...t}),Ve=t=>s.createAction("SET_OPERATION_ERROR_CODE",{...t}),Fe=t=>s.createAction("SET_OPERATION_ERROR_NAME",{...t}),He=t=>s.createAction("SET_OPERATION_ERROR_DESCRIPTION",{...t}),$e=t=>s.createAction("SET_OPERATION_ERROR_TEMPLATE",{...t}),Xe=t=>s.createAction("DELETE_OPERATION_ERROR",{...t}),Ge=t=>s.createAction("REORDER_OPERATION_ERRORS",{...t});class Nt extends s.BaseDocument{addOperationError(e){return this.dispatch(Ue(e))}setOperationErrorCode(e){return this.dispatch(Ve(e))}setOperationErrorName(e){return this.dispatch(Fe(e))}setOperationErrorDescription(e){return this.dispatch(He(e))}setOperationErrorTemplate(e){return this.dispatch($e(e))}deleteOperationError(e){return this.dispatch(Xe(e))}reorderOperationErrors(e){return this.dispatch(Ge(e))}}const Be=t=>s.createAction("ADD_OPERATION_EXAMPLE",{...t}),We=t=>s.createAction("UPDATE_OPERATION_EXAMPLE",{...t}),qe=t=>s.createAction("DELETE_OPERATION_EXAMPLE",{...t}),Je=t=>s.createAction("REORDER_OPERATION_EXAMPLES",{...t});class Lt extends s.BaseDocument{addOperationExample(e){return this.dispatch(Be(e))}updateOperationExample(e){return this.dispatch(We(e))}deleteOperationExample(e){return this.dispatch(qe(e))}reorderOperationExamples(e){return this.dispatch(Je(e))}}const Ke=t=>s.createAction("ADD_OPERATION",{...t}),Qe=t=>s.createAction("SET_OPERATION_NAME",{...t}),Ye=t=>s.createAction("SET_OPERATION_SCOPE",{...t}),Ze=t=>s.createAction("SET_OPERATION_SCHEMA",{...t}),et=t=>s.createAction("SET_OPERATION_DESCRIPTION",{...t}),tt=t=>s.createAction("SET_OPERATION_TEMPLATE",{...t}),rt=t=>s.createAction("SET_OPERATION_REDUCER",{...t}),ot=t=>s.createAction("MOVE_OPERATION",{...t}),nt=t=>s.createAction("DELETE_OPERATION",{...t}),it=t=>s.createAction("REORDER_MODULE_OPERATIONS",{...t});class jt extends s.BaseDocument{addOperation(e){return this.dispatch(Ke(e))}setOperationName(e){return this.dispatch(Qe(e))}setOperationScope(e){return this.dispatch(Ye(e))}setOperationSchema(e){return this.dispatch(Ze(e))}setOperationDescription(e){return this.dispatch(et(e))}setOperationTemplate(e){return this.dispatch(tt(e))}setOperationReducer(e){return this.dispatch(rt(e))}moveOperation(e){return this.dispatch(ot(e))}deleteOperation(e){return this.dispatch(nt(e))}reorderModuleOperations(e){return this.dispatch(it(e))}}const st=t=>s.createAction("SET_STATE_SCHEMA",{...t}),at=t=>s.createAction("SET_INITIAL_STATE",{...t}),pt=t=>s.createAction("ADD_STATE_EXAMPLE",{...t}),lt=t=>s.createAction("UPDATE_STATE_EXAMPLE",{...t}),ct=t=>s.createAction("DELETE_STATE_EXAMPLE",{...t}),dt=t=>s.createAction("REORDER_STATE_EXAMPLES",{...t});class Pt extends s.BaseDocument{setStateSchema(e){return this.dispatch(st(e))}setInitialState(e){return this.dispatch(at(e))}addStateExample(e){return this.dispatch(pt(e))}updateStateExample(e){return this.dispatch(lt(e))}deleteStateExample(e){return this.dispatch(ct(e))}reorderStateExamples(e){return this.dispatch(dt(e))}}var u;let b=(u=class extends s.BaseDocument{constructor(e,o){super(m,O.createDocument(e),o)}saveToFile(e,o){return super.saveToFile(e,u.fileExtension,o)}loadFromFile(e){return super.loadFromFile(e)}static async fromFile(e){const o=new this;return await o.loadFromFile(e),o}},me(u,"fileExtension","phdm"),u);s.applyMixins(b,[Dt,Mt,xt,Nt,Lt,jt,Pt]);const Ct=Object.freeze(Object.defineProperty({__proto__:null,addChangeLogItem:xe,addModule:Ce,addOperation:Ke,addOperationError:Ue,addOperationExample:Be,addStateExample:pt,deleteChangeLogItem:Le,deleteModule:we,deleteOperation:nt,deleteOperationError:Xe,deleteOperationExample:qe,deleteStateExample:ct,moveOperation:ot,releaseNewVersion:Pe,reorderChangeLogItems:je,reorderModuleOperations:it,reorderModules:ve,reorderOperationErrors:Ge,reorderOperationExamples:Je,reorderStateExamples:dt,setAuthorName:De,setAuthorWebsite:Me,setInitialState:at,setModelDescription:Re,setModelExtension:Te,setModelId:Ie,setModelName:Ae,setModuleDescription:ye,setModuleName:ke,setOperationDescription:et,setOperationErrorCode:Ve,setOperationErrorDescription:He,setOperationErrorName:Fe,setOperationErrorTemplate:$e,setOperationName:Qe,setOperationReducer:rt,setOperationSchema:Ze,setOperationScope:Ye,setOperationTemplate:tt,setStateSchema:st,updateChangeLogItem:Ne,updateOperationExample:We,updateStateExample:lt},Symbol.toStringTag,{value:"Module"})),ce=b,de={...O,...ht},ue={...s.BaseActions,...Ct},ut={Document:ce,reducer:m,actions:ue,utils:de,documentModel:_},kt=Object.freeze(Object.defineProperty({__proto__:null,Document:ce,DocumentModel:b,actions:ue,documentModel:_,module:ut,reducer:m,utils:de,z:ze},Symbol.toStringTag,{value:"Module"}));exports.Document=ce;exports.DocumentModel=kt;exports.DocumentModel$1=b;exports.actions=ue;exports.documentModel=_;exports.module=ut;exports.reducer=m;exports.utils=de;exports.zod=ze;
@@ -0,0 +1,6 @@
1
+ "use strict";var jr=Object.defineProperty;var Ir=(i,a,p)=>a in i?jr(i,a,{enumerable:!0,configurable:!0,writable:!0,value:p}):i[a]=p;var Z=(i,a,p)=>(Ir(i,typeof a!="symbol"?a+"":a,p),p);const Ur=require("json-stringify-deterministic"),M=require("immer"),d=require("zod"),Ut=require("jszip"),Tt=i=>i!=null,Tr=d.z.any().refine(i=>Tt(i)),kt=d.z.enum(["LOAD_STATE"]),zt=d.z.enum(["PRUNE"]),Dt=d.z.enum(["REDO"]),Ot=d.z.enum(["SET_NAME"]),Nt=d.z.enum(["UNDO"]);function kr(){return d.z.object({__typename:d.z.literal("Action").optional(),type:d.z.string()})}function L(){return d.z.literal("global").or(d.z.literal("local"))}function Rt(){return d.z.union([Mt(),Lt(),qt(),$t(),Jt()])}function zr(){return d.z.object({__typename:d.z.literal("DocumentFile").optional(),data:d.z.string(),extension:d.z.string().nullable(),fileName:d.z.string().nullable(),mimeType:d.z.string()})}function Mt(){return d.z.object({input:d.z.lazy(()=>pt()),type:kt,scope:L()})}function pt(){return d.z.object({operations:d.z.number(),state:d.z.lazy(()=>Ct())})}function Ct(){return d.z.object({data:d.z.unknown().nullish(),name:d.z.string()})}function Dr(){return d.z.object({__typename:d.z.literal("Operation").optional(),hash:d.z.string(),index:d.z.number(),timestamp:d.z.string().datetime(),type:d.z.string()})}function Lt(){return d.z.object({input:d.z.lazy(()=>st()),type:zt,scope:L()})}function st(){return d.z.object({end:d.z.number().nullish(),start:d.z.number().nullish()})}const ct=d.z.number;function qt(){return d.z.object({input:ct(),type:Dt,scope:L()})}const lt=d.z.string;function $t(){return d.z.object({input:lt(),type:Ot,scope:d.z.literal("global")})}function Or(){return d.z.object({__typename:d.z.literal("SetNameOperation").optional(),hash:d.z.string(),index:d.z.number(),input:d.z.string(),timestamp:d.z.string().datetime(),type:d.z.string()})}const ut=d.z.number;function Jt(){return d.z.object({input:ut(),type:Nt,scope:L()})}const Nr=Object.freeze(Object.defineProperty({__proto__:null,ActionSchema:kr,BaseActionSchema:Rt,DocumentFileSchema:zr,LoadStateActionInputSchema:pt,LoadStateActionSchema:Mt,LoadStateActionStateInputSchema:Ct,Load_StateSchema:kt,OperationSchema:Dr,OperationScopeSchema:L,PruneActionInputSchema:st,PruneActionSchema:Lt,PruneSchema:zt,RedoActionInputSchema:ct,RedoActionSchema:qt,RedoSchema:Dt,SetNameActionInputSchema:lt,SetNameActionSchema:$t,SetNameOperationSchema:Or,Set_NameSchema:Ot,UndoActionInputSchema:ut,UndoActionSchema:Jt,UndoSchema:Nt,definedNonNullAnySchema:Tr,isDefinedNonNullAny:Tt},Symbol.toStringTag,{value:"Module"}));function Rr(i,a){return{...i,name:a}}function Mr(i,a,p){const{scope:c,input:u}=a,f=i.revision[a.scope],l=Math.min(u,f),o=i.operations[c].slice(0,f-l);return{...C(i.initialState,{...i.operations,[c]:o},p),operations:i.operations,revision:{...i.revision,[c]:i.revision[c]-l}}}function Cr(i,a,p){const{scope:c,input:u}=a,f=i.operations[c].length-i.revision[c];if(!f)throw new Error("There is no UNDO operation to REDO");const l=u<f?u:f,o=i.operations[c].slice(0,i.revision[c]+l);return{...C(i.initialState,{...i.operations,[c]:o},p),operations:i.operations,revision:{...i.revision,[c]:i.revision[c]+l}}}function Lr(i,a,p){const{scope:c}=a,u=i.operations[c];let{input:{start:f,end:l}}=a;f=f||0,l=l||u.length;const o=u.slice(f,l),x=u.slice(0,f),g=u.slice(l),v=C(i.initialState,{...i.operations,[c]:x.concat(o)},p),{name:y,state:j}=v,_=x.length,z=x.length?x[x.length-1].timestamp:g.length?g[0].timestamp:new Date().toISOString();return C(i.initialState,{...i.operations,[c]:[...x,{...yt({name:y,state:j},o.length),timestamp:z,index:_,hash:dt({state:j},"global")},...g.map((U,V)=>({...U,index:_+V+1}))]},p)}function qr(i,a){return{...i,name:a.name,state:a.state??{global:{},local:{}}}}const Pt="SET_NAME",q="UNDO",$="REDO",J="PRUNE",Wt="LOAD_STATE";function Ht(i){return i&&i.__esModule&&Object.prototype.hasOwnProperty.call(i,"default")?i.default:i}function K(){this._types=Object.create(null),this._extensions=Object.create(null);for(let i=0;i<arguments.length;i++)this.define(arguments[i]);this.define=this.define.bind(this),this.getType=this.getType.bind(this),this.getExtension=this.getExtension.bind(this)}K.prototype.define=function(i,a){for(let p in i){let c=i[p].map(function(u){return u.toLowerCase()});p=p.toLowerCase();for(let u=0;u<c.length;u++){const f=c[u];if(f[0]!=="*"){if(!a&&f in this._types)throw new Error('Attempt to change mapping for "'+f+'" extension from "'+this._types[f]+'" to "'+p+'". Pass `force=true` to allow this, otherwise remove "'+f+'" from the list of extensions for "'+p+'".');this._types[f]=p}}if(a||!this._extensions[p]){const u=c[0];this._extensions[p]=u[0]!=="*"?u:u.substr(1)}}};K.prototype.getType=function(i){i=String(i);let a=i.replace(/^.*[/\\]/,"").toLowerCase(),p=a.replace(/^.*\./,"").toLowerCase(),c=a.length<i.length;return(p.length<a.length-1||!c)&&this._types[p]||null};K.prototype.getExtension=function(i){return i=/^\s*([^;\s]*)/.test(i)&&RegExp.$1,i&&this._extensions[i.toLowerCase()]||null};var $r=K,Jr={"application/andrew-inset":["ez"],"application/applixware":["aw"],"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/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/cu-seeme":["cu"],"application/dash+xml":["mpd"],"application/davmount+xml":["davmount"],"application/docbook+xml":["dbk"],"application/dssc+der":["dssc"],"application/dssc+xml":["xdssc"],"application/ecmascript":["es","ecma"],"application/emma+xml":["emma"],"application/emotionml+xml":["emotionml"],"application/epub+zip":["epub"],"application/exi":["exi"],"application/express":["exp"],"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","mjs"],"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/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":["mp4s","m4p"],"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-signature":["asc","sig"],"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/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/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/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/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/avif":["avif"],"image/bmp":["bmp"],"image/cgm":["cgm"],"image/dicom-rle":["drle"],"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"],"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/mesh":["msh","mesh","silo"],"model/mtl":["mtl"],"model/obj":["obj"],"model/step+xml":["stpx"],"model/step+zip":["stpz"],"model/step-xml+zip":["stpxz"],"model/stl":["stl"],"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/jsx":["jsx"],"text/less":["less"],"text/markdown":["markdown","md"],"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/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"]};let Pr=$r;var Wr=new Pr(Jr);const Hr=Ht(Wr);var it={exports:{}};typeof Object.create=="function"?it.exports=function(a,p){p&&(a.super_=p,a.prototype=Object.create(p.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}))}:it.exports=function(a,p){if(p){a.super_=p;var c=function(){};c.prototype=p.prototype,a.prototype=new c,a.prototype.constructor=a}};var Zr=it.exports,nt={exports:{}},Zt={},Y={};Y.byteLength=Xr;Y.toByteArray=Vr;Y.fromByteArray=re;var k=[],I=[],Kr=typeof Uint8Array<"u"?Uint8Array:Array,et="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(var O=0,Yr=et.length;O<Yr;++O)k[O]=et[O],I[et.charCodeAt(O)]=O;I["-".charCodeAt(0)]=62;I["_".charCodeAt(0)]=63;function Kt(i){var a=i.length;if(a%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var p=i.indexOf("=");p===-1&&(p=a);var c=p===a?0:4-p%4;return[p,c]}function Xr(i){var a=Kt(i),p=a[0],c=a[1];return(p+c)*3/4-c}function Gr(i,a,p){return(a+p)*3/4-p}function Vr(i){var a,p=Kt(i),c=p[0],u=p[1],f=new Kr(Gr(i,c,u)),l=0,o=u>0?c-4:c,x;for(x=0;x<o;x+=4)a=I[i.charCodeAt(x)]<<18|I[i.charCodeAt(x+1)]<<12|I[i.charCodeAt(x+2)]<<6|I[i.charCodeAt(x+3)],f[l++]=a>>16&255,f[l++]=a>>8&255,f[l++]=a&255;return u===2&&(a=I[i.charCodeAt(x)]<<2|I[i.charCodeAt(x+1)]>>4,f[l++]=a&255),u===1&&(a=I[i.charCodeAt(x)]<<10|I[i.charCodeAt(x+1)]<<4|I[i.charCodeAt(x+2)]>>2,f[l++]=a>>8&255,f[l++]=a&255),f}function Qr(i){return k[i>>18&63]+k[i>>12&63]+k[i>>6&63]+k[i&63]}function te(i,a,p){for(var c,u=[],f=a;f<p;f+=3)c=(i[f]<<16&16711680)+(i[f+1]<<8&65280)+(i[f+2]&255),u.push(Qr(c));return u.join("")}function re(i){for(var a,p=i.length,c=p%3,u=[],f=16383,l=0,o=p-c;l<o;l+=f)u.push(te(i,l,l+f>o?o:l+f));return c===1?(a=i[p-1],u.push(k[a>>2]+k[a<<4&63]+"==")):c===2&&(a=(i[p-2]<<8)+i[p-1],u.push(k[a>>10]+k[a>>4&63]+k[a<<2&63]+"=")),u.join("")}var ft={};/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */ft.read=function(i,a,p,c,u){var f,l,o=u*8-c-1,x=(1<<o)-1,g=x>>1,v=-7,y=p?u-1:0,j=p?-1:1,_=i[a+y];for(y+=j,f=_&(1<<-v)-1,_>>=-v,v+=o;v>0;f=f*256+i[a+y],y+=j,v-=8);for(l=f&(1<<-v)-1,f>>=-v,v+=c;v>0;l=l*256+i[a+y],y+=j,v-=8);if(f===0)f=1-g;else{if(f===x)return l?NaN:(_?-1:1)*(1/0);l=l+Math.pow(2,c),f=f-g}return(_?-1:1)*l*Math.pow(2,f-c)};ft.write=function(i,a,p,c,u,f){var l,o,x,g=f*8-u-1,v=(1<<g)-1,y=v>>1,j=u===23?Math.pow(2,-24)-Math.pow(2,-77):0,_=c?0:f-1,z=c?1:-1,U=a<0||a===0&&1/a<0?1:0;for(a=Math.abs(a),isNaN(a)||a===1/0?(o=isNaN(a)?1:0,l=v):(l=Math.floor(Math.log(a)/Math.LN2),a*(x=Math.pow(2,-l))<1&&(l--,x*=2),l+y>=1?a+=j/x:a+=j*Math.pow(2,1-y),a*x>=2&&(l++,x/=2),l+y>=v?(o=0,l=v):l+y>=1?(o=(a*x-1)*Math.pow(2,u),l=l+y):(o=a*Math.pow(2,y-1)*Math.pow(2,u),l=0));u>=8;i[p+_]=o&255,_+=z,o/=256,u-=8);for(l=l<<u|o,g+=u;g>0;i[p+_]=l&255,_+=z,l/=256,g-=8);i[p+_-z]|=U*128};/*!
2
+ * The buffer module from node.js, for the browser.
3
+ *
4
+ * @author Feross Aboukhadijeh <https://feross.org>
5
+ * @license MIT
6
+ */(function(i){var a=Y,p=ft,c=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;i.Buffer=o,i.SlowBuffer=lr,i.INSPECT_MAX_BYTES=50;var u=2147483647;i.kMaxLength=u,o.TYPED_ARRAY_SUPPORT=f(),!o.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 f(){try{var e=new Uint8Array(1),t={foo:function(){return 42}};return Object.setPrototypeOf(t,Uint8Array.prototype),Object.setPrototypeOf(e,t),e.foo()===42}catch{return!1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(o.isBuffer(this))return this.byteOffset}});function l(e){if(e>u)throw new RangeError('The value "'+e+'" is invalid for option "size"');var t=new Uint8Array(e);return Object.setPrototypeOf(t,o.prototype),t}function o(e,t,r){if(typeof e=="number"){if(typeof t=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return y(e)}return x(e,t,r)}o.poolSize=8192;function x(e,t,r){if(typeof e=="string")return j(e,t);if(ArrayBuffer.isView(e))return z(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(T(e,ArrayBuffer)||e&&T(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(T(e,SharedArrayBuffer)||e&&T(e.buffer,SharedArrayBuffer)))return U(e,t,r);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return o.from(n,t,r);var s=V(e);if(s)return s;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return o.from(e[Symbol.toPrimitive]("string"),t,r);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}o.from=function(e,t,r){return x(e,t,r)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function g(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function v(e,t,r){return g(e),e<=0?l(e):t!==void 0?typeof r=="string"?l(e).fill(t,r):l(e).fill(t):l(e)}o.alloc=function(e,t,r){return v(e,t,r)};function y(e){return g(e),l(e<0?0:Q(e)|0)}o.allocUnsafe=function(e){return y(e)},o.allocUnsafeSlow=function(e){return y(e)};function j(e,t){if((typeof t!="string"||t==="")&&(t="utf8"),!o.isEncoding(t))throw new TypeError("Unknown encoding: "+t);var r=wt(e,t)|0,n=l(r),s=n.write(e,t);return s!==r&&(n=n.slice(0,s)),n}function _(e){for(var t=e.length<0?0:Q(e.length)|0,r=l(t),n=0;n<t;n+=1)r[n]=e[n]&255;return r}function z(e){if(T(e,Uint8Array)){var t=new Uint8Array(e);return U(t.buffer,t.byteOffset,t.byteLength)}return _(e)}function U(e,t,r){if(t<0||e.byteLength<t)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<t+(r||0))throw new RangeError('"length" is outside of buffer bounds');var n;return t===void 0&&r===void 0?n=new Uint8Array(e):r===void 0?n=new Uint8Array(e,t):n=new Uint8Array(e,t,r),Object.setPrototypeOf(n,o.prototype),n}function V(e){if(o.isBuffer(e)){var t=Q(e.length)|0,r=l(t);return r.length===0||e.copy(r,0,0,t),r}if(e.length!==void 0)return typeof e.length!="number"||rt(e.length)?l(0):_(e);if(e.type==="Buffer"&&Array.isArray(e.data))return _(e.data)}function Q(e){if(e>=u)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+u.toString(16)+" bytes");return e|0}function lr(e){return+e!=e&&(e=0),o.alloc(+e)}o.isBuffer=function(t){return t!=null&&t._isBuffer===!0&&t!==o.prototype},o.compare=function(t,r){if(T(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),T(r,Uint8Array)&&(r=o.from(r,r.offset,r.byteLength)),!o.isBuffer(t)||!o.isBuffer(r))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(t===r)return 0;for(var n=t.length,s=r.length,h=0,m=Math.min(n,s);h<m;++h)if(t[h]!==r[h]){n=t[h],s=r[h];break}return n<s?-1:s<n?1:0},o.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}},o.concat=function(t,r){if(!Array.isArray(t))throw new TypeError('"list" argument must be an Array of Buffers');if(t.length===0)return o.alloc(0);var n;if(r===void 0)for(r=0,n=0;n<t.length;++n)r+=t[n].length;var s=o.allocUnsafe(r),h=0;for(n=0;n<t.length;++n){var m=t[n];if(T(m,Uint8Array))h+m.length>s.length?o.from(m).copy(s,h):Uint8Array.prototype.set.call(s,m,h);else if(o.isBuffer(m))m.copy(s,h);else throw new TypeError('"list" argument must be an Array of Buffers');h+=m.length}return s};function wt(e,t){if(o.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||T(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var r=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&r===0)return 0;for(var s=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":return tt(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return r*2;case"hex":return r>>>1;case"base64":return Bt(e).length;default:if(s)return n?-1:tt(e).length;t=(""+t).toLowerCase(),s=!0}}o.byteLength=wt;function ur(e,t,r){var n=!1;if((t===void 0||t<0)&&(t=0),t>this.length||((r===void 0||r>this.length)&&(r=this.length),r<=0)||(r>>>=0,t>>>=0,r<=t))return"";for(e||(e="utf8");;)switch(e){case"hex":return Er(this,t,r);case"utf8":case"utf-8":return bt(this,t,r);case"ascii":return wr(this,t,r);case"latin1":case"binary":return vr(this,t,r);case"base64":return gr(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return br(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}o.prototype._isBuffer=!0;function D(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}o.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 r=0;r<t;r+=2)D(this,r,r+1);return this},o.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 r=0;r<t;r+=4)D(this,r,r+3),D(this,r+1,r+2);return this},o.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 r=0;r<t;r+=8)D(this,r,r+7),D(this,r+1,r+6),D(this,r+2,r+5),D(this,r+3,r+4);return this},o.prototype.toString=function(){var t=this.length;return t===0?"":arguments.length===0?bt(this,0,t):ur.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(t){if(!o.isBuffer(t))throw new TypeError("Argument must be a Buffer");return this===t?!0:o.compare(this,t)===0},o.prototype.inspect=function(){var t="",r=i.INSPECT_MAX_BYTES;return t=this.toString("hex",0,r).replace(/(.{2})/g,"$1 ").trim(),this.length>r&&(t+=" ... "),"<Buffer "+t+">"},c&&(o.prototype[c]=o.prototype.inspect),o.prototype.compare=function(t,r,n,s,h){if(T(t,Uint8Array)&&(t=o.from(t,t.offset,t.byteLength)),!o.isBuffer(t))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof t);if(r===void 0&&(r=0),n===void 0&&(n=t?t.length:0),s===void 0&&(s=0),h===void 0&&(h=this.length),r<0||n>t.length||s<0||h>this.length)throw new RangeError("out of range index");if(s>=h&&r>=n)return 0;if(s>=h)return-1;if(r>=n)return 1;if(r>>>=0,n>>>=0,s>>>=0,h>>>=0,this===t)return 0;for(var m=h-s,w=n-r,E=Math.min(m,w),b=this.slice(s,h),S=t.slice(r,n),F=0;F<E;++F)if(b[F]!==S[F]){m=b[F],w=S[F];break}return m<w?-1:w<m?1:0};function vt(e,t,r,n,s){if(e.length===0)return-1;if(typeof r=="string"?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,rt(r)&&(r=s?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(s)return-1;r=e.length-1}else if(r<0)if(s)r=0;else return-1;if(typeof t=="string"&&(t=o.from(t,n)),o.isBuffer(t))return t.length===0?-1:Et(e,t,r,n,s);if(typeof t=="number")return t=t&255,typeof Uint8Array.prototype.indexOf=="function"?s?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):Et(e,[t],r,n,s);throw new TypeError("val must be string, number or Buffer")}function Et(e,t,r,n,s){var h=1,m=e.length,w=t.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||t.length<2)return-1;h=2,m/=2,w/=2,r/=2}function E(jt,It){return h===1?jt[It]:jt.readUInt16BE(It*h)}var b;if(s){var S=-1;for(b=r;b<m;b++)if(E(e,b)===E(t,S===-1?0:b-S)){if(S===-1&&(S=b),b-S+1===w)return S*h}else S!==-1&&(b-=b-S),S=-1}else for(r+w>m&&(r=m-w),b=r;b>=0;b--){for(var F=!0,H=0;H<w;H++)if(E(e,b+H)!==E(t,H)){F=!1;break}if(F)return b}return-1}o.prototype.includes=function(t,r,n){return this.indexOf(t,r,n)!==-1},o.prototype.indexOf=function(t,r,n){return vt(this,t,r,n,!0)},o.prototype.lastIndexOf=function(t,r,n){return vt(this,t,r,n,!1)};function fr(e,t,r,n){r=Number(r)||0;var s=e.length-r;n?(n=Number(n),n>s&&(n=s)):n=s;var h=t.length;n>h/2&&(n=h/2);for(var m=0;m<n;++m){var w=parseInt(t.substr(m*2,2),16);if(rt(w))return m;e[r+m]=w}return m}function hr(e,t,r,n){return W(tt(t,e.length-r),e,r,n)}function mr(e,t,r,n){return W(Ar(t),e,r,n)}function xr(e,t,r,n){return W(Bt(t),e,r,n)}function dr(e,t,r,n){return W(Sr(t,e.length-r),e,r,n)}o.prototype.write=function(t,r,n,s){if(r===void 0)s="utf8",n=this.length,r=0;else if(n===void 0&&typeof r=="string")s=r,n=this.length,r=0;else if(isFinite(r))r=r>>>0,isFinite(n)?(n=n>>>0,s===void 0&&(s="utf8")):(s=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var h=this.length-r;if((n===void 0||n>h)&&(n=h),t.length>0&&(n<0||r<0)||r>this.length)throw new RangeError("Attempt to write outside buffer bounds");s||(s="utf8");for(var m=!1;;)switch(s){case"hex":return fr(this,t,r,n);case"utf8":case"utf-8":return hr(this,t,r,n);case"ascii":case"latin1":case"binary":return mr(this,t,r,n);case"base64":return xr(this,t,r,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return dr(this,t,r,n);default:if(m)throw new TypeError("Unknown encoding: "+s);s=(""+s).toLowerCase(),m=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function gr(e,t,r){return t===0&&r===e.length?a.fromByteArray(e):a.fromByteArray(e.slice(t,r))}function bt(e,t,r){r=Math.min(e.length,r);for(var n=[],s=t;s<r;){var h=e[s],m=null,w=h>239?4:h>223?3:h>191?2:1;if(s+w<=r){var E,b,S,F;switch(w){case 1:h<128&&(m=h);break;case 2:E=e[s+1],(E&192)===128&&(F=(h&31)<<6|E&63,F>127&&(m=F));break;case 3:E=e[s+1],b=e[s+2],(E&192)===128&&(b&192)===128&&(F=(h&15)<<12|(E&63)<<6|b&63,F>2047&&(F<55296||F>57343)&&(m=F));break;case 4:E=e[s+1],b=e[s+2],S=e[s+3],(E&192)===128&&(b&192)===128&&(S&192)===128&&(F=(h&15)<<18|(E&63)<<12|(b&63)<<6|S&63,F>65535&&F<1114112&&(m=F))}}m===null?(m=65533,w=1):m>65535&&(m-=65536,n.push(m>>>10&1023|55296),m=56320|m&1023),n.push(m),s+=w}return yr(n)}var Ft=4096;function yr(e){var t=e.length;if(t<=Ft)return String.fromCharCode.apply(String,e);for(var r="",n=0;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=Ft));return r}function wr(e,t,r){var n="";r=Math.min(e.length,r);for(var s=t;s<r;++s)n+=String.fromCharCode(e[s]&127);return n}function vr(e,t,r){var n="";r=Math.min(e.length,r);for(var s=t;s<r;++s)n+=String.fromCharCode(e[s]);return n}function Er(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var s="",h=t;h<r;++h)s+=Br[e[h]];return s}function br(e,t,r){for(var n=e.slice(t,r),s="",h=0;h<n.length-1;h+=2)s+=String.fromCharCode(n[h]+n[h+1]*256);return s}o.prototype.slice=function(t,r){var n=this.length;t=~~t,r=r===void 0?n:~~r,t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),r<t&&(r=t);var s=this.subarray(t,r);return Object.setPrototypeOf(s,o.prototype),s};function A(e,t,r){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUintLE=o.prototype.readUIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||A(t,r,this.length);for(var s=this[t],h=1,m=0;++m<r&&(h*=256);)s+=this[t+m]*h;return s},o.prototype.readUintBE=o.prototype.readUIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||A(t,r,this.length);for(var s=this[t+--r],h=1;r>0&&(h*=256);)s+=this[t+--r]*h;return s},o.prototype.readUint8=o.prototype.readUInt8=function(t,r){return t=t>>>0,r||A(t,1,this.length),this[t]},o.prototype.readUint16LE=o.prototype.readUInt16LE=function(t,r){return t=t>>>0,r||A(t,2,this.length),this[t]|this[t+1]<<8},o.prototype.readUint16BE=o.prototype.readUInt16BE=function(t,r){return t=t>>>0,r||A(t,2,this.length),this[t]<<8|this[t+1]},o.prototype.readUint32LE=o.prototype.readUInt32LE=function(t,r){return t=t>>>0,r||A(t,4,this.length),(this[t]|this[t+1]<<8|this[t+2]<<16)+this[t+3]*16777216},o.prototype.readUint32BE=o.prototype.readUInt32BE=function(t,r){return t=t>>>0,r||A(t,4,this.length),this[t]*16777216+(this[t+1]<<16|this[t+2]<<8|this[t+3])},o.prototype.readIntLE=function(t,r,n){t=t>>>0,r=r>>>0,n||A(t,r,this.length);for(var s=this[t],h=1,m=0;++m<r&&(h*=256);)s+=this[t+m]*h;return h*=128,s>=h&&(s-=Math.pow(2,8*r)),s},o.prototype.readIntBE=function(t,r,n){t=t>>>0,r=r>>>0,n||A(t,r,this.length);for(var s=r,h=1,m=this[t+--s];s>0&&(h*=256);)m+=this[t+--s]*h;return h*=128,m>=h&&(m-=Math.pow(2,8*r)),m},o.prototype.readInt8=function(t,r){return t=t>>>0,r||A(t,1,this.length),this[t]&128?(255-this[t]+1)*-1:this[t]},o.prototype.readInt16LE=function(t,r){t=t>>>0,r||A(t,2,this.length);var n=this[t]|this[t+1]<<8;return n&32768?n|4294901760:n},o.prototype.readInt16BE=function(t,r){t=t>>>0,r||A(t,2,this.length);var n=this[t+1]|this[t]<<8;return n&32768?n|4294901760:n},o.prototype.readInt32LE=function(t,r){return t=t>>>0,r||A(t,4,this.length),this[t]|this[t+1]<<8|this[t+2]<<16|this[t+3]<<24},o.prototype.readInt32BE=function(t,r){return t=t>>>0,r||A(t,4,this.length),this[t]<<24|this[t+1]<<16|this[t+2]<<8|this[t+3]},o.prototype.readFloatLE=function(t,r){return t=t>>>0,r||A(t,4,this.length),p.read(this,t,!0,23,4)},o.prototype.readFloatBE=function(t,r){return t=t>>>0,r||A(t,4,this.length),p.read(this,t,!1,23,4)},o.prototype.readDoubleLE=function(t,r){return t=t>>>0,r||A(t,8,this.length),p.read(this,t,!0,52,8)},o.prototype.readDoubleBE=function(t,r){return t=t>>>0,r||A(t,8,this.length),p.read(this,t,!1,52,8)};function B(e,t,r,n,s,h){if(!o.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>s||t<h)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}o.prototype.writeUintLE=o.prototype.writeUIntLE=function(t,r,n,s){if(t=+t,r=r>>>0,n=n>>>0,!s){var h=Math.pow(2,8*n)-1;B(this,t,r,n,h,0)}var m=1,w=0;for(this[r]=t&255;++w<n&&(m*=256);)this[r+w]=t/m&255;return r+n},o.prototype.writeUintBE=o.prototype.writeUIntBE=function(t,r,n,s){if(t=+t,r=r>>>0,n=n>>>0,!s){var h=Math.pow(2,8*n)-1;B(this,t,r,n,h,0)}var m=n-1,w=1;for(this[r+m]=t&255;--m>=0&&(w*=256);)this[r+m]=t/w&255;return r+n},o.prototype.writeUint8=o.prototype.writeUInt8=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,1,255,0),this[r]=t&255,r+1},o.prototype.writeUint16LE=o.prototype.writeUInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,2,65535,0),this[r]=t&255,this[r+1]=t>>>8,r+2},o.prototype.writeUint16BE=o.prototype.writeUInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,2,65535,0),this[r]=t>>>8,this[r+1]=t&255,r+2},o.prototype.writeUint32LE=o.prototype.writeUInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,4,4294967295,0),this[r+3]=t>>>24,this[r+2]=t>>>16,this[r+1]=t>>>8,this[r]=t&255,r+4},o.prototype.writeUint32BE=o.prototype.writeUInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,4,4294967295,0),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4},o.prototype.writeIntLE=function(t,r,n,s){if(t=+t,r=r>>>0,!s){var h=Math.pow(2,8*n-1);B(this,t,r,n,h-1,-h)}var m=0,w=1,E=0;for(this[r]=t&255;++m<n&&(w*=256);)t<0&&E===0&&this[r+m-1]!==0&&(E=1),this[r+m]=(t/w>>0)-E&255;return r+n},o.prototype.writeIntBE=function(t,r,n,s){if(t=+t,r=r>>>0,!s){var h=Math.pow(2,8*n-1);B(this,t,r,n,h-1,-h)}var m=n-1,w=1,E=0;for(this[r+m]=t&255;--m>=0&&(w*=256);)t<0&&E===0&&this[r+m+1]!==0&&(E=1),this[r+m]=(t/w>>0)-E&255;return r+n},o.prototype.writeInt8=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,1,127,-128),t<0&&(t=255+t+1),this[r]=t&255,r+1},o.prototype.writeInt16LE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,2,32767,-32768),this[r]=t&255,this[r+1]=t>>>8,r+2},o.prototype.writeInt16BE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,2,32767,-32768),this[r]=t>>>8,this[r+1]=t&255,r+2},o.prototype.writeInt32LE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,4,2147483647,-2147483648),this[r]=t&255,this[r+1]=t>>>8,this[r+2]=t>>>16,this[r+3]=t>>>24,r+4},o.prototype.writeInt32BE=function(t,r,n){return t=+t,r=r>>>0,n||B(this,t,r,4,2147483647,-2147483648),t<0&&(t=4294967295+t+1),this[r]=t>>>24,this[r+1]=t>>>16,this[r+2]=t>>>8,this[r+3]=t&255,r+4};function _t(e,t,r,n,s,h){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function At(e,t,r,n,s){return t=+t,r=r>>>0,s||_t(e,t,r,4),p.write(e,t,r,n,23,4),r+4}o.prototype.writeFloatLE=function(t,r,n){return At(this,t,r,!0,n)},o.prototype.writeFloatBE=function(t,r,n){return At(this,t,r,!1,n)};function St(e,t,r,n,s){return t=+t,r=r>>>0,s||_t(e,t,r,8),p.write(e,t,r,n,52,8),r+8}o.prototype.writeDoubleLE=function(t,r,n){return St(this,t,r,!0,n)},o.prototype.writeDoubleBE=function(t,r,n){return St(this,t,r,!1,n)},o.prototype.copy=function(t,r,n,s){if(!o.isBuffer(t))throw new TypeError("argument should be a Buffer");if(n||(n=0),!s&&s!==0&&(s=this.length),r>=t.length&&(r=t.length),r||(r=0),s>0&&s<n&&(s=n),s===n||t.length===0||this.length===0)return 0;if(r<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=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-r<s-n&&(s=t.length-r+n);var h=s-n;return this===t&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(r,n,s):Uint8Array.prototype.set.call(t,this.subarray(n,s),r),h},o.prototype.fill=function(t,r,n,s){if(typeof t=="string"){if(typeof r=="string"?(s=r,r=0,n=this.length):typeof n=="string"&&(s=n,n=this.length),s!==void 0&&typeof s!="string")throw new TypeError("encoding must be a string");if(typeof s=="string"&&!o.isEncoding(s))throw new TypeError("Unknown encoding: "+s);if(t.length===1){var h=t.charCodeAt(0);(s==="utf8"&&h<128||s==="latin1")&&(t=h)}}else typeof t=="number"?t=t&255:typeof t=="boolean"&&(t=Number(t));if(r<0||this.length<r||this.length<n)throw new RangeError("Out of range index");if(n<=r)return this;r=r>>>0,n=n===void 0?this.length:n>>>0,t||(t=0);var m;if(typeof t=="number")for(m=r;m<n;++m)this[m]=t;else{var w=o.isBuffer(t)?t:o.from(t,s),E=w.length;if(E===0)throw new TypeError('The value "'+t+'" is invalid for argument "value"');for(m=0;m<n-r;++m)this[m+r]=w[m%E]}return this};var Fr=/[^+/0-9A-Za-z-_]/g;function _r(e){if(e=e.split("=")[0],e=e.trim().replace(Fr,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function tt(e,t){t=t||1/0;for(var r,n=e.length,s=null,h=[],m=0;m<n;++m){if(r=e.charCodeAt(m),r>55295&&r<57344){if(!s){if(r>56319){(t-=3)>-1&&h.push(239,191,189);continue}else if(m+1===n){(t-=3)>-1&&h.push(239,191,189);continue}s=r;continue}if(r<56320){(t-=3)>-1&&h.push(239,191,189),s=r;continue}r=(s-55296<<10|r-56320)+65536}else s&&(t-=3)>-1&&h.push(239,191,189);if(s=null,r<128){if((t-=1)<0)break;h.push(r)}else if(r<2048){if((t-=2)<0)break;h.push(r>>6|192,r&63|128)}else if(r<65536){if((t-=3)<0)break;h.push(r>>12|224,r>>6&63|128,r&63|128)}else if(r<1114112){if((t-=4)<0)break;h.push(r>>18|240,r>>12&63|128,r>>6&63|128,r&63|128)}else throw new Error("Invalid code point")}return h}function Ar(e){for(var t=[],r=0;r<e.length;++r)t.push(e.charCodeAt(r)&255);return t}function Sr(e,t){for(var r,n,s,h=[],m=0;m<e.length&&!((t-=2)<0);++m)r=e.charCodeAt(m),n=r>>8,s=r%256,h.push(s),h.push(n);return h}function Bt(e){return a.toByteArray(_r(e))}function W(e,t,r,n){for(var s=0;s<n&&!(s+r>=t.length||s>=e.length);++s)t[s+r]=e[s];return s}function T(e,t){return e instanceof t||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===t.name}function rt(e){return e!==e}var Br=function(){for(var e="0123456789abcdef",t=new Array(256),r=0;r<16;++r)for(var n=r*16,s=0;s<16;++s)t[n+s]=e[r]+e[s];return t}()})(Zt);/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */(function(i,a){var p=Zt,c=p.Buffer;function u(l,o){for(var x in l)o[x]=l[x]}c.from&&c.alloc&&c.allocUnsafe&&c.allocUnsafeSlow?i.exports=p:(u(p,a),a.Buffer=f);function f(l,o,x){return c(l,o,x)}f.prototype=Object.create(c.prototype),u(c,f),f.from=function(l,o,x){if(typeof l=="number")throw new TypeError("Argument must not be a number");return c(l,o,x)},f.alloc=function(l,o,x){if(typeof l!="number")throw new TypeError("Argument must be a number");var g=c(l);return o!==void 0?typeof x=="string"?g.fill(o,x):g.fill(o):g.fill(0),g},f.allocUnsafe=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return c(l)},f.allocUnsafeSlow=function(l){if(typeof l!="number")throw new TypeError("Argument must be a number");return p.SlowBuffer(l)}})(nt,nt.exports);var Yt=nt.exports,Xt=Yt.Buffer;function X(i,a){this._block=Xt.alloc(i),this._finalSize=a,this._blockSize=i,this._len=0}X.prototype.update=function(i,a){typeof i=="string"&&(a=a||"utf8",i=Xt.from(i,a));for(var p=this._block,c=this._blockSize,u=i.length,f=this._len,l=0;l<u;){for(var o=f%c,x=Math.min(u-l,c-o),g=0;g<x;g++)p[o+g]=i[l+g];f+=x,l+=x,f%c===0&&this._update(p)}return this._len+=u,this};X.prototype.digest=function(i){var a=this._len%this._blockSize;this._block[a]=128,this._block.fill(0,a+1),a>=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,u=(p-c)/4294967296;this._block.writeUInt32BE(u,this._blockSize-8),this._block.writeUInt32BE(c,this._blockSize-4)}this._update(this._block);var f=this._hash();return i?f.toString(i):f};X.prototype._update=function(){throw new Error("_update must be implemented by subclass")};var ee=X,ie=Zr,Gt=ee,ne=Yt.Buffer,ae=[1518500249,1859775393,-1894007588,-899497514],oe=new Array(80);function P(){this.init(),this._w=oe,Gt.call(this,64,56)}ie(P,Gt);P.prototype.init=function(){return this._a=1732584193,this._b=4023233417,this._c=2562383102,this._d=271733878,this._e=3285377520,this};function pe(i){return i<<1|i>>>31}function se(i){return i<<5|i>>>27}function ce(i){return i<<30|i>>>2}function le(i,a,p,c){return i===0?a&p|~a&c:i===2?a&p|a&c|p&c:a^p^c}P.prototype._update=function(i){for(var a=this._w,p=this._a|0,c=this._b|0,u=this._c|0,f=this._d|0,l=this._e|0,o=0;o<16;++o)a[o]=i.readInt32BE(o*4);for(;o<80;++o)a[o]=pe(a[o-3]^a[o-8]^a[o-14]^a[o-16]);for(var x=0;x<80;++x){var g=~~(x/20),v=se(p)+le(g,c,u,f)+l+a[x]+ae[g]|0;l=f,f=u,u=ce(c),c=p,p=v}this._a=p+this._a|0,this._b=c+this._b|0,this._c=u+this._c|0,this._d=f+this._d|0,this._e=l+this._e|0};P.prototype._hash=function(){var i=ne.allocUnsafe(20);return i.writeInt32BE(this._a|0,0),i.writeInt32BE(this._b|0,4),i.writeInt32BE(this._c|0,8),i.writeInt32BE(this._d|0,12),i.writeInt32BE(this._e|0,16),i};var ue=P;const fe=Ht(ue),ht=new Error("File system not available.");function he(i,a,p){throw ht}function Vt(i){throw ht}function me(i){throw ht}const xe=async i=>Vt();function de(i){let a="";for(let p=0;p<i.length;p+=2)a+=String.fromCharCode(parseInt(i.substr(p,2),16));return btoa(a)}const G=(i,a="sha1")=>{if(a!=="sha1")throw new Error("Only sha1 algorithm is available.");const p=new fe;return de(p.update(i).digest("hex"))},mt=async i=>{const a=new Ut,{name:p,revision:c,documentType:u,created:f,lastModified:l}=i,o={name:p,revision:c,documentType:u,created:f,lastModified:l};return a.file("header.json",JSON.stringify(o,null,2)),a.file("state.json",JSON.stringify(i.initialState||{},null,2)),a.file("operations.json",JSON.stringify(i.operations,null,2)),Object.keys(i.attachments).forEach(g=>{const{data:v,...y}=i.attachments[g];a.file(g,v,{base64:!0,createFolders:!0,comment:JSON.stringify(y)})}),a},Qt=async(i,a,p,c)=>{await(await mt(i)).generateAsync({type:"uint8array",streamFiles:!0});const f=c??i.name,l=`.${p}.zip`;return he(a,f.endsWith(l)?f:`${f}${l}`)},ge=async(i,a)=>{const c=await(await mt(i)).generateAsync({type:"blob"}),u=await a.createWritable();await u.write(c),await u.close()},at=async(i,a)=>{const p=Vt();return tr(p,a)},tr=async(i,a)=>{const p=new Ut;return await p.loadAsync(i),ye(p,a)};async function ye(i,a){const p=i.file("state.json");if(!p)throw new Error("Initial state not found");const c=await p.async("string"),u=JSON.parse(c),f=i.file("header.json");let l;f&&(l=JSON.parse(await f.async("string")));const o=i.file("operations.json");if(!o)throw new Error("Operations history not found");const x=JSON.parse(await o.async("string"));let g=gt(u,x,a,void 0,l);return l&&(g={...g,...l}),g}function rr(i){const a=i.replace(/^.*\./,"")||void 0,p=i.replace(/^.*[/\\]/,"")||void 0;return{extension:a,fileName:p}}async function we(i){const{buffer:a,mimeType:p="application/octet-stream"}=await me(),c=rr(i),u=a.toString("base64");return{data:u,hash:G(u),mimeType:p,...c}}async function ve(i){const a=await xe(),p=Hr.getType(i)||"application/octet-stream",c=rr(i),u=a.toString("base64");return{data:u,hash:G(u),mimeType:p,...c}}function Ee(i,a){const p=i.revision[a.scope];return[q,$,J].includes(a.type)?p:p+1}function be(i,a){return{...i,revision:{...i.revision,[a.scope]:Ee(i,a)},lastModified:new Date().toISOString()}}function Fe(i,a){if([q,$,J].includes(a.type))return i;const{scope:p}=a,c=i.operations[p].slice(0,i.revision[p]);return c.push({...a,index:c.length,timestamp:new Date().toISOString(),hash:"",scope:p}),{...i,operations:{...i.operations,[p]:c}}}function _e(i,a){let p=Fe(i,a);return p=be(p,a),p}function Ae(i,a,p){switch(Rt().parse(a),a.type){case Pt:return Rr(i,a.input);case q:return Mr(i,a,p);case $:return Cr(i,a,p);case J:return Lr(i,a,p);case Wt:return qr(i,a.input.state);default:return i}}function xt(i,a,p,c){let u=i;return ot(a)&&(u=Ae(u,a,p)),u=_e(u,a),u=M.produce(u,f=>{const l=p(f.state,a,c);if(l)return M.castDraft({...u,state:l})}),M.produce(u,f=>{if([q,$,J].includes(a.type))return f;const l=a.scope||"global";f.operations[l][f.operations[l].length-1].hash=dt(f,l),!ot(a)&&a.attachments&&a.attachments.forEach(o=>{const{hash:x,...g}=o;f.attachments[x]={...g}})})}function ot(i){return[Pt,q,$,J,Wt].includes(i.type)}function N(i,a,p,c,u="global"){if(!i)throw new Error("Empty action type");if(typeof i!="string")throw new Error(`Invalid action type: ${i}`);const f={type:i,input:a,scope:u};p&&(f.attachments=p);try{c==null||c().parse(f.input)}catch(l){throw new Error(`Invalid action input: ${l}`)}return f}function er(i,a=xt){return(p,c,u)=>a(p,c,i,u)}const ir=(i,a)=>({name:"",documentType:"",revision:{global:0,local:0},created:new Date().toISOString(),lastModified:new Date().toISOString(),attachments:{},...i,state:(a==null?void 0:a(i==null?void 0:i.state))??(i==null?void 0:i.state)??{global:{},local:{}}}),nr=(i,a)=>{const p=ir(i,a);return{...p,initialState:p,operations:{global:[],local:[]}}},dt=(i,a="global")=>G(Ur(i.state[a])),Se=(i,a=1e3)=>{const p=Math.random()*a;return G(`${(i??new Date).toISOString()}${p}`)};function R(i){return M.castImmutable(M.freeze(i,!0))}function ar(i){return Object.values(i).flatMap(a=>a).sort((a,p)=>new Date(a.timestamp).getTime()-new Date(p.timestamp).getTime())}function C(i,a,p,c,u,f=xt){const l=er(p,f);return gt(i,a,l,c,u)}function gt(i,a,p,c,u){const f=nr(i),l=Object.keys(a).reduce((g,v)=>{const y=v;return{...g,[y]:a[y].slice(0,u==null?void 0:u.revision[y])}},{}),o=ar(l).reduce((g,v)=>p(g,v,c),f),x=Object.keys(o.operations).reduce((g,v)=>{const y=v,j=u&&u.revision[y]<a[y].length?a[y].slice(u.revision[y]):[];return{...g,[y]:[...o.operations[y].map((_,z)=>{var U;return{..._,timestamp:((U=a[y][z])==null?void 0:U.timestamp)??_.timestamp}}),...j]}},{global:[],local:[]});return{...o,operations:x}}const or=i=>N("SET_NAME",i,void 0,lt),pr=(i=1,a="global")=>N("UNDO",i,void 0,ut,a),sr=(i=1,a="global")=>N("REDO",i,void 0,ct,a),cr=(i,a,p="global")=>N("PRUNE",{start:i,end:a},void 0,st,p),yt=(i,a)=>N("LOAD_STATE",{state:i,operations:a},void 0,pt),Be=Object.freeze(Object.defineProperty({__proto__:null,loadState:yt,prune:cr,redo:sr,setName:or,undo:pr},Symbol.toStringTag,{value:"Module"}));class je{constructor(a,p,c){Z(this,"_document");Z(this,"_reducer");Z(this,"_signalDispatch");this._reducer=a,this._document=p,this._signalDispatch=c}dispatch(a){return this._document=this._reducer(this._document,a,this._signalDispatch),this}saveToFile(a,p,c){return Qt(this._document,a,p,c)}async loadFromFile(a){this._document=await at(a,this._reducer)}static async stateFromFile(a,p){return await at(a,p)}get state(){return R(this._document.state)}get operations(){return R(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(a){return this._document.revision[a]}get initialState(){return R(this._document.initialState)}toDocument(){return R(this._document)}getAttachment(a){return this._document.attachments[a]}setName(a){return this.dispatch(or(a)),this}undo(a){return this.dispatch(pr(a)),this}redo(a){return this.dispatch(sr(a)),this}prune(a,p){return this.dispatch(cr(a,p)),this}loadState(a,p){return this.dispatch(yt(a,p)),this}}function Ie(i,a){a.forEach(p=>{Object.getOwnPropertyNames(p.prototype).forEach(c=>{Object.defineProperty(i.prototype,c,Object.getOwnPropertyDescriptor(p.prototype,c)||Object.create(null))})})}exports.BaseActions=Be;exports.BaseDocument=je;exports.applyMixins=Ie;exports.baseReducer=xt;exports.createAction=N;exports.createDocument=nr;exports.createExtendedState=ir;exports.createReducer=er;exports.createZip=mt;exports.getLocalFile=ve;exports.getRemoteFile=we;exports.hashDocument=dt;exports.hashKey=Se;exports.isBaseAction=ot;exports.loadFromFile=at;exports.loadFromInput=tr;exports.readOnly=R;exports.replayDocument=gt;exports.replayOperations=C;exports.saveToFile=Qt;exports.saveToFileHandle=ge;exports.sortOperations=ar;exports.zod=Nr;