@dxos/plugin-sheet 0.8.0 → 0.8.1-main.303c73a
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/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts +1 -1
- package/dist/types/src/components/ComputeGraph/ComputeGraphContextProvider.d.ts.map +1 -1
- package/dist/types/src/components/FunctionEditor/FunctionEditor.d.ts +2 -1
- package/dist/types/src/components/FunctionEditor/FunctionEditor.d.ts.map +1 -1
- package/dist/types/src/components/GridSheet/GridSheet.d.ts +2 -1
- package/dist/types/src/components/GridSheet/GridSheet.d.ts.map +1 -1
- package/dist/types/src/components/GridSheet/GridSheet.stories.d.ts +2 -1
- package/dist/types/src/components/GridSheet/GridSheet.stories.d.ts.map +1 -1
- package/dist/types/src/components/GridSheet/SheetCellEditor.stories.d.ts +2 -1
- package/dist/types/src/components/GridSheet/SheetCellEditor.stories.d.ts.map +1 -1
- package/dist/types/src/components/RangeList/RangeList.d.ts +2 -1
- package/dist/types/src/components/RangeList/RangeList.d.ts.map +1 -1
- package/dist/types/src/components/SheetContainer/SheetContainer.d.ts +2 -1
- package/dist/types/src/components/SheetContainer/SheetContainer.d.ts.map +1 -1
- package/dist/types/src/components/SheetContainer/SheetContainer.stories.d.ts +3 -2
- package/dist/types/src/components/SheetContainer/SheetContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/SheetContext/SheetContext.d.ts +2 -2
- package/dist/types/src/components/SheetContext/SheetContext.d.ts.map +1 -1
- package/dist/types/src/components/SheetToolbar/SheetToolbar.d.ts +2 -2
- package/dist/types/src/components/SheetToolbar/SheetToolbar.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +1 -1
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/extensions/compute.stories.d.ts +3 -2
- package/dist/types/src/extensions/compute.stories.d.ts.map +1 -1
- package/package.json +44 -45
|
@@ -8,6 +8,6 @@ export type ComputeGraphContextType = {
|
|
|
8
8
|
* The compute graph context manages a ComputeGraph for each space.
|
|
9
9
|
*/
|
|
10
10
|
export declare const ComputeGraphContext: React.Context<ComputeGraphContextType | undefined>;
|
|
11
|
-
export declare const ComputeGraphContextProvider: ({ registry, children }: PropsWithChildren<ComputeGraphContextType>) =>
|
|
11
|
+
export declare const ComputeGraphContextProvider: ({ registry, children }: PropsWithChildren<ComputeGraphContextType>) => React.JSX.Element;
|
|
12
12
|
export declare const useComputeGraph: (space?: Space) => ComputeGraph | undefined;
|
|
13
13
|
//# sourceMappingURL=ComputeGraphContextProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ComputeGraphContextProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ComputeGraph/ComputeGraphContextProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAEjF,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAGrD,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,oDAAgE,CAAC;AAEjG,eAAO,MAAM,2BAA2B,2BAA4B,iBAAiB,CAAC,uBAAuB,CAAC,
|
|
1
|
+
{"version":3,"file":"ComputeGraphContextProvider.d.ts","sourceRoot":"","sources":["../../../../../src/components/ComputeGraph/ComputeGraphContextProvider.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAiB,KAAK,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAEjF,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAE7E,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAGrD,MAAM,MAAM,uBAAuB,GAAG;IACpC,QAAQ,EAAE,oBAAoB,CAAC;CAChC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,mBAAmB,oDAAgE,CAAC;AAEjG,eAAO,MAAM,2BAA2B,2BAA4B,iBAAiB,CAAC,uBAAuB,CAAC,sBAE7G,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,KAAK,KAAG,YAAY,GAAG,SAW9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/FunctionEditor/FunctionEditor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"FunctionEditor.d.ts","sourceRoot":"","sources":["../../../../../src/components/FunctionEditor/FunctionEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,cAAc,yBA4B1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridSheet.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/GridSheet.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GridSheet.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/GridSheet.tsx"],"names":[],"mappings":"AAIA,OAAO,KASN,MAAM,OAAO,CAAC;AAqDf,eAAO,MAAM,SAAS,yBA8SrB,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
2
|
import { type Meta } from '@storybook/react';
|
|
3
|
-
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export declare const Basic: () => React.JSX.Element | null;
|
|
4
5
|
declare const meta: Meta;
|
|
5
6
|
export default meta;
|
|
6
7
|
//# sourceMappingURL=GridSheet.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GridSheet.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/GridSheet.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"GridSheet.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/GridSheet.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,eAAO,MAAM,KAAK,gCAajB,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IAWX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
2
|
import { type Meta } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
import { type CellEditorProps } from '@dxos/react-ui-grid';
|
|
4
5
|
type StoryProps = CellEditorProps;
|
|
5
6
|
export declare const Default: {};
|
|
@@ -14,7 +15,7 @@ export declare const Formatting: {
|
|
|
14
15
|
};
|
|
15
16
|
};
|
|
16
17
|
export declare const Automerge: {
|
|
17
|
-
render: (args: StoryProps) =>
|
|
18
|
+
render: (args: StoryProps) => React.JSX.Element;
|
|
18
19
|
args: {
|
|
19
20
|
value: string;
|
|
20
21
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetCellEditor.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/SheetCellEditor.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"SheetCellEditor.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/GridSheet/SheetCellEditor.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAuC,MAAM,OAAO,CAAC;AAO5D,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAMvE,KAAK,UAAU,GAAG,eAAe,CAAC;AA4ClC,eAAO,MAAM,OAAO,IAAK,CAAC;AAE1B,eAAO,MAAM,YAAY;;;;CAIxB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;CAItB,CAAC;AAEF,eAAO,MAAM,SAAS;mBACL,UAAU;;;;CAI1B,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IAKX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { type SheetType } from '../../types';
|
|
2
3
|
export type RangeListProps = {
|
|
3
4
|
sheet: SheetType;
|
|
4
5
|
};
|
|
5
|
-
export declare const RangeList: ({ sheet }: RangeListProps) =>
|
|
6
|
+
export declare const RangeList: ({ sheet }: RangeListProps) => React.JSX.Element;
|
|
6
7
|
//# sourceMappingURL=RangeList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RangeList.d.ts","sourceRoot":"","sources":["../../../../../src/components/RangeList/RangeList.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RangeList.d.ts","sourceRoot":"","sources":["../../../../../src/components/RangeList/RangeList.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAsB,MAAM,OAAO,CAAC;AAU3C,OAAO,EAAS,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAEpD,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,SAAS,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,SAAS,cAAe,cAAc,sBAiClD,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import { type Space } from '@dxos/react-client/echo';
|
|
2
3
|
import { type SheetType } from '../../types';
|
|
3
4
|
export declare const SheetContainer: ({ space, sheet, role, ignoreAttention, }: {
|
|
@@ -5,5 +6,5 @@ export declare const SheetContainer: ({ space, sheet, role, ignoreAttention, }:
|
|
|
5
6
|
sheet: SheetType;
|
|
6
7
|
role?: string;
|
|
7
8
|
ignoreAttention?: boolean;
|
|
8
|
-
}) =>
|
|
9
|
+
}) => React.JSX.Element | null;
|
|
9
10
|
//# sourceMappingURL=SheetContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContainer/SheetContainer.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SheetContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContainer/SheetContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAoB,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAGvE,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAO7C,eAAO,MAAM,cAAc,6CAKxB;IACD,KAAK,EAAE,KAAK,CAAC;IACb,KAAK,EAAE,SAAS,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,6BAYA,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
2
|
import { type Meta } from '@storybook/react';
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
3
|
+
import React from 'react';
|
|
4
|
+
export declare const Basic: () => React.JSX.Element | null;
|
|
5
|
+
export declare const Spec: () => React.JSX.Element | null;
|
|
5
6
|
declare const meta: Meta;
|
|
6
7
|
export default meta;
|
|
7
8
|
//# sourceMappingURL=SheetContainer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetContainer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContainer/SheetContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"SheetContainer.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContainer/SheetContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,eAAO,MAAM,KAAK,gCAajB,CAAC;AAEF,eAAO,MAAM,IAAI,gCAkBhB,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IA8BX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type ComputeGraph, type CellAddress, type CellRange, type CompleteCellRange } from '@dxos/compute';
|
|
3
3
|
import { type GridContentProps, type GridEditing } from '@dxos/react-ui-grid';
|
|
4
4
|
import { type SheetModel } from '../../model';
|
|
@@ -25,5 +25,5 @@ export type SheetProviderProps = {
|
|
|
25
25
|
readonly?: boolean;
|
|
26
26
|
ignoreAttention?: boolean;
|
|
27
27
|
} & Pick<SheetContextValue, 'onInfo'>;
|
|
28
|
-
export declare const SheetProvider: ({ children, graph, sheet, readonly, ignoreAttention, onInfo, }: PropsWithChildren<SheetProviderProps>) =>
|
|
28
|
+
export declare const SheetProvider: ({ children, graph, sheet, readonly, ignoreAttention, onInfo, }: PropsWithChildren<SheetProviderProps>) => React.JSX.Element | null;
|
|
29
29
|
//# sourceMappingURL=SheetContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContext/SheetContext.tsx"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"SheetContext.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetContext/SheetContext.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAoD,MAAM,OAAO,CAAC;AAExG,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,KAAK,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAG5G,OAAO,EAEL,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAGjB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,UAAU,EAAiB,MAAM,aAAa,CAAC;AAC7D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAE7C,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IAEX,KAAK,EAAE,UAAU,CAAC;IAIlB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,SAAS,EAAE,CAAC,IAAI,EAAE,WAAW,GAAG,SAAS,KAAK,IAAI,CAAC;IACnD,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAC;IACjD,mBAAmB,CAAC,EAAE,iBAAiB,CAAC;IAGxC,OAAO,EAAE,WAAW,CAAC;IACrB,UAAU,EAAE,CAAC,OAAO,EAAE,WAAW,KAAK,IAAI,CAAC;IAG3C,UAAU,EAAE,gBAAgB,CAAC,YAAY,CAAC,CAAC;IAC3C,aAAa,EAAE,CAAC,UAAU,EAAE,gBAAgB,CAAC,YAAY,CAAC,KAAK,IAAI,CAAC;IAIpE,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IAGpB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,CAAC;AAIF,eAAO,MAAM,eAAe,QAAO,iBAIlC,CAAC;AA2DF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,YAAY,CAAC;IACpB,KAAK,EAAE,SAAS,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,GAAG,IAAI,CAAC,iBAAiB,EAAE,QAAQ,CAAC,CAAC;AAEtC,eAAO,MAAM,aAAa,mEAOvB,iBAAiB,CAAC,kBAAkB,CAAC,6BAUvC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { type PropsWithChildren } from 'react';
|
|
1
|
+
import React, { type PropsWithChildren } from 'react';
|
|
2
2
|
import { type ThemedClassName } from '@dxos/react-ui';
|
|
3
3
|
export type SheetToolbarProps = ThemedClassName<PropsWithChildren<{
|
|
4
4
|
attendableId?: string;
|
|
5
5
|
}>>;
|
|
6
|
-
export declare const SheetToolbar: ({ attendableId, classNames }: SheetToolbarProps) =>
|
|
6
|
+
export declare const SheetToolbar: ({ attendableId, classNames }: SheetToolbarProps) => React.JSX.Element;
|
|
7
7
|
//# sourceMappingURL=SheetToolbar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SheetToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetToolbar/SheetToolbar.tsx"],"names":[],"mappings":"AAIA,
|
|
1
|
+
{"version":3,"file":"SheetToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/SheetToolbar/SheetToolbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAe,MAAM,OAAO,CAAC;AAEnE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAatD,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAC,iBAAiB,CAAC;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC,CAAC;AAa9F,eAAO,MAAM,YAAY,iCAAkC,iBAAiB,sBAe3E,CAAC"}
|
|
@@ -7,5 +7,5 @@ export declare const SheetContainer: import("react").LazyExoticComponent<({ spac
|
|
|
7
7
|
sheet: import("../types").SheetType;
|
|
8
8
|
role?: string;
|
|
9
9
|
ignoreAttention?: boolean;
|
|
10
|
-
}) => import("react
|
|
10
|
+
}) => import("react").JSX.Element | null>;
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAMA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAE/B,eAAO,MAAM,cAAc;;;QAC0T,CAAC;mBAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAMA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAE/B,eAAO,MAAM,cAAc;;;QAC0T,CAAC;mBAA2B,CAAC;yCAD9S,CAAC"}
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
2
|
import { type Meta } from '@storybook/react';
|
|
3
|
+
import React from 'react';
|
|
3
4
|
type EditorProps = {
|
|
4
5
|
text?: string;
|
|
5
6
|
};
|
|
6
7
|
export declare const Default: {
|
|
7
|
-
render: ({ text }: EditorProps) =>
|
|
8
|
+
render: ({ text }: EditorProps) => React.JSX.Element;
|
|
8
9
|
args: {
|
|
9
10
|
text: string;
|
|
10
11
|
};
|
|
11
12
|
};
|
|
12
13
|
export declare const Graph: {
|
|
13
|
-
render: (props: EditorProps) =>
|
|
14
|
+
render: (props: EditorProps) => React.JSX.Element;
|
|
14
15
|
args: {
|
|
15
16
|
text: string;
|
|
16
17
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"compute.stories.d.ts","sourceRoot":"","sources":["../../../../src/extensions/compute.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"compute.stories.d.ts","sourceRoot":"","sources":["../../../../src/extensions/compute.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,KAA6B,MAAM,OAAO,CAAC;AAyBlD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAmEF,eAAO,MAAM,OAAO;uBA1DW,WAAW;;;;CAgFzC,CAAC;AAEF,eAAO,MAAM,KAAK;oBAlCS,WAAW;;;;CAkDrC,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,IASX,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/plugin-sheet",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1-main.303c73a",
|
|
4
4
|
"description": "Braneframe sketch plugin",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"@dnd-kit/modifiers": "^6.0.0",
|
|
42
42
|
"@dnd-kit/sortable": "^7.0.1",
|
|
43
43
|
"@dnd-kit/utilities": "^3.2.0",
|
|
44
|
-
"@effect/schema": "^0.75.5",
|
|
45
44
|
"@lezer/common": "^1.2.2",
|
|
46
45
|
"@lezer/highlight": "^1.2.1",
|
|
47
46
|
"@lezer/lezer": "^1.1.2",
|
|
@@ -55,38 +54,38 @@
|
|
|
55
54
|
"re-resizable": "^6.9.17",
|
|
56
55
|
"react-markdown": "^8.0.5",
|
|
57
56
|
"react-resize-detector": "^11.0.1",
|
|
58
|
-
"@dxos/
|
|
59
|
-
"@dxos/
|
|
60
|
-
"@dxos/
|
|
61
|
-
"@dxos/
|
|
62
|
-
"@dxos/
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/
|
|
66
|
-
"@dxos/
|
|
67
|
-
"@dxos/invariant": "0.8.
|
|
68
|
-
"@dxos/
|
|
69
|
-
"@dxos/log": "0.8.
|
|
70
|
-
"@dxos/plugin-
|
|
71
|
-
"@dxos/
|
|
72
|
-
"@dxos/plugin-
|
|
73
|
-
"@dxos/plugin-
|
|
74
|
-
"@dxos/plugin-
|
|
75
|
-
"@dxos/plugin-
|
|
76
|
-
"@dxos/plugin-
|
|
77
|
-
"@dxos/plugin-
|
|
78
|
-
"@dxos/plugin-
|
|
79
|
-
"@dxos/react-client": "0.8.
|
|
80
|
-
"@dxos/react-
|
|
81
|
-
"@dxos/react-
|
|
82
|
-
"@dxos/react-ui-editor": "0.8.
|
|
83
|
-
"@dxos/react-ui-
|
|
84
|
-
"@dxos/react-ui-
|
|
85
|
-
"@dxos/react-ui-
|
|
86
|
-
"@dxos/react-ui-menu": "0.8.
|
|
87
|
-
"@dxos/react-ui-stack": "0.8.
|
|
88
|
-
"@dxos/schema": "0.8.
|
|
89
|
-
"@dxos/util": "0.8.
|
|
57
|
+
"@dxos/app-framework": "0.8.1-main.303c73a",
|
|
58
|
+
"@dxos/async": "0.8.1-main.303c73a",
|
|
59
|
+
"@dxos/compute": "0.8.1-main.303c73a",
|
|
60
|
+
"@dxos/debug": "0.8.1-main.303c73a",
|
|
61
|
+
"@dxos/context": "0.8.1-main.303c73a",
|
|
62
|
+
"@dxos/echo-schema": "0.8.1-main.303c73a",
|
|
63
|
+
"@dxos/crypto": "0.8.1-main.303c73a",
|
|
64
|
+
"@dxos/client": "0.8.1-main.303c73a",
|
|
65
|
+
"@dxos/functions": "0.8.1-main.303c73a",
|
|
66
|
+
"@dxos/invariant": "0.8.1-main.303c73a",
|
|
67
|
+
"@dxos/live-object": "0.8.1-main.303c73a",
|
|
68
|
+
"@dxos/log": "0.8.1-main.303c73a",
|
|
69
|
+
"@dxos/plugin-client": "0.8.1-main.303c73a",
|
|
70
|
+
"@dxos/keys": "0.8.1-main.303c73a",
|
|
71
|
+
"@dxos/plugin-attention": "0.8.1-main.303c73a",
|
|
72
|
+
"@dxos/plugin-graph": "0.8.1-main.303c73a",
|
|
73
|
+
"@dxos/plugin-markdown": "0.8.1-main.303c73a",
|
|
74
|
+
"@dxos/plugin-stack": "0.8.1-main.303c73a",
|
|
75
|
+
"@dxos/plugin-script": "0.8.1-main.303c73a",
|
|
76
|
+
"@dxos/plugin-thread": "0.8.1-main.303c73a",
|
|
77
|
+
"@dxos/plugin-space": "0.8.1-main.303c73a",
|
|
78
|
+
"@dxos/react-client": "0.8.1-main.303c73a",
|
|
79
|
+
"@dxos/react-hooks": "0.8.1-main.303c73a",
|
|
80
|
+
"@dxos/react-ui-attention": "0.8.1-main.303c73a",
|
|
81
|
+
"@dxos/react-ui-editor": "0.8.1-main.303c73a",
|
|
82
|
+
"@dxos/react-ui-grid": "0.8.1-main.303c73a",
|
|
83
|
+
"@dxos/react-ui-form": "0.8.1-main.303c73a",
|
|
84
|
+
"@dxos/react-ui-list": "0.8.1-main.303c73a",
|
|
85
|
+
"@dxos/react-ui-menu": "0.8.1-main.303c73a",
|
|
86
|
+
"@dxos/react-ui-stack": "0.8.1-main.303c73a",
|
|
87
|
+
"@dxos/schema": "0.8.1-main.303c73a",
|
|
88
|
+
"@dxos/util": "0.8.1-main.303c73a"
|
|
90
89
|
},
|
|
91
90
|
"devDependencies": {
|
|
92
91
|
"@lezer/generator": "^1.7.1",
|
|
@@ -98,21 +97,21 @@
|
|
|
98
97
|
"react": "~18.2.0",
|
|
99
98
|
"react-dom": "~18.2.0",
|
|
100
99
|
"vite": "5.4.7",
|
|
101
|
-
"@dxos/echo-generator": "0.8.
|
|
102
|
-
"@dxos/lit-grid": "0.8.
|
|
103
|
-
"@dxos/random": "0.8.
|
|
104
|
-
"@dxos/react-ui": "0.8.
|
|
105
|
-
"@dxos/react-ui-syntax-highlighter": "0.8.
|
|
106
|
-
"@dxos/
|
|
107
|
-
"@dxos/
|
|
108
|
-
"@dxos/
|
|
109
|
-
"@dxos/
|
|
100
|
+
"@dxos/echo-generator": "0.8.1-main.303c73a",
|
|
101
|
+
"@dxos/lit-grid": "0.8.1-main.303c73a",
|
|
102
|
+
"@dxos/random": "0.8.1-main.303c73a",
|
|
103
|
+
"@dxos/react-ui": "0.8.1-main.303c73a",
|
|
104
|
+
"@dxos/react-ui-syntax-highlighter": "0.8.1-main.303c73a",
|
|
105
|
+
"@dxos/react-ui-theme": "0.8.1-main.303c73a",
|
|
106
|
+
"@dxos/test-utils": "0.8.1-main.303c73a",
|
|
107
|
+
"@dxos/react-ui-types": "0.8.1-main.303c73a",
|
|
108
|
+
"@dxos/storybook-utils": "0.8.1-main.303c73a"
|
|
110
109
|
},
|
|
111
110
|
"peerDependencies": {
|
|
112
111
|
"react": "~18.2.0",
|
|
113
112
|
"react-dom": "~18.2.0",
|
|
114
|
-
"@dxos/react-ui": "0.8.
|
|
115
|
-
"@dxos/react-ui-theme": "0.8.
|
|
113
|
+
"@dxos/react-ui": "0.8.1-main.303c73a",
|
|
114
|
+
"@dxos/react-ui-theme": "0.8.1-main.303c73a"
|
|
116
115
|
},
|
|
117
116
|
"publishConfig": {
|
|
118
117
|
"access": "public"
|