@dxos/plugin-kanban 0.8.4-main.ae835ea → 0.8.4-main.bc674ce
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-T2544VMJ.mjs +17 -0
- package/dist/lib/browser/blueprint-definition-T2544VMJ.mjs.map +7 -0
- package/dist/lib/browser/blueprints/index.mjs +8 -0
- package/dist/lib/browser/blueprints/index.mjs.map +7 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs +10 -0
- package/dist/lib/browser/chunk-J5LGTIGS.mjs.map +7 -0
- package/dist/lib/browser/chunk-L6N4ZDZ7.mjs +35 -0
- package/dist/lib/browser/chunk-L6N4ZDZ7.mjs.map +7 -0
- package/dist/lib/browser/chunk-XYQO4VL7.mjs +150 -0
- package/dist/lib/browser/chunk-XYQO4VL7.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +58 -65
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/operation-resolver-UEJHX42A.mjs +162 -0
- package/dist/lib/browser/operation-resolver-UEJHX42A.mjs.map +7 -0
- package/dist/lib/browser/react-surface-LFUJAPRL.mjs +236 -0
- package/dist/lib/browser/react-surface-LFUJAPRL.mjs.map +7 -0
- package/dist/lib/browser/types/index.mjs +8 -5
- package/dist/lib/node-esm/blueprint-definition-APJQFSHJ.mjs +18 -0
- package/dist/lib/node-esm/blueprint-definition-APJQFSHJ.mjs.map +7 -0
- package/dist/lib/node-esm/blueprints/index.mjs +9 -0
- package/dist/lib/node-esm/blueprints/index.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs +11 -0
- package/dist/lib/node-esm/chunk-HSLMI22Q.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-NN6JMKIT.mjs +152 -0
- package/dist/lib/node-esm/chunk-NN6JMKIT.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-ZHRMUKTF.mjs +36 -0
- package/dist/lib/node-esm/chunk-ZHRMUKTF.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +58 -65
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/operation-resolver-5RPWHZCF.mjs +163 -0
- package/dist/lib/node-esm/operation-resolver-5RPWHZCF.mjs.map +7 -0
- package/dist/lib/node-esm/react-surface-7TSGBRJL.mjs +237 -0
- package/dist/lib/node-esm/react-surface-7TSGBRJL.mjs.map +7 -0
- package/dist/lib/node-esm/types/index.mjs +8 -5
- package/dist/types/src/KanbanPlugin.d.ts +2 -1
- package/dist/types/src/KanbanPlugin.d.ts.map +1 -1
- package/dist/types/src/blueprints/index.d.ts +2 -0
- package/dist/types/src/blueprints/index.d.ts.map +1 -0
- package/dist/types/src/blueprints/kanban-blueprint.d.ts +22 -0
- package/dist/types/src/blueprints/kanban-blueprint.d.ts.map +1 -0
- package/dist/types/src/capabilities/artifact-definition/artifact-definition.d.ts +12 -0
- package/dist/types/src/capabilities/artifact-definition/artifact-definition.d.ts.map +1 -0
- package/dist/types/src/capabilities/artifact-definition/index.d.ts +3 -0
- package/dist/types/src/capabilities/artifact-definition/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/blueprint-definition/blueprint-definition.d.ts +9 -0
- package/dist/types/src/capabilities/blueprint-definition/blueprint-definition.d.ts.map +1 -0
- package/dist/types/src/capabilities/blueprint-definition/index.d.ts +3 -0
- package/dist/types/src/capabilities/blueprint-definition/index.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/operation-resolver/index.d.ts +3 -0
- package/dist/types/src/capabilities/operation-resolver/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts +5 -0
- package/dist/types/src/capabilities/operation-resolver/operation-resolver.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface/index.d.ts +3 -0
- package/dist/types/src/capabilities/react-surface/index.d.ts.map +1 -0
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts +5 -0
- package/dist/types/src/capabilities/react-surface/react-surface.d.ts.map +1 -0
- package/dist/types/src/components/KanbanContainer.d.ts +4 -5
- package/dist/types/src/components/KanbanContainer.d.ts.map +1 -1
- package/dist/types/src/components/KanbanContainer.stories.d.ts +46 -12
- package/dist/types/src/components/KanbanContainer.stories.d.ts.map +1 -1
- package/dist/types/src/components/KanbanViewEditor.d.ts +3 -3
- package/dist/types/src/components/KanbanViewEditor.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +2 -2
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +21 -9
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/schema.d.ts +98 -43
- package/dist/types/src/types/schema.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +63 -47
- package/src/KanbanPlugin.tsx +34 -53
- package/src/blueprints/index.ts +5 -0
- package/src/blueprints/kanban-blueprint.ts +24 -0
- package/src/capabilities/artifact-definition/artifact-definition.ts +150 -0
- package/src/capabilities/artifact-definition/index.ts +7 -0
- package/src/capabilities/blueprint-definition/blueprint-definition.ts +23 -0
- package/src/capabilities/blueprint-definition/index.ts +7 -0
- package/src/capabilities/index.ts +3 -5
- package/src/capabilities/operation-resolver/index.ts +7 -0
- package/src/capabilities/operation-resolver/operation-resolver.ts +133 -0
- package/src/capabilities/react-surface/index.ts +7 -0
- package/src/capabilities/react-surface/react-surface.tsx +86 -0
- package/src/components/KanbanContainer.stories.tsx +197 -104
- package/src/components/KanbanContainer.tsx +37 -46
- package/src/components/KanbanViewEditor.tsx +36 -41
- package/src/meta.ts +2 -2
- package/src/translations.ts +5 -5
- package/src/types/schema.ts +84 -38
- package/dist/lib/browser/blueprint-definition-UYVX622Q.mjs +0 -28
- package/dist/lib/browser/blueprint-definition-UYVX622Q.mjs.map +0 -7
- package/dist/lib/browser/chunk-3UDST345.mjs +0 -85
- package/dist/lib/browser/chunk-3UDST345.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-VVBNS2TO.mjs +0 -111
- package/dist/lib/browser/intent-resolver-VVBNS2TO.mjs.map +0 -7
- package/dist/lib/browser/react-surface-FNXJ6VJX.mjs +0 -255
- package/dist/lib/browser/react-surface-FNXJ6VJX.mjs.map +0 -7
- package/dist/lib/node-esm/blueprint-definition-42P47FUY.mjs +0 -30
- package/dist/lib/node-esm/blueprint-definition-42P47FUY.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-JBOARUAT.mjs +0 -87
- package/dist/lib/node-esm/chunk-JBOARUAT.mjs.map +0 -7
- package/dist/lib/node-esm/intent-resolver-ACN7UALP.mjs +0 -112
- package/dist/lib/node-esm/intent-resolver-ACN7UALP.mjs.map +0 -7
- package/dist/lib/node-esm/react-surface-ZHYHCV5N.mjs +0 -256
- package/dist/lib/node-esm/react-surface-ZHYHCV5N.mjs.map +0 -7
- package/dist/types/src/capabilities/artifact-definition.d.ts +0 -11
- package/dist/types/src/capabilities/artifact-definition.d.ts.map +0 -1
- package/dist/types/src/capabilities/blueprint-definition.d.ts +0 -5
- package/dist/types/src/capabilities/blueprint-definition.d.ts.map +0 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts +0 -4
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +0 -1
- package/dist/types/src/capabilities/react-surface.d.ts +0 -4
- package/dist/types/src/capabilities/react-surface.d.ts.map +0 -1
- package/src/capabilities/artifact-definition.ts +0 -148
- package/src/capabilities/blueprint-definition.ts +0 -30
- package/src/capabilities/intent-resolver.ts +0 -71
- package/src/capabilities/react-surface.tsx +0 -84
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
kanban_blueprint_exports
|
|
3
|
+
} from "./chunk-L6N4ZDZ7.mjs";
|
|
4
|
+
import "./chunk-J5LGTIGS.mjs";
|
|
5
|
+
|
|
6
|
+
// src/capabilities/blueprint-definition/blueprint-definition.ts
|
|
7
|
+
import * as Effect from "effect/Effect";
|
|
8
|
+
import { Capability, Common } from "@dxos/app-framework";
|
|
9
|
+
var blueprintDefinition = Capability.makeModule(() => Effect.succeed([
|
|
10
|
+
Capability.contributes(Common.Capability.Functions, kanban_blueprint_exports.functions),
|
|
11
|
+
Capability.contributes(Common.Capability.BlueprintDefinition, kanban_blueprint_exports.make())
|
|
12
|
+
]));
|
|
13
|
+
var blueprint_definition_default = blueprintDefinition;
|
|
14
|
+
export {
|
|
15
|
+
blueprint_definition_default as default
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=blueprint-definition-T2544VMJ.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/capabilities/blueprint-definition/blueprint-definition.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Capability, Common } from '@dxos/app-framework';\n\nimport { KanbanBlueprint } from '../../blueprints';\n\nexport type BlueprintCapabilities = [\n Capability.Capability<typeof Common.Capability.Functions>,\n Capability.Capability<typeof Common.Capability.BlueprintDefinition>,\n];\n\nconst blueprintDefinition = Capability.makeModule<[], BlueprintCapabilities>(() =>\n Effect.succeed([\n Capability.contributes(Common.Capability.Functions, KanbanBlueprint.functions),\n Capability.contributes(Common.Capability.BlueprintDefinition, KanbanBlueprint.make()),\n ]),\n);\n\nexport default blueprintDefinition;\n"],
|
|
5
|
+
"mappings": ";;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,YAAYC,cAAc;AASnC,IAAMC,sBAAsBC,WAAWC,WAAsC,MACpEC,eAAQ;EACbF,WAAWG,YAAYC,OAAOJ,WAAWK,WAAWC,yBAAgBC,SAAS;EAC7EP,WAAWG,YAAYC,OAAOJ,WAAWQ,qBAAqBF,yBAAgBG,KAAI,CAAA;CACnF,CAAA;AAGH,IAAA,+BAAeV;",
|
|
6
|
+
"names": ["Effect", "Capability", "Common", "blueprintDefinition", "Capability", "makeModule", "succeed", "contributes", "Common", "Functions", "KanbanBlueprint", "functions", "BlueprintDefinition", "make"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__export
|
|
3
|
+
} from "./chunk-J5LGTIGS.mjs";
|
|
4
|
+
|
|
5
|
+
// src/blueprints/kanban-blueprint.ts
|
|
6
|
+
var kanban_blueprint_exports = {};
|
|
7
|
+
__export(kanban_blueprint_exports, {
|
|
8
|
+
Key: () => Key,
|
|
9
|
+
functions: () => functions,
|
|
10
|
+
make: () => make,
|
|
11
|
+
tools: () => tools
|
|
12
|
+
});
|
|
13
|
+
import { Blueprint, Template } from "@dxos/blueprints";
|
|
14
|
+
import { trim } from "@dxos/util";
|
|
15
|
+
var functions = [];
|
|
16
|
+
var tools = [];
|
|
17
|
+
var Key = "dxos.org/blueprint/kanban";
|
|
18
|
+
var make = () => Blueprint.make({
|
|
19
|
+
key: Key,
|
|
20
|
+
name: "Kanban",
|
|
21
|
+
tools: Blueprint.toolDefinitions({
|
|
22
|
+
functions,
|
|
23
|
+
tools
|
|
24
|
+
}),
|
|
25
|
+
instructions: Template.make({
|
|
26
|
+
source: trim`
|
|
27
|
+
You can create and update kanban boards to show data in sorted columns defined by schema.
|
|
28
|
+
`
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
export {
|
|
33
|
+
kanban_blueprint_exports
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=chunk-L6N4ZDZ7.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/blueprints/kanban-blueprint.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { Blueprint, Template } from '@dxos/blueprints';\nimport { type FunctionDefinition } from '@dxos/functions';\nimport { trim } from '@dxos/util';\n\nexport const functions: FunctionDefinition[] = [];\nexport const tools: string[] = [];\n\nexport const Key = 'dxos.org/blueprint/kanban';\n\nexport const make = () =>\n Blueprint.make({\n key: Key,\n name: 'Kanban',\n tools: Blueprint.toolDefinitions({ functions, tools }),\n instructions: Template.make({\n source: trim`\n You can create and update kanban boards to show data in sorted columns defined by schema.\n `,\n }),\n });\n"],
|
|
5
|
+
"mappings": ";;;;;AAAA;;;;;;;AAIA,SAASA,WAAWC,gBAAgB;AAEpC,SAASC,YAAY;AAEd,IAAMC,YAAkC,CAAA;AACxC,IAAMC,QAAkB,CAAA;AAExB,IAAMC,MAAM;AAEZ,IAAMC,OAAO,MAClBC,UAAUD,KAAK;EACbE,KAAKH;EACLI,MAAM;EACNL,OAAOG,UAAUG,gBAAgB;IAAEP;IAAWC;EAAM,CAAA;EACpDO,cAAcC,SAASN,KAAK;IAC1BO,QAAQC;;;EAGV,CAAA;AACF,CAAA;",
|
|
6
|
+
"names": ["Blueprint", "Template", "trim", "functions", "tools", "Key", "make", "Blueprint", "key", "name", "toolDefinitions", "instructions", "Template", "source", "trim"]
|
|
7
|
+
}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
// src/types/schema.ts
|
|
2
|
+
import * as Schema from "effect/Schema";
|
|
3
|
+
import { Capability } from "@dxos/app-framework";
|
|
4
|
+
import { Operation } from "@dxos/operation";
|
|
5
|
+
import { TypeInputOptionsAnnotation } from "@dxos/plugin-space/types";
|
|
6
|
+
import { FieldSchema, View } from "@dxos/schema";
|
|
7
|
+
|
|
8
|
+
// src/meta.ts
|
|
9
|
+
import { trim } from "@dxos/util";
|
|
10
|
+
var meta = {
|
|
11
|
+
id: "dxos.org/plugin/kanban",
|
|
12
|
+
name: "Kanban",
|
|
13
|
+
description: trim`
|
|
14
|
+
Visual project management using customizable kanban boards to track workflow progress.
|
|
15
|
+
Organize table data into columns, drag and drop items between stages, and trigger automations based on status changes.
|
|
16
|
+
`,
|
|
17
|
+
icon: "ph--kanban--regular",
|
|
18
|
+
iconHue: "green",
|
|
19
|
+
source: "https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-kanban",
|
|
20
|
+
screenshots: [
|
|
21
|
+
"https://dxos.network/plugin-details-kanban-dark.png"
|
|
22
|
+
]
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
// src/types/schema.ts
|
|
26
|
+
var PivotColumnAnnotationId = Symbol.for("@dxos/plugin-kanban/annotation/PivotColumn");
|
|
27
|
+
var SettingsSchema = Schema.Struct({
|
|
28
|
+
columnFieldId: Schema.String.annotations({
|
|
29
|
+
title: "Column field"
|
|
30
|
+
})
|
|
31
|
+
});
|
|
32
|
+
var CreateKanbanSchema = Schema.Struct({
|
|
33
|
+
name: Schema.optional(Schema.String),
|
|
34
|
+
// TODO(wittjosiah): This should be a query input instead.
|
|
35
|
+
typename: Schema.String.pipe(Schema.annotations({
|
|
36
|
+
title: "Select card type"
|
|
37
|
+
}), TypeInputOptionsAnnotation.set({
|
|
38
|
+
location: [
|
|
39
|
+
"database",
|
|
40
|
+
"runtime"
|
|
41
|
+
],
|
|
42
|
+
kind: [
|
|
43
|
+
"user"
|
|
44
|
+
],
|
|
45
|
+
registered: [
|
|
46
|
+
"registered"
|
|
47
|
+
]
|
|
48
|
+
}), Schema.optional),
|
|
49
|
+
initialPivotColumn: Schema.optional(Schema.String.annotations({
|
|
50
|
+
[PivotColumnAnnotationId]: true,
|
|
51
|
+
title: "Pivot column"
|
|
52
|
+
}))
|
|
53
|
+
});
|
|
54
|
+
var KANBAN_OPERATION = `${meta.id}/operation`;
|
|
55
|
+
(function(KanbanOperation2) {
|
|
56
|
+
KanbanOperation2.DeleteCardFieldOutput = Schema.Struct({
|
|
57
|
+
field: FieldSchema.annotations({
|
|
58
|
+
description: "The deleted field schema."
|
|
59
|
+
}),
|
|
60
|
+
props: Schema.Any.annotations({
|
|
61
|
+
description: "The deleted field properties."
|
|
62
|
+
}),
|
|
63
|
+
index: Schema.Number.annotations({
|
|
64
|
+
description: "The index the field was at."
|
|
65
|
+
})
|
|
66
|
+
});
|
|
67
|
+
KanbanOperation2.DeleteCardField = Operation.make({
|
|
68
|
+
meta: {
|
|
69
|
+
key: `${KANBAN_OPERATION}/delete-card-field`,
|
|
70
|
+
name: "Delete Card Field"
|
|
71
|
+
},
|
|
72
|
+
services: [
|
|
73
|
+
Capability.Service
|
|
74
|
+
],
|
|
75
|
+
schema: {
|
|
76
|
+
input: Schema.Struct({
|
|
77
|
+
view: View.View,
|
|
78
|
+
fieldId: Schema.String
|
|
79
|
+
}),
|
|
80
|
+
output: KanbanOperation2.DeleteCardFieldOutput
|
|
81
|
+
}
|
|
82
|
+
});
|
|
83
|
+
KanbanOperation2.DeleteCardOutput = Schema.Struct({
|
|
84
|
+
card: Schema.Any.annotations({
|
|
85
|
+
description: "The deleted card."
|
|
86
|
+
})
|
|
87
|
+
});
|
|
88
|
+
KanbanOperation2.DeleteCard = Operation.make({
|
|
89
|
+
meta: {
|
|
90
|
+
key: `${KANBAN_OPERATION}/delete-card`,
|
|
91
|
+
name: "Delete Card"
|
|
92
|
+
},
|
|
93
|
+
schema: {
|
|
94
|
+
input: Schema.Struct({
|
|
95
|
+
card: Schema.Any
|
|
96
|
+
}),
|
|
97
|
+
output: KanbanOperation2.DeleteCardOutput
|
|
98
|
+
}
|
|
99
|
+
});
|
|
100
|
+
KanbanOperation2.RestoreCardField = Operation.make({
|
|
101
|
+
meta: {
|
|
102
|
+
key: `${KANBAN_OPERATION}/restore-card-field`,
|
|
103
|
+
name: "Restore Card Field"
|
|
104
|
+
},
|
|
105
|
+
services: [
|
|
106
|
+
Capability.Service
|
|
107
|
+
],
|
|
108
|
+
schema: {
|
|
109
|
+
input: Schema.Struct({
|
|
110
|
+
view: View.View.annotations({
|
|
111
|
+
description: "The view to restore the field to."
|
|
112
|
+
}),
|
|
113
|
+
field: FieldSchema.annotations({
|
|
114
|
+
description: "The field schema to restore."
|
|
115
|
+
}),
|
|
116
|
+
props: Schema.Any.annotations({
|
|
117
|
+
description: "The field properties to restore."
|
|
118
|
+
}),
|
|
119
|
+
index: Schema.Number.annotations({
|
|
120
|
+
description: "The index to restore the field at."
|
|
121
|
+
})
|
|
122
|
+
}),
|
|
123
|
+
output: Schema.Void
|
|
124
|
+
}
|
|
125
|
+
});
|
|
126
|
+
KanbanOperation2.RestoreCard = Operation.make({
|
|
127
|
+
meta: {
|
|
128
|
+
key: `${KANBAN_OPERATION}/restore-card`,
|
|
129
|
+
name: "Restore Card"
|
|
130
|
+
},
|
|
131
|
+
schema: {
|
|
132
|
+
input: Schema.Struct({
|
|
133
|
+
card: Schema.Any.annotations({
|
|
134
|
+
description: "The card to restore."
|
|
135
|
+
})
|
|
136
|
+
}),
|
|
137
|
+
output: Schema.Void
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
})(KanbanOperation || (KanbanOperation = {}));
|
|
141
|
+
var KanbanOperation;
|
|
142
|
+
|
|
143
|
+
export {
|
|
144
|
+
meta,
|
|
145
|
+
PivotColumnAnnotationId,
|
|
146
|
+
SettingsSchema,
|
|
147
|
+
CreateKanbanSchema,
|
|
148
|
+
KanbanOperation
|
|
149
|
+
};
|
|
150
|
+
//# sourceMappingURL=chunk-XYQO4VL7.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/types/schema.ts", "../../../src/meta.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport * as Schema from 'effect/Schema';\n\nimport { Capability } from '@dxos/app-framework';\nimport { Operation } from '@dxos/operation';\nimport { TypeInputOptionsAnnotation } from '@dxos/plugin-space/types';\nimport { FieldSchema, View } from '@dxos/schema';\n\nimport { meta } from '../meta';\n\n/**\n * Kanban data model.\n * A Kanban board is a collection of columns, each of which contains a collection of items.\n * The layout of columns and items is controlled by models.\n * The underlying data model may be represented by direct object relationships\n * (e.g., a column object containing an array of ordered items) or projections constructed\n * by the model (e.g., a query of items based on metadata within a column object).\n */\n\n// TODO(wittjosiah): Factor out?\nexport const PivotColumnAnnotationId = Symbol.for('@dxos/plugin-kanban/annotation/PivotColumn');\n\nexport const SettingsSchema = Schema.Struct({\n columnFieldId: Schema.String.annotations({\n title: 'Column field',\n }),\n});\n\nexport const CreateKanbanSchema = Schema.Struct({\n name: Schema.optional(Schema.String),\n // TODO(wittjosiah): This should be a query input instead.\n typename: Schema.String.pipe(\n Schema.annotations({ title: 'Select card type' }),\n TypeInputOptionsAnnotation.set({\n location: ['database', 'runtime'],\n kind: ['user'],\n registered: ['registered'],\n }),\n Schema.optional,\n ),\n initialPivotColumn: Schema.optional(\n Schema.String.annotations({\n [PivotColumnAnnotationId]: true,\n title: 'Pivot column',\n }),\n ),\n});\n\nconst KANBAN_OPERATION = `${meta.id}/operation`;\n\nexport namespace KanbanOperation {\n export const DeleteCardFieldOutput = Schema.Struct({\n field: FieldSchema.annotations({ description: 'The deleted field schema.' }),\n props: Schema.Any.annotations({ description: 'The deleted field properties.' }),\n index: Schema.Number.annotations({ description: 'The index the field was at.' }),\n });\n\n export type DeleteCardFieldOutput = Schema.Schema.Type<typeof DeleteCardFieldOutput>;\n\n export const DeleteCardField = Operation.make({\n meta: { key: `${KANBAN_OPERATION}/delete-card-field`, name: 'Delete Card Field' },\n services: [Capability.Service],\n schema: {\n input: Schema.Struct({\n view: View.View,\n fieldId: Schema.String,\n }),\n output: DeleteCardFieldOutput,\n },\n });\n\n export const DeleteCardOutput = Schema.Struct({\n card: Schema.Any.annotations({ description: 'The deleted card.' }),\n });\n\n export type DeleteCardOutput = Schema.Schema.Type<typeof DeleteCardOutput>;\n\n export const DeleteCard = Operation.make({\n meta: { key: `${KANBAN_OPERATION}/delete-card`, name: 'Delete Card' },\n schema: {\n input: Schema.Struct({\n card: Schema.Any,\n }),\n output: DeleteCardOutput,\n },\n });\n\n /**\n * Restore a deleted card field (inverse of DeleteCardField).\n */\n export const RestoreCardField = Operation.make({\n meta: { key: `${KANBAN_OPERATION}/restore-card-field`, name: 'Restore Card Field' },\n services: [Capability.Service],\n schema: {\n input: Schema.Struct({\n view: View.View.annotations({ description: 'The view to restore the field to.' }),\n field: FieldSchema.annotations({ description: 'The field schema to restore.' }),\n props: Schema.Any.annotations({ description: 'The field properties to restore.' }),\n index: Schema.Number.annotations({ description: 'The index to restore the field at.' }),\n }),\n output: Schema.Void,\n },\n });\n\n /**\n * Restore a deleted card (inverse of DeleteCard).\n */\n export const RestoreCard = Operation.make({\n meta: { key: `${KANBAN_OPERATION}/restore-card`, name: 'Restore Card' },\n schema: {\n input: Schema.Struct({\n card: Schema.Any.annotations({ description: 'The card to restore.' }),\n }),\n output: Schema.Void,\n },\n });\n}\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { type Plugin } from '@dxos/app-framework';\nimport { trim } from '@dxos/util';\n\nexport const meta: Plugin.Meta = {\n id: 'dxos.org/plugin/kanban',\n name: 'Kanban',\n description: trim`\n Visual project management using customizable kanban boards to track workflow progress.\n Organize table data into columns, drag and drop items between stages, and trigger automations based on status changes.\n `,\n icon: 'ph--kanban--regular',\n iconHue: 'green',\n source: 'https://github.com/dxos/dxos/tree/main/packages/plugins/plugin-kanban',\n screenshots: ['https://dxos.network/plugin-details-kanban-dark.png'],\n};\n"],
|
|
5
|
+
"mappings": ";AAIA,YAAYA,YAAY;AAExB,SAASC,kBAAkB;AAC3B,SAASC,iBAAiB;AAC1B,SAASC,kCAAkC;AAC3C,SAASC,aAAaC,YAAY;;;ACJlC,SAASC,YAAY;AAEd,IAAMC,OAAoB;EAC/BC,IAAI;EACJC,MAAM;EACNC,aAAaC;;;;EAIbC,MAAM;EACNC,SAAS;EACTC,QAAQ;EACRC,aAAa;IAAC;;AAChB;;;ADKO,IAAMC,0BAA0BC,OAAOC,IAAI,4CAAA;AAE3C,IAAMC,iBAAwBC,cAAO;EAC1CC,eAAsBC,cAAOC,YAAY;IACvCC,OAAO;EACT,CAAA;AACF,CAAA;AAEO,IAAMC,qBAA4BL,cAAO;EAC9CM,MAAaC,gBAAgBL,aAAM;;EAEnCM,UAAiBN,cAAOO,KACfN,mBAAY;IAAEC,OAAO;EAAmB,CAAA,GAC/CM,2BAA2BC,IAAI;IAC7BC,UAAU;MAAC;MAAY;;IACvBC,MAAM;MAAC;;IACPC,YAAY;MAAC;;EACf,CAAA,GACOP,eAAQ;EAEjBQ,oBAA2BR,gBAClBL,cAAOC,YAAY;IACxB,CAACP,uBAAAA,GAA0B;IAC3BQ,OAAO;EACT,CAAA,CAAA;AAEJ,CAAA;AAEA,IAAMY,mBAAmB,GAAGC,KAAKC,EAAE;UAElBC,kBAAAA;mBACFC,wBAA+BpB,cAAO;IACjDqB,OAAOC,YAAYnB,YAAY;MAAEoB,aAAa;IAA4B,CAAA;IAC1EC,OAAcC,WAAItB,YAAY;MAAEoB,aAAa;IAAgC,CAAA;IAC7EG,OAAcC,cAAOxB,YAAY;MAAEoB,aAAa;IAA8B,CAAA;EAChF,CAAA;mBAIaK,kBAAkBC,UAAUC,KAAK;IAC5Cb,MAAM;MAAEc,KAAK,GAAGf,gBAAAA;MAAsCV,MAAM;IAAoB;IAChF0B,UAAU;MAACC,WAAWC;;IACtBC,QAAQ;MACNC,OAAcpC,cAAO;QACnBqC,MAAMC,KAAKA;QACXC,SAAgBrC;MAClB,CAAA;MACAsC,QAAMrB,iBAAEC;IACV;EACF,CAAA;mBAEaqB,mBAA0BzC,cAAO;IAC5C0C,MAAajB,WAAItB,YAAY;MAAEoB,aAAa;IAAoB,CAAA;EAClE,CAAA;mBAIaoB,aAAad,UAAUC,KAAK;IACvCb,MAAM;MAAEc,KAAK,GAAGf,gBAAAA;MAAgCV,MAAM;IAAc;IACpE6B,QAAQ;MACNC,OAAcpC,cAAO;QACnB0C,MAAajB;MACf,CAAA;MACAe,QAAMrB,iBAAEsB;IACV;EACF,CAAA;mBAKaG,mBAAmBf,UAAUC,KAAK;IAC7Cb,MAAM;MAAEc,KAAK,GAAGf,gBAAAA;MAAuCV,MAAM;IAAqB;IAClF0B,UAAU;MAACC,WAAWC;;IACtBC,QAAQ;MACNC,OAAcpC,cAAO;QACnBqC,MAAMC,KAAKA,KAAKnC,YAAY;UAAEoB,aAAa;QAAoC,CAAA;QAC/EF,OAAOC,YAAYnB,YAAY;UAAEoB,aAAa;QAA+B,CAAA;QAC7EC,OAAcC,WAAItB,YAAY;UAAEoB,aAAa;QAAmC,CAAA;QAChFG,OAAcC,cAAOxB,YAAY;UAAEoB,aAAa;QAAqC,CAAA;MACvF,CAAA;MACAiB,QAAeK;IACjB;EACF,CAAA;mBAKaC,cAAcjB,UAAUC,KAAK;IACxCb,MAAM;MAAEc,KAAK,GAAGf,gBAAAA;MAAiCV,MAAM;IAAe;IACtE6B,QAAQ;MACNC,OAAcpC,cAAO;QACnB0C,MAAajB,WAAItB,YAAY;UAAEoB,aAAa;QAAuB,CAAA;MACrE,CAAA;MACAiB,QAAeK;IACjB;EACF,CAAA;AACF,GAlEiB1B,oBAAAA,kBAAAA,CAAAA,EAAAA;;",
|
|
6
|
+
"names": ["Schema", "Capability", "Operation", "TypeInputOptionsAnnotation", "FieldSchema", "View", "trim", "meta", "id", "name", "description", "trim", "icon", "iconHue", "source", "screenshots", "PivotColumnAnnotationId", "Symbol", "for", "SettingsSchema", "Struct", "columnFieldId", "String", "annotations", "title", "CreateKanbanSchema", "name", "optional", "typename", "pipe", "TypeInputOptionsAnnotation", "set", "location", "kind", "registered", "initialPivotColumn", "KANBAN_OPERATION", "meta", "id", "KanbanOperation", "DeleteCardFieldOutput", "field", "FieldSchema", "description", "props", "Any", "index", "Number", "DeleteCardField", "Operation", "make", "key", "services", "Capability", "Service", "schema", "input", "view", "View", "fieldId", "output", "DeleteCardOutput", "card", "DeleteCard", "RestoreCardField", "Void", "RestoreCard"]
|
|
7
|
+
}
|
|
@@ -1,46 +1,52 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CreateKanbanSchema,
|
|
3
|
-
KanbanAction,
|
|
4
3
|
meta
|
|
5
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XYQO4VL7.mjs";
|
|
5
|
+
import "./chunk-J5LGTIGS.mjs";
|
|
6
6
|
|
|
7
7
|
// src/KanbanPlugin.tsx
|
|
8
|
-
import
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import { defineObjectForm } from "@dxos/plugin-space/types";
|
|
8
|
+
import * as Effect from "effect/Effect";
|
|
9
|
+
import { Common, Plugin } from "@dxos/app-framework";
|
|
10
|
+
import { Type as Type2 } from "@dxos/echo";
|
|
12
11
|
import { translations as kanbanTranslations } from "@dxos/react-ui-kanban";
|
|
13
12
|
import { Kanban as Kanban2 } from "@dxos/react-ui-kanban/types";
|
|
13
|
+
import { View } from "@dxos/schema";
|
|
14
14
|
|
|
15
|
-
// src/capabilities/index.ts
|
|
16
|
-
import {
|
|
17
|
-
var BlueprintDefinition = lazy(() => import("./blueprint-definition-
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
// src/capabilities/blueprint-definition/index.ts
|
|
16
|
+
import { Capability } from "@dxos/app-framework";
|
|
17
|
+
var BlueprintDefinition = Capability.lazy("BlueprintDefinition", () => import("./blueprint-definition-T2544VMJ.mjs"));
|
|
18
|
+
|
|
19
|
+
// src/capabilities/operation-resolver/index.ts
|
|
20
|
+
import { Capability as Capability2 } from "@dxos/app-framework";
|
|
21
|
+
var OperationResolver = Capability2.lazy("OperationResolver", () => import("./operation-resolver-UEJHX42A.mjs"));
|
|
22
|
+
|
|
23
|
+
// src/capabilities/react-surface/index.ts
|
|
24
|
+
import { Capability as Capability3 } from "@dxos/app-framework";
|
|
25
|
+
var ReactSurface = Capability3.lazy("ReactSurface", () => import("./react-surface-LFUJAPRL.mjs"));
|
|
20
26
|
|
|
21
27
|
// src/translations.ts
|
|
28
|
+
import { Type } from "@dxos/echo";
|
|
22
29
|
import { Kanban } from "@dxos/react-ui-kanban/types";
|
|
23
30
|
var translations = [
|
|
24
31
|
{
|
|
25
32
|
"en-US": {
|
|
26
|
-
[Kanban.Kanban
|
|
33
|
+
[Type.getTypename(Kanban.Kanban)]: {
|
|
27
34
|
"typename label": "Kanban",
|
|
28
35
|
"typename label_zero": "Kanbans",
|
|
29
36
|
"typename label_one": "Kanban",
|
|
30
37
|
"typename label_other": "Kanbans",
|
|
31
|
-
"object name placeholder": "New kanban"
|
|
38
|
+
"object name placeholder": "New kanban",
|
|
39
|
+
"rename object label": "Rename kanban",
|
|
40
|
+
"delete object label": "Delete kanban",
|
|
41
|
+
"object deleted label": "Kanban deleted"
|
|
32
42
|
},
|
|
33
43
|
[meta.id]: {
|
|
34
44
|
"plugin name": "Kanban",
|
|
35
45
|
"kanban title label": "Title",
|
|
36
46
|
"column title label": "Column title",
|
|
37
47
|
"column title placeholder": "New column",
|
|
38
|
-
"item title label": "Item title",
|
|
39
|
-
"item title placeholder": "New item",
|
|
40
48
|
"add column label": "Add column",
|
|
41
|
-
"add item label": "Add card",
|
|
42
49
|
"delete column label": "Delete column",
|
|
43
|
-
"delete item label": "Delete card",
|
|
44
50
|
"card field deleted label": "Card field deleted",
|
|
45
51
|
"card deleted label": "Card deleted"
|
|
46
52
|
}
|
|
@@ -49,55 +55,42 @@ var translations = [
|
|
|
49
55
|
];
|
|
50
56
|
|
|
51
57
|
// src/KanbanPlugin.tsx
|
|
52
|
-
var KanbanPlugin =
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
activatesOn: ClientEvents.SetupSchema,
|
|
75
|
-
activate: () => contributes(SpaceCapabilities.ObjectForm, defineObjectForm({
|
|
76
|
-
objectSchema: Kanban2.Kanban,
|
|
77
|
-
formSchema: CreateKanbanSchema,
|
|
78
|
-
hidden: true,
|
|
79
|
-
getIntent: (props, options) => createIntent(KanbanAction.Create, {
|
|
80
|
-
...props,
|
|
81
|
-
space: options.space
|
|
58
|
+
var KanbanPlugin = Plugin.define(meta).pipe(Common.Plugin.addTranslationsModule({
|
|
59
|
+
translations: [
|
|
60
|
+
...translations,
|
|
61
|
+
...kanbanTranslations
|
|
62
|
+
]
|
|
63
|
+
}), Common.Plugin.addMetadataModule({
|
|
64
|
+
metadata: {
|
|
65
|
+
id: Type2.getTypename(Kanban2.Kanban),
|
|
66
|
+
metadata: {
|
|
67
|
+
icon: "ph--kanban--regular",
|
|
68
|
+
iconHue: "green",
|
|
69
|
+
inputSchema: CreateKanbanSchema,
|
|
70
|
+
createObject: (props, { db }) => Effect.promise(async () => {
|
|
71
|
+
const { view } = await View.makeFromDatabase({
|
|
72
|
+
db,
|
|
73
|
+
typename: props.typename,
|
|
74
|
+
pivotFieldName: props.initialPivotColumn
|
|
75
|
+
});
|
|
76
|
+
return Kanban2.make({
|
|
77
|
+
name: props.name,
|
|
78
|
+
view
|
|
79
|
+
});
|
|
82
80
|
})
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
id: `${meta.id}/module/blueprint`,
|
|
97
|
-
activatesOn: Events.SetupArtifactDefinition,
|
|
98
|
-
activate: BlueprintDefinition
|
|
99
|
-
})
|
|
100
|
-
]);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}), Common.Plugin.addSchemaModule({
|
|
84
|
+
schema: [
|
|
85
|
+
Kanban2.Kanban
|
|
86
|
+
]
|
|
87
|
+
}), Common.Plugin.addSurfaceModule({
|
|
88
|
+
activate: ReactSurface
|
|
89
|
+
}), Common.Plugin.addOperationResolverModule({
|
|
90
|
+
activate: OperationResolver
|
|
91
|
+
}), Common.Plugin.addBlueprintDefinitionModule({
|
|
92
|
+
activate: BlueprintDefinition
|
|
93
|
+
}), Plugin.make);
|
|
101
94
|
export {
|
|
102
95
|
KanbanPlugin,
|
|
103
96
|
meta
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../src/KanbanPlugin.tsx", "../../../src/capabilities/index.ts", "../../../src/translations.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport
|
|
5
|
-
"mappings": ";;;;;;;AAIA,
|
|
6
|
-
"names": ["
|
|
3
|
+
"sources": ["../../../src/KanbanPlugin.tsx", "../../../src/capabilities/blueprint-definition/index.ts", "../../../src/capabilities/operation-resolver/index.ts", "../../../src/capabilities/react-surface/index.ts", "../../../src/translations.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport * as Effect from 'effect/Effect';\n\nimport { Common, Plugin } from '@dxos/app-framework';\nimport { Type } from '@dxos/echo';\nimport { type CreateObject } from '@dxos/plugin-space/types';\nimport { translations as kanbanTranslations } from '@dxos/react-ui-kanban';\nimport { Kanban } from '@dxos/react-ui-kanban/types';\nimport { View } from '@dxos/schema';\n\nimport { BlueprintDefinition, OperationResolver, ReactSurface } from './capabilities';\nimport { meta } from './meta';\nimport { translations } from './translations';\nimport { CreateKanbanSchema } from './types';\n\nexport const KanbanPlugin = Plugin.define(meta).pipe(\n Common.Plugin.addTranslationsModule({ translations: [...translations, ...kanbanTranslations] }),\n Common.Plugin.addMetadataModule({\n metadata: {\n id: Type.getTypename(Kanban.Kanban),\n metadata: {\n icon: 'ph--kanban--regular',\n iconHue: 'green',\n inputSchema: CreateKanbanSchema,\n createObject: ((props, { db }) =>\n Effect.promise(async () => {\n const { view } = await View.makeFromDatabase({\n db,\n typename: props.typename,\n pivotFieldName: props.initialPivotColumn,\n });\n return Kanban.make({ name: props.name, view });\n })) satisfies CreateObject,\n },\n },\n }),\n Common.Plugin.addSchemaModule({ schema: [Kanban.Kanban] }),\n Common.Plugin.addSurfaceModule({ activate: ReactSurface }),\n Common.Plugin.addOperationResolverModule({ activate: OperationResolver }),\n Common.Plugin.addBlueprintDefinitionModule({ activate: BlueprintDefinition }),\n Plugin.make,\n);\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const BlueprintDefinition = Capability.lazy('BlueprintDefinition', () => import('./blueprint-definition'));\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const OperationResolver = Capability.lazy('OperationResolver', () => import('./operation-resolver'));\n", "//\n// Copyright 2025 DXOS.org\n//\n\nimport { Capability } from '@dxos/app-framework';\n\nexport const ReactSurface = Capability.lazy('ReactSurface', () => import('./react-surface'));\n", "//\n// Copyright 2023 DXOS.org\n//\n\nimport { Type } from '@dxos/echo';\nimport { type Resource } from '@dxos/react-ui';\nimport { Kanban } from '@dxos/react-ui-kanban/types';\n\nimport { meta } from './meta';\n\nexport const translations = [\n {\n 'en-US': {\n [Type.getTypename(Kanban.Kanban)]: {\n 'typename label': 'Kanban',\n 'typename label_zero': 'Kanbans',\n 'typename label_one': 'Kanban',\n 'typename label_other': 'Kanbans',\n 'object name placeholder': 'New kanban',\n 'rename object label': 'Rename kanban',\n 'delete object label': 'Delete kanban',\n 'object deleted label': 'Kanban deleted',\n },\n [meta.id]: {\n 'plugin name': 'Kanban',\n 'kanban title label': 'Title',\n 'column title label': 'Column title',\n 'column title placeholder': 'New column',\n 'add column label': 'Add column',\n 'delete column label': 'Delete column',\n 'card field deleted label': 'Card field deleted',\n 'card deleted label': 'Card deleted',\n },\n },\n },\n] as const satisfies Resource[];\n"],
|
|
5
|
+
"mappings": ";;;;;;;AAIA,YAAYA,YAAY;AAExB,SAASC,QAAQC,cAAc;AAC/B,SAASC,QAAAA,aAAY;AAErB,SAASC,gBAAgBC,0BAA0B;AACnD,SAASC,UAAAA,eAAc;AACvB,SAASC,YAAY;;;ACPrB,SAASC,kBAAkB;AAEpB,IAAMC,sBAAsBC,WAAWC,KAAK,uBAAuB,MAAM,OAAO,qCAAA,CAAA;;;ACFvF,SAASC,cAAAA,mBAAkB;AAEpB,IAAMC,oBAAoBC,YAAWC,KAAK,qBAAqB,MAAM,OAAO,mCAAA,CAAA;;;ACFnF,SAASC,cAAAA,mBAAkB;AAEpB,IAAMC,eAAeC,YAAWC,KAAK,gBAAgB,MAAM,OAAO,8BAAA,CAAA;;;ACFzE,SAASC,YAAY;AAErB,SAASC,cAAc;AAIhB,IAAMC,eAAe;EAC1B;IACE,SAAS;MACP,CAACC,KAAKC,YAAYC,OAAOA,MAAM,CAAA,GAAI;QACjC,kBAAkB;QAClB,uBAAuB;QACvB,sBAAsB;QACtB,wBAAwB;QACxB,2BAA2B;QAC3B,uBAAuB;QACvB,uBAAuB;QACvB,wBAAwB;MAC1B;MACA,CAACC,KAAKC,EAAE,GAAG;QACT,eAAe;QACf,sBAAsB;QACtB,sBAAsB;QACtB,4BAA4B;QAC5B,oBAAoB;QACpB,uBAAuB;QACvB,4BAA4B;QAC5B,sBAAsB;MACxB;IACF;EACF;;;;AJhBK,IAAMC,eAAeC,OAAOC,OAAOC,IAAAA,EAAMC,KAC9CC,OAAOJ,OAAOK,sBAAsB;EAAEC,cAAc;OAAIA;OAAiBC;;AAAoB,CAAA,GAC7FH,OAAOJ,OAAOQ,kBAAkB;EAC9BC,UAAU;IACRC,IAAIC,MAAKC,YAAYC,QAAOA,MAAM;IAClCJ,UAAU;MACRK,MAAM;MACNC,SAAS;MACTC,aAAaC;MACbC,cAAe,CAACC,OAAO,EAAEC,GAAE,MAClBC,eAAQ,YAAA;AACb,cAAM,EAAEC,KAAI,IAAK,MAAMC,KAAKC,iBAAiB;UAC3CJ;UACAK,UAAUN,MAAMM;UAChBC,gBAAgBP,MAAMQ;QACxB,CAAA;AACA,eAAOd,QAAOe,KAAK;UAAEC,MAAMV,MAAMU;UAAMP;QAAK,CAAA;MAC9C,CAAA;IACJ;EACF;AACF,CAAA,GACAlB,OAAOJ,OAAO8B,gBAAgB;EAAEC,QAAQ;IAAClB,QAAOA;;AAAQ,CAAA,GACxDT,OAAOJ,OAAOgC,iBAAiB;EAAEC,UAAUC;AAAa,CAAA,GACxD9B,OAAOJ,OAAOmC,2BAA2B;EAAEF,UAAUG;AAAkB,CAAA,GACvEhC,OAAOJ,OAAOqC,6BAA6B;EAAEJ,UAAUK;AAAoB,CAAA,GAC3EtC,OAAO4B,IAAI;",
|
|
6
|
+
"names": ["Effect", "Common", "Plugin", "Type", "translations", "kanbanTranslations", "Kanban", "View", "Capability", "BlueprintDefinition", "Capability", "lazy", "Capability", "OperationResolver", "Capability", "lazy", "Capability", "ReactSurface", "Capability", "lazy", "Type", "Kanban", "translations", "Type", "getTypename", "Kanban", "meta", "id", "KanbanPlugin", "Plugin", "define", "meta", "pipe", "Common", "addTranslationsModule", "translations", "kanbanTranslations", "addMetadataModule", "metadata", "id", "Type", "getTypename", "Kanban", "icon", "iconHue", "inputSchema", "CreateKanbanSchema", "createObject", "props", "db", "promise", "view", "View", "makeFromDatabase", "typename", "pivotFieldName", "initialPivotColumn", "make", "name", "addSchemaModule", "schema", "addSurfaceModule", "activate", "ReactSurface", "addOperationResolverModule", "OperationResolver", "addBlueprintDefinitionModule", "BlueprintDefinition"]
|
|
7
7
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"src/meta.ts":{"bytes":2139,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/capabilities/blueprint-definition.ts":{"bytes":3077,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/types/schema.ts":{"bytes":8595,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/index.ts":{"bytes":501,"imports":[{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/capabilities/intent-resolver.ts":{"bytes":10476,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/components/KanbanContainer.tsx":{"bytes":12503,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/plugin-search","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/components/KanbanViewEditor.tsx":{"bytes":8682,"imports":[{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"format":"esm"},"src/components/index.ts":{"bytes":599,"imports":[{"path":"src/components/KanbanContainer.tsx","kind":"import-statement","original":"./KanbanContainer"},{"path":"src/components/KanbanViewEditor.tsx","kind":"import-statement","original":"./KanbanViewEditor"}],"format":"esm"},"src/capabilities/react-surface.tsx":{"bytes":12817,"imports":[{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":1323,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/blueprint-definition.ts","kind":"dynamic-import","original":"./blueprint-definition"},{"path":"src/capabilities/intent-resolver.ts","kind":"dynamic-import","original":"./intent-resolver"},{"path":"src/capabilities/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"src/translations.ts":{"bytes":3589,"imports":[{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/KanbanPlugin.tsx":{"bytes":8467,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/index.ts":{"bytes":553,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/KanbanPlugin.tsx","kind":"import-statement","original":"./KanbanPlugin"}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6302},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-3UDST345.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/plugin-space","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/blueprint-definition-UYVX622Q.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/intent-resolver-VVBNS2TO.mjs","kind":"dynamic-import"},{"path":"dist/lib/browser/react-surface-FNXJ6VJX.mjs","kind":"dynamic-import"},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true}],"exports":["KanbanPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/KanbanPlugin.tsx":{"bytesInOutput":1830},"src/capabilities/index.ts":{"bytesInOutput":275},"src/translations.ts":{"bytesInOutput":917}},"bytes":3281},"dist/lib/browser/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/types/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-3UDST345.mjs","kind":"import-statement"}],"exports":["CreateKanbanSchema","KanbanAction","PivotColumnAnnotationId"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":216},"dist/lib/browser/blueprint-definition-UYVX622Q.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1612},"dist/lib/browser/blueprint-definition-UYVX622Q.mjs":{"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/blueprint-definition.ts","inputs":{"src/capabilities/blueprint-definition.ts":{"bytesInOutput":710}},"bytes":867},"dist/lib/browser/intent-resolver-VVBNS2TO.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":4800},"dist/lib/browser/intent-resolver-VVBNS2TO.mjs":{"imports":[{"path":"dist/lib/browser/chunk-3UDST345.mjs","kind":"import-statement"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/intent-resolver.ts","inputs":{"src/capabilities/intent-resolver.ts":{"bytesInOutput":2750}},"bytes":2956},"dist/lib/browser/react-surface-FNXJ6VJX.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":17562},"dist/lib/browser/react-surface-FNXJ6VJX.mjs":{"imports":[{"path":"dist/lib/browser/chunk-3UDST345.mjs","kind":"import-statement"},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/plugin-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/plugin-search","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-stack","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@preact-signals/safe-react/tracking","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/react-client","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface.tsx","inputs":{"src/capabilities/react-surface.tsx":{"bytesInOutput":3007},"src/components/KanbanContainer.tsx":{"bytesInOutput":3210},"src/components/index.ts":{"bytesInOutput":0},"src/components/KanbanViewEditor.tsx":{"bytesInOutput":2409}},"bytes":8972},"dist/lib/browser/chunk-3UDST345.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5075},"dist/lib/browser/chunk-3UDST345.mjs":{"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["CreateKanbanSchema","KanbanAction","PivotColumnAnnotationId","meta"],"inputs":{"src/types/schema.ts":{"bytesInOutput":1870},"src/meta.ts":{"bytesInOutput":554},"src/types/index.ts":{"bytesInOutput":0}},"bytes":2616}}}
|
|
1
|
+
{"inputs":{"src/meta.ts":{"bytes":2135,"imports":[{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/kanban-blueprint.ts":{"bytes":2424,"imports":[{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"format":"esm"},"src/blueprints/index.ts":{"bytes":579,"imports":[{"path":"src/blueprints/kanban-blueprint.ts","kind":"import-statement","original":"./kanban-blueprint"}],"format":"esm"},"src/capabilities/blueprint-definition/blueprint-definition.ts":{"bytes":2407,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/blueprints/index.ts","kind":"import-statement","original":"../../blueprints"}],"format":"esm"},"src/capabilities/blueprint-definition/index.ts":{"bytes":978,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/blueprint-definition/blueprint-definition.ts","kind":"dynamic-import","original":"./blueprint-definition"}],"format":"esm"},"src/types/schema.ts":{"bytes":14102,"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../meta"}],"format":"esm"},"src/types/index.ts":{"bytes":501,"imports":[{"path":"src/types/schema.ts","kind":"import-statement","original":"./schema"}],"format":"esm"},"src/capabilities/operation-resolver/operation-resolver.ts":{"bytes":18040,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/operation-resolver/index.ts":{"bytes":962,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/operation-resolver/operation-resolver.ts","kind":"dynamic-import","original":"./operation-resolver"}],"format":"esm"},"src/components/KanbanContainer.tsx":{"bytes":11393,"imports":[{"path":"@effect-atom/atom-react","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/react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-search","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-mosaic","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/components/KanbanViewEditor.tsx":{"bytes":8065,"imports":[{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/types/index.ts","kind":"import-statement","original":"../types"}],"format":"esm"},"src/components/index.ts":{"bytes":599,"imports":[{"path":"src/components/KanbanContainer.tsx","kind":"import-statement","original":"./KanbanContainer"},{"path":"src/components/KanbanViewEditor.tsx","kind":"import-statement","original":"./KanbanViewEditor"}],"format":"esm"},"src/capabilities/react-surface/react-surface.tsx":{"bytes":11820,"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/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"src/components/index.ts","kind":"import-statement","original":"../../components"},{"path":"src/meta.ts","kind":"import-statement","original":"../../meta"},{"path":"src/types/index.ts","kind":"import-statement","original":"../../types"}],"format":"esm"},"src/capabilities/react-surface/index.ts":{"bytes":910,"imports":[{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"src/capabilities/react-surface/react-surface.tsx","kind":"dynamic-import","original":"./react-surface"}],"format":"esm"},"src/capabilities/index.ts":{"bytes":717,"imports":[{"path":"src/capabilities/blueprint-definition/index.ts","kind":"import-statement","original":"./blueprint-definition"},{"path":"src/capabilities/operation-resolver/index.ts","kind":"import-statement","original":"./operation-resolver"},{"path":"src/capabilities/react-surface/index.ts","kind":"import-statement","original":"./react-surface"}],"format":"esm"},"src/translations.ts":{"bytes":3669,"imports":[{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"src/KanbanPlugin.tsx":{"bytes":6569,"imports":[{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"src/capabilities/index.ts","kind":"import-statement","original":"./capabilities"},{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/translations.ts","kind":"import-statement","original":"./translations"},{"path":"src/types/index.ts","kind":"import-statement","original":"./types"}],"format":"esm"},"src/index.ts":{"bytes":553,"imports":[{"path":"src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"src/KanbanPlugin.tsx","kind":"import-statement","original":"./KanbanPlugin"}],"format":"esm"}},"outputs":{"dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":6153},"dist/lib/browser/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XYQO4VL7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/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/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/blueprint-definition-T2544VMJ.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/operation-resolver-UEJHX42A.mjs","kind":"dynamic-import"},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"dist/lib/browser/react-surface-LFUJAPRL.mjs","kind":"dynamic-import"},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/types","kind":"import-statement","external":true}],"exports":["KanbanPlugin","meta"],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":0},"src/KanbanPlugin.tsx":{"bytesInOutput":1326},"src/capabilities/blueprint-definition/index.ts":{"bytesInOutput":169},"src/capabilities/index.ts":{"bytesInOutput":0},"src/capabilities/operation-resolver/index.ts":{"bytesInOutput":179},"src/capabilities/react-surface/index.ts":{"bytesInOutput":164},"src/translations.ts":{"bytesInOutput":937}},"bytes":3163},"dist/lib/browser/blueprints/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/blueprints/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-L6N4ZDZ7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["KanbanBlueprint"],"entryPoint":"src/blueprints/index.ts","inputs":{},"bytes":193},"dist/lib/browser/types/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/types/index.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XYQO4VL7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-J5LGTIGS.mjs","kind":"import-statement"}],"exports":["CreateKanbanSchema","KanbanOperation","PivotColumnAnnotationId","SettingsSchema"],"entryPoint":"src/types/index.ts","inputs":{},"bytes":290},"dist/lib/browser/blueprint-definition-T2544VMJ.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1293},"dist/lib/browser/blueprint-definition-T2544VMJ.mjs":{"imports":[{"path":"dist/lib/browser/chunk-L6N4ZDZ7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"effect/Effect","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/blueprint-definition/blueprint-definition.ts","inputs":{"src/capabilities/blueprint-definition/blueprint-definition.ts":{"bytesInOutput":419}},"bytes":696},"dist/lib/browser/chunk-L6N4ZDZ7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":1242},"dist/lib/browser/chunk-L6N4ZDZ7.mjs":{"imports":[{"path":"dist/lib/browser/chunk-J5LGTIGS.mjs","kind":"import-statement"},{"path":"@dxos/blueprints","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["kanban_blueprint_exports"],"inputs":{"src/blueprints/kanban-blueprint.ts":{"bytesInOutput":628},"src/blueprints/index.ts":{"bytesInOutput":0}},"bytes":802},"dist/lib/browser/operation-resolver-UEJHX42A.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":8014},"dist/lib/browser/operation-resolver-UEJHX42A.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XYQO4VL7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/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/echo","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/operation-resolver/operation-resolver.ts","inputs":{"src/capabilities/operation-resolver/operation-resolver.ts":{"bytesInOutput":4470}},"bytes":4738},"dist/lib/browser/react-surface-LFUJAPRL.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":16424},"dist/lib/browser/react-surface-LFUJAPRL.mjs":{"imports":[{"path":"dist/lib/browser/chunk-XYQO4VL7.mjs","kind":"import-statement"},{"path":"dist/lib/browser/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/echo","kind":"import-statement","external":true},{"path":"@dxos/effect","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban/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-framework","kind":"import-statement","external":true},{"path":"@dxos/app-framework/react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/plugin-search","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/react-ui-mosaic","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@effect-atom/atom-react","kind":"import-statement","external":true},{"path":"react","kind":"import-statement","external":true},{"path":"@dxos/echo","kind":"import-statement","external":true},{"path":"@dxos/echo/internal","kind":"import-statement","external":true},{"path":"@dxos/invariant","kind":"import-statement","external":true},{"path":"@dxos/react-client/echo","kind":"import-statement","external":true},{"path":"@dxos/react-ui-form","kind":"import-statement","external":true},{"path":"@dxos/react-ui-kanban","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true}],"exports":["default"],"entryPoint":"src/capabilities/react-surface/react-surface.tsx","inputs":{"src/capabilities/react-surface/react-surface.tsx":{"bytesInOutput":2667},"src/components/KanbanContainer.tsx":{"bytesInOutput":2627},"src/components/index.ts":{"bytesInOutput":0},"src/components/KanbanViewEditor.tsx":{"bytesInOutput":2186}},"bytes":7906},"dist/lib/browser/chunk-XYQO4VL7.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":7683},"dist/lib/browser/chunk-XYQO4VL7.mjs":{"imports":[{"path":"effect/Schema","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/operation","kind":"import-statement","external":true},{"path":"@dxos/plugin-space/types","kind":"import-statement","external":true},{"path":"@dxos/schema","kind":"import-statement","external":true},{"path":"@dxos/util","kind":"import-statement","external":true}],"exports":["CreateKanbanSchema","KanbanOperation","PivotColumnAnnotationId","SettingsSchema","meta"],"inputs":{"src/types/schema.ts":{"bytesInOutput":3379},"src/meta.ts":{"bytesInOutput":554},"src/types/index.ts":{"bytesInOutput":0}},"bytes":4146},"dist/lib/browser/chunk-J5LGTIGS.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":93},"dist/lib/browser/chunk-J5LGTIGS.mjs":{"imports":[],"exports":["__export"],"inputs":{},"bytes":235}}}
|