@flyingrobots/bijou 7.1.0 → 7.2.0
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/dist/adapters/test/assertions.d.ts.map +1 -1
- package/dist/adapters/test/assertions.js +3 -2
- package/dist/adapters/test/assertions.js.map +1 -1
- package/dist/adapters/test/audit-style.d.ts.map +1 -1
- package/dist/adapters/test/audit-style.js +7 -4
- package/dist/adapters/test/audit-style.js.map +1 -1
- package/dist/adapters/test/clock.d.ts +2 -35
- package/dist/adapters/test/clock.d.ts.map +1 -1
- package/dist/adapters/test/clock.js +1 -131
- package/dist/adapters/test/clock.js.map +1 -1
- package/dist/adapters/test/clock.part01.d.ts +29 -0
- package/dist/adapters/test/clock.part01.d.ts.map +1 -0
- package/dist/adapters/test/clock.part01.js +6 -0
- package/dist/adapters/test/clock.part01.js.map +1 -0
- package/dist/adapters/test/clock.part02.d.ts +3 -0
- package/dist/adapters/test/clock.part02.d.ts.map +1 -0
- package/dist/adapters/test/clock.part02.js +123 -0
- package/dist/adapters/test/clock.part02.js.map +1 -0
- package/dist/adapters/test/fixtures.d.ts +3 -3
- package/dist/adapters/test/fixtures.d.ts.map +1 -1
- package/dist/adapters/test/fixtures.js +7 -4
- package/dist/adapters/test/fixtures.js.map +1 -1
- package/dist/adapters/test/index.d.ts +3 -0
- package/dist/adapters/test/index.d.ts.map +1 -1
- package/dist/adapters/test/index.js +5 -0
- package/dist/adapters/test/index.js.map +1 -1
- package/dist/adapters/test/io.d.ts +2 -48
- package/dist/adapters/test/io.d.ts.map +1 -1
- package/dist/adapters/test/io.js +1 -146
- package/dist/adapters/test/io.js.map +1 -1
- package/dist/adapters/test/io.part01.d.ts +29 -0
- package/dist/adapters/test/io.part01.d.ts.map +1 -0
- package/dist/adapters/test/io.part01.js +2 -0
- package/dist/adapters/test/io.part01.js.map +1 -0
- package/dist/adapters/test/io.part02.d.ts +3 -0
- package/dist/adapters/test/io.part02.d.ts.map +1 -0
- package/dist/adapters/test/io.part02.js +136 -0
- package/dist/adapters/test/io.part02.js.map +1 -0
- package/dist/core/active-binding-collection.d.ts.map +1 -1
- package/dist/core/active-binding-collection.js +61 -45
- package/dist/core/active-binding-collection.js.map +1 -1
- package/dist/core/ansi.d.ts +4 -0
- package/dist/core/ansi.d.ts.map +1 -1
- package/dist/core/ansi.js +7 -0
- package/dist/core/ansi.js.map +1 -1
- package/dist/core/app-shell-composition.js +7 -5
- package/dist/core/app-shell-composition.js.map +1 -1
- package/dist/core/bg-fill.d.ts.map +1 -1
- package/dist/core/bg-fill.js +5 -4
- package/dist/core/bg-fill.js.map +1 -1
- package/dist/core/binding-frame-update.js +8 -10
- package/dist/core/binding-frame-update.js.map +1 -1
- package/dist/core/binding-lifecycle.d.ts +3 -64
- package/dist/core/binding-lifecycle.d.ts.map +1 -1
- package/dist/core/binding-lifecycle.js +2 -356
- package/dist/core/binding-lifecycle.js.map +1 -1
- package/dist/core/binding-lifecycle.part01.d.ts +63 -0
- package/dist/core/binding-lifecycle.part01.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part01.js +30 -0
- package/dist/core/binding-lifecycle.part01.js.map +1 -0
- package/dist/core/binding-lifecycle.part02.d.ts +6 -0
- package/dist/core/binding-lifecycle.part02.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part02.js +77 -0
- package/dist/core/binding-lifecycle.part02.js.map +1 -0
- package/dist/core/binding-lifecycle.part03.d.ts +6 -0
- package/dist/core/binding-lifecycle.part03.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part03.js +67 -0
- package/dist/core/binding-lifecycle.part03.js.map +1 -0
- package/dist/core/binding-lifecycle.part04.d.ts +8 -0
- package/dist/core/binding-lifecycle.part04.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part04.js +71 -0
- package/dist/core/binding-lifecycle.part04.js.map +1 -0
- package/dist/core/binding-lifecycle.part05.d.ts +6 -0
- package/dist/core/binding-lifecycle.part05.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part05.js +73 -0
- package/dist/core/binding-lifecycle.part05.js.map +1 -0
- package/dist/core/binding-lifecycle.part06.d.ts +20 -0
- package/dist/core/binding-lifecycle.part06.d.ts.map +1 -0
- package/dist/core/binding-lifecycle.part06.js +64 -0
- package/dist/core/binding-lifecycle.part06.js.map +1 -0
- package/dist/core/binding.d.ts +9 -191
- package/dist/core/binding.d.ts.map +1 -1
- package/dist/core/binding.js +7 -586
- package/dist/core/binding.js.map +1 -1
- package/dist/core/binding.part01.d.ts +92 -0
- package/dist/core/binding.part01.d.ts.map +1 -0
- package/dist/core/binding.part01.js +10 -0
- package/dist/core/binding.part01.js.map +1 -0
- package/dist/core/binding.part02.d.ts +50 -0
- package/dist/core/binding.part02.d.ts.map +1 -0
- package/dist/core/binding.part02.js +17 -0
- package/dist/core/binding.part02.js.map +1 -0
- package/dist/core/binding.part03.d.ts +18 -0
- package/dist/core/binding.part03.d.ts.map +1 -0
- package/dist/core/binding.part03.js +70 -0
- package/dist/core/binding.part03.js.map +1 -0
- package/dist/core/binding.part04.d.ts +17 -0
- package/dist/core/binding.part04.d.ts.map +1 -0
- package/dist/core/binding.part04.js +57 -0
- package/dist/core/binding.part04.js.map +1 -0
- package/dist/core/binding.part05.d.ts +15 -0
- package/dist/core/binding.part05.d.ts.map +1 -0
- package/dist/core/binding.part05.js +78 -0
- package/dist/core/binding.part05.js.map +1 -0
- package/dist/core/binding.part06.d.ts +10 -0
- package/dist/core/binding.part06.d.ts.map +1 -0
- package/dist/core/binding.part06.js +48 -0
- package/dist/core/binding.part06.js.map +1 -0
- package/dist/core/binding.part07.d.ts +9 -0
- package/dist/core/binding.part07.d.ts.map +1 -0
- package/dist/core/binding.part07.js +83 -0
- package/dist/core/binding.part07.js.map +1 -0
- package/dist/core/binding.part08.d.ts +4 -0
- package/dist/core/binding.part08.d.ts.map +1 -0
- package/dist/core/binding.part08.js +81 -0
- package/dist/core/binding.part08.js.map +1 -0
- package/dist/core/binding.part09.d.ts +23 -0
- package/dist/core/binding.part09.d.ts.map +1 -0
- package/dist/core/binding.part09.js +76 -0
- package/dist/core/binding.part09.js.map +1 -0
- package/dist/core/binding.part10.d.ts +8 -0
- package/dist/core/binding.part10.d.ts.map +1 -0
- package/dist/core/binding.part10.js +84 -0
- package/dist/core/binding.part10.js.map +1 -0
- package/dist/core/binding.part11.d.ts +6 -0
- package/dist/core/binding.part11.d.ts.map +1 -0
- package/dist/core/binding.part11.js +27 -0
- package/dist/core/binding.part11.js.map +1 -0
- package/dist/core/block-metadata.d.ts +5 -112
- package/dist/core/block-metadata.d.ts.map +1 -1
- package/dist/core/block-metadata.js +3 -375
- package/dist/core/block-metadata.js.map +1 -1
- package/dist/core/block-metadata.part01.d.ts +76 -0
- package/dist/core/block-metadata.part01.d.ts.map +1 -0
- package/dist/core/block-metadata.part01.js +2 -0
- package/dist/core/block-metadata.part01.js.map +1 -0
- package/dist/core/block-metadata.part02.d.ts +37 -0
- package/dist/core/block-metadata.part02.d.ts.map +1 -0
- package/dist/core/block-metadata.part02.js +59 -0
- package/dist/core/block-metadata.part02.js.map +1 -0
- package/dist/core/block-metadata.part03.d.ts +11 -0
- package/dist/core/block-metadata.part03.d.ts.map +1 -0
- package/dist/core/block-metadata.part03.js +81 -0
- package/dist/core/block-metadata.part03.js.map +1 -0
- package/dist/core/block-metadata.part04.d.ts +8 -0
- package/dist/core/block-metadata.part04.d.ts.map +1 -0
- package/dist/core/block-metadata.part04.js +73 -0
- package/dist/core/block-metadata.part04.js.map +1 -0
- package/dist/core/block-metadata.part05.d.ts +7 -0
- package/dist/core/block-metadata.part05.d.ts.map +1 -0
- package/dist/core/block-metadata.part05.js +64 -0
- package/dist/core/block-metadata.part05.js.map +1 -0
- package/dist/core/block-metadata.part06.d.ts +11 -0
- package/dist/core/block-metadata.part06.d.ts.map +1 -0
- package/dist/core/block-metadata.part06.js +72 -0
- package/dist/core/block-metadata.part06.js.map +1 -0
- package/dist/core/block-metadata.part07.d.ts +9 -0
- package/dist/core/block-metadata.part07.d.ts.map +1 -0
- package/dist/core/block-metadata.part07.js +49 -0
- package/dist/core/block-metadata.part07.js.map +1 -0
- package/dist/core/block-tree-render.js +7 -8
- package/dist/core/block-tree-render.js.map +1 -1
- package/dist/core/clock.d.ts.map +1 -1
- package/dist/core/clock.js +8 -1
- package/dist/core/clock.js.map +1 -1
- package/dist/core/component-metadata.d.ts +3 -62
- package/dist/core/component-metadata.d.ts.map +1 -1
- package/dist/core/component-metadata.js +2 -157
- package/dist/core/component-metadata.js.map +1 -1
- package/dist/core/component-metadata.part01.d.ts +63 -0
- package/dist/core/component-metadata.part01.d.ts.map +1 -0
- package/dist/core/component-metadata.part01.js +31 -0
- package/dist/core/component-metadata.part01.js.map +1 -0
- package/dist/core/component-metadata.part02.d.ts +9 -0
- package/dist/core/component-metadata.part02.d.ts.map +1 -0
- package/dist/core/component-metadata.part02.js +77 -0
- package/dist/core/component-metadata.part02.js.map +1 -0
- package/dist/core/component-metadata.part03.d.ts +12 -0
- package/dist/core/component-metadata.part03.d.ts.map +1 -0
- package/dist/core/component-metadata.part03.js +55 -0
- package/dist/core/component-metadata.part03.js.map +1 -0
- package/dist/core/components/alert.d.ts +1 -1
- package/dist/core/components/alert.d.ts.map +1 -1
- package/dist/core/components/alert.js.map +1 -1
- package/dist/core/components/badge.d.ts.map +1 -1
- package/dist/core/components/badge.js +9 -7
- package/dist/core/components/badge.js.map +1 -1
- package/dist/core/components/box-v3.d.ts.map +1 -1
- package/dist/core/components/box-v3.js +10 -10
- package/dist/core/components/box-v3.js.map +1 -1
- package/dist/core/components/box.d.ts +2 -2
- package/dist/core/components/box.d.ts.map +1 -1
- package/dist/core/components/box.js.map +1 -1
- package/dist/core/components/braille-chart.d.ts.map +1 -1
- package/dist/core/components/braille-chart.js +9 -2
- package/dist/core/components/braille-chart.js.map +1 -1
- package/dist/core/components/constrain.d.ts +1 -1
- package/dist/core/components/constrain.d.ts.map +1 -1
- package/dist/core/components/constrain.js.map +1 -1
- package/dist/core/components/cursor-guard.d.ts +1 -0
- package/dist/core/components/cursor-guard.d.ts.map +1 -1
- package/dist/core/components/cursor-guard.js +2 -18
- package/dist/core/components/cursor-guard.js.map +1 -1
- package/dist/core/components/dag-edges.d.ts.map +1 -1
- package/dist/core/components/dag-edges.js +5 -3
- package/dist/core/components/dag-edges.js.map +1 -1
- package/dist/core/components/dag-layout.d.ts.map +1 -1
- package/dist/core/components/dag-layout.js +19 -19
- package/dist/core/components/dag-layout.js.map +1 -1
- package/dist/core/components/dag-render.d.ts.map +1 -1
- package/dist/core/components/dag-render.js +23 -27
- package/dist/core/components/dag-render.js.map +1 -1
- package/dist/core/components/dag-source.d.ts.map +1 -1
- package/dist/core/components/dag-source.js +23 -29
- package/dist/core/components/dag-source.js.map +1 -1
- package/dist/core/components/dag-stats-types.d.ts +16 -0
- package/dist/core/components/dag-stats-types.d.ts.map +1 -0
- package/dist/core/components/dag-stats-types.js +2 -0
- package/dist/core/components/dag-stats-types.js.map +1 -0
- package/dist/core/components/dag-stats.d.ts +3 -17
- package/dist/core/components/dag-stats.d.ts.map +1 -1
- package/dist/core/components/dag-stats.js +25 -2
- package/dist/core/components/dag-stats.js.map +1 -1
- package/dist/core/components/dag.d.ts +2 -148
- package/dist/core/components/dag.d.ts.map +1 -1
- package/dist/core/components/dag.js +1 -40
- package/dist/core/components/dag.js.map +1 -1
- package/dist/core/components/dag.part01.d.ts +78 -0
- package/dist/core/components/dag.part01.d.ts.map +1 -0
- package/dist/core/components/dag.part01.js +2 -0
- package/dist/core/components/dag.part01.js.map +1 -0
- package/dist/core/components/dag.part02.d.ts +7 -0
- package/dist/core/components/dag.part02.d.ts.map +1 -0
- package/dist/core/components/dag.part02.js +41 -0
- package/dist/core/components/dag.part02.js.map +1 -0
- package/dist/core/components/data-viz-utils.d.ts.map +1 -1
- package/dist/core/components/data-viz-utils.js +17 -16
- package/dist/core/components/data-viz-utils.js.map +1 -1
- package/dist/core/components/enumerated-list.d.ts.map +1 -1
- package/dist/core/components/enumerated-list.js +15 -19
- package/dist/core/components/enumerated-list.js.map +1 -1
- package/dist/core/components/explainability.js +1 -1
- package/dist/core/components/explainability.js.map +1 -1
- package/dist/core/components/hyperlink.js +2 -2
- package/dist/core/components/hyperlink.js.map +1 -1
- package/dist/core/components/index.d.ts.map +1 -1
- package/dist/core/components/index.js.map +1 -1
- package/dist/core/components/inspector-types.d.ts +40 -0
- package/dist/core/components/inspector-types.d.ts.map +1 -0
- package/dist/core/components/inspector-types.js +2 -0
- package/dist/core/components/inspector-types.js.map +1 -0
- package/dist/core/components/inspector.d.ts +2 -39
- package/dist/core/components/inspector.d.ts.map +1 -1
- package/dist/core/components/inspector.js.map +1 -1
- package/dist/core/components/inspector.test-style.d.ts +3 -0
- package/dist/core/components/inspector.test-style.d.ts.map +1 -0
- package/dist/core/components/inspector.test-style.js +52 -0
- package/dist/core/components/inspector.test-style.js.map +1 -0
- package/dist/core/components/log.d.ts.map +1 -1
- package/dist/core/components/log.js.map +1 -1
- package/dist/core/components/logo.d.ts +2 -0
- package/dist/core/components/logo.d.ts.map +1 -1
- package/dist/core/components/logo.js +2 -1
- package/dist/core/components/logo.js.map +1 -1
- package/dist/core/components/markdown-parse.d.ts.map +1 -1
- package/dist/core/components/markdown-parse.js +26 -33
- package/dist/core/components/markdown-parse.js.map +1 -1
- package/dist/core/components/markdown-render.d.ts +0 -16
- package/dist/core/components/markdown-render.d.ts.map +1 -1
- package/dist/core/components/markdown-render.js +24 -37
- package/dist/core/components/markdown-render.js.map +1 -1
- package/dist/core/components/markdown.d.ts +1 -1
- package/dist/core/components/markdown.d.ts.map +1 -1
- package/dist/core/components/markdown.js.map +1 -1
- package/dist/core/components/paginator.d.ts.map +1 -1
- package/dist/core/components/paginator.js +5 -3
- package/dist/core/components/paginator.js.map +1 -1
- package/dist/core/components/perf-overlay.js +1 -1
- package/dist/core/components/perf-overlay.js.map +1 -1
- package/dist/core/components/preference-list.d.ts.map +1 -1
- package/dist/core/components/preference-list.js +26 -25
- package/dist/core/components/preference-list.js.map +1 -1
- package/dist/core/components/progress.d.ts +1 -2
- package/dist/core/components/progress.d.ts.map +1 -1
- package/dist/core/components/progress.js +4 -3
- package/dist/core/components/progress.js.map +1 -1
- package/dist/core/components/separator-v3.d.ts.map +1 -1
- package/dist/core/components/separator-v3.js +8 -6
- package/dist/core/components/separator-v3.js.map +1 -1
- package/dist/core/components/sparkline.d.ts.map +1 -1
- package/dist/core/components/sparkline.js +5 -6
- package/dist/core/components/sparkline.js.map +1 -1
- package/dist/core/components/stats-panel.js +2 -2
- package/dist/core/components/stats-panel.js.map +1 -1
- package/dist/core/components/stepper.js +1 -1
- package/dist/core/components/stepper.js.map +1 -1
- package/dist/core/components/surface-text.d.ts.map +1 -1
- package/dist/core/components/surface-text.js +9 -11
- package/dist/core/components/surface-text.js.map +1 -1
- package/dist/core/components/table-v3.js +20 -23
- package/dist/core/components/table-v3.js.map +1 -1
- package/dist/core/components/table.d.ts +2 -2
- package/dist/core/components/table.d.ts.map +1 -1
- package/dist/core/components/table.js +35 -38
- package/dist/core/components/table.js.map +1 -1
- package/dist/core/components/tabs.js +1 -1
- package/dist/core/components/tabs.js.map +1 -1
- package/dist/core/components/timeline.js.map +1 -1
- package/dist/core/components/timer.js +3 -3
- package/dist/core/components/timer.js.map +1 -1
- package/dist/core/components/tree.js +1 -1
- package/dist/core/components/tree.js.map +1 -1
- package/dist/core/detect/tty.js +3 -2
- package/dist/core/detect/tty.js.map +1 -1
- package/dist/core/forms/filter-interactive.d.ts.map +1 -1
- package/dist/core/forms/filter-interactive.js +8 -8
- package/dist/core/forms/filter-interactive.js.map +1 -1
- package/dist/core/forms/filter.js +7 -2
- package/dist/core/forms/filter.js.map +1 -1
- package/dist/core/forms/form-utils.d.ts +3 -155
- package/dist/core/forms/form-utils.d.ts.map +1 -1
- package/dist/core/forms/form-utils.js +2 -231
- package/dist/core/forms/form-utils.js.map +1 -1
- package/dist/core/forms/form-utils.part01.d.ts +30 -0
- package/dist/core/forms/form-utils.part01.d.ts.map +1 -0
- package/dist/core/forms/form-utils.part01.js +86 -0
- package/dist/core/forms/form-utils.part01.js.map +1 -0
- package/dist/core/forms/form-utils.part02.d.ts +6 -0
- package/dist/core/forms/form-utils.part02.d.ts.map +1 -0
- package/dist/core/forms/form-utils.part02.js +27 -0
- package/dist/core/forms/form-utils.part02.js.map +1 -0
- package/dist/core/forms/group.d.ts.map +1 -1
- package/dist/core/forms/group.js +5 -0
- package/dist/core/forms/group.js.map +1 -1
- package/dist/core/forms/input.js +1 -1
- package/dist/core/forms/input.js.map +1 -1
- package/dist/core/forms/multiselect.js +11 -23
- package/dist/core/forms/multiselect.js.map +1 -1
- package/dist/core/forms/note.d.ts.map +1 -1
- package/dist/core/forms/note.js +2 -1
- package/dist/core/forms/note.js.map +1 -1
- package/dist/core/forms/select-types.d.ts +12 -0
- package/dist/core/forms/select-types.d.ts.map +1 -0
- package/dist/core/forms/select-types.js +2 -0
- package/dist/core/forms/select-types.js.map +1 -0
- package/dist/core/forms/select.d.ts +2 -11
- package/dist/core/forms/select.d.ts.map +1 -1
- package/dist/core/forms/select.js +12 -33
- package/dist/core/forms/select.js.map +1 -1
- package/dist/core/forms/textarea-editor.d.ts +0 -21
- package/dist/core/forms/textarea-editor.d.ts.map +1 -1
- package/dist/core/forms/textarea-editor.js +17 -37
- package/dist/core/forms/textarea-editor.js.map +1 -1
- package/dist/core/forms/textarea.js +1 -1
- package/dist/core/forms/textarea.js.map +1 -1
- package/dist/core/forms/wizard.d.ts +8 -3
- package/dist/core/forms/wizard.d.ts.map +1 -1
- package/dist/core/forms/wizard.js +11 -1
- package/dist/core/forms/wizard.js.map +1 -1
- package/dist/core/graphql-bijou-block.d.ts +5 -93
- package/dist/core/graphql-bijou-block.d.ts.map +1 -1
- package/dist/core/graphql-bijou-block.js +4 -569
- package/dist/core/graphql-bijou-block.js.map +1 -1
- package/dist/core/graphql-bijou-block.part01.d.ts +97 -0
- package/dist/core/graphql-bijou-block.part01.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part01.js +3 -0
- package/dist/core/graphql-bijou-block.part01.js.map +1 -0
- package/dist/core/graphql-bijou-block.part02.d.ts +26 -0
- package/dist/core/graphql-bijou-block.part02.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part02.js +45 -0
- package/dist/core/graphql-bijou-block.part02.js.map +1 -0
- package/dist/core/graphql-bijou-block.part03.d.ts +4 -0
- package/dist/core/graphql-bijou-block.part03.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part03.js +69 -0
- package/dist/core/graphql-bijou-block.part03.js.map +1 -0
- package/dist/core/graphql-bijou-block.part04.d.ts +4 -0
- package/dist/core/graphql-bijou-block.part04.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part04.js +39 -0
- package/dist/core/graphql-bijou-block.part04.js.map +1 -0
- package/dist/core/graphql-bijou-block.part05.d.ts +6 -0
- package/dist/core/graphql-bijou-block.part05.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part05.js +84 -0
- package/dist/core/graphql-bijou-block.part05.js.map +1 -0
- package/dist/core/graphql-bijou-block.part06.d.ts +10 -0
- package/dist/core/graphql-bijou-block.part06.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part06.js +85 -0
- package/dist/core/graphql-bijou-block.part06.js.map +1 -0
- package/dist/core/graphql-bijou-block.part07.d.ts +10 -0
- package/dist/core/graphql-bijou-block.part07.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part07.js +80 -0
- package/dist/core/graphql-bijou-block.part07.js.map +1 -0
- package/dist/core/graphql-bijou-block.part08.d.ts +23 -0
- package/dist/core/graphql-bijou-block.part08.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part08.js +79 -0
- package/dist/core/graphql-bijou-block.part08.js.map +1 -0
- package/dist/core/graphql-bijou-block.part09.d.ts +11 -0
- package/dist/core/graphql-bijou-block.part09.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part09.js +72 -0
- package/dist/core/graphql-bijou-block.part09.js.map +1 -0
- package/dist/core/graphql-bijou-block.part10.d.ts +3 -0
- package/dist/core/graphql-bijou-block.part10.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.part10.js +38 -0
- package/dist/core/graphql-bijou-block.part10.js.map +1 -0
- package/dist/core/graphql-bijou-block.test-support.d.ts +18 -0
- package/dist/core/graphql-bijou-block.test-support.d.ts.map +1 -0
- package/dist/core/graphql-bijou-block.test-support.js +80 -0
- package/dist/core/graphql-bijou-block.test-support.js.map +1 -0
- package/dist/core/graphql-parser-utils.d.ts +3 -0
- package/dist/core/graphql-parser-utils.d.ts.map +1 -0
- package/dist/core/graphql-parser-utils.js +18 -0
- package/dist/core/graphql-parser-utils.js.map +1 -0
- package/dist/core/key-input.d.ts.map +1 -1
- package/dist/core/key-input.js +2 -0
- package/dist/core/key-input.js.map +1 -1
- package/dist/core/layout/envelope.d.ts +6 -173
- package/dist/core/layout/envelope.d.ts.map +1 -1
- package/dist/core/layout/envelope.js +4 -335
- package/dist/core/layout/envelope.js.map +1 -1
- package/dist/core/layout/envelope.part01.d.ts +88 -0
- package/dist/core/layout/envelope.part01.d.ts.map +1 -0
- package/dist/core/layout/envelope.part01.js +2 -0
- package/dist/core/layout/envelope.part01.js.map +1 -0
- package/dist/core/layout/envelope.part02.d.ts +72 -0
- package/dist/core/layout/envelope.part02.d.ts.map +1 -0
- package/dist/core/layout/envelope.part02.js +33 -0
- package/dist/core/layout/envelope.part02.js.map +1 -0
- package/dist/core/layout/envelope.part03.d.ts +14 -0
- package/dist/core/layout/envelope.part03.d.ts.map +1 -0
- package/dist/core/layout/envelope.part03.js +81 -0
- package/dist/core/layout/envelope.part03.js.map +1 -0
- package/dist/core/layout/envelope.part04.d.ts +6 -0
- package/dist/core/layout/envelope.part04.d.ts.map +1 -0
- package/dist/core/layout/envelope.part04.js +79 -0
- package/dist/core/layout/envelope.part04.js.map +1 -0
- package/dist/core/layout/envelope.part05.d.ts +5 -0
- package/dist/core/layout/envelope.part05.d.ts.map +1 -0
- package/dist/core/layout/envelope.part05.js +40 -0
- package/dist/core/layout/envelope.part05.js.map +1 -0
- package/dist/core/layout/envelope.part06.d.ts +10 -0
- package/dist/core/layout/envelope.part06.d.ts.map +1 -0
- package/dist/core/layout/envelope.part06.js +94 -0
- package/dist/core/layout/envelope.part06.js.map +1 -0
- package/dist/core/layout/envelope.part07.d.ts +8 -0
- package/dist/core/layout/envelope.part07.d.ts.map +1 -0
- package/dist/core/layout/envelope.part07.js +26 -0
- package/dist/core/layout/envelope.part07.js.map +1 -0
- package/dist/core/layout/flex-types.d.ts +18 -0
- package/dist/core/layout/flex-types.d.ts.map +1 -0
- package/dist/core/layout/flex-types.js +2 -0
- package/dist/core/layout/flex-types.js.map +1 -0
- package/dist/core/layout/flex.d.ts +2 -17
- package/dist/core/layout/flex.d.ts.map +1 -1
- package/dist/core/layout/flex.js +15 -17
- package/dist/core/layout/flex.js.map +1 -1
- package/dist/core/layout/geometry.d.ts.map +1 -1
- package/dist/core/layout/geometry.js +13 -15
- package/dist/core/layout/geometry.js.map +1 -1
- package/dist/core/mode-render.d.ts +1 -3
- package/dist/core/mode-render.d.ts.map +1 -1
- package/dist/core/mode-render.js +1 -1
- package/dist/core/mode-render.js.map +1 -1
- package/dist/core/render/differ.d.ts.map +1 -1
- package/dist/core/render/differ.js +46 -52
- package/dist/core/render/differ.js.map +1 -1
- package/dist/core/render/packed-cell.d.ts +3 -109
- package/dist/core/render/packed-cell.d.ts.map +1 -1
- package/dist/core/render/packed-cell.js +3 -300
- package/dist/core/render/packed-cell.js.map +1 -1
- package/dist/core/render/packed-cell.part01.d.ts +34 -0
- package/dist/core/render/packed-cell.part01.d.ts.map +1 -0
- package/dist/core/render/packed-cell.part01.js +98 -0
- package/dist/core/render/packed-cell.part01.js.map +1 -0
- package/dist/core/render/packed-cell.part02.d.ts +11 -0
- package/dist/core/render/packed-cell.part02.d.ts.map +1 -0
- package/dist/core/render/packed-cell.part02.js +93 -0
- package/dist/core/render/packed-cell.part02.js.map +1 -0
- package/dist/core/render/packed-cell.part03.d.ts +4 -0
- package/dist/core/render/packed-cell.part03.d.ts.map +1 -0
- package/dist/core/render/packed-cell.part03.js +31 -0
- package/dist/core/render/packed-cell.part03.js.map +1 -0
- package/dist/core/render/safe-read.d.ts +12 -0
- package/dist/core/render/safe-read.d.ts.map +1 -0
- package/dist/core/render/safe-read.js +37 -0
- package/dist/core/render/safe-read.js.map +1 -0
- package/dist/core/runtime-viewport.d.ts +2 -2
- package/dist/core/runtime-viewport.d.ts.map +1 -1
- package/dist/core/runtime-viewport.js.map +1 -1
- package/dist/core/schema-block.d.ts +3 -62
- package/dist/core/schema-block.d.ts.map +1 -1
- package/dist/core/schema-block.js +2 -360
- package/dist/core/schema-block.js.map +1 -1
- package/dist/core/schema-block.part01.d.ts +59 -0
- package/dist/core/schema-block.part01.d.ts.map +1 -0
- package/dist/core/schema-block.part01.js +10 -0
- package/dist/core/schema-block.part01.js.map +1 -0
- package/dist/core/schema-block.part02.d.ts +7 -0
- package/dist/core/schema-block.part02.d.ts.map +1 -0
- package/dist/core/schema-block.part02.js +63 -0
- package/dist/core/schema-block.part02.js.map +1 -0
- package/dist/core/schema-block.part03.d.ts +22 -0
- package/dist/core/schema-block.part03.d.ts.map +1 -0
- package/dist/core/schema-block.part03.js +70 -0
- package/dist/core/schema-block.part03.js.map +1 -0
- package/dist/core/schema-block.part04.d.ts +12 -0
- package/dist/core/schema-block.part04.d.ts.map +1 -0
- package/dist/core/schema-block.part04.js +70 -0
- package/dist/core/schema-block.part04.js.map +1 -0
- package/dist/core/schema-block.part05.d.ts +10 -0
- package/dist/core/schema-block.part05.d.ts.map +1 -0
- package/dist/core/schema-block.part05.js +74 -0
- package/dist/core/schema-block.part05.js.map +1 -0
- package/dist/core/schema-block.part06.d.ts +16 -0
- package/dist/core/schema-block.part06.d.ts.map +1 -0
- package/dist/core/schema-block.part06.js +59 -0
- package/dist/core/schema-block.part06.js.map +1 -0
- package/dist/core/schema-block.test-support.d.ts +9 -0
- package/dist/core/schema-block.test-support.d.ts.map +1 -0
- package/dist/core/schema-block.test-support.js +60 -0
- package/dist/core/schema-block.test-support.js.map +1 -0
- package/dist/core/schema-inert-data.d.ts +4 -0
- package/dist/core/schema-inert-data.d.ts.map +1 -0
- package/dist/core/schema-inert-data.js +85 -0
- package/dist/core/schema-inert-data.js.map +1 -0
- package/dist/core/selection.d.ts +4 -126
- package/dist/core/selection.d.ts.map +1 -1
- package/dist/core/selection.js +2 -349
- package/dist/core/selection.js.map +1 -1
- package/dist/core/selection.part01.d.ts +87 -0
- package/dist/core/selection.part01.d.ts.map +1 -0
- package/dist/core/selection.part01.js +2 -0
- package/dist/core/selection.part01.js.map +1 -0
- package/dist/core/selection.part02.d.ts +37 -0
- package/dist/core/selection.part02.d.ts.map +1 -0
- package/dist/core/selection.part02.js +60 -0
- package/dist/core/selection.part02.js.map +1 -0
- package/dist/core/selection.part03.d.ts +7 -0
- package/dist/core/selection.part03.d.ts.map +1 -0
- package/dist/core/selection.part03.js +77 -0
- package/dist/core/selection.part03.js.map +1 -0
- package/dist/core/selection.part04.d.ts +5 -0
- package/dist/core/selection.part04.d.ts.map +1 -0
- package/dist/core/selection.part04.js +65 -0
- package/dist/core/selection.part04.js.map +1 -0
- package/dist/core/selection.part05.d.ts +5 -0
- package/dist/core/selection.part05.d.ts.map +1 -0
- package/dist/core/selection.part05.js +61 -0
- package/dist/core/selection.part05.js.map +1 -0
- package/dist/core/selection.part06.d.ts +14 -0
- package/dist/core/selection.part06.d.ts.map +1 -0
- package/dist/core/selection.part06.js +80 -0
- package/dist/core/selection.part06.js.map +1 -0
- package/dist/core/selection.part07.d.ts +6 -0
- package/dist/core/selection.part07.d.ts.map +1 -0
- package/dist/core/selection.part07.js +27 -0
- package/dist/core/selection.part07.js.map +1 -0
- package/dist/core/standard-blocks/block-definitions.d.ts +4 -0
- package/dist/core/standard-blocks/block-definitions.d.ts.map +1 -0
- package/dist/core/standard-blocks/block-definitions.js +4 -0
- package/dist/core/standard-blocks/block-definitions.js.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part01.d.ts +11 -0
- package/dist/core/standard-blocks/block-definitions.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part01.js +69 -0
- package/dist/core/standard-blocks/block-definitions.part01.js.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part02.d.ts +11 -0
- package/dist/core/standard-blocks/block-definitions.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part02.js +59 -0
- package/dist/core/standard-blocks/block-definitions.part02.js.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part03.d.ts +11 -0
- package/dist/core/standard-blocks/block-definitions.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/block-definitions.part03.js +59 -0
- package/dist/core/standard-blocks/block-definitions.part03.js.map +1 -0
- package/dist/core/standard-blocks/catalog.d.ts +6 -0
- package/dist/core/standard-blocks/catalog.d.ts.map +1 -0
- package/dist/core/standard-blocks/catalog.js +87 -0
- package/dist/core/standard-blocks/catalog.js.map +1 -0
- package/dist/core/standard-blocks/metadata-custom.d.ts +5 -0
- package/dist/core/standard-blocks/metadata-custom.d.ts.map +1 -0
- package/dist/core/standard-blocks/metadata-custom.js +136 -0
- package/dist/core/standard-blocks/metadata-custom.js.map +1 -0
- package/dist/core/standard-blocks/metadata-standard.d.ts +28 -0
- package/dist/core/standard-blocks/metadata-standard.d.ts.map +1 -0
- package/dist/core/standard-blocks/metadata-standard.js +422 -0
- package/dist/core/standard-blocks/metadata-standard.js.map +1 -0
- package/dist/core/standard-blocks/render.d.ts +16 -0
- package/dist/core/standard-blocks/render.d.ts.map +1 -0
- package/dist/core/standard-blocks/render.js +341 -0
- package/dist/core/standard-blocks/render.js.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.d.ts +4 -0
- package/dist/core/standard-blocks/schema-adapters.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.js +4 -0
- package/dist/core/standard-blocks/schema-adapters.js.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part01.d.ts +11 -0
- package/dist/core/standard-blocks/schema-adapters.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part01.js +85 -0
- package/dist/core/standard-blocks/schema-adapters.part01.js.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part02.d.ts +16 -0
- package/dist/core/standard-blocks/schema-adapters.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part02.js +83 -0
- package/dist/core/standard-blocks/schema-adapters.part02.js.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part03.d.ts +8 -0
- package/dist/core/standard-blocks/schema-adapters.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-adapters.part03.js +34 -0
- package/dist/core/standard-blocks/schema-adapters.part03.js.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.d.ts +5 -0
- package/dist/core/standard-blocks/schema-blocks.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.js +5 -0
- package/dist/core/standard-blocks/schema-blocks.js.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part01.d.ts +10 -0
- package/dist/core/standard-blocks/schema-blocks.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part01.js +65 -0
- package/dist/core/standard-blocks/schema-blocks.part01.js.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part02.d.ts +12 -0
- package/dist/core/standard-blocks/schema-blocks.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part02.js +51 -0
- package/dist/core/standard-blocks/schema-blocks.part02.js.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part03.d.ts +12 -0
- package/dist/core/standard-blocks/schema-blocks.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part03.js +51 -0
- package/dist/core/standard-blocks/schema-blocks.part03.js.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part04.d.ts +4 -0
- package/dist/core/standard-blocks/schema-blocks.part04.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-blocks.part04.js +11 -0
- package/dist/core/standard-blocks/schema-blocks.part04.js.map +1 -0
- package/dist/core/standard-blocks/schema-helpers.d.ts +18 -0
- package/dist/core/standard-blocks/schema-helpers.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-helpers.js +50 -0
- package/dist/core/standard-blocks/schema-helpers.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.d.ts +4 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.js +4 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part01.d.ts +6 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part01.js +82 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part01.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part02.d.ts +5 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part02.js +72 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part02.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part03.d.ts +4 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part03.js +42 -0
- package/dist/core/standard-blocks/schema-parsers-advanced.part03.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.d.ts +5 -0
- package/dist/core/standard-blocks/schema-parsers-core.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.js +5 -0
- package/dist/core/standard-blocks/schema-parsers-core.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part01.d.ts +7 -0
- package/dist/core/standard-blocks/schema-parsers-core.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part01.js +80 -0
- package/dist/core/standard-blocks/schema-parsers-core.part01.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part02.d.ts +6 -0
- package/dist/core/standard-blocks/schema-parsers-core.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part02.js +76 -0
- package/dist/core/standard-blocks/schema-parsers-core.part02.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part03.d.ts +6 -0
- package/dist/core/standard-blocks/schema-parsers-core.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part03.js +76 -0
- package/dist/core/standard-blocks/schema-parsers-core.part03.js.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part04.d.ts +4 -0
- package/dist/core/standard-blocks/schema-parsers-core.part04.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-parsers-core.part04.js +42 -0
- package/dist/core/standard-blocks/schema-parsers-core.part04.js.map +1 -0
- package/dist/core/standard-blocks/schema-utils.d.ts +12 -0
- package/dist/core/standard-blocks/schema-utils.d.ts.map +1 -0
- package/dist/core/standard-blocks/schema-utils.js +66 -0
- package/dist/core/standard-blocks/schema-utils.js.map +1 -0
- package/dist/core/standard-blocks/sections.d.ts +7 -0
- package/dist/core/standard-blocks/sections.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.js +7 -0
- package/dist/core/standard-blocks/sections.js.map +1 -0
- package/dist/core/standard-blocks/sections.part01.d.ts +21 -0
- package/dist/core/standard-blocks/sections.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part01.js +79 -0
- package/dist/core/standard-blocks/sections.part01.js.map +1 -0
- package/dist/core/standard-blocks/sections.part02.d.ts +25 -0
- package/dist/core/standard-blocks/sections.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part02.js +92 -0
- package/dist/core/standard-blocks/sections.part02.js.map +1 -0
- package/dist/core/standard-blocks/sections.part03.d.ts +15 -0
- package/dist/core/standard-blocks/sections.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part03.js +89 -0
- package/dist/core/standard-blocks/sections.part03.js.map +1 -0
- package/dist/core/standard-blocks/sections.part04.d.ts +14 -0
- package/dist/core/standard-blocks/sections.part04.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part04.js +88 -0
- package/dist/core/standard-blocks/sections.part04.js.map +1 -0
- package/dist/core/standard-blocks/sections.part05.d.ts +14 -0
- package/dist/core/standard-blocks/sections.part05.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part05.js +93 -0
- package/dist/core/standard-blocks/sections.part05.js.map +1 -0
- package/dist/core/standard-blocks/sections.part06.d.ts +4 -0
- package/dist/core/standard-blocks/sections.part06.d.ts.map +1 -0
- package/dist/core/standard-blocks/sections.part06.js +23 -0
- package/dist/core/standard-blocks/sections.part06.js.map +1 -0
- package/dist/core/standard-blocks/types.d.ts +5 -0
- package/dist/core/standard-blocks/types.d.ts.map +1 -0
- package/dist/core/standard-blocks/types.js +2 -0
- package/dist/core/standard-blocks/types.js.map +1 -0
- package/dist/core/standard-blocks/types.part01.d.ts +58 -0
- package/dist/core/standard-blocks/types.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks/types.part01.js +8 -0
- package/dist/core/standard-blocks/types.part01.js.map +1 -0
- package/dist/core/standard-blocks/types.part02.d.ts +95 -0
- package/dist/core/standard-blocks/types.part02.d.ts.map +1 -0
- package/dist/core/standard-blocks/types.part02.js +2 -0
- package/dist/core/standard-blocks/types.part02.js.map +1 -0
- package/dist/core/standard-blocks/types.part03.d.ts +37 -0
- package/dist/core/standard-blocks/types.part03.d.ts.map +1 -0
- package/dist/core/standard-blocks/types.part03.js +2 -0
- package/dist/core/standard-blocks/types.part03.js.map +1 -0
- package/dist/core/standard-blocks.d.ts +5 -263
- package/dist/core/standard-blocks.d.ts.map +1 -1
- package/dist/core/standard-blocks.js +4 -2517
- package/dist/core/standard-blocks.js.map +1 -1
- package/dist/core/standard-blocks.test-support.d.ts +12 -0
- package/dist/core/standard-blocks.test-support.d.ts.map +1 -0
- package/dist/core/standard-blocks.test-support.js +11 -0
- package/dist/core/standard-blocks.test-support.js.map +1 -0
- package/dist/core/standard-blocks.test-support.part01.d.ts +30 -0
- package/dist/core/standard-blocks.test-support.part01.d.ts.map +1 -0
- package/dist/core/standard-blocks.test-support.part01.js +42 -0
- package/dist/core/standard-blocks.test-support.part01.js.map +1 -0
- package/dist/core/story-capture.js +1 -1
- package/dist/core/story-capture.js.map +1 -1
- package/dist/core/text/clip.d.ts.map +1 -1
- package/dist/core/text/clip.js +4 -0
- package/dist/core/text/clip.js.map +1 -1
- package/dist/core/text/grapheme.d.ts.map +1 -1
- package/dist/core/text/grapheme.js +17 -7
- package/dist/core/text/grapheme.js.map +1 -1
- package/dist/core/text/wrap.d.ts +1 -1
- package/dist/core/text/wrap.d.ts.map +1 -1
- package/dist/core/text/wrap.js +1 -1
- package/dist/core/text/wrap.js.map +1 -1
- package/dist/core/theme/bijou-dark-preset.d.ts +10 -0
- package/dist/core/theme/bijou-dark-preset.d.ts.map +1 -0
- package/dist/core/theme/bijou-dark-preset.js +81 -0
- package/dist/core/theme/bijou-dark-preset.js.map +1 -0
- package/dist/core/theme/bijou-light-preset.d.ts +10 -0
- package/dist/core/theme/bijou-light-preset.d.ts.map +1 -0
- package/dist/core/theme/bijou-light-preset.js +84 -0
- package/dist/core/theme/bijou-light-preset.js.map +1 -0
- package/dist/core/theme/builder.d.ts +1 -1
- package/dist/core/theme/builder.d.ts.map +1 -1
- package/dist/core/theme/builder.js +17 -19
- package/dist/core/theme/builder.js.map +1 -1
- package/dist/core/theme/color.d.ts +3 -95
- package/dist/core/theme/color.d.ts.map +1 -1
- package/dist/core/theme/color.js +2 -279
- package/dist/core/theme/color.js.map +1 -1
- package/dist/core/theme/color.part01.d.ts +18 -0
- package/dist/core/theme/color.part01.d.ts.map +1 -0
- package/dist/core/theme/color.part01.js +93 -0
- package/dist/core/theme/color.part01.js.map +1 -0
- package/dist/core/theme/color.part02.d.ts +12 -0
- package/dist/core/theme/color.part02.d.ts.map +1 -0
- package/dist/core/theme/color.part02.js +85 -0
- package/dist/core/theme/color.part02.js.map +1 -0
- package/dist/core/theme/doctor.js +2 -2
- package/dist/core/theme/doctor.js.map +1 -1
- package/dist/core/theme/downsample.d.ts +3 -52
- package/dist/core/theme/downsample.d.ts.map +1 -1
- package/dist/core/theme/downsample.js +2 -171
- package/dist/core/theme/downsample.js.map +1 -1
- package/dist/core/theme/downsample.part01.d.ts +7 -0
- package/dist/core/theme/downsample.part01.d.ts.map +1 -0
- package/dist/core/theme/downsample.part01.js +77 -0
- package/dist/core/theme/downsample.part01.js.map +1 -0
- package/dist/core/theme/downsample.part02.d.ts +3 -0
- package/dist/core/theme/downsample.part02.d.ts.map +1 -0
- package/dist/core/theme/downsample.part02.js +26 -0
- package/dist/core/theme/downsample.part02.js.map +1 -0
- package/dist/core/theme/dtcg.d.ts +3 -6
- package/dist/core/theme/dtcg.d.ts.map +1 -1
- package/dist/core/theme/dtcg.js +86 -118
- package/dist/core/theme/dtcg.js.map +1 -1
- package/dist/core/theme/extend.js +14 -3
- package/dist/core/theme/extend.js.map +1 -1
- package/dist/core/theme/gradient.d.ts.map +1 -1
- package/dist/core/theme/gradient.js +11 -7
- package/dist/core/theme/gradient.js.map +1 -1
- package/dist/core/theme/graph-dependencies.d.ts +3 -0
- package/dist/core/theme/graph-dependencies.d.ts.map +1 -0
- package/dist/core/theme/graph-dependencies.js +29 -0
- package/dist/core/theme/graph-dependencies.js.map +1 -0
- package/dist/core/theme/graph-guards.d.ts +8 -0
- package/dist/core/theme/graph-guards.d.ts.map +1 -0
- package/dist/core/theme/graph-guards.js +19 -0
- package/dist/core/theme/graph-guards.js.map +1 -0
- package/dist/core/theme/graph-import.d.ts +5 -0
- package/dist/core/theme/graph-import.d.ts.map +1 -0
- package/dist/core/theme/graph-import.js +30 -0
- package/dist/core/theme/graph-import.js.map +1 -0
- package/dist/core/theme/graph-resolve.d.ts +12 -0
- package/dist/core/theme/graph-resolve.d.ts.map +1 -0
- package/dist/core/theme/graph-resolve.js +71 -0
- package/dist/core/theme/graph-resolve.js.map +1 -0
- package/dist/core/theme/graph-transform.d.ts +4 -0
- package/dist/core/theme/graph-transform.d.ts.map +1 -0
- package/dist/core/theme/graph-transform.js +41 -0
- package/dist/core/theme/graph-transform.js.map +1 -0
- package/dist/core/theme/graph-types.d.ts +69 -1
- package/dist/core/theme/graph-types.d.ts.map +1 -1
- package/dist/core/theme/graph.d.ts +2 -13
- package/dist/core/theme/graph.d.ts.map +1 -1
- package/dist/core/theme/graph.js +53 -158
- package/dist/core/theme/graph.js.map +1 -1
- package/dist/core/theme/index.d.ts +4 -9
- package/dist/core/theme/index.d.ts.map +1 -1
- package/dist/core/theme/index.js +2 -19
- package/dist/core/theme/index.js.map +1 -1
- package/dist/core/theme/preset-authoring.d.ts +16 -0
- package/dist/core/theme/preset-authoring.d.ts.map +1 -0
- package/dist/core/theme/preset-authoring.js +87 -0
- package/dist/core/theme/preset-authoring.js.map +1 -0
- package/dist/core/theme/presets.d.ts +6 -19
- package/dist/core/theme/presets.d.ts.map +1 -1
- package/dist/core/theme/presets.js +3 -132
- package/dist/core/theme/presets.js.map +1 -1
- package/dist/core/theme/resolve.d.ts +2 -13
- package/dist/core/theme/resolve.d.ts.map +1 -1
- package/dist/core/theme/resolve.js +16 -16
- package/dist/core/theme/resolve.js.map +1 -1
- package/dist/core/theme/styled.d.ts.map +1 -1
- package/dist/core/theme/styled.js +3 -2
- package/dist/core/theme/styled.js.map +1 -1
- package/dist/core/theme/theme-rule-candidates.d.ts +19 -0
- package/dist/core/theme/theme-rule-candidates.d.ts.map +1 -0
- package/dist/core/theme/theme-rule-candidates.js +101 -0
- package/dist/core/theme/theme-rule-candidates.js.map +1 -0
- package/dist/core/theme/theme-rule-color-validation.d.ts +5 -0
- package/dist/core/theme/theme-rule-color-validation.d.ts.map +1 -0
- package/dist/core/theme/theme-rule-color-validation.js +9 -0
- package/dist/core/theme/theme-rule-color-validation.js.map +1 -0
- package/dist/core/theme/theme-rule-evaluate.d.ts +13 -0
- package/dist/core/theme/theme-rule-evaluate.d.ts.map +1 -0
- package/dist/core/theme/theme-rule-evaluate.js +113 -0
- package/dist/core/theme/theme-rule-evaluate.js.map +1 -0
- package/dist/core/theme/theme-rule-metrics.d.ts +4 -0
- package/dist/core/theme/theme-rule-metrics.d.ts.map +1 -0
- package/dist/core/theme/theme-rule-metrics.js +34 -0
- package/dist/core/theme/theme-rule-metrics.js.map +1 -0
- package/dist/core/theme/theme-rule-paths.d.ts +3 -0
- package/dist/core/theme/theme-rule-paths.d.ts.map +1 -0
- package/dist/core/theme/theme-rule-paths.js +10 -0
- package/dist/core/theme/theme-rule-paths.js.map +1 -0
- package/dist/core/theme/theme-rules.d.ts +22 -0
- package/dist/core/theme/theme-rules.d.ts.map +1 -0
- package/dist/core/theme/theme-rules.js +84 -0
- package/dist/core/theme/theme-rules.js.map +1 -0
- package/dist/core/ui-scene-ir.d.ts +3 -3
- package/dist/core/ui-scene-ir.d.ts.map +1 -1
- package/dist/core/ui-scene-ir.js +17 -18
- package/dist/core/ui-scene-ir.js.map +1 -1
- package/dist/factory.js +3 -3
- package/dist/factory.js.map +1 -1
- package/dist/index.d.ts +10 -43
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +10 -73
- package/dist/index.js.map +1 -1
- package/dist/index.part01.d.ts +18 -0
- package/dist/index.part01.d.ts.map +1 -0
- package/dist/index.part01.js +19 -0
- package/dist/index.part01.js.map +1 -0
- package/dist/index.part02.d.ts +5 -0
- package/dist/index.part02.d.ts.map +1 -0
- package/dist/index.part02.js +6 -0
- package/dist/index.part02.js.map +1 -0
- package/dist/index.part03.d.ts +6 -0
- package/dist/index.part03.d.ts.map +1 -0
- package/dist/index.part03.js +6 -0
- package/dist/index.part03.js.map +1 -0
- package/dist/index.part04.d.ts +5 -0
- package/dist/index.part04.d.ts.map +1 -0
- package/dist/index.part04.js +5 -0
- package/dist/index.part04.js.map +1 -0
- package/dist/index.part05.d.ts +2 -0
- package/dist/index.part05.d.ts.map +1 -0
- package/dist/index.part05.js +2 -0
- package/dist/index.part05.js.map +1 -0
- package/dist/index.part06.d.ts +7 -0
- package/dist/index.part06.d.ts.map +1 -0
- package/dist/index.part06.js +9 -0
- package/dist/index.part06.js.map +1 -0
- package/dist/index.part07.d.ts +4 -0
- package/dist/index.part07.d.ts.map +1 -0
- package/dist/index.part07.js +5 -0
- package/dist/index.part07.js.map +1 -0
- package/dist/index.part08.d.ts +3 -0
- package/dist/index.part08.d.ts.map +1 -0
- package/dist/index.part08.js +3 -0
- package/dist/index.part08.js.map +1 -0
- package/dist/index.part09.d.ts +2 -0
- package/dist/index.part09.d.ts.map +1 -0
- package/dist/index.part09.js +3 -0
- package/dist/index.part09.js.map +1 -0
- package/dist/index.part10.d.ts +8 -0
- package/dist/index.part10.d.ts.map +1 -0
- package/dist/index.part10.js +9 -0
- package/dist/index.part10.js.map +1 -0
- package/dist/ports/io-handles.d.ts +11 -0
- package/dist/ports/io-handles.d.ts.map +1 -0
- package/dist/ports/io-handles.js +2 -0
- package/dist/ports/io-handles.js.map +1 -0
- package/dist/ports/io.d.ts +2 -10
- package/dist/ports/io.d.ts.map +1 -1
- package/dist/ports/surface.d.ts +1 -1
- package/dist/ports/surface.d.ts.map +1 -1
- package/dist/ports/surface.js +41 -46
- package/dist/ports/surface.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
export const CELL_STRIDE = 10;
|
|
2
|
+
export const OFF_CHAR = 0;
|
|
3
|
+
export const OFF_FG_R = 2;
|
|
4
|
+
export const OFF_FG_G = 3;
|
|
5
|
+
export const OFF_FG_B = 4;
|
|
6
|
+
export const OFF_BG_R = 5;
|
|
7
|
+
export const OFF_BG_G = 6;
|
|
8
|
+
export const OFF_BG_B = 7;
|
|
9
|
+
export const OFF_FLAGS = 8;
|
|
10
|
+
export const OFF_ALPHA = 9;
|
|
11
|
+
export const FLAG_BOLD = 1 << 0;
|
|
12
|
+
export const FLAG_DIM = 1 << 1;
|
|
13
|
+
export const FLAG_STRIKETHROUGH = 1 << 2;
|
|
14
|
+
export const FLAG_INVERSE = 1 << 3;
|
|
15
|
+
export const UNDERLINE_SHIFT = 4;
|
|
16
|
+
export const UNDERLINE_MASK = 0b11 << UNDERLINE_SHIFT;
|
|
17
|
+
export const UNDERLINE_NONE = 0b00 << UNDERLINE_SHIFT;
|
|
18
|
+
export const UNDERLINE_SOLID = 0b01 << UNDERLINE_SHIFT;
|
|
19
|
+
export const UNDERLINE_CURLY = 0b10 << UNDERLINE_SHIFT;
|
|
20
|
+
export const UNDERLINE_DOTDASH = 0b11 << UNDERLINE_SHIFT;
|
|
21
|
+
export const FLAG_DASHED = 1 << 6;
|
|
22
|
+
export const FLAG_EMPTY = 1 << 7;
|
|
23
|
+
export const OPACITY_MASK = 0b00111111;
|
|
24
|
+
export const FLAG_FG_SET = 1 << 6;
|
|
25
|
+
export const FLAG_BG_SET = 1 << 7;
|
|
26
|
+
export const SIDE_TABLE_THRESHOLD = 0xF000;
|
|
27
|
+
export const MODIFIER_TO_FLAG = {
|
|
28
|
+
'bold': FLAG_BOLD,
|
|
29
|
+
'dim': FLAG_DIM,
|
|
30
|
+
'strikethrough': FLAG_STRIKETHROUGH,
|
|
31
|
+
'inverse': FLAG_INVERSE,
|
|
32
|
+
};
|
|
33
|
+
export const MODIFIER_UNDERLINE_MAP = {
|
|
34
|
+
'underline': UNDERLINE_SOLID,
|
|
35
|
+
'curly-underline': UNDERLINE_CURLY,
|
|
36
|
+
'dotted-underline': UNDERLINE_DOTDASH,
|
|
37
|
+
'dashed-underline': UNDERLINE_DOTDASH | FLAG_DASHED,
|
|
38
|
+
};
|
|
39
|
+
export function encodeModifiers(modifiers) {
|
|
40
|
+
if (!modifiers || modifiers.length === 0)
|
|
41
|
+
return 0;
|
|
42
|
+
let flags = 0;
|
|
43
|
+
for (const mod of modifiers) {
|
|
44
|
+
const flag = MODIFIER_TO_FLAG[mod];
|
|
45
|
+
if (flag !== undefined) {
|
|
46
|
+
flags |= flag;
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
const underline = MODIFIER_UNDERLINE_MAP[mod];
|
|
50
|
+
if (underline !== undefined) {
|
|
51
|
+
// Clear previous underline bits, then set new ones
|
|
52
|
+
flags = (flags & ~(UNDERLINE_MASK | FLAG_DASHED)) | underline;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
return flags;
|
|
57
|
+
}
|
|
58
|
+
export function decodeModifiers(flags) {
|
|
59
|
+
const mods = [];
|
|
60
|
+
if (flags & FLAG_BOLD)
|
|
61
|
+
mods.push('bold');
|
|
62
|
+
if (flags & FLAG_DIM)
|
|
63
|
+
mods.push('dim');
|
|
64
|
+
if (flags & FLAG_STRIKETHROUGH)
|
|
65
|
+
mods.push('strikethrough');
|
|
66
|
+
if (flags & FLAG_INVERSE)
|
|
67
|
+
mods.push('inverse');
|
|
68
|
+
const underlineStyle = flags & UNDERLINE_MASK;
|
|
69
|
+
if (underlineStyle === UNDERLINE_SOLID) {
|
|
70
|
+
mods.push('underline');
|
|
71
|
+
}
|
|
72
|
+
else if (underlineStyle === UNDERLINE_CURLY) {
|
|
73
|
+
mods.push('curly-underline');
|
|
74
|
+
}
|
|
75
|
+
else if (underlineStyle === UNDERLINE_DOTDASH) {
|
|
76
|
+
mods.push(flags & FLAG_DASHED ? 'dashed-underline' : 'dotted-underline');
|
|
77
|
+
}
|
|
78
|
+
return mods.length > 0 ? mods : undefined;
|
|
79
|
+
}
|
|
80
|
+
export function hexVal(c) {
|
|
81
|
+
// 0–9: 0x30–0x39, a–f: 0x61–0x66, A–F: 0x41–0x46
|
|
82
|
+
if (c >= 48 && c <= 57)
|
|
83
|
+
return c - 48;
|
|
84
|
+
if (c >= 97 && c <= 102)
|
|
85
|
+
return c - 87;
|
|
86
|
+
if (c >= 65 && c <= 70)
|
|
87
|
+
return c - 55;
|
|
88
|
+
return -1;
|
|
89
|
+
}
|
|
90
|
+
export function hexPair(c1, c2) {
|
|
91
|
+
const hi = hexVal(c1);
|
|
92
|
+
const lo = hexVal(c2);
|
|
93
|
+
if (hi < 0 || lo < 0)
|
|
94
|
+
return -1;
|
|
95
|
+
return (hi << 4) | lo;
|
|
96
|
+
}
|
|
97
|
+
export const RGB_OUT = [0, 0, 0];
|
|
98
|
+
//# sourceMappingURL=packed-cell.part01.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packed-cell.part01.js","sourceRoot":"","sources":["../../../src/core/render/packed-cell.part01.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare function parseHex(hex: string): [number, number, number] | undefined;
|
|
2
|
+
export declare const HEX_BYTE: string[];
|
|
3
|
+
export declare function parseHexInto(hex: string, out: Uint8Array, off: number): boolean;
|
|
4
|
+
export declare function toHex(r: number, g: number, b: number): string;
|
|
5
|
+
export declare function encodeOpacity(opacity: number | undefined): number;
|
|
6
|
+
export declare function decodeOpacity(quantized: number): number;
|
|
7
|
+
export declare const CHAR_EMPTY = 0;
|
|
8
|
+
export declare function encodeChar(char: string, sideTable: string[]): number;
|
|
9
|
+
export declare function decodeChar(code: number, sideTable: readonly string[]): string;
|
|
10
|
+
export declare function packCell(buf: Uint8Array, cellIndex: number, charCode: number, fgR: number, fgG: number, fgB: number, fgSet: boolean, bgR: number, bgG: number, bgB: number, bgSet: boolean, flags: number, opacity: number): void;
|
|
11
|
+
//# sourceMappingURL=packed-cell.part02.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packed-cell.part02.d.ts","sourceRoot":"","sources":["../../../src/core/render/packed-cell.part02.ts"],"names":[],"mappings":"AACA,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAU1E;AACD,eAAO,MAAM,QAAQ,UAAmF,CAAC;AACzG,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAU/E;AACD,wBAAgB,KAAK,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAE7D;AACD,wBAAgB,aAAa,CAAC,OAAO,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAIjE;AACD,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAIvD;AACD,eAAO,MAAM,UAAU,IAAI,CAAC;AAC5B,wBAAgB,UAAU,CACxB,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,MAAM,EAAE,GAClB,MAAM,CAcR;AACD,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAO7E;AACD,wBAAgB,QAAQ,CACtB,GAAG,EAAE,UAAU,EACf,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EACrD,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EACrD,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,MAAM,GACd,IAAI,CAmBN"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { CELL_STRIDE, FLAG_BG_SET, FLAG_FG_SET, OFF_ALPHA, OFF_BG_B, OFF_BG_G, OFF_BG_R, OFF_CHAR, OFF_FG_B, OFF_FG_G, OFF_FG_R, OFF_FLAGS, OPACITY_MASK, RGB_OUT, SIDE_TABLE_THRESHOLD, hexPair } from './packed-cell.part01.js';
|
|
2
|
+
export function parseHex(hex) {
|
|
3
|
+
if (hex.length !== 7 || hex.charCodeAt(0) !== 0x23)
|
|
4
|
+
return undefined;
|
|
5
|
+
const r = hexPair(hex.charCodeAt(1), hex.charCodeAt(2));
|
|
6
|
+
const g = hexPair(hex.charCodeAt(3), hex.charCodeAt(4));
|
|
7
|
+
const b = hexPair(hex.charCodeAt(5), hex.charCodeAt(6));
|
|
8
|
+
if (r < 0 || g < 0 || b < 0)
|
|
9
|
+
return undefined;
|
|
10
|
+
RGB_OUT[0] = r;
|
|
11
|
+
RGB_OUT[1] = g;
|
|
12
|
+
RGB_OUT[2] = b;
|
|
13
|
+
return RGB_OUT;
|
|
14
|
+
}
|
|
15
|
+
export const HEX_BYTE = Array.from({ length: 256 }, (_value, i) => (i < 16 ? '0' : '') + i.toString(16));
|
|
16
|
+
export function parseHexInto(hex, out, off) {
|
|
17
|
+
if (hex.length !== 7 || hex.charCodeAt(0) !== 0x23)
|
|
18
|
+
return false;
|
|
19
|
+
const r = hexPair(hex.charCodeAt(1), hex.charCodeAt(2));
|
|
20
|
+
const g = hexPair(hex.charCodeAt(3), hex.charCodeAt(4));
|
|
21
|
+
const b = hexPair(hex.charCodeAt(5), hex.charCodeAt(6));
|
|
22
|
+
if (r < 0 || g < 0 || b < 0)
|
|
23
|
+
return false;
|
|
24
|
+
out[off] = r;
|
|
25
|
+
out[off + 1] = g;
|
|
26
|
+
out[off + 2] = b;
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
export function toHex(r, g, b) {
|
|
30
|
+
return '#' + (HEX_BYTE[r] ?? '00') + (HEX_BYTE[g] ?? '00') + (HEX_BYTE[b] ?? '00');
|
|
31
|
+
}
|
|
32
|
+
export function encodeOpacity(opacity) {
|
|
33
|
+
if (opacity === undefined || opacity >= 1)
|
|
34
|
+
return 63;
|
|
35
|
+
if (opacity <= 0)
|
|
36
|
+
return 0;
|
|
37
|
+
return Math.round(opacity * 63);
|
|
38
|
+
}
|
|
39
|
+
export function decodeOpacity(quantized) {
|
|
40
|
+
if (quantized >= 63)
|
|
41
|
+
return 1;
|
|
42
|
+
if (quantized <= 0)
|
|
43
|
+
return 0;
|
|
44
|
+
return quantized / 63;
|
|
45
|
+
}
|
|
46
|
+
export const CHAR_EMPTY = 0;
|
|
47
|
+
export function encodeChar(char, sideTable) {
|
|
48
|
+
if (char.length === 0)
|
|
49
|
+
return CHAR_EMPTY;
|
|
50
|
+
// Fast path: single JS char — guaranteed single BMP codepoint
|
|
51
|
+
if (char.length === 1) {
|
|
52
|
+
const code = char.charCodeAt(0);
|
|
53
|
+
if (code < SIDE_TABLE_THRESHOLD)
|
|
54
|
+
return code;
|
|
55
|
+
}
|
|
56
|
+
// Slow path: multi-char string (astral plane, grapheme cluster, etc.)
|
|
57
|
+
let idx = sideTable.indexOf(char);
|
|
58
|
+
if (idx === -1) {
|
|
59
|
+
idx = sideTable.length;
|
|
60
|
+
sideTable.push(char);
|
|
61
|
+
}
|
|
62
|
+
return SIDE_TABLE_THRESHOLD + idx;
|
|
63
|
+
}
|
|
64
|
+
export function decodeChar(code, sideTable) {
|
|
65
|
+
if (code === CHAR_EMPTY)
|
|
66
|
+
return '';
|
|
67
|
+
if (code >= SIDE_TABLE_THRESHOLD) {
|
|
68
|
+
const idx = code - SIDE_TABLE_THRESHOLD;
|
|
69
|
+
return sideTable[idx] ?? ' ';
|
|
70
|
+
}
|
|
71
|
+
return String.fromCodePoint(code);
|
|
72
|
+
}
|
|
73
|
+
export function packCell(buf, cellIndex, charCode, fgR, fgG, fgB, fgSet, bgR, bgG, bgB, bgSet, flags, opacity) {
|
|
74
|
+
const off = cellIndex * CELL_STRIDE;
|
|
75
|
+
// char as uint16 LE
|
|
76
|
+
buf[off + OFF_CHAR] = charCode & 0xFF;
|
|
77
|
+
buf[off + OFF_CHAR + 1] = (charCode >> 8) & 0xFF;
|
|
78
|
+
// fg
|
|
79
|
+
buf[off + OFF_FG_R] = fgR;
|
|
80
|
+
buf[off + OFF_FG_G] = fgG;
|
|
81
|
+
buf[off + OFF_FG_B] = fgB;
|
|
82
|
+
// bg
|
|
83
|
+
buf[off + OFF_BG_R] = bgR;
|
|
84
|
+
buf[off + OFF_BG_G] = bgG;
|
|
85
|
+
buf[off + OFF_BG_B] = bgB;
|
|
86
|
+
// flags
|
|
87
|
+
buf[off + OFF_FLAGS] = flags;
|
|
88
|
+
// alpha byte: opacity in bits 0-5, fg/bg presence in bits 6-7
|
|
89
|
+
buf[off + OFF_ALPHA] = (opacity & OPACITY_MASK)
|
|
90
|
+
| (fgSet ? FLAG_FG_SET : 0)
|
|
91
|
+
| (bgSet ? FLAG_BG_SET : 0);
|
|
92
|
+
}
|
|
93
|
+
//# sourceMappingURL=packed-cell.part02.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packed-cell.part02.js","sourceRoot":"","sources":["../../../src/core/render/packed-cell.part02.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function packedCellsEqual(buf: Uint8Array, idxA: number, idxB: number): boolean;
|
|
2
|
+
export declare function packedCellsEqualCross(bufA: Uint8Array, idxA: number, bufB: Uint8Array, idxB: number): boolean;
|
|
3
|
+
export declare function packedStyleEqual(buf: Uint8Array, idxA: number, idxB: number): boolean;
|
|
4
|
+
//# sourceMappingURL=packed-cell.part03.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packed-cell.part03.d.ts","sourceRoot":"","sources":["../../../src/core/render/packed-cell.part03.ts"],"names":[],"mappings":"AACA,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAOrF;AACD,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAC9B,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,GAC7B,OAAO,CAOT;AACD,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CASrF"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { CELL_STRIDE, OFF_FG_R } from './packed-cell.part01.js';
|
|
2
|
+
export function packedCellsEqual(buf, idxA, idxB) {
|
|
3
|
+
const offA = idxA * CELL_STRIDE;
|
|
4
|
+
const offB = idxB * CELL_STRIDE;
|
|
5
|
+
for (let i = 0; i < CELL_STRIDE; i++) {
|
|
6
|
+
if (buf[offA + i] !== buf[offB + i])
|
|
7
|
+
return false;
|
|
8
|
+
}
|
|
9
|
+
return true;
|
|
10
|
+
}
|
|
11
|
+
export function packedCellsEqualCross(bufA, idxA, bufB, idxB) {
|
|
12
|
+
const offA = idxA * CELL_STRIDE;
|
|
13
|
+
const offB = idxB * CELL_STRIDE;
|
|
14
|
+
for (let i = 0; i < CELL_STRIDE; i++) {
|
|
15
|
+
if (bufA[offA + i] !== bufB[offB + i])
|
|
16
|
+
return false;
|
|
17
|
+
}
|
|
18
|
+
return true;
|
|
19
|
+
}
|
|
20
|
+
export function packedStyleEqual(buf, idxA, idxB) {
|
|
21
|
+
const offA = idxA * CELL_STRIDE;
|
|
22
|
+
const offB = idxB * CELL_STRIDE;
|
|
23
|
+
// Compare from OFF_FG_R through end: fg RGB, bg RGB, flags (including
|
|
24
|
+
// modifiers and the empty bit), and alpha (opacity + fg/bg presence).
|
|
25
|
+
for (let i = OFF_FG_R; i < CELL_STRIDE; i++) {
|
|
26
|
+
if (buf[offA + i] !== buf[offB + i])
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=packed-cell.part03.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"packed-cell.part03.js","sourceRoot":"","sources":["../../../src/core/render/packed-cell.part03.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAChE,MAAM,UAAU,gBAAgB,CAAC,GAAe,EAAE,IAAY,EAAE,IAAY;IAC1E,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;QACrC,IAAI,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;IACpD,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AACD,MAAM,UAAU,qBAAqB,CACnC,IAAgB,EAAE,IAAY,EAC9B,IAAgB,EAAE,IAAY;IAE9B,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;QACrC,IAAI,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;IACtD,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AACD,MAAM,UAAU,gBAAgB,CAAC,GAAe,EAAE,IAAY,EAAE,IAAY;IAC1E,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,MAAM,IAAI,GAAG,IAAI,GAAG,WAAW,CAAC;IAChC,sEAAsE;IACtE,sEAAsE;IACtE,KAAK,IAAI,CAAC,GAAG,QAAQ,EAAE,CAAC,GAAG,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC;QAC5C,IAAI,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC,KAAK,GAAG,CAAC,IAAI,GAAG,CAAC,CAAC;YAAE,OAAO,KAAK,CAAC;IACpD,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Cell } from '../../ports/surface.js';
|
|
2
|
+
import type { TokenValue } from '../theme/tokens.js';
|
|
3
|
+
export declare const EMPTY_CELL: Cell;
|
|
4
|
+
export declare function byteAt(buf: Uint8Array, index: number): number;
|
|
5
|
+
export declare function wordAt(buf: Uint32Array, index: number): number;
|
|
6
|
+
export declare function rgbAt(buf: Uint8Array, index: number): readonly [number, number, number];
|
|
7
|
+
export declare function hexAt(buf: Uint8Array, index: number): string;
|
|
8
|
+
export declare function sgrByteHex(parts: readonly string[], index: number): string;
|
|
9
|
+
export declare function cellAtOrEmpty(cells: readonly Cell[], index: number): Cell;
|
|
10
|
+
export declare function cellAt(cells: readonly Cell[], index: number): Cell;
|
|
11
|
+
export declare function cellToken(cell: Cell): TokenValue;
|
|
12
|
+
//# sourceMappingURL=safe-read.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safe-read.d.ts","sourceRoot":"","sources":["../../../src/core/render/safe-read.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAEnD,OAAO,KAAK,EAAgB,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAGnE,eAAO,MAAM,UAAU,EAAE,IAAiC,CAAC;AAM3D,wBAAgB,MAAM,CAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAA4B;AAE1F,wBAAgB,MAAM,CAAC,GAAG,EAAE,WAAW,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAA4B;AAE3F,wBAAgB,KAAK,CAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAiF;AAEzK,wBAAgB,KAAK,CAAC,GAAG,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAAwC;AAErG,wBAAgB,UAAU,CAAC,KAAK,EAAE,SAAS,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,CAE1E;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAEzE;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,SAAS,IAAI,EAAE,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAIlE;AAQD,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAMhD"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { colorHex } from '../theme/color.js';
|
|
2
|
+
import { toHex } from './packed-cell.js';
|
|
3
|
+
export const EMPTY_CELL = { char: ' ', empty: true };
|
|
4
|
+
const TEXT_MODIFIERS = new Set([
|
|
5
|
+
'bold', 'dim', 'strikethrough', 'inverse',
|
|
6
|
+
'underline', 'curly-underline', 'dotted-underline', 'dashed-underline',
|
|
7
|
+
]);
|
|
8
|
+
export function byteAt(buf, index) { return buf[index] ?? 0; }
|
|
9
|
+
export function wordAt(buf, index) { return buf[index] ?? 0; }
|
|
10
|
+
export function rgbAt(buf, index) { return [byteAt(buf, index), byteAt(buf, index + 1), byteAt(buf, index + 2)]; }
|
|
11
|
+
export function hexAt(buf, index) { return toHex(...rgbAt(buf, index)); }
|
|
12
|
+
export function sgrByteHex(parts, index) {
|
|
13
|
+
return parseInt(parts[index] ?? '0', 10).toString(16).padStart(2, '0');
|
|
14
|
+
}
|
|
15
|
+
export function cellAtOrEmpty(cells, index) {
|
|
16
|
+
return cells[index] ?? EMPTY_CELL;
|
|
17
|
+
}
|
|
18
|
+
export function cellAt(cells, index) {
|
|
19
|
+
const cell = cells[index];
|
|
20
|
+
if (cell === undefined)
|
|
21
|
+
throw new Error(`surface cell ${String(index)} is out of bounds`);
|
|
22
|
+
return cell;
|
|
23
|
+
}
|
|
24
|
+
function cellModifiers(modifiers) {
|
|
25
|
+
if (modifiers === undefined)
|
|
26
|
+
return undefined;
|
|
27
|
+
const normalized = modifiers.filter((modifier) => TEXT_MODIFIERS.has(modifier));
|
|
28
|
+
return normalized.length > 0 ? normalized : undefined;
|
|
29
|
+
}
|
|
30
|
+
export function cellToken(cell) {
|
|
31
|
+
return {
|
|
32
|
+
hex: colorHex(cell.fg) ?? '',
|
|
33
|
+
bg: colorHex(cell.bg),
|
|
34
|
+
modifiers: cellModifiers(cell.modifiers),
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=safe-read.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"safe-read.js","sourceRoot":"","sources":["../../../src/core/render/safe-read.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAEzC,MAAM,CAAC,MAAM,UAAU,GAAS,EAAE,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,CAAC;AAC3D,MAAM,cAAc,GAAG,IAAI,GAAG,CAAS;IACrC,MAAM,EAAE,KAAK,EAAE,eAAe,EAAE,SAAS;IACzC,WAAW,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,kBAAkB;CACvE,CAAC,CAAC;AAEH,MAAM,UAAU,MAAM,CAAC,GAAe,EAAE,KAAa,IAAY,OAAO,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAE1F,MAAM,UAAU,MAAM,CAAC,GAAgB,EAAE,KAAa,IAAY,OAAO,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAE3F,MAAM,UAAU,KAAK,CAAC,GAAe,EAAE,KAAa,IAAuC,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAEzK,MAAM,UAAU,KAAK,CAAC,GAAe,EAAE,KAAa,IAAY,OAAO,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;AAErG,MAAM,UAAU,UAAU,CAAC,KAAwB,EAAE,KAAa;IAChE,OAAO,QAAQ,CAAC,KAAK,CAAC,KAAK,CAAC,IAAI,GAAG,EAAE,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC;AACzE,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,KAAsB,EAAE,KAAa;IACjE,OAAO,KAAK,CAAC,KAAK,CAAC,IAAI,UAAU,CAAC;AACpC,CAAC;AAED,MAAM,UAAU,MAAM,CAAC,KAAsB,EAAE,KAAa;IAC1D,MAAM,IAAI,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;IAC1B,IAAI,IAAI,KAAK,SAAS;QAAE,MAAM,IAAI,KAAK,CAAC,gBAAgB,MAAM,CAAC,KAAK,CAAC,mBAAmB,CAAC,CAAC;IAC1F,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,aAAa,CAAC,SAAwC;IAC7D,IAAI,SAAS,KAAK,SAAS;QAAE,OAAO,SAAS,CAAC;IAC9C,MAAM,UAAU,GAAG,SAAS,CAAC,MAAM,CAAC,CAAC,QAAQ,EAA4B,EAAE,CAAC,cAAc,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC1G,OAAO,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;AACxD,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,IAAU;IAClC,OAAO;QACL,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE;QAC5B,EAAE,EAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;QACrB,SAAS,EAAE,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC;KACzC,CAAC;AACJ,CAAC"}
|
|
@@ -21,9 +21,9 @@ export declare function readRuntimeViewport(runtime: RuntimePort): RuntimeViewpo
|
|
|
21
21
|
* `process.stdout.columns`) a stable, writable source of truth for scripted
|
|
22
22
|
* resizes and worker-proxy synchronization.
|
|
23
23
|
*/
|
|
24
|
-
export declare function installRuntimeViewportOverlay
|
|
24
|
+
export declare function installRuntimeViewportOverlay(host: {
|
|
25
25
|
runtime: RuntimePort;
|
|
26
|
-
}
|
|
26
|
+
}): RuntimePort;
|
|
27
27
|
/**
|
|
28
28
|
* Update a mutable runtime overlay with sanitized viewport dimensions.
|
|
29
29
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-viewport.d.ts","sourceRoot":"","sources":["../../src/core/runtime-viewport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGvD,8CAA8C;AAC9C,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE9D;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,WAAW,GAAG,eAAe,CAKzE;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,
|
|
1
|
+
{"version":3,"file":"runtime-viewport.d.ts","sourceRoot":"","sources":["../../src/core/runtime-viewport.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAGvD,8CAA8C;AAC9C,MAAM,WAAW,eAAe;IAC9B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;CACvB;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE9D;AAED,8EAA8E;AAC9E,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,WAAW,GAAG,eAAe,CAKzE;AAED;;;;;;GAMG;AACH,wBAAgB,6BAA6B,CAAC,IAAI,EAAE;IAAE,OAAO,EAAE,WAAW,CAAA;CAAE,GAAG,WAAW,CAoCzF;AAED;;;;;GAKG;AACH,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,WAAW,EACpB,OAAO,EAAE,MAAM,EACf,IAAI,EAAE,MAAM,GACX,eAAe,CAIjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"runtime-viewport.js","sourceRoot":"","sources":["../../src/core/runtime-viewport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAQtD;;;;;;GAMG;AACH,MAAM,UAAU,wBAAwB,CAAC,KAAa;IACpD,OAAO,sBAAsB,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;AAC1C,CAAC;AAED,8EAA8E;AAC9E,MAAM,UAAU,mBAAmB,CAAC,OAAoB;IACtD,OAAO;QACL,OAAO,EAAE,wBAAwB,CAAC,OAAO,CAAC,OAAO,CAAC;QAClD,IAAI,EAAE,wBAAwB,CAAC,OAAO,CAAC,IAAI,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,6BAA6B,
|
|
1
|
+
{"version":3,"file":"runtime-viewport.js","sourceRoot":"","sources":["../../src/core/runtime-viewport.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AAQtD;;;;;;GAMG;AACH,MAAM,UAAU,wBAAwB,CAAC,KAAa;IACpD,OAAO,sBAAsB,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;AAC1C,CAAC;AAED,8EAA8E;AAC9E,MAAM,UAAU,mBAAmB,CAAC,OAAoB;IACtD,OAAO;QACL,OAAO,EAAE,wBAAwB,CAAC,OAAO,CAAC,OAAO,CAAC;QAClD,IAAI,EAAE,wBAAwB,CAAC,OAAO,CAAC,IAAI,CAAC;KAC7C,CAAC;AACJ,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,6BAA6B,CAAC,IAA8B;IAC1E,MAAM,WAAW,GAAG,IAAI,CAAC,OAAO,CAAC;IACjC,MAAM,QAAQ,GAAG,mBAAmB,CAAC,WAAW,CAAC,CAAC;IAClD,MAAM,KAAK,GAAG;QACZ,OAAO,EAAE,QAAQ,CAAC,OAAO;QACzB,IAAI,EAAE,QAAQ,CAAC,IAAI;KACpB,CAAC;IACF,MAAM,OAAO,GAAgB;QAC3B,GAAG,CAAC,GAAW;YACb,OAAO,WAAW,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;QAC9B,CAAC;QACD,IAAI,WAAW;YACb,OAAO,WAAW,CAAC,WAAW,CAAC;QACjC,CAAC;QACD,IAAI,UAAU;YACZ,OAAO,WAAW,CAAC,UAAU,CAAC;QAChC,CAAC;QACD,IAAI,OAAO;YACT,OAAO,KAAK,CAAC,OAAO,CAAC;QACvB,CAAC;QACD,IAAI,OAAO,CAAC,KAAa;YACvB,KAAK,CAAC,OAAO,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;QAClD,CAAC;QACD,IAAI,IAAI;YACN,OAAO,KAAK,CAAC,IAAI,CAAC;QACpB,CAAC;QACD,IAAI,IAAI,CAAC,KAAa;YACpB,KAAK,CAAC,IAAI,GAAG,wBAAwB,CAAC,KAAK,CAAC,CAAC;QAC/C,CAAC;QACD,IAAI,WAAW;YACb,OAAO,WAAW,CAAC,WAAW,CAAC;QACjC,CAAC;KACF,CAAC;IAEF,IAAI,CAAC,OAAO,GAAG,OAAO,CAAC;IACvB,OAAO,OAAO,CAAC;AACjB,CAAC;AAED;;;;;GAKG;AACH,MAAM,UAAU,qBAAqB,CACnC,OAAoB,EACpB,OAAe,EACf,IAAY;IAEZ,OAAO,CAAC,OAAO,GAAG,OAAO,CAAC;IAC1B,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;IACpB,OAAO,mBAAmB,CAAC,OAAO,CAAC,CAAC;AACtC,CAAC"}
|
|
@@ -1,63 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
declare const SCHEMA_BOUND_BLOCK_BRAND: unique symbol;
|
|
5
|
-
export interface BlockSchemaIssue {
|
|
6
|
-
readonly severity: BindingIssueSeverity;
|
|
7
|
-
readonly code: string;
|
|
8
|
-
readonly message: string;
|
|
9
|
-
readonly path?: string;
|
|
10
|
-
}
|
|
11
|
-
export type BlockSchemaResult<Data> = {
|
|
12
|
-
readonly ok: true;
|
|
13
|
-
readonly data: DeepReadonly<Data>;
|
|
14
|
-
} | {
|
|
15
|
-
readonly ok: false;
|
|
16
|
-
readonly issues: readonly BlockSchemaIssue[];
|
|
17
|
-
};
|
|
18
|
-
export interface BlockSchemaDescription {
|
|
19
|
-
readonly requiredFields?: readonly string[];
|
|
20
|
-
readonly optionalFields?: readonly string[];
|
|
21
|
-
readonly redactedFields?: readonly string[];
|
|
22
|
-
readonly facts?: readonly BindingFact[];
|
|
23
|
-
}
|
|
24
|
-
export interface BlockSchemaAdapterInput<Data> {
|
|
25
|
-
readonly id: string;
|
|
26
|
-
readonly parse: (input: unknown) => BlockSchemaResult<Data>;
|
|
27
|
-
readonly describe?: () => BlockSchemaDescription;
|
|
28
|
-
}
|
|
29
|
-
export interface BlockSchemaAdapter<Data = unknown> {
|
|
30
|
-
readonly [BLOCK_SCHEMA_ADAPTER_BRAND]: true;
|
|
31
|
-
readonly id: string;
|
|
32
|
-
readonly parse: (input: unknown) => BlockSchemaResult<Data>;
|
|
33
|
-
readonly describe?: () => BlockSchemaDescription;
|
|
34
|
-
}
|
|
35
|
-
export type SchemaBlockBindOutput<Config = unknown> = BlockRenderInput<Config> | {
|
|
36
|
-
readonly input: BlockRenderInput<Config>;
|
|
37
|
-
readonly facts?: readonly BindingFact[];
|
|
38
|
-
};
|
|
39
|
-
export interface SchemaBoundBlockDefinitionInput<Data = unknown, Config = unknown, Output = unknown> {
|
|
40
|
-
readonly block: BlockDefinition<Config, Output>;
|
|
41
|
-
readonly schema: BlockSchemaAdapter<Data>;
|
|
42
|
-
readonly bind: (data: DeepReadonly<Data>) => SchemaBlockBindOutput<Config>;
|
|
43
|
-
}
|
|
44
|
-
export interface SchemaBoundBlockDefinition<Data = unknown, Config = unknown, Output = unknown> extends SchemaBoundBlockDefinitionInput<Data, Config, Output> {
|
|
45
|
-
readonly [SCHEMA_BOUND_BLOCK_BRAND]: true;
|
|
46
|
-
}
|
|
47
|
-
export type SchemaBlockBindResult<Config = unknown> = {
|
|
48
|
-
readonly ok: true;
|
|
49
|
-
readonly input: DeepReadonly<BlockRenderInput<Config>>;
|
|
50
|
-
readonly facts: readonly BindingFact[];
|
|
51
|
-
} | {
|
|
52
|
-
readonly ok: false;
|
|
53
|
-
readonly issues: readonly BlockSchemaIssue[];
|
|
54
|
-
readonly facts: readonly BindingFact[];
|
|
55
|
-
};
|
|
56
|
-
export declare function defineBlockSchemaAdapter<Data>(input: BlockSchemaAdapterInput<Data>): BlockSchemaAdapter<Data>;
|
|
57
|
-
export declare function isBlockSchemaAdapter(value: unknown): value is BlockSchemaAdapter;
|
|
58
|
-
export declare function parseBlockSchema<Data>(schema: BlockSchemaAdapter<Data>, input: unknown): BlockSchemaResult<Data>;
|
|
59
|
-
export declare function defineSchemaBlock<Data = unknown, Config = unknown, Output = unknown>(input: SchemaBoundBlockDefinitionInput<Data, Config, Output>): SchemaBoundBlockDefinition<Data, Config, Output>;
|
|
60
|
-
export declare function isSchemaBoundBlockDefinition(value: unknown): value is SchemaBoundBlockDefinition;
|
|
61
|
-
export declare function bindSchemaBlockInput<Data = unknown, Config = unknown, Output = unknown>(block: SchemaBoundBlockDefinition<Data, Config, Output>, input: unknown): SchemaBlockBindResult<Config>;
|
|
62
|
-
export {};
|
|
1
|
+
export type { BlockSchemaAdapter, BlockSchemaAdapterInput, BlockSchemaDescription, BlockSchemaIssue, BlockSchemaResult, SchemaBlockBindOutput, SchemaBlockBindResult, SchemaBoundBlockDefinition, SchemaBoundBlockDefinitionInput } from './schema-block.part01.js';
|
|
2
|
+
export { defineBlockSchemaAdapter, defineSchemaBlock, isBlockSchemaAdapter, isSchemaBoundBlockDefinition, parseBlockSchema } from './schema-block.part02.js';
|
|
3
|
+
export { bindSchemaBlockInput } from './schema-block.part03.js';
|
|
63
4
|
//# sourceMappingURL=schema-block.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-block.d.ts","sourceRoot":"","sources":["../../src/core/schema-block.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema-block.d.ts","sourceRoot":"","sources":["../../src/core/schema-block.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,sBAAsB,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AACpQ,OAAO,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC7J,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC"}
|