termcast 1.3.19 → 1.3.24
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/ai.d.ts +104 -0
- package/dist/ai.d.ts.map +1 -0
- package/dist/ai.js +135 -0
- package/dist/ai.js.map +1 -0
- package/dist/apis/browser-extension.d.ts +18 -0
- package/dist/apis/browser-extension.d.ts.map +1 -0
- package/dist/apis/browser-extension.js +14 -0
- package/dist/apis/browser-extension.js.map +1 -0
- package/dist/apis/localstorage.d.ts.map +1 -1
- package/dist/apis/localstorage.js +4 -7
- package/dist/apis/localstorage.js.map +1 -1
- package/dist/apis/oauth.d.ts.map +1 -1
- package/dist/apis/oauth.js +5 -1
- package/dist/apis/oauth.js.map +1 -1
- package/dist/apis/preferences.d.ts.map +1 -1
- package/dist/apis/preferences.js +38 -19
- package/dist/apis/preferences.js.map +1 -1
- package/dist/build.d.ts.map +1 -1
- package/dist/build.js +2 -1
- package/dist/build.js.map +1 -1
- package/dist/cache.d.ts +32 -0
- package/dist/cache.d.ts.map +1 -0
- package/dist/cache.js +205 -0
- package/dist/cache.js.map +1 -0
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +69 -33
- package/dist/cli.js.map +1 -1
- package/dist/clipboard.d.ts +36 -0
- package/dist/clipboard.d.ts.map +1 -0
- package/dist/clipboard.js +154 -0
- package/dist/clipboard.js.map +1 -0
- package/dist/compile.d.ts.map +1 -1
- package/dist/compile.js +24 -6
- package/dist/compile.js.map +1 -1
- package/dist/components/actions.d.ts.map +1 -1
- package/dist/components/actions.js +56 -30
- package/dist/components/actions.js.map +1 -1
- package/dist/components/detail.d.ts.map +1 -1
- package/dist/components/detail.js +4 -0
- package/dist/components/detail.js.map +1 -1
- package/dist/components/dropdown.d.ts.map +1 -1
- package/dist/components/dropdown.js +38 -15
- package/dist/components/dropdown.js.map +1 -1
- package/dist/components/extension-preferences.d.ts.map +1 -1
- package/dist/components/extension-preferences.js +40 -13
- package/dist/components/extension-preferences.js.map +1 -1
- package/dist/components/form/checkbox.d.ts.map +1 -1
- package/dist/components/form/checkbox.js +5 -3
- package/dist/components/form/checkbox.js.map +1 -1
- package/dist/components/form/date-picker.d.ts.map +1 -1
- package/dist/components/form/date-picker.js +5 -3
- package/dist/components/form/date-picker.js.map +1 -1
- package/dist/components/form/description.d.ts.map +1 -1
- package/dist/components/form/description.js +2 -2
- package/dist/components/form/description.js.map +1 -1
- package/dist/components/form/dropdown.d.ts.map +1 -1
- package/dist/components/form/dropdown.js +84 -80
- package/dist/components/form/dropdown.js.map +1 -1
- package/dist/components/form/file-autocomplete.d.ts +3 -6
- package/dist/components/form/file-autocomplete.d.ts.map +1 -1
- package/dist/components/form/file-autocomplete.js +61 -66
- package/dist/components/form/file-autocomplete.js.map +1 -1
- package/dist/components/form/file-picker.d.ts.map +1 -1
- package/dist/components/form/file-picker.js +33 -30
- package/dist/components/form/file-picker.js.map +1 -1
- package/dist/components/form/form-end.d.ts.map +1 -1
- package/dist/components/form/form-end.js +21 -1
- package/dist/components/form/form-end.js.map +1 -1
- package/dist/components/form/form-type-only.d.ts +174 -0
- package/dist/components/form/form-type-only.d.ts.map +1 -0
- package/dist/components/form/form-type-only.js +2 -0
- package/dist/components/form/form-type-only.js.map +1 -0
- package/dist/components/form/index.d.ts +3 -1
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/index.js +100 -28
- package/dist/components/form/index.js.map +1 -1
- package/dist/components/form/password-field.d.ts.map +1 -1
- package/dist/components/form/password-field.js +5 -3
- package/dist/components/form/password-field.js.map +1 -1
- package/dist/components/form/text-area.d.ts.map +1 -1
- package/dist/components/form/text-area.js +5 -3
- package/dist/components/form/text-area.js.map +1 -1
- package/dist/components/form/text-field.d.ts.map +1 -1
- package/dist/components/form/text-field.js +6 -4
- package/dist/components/form/text-field.js.map +1 -1
- package/dist/components/form/types.d.ts +5 -0
- package/dist/components/form/types.d.ts.map +1 -1
- package/dist/components/form/use-form-handling.d.ts +4 -0
- package/dist/components/form/use-form-handling.d.ts.map +1 -0
- package/dist/components/form/use-form-handling.js +37 -0
- package/dist/components/form/use-form-handling.js.map +1 -0
- package/dist/components/form/with-left-border.d.ts +2 -1
- package/dist/components/form/with-left-border.d.ts.map +1 -1
- package/dist/components/form/with-left-border.js +27 -3
- package/dist/components/form/with-left-border.js.map +1 -1
- package/dist/components/icon.d.ts +1 -0
- package/dist/components/icon.d.ts.map +1 -1
- package/dist/components/icon.js +24 -8
- package/dist/components/icon.js.map +1 -1
- package/dist/components/list.d.ts +2 -2
- package/dist/components/list.d.ts.map +1 -1
- package/dist/components/list.js +140 -62
- package/dist/components/list.js.map +1 -1
- package/dist/components/loading-bar.d.ts.map +1 -1
- package/dist/components/loading-bar.js +2 -2
- package/dist/components/loading-bar.js.map +1 -1
- package/dist/components/loading-text.d.ts +8 -0
- package/dist/components/loading-text.d.ts.map +1 -0
- package/dist/components/loading-text.js +58 -0
- package/dist/components/loading-text.js.map +1 -0
- package/dist/descendants.js +1 -1
- package/dist/descendants.js.map +1 -1
- package/dist/dev-ui.d.ts +7 -0
- package/dist/dev-ui.d.ts.map +1 -0
- package/dist/dev-ui.js +118 -0
- package/dist/dev-ui.js.map +1 -0
- package/dist/environment.d.ts +63 -0
- package/dist/environment.d.ts.map +1 -0
- package/dist/environment.js +189 -0
- package/dist/environment.js.map +1 -0
- package/dist/examples/datepicker.d.ts +2 -0
- package/dist/examples/datepicker.d.ts.map +1 -0
- package/dist/examples/datepicker.js +344 -0
- package/dist/examples/datepicker.js.map +1 -0
- package/dist/examples/file-autocomplete.vitest.d.ts +2 -0
- package/dist/examples/file-autocomplete.vitest.d.ts.map +1 -0
- package/dist/examples/file-autocomplete.vitest.js +223 -0
- package/dist/examples/file-autocomplete.vitest.js.map +1 -0
- package/dist/examples/form-basic-arrow-keys.vitest.d.ts +2 -0
- package/dist/examples/form-basic-arrow-keys.vitest.d.ts.map +1 -0
- package/dist/examples/form-basic-arrow-keys.vitest.js +46 -0
- package/dist/examples/form-basic-arrow-keys.vitest.js.map +1 -0
- package/dist/examples/form-basic.vitest.d.ts +2 -0
- package/dist/examples/form-basic.vitest.d.ts.map +1 -0
- package/dist/examples/form-basic.vitest.js +630 -0
- package/dist/examples/form-basic.vitest.js.map +1 -0
- package/dist/examples/form-dropdown-with-sections.d.ts +2 -0
- package/dist/examples/form-dropdown-with-sections.d.ts.map +1 -0
- package/dist/examples/form-dropdown-with-sections.js +13 -0
- package/dist/examples/form-dropdown-with-sections.js.map +1 -0
- package/dist/examples/form-dropdown-with-sections.vitest.d.ts +2 -0
- package/dist/examples/form-dropdown-with-sections.vitest.d.ts.map +1 -0
- package/dist/examples/form-dropdown-with-sections.vitest.js +75 -0
- package/dist/examples/form-dropdown-with-sections.vitest.js.map +1 -0
- package/dist/examples/form-dropdown.vitest.d.ts +2 -0
- package/dist/examples/form-dropdown.vitest.d.ts.map +1 -0
- package/dist/examples/form-dropdown.vitest.js +854 -0
- package/dist/examples/form-dropdown.vitest.js.map +1 -0
- package/dist/examples/form-multiselect-dropdown.d.ts +2 -0
- package/dist/examples/form-multiselect-dropdown.d.ts.map +1 -0
- package/dist/examples/form-multiselect-dropdown.js +13 -0
- package/dist/examples/form-multiselect-dropdown.js.map +1 -0
- package/dist/examples/form-scroll.d.ts.map +1 -1
- package/dist/examples/form-scroll.js +7 -1
- package/dist/examples/form-scroll.js.map +1 -1
- package/dist/examples/form-scroll.vitest.d.ts +2 -0
- package/dist/examples/form-scroll.vitest.d.ts.map +1 -0
- package/dist/examples/form-scroll.vitest.js +211 -0
- package/dist/examples/form-scroll.vitest.js.map +1 -0
- package/dist/examples/form-tagpicker.vitest.d.ts +2 -0
- package/dist/examples/form-tagpicker.vitest.d.ts.map +1 -0
- package/dist/examples/form-tagpicker.vitest.js +736 -0
- package/dist/examples/form-tagpicker.vitest.js.map +1 -0
- package/dist/examples/internal/descendants-filtering.js +1 -1
- package/dist/examples/internal/descendants-filtering.js.map +1 -1
- package/dist/examples/internal/descendants.js +1 -1
- package/dist/examples/internal/descendants.js.map +1 -1
- package/dist/examples/internal/nested-boxes.d.ts +2 -0
- package/dist/examples/internal/nested-boxes.d.ts.map +1 -0
- package/dist/examples/internal/nested-boxes.js +7 -0
- package/dist/examples/internal/nested-boxes.js.map +1 -0
- package/dist/examples/internal/rhf-custom-ref.js +2 -2
- package/dist/examples/internal/rhf-custom-ref.js.map +1 -1
- package/dist/examples/internal/scrollbox-demo.js +3 -22
- package/dist/examples/internal/scrollbox-demo.js.map +1 -1
- package/dist/examples/internal/scrollbox-descendants.d.ts +2 -0
- package/dist/examples/internal/scrollbox-descendants.d.ts.map +1 -0
- package/dist/examples/internal/scrollbox-descendants.js +83 -0
- package/dist/examples/internal/scrollbox-descendants.js.map +1 -0
- package/dist/examples/internal/scrollbox-with-descendants.js +4 -8
- package/dist/examples/internal/scrollbox-with-descendants.js.map +1 -1
- package/dist/examples/internal/simple-scrollbox.vitest.d.ts +2 -0
- package/dist/examples/internal/simple-scrollbox.vitest.d.ts.map +1 -0
- package/dist/examples/internal/simple-scrollbox.vitest.js +96 -0
- package/dist/examples/internal/simple-scrollbox.vitest.js.map +1 -0
- package/dist/examples/internal/unicode-square-repro.d.ts +2 -0
- package/dist/examples/internal/unicode-square-repro.d.ts.map +1 -0
- package/dist/examples/internal/unicode-square-repro.js +7 -0
- package/dist/examples/internal/unicode-square-repro.js.map +1 -0
- package/dist/examples/list-detail-metadata.d.ts +2 -0
- package/dist/examples/list-detail-metadata.d.ts.map +1 -0
- package/dist/examples/list-detail-metadata.js +8 -0
- package/dist/examples/list-detail-metadata.js.map +1 -0
- package/dist/examples/list-dropdown-default.vitest.d.ts +2 -0
- package/dist/examples/list-dropdown-default.vitest.d.ts.map +1 -0
- package/dist/examples/list-dropdown-default.vitest.js +234 -0
- package/dist/examples/list-dropdown-default.vitest.js.map +1 -0
- package/dist/examples/list-fetch-data.vitest.d.ts +2 -0
- package/dist/examples/list-fetch-data.vitest.d.ts.map +1 -0
- package/dist/examples/list-fetch-data.vitest.js +111 -0
- package/dist/examples/list-fetch-data.vitest.js.map +1 -0
- package/dist/examples/list-filter-navigation.d.ts +2 -0
- package/dist/examples/list-filter-navigation.d.ts.map +1 -0
- package/dist/examples/list-filter-navigation.js +8 -0
- package/dist/examples/list-filter-navigation.js.map +1 -0
- package/dist/examples/list-scrollbox.vitest.d.ts +2 -0
- package/dist/examples/list-scrollbox.vitest.d.ts.map +1 -0
- package/dist/examples/list-scrollbox.vitest.js +93 -0
- package/dist/examples/list-scrollbox.vitest.js.map +1 -0
- package/dist/examples/list-with-detail-long.d.ts +2 -0
- package/dist/examples/list-with-detail-long.d.ts.map +1 -0
- package/dist/examples/list-with-detail-long.js +53 -0
- package/dist/examples/list-with-detail-long.js.map +1 -0
- package/dist/examples/list-with-detail.vitest.d.ts +2 -0
- package/dist/examples/list-with-detail.vitest.d.ts.map +1 -0
- package/dist/examples/list-with-detail.vitest.js +434 -0
- package/dist/examples/list-with-detail.vitest.js.map +1 -0
- package/dist/examples/list-with-dropdown.vitest.d.ts +2 -0
- package/dist/examples/list-with-dropdown.vitest.d.ts.map +1 -0
- package/dist/examples/list-with-dropdown.vitest.js +337 -0
- package/dist/examples/list-with-dropdown.vitest.js.map +1 -0
- package/dist/examples/list-with-sections.js +5 -1
- package/dist/examples/list-with-sections.js.map +1 -1
- package/dist/examples/list-with-sections.vitest.d.ts +2 -0
- package/dist/examples/list-with-sections.vitest.d.ts.map +1 -0
- package/dist/examples/list-with-sections.vitest.js +601 -0
- package/dist/examples/list-with-sections.vitest.js.map +1 -0
- package/dist/examples/scrollbox-vertical-centering.d.ts +6 -0
- package/dist/examples/scrollbox-vertical-centering.d.ts.map +1 -0
- package/dist/examples/scrollbox-vertical-centering.js +17 -0
- package/dist/examples/scrollbox-vertical-centering.js.map +1 -0
- package/dist/examples/simple-file-picker.vitest.d.ts +2 -0
- package/dist/examples/simple-file-picker.vitest.d.ts.map +1 -0
- package/dist/examples/simple-file-picker.vitest.js +678 -0
- package/dist/examples/simple-file-picker.vitest.js.map +1 -0
- package/dist/examples/simple-grid.vitest.d.ts +2 -0
- package/dist/examples/simple-grid.vitest.d.ts.map +1 -0
- package/dist/examples/simple-grid.vitest.js +521 -0
- package/dist/examples/simple-grid.vitest.js.map +1 -0
- package/dist/examples/simple-navigation.js +10 -4
- package/dist/examples/simple-navigation.js.map +1 -1
- package/dist/examples/simple-navigation.vitest.d.ts +2 -0
- package/dist/examples/simple-navigation.vitest.d.ts.map +1 -0
- package/dist/examples/simple-navigation.vitest.js +718 -0
- package/dist/examples/simple-navigation.vitest.js.map +1 -0
- package/dist/examples/store.vitest.d.ts +2 -0
- package/dist/examples/store.vitest.d.ts.map +1 -0
- package/dist/examples/store.vitest.js +69 -0
- package/dist/examples/store.vitest.js.map +1 -0
- package/dist/extensions/dev.d.ts +4 -2
- package/dist/extensions/dev.d.ts.map +1 -1
- package/dist/extensions/dev.js +61 -10
- package/dist/extensions/dev.js.map +1 -1
- package/dist/extensions/dev.vitest.d.ts +2 -0
- package/dist/extensions/dev.vitest.d.ts.map +1 -0
- package/dist/extensions/dev.vitest.js +197 -0
- package/dist/extensions/dev.vitest.js.map +1 -0
- package/dist/extensions/home.d.ts.map +1 -1
- package/dist/extensions/home.js +3 -0
- package/dist/extensions/home.js.map +1 -1
- package/dist/home-command.d.ts +8 -0
- package/dist/home-command.d.ts.map +1 -0
- package/dist/home-command.js +181 -0
- package/dist/home-command.js.map +1 -0
- package/dist/hover-repro.d.ts +2 -0
- package/dist/hover-repro.d.ts.map +1 -0
- package/dist/hover-repro.js +20 -0
- package/dist/hover-repro.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/internal/dialog.d.ts +1 -0
- package/dist/internal/dialog.d.ts.map +1 -1
- package/dist/internal/dialog.js +27 -18
- package/dist/internal/dialog.js.map +1 -1
- package/dist/internal/navigation.d.ts +9 -1
- package/dist/internal/navigation.d.ts.map +1 -1
- package/dist/internal/navigation.js +5 -5
- package/dist/internal/navigation.js.map +1 -1
- package/dist/internal/offscreen.d.ts +6 -0
- package/dist/internal/offscreen.d.ts.map +1 -0
- package/dist/internal/offscreen.js +10 -0
- package/dist/internal/offscreen.js.map +1 -0
- package/dist/internal/providers.d.ts.map +1 -1
- package/dist/internal/providers.js +2 -2
- package/dist/internal/providers.js.map +1 -1
- package/dist/internal/scrollbox.d.ts +1 -10
- package/dist/internal/scrollbox.d.ts.map +1 -1
- package/dist/internal/scrollbox.js +2 -1
- package/dist/internal/scrollbox.js.map +1 -1
- package/dist/localstorage.d.ts +13 -0
- package/dist/localstorage.d.ts.map +1 -0
- package/dist/localstorage.js +190 -0
- package/dist/localstorage.js.map +1 -0
- package/dist/oauth.d.ts +142 -0
- package/dist/oauth.d.ts.map +1 -0
- package/dist/oauth.js +551 -0
- package/dist/oauth.js.map +1 -0
- package/dist/preferences.d.ts +23 -0
- package/dist/preferences.d.ts.map +1 -0
- package/dist/preferences.js +105 -0
- package/dist/preferences.js.map +1 -0
- package/dist/state.d.ts +2 -0
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js +3 -0
- package/dist/state.js.map +1 -1
- package/dist/store.d.ts +21 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +84 -0
- package/dist/store.js.map +1 -0
- package/dist/swift-loader.d.ts +3 -0
- package/dist/swift-loader.d.ts.map +1 -0
- package/dist/swift-loader.js +193 -0
- package/dist/swift-loader.js.map +1 -0
- package/dist/swift-runtime.d.ts +2 -0
- package/dist/swift-runtime.d.ts.map +1 -0
- package/dist/swift-runtime.js +27 -0
- package/dist/swift-runtime.js.map +1 -0
- package/dist/toast.d.ts +44 -0
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.js +221 -0
- package/dist/toast.js.map +1 -0
- package/dist/utils/file-system.d.ts +9 -0
- package/dist/utils/file-system.d.ts.map +1 -1
- package/dist/utils/file-system.js +49 -0
- package/dist/utils/file-system.js.map +1 -1
- package/dist/utils/run-command.d.ts +25 -1
- package/dist/utils/run-command.d.ts.map +1 -1
- package/dist/utils/run-command.js +47 -4
- package/dist/utils/run-command.js.map +1 -1
- package/dist/window.d.ts +12 -0
- package/dist/window.d.ts.map +1 -0
- package/dist/window.js +48 -0
- package/dist/window.js.map +1 -0
- package/package.json +13 -11
- package/src/apis/browser-extension.tsx +29 -0
- package/src/apis/localstorage.test.ts +14 -6
- package/src/apis/localstorage.tsx +8 -5
- package/src/apis/oauth.tsx +5 -1
- package/src/apis/preferences.tsx +48 -22
- package/src/build.test.tsx +52 -0
- package/src/build.tsx +2 -1
- package/src/cli.tsx +80 -39
- package/src/compile.tsx +24 -6
- package/src/components/actions.tsx +94 -32
- package/src/components/detail.tsx +4 -0
- package/src/components/dropdown.tsx +47 -14
- package/src/components/extension-preferences.tsx +44 -16
- package/src/components/form/checkbox.tsx +12 -6
- package/src/components/form/date-picker.tsx +12 -6
- package/src/components/form/description.tsx +7 -2
- package/src/components/form/dropdown.tsx +131 -119
- package/src/components/form/file-autocomplete.tsx +90 -108
- package/src/components/form/file-picker.tsx +54 -43
- package/src/components/form/form-end.tsx +23 -2
- package/src/components/form/index.tsx +152 -34
- package/src/components/form/password-field.tsx +12 -6
- package/src/components/form/text-area.tsx +13 -6
- package/src/components/form/text-field.tsx +13 -6
- package/src/components/form/types.tsx +6 -0
- package/src/components/form/with-left-border.tsx +41 -8
- package/src/components/icon.tsx +27 -8
- package/src/components/list.tsx +193 -74
- package/src/components/loading-bar.tsx +3 -2
- package/src/components/loading-text.tsx +79 -0
- package/src/descendants.tsx +1 -0
- package/src/examples/file-autocomplete.vitest.tsx +130 -125
- package/src/examples/form-basic.vitest.tsx +376 -176
- package/src/examples/form-dropdown.vitest.tsx +126 -126
- package/src/examples/form-scroll.tsx +2 -0
- package/src/examples/form-scroll.vitest.tsx +58 -58
- package/src/examples/form-tagpicker.vitest.tsx +99 -99
- package/src/examples/internal/descendants-filtering.tsx +1 -0
- package/src/examples/internal/descendants.tsx +1 -0
- package/src/examples/internal/rhf-custom-ref.tsx +2 -0
- package/src/examples/internal/scrollbox-demo.tsx +3 -27
- package/src/examples/internal/scrollbox-with-descendants.tsx +4 -7
- package/src/examples/internal/simple-scrollbox.vitest.tsx +7 -5
- package/src/examples/list-detail-metadata.tsx +49 -0
- package/src/examples/list-detail-metadata.vitest.tsx +88 -0
- package/src/examples/list-dropdown-default.vitest.tsx +51 -51
- package/src/examples/list-fetch-data.vitest.tsx +4 -4
- package/src/examples/list-scrollbox.vitest.tsx +73 -14
- package/src/examples/list-with-detail-long.tsx +70 -0
- package/src/examples/list-with-detail.vitest.tsx +198 -92
- package/src/examples/list-with-dropdown.vitest.tsx +53 -53
- package/src/examples/list-with-sections.tsx +1 -0
- package/src/examples/list-with-sections.vitest.tsx +213 -89
- package/src/examples/list-with-toast.vitest.tsx +4 -4
- package/src/examples/simple-file-picker.vitest.tsx +61 -471
- package/src/examples/simple-grid.vitest.tsx +238 -233
- package/src/examples/simple-navigation.tsx +15 -7
- package/src/examples/simple-navigation.vitest.tsx +121 -210
- package/src/examples/store.vitest.tsx +1 -1
- package/src/examples/swift-extension.vitest.tsx +148 -0
- package/src/examples/synonyms.vitest.tsx +159 -0
- package/src/extensions/dev.tsx +74 -7
- package/src/extensions/dev.vitest.tsx +97 -31
- package/src/extensions/home.tsx +6 -0
- package/src/index.tsx +3 -0
- package/src/internal/dialog.tsx +43 -30
- package/src/internal/navigation.tsx +3 -1
- package/src/internal/offscreen.tsx +15 -0
- package/src/internal/providers.tsx +4 -2
- package/src/internal/scrollbox.tsx +4 -8
- package/src/keyboard.test.tsx +69 -0
- package/src/state.tsx +7 -0
- package/src/swift-loader.tsx +239 -0
- package/src/swift-runtime.tsx +36 -0
- package/src/utils/file-system.ts +61 -0
- package/src/utils/run-command.tsx +75 -6
|
@@ -6,14 +6,31 @@ import { useFormContext, Controller } from 'react-hook-form';
|
|
|
6
6
|
import { useFocusContext, useFormFieldDescendant } from './index';
|
|
7
7
|
import { useKeyboard } from '@opentui/react';
|
|
8
8
|
import { useIsInFocus } from 'termcast/src/internal/focus-context';
|
|
9
|
-
import {
|
|
9
|
+
import { FileAutocompleteDialog } from './file-autocomplete';
|
|
10
10
|
import { useFormNavigationHelpers } from './use-form-navigation';
|
|
11
|
-
|
|
11
|
+
import { useDialog } from 'termcast/src/internal/dialog';
|
|
12
|
+
import { LoadingText } from 'termcast/src/components/loading-text';
|
|
13
|
+
const FilePickerField = ({ field, fieldState, formState, props, isFocused, setFocusedField, isFormLoading, }) => {
|
|
12
14
|
const isInFocus = useIsInFocus();
|
|
13
|
-
const [showAutocomplete, setShowAutocomplete] = React.useState(false);
|
|
14
|
-
const [searchTrigger, setSearchTrigger] = React.useState(0);
|
|
15
15
|
const inputRef = React.useRef(null);
|
|
16
|
-
const
|
|
16
|
+
const dialog = useDialog();
|
|
17
|
+
const showAutocomplete = () => {
|
|
18
|
+
if (dialog.stack.length > 0)
|
|
19
|
+
return;
|
|
20
|
+
const handleSelect = (path) => {
|
|
21
|
+
const currentFiles = field.value || [];
|
|
22
|
+
const newFiles = props.allowMultipleSelection !== false ? [...currentFiles, path] : [path];
|
|
23
|
+
field.onChange(newFiles);
|
|
24
|
+
if (props.onChange) {
|
|
25
|
+
props.onChange(newFiles);
|
|
26
|
+
}
|
|
27
|
+
inputRef.current?.setText('');
|
|
28
|
+
dialog.clear();
|
|
29
|
+
};
|
|
30
|
+
dialog.push(_jsx(FileAutocompleteDialog, { onSelect: handleSelect, onClose: () => {
|
|
31
|
+
dialog.clear();
|
|
32
|
+
}, inputRef: inputRef, canChooseFiles: props.canChooseFiles, canChooseDirectories: props.canChooseDirectories, initialDirectory: props.initialDirectory }));
|
|
33
|
+
};
|
|
17
34
|
// Handle Enter key and left arrow for removing last file
|
|
18
35
|
useKeyboard((evt) => {
|
|
19
36
|
if (!isFocused || !isInFocus)
|
|
@@ -33,12 +50,11 @@ const FilePickerField = ({ field, fieldState, formState, props, isFocused, setFo
|
|
|
33
50
|
if (evt.name === 'return') {
|
|
34
51
|
const inputValue = inputRef.current?.plainText || '';
|
|
35
52
|
// If input is empty, show files in current directory
|
|
36
|
-
if (!inputValue
|
|
37
|
-
|
|
38
|
-
setSearchTrigger((n) => n + 1);
|
|
53
|
+
if (!inputValue) {
|
|
54
|
+
showAutocomplete();
|
|
39
55
|
}
|
|
40
|
-
// If
|
|
41
|
-
else if (inputValue.trim()
|
|
56
|
+
// If input has value, add the path directly
|
|
57
|
+
else if (inputValue.trim()) {
|
|
42
58
|
const currentFiles = field.value || [];
|
|
43
59
|
const newFiles = props.allowMultipleSelection !== false
|
|
44
60
|
? [...currentFiles, inputValue.trim()]
|
|
@@ -51,36 +67,23 @@ const FilePickerField = ({ field, fieldState, formState, props, isFocused, setFo
|
|
|
51
67
|
}
|
|
52
68
|
}
|
|
53
69
|
});
|
|
54
|
-
const handleSelectFile = (path) => {
|
|
55
|
-
const currentFiles = field.value || [];
|
|
56
|
-
const newFiles = props.allowMultipleSelection !== false ? [...currentFiles, path] : [path];
|
|
57
|
-
field.onChange(newFiles);
|
|
58
|
-
if (props.onChange) {
|
|
59
|
-
props.onChange(newFiles);
|
|
60
|
-
}
|
|
61
|
-
inputRef.current?.setText('');
|
|
62
|
-
setShowAutocomplete(false);
|
|
63
|
-
};
|
|
64
70
|
const selectedFiles = field.value || [];
|
|
65
|
-
return (_jsxs("box", { flexDirection: 'column', children: [_jsx(WithLeftBorder, { withDiamond: true, isFocused: isFocused, children: _jsx("
|
|
71
|
+
return (_jsxs("box", { flexDirection: 'column', children: [_jsx(WithLeftBorder, { withDiamond: true, isFocused: isFocused, isLoading: isFormLoading, children: _jsx("box", { onMouseDown: () => {
|
|
66
72
|
setFocusedField(props.id);
|
|
67
|
-
}, children: props.title || 'File Path' }) }), _jsx(WithLeftBorder, { isFocused: isFocused, children: _jsxs("box", { flexDirection: 'column',
|
|
73
|
+
}, children: _jsx(LoadingText, { isLoading: isFocused && isFormLoading, color: isFocused ? Theme.primary : Theme.text, children: props.title || 'File Path' }) }) }), _jsx(WithLeftBorder, { isFocused: isFocused, children: _jsxs("box", { flexDirection: 'column', children: [_jsx("textarea", { ref: inputRef, height: 1, wrapMode: 'none', keyBindings: [
|
|
68
74
|
{ name: 'return', action: 'submit' },
|
|
69
75
|
{ name: 'linefeed', action: 'submit' },
|
|
70
76
|
], initialValue: "", placeholder: props.placeholder || 'Enter file path...', focused: isFocused, onMouseDown: () => setFocusedField(props.id), onContentChange: () => {
|
|
71
77
|
const value = inputRef.current?.plainText || '';
|
|
72
78
|
if (value && isFocused) {
|
|
73
|
-
|
|
74
|
-
setSearchTrigger((n) => n + 1);
|
|
75
|
-
}
|
|
76
|
-
else if (!value) {
|
|
77
|
-
setShowAutocomplete(false);
|
|
79
|
+
showAutocomplete();
|
|
78
80
|
}
|
|
79
|
-
} }), selectedFiles.length > 0 && (_jsxs("box", { flexDirection: 'column', marginTop: 1, children: [_jsx("text", { fg: Theme.textMuted, children: "Selected files:" }), selectedFiles.map((file, index) => (_jsxs("text", { fg: Theme.text, children: ["\u2022 ", file] }, index)))] }))] }) }), (fieldState.error || props.error) && (_jsx(WithLeftBorder, { isFocused: isFocused, children: _jsx("text", { fg: Theme.error, children: fieldState.error?.message || props.error }) })), props.info && (_jsx(WithLeftBorder, { isFocused: isFocused, children: _jsx("text", { fg: Theme.textMuted, children: props.info }) }))
|
|
81
|
+
} }), selectedFiles.length > 0 && (_jsxs("box", { flexDirection: 'column', marginTop: 1, children: [_jsx("text", { fg: Theme.textMuted, children: "Selected files:" }), selectedFiles.map((file, index) => (_jsxs("text", { fg: Theme.text, children: ["\u2022 ", file] }, index)))] }))] }) }), (fieldState.error || props.error) && (_jsx(WithLeftBorder, { isFocused: isFocused, children: _jsx("text", { fg: Theme.error, children: fieldState.error?.message || props.error }) })), props.info && (_jsx(WithLeftBorder, { isFocused: isFocused, children: _jsx("text", { fg: Theme.textMuted, children: props.info }) }))] }));
|
|
80
82
|
};
|
|
81
83
|
export const FilePicker = (props) => {
|
|
82
84
|
const { control } = useFormContext();
|
|
83
|
-
const
|
|
85
|
+
const focusContext = useFocusContext();
|
|
86
|
+
const { focusedField, setFocusedField } = focusContext;
|
|
84
87
|
const isFocused = focusedField === props.id;
|
|
85
88
|
const isInFocus = useIsInFocus();
|
|
86
89
|
const elementRef = useRef(null);
|
|
@@ -104,7 +107,7 @@ export const FilePicker = (props) => {
|
|
|
104
107
|
}
|
|
105
108
|
});
|
|
106
109
|
return (_jsx(Controller, { name: props.id, control: control, defaultValue: props.defaultValue || props.value || [], render: (renderProps) => {
|
|
107
|
-
return (_jsx("box", { ref: elementRef, flexDirection: 'column', children: _jsx(FilePickerField, { ...renderProps, props: props, isFocused: isFocused, setFocusedField: setFocusedField }) }));
|
|
110
|
+
return (_jsx("box", { ref: elementRef, flexDirection: 'column', children: _jsx(FilePickerField, { ...renderProps, props: props, isFocused: isFocused, setFocusedField: setFocusedField, isFormLoading: focusContext.isLoading }) }));
|
|
108
111
|
} }));
|
|
109
112
|
};
|
|
110
113
|
//# sourceMappingURL=file-picker.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"file-picker.js","sourceRoot":"","sources":["../../../src/components/form/file-picker.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,OAAO,CAAA;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAE1C,OAAO,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAEnD,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5D,OAAO,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AACjE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAA;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAClE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"file-picker.js","sourceRoot":"","sources":["../../../src/components/form/file-picker.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-end.d.ts","sourceRoot":"","sources":["../../../src/components/form/form-end.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"form-end.d.ts","sourceRoot":"","sources":["../../../src/components/form/form-end.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,QAAO,GAsB1B,CAAA"}
|
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
import { jsx as _jsx } from "@opentui/react/jsx-runtime";
|
|
2
|
+
import { useState, useLayoutEffect } from 'react';
|
|
2
3
|
import { Theme } from 'termcast/src/theme';
|
|
4
|
+
import { useFocusContext, useFormScrollContext } from './index';
|
|
3
5
|
export const FormEnd = () => {
|
|
4
|
-
|
|
6
|
+
const { focusedField } = useFocusContext();
|
|
7
|
+
const scrollContext = useFormScrollContext();
|
|
8
|
+
const [isLastFieldFocused, setIsLastFieldFocused] = useState(false);
|
|
9
|
+
useLayoutEffect(() => {
|
|
10
|
+
if (!scrollContext || !focusedField) {
|
|
11
|
+
setIsLastFieldFocused(false);
|
|
12
|
+
return;
|
|
13
|
+
}
|
|
14
|
+
const descendants = Object.values(scrollContext.descendantsContext.map.current)
|
|
15
|
+
.filter((item) => item.index !== -1 && item.props?.id)
|
|
16
|
+
.sort((a, b) => a.index - b.index);
|
|
17
|
+
if (descendants.length === 0) {
|
|
18
|
+
setIsLastFieldFocused(false);
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
const lastField = descendants[descendants.length - 1];
|
|
22
|
+
setIsLastFieldFocused(lastField.props?.id === focusedField);
|
|
23
|
+
}, [focusedField]);
|
|
24
|
+
return _jsx("text", { fg: isLastFieldFocused ? Theme.accent : Theme.text, children: "\u2514" });
|
|
5
25
|
};
|
|
6
26
|
//# sourceMappingURL=form-end.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-end.js","sourceRoot":"","sources":["../../../src/components/form/form-end.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"form-end.js","sourceRoot":"","sources":["../../../src/components/form/form-end.tsx"],"names":[],"mappings":";AAAA,OAAc,EAAE,QAAQ,EAAE,eAAe,EAAE,MAAM,OAAO,CAAA;AACxD,OAAO,EAAE,KAAK,EAAE,MAAM,oBAAoB,CAAA;AAC1C,OAAO,EAAE,eAAe,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAE/D,MAAM,CAAC,MAAM,OAAO,GAAG,GAAQ,EAAE;IAC/B,MAAM,EAAE,YAAY,EAAE,GAAG,eAAe,EAAE,CAAA;IAC1C,MAAM,aAAa,GAAG,oBAAoB,EAAE,CAAA;IAC5C,MAAM,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAA;IAEnE,eAAe,CAAC,GAAG,EAAE;QACnB,IAAI,CAAC,aAAa,IAAI,CAAC,YAAY,EAAE,CAAC;YACpC,qBAAqB,CAAC,KAAK,CAAC,CAAA;YAC5B,OAAM;QACR,CAAC;QACD,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC,aAAa,CAAC,kBAAkB,CAAC,GAAG,CAAC,OAAO,CAAC;aAC5E,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,KAAK,CAAC,CAAC,IAAI,IAAI,CAAC,KAAK,EAAE,EAAE,CAAC;aACrD,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,CAAC,CAAA;QACpC,IAAI,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC7B,qBAAqB,CAAC,KAAK,CAAC,CAAA;YAC5B,OAAM;QACR,CAAC;QACD,MAAM,SAAS,GAAG,WAAW,CAAC,WAAW,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QACrD,qBAAqB,CAAC,SAAS,CAAC,KAAK,EAAE,EAAE,KAAK,YAAY,CAAC,CAAA;IAC7D,CAAC,EAAE,CAAC,YAAY,CAAC,CAAC,CAAA;IAElB,OAAO,eAAM,EAAE,EAAE,kBAAkB,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,uBAAU,CAAA;AAC3E,CAAC,CAAA"}
|
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { FormEvent, FormEventType, FormItemRef, FormValue_2, FormValues_2, FormProps_2, FormItemProps_2 } from './types';
|
|
3
|
+
import type { TextFieldProps, TextFieldRef } from './text-field';
|
|
4
|
+
import type { PasswordFieldProps, PasswordFieldRef } from './password-field';
|
|
5
|
+
import type { TextAreaProps, TextAreaRef } from './text-area';
|
|
6
|
+
import type { CheckboxProps, CheckboxRef } from './checkbox';
|
|
7
|
+
import type { DropdownProps, DropdownRef, DropdownItemProps, DropdownSectionProps } from './dropdown';
|
|
8
|
+
import type { DatePickerProps, DatePickerRef, DatePickerType as DatePickerEnum } from './date-picker';
|
|
9
|
+
import type { TagPickerType } from './tagpicker';
|
|
10
|
+
import type { DescriptionProps } from './description';
|
|
11
|
+
import type { FilePickerProps, FilePickerRef } from './file-picker';
|
|
12
|
+
interface LinkAccessoryProps {
|
|
13
|
+
text: string;
|
|
14
|
+
url: string;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace Form {
|
|
17
|
+
type ItemProps<T extends FormValue_2> = FormItemProps_2<T>;
|
|
18
|
+
type Value = FormValue_2;
|
|
19
|
+
type Values = FormValues_2;
|
|
20
|
+
type Props = FormProps_2 & {
|
|
21
|
+
searchBarAccessory?: React.ReactElement<LinkAccessoryProps> | undefined | null;
|
|
22
|
+
};
|
|
23
|
+
type ItemReference = FormItemRef;
|
|
24
|
+
/**
|
|
25
|
+
* An interface describing event in callbacks {@link Form.Item.Props.onFocus} and {@link Form.Item.Props.onBlur}
|
|
26
|
+
*/
|
|
27
|
+
type Event<T extends FormValue_2> = FormEvent<T>;
|
|
28
|
+
namespace Event {
|
|
29
|
+
/**
|
|
30
|
+
* Types of Form event {@link Form.Event}
|
|
31
|
+
* * `focus` - the type will be returned for the event of {@link Form.Item.Props.onFocus} callback
|
|
32
|
+
* * `blur` - the type will be returned for the event of {@link Form.Item.Props.onBlur} callback
|
|
33
|
+
*/
|
|
34
|
+
type Type = FormEventType;
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* A Ref Type for the {@link Form.TextField}.
|
|
38
|
+
* Use refs to control your Form by calling `Form.TextField.focus()` or `Form.TextField.reset()` functions.
|
|
39
|
+
*/
|
|
40
|
+
type TextField = TextFieldRef;
|
|
41
|
+
namespace TextField {
|
|
42
|
+
/**
|
|
43
|
+
* Props of the {@link Form.TextField} React component.
|
|
44
|
+
*/
|
|
45
|
+
type Props = TextFieldProps;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* A Ref Type for the {@link Form.PasswordField}.
|
|
49
|
+
* Use refs to control your Form by calling `Form.PasswordField.focus()` or `Form.PasswordField.reset()` functions.
|
|
50
|
+
*/
|
|
51
|
+
type PasswordField = PasswordFieldRef;
|
|
52
|
+
namespace PasswordField {
|
|
53
|
+
/**
|
|
54
|
+
* Props of the {@link Form.PasswordField} React component.
|
|
55
|
+
*/
|
|
56
|
+
type Props = PasswordFieldProps;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* A Ref Type for the {@link Form.TextArea}.
|
|
60
|
+
* Use refs to control your Form by calling `Form.TextArea.focus()` or `Form.TextArea.reset()` functions.
|
|
61
|
+
*/
|
|
62
|
+
type TextArea = TextAreaRef;
|
|
63
|
+
namespace TextArea {
|
|
64
|
+
/**
|
|
65
|
+
* Props of the {@link Form.TextArea} React component.
|
|
66
|
+
*/
|
|
67
|
+
type Props = TextAreaProps;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* A Ref Type for the {@link Form.Checkbox}.
|
|
71
|
+
* Use refs to control your Form by calling `Form.Checkbox.focus()` or `Form.Checkbox.reset()` functions.
|
|
72
|
+
*/
|
|
73
|
+
type Checkbox = CheckboxRef;
|
|
74
|
+
namespace Checkbox {
|
|
75
|
+
/**
|
|
76
|
+
* Props of the {@link Form.Checkbox} React component.
|
|
77
|
+
*/
|
|
78
|
+
type Props = CheckboxProps;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* A Ref Type for the {@link Form.Dropdown}.
|
|
82
|
+
* Use refs to control your Form by calling `Form.Dropdown.focus()` or `Form.Dropdown.reset()` functions.
|
|
83
|
+
*/
|
|
84
|
+
type Dropdown = DropdownRef;
|
|
85
|
+
namespace Dropdown {
|
|
86
|
+
/**
|
|
87
|
+
* Props of the {@link Form.Dropdown} React component.
|
|
88
|
+
*/
|
|
89
|
+
type Props = DropdownProps;
|
|
90
|
+
namespace Item {
|
|
91
|
+
/**
|
|
92
|
+
* Props of the {@link Form.Dropdown.Item} React component.
|
|
93
|
+
*/
|
|
94
|
+
type Props = DropdownItemProps;
|
|
95
|
+
}
|
|
96
|
+
namespace Section {
|
|
97
|
+
/**
|
|
98
|
+
* Props of the {@link Form.Dropdown.Section} React component.
|
|
99
|
+
*/
|
|
100
|
+
type Props = DropdownSectionProps;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* A Ref Type for the {@link Form.DatePicker}.
|
|
105
|
+
* Use refs to control your Form by calling `Form.DatePicker.focus()` or `Form.DatePicker.reset()` functions.
|
|
106
|
+
*/
|
|
107
|
+
type DatePicker = DatePickerRef;
|
|
108
|
+
namespace DatePicker {
|
|
109
|
+
/**
|
|
110
|
+
* Props of the {@link Form.DatePicker} React component.
|
|
111
|
+
*/
|
|
112
|
+
type Props = DatePickerProps;
|
|
113
|
+
/**
|
|
114
|
+
* The types of date components the user can pick with {@link Form.DatePicker}.
|
|
115
|
+
*/
|
|
116
|
+
type Type = DatePickerEnum;
|
|
117
|
+
}
|
|
118
|
+
namespace TagPicker {
|
|
119
|
+
}
|
|
120
|
+
/**
|
|
121
|
+
* A Ref Type for the {@link Form.FilePicker}.
|
|
122
|
+
* Use refs to control your Form by calling `Form.FilePicker.focus()` or `Form.FilePicker.reset()` functions.
|
|
123
|
+
*/
|
|
124
|
+
type FilePicker = FilePickerRef;
|
|
125
|
+
namespace FilePicker {
|
|
126
|
+
/**
|
|
127
|
+
* Props of the {@link Form.FilePicker} React component.
|
|
128
|
+
*/
|
|
129
|
+
type Props = FilePickerProps;
|
|
130
|
+
}
|
|
131
|
+
namespace Separator {
|
|
132
|
+
/**
|
|
133
|
+
* Props of the {@link Form.Separator} React component.
|
|
134
|
+
*/
|
|
135
|
+
interface Props {
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
namespace Description {
|
|
139
|
+
/**
|
|
140
|
+
* Props of the {@link Form.Description} React component.
|
|
141
|
+
*/
|
|
142
|
+
type Props = DescriptionProps;
|
|
143
|
+
}
|
|
144
|
+
namespace LinkAccessory {
|
|
145
|
+
/**
|
|
146
|
+
* Props of the {@link Form.LinkAccessory} React component.
|
|
147
|
+
*/
|
|
148
|
+
type Props = LinkAccessoryProps;
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
interface FormType {
|
|
152
|
+
(props: Form.Props): any;
|
|
153
|
+
TextField: React.ForwardRefExoticComponent<Form.TextField.Props & React.RefAttributes<Form.TextField>>;
|
|
154
|
+
PasswordField: React.ForwardRefExoticComponent<Form.PasswordField.Props & React.RefAttributes<Form.PasswordField>>;
|
|
155
|
+
TextArea: React.ForwardRefExoticComponent<Form.TextArea.Props & React.RefAttributes<Form.TextArea>>;
|
|
156
|
+
Checkbox: React.ForwardRefExoticComponent<Form.Checkbox.Props & React.RefAttributes<Form.Checkbox>>;
|
|
157
|
+
Dropdown: {
|
|
158
|
+
(props: Form.Dropdown.Props): any;
|
|
159
|
+
Item: (props: Form.Dropdown.Item.Props) => any;
|
|
160
|
+
Section: (props: Form.Dropdown.Section.Props) => any;
|
|
161
|
+
};
|
|
162
|
+
DatePicker: {
|
|
163
|
+
(props: Form.DatePicker.Props): any;
|
|
164
|
+
Type: typeof DatePickerEnum;
|
|
165
|
+
};
|
|
166
|
+
TagPicker: TagPickerType;
|
|
167
|
+
FilePicker: React.ForwardRefExoticComponent<Form.FilePicker.Props & React.RefAttributes<Form.FilePicker>>;
|
|
168
|
+
Separator: (props: Form.Separator.Props) => any;
|
|
169
|
+
Description: (props: Form.Description.Props) => any;
|
|
170
|
+
LinkAccessory: (props: Form.LinkAccessory.Props) => any;
|
|
171
|
+
}
|
|
172
|
+
export declare const Form: FormType;
|
|
173
|
+
export {};
|
|
174
|
+
//# sourceMappingURL=form-type-only.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-type-only.d.ts","sourceRoot":"","sources":["../../../src/components/form/form-type-only.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-type-only.js","sourceRoot":"","sources":["../../../src/components/form/form-type-only.tsx"],"names":[],"mappings":""}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ScrollBoxRenderable, BoxRenderable } from '@opentui/core';
|
|
3
3
|
import { DescendantContextType } from 'termcast/src/descendants';
|
|
4
|
-
import { FormValues, FormProps } from './types';
|
|
4
|
+
import { FormValues, FormProps, LinkAccessoryProps } from './types';
|
|
5
5
|
export * from './types';
|
|
6
6
|
export { useFormContext } from 'react-hook-form';
|
|
7
7
|
interface FormFieldDescendant {
|
|
@@ -21,6 +21,7 @@ export declare const useFormScrollContext: () => FormScrollContextValue | null;
|
|
|
21
21
|
interface FocusContextValue {
|
|
22
22
|
focusedField: string | null;
|
|
23
23
|
setFocusedField: (id: string | null) => void;
|
|
24
|
+
isLoading: boolean;
|
|
24
25
|
}
|
|
25
26
|
export declare const useFocusContext: () => FocusContextValue;
|
|
26
27
|
interface FormSubmitContextValue {
|
|
@@ -57,6 +58,7 @@ interface FormType {
|
|
|
57
58
|
FilePicker: (props: FilePickerProps) => any;
|
|
58
59
|
Separator: () => any;
|
|
59
60
|
Description: (props: DescriptionProps) => any;
|
|
61
|
+
LinkAccessory: (props: LinkAccessoryProps) => any;
|
|
60
62
|
}
|
|
61
63
|
export declare const Form: FormType;
|
|
62
64
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/form/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/form/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "@opentui/react/jsx-runtime";
|
|
2
|
-
import { useState, createContext, useContext,
|
|
2
|
+
import { useState, createContext, useContext, useRef, useEffect, } from 'react';
|
|
3
3
|
import { useKeyboard } from '@opentui/react';
|
|
4
4
|
import { useForm, FormProvider } from 'react-hook-form';
|
|
5
5
|
import { logger } from 'termcast/src/logger';
|
|
6
6
|
import { useIsInFocus } from 'termcast/src/internal/focus-context';
|
|
7
7
|
import { useDialog } from 'termcast/src/internal/dialog';
|
|
8
8
|
import { Theme } from 'termcast/src/theme';
|
|
9
|
+
import { useStore } from 'termcast/src/state';
|
|
9
10
|
import { TextAttributes, } from '@opentui/core';
|
|
10
11
|
import { createDescendants, } from 'termcast/src/descendants';
|
|
12
|
+
import { useNavigationPending } from 'termcast/src/internal/navigation';
|
|
11
13
|
import { FORM_MAX_WIDTH } from './description';
|
|
12
14
|
import { ScrollBox } from 'termcast/src/internal/scrollbox';
|
|
13
15
|
export * from './types';
|
|
@@ -39,16 +41,25 @@ function FormFooter() {
|
|
|
39
41
|
paddingTop: 1,
|
|
40
42
|
marginTop: 1,
|
|
41
43
|
flexDirection: 'row',
|
|
42
|
-
}, children: [_jsx("text", { fg: Theme.text, attributes: TextAttributes.BOLD, children: "ctrl \u21B5" }), _jsx("text", { fg: Theme.textMuted, children: " submit" }), _jsxs("text", { fg: Theme.text, attributes: TextAttributes.BOLD, children: [' ', "
|
|
44
|
+
}, children: [_jsx("text", { fg: Theme.text, attributes: TextAttributes.BOLD, children: "ctrl \u21B5" }), _jsx("text", { fg: Theme.textMuted, children: " submit" }), _jsxs("text", { fg: Theme.text, attributes: TextAttributes.BOLD, children: [' ', "tab"] }), _jsx("text", { fg: Theme.textMuted, children: " navigate" }), _jsxs("text", { fg: Theme.text, attributes: TextAttributes.BOLD, children: [' ', "^k"] }), _jsx("text", { fg: Theme.textMuted, children: " actions" })] }));
|
|
43
45
|
}
|
|
44
46
|
export const Form = ((props) => {
|
|
47
|
+
const { navigationTitle, isLoading, searchBarAccessory } = props;
|
|
45
48
|
const methods = useForm({
|
|
46
49
|
// defaultValues: {},
|
|
47
50
|
// mode: 'onChange',
|
|
48
51
|
});
|
|
49
52
|
const [focusedField, setFocusedFieldRaw] = useState(null);
|
|
53
|
+
const navigationPending = useNavigationPending();
|
|
50
54
|
const scrollBoxRef = useRef(null);
|
|
51
55
|
const descendantsContext = useFormFieldDescendants();
|
|
56
|
+
// Helper to get sorted field IDs
|
|
57
|
+
const getFieldIds = () => {
|
|
58
|
+
return Object.values(descendantsContext.map.current)
|
|
59
|
+
.filter((item) => item.index !== -1 && item.props?.id)
|
|
60
|
+
.sort((a, b) => a.index - b.index)
|
|
61
|
+
.map((item) => item.props.id);
|
|
62
|
+
};
|
|
52
63
|
const scrollToField = (fieldId) => {
|
|
53
64
|
const scrollBox = scrollBoxRef.current;
|
|
54
65
|
if (!scrollBox)
|
|
@@ -60,16 +71,11 @@ export const Form = ((props) => {
|
|
|
60
71
|
return;
|
|
61
72
|
const contentY = scrollBox.content?.y || 0;
|
|
62
73
|
const viewportHeight = scrollBox.viewport?.height || 10;
|
|
63
|
-
const currentScrollTop = scrollBox.scrollTop || 0;
|
|
64
74
|
// Access current position from the BoxRenderable ref
|
|
65
75
|
const itemTop = elementRef.y - contentY;
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
70
|
-
else if (itemBottom > currentScrollTop + viewportHeight) {
|
|
71
|
-
scrollBox.scrollTo(itemBottom - viewportHeight);
|
|
72
|
-
}
|
|
76
|
+
// Scroll so the top of the item is centered in the viewport
|
|
77
|
+
const targetScrollTop = itemTop - viewportHeight / 2;
|
|
78
|
+
scrollBox.scrollTo(Math.max(0, targetScrollTop));
|
|
73
79
|
};
|
|
74
80
|
const setFocusedField = (id) => {
|
|
75
81
|
setFocusedFieldRaw(id);
|
|
@@ -77,28 +83,82 @@ export const Form = ((props) => {
|
|
|
77
83
|
scrollToField(id);
|
|
78
84
|
}
|
|
79
85
|
};
|
|
80
|
-
//
|
|
81
|
-
|
|
82
|
-
const
|
|
83
|
-
|
|
84
|
-
.
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
logger.log(`focusing `, firstId);
|
|
88
|
-
setFocusedFieldRaw(firstId);
|
|
86
|
+
// Focus first field helper
|
|
87
|
+
const focusFirstField = () => {
|
|
88
|
+
const fieldIds = getFieldIds();
|
|
89
|
+
if (fieldIds.length > 0) {
|
|
90
|
+
logger.log(`focusing first field:`, fieldIds[0]);
|
|
91
|
+
setFocusedField(fieldIds[0]);
|
|
92
|
+
return true;
|
|
89
93
|
}
|
|
90
|
-
|
|
91
|
-
|
|
94
|
+
return false;
|
|
95
|
+
};
|
|
96
|
+
// Focus last field helper
|
|
97
|
+
const focusLastField = () => {
|
|
98
|
+
const fieldIds = getFieldIds();
|
|
99
|
+
if (fieldIds.length > 0) {
|
|
100
|
+
logger.log(`focusing last field:`, fieldIds[fieldIds.length - 1]);
|
|
101
|
+
setFocusedField(fieldIds[fieldIds.length - 1]);
|
|
102
|
+
return true;
|
|
103
|
+
}
|
|
104
|
+
return false;
|
|
105
|
+
};
|
|
106
|
+
// Auto-focus first field when descendants become available
|
|
107
|
+
// Runs on every render until a field is focused (handles async loading)
|
|
108
|
+
useEffect(() => {
|
|
109
|
+
if (focusedField)
|
|
110
|
+
return;
|
|
111
|
+
const fieldIds = getFieldIds();
|
|
112
|
+
if (fieldIds.length > 0) {
|
|
113
|
+
logger.log(`auto-focusing first field:`, fieldIds[0]);
|
|
114
|
+
setFocusedFieldRaw(fieldIds[0]);
|
|
92
115
|
}
|
|
93
|
-
}
|
|
116
|
+
});
|
|
94
117
|
// Get focus state and dialog
|
|
95
118
|
const inFocus = useIsInFocus();
|
|
96
119
|
const dialog = useDialog();
|
|
97
|
-
// Handle action keys and page scrolling
|
|
120
|
+
// Handle action keys, tab navigation, and page scrolling
|
|
98
121
|
useKeyboard((evt) => {
|
|
99
122
|
// Only handle keyboard events when form is in focus
|
|
100
123
|
if (!inFocus)
|
|
101
124
|
return;
|
|
125
|
+
// Tab navigation at Form level - handles case when no field is focused
|
|
126
|
+
// or navigates between fields
|
|
127
|
+
if (evt.name === 'tab') {
|
|
128
|
+
if (!focusedField) {
|
|
129
|
+
// No field focused yet - focus first or last based on shift
|
|
130
|
+
if (evt.shift) {
|
|
131
|
+
focusLastField();
|
|
132
|
+
}
|
|
133
|
+
else {
|
|
134
|
+
focusFirstField();
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
else {
|
|
138
|
+
// A field is focused - navigate to next/previous
|
|
139
|
+
const fieldIds = getFieldIds();
|
|
140
|
+
const currentIndex = fieldIds.indexOf(focusedField);
|
|
141
|
+
if (evt.shift) {
|
|
142
|
+
// Shift+Tab - go to previous
|
|
143
|
+
if (currentIndex > 0) {
|
|
144
|
+
setFocusedField(fieldIds[currentIndex - 1]);
|
|
145
|
+
}
|
|
146
|
+
else {
|
|
147
|
+
setFocusedField(fieldIds[fieldIds.length - 1]);
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
else {
|
|
151
|
+
// Tab - go to next
|
|
152
|
+
if (currentIndex < fieldIds.length - 1) {
|
|
153
|
+
setFocusedField(fieldIds[currentIndex + 1]);
|
|
154
|
+
}
|
|
155
|
+
else {
|
|
156
|
+
setFocusedField(fieldIds[0]);
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
return;
|
|
161
|
+
}
|
|
102
162
|
// Page up/down scrolling
|
|
103
163
|
if (evt.name === 'pageup' || evt.name === 'pagedown') {
|
|
104
164
|
const scrollBox = scrollBoxRef.current;
|
|
@@ -116,15 +176,17 @@ export const Form = ((props) => {
|
|
|
116
176
|
return;
|
|
117
177
|
}
|
|
118
178
|
if (evt.name === 'k' && evt.ctrl && props.actions) {
|
|
119
|
-
// Ctrl+K shows actions
|
|
179
|
+
// Ctrl+K shows actions (always show sheet)
|
|
120
180
|
dialog.push(_jsx(FormSubmitContext.Provider, { value: submitContextValue, children: props.actions }), 'bottom-right');
|
|
121
181
|
}
|
|
122
182
|
else if (evt.name === 'return' && evt.ctrl && props.actions) {
|
|
123
|
-
// Ctrl+Return
|
|
183
|
+
// Ctrl+Return executes first action directly
|
|
184
|
+
useStore.setState({ shouldAutoExecuteFirstAction: true });
|
|
124
185
|
dialog.push(_jsx(FormSubmitContext.Provider, { value: submitContextValue, children: props.actions }), 'bottom-right');
|
|
125
186
|
}
|
|
126
187
|
else if (evt.name === 'return' && evt.meta && props.actions) {
|
|
127
|
-
// Cmd+Return also
|
|
188
|
+
// Cmd+Return also executes first action directly
|
|
189
|
+
useStore.setState({ shouldAutoExecuteFirstAction: true });
|
|
128
190
|
dialog.push(_jsx(FormSubmitContext.Provider, { value: submitContextValue, children: props.actions }), 'bottom-right');
|
|
129
191
|
}
|
|
130
192
|
});
|
|
@@ -135,14 +197,14 @@ export const Form = ((props) => {
|
|
|
135
197
|
scrollBoxRef,
|
|
136
198
|
descendantsContext,
|
|
137
199
|
};
|
|
138
|
-
return (_jsx(FormProvider, { ...methods, children: _jsx(FormSubmitContext.Provider, { value: submitContextValue, children: _jsx(FormScrollContext.Provider, { value: scrollContextValue, children: _jsx(FocusContext.Provider, { value: { focusedField, setFocusedField }, children: _jsx("box", { flexDirection: 'row', flexGrow: 1, justifyContent: 'center', children: _jsxs("box", { flexDirection: 'column', children: [_jsx(ScrollBox, { ref: scrollBoxRef, flexGrow: 1, style: {
|
|
200
|
+
return (_jsx(FormProvider, { ...methods, children: _jsx(FormSubmitContext.Provider, { value: submitContextValue, children: _jsx(FormScrollContext.Provider, { value: scrollContextValue, children: _jsx(FocusContext.Provider, { value: { focusedField, setFocusedField, isLoading: isLoading || false }, children: _jsx("box", { flexDirection: 'row', flexGrow: 1, justifyContent: 'center', children: _jsxs("box", { flexGrow: 0, flexDirection: 'column', children: [_jsx(ScrollBox, { ref: scrollBoxRef, flexGrow: 1, style: {
|
|
139
201
|
rootOptions: {
|
|
140
202
|
maxWidth: FORM_MAX_WIDTH,
|
|
141
203
|
},
|
|
142
204
|
contentOptions: {
|
|
143
205
|
justifyContent: 'center',
|
|
144
206
|
},
|
|
145
|
-
}, children: _jsxs(FormFieldDescendantsProvider, { value: descendantsContext, children: [props.children, _jsx(FormEnd, {})] }) }), _jsx(FormFooter, {})] }) }) }) }) }) }));
|
|
207
|
+
}, children: _jsx("box", { children: _jsxs(FormFieldDescendantsProvider, { value: descendantsContext, children: [props.children, _jsx(FormEnd, {})] }) }) }), _jsx(FormFooter, {})] }) }) }) }) }) }));
|
|
146
208
|
});
|
|
147
209
|
// Import and assign components after Form is defined
|
|
148
210
|
import { TextField } from './text-field';
|
|
@@ -166,4 +228,14 @@ Form.TagPicker = TagPicker;
|
|
|
166
228
|
Form.FilePicker = FilePicker;
|
|
167
229
|
Form.Separator = Separator;
|
|
168
230
|
Form.Description = Description;
|
|
231
|
+
// LinkAccessory component - shows a link in the navigation bar
|
|
232
|
+
function LinkAccessory(props) {
|
|
233
|
+
return (_jsx("box", { style: {
|
|
234
|
+
flexShrink: 0,
|
|
235
|
+
maxWidth: '50%',
|
|
236
|
+
overflow: 'hidden',
|
|
237
|
+
paddingRight: 1,
|
|
238
|
+
}, children: _jsx("text", { fg: Theme.textMuted, attributes: TextAttributes.UNDERLINE, wrapMode: 'none', children: props.text }) }));
|
|
239
|
+
}
|
|
240
|
+
Form.LinkAccessory = LinkAccessory;
|
|
169
241
|
//# sourceMappingURL=index.js.map
|