@dxos/plugin-sheet 0.6.12-main.89e9959 → 0.6.12-main.ac23639
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/browser/{SheetContainer-LG77O4RM.mjs → SheetContainer-XBTEYQ6T.mjs} +4 -4
- package/dist/lib/browser/{chunk-QILRZNE5.mjs → chunk-D3QTX46O.mjs} +4 -5
- package/dist/lib/browser/chunk-D3QTX46O.mjs.map +7 -0
- package/dist/lib/browser/{chunk-CHQAW4F4.mjs → chunk-NA6NLHDE.mjs} +117 -260
- package/dist/lib/browser/chunk-NA6NLHDE.mjs.map +7 -0
- package/dist/lib/browser/{chunk-WZMOZKQZ.mjs → chunk-NZBWHQSR.mjs} +21 -25
- package/dist/lib/browser/chunk-NZBWHQSR.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +8 -17
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/meta.mjs +1 -1
- package/dist/lib/browser/types.mjs +4 -8
- package/dist/lib/node/{SheetContainer-OZ7DHH4L.cjs → SheetContainer-HSRYKV52.cjs} +16 -16
- package/dist/lib/node/{chunk-BNARJ5GM.cjs → chunk-QIFIGEKV.cjs} +6 -7
- package/dist/lib/node/chunk-QIFIGEKV.cjs.map +7 -0
- package/dist/lib/node/{chunk-5FTFZL5W.cjs → chunk-UXH6GKEU.cjs} +61 -202
- package/dist/lib/node/chunk-UXH6GKEU.cjs.map +7 -0
- package/dist/lib/node/{chunk-AOP42UAA.cjs → chunk-XYGN3RTG.cjs} +27 -33
- package/dist/lib/node/chunk-XYGN3RTG.cjs.map +7 -0
- package/dist/lib/node/index.cjs +29 -37
- package/dist/lib/node/index.cjs.map +4 -4
- package/dist/lib/node/meta.cjs +3 -3
- package/dist/lib/node/meta.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/types.cjs +8 -12
- package/dist/lib/node/types.cjs.map +2 -2
- package/dist/lib/node-esm/{SheetContainer-4XS2G25Z.mjs → SheetContainer-Q4PHM7ZE.mjs} +4 -4
- package/dist/lib/node-esm/{chunk-RR2AO4SM.mjs → chunk-GH33JLIW.mjs} +21 -25
- package/dist/lib/node-esm/chunk-GH33JLIW.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-KK3XL37M.mjs → chunk-J2KAVUQA.mjs} +117 -260
- package/dist/lib/node-esm/chunk-J2KAVUQA.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-IU2L277A.mjs → chunk-VCYJWE3O.mjs} +4 -5
- package/dist/lib/node-esm/chunk-VCYJWE3O.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +8 -17
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/meta.mjs +1 -1
- package/dist/lib/node-esm/types.mjs +4 -8
- package/dist/types/src/components/GridSheet/GridSheet.d.ts.map +1 -1
- package/dist/types/src/components/{CellEditor/CellEditor.stories.d.ts → GridSheet/SheetCellEditor.stories.d.ts} +2 -2
- package/dist/types/src/components/GridSheet/SheetCellEditor.stories.d.ts.map +1 -0
- package/dist/types/src/components/GridSheet/util.d.ts +2 -2
- package/dist/types/src/components/GridSheet/util.d.ts.map +1 -1
- package/dist/types/src/components/Sheet/Sheet.d.ts.map +1 -1
- package/dist/types/src/components/Sheet/Sheet.stories.d.ts.map +1 -1
- package/dist/types/src/extensions/editor/extension.d.ts.map +1 -0
- package/dist/types/src/extensions/editor/extension.test.d.ts.map +1 -0
- package/dist/types/src/extensions/editor/index.d.ts +2 -0
- package/dist/types/src/extensions/editor/index.d.ts.map +1 -0
- package/dist/types/src/extensions/index.d.ts +1 -0
- package/dist/types/src/extensions/index.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +3 -6
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/model/formatting-model.d.ts +3 -0
- package/dist/types/src/model/formatting-model.d.ts.map +1 -1
- package/dist/types/src/model/sheet-model.d.ts +3 -2
- package/dist/types/src/model/sheet-model.d.ts.map +1 -1
- package/dist/types/src/types.d.ts +4 -20
- package/dist/types/src/types.d.ts.map +1 -1
- package/package.json +36 -34
- package/src/components/GridSheet/GridSheet.tsx +14 -32
- package/src/components/{CellEditor/CellEditor.stories.tsx → GridSheet/SheetCellEditor.stories.tsx} +2 -2
- package/src/components/GridSheet/util.ts +2 -6
- package/src/components/Sheet/Sheet.stories.tsx +4 -3
- package/src/components/Sheet/Sheet.tsx +2 -8
- package/src/{components/CellEditor → extensions/editor}/index.ts +0 -1
- package/src/extensions/index.ts +1 -0
- package/src/{meta.tsx → meta.ts} +3 -3
- package/src/model/formatting-model.ts +11 -8
- package/src/model/sheet-model.test.ts +1 -3
- package/src/model/sheet-model.ts +13 -11
- package/src/types.ts +8 -35
- package/dist/lib/browser/chunk-CHQAW4F4.mjs.map +0 -7
- package/dist/lib/browser/chunk-QILRZNE5.mjs.map +0 -7
- package/dist/lib/browser/chunk-WZMOZKQZ.mjs.map +0 -7
- package/dist/lib/node/chunk-5FTFZL5W.cjs.map +0 -7
- package/dist/lib/node/chunk-AOP42UAA.cjs.map +0 -7
- package/dist/lib/node/chunk-BNARJ5GM.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-IU2L277A.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-KK3XL37M.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-RR2AO4SM.mjs.map +0 -7
- package/dist/types/src/components/CellEditor/CellEditor.d.ts +0 -34
- package/dist/types/src/components/CellEditor/CellEditor.d.ts.map +0 -1
- package/dist/types/src/components/CellEditor/CellEditor.stories.d.ts.map +0 -1
- package/dist/types/src/components/CellEditor/extension.d.ts.map +0 -1
- package/dist/types/src/components/CellEditor/extension.test.d.ts.map +0 -1
- package/dist/types/src/components/CellEditor/index.d.ts +0 -3
- package/dist/types/src/components/CellEditor/index.d.ts.map +0 -1
- package/src/components/CellEditor/CellEditor.tsx +0 -163
- /package/dist/lib/browser/{SheetContainer-LG77O4RM.mjs.map → SheetContainer-XBTEYQ6T.mjs.map} +0 -0
- /package/dist/lib/node/{SheetContainer-OZ7DHH4L.cjs.map → SheetContainer-HSRYKV52.cjs.map} +0 -0
- /package/dist/lib/node-esm/{SheetContainer-4XS2G25Z.mjs.map → SheetContainer-Q4PHM7ZE.mjs.map} +0 -0
- /package/dist/types/src/{components/CellEditor → extensions/editor}/extension.d.ts +0 -0
- /package/dist/types/src/{components/CellEditor → extensions/editor}/extension.test.d.ts +0 -0
- /package/src/{components/CellEditor → extensions/editor}/extension.test.ts +0 -0
- /package/src/{components/CellEditor → extensions/editor}/extension.ts +0 -0
package/dist/lib/node/types.cjs
CHANGED
|
@@ -18,25 +18,21 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var types_exports = {};
|
|
20
20
|
__export(types_exports, {
|
|
21
|
-
CellValue: () =>
|
|
22
|
-
Formatting: () =>
|
|
23
|
-
RowColumnMeta: () =>
|
|
24
|
-
SheetAction: () =>
|
|
25
|
-
SheetType: () =>
|
|
26
|
-
ValueType: () => import_chunk_AOP42UAA.ValueType,
|
|
27
|
-
ValueTypeEnum: () => import_chunk_AOP42UAA.ValueTypeEnum
|
|
21
|
+
CellValue: () => import_chunk_XYGN3RTG.CellValue,
|
|
22
|
+
Formatting: () => import_chunk_XYGN3RTG.Formatting,
|
|
23
|
+
RowColumnMeta: () => import_chunk_XYGN3RTG.RowColumnMeta,
|
|
24
|
+
SheetAction: () => import_chunk_XYGN3RTG.SheetAction,
|
|
25
|
+
SheetType: () => import_chunk_XYGN3RTG.SheetType
|
|
28
26
|
});
|
|
29
27
|
module.exports = __toCommonJS(types_exports);
|
|
30
|
-
var
|
|
31
|
-
var
|
|
28
|
+
var import_chunk_XYGN3RTG = require("./chunk-XYGN3RTG.cjs");
|
|
29
|
+
var import_chunk_QIFIGEKV = require("./chunk-QIFIGEKV.cjs");
|
|
32
30
|
// Annotate the CommonJS export names for ESM import in node:
|
|
33
31
|
0 && (module.exports = {
|
|
34
32
|
CellValue,
|
|
35
33
|
Formatting,
|
|
36
34
|
RowColumnMeta,
|
|
37
35
|
SheetAction,
|
|
38
|
-
SheetType
|
|
39
|
-
ValueType,
|
|
40
|
-
ValueTypeEnum
|
|
36
|
+
SheetType
|
|
41
37
|
});
|
|
42
38
|
//# sourceMappingURL=types.cjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["types.cjs"],
|
|
4
|
-
"sourcesContent": ["import {\n CellValue,\n Formatting,\n RowColumnMeta,\n SheetAction,\n SheetType
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA
|
|
4
|
+
"sourcesContent": ["import {\n CellValue,\n Formatting,\n RowColumnMeta,\n SheetAction,\n SheetType\n} from \"./chunk-XYGN3RTG.cjs\";\nimport \"./chunk-QIFIGEKV.cjs\";\nexport {\n CellValue,\n Formatting,\n RowColumnMeta,\n SheetAction,\n SheetType\n};\n//# sourceMappingURL=types.cjs.map\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAMO;AACP,4BAAO;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
Sheet,
|
|
4
4
|
addressToIndex,
|
|
5
5
|
useSheetContext
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-J2KAVUQA.mjs";
|
|
7
|
+
import "./chunk-GH33JLIW.mjs";
|
|
8
8
|
import {
|
|
9
9
|
SHEET_PLUGIN
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VCYJWE3O.mjs";
|
|
11
11
|
import "./chunk-5WPZCXNS.mjs";
|
|
12
12
|
|
|
13
13
|
// packages/plugins/plugin-sheet/src/components/SheetContainer.tsx
|
|
@@ -260,4 +260,4 @@ export {
|
|
|
260
260
|
SheetContainer_default as default,
|
|
261
261
|
sectionToolbarLayout
|
|
262
262
|
};
|
|
263
|
-
//# sourceMappingURL=SheetContainer-
|
|
263
|
+
//# sourceMappingURL=SheetContainer-Q4PHM7ZE.mjs.map
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
3
|
SHEET_PLUGIN
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-VCYJWE3O.mjs";
|
|
5
5
|
|
|
6
6
|
// packages/plugins/plugin-sheet/src/types.ts
|
|
7
7
|
import { ref, S, TypedObject } from "@dxos/echo-schema";
|
|
8
8
|
import { ThreadType } from "@dxos/plugin-space/types";
|
|
9
|
+
import { FieldValueType } from "@dxos/schema";
|
|
9
10
|
var SHEET_ACTION = `${SHEET_PLUGIN}/action`;
|
|
10
11
|
var SheetAction;
|
|
11
12
|
(function(SheetAction2) {
|
|
@@ -15,26 +16,10 @@ var CellValue = S.Struct({
|
|
|
15
16
|
// TODO(burdon): How to store dates (datetime, date, time), percentages, etc.
|
|
16
17
|
// Consider import/export; natural access for other plugins. Special handling for currency (precision).
|
|
17
18
|
// TODO(burdon): Automerge (long string) or short string or number.
|
|
18
|
-
// TODO(burdon): Arrays?
|
|
19
19
|
value: S.Any
|
|
20
20
|
});
|
|
21
|
-
var ValueTypeEnum;
|
|
22
|
-
(function(ValueTypeEnum2) {
|
|
23
|
-
ValueTypeEnum2[ValueTypeEnum2["Null"] = 0] = "Null";
|
|
24
|
-
ValueTypeEnum2[ValueTypeEnum2["Number"] = 1] = "Number";
|
|
25
|
-
ValueTypeEnum2[ValueTypeEnum2["Boolean"] = 2] = "Boolean";
|
|
26
|
-
ValueTypeEnum2[ValueTypeEnum2["String"] = 3] = "String";
|
|
27
|
-
ValueTypeEnum2[ValueTypeEnum2["Percent"] = 10] = "Percent";
|
|
28
|
-
ValueTypeEnum2[ValueTypeEnum2["Currency"] = 11] = "Currency";
|
|
29
|
-
ValueTypeEnum2[ValueTypeEnum2["DateTime"] = 20] = "DateTime";
|
|
30
|
-
ValueTypeEnum2[ValueTypeEnum2["Date"] = 21] = "Date";
|
|
31
|
-
ValueTypeEnum2[ValueTypeEnum2["Time"] = 22] = "Time";
|
|
32
|
-
ValueTypeEnum2[ValueTypeEnum2["URL"] = 30] = "URL";
|
|
33
|
-
ValueTypeEnum2[ValueTypeEnum2["DID"] = 31] = "DID";
|
|
34
|
-
})(ValueTypeEnum || (ValueTypeEnum = {}));
|
|
35
|
-
var ValueType = S.Enums(ValueTypeEnum);
|
|
36
21
|
var Formatting = S.Struct({
|
|
37
|
-
type: S.optional(
|
|
22
|
+
type: S.optional(S.Enums(FieldValueType)),
|
|
38
23
|
format: S.optional(S.String),
|
|
39
24
|
precision: S.optional(S.Number),
|
|
40
25
|
classNames: S.optional(S.Array(S.String))
|
|
@@ -48,17 +33,30 @@ var SheetType = class extends TypedObject({
|
|
|
48
33
|
})({
|
|
49
34
|
name: S.optional(S.String),
|
|
50
35
|
// Sparse map of cells referenced by index.
|
|
51
|
-
cells: S.mutable(S.Record(
|
|
36
|
+
cells: S.mutable(S.Record({
|
|
37
|
+
key: S.String,
|
|
38
|
+
value: S.mutable(CellValue)
|
|
39
|
+
})),
|
|
52
40
|
// Ordered row indices.
|
|
53
41
|
rows: S.mutable(S.Array(S.String)),
|
|
54
42
|
// Ordered column indices.
|
|
55
43
|
columns: S.mutable(S.Array(S.String)),
|
|
56
44
|
// Row metadata referenced by index.
|
|
57
|
-
rowMeta: S.mutable(S.Record(
|
|
45
|
+
rowMeta: S.mutable(S.Record({
|
|
46
|
+
key: S.String,
|
|
47
|
+
value: S.mutable(RowColumnMeta)
|
|
48
|
+
})),
|
|
58
49
|
// Column metadata referenced by index.
|
|
59
|
-
columnMeta: S.mutable(S.Record(
|
|
50
|
+
columnMeta: S.mutable(S.Record({
|
|
51
|
+
key: S.String,
|
|
52
|
+
value: S.mutable(RowColumnMeta)
|
|
53
|
+
})),
|
|
54
|
+
// TODO(burdon): Change to array.
|
|
60
55
|
// Cell formatting referenced by indexed range.
|
|
61
|
-
formatting: S.mutable(S.Record(
|
|
56
|
+
formatting: S.mutable(S.Record({
|
|
57
|
+
key: S.String,
|
|
58
|
+
value: S.mutable(Formatting)
|
|
59
|
+
})),
|
|
62
60
|
// Threads associated with the sheet
|
|
63
61
|
threads: S.optional(S.mutable(S.Array(ref(ThreadType))))
|
|
64
62
|
}) {
|
|
@@ -67,10 +65,8 @@ var SheetType = class extends TypedObject({
|
|
|
67
65
|
export {
|
|
68
66
|
SheetAction,
|
|
69
67
|
CellValue,
|
|
70
|
-
ValueTypeEnum,
|
|
71
|
-
ValueType,
|
|
72
68
|
Formatting,
|
|
73
69
|
RowColumnMeta,
|
|
74
70
|
SheetType
|
|
75
71
|
};
|
|
76
|
-
//# sourceMappingURL=chunk-
|
|
72
|
+
//# sourceMappingURL=chunk-GH33JLIW.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/types.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport type {\n GraphBuilderProvides,\n IntentResolverProvides,\n MetadataRecordsProvides,\n SurfaceProvides,\n TranslationsProvides,\n} from '@dxos/app-framework';\nimport { ref, S, TypedObject } from '@dxos/echo-schema';\nimport { type SchemaProvides } from '@dxos/plugin-client';\nimport { type MarkdownExtensionProvides } from '@dxos/plugin-markdown';\nimport { type SpaceInitProvides } from '@dxos/plugin-space';\nimport { ThreadType } from '@dxos/plugin-space/types';\nimport { type StackProvides } from '@dxos/plugin-stack';\nimport { FieldValueType } from '@dxos/schema';\n\nimport { SHEET_PLUGIN } from './meta';\n\nconst SHEET_ACTION = `${SHEET_PLUGIN}/action`;\n\nexport enum SheetAction {\n CREATE = `${SHEET_ACTION}/create`,\n}\n\n// TODO(Zan): Move this to the plugin-space plugin or another common location\n// when we implement comments in sheets.\n// This is currently duplicated in a few places.\ntype ThreadProvides<T> = {\n thread: {\n predicate: (obj: any) => obj is T;\n createSort: (obj: T) => (anchorA: string | undefined, anchorB: string | undefined) => number;\n };\n};\n\nexport type SheetPluginProvides = SurfaceProvides &\n IntentResolverProvides &\n GraphBuilderProvides &\n MarkdownExtensionProvides &\n MetadataRecordsProvides &\n TranslationsProvides &\n SchemaProvides &\n SpaceInitProvides &\n StackProvides &\n ThreadProvides<SheetType>;\n\nexport type CellScalarValue = number | string | boolean | null;\n\nexport const CellValue = S.Struct({\n // TODO(burdon): How to store dates (datetime, date, time), percentages, etc.\n // Consider import/export; natural access for other plugins. Special handling for currency (precision).\n // TODO(burdon): Automerge (long string) or short string or number.\n value: S.Any,\n});\n\nexport type CellValue = S.Schema.Type<typeof CellValue>;\n\n// TODO(burdon): IMPORTANT: Reconcile with Field definition.\nexport const Formatting = S.Struct({\n type: S.optional(S.Enums(FieldValueType)),\n format: S.optional(S.String),\n precision: S.optional(S.Number),\n classNames: S.optional(S.Array(S.String)),\n});\n\nexport type Formatting = S.Schema.Type<typeof Formatting>;\n\n// TODO(burdon): Visibility, locked, frozen, etc.\nexport const RowColumnMeta = S.Struct({\n size: S.optional(S.Number),\n});\n\n// TODO(burdon): Index to all updates when rows/columns are inserted/deleted.\nexport class SheetType extends TypedObject({ typename: 'dxos.org/type/SheetType', version: '0.1.0' })({\n name: S.optional(S.String),\n\n // Sparse map of cells referenced by index.\n cells: S.mutable(S.Record({ key: S.String, value: S.mutable(CellValue) })),\n\n // Ordered row indices.\n rows: S.mutable(S.Array(S.String)),\n\n // Ordered column indices.\n columns: S.mutable(S.Array(S.String)),\n\n // Row metadata referenced by index.\n rowMeta: S.mutable(S.Record({ key: S.String, value: S.mutable(RowColumnMeta) })),\n\n // Column metadata referenced by index.\n columnMeta: S.mutable(S.Record({ key: S.String, value: S.mutable(RowColumnMeta) })),\n\n // TODO(burdon): Change to array.\n // Cell formatting referenced by indexed range.\n formatting: S.mutable(S.Record({ key: S.String, value: S.mutable(Formatting) })),\n\n // Threads associated with the sheet\n threads: S.optional(S.mutable(S.Array(ref(ThreadType)))),\n}) {}\n\nexport type SheetSize = {\n rows: number;\n columns: number;\n};\n\nexport type CreateSheetOptions = {\n name?: string;\n cells?: Record<string, CellValue>;\n} & Partial<SheetSize>;\n"],
|
|
5
|
+
"mappings": ";;;;;;AAWA,SAASA,KAAKC,GAAGC,mBAAmB;AAIpC,SAASC,kBAAkB;AAE3B,SAASC,sBAAsB;AAI/B,IAAMC,eAAe,GAAGC,YAAAA;;UAEZC,cAAAA;wCACD,GAAGF,YAAAA,SAAqB,IAAA;GADvBE,gBAAAA,cAAAA,CAAAA,EAAAA;AA2BL,IAAMC,YAAYC,EAAEC,OAAO;;;;EAIhCC,OAAOF,EAAEG;AACX,CAAA;AAKO,IAAMC,aAAaJ,EAAEC,OAAO;EACjCI,MAAML,EAAEM,SAASN,EAAEO,MAAMC,cAAAA,CAAAA;EACzBC,QAAQT,EAAEM,SAASN,EAAEU,MAAM;EAC3BC,WAAWX,EAAEM,SAASN,EAAEY,MAAM;EAC9BC,YAAYb,EAAEM,SAASN,EAAEc,MAAMd,EAAEU,MAAM,CAAA;AACzC,CAAA;AAKO,IAAMK,gBAAgBf,EAAEC,OAAO;EACpCe,MAAMhB,EAAEM,SAASN,EAAEY,MAAM;AAC3B,CAAA;AAGO,IAAMK,YAAN,cAAwBC,YAAY;EAAEC,UAAU;EAA2BC,SAAS;AAAQ,CAAA,EAAG;EACpGC,MAAMrB,EAAEM,SAASN,EAAEU,MAAM;;EAGzBY,OAAOtB,EAAEuB,QAAQvB,EAAEwB,OAAO;IAAEC,KAAKzB,EAAEU;IAAQR,OAAOF,EAAEuB,QAAQxB,SAAAA;EAAW,CAAA,CAAA;;EAGvE2B,MAAM1B,EAAEuB,QAAQvB,EAAEc,MAAMd,EAAEU,MAAM,CAAA;;EAGhCiB,SAAS3B,EAAEuB,QAAQvB,EAAEc,MAAMd,EAAEU,MAAM,CAAA;;EAGnCkB,SAAS5B,EAAEuB,QAAQvB,EAAEwB,OAAO;IAAEC,KAAKzB,EAAEU;IAAQR,OAAOF,EAAEuB,QAAQR,aAAAA;EAAe,CAAA,CAAA;;EAG7Ec,YAAY7B,EAAEuB,QAAQvB,EAAEwB,OAAO;IAAEC,KAAKzB,EAAEU;IAAQR,OAAOF,EAAEuB,QAAQR,aAAAA;EAAe,CAAA,CAAA;;;EAIhFe,YAAY9B,EAAEuB,QAAQvB,EAAEwB,OAAO;IAAEC,KAAKzB,EAAEU;IAAQR,OAAOF,EAAEuB,QAAQnB,UAAAA;EAAY,CAAA,CAAA;;EAG7E2B,SAAS/B,EAAEM,SAASN,EAAEuB,QAAQvB,EAAEc,MAAMkB,IAAIC,UAAAA,CAAAA,CAAAA,CAAAA;AAC5C,CAAA,EAAA;AAAI;",
|
|
6
|
+
"names": ["ref", "S", "TypedObject", "ThreadType", "FieldValueType", "SHEET_ACTION", "SHEET_PLUGIN", "SheetAction", "CellValue", "S", "Struct", "value", "Any", "Formatting", "type", "optional", "Enums", "FieldValueType", "format", "String", "precision", "Number", "classNames", "Array", "RowColumnMeta", "size", "SheetType", "TypedObject", "typename", "version", "name", "cells", "mutable", "Record", "key", "rows", "columns", "rowMeta", "columnMeta", "formatting", "threads", "ref", "ThreadType"]
|
|
7
|
+
}
|