@dxos/plugin-kanban 0.8.4-main.67995b8 → 0.8.4-main.dedc0f3
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/blueprint-definition-GFG7LX2C.mjs +28 -0
- package/dist/lib/browser/blueprint-definition-GFG7LX2C.mjs.map +7 -0
- package/dist/lib/browser/{chunk-MUK4JV7A.mjs → chunk-NCNNL74W.mjs} +2 -28
- package/dist/lib/browser/chunk-NCNNL74W.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +13 -12
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/{intent-resolver-6GPK64NB.mjs → intent-resolver-KHOAFPNN.mjs} +11 -11
- package/dist/lib/browser/intent-resolver-KHOAFPNN.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-surface-Y2GO6B24.mjs → react-surface-UBRYXDKS.mjs} +18 -21
- package/dist/lib/browser/react-surface-UBRYXDKS.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +3 -5
- package/dist/lib/node-esm/blueprint-definition-MIMDXMUM.mjs +30 -0
- package/dist/lib/node-esm/blueprint-definition-MIMDXMUM.mjs.map +7 -0
- package/dist/lib/node-esm/{chunk-2GCFRKS2.mjs → chunk-5B3LKGA7.mjs} +2 -28
- package/dist/lib/node-esm/chunk-5B3LKGA7.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +13 -12
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/{intent-resolver-CXHLNVEN.mjs → intent-resolver-MKO5HVES.mjs} +11 -11
- package/dist/lib/node-esm/intent-resolver-MKO5HVES.mjs.map +7 -0
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/{react-surface-UEQNH6S4.mjs → react-surface-B2FPS52G.mjs} +18 -21
- package/dist/lib/node-esm/react-surface-B2FPS52G.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +3 -5
- package/dist/types/src/KanbanPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/artifact-definition.d.ts +1 -1
- package/dist/types/src/capabilities/artifact-definition.d.ts.map +1 -1
- package/dist/types/src/capabilities/blueprint-definition.d.ts +5 -0
- package/dist/types/src/capabilities/blueprint-definition.d.ts.map +1 -0
- package/dist/types/src/capabilities/index.d.ts +3 -3
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts +1 -1
- package/dist/types/src/components/KanbanContainer.d.ts.map +1 -1
- package/dist/types/src/components/KanbanContainer.stories.d.ts +36 -5
- package/dist/types/src/components/KanbanContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/KanbanViewEditor.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +2 -2
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/index.d.ts +0 -1
- package/dist/types/src/types/index.d.ts.map +1 -1
- package/dist/types/src/types/schema.d.ts +4 -47
- package/dist/types/src/types/schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +38 -37
- package/src/KanbanPlugin.tsx +8 -7
- package/src/capabilities/artifact-definition.ts +7 -4
- package/src/capabilities/blueprint-definition.ts +30 -0
- package/src/capabilities/index.ts +1 -1
- package/src/capabilities/intent-resolver.ts +7 -6
- package/src/capabilities/react-surface.tsx +4 -4
- package/src/components/KanbanContainer.stories.tsx +20 -19
- package/src/components/KanbanContainer.tsx +5 -5
- package/src/components/KanbanViewEditor.tsx +11 -9
- package/src/translations.ts +2 -2
- package/src/types/index.ts +0 -1
- package/src/types/schema.ts +1 -1
- package/dist/lib/browser/artifact-definition-NIFSAHUK.mjs +0 -174
- package/dist/lib/browser/artifact-definition-NIFSAHUK.mjs.map +0 -7
- package/dist/lib/browser/chunk-MUK4JV7A.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-6GPK64NB.mjs.map +0 -7
- package/dist/lib/browser/react-surface-Y2GO6B24.mjs.map +0 -7
- package/dist/lib/node-esm/artifact-definition-NACXLTWB.mjs +0 -175
- package/dist/lib/node-esm/artifact-definition-NACXLTWB.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-2GCFRKS2.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-CXHLNVEN.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-UEQNH6S4.mjs.map +0 -7
- package/dist/types/src/types/kanban.d.ts +0 -11
- package/dist/types/src/types/kanban.d.ts.map +0 -1
- package/src/types/kanban.ts +0 -29
|
@@ -6,6 +6,6 @@ declare global {
|
|
|
6
6
|
dispatch?: PromiseIntentDispatcher;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
declare const _default: () => import("@dxos/app-framework").Capability<
|
|
9
|
+
declare const _default: () => import("@dxos/app-framework").Capability<any>;
|
|
10
10
|
export default _default;
|
|
11
11
|
//# sourceMappingURL=artifact-definition.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artifact-definition.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/artifact-definition.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"artifact-definition.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/artifact-definition.ts"],"names":[],"mappings":"AAUA,OAAO,EAAgB,KAAK,uBAAuB,EAAoC,MAAM,qBAAqB,CAAC;AAMnH,OAAO,EAAU,KAAK,KAAK,EAAoB,MAAM,yBAAyB,CAAC;AAY/E,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,KAAK,CAAC,EAAE,KAAK,CAAC;QACd,QAAQ,CAAC,EAAE,uBAAuB,CAAC;KACpC;CACF;;AAED,wBA+GE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Blueprint } from '@dxos/blueprints';
|
|
2
|
+
import { type FunctionDefinition } from '@dxos/functions';
|
|
3
|
+
declare const _default: () => (import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<FunctionDefinition<any, any>[]>> | import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<Blueprint.Blueprint>>)[];
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=blueprint-definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"blueprint-definition.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/blueprint-definition.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAY,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;;AAM1D,wBAiBE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
export declare const IntentResolver: (props?: import("@dxos/app-framework").PluginContext | undefined) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.IntentResolver
|
|
3
|
-
export declare const ReactSurface: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.ReactSurface
|
|
1
|
+
export declare const BlueprintDefinition: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").AnyCapability[] | import("@dxos/app-framework").Capability<unknown>>>;
|
|
2
|
+
export declare const IntentResolver: (props?: import("@dxos/app-framework").PluginContext | undefined) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<import("@dxos/app-framework").Capabilities.IntentResolver>> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
3
|
+
export declare const ReactSurface: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<import("@dxos/app-framework").Capabilities.ReactSurface>> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,mBAAmB,gJAA+C,CAAC;AAChF,eAAO,MAAM,cAAc,8RAA0C,CAAC;AACtE,eAAO,MAAM,YAAY,4OAAwC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Capabilities, type PluginContext } from '@dxos/app-framework';
|
|
2
|
-
declare const _default: (context: PluginContext) => import("@dxos/app-framework").Capability<Capabilities.IntentResolver
|
|
2
|
+
declare const _default: (context: PluginContext) => import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<Capabilities.IntentResolver>>;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=intent-resolver.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"intent-resolver.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/intent-resolver.ts"],"names":[],"mappings":"AAIA,OAAO,
|
|
1
|
+
{"version":3,"file":"intent-resolver.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/intent-resolver.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,KAAK,aAAa,EAA+B,MAAM,qBAAqB,CAAC;yBAUpF,SAAS,aAAa;AAAtC,wBAwDK"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { Capabilities } from '@dxos/app-framework';
|
|
2
|
-
declare const _default: () => import("@dxos/app-framework").Capability<Capabilities.ReactSurface
|
|
2
|
+
declare const _default: () => import("@dxos/app-framework").Capability<import("@dxos/app-framework").InterfaceDef<Capabilities.ReactSurface>>;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=react-surface.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KanbanContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAUzE,OAAO,
|
|
1
|
+
{"version":3,"file":"KanbanContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanContainer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAUzE,OAAO,EAAE,KAAK,QAAQ,EAAsC,MAAM,cAAc,CAAC;AAIjF,eAAO,MAAM,eAAe,GAAI,UAAU;IAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,sBA4E9E,CAAC"}
|
|
@@ -1,10 +1,41 @@
|
|
|
1
1
|
import '@dxos-theme';
|
|
2
|
-
import { type StoryObj
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
import { type StoryObj } from '@storybook/react-vite';
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import { Kanban } from '@dxos/react-ui-kanban/types';
|
|
5
|
+
declare const meta: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: () => React.JSX.Element | null;
|
|
8
|
+
render: () => React.JSX.Element;
|
|
9
|
+
parameters: {
|
|
10
|
+
translations: [{
|
|
11
|
+
readonly 'en-US': {
|
|
12
|
+
readonly [Kanban.Kanban.typename]: {
|
|
13
|
+
readonly 'typename label': "Kanban";
|
|
14
|
+
readonly 'typename label_zero': "Kanbans";
|
|
15
|
+
readonly 'typename label_one': "Kanban";
|
|
16
|
+
readonly 'typename label_other': "Kanbans";
|
|
17
|
+
readonly 'object name placeholder': "New kanban";
|
|
18
|
+
};
|
|
19
|
+
readonly [meta.id]: {
|
|
20
|
+
readonly 'plugin name': "Kanban";
|
|
21
|
+
readonly 'kanban title label': "Title";
|
|
22
|
+
readonly 'column title label': "Column title";
|
|
23
|
+
readonly 'column title placeholder': "New column";
|
|
24
|
+
readonly 'item title label': "Item title";
|
|
25
|
+
readonly 'item title placeholder': "New item";
|
|
26
|
+
readonly 'add column label': "Add column";
|
|
27
|
+
readonly 'add item label': "Add card";
|
|
28
|
+
readonly 'delete column label': "Delete column";
|
|
29
|
+
readonly 'delete item label': "Delete card";
|
|
30
|
+
readonly 'card field deleted label': "Card field deleted";
|
|
31
|
+
readonly 'card deleted label': "Card deleted";
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
}];
|
|
35
|
+
};
|
|
36
|
+
decorators: import("@storybook/react").Decorator[];
|
|
5
37
|
};
|
|
6
|
-
declare const meta: Meta<StoryProps>;
|
|
7
38
|
export default meta;
|
|
8
|
-
type Story = StoryObj<
|
|
39
|
+
type Story = StoryObj<typeof meta>;
|
|
9
40
|
export declare const Default: Story;
|
|
10
41
|
//# sourceMappingURL=KanbanContainer.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KanbanContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,
|
|
1
|
+
{"version":3,"file":"KanbanContainer.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanContainer.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,aAAa,CAAC;AAErB,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAA2C,MAAM,OAAO,CAAC;AAiBhE,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAyHrD,QAAA,MAAM,IAAI;;;;;;;yBAxIkB,CAAQ,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC;;;;;;;yBAKvD,CAAQ,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;;;;;;CAyKoB,CAAC;AAEzC,eAAe,IAAI,CAAC;AAEpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KanbanViewEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanViewEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAQpD,OAAO,EAAE,KAAK,QAAQ,
|
|
1
|
+
{"version":3,"file":"KanbanViewEditor.d.ts","sourceRoot":"","sources":["../../../../src/components/KanbanViewEditor.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA+B,MAAM,OAAO,CAAC;AAQpD,OAAO,EAAE,KAAK,QAAQ,EAAsC,MAAM,cAAc,CAAC;AAEjF,KAAK,qBAAqB,GAAG;IAAE,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAA;CAAE,CAAC;AAErD,eAAO,MAAM,gBAAgB,GAAI,UAAU,qBAAqB,sBA6C/D,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Kanban } from '@dxos/react-ui-kanban/types';
|
|
2
2
|
import { meta } from './meta';
|
|
3
3
|
export declare const translations: [{
|
|
4
4
|
readonly 'en-US': {
|
|
5
|
-
readonly [
|
|
5
|
+
readonly [Kanban.Kanban.typename]: {
|
|
6
6
|
readonly 'typename label': "Kanban";
|
|
7
7
|
readonly 'typename label_zero': "Kanbans";
|
|
8
8
|
readonly 'typename label_one': "Kanban";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAE9B,eAAO,MAAM,YAAY;;QAGnB,SAAA,CAAC,MAAM,CAAC,MAAM,CAAC,QAAQ,CAAC;;;;;;UAMvB;QACD,SAAA,CAAC,IAAI,CAAC,EAAE,CAAC;;;;;;;;;;;;;UAaR;;EAGwB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAIA,cAAc,UAAU,CAAC;AACzB,mBAAmB,SAAS,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { Schema } from 'effect';
|
|
2
|
+
import { DataType } from '@dxos/schema';
|
|
2
3
|
/**
|
|
3
4
|
* Kanban data model.
|
|
4
5
|
* A Kanban board is a collection of columns, each of which contains a collection of items.
|
|
@@ -25,29 +26,7 @@ export declare namespace KanbanAction {
|
|
|
25
26
|
initialPivotColumn: Schema.optional<Schema.SchemaClass<string, string, never>>;
|
|
26
27
|
}>>;
|
|
27
28
|
output: Schema.Struct<{
|
|
28
|
-
object: import("@dxos/
|
|
29
|
-
name: import("effect/Schema").optional<import("effect/Schema").SchemaClass<string, string, never>>;
|
|
30
|
-
query: import("effect/Schema").Schema<import("@dxos/echo-schema").QueryType, import("@dxos/echo-schema").QueryType, never>;
|
|
31
|
-
projection: import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
32
|
-
schema: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/echo-schema").JsonSchemaType, import("@dxos/echo-schema").JsonSchemaType, never>>;
|
|
33
|
-
fields: import("effect/Schema").mutable<import("effect/Schema").Array$<import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
34
|
-
id: typeof import("effect/Schema").String;
|
|
35
|
-
path: import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>;
|
|
36
|
-
referencePath: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
37
|
-
visible: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
38
|
-
}>>>>;
|
|
39
|
-
hiddenFields: import("effect/Schema").optional<import("effect/Schema").mutable<import("effect/Schema").Array$<import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
40
|
-
id: typeof import("effect/Schema").String;
|
|
41
|
-
path: import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>;
|
|
42
|
-
referencePath: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
43
|
-
visible: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
44
|
-
}>>>>>;
|
|
45
|
-
}>>;
|
|
46
|
-
presentation: import("@dxos/echo/Type").ref<import("effect/Schema").Schema<import("@dxos/echo/Type").Expando, {
|
|
47
|
-
[x: string]: any;
|
|
48
|
-
id: string;
|
|
49
|
-
}, never>>;
|
|
50
|
-
}>>;
|
|
29
|
+
object: Schema.Schema<DataType.View, import("@dxos/schema").ViewEncoded, never>;
|
|
51
30
|
}>;
|
|
52
31
|
}>;
|
|
53
32
|
export class Create extends Create_base {
|
|
@@ -56,36 +35,14 @@ export declare namespace KanbanAction {
|
|
|
56
35
|
readonly _tag: Schema.tag<"dxos.org/plugin/kanban/action/delete-card-field">;
|
|
57
36
|
} & {
|
|
58
37
|
input: Schema.Struct<{
|
|
59
|
-
view: import("@dxos/
|
|
60
|
-
name: import("effect/Schema").optional<import("effect/Schema").SchemaClass<string, string, never>>;
|
|
61
|
-
query: import("effect/Schema").Schema<import("@dxos/echo-schema").QueryType, import("@dxos/echo-schema").QueryType, never>;
|
|
62
|
-
projection: import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
63
|
-
schema: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/echo-schema").JsonSchemaType, import("@dxos/echo-schema").JsonSchemaType, never>>;
|
|
64
|
-
fields: import("effect/Schema").mutable<import("effect/Schema").Array$<import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
65
|
-
id: typeof import("effect/Schema").String;
|
|
66
|
-
path: import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>;
|
|
67
|
-
referencePath: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
68
|
-
visible: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
69
|
-
}>>>>;
|
|
70
|
-
hiddenFields: import("effect/Schema").optional<import("effect/Schema").mutable<import("effect/Schema").Array$<import("effect/Schema").mutable<import("effect/Schema").Struct<{
|
|
71
|
-
id: typeof import("effect/Schema").String;
|
|
72
|
-
path: import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>;
|
|
73
|
-
referencePath: import("effect/Schema").optional<import("effect/Schema").Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
74
|
-
visible: import("effect/Schema").optional<typeof import("effect/Schema").Boolean>;
|
|
75
|
-
}>>>>>;
|
|
76
|
-
}>>;
|
|
77
|
-
presentation: import("@dxos/echo/Type").ref<import("effect/Schema").Schema<import("@dxos/echo/Type").Expando, {
|
|
78
|
-
[x: string]: any;
|
|
79
|
-
id: string;
|
|
80
|
-
}, never>>;
|
|
81
|
-
}>>;
|
|
38
|
+
view: Schema.Schema<DataType.View, import("@dxos/schema").ViewEncoded, never>;
|
|
82
39
|
fieldId: typeof Schema.String;
|
|
83
40
|
deletionData: Schema.optional<Schema.Struct<{
|
|
84
41
|
field: Schema.mutable<Schema.Struct<{
|
|
85
42
|
id: typeof Schema.String;
|
|
86
43
|
path: Schema.Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>;
|
|
87
|
-
referencePath: Schema.optional<Schema.Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
88
44
|
visible: Schema.optional<typeof Schema.Boolean>;
|
|
45
|
+
referencePath: Schema.optional<Schema.Schema<import("@dxos/effect").JsonPath, import("@dxos/effect").JsonPath, never>>;
|
|
89
46
|
}>>;
|
|
90
47
|
props: typeof Schema.Any;
|
|
91
48
|
index: typeof Schema.Number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/types/schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../src/types/schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAGhC,OAAO,EAAE,QAAQ,EAAqC,MAAM,cAAc,CAAC;AAI3E;;;;;;;GAOG;AAGH,eAAO,MAAM,uBAAuB,eAA2D,CAAC;AAEhG,eAAO,MAAM,kBAAkB;;;;EAc7B,CAAC;AAEH,yBAAiB,YAAY,CAAC;;;;;;;;;;;;;;;IAG5B,MAAM,OAAO,MAAO,SAAQ,WAK1B;KAAG;;;;;;;;;;;;;;;;;;;;IAEL,MAAM,OAAO,eAAgB,SAAQ,oBAgBnC;KAAG;;;;;;;;;IAEL,MAAM,OAAO,UAAW,SAAQ,eAK9B;KAAG;;CACN"}
|