@bquery/bquery 1.6.0 → 1.8.1
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/README.md +192 -18
- package/dist/a11y/announce.d.ts +43 -0
- package/dist/a11y/announce.d.ts.map +1 -0
- package/dist/a11y/audit.d.ts +42 -0
- package/dist/a11y/audit.d.ts.map +1 -0
- package/dist/a11y/index.d.ts +53 -0
- package/dist/a11y/index.d.ts.map +1 -0
- package/dist/a11y/media-preferences.d.ts +77 -0
- package/dist/a11y/media-preferences.d.ts.map +1 -0
- package/dist/a11y/roving-tab-index.d.ts +38 -0
- package/dist/a11y/roving-tab-index.d.ts.map +1 -0
- package/dist/a11y/skip-link.d.ts +37 -0
- package/dist/a11y/skip-link.d.ts.map +1 -0
- package/dist/a11y/trap-focus.d.ts +49 -0
- package/dist/a11y/trap-focus.d.ts.map +1 -0
- package/dist/a11y/types.d.ts +152 -0
- package/dist/a11y/types.d.ts.map +1 -0
- package/dist/a11y-DVBCy09c.js +421 -0
- package/dist/a11y-DVBCy09c.js.map +1 -0
- package/dist/a11y.es.mjs +14 -0
- package/dist/component/component.d.ts.map +1 -1
- package/dist/component/html.d.ts.map +1 -1
- package/dist/component/index.d.ts +2 -1
- package/dist/component/index.d.ts.map +1 -1
- package/dist/component/library.d.ts.map +1 -1
- package/dist/component/scope.d.ts +138 -0
- package/dist/component/scope.d.ts.map +1 -0
- package/dist/component/types.d.ts +53 -1
- package/dist/component/types.d.ts.map +1 -1
- package/dist/component-L3-JfOFz.js +684 -0
- package/dist/component-L3-JfOFz.js.map +1 -0
- package/dist/component.es.mjs +9 -6
- package/dist/{config-DRmZZno3.js → config-DhT9auRm.js} +4 -4
- package/dist/{config-DRmZZno3.js.map → config-DhT9auRm.js.map} +1 -1
- package/dist/constraints-D5RHQLmP.js +100 -0
- package/dist/constraints-D5RHQLmP.js.map +1 -0
- package/dist/core/collection.d.ts +134 -0
- package/dist/core/collection.d.ts.map +1 -1
- package/dist/core/element.d.ts +120 -0
- package/dist/core/element.d.ts.map +1 -1
- package/dist/core/env.d.ts +18 -0
- package/dist/core/env.d.ts.map +1 -0
- package/dist/core/index.d.ts +1 -0
- package/dist/core/index.d.ts.map +1 -1
- package/dist/core/shared.d.ts +14 -0
- package/dist/core/shared.d.ts.map +1 -1
- package/dist/core/utils/index.d.ts +52 -41
- package/dist/core/utils/index.d.ts.map +1 -1
- package/dist/core-DdtZHzsS.js +168 -0
- package/dist/core-DdtZHzsS.js.map +1 -0
- package/dist/{core-CCEabVHl.js → core-EMYSLzaT.js} +293 -194
- package/dist/core-EMYSLzaT.js.map +1 -0
- package/dist/core.es.mjs +48 -46
- package/dist/custom-directives-Dr4C5lVV.js +9 -0
- package/dist/custom-directives-Dr4C5lVV.js.map +1 -0
- package/dist/devtools/devtools.d.ts +212 -0
- package/dist/devtools/devtools.d.ts.map +1 -0
- package/dist/devtools/index.d.ts +20 -0
- package/dist/devtools/index.d.ts.map +1 -0
- package/dist/devtools/types.d.ts +69 -0
- package/dist/devtools/types.d.ts.map +1 -0
- package/dist/devtools-BhB2iDPT.js +122 -0
- package/dist/devtools-BhB2iDPT.js.map +1 -0
- package/dist/devtools.es.mjs +19 -0
- package/dist/dnd/draggable.d.ts +51 -0
- package/dist/dnd/draggable.d.ts.map +1 -0
- package/dist/dnd/droppable.d.ts +38 -0
- package/dist/dnd/droppable.d.ts.map +1 -0
- package/dist/dnd/index.d.ts +47 -0
- package/dist/dnd/index.d.ts.map +1 -0
- package/dist/dnd/sortable.d.ts +43 -0
- package/dist/dnd/sortable.d.ts.map +1 -0
- package/dist/dnd/types.d.ts +250 -0
- package/dist/dnd/types.d.ts.map +1 -0
- package/dist/dnd-NwZBYh4l.js +244 -0
- package/dist/dnd-NwZBYh4l.js.map +1 -0
- package/dist/dnd.es.mjs +6 -0
- package/dist/env-CTdvLaH2.js +19 -0
- package/dist/env-CTdvLaH2.js.map +1 -0
- package/dist/forms/create-form.d.ts +49 -0
- package/dist/forms/create-form.d.ts.map +1 -0
- package/dist/forms/index.d.ts +40 -0
- package/dist/forms/index.d.ts.map +1 -0
- package/dist/forms/types.d.ts +185 -0
- package/dist/forms/types.d.ts.map +1 -0
- package/dist/forms/use-field.d.ts +34 -0
- package/dist/forms/use-field.d.ts.map +1 -0
- package/dist/forms/validators.d.ts +204 -0
- package/dist/forms/validators.d.ts.map +1 -0
- package/dist/forms-UcRHsYxC.js +227 -0
- package/dist/forms-UcRHsYxC.js.map +1 -0
- package/dist/forms.es.mjs +16 -0
- package/dist/full.d.ts +30 -11
- package/dist/full.d.ts.map +1 -1
- package/dist/full.es.mjs +209 -93
- package/dist/full.iife.js +47 -31
- package/dist/full.iife.js.map +1 -1
- package/dist/full.umd.js +47 -31
- package/dist/full.umd.js.map +1 -1
- package/dist/function-Cybd57JV.js +33 -0
- package/dist/function-Cybd57JV.js.map +1 -0
- package/dist/i18n/formatting.d.ts +40 -0
- package/dist/i18n/formatting.d.ts.map +1 -0
- package/dist/i18n/i18n.d.ts +48 -0
- package/dist/i18n/i18n.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +57 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/translate.d.ts +83 -0
- package/dist/i18n/translate.d.ts.map +1 -0
- package/dist/i18n/types.d.ts +156 -0
- package/dist/i18n/types.d.ts.map +1 -0
- package/dist/i18n-kuF6Ekj6.js +89 -0
- package/dist/i18n-kuF6Ekj6.js.map +1 -0
- package/dist/i18n.es.mjs +6 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.mjs +257 -143
- package/dist/media/battery.d.ts +35 -0
- package/dist/media/battery.d.ts.map +1 -0
- package/dist/media/breakpoints.d.ts +51 -0
- package/dist/media/breakpoints.d.ts.map +1 -0
- package/dist/media/clipboard.d.ts +30 -0
- package/dist/media/clipboard.d.ts.map +1 -0
- package/dist/media/device-sensors.d.ts +54 -0
- package/dist/media/device-sensors.d.ts.map +1 -0
- package/dist/media/geolocation.d.ts +38 -0
- package/dist/media/geolocation.d.ts.map +1 -0
- package/dist/media/index.d.ts +42 -0
- package/dist/media/index.d.ts.map +1 -0
- package/dist/media/media-query.d.ts +36 -0
- package/dist/media/media-query.d.ts.map +1 -0
- package/dist/media/network.d.ts +35 -0
- package/dist/media/network.d.ts.map +1 -0
- package/dist/media/types.d.ts +173 -0
- package/dist/media/types.d.ts.map +1 -0
- package/dist/media/viewport.d.ts +32 -0
- package/dist/media/viewport.d.ts.map +1 -0
- package/dist/media-i-fB5WxI.js +340 -0
- package/dist/media-i-fB5WxI.js.map +1 -0
- package/dist/media.es.mjs +12 -0
- package/dist/motion/index.d.ts +7 -3
- package/dist/motion/index.d.ts.map +1 -1
- package/dist/motion/morph.d.ts +27 -0
- package/dist/motion/morph.d.ts.map +1 -0
- package/dist/motion/parallax.d.ts +30 -0
- package/dist/motion/parallax.d.ts.map +1 -0
- package/dist/motion/reduced-motion.d.ts +36 -3
- package/dist/motion/reduced-motion.d.ts.map +1 -1
- package/dist/motion/types.d.ts +58 -0
- package/dist/motion/types.d.ts.map +1 -1
- package/dist/motion/typewriter.d.ts +31 -0
- package/dist/motion/typewriter.d.ts.map +1 -0
- package/dist/motion-BJsAuULb.js +530 -0
- package/dist/motion-BJsAuULb.js.map +1 -0
- package/dist/motion.es.mjs +27 -23
- package/dist/{view-C70lA3vf.js → mount-B4Y8bk8Z.js} +166 -160
- package/dist/mount-B4Y8bk8Z.js.map +1 -0
- package/dist/{object-qGpWr6-J.js → object-BCk-1c8T.js} +5 -4
- package/dist/{object-qGpWr6-J.js.map → object-BCk-1c8T.js.map} +1 -1
- package/dist/{platform-Dr9b6fsq.js → platform-Dw2gE3zI.js} +21 -22
- package/dist/{platform-Dr9b6fsq.js.map → platform-Dw2gE3zI.js.map} +1 -1
- package/dist/platform.es.mjs +2 -2
- package/dist/plugin/index.d.ts +22 -0
- package/dist/plugin/index.d.ts.map +1 -0
- package/dist/plugin/registry.d.ts +108 -0
- package/dist/plugin/registry.d.ts.map +1 -0
- package/dist/plugin/types.d.ts +110 -0
- package/dist/plugin/types.d.ts.map +1 -0
- package/dist/plugin-C2WuC8SF.js +66 -0
- package/dist/plugin-C2WuC8SF.js.map +1 -0
- package/dist/plugin.es.mjs +9 -0
- package/dist/reactive/async-data.d.ts +28 -3
- package/dist/reactive/async-data.d.ts.map +1 -1
- package/dist/reactive/computed.d.ts +10 -0
- package/dist/reactive/computed.d.ts.map +1 -1
- package/dist/reactive/effect.d.ts +3 -0
- package/dist/reactive/effect.d.ts.map +1 -1
- package/dist/reactive/http.d.ts +194 -0
- package/dist/reactive/http.d.ts.map +1 -0
- package/dist/reactive/index.d.ts +2 -2
- package/dist/reactive/index.d.ts.map +1 -1
- package/dist/reactive/pagination.d.ts +126 -0
- package/dist/reactive/pagination.d.ts.map +1 -0
- package/dist/reactive/polling.d.ts +55 -0
- package/dist/reactive/polling.d.ts.map +1 -0
- package/dist/reactive/readonly.d.ts +20 -1
- package/dist/reactive/readonly.d.ts.map +1 -1
- package/dist/reactive/rest.d.ts +293 -0
- package/dist/reactive/rest.d.ts.map +1 -0
- package/dist/reactive/scope.d.ts +140 -0
- package/dist/reactive/scope.d.ts.map +1 -0
- package/dist/reactive/signal.d.ts +16 -2
- package/dist/reactive/signal.d.ts.map +1 -1
- package/dist/reactive/to-value.d.ts +57 -0
- package/dist/reactive/to-value.d.ts.map +1 -0
- package/dist/reactive/websocket.d.ts +285 -0
- package/dist/reactive/websocket.d.ts.map +1 -0
- package/dist/reactive-DwkhUJfP.js +1148 -0
- package/dist/reactive-DwkhUJfP.js.map +1 -0
- package/dist/reactive.es.mjs +38 -20
- package/dist/registry-B08iilIh.js +26 -0
- package/dist/registry-B08iilIh.js.map +1 -0
- package/dist/router/bq-link.d.ts +112 -0
- package/dist/router/bq-link.d.ts.map +1 -0
- package/dist/router/constraints.d.ts +9 -0
- package/dist/router/constraints.d.ts.map +1 -0
- package/dist/router/index.d.ts +15 -7
- package/dist/router/index.d.ts.map +1 -1
- package/dist/router/match.d.ts +0 -1
- package/dist/router/match.d.ts.map +1 -1
- package/dist/router/path-pattern.d.ts +14 -0
- package/dist/router/path-pattern.d.ts.map +1 -0
- package/dist/router/query.d.ts.map +1 -1
- package/dist/router/router.d.ts +3 -1
- package/dist/router/router.d.ts.map +1 -1
- package/dist/router/state.d.ts +25 -2
- package/dist/router/state.d.ts.map +1 -1
- package/dist/router/types.d.ts +48 -4
- package/dist/router/types.d.ts.map +1 -1
- package/dist/router/use-route.d.ts +50 -0
- package/dist/router/use-route.d.ts.map +1 -0
- package/dist/router/utils.d.ts +3 -0
- package/dist/router/utils.d.ts.map +1 -1
- package/dist/router-CQikC9Ed.js +492 -0
- package/dist/router-CQikC9Ed.js.map +1 -0
- package/dist/router.es.mjs +14 -10
- package/dist/{sanitize-Bs2dkMby.js → sanitize-B1V4JswB.js} +2 -1
- package/dist/{sanitize-Bs2dkMby.js.map → sanitize-B1V4JswB.js.map} +1 -1
- package/dist/security/index.d.ts +2 -2
- package/dist/security/index.d.ts.map +1 -1
- package/dist/security.es.mjs +1 -1
- package/dist/ssr/hydrate.d.ts +65 -0
- package/dist/ssr/hydrate.d.ts.map +1 -0
- package/dist/ssr/index.d.ts +59 -0
- package/dist/ssr/index.d.ts.map +1 -0
- package/dist/ssr/render.d.ts +62 -0
- package/dist/ssr/render.d.ts.map +1 -0
- package/dist/ssr/serialize.d.ts +118 -0
- package/dist/ssr/serialize.d.ts.map +1 -0
- package/dist/ssr/types.d.ts +70 -0
- package/dist/ssr/types.d.ts.map +1 -0
- package/dist/ssr-_dAcGdzu.js +248 -0
- package/dist/ssr-_dAcGdzu.js.map +1 -0
- package/dist/ssr.es.mjs +9 -0
- package/dist/store/create-store.d.ts.map +1 -1
- package/dist/store/index.d.ts +1 -1
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/persisted.d.ts +38 -4
- package/dist/store/persisted.d.ts.map +1 -1
- package/dist/store/types.d.ts +138 -1
- package/dist/store/types.d.ts.map +1 -1
- package/dist/store/utils.d.ts +2 -2
- package/dist/store/utils.d.ts.map +1 -1
- package/dist/store-Cb3gPRve.js +338 -0
- package/dist/store-Cb3gPRve.js.map +1 -0
- package/dist/store.es.mjs +11 -10
- package/dist/storybook/index.d.ts.map +1 -1
- package/dist/storybook.es.mjs +1 -1
- package/dist/storybook.es.mjs.map +1 -1
- package/dist/testing/index.d.ts +23 -0
- package/dist/testing/index.d.ts.map +1 -0
- package/dist/testing/testing.d.ts +156 -0
- package/dist/testing/testing.d.ts.map +1 -0
- package/dist/testing/types.d.ts +134 -0
- package/dist/testing/types.d.ts.map +1 -0
- package/dist/testing-C5Sjfsna.js +224 -0
- package/dist/testing-C5Sjfsna.js.map +1 -0
- package/dist/testing.es.mjs +9 -0
- package/dist/type-guards-BMX2c0LP.js +44 -0
- package/dist/type-guards-BMX2c0LP.js.map +1 -0
- package/dist/untrack-D0fnO5k2.js +36 -0
- package/dist/untrack-D0fnO5k2.js.map +1 -0
- package/dist/view/custom-directives.d.ts +20 -0
- package/dist/view/custom-directives.d.ts.map +1 -0
- package/dist/view/evaluate.d.ts.map +1 -1
- package/dist/view/process.d.ts.map +1 -1
- package/dist/view.es.mjs +9 -9
- package/package.json +47 -11
- package/src/a11y/announce.ts +131 -0
- package/src/a11y/audit.ts +314 -0
- package/src/a11y/index.ts +68 -0
- package/src/a11y/media-preferences.ts +255 -0
- package/src/a11y/roving-tab-index.ts +164 -0
- package/src/a11y/skip-link.ts +255 -0
- package/src/a11y/trap-focus.ts +184 -0
- package/src/a11y/types.ts +183 -0
- package/src/component/component.ts +599 -524
- package/src/component/html.ts +153 -153
- package/src/component/index.ts +52 -50
- package/src/component/library.ts +540 -518
- package/src/component/scope.ts +212 -0
- package/src/component/types.ts +310 -256
- package/src/core/collection.ts +249 -1
- package/src/core/element.ts +252 -11
- package/src/core/env.ts +60 -0
- package/src/core/index.ts +1 -0
- package/src/core/shared.ts +64 -0
- package/src/core/utils/index.ts +66 -1
- package/src/devtools/devtools.ts +410 -0
- package/src/devtools/index.ts +48 -0
- package/src/devtools/types.ts +104 -0
- package/src/dnd/draggable.ts +296 -0
- package/src/dnd/droppable.ts +228 -0
- package/src/dnd/index.ts +62 -0
- package/src/dnd/sortable.ts +307 -0
- package/src/dnd/types.ts +293 -0
- package/src/forms/create-form.ts +320 -0
- package/src/forms/index.ts +70 -0
- package/src/forms/types.ts +203 -0
- package/src/forms/use-field.ts +231 -0
- package/src/forms/validators.ts +294 -0
- package/src/full.ts +554 -229
- package/src/i18n/formatting.ts +67 -0
- package/src/i18n/i18n.ts +200 -0
- package/src/i18n/index.ts +67 -0
- package/src/i18n/translate.ts +182 -0
- package/src/i18n/types.ts +171 -0
- package/src/index.ts +72 -0
- package/src/media/battery.ts +116 -0
- package/src/media/breakpoints.ts +129 -0
- package/src/media/clipboard.ts +80 -0
- package/src/media/device-sensors.ts +158 -0
- package/src/media/geolocation.ts +119 -0
- package/src/media/index.ts +76 -0
- package/src/media/media-query.ts +92 -0
- package/src/media/network.ts +115 -0
- package/src/media/types.ts +177 -0
- package/src/media/viewport.ts +84 -0
- package/src/motion/index.ts +11 -2
- package/src/motion/morph.ts +151 -0
- package/src/motion/parallax.ts +120 -0
- package/src/motion/reduced-motion.ts +52 -3
- package/src/motion/types.ts +63 -0
- package/src/motion/typewriter.ts +164 -0
- package/src/plugin/index.ts +37 -0
- package/src/plugin/registry.ts +284 -0
- package/src/plugin/types.ts +137 -0
- package/src/reactive/async-data.ts +250 -29
- package/src/reactive/computed.ts +53 -1
- package/src/reactive/effect.ts +29 -6
- package/src/reactive/http.ts +790 -0
- package/src/reactive/index.ts +60 -0
- package/src/reactive/pagination.ts +317 -0
- package/src/reactive/polling.ts +179 -0
- package/src/reactive/readonly.ts +52 -8
- package/src/reactive/rest.ts +859 -0
- package/src/reactive/scope.ts +276 -0
- package/src/reactive/signal.ts +61 -1
- package/src/reactive/to-value.ts +71 -0
- package/src/reactive/websocket.ts +849 -0
- package/src/router/bq-link.ts +279 -0
- package/src/router/constraints.ts +204 -0
- package/src/router/index.ts +15 -7
- package/src/router/match.ts +255 -49
- package/src/router/path-pattern.ts +52 -0
- package/src/router/query.ts +3 -0
- package/src/router/router.ts +258 -48
- package/src/router/state.ts +51 -3
- package/src/router/types.ts +50 -4
- package/src/router/use-route.ts +68 -0
- package/src/router/utils.ts +44 -3
- package/src/security/index.ts +12 -17
- package/src/security/sanitize.ts +70 -70
- package/src/security/trusted-html.ts +71 -71
- package/src/ssr/hydrate.ts +84 -0
- package/src/ssr/index.ts +70 -0
- package/src/ssr/render.ts +508 -0
- package/src/ssr/serialize.ts +296 -0
- package/src/ssr/types.ts +81 -0
- package/src/store/create-store.ts +146 -8
- package/src/store/define-store.ts +49 -49
- package/src/store/index.ts +5 -0
- package/src/store/mapping.ts +74 -74
- package/src/store/persisted.ts +245 -62
- package/src/store/types.ts +247 -92
- package/src/store/utils.ts +4 -10
- package/src/store/watch.ts +53 -53
- package/src/storybook/index.ts +480 -479
- package/src/testing/index.ts +42 -0
- package/src/testing/testing.ts +593 -0
- package/src/testing/types.ts +170 -0
- package/src/view/custom-directives.ts +28 -0
- package/src/view/evaluate.ts +2 -0
- package/src/view/process.ts +19 -3
- package/dist/component-BEQgt5hl.js +0 -600
- package/dist/component-BEQgt5hl.js.map +0 -1
- package/dist/core-BGQJVw0-.js +0 -35
- package/dist/core-BGQJVw0-.js.map +0 -1
- package/dist/core-CCEabVHl.js.map +0 -1
- package/dist/effect-AFRW_Plg.js +0 -84
- package/dist/effect-AFRW_Plg.js.map +0 -1
- package/dist/motion-D9TcHxOF.js +0 -415
- package/dist/motion-D9TcHxOF.js.map +0 -1
- package/dist/reactive-DSkct0dO.js +0 -254
- package/dist/reactive-DSkct0dO.js.map +0 -1
- package/dist/router-CbDhl8rS.js +0 -188
- package/dist/router-CbDhl8rS.js.map +0 -1
- package/dist/store-BwDvI45q.js +0 -263
- package/dist/store-BwDvI45q.js.map +0 -1
- package/dist/untrack-B0rVscTc.js +0 -7
- package/dist/untrack-B0rVscTc.js.map +0 -1
- package/dist/view-C70lA3vf.js.map +0 -1
package/src/core/utils/index.ts
CHANGED
|
@@ -32,6 +32,71 @@ import {
|
|
|
32
32
|
isString,
|
|
33
33
|
} from './type-guards';
|
|
34
34
|
|
|
35
|
+
/**
|
|
36
|
+
* Describes the public shape of the aggregated {@link utils} namespace.
|
|
37
|
+
*
|
|
38
|
+
* Every member maps 1-to-1 to a named export from one of the sub-modules
|
|
39
|
+
* (`array`, `function`, `misc`, `number`, `object`, `string`, `type-guards`).
|
|
40
|
+
*
|
|
41
|
+
* `isPrototypePollutionKey` is intentionally excluded as it is an
|
|
42
|
+
* internal security helper. It remains available as a named export for
|
|
43
|
+
* internal framework use.
|
|
44
|
+
*/
|
|
45
|
+
export interface BQueryUtils {
|
|
46
|
+
// ── object ──────────────────────────────────────────────────────────
|
|
47
|
+
readonly clone: typeof clone;
|
|
48
|
+
readonly merge: typeof merge;
|
|
49
|
+
readonly pick: typeof pick;
|
|
50
|
+
readonly omit: typeof omit;
|
|
51
|
+
readonly hasOwn: typeof hasOwn;
|
|
52
|
+
readonly isPlainObject: typeof isPlainObject;
|
|
53
|
+
|
|
54
|
+
// ── function ────────────────────────────────────────────────────────
|
|
55
|
+
readonly debounce: typeof debounce;
|
|
56
|
+
readonly throttle: typeof throttle;
|
|
57
|
+
readonly once: typeof once;
|
|
58
|
+
readonly noop: typeof noop;
|
|
59
|
+
|
|
60
|
+
// ── misc ────────────────────────────────────────────────────────────
|
|
61
|
+
readonly uid: typeof uid;
|
|
62
|
+
readonly isEmpty: typeof isEmpty;
|
|
63
|
+
readonly parseJson: typeof parseJson;
|
|
64
|
+
readonly sleep: typeof sleep;
|
|
65
|
+
|
|
66
|
+
// ── type-guards ─────────────────────────────────────────────────────
|
|
67
|
+
readonly isElement: typeof isElement;
|
|
68
|
+
readonly isCollection: typeof isCollection;
|
|
69
|
+
readonly isFunction: typeof isFunction;
|
|
70
|
+
readonly isString: typeof isString;
|
|
71
|
+
readonly isNumber: typeof isNumber;
|
|
72
|
+
readonly isBoolean: typeof isBoolean;
|
|
73
|
+
readonly isArray: typeof isArray;
|
|
74
|
+
readonly isDate: typeof isDate;
|
|
75
|
+
readonly isPromise: typeof isPromise;
|
|
76
|
+
readonly isObject: typeof isObject;
|
|
77
|
+
|
|
78
|
+
// ── number ──────────────────────────────────────────────────────────
|
|
79
|
+
readonly randomInt: typeof randomInt;
|
|
80
|
+
readonly clamp: typeof clamp;
|
|
81
|
+
readonly inRange: typeof inRange;
|
|
82
|
+
readonly toNumber: typeof toNumber;
|
|
83
|
+
|
|
84
|
+
// ── string ──────────────────────────────────────────────────────────
|
|
85
|
+
readonly capitalize: typeof capitalize;
|
|
86
|
+
readonly toKebabCase: typeof toKebabCase;
|
|
87
|
+
readonly toCamelCase: typeof toCamelCase;
|
|
88
|
+
readonly truncate: typeof truncate;
|
|
89
|
+
readonly slugify: typeof slugify;
|
|
90
|
+
readonly escapeRegExp: typeof escapeRegExp;
|
|
91
|
+
|
|
92
|
+
// ── array ───────────────────────────────────────────────────────────
|
|
93
|
+
readonly ensureArray: typeof ensureArray;
|
|
94
|
+
readonly unique: typeof unique;
|
|
95
|
+
readonly chunk: typeof chunk;
|
|
96
|
+
readonly compact: typeof compact;
|
|
97
|
+
readonly flatten: typeof flatten;
|
|
98
|
+
}
|
|
99
|
+
|
|
35
100
|
/**
|
|
36
101
|
* Utility object containing common helper functions.
|
|
37
102
|
* All utilities are designed to be tree-shakeable and have zero dependencies.
|
|
@@ -40,7 +105,7 @@ import {
|
|
|
40
105
|
* as it is an internal security helper. It remains available as a named export
|
|
41
106
|
* for internal framework use.
|
|
42
107
|
*/
|
|
43
|
-
export const utils = {
|
|
108
|
+
export const utils: BQueryUtils = {
|
|
44
109
|
clone,
|
|
45
110
|
merge,
|
|
46
111
|
pick,
|
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bQuery DevTools — runtime debugging utilities.
|
|
3
|
+
*
|
|
4
|
+
* Enable devtools to inspect signals, stores, components, and view a
|
|
5
|
+
* timeline of reactive events.
|
|
6
|
+
*
|
|
7
|
+
* @module bquery/devtools
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import type {
|
|
11
|
+
ComponentSnapshot,
|
|
12
|
+
DevtoolsOptions,
|
|
13
|
+
DevtoolsState,
|
|
14
|
+
SignalSnapshot,
|
|
15
|
+
StoreSnapshot,
|
|
16
|
+
TimelineEntry,
|
|
17
|
+
TimelineEventType,
|
|
18
|
+
} from './types';
|
|
19
|
+
import { listStores as _listStores, getStore as _getStore } from '../store/registry';
|
|
20
|
+
|
|
21
|
+
// ---------------------------------------------------------------------------
|
|
22
|
+
// Internal state
|
|
23
|
+
// ---------------------------------------------------------------------------
|
|
24
|
+
|
|
25
|
+
let _enabled = false;
|
|
26
|
+
let _options: DevtoolsOptions = {};
|
|
27
|
+
const _timeline: TimelineEntry[] = [];
|
|
28
|
+
|
|
29
|
+
/** Registered signals keyed by label. */
|
|
30
|
+
const _trackedSignals = new Map<string, { peek: () => unknown; subscriberCount: () => number }>();
|
|
31
|
+
|
|
32
|
+
/** Monotonic counter for auto-labelling anonymous signals. */
|
|
33
|
+
let _signalCounter = 0;
|
|
34
|
+
|
|
35
|
+
// ---------------------------------------------------------------------------
|
|
36
|
+
// Enable / disable
|
|
37
|
+
// ---------------------------------------------------------------------------
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* Enable bQuery development mode.
|
|
41
|
+
*
|
|
42
|
+
* When enabled the devtools module records timeline events and
|
|
43
|
+
* allows inspection of signals, stores, and components.
|
|
44
|
+
*
|
|
45
|
+
* @param enabled - `true` to enable, `false` to disable.
|
|
46
|
+
* @param options - Optional configuration.
|
|
47
|
+
*
|
|
48
|
+
* @example
|
|
49
|
+
* ```ts
|
|
50
|
+
* import { enableDevtools } from '@bquery/bquery/devtools';
|
|
51
|
+
* enableDevtools(true, { logToConsole: true });
|
|
52
|
+
* ```
|
|
53
|
+
*/
|
|
54
|
+
export const enableDevtools = (enabled: boolean, options?: DevtoolsOptions): void => {
|
|
55
|
+
_enabled = enabled;
|
|
56
|
+
_options = options ?? {};
|
|
57
|
+
|
|
58
|
+
if (!enabled) {
|
|
59
|
+
_timeline.length = 0;
|
|
60
|
+
_trackedSignals.clear();
|
|
61
|
+
_signalCounter = 0;
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Returns `true` when devtools are active.
|
|
67
|
+
*
|
|
68
|
+
* @example
|
|
69
|
+
* ```ts
|
|
70
|
+
* import { isDevtoolsEnabled } from '@bquery/bquery/devtools';
|
|
71
|
+
* if (isDevtoolsEnabled()) { ... }
|
|
72
|
+
* ```
|
|
73
|
+
*/
|
|
74
|
+
export const isDevtoolsEnabled = (): boolean => _enabled;
|
|
75
|
+
|
|
76
|
+
// ---------------------------------------------------------------------------
|
|
77
|
+
// Signal tracking
|
|
78
|
+
// ---------------------------------------------------------------------------
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Register a signal for devtools inspection.
|
|
82
|
+
*
|
|
83
|
+
* @param label - Human-readable label (must be unique).
|
|
84
|
+
* @param peek - Returns the signal's value without tracking.
|
|
85
|
+
* @param subscriberCount - Returns the current subscriber count.
|
|
86
|
+
* @throws If a signal with the same label is already tracked.
|
|
87
|
+
*
|
|
88
|
+
* @example
|
|
89
|
+
* ```ts
|
|
90
|
+
* import { trackSignal } from '@bquery/bquery/devtools';
|
|
91
|
+
* import { signal } from '@bquery/bquery/reactive';
|
|
92
|
+
*
|
|
93
|
+
* const count = signal(0);
|
|
94
|
+
* trackSignal('count', () => count.peek(), () => 0);
|
|
95
|
+
* ```
|
|
96
|
+
*/
|
|
97
|
+
export const trackSignal = (
|
|
98
|
+
label: string,
|
|
99
|
+
peek: () => unknown,
|
|
100
|
+
subscriberCount: () => number
|
|
101
|
+
): void => {
|
|
102
|
+
if (!_enabled) return;
|
|
103
|
+
if (typeof label !== 'string' || label.length === 0) {
|
|
104
|
+
throw new Error('bQuery devtools: trackSignal() requires a non-empty label');
|
|
105
|
+
}
|
|
106
|
+
_trackedSignals.set(label, { peek, subscriberCount });
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* Remove a previously tracked signal.
|
|
111
|
+
*
|
|
112
|
+
* @param label - The label used during registration.
|
|
113
|
+
*
|
|
114
|
+
* @example
|
|
115
|
+
* ```ts
|
|
116
|
+
* import { untrackSignal } from '@bquery/bquery/devtools';
|
|
117
|
+
* untrackSignal('count');
|
|
118
|
+
* ```
|
|
119
|
+
*/
|
|
120
|
+
export const untrackSignal = (label: string): void => {
|
|
121
|
+
_trackedSignals.delete(label);
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* Generate a unique label for anonymous signals.
|
|
126
|
+
*
|
|
127
|
+
* @returns A label such as `signal_0`, `signal_1`, …
|
|
128
|
+
*
|
|
129
|
+
* @example
|
|
130
|
+
* ```ts
|
|
131
|
+
* import { generateSignalLabel } from '@bquery/bquery/devtools';
|
|
132
|
+
* const label = generateSignalLabel(); // 'signal_0'
|
|
133
|
+
* ```
|
|
134
|
+
*/
|
|
135
|
+
export const generateSignalLabel = (): string => `signal_${_signalCounter++}`;
|
|
136
|
+
|
|
137
|
+
// ---------------------------------------------------------------------------
|
|
138
|
+
// Signal inspector
|
|
139
|
+
// ---------------------------------------------------------------------------
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* List all tracked signals with their current values.
|
|
143
|
+
*
|
|
144
|
+
* @returns An array of {@link SignalSnapshot} objects.
|
|
145
|
+
*
|
|
146
|
+
* @example
|
|
147
|
+
* ```ts
|
|
148
|
+
* import { inspectSignals } from '@bquery/bquery/devtools';
|
|
149
|
+
* console.table(inspectSignals());
|
|
150
|
+
* ```
|
|
151
|
+
*/
|
|
152
|
+
export const inspectSignals = (): SignalSnapshot[] => {
|
|
153
|
+
const result: SignalSnapshot[] = [];
|
|
154
|
+
for (const [label, entry] of _trackedSignals) {
|
|
155
|
+
result.push({
|
|
156
|
+
label,
|
|
157
|
+
value: entry.peek(),
|
|
158
|
+
subscriberCount: entry.subscriberCount(),
|
|
159
|
+
});
|
|
160
|
+
}
|
|
161
|
+
return result;
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
// ---------------------------------------------------------------------------
|
|
165
|
+
// Store inspector
|
|
166
|
+
// ---------------------------------------------------------------------------
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* List all stores with their current state.
|
|
170
|
+
*
|
|
171
|
+
* Reads from the store registry (`listStores` / `getStore`) that is
|
|
172
|
+
* already maintained by the store module.
|
|
173
|
+
*
|
|
174
|
+
* @returns An array of {@link StoreSnapshot} objects.
|
|
175
|
+
*
|
|
176
|
+
* @example
|
|
177
|
+
* ```ts
|
|
178
|
+
* import { inspectStores } from '@bquery/bquery/devtools';
|
|
179
|
+
* console.table(inspectStores());
|
|
180
|
+
* ```
|
|
181
|
+
*/
|
|
182
|
+
export const inspectStores = (): StoreSnapshot[] => {
|
|
183
|
+
try {
|
|
184
|
+
const ids: string[] = _listStores();
|
|
185
|
+
return ids.map((id: string) => {
|
|
186
|
+
const store = _getStore(id) as Record<string, unknown> | undefined;
|
|
187
|
+
const state: Record<string, unknown> = {};
|
|
188
|
+
if (store && typeof store === 'object' && '$state' in store) {
|
|
189
|
+
const raw = (store as { $state: unknown }).$state;
|
|
190
|
+
if (raw && typeof raw === 'object') {
|
|
191
|
+
Object.assign(state, raw);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
return { id, state };
|
|
195
|
+
});
|
|
196
|
+
} catch {
|
|
197
|
+
return [];
|
|
198
|
+
}
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
// ---------------------------------------------------------------------------
|
|
202
|
+
// Component inspector
|
|
203
|
+
// ---------------------------------------------------------------------------
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
* List all bQuery-registered custom elements visible in the document.
|
|
207
|
+
*
|
|
208
|
+
* @returns An array of {@link ComponentSnapshot} objects.
|
|
209
|
+
*
|
|
210
|
+
* @example
|
|
211
|
+
* ```ts
|
|
212
|
+
* import { inspectComponents } from '@bquery/bquery/devtools';
|
|
213
|
+
* console.table(inspectComponents());
|
|
214
|
+
* ```
|
|
215
|
+
*/
|
|
216
|
+
export const inspectComponents = (): ComponentSnapshot[] => {
|
|
217
|
+
if (typeof document === 'undefined') return [];
|
|
218
|
+
|
|
219
|
+
const result: ComponentSnapshot[] = [];
|
|
220
|
+
const seen = new Set<string>();
|
|
221
|
+
|
|
222
|
+
// Walk every custom element in the DOM (they must contain a hyphen)
|
|
223
|
+
const all = document.querySelectorAll('*');
|
|
224
|
+
for (let i = 0; i < all.length; i++) {
|
|
225
|
+
const el = all[i];
|
|
226
|
+
const tag = el.tagName.toLowerCase();
|
|
227
|
+
if (!tag.includes('-')) continue;
|
|
228
|
+
if (seen.has(tag)) continue;
|
|
229
|
+
|
|
230
|
+
// Only include if registered via customElements
|
|
231
|
+
if (typeof customElements !== 'undefined' && customElements.get(tag)) {
|
|
232
|
+
seen.add(tag);
|
|
233
|
+
const instances = document.querySelectorAll(tag);
|
|
234
|
+
result.push({ tagName: tag, instanceCount: instances.length });
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
return result;
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
// ---------------------------------------------------------------------------
|
|
241
|
+
// Timeline
|
|
242
|
+
// ---------------------------------------------------------------------------
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Record a timeline event.
|
|
246
|
+
*
|
|
247
|
+
* This is called internally by bQuery modules (signals, store, router)
|
|
248
|
+
* or can be called from user code / plugins to add custom entries.
|
|
249
|
+
*
|
|
250
|
+
* @param type - The event category.
|
|
251
|
+
* @param detail - A human-readable description.
|
|
252
|
+
*
|
|
253
|
+
* @example
|
|
254
|
+
* ```ts
|
|
255
|
+
* import { recordEvent } from '@bquery/bquery/devtools';
|
|
256
|
+
* recordEvent('signal:update', 'count changed to 5');
|
|
257
|
+
* ```
|
|
258
|
+
*/
|
|
259
|
+
export const recordEvent = (type: TimelineEventType, detail: string): void => {
|
|
260
|
+
if (!_enabled) return;
|
|
261
|
+
|
|
262
|
+
const entry: TimelineEntry = {
|
|
263
|
+
timestamp: Date.now(),
|
|
264
|
+
type,
|
|
265
|
+
detail,
|
|
266
|
+
};
|
|
267
|
+
_timeline.push(entry);
|
|
268
|
+
|
|
269
|
+
if (_options.logToConsole) {
|
|
270
|
+
console.log(`[bq:devtools] ${type} — ${detail}`);
|
|
271
|
+
}
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Returns the full timeline log.
|
|
276
|
+
*
|
|
277
|
+
* @returns A read-only array of {@link TimelineEntry} objects.
|
|
278
|
+
*
|
|
279
|
+
* @example
|
|
280
|
+
* ```ts
|
|
281
|
+
* import { getTimeline } from '@bquery/bquery/devtools';
|
|
282
|
+
* for (const e of getTimeline()) {
|
|
283
|
+
* console.log(e.type, e.detail);
|
|
284
|
+
* }
|
|
285
|
+
* ```
|
|
286
|
+
*/
|
|
287
|
+
export const getTimeline = (): readonly TimelineEntry[] => _timeline;
|
|
288
|
+
|
|
289
|
+
/**
|
|
290
|
+
* Clear all timeline entries.
|
|
291
|
+
*
|
|
292
|
+
* @example
|
|
293
|
+
* ```ts
|
|
294
|
+
* import { clearTimeline } from '@bquery/bquery/devtools';
|
|
295
|
+
* clearTimeline();
|
|
296
|
+
* ```
|
|
297
|
+
*/
|
|
298
|
+
export const clearTimeline = (): void => {
|
|
299
|
+
_timeline.length = 0;
|
|
300
|
+
};
|
|
301
|
+
|
|
302
|
+
// ---------------------------------------------------------------------------
|
|
303
|
+
// Combined state
|
|
304
|
+
// ---------------------------------------------------------------------------
|
|
305
|
+
|
|
306
|
+
/**
|
|
307
|
+
* Returns a snapshot of the full devtools state.
|
|
308
|
+
*
|
|
309
|
+
* @returns A {@link DevtoolsState} object.
|
|
310
|
+
*
|
|
311
|
+
* @example
|
|
312
|
+
* ```ts
|
|
313
|
+
* import { getDevtoolsState } from '@bquery/bquery/devtools';
|
|
314
|
+
* const state = getDevtoolsState();
|
|
315
|
+
* console.log(state.enabled, state.timeline.length);
|
|
316
|
+
* ```
|
|
317
|
+
*/
|
|
318
|
+
export const getDevtoolsState = (): DevtoolsState => ({
|
|
319
|
+
enabled: _enabled,
|
|
320
|
+
options: { ..._options },
|
|
321
|
+
timeline: [..._timeline],
|
|
322
|
+
});
|
|
323
|
+
|
|
324
|
+
// ---------------------------------------------------------------------------
|
|
325
|
+
// Log helpers (convenience for interactive debugging)
|
|
326
|
+
// ---------------------------------------------------------------------------
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Pretty-print all tracked signals to the console.
|
|
330
|
+
*
|
|
331
|
+
* @example
|
|
332
|
+
* ```ts
|
|
333
|
+
* import { logSignals } from '@bquery/bquery/devtools';
|
|
334
|
+
* logSignals(); // → table output
|
|
335
|
+
* ```
|
|
336
|
+
*/
|
|
337
|
+
export const logSignals = (): void => {
|
|
338
|
+
const signals = inspectSignals();
|
|
339
|
+
if (signals.length === 0) {
|
|
340
|
+
console.log('[bq:devtools] No tracked signals.');
|
|
341
|
+
return;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
console.table(signals);
|
|
345
|
+
};
|
|
346
|
+
|
|
347
|
+
/**
|
|
348
|
+
* Pretty-print all stores to the console.
|
|
349
|
+
*
|
|
350
|
+
* @example
|
|
351
|
+
* ```ts
|
|
352
|
+
* import { logStores } from '@bquery/bquery/devtools';
|
|
353
|
+
* logStores(); // → table output
|
|
354
|
+
* ```
|
|
355
|
+
*/
|
|
356
|
+
export const logStores = (): void => {
|
|
357
|
+
const stores = inspectStores();
|
|
358
|
+
if (stores.length === 0) {
|
|
359
|
+
console.log('[bq:devtools] No stores registered.');
|
|
360
|
+
return;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
console.table(stores.map((s) => ({ id: s.id, state: JSON.stringify(s.state) })));
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
/**
|
|
367
|
+
* Pretty-print all registered components to the console.
|
|
368
|
+
*
|
|
369
|
+
* @example
|
|
370
|
+
* ```ts
|
|
371
|
+
* import { logComponents } from '@bquery/bquery/devtools';
|
|
372
|
+
* logComponents(); // → table output
|
|
373
|
+
* ```
|
|
374
|
+
*/
|
|
375
|
+
export const logComponents = (): void => {
|
|
376
|
+
const components = inspectComponents();
|
|
377
|
+
if (components.length === 0) {
|
|
378
|
+
console.log('[bq:devtools] No custom elements found.');
|
|
379
|
+
return;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
console.table(components);
|
|
383
|
+
};
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* Pretty-print the timeline to the console.
|
|
387
|
+
*
|
|
388
|
+
* @param last - Only show the last N entries (default: all).
|
|
389
|
+
*
|
|
390
|
+
* @example
|
|
391
|
+
* ```ts
|
|
392
|
+
* import { logTimeline } from '@bquery/bquery/devtools';
|
|
393
|
+
* logTimeline(10);
|
|
394
|
+
* ```
|
|
395
|
+
*/
|
|
396
|
+
export const logTimeline = (last?: number): void => {
|
|
397
|
+
const entries = typeof last === 'number' && last > 0 ? _timeline.slice(-last) : _timeline;
|
|
398
|
+
if (entries.length === 0) {
|
|
399
|
+
console.log('[bq:devtools] Timeline is empty.');
|
|
400
|
+
return;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
console.table(
|
|
404
|
+
entries.map((e) => ({
|
|
405
|
+
time: new Date(e.timestamp).toISOString(),
|
|
406
|
+
type: e.type,
|
|
407
|
+
detail: e.detail,
|
|
408
|
+
}))
|
|
409
|
+
);
|
|
410
|
+
};
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* bQuery DevTools — runtime debugging utilities.
|
|
3
|
+
*
|
|
4
|
+
* Enable devtools to inspect signals, stores, components, and view a
|
|
5
|
+
* timeline of reactive events.
|
|
6
|
+
*
|
|
7
|
+
* @module bquery/devtools
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```ts
|
|
11
|
+
* import { enableDevtools, inspectSignals, logTimeline } from '@bquery/bquery/devtools';
|
|
12
|
+
*
|
|
13
|
+
* enableDevtools(true, { logToConsole: true });
|
|
14
|
+
* // … use bQuery …
|
|
15
|
+
* logTimeline(10);
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
// Types
|
|
20
|
+
export type {
|
|
21
|
+
ComponentSnapshot,
|
|
22
|
+
DevtoolsOptions,
|
|
23
|
+
DevtoolsState,
|
|
24
|
+
SignalSnapshot,
|
|
25
|
+
StoreSnapshot,
|
|
26
|
+
TimelineEntry,
|
|
27
|
+
TimelineEventType,
|
|
28
|
+
} from './types';
|
|
29
|
+
|
|
30
|
+
// Runtime API
|
|
31
|
+
export {
|
|
32
|
+
enableDevtools,
|
|
33
|
+
isDevtoolsEnabled,
|
|
34
|
+
trackSignal,
|
|
35
|
+
untrackSignal,
|
|
36
|
+
generateSignalLabel,
|
|
37
|
+
inspectSignals,
|
|
38
|
+
inspectStores,
|
|
39
|
+
inspectComponents,
|
|
40
|
+
recordEvent,
|
|
41
|
+
getTimeline,
|
|
42
|
+
clearTimeline,
|
|
43
|
+
getDevtoolsState,
|
|
44
|
+
logSignals,
|
|
45
|
+
logStores,
|
|
46
|
+
logComponents,
|
|
47
|
+
logTimeline,
|
|
48
|
+
} from './devtools';
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Public types for the bQuery DevTools module.
|
|
3
|
+
*
|
|
4
|
+
* @module bquery/devtools
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// ---------------------------------------------------------------------------
|
|
8
|
+
// Signal inspector
|
|
9
|
+
// ---------------------------------------------------------------------------
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Snapshot of a signal's current state for the inspector.
|
|
13
|
+
*/
|
|
14
|
+
export interface SignalSnapshot {
|
|
15
|
+
/** Debug label (if provided). */
|
|
16
|
+
readonly label: string;
|
|
17
|
+
/** Current value of the signal. */
|
|
18
|
+
readonly value: unknown;
|
|
19
|
+
/** Number of active subscribers. */
|
|
20
|
+
readonly subscriberCount: number;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
// ---------------------------------------------------------------------------
|
|
24
|
+
// Store inspector
|
|
25
|
+
// ---------------------------------------------------------------------------
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Snapshot of a store for the inspector.
|
|
29
|
+
*/
|
|
30
|
+
export interface StoreSnapshot {
|
|
31
|
+
/** Store identifier. */
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/** Current state (shallow clone). */
|
|
34
|
+
readonly state: Record<string, unknown>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// ---------------------------------------------------------------------------
|
|
38
|
+
// Component inspector
|
|
39
|
+
// ---------------------------------------------------------------------------
|
|
40
|
+
|
|
41
|
+
/**
|
|
42
|
+
* Snapshot of a registered bQuery component.
|
|
43
|
+
*/
|
|
44
|
+
export interface ComponentSnapshot {
|
|
45
|
+
/** Custom element tag name. */
|
|
46
|
+
readonly tagName: string;
|
|
47
|
+
/** Number of live instances found in the DOM. */
|
|
48
|
+
readonly instanceCount: number;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
// ---------------------------------------------------------------------------
|
|
52
|
+
// Timeline
|
|
53
|
+
// ---------------------------------------------------------------------------
|
|
54
|
+
|
|
55
|
+
/** The type of event recorded in the timeline. */
|
|
56
|
+
export type TimelineEventType =
|
|
57
|
+
| 'signal:update'
|
|
58
|
+
| 'effect:run'
|
|
59
|
+
| 'store:patch'
|
|
60
|
+
| 'store:action'
|
|
61
|
+
| 'route:change';
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* A single timeline entry.
|
|
65
|
+
*/
|
|
66
|
+
export interface TimelineEntry {
|
|
67
|
+
/** Timestamp (ms since epoch). */
|
|
68
|
+
readonly timestamp: number;
|
|
69
|
+
/** Event type. */
|
|
70
|
+
readonly type: TimelineEventType;
|
|
71
|
+
/** Human-readable description. */
|
|
72
|
+
readonly detail: string;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
// ---------------------------------------------------------------------------
|
|
76
|
+
// DevTools options
|
|
77
|
+
// ---------------------------------------------------------------------------
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Options for {@link enableDevtools}.
|
|
81
|
+
*/
|
|
82
|
+
export interface DevtoolsOptions {
|
|
83
|
+
/**
|
|
84
|
+
* Whether to log timeline events to the console.
|
|
85
|
+
* @default false
|
|
86
|
+
*/
|
|
87
|
+
logToConsole?: boolean;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
// ---------------------------------------------------------------------------
|
|
91
|
+
// DevTools state
|
|
92
|
+
// ---------------------------------------------------------------------------
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* The public devtools state object exposed by {@link getDevtoolsState}.
|
|
96
|
+
*/
|
|
97
|
+
export interface DevtoolsState {
|
|
98
|
+
/** `true` when devtools are active. */
|
|
99
|
+
readonly enabled: boolean;
|
|
100
|
+
/** Options passed when devtools were enabled. */
|
|
101
|
+
readonly options: Readonly<DevtoolsOptions>;
|
|
102
|
+
/** Timeline entries recorded so far. */
|
|
103
|
+
readonly timeline: readonly TimelineEntry[];
|
|
104
|
+
}
|