@dxos/plugin-deck 0.8.4-main.f9ba587 → 0.8.4-main.fffef41

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.
Files changed (191) hide show
  1. package/dist/lib/browser/{app-graph-builder-JTFSDT2I.mjs → app-graph-builder-D74NTOMK.mjs} +19 -43
  2. package/dist/lib/browser/app-graph-builder-D74NTOMK.mjs.map +7 -0
  3. package/dist/lib/browser/{check-app-scheme-57U62A3A.mjs → check-app-scheme-HIEVFAAX.mjs} +6 -6
  4. package/dist/lib/browser/check-app-scheme-HIEVFAAX.mjs.map +7 -0
  5. package/dist/lib/browser/chunk-5KMJPIQC.mjs +16 -0
  6. package/dist/lib/browser/chunk-5KMJPIQC.mjs.map +7 -0
  7. package/dist/lib/browser/{chunk-XL7EWOGI.mjs → chunk-F3VCCHVL.mjs} +13 -13
  8. package/dist/lib/browser/chunk-F3VCCHVL.mjs.map +7 -0
  9. package/dist/lib/browser/{chunk-7LJDT5OH.mjs → chunk-QKCGZ45E.mjs} +19 -18
  10. package/dist/lib/browser/chunk-QKCGZ45E.mjs.map +7 -0
  11. package/dist/lib/browser/chunk-UXLU6CMW.mjs +16 -0
  12. package/dist/lib/browser/chunk-UXLU6CMW.mjs.map +7 -0
  13. package/dist/lib/browser/{chunk-QO3VIMKQ.mjs → chunk-VBYJ664A.mjs} +13 -9
  14. package/dist/lib/browser/chunk-VBYJ664A.mjs.map +7 -0
  15. package/dist/lib/browser/{chunk-QBKDUEDV.mjs → chunk-VUJ6UNIJ.mjs} +579 -520
  16. package/dist/lib/browser/chunk-VUJ6UNIJ.mjs.map +7 -0
  17. package/dist/lib/browser/index.mjs +20 -14
  18. package/dist/lib/browser/index.mjs.map +3 -3
  19. package/dist/lib/browser/{intent-resolver-6YMAE4SF.mjs → intent-resolver-UA4YQGAC.mjs} +21 -18
  20. package/dist/lib/browser/intent-resolver-UA4YQGAC.mjs.map +7 -0
  21. package/dist/lib/browser/meta.json +1 -1
  22. package/dist/lib/browser/{react-root-UVN2LMU3.mjs → react-root-JAMHKYWN.mjs} +13 -12
  23. package/dist/lib/browser/react-root-JAMHKYWN.mjs.map +7 -0
  24. package/dist/lib/browser/{react-surface-WOLHGHMN.mjs → react-surface-6LW337ZT.mjs} +13 -13
  25. package/dist/lib/browser/react-surface-6LW337ZT.mjs.map +7 -0
  26. package/dist/lib/browser/{settings-L5CR5GTJ.mjs → settings-SDPTOCCM.mjs} +7 -6
  27. package/dist/lib/browser/{settings-L5CR5GTJ.mjs.map → settings-SDPTOCCM.mjs.map} +3 -3
  28. package/dist/lib/browser/state-7IFAGZQO.mjs +12 -0
  29. package/dist/lib/browser/toolkit-L5CFXJCF.mjs +52 -0
  30. package/dist/lib/browser/toolkit-L5CFXJCF.mjs.map +7 -0
  31. package/dist/lib/browser/{types.mjs → types/index.mjs} +3 -5
  32. package/dist/lib/browser/{url-handler-KZW7GBA2.mjs → url-handler-QEYGYE2H.mjs} +7 -7
  33. package/dist/lib/browser/url-handler-QEYGYE2H.mjs.map +7 -0
  34. package/dist/types/src/DeckPlugin.d.ts +1 -1
  35. package/dist/types/src/DeckPlugin.d.ts.map +1 -1
  36. package/dist/types/src/capabilities/app-graph-builder.d.ts +1 -1
  37. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
  38. package/dist/types/src/capabilities/capabilities.d.ts.map +1 -1
  39. package/dist/types/src/capabilities/check-app-scheme.d.ts +1 -1
  40. package/dist/types/src/capabilities/check-app-scheme.d.ts.map +1 -1
  41. package/dist/types/src/capabilities/index.d.ts +9 -9
  42. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  43. package/dist/types/src/capabilities/intent-resolver.d.ts +1 -1
  44. package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -1
  45. package/dist/types/src/capabilities/react-root.d.ts +2 -2
  46. package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
  47. package/dist/types/src/capabilities/react-surface.d.ts +1 -1
  48. package/dist/types/src/capabilities/settings.d.ts +1 -1
  49. package/dist/types/src/capabilities/settings.d.ts.map +1 -1
  50. package/dist/types/src/capabilities/state.d.ts +5 -2
  51. package/dist/types/src/capabilities/state.d.ts.map +1 -1
  52. package/dist/types/src/capabilities/toolkit.d.ts +25 -0
  53. package/dist/types/src/capabilities/toolkit.d.ts.map +1 -0
  54. package/dist/types/src/capabilities/tools.d.ts +1 -1
  55. package/dist/types/src/capabilities/tools.d.ts.map +1 -1
  56. package/dist/types/src/capabilities/url-handler.d.ts +1 -1
  57. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
  58. package/dist/types/src/components/DeckLayout/Banner.d.ts.map +1 -1
  59. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts +2 -3
  60. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
  61. package/dist/types/src/components/DeckLayout/DeckLayout.stories.d.ts +74 -0
  62. package/dist/types/src/components/DeckLayout/DeckLayout.stories.d.ts.map +1 -0
  63. package/dist/types/src/components/DeckLayout/DeckMain.d.ts +3 -0
  64. package/dist/types/src/components/DeckLayout/DeckMain.d.ts.map +1 -0
  65. package/dist/types/src/components/DeckLayout/Popover.d.ts.map +1 -1
  66. package/dist/types/src/components/DeckLayout/Toast.d.ts +5 -0
  67. package/dist/types/src/components/DeckLayout/Toast.d.ts.map +1 -1
  68. package/dist/types/src/components/DeckSettings/DeckSettings.d.ts.map +1 -1
  69. package/dist/types/src/components/Plank/Plank.d.ts +1 -1
  70. package/dist/types/src/components/Plank/Plank.d.ts.map +1 -1
  71. package/dist/types/src/components/Plank/Plank.stories.d.ts +86 -5
  72. package/dist/types/src/components/Plank/Plank.stories.d.ts.map +1 -1
  73. package/dist/types/src/components/Plank/PlankControls.d.ts.map +1 -1
  74. package/dist/types/src/components/Plank/PlankError.d.ts.map +1 -1
  75. package/dist/types/src/components/Plank/PlankHeading.d.ts +1 -1
  76. package/dist/types/src/components/Plank/PlankHeading.d.ts.map +1 -1
  77. package/dist/types/src/components/Sidebar/ComplementarySidebar.d.ts.map +1 -1
  78. package/dist/types/src/components/Sidebar/SidebarButton.d.ts.map +1 -1
  79. package/dist/types/src/events.d.ts.map +1 -1
  80. package/dist/types/src/hooks/useDeckCompanions.d.ts.map +1 -1
  81. package/dist/types/src/hooks/useHoistStatusbar.d.ts.map +1 -1
  82. package/dist/types/src/hooks/useNodeActionExpander.d.ts.map +1 -1
  83. package/dist/types/src/meta.d.ts +0 -1
  84. package/dist/types/src/meta.d.ts.map +1 -1
  85. package/dist/types/src/translations.d.ts +2 -0
  86. package/dist/types/src/translations.d.ts.map +1 -1
  87. package/dist/types/src/types/index.d.ts +2 -0
  88. package/dist/types/src/types/index.d.ts.map +1 -0
  89. package/dist/types/src/{types.d.ts → types/schema.d.ts} +11 -11
  90. package/dist/types/src/types/schema.d.ts.map +1 -0
  91. package/dist/types/tsconfig.tsbuildinfo +1 -1
  92. package/package.json +49 -45
  93. package/src/DeckPlugin.ts +64 -59
  94. package/src/capabilities/app-graph-builder.ts +33 -31
  95. package/src/capabilities/capabilities.ts +3 -3
  96. package/src/capabilities/check-app-scheme.ts +3 -3
  97. package/src/capabilities/index.ts +2 -1
  98. package/src/capabilities/intent-resolver.ts +22 -19
  99. package/src/capabilities/react-root.tsx +6 -4
  100. package/src/capabilities/react-surface.tsx +5 -5
  101. package/src/capabilities/settings.ts +2 -1
  102. package/src/capabilities/state.ts +15 -6
  103. package/src/capabilities/toolkit.ts +66 -0
  104. package/src/capabilities/tools.ts +10 -7
  105. package/src/capabilities/url-handler.ts +3 -2
  106. package/src/components/DeckLayout/ActiveNode.tsx +1 -1
  107. package/src/components/DeckLayout/Banner.tsx +4 -4
  108. package/src/components/DeckLayout/ContentEmpty.tsx +2 -2
  109. package/src/components/DeckLayout/DeckLayout.stories.tsx +63 -0
  110. package/src/components/DeckLayout/DeckLayout.tsx +10 -279
  111. package/src/components/DeckLayout/DeckMain.tsx +281 -0
  112. package/src/components/DeckLayout/Dialog.tsx +1 -1
  113. package/src/components/DeckLayout/Fallback.tsx +3 -3
  114. package/src/components/DeckLayout/Popover.tsx +5 -14
  115. package/src/components/DeckLayout/StatusBar.tsx +1 -1
  116. package/src/components/DeckLayout/Toast.tsx +28 -3
  117. package/src/components/DeckSettings/DeckSettings.tsx +80 -65
  118. package/src/components/Plank/Plank.stories.tsx +10 -11
  119. package/src/components/Plank/Plank.tsx +75 -42
  120. package/src/components/Plank/PlankControls.tsx +6 -5
  121. package/src/components/Plank/PlankError.tsx +5 -7
  122. package/src/components/Plank/PlankHeading.tsx +14 -12
  123. package/src/components/Sidebar/ComplementarySidebar.tsx +40 -19
  124. package/src/components/Sidebar/Sidebar.tsx +3 -3
  125. package/src/components/Sidebar/SidebarButton.tsx +15 -14
  126. package/src/events.ts +2 -2
  127. package/src/hooks/useCompanions.ts +1 -1
  128. package/src/hooks/useDeckCompanions.ts +4 -3
  129. package/src/hooks/useHoistStatusbar.ts +6 -4
  130. package/src/hooks/useNodeActionExpander.ts +1 -1
  131. package/src/meta.ts +6 -3
  132. package/src/translations.ts +2 -0
  133. package/src/types/index.ts +5 -0
  134. package/src/{types.ts → types/schema.ts} +9 -9
  135. package/dist/lib/browser/app-graph-builder-JTFSDT2I.mjs.map +0 -7
  136. package/dist/lib/browser/check-app-scheme-57U62A3A.mjs.map +0 -7
  137. package/dist/lib/browser/chunk-7LJDT5OH.mjs.map +0 -7
  138. package/dist/lib/browser/chunk-M57WD3V6.mjs +0 -16
  139. package/dist/lib/browser/chunk-M57WD3V6.mjs.map +0 -7
  140. package/dist/lib/browser/chunk-QBKDUEDV.mjs.map +0 -7
  141. package/dist/lib/browser/chunk-QO3VIMKQ.mjs.map +0 -7
  142. package/dist/lib/browser/chunk-XL7EWOGI.mjs.map +0 -7
  143. package/dist/lib/browser/chunk-Z5KITAZW.mjs +0 -13
  144. package/dist/lib/browser/chunk-Z5KITAZW.mjs.map +0 -7
  145. package/dist/lib/browser/intent-resolver-6YMAE4SF.mjs.map +0 -7
  146. package/dist/lib/browser/react-root-UVN2LMU3.mjs.map +0 -7
  147. package/dist/lib/browser/react-surface-WOLHGHMN.mjs.map +0 -7
  148. package/dist/lib/browser/state-ZTYWMORZ.mjs +0 -10
  149. package/dist/lib/browser/tools-2YYFHQAS.mjs +0 -88
  150. package/dist/lib/browser/tools-2YYFHQAS.mjs.map +0 -7
  151. package/dist/lib/browser/url-handler-KZW7GBA2.mjs.map +0 -7
  152. package/dist/lib/node-esm/app-graph-builder-YCSX45KJ.mjs +0 -153
  153. package/dist/lib/node-esm/app-graph-builder-YCSX45KJ.mjs.map +0 -7
  154. package/dist/lib/node-esm/check-app-scheme-3YZIA73T.mjs +0 -33
  155. package/dist/lib/node-esm/check-app-scheme-3YZIA73T.mjs.map +0 -7
  156. package/dist/lib/node-esm/chunk-ANLUUC3J.mjs +0 -129
  157. package/dist/lib/node-esm/chunk-ANLUUC3J.mjs.map +0 -7
  158. package/dist/lib/node-esm/chunk-F4YIQ5GG.mjs +0 -128
  159. package/dist/lib/node-esm/chunk-F4YIQ5GG.mjs.map +0 -7
  160. package/dist/lib/node-esm/chunk-HHG6H2BX.mjs +0 -15
  161. package/dist/lib/node-esm/chunk-HHG6H2BX.mjs.map +0 -7
  162. package/dist/lib/node-esm/chunk-KTPDAVNM.mjs +0 -17
  163. package/dist/lib/node-esm/chunk-KTPDAVNM.mjs.map +0 -7
  164. package/dist/lib/node-esm/chunk-NMSUKHE3.mjs +0 -1495
  165. package/dist/lib/node-esm/chunk-NMSUKHE3.mjs.map +0 -7
  166. package/dist/lib/node-esm/chunk-QFKYT4JK.mjs +0 -163
  167. package/dist/lib/node-esm/chunk-QFKYT4JK.mjs.map +0 -7
  168. package/dist/lib/node-esm/chunk-UJGQAMF7.mjs +0 -147
  169. package/dist/lib/node-esm/chunk-UJGQAMF7.mjs.map +0 -7
  170. package/dist/lib/node-esm/index.mjs +0 -169
  171. package/dist/lib/node-esm/index.mjs.map +0 -7
  172. package/dist/lib/node-esm/intent-resolver-URTWBGD7.mjs +0 -522
  173. package/dist/lib/node-esm/intent-resolver-URTWBGD7.mjs.map +0 -7
  174. package/dist/lib/node-esm/meta.json +0 -1
  175. package/dist/lib/node-esm/react-root-GFX4GOJT.mjs +0 -44
  176. package/dist/lib/node-esm/react-root-GFX4GOJT.mjs.map +0 -7
  177. package/dist/lib/node-esm/react-surface-F6L5PLWK.mjs +0 -41
  178. package/dist/lib/node-esm/react-surface-F6L5PLWK.mjs.map +0 -7
  179. package/dist/lib/node-esm/settings-WE3TBMOC.mjs +0 -30
  180. package/dist/lib/node-esm/settings-WE3TBMOC.mjs.map +0 -7
  181. package/dist/lib/node-esm/state-DUK6WFDX.mjs +0 -11
  182. package/dist/lib/node-esm/state-DUK6WFDX.mjs.map +0 -7
  183. package/dist/lib/node-esm/tools-HH6NN7HB.mjs +0 -89
  184. package/dist/lib/node-esm/tools-HH6NN7HB.mjs.map +0 -7
  185. package/dist/lib/node-esm/types.mjs +0 -35
  186. package/dist/lib/node-esm/types.mjs.map +0 -7
  187. package/dist/lib/node-esm/url-handler-774BWWKI.mjs +0 -71
  188. package/dist/lib/node-esm/url-handler-774BWWKI.mjs.map +0 -7
  189. package/dist/types/src/types.d.ts.map +0 -1
  190. /package/dist/lib/browser/{state-ZTYWMORZ.mjs.map → state-7IFAGZQO.mjs.map} +0 -0
  191. /package/dist/lib/browser/{types.mjs.map → types/index.mjs.map} +0 -0
@@ -1,522 +0,0 @@
1
- import { createRequire } from 'node:module';const require = createRequire(import.meta.url);
2
- import {
3
- closeEntry,
4
- createEntryId,
5
- incrementPlank,
6
- openEntry,
7
- setActive
8
- } from "./chunk-UJGQAMF7.mjs";
9
- import {
10
- DeckCapabilities
11
- } from "./chunk-KTPDAVNM.mjs";
12
- import {
13
- DeckAction,
14
- PLANK_COMPANION_TYPE,
15
- defaultDeck,
16
- getMode,
17
- isLayoutMode
18
- } from "./chunk-QFKYT4JK.mjs";
19
- import {
20
- DECK_PLUGIN
21
- } from "./chunk-HHG6H2BX.mjs";
22
-
23
- // src/capabilities/intent-resolver.ts
24
- import { batch } from "@preact/signals-core";
25
- import { Schema, Effect, pipe, Option } from "effect";
26
- import { Capabilities, createResolver, contributes, IntentAction, LayoutAction, createIntent, chain } from "@dxos/app-framework";
27
- import { Obj } from "@dxos/echo";
28
- import { invariant } from "@dxos/invariant";
29
- import { isLiveObject } from "@dxos/live-object";
30
- import { log } from "@dxos/log";
31
- import { AttentionCapabilities } from "@dxos/plugin-attention";
32
- import { isActionLike } from "@dxos/plugin-graph";
33
- import { ObservabilityAction } from "@dxos/plugin-observability/types";
34
- import { byPosition, isNonNullable } from "@dxos/util";
35
- var __dxlog_file = "/__w/dxos/dxos/packages/plugins/plugin-deck/src/capabilities/intent-resolver.ts";
36
- var intent_resolver_default = (context) => contributes(Capabilities.IntentResolver, [
37
- createResolver({
38
- intent: IntentAction.ShowUndo,
39
- resolve: (data) => {
40
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
41
- const { undoPromise: undo } = context.getCapability(Capabilities.IntentDispatcher);
42
- if (layout.currentUndoId) {
43
- layout.toasts = layout.toasts.filter((toast) => toast.id !== layout.currentUndoId);
44
- }
45
- layout.currentUndoId = `${IntentAction.ShowUndo._tag}-${Date.now()}`;
46
- layout.toasts = [
47
- ...layout.toasts,
48
- {
49
- id: layout.currentUndoId,
50
- title: data.message ?? [
51
- "undo available label",
52
- {
53
- ns: DECK_PLUGIN
54
- }
55
- ],
56
- duration: 1e4,
57
- actionLabel: [
58
- "undo action label",
59
- {
60
- ns: DECK_PLUGIN
61
- }
62
- ],
63
- actionAlt: [
64
- "undo action alt",
65
- {
66
- ns: DECK_PLUGIN
67
- }
68
- ],
69
- closeLabel: [
70
- "undo close label",
71
- {
72
- ns: DECK_PLUGIN
73
- }
74
- ],
75
- onAction: () => undo()
76
- }
77
- ];
78
- }
79
- }),
80
- createResolver({
81
- intent: LayoutAction.UpdateLayout,
82
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateSidebar.fields.input)`
83
- // but the filter is not being applied correctly.
84
- filter: (data) => Schema.is(LayoutAction.UpdateSidebar.fields.input)(data),
85
- resolve: ({ options }) => {
86
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
87
- const next = options?.state ?? layout.sidebarState;
88
- if (next !== layout.sidebarState) {
89
- layout.sidebarState = next;
90
- }
91
- }
92
- }),
93
- createResolver({
94
- intent: LayoutAction.UpdateLayout,
95
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateComplementary.fields.input)`
96
- // but the filter is not being applied correctly.
97
- filter: (data) => Schema.is(LayoutAction.UpdateComplementary.fields.input)(data),
98
- resolve: ({ subject, options }) => {
99
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
100
- if (layout.complementarySidebarPanel !== subject) {
101
- layout.complementarySidebarPanel = subject;
102
- }
103
- const next = subject ? "expanded" : options?.state ?? layout.complementarySidebarState;
104
- if (next !== layout.complementarySidebarState) {
105
- layout.complementarySidebarState = next;
106
- }
107
- }
108
- }),
109
- createResolver({
110
- intent: LayoutAction.UpdateLayout,
111
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateDialog.fields.input)`
112
- // but the filter is not being applied correctly.
113
- filter: (data) => Schema.is(LayoutAction.UpdateDialog.fields.input)(data),
114
- resolve: ({ subject, options }) => {
115
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
116
- layout.dialogOpen = options.state ?? Boolean(subject);
117
- layout.dialogType = options.type ?? "default";
118
- layout.dialogBlockAlign = options.blockAlign ?? "center";
119
- layout.dialogOverlayClasses = options.overlayClasses;
120
- layout.dialogOverlayStyle = options.overlayStyle;
121
- layout.dialogContent = subject ? {
122
- component: subject,
123
- props: options.props
124
- } : null;
125
- }
126
- }),
127
- createResolver({
128
- intent: LayoutAction.UpdateLayout,
129
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdatePopover.fields.input)`
130
- // but the filter is not being applied correctly.
131
- filter: (data) => Schema.is(LayoutAction.UpdatePopover.fields.input)(data),
132
- resolve: ({ subject, options }) => {
133
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
134
- layout.popoverOpen = options.state ?? Boolean(subject);
135
- layout.popoverContent = typeof subject === "string" ? {
136
- component: subject,
137
- props: options.props
138
- } : subject ? {
139
- subject
140
- } : null;
141
- layout.popoverSide = options.side;
142
- if (options.variant === "virtual") {
143
- layout.popoverAnchor = options.anchor;
144
- } else {
145
- layout.popoverAnchorId = options.anchorId;
146
- }
147
- }
148
- }),
149
- createResolver({
150
- intent: LayoutAction.UpdateLayout,
151
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.AddToast.fields.input)`
152
- // but the filter is not being applied correctly.
153
- filter: (data) => Schema.is(LayoutAction.AddToast.fields.input)(data),
154
- resolve: ({ subject }) => {
155
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
156
- layout.toasts.push(subject);
157
- }
158
- }),
159
- createResolver({
160
- intent: LayoutAction.UpdateLayout,
161
- // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.SetLayoutMode.fields.input)`
162
- // but the filter is not being applied correctly.
163
- filter: (data) => {
164
- if (!Schema.is(LayoutAction.SetLayoutMode.fields.input)(data)) {
165
- return false;
166
- }
167
- if ("mode" in data.options) {
168
- return isLayoutMode(data.options.mode);
169
- }
170
- return true;
171
- },
172
- resolve: ({ subject, options }) => {
173
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
174
- const setMode = (mode) => {
175
- const deck = state.deck;
176
- const current = deck.solo ? [
177
- deck.solo
178
- ] : deck.active;
179
- const next = (mode !== "deck" ? [
180
- subject ?? deck.solo ?? deck.active[0]
181
- ] : [
182
- ...deck.active,
183
- deck.solo
184
- ]).filter(isNonNullable);
185
- const removed = current.filter((id) => !next.includes(id));
186
- const closed = Array.from(/* @__PURE__ */ new Set([
187
- ...deck.inactive.filter((id) => !next.includes(id)),
188
- ...removed
189
- ]));
190
- deck.inactive = closed;
191
- if (mode !== "deck" && next[0]) {
192
- deck.solo = next[0];
193
- } else if (mode === "deck" && deck.solo) {
194
- deck.solo = void 0;
195
- deck.initialized = true;
196
- }
197
- if (mode === "solo--fullscreen") {
198
- deck.fullscreen = !deck.fullscreen;
199
- }
200
- };
201
- return batch(() => {
202
- if ("mode" in options) {
203
- const current = getMode(state.deck);
204
- if (current !== options.mode) {
205
- state.previousMode[state.activeDeck] = current;
206
- }
207
- setMode(options.mode);
208
- } else if ("revert" in options) {
209
- const last = state.previousMode[state.activeDeck];
210
- setMode(last ?? "solo");
211
- } else {
212
- log.warn("Invalid layout mode", options, {
213
- F: __dxlog_file,
214
- L: 200,
215
- S: void 0,
216
- C: (f, a) => f(...a)
217
- });
218
- }
219
- });
220
- }
221
- }),
222
- createResolver({
223
- intent: LayoutAction.UpdateLayout,
224
- filter: (data) => Schema.is(LayoutAction.SwitchWorkspace.fields.input)(data),
225
- resolve: ({ subject }) => {
226
- const { graph } = context.getCapability(Capabilities.AppGraph);
227
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
228
- batch(() => {
229
- if (!state.activeDeck.startsWith("!")) {
230
- state.previousDeck = state.activeDeck;
231
- }
232
- state.activeDeck = subject;
233
- if (!state.decks[subject]) {
234
- state.decks[subject] = {
235
- ...defaultDeck
236
- };
237
- }
238
- });
239
- const first = state.deck.solo ? state.deck.solo : state.deck.active[0];
240
- if (first) {
241
- return {
242
- intents: [
243
- createIntent(LayoutAction.ScrollIntoView, {
244
- part: "current",
245
- subject: first
246
- })
247
- ]
248
- };
249
- } else {
250
- const [item] = graph.getConnections(subject).filter((node) => !isActionLike(node) && !node.properties.disposition);
251
- if (item) {
252
- return {
253
- intents: [
254
- createIntent(LayoutAction.Open, {
255
- part: "main",
256
- subject: [
257
- item.id
258
- ]
259
- })
260
- ]
261
- };
262
- }
263
- }
264
- }
265
- }),
266
- createResolver({
267
- intent: LayoutAction.UpdateLayout,
268
- filter: (data) => Schema.is(LayoutAction.RevertWorkspace.fields.input)(data),
269
- resolve: () => {
270
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
271
- return {
272
- intents: [
273
- createIntent(LayoutAction.SwitchWorkspace, {
274
- part: "workspace",
275
- subject: state.previousDeck
276
- })
277
- ]
278
- };
279
- }
280
- }),
281
- createResolver({
282
- intent: LayoutAction.UpdateLayout,
283
- filter: (data) => Schema.is(LayoutAction.Open.fields.input)(data),
284
- resolve: ({ subject, options }) => Effect.gen(function* () {
285
- const { graph } = context.getCapability(Capabilities.AppGraph);
286
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
287
- const attention = context.getCapability(AttentionCapabilities.Attention);
288
- const settings = context.getCapabilities(Capabilities.SettingsStore)[0]?.getStore(DECK_PLUGIN)?.value;
289
- if (options?.workspace && state.activeDeck !== options?.workspace) {
290
- const { dispatch } = context.getCapability(Capabilities.IntentDispatcher);
291
- yield* dispatch(createIntent(LayoutAction.SwitchWorkspace, {
292
- part: "workspace",
293
- subject: options.workspace
294
- }));
295
- }
296
- const previouslyOpenIds = new Set(state.deck.solo ? [
297
- state.deck.solo
298
- ] : state.deck.active);
299
- batch(() => {
300
- const next = state.deck.solo ? subject.map((id) => createEntryId(id, options?.variant)) : subject.reduce((acc, entryId) => openEntry(acc, entryId, {
301
- key: options?.key,
302
- positioning: options?.positioning ?? settings?.newPlankPositioning,
303
- pivotId: options?.pivotId,
304
- variant: options?.variant
305
- }), state.deck.active);
306
- return setActive({
307
- next,
308
- state,
309
- attention
310
- });
311
- });
312
- const ids = state.deck.solo ? [
313
- state.deck.solo
314
- ] : state.deck.active;
315
- const newlyOpen = ids.filter((i) => !previouslyOpenIds.has(i));
316
- return {
317
- intents: [
318
- ...options?.scrollIntoView !== false ? [
319
- createIntent(LayoutAction.ScrollIntoView, {
320
- part: "current",
321
- subject: newlyOpen[0] ?? subject[0]
322
- })
323
- ] : [],
324
- createIntent(LayoutAction.Expose, {
325
- part: "navigation",
326
- subject: newlyOpen[0] ?? subject[0]
327
- }),
328
- ...newlyOpen.map((subjectId) => {
329
- const typename = Option.match(graph.getNode(subjectId), {
330
- onNone: () => void 0,
331
- onSome: (node) => {
332
- const active = node.data;
333
- return isLiveObject(active) ? Obj.getTypename(active) : void 0;
334
- }
335
- });
336
- return createIntent(ObservabilityAction.SendEvent, {
337
- name: "navigation.activate",
338
- properties: {
339
- subjectId,
340
- typename
341
- }
342
- });
343
- })
344
- ]
345
- };
346
- })
347
- }),
348
- createResolver({
349
- intent: LayoutAction.UpdateLayout,
350
- filter: (data) => Schema.is(LayoutAction.Close.fields.input)(data),
351
- resolve: ({ subject }) => {
352
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
353
- const attention = context.getCapability(AttentionCapabilities.Attention);
354
- const active = state.deck.solo ? [
355
- state.deck.solo
356
- ] : state.deck.active;
357
- const next = subject.reduce((acc, id) => closeEntry(acc, id), active);
358
- const toAttend = setActive({
359
- next,
360
- state,
361
- attention
362
- });
363
- const clearCompanionIntents = subject.filter((id) => state.deck.activeCompanions && id in state.deck.activeCompanions).map((primary) => createIntent(DeckAction.ChangeCompanion, {
364
- primary,
365
- companion: null
366
- }));
367
- return {
368
- intents: [
369
- ...clearCompanionIntents,
370
- ...toAttend ? [
371
- createIntent(LayoutAction.ScrollIntoView, {
372
- part: "current",
373
- subject: toAttend
374
- })
375
- ] : []
376
- ]
377
- };
378
- }
379
- }),
380
- createResolver({
381
- intent: LayoutAction.UpdateLayout,
382
- filter: (data) => Schema.is(LayoutAction.Set.fields.input)(data),
383
- resolve: ({ subject }) => {
384
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
385
- const attention = context.getCapability(AttentionCapabilities.Attention);
386
- const toAttend = setActive({
387
- next: subject,
388
- state,
389
- attention
390
- });
391
- return {
392
- intents: toAttend ? [
393
- createIntent(LayoutAction.ScrollIntoView, {
394
- part: "current",
395
- subject: toAttend
396
- })
397
- ] : []
398
- };
399
- }
400
- }),
401
- createResolver({
402
- intent: LayoutAction.UpdateLayout,
403
- filter: (data) => Schema.is(LayoutAction.ScrollIntoView.fields.input)(data),
404
- resolve: ({ subject }) => {
405
- const layout = context.getCapability(DeckCapabilities.MutableDeckState);
406
- layout.scrollIntoView = subject;
407
- }
408
- }),
409
- createResolver({
410
- intent: DeckAction.UpdatePlankSize,
411
- resolve: (data) => {
412
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
413
- state.deck.plankSizing[data.id] = data.size;
414
- }
415
- }),
416
- createResolver({
417
- intent: DeckAction.ChangeCompanion,
418
- resolve: (data) => {
419
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
420
- if (data.companion === null) {
421
- const { [data.primary]: _, ...nextActiveCompanions } = state.deck.activeCompanions ?? {};
422
- state.deck.activeCompanions = nextActiveCompanions;
423
- } else {
424
- invariant(data.companion !== data.primary, void 0, {
425
- F: __dxlog_file,
426
- L: 380,
427
- S: void 0,
428
- A: [
429
- "data.companion !== data.primary",
430
- ""
431
- ]
432
- });
433
- state.deck.activeCompanions = {
434
- ...state.deck.activeCompanions,
435
- [data.primary]: data.companion
436
- };
437
- }
438
- }
439
- }),
440
- createResolver({
441
- intent: DeckAction.Adjust,
442
- resolve: (adjustment) => {
443
- const state = context.getCapability(DeckCapabilities.MutableDeckState);
444
- const attention = context.getCapability(AttentionCapabilities.Attention);
445
- const { graph } = context.getCapability(Capabilities.AppGraph);
446
- return batch(() => {
447
- if (adjustment.type === "increment-end" || adjustment.type === "increment-start") {
448
- setActive({
449
- next: incrementPlank(state.deck.active, adjustment),
450
- state,
451
- attention
452
- });
453
- }
454
- if (adjustment.type === "companion") {
455
- return pipe(graph.getNode(adjustment.id), Option.map((node) => graph.getConnections(node.id).filter((n) => n.type === PLANK_COMPANION_TYPE).toSorted((a, b) => byPosition(a.properties, b.properties))), Option.flatMap((companions) => companions.length > 0 ? Option.some(companions[0]) : Option.none()), Option.match({
456
- onNone: () => ({}),
457
- onSome: (companion) => ({
458
- intents: [
459
- // TODO(wittjosiah): This should remember the previously selected companion.
460
- createIntent(DeckAction.ChangeCompanion, {
461
- primary: adjustment.id,
462
- companion: companion.id
463
- })
464
- ]
465
- })
466
- }));
467
- }
468
- if (adjustment.type.startsWith("solo")) {
469
- const entryId = adjustment.id;
470
- if (!state.deck.solo) {
471
- return {
472
- intents: [
473
- createIntent(LayoutAction.SetLayoutMode, {
474
- part: "mode",
475
- subject: entryId,
476
- options: {
477
- mode: adjustment.type
478
- }
479
- })
480
- ]
481
- };
482
- } else {
483
- if (adjustment.type === "solo--fullscreen") {
484
- return {
485
- intents: [
486
- createIntent(LayoutAction.SetLayoutMode, {
487
- part: "mode",
488
- subject: entryId,
489
- options: {
490
- mode: "solo--fullscreen"
491
- }
492
- })
493
- ]
494
- };
495
- } else if (adjustment.type === "solo") {
496
- return {
497
- intents: [
498
- // NOTE: The order of these is important.
499
- pipe(createIntent(LayoutAction.SetLayoutMode, {
500
- part: "mode",
501
- options: {
502
- mode: "deck"
503
- }
504
- }), chain(LayoutAction.Open, {
505
- part: "main",
506
- subject: [
507
- entryId
508
- ]
509
- }))
510
- ]
511
- };
512
- }
513
- }
514
- }
515
- });
516
- }
517
- })
518
- ]);
519
- export {
520
- intent_resolver_default as default
521
- };
522
- //# sourceMappingURL=intent-resolver-URTWBGD7.mjs.map
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/capabilities/intent-resolver.ts"],
4
- "sourcesContent": ["//\n// Copyright 2025 DXOS.org\n//\n\nimport { batch } from '@preact/signals-core';\nimport { Schema, Effect, pipe, Option } from 'effect';\n\nimport {\n Capabilities,\n createResolver,\n contributes,\n IntentAction,\n LayoutAction,\n type PluginContext,\n createIntent,\n chain,\n} from '@dxos/app-framework';\nimport { Obj } from '@dxos/echo';\nimport { invariant } from '@dxos/invariant';\nimport { isLiveObject } from '@dxos/live-object';\nimport { log } from '@dxos/log';\nimport { AttentionCapabilities } from '@dxos/plugin-attention';\nimport { isActionLike } from '@dxos/plugin-graph';\nimport { ObservabilityAction } from '@dxos/plugin-observability/types';\nimport { byPosition, isNonNullable } from '@dxos/util';\n\nimport { DeckCapabilities } from './capabilities';\nimport { closeEntry, createEntryId, incrementPlank, openEntry } from '../layout';\nimport { DECK_PLUGIN } from '../meta';\nimport {\n DeckAction,\n type LayoutMode,\n type DeckSettingsProps,\n isLayoutMode,\n getMode,\n defaultDeck,\n PLANK_COMPANION_TYPE,\n} from '../types';\nimport { setActive } from '../util';\n\nexport default (context: PluginContext) =>\n contributes(Capabilities.IntentResolver, [\n createResolver({\n intent: IntentAction.ShowUndo,\n resolve: (data) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n const { undoPromise: undo } = context.getCapability(Capabilities.IntentDispatcher);\n\n // TODO(wittjosiah): Support undoing further back than the last action.\n if (layout.currentUndoId) {\n layout.toasts = layout.toasts.filter((toast) => toast.id !== layout.currentUndoId);\n }\n layout.currentUndoId = `${IntentAction.ShowUndo._tag}-${Date.now()}`;\n layout.toasts = [\n ...layout.toasts,\n {\n id: layout.currentUndoId,\n title: data.message ?? ['undo available label', { ns: DECK_PLUGIN }],\n duration: 10_000,\n actionLabel: ['undo action label', { ns: DECK_PLUGIN }],\n actionAlt: ['undo action alt', { ns: DECK_PLUGIN }],\n closeLabel: ['undo close label', { ns: DECK_PLUGIN }],\n onAction: () => undo(),\n },\n ];\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateSidebar.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateSidebar.fields.input> =>\n Schema.is(LayoutAction.UpdateSidebar.fields.input)(data),\n resolve: ({ options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n const next = options?.state ?? layout.sidebarState;\n if (next !== layout.sidebarState) {\n layout.sidebarState = next;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateComplementary.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateComplementary.fields.input> =>\n Schema.is(LayoutAction.UpdateComplementary.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n\n if (layout.complementarySidebarPanel !== subject) {\n layout.complementarySidebarPanel = subject;\n }\n\n const next = subject ? 'expanded' : options?.state ?? layout.complementarySidebarState;\n if (next !== layout.complementarySidebarState) {\n layout.complementarySidebarState = next;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdateDialog.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdateDialog.fields.input> =>\n Schema.is(LayoutAction.UpdateDialog.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.dialogOpen = options.state ?? Boolean(subject);\n layout.dialogType = options.type ?? 'default';\n layout.dialogBlockAlign = options.blockAlign ?? 'center';\n layout.dialogOverlayClasses = options.overlayClasses;\n layout.dialogOverlayStyle = options.overlayStyle;\n layout.dialogContent = subject ? { component: subject, props: options.props } : null;\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.UpdatePopover.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.UpdatePopover.fields.input> =>\n Schema.is(LayoutAction.UpdatePopover.fields.input)(data),\n resolve: ({ subject, options }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.popoverOpen = options.state ?? Boolean(subject);\n layout.popoverContent =\n typeof subject === 'string' ? { component: subject, props: options.props } : subject ? { subject } : null;\n layout.popoverSide = options.side;\n if (options.variant === 'virtual') {\n layout.popoverAnchor = options.anchor;\n } else {\n layout.popoverAnchorId = options.anchorId;\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.AddToast.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.AddToast.fields.input> =>\n Schema.is(LayoutAction.AddToast.fields.input)(data),\n resolve: ({ subject }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.toasts.push(subject);\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n // TODO(wittjosiah): This should be able to just be `Schema.is(LayoutAction.SetLayoutMode.fields.input)`\n // but the filter is not being applied correctly.\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.SetLayoutMode.fields.input> => {\n if (!Schema.is(LayoutAction.SetLayoutMode.fields.input)(data)) {\n return false;\n }\n\n if ('mode' in data.options) {\n return isLayoutMode(data.options.mode);\n }\n\n return true;\n },\n resolve: ({ subject, options }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n\n const setMode = (mode: LayoutMode) => {\n const deck = state.deck;\n const current = deck.solo ? [deck.solo] : deck.active;\n // When un-soloing, the solo entry is added to the deck.\n const next = (\n mode !== 'deck' ? [subject ?? deck.solo ?? deck.active[0]] : [...deck.active, deck.solo]\n ).filter(isNonNullable);\n\n const removed = current.filter((id) => !next.includes(id));\n const closed = Array.from(new Set([...deck.inactive.filter((id) => !next.includes(id)), ...removed]));\n deck.inactive = closed;\n\n if (mode !== 'deck' && next[0]) {\n deck.solo = next[0];\n } else if (mode === 'deck' && deck.solo) {\n deck.solo = undefined;\n deck.initialized = true;\n }\n\n if (mode === 'solo--fullscreen') {\n deck.fullscreen = !deck.fullscreen;\n }\n };\n\n return batch(() => {\n if ('mode' in options) {\n const current = getMode(state.deck);\n if (current !== options.mode) {\n state.previousMode[state.activeDeck] = current;\n }\n setMode(options.mode as LayoutMode);\n } else if ('revert' in options) {\n const last = state.previousMode[state.activeDeck];\n setMode(last ?? 'solo');\n } else {\n log.warn('Invalid layout mode', options);\n }\n });\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.SwitchWorkspace.fields.input> =>\n Schema.is(LayoutAction.SwitchWorkspace.fields.input)(data),\n resolve: ({ subject }) => {\n const { graph } = context.getCapability(Capabilities.AppGraph);\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n batch(() => {\n // TODO(wittjosiah): This is a hack to prevent the previous deck from being set for pinned items.\n // Ideally this should be worked into the data model in a generic way.\n if (!state.activeDeck.startsWith('!')) {\n state.previousDeck = state.activeDeck;\n }\n state.activeDeck = subject;\n if (!state.decks[subject]) {\n state.decks[subject] = { ...defaultDeck };\n }\n });\n\n const first = state.deck.solo ? state.deck.solo : state.deck.active[0];\n if (first) {\n return {\n intents: [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: first })],\n };\n } else {\n const [item] = graph\n .getConnections(subject)\n .filter((node) => !isActionLike(node) && !node.properties.disposition);\n if (item) {\n return {\n intents: [createIntent(LayoutAction.Open, { part: 'main', subject: [item.id] })],\n };\n }\n }\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.RevertWorkspace.fields.input> =>\n Schema.is(LayoutAction.RevertWorkspace.fields.input)(data),\n resolve: () => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n return {\n intents: [createIntent(LayoutAction.SwitchWorkspace, { part: 'workspace', subject: state.previousDeck })],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Open.fields.input> =>\n Schema.is(LayoutAction.Open.fields.input)(data),\n resolve: ({ subject, options }) =>\n Effect.gen(function* () {\n const { graph } = context.getCapability(Capabilities.AppGraph);\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const settings = context\n .getCapabilities(Capabilities.SettingsStore)[0]\n ?.getStore<DeckSettingsProps>(DECK_PLUGIN)?.value;\n\n if (options?.workspace && state.activeDeck !== options?.workspace) {\n const { dispatch } = context.getCapability(Capabilities.IntentDispatcher);\n yield* dispatch(\n createIntent(LayoutAction.SwitchWorkspace, { part: 'workspace', subject: options.workspace }),\n );\n }\n\n const previouslyOpenIds = new Set<string>(state.deck.solo ? [state.deck.solo] : state.deck.active);\n batch(() => {\n const next = state.deck.solo\n ? (subject as string[]).map((id) => createEntryId(id, options?.variant))\n : subject.reduce(\n (acc, entryId) =>\n openEntry(acc, entryId, {\n key: options?.key,\n positioning: options?.positioning ?? settings?.newPlankPositioning,\n pivotId: options?.pivotId,\n variant: options?.variant,\n }),\n state.deck.active,\n );\n\n return setActive({ next, state, attention });\n });\n\n const ids = state.deck.solo ? [state.deck.solo] : state.deck.active;\n const newlyOpen = ids.filter((i) => !previouslyOpenIds.has(i));\n\n return {\n intents: [\n ...(options?.scrollIntoView !== false\n ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: newlyOpen[0] ?? subject[0] })]\n : []),\n createIntent(LayoutAction.Expose, { part: 'navigation', subject: newlyOpen[0] ?? subject[0] }),\n ...newlyOpen.map((subjectId) => {\n const typename = Option.match(graph.getNode(subjectId), {\n onNone: () => undefined,\n onSome: (node) => {\n const active = node.data;\n return isLiveObject(active) ? Obj.getTypename(active) : undefined;\n },\n });\n return createIntent(ObservabilityAction.SendEvent, {\n name: 'navigation.activate',\n properties: {\n subjectId,\n typename,\n },\n });\n }),\n ],\n };\n }),\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Close.fields.input> =>\n Schema.is(LayoutAction.Close.fields.input)(data),\n resolve: ({ subject }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const active = state.deck.solo ? [state.deck.solo] : state.deck.active;\n const next = subject.reduce((acc, id) => closeEntry(acc, id), active);\n const toAttend = setActive({ next, state, attention });\n\n const clearCompanionIntents = subject\n .filter((id) => state.deck.activeCompanions && id in state.deck.activeCompanions)\n .map((primary) => createIntent(DeckAction.ChangeCompanion, { primary, companion: null }));\n\n return {\n intents: [\n ...clearCompanionIntents,\n ...(toAttend ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: toAttend })] : []),\n ],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.Set.fields.input> =>\n Schema.is(LayoutAction.Set.fields.input)(data),\n resolve: ({ subject }) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const toAttend = setActive({ next: subject as string[], state, attention });\n return {\n intents: toAttend ? [createIntent(LayoutAction.ScrollIntoView, { part: 'current', subject: toAttend })] : [],\n };\n },\n }),\n createResolver({\n intent: LayoutAction.UpdateLayout,\n filter: (data): data is Schema.Schema.Type<typeof LayoutAction.ScrollIntoView.fields.input> =>\n Schema.is(LayoutAction.ScrollIntoView.fields.input)(data),\n resolve: ({ subject }) => {\n const layout = context.getCapability(DeckCapabilities.MutableDeckState);\n layout.scrollIntoView = subject;\n },\n }),\n createResolver({\n intent: DeckAction.UpdatePlankSize,\n resolve: (data) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n state.deck.plankSizing[data.id] = data.size;\n },\n }),\n createResolver({\n intent: DeckAction.ChangeCompanion,\n resolve: (data) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n // TODO(thure): Reactivity only works when creating a lexically new `activeCompanions`… Are these not proxy objects?\n if (data.companion === null) {\n const { [data.primary]: _, ...nextActiveCompanions } = state.deck.activeCompanions ?? {};\n state.deck.activeCompanions = nextActiveCompanions;\n } else {\n invariant(data.companion !== data.primary);\n state.deck.activeCompanions = {\n ...state.deck.activeCompanions,\n [data.primary]: data.companion,\n };\n }\n },\n }),\n createResolver({\n intent: DeckAction.Adjust,\n resolve: (adjustment) => {\n const state = context.getCapability(DeckCapabilities.MutableDeckState);\n const attention = context.getCapability(AttentionCapabilities.Attention);\n const { graph } = context.getCapability(Capabilities.AppGraph);\n\n return batch(() => {\n if (adjustment.type === 'increment-end' || adjustment.type === 'increment-start') {\n setActive({\n next: incrementPlank(state.deck.active, adjustment),\n state,\n attention,\n });\n }\n\n if (adjustment.type === 'companion') {\n return pipe(\n graph.getNode(adjustment.id),\n Option.map((node) =>\n graph\n .getConnections(node.id)\n .filter((n) => n.type === PLANK_COMPANION_TYPE)\n .toSorted((a, b) => byPosition(a.properties, b.properties)),\n ),\n Option.flatMap((companions) => (companions.length > 0 ? Option.some(companions[0]) : Option.none())),\n Option.match({\n onNone: () => ({}),\n onSome: (companion) => ({\n intents: [\n // TODO(wittjosiah): This should remember the previously selected companion.\n createIntent(DeckAction.ChangeCompanion, { primary: adjustment.id, companion: companion.id }),\n ],\n }),\n }),\n );\n }\n\n if (adjustment.type.startsWith('solo')) {\n const entryId = adjustment.id;\n if (!state.deck.solo) {\n // Solo the entry.\n return {\n intents: [\n createIntent(LayoutAction.SetLayoutMode, {\n part: 'mode',\n subject: entryId,\n options: { mode: adjustment.type },\n }),\n ],\n };\n } else {\n if (adjustment.type === 'solo--fullscreen') {\n // Toggle fullscreen on the current entry.\n return {\n intents: [\n createIntent(LayoutAction.SetLayoutMode, {\n part: 'mode',\n subject: entryId,\n options: { mode: 'solo--fullscreen' },\n }),\n ],\n };\n } else if (adjustment.type === 'solo') {\n // Un-solo the current entry.\n return {\n intents: [\n // NOTE: The order of these is important.\n pipe(\n createIntent(LayoutAction.SetLayoutMode, { part: 'mode', options: { mode: 'deck' } }),\n chain(LayoutAction.Open, { part: 'main', subject: [entryId] }),\n ),\n ],\n };\n }\n }\n }\n });\n },\n }),\n ]);\n"],
5
- "mappings": "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",
6
- "names": ["batch", "Schema", "Effect", "pipe", "Option", "Capabilities", "createResolver", "contributes", "IntentAction", "LayoutAction", "createIntent", "chain", "Obj", "invariant", "isLiveObject", "log", "AttentionCapabilities", "isActionLike", "ObservabilityAction", "byPosition", "isNonNullable", "context", "contributes", "Capabilities", "IntentResolver", "createResolver", "intent", "IntentAction", "ShowUndo", "resolve", "data", "layout", "getCapability", "DeckCapabilities", "MutableDeckState", "undoPromise", "undo", "IntentDispatcher", "currentUndoId", "toasts", "filter", "toast", "id", "_tag", "Date", "now", "title", "message", "ns", "DECK_PLUGIN", "duration", "actionLabel", "actionAlt", "closeLabel", "onAction", "LayoutAction", "UpdateLayout", "Schema", "is", "UpdateSidebar", "fields", "input", "options", "next", "state", "sidebarState", "UpdateComplementary", "subject", "complementarySidebarPanel", "complementarySidebarState", "UpdateDialog", "dialogOpen", "Boolean", "dialogType", "type", "dialogBlockAlign", "blockAlign", "dialogOverlayClasses", "overlayClasses", "dialogOverlayStyle", "overlayStyle", "dialogContent", "component", "props", "UpdatePopover", "popoverOpen", "popoverContent", "popoverSide", "side", "variant", "popoverAnchor", "anchor", "popoverAnchorId", "anchorId", "AddToast", "push", "SetLayoutMode", "isLayoutMode", "mode", "setMode", "deck", "current", "solo", "active", "isNonNullable", "removed", "includes", "closed", "Array", "from", "Set", "inactive", "undefined", "initialized", "fullscreen", "batch", "getMode", "previousMode", "activeDeck", "last", "log", "warn", "SwitchWorkspace", "graph", "AppGraph", "startsWith", "previousDeck", "decks", "defaultDeck", "first", "intents", "createIntent", "ScrollIntoView", "part", "item", "getConnections", "node", "isActionLike", "properties", "disposition", "Open", "RevertWorkspace", "Effect", "gen", "attention", "AttentionCapabilities", "Attention", "settings", "getCapabilities", "SettingsStore", "getStore", "value", "workspace", "dispatch", "previouslyOpenIds", "map", "createEntryId", "reduce", "acc", "entryId", "openEntry", "key", "positioning", "newPlankPositioning", "pivotId", "setActive", "ids", "newlyOpen", "i", "has", "scrollIntoView", "Expose", "subjectId", "typename", "Option", "match", "getNode", "onNone", "onSome", "isLiveObject", "Obj", "getTypename", "ObservabilityAction", "SendEvent", "name", "Close", "closeEntry", "toAttend", "clearCompanionIntents", "activeCompanions", "primary", "DeckAction", "ChangeCompanion", "companion", "UpdatePlankSize", "plankSizing", "size", "_", "nextActiveCompanions", "invariant", "Adjust", "adjustment", "incrementPlank", "pipe", "n", "PLANK_COMPANION_TYPE", "toSorted", "a", "b", "byPosition", "flatMap", "companions", "length", "some", "none", "chain"]
7
- }