@dxos/plugin-sheet 0.10.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/SheetPlugin.mjs +32 -0
- package/dist/lib/SheetPlugin.mjs.map +1 -0
- package/dist/lib/SheetPlugin.node.mjs +11 -0
- package/dist/lib/SheetPlugin.node.mjs.map +1 -0
- package/dist/lib/SheetPlugin.workerd.mjs +11 -0
- package/dist/lib/SheetPlugin.workerd.mjs.map +1 -0
- package/dist/lib/capabilities/node.mjs +10 -0
- package/dist/lib/capabilities/node.mjs.map +1 -0
- package/dist/lib/capabilities.mjs +16 -0
- package/dist/lib/capabilities.mjs.map +1 -0
- package/dist/lib/chunk-RangeList.mjs +47 -0
- package/dist/lib/chunk-RangeList.mjs.map +1 -0
- package/dist/lib/chunk-SheetArticle.mjs +58 -0
- package/dist/lib/chunk-SheetArticle.mjs.map +1 -0
- package/dist/lib/chunk-anchor-sort.mjs +18 -0
- package/dist/lib/chunk-anchor-sort.mjs.map +1 -0
- package/dist/lib/chunk-comment-config.mjs +18 -0
- package/dist/lib/chunk-comment-config.mjs.map +1 -0
- package/dist/lib/chunk-compute-graph-registry.mjs +24 -0
- package/dist/lib/chunk-compute-graph-registry.mjs.map +1 -0
- package/dist/lib/chunk-create-object.mjs +24 -0
- package/dist/lib/chunk-create-object.mjs.map +1 -0
- package/dist/lib/chunk-create.mjs +20 -0
- package/dist/lib/chunk-create.mjs.map +1 -0
- package/dist/lib/chunk-drop-axis.mjs +18 -0
- package/dist/lib/chunk-drop-axis.mjs.map +1 -0
- package/dist/lib/chunk-extensions.mjs +246 -0
- package/dist/lib/chunk-extensions.mjs.map +1 -0
- package/dist/lib/chunk-get-values.mjs +73 -0
- package/dist/lib/chunk-get-values.mjs.map +1 -0
- package/dist/lib/chunk-insert-axis.mjs +11 -0
- package/dist/lib/chunk-insert-axis.mjs.map +1 -0
- package/dist/lib/chunk-markdown-extension.mjs +22 -0
- package/dist/lib/chunk-markdown-extension.mjs.map +1 -0
- package/dist/lib/{neutral/chunk-WTSCOM64.mjs → chunk-meta.mjs} +20 -28
- package/dist/lib/chunk-meta.mjs.map +1 -0
- package/dist/lib/chunk-operation-handler.mjs +11 -0
- package/dist/lib/chunk-operation-handler.mjs.map +1 -0
- package/dist/lib/chunk-react-surface.mjs +27 -0
- package/dist/lib/chunk-react-surface.mjs.map +1 -0
- package/dist/lib/chunk-restore-axis.mjs +11 -0
- package/dist/lib/chunk-restore-axis.mjs.map +1 -0
- package/dist/lib/chunk-scroll-to-anchor.mjs +20 -0
- package/dist/lib/chunk-scroll-to-anchor.mjs.map +1 -0
- package/dist/lib/chunk-set-values.mjs +20 -0
- package/dist/lib/chunk-set-values.mjs.map +1 -0
- package/dist/lib/{neutral/skill-definition-U3KQCFOI.mjs → chunk-skill-definition.mjs} +6 -8
- package/dist/lib/chunk-skill-definition.mjs.map +1 -0
- package/dist/lib/chunk-state.mjs +27 -0
- package/dist/lib/chunk-state.mjs.map +1 -0
- package/dist/lib/chunk-thread-ranges.mjs +59 -0
- package/dist/lib/chunk-thread-ranges.mjs.map +1 -0
- package/dist/lib/chunk-types.mjs +355 -0
- package/dist/lib/chunk-types.mjs.map +1 -0
- package/dist/lib/chunk-undo-mappings.mjs +22 -0
- package/dist/lib/chunk-undo-mappings.mjs.map +1 -0
- package/dist/lib/components.mjs +1377 -0
- package/dist/lib/components.mjs.map +1 -0
- package/dist/lib/containers.mjs +8 -0
- package/dist/lib/containers.mjs.map +1 -0
- package/dist/lib/index.mjs +4 -0
- package/dist/lib/meta.mjs +2 -0
- package/dist/lib/operations/node.mjs +7 -0
- package/dist/lib/operations/node.mjs.map +1 -0
- package/dist/lib/operations.mjs +7 -0
- package/dist/lib/operations.mjs.map +1 -0
- package/dist/lib/plugin.mjs +9 -0
- package/dist/lib/plugin.mjs.map +1 -0
- package/dist/lib/skills.mjs +42 -0
- package/dist/lib/skills.mjs.map +1 -0
- package/dist/lib/testing.mjs +59 -0
- package/dist/lib/testing.mjs.map +1 -0
- package/dist/lib/translations.mjs +50 -0
- package/dist/lib/translations.mjs.map +1 -0
- package/dist/lib/types.mjs +2 -0
- package/dist/types/src/capabilities/anchor-sort.d.ts +1 -1
- package/dist/types/src/capabilities/compute-graph-registry.d.ts +1 -1
- package/dist/types/src/capabilities/create-object.d.ts +1 -1
- package/dist/types/src/capabilities/markdown-extension.d.ts +1 -1
- package/dist/types/src/capabilities/node.d.ts +7 -0
- package/dist/types/src/capabilities/node.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/capabilities/skill-definition.d.ts +1 -1
- package/dist/types/src/capabilities/state.d.ts +1 -1
- package/dist/types/src/capabilities/undo-mappings.d.ts +1 -1
- package/dist/types/src/components/ComputeGraph/ComputeGraphContext.d.ts +11 -0
- package/dist/types/src/components/ComputeGraph/ComputeGraphContext.d.ts.map +1 -0
- package/dist/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts +1 -10
- package/dist/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts.map +1 -1
- package/dist/types/src/components/ComputeGraph/index.d.ts +1 -0
- package/dist/types/src/components/ComputeGraph/index.d.ts.map +1 -1
- package/dist/types/src/components/Sheet/Sheet.d.ts +4 -4
- package/dist/types/src/components/Sheet/Sheet.d.ts.map +1 -1
- package/dist/types/src/components/SheetContent/SheetContent.d.ts +1 -1
- package/dist/types/src/components/SheetContent/SheetContent.d.ts.map +1 -1
- package/dist/types/src/components/SheetContent/SheetContent.stories.d.ts +1 -1
- package/dist/types/src/components/SheetRoot/SheetContext.d.ts +4 -0
- package/dist/types/src/components/SheetRoot/SheetContext.d.ts.map +1 -0
- package/dist/types/src/components/SheetRoot/SheetRoot.d.ts +0 -1
- package/dist/types/src/components/SheetRoot/SheetRoot.d.ts.map +1 -1
- package/dist/types/src/components/SheetRoot/index.d.ts +1 -0
- package/dist/types/src/components/SheetRoot/index.d.ts.map +1 -1
- package/dist/types/src/components/SheetStatusbar/SheetStatusbar.d.ts +1 -1
- package/dist/types/src/components/SheetStatusbar/SheetStatusbar.d.ts.map +1 -1
- package/dist/types/src/components/SheetToolbar/SheetToolbar.d.ts +1 -1
- package/dist/types/src/components/SheetToolbar/SheetToolbar.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +1 -0
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/containers/RangeList/RangeList.d.ts +4 -1
- package/dist/types/src/containers/RangeList/RangeList.d.ts.map +1 -1
- package/dist/types/src/containers/SheetArticle/SheetArticle.d.ts +4 -5
- package/dist/types/src/containers/SheetArticle/SheetArticle.d.ts.map +1 -1
- package/dist/types/src/containers/SheetArticle/SheetArticle.stories.d.ts +4 -1
- package/dist/types/src/containers/SheetArticle/SheetArticle.stories.d.ts.map +1 -1
- package/dist/types/src/extensions/editor/sheet-extension.d.ts.map +1 -1
- package/dist/types/src/operations/node.d.ts +3 -0
- package/dist/types/src/operations/node.d.ts.map +1 -0
- package/dist/types/src/operations/scroll-to-anchor.d.ts.map +1 -1
- package/dist/types/src/plugin.d.ts +1 -1
- package/dist/types/src/plugin.d.ts.map +1 -1
- package/dist/types/src/testing/testing.d.ts +8 -2
- package/dist/types/src/testing/testing.d.ts.map +1 -1
- package/dist/types/src/types/SheetOperation.d.ts +1 -1
- package/dist/types/src/types/SheetOperation.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dx.config.ts +1 -0
- package/package.json +75 -67
- package/src/capabilities/node.ts +18 -0
- package/src/capabilities/{react-surface.tsx → react-surface.ts} +6 -18
- package/src/components/ComputeGraph/ComputeGraphContext.ts +35 -0
- package/src/components/ComputeGraph/ComputeGraphContextProvider.tsx +2 -27
- package/src/components/ComputeGraph/compute-graph.stories.tsx +1 -1
- package/src/components/ComputeGraph/index.ts +2 -0
- package/src/components/Sheet/Sheet.tsx +1 -1
- package/src/components/SheetRoot/SheetContext.ts +19 -0
- package/src/components/SheetRoot/SheetRoot.tsx +2 -9
- package/src/components/SheetRoot/index.ts +2 -0
- package/src/components/SheetStatusbar/SheetStatusbar.tsx +1 -1
- package/src/components/SheetToolbar/SheetToolbar.tsx +9 -9
- package/src/components/index.ts +1 -0
- package/src/containers/RangeList/RangeList.tsx +2 -0
- package/src/containers/SheetArticle/SheetArticle.stories.tsx +15 -24
- package/src/containers/SheetArticle/SheetArticle.tsx +23 -11
- package/src/extensions/editor/sheet-extension.ts +61 -2
- package/src/integrations/thread-ranges.ts +4 -4
- package/src/operations/node.ts +18 -0
- package/src/operations/scroll-to-anchor.ts +3 -2
- package/src/plugin.ts +1 -1
- package/src/testing/testing.tsx +11 -5
- package/src/types/SheetOperation.ts +6 -2
- package/dist/lib/neutral/RangeList-EIJTFS7P.mjs +0 -53
- package/dist/lib/neutral/RangeList-EIJTFS7P.mjs.map +0 -7
- package/dist/lib/neutral/SheetArticle-IUPQYGUU.mjs +0 -34
- package/dist/lib/neutral/SheetArticle-IUPQYGUU.mjs.map +0 -7
- package/dist/lib/neutral/SheetPlugin.mjs +0 -61
- package/dist/lib/neutral/SheetPlugin.mjs.map +0 -7
- package/dist/lib/neutral/SheetPlugin.node.mjs +0 -27
- package/dist/lib/neutral/SheetPlugin.node.mjs.map +0 -7
- package/dist/lib/neutral/SheetPlugin.workerd.mjs +0 -21
- package/dist/lib/neutral/SheetPlugin.workerd.mjs.map +0 -7
- package/dist/lib/neutral/anchor-sort-2POWTKTD.mjs +0 -22
- package/dist/lib/neutral/anchor-sort-2POWTKTD.mjs.map +0 -7
- package/dist/lib/neutral/capabilities/index.mjs +0 -27
- package/dist/lib/neutral/capabilities/index.mjs.map +0 -7
- package/dist/lib/neutral/chunk-ERHMBRSU.mjs +0 -234
- package/dist/lib/neutral/chunk-ERHMBRSU.mjs.map +0 -7
- package/dist/lib/neutral/chunk-HEN74ZWI.mjs +0 -83
- package/dist/lib/neutral/chunk-HEN74ZWI.mjs.map +0 -7
- package/dist/lib/neutral/chunk-HY4DM35G.mjs +0 -466
- package/dist/lib/neutral/chunk-HY4DM35G.mjs.map +0 -7
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs +0 -10
- package/dist/lib/neutral/chunk-J5LGTIGS.mjs.map +0 -7
- package/dist/lib/neutral/chunk-TDGEOMRG.mjs +0 -8
- package/dist/lib/neutral/chunk-TDGEOMRG.mjs.map +0 -7
- package/dist/lib/neutral/chunk-WTSCOM64.mjs.map +0 -7
- package/dist/lib/neutral/comment-config-4CIQFYM2.mjs +0 -22
- package/dist/lib/neutral/comment-config-4CIQFYM2.mjs.map +0 -7
- package/dist/lib/neutral/components/index.mjs +0 -1552
- package/dist/lib/neutral/components/index.mjs.map +0 -7
- package/dist/lib/neutral/compute-graph-registry-YYINTFC2.mjs +0 -26
- package/dist/lib/neutral/compute-graph-registry-YYINTFC2.mjs.map +0 -7
- package/dist/lib/neutral/containers/index.mjs +0 -11
- package/dist/lib/neutral/containers/index.mjs.map +0 -7
- package/dist/lib/neutral/create-I3TKMPQO.mjs +0 -30
- package/dist/lib/neutral/create-I3TKMPQO.mjs.map +0 -7
- package/dist/lib/neutral/create-object-5WEY5XZJ.mjs +0 -27
- package/dist/lib/neutral/create-object-5WEY5XZJ.mjs.map +0 -7
- package/dist/lib/neutral/drop-axis-JPFU5CJO.mjs +0 -23
- package/dist/lib/neutral/drop-axis-JPFU5CJO.mjs.map +0 -7
- package/dist/lib/neutral/get-values-7YWQTH65.mjs +0 -92
- package/dist/lib/neutral/get-values-7YWQTH65.mjs.map +0 -7
- package/dist/lib/neutral/index.mjs +0 -66
- package/dist/lib/neutral/index.mjs.map +0 -7
- package/dist/lib/neutral/insert-axis-WD6ZC3UA.mjs +0 -16
- package/dist/lib/neutral/insert-axis-WD6ZC3UA.mjs.map +0 -7
- package/dist/lib/neutral/markdown-extension-HTJDICGT.mjs +0 -28
- package/dist/lib/neutral/markdown-extension-HTJDICGT.mjs.map +0 -7
- package/dist/lib/neutral/meta.json +0 -1
- package/dist/lib/neutral/meta.mjs +0 -8
- package/dist/lib/neutral/meta.mjs.map +0 -7
- package/dist/lib/neutral/operation-handler-TB6LFV2H.mjs +0 -13
- package/dist/lib/neutral/operation-handler-TB6LFV2H.mjs.map +0 -7
- package/dist/lib/neutral/operations/index.mjs +0 -8
- package/dist/lib/neutral/operations/index.mjs.map +0 -7
- package/dist/lib/neutral/plugin.mjs +0 -16
- package/dist/lib/neutral/plugin.mjs.map +0 -7
- package/dist/lib/neutral/react-surface-TJT6F2E4.mjs +0 -40
- package/dist/lib/neutral/react-surface-TJT6F2E4.mjs.map +0 -7
- package/dist/lib/neutral/restore-axis-RLPX7P3G.mjs +0 -16
- package/dist/lib/neutral/restore-axis-RLPX7P3G.mjs.map +0 -7
- package/dist/lib/neutral/scroll-to-anchor-6FJJQWZC.mjs +0 -33
- package/dist/lib/neutral/scroll-to-anchor-6FJJQWZC.mjs.map +0 -7
- package/dist/lib/neutral/set-values-5DVOVLJH.mjs +0 -30
- package/dist/lib/neutral/set-values-5DVOVLJH.mjs.map +0 -7
- package/dist/lib/neutral/skill-definition-U3KQCFOI.mjs.map +0 -7
- package/dist/lib/neutral/state-HPA27MX2.mjs +0 -29
- package/dist/lib/neutral/state-HPA27MX2.mjs.map +0 -7
- package/dist/lib/neutral/testing/index.mjs +0 -103
- package/dist/lib/neutral/testing/index.mjs.map +0 -7
- package/dist/lib/neutral/translations.mjs +0 -56
- package/dist/lib/neutral/translations.mjs.map +0 -7
- package/dist/lib/neutral/types/index.mjs +0 -58
- package/dist/lib/neutral/types/index.mjs.map +0 -7
- package/dist/lib/neutral/undo-mappings-O75AYIRG.mjs +0 -31
- package/dist/lib/neutral/undo-mappings-O75AYIRG.mjs.map +0 -7
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SheetOperation_exports
|
|
3
|
-
} from "./chunk-HY4DM35G.mjs";
|
|
4
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
5
|
-
|
|
6
|
-
// src/operations/insert-axis.ts
|
|
7
|
-
import * as Effect from "effect/Effect";
|
|
8
|
-
import { Operation } from "@dxos/compute";
|
|
9
|
-
var handler = SheetOperation_exports.InsertAxis.pipe(Operation.withHandler(({ model, axis, index, count }) => Effect.sync(() => {
|
|
10
|
-
model[axis === "col" ? "insertColumns" : "insertRows"](index, count);
|
|
11
|
-
})));
|
|
12
|
-
var insert_axis_default = handler;
|
|
13
|
-
export {
|
|
14
|
-
insert_axis_default as default
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=insert-axis-WD6ZC3UA.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/operations/insert-axis.ts"],
|
|
4
|
-
"sourcesContent": ["//\n\nimport * as Effect from 'effect/Effect';\n// Copyright 2025 DXOS.org\n//\n\nimport { Operation } from '@dxos/compute';\n\nimport { SheetOperation } from '../types';\n\nconst handler: Operation.WithHandler<typeof SheetOperation.InsertAxis> = SheetOperation.InsertAxis.pipe(\n Operation.withHandler(({ model, axis, index, count }) =>\n Effect.sync(() => {\n model[axis === 'col' ? 'insertColumns' : 'insertRows'](index, count);\n }),\n ),\n);\n\nexport default handler;\n"],
|
|
5
|
-
"mappings": ";;;;;;AAEA,YAAYA,YAAY;AAIxB,SAASC,iBAAiB;AAI1B,IAAMC,UAAmEC,uBAAeC,WAAWC,KACjGC,UAAUC,YAAY,CAAC,EAAEC,OAAOC,MAAMC,OAAOC,MAAK,MACzCC,YAAK,MAAA;AACVJ,QAAMC,SAAS,QAAQ,kBAAkB,YAAA,EAAcC,OAAOC,KAAAA;AAChE,CAAA,CAAA,CAAA;AAIJ,IAAA,sBAAeT;",
|
|
6
|
-
"names": ["Effect", "Operation", "handler", "SheetOperation", "InsertAxis", "pipe", "Operation", "withHandler", "model", "axis", "index", "count", "sync"]
|
|
7
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
computeGraphFacet
|
|
3
|
-
} from "./chunk-ERHMBRSU.mjs";
|
|
4
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
5
|
-
|
|
6
|
-
// src/capabilities/markdown-extension.ts
|
|
7
|
-
import * as Effect from "effect/Effect";
|
|
8
|
-
import { Capability } from "@dxos/app-framework";
|
|
9
|
-
import { getSpace } from "@dxos/client/echo";
|
|
10
|
-
import { MarkdownCapabilities } from "@dxos/plugin-markdown/types";
|
|
11
|
-
import { SheetCapabilities } from "#types";
|
|
12
|
-
var markdown_extension_default = Capability.makeModule(Effect.fnUntraced(function* () {
|
|
13
|
-
const capabilities = yield* Capability.Service;
|
|
14
|
-
return Capability.contributes(MarkdownCapabilities.ExtensionProvider, [
|
|
15
|
-
({ document: doc }) => {
|
|
16
|
-
const computeGraphRegistry = capabilities.get(SheetCapabilities.ComputeGraphRegistry);
|
|
17
|
-
const space = getSpace(doc);
|
|
18
|
-
if (space) {
|
|
19
|
-
const computeGraph = computeGraphRegistry.getOrCreateGraph(space);
|
|
20
|
-
return computeGraphFacet.of(computeGraph);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
]);
|
|
24
|
-
}));
|
|
25
|
-
export {
|
|
26
|
-
markdown_extension_default as default
|
|
27
|
-
};
|
|
28
|
-
//# sourceMappingURL=markdown-extension-HTJDICGT.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/markdown-extension.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { getSpace } from '@dxos/client/echo';\nimport { MarkdownCapabilities } from '@dxos/plugin-markdown/types';\n\nimport { SheetCapabilities } from '#types';\n\nimport { computeGraphFacet } from '../extensions';\n\nexport default Capability.makeModule(\n Effect.fnUntraced(function* () {\n // Get context for lazy capability access in callbacks.\n const capabilities = yield* Capability.Service;\n\n return Capability.contributes(MarkdownCapabilities.ExtensionProvider, [\n ({ document: doc }) => {\n const computeGraphRegistry = capabilities.get(SheetCapabilities.ComputeGraphRegistry);\n const space = getSpace(doc);\n if (space) {\n const computeGraph = computeGraphRegistry.getOrCreateGraph(space);\n return computeGraphFacet.of(computeGraph);\n }\n },\n ]);\n }),\n);\n"],
|
|
5
|
-
"mappings": ";;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,gBAAgB;AACzB,SAASC,4BAA4B;AAErC,SAASC,yBAAyB;AAIlC,IAAA,6BAAeC,WAAWC,WACjBC,kBAAW,aAAA;AAEhB,QAAMC,eAAe,OAAOH,WAAWI;AAEvC,SAAOJ,WAAWK,YAAYC,qBAAqBC,mBAAmB;IACpE,CAAC,EAAEC,UAAUC,IAAG,MAAE;AAChB,YAAMC,uBAAuBP,aAAaQ,IAAIC,kBAAkBC,oBAAoB;AACpF,YAAMC,QAAQC,SAASN,GAAAA;AACvB,UAAIK,OAAO;AACT,cAAME,eAAeN,qBAAqBO,iBAAiBH,KAAAA;AAC3D,eAAOI,kBAAkBC,GAAGH,YAAAA;MAC9B;IACF;GACD;AACH,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "Capability", "getSpace", "MarkdownCapabilities", "SheetCapabilities", "Capability", "makeModule", "fnUntraced", "capabilities", "Service", "contributes", "MarkdownCapabilities", "ExtensionProvider", "document", "doc", "computeGraphRegistry", "get", "SheetCapabilities", "ComputeGraphRegistry", "space", "getSpace", "computeGraph", "getOrCreateGraph", "computeGraphFacet", "of"]
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"inputs":{"dx.config.ts":{"bytes":4479,"imports":[{"path":"@dxos/app-framework/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/meta.ts":{"bytes":799,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dx.config.ts","kind":"import-statement","original":"../dx.config"}],"format":"esm"},"src/types/sheet-range-types.ts":{"bytes":3628,"imports":[],"format":"esm"},"src/types/util.ts":{"bytes":14811,"imports":[{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true}],"format":"esm"},"src/types/Sheet.ts":{"bytes":11952,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/Annotation","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/types/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/types/types.ts":{"bytes":2252,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"src/types/Sheet.ts","kind":"import-statement","original":"./Sheet"}],"format":"esm"},"src/types/SheetCapabilities.ts":{"bytes":2450,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"format":"esm"},"src/types/SheetOperation.ts":{"bytes":18959,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"src/types/Sheet.ts","kind":"import-statement","original":"./Sheet"}],"format":"esm"},"src/types/index.ts":{"bytes":1098,"imports":[{"path":"src/types/sheet-range-types.ts","kind":"import-statement","original":"./sheet-range-types"},{"path":"src/types/types.ts","kind":"import-statement","original":"./types"},{"path":"src/types/util.ts","kind":"import-statement","original":"./util"},{"path":"src/types/Sheet.ts","kind":"import-statement","original":"./Sheet"},{"path":"src/types/SheetCapabilities.ts","kind":"import-statement","original":"./SheetCapabilities"},{"path":"src/types/SheetOperation.ts","kind":"import-statement","original":"./SheetOperation"}],"format":"esm"},"src/operations/create.ts":{"bytes":2964,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/drop-axis.ts":{"bytes":2502,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/get-values.ts":{"bytes":9680,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/insert-axis.ts":{"bytes":1807,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/restore-axis.ts":{"bytes":1789,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/integrations/thread-ranges.ts":{"bytes":10228,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-comments/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/operations/scroll-to-anchor.ts":{"bytes":3461,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/integrations/thread-ranges.ts","kind":"import-statement","original":"../integrations/thread-ranges"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/set-values.ts":{"bytes":3752,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/operations/index.ts":{"bytes":1459,"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"src/operations/create.ts","kind":"dynamic-import","original":"./create"},{"path":"src/operations/drop-axis.ts","kind":"dynamic-import","original":"./drop-axis"},{"path":"src/operations/get-values.ts","kind":"dynamic-import","original":"./get-values"},{"path":"src/operations/insert-axis.ts","kind":"dynamic-import","original":"./insert-axis"},{"path":"src/operations/restore-axis.ts","kind":"dynamic-import","original":"./restore-axis"},{"path":"src/operations/scroll-to-anchor.ts","kind":"dynamic-import","original":"./scroll-to-anchor"},{"path":"src/operations/set-values.ts","kind":"dynamic-import","original":"./set-values"}],"format":"esm"},"src/index.ts":{"bytes":539,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/operations/index.ts","kind":"import-statement","original":"./operations"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-sheet/PLUGIN.mdl":{"bytes":10467,"imports":[]},"src/SheetPlugin.tsx":{"bytes":7697,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-sheet/PLUGIN.mdl","kind":"import-statement","original":"../PLUGIN.mdl?raw"}],"format":"esm"},"src/SheetPlugin.node.ts":{"bytes":2932,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/SheetPlugin.workerd.ts":{"bytes":2008,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/anchor-sort.ts":{"bytes":3015,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/comment-config.ts":{"bytes":2411,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/compute-graph-registry.ts":{"bytes":4905,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"dynamic-import","external":true}],"format":"esm"},"src/capabilities/create-object.ts":{"bytes":3392,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/compute.ts":{"bytes":17284,"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/editor/sheet-extension.ts":{"bytes":28480,"imports":[{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"codemirror-lang-spreadsheet","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"format":"esm"},"src/extensions/editor/index.ts":{"bytes":395,"imports":[{"path":"src/extensions/editor/sheet-extension.ts","kind":"import-statement","original":"./sheet-extension"}],"format":"esm"},"src/extensions/index.ts":{"bytes":457,"imports":[{"path":"src/extensions/compute.ts","kind":"import-statement","original":"./compute"},{"path":"src/extensions/editor/index.ts","kind":"import-statement","original":"./editor"}],"format":"esm"},"src/capabilities/markdown-extension.ts":{"bytes":3608,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/extensions/index.ts","kind":"import-statement","original":"../extensions"}],"format":"esm"},"src/capabilities/operation-handler.ts":{"bytes":1655,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":6276,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/state.ts":{"bytes":2957,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/skill-definition.ts":{"bytes":1461,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#skills","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/undo-mappings.ts":{"bytes":3414,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/index.ts":{"bytes":4003,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/anchor-sort.ts","kind":"dynamic-import","original":"./anchor-sort"},{"path":"src/capabilities/comment-config.ts","kind":"dynamic-import","original":"./comment-config"},{"path":"src/capabilities/compute-graph-registry.ts","kind":"dynamic-import","original":"./compute-graph-registry"},{"path":"src/capabilities/create-object.ts","kind":"dynamic-import","original":"./create-object"},{"path":"src/capabilities/markdown-extension.ts","kind":"dynamic-import","original":"./markdown-extension"},{"path":"src/capabilities/operation-handler.ts","kind":"dynamic-import","original":"./operation-handler"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"},{"path":"src/capabilities/state.ts","kind":"dynamic-import","original":"./state"},{"path":"src/capabilities/skill-definition.ts","kind":"dynamic-import","original":"./skill-definition"},{"path":"src/capabilities/undo-mappings.ts","kind":"dynamic-import","original":"./undo-mappings"}],"format":"esm"},"src/components/ComputeGraph/ComputeGraphContextProvider.tsx":{"bytes":3918,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true}],"format":"esm"},"src/components/ComputeGraph/index.ts":{"bytes":423,"imports":[{"path":"src/components/ComputeGraph/ComputeGraphContextProvider.tsx","kind":"import-statement","original":"./ComputeGraphContextProvider"}],"format":"esm"},"src/integrations/index.ts":{"bytes":389,"imports":[{"path":"src/integrations/thread-ranges.ts","kind":"import-statement","original":"./thread-ranges"}],"format":"esm"},"src/model/sheet-model.ts":{"bytes":58819,"imports":[{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/Format","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/model/useSheetModel.ts":{"bytes":2946,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/model/index.ts","kind":"import-statement","original":"../model"}],"format":"esm"},"src/model/index.ts":{"bytes":488,"imports":[{"path":"src/model/sheet-model.ts","kind":"import-statement","original":"./sheet-model"},{"path":"src/model/useSheetModel.ts","kind":"import-statement","original":"./useSheetModel"}],"format":"esm"},"src/components/SheetRoot/SheetRoot.tsx":{"bytes":10463,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"src/model/index.ts","kind":"import-statement","original":"../../model"}],"format":"esm"},"src/components/SheetRoot/index.ts":{"bytes":377,"imports":[{"path":"src/components/SheetRoot/SheetRoot.tsx","kind":"import-statement","original":"./SheetRoot"}],"format":"esm"},"src/components/SheetContent/util.ts":{"bytes":21600,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo-doc","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/components/SheetContent/SheetContent.tsx":{"bytes":46809,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/lit-grid","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/extensions/index.ts","kind":"import-statement","original":"../../extensions"},{"path":"src/integrations/index.ts","kind":"import-statement","original":"../../integrations"},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"},{"path":"src/components/SheetContent/util.ts","kind":"import-statement","original":"./util"}],"format":"esm"},"src/components/SheetContent/index.ts":{"bytes":388,"imports":[{"path":"src/components/SheetContent/SheetContent.tsx","kind":"import-statement","original":"./SheetContent"}],"format":"esm"},"src/components/SheetStatusbar/SheetStatusbar.tsx":{"bytes":6070,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"}],"format":"esm"},"src/components/SheetStatusbar/index.ts":{"bytes":394,"imports":[{"path":"src/components/SheetStatusbar/SheetStatusbar.tsx","kind":"import-statement","original":"./SheetStatusbar"}],"format":"esm"},"src/components/SheetToolbar/align.ts":{"bytes":15078,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"}],"format":"esm"},"src/components/SheetToolbar/style.ts":{"bytes":15592,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"}],"format":"esm"},"src/components/SheetToolbar/useToolbarState.ts":{"bytes":2916,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"format":"esm"},"src/components/SheetToolbar/SheetToolbar.tsx":{"bytes":10611,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"},{"path":"src/components/SheetToolbar/align.ts","kind":"import-statement","original":"./align"},{"path":"src/components/SheetToolbar/style.ts","kind":"import-statement","original":"./style"},{"path":"src/components/SheetToolbar/useToolbarState.ts","kind":"import-statement","original":"./useToolbarState"}],"format":"esm"},"src/components/SheetToolbar/index.ts":{"bytes":388,"imports":[{"path":"src/components/SheetToolbar/SheetToolbar.tsx","kind":"import-statement","original":"./SheetToolbar"}],"format":"esm"},"src/components/Sheet/Sheet.tsx":{"bytes":1925,"imports":[{"path":"src/components/SheetContent/index.ts","kind":"import-statement","original":"../SheetContent"},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"},{"path":"src/components/SheetStatusbar/index.ts","kind":"import-statement","original":"../SheetStatusbar"},{"path":"src/components/SheetToolbar/index.ts","kind":"import-statement","original":"../SheetToolbar"},{"path":"src/components/SheetRoot/index.ts","kind":"import-statement","original":"../SheetRoot"}],"format":"esm"},"src/components/Sheet/index.ts":{"bytes":369,"imports":[{"path":"src/components/Sheet/Sheet.tsx","kind":"import-statement","original":"./Sheet"}],"format":"esm"},"src/components/index.ts":{"bytes":469,"imports":[{"path":"src/components/ComputeGraph/index.ts","kind":"import-statement","original":"./ComputeGraph"},{"path":"src/components/Sheet/index.ts","kind":"import-statement","original":"./Sheet"}],"format":"esm"},"src/containers/RangeList/RangeList.tsx":{"bytes":9810,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo-react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/containers/RangeList/index.ts":{"bytes":484,"imports":[{"path":"src/containers/RangeList/RangeList.tsx","kind":"import-statement","original":"./RangeList"}],"format":"esm"},"src/containers/SheetArticle/SheetArticle.tsx":{"bytes":5063,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"format":"esm"},"src/containers/SheetArticle/index.ts":{"bytes":506,"imports":[{"path":"src/containers/SheetArticle/SheetArticle.tsx","kind":"import-statement","original":"./SheetArticle"}],"format":"esm"},"src/containers/index.ts":{"bytes":952,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"src/containers/RangeList/index.ts","kind":"dynamic-import","original":"./RangeList"},{"path":"src/containers/SheetArticle/index.ts","kind":"dynamic-import","original":"./SheetArticle"}],"format":"esm"},"src/plugin.ts":{"bytes":1063,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/operations/index.ts","kind":"import-statement","original":"./operations"},{"path":"#plugin","kind":"dynamic-import","external":true}],"format":"esm"},"src/testing/data.ts":{"bytes":3547,"imports":[],"format":"esm"},"src/testing/testing.tsx":{"bytes":4284,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula/testing","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"},"src/testing/index.ts":{"bytes":451,"imports":[{"path":"src/testing/data.ts","kind":"import-statement","original":"./data"},{"path":"src/testing/testing.tsx","kind":"import-statement","original":"./testing"}],"format":"esm"},"src/translations.ts":{"bytes":6536,"imports":[{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"format":"esm"}},"outputs":{"dist/lib/neutral/markdown-extension-HTJDICGT.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1949},"dist/lib/neutral/markdown-extension-HTJDICGT.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-ERHMBRSU.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/client/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown/types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/markdown-extension.ts","inputs":{"src/capabilities/markdown-extension.ts":{"bytesInOutput":788}},"bytes":1031},"dist/lib/neutral/operation-handler-TB6LFV2H.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":925},"dist/lib/neutral/operation-handler-TB6LFV2H.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#operations","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/operation-handler.ts","inputs":{"src/capabilities/operation-handler.ts":{"bytesInOutput":343}},"bytes":523},"dist/lib/neutral/react-surface-TJT6F2E4.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3207},"dist/lib/neutral/react-surface-TJT6F2E4.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"#containers","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":1549}},"bytes":1718},"dist/lib/neutral/state-HPA27MX2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1639},"dist/lib/neutral/state-HPA27MX2.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/state.ts","inputs":{"src/capabilities/state.ts":{"bytesInOutput":705}},"bytes":849},"dist/lib/neutral/skill-definition-U3KQCFOI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":786},"dist/lib/neutral/skill-definition-U3KQCFOI.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#skills","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/skill-definition.ts","inputs":{"src/capabilities/skill-definition.ts":{"bytesInOutput":327}},"bytes":504},"dist/lib/neutral/undo-mappings-O75AYIRG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1716},"dist/lib/neutral/undo-mappings-O75AYIRG.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/undo-mappings.ts","inputs":{"src/capabilities/undo-mappings.ts":{"bytesInOutput":741}},"bytes":909},"dist/lib/neutral/RangeList-EIJTFS7P.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5151},"dist/lib/neutral/RangeList-EIJTFS7P.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo-react","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-list","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/RangeList/index.ts","inputs":{"src/containers/RangeList/RangeList.tsx":{"bytesInOutput":2162},"src/containers/RangeList/index.ts":{"bytesInOutput":0}},"bytes":2319},"dist/lib/neutral/SheetArticle-IUPQYGUU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2774},"dist/lib/neutral/SheetArticle-IUPQYGUU.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/containers/SheetArticle/index.ts","inputs":{"src/containers/SheetArticle/SheetArticle.tsx":{"bytesInOutput":1225},"src/containers/SheetArticle/index.ts":{"bytesInOutput":0}},"bytes":1394},"dist/lib/neutral/insert-axis-WD6ZC3UA.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":998},"dist/lib/neutral/insert-axis-WD6ZC3UA.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/insert-axis.ts","inputs":{"src/operations/insert-axis.ts":{"bytesInOutput":327}},"bytes":552},"dist/lib/neutral/restore-axis-RLPX7P3G.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":994},"dist/lib/neutral/restore-axis-RLPX7P3G.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/restore-axis.ts","inputs":{"src/operations/restore-axis.ts":{"bytesInOutput":330}},"bytes":558},"dist/lib/neutral/scroll-to-anchor-6FJJQWZC.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1874},"dist/lib/neutral/scroll-to-anchor-6FJJQWZC.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-HEN74ZWI.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/scroll-to-anchor.ts","inputs":{"src/operations/scroll-to-anchor.ts":{"bytesInOutput":660}},"bytes":1000},"dist/lib/neutral/set-values-5DVOVLJH.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2117},"dist/lib/neutral/set-values-5DVOVLJH.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/set-values.ts","inputs":{"src/operations/set-values.ts":{"bytesInOutput":788}},"bytes":1055},"dist/lib/neutral/anchor-sort-2POWTKTD.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1610},"dist/lib/neutral/anchor-sort-2POWTKTD.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/anchor-sort.ts","inputs":{"src/capabilities/anchor-sort.ts":{"bytesInOutput":678}},"bytes":840},"dist/lib/neutral/comment-config-4CIQFYM2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1291},"dist/lib/neutral/comment-config-4CIQFYM2.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/comment-config.ts","inputs":{"src/capabilities/comment-config.ts":{"bytesInOutput":554}},"bytes":725},"dist/lib/neutral/compute-graph-registry-YYINTFC2.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2560},"dist/lib/neutral/compute-graph-registry-YYINTFC2.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"dynamic-import","external":true}],"exports":["default"],"entryPoint":"src/capabilities/compute-graph-registry.ts","inputs":{"src/capabilities/compute-graph-registry.ts":{"bytesInOutput":953}},"bytes":1148},"dist/lib/neutral/create-object-5WEY5XZJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1776},"dist/lib/neutral/create-object-5WEY5XZJ.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/create-object.ts","inputs":{"src/capabilities/create-object.ts":{"bytesInOutput":791}},"bytes":959},"dist/lib/neutral/operations/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/operations/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-TDGEOMRG.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["SheetOperationHandlerSet"],"entryPoint":"src/operations/index.ts","inputs":{},"bytes":174},"dist/lib/neutral/plugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":501},"dist/lib/neutral/plugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-TDGEOMRG.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-WTSCOM64.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#plugin","kind":"dynamic-import","external":true}],"exports":["SheetOperationHandlerSet","SheetPlugin"],"entryPoint":"src/plugin.ts","inputs":{"src/plugin.ts":{"bytesInOutput":108}},"bytes":361},"dist/lib/neutral/testing/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3959},"dist/lib/neutral/testing/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula/testing","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["createTestCells","useTestSheet","withComputeGraphDecorator"],"entryPoint":"src/testing/index.ts","inputs":{"src/testing/data.ts":{"bytesInOutput":737},"src/testing/index.ts":{"bytesInOutput":0},"src/testing/testing.tsx":{"bytesInOutput":989}},"bytes":1920},"dist/lib/neutral/translations.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":3032},"dist/lib/neutral/translations.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["translations"],"entryPoint":"src/translations.ts","inputs":{"src/translations.ts":{"bytesInOutput":1966}},"bytes":2090},"dist/lib/neutral/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/types/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["ApiError","DEFAULT_COLS","DEFAULT_ROWS","MAX_COLS","MAX_ROWS","RangeException","ReadonlyException","Sheet","SheetAction","SheetCapabilities","SheetOperation","addressFromIndex","addressToIndex","alignKey","cellClassNameForRange","commentKey","compareIndexPositions","createIndex","createIndices","initialize","insertIndices","mapFormulaIndicesToRefs","mapFormulaRefsToIndices","rangeFromIndex","rangeToIndex","styleKey"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":1108},"dist/lib/neutral/create-I3TKMPQO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1623},"dist/lib/neutral/create-I3TKMPQO.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/create.ts","inputs":{"src/operations/create.ts":{"bytesInOutput":615}},"bytes":842},"dist/lib/neutral/drop-axis-JPFU5CJO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1339},"dist/lib/neutral/drop-axis-JPFU5CJO.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/drop-axis.ts","inputs":{"src/operations/drop-axis.ts":{"bytesInOutput":492}},"bytes":711},"dist/lib/neutral/get-values-7YWQTH65.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5199},"dist/lib/neutral/get-values-7YWQTH65.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/operations/get-values.ts","inputs":{"src/operations/get-values.ts":{"bytesInOutput":2229}},"bytes":2516},"dist/lib/neutral/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-TDGEOMRG.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-HY4DM35G.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-WTSCOM64.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["ApiError","DEFAULT_COLS","DEFAULT_ROWS","MAX_COLS","MAX_ROWS","RangeException","ReadonlyException","Sheet","SheetAction","SheetCapabilities","SheetOperation","SheetOperationHandlerSet","addressFromIndex","addressToIndex","alignKey","cellClassNameForRange","commentKey","compareIndexPositions","createIndex","createIndices","initialize","insertIndices","mapFormulaIndicesToRefs","mapFormulaRefsToIndices","meta","rangeFromIndex","rangeToIndex","styleKey"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0}},"bytes":1256},"dist/lib/neutral/chunk-TDGEOMRG.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":786},"dist/lib/neutral/chunk-TDGEOMRG.mjs":{"imports":[{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"dist/lib/neutral/create-I3TKMPQO.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/drop-axis-JPFU5CJO.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/get-values-7YWQTH65.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/insert-axis-WD6ZC3UA.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/restore-axis-RLPX7P3G.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/scroll-to-anchor-6FJJQWZC.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/set-values-5DVOVLJH.mjs","kind":"dynamic-import"}],"exports":["SheetOperationHandlerSet"],"inputs":{"src/operations/index.ts":{"bytesInOutput":415}},"bytes":526},"dist/lib/neutral/chunk-HY4DM35G.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":26993},"dist/lib/neutral/chunk-HY4DM35G.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/Annotation","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/crypto","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/compute","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true}],"exports":["ApiError","DEFAULT_COLS","DEFAULT_ROWS","MAX_COLS","MAX_ROWS","RangeException","ReadonlyException","SheetAction","SheetCapabilities_exports","SheetOperation_exports","Sheet_exports","addressFromIndex","addressToIndex","alignKey","cellClassNameForRange","commentKey","compareIndexPositions","createIndex","createIndices","initialize","insertIndices","mapFormulaIndicesToRefs","mapFormulaRefsToIndices","rangeFromIndex","rangeToIndex","styleKey"],"inputs":{"src/types/sheet-range-types.ts":{"bytesInOutput":711},"src/types/index.ts":{"bytesInOutput":0},"src/types/types.ts":{"bytesInOutput":404},"src/types/Sheet.ts":{"bytesInOutput":2881},"src/types/util.ts":{"bytesInOutput":2818},"src/types/SheetCapabilities.ts":{"bytesInOutput":434},"src/types/SheetOperation.ts":{"bytesInOutput":5492}},"bytes":13534},"dist/lib/neutral/SheetPlugin.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":15822},"dist/lib/neutral/SheetPlugin.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-markdown","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#translations","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["SheetPlugin","default"],"entryPoint":"src/SheetPlugin.tsx","inputs":{"src/SheetPlugin.tsx":{"bytesInOutput":1803},"raw-loader:/__w/dxos/dxos/packages/plugins/plugin-sheet/PLUGIN.mdl":{"bytesInOutput":11384}},"bytes":13438},"dist/lib/neutral/SheetPlugin.node.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1557},"dist/lib/neutral/SheetPlugin.node.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["SheetPlugin","default"],"entryPoint":"src/SheetPlugin.node.ts","inputs":{"src/SheetPlugin.node.ts":{"bytesInOutput":675}},"bytes":845},"dist/lib/neutral/SheetPlugin.workerd.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1051},"dist/lib/neutral/SheetPlugin.workerd.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"#capabilities","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true}],"exports":["SheetPlugin","default"],"entryPoint":"src/SheetPlugin.workerd.ts","inputs":{"src/SheetPlugin.workerd.ts":{"bytesInOutput":444}},"bytes":623},"dist/lib/neutral/capabilities/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2099},"dist/lib/neutral/capabilities/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/neutral/anchor-sort-2POWTKTD.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/comment-config-4CIQFYM2.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/compute-graph-registry-YYINTFC2.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/create-object-5WEY5XZJ.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/markdown-extension-HTJDICGT.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/operation-handler-TB6LFV2H.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/react-surface-TJT6F2E4.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/state-HPA27MX2.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/skill-definition-U3KQCFOI.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/undo-mappings-O75AYIRG.mjs","kind":"dynamic-import"}],"exports":["AnchorSort","CommentConfig","ComputeGraphRegistry","CreateObject","Markdown","OperationHandler","ReactSurface","SheetState","SkillDefinition","UndoMappings"],"entryPoint":"src/capabilities/index.ts","inputs":{"src/capabilities/index.ts":{"bytesInOutput":1077}},"bytes":1353},"dist/lib/neutral/components/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":100388},"dist/lib/neutral/components/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-ERHMBRSU.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-HEN74ZWI.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/react-hooks","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/lit-grid","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/debug","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/context","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/Format","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/keys","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo-doc","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-grid","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit/ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-menu","kind":"import-statement","external":true},{"path":"#meta","kind":"import-statement","external":true},{"path":"#types","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true}],"exports":["ComputeGraphContext","ComputeGraphContextProvider","Sheet","useComputeGraph","useSheetContext"],"entryPoint":"src/components/index.ts","inputs":{"src/components/ComputeGraph/ComputeGraphContextProvider.tsx":{"bytesInOutput":775},"src/components/ComputeGraph/index.ts":{"bytesInOutput":0},"src/components/index.ts":{"bytesInOutput":0},"src/components/SheetContent/SheetContent.tsx":{"bytesInOutput":11676},"src/integrations/index.ts":{"bytesInOutput":0},"src/components/SheetRoot/SheetRoot.tsx":{"bytesInOutput":2086},"src/model/sheet-model.ts":{"bytesInOutput":14667},"src/model/index.ts":{"bytesInOutput":0},"src/model/useSheetModel.ts":{"bytesInOutput":543},"src/components/SheetRoot/index.ts":{"bytesInOutput":0},"src/components/SheetContent/util.ts":{"bytesInOutput":5102},"src/components/SheetContent/index.ts":{"bytesInOutput":0},"src/components/SheetStatusbar/SheetStatusbar.tsx":{"bytesInOutput":1813},"src/components/SheetStatusbar/index.ts":{"bytesInOutput":0},"src/components/SheetToolbar/SheetToolbar.tsx":{"bytesInOutput":2509},"src/components/SheetToolbar/align.ts":{"bytesInOutput":3438},"src/components/SheetToolbar/style.ts":{"bytesInOutput":3660},"src/components/SheetToolbar/useToolbarState.ts":{"bytesInOutput":296},"src/components/SheetToolbar/index.ts":{"bytesInOutput":0},"src/components/Sheet/Sheet.tsx":{"bytesInOutput":114},"src/components/Sheet/index.ts":{"bytesInOutput":0}},"bytes":47671},"dist/lib/neutral/chunk-ERHMBRSU.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":19904},"dist/lib/neutral/chunk-ERHMBRSU.mjs":{"imports":[{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/state","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true},{"path":"@codemirror/autocomplete","kind":"import-statement","external":true},{"path":"@codemirror/language","kind":"import-statement","external":true},{"path":"@codemirror/view","kind":"import-statement","external":true},{"path":"@lezer/highlight","kind":"import-statement","external":true},{"path":"codemirror-lang-spreadsheet","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/ui-editor","kind":"import-statement","external":true},{"path":"@dxos/ui-theme","kind":"import-statement","external":true}],"exports":["computeGraphFacet","rangeExtension","sheetExtension"],"inputs":{"src/extensions/compute.ts":{"bytesInOutput":516},"src/extensions/index.ts":{"bytesInOutput":0},"src/extensions/editor/sheet-extension.ts":{"bytesInOutput":6115},"src/extensions/editor/index.ts":{"bytesInOutput":0}},"bytes":6818},"dist/lib/neutral/chunk-HEN74ZWI.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5443},"dist/lib/neutral/chunk-HEN74ZWI.mjs":{"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework/ui","kind":"import-statement","external":true},{"path":"@dxos/app-toolkit","kind":"import-statement","external":true},{"path":"@dxos/async","kind":"import-statement","external":true},{"path":"@dxos/compute-hyperformula","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-comments/types","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-attention","kind":"import-statement","external":true},{"path":"@dxos/types","kind":"import-statement","external":true},{"path":"#components","kind":"import-statement","external":true}],"exports":["parseThreadAnchorAsCellRange","useSelectThreadOnCellFocus"],"inputs":{"src/integrations/thread-ranges.ts":{"bytesInOutput":2375}},"bytes":2530},"dist/lib/neutral/containers/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":536},"dist/lib/neutral/containers/index.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"dist/lib/neutral/RangeList-EIJTFS7P.mjs","kind":"dynamic-import"},{"path":"dist/lib/neutral/SheetArticle-IUPQYGUU.mjs","kind":"dynamic-import"}],"exports":["RangeList","SheetArticle"],"entryPoint":"src/containers/index.ts","inputs":{"src/containers/index.ts":{"bytesInOutput":166}},"bytes":301},"dist/lib/neutral/meta.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/meta.mjs":{"imports":[{"path":"dist/lib/neutral/chunk-WTSCOM64.mjs","kind":"import-statement"},{"path":"dist/lib/neutral/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["meta"],"entryPoint":"src/meta.ts","inputs":{},"bytes":131},"dist/lib/neutral/chunk-WTSCOM64.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":2381},"dist/lib/neutral/chunk-WTSCOM64.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/config","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["meta"],"inputs":{"src/meta.ts":{"bytesInOutput":102},"dx.config.ts":{"bytesInOutput":1544}},"bytes":1758},"dist/lib/neutral/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/neutral/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
2
|
-
|
|
3
|
-
// src/capabilities/operation-handler.ts
|
|
4
|
-
import * as Effect from "effect/Effect";
|
|
5
|
-
import { Capabilities, Capability } from "@dxos/app-framework";
|
|
6
|
-
import { SheetOperationHandlerSet } from "#operations";
|
|
7
|
-
var operation_handler_default = Capability.makeModule(Effect.fnUntraced(function* () {
|
|
8
|
-
return Capability.contributes(Capabilities.OperationHandler, SheetOperationHandlerSet);
|
|
9
|
-
}));
|
|
10
|
-
export {
|
|
11
|
-
operation_handler_default as default
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=operation-handler-TB6LFV2H.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/operation-handler.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport type { OperationHandlerSet } from '@dxos/compute';\n\nimport { SheetOperationHandlerSet } from '#operations';\n\nexport default Capability.makeModule<OperationHandlerSet.OperationHandlerSet>(\n Effect.fnUntraced(function* () {\n return Capability.contributes(Capabilities.OperationHandler, SheetOperationHandlerSet);\n }),\n);\n"],
|
|
5
|
-
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,cAAcC,kBAAkB;AAGzC,SAASC,gCAAgC;AAEzC,IAAA,4BAAeD,WAAWE,WACjBC,kBAAW,aAAA;AAChB,SAAOH,WAAWI,YAAYL,aAAaM,kBAAkBJ,wBAAAA;AAC/D,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "Capabilities", "Capability", "SheetOperationHandlerSet", "makeModule", "fnUntraced", "contributes", "OperationHandler"]
|
|
7
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SheetOperationHandlerSet
|
|
3
|
-
} from "./chunk-TDGEOMRG.mjs";
|
|
4
|
-
import {
|
|
5
|
-
meta
|
|
6
|
-
} from "./chunk-WTSCOM64.mjs";
|
|
7
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
8
|
-
|
|
9
|
-
// src/plugin.ts
|
|
10
|
-
import { Plugin } from "@dxos/app-framework";
|
|
11
|
-
var SheetPlugin = Plugin.lazy(meta, () => import("#plugin"));
|
|
12
|
-
export {
|
|
13
|
-
SheetOperationHandlerSet,
|
|
14
|
-
SheetPlugin
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=plugin.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/plugin.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { Plugin } from '@dxos/app-framework';\n\nimport { meta } from './meta';\n\nexport const SheetPlugin = Plugin.lazy(meta, () => import('#plugin'));\n\nexport { SheetOperationHandlerSet } from './operations';\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;AAIA,SAASA,cAAc;AAIhB,IAAMC,cAAcC,OAAOC,KAAKC,MAAM,MAAM,OAAO,SAAA,CAAA;",
|
|
6
|
-
"names": ["Plugin", "SheetPlugin", "Plugin", "lazy", "meta"]
|
|
7
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
2
|
-
|
|
3
|
-
// src/capabilities/react-surface.tsx
|
|
4
|
-
import * as Effect from "effect/Effect";
|
|
5
|
-
import React from "react";
|
|
6
|
-
import { Capabilities, Capability } from "@dxos/app-framework";
|
|
7
|
-
import { Surface, useCapability } from "@dxos/app-framework/ui";
|
|
8
|
-
import { AppSurface } from "@dxos/app-toolkit/ui";
|
|
9
|
-
import { Obj } from "@dxos/echo";
|
|
10
|
-
import { getSpace } from "@dxos/react-client/echo";
|
|
11
|
-
import { RangeList, SheetArticle } from "#containers";
|
|
12
|
-
import { Sheet, SheetCapabilities } from "#types";
|
|
13
|
-
var react_surface_default = Capability.makeModule(() => Effect.succeed(Capability.contributes(Capabilities.ReactSurface, [
|
|
14
|
-
Surface.create({
|
|
15
|
-
id: "sheet",
|
|
16
|
-
// TODO(wittjosiah): Split into multiple surfaces if this filter proves too strict for non-article roles.
|
|
17
|
-
filter: AppSurface.oneOf(AppSurface.object(AppSurface.Article, Sheet.Sheet, (data) => !!Obj.getDatabase(data.subject)), AppSurface.object(AppSurface.Section, Sheet.Sheet, (data) => !!Obj.getDatabase(data.subject))),
|
|
18
|
-
component: ({ data, role }) => {
|
|
19
|
-
const computeGraphRegistry = useCapability(SheetCapabilities.ComputeGraphRegistry);
|
|
20
|
-
return /* @__PURE__ */ React.createElement(SheetArticle, {
|
|
21
|
-
role,
|
|
22
|
-
subject: data.subject,
|
|
23
|
-
attendableId: data.attendableId,
|
|
24
|
-
space: getSpace(data.subject),
|
|
25
|
-
registry: computeGraphRegistry
|
|
26
|
-
});
|
|
27
|
-
}
|
|
28
|
-
}),
|
|
29
|
-
Surface.create({
|
|
30
|
-
id: "objectProperties",
|
|
31
|
-
filter: AppSurface.object(AppSurface.ObjectProperties, Sheet.Sheet),
|
|
32
|
-
component: ({ data }) => /* @__PURE__ */ React.createElement(RangeList, {
|
|
33
|
-
sheet: data.subject
|
|
34
|
-
})
|
|
35
|
-
})
|
|
36
|
-
])));
|
|
37
|
-
export {
|
|
38
|
-
react_surface_default as default
|
|
39
|
-
};
|
|
40
|
-
//# sourceMappingURL=react-surface-TJT6F2E4.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/react-surface.tsx"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\nimport React from 'react';\n\nimport { Capabilities, Capability } from '@dxos/app-framework';\nimport { Surface, useCapability } from '@dxos/app-framework/ui';\nimport { AppSurface } from '@dxos/app-toolkit/ui';\nimport { Obj } from '@dxos/echo';\nimport { getSpace } from '@dxos/react-client/echo';\n\nimport { RangeList, SheetArticle } from '#containers';\nimport { Sheet, SheetCapabilities } from '#types';\n\nexport default Capability.makeModule(() =>\n Effect.succeed(\n Capability.contributes(Capabilities.ReactSurface, [\n Surface.create({\n id: 'sheet',\n // TODO(wittjosiah): Split into multiple surfaces if this filter proves too strict for non-article roles.\n filter: AppSurface.oneOf(\n AppSurface.object(AppSurface.Article, Sheet.Sheet, (data) => !!Obj.getDatabase(data.subject)),\n AppSurface.object(AppSurface.Section, Sheet.Sheet, (data) => !!Obj.getDatabase(data.subject)),\n ),\n component: ({ data, role }) => {\n const computeGraphRegistry = useCapability(SheetCapabilities.ComputeGraphRegistry);\n\n return (\n <SheetArticle\n role={role}\n subject={data.subject}\n attendableId={data.attendableId}\n space={getSpace(data.subject)!}\n registry={computeGraphRegistry}\n />\n );\n },\n }),\n Surface.create({\n id: 'objectProperties',\n filter: AppSurface.object(AppSurface.ObjectProperties, Sheet.Sheet),\n component: ({ data }) => <RangeList sheet={data.subject} />,\n }),\n ]),\n ),\n);\n"],
|
|
5
|
-
"mappings": ";;;AAIA,YAAYA,YAAY;AACxB,OAAOC,WAAW;AAElB,SAASC,cAAcC,kBAAkB;AACzC,SAASC,SAASC,qBAAqB;AACvC,SAASC,kBAAkB;AAC3B,SAASC,WAAW;AACpB,SAASC,gBAAgB;AAEzB,SAASC,WAAWC,oBAAoB;AACxC,SAASC,OAAOC,yBAAyB;AAEzC,IAAA,wBAAeT,WAAWU,WAAW,MAC5BC,eACLX,WAAWY,YAAYb,aAAac,cAAc;EAChDZ,QAAQa,OAAO;IACbC,IAAI;;IAEJC,QAAQb,WAAWc,MACjBd,WAAWe,OAAOf,WAAWgB,SAASX,MAAMA,OAAO,CAACY,SAAS,CAAC,CAAChB,IAAIiB,YAAYD,KAAKE,OAAO,CAAA,GAC3FnB,WAAWe,OAAOf,WAAWoB,SAASf,MAAMA,OAAO,CAACY,SAAS,CAAC,CAAChB,IAAIiB,YAAYD,KAAKE,OAAO,CAAA,CAAA;IAE7FE,WAAW,CAAC,EAAEJ,MAAMK,KAAI,MAAE;AACxB,YAAMC,uBAAuBxB,cAAcO,kBAAkBkB,oBAAoB;AAEjF,aACE,sBAAA,cAACpB,cAAAA;QACCkB;QACAH,SAASF,KAAKE;QACdM,cAAcR,KAAKQ;QACnBC,OAAOxB,SAASe,KAAKE,OAAO;QAC5BQ,UAAUJ;;IAGhB;EACF,CAAA;EACAzB,QAAQa,OAAO;IACbC,IAAI;IACJC,QAAQb,WAAWe,OAAOf,WAAW4B,kBAAkBvB,MAAMA,KAAK;IAClEgB,WAAW,CAAC,EAAEJ,KAAI,MAAO,sBAAA,cAACd,WAAAA;MAAU0B,OAAOZ,KAAKE;;EAClD,CAAA;CACD,CAAA,CAAA;",
|
|
6
|
-
"names": ["Effect", "React", "Capabilities", "Capability", "Surface", "useCapability", "AppSurface", "Obj", "getSpace", "RangeList", "SheetArticle", "Sheet", "SheetCapabilities", "makeModule", "succeed", "contributes", "ReactSurface", "create", "id", "filter", "oneOf", "object", "Article", "data", "getDatabase", "subject", "Section", "component", "role", "computeGraphRegistry", "ComputeGraphRegistry", "attendableId", "space", "registry", "ObjectProperties", "sheet"]
|
|
7
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SheetOperation_exports
|
|
3
|
-
} from "./chunk-HY4DM35G.mjs";
|
|
4
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
5
|
-
|
|
6
|
-
// src/operations/restore-axis.ts
|
|
7
|
-
import * as Effect from "effect/Effect";
|
|
8
|
-
import { Operation } from "@dxos/compute";
|
|
9
|
-
var handler = SheetOperation_exports.RestoreAxis.pipe(Operation.withHandler(({ model, axis, ...restoreData }) => Effect.sync(() => {
|
|
10
|
-
model[axis === "col" ? "restoreColumn" : "restoreRow"](restoreData);
|
|
11
|
-
})));
|
|
12
|
-
var restore_axis_default = handler;
|
|
13
|
-
export {
|
|
14
|
-
restore_axis_default as default
|
|
15
|
-
};
|
|
16
|
-
//# sourceMappingURL=restore-axis-RLPX7P3G.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/operations/restore-axis.ts"],
|
|
4
|
-
"sourcesContent": ["//\n\nimport * as Effect from 'effect/Effect';\n// Copyright 2025 DXOS.org\n//\n\nimport { Operation } from '@dxos/compute';\n\nimport { SheetOperation } from '../types';\n\nconst handler: Operation.WithHandler<typeof SheetOperation.RestoreAxis> = SheetOperation.RestoreAxis.pipe(\n Operation.withHandler(({ model, axis, ...restoreData }) =>\n Effect.sync(() => {\n model[axis === 'col' ? 'restoreColumn' : 'restoreRow'](restoreData);\n }),\n ),\n);\n\nexport default handler;\n"],
|
|
5
|
-
"mappings": ";;;;;;AAEA,YAAYA,YAAY;AAIxB,SAASC,iBAAiB;AAI1B,IAAMC,UAAoEC,uBAAeC,YAAYC,KACnGC,UAAUC,YAAY,CAAC,EAAEC,OAAOC,MAAM,GAAGC,YAAAA,MAChCC,YAAK,MAAA;AACVH,QAAMC,SAAS,QAAQ,kBAAkB,YAAA,EAAcC,WAAAA;AACzD,CAAA,CAAA,CAAA;AAIJ,IAAA,uBAAeR;",
|
|
6
|
-
"names": ["Effect", "Operation", "handler", "SheetOperation", "RestoreAxis", "pipe", "Operation", "withHandler", "model", "axis", "restoreData", "sync"]
|
|
7
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SheetCapabilities_exports,
|
|
3
|
-
SheetOperation_exports
|
|
4
|
-
} from "./chunk-HY4DM35G.mjs";
|
|
5
|
-
import {
|
|
6
|
-
parseThreadAnchorAsCellRange
|
|
7
|
-
} from "./chunk-HEN74ZWI.mjs";
|
|
8
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
9
|
-
|
|
10
|
-
// src/operations/scroll-to-anchor.ts
|
|
11
|
-
import * as Effect from "effect/Effect";
|
|
12
|
-
import { Capability } from "@dxos/app-framework";
|
|
13
|
-
import { Operation } from "@dxos/compute";
|
|
14
|
-
var handler = SheetOperation_exports.ScrollToAnchor.pipe(Operation.withHandler(Effect.fnUntraced(function* ({ subject, cursor, ref }) {
|
|
15
|
-
const gridInstances = yield* Capability.get(SheetCapabilities_exports.GridInstances);
|
|
16
|
-
const entry = gridInstances.get(subject);
|
|
17
|
-
if (!entry) {
|
|
18
|
-
return;
|
|
19
|
-
}
|
|
20
|
-
entry.setActiveRefs(ref);
|
|
21
|
-
const range = parseThreadAnchorAsCellRange(cursor);
|
|
22
|
-
if (range) {
|
|
23
|
-
entry.grid.setFocus({
|
|
24
|
-
...range.to,
|
|
25
|
-
plane: "grid"
|
|
26
|
-
}, true);
|
|
27
|
-
}
|
|
28
|
-
})));
|
|
29
|
-
var scroll_to_anchor_default = handler;
|
|
30
|
-
export {
|
|
31
|
-
scroll_to_anchor_default as default
|
|
32
|
-
};
|
|
33
|
-
//# sourceMappingURL=scroll-to-anchor-6FJJQWZC.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/operations/scroll-to-anchor.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { Operation } from '@dxos/compute';\n\nimport { parseThreadAnchorAsCellRange } from '../integrations/thread-ranges';\nimport { SheetCapabilities, SheetOperation } from '../types';\n\nconst handler: Operation.WithHandler<typeof SheetOperation.ScrollToAnchor> = SheetOperation.ScrollToAnchor.pipe(\n Operation.withHandler(\n Effect.fnUntraced(function* ({ subject, cursor, ref }) {\n const gridInstances = yield* Capability.get(SheetCapabilities.GridInstances);\n const entry = gridInstances.get(subject);\n if (!entry) {\n return;\n }\n entry.setActiveRefs(ref);\n const range = parseThreadAnchorAsCellRange(cursor);\n if (range) {\n entry.grid.setFocus({ ...range.to, plane: 'grid' }, true);\n }\n }),\n ),\n);\n\nexport default handler;\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,iBAAiB;AAK1B,IAAMC,UAAuEC,uBAAeC,eAAeC,KACzGC,UAAUC,YACDC,kBAAW,WAAW,EAAEC,SAASC,QAAQC,IAAG,GAAE;AACnD,QAAMC,gBAAgB,OAAOC,WAAWC,IAAIC,0BAAkBC,aAAa;AAC3E,QAAMC,QAAQL,cAAcE,IAAIL,OAAAA;AAChC,MAAI,CAACQ,OAAO;AACV;EACF;AACAA,QAAMC,cAAcP,GAAAA;AACpB,QAAMQ,QAAQC,6BAA6BV,MAAAA;AAC3C,MAAIS,OAAO;AACTF,UAAMI,KAAKC,SAAS;MAAE,GAAGH,MAAMI;MAAIC,OAAO;IAAO,GAAG,IAAA;EACtD;AACF,CAAA,CAAA,CAAA;AAIJ,IAAA,2BAAetB;",
|
|
6
|
-
"names": ["Effect", "Capability", "Operation", "handler", "SheetOperation", "ScrollToAnchor", "pipe", "Operation", "withHandler", "fnUntraced", "subject", "cursor", "ref", "gridInstances", "Capability", "get", "SheetCapabilities", "GridInstances", "entry", "setActiveRefs", "range", "parseThreadAnchorAsCellRange", "grid", "setFocus", "to", "plane"]
|
|
7
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
SheetOperation_exports,
|
|
3
|
-
addressToIndex,
|
|
4
|
-
mapFormulaRefsToIndices
|
|
5
|
-
} from "./chunk-HY4DM35G.mjs";
|
|
6
|
-
import "./chunk-J5LGTIGS.mjs";
|
|
7
|
-
|
|
8
|
-
// src/operations/set-values.ts
|
|
9
|
-
import * as Effect from "effect/Effect";
|
|
10
|
-
import { Operation } from "@dxos/compute";
|
|
11
|
-
import { addressFromA1Notation, isFormula } from "@dxos/compute-hyperformula";
|
|
12
|
-
import { Database, Obj } from "@dxos/echo";
|
|
13
|
-
var handler = SheetOperation_exports.SetValues.pipe(Operation.withHandler(Effect.fn(function* ({ sheet: sheetRef, cells }) {
|
|
14
|
-
const sheet = yield* Database.load(sheetRef);
|
|
15
|
-
Obj.update(sheet, (sheet2) => {
|
|
16
|
-
for (const [address, value] of Object.entries(cells)) {
|
|
17
|
-
const cell = addressFromA1Notation(address);
|
|
18
|
-
const idx = addressToIndex(sheet2, cell);
|
|
19
|
-
const stored = isFormula(String(value)) ? mapFormulaRefsToIndices(sheet2, String(value)) : value;
|
|
20
|
-
sheet2.cells[idx] = {
|
|
21
|
-
value: stored
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
});
|
|
25
|
-
})));
|
|
26
|
-
var set_values_default = handler;
|
|
27
|
-
export {
|
|
28
|
-
set_values_default as default
|
|
29
|
-
};
|
|
30
|
-
//# sourceMappingURL=set-values-5DVOVLJH.mjs.map
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/operations/set-values.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Operation } from '@dxos/compute';\nimport { addressFromA1Notation, isFormula } from '@dxos/compute-hyperformula';\nimport { Database, Obj } from '@dxos/echo';\n\nimport { SheetOperation, addressToIndex, mapFormulaRefsToIndices } from '../types';\n\nconst handler: Operation.WithHandler<typeof SheetOperation.SetValues> = SheetOperation.SetValues.pipe(\n Operation.withHandler(\n Effect.fn(function* ({ sheet: sheetRef, cells }) {\n const sheet = yield* Database.load(sheetRef);\n Obj.update(sheet, (sheet) => {\n for (const [address, value] of Object.entries(cells)) {\n const cell = addressFromA1Notation(address);\n const idx = addressToIndex(sheet, cell);\n const stored = isFormula(String(value)) ? mapFormulaRefsToIndices(sheet, String(value)) : value;\n sheet.cells[idx] = { value: stored };\n }\n });\n }),\n ),\n);\n\nexport default handler;\n"],
|
|
5
|
-
"mappings": ";;;;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,iBAAiB;AAC1B,SAASC,uBAAuBC,iBAAiB;AACjD,SAASC,UAAUC,WAAW;AAI9B,IAAMC,UAAkEC,uBAAeC,UAAUC,KAC/FC,UAAUC,YACDC,UAAG,WAAW,EAAEC,OAAOC,UAAUC,MAAK,GAAE;AAC7C,QAAMF,QAAQ,OAAOG,SAASC,KAAKH,QAAAA;AACnCI,MAAIC,OAAON,OAAO,CAACA,WAAAA;AACjB,eAAW,CAACO,SAASC,KAAAA,KAAUC,OAAOC,QAAQR,KAAAA,GAAQ;AACpD,YAAMS,OAAOC,sBAAsBL,OAAAA;AACnC,YAAMM,MAAMC,eAAed,QAAOW,IAAAA;AAClC,YAAMI,SAASC,UAAUC,OAAOT,KAAAA,CAAAA,IAAUU,wBAAwBlB,QAAOiB,OAAOT,KAAAA,CAAAA,IAAUA;AAC1FR,MAAAA,OAAME,MAAMW,GAAAA,IAAO;QAAEL,OAAOO;MAAO;IACrC;EACF,CAAA;AACF,CAAA,CAAA,CAAA;AAIJ,IAAA,qBAAetB;",
|
|
6
|
-
"names": ["Effect", "Operation", "addressFromA1Notation", "isFormula", "Database", "Obj", "handler", "SheetOperation", "SetValues", "pipe", "Operation", "withHandler", "fn", "sheet", "sheetRef", "cells", "Database", "load", "Obj", "update", "address", "value", "Object", "entries", "cell", "addressFromA1Notation", "idx", "addressToIndex", "stored", "isFormula", "String", "mapFormulaRefsToIndices"]
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/capabilities/skill-definition.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability } from '@dxos/app-framework';\nimport { AppCapabilities } from '@dxos/app-toolkit';\n\nimport { SheetSkill } from '#skills';\n\nexport default Capability.makeModule(() =>\n Effect.succeed(Capability.contributes(AppCapabilities.SkillDefinition, SheetSkill)),\n);\n"],
|
|
5
|
-
"mappings": ";;;AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,uBAAuB;AAEhC,SAASC,kBAAkB;AAE3B,IAAA,2BAAeF,WAAWG,WAAW,MAC5BC,eAAQJ,WAAWK,YAAYJ,gBAAgBK,iBAAiBJ,UAAAA,CAAAA,CAAAA;",
|
|
6
|
-
"names": ["Effect", "Capability", "AppCapabilities", "SheetSkill", "makeModule", "succeed", "contributes", "SkillDefinition"]
|
|
7
|
-
}
|