@dxos/plugin-deck 0.8.1-staging.391c573 → 0.8.1-staging.5be625a
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/{app-graph-builder-IYHAGFA3.mjs → app-graph-builder-K4KVSHNT.mjs} +3 -3
- package/dist/lib/browser/{check-app-scheme-S3EYUPMF.mjs → check-app-scheme-6SS6I3RN.mjs} +2 -2
- package/dist/lib/browser/{chunk-N7TEPFVR.mjs → chunk-2WTHB3TG.mjs} +1 -1
- package/dist/lib/browser/{chunk-N7TEPFVR.mjs.map → chunk-2WTHB3TG.mjs.map} +2 -2
- package/dist/lib/browser/{chunk-FYKBOM3C.mjs → chunk-7X43JKZG.mjs} +33 -3
- package/dist/lib/browser/chunk-7X43JKZG.mjs.map +7 -0
- package/dist/lib/browser/{chunk-Z23S33X6.mjs → chunk-MWUT66KV.mjs} +164 -63
- package/dist/lib/browser/chunk-MWUT66KV.mjs.map +7 -0
- package/dist/lib/browser/chunk-NSNAYFAX.mjs +24 -0
- package/dist/lib/browser/{chunk-YCKJNTKG.mjs → chunk-RZLH5F56.mjs} +2 -2
- package/dist/lib/browser/{chunk-22AQ5IVX.mjs → chunk-WCNPMAR4.mjs} +2 -2
- package/dist/lib/browser/index.mjs +5 -4
- package/dist/lib/browser/index.mjs.map +2 -2
- package/dist/lib/browser/{intent-resolver-P5BVUQKU.mjs → intent-resolver-MEBOMCYI.mjs} +46 -17
- package/dist/lib/browser/intent-resolver-MEBOMCYI.mjs.map +7 -0
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-root-EP4UF3KA.mjs → react-root-USUAHDML.mjs} +7 -7
- package/dist/lib/browser/{react-surface-5B3RLJCD.mjs → react-surface-TQG4YYES.mjs} +7 -7
- package/dist/lib/browser/{settings-X3P2HKQJ.mjs → settings-DYS3FFMN.mjs} +3 -3
- package/dist/lib/browser/{state-2MOTLKVR.mjs → state-DRRCGMU2.mjs} +7 -11
- package/dist/lib/browser/state-DRRCGMU2.mjs.map +7 -0
- package/dist/lib/browser/tools-NDEUSO4R.mjs +78 -0
- package/dist/lib/browser/tools-NDEUSO4R.mjs.map +7 -0
- package/dist/lib/browser/types.mjs +10 -4
- package/dist/lib/browser/{url-handler-MVHTKUYA.mjs → url-handler-4BCN7AYC.mjs} +7 -9
- package/dist/lib/browser/url-handler-4BCN7AYC.mjs.map +7 -0
- package/dist/types/src/capabilities/capabilities.d.ts +26 -2
- package/dist/types/src/capabilities/capabilities.d.ts.map +1 -1
- package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
- package/dist/types/src/capabilities/state.d.ts +13 -1
- package/dist/types/src/capabilities/state.d.ts.map +1 -1
- package/dist/types/src/capabilities/tools.d.ts +1 -0
- package/dist/types/src/capabilities/tools.d.ts.map +1 -1
- package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts +6 -2
- package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/Plank.d.ts +4 -4
- package/dist/types/src/components/DeckLayout/Plank.d.ts.map +1 -1
- package/dist/types/src/components/DeckLayout/PlankControls.d.ts +6 -1
- package/dist/types/src/components/DeckLayout/PlankControls.d.ts.map +1 -1
- package/dist/types/src/meta.d.ts +2 -5
- package/dist/types/src/meta.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +1 -0
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types.d.ts +31 -0
- package/dist/types/src/types.d.ts.map +1 -1
- package/package.json +29 -29
- package/src/capabilities/intent-resolver.ts +29 -3
- package/src/capabilities/state.ts +2 -9
- package/src/capabilities/tools.ts +34 -22
- package/src/capabilities/url-handler.ts +2 -8
- package/src/components/DeckLayout/DeckLayout.tsx +31 -8
- package/src/components/DeckLayout/NodePlankHeading.tsx +49 -29
- package/src/components/DeckLayout/Plank.tsx +183 -111
- package/src/components/DeckLayout/PlankControls.tsx +34 -3
- package/src/meta.ts +2 -2
- package/src/translations.ts +1 -0
- package/src/types.ts +29 -0
- package/dist/lib/browser/chunk-FYKBOM3C.mjs.map +0 -7
- package/dist/lib/browser/chunk-IZ5RPJ6T.mjs +0 -24
- package/dist/lib/browser/chunk-Z23S33X6.mjs.map +0 -7
- package/dist/lib/browser/intent-resolver-P5BVUQKU.mjs.map +0 -7
- package/dist/lib/browser/state-2MOTLKVR.mjs.map +0 -7
- package/dist/lib/browser/tools-64LXGLYR.mjs +0 -59
- package/dist/lib/browser/tools-64LXGLYR.mjs.map +0 -7
- package/dist/lib/browser/url-handler-MVHTKUYA.mjs.map +0 -7
- /package/dist/lib/browser/{app-graph-builder-IYHAGFA3.mjs.map → app-graph-builder-K4KVSHNT.mjs.map} +0 -0
- /package/dist/lib/browser/{check-app-scheme-S3EYUPMF.mjs.map → check-app-scheme-6SS6I3RN.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-IZ5RPJ6T.mjs.map → chunk-NSNAYFAX.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-YCKJNTKG.mjs.map → chunk-RZLH5F56.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-22AQ5IVX.mjs.map → chunk-WCNPMAR4.mjs.map} +0 -0
- /package/dist/lib/browser/{react-root-EP4UF3KA.mjs.map → react-root-USUAHDML.mjs.map} +0 -0
- /package/dist/lib/browser/{react-surface-5B3RLJCD.mjs.map → react-surface-TQG4YYES.mjs.map} +0 -0
- /package/dist/lib/browser/{settings-X3P2HKQJ.mjs.map → settings-DYS3FFMN.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DeckCapabilities
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WCNPMAR4.mjs";
|
|
4
4
|
import {
|
|
5
5
|
DECK_PLUGIN
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-2WTHB3TG.mjs";
|
|
7
7
|
|
|
8
8
|
// packages/plugins/plugin-deck/src/capabilities/app-graph-builder.ts
|
|
9
9
|
import { Capabilities, contributes, createIntent, LayoutAction } from "@dxos/app-framework";
|
|
@@ -148,4 +148,4 @@ var app_graph_builder_default = (context) => contributes(Capabilities.AppGraphBu
|
|
|
148
148
|
export {
|
|
149
149
|
app_graph_builder_default as default
|
|
150
150
|
};
|
|
151
|
-
//# sourceMappingURL=app-graph-builder-
|
|
151
|
+
//# sourceMappingURL=app-graph-builder-K4KVSHNT.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DECK_PLUGIN
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2WTHB3TG.mjs";
|
|
4
4
|
|
|
5
5
|
// packages/plugins/plugin-deck/src/capabilities/check-app-scheme.ts
|
|
6
6
|
import { Capabilities, contributes } from "@dxos/app-framework";
|
|
@@ -30,4 +30,4 @@ var check_app_scheme_default = async (context) => {
|
|
|
30
30
|
export {
|
|
31
31
|
check_app_scheme_default as default
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=check-app-scheme-
|
|
33
|
+
//# sourceMappingURL=check-app-scheme-6SS6I3RN.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/meta.ts"],
|
|
4
|
-
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const DECK_PLUGIN = 'dxos.org/plugin/deck' as const;\n\nexport const meta = {\n id: DECK_PLUGIN,\n name: 'Deck',\n icon: 'ph--columns--regular',\n}
|
|
5
|
-
"mappings": ";AAMO,IAAMA,cAAc;AAEpB,IAAMC,
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { type PluginMeta } from '@dxos/app-framework';\n\nexport const DECK_PLUGIN = 'dxos.org/plugin/deck' as const;\n\nexport const meta: PluginMeta = {\n id: DECK_PLUGIN,\n name: 'Deck',\n icon: 'ph--columns--regular',\n};\n"],
|
|
5
|
+
"mappings": ";AAMO,IAAMA,cAAc;AAEpB,IAAMC,OAAmB;EAC9BC,IAAIF;EACJG,MAAM;EACNC,MAAM;AACR;",
|
|
6
6
|
"names": ["DECK_PLUGIN", "meta", "id", "name", "icon"]
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DECK_PLUGIN
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2WTHB3TG.mjs";
|
|
4
4
|
|
|
5
5
|
// packages/plugins/plugin-deck/src/types.ts
|
|
6
6
|
import { LayoutAction } from "@dxos/app-framework";
|
|
@@ -31,11 +31,29 @@ var Deck = S.Struct({
|
|
|
31
31
|
description: "If false, the deck has not yet left solo mode and new planks should be solo'd."
|
|
32
32
|
}),
|
|
33
33
|
active: S.mutable(S.Array(S.String)),
|
|
34
|
+
// TODO(wittjosiah): Piping into both mutable and optional caused invalid typescript output.
|
|
35
|
+
activeCompanions: S.optional(S.mutable(S.Record({
|
|
36
|
+
key: S.String,
|
|
37
|
+
value: S.String
|
|
38
|
+
}))),
|
|
34
39
|
inactive: S.mutable(S.Array(S.String)),
|
|
35
40
|
solo: S.optional(S.String),
|
|
36
41
|
fullscreen: S.Boolean,
|
|
37
|
-
plankSizing: S.mutable(PlankSizing)
|
|
42
|
+
plankSizing: S.mutable(PlankSizing),
|
|
43
|
+
companionFrameSizing: S.mutable(PlankSizing)
|
|
38
44
|
});
|
|
45
|
+
var defaultDeck = {
|
|
46
|
+
initialized: false,
|
|
47
|
+
active: [],
|
|
48
|
+
activeCompanions: {},
|
|
49
|
+
inactive: [],
|
|
50
|
+
fullscreen: false,
|
|
51
|
+
solo: void 0,
|
|
52
|
+
plankSizing: {},
|
|
53
|
+
companionFrameSizing: {}
|
|
54
|
+
};
|
|
55
|
+
var surfaceVariantSeparator = "--";
|
|
56
|
+
var surfaceVariant = (id) => `${surfaceVariantSeparator}${id}`;
|
|
39
57
|
var DeckState = S.mutable(S.Struct({
|
|
40
58
|
sidebarState: S.Literal("closed", "collapsed", "expanded"),
|
|
41
59
|
complementarySidebarState: S.Literal("closed", "collapsed", "expanded"),
|
|
@@ -110,6 +128,15 @@ var DeckAction;
|
|
|
110
128
|
}) {
|
|
111
129
|
}
|
|
112
130
|
DeckAction2.UpdatePlankSize = UpdatePlankSize;
|
|
131
|
+
class ChangeCompanion extends S.TaggedClass()(`${DECK_ACTION}/change-companion`, {
|
|
132
|
+
input: S.Struct({
|
|
133
|
+
primary: S.String,
|
|
134
|
+
companion: S.Union(S.String, S.Null)
|
|
135
|
+
}),
|
|
136
|
+
output: S.Void
|
|
137
|
+
}) {
|
|
138
|
+
}
|
|
139
|
+
DeckAction2.ChangeCompanion = ChangeCompanion;
|
|
113
140
|
})(DeckAction || (DeckAction = {}));
|
|
114
141
|
|
|
115
142
|
export {
|
|
@@ -119,10 +146,13 @@ export {
|
|
|
119
146
|
isLayoutMode,
|
|
120
147
|
PlankSizing,
|
|
121
148
|
Deck,
|
|
149
|
+
defaultDeck,
|
|
150
|
+
surfaceVariantSeparator,
|
|
151
|
+
surfaceVariant,
|
|
122
152
|
DeckState,
|
|
123
153
|
getMode,
|
|
124
154
|
SLUG_PATH_SEPARATOR,
|
|
125
155
|
DECK_ACTION,
|
|
126
156
|
DeckAction
|
|
127
157
|
};
|
|
128
|
-
//# sourceMappingURL=chunk-
|
|
158
|
+
//# sourceMappingURL=chunk-7X43JKZG.mjs.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/types.ts"],
|
|
4
|
+
"sourcesContent": ["//\n// Copyright 2023 DXOS.org\n//\n\nimport { LayoutAction } from '@dxos/app-framework';\nimport { S } from '@dxos/echo-schema';\nimport { type Node } from '@dxos/plugin-graph';\nimport { type Label } from '@dxos/react-ui';\nimport { type Position } from '@dxos/util';\n\nimport { DECK_PLUGIN } from './meta';\n\n// TODO(Zan): In the future we should consider adding new planks adjacent to the attended plank.\nexport const NewPlankPositions = ['start', 'end'] as const;\nexport type NewPlankPositioning = (typeof NewPlankPositions)[number];\n\nexport const OverscrollOptions = ['none', 'centering'] as const;\nexport type Overscroll = (typeof OverscrollOptions)[number];\n\nexport type Part = 'solo' | 'deck' | 'complementary';\nexport type ResolvedPart = Part | 'solo-primary' | 'solo-companion';\n\nexport type Panel = {\n id: string;\n label: Label;\n icon: string;\n position?: Position;\n /**\n * If true, the panel will now be wrapped in a scroll area.\n */\n fixed?: boolean;\n filter?: (node: Node) => boolean;\n};\n\nexport const DeckSettingsSchema = S.mutable(\n S.Struct({\n showHints: S.Boolean,\n enableNativeRedirect: S.Boolean,\n enableStatusbar: S.Boolean,\n newPlankPositioning: S.Literal(...NewPlankPositions),\n overscroll: S.Literal(...OverscrollOptions),\n }),\n);\n\nexport type DeckSettingsProps = S.Schema.Type<typeof DeckSettingsSchema>;\n\nconst LayoutMode = S.Union(S.Literal('deck'), S.Literal('solo'), S.Literal('fullscreen'));\nexport const isLayoutMode = (value: any): value is LayoutMode => S.is(LayoutMode)(value);\nexport type LayoutMode = S.Schema.Type<typeof LayoutMode>;\n\nexport const PlankSizing = S.Record({ key: S.String, value: S.Number });\nexport type PlankSizing = S.Schema.Type<typeof PlankSizing>;\n\nexport const Deck = S.Struct({\n initialized: S.Boolean.annotations({\n description: \"If false, the deck has not yet left solo mode and new planks should be solo'd.\",\n }),\n active: S.mutable(S.Array(S.String)),\n // TODO(wittjosiah): Piping into both mutable and optional caused invalid typescript output.\n activeCompanions: S.optional(S.mutable(S.Record({ key: S.String, value: S.String }))),\n inactive: S.mutable(S.Array(S.String)),\n solo: S.optional(S.String),\n fullscreen: S.Boolean,\n plankSizing: S.mutable(PlankSizing),\n companionFrameSizing: S.mutable(PlankSizing),\n});\nexport type Deck = S.Schema.Type<typeof Deck>;\n\nexport const defaultDeck = {\n initialized: false,\n active: [],\n activeCompanions: {},\n inactive: [],\n fullscreen: false,\n solo: undefined,\n plankSizing: {},\n companionFrameSizing: {},\n} satisfies Deck;\n\nexport const surfaceVariantSeparator = '--';\n\nexport const surfaceVariant = (id: string) => `${surfaceVariantSeparator}${id}`;\n\nexport const DeckState = S.mutable(\n S.Struct({\n sidebarState: S.Literal('closed', 'collapsed', 'expanded'),\n complementarySidebarState: S.Literal('closed', 'collapsed', 'expanded'),\n complementarySidebarPanel: S.optional(S.String),\n\n dialogOpen: S.Boolean,\n /**\n * Data to be passed to the dialog Surface.\n */\n dialogContent: S.optional(S.Any),\n dialogBlockAlign: S.optional(S.Literal('start', 'center', 'end')),\n dialogType: S.optional(S.Literal('default', 'alert')),\n\n popoverOpen: S.Boolean,\n popoverSide: S.optional(S.Literal('top', 'right', 'bottom', 'left')),\n /**\n * Data to be passed to the popover Surface.\n */\n popoverContent: S.optional(S.Any),\n popoverAnchorId: S.optional(S.String),\n\n toasts: S.mutable(S.Array(LayoutAction.Toast)),\n currentUndoId: S.optional(S.String),\n\n activeDeck: S.String,\n previousDeck: S.String,\n decks: S.mutable(S.Record({ key: S.String, value: S.mutable(Deck) })),\n previousMode: S.mutable(S.Record({ key: S.String, value: LayoutMode })),\n deck: S.mutable(Deck),\n\n /**\n * The identifier of a component to scroll into view when it is mounted.\n */\n scrollIntoView: S.optional(S.String),\n }),\n);\n\nexport type DeckState = S.Schema.Type<typeof DeckState>;\n\nexport const getMode = (deck: Deck): LayoutMode => {\n if (deck.solo) {\n return deck.fullscreen ? 'fullscreen' : 'solo';\n }\n\n return 'deck';\n};\n\n// NOTE: Chosen from RFC 1738’s `safe` characters: http://www.faqs.org/rfcs/rfc1738.html\nexport const SLUG_PATH_SEPARATOR = '~';\n\nexport const DECK_ACTION = `${DECK_PLUGIN}/action`;\n\nexport namespace DeckAction {\n const PartAdjustmentSchema = S.Union(\n S.Literal('close').annotations({ description: 'Close the plank.' }),\n S.Literal('solo').annotations({ description: 'Solo the plank.' }),\n S.Literal('increment-start').annotations({ description: 'Move the plank towards the start of the deck.' }),\n S.Literal('increment-end').annotations({ description: 'Move the plank towards the end of the deck.' }),\n );\n export type PartAdjustment = S.Schema.Type<typeof PartAdjustmentSchema>;\n export const Adjustment = S.mutable(S.Struct({ id: S.String, type: PartAdjustmentSchema }));\n export type Adjustment = S.Schema.Type<typeof Adjustment>;\n\n /**\n * An atomic transaction to apply to the deck, describing which element to move to which location.\n */\n export class Adjust extends S.TaggedClass<Adjust>()(`${DECK_ACTION}/adjust`, {\n input: Adjustment,\n output: S.Void,\n }) {}\n\n export class UpdatePlankSize extends S.TaggedClass<UpdatePlankSize>()(`${DECK_ACTION}/update-plank-size`, {\n input: S.Struct({\n id: S.String,\n size: S.Number,\n }),\n output: S.Void,\n }) {}\n\n export class ChangeCompanion extends S.TaggedClass<ChangeCompanion>()(`${DECK_ACTION}/change-companion`, {\n input: S.Struct({\n primary: S.String,\n companion: S.Union(S.String, S.Null),\n }),\n output: S.Void,\n }) {}\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["LayoutAction", "S", "NewPlankPositions", "OverscrollOptions", "DeckSettingsSchema", "S", "mutable", "Struct", "showHints", "Boolean", "enableNativeRedirect", "enableStatusbar", "newPlankPositioning", "Literal", "overscroll", "LayoutMode", "Union", "isLayoutMode", "value", "is", "PlankSizing", "Record", "key", "String", "Number", "Deck", "initialized", "annotations", "description", "active", "Array", "activeCompanions", "optional", "inactive", "solo", "fullscreen", "plankSizing", "companionFrameSizing", "defaultDeck", "undefined", "surfaceVariantSeparator", "surfaceVariant", "id", "DeckState", "sidebarState", "complementarySidebarState", "complementarySidebarPanel", "dialogOpen", "dialogContent", "Any", "dialogBlockAlign", "dialogType", "popoverOpen", "popoverSide", "popoverContent", "popoverAnchorId", "toasts", "LayoutAction", "Toast", "currentUndoId", "activeDeck", "previousDeck", "decks", "previousMode", "deck", "scrollIntoView", "getMode", "SLUG_PATH_SEPARATOR", "DECK_ACTION", "DECK_PLUGIN", "DeckAction", "PartAdjustmentSchema", "Adjustment", "type", "Adjust", "TaggedClass", "input", "output", "Void", "UpdatePlankSize", "size", "ChangeCompanion", "primary", "companion", "Null"]
|
|
7
|
+
}
|