@xmachines/docs 1.0.0-beta.24 → 1.0.0-beta.25

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 (194) hide show
  1. package/api/@xmachines/play/classes/PlayError.md +4 -4
  2. package/api/@xmachines/play/type-aliases/PlayEvent.md +2 -2
  3. package/api/@xmachines/play-actor/classes/AbstractActor.md +3 -3
  4. package/api/@xmachines/play-actor/interfaces/PlaySpec.md +2 -2
  5. package/api/@xmachines/play-actor/interfaces/Routable.md +3 -3
  6. package/api/@xmachines/play-actor/interfaces/ViewMetadata.md +3 -3
  7. package/api/@xmachines/play-actor/interfaces/Viewable.md +2 -2
  8. package/api/@xmachines/play-dom/classes/PlayRenderer.md +4 -4
  9. package/api/@xmachines/play-dom/functions/connectRenderer.md +1 -1
  10. package/api/@xmachines/play-dom/functions/renderSpec.md +1 -1
  11. package/api/@xmachines/play-dom/interfaces/ConnectRendererOptions.md +7 -7
  12. package/api/@xmachines/play-dom/interfaces/DomRenderContext.md +7 -7
  13. package/api/@xmachines/play-dom/interfaces/PlayDomOptions.md +3 -3
  14. package/api/@xmachines/play-dom/type-aliases/DomComponentRenderer.md +1 -1
  15. package/api/@xmachines/play-dom/type-aliases/DomRegistry.md +1 -1
  16. package/api/@xmachines/play-dom-router/functions/connectRouter.md +1 -1
  17. package/api/@xmachines/play-dom-router/functions/createBrowserHistory.md +1 -1
  18. package/api/@xmachines/play-dom-router/functions/createRouter.md +1 -1
  19. package/api/@xmachines/play-dom-router/interfaces/BrowserHistory.md +14 -14
  20. package/api/@xmachines/play-dom-router/interfaces/BrowserWindow.md +14 -14
  21. package/api/@xmachines/play-dom-router/interfaces/ConnectRouterOptions.md +4 -4
  22. package/api/@xmachines/play-dom-router/interfaces/VanillaRouter.md +4 -4
  23. package/api/@xmachines/play-react/classes/PlayErrorBoundary.md +5 -5
  24. package/api/@xmachines/play-react/functions/useActor.md +1 -1
  25. package/api/@xmachines/play-react/functions/useSignalEffect.md +1 -1
  26. package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryProps.md +4 -4
  27. package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryState.md +3 -3
  28. package/api/@xmachines/play-react/interfaces/PlayRendererProps.md +7 -7
  29. package/api/@xmachines/play-react/type-aliases/PlayActor.md +1 -1
  30. package/api/@xmachines/play-react/variables/PlayRenderer.md +1 -1
  31. package/api/@xmachines/play-react-router/classes/ReactRouterBridge.md +21 -21
  32. package/api/@xmachines/play-react-router/classes/RouteMap.md +4 -4
  33. package/api/@xmachines/play-react-router/functions/PlayRouterProvider.md +1 -1
  34. package/api/@xmachines/play-react-router/functions/createRouteMapFromTree.md +1 -1
  35. package/api/@xmachines/play-react-router/interfaces/PlayRouteEvent.md +6 -6
  36. package/api/@xmachines/play-react-router/interfaces/PlayRouterProviderProps.md +5 -5
  37. package/api/@xmachines/play-react-router/interfaces/RouteMapping.md +3 -3
  38. package/api/@xmachines/play-react-router/interfaces/RouterBridge.md +3 -3
  39. package/api/@xmachines/play-router/classes/BaseRouteMap.md +6 -4
  40. package/api/@xmachines/play-router/classes/RouterBridgeBase.md +21 -21
  41. package/api/@xmachines/play-router/functions/buildPlayRouteEvent.md +1 -1
  42. package/api/@xmachines/play-router/functions/buildRouteTree.md +1 -1
  43. package/api/@xmachines/play-router/functions/createRouteMap.md +1 -1
  44. package/api/@xmachines/play-router/functions/detectDuplicateRoutes.md +1 -1
  45. package/api/@xmachines/play-router/functions/extractMachineRoutes.md +1 -1
  46. package/api/@xmachines/play-router/functions/extractQuery.md +1 -1
  47. package/api/@xmachines/play-router/functions/findRouteById.md +1 -1
  48. package/api/@xmachines/play-router/functions/findRouteByPath.md +1 -1
  49. package/api/@xmachines/play-router/functions/getNavigableRoutes.md +1 -1
  50. package/api/@xmachines/play-router/functions/getRoutableRoutes.md +1 -1
  51. package/api/@xmachines/play-router/functions/getTransitionReachableRoutes.md +1 -1
  52. package/api/@xmachines/play-router/functions/isRouteReachable.md +1 -1
  53. package/api/@xmachines/play-router/functions/machineToGraph.md +1 -1
  54. package/api/@xmachines/play-router/functions/routeExists.md +1 -1
  55. package/api/@xmachines/play-router/functions/sanitizePathname.md +1 -1
  56. package/api/@xmachines/play-router/functions/validateRouteFormat.md +1 -1
  57. package/api/@xmachines/play-router/functions/validateStateExists.md +1 -1
  58. package/api/@xmachines/play-router/interfaces/BaseRouteMapping.md +3 -3
  59. package/api/@xmachines/play-router/interfaces/BuildPlayRouteEventOptions.md +4 -4
  60. package/api/@xmachines/play-router/interfaces/MachineEdgeData.md +3 -3
  61. package/api/@xmachines/play-router/interfaces/MachineNodeData.md +5 -5
  62. package/api/@xmachines/play-router/interfaces/PlayRouteEvent.md +6 -6
  63. package/api/@xmachines/play-router/interfaces/RouteInfo.md +8 -8
  64. package/api/@xmachines/play-router/interfaces/RouteMap.md +4 -4
  65. package/api/@xmachines/play-router/interfaces/RouteMatch.md +3 -3
  66. package/api/@xmachines/play-router/interfaces/RouteNode.md +10 -10
  67. package/api/@xmachines/play-router/interfaces/RouteObject.md +2 -2
  68. package/api/@xmachines/play-router/interfaces/RouteTree.md +5 -5
  69. package/api/@xmachines/play-router/interfaces/RouteWatcherHandle.md +6 -6
  70. package/api/@xmachines/play-router/interfaces/RouterBridge.md +3 -3
  71. package/api/@xmachines/play-router/type-aliases/MachineGraph.md +1 -1
  72. package/api/@xmachines/play-router/type-aliases/RouteMetadata.md +1 -1
  73. package/api/@xmachines/play-signals/functions/watchSignal.md +1 -1
  74. package/api/@xmachines/play-signals/interfaces/ComputedOptions.md +2 -2
  75. package/api/@xmachines/play-signals/interfaces/SignalComputed.md +2 -2
  76. package/api/@xmachines/play-signals/interfaces/SignalOptions.md +2 -2
  77. package/api/@xmachines/play-signals/interfaces/SignalState.md +3 -3
  78. package/api/@xmachines/play-signals/interfaces/SignalWatcher.md +4 -4
  79. package/api/@xmachines/play-signals/type-aliases/WatcherNotify.md +1 -1
  80. package/api/@xmachines/play-solid/functions/useActor.md +1 -1
  81. package/api/@xmachines/play-solid/interfaces/PlayRendererProps.md +7 -7
  82. package/api/@xmachines/play-solid/type-aliases/PlayActor.md +1 -1
  83. package/api/@xmachines/play-solid/variables/PlayRenderer.md +1 -1
  84. package/api/@xmachines/play-solid-router/classes/RouteMap.md +4 -4
  85. package/api/@xmachines/play-solid-router/classes/SolidRouterBridge.md +22 -22
  86. package/api/@xmachines/play-solid-router/functions/PlayRouterProvider.md +1 -1
  87. package/api/@xmachines/play-solid-router/functions/createRouteMap.md +1 -1
  88. package/api/@xmachines/play-solid-router/interfaces/AbstractActor.md +3 -3
  89. package/api/@xmachines/play-solid-router/interfaces/PlayRouteEvent.md +6 -6
  90. package/api/@xmachines/play-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
  91. package/api/@xmachines/play-solid-router/interfaces/RouteMapping.md +3 -3
  92. package/api/@xmachines/play-solid-router/interfaces/RouterBridge.md +3 -3
  93. package/api/@xmachines/play-solid-router/type-aliases/RoutableActor.md +1 -1
  94. package/api/@xmachines/play-solid-router/type-aliases/SolidRouterHooks.md +4 -4
  95. package/api/@xmachines/play-svelte/README.md +91 -0
  96. package/api/@xmachines/play-svelte/functions/defineRegistry.md +52 -0
  97. package/api/@xmachines/play-svelte/interfaces/BaseComponentProps.md +27 -0
  98. package/api/@xmachines/play-svelte/interfaces/ComponentContext.md +27 -0
  99. package/api/@xmachines/play-svelte/interfaces/PlayRendererProps.md +22 -0
  100. package/api/@xmachines/play-svelte/type-aliases/ComponentFn.md +16 -0
  101. package/api/@xmachines/play-svelte/type-aliases/PlayRenderer.md +7 -0
  102. package/api/@xmachines/play-svelte/variables/PlayRenderer.md +7 -0
  103. package/api/@xmachines/play-svelte/variables/getBoundProp.md +7 -0
  104. package/api/@xmachines/play-svelte-spa-router/README.md +53 -0
  105. package/api/@xmachines/play-svelte-spa-router/classes/RouteMap.md +150 -0
  106. package/api/@xmachines/play-svelte-spa-router/functions/connectRouter.md +19 -0
  107. package/api/@xmachines/play-svelte-spa-router/functions/createRouteMap.md +19 -0
  108. package/api/@xmachines/play-svelte-spa-router/interfaces/ConnectRouterOptions.md +16 -0
  109. package/api/@xmachines/play-svelte-spa-router/interfaces/PlayRouteEvent.md +119 -0
  110. package/api/@xmachines/play-svelte-spa-router/interfaces/RouteMapping.md +12 -0
  111. package/api/@xmachines/play-svelte-spa-router/interfaces/RouterBridge.md +104 -0
  112. package/api/@xmachines/play-svelte-spa-router/type-aliases/RoutableActor.md +9 -0
  113. package/api/@xmachines/play-svelte-spa-router-demo/README.md +23 -0
  114. package/api/@xmachines/play-sveltekit-router/README.md +53 -0
  115. package/api/@xmachines/play-sveltekit-router/classes/RouteMap.md +115 -0
  116. package/api/@xmachines/play-sveltekit-router/functions/connectRouter.md +19 -0
  117. package/api/@xmachines/play-sveltekit-router/functions/createRouteMap.md +19 -0
  118. package/api/@xmachines/play-sveltekit-router/interfaces/ConnectRouterOptions.md +12 -0
  119. package/api/@xmachines/play-sveltekit-router/interfaces/PlayRouteEvent.md +119 -0
  120. package/api/@xmachines/play-sveltekit-router/interfaces/RouteMapping.md +12 -0
  121. package/api/@xmachines/play-sveltekit-router/interfaces/RouterBridge.md +104 -0
  122. package/api/@xmachines/play-sveltekit-router/type-aliases/RoutableActor.md +9 -0
  123. package/api/@xmachines/play-sveltekit-router-demo/README.md +23 -0
  124. package/api/@xmachines/play-tanstack-react-router/classes/RouteMap.md +4 -4
  125. package/api/@xmachines/play-tanstack-react-router/classes/TanStackReactRouterBridge.md +21 -21
  126. package/api/@xmachines/play-tanstack-react-router/functions/PlayRouterProvider.md +1 -1
  127. package/api/@xmachines/play-tanstack-react-router/functions/createRouteMap.md +1 -1
  128. package/api/@xmachines/play-tanstack-react-router/functions/createRouteMapFromTree.md +1 -1
  129. package/api/@xmachines/play-tanstack-react-router/functions/extractMachineRoutes.md +1 -1
  130. package/api/@xmachines/play-tanstack-react-router/functions/extractParams.md +1 -1
  131. package/api/@xmachines/play-tanstack-react-router/functions/extractQueryParams.md +1 -1
  132. package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouteEvent.md +6 -6
  133. package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouterProviderProps.md +5 -5
  134. package/api/@xmachines/play-tanstack-react-router/interfaces/RouteMapping.md +3 -3
  135. package/api/@xmachines/play-tanstack-react-router/interfaces/RouteNavigateEvent.md +3 -3
  136. package/api/@xmachines/play-tanstack-react-router/interfaces/RouterBridge.md +3 -3
  137. package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterInstance.md +1 -1
  138. package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterLike.md +4 -4
  139. package/api/@xmachines/play-tanstack-solid-router/classes/RouteMap.md +4 -4
  140. package/api/@xmachines/play-tanstack-solid-router/classes/SolidRouterBridge.md +22 -22
  141. package/api/@xmachines/play-tanstack-solid-router/functions/PlayRouterProvider.md +1 -1
  142. package/api/@xmachines/play-tanstack-solid-router/functions/createRouteMap.md +1 -1
  143. package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouteEvent.md +6 -6
  144. package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
  145. package/api/@xmachines/play-tanstack-solid-router/interfaces/RouteMapping.md +3 -3
  146. package/api/@xmachines/play-tanstack-solid-router/interfaces/RouterBridge.md +3 -3
  147. package/api/@xmachines/play-tanstack-solid-router/type-aliases/RoutableActor.md +1 -1
  148. package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterInstance.md +1 -1
  149. package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterLike.md +4 -4
  150. package/api/@xmachines/play-vue/functions/defineRegistry.md +1 -1
  151. package/api/@xmachines/play-vue/functions/useActor.md +1 -1
  152. package/api/@xmachines/play-vue/interfaces/PlayRendererProps.md +5 -5
  153. package/api/@xmachines/play-vue/type-aliases/ComponentEntry.md +1 -1
  154. package/api/@xmachines/play-vue/type-aliases/ComponentsMap.md +1 -1
  155. package/api/@xmachines/play-vue/type-aliases/DefineRegistryOptions.md +2 -2
  156. package/api/@xmachines/play-vue/type-aliases/PlayActor.md +1 -1
  157. package/api/@xmachines/play-vue/variables/PlayRenderer.md +1 -1
  158. package/api/@xmachines/play-vue-router/classes/RouteMap.md +7 -7
  159. package/api/@xmachines/play-vue-router/classes/VueBaseRouteMap.md +7 -7
  160. package/api/@xmachines/play-vue-router/classes/VueRouterBridge.md +22 -22
  161. package/api/@xmachines/play-vue-router/functions/createRouteMap.md +1 -1
  162. package/api/@xmachines/play-vue-router/interfaces/PlayRouteEvent.md +6 -6
  163. package/api/@xmachines/play-vue-router/interfaces/RouteMapping.md +4 -4
  164. package/api/@xmachines/play-vue-router/interfaces/RouterBridge.md +3 -3
  165. package/api/@xmachines/play-vue-router/type-aliases/RoutableActor.md +1 -1
  166. package/api/@xmachines/play-vue-router/variables/PlayRouterProvider.md +1 -1
  167. package/api/@xmachines/play-xstate/classes/PlayerActor.md +11 -11
  168. package/api/@xmachines/play-xstate/functions/buildRouteUrl.md +1 -1
  169. package/api/@xmachines/play-xstate/functions/composeGuards.md +1 -1
  170. package/api/@xmachines/play-xstate/functions/composeGuardsOr.md +1 -1
  171. package/api/@xmachines/play-xstate/functions/contextFieldMatches.md +1 -1
  172. package/api/@xmachines/play-xstate/functions/definePlayer.md +1 -1
  173. package/api/@xmachines/play-xstate/functions/deriveRoute.md +1 -1
  174. package/api/@xmachines/play-xstate/functions/eventMatches.md +1 -1
  175. package/api/@xmachines/play-xstate/functions/formatPlayRouteTransitions.md +1 -1
  176. package/api/@xmachines/play-xstate/functions/hasContext.md +1 -1
  177. package/api/@xmachines/play-xstate/functions/isAbsoluteRoute.md +1 -1
  178. package/api/@xmachines/play-xstate/functions/negateGuard.md +1 -1
  179. package/api/@xmachines/play-xstate/interfaces/PlayerConfig.md +3 -3
  180. package/api/@xmachines/play-xstate/interfaces/PlayerFactoryResumeOptions.md +2 -2
  181. package/api/@xmachines/play-xstate/interfaces/PlayerOptions.md +6 -6
  182. package/api/@xmachines/play-xstate/interfaces/RouteContext.md +5 -5
  183. package/api/@xmachines/play-xstate/type-aliases/ComposedGuard.md +1 -1
  184. package/api/@xmachines/play-xstate/type-aliases/Guard.md +1 -1
  185. package/api/@xmachines/play-xstate/type-aliases/GuardArray.md +1 -1
  186. package/api/@xmachines/play-xstate/type-aliases/PlayerFactory.md +1 -1
  187. package/api/@xmachines/play-xstate/type-aliases/RouteMachineConfig.md +4 -4
  188. package/api/@xmachines/play-xstate/type-aliases/RouteStateNode.md +4 -4
  189. package/api/@xmachines/shared/functions/defineXmVitestConfig.md +2 -2
  190. package/api/@xmachines/shared/functions/xmAliases.md +1 -1
  191. package/api/README.md +5 -0
  192. package/api/llms.txt +3 -0
  193. package/examples/multi-router-integration.md +34 -6
  194. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xmachines/docs",
3
- "version": "1.0.0-beta.24",
3
+ "version": "1.0.0-beta.25",
4
4
  "description": "Documentation for XMachines",
5
5
  "keywords": [
6
6
  "documentation",
@@ -48,7 +48,7 @@
48
48
  "typedoc": "typedoc"
49
49
  },
50
50
  "devDependencies": {
51
- "@xmachines/shared": "1.0.0-beta.24",
51
+ "@xmachines/shared": "1.0.0-beta.25",
52
52
  "oxfmt": "^0.43.0",
53
53
  "oxlint": "^1.57.0",
54
54
  "typedoc": "^0.28.18",