@xmachines/docs 1.0.0-beta.27 → 1.0.0-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/@xmachines/play/README.md +4 -4
- package/api/@xmachines/play/classes/PlayError.md +4 -4
- package/api/@xmachines/play/type-aliases/PlayEvent.md +3 -3
- package/api/@xmachines/play-actor/README.md +6 -6
- package/api/@xmachines/play-actor/classes/AbstractActor.md +3 -3
- package/api/@xmachines/play-actor/functions/typedSpec.md +1 -1
- package/api/@xmachines/play-actor/interfaces/PlaySpec.md +2 -2
- package/api/@xmachines/play-actor/interfaces/Routable.md +3 -3
- package/api/@xmachines/play-actor/interfaces/ViewMetadata.md +3 -3
- package/api/@xmachines/play-actor/interfaces/Viewable.md +2 -2
- package/api/@xmachines/play-dom/README.md +50 -0
- package/api/@xmachines/play-dom/classes/PlayRenderer.md +4 -4
- package/api/@xmachines/play-dom/functions/connectRenderer.md +1 -1
- package/api/@xmachines/play-dom/functions/defineRegistry.md +1 -1
- package/api/@xmachines/play-dom/functions/renderSpec.md +1 -1
- package/api/@xmachines/play-dom/interfaces/ComponentContext.md +7 -7
- package/api/@xmachines/play-dom/interfaces/ConnectRendererOptions.md +7 -7
- package/api/@xmachines/play-dom/interfaces/DefineRegistryOptions.md +3 -3
- package/api/@xmachines/play-dom/interfaces/DefineRegistryResult.md +3 -3
- package/api/@xmachines/play-dom/interfaces/DomRenderContext.md +7 -7
- package/api/@xmachines/play-dom/interfaces/EventHandle.md +4 -4
- package/api/@xmachines/play-dom/interfaces/PlayDomOptions.md +3 -3
- package/api/@xmachines/play-dom/type-aliases/ComponentFn.md +1 -1
- package/api/@xmachines/play-dom/type-aliases/ComponentRegistry.md +1 -1
- package/api/@xmachines/play-dom/type-aliases/DomComponentRenderer.md +1 -1
- package/api/@xmachines/play-dom/type-aliases/DomRegistry.md +1 -1
- package/api/@xmachines/play-dom-router/functions/connectRouter.md +1 -1
- package/api/@xmachines/play-dom-router/functions/createBrowserHistory.md +1 -1
- package/api/@xmachines/play-dom-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-dom-router/functions/createRouter.md +1 -1
- package/api/@xmachines/play-dom-router/interfaces/BrowserHistory.md +14 -14
- package/api/@xmachines/play-dom-router/interfaces/BrowserWindow.md +14 -14
- package/api/@xmachines/play-dom-router/interfaces/ConnectRouterOptions.md +4 -4
- package/api/@xmachines/play-dom-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-dom-router/interfaces/RouteMap.md +3 -3
- package/api/@xmachines/play-dom-router/interfaces/RouteMapLike.md +3 -3
- package/api/@xmachines/play-dom-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-dom-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-dom-router/interfaces/VanillaRouter.md +4 -4
- package/api/@xmachines/play-dom-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-react/README.md +1 -1
- package/api/@xmachines/play-react/classes/PlayErrorBoundary.md +5 -5
- package/api/@xmachines/play-react/functions/useActor.md +1 -1
- package/api/@xmachines/play-react/functions/useSignalEffect.md +1 -1
- package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryProps.md +4 -4
- package/api/@xmachines/play-react/interfaces/PlayErrorBoundaryState.md +3 -3
- package/api/@xmachines/play-react/interfaces/PlayRendererProps.md +7 -7
- package/api/@xmachines/play-react/type-aliases/PlayActor.md +1 -1
- package/api/@xmachines/play-react/variables/PlayRenderer.md +1 -1
- package/api/@xmachines/play-react-router/README.md +3 -3
- package/api/@xmachines/play-react-router/classes/ReactRouterBridge.md +23 -23
- package/api/@xmachines/play-react-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-react-router/functions/PlayRouterProvider.md +1 -1
- package/api/@xmachines/play-react-router/functions/createRouteMapFromTree.md +1 -1
- package/api/@xmachines/play-react-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-react-router/interfaces/PlayRouterProviderProps.md +5 -5
- package/api/@xmachines/play-react-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-react-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-router/README.md +6 -6
- package/api/@xmachines/play-router/classes/BaseRouteMap.md +4 -4
- package/api/@xmachines/play-router/classes/RouterBridgeBase.md +23 -23
- package/api/@xmachines/play-router/functions/buildPlayRouteEvent.md +1 -1
- package/api/@xmachines/play-router/functions/buildRouteTree.md +1 -1
- package/api/@xmachines/play-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-router/functions/createRouteMapFromMachine.md +1 -1
- package/api/@xmachines/play-router/functions/createRouteMapFromTree.md +1 -1
- package/api/@xmachines/play-router/functions/detectDuplicateRoutes.md +1 -1
- package/api/@xmachines/play-router/functions/extractMachineRoutes.md +1 -1
- package/api/@xmachines/play-router/functions/extractQuery.md +1 -1
- package/api/@xmachines/play-router/functions/extractRouteParams.md +1 -1
- package/api/@xmachines/play-router/functions/findRouteById.md +1 -1
- package/api/@xmachines/play-router/functions/findRouteByPath.md +1 -1
- package/api/@xmachines/play-router/functions/getNavigableRoutes.md +1 -1
- package/api/@xmachines/play-router/functions/getRoutableRoutes.md +1 -1
- package/api/@xmachines/play-router/functions/getTransitionReachableRoutes.md +1 -1
- package/api/@xmachines/play-router/functions/isRouteReachable.md +1 -1
- package/api/@xmachines/play-router/functions/machineToGraph.md +1 -1
- package/api/@xmachines/play-router/functions/routeExists.md +1 -1
- package/api/@xmachines/play-router/functions/sanitizePathname.md +1 -1
- package/api/@xmachines/play-router/functions/validateRouteFormat.md +1 -1
- package/api/@xmachines/play-router/functions/validateStateExists.md +1 -1
- package/api/@xmachines/play-router/interfaces/BuildPlayRouteEventOptions.md +4 -4
- package/api/@xmachines/play-router/interfaces/LocationLike.md +3 -3
- package/api/@xmachines/play-router/interfaces/MachineEdgeData.md +3 -3
- package/api/@xmachines/play-router/interfaces/MachineNodeData.md +5 -5
- package/api/@xmachines/play-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-router/interfaces/RouteInfo.md +8 -8
- package/api/@xmachines/play-router/interfaces/RouteMap.md +4 -4
- package/api/@xmachines/play-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-router/interfaces/RouteMatch.md +3 -3
- package/api/@xmachines/play-router/interfaces/RouteNode.md +10 -10
- package/api/@xmachines/play-router/interfaces/RouteObject.md +2 -2
- package/api/@xmachines/play-router/interfaces/RouteTree.md +5 -5
- package/api/@xmachines/play-router/interfaces/RouteWatcherHandle.md +3 -3
- package/api/@xmachines/play-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-router/interfaces/WindowLike.md +3 -3
- package/api/@xmachines/play-router/type-aliases/MachineGraph.md +1 -1
- package/api/@xmachines/play-router/type-aliases/RouteMetadata.md +1 -1
- package/api/@xmachines/play-signals/README.md +2 -2
- package/api/@xmachines/play-signals/functions/watchSignal.md +1 -1
- package/api/@xmachines/play-signals/interfaces/ComputedOptions.md +2 -2
- package/api/@xmachines/play-signals/interfaces/SignalComputed.md +2 -2
- package/api/@xmachines/play-signals/interfaces/SignalOptions.md +2 -2
- package/api/@xmachines/play-signals/interfaces/SignalState.md +3 -3
- package/api/@xmachines/play-signals/interfaces/SignalWatcher.md +4 -4
- package/api/@xmachines/play-signals/type-aliases/WatcherNotify.md +1 -1
- package/api/@xmachines/play-solid/README.md +3 -3
- package/api/@xmachines/play-solid/functions/useActor.md +1 -1
- package/api/@xmachines/play-solid/interfaces/PlayRendererProps.md +7 -7
- package/api/@xmachines/play-solid/type-aliases/PlayActor.md +1 -1
- package/api/@xmachines/play-solid/variables/PlayRenderer.md +1 -1
- package/api/@xmachines/play-solid-router/README.md +1 -1
- package/api/@xmachines/play-solid-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-solid-router/classes/SolidRouterBridge.md +24 -24
- package/api/@xmachines/play-solid-router/functions/PlayRouterProvider.md +1 -1
- package/api/@xmachines/play-solid-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-solid-router/interfaces/AbstractActor.md +3 -3
- package/api/@xmachines/play-solid-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
- package/api/@xmachines/play-solid-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-solid-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-solid-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-solid-router/type-aliases/SolidRouterHooks.md +4 -4
- package/api/@xmachines/play-svelte/interfaces/PlayRendererProps.md +7 -7
- package/api/@xmachines/play-svelte-spa-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-svelte-spa-router/functions/connectRouter.md +1 -1
- package/api/@xmachines/play-svelte-spa-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-svelte-spa-router/interfaces/ConnectRouterOptions.md +4 -4
- package/api/@xmachines/play-svelte-spa-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-svelte-spa-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-svelte-spa-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-svelte-spa-router/interfaces/WindowLike.md +3 -3
- package/api/@xmachines/play-svelte-spa-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-sveltekit-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-sveltekit-router/functions/connectRouter.md +1 -1
- package/api/@xmachines/play-sveltekit-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-sveltekit-router/interfaces/ConnectRouterOptions.md +4 -4
- package/api/@xmachines/play-sveltekit-router/interfaces/LocationLike.md +3 -3
- package/api/@xmachines/play-sveltekit-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-sveltekit-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-sveltekit-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-sveltekit-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/README.md +4 -4
- package/api/@xmachines/play-tanstack-react-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-tanstack-react-router/classes/TanStackReactRouterBridge.md +23 -23
- package/api/@xmachines/play-tanstack-react-router/functions/PlayRouterProvider.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/functions/createRouteMapFromTree.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/functions/extractMachineRoutes.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-tanstack-react-router/interfaces/PlayRouterProviderProps.md +5 -5
- package/api/@xmachines/play-tanstack-react-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-tanstack-react-router/interfaces/RouteNavigateEvent.md +3 -3
- package/api/@xmachines/play-tanstack-react-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterInstance.md +1 -1
- package/api/@xmachines/play-tanstack-react-router/type-aliases/TanStackRouterLike.md +4 -4
- package/api/@xmachines/play-tanstack-solid-router/README.md +5 -5
- package/api/@xmachines/play-tanstack-solid-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-tanstack-solid-router/classes/SolidRouterBridge.md +24 -24
- package/api/@xmachines/play-tanstack-solid-router/functions/PlayRouterProvider.md +1 -1
- package/api/@xmachines/play-tanstack-solid-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-tanstack-solid-router/interfaces/PlayRouterProviderProps.md +5 -5
- package/api/@xmachines/play-tanstack-solid-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-tanstack-solid-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-tanstack-solid-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterInstance.md +1 -1
- package/api/@xmachines/play-tanstack-solid-router/type-aliases/TanStackRouterLike.md +3 -3
- package/api/@xmachines/play-vue/README.md +1 -1
- package/api/@xmachines/play-vue/functions/defineRegistry.md +1 -1
- package/api/@xmachines/play-vue/functions/useActor.md +1 -1
- package/api/@xmachines/play-vue/interfaces/PlayRendererProps.md +5 -5
- package/api/@xmachines/play-vue/type-aliases/ComponentEntry.md +1 -1
- package/api/@xmachines/play-vue/type-aliases/ComponentsMap.md +1 -1
- package/api/@xmachines/play-vue/type-aliases/DefineRegistryOptions.md +2 -2
- package/api/@xmachines/play-vue/type-aliases/PlayActor.md +1 -1
- package/api/@xmachines/play-vue/variables/PlayRenderer.md +1 -1
- package/api/@xmachines/play-vue-router/README.md +1 -1
- package/api/@xmachines/play-vue-router/classes/RouteMap.md +4 -4
- package/api/@xmachines/play-vue-router/classes/VueBaseRouteMap.md +4 -4
- package/api/@xmachines/play-vue-router/classes/VueRouterBridge.md +24 -24
- package/api/@xmachines/play-vue-router/functions/createRouteMap.md +1 -1
- package/api/@xmachines/play-vue-router/interfaces/PlayRouteEvent.md +7 -7
- package/api/@xmachines/play-vue-router/interfaces/RouteMapping.md +3 -3
- package/api/@xmachines/play-vue-router/interfaces/RouterBridge.md +4 -4
- package/api/@xmachines/play-vue-router/type-aliases/RoutableActor.md +1 -1
- package/api/@xmachines/play-vue-router/variables/PlayRouterProvider.md +1 -1
- package/api/@xmachines/play-xstate/README.md +10 -10
- package/api/@xmachines/play-xstate/classes/PlayerActor.md +12 -12
- package/api/@xmachines/play-xstate/functions/buildRouteUrl.md +1 -1
- package/api/@xmachines/play-xstate/functions/composeGuards.md +1 -1
- package/api/@xmachines/play-xstate/functions/composeGuardsOr.md +1 -1
- package/api/@xmachines/play-xstate/functions/contextFieldMatches.md +1 -1
- package/api/@xmachines/play-xstate/functions/definePlayer.md +2 -2
- package/api/@xmachines/play-xstate/functions/deriveRoute.md +2 -2
- package/api/@xmachines/play-xstate/functions/eventMatches.md +1 -1
- package/api/@xmachines/play-xstate/functions/formatPlayRouteTransitions.md +1 -1
- package/api/@xmachines/play-xstate/functions/hasContext.md +1 -1
- package/api/@xmachines/play-xstate/functions/isAbsoluteRoute.md +1 -1
- package/api/@xmachines/play-xstate/functions/negateGuard.md +1 -1
- package/api/@xmachines/play-xstate/interfaces/PlayerConfig.md +3 -3
- package/api/@xmachines/play-xstate/interfaces/PlayerFactoryResumeOptions.md +2 -2
- package/api/@xmachines/play-xstate/interfaces/PlayerOptions.md +6 -6
- package/api/@xmachines/play-xstate/interfaces/RouteContext.md +5 -5
- package/api/@xmachines/play-xstate/type-aliases/ComposedGuard.md +1 -1
- package/api/@xmachines/play-xstate/type-aliases/Guard.md +1 -1
- package/api/@xmachines/play-xstate/type-aliases/GuardArray.md +1 -1
- package/api/@xmachines/play-xstate/type-aliases/PlayerFactory.md +1 -1
- package/api/@xmachines/play-xstate/type-aliases/RouteMachineConfig.md +4 -4
- package/api/@xmachines/play-xstate/type-aliases/RouteStateNode.md +4 -4
- package/api/@xmachines/shared/functions/defineXmVitestConfig.md +1 -1
- package/api/@xmachines/shared/functions/xmAliases.md +1 -1
- package/api/README.md +1 -37
- package/api/llms.txt +4 -11
- package/examples/@xmachines/play-actor-shared/README.md +155 -0
- package/examples/@xmachines/play-actor-shared/interfaces/AuthContext.md +14 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/AuthActor.md +27 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/AuthCatalog.md +16 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/AuthEvents.md +17 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/AuthInput.md +9 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/AuthSnapshot.md +11 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/CatalogProps.md +187 -0
- package/examples/@xmachines/play-actor-shared/type-aliases/InferProps.md +17 -0
- package/examples/@xmachines/play-actor-shared/variables/authCatalog.md +173 -0
- package/examples/@xmachines/play-actor-shared/variables/authMachine.md +189 -0
- package/examples/@xmachines/play-actor-shared/variables/authSetup.md +22 -0
- package/examples/@xmachines/play-dom-demo/README.md +145 -0
- package/examples/@xmachines/play-dom-demo/functions/initShell.md +20 -0
- package/examples/@xmachines/play-dom-demo/variables/About.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Contact.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Dashboard.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Home.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Login.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Navigation.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Overview.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Profile.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Settings.md +9 -0
- package/examples/@xmachines/play-dom-demo/variables/Stats.md +9 -0
- package/{api → examples}/@xmachines/play-dom-router-demo/README.md +13 -13
- package/examples/@xmachines/play-react-demo/README.md +173 -0
- package/examples/@xmachines/play-react-demo/functions/App.md +13 -0
- package/examples/@xmachines/play-react-demo/functions/DebugPanel.md +20 -0
- package/examples/@xmachines/play-react-demo/functions/HeaderNav.md +20 -0
- package/examples/@xmachines/play-react-demo/functions/Shell.md +22 -0
- package/examples/@xmachines/play-react-demo/variables/About.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Contact.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Dashboard.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Home.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Login.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Navigation.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Overview.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Profile.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Settings.md +9 -0
- package/examples/@xmachines/play-react-demo/variables/Stats.md +9 -0
- package/{api → examples}/@xmachines/play-react-router-demo/README.md +12 -12
- package/examples/@xmachines/play-router-shared/README.md +111 -0
- package/examples/@xmachines/play-router-shared/test/auth-machine-routing.test.ts/README.md +3 -0
- package/examples/@xmachines/play-router-shared/test/demo-browser-suite.ts/README.md +11 -0
- package/examples/@xmachines/play-router-shared/test/demo-browser-suite.ts/functions/defineSharedDemoBrowserSuite.md +19 -0
- package/examples/@xmachines/play-router-shared/test/demo-browser-suite.ts/variables/defineRouterDemoBrowserSuite.md +19 -0
- package/examples/@xmachines/play-router-shared/test/env.d.ts/README.md +8 -0
- package/examples/@xmachines/play-router-shared/test/env.d.ts/interfaces/ImportMeta.md +63 -0
- package/examples/@xmachines/play-router-shared/test/env.d.ts/interfaces/ImportMetaEnv.md +32 -0
- package/examples/@xmachines/play-solid-demo/README.md +159 -0
- package/examples/@xmachines/play-solid-demo/functions/App.md +13 -0
- package/examples/@xmachines/play-solid-demo/functions/DebugPanel.md +20 -0
- package/examples/@xmachines/play-solid-demo/functions/HeaderNav.md +20 -0
- package/examples/@xmachines/play-solid-demo/functions/Shell.md +22 -0
- package/examples/@xmachines/play-solid-demo/variables/About.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Contact.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Dashboard.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Home.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Login.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Navigation.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Overview.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Profile.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Settings.md +9 -0
- package/examples/@xmachines/play-solid-demo/variables/Stats.md +9 -0
- package/{api → examples}/@xmachines/play-solid-router-demo/README.md +13 -13
- package/examples/@xmachines/play-svelte-demo/README.md +127 -0
- package/{api → examples}/@xmachines/play-svelte-spa-router-demo/README.md +12 -13
- package/{api → examples}/@xmachines/play-sveltekit-router-demo/README.md +12 -13
- package/{api → examples}/@xmachines/play-tanstack-react-router-demo/README.md +13 -13
- package/{api → examples}/@xmachines/play-tanstack-solid-router-demo/README.md +14 -14
- package/examples/@xmachines/play-vue-demo/README.md +145 -0
- package/{api → examples}/@xmachines/play-vue-router-demo/README.md +12 -12
- package/examples/README.md +51 -27
- package/package.json +6 -4
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-actor-shared](../README.md) / authMachine
|
|
2
|
+
|
|
3
|
+
# Variable: authMachine
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const authMachine: StateMachine<AuthContext, AuthEvents, {
|
|
7
|
+
}, never, never, never, never,
|
|
8
|
+
| "login"
|
|
9
|
+
| "home"
|
|
10
|
+
| "about"
|
|
11
|
+
| "contact"
|
|
12
|
+
| "profile"
|
|
13
|
+
| "settings"
|
|
14
|
+
| {
|
|
15
|
+
dashboard: "overview" | "stats";
|
|
16
|
+
}, string, AuthInput, NonReducibleUnknown, EventObject, MetaObject, ToStateSchema<{
|
|
17
|
+
context: (__namedParameters) => object;
|
|
18
|
+
id: string;
|
|
19
|
+
initial: string;
|
|
20
|
+
on: {
|
|
21
|
+
auth.login: {
|
|
22
|
+
actions: ActionFunction<AuthContext, AuthEvents, AuthEvents, undefined, never, never, never, never, never>;
|
|
23
|
+
guard: (__namedParameters) => boolean;
|
|
24
|
+
target: string;
|
|
25
|
+
};
|
|
26
|
+
auth.logout: {
|
|
27
|
+
actions: ActionFunction<AuthContext, AuthEvents, AuthEvents, undefined, never, never, never, never, never>;
|
|
28
|
+
guard: (__namedParameters) => boolean;
|
|
29
|
+
target: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
states: {
|
|
33
|
+
about: {
|
|
34
|
+
id: string;
|
|
35
|
+
meta: {
|
|
36
|
+
route: string;
|
|
37
|
+
view: {
|
|
38
|
+
component: string;
|
|
39
|
+
spec: {
|
|
40
|
+
elements: {
|
|
41
|
+
root: {
|
|
42
|
+
children: ...[];
|
|
43
|
+
props: {
|
|
44
|
+
title: ...;
|
|
45
|
+
};
|
|
46
|
+
type: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
root: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
contact: {
|
|
55
|
+
id: string;
|
|
56
|
+
meta: {
|
|
57
|
+
route: string;
|
|
58
|
+
view: {
|
|
59
|
+
component: string;
|
|
60
|
+
spec: {
|
|
61
|
+
elements: {
|
|
62
|
+
root: {
|
|
63
|
+
children: ...[];
|
|
64
|
+
props: {
|
|
65
|
+
title: ...;
|
|
66
|
+
};
|
|
67
|
+
type: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
root: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
dashboard: {
|
|
76
|
+
always: {
|
|
77
|
+
guard: (__namedParameters) => boolean;
|
|
78
|
+
target: string;
|
|
79
|
+
};
|
|
80
|
+
id: string;
|
|
81
|
+
initial: string;
|
|
82
|
+
meta: {
|
|
83
|
+
route: string;
|
|
84
|
+
};
|
|
85
|
+
states: {
|
|
86
|
+
overview: {
|
|
87
|
+
id: string;
|
|
88
|
+
meta: {
|
|
89
|
+
route: string;
|
|
90
|
+
view: {
|
|
91
|
+
component: string;
|
|
92
|
+
spec: PlaySpec;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
};
|
|
96
|
+
stats: {
|
|
97
|
+
id: string;
|
|
98
|
+
meta: {
|
|
99
|
+
route: string;
|
|
100
|
+
view: {
|
|
101
|
+
component: string;
|
|
102
|
+
spec: PlaySpec;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
home: {
|
|
109
|
+
id: string;
|
|
110
|
+
meta: {
|
|
111
|
+
route: string;
|
|
112
|
+
view: {
|
|
113
|
+
component: string;
|
|
114
|
+
spec: {
|
|
115
|
+
elements: {
|
|
116
|
+
root: {
|
|
117
|
+
children: ...[];
|
|
118
|
+
props: {
|
|
119
|
+
title: ...;
|
|
120
|
+
};
|
|
121
|
+
type: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
root: string;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
login: {
|
|
130
|
+
id: string;
|
|
131
|
+
meta: {
|
|
132
|
+
route: string;
|
|
133
|
+
view: {
|
|
134
|
+
component: string;
|
|
135
|
+
spec: {
|
|
136
|
+
elements: {
|
|
137
|
+
root: {
|
|
138
|
+
children: ...[];
|
|
139
|
+
on: {
|
|
140
|
+
submit: ...;
|
|
141
|
+
};
|
|
142
|
+
props: {
|
|
143
|
+
title: ...;
|
|
144
|
+
username: ...;
|
|
145
|
+
};
|
|
146
|
+
type: string;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
149
|
+
root: string;
|
|
150
|
+
state: {
|
|
151
|
+
username: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
profile: {
|
|
158
|
+
always: {
|
|
159
|
+
guard: (__namedParameters) => boolean;
|
|
160
|
+
target: string;
|
|
161
|
+
};
|
|
162
|
+
id: string;
|
|
163
|
+
meta: {
|
|
164
|
+
route: string;
|
|
165
|
+
view: {
|
|
166
|
+
component: string;
|
|
167
|
+
spec: PlaySpec;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
settings: {
|
|
172
|
+
always: {
|
|
173
|
+
guard: (__namedParameters) => boolean;
|
|
174
|
+
target: string;
|
|
175
|
+
};
|
|
176
|
+
id: string;
|
|
177
|
+
meta: {
|
|
178
|
+
route: string;
|
|
179
|
+
view: {
|
|
180
|
+
component: string;
|
|
181
|
+
spec: PlaySpec;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
};
|
|
186
|
+
}>>;
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Defined in: [packages/play-actor/examples/shared/src/auth-machine.ts:49](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-actor/examples/shared/src/auth-machine.ts#L49)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-actor-shared](../README.md) / authSetup
|
|
2
|
+
|
|
3
|
+
# Variable: authSetup
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const authSetup: SetupReturn<
|
|
7
|
+
AuthContext,
|
|
8
|
+
AuthEvents,
|
|
9
|
+
{},
|
|
10
|
+
{},
|
|
11
|
+
{},
|
|
12
|
+
{},
|
|
13
|
+
never,
|
|
14
|
+
string,
|
|
15
|
+
AuthInput,
|
|
16
|
+
NonReducibleUnknown,
|
|
17
|
+
EventObject,
|
|
18
|
+
MetaObject
|
|
19
|
+
>;
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Defined in: [packages/play-actor/examples/shared/src/auth-machine.ts:41](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-actor/examples/shared/src/auth-machine.ts#L41)
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
[Documentation](../../README.md) / @xmachines/play-dom-demo
|
|
2
|
+
|
|
3
|
+
# Vanilla DOM Demo
|
|
4
|
+
|
|
5
|
+
Vanilla DOM renderer demo for `@xmachines/play-dom` — actor + `connectRenderer` without a router.
|
|
6
|
+
|
|
7
|
+
## What This Demonstrates
|
|
8
|
+
|
|
9
|
+
- Shared auth machine reused without framework-specific business logic
|
|
10
|
+
- `connectRenderer` wiring `PlayRenderer`-equivalent DOM rendering without a framework
|
|
11
|
+
- Auth machine states (home → login → dashboard) drive DOM updates via TC39 Signal watchers
|
|
12
|
+
- `watchSignal` for reactive nav visibility and debug panel updates
|
|
13
|
+
- Non-browser invariant tests plus browser renderer coverage
|
|
14
|
+
|
|
15
|
+
## Running the Demo
|
|
16
|
+
|
|
17
|
+
From the repository root:
|
|
18
|
+
|
|
19
|
+
```bash
|
|
20
|
+
npm install
|
|
21
|
+
npm run dev -w @xmachines/play-dom-demo
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
Then open `http://localhost:5173`.
|
|
25
|
+
|
|
26
|
+
## Step-by-Step Code Flow
|
|
27
|
+
|
|
28
|
+
Use this order to understand the implementation:
|
|
29
|
+
|
|
30
|
+
1. `src/main.ts` calls `definePlayer({ machine: authMachine })` and starts the actor.
|
|
31
|
+
2. `initShell(actor, app)` from `src/shell.ts` builds the HTML scaffold and registers all event listeners.
|
|
32
|
+
3. `makeComponents(actor)` constructs a `DomRegistry` of stateless and stateful `DomComponentRenderer` functions.
|
|
33
|
+
4. `connectRenderer({ actor, registry, container })` wires the registry to the actor — view switches happen automatically when actor state changes.
|
|
34
|
+
5. `watchSignal(actor.state, ...)` drives nav login/logout button visibility and the debug panel.
|
|
35
|
+
6. Browser tests in `test/browser/` validate startup rendering and auth interactions.
|
|
36
|
+
|
|
37
|
+
```ts
|
|
38
|
+
// src/main.ts (shape)
|
|
39
|
+
const createPlayer = definePlayer({ machine: authMachine });
|
|
40
|
+
const actor = createPlayer();
|
|
41
|
+
actor.start();
|
|
42
|
+
|
|
43
|
+
const app = document.getElementById("app");
|
|
44
|
+
if (app) {
|
|
45
|
+
initShell(actor, app);
|
|
46
|
+
}
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
```ts
|
|
50
|
+
// src/shell.ts (shape)
|
|
51
|
+
const disconnectRenderer = connectRenderer({
|
|
52
|
+
actor,
|
|
53
|
+
registry,
|
|
54
|
+
container: viewContent,
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
const unwatchState = watchSignal(actor.state, () => {
|
|
58
|
+
const snapshot = actor.getSnapshot();
|
|
59
|
+
navLogin.hidden = snapshot.context.isAuthenticated;
|
|
60
|
+
navLogout.hidden = !snapshot.context.isAuthenticated;
|
|
61
|
+
});
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```ts
|
|
65
|
+
// src/shell.ts — sending events (shape)
|
|
66
|
+
actor.send({ type: "play.route", to: "#login" });
|
|
67
|
+
actor.send({ type: "auth.login", username });
|
|
68
|
+
actor.send({ type: "auth.logout" });
|
|
69
|
+
```
|
|
70
|
+
|
|
71
|
+
## Key Files
|
|
72
|
+
|
|
73
|
+
- `src/main.ts` - actor creation and shell bootstrap
|
|
74
|
+
- `src/shell.ts` - DOM scaffold, `DomRegistry` construction, `connectRenderer` wiring, and `watchSignal` for reactive nav and debug panel
|
|
75
|
+
- `test/library-pattern.test.ts` - architecture boundary and invariant assertions
|
|
76
|
+
- `test/browser/renderer-demo.browser.test.ts` - browser-mode renderer coverage
|
|
77
|
+
|
|
78
|
+
## State Machine & Architecture Details
|
|
79
|
+
|
|
80
|
+
The demo utilizes XMachines architectural invariants:
|
|
81
|
+
|
|
82
|
+
1. **Actor Authority:** Navigation buttons dispatch `play.route` events to the actor. The actor evaluates guards and transitions to the correct state — the DOM never decides which view to show.
|
|
83
|
+
2. **Passive Infrastructure:** `connectRenderer` and `watchSignal` only react to actor signals. They do not hold business state or make routing decisions.
|
|
84
|
+
3. **Signal-Only Reactivity:** `watchSignal` (from `@xmachines/play-signals`) wraps the canonical TC39 Signals watcher lifecycle, keeping all reactivity in the actor signal layer rather than in ad-hoc DOM event listeners.
|
|
85
|
+
|
|
86
|
+
## Watcher Lifecycle and Cleanup Contract
|
|
87
|
+
|
|
88
|
+
This demo follows the canonical watcher lifecycle:
|
|
89
|
+
|
|
90
|
+
1. `notify`
|
|
91
|
+
2. `queueMicrotask`
|
|
92
|
+
3. `getPending()`
|
|
93
|
+
4. Read actor signals and project DOM state
|
|
94
|
+
5. Re-arm with `watch()`/`watch(...signals)`
|
|
95
|
+
|
|
96
|
+
Watcher notifications are one-shot. Cleanup is explicit: both `disconnectRenderer()` and `unwatchState()` must be called to avoid memory leaks. In this demo, cleanup is returned from `initShell` and called on `beforeunload`.
|
|
97
|
+
|
|
98
|
+
## Adapter Boundaries
|
|
99
|
+
|
|
100
|
+
`connectRenderer` (from `@xmachines/play-dom`) is passive infrastructure. It translates actor view signals into DOM mutations but holds no business logic. The `DomRegistry` maps catalog component keys to factory functions — the actor owns which key is active.
|
|
101
|
+
|
|
102
|
+
## Available Scripts
|
|
103
|
+
|
|
104
|
+
These commands are defined in `package.json`:
|
|
105
|
+
|
|
106
|
+
| Command | Description |
|
|
107
|
+
| -------------------------------------------------- | -------------------------------- |
|
|
108
|
+
| `npm run dev -w @xmachines/play-dom-demo` | Start Vite dev server |
|
|
109
|
+
| `npm run build -w @xmachines/play-dom-demo` | Build production bundle |
|
|
110
|
+
| `npm run preview -w @xmachines/play-dom-demo` | Preview built bundle |
|
|
111
|
+
| `npm run test -w @xmachines/play-dom-demo` | Run Vitest test suite |
|
|
112
|
+
| `npm run test:browser -w @xmachines/play-dom-demo` | Run browser-focused Vitest suite |
|
|
113
|
+
|
|
114
|
+
## Verification
|
|
115
|
+
|
|
116
|
+
Use these checks to validate README claims against the current demo implementation:
|
|
117
|
+
|
|
118
|
+
```bash
|
|
119
|
+
npm run test -w @xmachines/play-dom-demo
|
|
120
|
+
npm run test:browser -w @xmachines/play-dom-demo
|
|
121
|
+
```
|
|
122
|
+
|
|
123
|
+
Expected result: library-pattern invariant tests pass and the browser renderer suite completes.
|
|
124
|
+
|
|
125
|
+
## Learn More
|
|
126
|
+
|
|
127
|
+
- [Play DOM package README](../../README.md)
|
|
128
|
+
- [Play DOM Router demo README](../../../play-dom-router/examples/demo/README.md)
|
|
129
|
+
|
|
130
|
+
## Variables
|
|
131
|
+
|
|
132
|
+
- [About](variables/About.md)
|
|
133
|
+
- [Contact](variables/Contact.md)
|
|
134
|
+
- [Dashboard](variables/Dashboard.md)
|
|
135
|
+
- [Home](variables/Home.md)
|
|
136
|
+
- [Login](variables/Login.md)
|
|
137
|
+
- [Navigation](variables/Navigation.md)
|
|
138
|
+
- [Overview](variables/Overview.md)
|
|
139
|
+
- [Profile](variables/Profile.md)
|
|
140
|
+
- [Settings](variables/Settings.md)
|
|
141
|
+
- [Stats](variables/Stats.md)
|
|
142
|
+
|
|
143
|
+
## Functions
|
|
144
|
+
|
|
145
|
+
- [initShell](functions/initShell.md)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / initShell
|
|
2
|
+
|
|
3
|
+
# Function: initShell()
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
function initShell(actor, appElement): () => void;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [shell.ts:32](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/shell.ts#L32)
|
|
10
|
+
|
|
11
|
+
## Parameters
|
|
12
|
+
|
|
13
|
+
| Parameter | Type |
|
|
14
|
+
| ------------ | ---------------------------------------------------------------- |
|
|
15
|
+
| `actor` | [`AuthActor`](../../play-actor-shared/type-aliases/AuthActor.md) |
|
|
16
|
+
| `appElement` | `HTMLElement` |
|
|
17
|
+
|
|
18
|
+
## Returns
|
|
19
|
+
|
|
20
|
+
() => `void`
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / About
|
|
2
|
+
|
|
3
|
+
# Variable: About
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const About: ComponentFn<AuthCatalog, "About">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/About.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/About.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Contact
|
|
2
|
+
|
|
3
|
+
# Variable: Contact
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Contact: ComponentFn<AuthCatalog, "Contact">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Contact.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Contact.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Dashboard
|
|
2
|
+
|
|
3
|
+
# Variable: Dashboard
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Dashboard: ComponentFn<AuthCatalog, "Dashboard">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Dashboard.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Dashboard.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Home
|
|
2
|
+
|
|
3
|
+
# Variable: Home
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Home: ComponentFn<AuthCatalog, "Home">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Home.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Home.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Login
|
|
2
|
+
|
|
3
|
+
# Variable: Login
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Login: ComponentFn<AuthCatalog, "Login">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Login.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Login.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Navigation
|
|
2
|
+
|
|
3
|
+
# Variable: Navigation
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Navigation: ComponentFn<AuthCatalog, "Navigation">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Navigation.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Navigation.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Overview
|
|
2
|
+
|
|
3
|
+
# Variable: Overview
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Overview: ComponentFn<AuthCatalog, "Overview">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Overview.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Overview.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Profile
|
|
2
|
+
|
|
3
|
+
# Variable: Profile
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Profile: ComponentFn<AuthCatalog, "Profile">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Profile.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Profile.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Settings
|
|
2
|
+
|
|
3
|
+
# Variable: Settings
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Settings: ComponentFn<AuthCatalog, "Settings">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Settings.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Settings.ts#L4)
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
[Documentation](../../../README.md) / [@xmachines/play-dom-demo](../README.md) / Stats
|
|
2
|
+
|
|
3
|
+
# Variable: Stats
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
const Stats: ComponentFn<AuthCatalog, "Stats">;
|
|
7
|
+
```
|
|
8
|
+
|
|
9
|
+
Defined in: [components/Stats.ts:4](https://gitlab.com/xmachin-es/xmachines-js/-/blob/v1.0.0-beta.29/packages/play-dom/examples/demo/src/components/Stats.ts#L4)
|
|
@@ -18,7 +18,7 @@ From the repository root:
|
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
20
|
npm install
|
|
21
|
-
npm run dev -w
|
|
21
|
+
npm run dev -w @xmachines/play-dom-router-demo
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
Then open `http://localhost:5174`.
|
|
@@ -110,27 +110,27 @@ Watcher notifications are one-shot, so re-arm is mandatory. Router/shell teardow
|
|
|
110
110
|
|
|
111
111
|
These commands are defined in `package.json`:
|
|
112
112
|
|
|
113
|
-
| Command
|
|
114
|
-
|
|
|
115
|
-
| `npm run dev -w
|
|
116
|
-
| `npm run build -w
|
|
117
|
-
| `npm run preview -w
|
|
118
|
-
| `npm run test -w
|
|
119
|
-
| `npm run test:browser -w
|
|
113
|
+
| Command | Description |
|
|
114
|
+
| --------------------------------------------------------- | -------------------------------- |
|
|
115
|
+
| `npm run dev -w @xmachines/play-dom-router-demo` | Start Vite dev server |
|
|
116
|
+
| `npm run build -w @xmachines/play-dom-router-demo` | Build production bundle |
|
|
117
|
+
| `npm run preview -w @xmachines/play-dom-router-demo` | Preview built bundle |
|
|
118
|
+
| `npm run test -w @xmachines/play-dom-router-demo` | Run Vitest test suite |
|
|
119
|
+
| `npm run test:browser -w @xmachines/play-dom-router-demo` | Run browser-focused Vitest suite |
|
|
120
120
|
|
|
121
121
|
## Verification
|
|
122
122
|
|
|
123
123
|
Use these checks to validate README claims against the current demo implementation:
|
|
124
124
|
|
|
125
125
|
```bash
|
|
126
|
-
npm run test -w
|
|
127
|
-
npm run test:browser -w
|
|
126
|
+
npm run test -w @xmachines/play-dom-router-demo
|
|
127
|
+
npm run test:browser -w @xmachines/play-dom-router-demo
|
|
128
128
|
```
|
|
129
129
|
|
|
130
130
|
Expected result: tests pass, including startup rendering and the full browser auth flow in `test/browser/`.
|
|
131
131
|
|
|
132
132
|
## Learn More
|
|
133
133
|
|
|
134
|
-
- [Play DOM Router package README](
|
|
135
|
-
- [Play DOM demo README](../../../examples/README.md)
|
|
136
|
-
- [Play Router package README](
|
|
134
|
+
- [Play DOM Router package README](../../README.md)
|
|
135
|
+
- [Play DOM demo README](../../../play-dom/examples/demo/README.md)
|
|
136
|
+
- [Play Router package README](../../../play-router/README.md)
|