@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/component/library.ts
CHANGED
|
@@ -1,518 +1,540 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Default component library based on native Web Components.
|
|
3
|
-
*
|
|
4
|
-
* @module bquery/component
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
import { getBqueryConfig } from '../platform/config';
|
|
8
|
-
import { escapeHtml } from '../security';
|
|
9
|
-
import { component } from './component';
|
|
10
|
-
import { html } from './html';
|
|
11
|
-
|
|
12
|
-
/** Options for registering the default component library. */
|
|
13
|
-
export interface DefaultComponentLibraryOptions {
|
|
14
|
-
/** Prefix used for all registered component tags. Defaults to `bq`. */
|
|
15
|
-
prefix?: string;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/** Tag names returned by registerDefaultComponents(). */
|
|
19
|
-
export interface RegisteredDefaultComponents {
|
|
20
|
-
/** Button component tag name. */
|
|
21
|
-
button: string;
|
|
22
|
-
/** Card component tag name. */
|
|
23
|
-
card: string;
|
|
24
|
-
/** Input component tag name. */
|
|
25
|
-
input: string;
|
|
26
|
-
/** Textarea component tag name. */
|
|
27
|
-
textarea: string;
|
|
28
|
-
/** Checkbox component tag name. */
|
|
29
|
-
checkbox: string;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
const baseStyles = `
|
|
33
|
-
:host {
|
|
34
|
-
color: inherit;
|
|
35
|
-
font: inherit;
|
|
36
|
-
}
|
|
37
|
-
`;
|
|
38
|
-
|
|
39
|
-
const controlStyles = `
|
|
40
|
-
${baseStyles}
|
|
41
|
-
.field {
|
|
42
|
-
display: inline-flex;
|
|
43
|
-
flex-direction: column;
|
|
44
|
-
gap: 0.375rem;
|
|
45
|
-
width: 100%;
|
|
46
|
-
}
|
|
47
|
-
.label {
|
|
48
|
-
color: #334155;
|
|
49
|
-
font-size: 0.875rem;
|
|
50
|
-
font-weight: 600;
|
|
51
|
-
}
|
|
52
|
-
.control {
|
|
53
|
-
border: 1px solid #cbd5e1;
|
|
54
|
-
border-radius: 0.75rem;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
font: inherit;
|
|
57
|
-
min-height: 2.75rem;
|
|
58
|
-
outline: none;
|
|
59
|
-
padding: 0.75rem 0.875rem;
|
|
60
|
-
width: 100%;
|
|
61
|
-
background: #fff;
|
|
62
|
-
color: #0f172a;
|
|
63
|
-
transition: border-color 160ms ease, box-shadow 160ms ease;
|
|
64
|
-
}
|
|
65
|
-
.control:focus {
|
|
66
|
-
border-color: #2563eb;
|
|
67
|
-
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
|
|
68
|
-
}
|
|
69
|
-
.control:disabled {
|
|
70
|
-
background: #f8fafc;
|
|
71
|
-
color: #94a3b8;
|
|
72
|
-
cursor: not-allowed;
|
|
73
|
-
}
|
|
74
|
-
`;
|
|
75
|
-
|
|
76
|
-
const escapeProp = (value: string): string => escapeHtml(value);
|
|
77
|
-
|
|
78
|
-
const handlerStore = new WeakMap<HTMLElement, Record<string, EventListener>>();
|
|
79
|
-
|
|
80
|
-
const readHandler = (element: HTMLElement, key: string): EventListener | undefined => {
|
|
81
|
-
return handlerStore.get(element)?.[key];
|
|
82
|
-
};
|
|
83
|
-
|
|
84
|
-
const storeHandler = (element: HTMLElement, key: string, value: EventListener): void => {
|
|
85
|
-
const handlers = handlerStore.get(element) ?? {};
|
|
86
|
-
handlers[key] = value;
|
|
87
|
-
handlerStore.set(element, handlers);
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* Detect a value-only input update, patch the live control in place, and
|
|
92
|
-
* return whether the component can skip a full shadow DOM re-render.
|
|
93
|
-
*
|
|
94
|
-
* @param element - The host custom element whose shadow DOM is being updated
|
|
95
|
-
* @param newProps - The next reflected input props for the pending update
|
|
96
|
-
* @param oldProps - The previous reflected input props from the last render
|
|
97
|
-
*/
|
|
98
|
-
const canSkipInputRender = (
|
|
99
|
-
element: HTMLElement,
|
|
100
|
-
newProps: {
|
|
101
|
-
label: string;
|
|
102
|
-
type: string;
|
|
103
|
-
value: string;
|
|
104
|
-
placeholder: string;
|
|
105
|
-
name: string;
|
|
106
|
-
disabled: boolean;
|
|
107
|
-
},
|
|
108
|
-
oldProps: {
|
|
109
|
-
label: string;
|
|
110
|
-
type: string;
|
|
111
|
-
value: string;
|
|
112
|
-
placeholder: string;
|
|
113
|
-
name: string;
|
|
114
|
-
disabled: boolean;
|
|
115
|
-
}
|
|
116
|
-
): boolean => {
|
|
117
|
-
if (oldProps.label !== newProps.label) return false;
|
|
118
|
-
if (oldProps.type !== newProps.type) return false;
|
|
119
|
-
if (oldProps.placeholder !== newProps.placeholder) return false;
|
|
120
|
-
if (oldProps.name !== newProps.name) return false;
|
|
121
|
-
if (oldProps.disabled !== newProps.disabled) return false;
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
return
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
value
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
}
|
|
250
|
-
button
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
1
|
+
/**
|
|
2
|
+
* Default component library based on native Web Components.
|
|
3
|
+
*
|
|
4
|
+
* @module bquery/component
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { getBqueryConfig } from '../platform/config';
|
|
8
|
+
import { escapeHtml } from '../security';
|
|
9
|
+
import { component } from './component';
|
|
10
|
+
import { html } from './html';
|
|
11
|
+
|
|
12
|
+
/** Options for registering the default component library. */
|
|
13
|
+
export interface DefaultComponentLibraryOptions {
|
|
14
|
+
/** Prefix used for all registered component tags. Defaults to `bq`. */
|
|
15
|
+
prefix?: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/** Tag names returned by registerDefaultComponents(). */
|
|
19
|
+
export interface RegisteredDefaultComponents {
|
|
20
|
+
/** Button component tag name. */
|
|
21
|
+
button: string;
|
|
22
|
+
/** Card component tag name. */
|
|
23
|
+
card: string;
|
|
24
|
+
/** Input component tag name. */
|
|
25
|
+
input: string;
|
|
26
|
+
/** Textarea component tag name. */
|
|
27
|
+
textarea: string;
|
|
28
|
+
/** Checkbox component tag name. */
|
|
29
|
+
checkbox: string;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const baseStyles = `
|
|
33
|
+
:host {
|
|
34
|
+
color: inherit;
|
|
35
|
+
font: inherit;
|
|
36
|
+
}
|
|
37
|
+
`;
|
|
38
|
+
|
|
39
|
+
const controlStyles = `
|
|
40
|
+
${baseStyles}
|
|
41
|
+
.field {
|
|
42
|
+
display: inline-flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
gap: 0.375rem;
|
|
45
|
+
width: 100%;
|
|
46
|
+
}
|
|
47
|
+
.label {
|
|
48
|
+
color: #334155;
|
|
49
|
+
font-size: 0.875rem;
|
|
50
|
+
font-weight: 600;
|
|
51
|
+
}
|
|
52
|
+
.control {
|
|
53
|
+
border: 1px solid #cbd5e1;
|
|
54
|
+
border-radius: 0.75rem;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
font: inherit;
|
|
57
|
+
min-height: 2.75rem;
|
|
58
|
+
outline: none;
|
|
59
|
+
padding: 0.75rem 0.875rem;
|
|
60
|
+
width: 100%;
|
|
61
|
+
background: #fff;
|
|
62
|
+
color: #0f172a;
|
|
63
|
+
transition: border-color 160ms ease, box-shadow 160ms ease;
|
|
64
|
+
}
|
|
65
|
+
.control:focus {
|
|
66
|
+
border-color: #2563eb;
|
|
67
|
+
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
|
|
68
|
+
}
|
|
69
|
+
.control:disabled {
|
|
70
|
+
background: #f8fafc;
|
|
71
|
+
color: #94a3b8;
|
|
72
|
+
cursor: not-allowed;
|
|
73
|
+
}
|
|
74
|
+
`;
|
|
75
|
+
|
|
76
|
+
const escapeProp = (value: string): string => escapeHtml(value);
|
|
77
|
+
|
|
78
|
+
const handlerStore = new WeakMap<HTMLElement, Record<string, EventListener>>();
|
|
79
|
+
|
|
80
|
+
const readHandler = (element: HTMLElement, key: string): EventListener | undefined => {
|
|
81
|
+
return handlerStore.get(element)?.[key];
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
const storeHandler = (element: HTMLElement, key: string, value: EventListener): void => {
|
|
85
|
+
const handlers = handlerStore.get(element) ?? {};
|
|
86
|
+
handlers[key] = value;
|
|
87
|
+
handlerStore.set(element, handlers);
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
/**
|
|
91
|
+
* Detect a value-only input update, patch the live control in place, and
|
|
92
|
+
* return whether the component can skip a full shadow DOM re-render.
|
|
93
|
+
*
|
|
94
|
+
* @param element - The host custom element whose shadow DOM is being updated
|
|
95
|
+
* @param newProps - The next reflected input props for the pending update
|
|
96
|
+
* @param oldProps - The previous reflected input props from the last render
|
|
97
|
+
*/
|
|
98
|
+
const canSkipInputRender = (
|
|
99
|
+
element: HTMLElement,
|
|
100
|
+
newProps: {
|
|
101
|
+
label: string;
|
|
102
|
+
type: string;
|
|
103
|
+
value: string;
|
|
104
|
+
placeholder: string;
|
|
105
|
+
name: string;
|
|
106
|
+
disabled: boolean;
|
|
107
|
+
},
|
|
108
|
+
oldProps: {
|
|
109
|
+
label: string;
|
|
110
|
+
type: string;
|
|
111
|
+
value: string;
|
|
112
|
+
placeholder: string;
|
|
113
|
+
name: string;
|
|
114
|
+
disabled: boolean;
|
|
115
|
+
}
|
|
116
|
+
): boolean => {
|
|
117
|
+
if (oldProps.label !== newProps.label) return false;
|
|
118
|
+
if (oldProps.type !== newProps.type) return false;
|
|
119
|
+
if (oldProps.placeholder !== newProps.placeholder) return false;
|
|
120
|
+
if (oldProps.name !== newProps.name) return false;
|
|
121
|
+
if (oldProps.disabled !== newProps.disabled) return false;
|
|
122
|
+
|
|
123
|
+
// Verify shadow DOM still matches expected non-value props before skipping re-render
|
|
124
|
+
const shadowRoot = element.shadowRoot;
|
|
125
|
+
if (!shadowRoot) return false;
|
|
126
|
+
|
|
127
|
+
const labelEl = shadowRoot.querySelector('.label');
|
|
128
|
+
if ((labelEl?.textContent ?? '') !== newProps.label) return false;
|
|
129
|
+
|
|
130
|
+
const control = shadowRoot.querySelector('input.control') as HTMLInputElement | null;
|
|
131
|
+
if (!control) return false;
|
|
132
|
+
|
|
133
|
+
if (control.type !== newProps.type) return false;
|
|
134
|
+
if (control.placeholder !== newProps.placeholder) return false;
|
|
135
|
+
if (control.name !== newProps.name) return false;
|
|
136
|
+
if (control.disabled !== newProps.disabled) return false;
|
|
137
|
+
|
|
138
|
+
if (control.value !== newProps.value) {
|
|
139
|
+
control.value = newProps.value;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
return true;
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* Detect a value-only textarea update, patch the live control in place, and
|
|
147
|
+
* return whether the component can skip a full shadow DOM re-render.
|
|
148
|
+
*
|
|
149
|
+
* @param element - The host custom element whose shadow DOM is being updated
|
|
150
|
+
* @param newProps - The next reflected textarea props for the pending update
|
|
151
|
+
* @param oldProps - The previous reflected textarea props from the last render
|
|
152
|
+
*/
|
|
153
|
+
const canSkipTextareaRender = (
|
|
154
|
+
element: HTMLElement,
|
|
155
|
+
newProps: {
|
|
156
|
+
label: string;
|
|
157
|
+
value: string;
|
|
158
|
+
placeholder: string;
|
|
159
|
+
name: string;
|
|
160
|
+
rows: number;
|
|
161
|
+
disabled: boolean;
|
|
162
|
+
},
|
|
163
|
+
oldProps: {
|
|
164
|
+
label: string;
|
|
165
|
+
value: string;
|
|
166
|
+
placeholder: string;
|
|
167
|
+
name: string;
|
|
168
|
+
rows: number;
|
|
169
|
+
disabled: boolean;
|
|
170
|
+
}
|
|
171
|
+
): boolean => {
|
|
172
|
+
if (oldProps.label !== newProps.label) return false;
|
|
173
|
+
if (oldProps.placeholder !== newProps.placeholder) return false;
|
|
174
|
+
if (oldProps.name !== newProps.name) return false;
|
|
175
|
+
if (oldProps.rows !== newProps.rows) return false;
|
|
176
|
+
if (oldProps.disabled !== newProps.disabled) return false;
|
|
177
|
+
|
|
178
|
+
// Verify shadow DOM still matches expected non-value props before skipping re-render
|
|
179
|
+
const shadowRoot = element.shadowRoot;
|
|
180
|
+
if (!shadowRoot) return false;
|
|
181
|
+
|
|
182
|
+
const labelEl = shadowRoot.querySelector('.label');
|
|
183
|
+
if ((labelEl?.textContent ?? '') !== newProps.label) return false;
|
|
184
|
+
|
|
185
|
+
const control = shadowRoot.querySelector('textarea.control') as HTMLTextAreaElement | null;
|
|
186
|
+
if (!control) return false;
|
|
187
|
+
|
|
188
|
+
if (control.placeholder !== newProps.placeholder) return false;
|
|
189
|
+
if (control.name !== newProps.name) return false;
|
|
190
|
+
if (Number(control.rows) !== newProps.rows) return false;
|
|
191
|
+
if (control.disabled !== newProps.disabled) return false;
|
|
192
|
+
|
|
193
|
+
if (control.value !== newProps.value) {
|
|
194
|
+
control.value = newProps.value;
|
|
195
|
+
}
|
|
196
|
+
return true;
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
const renderTextareaControl = (props: {
|
|
200
|
+
value: string;
|
|
201
|
+
placeholder: string;
|
|
202
|
+
name: string;
|
|
203
|
+
rows: number;
|
|
204
|
+
disabled: boolean;
|
|
205
|
+
}): string => {
|
|
206
|
+
return [
|
|
207
|
+
'<textarea',
|
|
208
|
+
' part="control"',
|
|
209
|
+
' class="control"',
|
|
210
|
+
` placeholder="${escapeProp(props.placeholder)}"`,
|
|
211
|
+
` name="${escapeProp(props.name)}"`,
|
|
212
|
+
` rows="${props.rows}"`,
|
|
213
|
+
props.disabled ? ' disabled' : '',
|
|
214
|
+
`>${escapeProp(props.value)}</textarea>`,
|
|
215
|
+
].join('');
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
/**
|
|
219
|
+
* Register a default set of foundational UI components.
|
|
220
|
+
*
|
|
221
|
+
* The library is intentionally small and dependency-free, providing common
|
|
222
|
+
* primitives that can be themed via shadow parts and CSS custom properties.
|
|
223
|
+
*
|
|
224
|
+
* @param options - Optional registration settings such as a custom tag prefix
|
|
225
|
+
* @returns The registered tag names for each component
|
|
226
|
+
*/
|
|
227
|
+
export const registerDefaultComponents = (
|
|
228
|
+
options: DefaultComponentLibraryOptions = {}
|
|
229
|
+
): RegisteredDefaultComponents => {
|
|
230
|
+
const prefix = options.prefix ?? getBqueryConfig().components?.prefix ?? 'bq';
|
|
231
|
+
const tags: RegisteredDefaultComponents = {
|
|
232
|
+
button: `${prefix}-button`,
|
|
233
|
+
card: `${prefix}-card`,
|
|
234
|
+
input: `${prefix}-input`,
|
|
235
|
+
textarea: `${prefix}-textarea`,
|
|
236
|
+
checkbox: `${prefix}-checkbox`,
|
|
237
|
+
};
|
|
238
|
+
|
|
239
|
+
component<{
|
|
240
|
+
label: string;
|
|
241
|
+
variant: string;
|
|
242
|
+
size: string;
|
|
243
|
+
type: string;
|
|
244
|
+
disabled: boolean;
|
|
245
|
+
}>(tags.button, {
|
|
246
|
+
props: {
|
|
247
|
+
label: { type: String, default: '' },
|
|
248
|
+
variant: { type: String, default: 'primary' },
|
|
249
|
+
size: { type: String, default: 'md' },
|
|
250
|
+
type: { type: String, default: 'button' },
|
|
251
|
+
disabled: { type: Boolean, default: false },
|
|
252
|
+
},
|
|
253
|
+
styles: `
|
|
254
|
+
${baseStyles}
|
|
255
|
+
button {
|
|
256
|
+
appearance: none;
|
|
257
|
+
border: 0;
|
|
258
|
+
border-radius: 999px;
|
|
259
|
+
cursor: pointer;
|
|
260
|
+
display: inline-flex;
|
|
261
|
+
align-items: center;
|
|
262
|
+
justify-content: center;
|
|
263
|
+
font: inherit;
|
|
264
|
+
font-weight: 600;
|
|
265
|
+
gap: 0.5rem;
|
|
266
|
+
min-height: 2.5rem;
|
|
267
|
+
padding: 0.65rem 1rem;
|
|
268
|
+
transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
|
|
269
|
+
background: #2563eb;
|
|
270
|
+
color: #fff;
|
|
271
|
+
}
|
|
272
|
+
button[data-variant='secondary'] {
|
|
273
|
+
background: #e2e8f0;
|
|
274
|
+
color: #0f172a;
|
|
275
|
+
}
|
|
276
|
+
button[data-size='sm'] {
|
|
277
|
+
min-height: 2.125rem;
|
|
278
|
+
padding: 0.5rem 0.875rem;
|
|
279
|
+
}
|
|
280
|
+
button[data-size='lg'] {
|
|
281
|
+
min-height: 3rem;
|
|
282
|
+
padding: 0.875rem 1.25rem;
|
|
283
|
+
}
|
|
284
|
+
button:hover:not(:disabled) {
|
|
285
|
+
transform: translateY(-1px);
|
|
286
|
+
}
|
|
287
|
+
button:disabled {
|
|
288
|
+
cursor: not-allowed;
|
|
289
|
+
opacity: 0.6;
|
|
290
|
+
}
|
|
291
|
+
`,
|
|
292
|
+
render: ({ props }) => html`
|
|
293
|
+
<button
|
|
294
|
+
part="button"
|
|
295
|
+
type="${escapeProp(props.type)}"
|
|
296
|
+
data-variant="${escapeProp(props.variant)}"
|
|
297
|
+
data-size="${escapeProp(props.size)}"
|
|
298
|
+
${props.disabled ? 'disabled' : ''}
|
|
299
|
+
>
|
|
300
|
+
<slot>${escapeProp(props.label)}</slot>
|
|
301
|
+
</button>
|
|
302
|
+
`,
|
|
303
|
+
});
|
|
304
|
+
|
|
305
|
+
component<{ title: string; footer: string; elevated: boolean }>(tags.card, {
|
|
306
|
+
props: {
|
|
307
|
+
title: { type: String, default: '' },
|
|
308
|
+
footer: { type: String, default: '' },
|
|
309
|
+
elevated: { type: Boolean, default: true },
|
|
310
|
+
},
|
|
311
|
+
styles: `
|
|
312
|
+
${baseStyles}
|
|
313
|
+
article {
|
|
314
|
+
background: #fff;
|
|
315
|
+
border: 1px solid #e2e8f0;
|
|
316
|
+
border-radius: 1rem;
|
|
317
|
+
box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
|
|
318
|
+
color: #0f172a;
|
|
319
|
+
display: block;
|
|
320
|
+
padding: 1rem;
|
|
321
|
+
}
|
|
322
|
+
article[data-elevated='false'] {
|
|
323
|
+
box-shadow: none;
|
|
324
|
+
}
|
|
325
|
+
header, footer {
|
|
326
|
+
color: #475569;
|
|
327
|
+
font-size: 0.95rem;
|
|
328
|
+
font-weight: 600;
|
|
329
|
+
}
|
|
330
|
+
header {
|
|
331
|
+
margin-bottom: 0.75rem;
|
|
332
|
+
}
|
|
333
|
+
footer {
|
|
334
|
+
margin-top: 0.75rem;
|
|
335
|
+
}
|
|
336
|
+
`,
|
|
337
|
+
render: ({ props }) => html`
|
|
338
|
+
<article part="card" data-elevated="${String(props.elevated)}">
|
|
339
|
+
${props.title ? `<header part="header">${escapeProp(props.title)}</header>` : ''}
|
|
340
|
+
<section part="body"><slot></slot></section>
|
|
341
|
+
${props.footer ? `<footer part="footer">${escapeProp(props.footer)}</footer>` : ''}
|
|
342
|
+
</article>
|
|
343
|
+
`,
|
|
344
|
+
});
|
|
345
|
+
|
|
346
|
+
component<{
|
|
347
|
+
label: string;
|
|
348
|
+
type: string;
|
|
349
|
+
value: string;
|
|
350
|
+
placeholder: string;
|
|
351
|
+
name: string;
|
|
352
|
+
disabled: boolean;
|
|
353
|
+
}>(tags.input, {
|
|
354
|
+
props: {
|
|
355
|
+
label: { type: String, default: '' },
|
|
356
|
+
type: { type: String, default: 'text' },
|
|
357
|
+
value: { type: String, default: '' },
|
|
358
|
+
placeholder: { type: String, default: '' },
|
|
359
|
+
name: { type: String, default: '' },
|
|
360
|
+
disabled: { type: Boolean, default: false },
|
|
361
|
+
},
|
|
362
|
+
styles: controlStyles,
|
|
363
|
+
/**
|
|
364
|
+
* Skip the full shadow DOM re-render when only the reflected input value
|
|
365
|
+
* changed, because the live control has already been patched in place.
|
|
366
|
+
*/
|
|
367
|
+
beforeUpdate(newProps, oldProps) {
|
|
368
|
+
if (canSkipInputRender(this, newProps, oldProps)) {
|
|
369
|
+
return false;
|
|
370
|
+
}
|
|
371
|
+
return true;
|
|
372
|
+
},
|
|
373
|
+
connected() {
|
|
374
|
+
const handleInput = (event: Event) => {
|
|
375
|
+
const target = event.target as HTMLInputElement | null;
|
|
376
|
+
if (!target?.matches('input')) return;
|
|
377
|
+
event.stopPropagation();
|
|
378
|
+
this.setAttribute('value', target.value);
|
|
379
|
+
this.dispatchEvent(
|
|
380
|
+
new CustomEvent('input', {
|
|
381
|
+
detail: { value: target.value },
|
|
382
|
+
bubbles: true,
|
|
383
|
+
composed: true,
|
|
384
|
+
})
|
|
385
|
+
);
|
|
386
|
+
};
|
|
387
|
+
storeHandler(this, '__bqueryInputHandler', handleInput);
|
|
388
|
+
this.shadowRoot?.addEventListener('input', handleInput);
|
|
389
|
+
},
|
|
390
|
+
disconnected() {
|
|
391
|
+
const handleInput = readHandler(this, '__bqueryInputHandler');
|
|
392
|
+
if (handleInput) {
|
|
393
|
+
this.shadowRoot?.removeEventListener('input', handleInput);
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
render: ({ props }) => html`
|
|
397
|
+
<label part="field" class="field">
|
|
398
|
+
${props.label ? `<span part="label" class="label">${escapeProp(props.label)}</span>` : ''}
|
|
399
|
+
<input
|
|
400
|
+
part="control"
|
|
401
|
+
class="control"
|
|
402
|
+
type="${escapeProp(props.type)}"
|
|
403
|
+
value="${escapeProp(props.value)}"
|
|
404
|
+
placeholder="${escapeProp(props.placeholder)}"
|
|
405
|
+
name="${escapeProp(props.name)}"
|
|
406
|
+
${props.disabled ? 'disabled' : ''}
|
|
407
|
+
/>
|
|
408
|
+
</label>
|
|
409
|
+
`,
|
|
410
|
+
});
|
|
411
|
+
|
|
412
|
+
component<{
|
|
413
|
+
label: string;
|
|
414
|
+
value: string;
|
|
415
|
+
placeholder: string;
|
|
416
|
+
name: string;
|
|
417
|
+
rows: number;
|
|
418
|
+
disabled: boolean;
|
|
419
|
+
}>(tags.textarea, {
|
|
420
|
+
props: {
|
|
421
|
+
label: { type: String, default: '' },
|
|
422
|
+
value: { type: String, default: '' },
|
|
423
|
+
placeholder: { type: String, default: '' },
|
|
424
|
+
name: { type: String, default: '' },
|
|
425
|
+
rows: { type: Number, default: 4 },
|
|
426
|
+
disabled: { type: Boolean, default: false },
|
|
427
|
+
},
|
|
428
|
+
styles: `${controlStyles}
|
|
429
|
+
textarea.control {
|
|
430
|
+
min-height: 6rem;
|
|
431
|
+
resize: vertical;
|
|
432
|
+
}
|
|
433
|
+
`,
|
|
434
|
+
/**
|
|
435
|
+
* Skip the full shadow DOM re-render when only the reflected textarea value
|
|
436
|
+
* changed, because the live control has already been patched in place.
|
|
437
|
+
*/
|
|
438
|
+
beforeUpdate(newProps, oldProps) {
|
|
439
|
+
if (canSkipTextareaRender(this, newProps, oldProps)) {
|
|
440
|
+
return false;
|
|
441
|
+
}
|
|
442
|
+
return true;
|
|
443
|
+
},
|
|
444
|
+
connected() {
|
|
445
|
+
const handleInput = (event: Event) => {
|
|
446
|
+
const target = event.target as HTMLTextAreaElement | null;
|
|
447
|
+
if (!target?.matches('textarea')) return;
|
|
448
|
+
event.stopPropagation();
|
|
449
|
+
this.setAttribute('value', target.value);
|
|
450
|
+
this.dispatchEvent(
|
|
451
|
+
new CustomEvent('input', {
|
|
452
|
+
detail: { value: target.value },
|
|
453
|
+
bubbles: true,
|
|
454
|
+
composed: true,
|
|
455
|
+
})
|
|
456
|
+
);
|
|
457
|
+
};
|
|
458
|
+
storeHandler(this, '__bqueryTextareaHandler', handleInput);
|
|
459
|
+
this.shadowRoot?.addEventListener('input', handleInput);
|
|
460
|
+
},
|
|
461
|
+
disconnected() {
|
|
462
|
+
const handleInput = readHandler(this, '__bqueryTextareaHandler');
|
|
463
|
+
if (handleInput) {
|
|
464
|
+
this.shadowRoot?.removeEventListener('input', handleInput);
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
render: ({ props }) => html`
|
|
468
|
+
<label part="field" class="field">
|
|
469
|
+
${props.label ? `<span part="label" class="label">${escapeProp(props.label)}</span>` : ''}
|
|
470
|
+
${renderTextareaControl(props)}
|
|
471
|
+
</label>
|
|
472
|
+
`,
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
component<{ label: string; checked: boolean; disabled: boolean }>(tags.checkbox, {
|
|
476
|
+
props: {
|
|
477
|
+
label: { type: String, default: '' },
|
|
478
|
+
checked: { type: Boolean, default: false },
|
|
479
|
+
disabled: { type: Boolean, default: false },
|
|
480
|
+
},
|
|
481
|
+
styles: `
|
|
482
|
+
${baseStyles}
|
|
483
|
+
label {
|
|
484
|
+
align-items: center;
|
|
485
|
+
color: #0f172a;
|
|
486
|
+
cursor: pointer;
|
|
487
|
+
display: inline-flex;
|
|
488
|
+
gap: 0.625rem;
|
|
489
|
+
}
|
|
490
|
+
input {
|
|
491
|
+
accent-color: #2563eb;
|
|
492
|
+
block-size: 1rem;
|
|
493
|
+
inline-size: 1rem;
|
|
494
|
+
}
|
|
495
|
+
input:disabled {
|
|
496
|
+
cursor: not-allowed;
|
|
497
|
+
}
|
|
498
|
+
`,
|
|
499
|
+
connected() {
|
|
500
|
+
const handleChange = (event: Event) => {
|
|
501
|
+
const target = event.target as HTMLInputElement | null;
|
|
502
|
+
if (!target?.matches('input[type="checkbox"]')) return;
|
|
503
|
+
event.stopPropagation();
|
|
504
|
+
if (target.checked) {
|
|
505
|
+
this.setAttribute('checked', 'true');
|
|
506
|
+
} else {
|
|
507
|
+
this.removeAttribute('checked');
|
|
508
|
+
}
|
|
509
|
+
this.dispatchEvent(
|
|
510
|
+
new CustomEvent('change', {
|
|
511
|
+
detail: { checked: target.checked },
|
|
512
|
+
bubbles: true,
|
|
513
|
+
composed: true,
|
|
514
|
+
})
|
|
515
|
+
);
|
|
516
|
+
};
|
|
517
|
+
storeHandler(this, '__bqueryCheckboxHandler', handleChange);
|
|
518
|
+
this.shadowRoot?.addEventListener('change', handleChange);
|
|
519
|
+
},
|
|
520
|
+
disconnected() {
|
|
521
|
+
const handleChange = readHandler(this, '__bqueryCheckboxHandler');
|
|
522
|
+
if (handleChange) {
|
|
523
|
+
this.shadowRoot?.removeEventListener('change', handleChange);
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
render: ({ props }) => html`
|
|
527
|
+
<label part="label">
|
|
528
|
+
<input
|
|
529
|
+
part="control"
|
|
530
|
+
type="checkbox"
|
|
531
|
+
${props.checked ? 'checked' : ''}
|
|
532
|
+
${props.disabled ? 'disabled' : ''}
|
|
533
|
+
/>
|
|
534
|
+
<span part="text"><slot>${escapeProp(props.label)}</slot></span>
|
|
535
|
+
</label>
|
|
536
|
+
`,
|
|
537
|
+
});
|
|
538
|
+
|
|
539
|
+
return tags;
|
|
540
|
+
};
|