@-0/browser
Advanced tools
Comparing version 0.3.73 to 0.3.74
import { ICommand } from "@-0/keys"; | ||
export declare const cmd_flip_first: ICommand; | ||
export declare const cmd_flip_last_inverse_play: ICommand; |
@@ -0,0 +0,0 @@ import { Atom } from "@thi.ng/atom"; |
import { ICommand } from "@-0/keys"; | ||
export declare const cmd_inject_head: ICommand; |
@@ -0,0 +0,0 @@ import { URL_DATA, CMD_SUB$, CMD_ARGS, CMD_WORK, DOM_HEAD, HD_TITL, HD_ICON, HD_TYPE, HD_DESC, HD_IMGU, HD_IMGW, HD_IMGH, } from "@-0/keys"; |
@@ -0,0 +0,0 @@ export * from "./FLIP"; |
@@ -0,0 +0,0 @@ export * from "./FLIP"; |
@@ -0,0 +0,0 @@ import * as API from "@-0/keys"; |
@@ -0,0 +0,0 @@ import * as API from "@-0/keys"; |
@@ -0,0 +0,0 @@ import { ICommand, Command } from "@-0/keys"; |
@@ -0,0 +0,0 @@ import { URL2obj, Err_missing_props } from "@-0/utils"; |
@@ -0,0 +0,0 @@ import { Command, ICommandObject } from "@-0/keys"; |
@@ -0,0 +0,0 @@ import { CMD_SUB$, CMD_ARGS, CMD_WORK, STATE_DATA, STATE_PATH } from "@-0/keys"; |
export * from "./stream$"; |
export * from "./stream$"; |
@@ -0,0 +0,0 @@ import { ISubscribable } from "@thi.ng/rstream"; |
@@ -0,0 +0,0 @@ import { fromDOMEvent, merge } from "@thi.ng/rstream"; |
@@ -0,0 +0,0 @@ export * as API from "@-0/keys"; |
@@ -0,0 +0,0 @@ import * as API_1 from "@-0/keys"; |
export * from "./routing"; |
export * from "./routing"; |
import { Command, Router, RouterCFG, RouterCommand } from "@-0/keys"; | ||
export declare const registerRouterDOM: (CFG: Router | RouterCFG, setStateCMD?: Command) => RouterCommand; |
@@ -0,0 +0,0 @@ import { DOM_NODE, URL_FULL, CMD_SUB$, CMD_ARGS, CMD_SRC$, CMD_WORK, POP_STATE, } from "@-0/keys"; |
export { $store$, set$$tate } from "./state"; |
export { $store$, set$$tate } from "./state"; |
@@ -0,0 +0,0 @@ import { Atom } from "@thi.ng/atom"; |
@@ -0,0 +0,0 @@ import { Atom } from "@thi.ng/atom"; |
export * from "./routing"; |
export * from "./routing"; |
import { RouterCFG, Router, HOTask, Command } from "@-0/keys"; | ||
export declare const __URL__ROUTE: (CFG: Router | RouterCFG, SET_STATE: Command) => HOTask; | ||
export declare const __DOM_URL__ROUTE: (CFG: Router | RouterCFG, SET_STATE: Command) => HOTask; |
@@ -79,7 +79,7 @@ import { isPlainObject } from "@thi.ng/checks"; | ||
_RESTORE_SCROLL_IF_POPSTATE, | ||
_NOTIFY_PRERENDER_DOM, | ||
_SCROLL_TO_HASH, | ||
...POST, | ||
_NOTIFY_PRERENDER_DOM, | ||
]; | ||
return ROUTE_HOT; | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.73", | ||
"version": "0.3.74", | ||
"description": "Browser helpers for -0 state management, routing and the interaction between", | ||
@@ -38,27 +38,27 @@ "main": "./lib/index.js", | ||
"@-0/spool": "^0.3.53", | ||
"@thi.ng/paths": "^5.1.2", | ||
"@thi.ng/rstream": "^7.2.0" | ||
"@thi.ng/paths": "^5.1.13", | ||
"@thi.ng/rstream": "^7.2.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.16.0", | ||
"@thi.ng/arrays": "^2.1.2", | ||
"@thi.ng/associative": "6.1.2", | ||
"@thi.ng/atom": "^5.1.2", | ||
"@thi.ng/checks": "^3.1.2", | ||
"@thi.ng/paths": "^5.1.2", | ||
"@thi.ng/rstream": "^7.2.0", | ||
"@thi.ng/transducers": "^8.1.2", | ||
"@types/jest": "^27.0.3", | ||
"@types/node": "^16.11.11", | ||
"@typescript-eslint/eslint-plugin": "^5.5.0", | ||
"@typescript-eslint/parser": "^5.5.0", | ||
"babel-jest": "^27.4.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.18.6", | ||
"@thi.ng/arrays": "^2.3.4", | ||
"@thi.ng/associative": "6.2.5", | ||
"@thi.ng/atom": "^5.1.13", | ||
"@thi.ng/checks": "^3.2.4", | ||
"@thi.ng/paths": "^5.1.13", | ||
"@thi.ng/rstream": "^7.2.16", | ||
"@thi.ng/transducers": "^8.3.12", | ||
"@types/jest": "^28.1.7", | ||
"@types/node": "^18.7.6", | ||
"@typescript-eslint/eslint-plugin": "^5.33.1", | ||
"@typescript-eslint/parser": "^5.33.1", | ||
"babel-jest": "^28.1.3", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.3.0", | ||
"eslint-plugin-jest": "^25.3.0", | ||
"gh-pages": "^3.2.3", | ||
"jest": "^27.4.3", | ||
"prettier": "^2.5.0", | ||
"ts-jest": "^27.0.7", | ||
"typescript": "^4.5.2" | ||
"eslint": "^8.22.0", | ||
"eslint-plugin-jest": "^26.8.3", | ||
"gh-pages": "^4.0.0", | ||
"jest": "^28.1.3", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^28.0.8", | ||
"typescript": "^4.7.4" | ||
}, | ||
@@ -65,0 +65,0 @@ "prettier": { |
50043
Updated@thi.ng/paths@^5.1.13
Updated@thi.ng/rstream@^7.2.16