@dxos/plugin-deck 0.7.5-main.9d2a38b → 0.7.5-main.b19bfc8

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 (233) hide show
  1. package/dist/lib/browser/{app-graph-builder-67VRUD5K.mjs → app-graph-builder-IYHAGFA3.mjs} +61 -31
  2. package/dist/lib/browser/app-graph-builder-IYHAGFA3.mjs.map +7 -0
  3. package/dist/lib/browser/{check-app-scheme-GEX6W2R5.mjs → check-app-scheme-S3EYUPMF.mjs} +3 -3
  4. package/dist/lib/browser/{check-app-scheme-GEX6W2R5.mjs.map → check-app-scheme-S3EYUPMF.mjs.map} +2 -2
  5. package/dist/lib/browser/{chunk-5VFDMW5M.mjs → chunk-22AQ5IVX.mjs} +2 -2
  6. package/dist/lib/browser/chunk-22AQ5IVX.mjs.map +7 -0
  7. package/dist/lib/browser/chunk-CYE6QZBQ.mjs +128 -0
  8. package/dist/lib/browser/chunk-CYE6QZBQ.mjs.map +7 -0
  9. package/dist/lib/browser/chunk-DIM5INBX.mjs +24 -0
  10. package/dist/lib/browser/chunk-DIM5INBX.mjs.map +7 -0
  11. package/dist/lib/browser/chunk-DIXE74SK.mjs +1097 -0
  12. package/dist/lib/browser/chunk-DIXE74SK.mjs.map +7 -0
  13. package/dist/lib/browser/chunk-KANJBSIX.mjs +97 -0
  14. package/dist/lib/browser/chunk-KANJBSIX.mjs.map +7 -0
  15. package/dist/lib/browser/{chunk-JQJ5UWVB.mjs → chunk-N7TEPFVR.mjs} +3 -2
  16. package/dist/lib/browser/{chunk-JQJ5UWVB.mjs.map → chunk-N7TEPFVR.mjs.map} +3 -3
  17. package/dist/lib/browser/index.mjs +45 -78
  18. package/dist/lib/browser/index.mjs.map +4 -4
  19. package/dist/lib/browser/intent-resolver-MWUADUNI.mjs +488 -0
  20. package/dist/lib/browser/intent-resolver-MWUADUNI.mjs.map +7 -0
  21. package/dist/lib/browser/meta.json +1 -1
  22. package/dist/lib/browser/{react-root-UL7ZDRVZ.mjs → react-root-IELFERPV.mjs} +12 -17
  23. package/dist/lib/browser/react-root-IELFERPV.mjs.map +7 -0
  24. package/dist/lib/browser/react-surface-WL45R43W.mjs +39 -0
  25. package/dist/lib/browser/react-surface-WL45R43W.mjs.map +7 -0
  26. package/dist/lib/browser/{settings-FNWW6WIJ.mjs → settings-YONG3QB7.mjs} +6 -7
  27. package/dist/lib/browser/settings-YONG3QB7.mjs.map +7 -0
  28. package/dist/lib/browser/state-MZZL5S2D.mjs +124 -0
  29. package/dist/lib/browser/state-MZZL5S2D.mjs.map +7 -0
  30. package/dist/lib/browser/tools-5LDJNU56.mjs +51 -0
  31. package/dist/lib/browser/tools-5LDJNU56.mjs.map +7 -0
  32. package/dist/lib/browser/types.mjs +16 -4
  33. package/dist/lib/browser/url-handler-MVHTKUYA.mjs +72 -0
  34. package/dist/lib/browser/url-handler-MVHTKUYA.mjs.map +7 -0
  35. package/dist/types/src/DeckPlugin.d.ts.map +1 -1
  36. package/dist/types/src/capabilities/app-graph-builder.d.ts +181 -0
  37. package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -0
  38. package/dist/types/src/capabilities/capabilities.d.ts +137 -8
  39. package/dist/types/src/capabilities/capabilities.d.ts.map +1 -1
  40. package/dist/types/src/capabilities/check-app-scheme.d.ts.map +1 -0
  41. package/dist/types/src/capabilities/index.d.ts +188 -3
  42. package/dist/types/src/capabilities/index.d.ts.map +1 -1
  43. package/dist/types/src/capabilities/intent-resolver.d.ts.map +1 -0
  44. package/dist/types/src/capabilities/react-root.d.ts.map +1 -0
  45. package/dist/types/src/capabilities/react-surface.d.ts.map +1 -0
  46. package/dist/types/src/capabilities/settings.d.ts.map +1 -0
  47. package/dist/types/src/capabilities/state.d.ts +79 -0
  48. package/dist/types/src/capabilities/state.d.ts.map +1 -0
  49. package/dist/types/src/capabilities/tools.d.ts +10 -0
  50. package/dist/types/src/capabilities/tools.d.ts.map +1 -0
  51. package/dist/types/src/capabilities/url-handler.d.ts.map +1 -0
  52. package/dist/types/src/components/DeckLayout/ActiveNode.d.ts +1 -2
  53. package/dist/types/src/components/DeckLayout/ActiveNode.d.ts.map +1 -1
  54. package/dist/types/src/components/DeckLayout/Banner.d.ts +1 -2
  55. package/dist/types/src/components/DeckLayout/Banner.d.ts.map +1 -1
  56. package/dist/types/src/components/DeckLayout/ComplementarySidebar.d.ts +1 -4
  57. package/dist/types/src/components/DeckLayout/ComplementarySidebar.d.ts.map +1 -1
  58. package/dist/types/src/components/DeckLayout/ContentEmpty.d.ts +1 -2
  59. package/dist/types/src/components/DeckLayout/ContentEmpty.d.ts.map +1 -1
  60. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts +2 -7
  61. package/dist/types/src/components/DeckLayout/DeckLayout.d.ts.map +1 -1
  62. package/dist/types/src/components/DeckLayout/Fallback.d.ts +1 -2
  63. package/dist/types/src/components/DeckLayout/Fallback.d.ts.map +1 -1
  64. package/dist/types/src/components/DeckLayout/Fullscreen.d.ts +1 -2
  65. package/dist/types/src/components/DeckLayout/Fullscreen.d.ts.map +1 -1
  66. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts +3 -3
  67. package/dist/types/src/components/DeckLayout/NodePlankHeading.d.ts.map +1 -1
  68. package/dist/types/src/components/DeckLayout/Plank.d.ts +8 -6
  69. package/dist/types/src/components/DeckLayout/Plank.d.ts.map +1 -1
  70. package/dist/types/src/components/DeckLayout/PlankControls.d.ts +2 -2
  71. package/dist/types/src/components/DeckLayout/PlankControls.d.ts.map +1 -1
  72. package/dist/types/src/components/DeckLayout/PlankError.d.ts +6 -6
  73. package/dist/types/src/components/DeckLayout/PlankError.d.ts.map +1 -1
  74. package/dist/types/src/components/DeckLayout/PlankLoading.d.ts +1 -2
  75. package/dist/types/src/components/DeckLayout/PlankLoading.d.ts.map +1 -1
  76. package/dist/types/src/components/DeckLayout/Sidebar.d.ts +1 -2
  77. package/dist/types/src/components/DeckLayout/Sidebar.d.ts.map +1 -1
  78. package/dist/types/src/components/DeckLayout/SidebarButton.d.ts +6 -5
  79. package/dist/types/src/components/DeckLayout/SidebarButton.d.ts.map +1 -1
  80. package/dist/types/src/components/DeckLayout/StatusBar.d.ts +1 -2
  81. package/dist/types/src/components/DeckLayout/StatusBar.d.ts.map +1 -1
  82. package/dist/types/src/components/DeckLayout/Toast.d.ts +2 -3
  83. package/dist/types/src/components/DeckLayout/Toast.d.ts.map +1 -1
  84. package/dist/types/src/components/DeckLayout/Topbar.d.ts +1 -2
  85. package/dist/types/src/components/DeckLayout/Topbar.d.ts.map +1 -1
  86. package/dist/types/src/components/LayoutSettings.d.ts +1 -2
  87. package/dist/types/src/components/LayoutSettings.d.ts.map +1 -1
  88. package/dist/types/src/components/fragments.d.ts +2 -0
  89. package/dist/types/src/components/fragments.d.ts.map +1 -1
  90. package/dist/types/src/components/index.d.ts +0 -2
  91. package/dist/types/src/components/index.d.ts.map +1 -1
  92. package/dist/types/src/events.d.ts +1 -0
  93. package/dist/types/src/events.d.ts.map +1 -1
  94. package/dist/types/src/hooks/useMainSize.d.ts +2 -2
  95. package/dist/types/src/hooks/useNode.d.ts.map +1 -1
  96. package/dist/types/src/layout.d.ts +5 -19
  97. package/dist/types/src/layout.d.ts.map +1 -1
  98. package/dist/types/src/meta.d.ts +1 -0
  99. package/dist/types/src/meta.d.ts.map +1 -1
  100. package/dist/types/src/translations.d.ts +3 -3
  101. package/dist/types/src/types.d.ts +111 -2
  102. package/dist/types/src/types.d.ts.map +1 -1
  103. package/dist/types/src/util/index.d.ts +3 -1
  104. package/dist/types/src/util/index.d.ts.map +1 -1
  105. package/dist/types/src/util/layoutAppliesTopbar.d.ts +2 -0
  106. package/dist/types/src/util/layoutAppliesTopbar.d.ts.map +1 -0
  107. package/dist/types/src/util/set-active.d.ts +9 -0
  108. package/dist/types/src/util/set-active.d.ts.map +1 -0
  109. package/dist/types/src/util/useHoistStatusbar.d.ts.map +1 -1
  110. package/package.json +32 -31
  111. package/src/DeckPlugin.ts +23 -59
  112. package/src/capabilities/{layout/app-graph-builder.ts → app-graph-builder.ts} +40 -28
  113. package/src/capabilities/capabilities.ts +5 -7
  114. package/src/capabilities/{navigation/check-app-scheme.ts → check-app-scheme.ts} +2 -2
  115. package/src/capabilities/index.ts +12 -3
  116. package/src/capabilities/intent-resolver.ts +368 -0
  117. package/src/capabilities/{layout/react-root.tsx → react-root.tsx} +8 -14
  118. package/src/capabilities/react-surface.tsx +31 -0
  119. package/src/capabilities/{settings/settings.ts → settings.ts} +4 -5
  120. package/src/capabilities/state.ts +107 -0
  121. package/src/capabilities/tools.ts +61 -0
  122. package/src/capabilities/url-handler.ts +65 -0
  123. package/src/components/DeckLayout/ActiveNode.tsx +2 -3
  124. package/src/components/DeckLayout/ComplementarySidebar.tsx +137 -76
  125. package/src/components/DeckLayout/ContentEmpty.tsx +7 -10
  126. package/src/components/DeckLayout/DeckLayout.tsx +141 -84
  127. package/src/components/DeckLayout/Fullscreen.tsx +2 -3
  128. package/src/components/DeckLayout/NodePlankHeading.tsx +57 -65
  129. package/src/components/DeckLayout/Plank.tsx +33 -41
  130. package/src/components/DeckLayout/PlankControls.tsx +12 -11
  131. package/src/components/DeckLayout/PlankError.tsx +6 -5
  132. package/src/components/DeckLayout/Sidebar.tsx +17 -20
  133. package/src/components/DeckLayout/SidebarButton.tsx +25 -31
  134. package/src/components/DeckLayout/StatusBar.tsx +5 -11
  135. package/src/components/DeckLayout/Toast.tsx +2 -2
  136. package/src/components/LayoutSettings.tsx +8 -8
  137. package/src/components/fragments.ts +8 -0
  138. package/src/components/index.ts +0 -2
  139. package/src/events.ts +1 -0
  140. package/src/hooks/useMainSize.ts +3 -3
  141. package/src/hooks/useNode.ts +3 -1
  142. package/src/layout.ts +43 -212
  143. package/src/meta.ts +1 -0
  144. package/src/translations.ts +8 -8
  145. package/src/types.ts +97 -4
  146. package/src/util/index.ts +3 -1
  147. package/src/util/layoutAppliesTopbar.ts +7 -0
  148. package/src/util/set-active.ts +47 -0
  149. package/src/util/useHoistStatusbar.ts +13 -8
  150. package/dist/lib/browser/app-graph-builder-67VRUD5K.mjs.map +0 -7
  151. package/dist/lib/browser/chunk-2M4PXYNB.mjs +0 -1052
  152. package/dist/lib/browser/chunk-2M4PXYNB.mjs.map +0 -7
  153. package/dist/lib/browser/chunk-2PJNBVCY.mjs +0 -39
  154. package/dist/lib/browser/chunk-2PJNBVCY.mjs.map +0 -7
  155. package/dist/lib/browser/chunk-4C2AFTET.mjs +0 -186
  156. package/dist/lib/browser/chunk-4C2AFTET.mjs.map +0 -7
  157. package/dist/lib/browser/chunk-5VFDMW5M.mjs.map +0 -7
  158. package/dist/lib/browser/chunk-KY5WXIXY.mjs +0 -44
  159. package/dist/lib/browser/chunk-KY5WXIXY.mjs.map +0 -7
  160. package/dist/lib/browser/deck-PLCSKPGL.mjs +0 -26
  161. package/dist/lib/browser/deck-PLCSKPGL.mjs.map +0 -7
  162. package/dist/lib/browser/intent-resolver-FVOQSTBX.mjs +0 -152
  163. package/dist/lib/browser/intent-resolver-FVOQSTBX.mjs.map +0 -7
  164. package/dist/lib/browser/intent-resolver-K7GW4A2I.mjs +0 -249
  165. package/dist/lib/browser/intent-resolver-K7GW4A2I.mjs.map +0 -7
  166. package/dist/lib/browser/location-QHRBQBQN.mjs +0 -35
  167. package/dist/lib/browser/location-QHRBQBQN.mjs.map +0 -7
  168. package/dist/lib/browser/react-context-3BDW7W2N.mjs +0 -32
  169. package/dist/lib/browser/react-context-3BDW7W2N.mjs.map +0 -7
  170. package/dist/lib/browser/react-root-UL7ZDRVZ.mjs.map +0 -7
  171. package/dist/lib/browser/react-surface-VPNOGGNN.mjs +0 -28
  172. package/dist/lib/browser/react-surface-VPNOGGNN.mjs.map +0 -7
  173. package/dist/lib/browser/settings-FNWW6WIJ.mjs.map +0 -7
  174. package/dist/lib/browser/state-7I5BD7SE.mjs +0 -34
  175. package/dist/lib/browser/state-7I5BD7SE.mjs.map +0 -7
  176. package/dist/lib/browser/url-handler-Z5B7LD3N.mjs +0 -76
  177. package/dist/lib/browser/url-handler-Z5B7LD3N.mjs.map +0 -7
  178. package/dist/types/src/capabilities/layout/app-graph-builder.d.ts +0 -181
  179. package/dist/types/src/capabilities/layout/app-graph-builder.d.ts.map +0 -1
  180. package/dist/types/src/capabilities/layout/deck.d.ts +0 -4
  181. package/dist/types/src/capabilities/layout/deck.d.ts.map +0 -1
  182. package/dist/types/src/capabilities/layout/index.d.ts +0 -229
  183. package/dist/types/src/capabilities/layout/index.d.ts.map +0 -1
  184. package/dist/types/src/capabilities/layout/intent-resolver.d.ts.map +0 -1
  185. package/dist/types/src/capabilities/layout/react-context.d.ts +0 -8
  186. package/dist/types/src/capabilities/layout/react-context.d.ts.map +0 -1
  187. package/dist/types/src/capabilities/layout/react-root.d.ts.map +0 -1
  188. package/dist/types/src/capabilities/layout/state.d.ts +0 -42
  189. package/dist/types/src/capabilities/layout/state.d.ts.map +0 -1
  190. package/dist/types/src/capabilities/navigation/check-app-scheme.d.ts.map +0 -1
  191. package/dist/types/src/capabilities/navigation/index.d.ts +0 -5
  192. package/dist/types/src/capabilities/navigation/index.d.ts.map +0 -1
  193. package/dist/types/src/capabilities/navigation/intent-resolver.d.ts +0 -4
  194. package/dist/types/src/capabilities/navigation/intent-resolver.d.ts.map +0 -1
  195. package/dist/types/src/capabilities/navigation/location.d.ts +0 -4
  196. package/dist/types/src/capabilities/navigation/location.d.ts.map +0 -1
  197. package/dist/types/src/capabilities/navigation/set-location.d.ts +0 -10
  198. package/dist/types/src/capabilities/navigation/set-location.d.ts.map +0 -1
  199. package/dist/types/src/capabilities/navigation/url-handler.d.ts.map +0 -1
  200. package/dist/types/src/capabilities/settings/index.d.ts +0 -3
  201. package/dist/types/src/capabilities/settings/index.d.ts.map +0 -1
  202. package/dist/types/src/capabilities/settings/react-surface.d.ts.map +0 -1
  203. package/dist/types/src/capabilities/settings/settings.d.ts.map +0 -1
  204. package/dist/types/src/components/DeckContext.d.ts +0 -11
  205. package/dist/types/src/components/DeckContext.d.ts.map +0 -1
  206. package/dist/types/src/components/LayoutContext.d.ts +0 -5
  207. package/dist/types/src/components/LayoutContext.d.ts.map +0 -1
  208. package/dist/types/src/layout.test.d.ts +0 -2
  209. package/dist/types/src/layout.test.d.ts.map +0 -1
  210. package/dist/types/src/util/layout-parts.d.ts +0 -7
  211. package/dist/types/src/util/layout-parts.d.ts.map +0 -1
  212. package/src/capabilities/layout/deck.ts +0 -25
  213. package/src/capabilities/layout/index.ts +0 -12
  214. package/src/capabilities/layout/intent-resolver.ts +0 -128
  215. package/src/capabilities/layout/react-context.tsx +0 -26
  216. package/src/capabilities/layout/state.ts +0 -32
  217. package/src/capabilities/navigation/index.ts +0 -10
  218. package/src/capabilities/navigation/intent-resolver.ts +0 -216
  219. package/src/capabilities/navigation/location.ts +0 -28
  220. package/src/capabilities/navigation/set-location.ts +0 -38
  221. package/src/capabilities/navigation/url-handler.ts +0 -67
  222. package/src/capabilities/settings/index.ts +0 -8
  223. package/src/capabilities/settings/react-surface.tsx +0 -23
  224. package/src/components/DeckContext.ts +0 -19
  225. package/src/components/LayoutContext.ts +0 -12
  226. package/src/layout.test.ts +0 -380
  227. package/src/util/layout-parts.ts +0 -12
  228. /package/dist/types/src/capabilities/{navigation/check-app-scheme.d.ts → check-app-scheme.d.ts} +0 -0
  229. /package/dist/types/src/capabilities/{layout/intent-resolver.d.ts → intent-resolver.d.ts} +0 -0
  230. /package/dist/types/src/capabilities/{layout/react-root.d.ts → react-root.d.ts} +0 -0
  231. /package/dist/types/src/capabilities/{settings/react-surface.d.ts → react-surface.d.ts} +0 -0
  232. /package/dist/types/src/capabilities/{settings/settings.d.ts → settings.d.ts} +0 -0
  233. /package/dist/types/src/capabilities/{navigation/url-handler.d.ts → url-handler.d.ts} +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"Plank.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Plank.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkF,MAAM,OAAO,CAAC;AAEvG,OAAO,EAOL,KAAK,MAAM,EAEX,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,WAAW,EACjB,MAAM,qBAAqB,CAAC;AAiB7B,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,WAAW,EAAE,WAAW,CAAC;IAEzB,IAAI,EAAE,UAAU,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC,YAAY,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,KAAK,8EAA0D,UAAU,uBAgHpF,CAAC"}
1
+ {"version":3,"file":"Plank.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Plank.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkF,MAAM,OAAO,CAAC;AAevG,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAKlF,OAAO,EAAc,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAI1D,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,qBAAqB,CAAC,MAAM,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,UAAU,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,KAAK,4EAAqE,UAAU,6CA+G/F,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { type PartAdjustment } from '@dxos/app-framework';
3
2
  import { type ButtonGroupProps } from '@dxos/react-ui';
4
- export type PlankControlHandler = (event: PartAdjustment) => void;
3
+ import { type DeckAction } from '../../types';
4
+ export type PlankControlHandler = (event: DeckAction.PartAdjustment) => void;
5
5
  export type PlankCapabilities = {
6
6
  incrementStart?: boolean;
7
7
  incrementEnd?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"PlankControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankControls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,EAGL,KAAK,gBAAgB,EAKtB,MAAM,gBAAgB,CAAC;AAIxB,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,cAAc,KAAK,IAAI,CAAC;AAElE,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAAG;IACnE,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC;IAChD,YAAY,EAAE,iBAAiB,CAAC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;CAChC,CAAC;AAoBF,eAAO,MAAM,aAAa,wGA4EzB,CAAC"}
1
+ {"version":3,"file":"PlankControls.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankControls.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAGL,KAAK,gBAAgB,EAKtB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EAAE,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,KAAK,IAAI,CAAC;AAE7E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,IAAI,CAAC,gBAAgB,EAAE,SAAS,CAAC,GAAG;IACnE,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAC9B,OAAO,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACtC,KAAK,CAAC,EAAE,OAAO,GAAG,cAAc,GAAG,YAAY,CAAC;IAChD,YAAY,EAAE,iBAAiB,CAAC;IAChC,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,MAAM,CAAC;CAChC,CAAC;AAqBF,eAAO,MAAM,aAAa,wGA4EzB,CAAC"}
@@ -1,12 +1,12 @@
1
- import React from 'react';
2
- import { type LayoutCoordinate } from '@dxos/app-framework';
3
1
  import { type Node } from '@dxos/plugin-graph';
2
+ import { type NodePlankHeadingProps } from './NodePlankHeading';
4
3
  export declare const PlankContentError: ({ error }: {
5
4
  error?: Error;
6
- }) => React.JSX.Element;
7
- export declare const PlankError: ({ layoutCoordinate, node, error, }: {
8
- layoutCoordinate: LayoutCoordinate;
5
+ }) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const PlankError: ({ id, part, node, error, }: {
7
+ id: string;
8
+ part: NodePlankHeadingProps["part"];
9
9
  node?: Node;
10
10
  error?: Error;
11
- }) => React.JSX.Element;
11
+ }) => import("react/jsx-runtime").JSX.Element;
12
12
  //# sourceMappingURL=PlankError.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlankError.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankError.tsx"],"names":[],"mappings":"AAIA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAQ/C,eAAO,MAAM,iBAAiB,cAAe;IAAE,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,sBAiB7D,CAAC;AAEF,eAAO,MAAM,UAAU,uCAIpB;IACD,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,sBAWA,CAAC"}
1
+ {"version":3,"file":"PlankError.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankError.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAI/C,OAAO,EAAoB,KAAK,qBAAqB,EAAE,MAAM,oBAAoB,CAAC;AAIlF,eAAO,MAAM,iBAAiB,cAAe;IAAE,KAAK,CAAC,EAAE,KAAK,CAAA;CAAE,4CAiB7D,CAAC;AAEF,eAAO,MAAM,UAAU,+BAKpB;IACD,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,qBAAqB,CAAC,MAAM,CAAC,CAAC;IACpC,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,4CAWA,CAAC"}
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const PlankLoading: () => React.JSX.Element;
1
+ export declare const PlankLoading: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=PlankLoading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PlankLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankLoading.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,eAAO,MAAM,YAAY,yBAExB,CAAC"}
1
+ {"version":3,"file":"PlankLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/PlankLoading.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,YAAY,+CAExB,CAAC"}
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const Sidebar: () => React.JSX.Element;
1
+ export declare const Sidebar: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=Sidebar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Sidebar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,eAAO,MAAM,OAAO,yBAsBnB,CAAC"}
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Sidebar.tsx"],"names":[],"mappings":"AAYA,eAAO,MAAM,OAAO,+CAsBnB,CAAC"}
@@ -1,6 +1,7 @@
1
- import React from 'react';
2
- export declare const ToggleSidebarButton: () => React.JSX.Element;
3
- export declare const CloseSidebarButton: () => React.JSX.Element;
4
- export declare const ToggleComplementarySidebarButton: () => React.JSX.Element;
5
- export declare const CloseComplementarySidebarButton: () => React.JSX.Element;
1
+ import { type IconButtonProps, type ThemedClassName } from '@dxos/react-ui';
2
+ export declare const ToggleSidebarButton: ({ classNames, variant, }: ThemedClassName<Pick<IconButtonProps, "variant">>) => import("react/jsx-runtime").JSX.Element;
3
+ export declare const CloseSidebarButton: () => import("react/jsx-runtime").JSX.Element;
4
+ export declare const ToggleComplementarySidebarButton: ({ inR0, classNames }: ThemedClassName<{
5
+ inR0?: boolean;
6
+ }>) => import("react/jsx-runtime").JSX.Element;
6
7
  //# sourceMappingURL=SidebarButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/SidebarButton.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,mBAAmB,yBAc/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,yBAc9B,CAAC;AAEF,eAAO,MAAM,gCAAgC,yBAc5C,CAAC;AAEF,eAAO,MAAM,+BAA+B,yBAc3C,CAAC"}
1
+ {"version":3,"file":"SidebarButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/SidebarButton.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAc,KAAK,eAAe,EAAE,KAAK,eAAe,EAAkB,MAAM,gBAAgB,CAAC;AAKxG,eAAO,MAAM,mBAAmB,6BAG7B,eAAe,CAAC,IAAI,CAAC,eAAe,EAAE,SAAS,CAAC,CAAC,4CAgBnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,+CAc9B,CAAC;AAEF,eAAO,MAAM,gCAAgC,yBAA0B,eAAe,CAAC;IAAE,IAAI,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,4CAkBzG,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  export declare const StatusBar: ({ showHints }: {
3
2
  showHints?: boolean;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
5
4
  //# sourceMappingURL=StatusBar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/StatusBar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,SAAS,kBAAmB;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,sBAgB/D,CAAC"}
1
+ {"version":3,"file":"StatusBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/StatusBar.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,SAAS,kBAAmB;IAAE,SAAS,CAAC,EAAE,OAAO,CAAA;CAAE,4CAY/D,CAAC"}
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import type { Toast as ToastProps } from '@dxos/app-framework';
1
+ import { type LayoutAction } from '@dxos/app-framework';
3
2
  import { type ToastRootProps } from '@dxos/react-ui';
4
- export declare const Toast: ({ id, title, description, icon, duration, actionLabel, actionAlt, closeLabel, onAction, onOpenChange, }: ToastProps & Pick<ToastRootProps, "onOpenChange">) => React.JSX.Element;
3
+ export declare const Toast: ({ id, title, description, icon, duration, actionLabel, actionAlt, closeLabel, onAction, onOpenChange, }: LayoutAction.Toast & Pick<ToastRootProps, "onOpenChange">) => import("react/jsx-runtime").JSX.Element;
5
4
  //# sourceMappingURL=Toast.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Toast.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,KAAK,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC/D,OAAO,EAML,KAAK,cAAc,EACpB,MAAM,gBAAgB,CAAC;AAKxB,eAAO,MAAM,KAAK,4GAWf,UAAU,GAAG,IAAI,CAAC,cAAc,EAAE,cAAc,CAAC,sBA8BnD,CAAC"}
1
+ {"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Toast.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAML,KAAK,cAAc,EACpB,MAAM,gBAAgB,CAAC;AAKxB,eAAO,MAAM,KAAK,4GAWf,YAAY,CAAC,KAAK,GAAG,IAAI,CAAC,cAAc,EAAE,cAAc,CAAC,4CA8B3D,CAAC"}
@@ -1,3 +1,2 @@
1
- import React from 'react';
2
- export declare const Topbar: () => React.JSX.Element;
1
+ export declare const Topbar: () => import("react/jsx-runtime").JSX.Element;
3
2
  //# sourceMappingURL=Topbar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Topbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Topbar.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,eAAO,MAAM,MAAM,yBAElB,CAAC"}
1
+ {"version":3,"file":"Topbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/DeckLayout/Topbar.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM,+CAElB,CAAC"}
@@ -1,6 +1,5 @@
1
- import React from 'react';
2
1
  import { type DeckSettingsProps } from '../types';
3
2
  export declare const LayoutSettings: ({ settings }: {
4
3
  settings: DeckSettingsProps;
5
- }) => React.JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element;
6
5
  //# sourceMappingURL=LayoutSettings.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LayoutSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/LayoutSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAGL,KAAK,iBAAiB,EAGvB,MAAM,UAAU,CAAC;AAIlB,eAAO,MAAM,cAAc,iBAAkB;IAAE,QAAQ,EAAE,iBAAiB,CAAA;CAAE,sBA8D3E,CAAC"}
1
+ {"version":3,"file":"LayoutSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/LayoutSettings.tsx"],"names":[],"mappings":"AAUA,OAAO,EAGL,KAAK,iBAAiB,EAGvB,MAAM,UAAU,CAAC;AAIlB,eAAO,MAAM,cAAc,iBAAkB;IAAE,QAAQ,EAAE,iBAAiB,CAAA;CAAE,4CA8D3E,CAAC"}
@@ -1,2 +1,4 @@
1
1
  export declare const soloInlinePadding = "pis-[calc(env(safe-area-inset-left)+.25rem)] pie-[calc(env(safe-area-inset-left)+.25rem)]";
2
+ export declare const fixedSidebarToggleStyles: string;
3
+ export declare const fixedComplementarySidebarToggleStyles: string;
2
4
  //# sourceMappingURL=fragments.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fragments.d.ts","sourceRoot":"","sources":["../../../../src/components/fragments.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,8FAC+D,CAAC"}
1
+ {"version":3,"file":"fragments.d.ts","sourceRoot":"","sources":["../../../../src/components/fragments.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,8FAC+D,CAAC;AAI9F,eAAO,MAAM,wBAAwB,QAA4C,CAAC;AAElF,eAAO,MAAM,qCAAqC,QAA0C,CAAC"}
@@ -1,5 +1,3 @@
1
1
  export * from './DeckLayout';
2
- export * from './DeckContext';
3
- export * from './LayoutContext';
4
2
  export * from './LayoutSettings';
5
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export declare namespace DeckEvents {
2
+ const SetupComplementaryPanels: import("@dxos/app-framework").ActivationEvent;
2
3
  const StateReady: import("@dxos/app-framework").ActivationEvent;
3
4
  }
4
5
  //# sourceMappingURL=events.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/events.ts"],"names":[],"mappings":"AAQA,yBAAiB,UAAU,CAAC;IACnB,MAAM,UAAU,+CAAwD,CAAC;CACjF"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../src/events.ts"],"names":[],"mappings":"AAQA,yBAAiB,UAAU,CAAC;IACnB,MAAM,wBAAwB,+CAAuE,CAAC;IACtG,MAAM,UAAU,+CAAwD,CAAC;CACjF"}
@@ -1,5 +1,5 @@
1
1
  export declare const useMainSize: () => {
2
- 'data-sidebar-inline-start-state': string;
3
- 'data-sidebar-inline-end-state': string;
2
+ 'data-sidebar-inline-start-state': import("@dxos/react-ui").SidebarState;
3
+ 'data-sidebar-inline-end-state': import("@dxos/react-ui").SidebarState;
4
4
  };
5
5
  //# sourceMappingURL=useMainSize.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useNode.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,KAAK,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE3D;;;;;;;GAOG;AAEH,eAAO,MAAM,OAAO,GAAI,CAAC,eAAe,KAAK,OAAO,MAAM,YAAY,MAAM,KAAG,IAAI,CAAC,CAAC,CAAC,GAAG,SA0BxF,CAAC"}
1
+ {"version":3,"file":"useNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useNode.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,KAAK,EAAE,KAAK,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAE3D;;;;;;;GAOG;AAEH,eAAO,MAAM,OAAO,GAAI,CAAC,eAAe,KAAK,OAAO,MAAM,YAAY,MAAM,KAAG,IAAI,CAAC,CAAC,CAAC,GAAG,SA4BxF,CAAC"}
@@ -1,25 +1,11 @@
1
- import { type LayoutAdjustment, type LayoutCoordinate, type LayoutEntry, type LayoutPart, type LayoutParts } from '@dxos/app-framework';
2
- import { type NewPlankPositioning } from './types';
1
+ import { type DeckAction, type NewPlankPositioning } from './types';
3
2
  type OpenLayoutEntryOptions = {
3
+ key?: string;
4
4
  positioning?: NewPlankPositioning;
5
5
  pivotId?: string;
6
6
  };
7
- export declare const openEntry: (layout: LayoutParts, part: LayoutPart, entry: LayoutEntry, options?: OpenLayoutEntryOptions) => LayoutParts;
8
- export declare const closeEntry: (layout: LayoutParts, layoutCoordinate: LayoutCoordinate) => LayoutParts;
9
- export declare const incrementPlank: (layout: LayoutParts, adjustment: LayoutAdjustment) => LayoutParts;
10
- export declare const removePart: (layout: LayoutParts, part: LayoutPart) => LayoutParts;
11
- export declare const mergeLayoutParts: (...layoutParts: LayoutParts[]) => LayoutParts;
12
- export declare const uriToSoloPart: (uri: string) => LayoutParts | undefined;
13
- export declare const soloPartToUri: (layout: LayoutParts) => string;
14
- /**
15
- * Converts a URI string into a LayoutParts object.
16
- * @deprecated Keeping these as a reference for now. We should remove these once we're sure we don't need them.
17
- */
18
- export declare const uriToActiveParts: (uri: string) => LayoutParts;
19
- /**
20
- * Converts a LayoutParts object into a URI string.
21
- * @deprecated Keeping these as a reference for now. We should remove these once we're sure we don't need them.
22
- */
23
- export declare const activePartsToUri: (activeParts: LayoutParts) => string;
7
+ export declare const openEntry: (deck: string[], entryId: string, options?: OpenLayoutEntryOptions) => string[];
8
+ export declare const closeEntry: (deck: string[], entryId: string) => string[];
9
+ export declare const incrementPlank: (deck: string[], adjustment: DeckAction.Adjustment) => string[];
24
10
  export {};
25
11
  //# sourceMappingURL=layout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/layout.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,KAAK,WAAW,EAKjB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAQnD,KAAK,sBAAsB,GAAG;IAAE,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEtF,eAAO,MAAM,SAAS,WACZ,WAAW,QACb,UAAU,SACT,WAAW,YACR,sBAAsB,KAC/B,WAwCF,CAAC;AAEF,eAAO,MAAM,UAAU,WAAY,WAAW,oBAAoB,gBAAgB,KAAG,WAoBpF,CAAC;AAEF,eAAO,MAAM,cAAc,WAAY,WAAW,cAAc,gBAAgB,KAAG,WA+BlF,CAAC;AAEF,eAAO,MAAM,UAAU,WAAY,WAAW,QAAQ,UAAU,KAAG,WAIlE,CAAC;AAEF,eAAO,MAAM,gBAAgB,mBAAoB,WAAW,EAAE,KAAG,WAyBhE,CAAC;AAgBF,eAAO,MAAM,aAAa,QAAS,MAAM,KAAG,WAAW,GAAG,SAYzD,CAAC;AAEF,eAAO,MAAM,aAAa,WAAY,WAAW,KAAG,MAQnD,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,QAAS,MAAM,KAAG,WAgB9C,CAAC;AAiBF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,gBAAiB,WAAW,KAAG,MAK3D,CAAC"}
1
+ {"version":3,"file":"layout.d.ts","sourceRoot":"","sources":["../../../src/layout.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAEpE,KAAK,sBAAsB,GAAG;IAAE,GAAG,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpG,eAAO,MAAM,SAAS,SAAU,MAAM,EAAE,WAAW,MAAM,YAAY,sBAAsB,KAAG,MAAM,EAsCnG,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,MAAM,EAAE,WAAW,MAAM,KAAG,MAAM,EAOlE,CAAC;AAEF,eAAO,MAAM,cAAc,SAAU,MAAM,EAAE,cAAc,UAAU,CAAC,UAAU,KAAG,MAAM,EAmBxF,CAAC"}
@@ -2,5 +2,6 @@ export declare const DECK_PLUGIN: "dxos.org/plugin/deck";
2
2
  export declare const meta: {
3
3
  id: "dxos.org/plugin/deck";
4
4
  name: string;
5
+ icon: string;
5
6
  };
6
7
  //# sourceMappingURL=meta.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,EAAG,sBAA+B,CAAC;AAE3D,eAAO,MAAM,IAAI;;;CAGK,CAAC"}
1
+ {"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../../../src/meta.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,WAAW,EAAG,sBAA+B,CAAC;AAE3D,eAAO,MAAM,IAAI;;;;CAIK,CAAC"}
@@ -1,9 +1,10 @@
1
1
  declare const _default: {
2
2
  'en-US': {
3
3
  "dxos.org/plugin/deck": {
4
+ 'plugin name': string;
4
5
  'main header label': string;
5
6
  'open navigation sidebar label': string;
6
- 'close navigation sidebar label': string;
7
+ 'collapse navigation sidebar label': string;
7
8
  'open complementary sidebar label': string;
8
9
  'close complementary sidebar label': string;
9
10
  'plugin error message': string;
@@ -12,7 +13,6 @@ declare const _default: {
12
13
  'toggle fullscreen label': string;
13
14
  'settings show hints label': string;
14
15
  'settings native redirect label': string;
15
- 'settings custom slots': string;
16
16
  'settings new plank position start label': string;
17
17
  'settings new plank position end label': string;
18
18
  'select new plank positioning placeholder': string;
@@ -41,7 +41,7 @@ declare const _default: {
41
41
  'select overscroll placeholder': string;
42
42
  'settings overscroll centering label': string;
43
43
  'settings overscroll none label': string;
44
- 'settings flat deck': string;
44
+ 'settings enable ide-style statusbar label': string;
45
45
  'close current label': string;
46
46
  'close others label': string;
47
47
  'close all label': string;
@@ -1,4 +1,5 @@
1
1
  import { S } from '@dxos/echo-schema';
2
+ import { type Node } from '@dxos/plugin-graph';
2
3
  import { type Label } from '@dxos/react-ui';
3
4
  export declare const NewPlankPositions: readonly ["start", "end"];
4
5
  export type NewPlankPositioning = (typeof NewPlankPositions)[number];
@@ -8,18 +9,125 @@ export type Panel = {
8
9
  id: string;
9
10
  label: Label;
10
11
  icon: string;
12
+ filter?: (node: Node) => boolean;
11
13
  };
12
14
  export declare const DeckSettingsSchema: S.mutable<S.Struct<{
13
15
  showHints: typeof S.Boolean;
14
- customSlots: typeof S.Boolean;
15
- flatDeck: typeof S.Boolean;
16
16
  enableNativeRedirect: typeof S.Boolean;
17
+ enableIdeStyleStatusbar: typeof S.Boolean;
17
18
  newPlankPositioning: S.Literal<["start", "end"]>;
18
19
  overscroll: S.Literal<["none", "centering"]>;
19
20
  }>>;
20
21
  export type DeckSettingsProps = S.Schema.Type<typeof DeckSettingsSchema>;
22
+ declare const LayoutMode: S.Union<[S.Literal<["deck"]>, S.Literal<["solo"]>, S.Literal<["fullscreen"]>]>;
23
+ export declare const isLayoutMode: (value: any) => value is LayoutMode;
24
+ export type LayoutMode = S.Schema.Type<typeof LayoutMode>;
25
+ export declare const PlankSizing: S.Record$<typeof S.String, typeof S.Number>;
26
+ export type PlankSizing = S.Schema.Type<typeof PlankSizing>;
27
+ export declare const Deck: S.Struct<{
28
+ initialized: S.SchemaClass<boolean, boolean, never>;
29
+ active: S.mutable<S.Array$<typeof S.String>>;
30
+ inactive: S.mutable<S.Array$<typeof S.String>>;
31
+ solo: S.optional<typeof S.String>;
32
+ fullscreen: typeof S.Boolean;
33
+ plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
34
+ }>;
35
+ export type Deck = S.Schema.Type<typeof Deck>;
36
+ export declare const DeckState: S.mutable<S.Struct<{
37
+ sidebarState: S.Literal<["closed", "collapsed", "expanded"]>;
38
+ complementarySidebarState: S.Literal<["closed", "collapsed", "expanded"]>;
39
+ complementarySidebarPanel: S.optional<typeof S.String>;
40
+ dialogOpen: typeof S.Boolean;
41
+ /**
42
+ * Data to be passed to the dialog Surface.
43
+ */
44
+ dialogContent: S.optional<typeof S.Any>;
45
+ dialogBlockAlign: S.optional<S.Literal<["start", "center", "end"]>>;
46
+ dialogType: S.optional<S.Literal<["default", "alert"]>>;
47
+ popoverOpen: typeof S.Boolean;
48
+ popoverSide: S.optional<S.Literal<["top", "right", "bottom", "left"]>>;
49
+ /**
50
+ * Data to be passed to the popover Surface.
51
+ */
52
+ popoverContent: S.optional<typeof S.Any>;
53
+ popoverAnchorId: S.optional<typeof S.String>;
54
+ toasts: S.mutable<S.Array$<S.Struct<{
55
+ id: S.SchemaClass<string, string, never>;
56
+ title: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
57
+ ns: typeof S.String;
58
+ count: S.optional<typeof S.Number>;
59
+ }>>]>>]>>;
60
+ description: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
61
+ ns: typeof S.String;
62
+ count: S.optional<typeof S.Number>;
63
+ }>>]>>]>>;
64
+ icon: S.optional<S.SchemaClass<string, string, never>>;
65
+ duration: S.optional<S.SchemaClass<number, number, never>>;
66
+ closeLabel: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
67
+ ns: typeof S.String;
68
+ count: S.optional<typeof S.Number>;
69
+ }>>]>>]>>;
70
+ actionLabel: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
71
+ ns: typeof S.String;
72
+ count: S.optional<typeof S.Number>;
73
+ }>>]>>]>>;
74
+ actionAlt: S.optional<S.Union<[typeof S.String, S.mutable<S.Tuple<[typeof S.String, S.mutable<S.Struct<{
75
+ ns: typeof S.String;
76
+ count: S.optional<typeof S.Number>;
77
+ }>>]>>]>>;
78
+ onAction: S.optional<S.SchemaClass<any, any, never>>;
79
+ }>>>;
80
+ currentUndoId: S.optional<typeof S.String>;
81
+ activeDeck: typeof S.String;
82
+ previousDeck: typeof S.String;
83
+ decks: S.mutable<S.Record$<typeof S.String, S.mutable<S.Struct<{
84
+ initialized: S.SchemaClass<boolean, boolean, never>;
85
+ active: S.mutable<S.Array$<typeof S.String>>;
86
+ inactive: S.mutable<S.Array$<typeof S.String>>;
87
+ solo: S.optional<typeof S.String>;
88
+ fullscreen: typeof S.Boolean;
89
+ plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
90
+ }>>>>;
91
+ previousMode: S.mutable<S.Record$<typeof S.String, S.Union<[S.Literal<["deck"]>, S.Literal<["solo"]>, S.Literal<["fullscreen"]>]>>>;
92
+ deck: S.mutable<S.Struct<{
93
+ initialized: S.SchemaClass<boolean, boolean, never>;
94
+ active: S.mutable<S.Array$<typeof S.String>>;
95
+ inactive: S.mutable<S.Array$<typeof S.String>>;
96
+ solo: S.optional<typeof S.String>;
97
+ fullscreen: typeof S.Boolean;
98
+ plankSizing: S.mutable<S.Record$<typeof S.String, typeof S.Number>>;
99
+ }>>;
100
+ /**
101
+ * The identifier of a component to scroll into view when it is mounted.
102
+ */
103
+ scrollIntoView: S.optional<typeof S.String>;
104
+ }>>;
105
+ export type DeckState = S.Schema.Type<typeof DeckState>;
106
+ export declare const getMode: (deck: Deck) => LayoutMode;
107
+ export declare const SLUG_PATH_SEPARATOR = "~";
21
108
  export declare const DECK_ACTION: string;
22
109
  export declare namespace DeckAction {
110
+ const PartAdjustmentSchema: S.Union<[S.Literal<["close"]>, S.Literal<["solo"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
111
+ export type PartAdjustment = S.Schema.Type<typeof PartAdjustmentSchema>;
112
+ export const Adjustment: S.mutable<S.Struct<{
113
+ id: typeof S.String;
114
+ type: S.Union<[S.Literal<["close"]>, S.Literal<["solo"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
115
+ }>>;
116
+ export type Adjustment = S.Schema.Type<typeof Adjustment>;
117
+ const Adjust_base: S.TaggedClass<Adjust, `${string}/adjust`, {
118
+ readonly _tag: S.tag<`${string}/adjust`>;
119
+ } & {
120
+ input: S.mutable<S.Struct<{
121
+ id: typeof S.String;
122
+ type: S.Union<[S.Literal<["close"]>, S.Literal<["solo"]>, S.Literal<["increment-start"]>, S.Literal<["increment-end"]>]>;
123
+ }>>;
124
+ output: typeof S.Void;
125
+ }>;
126
+ /**
127
+ * An atomic transaction to apply to the deck, describing which element to move to which location.
128
+ */
129
+ export class Adjust extends Adjust_base {
130
+ }
23
131
  const UpdatePlankSize_base: S.TaggedClass<UpdatePlankSize, `${string}/update-plank-size`, {
24
132
  readonly _tag: S.tag<`${string}/update-plank-size`>;
25
133
  } & {
@@ -33,4 +141,5 @@ export declare namespace DeckAction {
33
141
  }
34
142
  export {};
35
143
  }
144
+ export {};
36
145
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,CAAC,EAAE,MAAM,mBAAmB,CAAC;AACtC,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAK5C,eAAO,MAAM,iBAAiB,2BAA4B,CAAC;AAC3D,MAAM,MAAM,mBAAmB,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAErE,eAAO,MAAM,iBAAiB,gCAAiC,CAAC;AAChE,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AAG5D,MAAM,MAAM,KAAK,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/D,eAAO,MAAM,kBAAkB;;;;;;;GAS9B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAEzE,eAAO,MAAM,WAAW,QAA0B,CAAC;AAEnD,yBAAiB,UAAU,CAAC;;;;;;;;;;IAC1B,MAAM,OAAO,eAAgB,SAAQ,oBAMnC;KAAG;;CACN"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,6 @@
1
- export * from './layout-parts';
2
1
  export * from './overscroll';
2
+ export * from './set-active';
3
3
  export * from './useBreakpoints';
4
+ export * from './layoutAppliesTopbar';
5
+ export * from './useHoistStatusbar';
4
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/util/index.ts"],"names":[],"mappings":"AAIA,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const layoutAppliesTopbar: (breakpoint: string) => boolean;
2
+ //# sourceMappingURL=layoutAppliesTopbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layoutAppliesTopbar.d.ts","sourceRoot":"","sources":["../../../../src/util/layoutAppliesTopbar.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,mBAAmB,eAAgB,MAAM,YAErD,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { type AttentionManager } from '@dxos/plugin-attention';
2
+ import { type DeckState } from '../types';
3
+ export type SetActiveOptions = {
4
+ next: string[];
5
+ state: DeckState;
6
+ attention?: AttentionManager;
7
+ };
8
+ export declare const setActive: ({ next, state, attention }: SetActiveOptions) => string | undefined;
9
+ //# sourceMappingURL=set-active.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"set-active.d.ts","sourceRoot":"","sources":["../../../../src/util/set-active.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAE/D,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,KAAK,EAAE,SAAS,CAAC;IACjB,SAAS,CAAC,EAAE,gBAAgB,CAAC;CAC9B,CAAC;AAEF,eAAO,MAAM,SAAS,+BAAgC,gBAAgB,uBA8BrE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"useHoistStatusbar.d.ts","sourceRoot":"","sources":["../../../../src/util/useHoistStatusbar.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,iBAAiB,eAAgB,MAAM,YAQnD,CAAC"}
1
+ {"version":3,"file":"useHoistStatusbar.d.ts","sourceRoot":"","sources":["../../../../src/util/useHoistStatusbar.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,iBAAiB,eAAgB,MAAM,YAOnD,CAAC"}
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@dxos/plugin-deck",
3
- "version": "0.7.5-main.9d2a38b",
3
+ "version": "0.7.5-main.b19bfc8",
4
4
  "description": "DXOS Surface plugin for the main application layout.",
5
5
  "homepage": "https://dxos.org",
6
6
  "bugs": "https://github.com/dxos/dxos/issues",
7
7
  "license": "MIT",
8
8
  "author": "DXOS.org",
9
9
  "sideEffects": true,
10
+ "type": "module",
10
11
  "exports": {
11
12
  ".": {
12
13
  "types": "./dist/types/src/index.d.ts",
@@ -30,33 +31,33 @@
30
31
  "src"
31
32
  ],
32
33
  "dependencies": {
33
- "@fluentui/react-tabster": "^9.19.0",
34
+ "@fluentui/react-tabster": "9.23.3",
34
35
  "@preact/signals-core": "^1.6.0",
35
- "effect": "^3.12.1",
36
+ "effect": "^3.12.3",
36
37
  "immer": "^10.1.1",
37
- "@dxos/debug": "0.7.5-main.9d2a38b",
38
- "@dxos/app-framework": "0.7.5-main.9d2a38b",
39
- "@dxos/async": "0.7.5-main.9d2a38b",
40
- "@dxos/echo-schema": "0.7.5-main.9d2a38b",
41
- "@dxos/echo-signals": "0.7.5-main.9d2a38b",
42
- "@dxos/invariant": "0.7.5-main.9d2a38b",
43
- "@dxos/keyboard": "0.7.5-main.9d2a38b",
44
- "@dxos/local-storage": "0.7.5-main.9d2a38b",
45
- "@dxos/live-object": "0.7.5-main.9d2a38b",
46
- "@dxos/log": "0.7.5-main.9d2a38b",
47
- "@dxos/plugin-attention": "0.7.5-main.9d2a38b",
48
- "@dxos/plugin-client": "0.7.5-main.9d2a38b",
49
- "@dxos/plugin-graph": "0.7.5-main.9d2a38b",
50
- "@dxos/plugin-observability": "0.7.5-main.9d2a38b",
51
- "@dxos/plugin-theme": "0.7.5-main.9d2a38b",
52
- "@dxos/react-client": "0.7.5-main.9d2a38b",
53
- "@dxos/react-ui-attention": "0.7.5-main.9d2a38b",
54
- "@dxos/react-ui-form": "0.7.5-main.9d2a38b",
55
- "@dxos/react-ui-stack": "0.7.5-main.9d2a38b",
56
- "@dxos/react-ui-tabs": "0.7.5-main.9d2a38b",
57
- "@dxos/util": "0.7.5-main.9d2a38b",
58
- "@dxos/react-ui-text-tooltip": "0.7.5-main.9d2a38b",
59
- "@dxos/react-ui-mosaic": "0.7.5-main.9d2a38b"
38
+ "@dxos/app-framework": "0.7.5-main.b19bfc8",
39
+ "@dxos/artifact": "0.7.5-main.b19bfc8",
40
+ "@dxos/async": "0.7.5-main.b19bfc8",
41
+ "@dxos/echo-schema": "0.7.5-main.b19bfc8",
42
+ "@dxos/echo-signals": "0.7.5-main.b19bfc8",
43
+ "@dxos/debug": "0.7.5-main.b19bfc8",
44
+ "@dxos/invariant": "0.7.5-main.b19bfc8",
45
+ "@dxos/live-object": "0.7.5-main.b19bfc8",
46
+ "@dxos/keyboard": "0.7.5-main.b19bfc8",
47
+ "@dxos/local-storage": "0.7.5-main.b19bfc8",
48
+ "@dxos/log": "0.7.5-main.b19bfc8",
49
+ "@dxos/plugin-attention": "0.7.5-main.b19bfc8",
50
+ "@dxos/plugin-client": "0.7.5-main.b19bfc8",
51
+ "@dxos/plugin-graph": "0.7.5-main.b19bfc8",
52
+ "@dxos/plugin-theme": "0.7.5-main.b19bfc8",
53
+ "@dxos/plugin-observability": "0.7.5-main.b19bfc8",
54
+ "@dxos/react-client": "0.7.5-main.b19bfc8",
55
+ "@dxos/react-ui-form": "0.7.5-main.b19bfc8",
56
+ "@dxos/react-ui-stack": "0.7.5-main.b19bfc8",
57
+ "@dxos/react-ui-attention": "0.7.5-main.b19bfc8",
58
+ "@dxos/react-ui-text-tooltip": "0.7.5-main.b19bfc8",
59
+ "@dxos/util": "0.7.5-main.b19bfc8",
60
+ "@dxos/react-ui-tabs": "0.7.5-main.b19bfc8"
60
61
  },
61
62
  "devDependencies": {
62
63
  "@phosphor-icons/react": "^2.1.5",
@@ -65,16 +66,16 @@
65
66
  "react": "~18.2.0",
66
67
  "react-dom": "~18.2.0",
67
68
  "vite": "5.4.7",
68
- "@dxos/react-ui": "0.7.5-main.9d2a38b",
69
- "@dxos/react-ui-theme": "0.7.5-main.9d2a38b",
70
- "@dxos/storybook-utils": "0.7.5-main.9d2a38b"
69
+ "@dxos/react-ui": "0.7.5-main.b19bfc8",
70
+ "@dxos/react-ui-theme": "0.7.5-main.b19bfc8",
71
+ "@dxos/storybook-utils": "0.7.5-main.b19bfc8"
71
72
  },
72
73
  "peerDependencies": {
73
74
  "@phosphor-icons/react": "^2.0.5",
74
75
  "react": "~18.2.0",
75
76
  "react-dom": "~18.2.0",
76
- "@dxos/react-ui-theme": "0.7.5-main.9d2a38b",
77
- "@dxos/react-ui": "0.7.5-main.9d2a38b"
77
+ "@dxos/react-ui-theme": "0.7.5-main.b19bfc8",
78
+ "@dxos/react-ui": "0.7.5-main.b19bfc8"
78
79
  },
79
80
  "publishConfig": {
80
81
  "access": "public"