@oh-just-another/collab 0.58.2 → 0.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @oh-just-another/collab
2
2
 
3
+ ## 0.59.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 855fdb7: Collab sessions now re-synchronize after a reconnect. `Transport` gains an optional `onStatusChange` (with the new `TransportStatus` type); `EncryptedTransport` forwards the inner transport's status; `TransportProvider` listens for it and, on every reconnect, re-requests the peers' state, offers its own full state and re-announces local awareness. Previously, frames lost while the socket was dying left the Yjs delta chain broken — peers silently stopped applying each other's updates until a full reload.
8
+
9
+ ### Patch Changes
10
+
11
+ - e47c768: `bindEditor` no longer re-emits remote updates as its own writes. The editor's change subscriber fires synchronously inside `loadScene`, so applying a remote snapshot used to diff it against the stale scene and re-write every remote change under the local clientID. Those echoes win Y.Map conflicts against the author's next concurrent write whenever the echoing client has the higher clientID — on the other peer, dragging kept snapping back to the old position. Remote application is now guarded, so peers stay silent for changes they merely adopt.
12
+ - c3fde98: Collab no longer replicates the camera. Only document-scoped viewport settings (grid on/off, grid style, snap-to-grid — the `"export"` scope of `VIEWPORT_SCOPE`) travel through the CRDT; pan, zoom, rotation and viewport size stay local to each peer. Remote snapshots are applied with the local camera overlaid, so another user's panning or zooming never moves your view.
13
+ - Updated dependencies [855fdb7]
14
+ - @oh-just-another/network@0.58.0
15
+
16
+ ## 0.58.3
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [ac128db]
21
+ - @oh-just-another/state@0.62.0
22
+
3
23
  ## 0.58.2
4
24
 
5
25
  ### Patch Changes
package/dist/.tsbuildinfo CHANGED
@@ -1 +1 @@
1
- {"fileNames":["../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/observable.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/random.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/encoding.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/decoding.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UpdateEncoder.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UpdateDecoder.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/DeleteSet.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/YEvent.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Transaction.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/EventHandler.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Snapshot.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/AbstractType.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/ID.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/AbstractStruct.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/GC.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/StructStore.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UndoManager.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/Item.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YArray.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YText.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YMap.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlText.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlHook.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlEvent.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlFragment.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlElement.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Doc.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/AbstractConnector.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/encoding.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/isParentOf.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/logging.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/PermanentUserData.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/RelativePosition.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/Skip.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/updates.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentBinary.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentDeleted.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentDoc.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentEmbed.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentFormat.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentJSON.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentAny.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentString.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentType.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/internals.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/index.d.ts","../../../node_modules/.pnpm/y-protocols@1.0.7_yjs@13.6.30/node_modules/y-protocols/awareness.d.ts","../../types/dist/vec2.d.ts","../../types/dist/bounds.d.ts","../../types/dist/transform.d.ts","../../types/dist/color.d.ts","../../types/dist/ids.d.ts","../../types/dist/assert.d.ts","../../types/dist/object.d.ts","../../types/dist/events.d.ts","../../types/dist/index.d.ts","../../events/dist/emitter.d.ts","../../events/dist/listeners.d.ts","../../events/dist/index.d.ts","../src/awareness.ts","../../scene/dist/style.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/types.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/generate.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/jitter.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/digits.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/errors.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/index.d.ts","../../scene/dist/edge.d.ts","../../scene/dist/shape.d.ts","../../scene/dist/text-runs.d.ts","../../scene/dist/constants.d.ts","../../scene/dist/edge-curve.d.ts","../../scene/dist/annotation.d.ts","../../scene/dist/file.d.ts","../../scene/dist/layer.d.ts","../../scene/dist/viewport.d.ts","../../scene/dist/patch.d.ts","../../scene/dist/scene.d.ts","../../scene/dist/edge-geometry.d.ts","../../scene/dist/edge-label.d.ts","../../scene/dist/operations.d.ts","../../scene/dist/brush-outline.d.ts","../../scene/dist/render-bounds.d.ts","../../scene/dist/text-measure.d.ts","../../scene/dist/anchors.d.ts","../../scene/dist/snap.d.ts","../../scene/dist/outline.d.ts","../../scene/dist/order.d.ts","../../scene/dist/hydrate.d.ts","../../scene/dist/annotation-geometry.d.ts","../../scene/dist/spatial.d.ts","../../scene/dist/queries.d.ts","../../scene/dist/a11y.d.ts","../../scene/dist/layout.d.ts","../../scene/dist/layout-registry.d.ts","../../scene/dist/elbow-router.d.ts","../../scene/dist/elbow-link.d.ts","../../scene/dist/heading.d.ts","../../scene/dist/diff.d.ts","../../scene/dist/three-way-merge.d.ts","../../scene/dist/shape-transform.d.ts","../../scene/dist/container.d.ts","../../scene/dist/index.d.ts","../../state/dist/modes.d.ts","../../state/dist/selection.d.ts","../../state/dist/constants.d.ts","../../state/dist/handle.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/inspection.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/system.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/StateMachine.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/StateNode.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/State.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/raise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/send.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/promise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/symbolObservable.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/createActor.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/guards.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/types.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/spawn.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/assign.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/cancel.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/emit.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/spawnChild.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/stopChild.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/enqueueActions.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/log.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/callback.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/observable.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/transition.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/index.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/assert.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/createMachine.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/mapState.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/getNextSnapshot.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/setup.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/SimulatedClock.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/stateUtils.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/toPromise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/utils.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/transition.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/waitFor.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/index.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/xstate.cjs.d.mts","../../state/dist/machine.d.ts","../../renderer-core/dist/render-target.d.ts","../../renderer-core/dist/animation-adapter.d.ts","../../renderer-core/dist/shape-renderer.d.ts","../../renderer-core/dist/layers.d.ts","../../renderer-core/dist/shape-cache.d.ts","../../renderer-core/dist/layer-cache-composite.d.ts","../../renderer-core/dist/scene-renderer.d.ts","../../renderer-core/dist/edge-cache.d.ts","../../renderer-core/dist/edge-cache-bitmap.d.ts","../../renderer-core/dist/edge-renderer.d.ts","../../renderer-core/dist/grid-renderer.d.ts","../../renderer-core/dist/built-in-renderers.d.ts","../../renderer-core/dist/wasm-bytes.d.ts","../../renderer-core/dist/lru-cache.d.ts","../../renderer-core/dist/text-shaper.d.ts","../../renderer-core/dist/text-layout.d.ts","../../renderer-core/dist/text-editing.d.ts","../../renderer-core/dist/shape-cache-bitmap.d.ts","../../renderer-core/dist/rasterizer.d.ts","../../renderer-core/dist/js-rasterizer.d.ts","../../renderer-core/dist/worker-render.d.ts","../../renderer-core/dist/tile-renderer.d.ts","../../renderer-core/dist/constants.d.ts","../../renderer-core/dist/index.d.ts","../../state/dist/editor/public/laser.d.ts","../../state/dist/editor/hit-test.d.ts","../../state/dist/overlay.d.ts","../../state/dist/dom-events.d.ts","../../history/dist/provider.d.ts","../../history/dist/history.d.ts","../../history/dist/merge.d.ts","../../history/dist/describe.d.ts","../../history/dist/index.d.ts","../../state/dist/file-drop.d.ts","../../state/dist/editor-events.d.ts","../../state/dist/editor/gif-playback.d.ts","../../state/dist/editor/long-press.d.ts","../../state/dist/editor/pinch.d.ts","../../state/dist/editor/public/brush.d.ts","../../state/dist/editor/public/stroke-eraser-coverage.d.ts","../../state/dist/editor/public/eraser.d.ts","../../state/dist/link-selection.d.ts","../../state/dist/editor/interaction-state.d.ts","../../state/dist/editor/public/cursor.d.ts","../../state/dist/editor/public/tool-ops.d.ts","../../state/dist/editor/applies/arrange.d.ts","../../state/dist/editor.d.ts","../../state/dist/actions/types.d.ts","../../state/dist/actions/registry.d.ts","../../state/dist/hotkeys-binding.d.ts","../../state/dist/search.d.ts","../../state/dist/interactive.d.ts","../../state/dist/editor/public/link.d.ts","../../state/dist/actions/actionHistory.d.ts","../../state/dist/actions/actionSelection.d.ts","../../state/dist/actions/actionClipboard.d.ts","../../state/dist/actions/actionZOrder.d.ts","../../state/dist/actions/actionGrouping.d.ts","../../state/dist/actions/actionZoom.d.ts","../../state/dist/actions/actionMode.d.ts","../../state/dist/actions/actionView.d.ts","../../state/dist/actions/actionArrange.d.ts","../../state/dist/actions/actionText.d.ts","../../state/dist/actions/index.d.ts","../../state/dist/platform.d.ts","../../state/dist/index.d.ts","../src/bind-awareness.ts","../src/diff-map.ts","../src/scene-doc.ts","../src/bind-editor.ts","../src/merge.ts","../src/branch-doc.ts","../src/constants.ts","../../network/dist/transport.d.ts","../../network/dist/broadcast-channel.d.ts","../../network/dist/websocket.d.ts","../../network/dist/index.d.ts","../src/encryption.ts","../src/transport-provider.ts","../src/mentions.ts","../src/yjs-history.ts","../src/index.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/index.d.ts"],"fileIdsList":[[292,338,339,341,358,359],[292,340,341,358,359],[341,358,359],[292,341,346,358,359,376],[292,341,342,347,352,358,359,361,373,384],[292,341,342,343,352,358,359,361],[292,341,358,359],[287,288,289,292,341,358,359],[292,341,344,358,359,385],[292,341,345,346,353,358,359,362],[292,341,346,358,359,373,381],[292,341,347,349,352,358,359,361],[292,340,341,348,358,359],[292,341,349,350,358,359],[292,341,351,352,358,359],[292,340,341,352,358,359],[292,341,352,353,354,358,359,373,384],[292,341,352,353,354,358,359,368,373,376],[292,334,341,349,352,355,358,359,361,373,384],[292,341,352,353,355,356,358,359,361,373,381,384],[292,341,355,357,358,359,373,381,384],[290,291,292,293,294,295,296,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390],[292,341,352,358,359],[292,341,358,359,360,384],[292,341,349,352,358,359,361,373],[292,341,358,359,362],[292,341,358,359,363],[292,340,341,358,359,364],[292,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390],[292,341,358,359,366],[292,341,358,359,367],[292,341,352,358,359,368,369],[292,341,358,359,368,370,385,387],[292,341,353,358,359],[292,341,352,358,359,373,374,376],[292,341,358,359,375,376],[292,341,358,359,373,374],[292,341,358,359,376],[292,341,358,359,377],[292,338,341,358,359,373,378,384],[292,341,352,358,359,379,380],[292,341,358,359,379,380],[292,341,346,358,359,361,373,381],[292,341,358,359,382],[292,341,358,359,361,383],[292,341,355,358,359,367,384],[292,341,346,358,359,385],[292,341,358,359,373,386],[292,341,358,359,360,387],[292,341,358,359,388],[292,334,341,358,359],[292,334,341,352,354,358,359,364,373,376,384,386,387,389],[292,341,358,359,373,390],[120,292,341,358,359],[120,121,122,123,124,292,341,358,359],[292,306,310,341,358,359,384],[292,306,341,358,359,373,384],[292,301,341,358,359],[292,303,306,341,358,359,381,384],[292,341,358,359,361,381],[292,341,358,359,391],[292,301,341,358,359,391],[292,303,306,341,358,359,361,384],[292,298,299,302,305,341,352,358,359,373,384],[292,306,313,341,358,359],[292,298,304,341,358,359],[292,306,327,328,341,358,359],[292,302,306,341,358,359,376,384,391],[292,327,341,358,359,391],[292,300,301,341,358,359,391],[292,306,341,358,359],[292,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,341,358,359],[292,306,321,341,358,359],[292,306,313,314,341,358,359],[292,304,306,314,315,341,358,359],[292,305,341,358,359],[292,298,301,306,341,358,359],[292,306,310,314,315,341,358,359],[292,310,341,358,359],[292,304,306,309,341,358,359,384],[292,298,303,306,313,341,358,359],[292,341,358,359,373],[292,301,306,327,341,358,359,389,391],[167,292,341,358,359],[168,169,177,292,341,358,359],[167,169,170,177,292,341,358,359],[168,177,292,341,358,359],[171,172,179,180,181,182,183,184,185,292,341,358,359],[177,178,292,341,358,359],[177,292,341,358,359],[171,172,176,177,179,180,181,182,183,292,341,358,359],[167,177,292,341,358,359],[173,177,187,188,189,292,341,358,359],[167,174,177,292,341,358,359],[166,167,168,169,170,175,176,177,178,186,190,191,192,193,194,195,196,197,198,199,200,201,292,341,358,359],[168,171,172,176,177,179,180,181,182,183,184,185,292,341,358,359],[169,170,177,292,341,358,359],[166,177,292,341,358,359],[166,167,168,169,170,171,172,173,175,176,178,179,292,341,358,359],[169,177,292,341,358,359],[202,292,341,358,359],[59,104,292,341,358,359],[103,292,341,358,359],[63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,292,341,358,359],[63,67,71,292,341,358,359],[63,64,67,74,76,292,341,358,359],[63,64,67,74,76,85,292,341,358,359],[63,64,67,70,74,76,292,341,358,359],[63,67,72,74,292,341,358,359],[63,64,65,67,70,71,72,74,75,292,341,358,359],[63,66,67,68,69,76,85,292,341,358,359],[64,66,67,70,76,85,292,341,358,359],[64,66,67,69,70,71,76,85,292,341,358,359],[64,69,70,80,83,292,341,358,359],[66,67,80,83,84,292,341,358,359],[64,70,76,80,81,82,84,85,292,341,358,359],[64,79,292,341,358,359],[64,78,84,292,341,358,359],[59,85,292,341,358,359],[63,64,67,71,73,74,76,292,341,358,359],[59,60,66,67,70,74,76,77,78,79,83,84,292,341,358,359],[61,62,70,292,341,358,359],[65,67,71,79,85,292,341,358,359],[61,62,70,71,85,292,341,358,359],[63,64,65,67,76,85,292,341,358,359],[67,71,73,76,292,341,358,359],[63,65,66,70,71,72,74,76,85,292,341,358,359],[59,65,66,67,70,76,85,292,341,358,359],[62,71,292,341,358,359],[61,71,292,341,358,359],[67,70,72,76,292,341,358,359],[62,63,64,67,73,74,76,85,292,341,358,359],[70,76,292,341,358,359],[70,292,341,358,359],[63,64,65,73,76,92,292,341,358,359],[104,105,114,117,292,341,358,359],[114,118,161,270,292,341,358,359],[104,161,270,273,292,341,358,359],[104,114,161,273,275,292,341,358,359],[104,292,341,358,359],[277,281,292,341,358,359],[118,271,273,274,275,276,277,282,283,284,285,292,341,358,359],[118,292,341,358,359],[114,161,292,341,358,359],[104,114,161,272,292,341,358,359],[104,105,281,292,341,358,359],[104,161,237,272,273,292,341,358,359],[115,116,292,341,358,359],[161,292,341,358,359],[161,233,292,341,358,359],[233,234,235,236,292,341,358,359],[161,234,292,341,358,359],[278,292,341,358,359],[278,279,280,292,341,358,359],[205,292,341,358,359],[211,292,341,358,359],[114,161,205,212,213,292,341,358,359],[161,205,292,341,358,359],[205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,292,341,358,359],[223,292,341,358,359],[114,292,341,358,359],[114,161,205,206,209,210,292,341,358,359],[161,205,206,292,341,358,359],[114,205,292,341,358,359],[205,219,292,341,358,359],[127,292,341,358,359],[114,126,127,292,341,358,359],[114,131,136,292,341,358,359],[114,127,292,341,358,359],[114,127,136,292,341,358,359],[114,136,292,341,358,359],[114,126,130,136,292,341,358,359],[114,126,292,341,358,359],[114,119,125,292,341,358,359],[114,126,136,292,341,358,359],[134,136,292,341,358,359],[119,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,292,341,358,359],[114,125,292,341,358,359],[114,135,136,292,341,358,359],[114,127,135,136,292,341,358,359],[114,126,127,131,133,134,135,136,292,341,358,359],[125,292,341,358,359],[114,126,127,131,132,133,134,292,341,358,359],[114,126,127,133,136,149,292,341,358,359],[114,125,126,127,131,132,133,134,135,292,341,358,359],[114,119,125,126,128,292,341,358,359],[119,127,292,341,358,359],[252,292,341,358,359],[252,253,258,259,260,261,262,263,264,265,266,267,292,341,358,359],[251,292,341,358,359],[161,162,163,292,341,358,359],[114,161,162,163,203,204,228,229,231,237,238,239,240,241,242,243,245,246,247,248,249,250,292,341,358,359],[114,161,163,204,228,292,341,358,359],[114,161,163,229,243,245,246,292,341,358,359],[114,251,292,341,358,359],[114,161,244,292,341,358,359],[114,161,164,292,341,358,359],[251,253,292,341,358,359],[161,162,163,164,165,204,231,232,238,239,243,249,251,254,255,256,257,268,269,292,341,358,359],[114,161,204,292,341,358,359],[114,162,165,203,292,341,358,359],[114,161,163,228,229,230,292,341,358,359],[106,292,341,358,359],[106,107,108,109,110,111,112,113,292,341,358,359]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"cf2bb69c10b7b96ae10deb9eb729b80eef4cc8bdf8185ce71699efe0c119523c","impliedFormat":99},{"version":"0ec0fc134f1eae55319405fd07e9047fbe1b95633cb4cf2b7372295f17a97c8a","impliedFormat":99},{"version":"b7ff5469bbc422ee71f99e0cf80df682705418cab9debec98a179b507279422b","impliedFormat":99},{"version":"4aaec46d87b61005f0636086f814ebe4b74ca9eb8c8717a715a1704a0fd7cc4f","impliedFormat":99},{"version":"213cc2bbed6c63f88c837b322be41aa398d8b2e5f9cbace643070bece31c624f","impliedFormat":99},{"version":"f3745a58f2bd7ed2c210e882e95b67d0707f97b9ed7b2431f68e5cccec0e20ba","impliedFormat":99},{"version":"2435893282189602e1c3c5ae3f08a0129508c4ab3db3895c436525bd238ef2b6","impliedFormat":99},{"version":"48da7dc25036f0b595b89ee6a96b8a14f2be5508025ec6728d24c57ca46cb862","impliedFormat":99},{"version":"eb7375e005b02971567356809faeeecf14becb300aa9ca483fcd6c9f8aa80d8c","impliedFormat":99},{"version":"e7c738913fab4ba4b00fcf1d1eb1ddf8989b64355da34250407340f4894a2384","impliedFormat":99},{"version":"c871756fb890365824f416826bb7bb363b06c4aa48f1a99263c4fb75ab690b2d","impliedFormat":99},{"version":"c393916098a0b9efbb4ff8ca4ec3eea4af49b9bfe29dfa95ee114e31027281b0","impliedFormat":99},{"version":"431eef47c55a88198c1cc62ea7c9c7537c3219c3fd652c554d3d5bb7a63658a1","impliedFormat":99},{"version":"5af472ea6bfd88682ec2b0861190274781bc3663cd9def4e6ea19449c4027822","impliedFormat":99},{"version":"16b311651dbd580d429938c993c41e1c610ef0b1e83c38229f3ad4d81a35cd39","impliedFormat":99},{"version":"cf2d902695f41deaf5a8f2438fd2ff0c2d56c3a3c0b9ea238881810952ee688f","impliedFormat":99},{"version":"e2144e03793b72e207844641a7ee30d138498d4f7df7f1f2dceab39725591620","impliedFormat":99},{"version":"064733c01462ae496e7b62ffce6a3cb21facb351c0375b151ed66da38de60d69","impliedFormat":99},{"version":"7740c53681ca94000f5cda0c7e6ed6e59ac8157ed36ffdf4da33ec3b5dcc7252","impliedFormat":99},{"version":"a8f20ac0e03797b0d295255ea127050369890396af453a68646b2e18f0e5dd8a","impliedFormat":99},{"version":"4f1d88b42e347f1868a0bd8db7563bc54017c5112a6edb01d5617c342995fdc7","impliedFormat":99},{"version":"f1add31820a8e538ced1fa56092ad68adb998e0e48cecbf4e69b0638391fe5c5","impliedFormat":99},{"version":"a11c0481bbb4d82204954b2d83865b29878713af71d71e72bfb28e5c2138bcaa","impliedFormat":99},{"version":"641d8f8dfc4bfe0dde269a852b6e5711a64dc19faa7c4780f06f3614fc94280a","impliedFormat":99},{"version":"46430bab437cb8c642d528c3d620d483f6b8fa573db004cdcb174ed092170cb9","impliedFormat":99},{"version":"75c4e0aa4e6dd5efaeb4471455cd730c1c21baacdc60bb6d13ae87fd40a55625","impliedFormat":99},{"version":"3d7e49aaf4991f94fe1971cbb39959281274c488d209eac04b9a719bbcb13184","impliedFormat":99},{"version":"8249670da9c5c37d7cdd03576170536f4c3c9cdcfe8cf21df0bbb07a45e5f748","impliedFormat":99},{"version":"d9b96d27372967e8f53b3f7b7cb6e875b8d128080abc4fa204a13f0d3f2b6506","impliedFormat":99},{"version":"d41b65a0fb48a14a7b52eaa45d9b65988af076e63704cba1dd1f72e961e0e2f5","impliedFormat":99},{"version":"92b40a9393f937e4bd7eed4b0161ad03296607bfdf26b0bb323cde18c51e0687","impliedFormat":99},{"version":"fdcbabde604d3123e01b2dc359fe3a0d64e6c1563b8c6a27ec0d626f528f7670","impliedFormat":99},{"version":"2ad0442c75921db414cc44cbb07b3225796096ad660da7aa26a36ec54ac370f9","impliedFormat":99},{"version":"59217222f06b2b24784160c8e2eaf0de94906912505101576a1dd744fd90cdcf","impliedFormat":99},{"version":"c60e185eaab239d465baec8e4a8c2f76fdff641431cb57d12c4e233d61be5474","impliedFormat":99},{"version":"d8b6dc94bc2761afdcff7a1e29359a383472bd8af2ce03485a2792026f15f458","impliedFormat":99},{"version":"1955442a305cd1622782ce89c898be431c66c39c36a253abb0543052f4917613","impliedFormat":99},{"version":"2251d1a89b3d8aac866bc79839c28681886d289d117404276ecf1d4fd5f5c19c","impliedFormat":99},{"version":"2a55511100028e4af650f52bdd7826fb187b9eee380b7ce9249a69f0713503fa","impliedFormat":99},{"version":"8bdf3edd4e55c0167be8af39a89763628fba6d8670777f720957f080c2ce9a50","impliedFormat":99},{"version":"992442834491efb053df22fb8148f8fd1303c198c97f5b50ebf1dd0f63ae5e8b","impliedFormat":99},{"version":"092274870bfdbb373ea502c23b8205d30e622fd10a7e5370d752a6d8de761110","impliedFormat":99},{"version":"e86a45fac2071035f07ade063ad32754edd13f45f3f3b143387ec01b8eb8aec9","impliedFormat":99},{"version":"9d6fcf45c88c41f81ac9a39df453089cad491812291c260f19d85df9fd6ad130","impliedFormat":99},{"version":"819ff6185962272453fe11af8d9f3da27f5d3761b21e196272db43ff54e4caa4","impliedFormat":99},{"version":"eabd2ac406cae917ac8e00029972e27b29329e153c4146b3779f4863bd980298","impliedFormat":99},{"version":"fe27faad99a5cadbc311b6249c496142979d89593f36044999b4f74aa19af129","impliedFormat":99},"b77dd2cadf1b48a1f65438f8f77d2a7772f0d2907000b325ff4610ded5478cb7","315fc277086beaeb86e65ede761df3d13415e8f548cfc6f5e2bd4b7709521551","448f6ecbb0eff1d362682b2117a5c4c3c73e662d59332e7d965a4bd87f8a8084","38af437aa04d760f940dbd3edc06c4872a433b7d8be014e5000a2b8cd0457c03","2e8576e4cb096af4be44c353a4bc4e6e8b2fd2b681ddbeedf22cd31e9f92ad3b","27d319e57fdacb9d976e0b3956027f3f7053afeced8b89b456ea25ec9b117a47","4271e12fc8a35d0edd0cc85f0a0680ece2efa53d0c7645401d3c2499a78fe2f5","502657b9a54e290098ba4f955efa476b91648b24d5310b8c6e7aa0d4cf8945ae","ab873f5da05ba4a1658d5152a785ba3687f9c65166a2fde57796ebe4f12d860e","424fc23ca95544970cb3e4eb0362930c8e0342537ff19f6663fb41601c211577","0793a90b36eb4fc24a95e29492ef122251a8caf86cb60a03c3c9a8e98bb97ff4","20080a832b352a7e2d67a6d28a7de122b46f802b7bc90bb65db7fc1d5518ab37",{"version":"ffb1c90c8aa7f74677c60113ca6e9a83c5dad130e4a4a2da7c33f92d08d3f19f","signature":"d95e098abf57cee73e2707e5f6ce4c318781ebb76d417745d8fa2e40c76151d5"},"ea3ad4d3734c8ae6e99f826c1140af3c2e2635dd29aa20a2c5f1f620be9f1dfd",{"version":"bce89d3ef847715b91ffd525a157c779be8fafebe823671815f7ce96f27afcda","impliedFormat":99},{"version":"c67f9d85070618f586d632cf184b986eb604f426b90aa68ecdad1ac68ca3151c","impliedFormat":99},{"version":"c656cc6ded557aff87a6c823142852e3548c6a14f84bb48ee35c3e57b6ebc03b","impliedFormat":99},{"version":"0e34130243c29d8d826f868c4e00ff586b349627cb241b3d89f0459a6cdeff4d","impliedFormat":99},{"version":"d555c6cb465cc5cf8127adbbc496720d5200c9dfafa777bbf9dfdea74ebfe3a3","impliedFormat":99},{"version":"27a6936a863edf777150af3ebc65939fa34f51d68385f8a7f198d8ea53685a4d","impliedFormat":99},"c009c2e16076182ab001c8cc023aafe39e5ebe606c55f9dc12421b92e243f917","7a5632a11909761dee3ef66b64b47865b0c175d950ee1f56fb1ae263b1494d9b","462dd99e531ed6a79977eb1e938c1ef45a52be2cd2e4d32dada99df4f5c8c42e","64b5410c2e1e07e7d2ef28c0a865afba05ec8c84a1d74c194287d63743923176","5f0ead47c721b821843fae364a37c18236b2a8d2138d0326467f28e612799fac","b85f83aa4b7fb1abc375a73cb706295a146b9f22cf9fa5ec89105fcff6ea1495","fd0cd0a179e95f7d4d5f7370209f6b413006242a045137d33ca230ae015ba760","fa716666e5bedc99e38d37def5182924b9dd9e6298c2751f8cebe0fc631ef697","187502f39e041e5da257a6cc0e328a9c616a71a549003d133580da3c47c55012","8bdcd8a58fead736e81808193884907482c8d354f13a0516e9b236a07622c727","aa11604b85745cee9f64c461928c8a51a63112d53d5269c5a560b2af51ce9e31","e708c2351671cf3a030a73445345ce1574dd19052e86ffa135096b97b06eff65","ed64e7fc910c62a80a7c91c360dca4a01fcfe0798a8f7d1b450fc321934c9978","dfa88df7638cc24634255691d0a3fb72a4910b73211da89fab8f2362730cb3b2","94be66b0e51483a5dd38677cc7aedf7f43cb79c0346d81f39148a68eaff3b24a","75ea946ee4d31489f494b0def56b2db669c3aac052713387d6edc51dc2ca86db","26ce9aa6f798212e39770c45142239f3a54fa63697ba90bae90c6d7ac7da825a","eceda86937454d399a4e4cd4a3e25835a4ac80ab930f399b20f53d8f1c772457","91d0b03323b92883af7fe1d2d87c4dcec3c5a798bd63f7f69169082763c6d2ec","949058dd04fa398b0202e8893074fae9217a588c36733edaa0f69a77de2d362b","1da63fb4ffc26df2d98c1e1ea94d806e2075c988a0c09b4b1304aeba85e4bc65","a4af79d0d3b126a322e88c7f8e8a7930f983058b84eece00f406fe5bd9453db0","ae557ba7a3d28e8909ac395365eb5f8ff63bc28eb2eaace61650ed51f1bc1808","95784f449b26dbdf4aadd2f99a5c2f6c419d80f993ececa6c0c3e0159b452aa5","89c0f7c64772fcb38eda1e15b26da3e53e4101c968a0eeb14954f154aee4dac1","6e7e44d7615d2899c2dd6be4e15bbb2cd0b7f4afec2379c08db14b9eac5c9b43","7106625740fe9c734f90660cfee008981ea0504c6f89c3e3ebb3b7a168d98040","d1b901b618ec72bff0fcb657edf03d83e2bcbb2687a9cddadea48a24ab23faf2","45ae4b2937091491eb8812509187bbc4832a769dfe3cf16f79e9db95ebccbad4","333a712b6dcad79ab598338b5d68835b682b7bd09061973505b83e8e4bcb7f70","c315f9aed0d119e7a6f096aa1f22beee2cf7e9a5e437ce7030c9091310cda909","60bd456f1b63861f880c386ddf1b3916098bbafbf4b5a46a5e5ebc4fcb9434c4","f2c0b5b634eed4010d9396710281a7fdc7019fe47507e8bcb706a58af985548a","b821d01bd6f96ab7c204c56ba79df472b57aa32be80ecc751f885324c7f02bfe","baeb8f9be968778478ffa26099ec4211dd28c6dea1633fd8fd1560c34fdd0269","a2c4b7de22dea51719cf0f661772e1f65d5e938a5b2f329a67492087102dc8bb","28c4e9b7c1c368fbf0e1548a70c62656876d81ba78ffa5dcf3fae6854a3f597c","9f9dba63cdb1803a6173ab5c5d53818c260e64b884424d5c5f03844b8adc2a19","9f4c9f1049cb487843e025cd7b4ce10cce6e221a4dad289efb30cb55a86143ae","4f4202b11c90936d8a43d1285146d00dca170c111124d9103eea929f4f21fdff",{"version":"3a22045e94ed099cf2d521ae47f8b0b2e50033fa0b24838c42a6a312fc7755f2","impliedFormat":1},{"version":"1723af1fd61438370ef2f9b162c21925d7d8263f02ea3786701207a2697bc570","impliedFormat":1},{"version":"a4aaa532e4e0c4387be0990919222f32a34cea09aed545e9751512868d9461de","impliedFormat":1},{"version":"92b81364ea40c145da7f730f660350935e49334a18faafbe7f86105763e6e486","impliedFormat":1},{"version":"672c3ab666d58c2e16ade2836c496278da896764c8f91143ad5c51fab2b9367b","impliedFormat":1},{"version":"d2617b18ac1e533346f2a3a054a2c6f31f86f909242e93c7a6b98c635e0f8792","impliedFormat":1},{"version":"bb892dcd5d3c7b31e1c251bb43384e0eac9604b32b54f27f682b78ba0fa6d257","impliedFormat":1},{"version":"9e49b5ba3cfc1de785d7c3941ea1bccb32e61b880af78748013a9bce376d9817","impliedFormat":1},{"version":"e653259e64adbe8acf9c33dc1a525ac1d1a1dd0f82580f73d81543f948485a86","impliedFormat":1},{"version":"93dc3a02e2e5b4359008b814fce081b4d53021b1f5140b79a2207a48eba472b5","impliedFormat":1},{"version":"1c328efb6045370a8303b4d2bf3fb67e226a07e9391f9044e40f791faa545c82","impliedFormat":1},{"version":"d39d6969c1d5f0abda60b19ad74db9894d1b1314923c398c1697852eef1762b1","impliedFormat":1},{"version":"9dc0ec853f1e803bdf9d2dcc69509f8dae488100664915ab1dd9ffbb732291ba","impliedFormat":1},{"version":"1559b4a59a19b452d5bc46c1f584d99f2775f6d016af0177a5a2150d4955676d","impliedFormat":1},{"version":"245b103ea8c3b19f25cc0b9bb8acc1330b55f0f04338b2d83e236869a6d99e71","impliedFormat":1},{"version":"a2553ad8aacc78a09e9d91d91f9bf21bb4ea98c45f44475c45ea9cc8a5a8b0d9","impliedFormat":1},{"version":"0bb0ba4030a0b3ada4eadf14ca3450653ec4a0e78ffa26ab742ac1548032b200","impliedFormat":1},{"version":"a0af6c85115a5c705af405fd8d3018cc681a9d86e2758395dd8fafd264e93e77","impliedFormat":1},{"version":"dd927c1c69750111f7b88dea99168831251b699486ed211b8f48d3d7790bdd10","impliedFormat":1},{"version":"d6e0a302299f70d42fb6068e4f9f98f95bf63e0d17f96ae0bc54c0fb61b00b92","impliedFormat":1},{"version":"98a7e602735736dee031310c9b49c16988ac523895c628eb358ab9d0c98c47ae","impliedFormat":1},{"version":"d77b19a94143dd761991f7f7f25f8dab258d3eb3e19b85048ba3d41f83d5de41","impliedFormat":1},{"version":"507057a5b3bd68b3056cfb09e9de27601a99e339907cf0fd0b03d5dd840b4c4a","impliedFormat":1},{"version":"3f246c5f9ac101ccef1e1aad6719b6dd1449461b071dea904856780cac690c94","impliedFormat":1},{"version":"24ca5a7d5faa57d04f86e622e614931bf6aeb2d50dfbb8bab1ff319630347407","impliedFormat":1},{"version":"dcca19a81187a21482680d12d92840af02cea5a06e3620d86c3e633242424c42","impliedFormat":1},{"version":"d5144eb14cb4d9292b841699fb53e9a6641b64d926170043412f1e5293bba369","impliedFormat":1},{"version":"94875290d1af98ca3ac9f89993a19b4163b47abccb27bbe728e78eb179765ac1","impliedFormat":1},{"version":"6af618a43f82b685b70b919a00aea9ff6bc2d574c016278b2413631f8ab7ce76","impliedFormat":1},{"version":"68baace0098c248dbee92001664c7eff0dc40182d61a255ba053ea9d68c749fb","impliedFormat":1},{"version":"b58d89b47b1fa76ce57bf1179e53f9d6f5118a301943cb4dea5987d72d529ce9","impliedFormat":1},{"version":"a0982cf55aad440267fc9432f3a12e3a67c497a34cac47f38a3e5a04156b46c1","impliedFormat":1},{"version":"8549892f753971e3ec5f8bad0bd9f74d1a8521f573fd006cfd00d3c27490f444","impliedFormat":1},{"version":"1d5454555a8ee7f7660b48a9d7cf3270d260d3bc61350d79b7c5e2700b7aa20a","impliedFormat":1},{"version":"68cc279fd82ace672f68b6996223f2d6125d81ca544510a52f59f911051d4068","impliedFormat":1},{"version":"7cdbd04d7f3657409c1cab924650dfe5ca74735d45e4f746cab2c571074f580f","impliedFormat":1},{"version":"b992766e7aa0e027fb625316373fb398cdedfb44893ddb10712573cfc86c589e","affectsGlobalScope":true,"impliedFormat":1},{"version":"b75d56703daaffcb31a7cdebf190856e07739a9481f01c2919f95bde99be9424","impliedFormat":99},"b2aa6c9c53b46f566b1b77291edb343cf9acaefae1b988a9c2e62453edfb4f73","1b0a885ca9655037ab9e07ed35adee575d04869014cebb569d1b93e2cf036381","ba5194ddb518cdad4f95c718e255004278d42dbf4712078ba680da1dbf821bff","d13a613341a59921b24775825a7cbbc6526387940d3b9f13c1d116463b94818b","66c6888608b17316a09ede6335f5568748a24af4090990c9cf8050ac8b318c34","e89c865ca4785f4a56fbfe95b04df807ebf6d320b174b484f3a08d54321447a7","fe2527d2cb4fe4edb23490ec232606964e44f6cac1f818e5abdac5c4d90d02fd","366cbb5b4ce12b178620175cb2c13025d3cac376deaa0742524f2eaf0eb83efc","e6a79d0cfe8e75f37a20cb36e05795fa8116c4510a4b3cfc3fa89a427f356b3c","5d75518995846128777556e6058fbfb16cc2e2c383464f0677b3a35bd3c6999b","a2ce304c9f47365f303abfca4cede9bc28cb9047dea4cc948c3e72d700cc3f30","b505287deeb59270e8d172f30f625adf6e8394c16e68f1caeff1d933fb6a239a","0bac2547e09c9ec26b8560830faa296cb34443e4a2571beef0fa8800a12adee0","76c46da0fec884513748a0996b155e149f0f95c07bfe6cefba889b543677869b","6ed00b42dafb3a9e2fe5d85e1f3e9ffe5e555116dfd43021a3670c8d2eded087","5f688823fc3c326fce1b4a162bc7105c039bdb3a204c388c75d87600eeb8cef1","afc9f2f2641096cdd7729a4757859b29f0d91a2296256d7fb438906d140fb534","ce4603d9290b031792e47f9dab0d524e70154d60fa50c434a323db292b2b95ad","3ea1813f7fc276ac2ad3587fa36739257f8cb05634c23ee23179338b029d72cf","6257c11ddda8274e26d5e46fb41272edddd4a8d6a9686ddd79c86b0f5484ba8f","5f442f7b5b287323065b77d9e991937bc10f974bfd65a0f36d2ccc10bb490a6c","6793e02e3c8ff26698992ac3c821bf132aac37b2ca330fd96e31ba33ddb5b79f","76b8a6af1148bafa86dd5fb33c96dc07d15245c4feb1ef39b0307ca36c09bf03","9da7f48f2ecbaf03dc3d7891e979f6c7729942825a247bb93ccb9c5d44d748d0","7bcb2eff2a9f59930a780f2f294ef8c8cbe3b0469c123e7557a9a8561f53edf2","1970897d406f3633627426dfb8824afc75120305598a3f18f3b284ac8aedf3f3","c1b63e95e1abb2c2651d97b1e899c69e8938815441a80f3caeaf347faf798076","32f223289990270623e0e9efaefb38d770af0c6e3546b3371ef4aabc12a61727","0e1576d78364c90e45cfb4017c81ad5ddc97ba304445916961c431a21293b2b6","3b7c37677c0d248890b293cb9b54155edba8602f640ced3ed056b10da3e8e35b","c883cc76a206788d1309f90a456993b6c60a576953e981b1a36bb18dd100632c","b82e615005b6b77992bf46f3e2be1a675b268054c494c34df5667d935d58284a","6712799091e3589332e6ad0a6eb501944e8b89e4ae15790ed6f4d53f9c406d9a","29836755cbd12110cd4229539ad820312f3b0357963339dc08f08c3cad7e620d","b9fdaa6cffc1cc4b5145bb659fe378f1c2b13f936ba4219bd9466acd521db266","8d95e6c873cdc89fc4e9b3ee74d2092ee8d7948d0c789e1e6d08016f7a0027c7","0c4f49a7176820ae703240c4821df94236a19bb5951f7a1f1279388efa87854d","d2c56037e83468033b4c4094d5ad7868562625ca54f17494cc80203ab495e7e4","4de33a90c12732f0ad8cef19b77b61e9e49f32f89f0a6b670a93e6ca1dd5c615","1da34f4391642af6e657056bd3f0e0a3d73bf54c088c07672a2d949fdd56d559","de9f1bc8efb1c02503ba4fde47430bc99351709dce75e76987bff4f38efe6330","6733bd0c1ccd89c23cd12692ee82a6868b306a6f16e7dfec9427dcd94d2a48b4","fd0650fb6dea73342c7b8c5a52494e77949324c5ff176b1a3b5636634737e4f3","fcd5406d356470d6316403ff2baba7a62f31aa2c3c01c156f45f31da33a41bcc","ad7ba7598709e78b3d4fc206877b68f6f4643a775d6627029170e676a779b8a2","58afbd3703b33fdf76bb8ceb94af46f33afb4a63d996b3e2188f9cd9db343b5a","5e8b88816f0f2fe353f306c37f1d922533d227dda826784104063d9c8dfcf2e1","a90f65bb0b5244268a9f54bf3367d9ec2e9acee8cebb4e797aa7f5f81adeb838","f204603417254c9cde817f3a4cde232ab4fb9cd9b03acec57aeca9fb947fcce3","11bc0628f98c712eb9037eb70390b5f3e28f951547b093c24fa9e86779c9af6b","1d3ee68c63ac609dcc16cf1c9bba2e49a9d0a76035aa32e9877ee57033ca3889","55c6533ab1b7641eae36e4b653fa71a5dd69e28032bd4aadefe1d5c0b77c8a1c","ae41926f8dbd0dace08d34feaaaf2dcb370688d9f0cdef84933650c5bd489104","b7202b1fc4e7c59189016d1022fe6788963fa49f9382bfb5b481903ce747dae5","05f09c2d6fc0a2e0b0e82e88e5868e606eb3d11334472106edcfaf78ecf5894e","4eaad172a7fcbc71545df6721f82525028d1ae364f7ce92f9ebc0ca2a088c3ef","9a5adcbe9eac7ac6766c0507a8c80193bca7ef49776f549492d75b5f7c662c35","3ece9ee6e1ae792516b4cd4e098a223160f3da08a33c6b5e48d17d9077ae2da7","c6c02247a327c93acf722977b526ad9c56f2b62a938599a5be23de1da5b4dc3d","0d372ea5e36a18afa55908e17e1dc1a3b170d202feea9290cd7ee1e689bbec49","43def24d0a8be40fb4f2dcd389824dbb46b155b6831c9b69b6e667ec76d14d66","1ac83b315c0cd9295f6187a23a0ce9eb00ca6ce51bf2ed9a77d3b648d307d6f8","f6fdff22a72276a3dcc4ecb9cd6c060e474d75c2749fc66cf6919bb74c6cf6fc","8cfd4ffb44ee72c4cabfe7ac2409a478ea65d98b2bad3bd09893aa98b5c3ad5d","cd3cdde159203321dcd4afcd4b41638df1d94441e5a4da209fedb2567c70b790","3afe1fefb03647d43aa2ba4645beaa827cd594487eb0d18452997dc8fc9c9c6c","3fa10a9db4a632ddf9bdcfe8a4ce9448c585517afc39ef199e81b8364a54ba24",{"version":"358e087311338919d90f474ebd80b9d65afca5586714c34b9cf74506d5fd361d","signature":"57ad0788c10c8937f95db1744200ae6c34411a114f8356fc4d96cd59958c277b"},{"version":"b1eaaab0bcfc1cb6b29b239d0cc8e307c26481384283f80bd566d92772743bf5","signature":"b08df2327bf7e834e6f6974b9063209cdfd1b31d40ea78449369b393d19441cf"},{"version":"534196bddef966cc1b4a6fd4abc9ad1a7f27f00aad18b659230cdc62eb6c832e","signature":"448ed285499ed074416e76063ee70458fee75e9205ae992998bf74f4626eb088"},{"version":"58f682a08f337a7c505f35f6884e057eacc8f56c371bc56b4e08d5c84a070f33","signature":"c603c365f33d743091d10674ae1b6e43b80d3b20057a8bb0c171fd37bb711016"},{"version":"36200962dc8d928d1bd6dc1cb367375e20dd7267ab1821351cc422a9ff66cb41","signature":"5e6c2dc3650e7af363dd9e652c615ea82ea78bc996a9d857e208124a9720d591"},{"version":"22a966fa0147798a331bc5790b2de4233b94d89e700f7a34f08e616b4a0a59d2","signature":"e852011913b88c297b21593d441c4c15968d7ea1413760c20b1aa57ce69ee74b"},{"version":"e4f53775cde399f34f9133b3d3c7164d2c11a6e89db8ad20804d085139de3b3a","signature":"da67ed9e28ed323d2a6848155be37a4884101776fa5c2a640cdaf44852ea0530"},"ce19014a67600c8b0a33390c80b2f4f9f3552af6a9e654049b81ce0f954cba31","c931a77967f9a1abcda8aa2be310c4c4451822189bfc00c6ba523f97065f0fbe","ecf3005ef0fe948502c5421459c6f5caf1fa5775765055da4b6d126286e813cf","dda191ab72d5c566f373ee539e5e5da173c0d340d664dca13c4d80018af12b07",{"version":"8f8cec3e29f36ad2e6363c6cc42f5ee1eaa11d75dce76d8954bae5b29f530cfc","signature":"6ea79f6e0841d35b7a2d2955921007dd2021a3573e8f85b74a073a3718e6cbaf"},{"version":"f36ee3c030e1bbf1b3aaf4be58afd34fd0c97ae26b147b7cd4efc00578b65e36","signature":"b7449cfeb7d99430f6bc42aed57dac83daba7fa58a0329b06c6130fcd62df0b8"},{"version":"41fd94a708c22e00e3854ab6a1ee667fd60c36666b172b99b5d6382081ff1847","signature":"e54e0b244d72e0409b8cd34ad5c3e8a46cd7f31bb46775d5723331b25de286d2"},{"version":"27aa07ddececda1e6df9430de655b3d1a02faa0bed901acbfdc26c51a2672ae9","signature":"dad938a7681100437b83209c3244e1667e34a61cd887c3d9984a8b9ad710b01e"},{"version":"b66c2b04b759676aea6a896449a76257cd0c5dc6059fc449eb11dae1163e95b8","signature":"6f9bc08ac170c6972efc209e05fa17a64d29783c189905eaeb943f72f4ef3d5c"},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"58647d85d0f722a1ce9de50955df60a7489f0593bf1a7015521efe901c06d770","impliedFormat":1},{"version":"73b5fa37db36eeac90c4d752e39586f1b57187400c4f5280fd05f16437287a45","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"80523c00b8544a2000ae0143e4a90a00b47f99823eb7926c1e03c494216fc363","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"746911b62b329587939560deb5c036aca48aece03147b021fa680223255d5183","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c8d3e5a18ba35629954e48c4cc8f11dc88224650067a172685c736b27a34a4dc","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2b55d426ff2b9087485e52ac4bc7cfafe1dc420fc76dad926cd46526567c501a","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1}],"root":[118,[271,277],[282,286]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[338,1],[339,1],[340,2],[292,3],[341,4],[342,5],[343,6],[287,7],[290,8],[288,7],[289,7],[344,9],[345,10],[346,11],[347,12],[348,13],[349,14],[350,14],[351,15],[352,16],[353,17],[354,18],[293,7],[291,7],[355,19],[356,20],[357,21],[391,22],[358,23],[359,7],[360,24],[361,25],[362,26],[363,27],[364,28],[365,29],[366,30],[367,31],[368,32],[369,32],[370,33],[371,7],[372,34],[373,35],[375,36],[374,37],[376,38],[377,39],[378,40],[379,41],[380,42],[381,43],[382,44],[383,45],[384,46],[385,47],[386,48],[387,49],[388,50],[294,7],[295,7],[296,7],[335,51],[336,7],[337,7],[389,52],[390,53],[297,7],[123,7],[124,7],[121,54],[125,55],[122,54],[120,7],[62,7],[61,7],[59,7],[60,7],[57,7],[58,7],[10,7],[12,7],[11,7],[2,7],[13,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[3,7],[21,7],[22,7],[4,7],[23,7],[27,7],[24,7],[25,7],[26,7],[28,7],[29,7],[30,7],[5,7],[31,7],[32,7],[33,7],[34,7],[6,7],[38,7],[35,7],[36,7],[37,7],[39,7],[7,7],[40,7],[45,7],[46,7],[41,7],[42,7],[43,7],[44,7],[8,7],[50,7],[47,7],[48,7],[49,7],[51,7],[9,7],[52,7],[53,7],[54,7],[56,7],[55,7],[1,7],[313,56],[323,57],[312,56],[333,58],[304,59],[303,60],[332,61],[326,62],[331,63],[306,64],[320,65],[305,66],[329,67],[301,68],[300,61],[330,69],[302,70],[307,71],[308,7],[311,71],[298,7],[334,72],[324,73],[315,74],[316,75],[318,76],[314,77],[317,78],[327,61],[309,79],[310,80],[319,81],[299,82],[322,73],[321,71],[325,7],[328,83],[196,84],[170,85],[168,86],[169,87],[186,88],[179,89],[180,90],[181,90],[184,91],[185,90],[171,90],[172,90],[182,90],[183,90],[187,92],[190,93],[188,92],[173,92],[189,92],[191,90],[175,94],[192,87],[194,90],[176,90],[202,95],[166,90],[193,90],[195,96],[178,90],[197,97],[174,7],[167,98],[198,90],[200,90],[177,99],[199,100],[201,90],[203,101],[105,102],[104,103],[103,104],[72,105],[100,106],[94,106],[95,106],[96,107],[97,106],[98,106],[99,106],[101,106],[102,108],[73,109],[76,110],[92,109],[70,111],[77,112],[79,112],[78,113],[84,114],[82,115],[83,116],[81,117],[80,118],[86,119],[65,120],[85,121],[68,7],[71,122],[90,123],[91,124],[69,125],[74,126],[67,127],[75,128],[64,129],[63,130],[66,131],[87,132],[88,133],[89,134],[93,135],[118,136],[271,137],[274,138],[276,139],[277,7],[272,140],[282,141],[286,142],[284,143],[275,144],[273,145],[283,146],[285,147],[115,7],[117,148],[116,7],[236,149],[234,150],[237,151],[235,149],[233,152],[279,153],[281,154],[278,7],[280,153],[206,7],[216,155],[227,156],[213,149],[212,144],[214,157],[215,158],[228,159],[224,160],[210,161],[208,7],[218,7],[223,144],[205,161],[211,162],[222,149],[209,144],[207,163],[221,164],[220,165],[219,7],[226,161],[217,7],[225,144],[151,166],[143,167],[148,168],[131,161],[140,169],[129,7],[160,170],[157,171],[130,161],[137,172],[138,173],[126,174],[155,175],[154,161],[132,161],[156,169],[147,176],[161,177],[133,178],[153,179],[152,180],[139,181],[146,182],[145,169],[135,183],[150,184],[141,169],[136,185],[159,169],[127,186],[144,171],[149,161],[119,161],[142,7],[128,187],[158,170],[134,161],[266,188],[260,188],[262,188],[258,188],[264,188],[259,188],[267,188],[265,188],[261,188],[263,188],[268,189],[253,188],[252,190],[164,149],[232,161],[239,191],[251,192],[250,144],[240,161],[230,193],[247,194],[241,161],[242,161],[243,144],[248,195],[245,196],[229,161],[257,144],[244,144],[249,144],[238,195],[165,197],[254,198],[270,199],[256,200],[246,161],[204,201],[162,7],[231,202],[269,7],[255,144],[163,161],[111,7],[107,7],[109,7],[113,203],[110,7],[114,204],[112,7],[108,7],[106,7]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
1
+ {"fileNames":["../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/observable.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/random.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/encoding.d.ts","../../../node_modules/.pnpm/lib0@0.2.117/node_modules/lib0/decoding.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UpdateEncoder.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UpdateDecoder.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/DeleteSet.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/YEvent.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Transaction.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/EventHandler.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Snapshot.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/AbstractType.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/ID.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/AbstractStruct.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/GC.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/StructStore.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/UndoManager.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/Item.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YArray.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YText.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YMap.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlText.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlHook.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlEvent.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlFragment.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/types/YXmlElement.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/Doc.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/AbstractConnector.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/encoding.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/isParentOf.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/logging.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/PermanentUserData.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/RelativePosition.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/Skip.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/utils/updates.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentBinary.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentDeleted.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentDoc.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentEmbed.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentFormat.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentJSON.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentAny.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentString.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/structs/ContentType.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/internals.d.ts","../../../node_modules/.pnpm/yjs@13.6.30/node_modules/yjs/dist/src/index.d.ts","../../../node_modules/.pnpm/y-protocols@1.0.7_yjs@13.6.30/node_modules/y-protocols/awareness.d.ts","../../types/dist/vec2.d.ts","../../types/dist/bounds.d.ts","../../types/dist/transform.d.ts","../../types/dist/color.d.ts","../../types/dist/ids.d.ts","../../types/dist/assert.d.ts","../../types/dist/object.d.ts","../../types/dist/events.d.ts","../../types/dist/index.d.ts","../../events/dist/emitter.d.ts","../../events/dist/listeners.d.ts","../../events/dist/index.d.ts","../src/awareness.ts","../../scene/dist/text/style.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/types.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/generate.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/jitter.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/digits.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/errors.d.ts","../../../node_modules/.pnpm/fractional-keys@0.1.1/node_modules/fractional-keys/dist/index.d.ts","../../scene/dist/edges/edge.d.ts","../../scene/dist/shapes/shape.d.ts","../../scene/dist/text/text-runs.d.ts","../../scene/dist/constants.d.ts","../../scene/dist/edges/edge-curve.d.ts","../../scene/dist/annotations/annotation.d.ts","../../scene/dist/model/file.d.ts","../../scene/dist/model/layer.d.ts","../../scene/dist/model/viewport.d.ts","../../scene/dist/model/patch.d.ts","../../scene/dist/model/scene.d.ts","../../scene/dist/edges/edge-geometry.d.ts","../../scene/dist/edges/edge-label.d.ts","../../scene/dist/model/operations.d.ts","../../scene/dist/shapes/brush-outline.d.ts","../../scene/dist/shapes/render-bounds.d.ts","../../scene/dist/text/text-measure.d.ts","../../scene/dist/geometry/anchors.d.ts","../../scene/dist/geometry/snap.d.ts","../../scene/dist/geometry/outline.d.ts","../../scene/dist/model/order.d.ts","../../scene/dist/model/hydrate.d.ts","../../scene/dist/annotations/annotation-geometry.d.ts","../../scene/dist/query/spatial.d.ts","../../scene/dist/query/queries.d.ts","../../scene/dist/a11y.d.ts","../../scene/dist/layout/layout.d.ts","../../scene/dist/layout/layout-registry.d.ts","../../scene/dist/edges/elbow-router.d.ts","../../scene/dist/edges/elbow-link.d.ts","../../scene/dist/edges/heading.d.ts","../../scene/dist/model/diff.d.ts","../../scene/dist/model/three-way-merge.d.ts","../../scene/dist/shapes/shape-transform.d.ts","../../scene/dist/shapes/container.d.ts","../../scene/dist/index.d.ts","../../state/dist/interaction/modes.d.ts","../../state/dist/selection/selection.d.ts","../../state/dist/constants.d.ts","../../state/dist/interaction/handle.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/inspection.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/system.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/StateMachine.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/StateNode.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/State.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/raise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/send.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/promise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/symbolObservable.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/createActor.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/guards.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/types.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/spawn.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/assign.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/cancel.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/emit.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/spawnChild.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/stopChild.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/enqueueActions.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions/log.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actions.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/callback.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/observable.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/transition.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/actors/index.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/assert.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/createMachine.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/mapState.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/getNextSnapshot.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/setup.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/SimulatedClock.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/stateUtils.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/toPromise.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/utils.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/transition.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/waitFor.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/declarations/src/index.d.ts","../../../node_modules/.pnpm/xstate@5.31.1/node_modules/xstate/dist/xstate.cjs.d.mts","../../state/dist/interaction/machine.d.ts","../../renderer-core/dist/targets/render-target.d.ts","../../renderer-core/dist/raster/animation-adapter.d.ts","../../renderer-core/dist/rendering/shape-renderer.d.ts","../../renderer-core/dist/targets/layers.d.ts","../../renderer-core/dist/caches/shape-cache.d.ts","../../renderer-core/dist/caches/layer-cache-composite.d.ts","../../renderer-core/dist/rendering/scene-renderer.d.ts","../../renderer-core/dist/caches/edge-cache.d.ts","../../renderer-core/dist/caches/edge-cache-bitmap.d.ts","../../renderer-core/dist/rendering/edge-renderer.d.ts","../../renderer-core/dist/rendering/grid-renderer.d.ts","../../renderer-core/dist/rendering/built-in-renderers.d.ts","../../renderer-core/dist/raster/wasm-bytes.d.ts","../../renderer-core/dist/caches/lru-cache.d.ts","../../renderer-core/dist/text/text-shaper.d.ts","../../renderer-core/dist/text/text-layout.d.ts","../../renderer-core/dist/text/text-editing.d.ts","../../renderer-core/dist/caches/shape-cache-bitmap.d.ts","../../renderer-core/dist/raster/rasterizer.d.ts","../../renderer-core/dist/raster/js-rasterizer.d.ts","../../renderer-core/dist/worker-render.d.ts","../../renderer-core/dist/caches/tile-renderer.d.ts","../../renderer-core/dist/constants.d.ts","../../renderer-core/dist/index.d.ts","../../state/dist/editor/public/laser.d.ts","../../state/dist/editor/hit-test.d.ts","../../state/dist/render/overlay.d.ts","../../state/dist/input/dom-events.d.ts","../../history/dist/provider.d.ts","../../history/dist/history.d.ts","../../history/dist/merge.d.ts","../../history/dist/describe.d.ts","../../history/dist/index.d.ts","../../state/dist/features/file-drop.d.ts","../../state/dist/editor/editor-events.d.ts","../../state/dist/editor/gif-playback.d.ts","../../state/dist/editor/long-press.d.ts","../../state/dist/editor/pinch.d.ts","../../state/dist/editor/public/brush.d.ts","../../state/dist/editor/public/stroke-eraser-coverage.d.ts","../../state/dist/editor/public/eraser.d.ts","../../state/dist/selection/link-selection.d.ts","../../state/dist/editor/interaction-state.d.ts","../../state/dist/editor/public/cursor.d.ts","../../state/dist/editor/public/tool-ops.d.ts","../../state/dist/editor/applies/arrange.d.ts","../../state/dist/editor.d.ts","../../state/dist/actions/types.d.ts","../../state/dist/actions/registry.d.ts","../../state/dist/input/hotkeys-binding.d.ts","../../state/dist/features/search.d.ts","../../state/dist/interaction/interactive.d.ts","../../state/dist/editor/public/link.d.ts","../../state/dist/actions/actionHistory.d.ts","../../state/dist/actions/actionSelection.d.ts","../../state/dist/actions/actionClipboard.d.ts","../../state/dist/actions/actionZOrder.d.ts","../../state/dist/actions/actionGrouping.d.ts","../../state/dist/actions/actionZoom.d.ts","../../state/dist/actions/actionMode.d.ts","../../state/dist/actions/actionView.d.ts","../../state/dist/actions/actionArrange.d.ts","../../state/dist/actions/actionText.d.ts","../../state/dist/actions/index.d.ts","../../state/dist/input/platform.d.ts","../../state/dist/index.d.ts","../src/bind-awareness.ts","../src/diff-map.ts","../src/scene-doc.ts","../src/bind-editor.ts","../src/merge.ts","../src/branch-doc.ts","../src/constants.ts","../../network/dist/transport.d.ts","../../network/dist/broadcast-channel.d.ts","../../network/dist/websocket.d.ts","../../network/dist/index.d.ts","../src/encryption.ts","../src/transport-provider.ts","../src/mentions.ts","../src/yjs-history.ts","../src/index.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/globals.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/abortcontroller.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/domexception.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/events.d.ts","../../../node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/header.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/readable.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/file.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/fetch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/formdata.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/connector.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/global-origin.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool-stats.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/handlers.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-client.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-pool.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/mock-errors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-handler.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/retry-agent.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/api.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/interceptors.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/util.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cookies.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/patch.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/websocket.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/eventsource.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/filereader.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/content-type.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/cache.d.ts","../../../node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types/index.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/fetch.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/navigator.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/web-globals/storage.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/assert.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/assert/strict.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/async_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/buffer.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/child_process.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/cluster.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/console.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/constants.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/crypto.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dgram.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dns.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/dns/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/domain.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/events.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/fs.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/fs/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/http.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/http2.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/https.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/inspector.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/inspector.generated.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/module.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/net.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/os.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/path.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/process.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/punycode.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/querystring.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/readline.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/readline/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/repl.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/sea.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/sqlite.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/stream/web.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/string_decoder.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/test.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/timers.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/timers/promises.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/tls.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/trace_events.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/tty.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/url.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/util.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/v8.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/vm.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/wasi.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/worker_threads.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/zlib.d.ts","../../../node_modules/.pnpm/@types+node@22.19.19/node_modules/@types/node/index.d.ts"],"fileIdsList":[[292,338,339,341,358,359],[292,340,341,358,359],[341,358,359],[292,341,346,358,359,376],[292,341,342,347,352,358,359,361,373,384],[292,341,342,343,352,358,359,361],[292,341,358,359],[287,288,289,292,341,358,359],[292,341,344,358,359,385],[292,341,345,346,353,358,359,362],[292,341,346,358,359,373,381],[292,341,347,349,352,358,359,361],[292,340,341,348,358,359],[292,341,349,350,358,359],[292,341,351,352,358,359],[292,340,341,352,358,359],[292,341,352,353,354,358,359,373,384],[292,341,352,353,354,358,359,368,373,376],[292,334,341,349,352,355,358,359,361,373,384],[292,341,352,353,355,356,358,359,361,373,381,384],[292,341,355,357,358,359,373,381,384],[290,291,292,293,294,295,296,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390],[292,341,352,358,359],[292,341,358,359,360,384],[292,341,349,352,358,359,361,373],[292,341,358,359,362],[292,341,358,359,363],[292,340,341,358,359,364],[292,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390],[292,341,358,359,366],[292,341,358,359,367],[292,341,352,358,359,368,369],[292,341,358,359,368,370,385,387],[292,341,353,358,359],[292,341,352,358,359,373,374,376],[292,341,358,359,375,376],[292,341,358,359,373,374],[292,341,358,359,376],[292,341,358,359,377],[292,338,341,358,359,373,378,384],[292,341,352,358,359,379,380],[292,341,358,359,379,380],[292,341,346,358,359,361,373,381],[292,341,358,359,382],[292,341,358,359,361,383],[292,341,355,358,359,367,384],[292,341,346,358,359,385],[292,341,358,359,373,386],[292,341,358,359,360,387],[292,341,358,359,388],[292,334,341,358,359],[292,334,341,352,354,358,359,364,373,376,384,386,387,389],[292,341,358,359,373,390],[120,292,341,358,359],[120,121,122,123,124,292,341,358,359],[292,306,310,341,358,359,384],[292,306,341,358,359,373,384],[292,301,341,358,359],[292,303,306,341,358,359,381,384],[292,341,358,359,361,381],[292,341,358,359,391],[292,301,341,358,359,391],[292,303,306,341,358,359,361,384],[292,298,299,302,305,341,352,358,359,373,384],[292,306,313,341,358,359],[292,298,304,341,358,359],[292,306,327,328,341,358,359],[292,302,306,341,358,359,376,384,391],[292,327,341,358,359,391],[292,300,301,341,358,359,391],[292,306,341,358,359],[292,300,301,302,303,304,305,306,307,308,310,311,312,313,314,315,316,317,318,319,320,321,322,323,324,325,326,328,329,330,331,332,333,341,358,359],[292,306,321,341,358,359],[292,306,313,314,341,358,359],[292,304,306,314,315,341,358,359],[292,305,341,358,359],[292,298,301,306,341,358,359],[292,306,310,314,315,341,358,359],[292,310,341,358,359],[292,304,306,309,341,358,359,384],[292,298,303,306,313,341,358,359],[292,341,358,359,373],[292,301,306,327,341,358,359,389,391],[167,292,341,358,359],[168,169,177,292,341,358,359],[167,169,170,177,292,341,358,359],[168,177,292,341,358,359],[171,172,179,180,181,182,183,184,185,292,341,358,359],[177,178,292,341,358,359],[177,292,341,358,359],[171,172,176,177,179,180,181,182,183,292,341,358,359],[167,177,292,341,358,359],[173,177,187,188,189,292,341,358,359],[167,174,177,292,341,358,359],[166,167,168,169,170,175,176,177,178,186,190,191,192,193,194,195,196,197,198,199,200,201,292,341,358,359],[168,171,172,176,177,179,180,181,182,183,184,185,292,341,358,359],[169,170,177,292,341,358,359],[166,177,292,341,358,359],[166,167,168,169,170,171,172,173,175,176,178,179,292,341,358,359],[169,177,292,341,358,359],[202,292,341,358,359],[59,104,292,341,358,359],[103,292,341,358,359],[63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,292,341,358,359],[63,67,71,292,341,358,359],[63,64,67,74,76,292,341,358,359],[63,64,67,74,76,85,292,341,358,359],[63,64,67,70,74,76,292,341,358,359],[63,67,72,74,292,341,358,359],[63,64,65,67,70,71,72,74,75,292,341,358,359],[63,66,67,68,69,76,85,292,341,358,359],[64,66,67,70,76,85,292,341,358,359],[64,66,67,69,70,71,76,85,292,341,358,359],[64,69,70,80,83,292,341,358,359],[66,67,80,83,84,292,341,358,359],[64,70,76,80,81,82,84,85,292,341,358,359],[64,79,292,341,358,359],[64,78,84,292,341,358,359],[59,85,292,341,358,359],[63,64,67,71,73,74,76,292,341,358,359],[59,60,66,67,70,74,76,77,78,79,83,84,292,341,358,359],[61,62,70,292,341,358,359],[65,67,71,79,85,292,341,358,359],[61,62,70,71,85,292,341,358,359],[63,64,65,67,76,85,292,341,358,359],[67,71,73,76,292,341,358,359],[63,65,66,70,71,72,74,76,85,292,341,358,359],[59,65,66,67,70,76,85,292,341,358,359],[62,71,292,341,358,359],[61,71,292,341,358,359],[67,70,72,76,292,341,358,359],[62,63,64,67,73,74,76,85,292,341,358,359],[70,76,292,341,358,359],[70,292,341,358,359],[63,64,65,73,76,92,292,341,358,359],[104,105,114,117,292,341,358,359],[114,118,161,270,292,341,358,359],[104,161,270,273,292,341,358,359],[104,114,161,273,275,292,341,358,359],[104,292,341,358,359],[277,281,292,341,358,359],[118,271,273,274,275,276,277,282,283,284,285,292,341,358,359],[118,292,341,358,359],[114,161,292,341,358,359],[104,114,161,272,292,341,358,359],[104,105,281,292,341,358,359],[104,161,237,272,273,292,341,358,359],[115,116,292,341,358,359],[161,292,341,358,359],[161,233,292,341,358,359],[233,234,235,236,292,341,358,359],[161,234,292,341,358,359],[278,292,341,358,359],[278,279,280,292,341,358,359],[114,292,341,358,359],[211,292,341,358,359],[205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,292,341,358,359],[223,292,341,358,359],[205,292,341,358,359],[114,161,205,212,213,292,341,358,359],[161,205,292,341,358,359],[114,161,205,206,209,210,292,341,358,359],[161,205,206,292,341,358,359],[114,205,292,341,358,359],[205,219,292,341,358,359],[127,292,341,358,359],[114,131,136,292,341,358,359],[114,126,130,136,292,341,358,359],[114,126,292,341,358,359],[114,119,125,292,341,358,359],[114,126,136,292,341,358,359],[114,127,292,341,358,359],[114,126,127,292,341,358,359],[114,136,292,341,358,359],[119,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,292,341,358,359],[114,135,136,292,341,358,359],[114,127,135,136,292,341,358,359],[134,136,292,341,358,359],[114,125,292,341,358,359],[114,126,127,131,133,134,135,136,292,341,358,359],[125,292,341,358,359],[114,126,127,131,132,133,134,292,341,358,359],[114,125,126,127,131,132,133,134,135,292,341,358,359],[114,127,136,292,341,358,359],[114,126,127,133,136,149,292,341,358,359],[114,119,125,126,128,292,341,358,359],[119,127,292,341,358,359],[252,292,341,358,359],[252,253,258,259,260,261,262,263,264,265,266,267,292,341,358,359],[251,292,341,358,359],[114,161,162,163,203,204,228,229,231,237,238,239,240,241,242,243,245,246,247,248,249,250,292,341,358,359],[161,162,163,292,341,358,359],[114,161,163,204,228,292,341,358,359],[114,161,163,229,243,245,246,292,341,358,359],[114,251,292,341,358,359],[114,161,244,292,341,358,359],[161,162,163,164,165,204,231,232,238,239,243,249,251,254,255,256,257,268,269,292,341,358,359],[251,253,292,341,358,359],[114,161,164,292,341,358,359],[114,161,204,292,341,358,359],[114,162,165,203,292,341,358,359],[114,161,163,228,229,230,292,341,358,359],[106,292,341,358,359],[106,107,108,109,110,111,112,113,292,341,358,359]],"fileInfos":[{"version":"c430d44666289dae81f30fa7b2edebf186ecc91a2d4c71266ea6ae76388792e1","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"ee7bad0c15b58988daa84371e0b89d313b762ab83cb5b31b8a2d1162e8eb41c2","impliedFormat":1},{"version":"080941d9f9ff9307f7e27a83bcd888b7c8270716c39af943532438932ec1d0b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"0559b1f683ac7505ae451f9a96ce4c3c92bdc71411651ca6ddb0e88baaaad6a3","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"fb0f136d372979348d59b3f5020b4cdb81b5504192b1cacff5d1fbba29378aa1","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"a680117f487a4d2f30ea46f1b4b7f58bef1480456e18ba53ee85c2746eeca012","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"d6d7ae4d1f1f3772e2a3cde568ed08991a8ae34a080ff1151af28b7f798e22ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"959d36cddf5e7d572a65045b876f2956c973a586da58e5d26cde519184fd9b8a","affectsGlobalScope":true,"impliedFormat":1},{"version":"965f36eae237dd74e6cca203a43e9ca801ce38824ead814728a2807b1910117d","affectsGlobalScope":true,"impliedFormat":1},{"version":"3925a6c820dcb1a06506c90b1577db1fdbf7705d65b62b99dce4be75c637e26b","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3d63ef2b853447ec4f749d3f368ce642264246e02911fcb1590d8c161b8005","affectsGlobalScope":true,"impliedFormat":1},{"version":"8cdf8847677ac7d20486e54dd3fcf09eda95812ac8ace44b4418da1bbbab6eb8","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"cf2bb69c10b7b96ae10deb9eb729b80eef4cc8bdf8185ce71699efe0c119523c","impliedFormat":99},{"version":"0ec0fc134f1eae55319405fd07e9047fbe1b95633cb4cf2b7372295f17a97c8a","impliedFormat":99},{"version":"b7ff5469bbc422ee71f99e0cf80df682705418cab9debec98a179b507279422b","impliedFormat":99},{"version":"4aaec46d87b61005f0636086f814ebe4b74ca9eb8c8717a715a1704a0fd7cc4f","impliedFormat":99},{"version":"213cc2bbed6c63f88c837b322be41aa398d8b2e5f9cbace643070bece31c624f","impliedFormat":99},{"version":"f3745a58f2bd7ed2c210e882e95b67d0707f97b9ed7b2431f68e5cccec0e20ba","impliedFormat":99},{"version":"2435893282189602e1c3c5ae3f08a0129508c4ab3db3895c436525bd238ef2b6","impliedFormat":99},{"version":"48da7dc25036f0b595b89ee6a96b8a14f2be5508025ec6728d24c57ca46cb862","impliedFormat":99},{"version":"eb7375e005b02971567356809faeeecf14becb300aa9ca483fcd6c9f8aa80d8c","impliedFormat":99},{"version":"e7c738913fab4ba4b00fcf1d1eb1ddf8989b64355da34250407340f4894a2384","impliedFormat":99},{"version":"c871756fb890365824f416826bb7bb363b06c4aa48f1a99263c4fb75ab690b2d","impliedFormat":99},{"version":"c393916098a0b9efbb4ff8ca4ec3eea4af49b9bfe29dfa95ee114e31027281b0","impliedFormat":99},{"version":"431eef47c55a88198c1cc62ea7c9c7537c3219c3fd652c554d3d5bb7a63658a1","impliedFormat":99},{"version":"5af472ea6bfd88682ec2b0861190274781bc3663cd9def4e6ea19449c4027822","impliedFormat":99},{"version":"16b311651dbd580d429938c993c41e1c610ef0b1e83c38229f3ad4d81a35cd39","impliedFormat":99},{"version":"cf2d902695f41deaf5a8f2438fd2ff0c2d56c3a3c0b9ea238881810952ee688f","impliedFormat":99},{"version":"e2144e03793b72e207844641a7ee30d138498d4f7df7f1f2dceab39725591620","impliedFormat":99},{"version":"064733c01462ae496e7b62ffce6a3cb21facb351c0375b151ed66da38de60d69","impliedFormat":99},{"version":"7740c53681ca94000f5cda0c7e6ed6e59ac8157ed36ffdf4da33ec3b5dcc7252","impliedFormat":99},{"version":"a8f20ac0e03797b0d295255ea127050369890396af453a68646b2e18f0e5dd8a","impliedFormat":99},{"version":"4f1d88b42e347f1868a0bd8db7563bc54017c5112a6edb01d5617c342995fdc7","impliedFormat":99},{"version":"f1add31820a8e538ced1fa56092ad68adb998e0e48cecbf4e69b0638391fe5c5","impliedFormat":99},{"version":"a11c0481bbb4d82204954b2d83865b29878713af71d71e72bfb28e5c2138bcaa","impliedFormat":99},{"version":"641d8f8dfc4bfe0dde269a852b6e5711a64dc19faa7c4780f06f3614fc94280a","impliedFormat":99},{"version":"46430bab437cb8c642d528c3d620d483f6b8fa573db004cdcb174ed092170cb9","impliedFormat":99},{"version":"75c4e0aa4e6dd5efaeb4471455cd730c1c21baacdc60bb6d13ae87fd40a55625","impliedFormat":99},{"version":"3d7e49aaf4991f94fe1971cbb39959281274c488d209eac04b9a719bbcb13184","impliedFormat":99},{"version":"8249670da9c5c37d7cdd03576170536f4c3c9cdcfe8cf21df0bbb07a45e5f748","impliedFormat":99},{"version":"d9b96d27372967e8f53b3f7b7cb6e875b8d128080abc4fa204a13f0d3f2b6506","impliedFormat":99},{"version":"d41b65a0fb48a14a7b52eaa45d9b65988af076e63704cba1dd1f72e961e0e2f5","impliedFormat":99},{"version":"92b40a9393f937e4bd7eed4b0161ad03296607bfdf26b0bb323cde18c51e0687","impliedFormat":99},{"version":"fdcbabde604d3123e01b2dc359fe3a0d64e6c1563b8c6a27ec0d626f528f7670","impliedFormat":99},{"version":"2ad0442c75921db414cc44cbb07b3225796096ad660da7aa26a36ec54ac370f9","impliedFormat":99},{"version":"59217222f06b2b24784160c8e2eaf0de94906912505101576a1dd744fd90cdcf","impliedFormat":99},{"version":"c60e185eaab239d465baec8e4a8c2f76fdff641431cb57d12c4e233d61be5474","impliedFormat":99},{"version":"d8b6dc94bc2761afdcff7a1e29359a383472bd8af2ce03485a2792026f15f458","impliedFormat":99},{"version":"1955442a305cd1622782ce89c898be431c66c39c36a253abb0543052f4917613","impliedFormat":99},{"version":"2251d1a89b3d8aac866bc79839c28681886d289d117404276ecf1d4fd5f5c19c","impliedFormat":99},{"version":"2a55511100028e4af650f52bdd7826fb187b9eee380b7ce9249a69f0713503fa","impliedFormat":99},{"version":"8bdf3edd4e55c0167be8af39a89763628fba6d8670777f720957f080c2ce9a50","impliedFormat":99},{"version":"992442834491efb053df22fb8148f8fd1303c198c97f5b50ebf1dd0f63ae5e8b","impliedFormat":99},{"version":"092274870bfdbb373ea502c23b8205d30e622fd10a7e5370d752a6d8de761110","impliedFormat":99},{"version":"e86a45fac2071035f07ade063ad32754edd13f45f3f3b143387ec01b8eb8aec9","impliedFormat":99},{"version":"9d6fcf45c88c41f81ac9a39df453089cad491812291c260f19d85df9fd6ad130","impliedFormat":99},{"version":"819ff6185962272453fe11af8d9f3da27f5d3761b21e196272db43ff54e4caa4","impliedFormat":99},{"version":"eabd2ac406cae917ac8e00029972e27b29329e153c4146b3779f4863bd980298","impliedFormat":99},{"version":"fe27faad99a5cadbc311b6249c496142979d89593f36044999b4f74aa19af129","impliedFormat":99},"b77dd2cadf1b48a1f65438f8f77d2a7772f0d2907000b325ff4610ded5478cb7","315fc277086beaeb86e65ede761df3d13415e8f548cfc6f5e2bd4b7709521551","448f6ecbb0eff1d362682b2117a5c4c3c73e662d59332e7d965a4bd87f8a8084","38af437aa04d760f940dbd3edc06c4872a433b7d8be014e5000a2b8cd0457c03","2e8576e4cb096af4be44c353a4bc4e6e8b2fd2b681ddbeedf22cd31e9f92ad3b","27d319e57fdacb9d976e0b3956027f3f7053afeced8b89b456ea25ec9b117a47","4271e12fc8a35d0edd0cc85f0a0680ece2efa53d0c7645401d3c2499a78fe2f5","502657b9a54e290098ba4f955efa476b91648b24d5310b8c6e7aa0d4cf8945ae","ab873f5da05ba4a1658d5152a785ba3687f9c65166a2fde57796ebe4f12d860e","424fc23ca95544970cb3e4eb0362930c8e0342537ff19f6663fb41601c211577","0793a90b36eb4fc24a95e29492ef122251a8caf86cb60a03c3c9a8e98bb97ff4","20080a832b352a7e2d67a6d28a7de122b46f802b7bc90bb65db7fc1d5518ab37",{"version":"ffb1c90c8aa7f74677c60113ca6e9a83c5dad130e4a4a2da7c33f92d08d3f19f","signature":"d95e098abf57cee73e2707e5f6ce4c318781ebb76d417745d8fa2e40c76151d5"},"ea3ad4d3734c8ae6e99f826c1140af3c2e2635dd29aa20a2c5f1f620be9f1dfd",{"version":"bce89d3ef847715b91ffd525a157c779be8fafebe823671815f7ce96f27afcda","impliedFormat":99},{"version":"c67f9d85070618f586d632cf184b986eb604f426b90aa68ecdad1ac68ca3151c","impliedFormat":99},{"version":"c656cc6ded557aff87a6c823142852e3548c6a14f84bb48ee35c3e57b6ebc03b","impliedFormat":99},{"version":"0e34130243c29d8d826f868c4e00ff586b349627cb241b3d89f0459a6cdeff4d","impliedFormat":99},{"version":"d555c6cb465cc5cf8127adbbc496720d5200c9dfafa777bbf9dfdea74ebfe3a3","impliedFormat":99},{"version":"27a6936a863edf777150af3ebc65939fa34f51d68385f8a7f198d8ea53685a4d","impliedFormat":99},"b3cd7e537cc66c58cb3973c0f5c62bbda9efe373bda531821758bcd37e4dae20","d91968010445b07692dc67b205e2e1f558f00c83477a4a47092ac5fa2f082f12","28b2f08fcfadc54c4ecdd6e41a451d4d7b8cd284d95bb3cd3159d40a941fdf33","64b5410c2e1e07e7d2ef28c0a865afba05ec8c84a1d74c194287d63743923176","5f0ead47c721b821843fae364a37c18236b2a8d2138d0326467f28e612799fac","b85f83aa4b7fb1abc375a73cb706295a146b9f22cf9fa5ec89105fcff6ea1495","fd0cd0a179e95f7d4d5f7370209f6b413006242a045137d33ca230ae015ba760","fa716666e5bedc99e38d37def5182924b9dd9e6298c2751f8cebe0fc631ef697","187502f39e041e5da257a6cc0e328a9c616a71a549003d133580da3c47c55012","f0647773a584408002a65d8dcb297306a9309bd99bdb61b7d317032184f88ba5","b17088393656bd1c15f53e486a585ac0effc080d8ba53d27873aeda6dee3e255","c0daa8c19c75024c93cd0693639b35ee2332b58114cab66456bd41a76a509b09","ed64e7fc910c62a80a7c91c360dca4a01fcfe0798a8f7d1b450fc321934c9978","8cbc5793dd130f1e44ad6ce070f563328c60a81526ba58c45a34475c1822fa21","94be66b0e51483a5dd38677cc7aedf7f43cb79c0346d81f39148a68eaff3b24a","75ea946ee4d31489f494b0def56b2db669c3aac052713387d6edc51dc2ca86db","26ce9aa6f798212e39770c45142239f3a54fa63697ba90bae90c6d7ac7da825a","4c186619211009fc3b6f1eb176e38501ef9caeaf06287c983d4fc7332fa258af","c06f6e3fc256ef69c23106e920d704d10dc1128688a539bfd0ee5a8cc8cc31dd","d185514d9b285f672073c3ad14c119306478dcca28c147b81b8a4dc40ac4c92d","1da63fb4ffc26df2d98c1e1ea94d806e2075c988a0c09b4b1304aeba85e4bc65","a4af79d0d3b126a322e88c7f8e8a7930f983058b84eece00f406fe5bd9453db0","6ffaedb56a97ee85f563f75848cc05e1b4f38bb000531dd1a86c5273a9293967","95784f449b26dbdf4aadd2f99a5c2f6c419d80f993ececa6c0c3e0159b452aa5","c75e8f9273c1bf9d64299b010afacc672003ed166b2dbebf256f5da2b3b15dae","f2e5331467d4996a89d444beb4a6b8e0a80c841737198ae79ee08bb2c21f8966","c87f8ec2ab955e67b1ecb36a4d5810ba3f6b9c64a6954340b24df72654c910cd","c4b1ca53232a670ff72ce1d1efda636a3306b5e11c9be79455401d45e7f3f11d","45ae4b2937091491eb8812509187bbc4832a769dfe3cf16f79e9db95ebccbad4","eee0c00319c135671741f9145c35f4e5770673430e45dfdf7277c489856df342","277bb7734ec4b06b1a9c8de4497e55f4f5e20b43ac37c20542a2cffd63e823e8","60bd456f1b63861f880c386ddf1b3916098bbafbf4b5a46a5e5ebc4fcb9434c4","26063d997b4e9caddfdb49d6ee7935d4dfa28ebcae11462ce306a718c5a49bfe","b821d01bd6f96ab7c204c56ba79df472b57aa32be80ecc751f885324c7f02bfe","6024101ed16cf03d238fc657622f706011fb743c1579f27d2c0cb61d07beb6bb","c389ae6ed7763a8b041c85ff64eb8aae696b6cc252fd37cf873e565db7ce3395","28c4e9b7c1c368fbf0e1548a70c62656876d81ba78ffa5dcf3fae6854a3f597c","9f9dba63cdb1803a6173ab5c5d53818c260e64b884424d5c5f03844b8adc2a19","278845408cb41b9aba2d937dbda5d288985dffefe02ba0d9c8280f580d596785","cc544e4116a25f59a69adaef5a82422933d18d94635386df30ef1bd3a3ee38dc",{"version":"3a22045e94ed099cf2d521ae47f8b0b2e50033fa0b24838c42a6a312fc7755f2","impliedFormat":1},{"version":"1723af1fd61438370ef2f9b162c21925d7d8263f02ea3786701207a2697bc570","impliedFormat":1},{"version":"a4aaa532e4e0c4387be0990919222f32a34cea09aed545e9751512868d9461de","impliedFormat":1},{"version":"92b81364ea40c145da7f730f660350935e49334a18faafbe7f86105763e6e486","impliedFormat":1},{"version":"672c3ab666d58c2e16ade2836c496278da896764c8f91143ad5c51fab2b9367b","impliedFormat":1},{"version":"d2617b18ac1e533346f2a3a054a2c6f31f86f909242e93c7a6b98c635e0f8792","impliedFormat":1},{"version":"bb892dcd5d3c7b31e1c251bb43384e0eac9604b32b54f27f682b78ba0fa6d257","impliedFormat":1},{"version":"9e49b5ba3cfc1de785d7c3941ea1bccb32e61b880af78748013a9bce376d9817","impliedFormat":1},{"version":"e653259e64adbe8acf9c33dc1a525ac1d1a1dd0f82580f73d81543f948485a86","impliedFormat":1},{"version":"93dc3a02e2e5b4359008b814fce081b4d53021b1f5140b79a2207a48eba472b5","impliedFormat":1},{"version":"1c328efb6045370a8303b4d2bf3fb67e226a07e9391f9044e40f791faa545c82","impliedFormat":1},{"version":"d39d6969c1d5f0abda60b19ad74db9894d1b1314923c398c1697852eef1762b1","impliedFormat":1},{"version":"9dc0ec853f1e803bdf9d2dcc69509f8dae488100664915ab1dd9ffbb732291ba","impliedFormat":1},{"version":"1559b4a59a19b452d5bc46c1f584d99f2775f6d016af0177a5a2150d4955676d","impliedFormat":1},{"version":"245b103ea8c3b19f25cc0b9bb8acc1330b55f0f04338b2d83e236869a6d99e71","impliedFormat":1},{"version":"a2553ad8aacc78a09e9d91d91f9bf21bb4ea98c45f44475c45ea9cc8a5a8b0d9","impliedFormat":1},{"version":"0bb0ba4030a0b3ada4eadf14ca3450653ec4a0e78ffa26ab742ac1548032b200","impliedFormat":1},{"version":"a0af6c85115a5c705af405fd8d3018cc681a9d86e2758395dd8fafd264e93e77","impliedFormat":1},{"version":"dd927c1c69750111f7b88dea99168831251b699486ed211b8f48d3d7790bdd10","impliedFormat":1},{"version":"d6e0a302299f70d42fb6068e4f9f98f95bf63e0d17f96ae0bc54c0fb61b00b92","impliedFormat":1},{"version":"98a7e602735736dee031310c9b49c16988ac523895c628eb358ab9d0c98c47ae","impliedFormat":1},{"version":"d77b19a94143dd761991f7f7f25f8dab258d3eb3e19b85048ba3d41f83d5de41","impliedFormat":1},{"version":"507057a5b3bd68b3056cfb09e9de27601a99e339907cf0fd0b03d5dd840b4c4a","impliedFormat":1},{"version":"3f246c5f9ac101ccef1e1aad6719b6dd1449461b071dea904856780cac690c94","impliedFormat":1},{"version":"24ca5a7d5faa57d04f86e622e614931bf6aeb2d50dfbb8bab1ff319630347407","impliedFormat":1},{"version":"dcca19a81187a21482680d12d92840af02cea5a06e3620d86c3e633242424c42","impliedFormat":1},{"version":"d5144eb14cb4d9292b841699fb53e9a6641b64d926170043412f1e5293bba369","impliedFormat":1},{"version":"94875290d1af98ca3ac9f89993a19b4163b47abccb27bbe728e78eb179765ac1","impliedFormat":1},{"version":"6af618a43f82b685b70b919a00aea9ff6bc2d574c016278b2413631f8ab7ce76","impliedFormat":1},{"version":"68baace0098c248dbee92001664c7eff0dc40182d61a255ba053ea9d68c749fb","impliedFormat":1},{"version":"b58d89b47b1fa76ce57bf1179e53f9d6f5118a301943cb4dea5987d72d529ce9","impliedFormat":1},{"version":"a0982cf55aad440267fc9432f3a12e3a67c497a34cac47f38a3e5a04156b46c1","impliedFormat":1},{"version":"8549892f753971e3ec5f8bad0bd9f74d1a8521f573fd006cfd00d3c27490f444","impliedFormat":1},{"version":"1d5454555a8ee7f7660b48a9d7cf3270d260d3bc61350d79b7c5e2700b7aa20a","impliedFormat":1},{"version":"68cc279fd82ace672f68b6996223f2d6125d81ca544510a52f59f911051d4068","impliedFormat":1},{"version":"7cdbd04d7f3657409c1cab924650dfe5ca74735d45e4f746cab2c571074f580f","impliedFormat":1},{"version":"b992766e7aa0e027fb625316373fb398cdedfb44893ddb10712573cfc86c589e","affectsGlobalScope":true,"impliedFormat":1},{"version":"b75d56703daaffcb31a7cdebf190856e07739a9481f01c2919f95bde99be9424","impliedFormat":99},"b2aa6c9c53b46f566b1b77291edb343cf9acaefae1b988a9c2e62453edfb4f73","1b0a885ca9655037ab9e07ed35adee575d04869014cebb569d1b93e2cf036381","ba5194ddb518cdad4f95c718e255004278d42dbf4712078ba680da1dbf821bff","5ca87084d83e77fa693897e3f1657ed8bd2ea57c0440d57bbb31cd0715bec24a","66c6888608b17316a09ede6335f5568748a24af4090990c9cf8050ac8b318c34","e89c865ca4785f4a56fbfe95b04df807ebf6d320b174b484f3a08d54321447a7","fe2527d2cb4fe4edb23490ec232606964e44f6cac1f818e5abdac5c4d90d02fd","d1bdc8810d13923087fbf242875260fc13324e659403c9ee46d02087cbbd7c03","e6a79d0cfe8e75f37a20cb36e05795fa8116c4510a4b3cfc3fa89a427f356b3c","5d75518995846128777556e6058fbfb16cc2e2c383464f0677b3a35bd3c6999b","8baa9922093426cb55547ec2aefee710455179cabd4f50e38bae7b00797a59ec","96d7d14f9383b866ba881ea1bb5f8027106cec508752733f06368db0953d0819","de507b02799504d3779b44edd9df0f62241b09450ac3ea9e9615f8bfa3fd66bd","76c46da0fec884513748a0996b155e149f0f95c07bfe6cefba889b543677869b","6ed00b42dafb3a9e2fe5d85e1f3e9ffe5e555116dfd43021a3670c8d2eded087","5f688823fc3c326fce1b4a162bc7105c039bdb3a204c388c75d87600eeb8cef1","09329d99246e8bca660a33d6eda2fb90758225f1d20ca0830face512873b305c","de9ae19418429ef427850dc805873f3dba29678c89b983390d1adbc54ebe5208","3ea1813f7fc276ac2ad3587fa36739257f8cb05634c23ee23179338b029d72cf","6257c11ddda8274e26d5e46fb41272edddd4a8d6a9686ddd79c86b0f5484ba8f","5f442f7b5b287323065b77d9e991937bc10f974bfd65a0f36d2ccc10bb490a6c","6793e02e3c8ff26698992ac3c821bf132aac37b2ca330fd96e31ba33ddb5b79f","76b8a6af1148bafa86dd5fb33c96dc07d15245c4feb1ef39b0307ca36c09bf03","ed45861db6403ae69bdfe1b1f8da2250076d465a51c84c7d03633edb842b80c2","88e5c8d826e3aadf3b9c7669bf8e1c854fd3f187bba01f079177d12bfb5b1122","1970897d406f3633627426dfb8824afc75120305598a3f18f3b284ac8aedf3f3","776cdffaff698884e0f6e4fc6a04d524fd68244245cd21d25145bf9baff0a50a","c26b5d35fe8365d70f7d79185773792a567fec2a387c773d837a6c966505471c","0e1576d78364c90e45cfb4017c81ad5ddc97ba304445916961c431a21293b2b6","3b7c37677c0d248890b293cb9b54155edba8602f640ced3ed056b10da3e8e35b","c883cc76a206788d1309f90a456993b6c60a576953e981b1a36bb18dd100632c","b82e615005b6b77992bf46f3e2be1a675b268054c494c34df5667d935d58284a","6712799091e3589332e6ad0a6eb501944e8b89e4ae15790ed6f4d53f9c406d9a","29836755cbd12110cd4229539ad820312f3b0357963339dc08f08c3cad7e620d","0636822aa3c936447c5bed216a4314a96983996f121c790b6662a11ea0d5f56d","34890ef9463b0842a2c92273e87a8adbc3ec921276fa6eb107fa434918730ba2","0c4f49a7176820ae703240c4821df94236a19bb5951f7a1f1279388efa87854d","d2c56037e83468033b4c4094d5ad7868562625ca54f17494cc80203ab495e7e4","4de33a90c12732f0ad8cef19b77b61e9e49f32f89f0a6b670a93e6ca1dd5c615","1da34f4391642af6e657056bd3f0e0a3d73bf54c088c07672a2d949fdd56d559","de9f1bc8efb1c02503ba4fde47430bc99351709dce75e76987bff4f38efe6330","6733bd0c1ccd89c23cd12692ee82a6868b306a6f16e7dfec9427dcd94d2a48b4","fd0650fb6dea73342c7b8c5a52494e77949324c5ff176b1a3b5636634737e4f3","7a1d9a7fb178e1af362b216ecbc4febcb81c0aeb859c7f28ea75c4791d425eaa","ad7ba7598709e78b3d4fc206877b68f6f4643a775d6627029170e676a779b8a2","58afbd3703b33fdf76bb8ceb94af46f33afb4a63d996b3e2188f9cd9db343b5a","5e8b88816f0f2fe353f306c37f1d922533d227dda826784104063d9c8dfcf2e1","ec4fb9c123ee318d6a272273f1c56c1155bd01f5a62426ab58fc537fac65b7d1","f204603417254c9cde817f3a4cde232ab4fb9cd9b03acec57aeca9fb947fcce3","11bc0628f98c712eb9037eb70390b5f3e28f951547b093c24fa9e86779c9af6b","1089d73614db7a0fe49e6a405f4ee82c505ea3bcc2c560c29a0d6aa44d70f58c","55c6533ab1b7641eae36e4b653fa71a5dd69e28032bd4aadefe1d5c0b77c8a1c","ae41926f8dbd0dace08d34feaaaf2dcb370688d9f0cdef84933650c5bd489104","b7202b1fc4e7c59189016d1022fe6788963fa49f9382bfb5b481903ce747dae5","05f09c2d6fc0a2e0b0e82e88e5868e606eb3d11334472106edcfaf78ecf5894e","4eaad172a7fcbc71545df6721f82525028d1ae364f7ce92f9ebc0ca2a088c3ef","9a5adcbe9eac7ac6766c0507a8c80193bca7ef49776f549492d75b5f7c662c35","3ece9ee6e1ae792516b4cd4e098a223160f3da08a33c6b5e48d17d9077ae2da7","c6c02247a327c93acf722977b526ad9c56f2b62a938599a5be23de1da5b4dc3d","0d372ea5e36a18afa55908e17e1dc1a3b170d202feea9290cd7ee1e689bbec49","43def24d0a8be40fb4f2dcd389824dbb46b155b6831c9b69b6e667ec76d14d66","1ac83b315c0cd9295f6187a23a0ce9eb00ca6ce51bf2ed9a77d3b648d307d6f8","f6fdff22a72276a3dcc4ecb9cd6c060e474d75c2749fc66cf6919bb74c6cf6fc","8cfd4ffb44ee72c4cabfe7ac2409a478ea65d98b2bad3bd09893aa98b5c3ad5d","cd3cdde159203321dcd4afcd4b41638df1d94441e5a4da209fedb2567c70b790","3afe1fefb03647d43aa2ba4645beaa827cd594487eb0d18452997dc8fc9c9c6c","7ffe1618b5163ffeaa7a46d3fa3d4cb2236011e521e93199f798b33fced97c95",{"version":"358e087311338919d90f474ebd80b9d65afca5586714c34b9cf74506d5fd361d","signature":"57ad0788c10c8937f95db1744200ae6c34411a114f8356fc4d96cd59958c277b"},{"version":"b1eaaab0bcfc1cb6b29b239d0cc8e307c26481384283f80bd566d92772743bf5","signature":"b08df2327bf7e834e6f6974b9063209cdfd1b31d40ea78449369b393d19441cf"},{"version":"c4a7ab0e78ec2805425b904a7101c4296a1a71574d95df8bd8f7aba1b2ac7afa","signature":"448ed285499ed074416e76063ee70458fee75e9205ae992998bf74f4626eb088"},{"version":"2278b12c61d8ffe25d8d8775748fdb6ebaefee9623a9c0d0a6e9cbacfebcb61f","signature":"c603c365f33d743091d10674ae1b6e43b80d3b20057a8bb0c171fd37bb711016"},{"version":"36200962dc8d928d1bd6dc1cb367375e20dd7267ab1821351cc422a9ff66cb41","signature":"5e6c2dc3650e7af363dd9e652c615ea82ea78bc996a9d857e208124a9720d591"},{"version":"22a966fa0147798a331bc5790b2de4233b94d89e700f7a34f08e616b4a0a59d2","signature":"e852011913b88c297b21593d441c4c15968d7ea1413760c20b1aa57ce69ee74b"},{"version":"e4f53775cde399f34f9133b3d3c7164d2c11a6e89db8ad20804d085139de3b3a","signature":"da67ed9e28ed323d2a6848155be37a4884101776fa5c2a640cdaf44852ea0530"},"28e2649f936d2cb9b653676b1f9b1b582664fefb7ea7949d1dfdef7f9d00b582","c931a77967f9a1abcda8aa2be310c4c4451822189bfc00c6ba523f97065f0fbe","88338e603856dfbc1281d51d0babacaa6fecf145a368eff1d3b033c513f51af8","17524a622ba7228dd07cdd3770eac4ff92c953d030f1de468e582a65adc85918",{"version":"12d68732aa040384543da917cab4e87d0bcd473710b95e2b2ab00a61d55e14a2","signature":"92a96e7643e6fae06f56a8897ca69e260e17b96861d84f1f7fef2b89c19bbb25"},{"version":"44579d710d74060773debd8217bb735303a82ce1fafbb8c4bc30b631753aed35","signature":"6a8f0b87336a34045b3b48df9a38e1c5027f33170ec200d8a79f98da54c0da86"},{"version":"41fd94a708c22e00e3854ab6a1ee667fd60c36666b172b99b5d6382081ff1847","signature":"e54e0b244d72e0409b8cd34ad5c3e8a46cd7f31bb46775d5723331b25de286d2"},{"version":"27aa07ddececda1e6df9430de655b3d1a02faa0bed901acbfdc26c51a2672ae9","signature":"dad938a7681100437b83209c3244e1667e34a61cd887c3d9984a8b9ad710b01e"},{"version":"b66c2b04b759676aea6a896449a76257cd0c5dc6059fc449eb11dae1163e95b8","signature":"6f9bc08ac170c6972efc209e05fa17a64d29783c189905eaeb943f72f4ef3d5c"},{"version":"6c7176368037af28cb72f2392010fa1cef295d6d6744bca8cfb54985f3a18c3e","affectsGlobalScope":true,"impliedFormat":1},{"version":"ab41ef1f2cdafb8df48be20cd969d875602483859dc194e9c97c8a576892c052","affectsGlobalScope":true,"impliedFormat":1},{"version":"437e20f2ba32abaeb7985e0afe0002de1917bc74e949ba585e49feba65da6ca1","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"98cffbf06d6bab333473c70a893770dbe990783904002c4f1a960447b4b53dca","affectsGlobalScope":true,"impliedFormat":1},{"version":"3af97acf03cc97de58a3a4bc91f8f616408099bc4233f6d0852e72a8ffb91ac9","affectsGlobalScope":true,"impliedFormat":1},{"version":"808069bba06b6768b62fd22429b53362e7af342da4a236ed2d2e1c89fcca3b4a","affectsGlobalScope":true,"impliedFormat":1},{"version":"1db0b7dca579049ca4193d034d835f6bfe73096c73663e5ef9a0b5779939f3d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"9798340ffb0d067d69b1ae5b32faa17ab31b82466a3fc00d8f2f2df0c8554aaa","affectsGlobalScope":true,"impliedFormat":1},{"version":"f26b11d8d8e4b8028f1c7d618b22274c892e4b0ef5b3678a8ccbad85419aef43","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"763fe0f42b3d79b440a9b6e51e9ba3f3f91352469c1e4b3b67bfa4ff6352f3f4","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"7f182617db458e98fc18dfb272d40aa2fff3a353c44a89b2c0ccb3937709bfb5","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"b52476feb4a0cbcb25e5931b930fc73cb6643fb1a5060bf8a3dda0eeae5b4b68","affectsGlobalScope":true,"impliedFormat":1},{"version":"f9501cc13ce624c72b61f12b3963e84fad210fbdf0ffbc4590e08460a3f04eba","affectsGlobalScope":true,"impliedFormat":1},{"version":"e7721c4f69f93c91360c26a0a84ee885997d748237ef78ef665b153e622b36c1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fa06ada475b910e2106c98c68b10483dc8811d0c14a8a8dd36efb2672485b29","impliedFormat":1},{"version":"33e5e9aba62c3193d10d1d33ae1fa75c46a1171cf76fef750777377d53b0303f","impliedFormat":1},{"version":"2b06b93fd01bcd49d1a6bd1f9b65ddcae6480b9a86e9061634d6f8e354c1468f","impliedFormat":1},{"version":"6a0cd27e5dc2cfbe039e731cf879d12b0e2dded06d1b1dedad07f7712de0d7f4","affectsGlobalScope":true,"impliedFormat":1},{"version":"13f5c844119c43e51ce777c509267f14d6aaf31eafb2c2b002ca35584cd13b29","impliedFormat":1},{"version":"e60477649d6ad21542bd2dc7e3d9ff6853d0797ba9f689ba2f6653818999c264","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"5524481e56c48ff486f42926778c0a3cce1cc85dc46683b92b1271865bcf015a","impliedFormat":1},{"version":"4c829ab315f57c5442c6667b53769975acbf92003a66aef19bce151987675bd1","affectsGlobalScope":true,"impliedFormat":1},{"version":"b2ade7657e2db96d18315694789eff2ddd3d8aea7215b181f8a0b303277cc579","impliedFormat":1},{"version":"9855e02d837744303391e5623a531734443a5f8e6e8755e018c41d63ad797db2","impliedFormat":1},{"version":"4d631b81fa2f07a0e63a9a143d6a82c25c5f051298651a9b69176ba28930756d","impliedFormat":1},{"version":"836a356aae992ff3c28a0212e3eabcb76dd4b0cc06bcb9607aeef560661b860d","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"41670ee38943d9cbb4924e436f56fc19ee94232bc96108562de1a734af20dc2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c906fb15bd2aabc9ed1e3f44eb6a8661199d6c320b3aa196b826121552cb3695","impliedFormat":1},{"version":"22295e8103f1d6d8ea4b5d6211e43421fe4564e34d0dd8e09e520e452d89e659","impliedFormat":1},{"version":"58647d85d0f722a1ce9de50955df60a7489f0593bf1a7015521efe901c06d770","impliedFormat":1},{"version":"73b5fa37db36eeac90c4d752e39586f1b57187400c4f5280fd05f16437287a45","impliedFormat":1},{"version":"a10f0e1854f3316d7ee437b79649e5a6ae3ae14ffe6322b02d4987071a95362e","impliedFormat":1},{"version":"e208f73ef6a980104304b0d2ca5f6bf1b85de6009d2c7e404028b875020fa8f2","impliedFormat":1},{"version":"d163b6bc2372b4f07260747cbc6c0a6405ab3fbcea3852305e98ac43ca59f5bc","impliedFormat":1},{"version":"e6fa9ad47c5f71ff733744a029d1dc472c618de53804eae08ffc243b936f87ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6f137d651076822d4fe884287e68fd61785a0d3d1fdb250a5059b691fa897db","impliedFormat":1},{"version":"24826ed94a78d5c64bd857570fdbd96229ad41b5cb654c08d75a9845e3ab7dde","impliedFormat":1},{"version":"8b479a130ccb62e98f11f136d3ac80f2984fdc07616516d29881f3061f2dd472","impliedFormat":1},{"version":"928af3d90454bf656a52a48679f199f64c1435247d6189d1caf4c68f2eaf921f","affectsGlobalScope":true,"impliedFormat":1},{"version":"bceb58df66ab8fb00170df20cd813978c5ab84be1d285710c4eb005d8e9d8efb","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"933921f0bb0ec12ef45d1062a1fc0f27635318f4d294e4d99de9a5493e618ca2","impliedFormat":1},{"version":"71a0f3ad612c123b57239a7749770017ecfe6b66411488000aba83e4546fde25","impliedFormat":1},{"version":"77fbe5eecb6fac4b6242bbf6eebfc43e98ce5ccba8fa44e0ef6a95c945ff4d98","impliedFormat":1},{"version":"4f9d8ca0c417b67b69eeb54c7ca1bedd7b56034bb9bfd27c5d4f3bc4692daca7","impliedFormat":1},{"version":"814118df420c4e38fe5ae1b9a3bafb6e9c2aa40838e528cde908381867be6466","impliedFormat":1},{"version":"a3fc63c0d7b031693f665f5494412ba4b551fe644ededccc0ab5922401079c95","impliedFormat":1},{"version":"80523c00b8544a2000ae0143e4a90a00b47f99823eb7926c1e03c494216fc363","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"45650f47bfb376c8a8ed39d4bcda5902ab899a3150029684ee4c10676d9fbaee","impliedFormat":1},{"version":"746911b62b329587939560deb5c036aca48aece03147b021fa680223255d5183","affectsGlobalScope":true,"impliedFormat":1},{"version":"18fd40412d102c5564136f29735e5d1c3b455b8a37f920da79561f1fde068208","impliedFormat":1},{"version":"c8d3e5a18ba35629954e48c4cc8f11dc88224650067a172685c736b27a34a4dc","impliedFormat":1},{"version":"f0be1b8078cd549d91f37c30c222c2a187ac1cf981d994fb476a1adc61387b14","affectsGlobalScope":true,"impliedFormat":1},{"version":"0aaed1d72199b01234152f7a60046bc947f1f37d78d182e9ae09c4289e06a592","impliedFormat":1},{"version":"2b55d426ff2b9087485e52ac4bc7cfafe1dc420fc76dad926cd46526567c501a","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"5b7aa3c4c1a5d81b411e8cb302b45507fea9358d3569196b27eb1a27ae3a90ef","affectsGlobalScope":true,"impliedFormat":1},{"version":"5987a903da92c7462e0b35704ce7da94d7fdc4b89a984871c0e2b87a8aae9e69","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea08a0345023ade2b47fbff5a76d0d0ed8bff10bc9d22b83f40858a8e941501c","impliedFormat":1},{"version":"47613031a5a31510831304405af561b0ffaedb734437c595256bb61a90f9311b","impliedFormat":1},{"version":"ae062ce7d9510060c5d7e7952ae379224fb3f8f2dd74e88959878af2057c143b","impliedFormat":1},{"version":"8a1a0d0a4a06a8d278947fcb66bf684f117bf147f89b06e50662d79a53be3e9f","affectsGlobalScope":true,"impliedFormat":1},{"version":"358765d5ea8afd285d4fd1532e78b88273f18cb3f87403a9b16fef61ac9fdcfe","impliedFormat":1},{"version":"9f55299850d4f0921e79b6bf344b47c420ce0f507b9dcf593e532b09ea7eeea1","impliedFormat":1}],"root":[118,[271,277],[282,286]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"exactOptionalPropertyTypes":true,"module":99,"noFallthroughCasesInSwitch":true,"noImplicitOverride":true,"noPropertyAccessFromIndexSignature":false,"noUncheckedIndexedAccess":true,"outDir":"./","rootDir":"../src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":9,"tsBuildInfoFile":"./.tsbuildinfo","verbatimModuleSyntax":true},"referencedMap":[[338,1],[339,1],[340,2],[292,3],[341,4],[342,5],[343,6],[287,7],[290,8],[288,7],[289,7],[344,9],[345,10],[346,11],[347,12],[348,13],[349,14],[350,14],[351,15],[352,16],[353,17],[354,18],[293,7],[291,7],[355,19],[356,20],[357,21],[391,22],[358,23],[359,7],[360,24],[361,25],[362,26],[363,27],[364,28],[365,29],[366,30],[367,31],[368,32],[369,32],[370,33],[371,7],[372,34],[373,35],[375,36],[374,37],[376,38],[377,39],[378,40],[379,41],[380,42],[381,43],[382,44],[383,45],[384,46],[385,47],[386,48],[387,49],[388,50],[294,7],[295,7],[296,7],[335,51],[336,7],[337,7],[389,52],[390,53],[297,7],[123,7],[124,7],[121,54],[125,55],[122,54],[120,7],[62,7],[61,7],[59,7],[60,7],[57,7],[58,7],[10,7],[12,7],[11,7],[2,7],[13,7],[14,7],[15,7],[16,7],[17,7],[18,7],[19,7],[20,7],[3,7],[21,7],[22,7],[4,7],[23,7],[27,7],[24,7],[25,7],[26,7],[28,7],[29,7],[30,7],[5,7],[31,7],[32,7],[33,7],[34,7],[6,7],[38,7],[35,7],[36,7],[37,7],[39,7],[7,7],[40,7],[45,7],[46,7],[41,7],[42,7],[43,7],[44,7],[8,7],[50,7],[47,7],[48,7],[49,7],[51,7],[9,7],[52,7],[53,7],[54,7],[56,7],[55,7],[1,7],[313,56],[323,57],[312,56],[333,58],[304,59],[303,60],[332,61],[326,62],[331,63],[306,64],[320,65],[305,66],[329,67],[301,68],[300,61],[330,69],[302,70],[307,71],[308,7],[311,71],[298,7],[334,72],[324,73],[315,74],[316,75],[318,76],[314,77],[317,78],[327,61],[309,79],[310,80],[319,81],[299,82],[322,73],[321,71],[325,7],[328,83],[196,84],[170,85],[168,86],[169,87],[186,88],[179,89],[180,90],[181,90],[184,91],[185,90],[171,90],[172,90],[182,90],[183,90],[187,92],[190,93],[188,92],[173,92],[189,92],[191,90],[175,94],[192,87],[194,90],[176,90],[202,95],[166,90],[193,90],[195,96],[178,90],[197,97],[174,7],[167,98],[198,90],[200,90],[177,99],[199,100],[201,90],[203,101],[105,102],[104,103],[103,104],[72,105],[100,106],[94,106],[95,106],[96,107],[97,106],[98,106],[99,106],[101,106],[102,108],[73,109],[76,110],[92,109],[70,111],[77,112],[79,112],[78,113],[84,114],[82,115],[83,116],[81,117],[80,118],[86,119],[65,120],[85,121],[68,7],[71,122],[90,123],[91,124],[69,125],[74,126],[67,127],[75,128],[64,129],[63,130],[66,131],[87,132],[88,133],[89,134],[93,135],[118,136],[271,137],[274,138],[276,139],[277,7],[272,140],[282,141],[286,142],[284,143],[275,144],[273,145],[283,146],[285,147],[115,7],[117,148],[116,7],[236,149],[234,150],[237,151],[235,149],[233,152],[279,153],[281,154],[278,7],[280,153],[213,149],[212,144],[210,155],[218,7],[222,149],[209,144],[226,155],[227,156],[228,157],[206,7],[224,158],[223,144],[217,7],[216,159],[214,160],[215,161],[211,162],[207,163],[208,7],[205,155],[221,164],[220,165],[219,7],[225,144],[151,166],[148,167],[131,155],[129,7],[130,155],[137,168],[138,169],[126,170],[155,171],[154,155],[156,172],[143,173],[145,172],[144,174],[161,175],[153,176],[152,177],[157,174],[132,155],[147,178],[133,179],[139,180],[146,181],[135,182],[136,183],[158,184],[134,155],[150,185],[149,155],[140,172],[160,184],[141,172],[159,172],[127,186],[119,155],[142,7],[128,187],[266,188],[260,188],[262,188],[258,188],[264,188],[259,188],[267,188],[265,188],[261,188],[263,188],[268,189],[253,188],[252,190],[164,149],[251,191],[250,144],[239,192],[240,155],[230,193],[247,194],[241,155],[242,155],[243,144],[248,195],[245,196],[229,155],[257,144],[244,144],[249,144],[238,195],[255,144],[270,197],[232,155],[254,198],[269,7],[165,199],[256,200],[204,201],[162,7],[231,202],[246,155],[163,155],[111,7],[107,7],[109,7],[113,203],[110,7],[114,204],[112,7],[108,7],[106,7]],"latestChangedDtsFile":"./index.d.ts","version":"5.9.3"}
@@ -1 +1 @@
1
- {"version":3,"file":"bind-editor.d.ts","sourceRoot":"","sources":["../src/bind-editor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,CAAC,MAAM,KAAK,CAAC;AAC9B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAErD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAE1C,MAAM,WAAW,iBAAiB;IAChC;;;;;;;;;OASG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACjC;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,GACrB,QAAQ,MAAM,EACd,QAAQ,QAAQ,GAAG,CAAC,CAAC,GAAG,EACxB,UAAS,iBAAsB,KAC9B,CAAC,MAAM,IAAI,CAqEb,CAAC"}
1
+ {"version":3,"file":"bind-editor.d.ts","sourceRoot":"","sources":["../src/bind-editor.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,CAAC,MAAM,KAAK,CAAC;AAC9B,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAErD,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAe1C,MAAM,WAAW,iBAAiB;IAChC;;;;;;;;;OASG;IACH,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CACjC;AAED;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,UAAU,GACrB,QAAQ,MAAM,EACd,QAAQ,QAAQ,GAAG,CAAC,CAAC,GAAG,EACxB,UAAS,iBAAsB,KAC9B,CAAC,MAAM,IAAI,CAwFb,CAAC"}
@@ -1,4 +1,18 @@
1
+ import { VIEWPORT_SCOPE } from "@oh-just-another/scene";
1
2
  import { SceneDoc } from "./scene-doc.js";
3
+ /**
4
+ * Overlay the LOCAL camera onto a remote snapshot: only export-scoped
5
+ * viewport settings (grid, snap) are shared between peers; pan / zoom /
6
+ * rotation / size stay this user's own (`VIEWPORT_SCOPE`).
7
+ */
8
+ const withLocalCamera = (remote, local) => {
9
+ const viewport = { ...remote.viewport };
10
+ for (const [key, scope] of Object.entries(VIEWPORT_SCOPE)) {
11
+ if (scope !== "export")
12
+ viewport[key] = local[key];
13
+ }
14
+ return { ...remote, viewport: viewport };
15
+ };
2
16
  /**
3
17
  * Wire an `Editor` to a `SceneDoc` (or raw `Y.Doc`) so that local
4
18
  * changes propagate to the CRDT and remote CRDT changes feed back into
@@ -21,9 +35,18 @@ export const bindEditor = (editor, source, options = {}) => {
21
35
  const waitMs = options.waitForSyncMs ?? 0;
22
36
  let lastSyncedScene = editor.scene;
23
37
  let disposed = false;
38
+ // Guards the local subscriber while a REMOTE snapshot is being loaded:
39
+ // `editor.subscribe` fires synchronously inside `loadScene`, before
40
+ // `lastSyncedScene` can be advanced, so without the guard the binding
41
+ // would diff the stale scene against the freshly loaded one and re-write
42
+ // every remote change into the doc under ITS OWN clientID. Such echoes
43
+ // win Y.Map conflicts against the author's next concurrent write when
44
+ // this client's id is higher — dragging on the other peer then keeps
45
+ // "snapping back".
46
+ let applyingRemote = false;
24
47
  // Local change → CRDT.
25
48
  const unsubscribeLocal = editor.subscribe(() => {
26
- if (disposed)
49
+ if (disposed || applyingRemote)
27
50
  return;
28
51
  if (editor.scene === lastSyncedScene)
29
52
  return;
@@ -34,8 +57,14 @@ export const bindEditor = (editor, source, options = {}) => {
34
57
  const onUpdate = (_update, originOfUpdate) => {
35
58
  if (disposed || originOfUpdate === origin)
36
59
  return;
37
- const snapshot = sceneDoc.snapshot();
38
- editor.loadScene(snapshot, { preserveHistory: true });
60
+ const snapshot = withLocalCamera(sceneDoc.snapshot(), editor.scene.viewport);
61
+ applyingRemote = true;
62
+ try {
63
+ editor.loadScene(snapshot, { preserveHistory: true });
64
+ }
65
+ finally {
66
+ applyingRemote = false;
67
+ }
39
68
  lastSyncedScene = editor.scene;
40
69
  };
41
70
  sceneDoc.doc.on("update", onUpdate);
@@ -50,8 +79,14 @@ export const bindEditor = (editor, source, options = {}) => {
50
79
  const adoptFromCrdt = () => {
51
80
  if (disposed)
52
81
  return;
53
- const snapshot = sceneDoc.snapshot();
54
- editor.loadScene(snapshot);
82
+ const snapshot = withLocalCamera(sceneDoc.snapshot(), editor.scene.viewport);
83
+ applyingRemote = true;
84
+ try {
85
+ editor.loadScene(snapshot);
86
+ }
87
+ finally {
88
+ applyingRemote = false;
89
+ }
55
90
  lastSyncedScene = editor.scene;
56
91
  };
57
92
  if (!isCurrentlyEmpty()) {
@@ -1 +1 @@
1
- {"version":3,"file":"bind-editor.js","sourceRoot":"","sources":["../src/bind-editor.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"bind-editor.js","sourceRoot":"","sources":["../src/bind-editor.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import type { Transport } from "@oh-just-another/network";
1
+ import type { Transport, TransportStatus } from "@oh-just-another/network";
2
2
  /**
3
3
  * Client-side AES-GCM encryption for collab transports. The URL
4
4
  * fragment carries the key: the secret never reaches the relay, so
@@ -67,6 +67,12 @@ export declare class EncryptedTransport implements Transport {
67
67
  });
68
68
  send(payload: Uint8Array): void;
69
69
  onMessage(handler: (payload: Uint8Array) => void): () => void;
70
+ /**
71
+ * Forwards the inner transport's connection status when it reports one —
72
+ * encryption is stateless per frame, so the wrapper's status IS the
73
+ * socket's. Protocol layers above use this to re-sync after reconnects.
74
+ */
75
+ onStatusChange(handler: (status: TransportStatus) => void): () => void;
70
76
  close(): void;
71
77
  private encryptAndSend;
72
78
  private decryptAndDispatch;
@@ -1 +1 @@
1
- {"version":3,"file":"encryption.d.ts","sourceRoot":"","sources":["../src/encryption.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAG1D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,wDAAwD;AACxD,MAAM,WAAW,eAAe;IAC9B,6EAA6E;IAC7E,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,6DAA6D;IAC7D,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAC;CACzB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,QAAa,OAAO,CAAC,eAAe,CAU/D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAU,WAAW,MAAM,KAAG,OAAO,CAAC,SAAS,CAcxE,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,kBAAmB,YAAW,SAAS;IAKhD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAN1B,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA4C;IACrE,OAAO,CAAC,WAAW,CAA6B;gBAG7B,KAAK,EAAE,SAAS,EAChB,GAAG,EAAE,SAAS,EACd,OAAO,GAAE;QAAE,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAA;KAAO;IAOrF,IAAI,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAI/B,SAAS,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,UAAU,KAAK,IAAI,GAAG,MAAM,IAAI;IAO7D,KAAK,IAAI,IAAI;YASC,cAAc;YAcd,kBAAkB;CAqBjC"}
1
+ {"version":3,"file":"encryption.d.ts","sourceRoot":"","sources":["../src/encryption.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAG3E;;;;;;;;;;;;;;;;;;;;;;GAsBG;AAEH,wDAAwD;AACxD,MAAM,WAAW,eAAe;IAC9B,6EAA6E;IAC7E,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,6DAA6D;IAC7D,QAAQ,CAAC,GAAG,EAAE,SAAS,CAAC;CACzB;AAED;;;;GAIG;AACH,eAAO,MAAM,eAAe,QAAa,OAAO,CAAC,eAAe,CAU/D,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa,GAAU,WAAW,MAAM,KAAG,OAAO,CAAC,SAAS,CAcxE,CAAC;AAEF;;;;;;;;;GASG;AACH,qBAAa,kBAAmB,YAAW,SAAS;IAKhD,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,GAAG;IACpB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAN1B,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAA4C;IACrE,OAAO,CAAC,WAAW,CAA6B;gBAG7B,KAAK,EAAE,SAAS,EAChB,GAAG,EAAE,SAAS,EACd,OAAO,GAAE;QAAE,QAAQ,CAAC,cAAc,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,KAAK,IAAI,CAAA;KAAO;IAOrF,IAAI,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI;IAI/B,SAAS,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE,UAAU,KAAK,IAAI,GAAG,MAAM,IAAI;IAO7D;;;;OAIG;IACH,cAAc,CAAC,OAAO,EAAE,CAAC,MAAM,EAAE,eAAe,KAAK,IAAI,GAAG,MAAM,IAAI;IAQtE,KAAK,IAAI,IAAI;YASC,cAAc;YAcd,kBAAkB;CAqBjC"}
@@ -58,6 +58,18 @@ export class EncryptedTransport {
58
58
  this.handlers.delete(handler);
59
59
  };
60
60
  }
61
+ /**
62
+ * Forwards the inner transport's connection status when it reports one —
63
+ * encryption is stateless per frame, so the wrapper's status IS the
64
+ * socket's. Protocol layers above use this to re-sync after reconnects.
65
+ */
66
+ onStatusChange(handler) {
67
+ if (!this.inner.onStatusChange) {
68
+ handler("open");
69
+ return () => undefined;
70
+ }
71
+ return this.inner.onStatusChange(handler);
72
+ }
61
73
  close() {
62
74
  if (this.unsubscribe) {
63
75
  this.unsubscribe();
@@ -1 +1 @@
1
- {"version":3,"file":"encryption.js","sourceRoot":"","sources":["../src/encryption.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"encryption.js","sourceRoot":"","sources":["../src/encryption.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"scene-doc.d.ts","sourceRoot":"","sources":["../src/scene-doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,KAAK,UAAU,EACf,KAAK,IAAI,EACT,KAAK,KAAK,EACV,KAAK,KAAK,EACV,KAAK,OAAO,EACb,MAAM,wBAAwB,CAAC;AAIhC;;;;;;;;;;;;;GAaG;AACH,qBAAa,QAAQ;IACnB,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAClC,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC9B,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACxC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;gBAEtB,GAAG,GAAE,CAAC,CAAC,GAAiB;IASpC,uEAAuE;IACvE,QAAQ,IAAI,KAAK;IA2BjB;;;;;OAKG;IACH,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI;IAc7C;;;;OAIG;IACH,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI;CAW7D"}
1
+ {"version":3,"file":"scene-doc.d.ts","sourceRoot":"","sources":["../src/scene-doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAGL,KAAK,UAAU,EACf,KAAK,IAAI,EACT,KAAK,KAAK,EACV,KAAK,KAAK,EACV,KAAK,OAAO,EAEb,MAAM,wBAAwB,CAAC;AA6BhC;;;;;;;;;;;;;GAaG;AACH,qBAAa,QAAQ;IACnB,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;IACpB,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAClC,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC9B,QAAQ,CAAC,WAAW,EAAE,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACxC,QAAQ,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;gBAEtB,GAAG,GAAE,CAAC,CAAC,GAAiB;IASpC,uEAAuE;IACvE,QAAQ,IAAI,KAAK;IA8BjB;;;;;OAKG;IACH,OAAO,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI;IAc7C;;;;OAIG;IACH,UAAU,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,IAAI;CAW7D"}
package/dist/scene-doc.js CHANGED
@@ -1,7 +1,33 @@
1
1
  import * as Y from "yjs";
2
- import { DEFAULT_VIEWPORT, } from "@oh-just-another/scene";
2
+ import { DEFAULT_VIEWPORT, VIEWPORT_SCOPE, } from "@oh-just-another/scene";
3
3
  import { annotationId, layerId, linkId, elementId } from "@oh-just-another/types";
4
4
  import { diffMapInto } from "./diff-map.js";
5
+ /**
6
+ * The subset of the viewport that belongs to the DOCUMENT and therefore
7
+ * replicates (grid on/off, grid style, snap) — per `VIEWPORT_SCOPE`'s
8
+ * `"export"` scope. Camera state (pan / zoom / rotation / size) is
9
+ * user-local and must never travel between peers.
10
+ */
11
+ const sharedViewportSettings = (viewport) => {
12
+ const shared = {};
13
+ for (const [key, scope] of Object.entries(VIEWPORT_SCOPE)) {
14
+ if (scope === "export")
15
+ shared[key] = viewport[key];
16
+ }
17
+ return shared;
18
+ };
19
+ const sharedViewportEqual = (a, b) => {
20
+ for (const [key, scope] of Object.entries(VIEWPORT_SCOPE)) {
21
+ if (scope !== "export")
22
+ continue;
23
+ const k = key;
24
+ // Export-scoped settings are primitives today; if a structured one
25
+ // appears, replace this with a per-key deep compare.
26
+ if (a[k] !== b[k])
27
+ return false;
28
+ }
29
+ return true;
30
+ };
5
31
  /**
6
32
  * CRDT-backed mirror of a `Scene`. Wraps a `Y.Doc` whose top-level maps
7
33
  * are the canonical source of truth for collaborative editing:
@@ -42,8 +68,11 @@ export class SceneDoc {
42
68
  const layerMap = new Map();
43
69
  for (const [id, layer] of this.layers)
44
70
  layerMap.set(layerId(id), layer);
71
+ // The doc carries only the shared (export-scoped) viewport settings;
72
+ // older docs may carry a full viewport — camera keys are ignored by
73
+ // `bindEditor`, which overlays the local camera on adoption.
45
74
  const vp = this.viewport.get("current");
46
- const viewport = (vp ?? DEFAULT_VIEWPORT);
75
+ const viewport = { ...DEFAULT_VIEWPORT, ...vp };
47
76
  const annotationMap = new Map();
48
77
  for (const [id, ann] of this.annotations)
49
78
  annotationMap.set(annotationId(id), ann);
@@ -79,7 +108,7 @@ export class SceneDoc {
79
108
  this.annotations.clear();
80
109
  for (const [id, ann] of scene.annotations)
81
110
  this.annotations.set(id, ann);
82
- this.viewport.set("current", scene.viewport);
111
+ this.viewport.set("current", sharedViewportSettings(scene.viewport));
83
112
  }, origin);
84
113
  }
85
114
  /**
@@ -93,8 +122,8 @@ export class SceneDoc {
93
122
  diffMapInto(prev.links, next.links, this.links);
94
123
  diffMapInto(prev.layers, next.layers, this.layers);
95
124
  diffMapInto(prev.annotations, next.annotations, this.annotations);
96
- if (prev.viewport !== next.viewport) {
97
- this.viewport.set("current", next.viewport);
125
+ if (prev.viewport !== next.viewport && !sharedViewportEqual(prev.viewport, next.viewport)) {
126
+ this.viewport.set("current", sharedViewportSettings(next.viewport));
98
127
  }
99
128
  }, origin);
100
129
  }
@@ -1 +1 @@
1
- {"version":3,"file":"scene-doc.js","sourceRoot":"","sources":["../src/scene-doc.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,gBAAgB,GAMjB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE5C;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,QAAQ;IACV,GAAG,CAAQ;IACX,QAAQ,CAAiB;IACzB,KAAK,CAAc;IACnB,MAAM,CAAe;IACrB,WAAW,CAAoB;IAC/B,QAAQ,CAAiB;IAElC,YAAY,MAAa,IAAI,CAAC,CAAC,GAAG,EAAE;QAClC,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAU,UAAU,CAAC,CAAC;QAChD,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,MAAM,CAAO,OAAO,CAAC,CAAC;QACvC,IAAI,CAAC,MAAM,GAAG,GAAG,CAAC,MAAM,CAAQ,QAAQ,CAAC,CAAC;QAC1C,IAAI,CAAC,WAAW,GAAG,GAAG,CAAC,MAAM,CAAa,aAAa,CAAC,CAAC;QACzD,IAAI,CAAC,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAU,UAAU,CAAC,CAAC;IAClD,CAAC;IAED,uEAAuE;IACvE,QAAQ;QACN,MAAM,QAAQ,GAAG,IAAI,GAAG,EAA0B,CAAC;QACnD,KAAK,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,IAAI,IAAI,CAAC,QAAQ;YAAE,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;QAC5E,MAAM,OAAO,GAAG,IAAI,GAAG,EAAoB,CAAC;QAC5C,KAAK,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,IAAI,IAAI,CAAC,KAAK;YAAE,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,QAAQ,GAAG,IAAI,GAAG,EAAsB,CAAC;QAC/C,KAAK,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,IAAI,IAAI,CAAC,MAAM;YAAE,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC;QAExE,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;QACxC,MAAM,QAAQ,GAAG,CAAC,EAAE,IAAI,gBAAgB,CAAsB,CAAC;QAE/D,MAAM,aAAa,GAAG,IAAI,GAAG,EAAgC,CAAC;QAC9D,KAAK,MAAM,CAAC,EAAE,EAAE,GAAG,CAAC,IAAI,IAAI,CAAC,WAAW;YAAE,aAAa,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,CAAC,EAAE,GAAG,CAAC,CAAC;QAEnF,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,OAAO;YACd,MAAM,EAAE,QAAQ;YAChB,WAAW,EAAE,aAAa;YAC1B,kEAAkE;YAClE,kEAAkE;YAClE,wDAAwD;YACxD,KAAK,EAAE,IAAI,GAAG,EAAE;YAChB,QAAQ;SACT,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,OAAO,CAAC,KAAY,EAAE,MAAgB;QACpC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,EAAE;YACrB,IAAI,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC;YACtB,KAAK,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ;gBAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;YACvE,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,CAAC;YACnB,KAAK,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,IAAI,KAAK,CAAC,KAAK;gBAAE,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC;YAC/D,IAAI,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC;YACpB,KAAK,MAAM,CAAC,EAAE,EAAE,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM;gBAAE,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;YACnE,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,CAAC;YACzB,KAAK,MAAM,CAAC,EAAE,EAAE,GAAG,CAAC,IAAI,KAAK,CAAC,WAAW;gBAAE,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC;YACzE,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;QAC/C,CAAC,EAAE,MAAM,CAAC,CAAC;IACb,CAAC;IAED;;;;OAIG;IACH,UAAU,CAAC,IAAW,EAAE,IAAW,EAAE,MAAgB;QACnD,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,EAAE;YACrB,WAAW,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;YACzD,WAAW,CAAC,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,CAAC;YAChD,WAAW,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YACnD,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC;YAClE,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,CAAC,QAAQ,EAAE,CAAC;gBACpC,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC;YAC9C,CAAC;QACH,CAAC,EAAE,MAAM,CAAC,CAAC;IACb,CAAC;CACF"}
1
+ {"version":3,"file":"scene-doc.js","sourceRoot":"","sources":["../src/scene-doc.ts"],"names":[],"mappings":"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"}
@@ -12,8 +12,15 @@ export declare class TransportProvider {
12
12
  private readonly awareness;
13
13
  private readonly origin;
14
14
  private readonly unsubscribeMessage;
15
+ private readonly unsubscribeStatus;
15
16
  constructor(options: TransportProviderOptions);
16
17
  destroy(): void;
18
+ /**
19
+ * Post-reconnect catch-up: ask peers for their current state, offer ours,
20
+ * and re-announce local presence (peers may have timed our awareness out
21
+ * or lost its last renewal with the dead socket).
22
+ */
23
+ private resync;
17
24
  private readonly onInbound;
18
25
  private readonly onDocUpdate;
19
26
  private readonly onAwarenessUpdate;
@@ -1 +1 @@
1
- {"version":3,"file":"transport-provider.d.ts","sourceRoot":"","sources":["../src/transport-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAA+C,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACpG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;IACpB,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC;CAChC;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAQ;IAC5B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAY;IACtC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmB;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAa;gBAEpC,OAAO,EAAE,wBAAwB;IAkB7C,OAAO,IAAI,IAAI;IAQf,OAAO,CAAC,QAAQ,CAAC,SAAS,CA0BxB;IAIF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAG1B;IAEF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAShC;CACH"}
1
+ {"version":3,"file":"transport-provider.d.ts","sourceRoot":"","sources":["../src/transport-provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAA+C,KAAK,SAAS,EAAE,MAAM,uBAAuB,CAAC;AACpG,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AA2B1D,MAAM,WAAW,wBAAwB;IACvC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC;IACpB,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAC9B,QAAQ,CAAC,SAAS,CAAC,EAAE,SAAS,CAAC;CAChC;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAQ;IAC5B,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAY;IACtC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAmB;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,kBAAkB,CAAa;IAChD,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAsB;gBAE5C,OAAO,EAAE,wBAAwB;IAmC7C,OAAO,IAAI,IAAI;IAOf;;;;OAIG;IACH,OAAO,CAAC,MAAM;IAWd,OAAO,CAAC,QAAQ,CAAC,SAAS,CA0BxB;IAIF,OAAO,CAAC,QAAQ,CAAC,WAAW,CAG1B;IAEF,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAShC;CACH"}
@@ -30,6 +30,7 @@ export class TransportProvider {
30
30
  awareness;
31
31
  origin = Symbol("transport-provider");
32
32
  unsubscribeMessage;
33
+ unsubscribeStatus;
33
34
  constructor(options) {
34
35
  this.doc = options.doc;
35
36
  this.transport = options.transport;
@@ -43,13 +44,44 @@ export class TransportProvider {
43
44
  this.unsubscribeMessage = this.transport.onMessage(this.onInbound);
44
45
  // Ask peers for their current state on join.
45
46
  this.transport.send(new Uint8Array([TAG_SYNC_REQUEST]));
47
+ // Re-sync after every reconnect: frames sent while the link was dying
48
+ // are silently lost, and Yjs parks any delta whose dependency is
49
+ // missing in the doc's pending queue forever. Requesting the full peer
50
+ // state (and re-announcing our own) on each new `open` closes the gap.
51
+ // The first `open` is skipped — the constructor's sync request above
52
+ // is still buffered in the transport and flushes on that open.
53
+ let sawOpen = false;
54
+ this.unsubscribeStatus =
55
+ this.transport.onStatusChange?.((status) => {
56
+ if (status !== "open")
57
+ return;
58
+ if (!sawOpen) {
59
+ sawOpen = true;
60
+ return;
61
+ }
62
+ this.resync();
63
+ }) ?? null;
46
64
  }
47
65
  destroy() {
48
66
  this.doc.off("updateV2", this.onDocUpdate);
49
67
  if (this.awareness)
50
68
  this.awareness.off("update", this.onAwarenessUpdate);
69
+ this.unsubscribeStatus?.();
51
70
  this.unsubscribeMessage();
52
71
  }
72
+ /**
73
+ * Post-reconnect catch-up: ask peers for their current state, offer ours,
74
+ * and re-announce local presence (peers may have timed our awareness out
75
+ * or lost its last renewal with the dead socket).
76
+ */
77
+ resync() {
78
+ this.transport.send(new Uint8Array([TAG_SYNC_REQUEST]));
79
+ this.transport.send(prependTag(TAG_DOC, Y.encodeStateAsUpdateV2(this.doc)));
80
+ if (this.awareness) {
81
+ const payload = encodeAwarenessUpdate(this.awareness, [this.awareness.clientID]);
82
+ this.transport.send(prependTag(TAG_AWARENESS, payload));
83
+ }
84
+ }
53
85
  // --- inbound ---
54
86
  onInbound = (payload) => {
55
87
  const tag = payload[0];
@@ -1 +1 @@
1
- {"version":3,"file":"transport-provider.js","sourceRoot":"","sources":["../src/transport-provider.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"transport-provider.js","sourceRoot":"","sources":["../src/transport-provider.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-just-another/collab",
3
- "version": "0.58.2",
3
+ "version": "0.59.0",
4
4
  "description": "Real-time collaboration: Yjs binding for scenes + awareness for presence.",
5
5
  "license": "MIT",
6
6
  "author": "Rustam Garifulin <rustam@n69.in>",
@@ -41,12 +41,12 @@
41
41
  "dependencies": {
42
42
  "yjs": "13.6.30",
43
43
  "y-protocols": "1.0.7",
44
+ "@oh-just-another/history": "0.57.4",
45
+ "@oh-just-another/scene": "0.61.0",
44
46
  "@oh-just-another/events": "0.57.0",
47
+ "@oh-just-another/state": "0.62.0",
45
48
  "@oh-just-another/types": "0.57.0",
46
- "@oh-just-another/scene": "0.61.0",
47
- "@oh-just-another/history": "0.57.4",
48
- "@oh-just-another/state": "0.61.0",
49
- "@oh-just-another/network": "0.57.0"
49
+ "@oh-just-another/network": "0.58.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsc -b tsconfig.build.json",