termcast 1.3.10 → 1.3.16
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/apis/toast.d.ts +1 -5
- package/dist/apis/toast.d.ts.map +1 -1
- package/dist/apis/toast.js +23 -17
- package/dist/apis/toast.js.map +1 -1
- package/dist/build.d.ts +2 -0
- package/dist/build.d.ts.map +1 -1
- package/dist/build.js +4 -3
- package/dist/build.js.map +1 -1
- package/dist/cli.js +42 -0
- package/dist/cli.js.map +1 -1
- package/dist/colors.d.ts +8 -1
- package/dist/colors.d.ts.map +1 -1
- package/dist/colors.js +12 -0
- package/dist/colors.js.map +1 -1
- package/dist/compile.d.ts +30 -0
- package/dist/compile.d.ts.map +1 -0
- package/dist/compile.js +156 -0
- package/dist/compile.js.map +1 -0
- package/dist/components/actions.d.ts +1 -0
- package/dist/components/actions.d.ts.map +1 -1
- package/dist/components/actions.js +5 -2
- package/dist/components/actions.js.map +1 -1
- package/dist/components/command-arguments.d.ts +9 -0
- package/dist/components/command-arguments.d.ts.map +1 -0
- package/dist/components/command-arguments.js +21 -0
- package/dist/components/command-arguments.js.map +1 -0
- package/dist/components/detail.d.ts +1 -1
- package/dist/components/detail.d.ts.map +1 -1
- package/dist/components/detail.js +17 -39
- package/dist/components/detail.js.map +1 -1
- package/dist/components/dropdown.d.ts +1 -0
- package/dist/components/dropdown.d.ts.map +1 -1
- package/dist/components/dropdown.js +77 -21
- package/dist/components/dropdown.js.map +1 -1
- package/dist/components/extension-preferences.d.ts.map +1 -1
- package/dist/components/extension-preferences.js +19 -29
- 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 +9 -2
- 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 +15 -28
- package/dist/components/form/date-picker.js.map +1 -1
- package/dist/components/form/description.d.ts +2 -0
- package/dist/components/form/description.d.ts.map +1 -1
- package/dist/components/form/description.js +20 -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 +13 -28
- package/dist/components/form/dropdown.js.map +1 -1
- package/dist/components/form/file-autocomplete.d.ts +7 -4
- package/dist/components/form/file-autocomplete.d.ts.map +1 -1
- package/dist/components/form/file-autocomplete.js +54 -46
- package/dist/components/form/file-autocomplete.js.map +1 -1
- package/dist/components/form/file-picker.d.ts +5 -0
- package/dist/components/form/file-picker.d.ts.map +1 -1
- package/dist/components/form/file-picker.js +46 -49
- package/dist/components/form/file-picker.js.map +1 -1
- package/dist/components/form/form-ref.d.ts +43 -0
- package/dist/components/form/form-ref.d.ts.map +1 -0
- package/dist/components/form/form-ref.js +53 -0
- package/dist/components/form/form-ref.js.map +1 -0
- package/dist/components/form/index.d.ts +16 -0
- package/dist/components/form/index.d.ts.map +1 -1
- package/dist/components/form/index.js +86 -23
- 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 +32 -16
- 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 +32 -15
- 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 +37 -17
- package/dist/components/form/text-field.js.map +1 -1
- package/dist/components/form/use-form-navigation.d.ts +4 -0
- package/dist/components/form/use-form-navigation.d.ts.map +1 -1
- package/dist/components/form/use-form-navigation.js +35 -18
- package/dist/components/form/use-form-navigation.js.map +1 -1
- package/dist/components/form/with-left-border.d.ts.map +1 -1
- package/dist/components/form/with-left-border.js +2 -2
- package/dist/components/form/with-left-border.js.map +1 -1
- package/dist/components/icon.d.ts +3 -1
- package/dist/components/icon.d.ts.map +1 -1
- package/dist/components/icon.js +494 -469
- package/dist/components/icon.js.map +1 -1
- package/dist/components/list.d.ts +11 -7
- package/dist/components/list.d.ts.map +1 -1
- package/dist/components/list.js +170 -38
- package/dist/components/list.js.map +1 -1
- package/dist/components/loading-bar.js +1 -1
- package/dist/components/loading-bar.js.map +1 -1
- package/dist/descendants.d.ts.map +1 -1
- package/dist/descendants.js +8 -5
- package/dist/descendants.js.map +1 -1
- package/dist/examples/action-show-in-finder.js +1 -1
- package/dist/examples/action-show-in-finder.js.map +1 -1
- package/dist/examples/environment-test.js +1 -1
- package/dist/examples/environment-test.js.map +1 -1
- package/dist/examples/error-boundary.js +1 -1
- package/dist/examples/error-boundary.js.map +1 -1
- package/dist/examples/form-basic.d.ts.map +1 -1
- package/dist/examples/form-basic.js +2 -2
- package/dist/examples/form-basic.js.map +1 -1
- package/dist/examples/form-dropdown.js +1 -1
- package/dist/examples/form-dropdown.js.map +1 -1
- package/dist/examples/form-scroll.d.ts +2 -0
- package/dist/examples/form-scroll.d.ts.map +1 -0
- package/dist/examples/form-scroll.js +8 -0
- package/dist/examples/form-scroll.js.map +1 -0
- package/dist/examples/form-tagpicker.js +1 -1
- package/dist/examples/form-tagpicker.js.map +1 -1
- package/dist/examples/internal/descendants-filtering.js +8 -3
- package/dist/examples/internal/descendants-filtering.js.map +1 -1
- package/dist/examples/internal/descendants.js +10 -3
- package/dist/examples/internal/descendants.js.map +1 -1
- package/dist/examples/internal/rhf-custom-ref.d.ts +2 -0
- package/dist/examples/internal/rhf-custom-ref.d.ts.map +1 -0
- package/dist/examples/internal/rhf-custom-ref.js +67 -0
- package/dist/examples/internal/rhf-custom-ref.js.map +1 -0
- package/dist/examples/internal/scrollbox-demo.js +3 -7
- package/dist/examples/internal/scrollbox-demo.js.map +1 -1
- package/dist/examples/internal/scrollbox-with-descendants.d.ts +2 -0
- package/dist/examples/internal/scrollbox-with-descendants.d.ts.map +1 -0
- package/dist/examples/internal/scrollbox-with-descendants.js +63 -0
- package/dist/examples/internal/scrollbox-with-descendants.js.map +1 -0
- package/dist/examples/internal/simple-dialog.js +1 -1
- package/dist/examples/internal/simple-dialog.js.map +1 -1
- package/dist/examples/internal/simple-scrollbox.js +2 -3
- package/dist/examples/internal/simple-scrollbox.js.map +1 -1
- package/dist/examples/internal/text-stacking.js +4 -2
- package/dist/examples/internal/text-stacking.js.map +1 -1
- package/dist/examples/list-dropdown-default.js +1 -1
- package/dist/examples/list-dropdown-default.js.map +1 -1
- package/dist/examples/list-fetch-data.js +1 -1
- package/dist/examples/list-fetch-data.js.map +1 -1
- package/dist/examples/list-scrollbox.d.ts +2 -0
- package/dist/examples/list-scrollbox.d.ts.map +1 -0
- package/dist/examples/list-scrollbox.js +29 -0
- package/dist/examples/list-scrollbox.js.map +1 -0
- package/dist/examples/list-with-detail.js +1 -1
- package/dist/examples/list-with-detail.js.map +1 -1
- package/dist/examples/list-with-dropdown.js +1 -1
- package/dist/examples/list-with-dropdown.js.map +1 -1
- package/dist/examples/list-with-sections.js +3 -3
- package/dist/examples/list-with-sections.js.map +1 -1
- package/dist/examples/miscellaneous.js +1 -1
- package/dist/examples/miscellaneous.js.map +1 -1
- package/dist/examples/nested-navigation.js +4 -2
- package/dist/examples/nested-navigation.js.map +1 -1
- package/dist/examples/preferences-test.js +1 -1
- package/dist/examples/preferences-test.js.map +1 -1
- package/dist/examples/simple-dropdown.js +1 -1
- package/dist/examples/simple-dropdown.js.map +1 -1
- package/dist/examples/simple-file-picker.js +1 -1
- package/dist/examples/simple-file-picker.js.map +1 -1
- package/dist/examples/simple-grid.js +1 -1
- package/dist/examples/simple-grid.js.map +1 -1
- package/dist/examples/simple-hud.js +1 -1
- package/dist/examples/simple-hud.js.map +1 -1
- package/dist/examples/simple-list-search.js +1 -1
- package/dist/examples/simple-list-search.js.map +1 -1
- package/dist/examples/simple-list.js +1 -1
- package/dist/examples/simple-list.js.map +1 -1
- package/dist/examples/simple-navigation.js +4 -2
- package/dist/examples/simple-navigation.js.map +1 -1
- package/dist/examples/store.js +1 -1
- package/dist/examples/store.js.map +1 -1
- package/dist/examples/submodule-diff.d.ts +2 -0
- package/dist/examples/submodule-diff.d.ts.map +1 -0
- package/dist/examples/submodule-diff.js +99 -0
- package/dist/examples/submodule-diff.js.map +1 -0
- package/dist/examples/tanstack-demo.js +1 -1
- package/dist/examples/tanstack-demo.js.map +1 -1
- package/dist/examples/use-promise-demo.js +1 -1
- package/dist/examples/use-promise-demo.js.map +1 -1
- package/dist/extensions/dev.d.ts +8 -0
- package/dist/extensions/dev.d.ts.map +1 -1
- package/dist/extensions/dev.js +53 -28
- package/dist/extensions/dev.js.map +1 -1
- package/dist/extensions/home.d.ts.map +1 -1
- package/dist/extensions/home.js +16 -91
- package/dist/extensions/home.js.map +1 -1
- package/dist/globals.js +1 -1
- package/dist/globals.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/internal/date-picker-widget.d.ts.map +1 -1
- package/dist/internal/date-picker-widget.js +56 -48
- package/dist/internal/date-picker-widget.js.map +1 -1
- package/dist/internal/dialog.d.ts.map +1 -1
- package/dist/internal/dialog.js +7 -7
- package/dist/internal/dialog.js.map +1 -1
- package/dist/internal/scrollbox.d.ts +2 -1
- package/dist/internal/scrollbox.d.ts.map +1 -1
- package/dist/internal/scrollbox.js +13 -7
- package/dist/internal/scrollbox.js.map +1 -1
- package/dist/release.d.ts +11 -0
- package/dist/release.d.ts.map +1 -0
- package/dist/release.js +113 -0
- package/dist/release.js.map +1 -0
- package/dist/state.d.ts +1 -0
- package/dist/state.d.ts.map +1 -1
- package/dist/state.js +1 -0
- package/dist/state.js.map +1 -1
- package/dist/theme.d.ts +11 -8
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +31 -8
- package/dist/theme.js.map +1 -1
- package/dist/utils/run-command.d.ts +22 -0
- package/dist/utils/run-command.d.ts.map +1 -0
- package/dist/utils/run-command.js +127 -0
- package/dist/utils/run-command.js.map +1 -0
- package/dist/utils.d.ts +1 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +5 -3
- package/dist/utils.js.map +1 -1
- package/package.json +10 -7
- package/src/apis/toast.tsx +38 -17
- package/src/build.tsx +5 -3
- package/src/cli.tsx +46 -0
- package/src/colors.tsx +22 -1
- package/src/compile.tsx +219 -0
- package/src/components/actions.tsx +7 -1
- package/src/components/command-arguments.tsx +81 -0
- package/src/components/detail.tsx +26 -58
- package/src/components/dropdown.tsx +108 -23
- package/src/components/extension-preferences.tsx +55 -35
- package/src/components/form/checkbox.tsx +13 -5
- package/src/components/form/date-picker.tsx +24 -29
- package/src/components/form/description.tsx +35 -7
- package/src/components/form/dropdown.tsx +16 -30
- package/src/components/form/file-autocomplete.tsx +87 -77
- package/src/components/form/file-picker.tsx +69 -57
- package/src/components/form/form-ref.tsx +68 -0
- package/src/components/form/index.tsx +152 -41
- package/src/components/form/password-field.tsx +35 -22
- package/src/components/form/text-area.tsx +78 -58
- package/src/components/form/text-field.tsx +82 -61
- package/src/components/form/use-form-navigation.tsx +43 -23
- package/src/components/form/with-left-border.tsx +2 -1
- package/src/components/icon.tsx +497 -469
- package/src/components/list.tsx +279 -112
- package/src/components/loading-bar.tsx +1 -1
- package/src/descendants.tsx +15 -5
- package/src/examples/action-show-in-finder.tsx +1 -1
- package/src/examples/environment-test.tsx +1 -1
- package/src/examples/error-boundary.tsx +1 -1
- package/src/examples/file-autocomplete.vitest.tsx +245 -0
- package/src/examples/form-basic.tsx +12 -12
- package/src/examples/form-basic.vitest.tsx +297 -671
- package/src/examples/form-dropdown.tsx +1 -1
- package/src/examples/form-dropdown.vitest.tsx +353 -221
- package/src/examples/form-scroll.tsx +56 -0
- package/src/examples/form-scroll.vitest.tsx +228 -0
- package/src/examples/form-tagpicker.tsx +1 -1
- package/src/examples/form-tagpicker.vitest.tsx +438 -193
- package/src/examples/internal/descendants-filtering.tsx +13 -5
- package/src/examples/internal/descendants.tsx +17 -5
- package/src/examples/internal/rhf-custom-ref.tsx +152 -0
- package/src/examples/internal/scrollbox-demo.tsx +15 -7
- package/src/examples/internal/scrollbox-with-descendants.tsx +94 -0
- package/src/examples/internal/simple-dialog.tsx +1 -1
- package/src/examples/internal/simple-scrollbox.tsx +8 -5
- package/src/examples/internal/simple-scrollbox.vitest.tsx +47 -37
- package/src/examples/internal/text-stacking.tsx +4 -2
- package/src/examples/list-dropdown-default.tsx +1 -1
- package/src/examples/list-dropdown-default.vitest.tsx +136 -71
- package/src/examples/list-fetch-data.tsx +1 -1
- package/src/examples/list-fetch-data.vitest.tsx +42 -33
- package/src/examples/list-scrollbox.tsx +46 -0
- package/src/examples/list-scrollbox.vitest.tsx +103 -0
- package/src/examples/list-with-detail.tsx +1 -1
- package/src/examples/list-with-detail.vitest.tsx +290 -294
- package/src/examples/list-with-dropdown.tsx +1 -1
- package/src/examples/list-with-dropdown.vitest.tsx +190 -150
- package/src/examples/list-with-sections.tsx +12 -1
- package/src/examples/list-with-sections.vitest.tsx +390 -218
- package/src/examples/miscellaneous.tsx +1 -1
- package/src/examples/nested-navigation.tsx +4 -2
- package/src/examples/preferences-test.tsx +1 -1
- package/src/examples/simple-dropdown.tsx +1 -1
- package/src/examples/simple-file-picker.tsx +1 -1
- package/src/examples/simple-file-picker.vitest.tsx +538 -132
- package/src/examples/simple-grid.tsx +1 -1
- package/src/examples/simple-grid.vitest.tsx +258 -234
- package/src/examples/simple-hud.tsx +1 -1
- package/src/examples/simple-list-search.tsx +1 -1
- package/src/examples/simple-list.tsx +1 -1
- package/src/examples/simple-navigation.tsx +4 -2
- package/src/examples/simple-navigation.vitest.tsx +434 -238
- package/src/examples/store.tsx +1 -1
- package/src/examples/store.vitest.tsx +31 -10
- package/src/examples/submodule-diff.tsx +153 -0
- package/src/examples/tanstack-demo.tsx +1 -1
- package/src/examples/use-promise-demo.tsx +1 -1
- package/src/extensions/dev.tsx +74 -36
- package/src/extensions/dev.vitest.tsx +220 -0
- package/src/extensions/home.tsx +17 -118
- package/src/globals.ts +1 -1
- package/src/index.tsx +7 -1
- package/src/internal/date-picker-widget.tsx +56 -46
- package/src/internal/dialog.tsx +6 -6
- package/src/internal/scrollbox.tsx +15 -5
- package/src/release.tsx +159 -0
- package/src/state.tsx +2 -0
- package/src/store-api/search.test.tsx +4 -13
- package/src/theme.tsx +33 -8
- package/src/utils/run-command.tsx +204 -0
- package/src/utils.tsx +5 -3
- package/dist/ai.d.ts +0 -104
- package/dist/ai.d.ts.map +0 -1
- package/dist/ai.js +0 -135
- package/dist/ai.js.map +0 -1
- package/dist/apis/cache.test.d.ts +0 -2
- package/dist/apis/cache.test.d.ts.map +0 -1
- package/dist/apis/cache.test.js +0 -246
- package/dist/apis/cache.test.js.map +0 -1
- package/dist/apis/localstorage.test.d.ts +0 -2
- package/dist/apis/localstorage.test.d.ts.map +0 -1
- package/dist/apis/localstorage.test.js +0 -131
- package/dist/apis/localstorage.test.js.map +0 -1
- package/dist/apis/toast.test.d.ts +0 -2
- package/dist/apis/toast.test.d.ts.map +0 -1
- package/dist/apis/toast.test.js +0 -67
- package/dist/apis/toast.test.js.map +0 -1
- package/dist/build.test.d.ts +0 -2
- package/dist/build.test.d.ts.map +0 -1
- package/dist/build.test.js +0 -73
- package/dist/build.test.js.map +0 -1
- package/dist/cache.d.ts +0 -32
- package/dist/cache.d.ts.map +0 -1
- package/dist/cache.js +0 -205
- package/dist/cache.js.map +0 -1
- package/dist/cache.test.d.ts +0 -2
- package/dist/cache.test.d.ts.map +0 -1
- package/dist/cache.test.js +0 -246
- package/dist/cache.test.js.map +0 -1
- package/dist/clipboard.d.ts +0 -36
- package/dist/clipboard.d.ts.map +0 -1
- package/dist/clipboard.js +0 -154
- package/dist/clipboard.js.map +0 -1
- package/dist/components/form/form-type-only.d.ts +0 -174
- package/dist/components/form/form-type-only.d.ts.map +0 -1
- package/dist/components/form/form-type-only.js +0 -2
- package/dist/components/form/form-type-only.js.map +0 -1
- package/dist/components/form/use-form-handling.d.ts +0 -4
- package/dist/components/form/use-form-handling.d.ts.map +0 -1
- package/dist/components/form/use-form-handling.js +0 -37
- package/dist/components/form/use-form-handling.js.map +0 -1
- package/dist/dev-ui.d.ts +0 -7
- package/dist/dev-ui.d.ts.map +0 -1
- package/dist/dev-ui.js +0 -118
- package/dist/dev-ui.js.map +0 -1
- package/dist/environment.d.ts +0 -63
- package/dist/environment.d.ts.map +0 -1
- package/dist/environment.js +0 -189
- package/dist/environment.js.map +0 -1
- package/dist/examples/datepicker.d.ts +0 -2
- package/dist/examples/datepicker.d.ts.map +0 -1
- package/dist/examples/datepicker.js +0 -344
- package/dist/examples/datepicker.js.map +0 -1
- package/dist/examples/form-basic-arrow-keys.vitest.d.ts +0 -2
- package/dist/examples/form-basic-arrow-keys.vitest.d.ts.map +0 -1
- package/dist/examples/form-basic-arrow-keys.vitest.js +0 -46
- package/dist/examples/form-basic-arrow-keys.vitest.js.map +0 -1
- package/dist/examples/form-basic.vitest.d.ts +0 -2
- package/dist/examples/form-basic.vitest.d.ts.map +0 -1
- package/dist/examples/form-basic.vitest.js +0 -995
- package/dist/examples/form-basic.vitest.js.map +0 -1
- package/dist/examples/form-dropdown-with-sections.d.ts +0 -2
- package/dist/examples/form-dropdown-with-sections.d.ts.map +0 -1
- package/dist/examples/form-dropdown-with-sections.js +0 -13
- package/dist/examples/form-dropdown-with-sections.js.map +0 -1
- package/dist/examples/form-dropdown-with-sections.vitest.d.ts +0 -2
- package/dist/examples/form-dropdown-with-sections.vitest.d.ts.map +0 -1
- package/dist/examples/form-dropdown-with-sections.vitest.js +0 -75
- package/dist/examples/form-dropdown-with-sections.vitest.js.map +0 -1
- package/dist/examples/form-dropdown.vitest.d.ts +0 -2
- package/dist/examples/form-dropdown.vitest.d.ts.map +0 -1
- package/dist/examples/form-dropdown.vitest.js +0 -722
- package/dist/examples/form-dropdown.vitest.js.map +0 -1
- package/dist/examples/form-multiselect-dropdown.d.ts +0 -2
- package/dist/examples/form-multiselect-dropdown.d.ts.map +0 -1
- package/dist/examples/form-multiselect-dropdown.js +0 -13
- package/dist/examples/form-multiselect-dropdown.js.map +0 -1
- package/dist/examples/form-tagpicker.vitest.d.ts +0 -2
- package/dist/examples/form-tagpicker.vitest.d.ts.map +0 -1
- package/dist/examples/form-tagpicker.vitest.js +0 -491
- package/dist/examples/form-tagpicker.vitest.js.map +0 -1
- package/dist/examples/internal/nested-boxes.d.ts +0 -2
- package/dist/examples/internal/nested-boxes.d.ts.map +0 -1
- package/dist/examples/internal/nested-boxes.js +0 -7
- package/dist/examples/internal/nested-boxes.js.map +0 -1
- package/dist/examples/internal/simple-scrollbox.vitest.d.ts +0 -2
- package/dist/examples/internal/simple-scrollbox.vitest.d.ts.map +0 -1
- package/dist/examples/internal/simple-scrollbox.vitest.js +0 -88
- package/dist/examples/internal/simple-scrollbox.vitest.js.map +0 -1
- package/dist/examples/internal/unicode-square-repro.d.ts +0 -2
- package/dist/examples/internal/unicode-square-repro.d.ts.map +0 -1
- package/dist/examples/internal/unicode-square-repro.js +0 -7
- package/dist/examples/internal/unicode-square-repro.js.map +0 -1
- package/dist/examples/list-dropdown-default.vitest.d.ts +0 -2
- package/dist/examples/list-dropdown-default.vitest.d.ts.map +0 -1
- package/dist/examples/list-dropdown-default.vitest.js +0 -164
- package/dist/examples/list-dropdown-default.vitest.js.map +0 -1
- package/dist/examples/list-fetch-data.vitest.d.ts +0 -2
- package/dist/examples/list-fetch-data.vitest.d.ts.map +0 -1
- package/dist/examples/list-fetch-data.vitest.js +0 -103
- package/dist/examples/list-fetch-data.vitest.js.map +0 -1
- package/dist/examples/list-filter-navigation.d.ts +0 -2
- package/dist/examples/list-filter-navigation.d.ts.map +0 -1
- package/dist/examples/list-filter-navigation.js +0 -8
- package/dist/examples/list-filter-navigation.js.map +0 -1
- package/dist/examples/list-with-detail.vitest.d.ts +0 -2
- package/dist/examples/list-with-detail.vitest.d.ts.map +0 -1
- package/dist/examples/list-with-detail.vitest.js +0 -438
- package/dist/examples/list-with-detail.vitest.js.map +0 -1
- package/dist/examples/list-with-dropdown.vitest.d.ts +0 -2
- package/dist/examples/list-with-dropdown.vitest.d.ts.map +0 -1
- package/dist/examples/list-with-dropdown.vitest.js +0 -297
- package/dist/examples/list-with-dropdown.vitest.js.map +0 -1
- package/dist/examples/list-with-sections.vitest.d.ts +0 -2
- package/dist/examples/list-with-sections.vitest.d.ts.map +0 -1
- package/dist/examples/list-with-sections.vitest.js +0 -441
- package/dist/examples/list-with-sections.vitest.js.map +0 -1
- package/dist/examples/simple-file-picker.vitest.d.ts +0 -2
- package/dist/examples/simple-file-picker.vitest.d.ts.map +0 -1
- package/dist/examples/simple-file-picker.vitest.js +0 -277
- package/dist/examples/simple-file-picker.vitest.js.map +0 -1
- package/dist/examples/simple-grid.vitest.d.ts +0 -2
- package/dist/examples/simple-grid.vitest.d.ts.map +0 -1
- package/dist/examples/simple-grid.vitest.js +0 -498
- package/dist/examples/simple-grid.vitest.js.map +0 -1
- package/dist/examples/simple-navigation.vitest.d.ts +0 -2
- package/dist/examples/simple-navigation.vitest.d.ts.map +0 -1
- package/dist/examples/simple-navigation.vitest.js +0 -522
- package/dist/examples/simple-navigation.vitest.js.map +0 -1
- package/dist/examples/store.vitest.d.ts +0 -2
- package/dist/examples/store.vitest.d.ts.map +0 -1
- package/dist/examples/store.vitest.js +0 -48
- package/dist/examples/store.vitest.js.map +0 -1
- package/dist/home-command.d.ts +0 -8
- package/dist/home-command.d.ts.map +0 -1
- package/dist/home-command.js +0 -181
- package/dist/home-command.js.map +0 -1
- package/dist/hooks/hooks.test.d.ts +0 -2
- package/dist/hooks/hooks.test.d.ts.map +0 -1
- package/dist/hooks/hooks.test.js +0 -37
- package/dist/hooks/hooks.test.js.map +0 -1
- package/dist/hover-repro.d.ts +0 -2
- package/dist/hover-repro.d.ts.map +0 -1
- package/dist/hover-repro.js +0 -20
- package/dist/hover-repro.js.map +0 -1
- package/dist/localstorage.d.ts +0 -13
- package/dist/localstorage.d.ts.map +0 -1
- package/dist/localstorage.js +0 -190
- package/dist/localstorage.js.map +0 -1
- package/dist/localstorage.test.d.ts +0 -2
- package/dist/localstorage.test.d.ts.map +0 -1
- package/dist/localstorage.test.js +0 -131
- package/dist/localstorage.test.js.map +0 -1
- package/dist/oauth.d.ts +0 -142
- package/dist/oauth.d.ts.map +0 -1
- package/dist/oauth.js +0 -551
- package/dist/oauth.js.map +0 -1
- package/dist/preferences.d.ts +0 -23
- package/dist/preferences.d.ts.map +0 -1
- package/dist/preferences.js +0 -105
- package/dist/preferences.js.map +0 -1
- package/dist/store-api/download.test.d.ts +0 -2
- package/dist/store-api/download.test.d.ts.map +0 -1
- package/dist/store-api/download.test.js +0 -36
- package/dist/store-api/download.test.js.map +0 -1
- package/dist/store-api/extension.test.d.ts +0 -2
- package/dist/store-api/extension.test.d.ts.map +0 -1
- package/dist/store-api/extension.test.js +0 -22
- package/dist/store-api/extension.test.js.map +0 -1
- package/dist/store-api/search.test.d.ts +0 -2
- package/dist/store-api/search.test.d.ts.map +0 -1
- package/dist/store-api/search.test.js +0 -45
- package/dist/store-api/search.test.js.map +0 -1
- package/dist/store.d.ts +0 -21
- package/dist/store.d.ts.map +0 -1
- package/dist/store.js +0 -84
- package/dist/store.js.map +0 -1
- package/dist/toast.d.ts +0 -44
- package/dist/toast.d.ts.map +0 -1
- package/dist/toast.js +0 -221
- package/dist/toast.js.map +0 -1
- package/dist/utils.test.d.ts +0 -2
- package/dist/utils.test.d.ts.map +0 -1
- package/dist/utils.test.js +0 -152
- package/dist/utils.test.js.map +0 -1
- package/dist/window.d.ts +0 -12
- package/dist/window.d.ts.map +0 -1
- package/dist/window.js +0 -48
- package/dist/window.js.map +0 -1
|
@@ -1,441 +0,0 @@
|
|
|
1
|
-
// node-pty does not work in bun, so we use vitest to run this test
|
|
2
|
-
import { test, expect, afterEach, beforeEach } from 'vitest';
|
|
3
|
-
import { NodeTuiDriver } from 'termcast/src/e2e-node';
|
|
4
|
-
let driver;
|
|
5
|
-
beforeEach(() => {
|
|
6
|
-
driver = new NodeTuiDriver('bun', ['src/examples/list-with-sections.tsx'], {
|
|
7
|
-
cols: 70,
|
|
8
|
-
rows: 50,
|
|
9
|
-
});
|
|
10
|
-
});
|
|
11
|
-
afterEach(() => {
|
|
12
|
-
driver?.dispose();
|
|
13
|
-
});
|
|
14
|
-
test('list with sections navigation', async () => {
|
|
15
|
-
await driver.text({
|
|
16
|
-
waitFor: (text) => {
|
|
17
|
-
// wait for list to show up
|
|
18
|
-
return /search/i.test(text);
|
|
19
|
-
},
|
|
20
|
-
});
|
|
21
|
-
const initialSnapshot = await driver.text();
|
|
22
|
-
expect(initialSnapshot).toMatchInlineSnapshot(`
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
Simple List Example ────────────────────────────────────────────
|
|
26
|
-
|
|
27
|
-
Search items...
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
Empty section should be hidden
|
|
31
|
-
|
|
32
|
-
Fruits
|
|
33
|
-
›Apple Red and sweet Fresh [Popular]
|
|
34
|
-
Banana Yellow and nutritious Ripe
|
|
35
|
-
|
|
36
|
-
Vegetables
|
|
37
|
-
Carrot Orange and crunchy [Healthy]
|
|
38
|
-
Lettuce Green and fresh
|
|
39
|
-
Bread Freshly baked Today [New]
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
↵ select ↑↓ navigate ^k actions"
|
|
43
|
-
`);
|
|
44
|
-
// Add small delay to ensure all items have registered
|
|
45
|
-
await new Promise((resolve) => setTimeout(resolve, 100));
|
|
46
|
-
await driver.keys.down();
|
|
47
|
-
const afterDownSnapshot = await driver.text();
|
|
48
|
-
expect(afterDownSnapshot).toMatchInlineSnapshot(`
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
Simple List Example ────────────────────────────────────────────
|
|
52
|
-
|
|
53
|
-
Search items...
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
Empty section should be hidden
|
|
57
|
-
|
|
58
|
-
Fruits
|
|
59
|
-
Apple Red and sweet Fresh [Popular]
|
|
60
|
-
›Banana Yellow and nutritious Ripe
|
|
61
|
-
|
|
62
|
-
Vegetables
|
|
63
|
-
Carrot Orange and crunchy [Healthy]
|
|
64
|
-
Lettuce Green and fresh
|
|
65
|
-
Bread Freshly baked Today [New]
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
↵ select ↑↓ navigate ^k actions"
|
|
69
|
-
`);
|
|
70
|
-
await driver.keys.down();
|
|
71
|
-
const secondDownSnapshot = await driver.text();
|
|
72
|
-
expect(secondDownSnapshot).toMatchInlineSnapshot(`
|
|
73
|
-
"
|
|
74
|
-
|
|
75
|
-
Simple List Example ────────────────────────────────────────────
|
|
76
|
-
|
|
77
|
-
Search items...
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
Empty section should be hidden
|
|
81
|
-
|
|
82
|
-
Fruits
|
|
83
|
-
Apple Red and sweet Fresh [Popular]
|
|
84
|
-
Banana Yellow and nutritious Ripe
|
|
85
|
-
|
|
86
|
-
Vegetables
|
|
87
|
-
›Carrot Orange and crunchy [Healthy]
|
|
88
|
-
Lettuce Green and fresh
|
|
89
|
-
Bread Freshly baked Today [New]
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
↵ select ↑↓ navigate ^k actions"
|
|
93
|
-
`);
|
|
94
|
-
await driver.keys.enter();
|
|
95
|
-
const afterEnterSnapshot = await driver.text();
|
|
96
|
-
expect(afterEnterSnapshot).toMatchInlineSnapshot(`
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
# Carrot
|
|
102
|
-
|
|
103
|
-
A crunchy orange vegetable rich in vitamins.
|
|
104
|
-
|
|
105
|
-
## Health Benefits
|
|
106
|
-
- Excellent source of beta carotene
|
|
107
|
-
- Improves eye health
|
|
108
|
-
- Boosts immune system
|
|
109
|
-
- Low in calories
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
esc go back"
|
|
121
|
-
`);
|
|
122
|
-
// Go back to list with Escape
|
|
123
|
-
await driver.keys.escape();
|
|
124
|
-
const afterEscapeSnapshot = await driver.text();
|
|
125
|
-
expect(afterEscapeSnapshot).toMatchInlineSnapshot(`
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
Simple List Example ────────────────────────────────────────────
|
|
129
|
-
|
|
130
|
-
Search items...
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
Empty section should be hidden
|
|
134
|
-
|
|
135
|
-
Fruits
|
|
136
|
-
›Apple Red and sweet Fresh [Popular]
|
|
137
|
-
Banana Yellow and nutritious Ripe
|
|
138
|
-
|
|
139
|
-
Vegetables
|
|
140
|
-
Carrot Orange and crunchy [Healthy]
|
|
141
|
-
Lettuce Green and fresh
|
|
142
|
-
Bread Freshly baked Today [New]
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
↵ select ↑↓ navigate ^k actions"
|
|
146
|
-
`);
|
|
147
|
-
});
|
|
148
|
-
test('list with sections search functionality', async () => {
|
|
149
|
-
await driver.text({
|
|
150
|
-
waitFor: (text) => {
|
|
151
|
-
// wait for list to show up
|
|
152
|
-
return /search/i.test(text);
|
|
153
|
-
},
|
|
154
|
-
});
|
|
155
|
-
await driver.keys.type('ban');
|
|
156
|
-
const afterSearchBanSnapshot = await driver.text({
|
|
157
|
-
waitFor: (text) => {
|
|
158
|
-
return /\bban\b/.test(text);
|
|
159
|
-
},
|
|
160
|
-
});
|
|
161
|
-
// NOTE: No selection indicator (›) is expected here - this is OK
|
|
162
|
-
expect(afterSearchBanSnapshot).toMatchInlineSnapshot(`
|
|
163
|
-
"
|
|
164
|
-
|
|
165
|
-
Simple List Example ────────────────────────────────────────────
|
|
166
|
-
|
|
167
|
-
ban
|
|
168
|
-
|
|
169
|
-
Banana Yellow and nutritious Ripe
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
↵ select ↑↓ navigate ^k actions"
|
|
173
|
-
`);
|
|
174
|
-
// Clear search and type "let" to search for Lettuce
|
|
175
|
-
await driver.keys.backspace();
|
|
176
|
-
await driver.keys.backspace();
|
|
177
|
-
await driver.keys.backspace();
|
|
178
|
-
await driver.keys.type('let');
|
|
179
|
-
const afterSearchLetSnapshot = await driver.text({
|
|
180
|
-
waitFor: (text) => {
|
|
181
|
-
return /\blet\b/.test(text);
|
|
182
|
-
},
|
|
183
|
-
});
|
|
184
|
-
// NOTE: No selection indicator (›) is expected here - this is OK
|
|
185
|
-
expect(afterSearchLetSnapshot).toMatchInlineSnapshot(`
|
|
186
|
-
"
|
|
187
|
-
|
|
188
|
-
Simple List Example ────────────────────────────────────────────
|
|
189
|
-
|
|
190
|
-
let
|
|
191
|
-
|
|
192
|
-
Lettuce Green and fresh
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
↵ select ↑↓ navigate ^k actions"
|
|
196
|
-
`);
|
|
197
|
-
// Clear search to show all items again
|
|
198
|
-
await driver.keys.backspace();
|
|
199
|
-
await driver.keys.backspace();
|
|
200
|
-
await driver.keys.backspace();
|
|
201
|
-
const afterClearSearchSnapshot = await driver.text();
|
|
202
|
-
expect(afterClearSearchSnapshot).toMatchInlineSnapshot(`
|
|
203
|
-
"
|
|
204
|
-
|
|
205
|
-
Simple List Example ────────────────────────────────────────────
|
|
206
|
-
|
|
207
|
-
Search items...
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
Empty section should be hidden
|
|
211
|
-
|
|
212
|
-
Fruits
|
|
213
|
-
›Apple Red and sweet Fresh [Popular]
|
|
214
|
-
Banana Yellow and nutritious Ripe
|
|
215
|
-
|
|
216
|
-
Vegetables
|
|
217
|
-
Carrot Orange and crunchy [Healthy]
|
|
218
|
-
Lettuce Green and fresh
|
|
219
|
-
Bread Freshly baked Today [New]
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
↵ select ↑↓ navigate ^k actions"
|
|
223
|
-
`);
|
|
224
|
-
// Search for "bread"
|
|
225
|
-
await driver.keys.type('bread');
|
|
226
|
-
const afterSearchBreadSnapshot = await driver.text({
|
|
227
|
-
waitFor: (text) => {
|
|
228
|
-
return /bread/i.test(text);
|
|
229
|
-
},
|
|
230
|
-
});
|
|
231
|
-
// NOTE: No selection indicator (›) is expected here - this is OK
|
|
232
|
-
expect(afterSearchBreadSnapshot).toMatchInlineSnapshot(`
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
Simple List Example ────────────────────────────────────────────
|
|
236
|
-
|
|
237
|
-
bread
|
|
238
|
-
|
|
239
|
-
Bread Freshly baked Today [New]
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
↵ select ↑↓ navigate ^k actions"
|
|
243
|
-
`);
|
|
244
|
-
// Select the bread item
|
|
245
|
-
await driver.keys.enter();
|
|
246
|
-
const afterSelectBreadSnapshot = await driver.text();
|
|
247
|
-
expect(afterSelectBreadSnapshot).toMatchInlineSnapshot(`
|
|
248
|
-
"
|
|
249
|
-
|
|
250
|
-
Simple List Example ────────────────────────────────────────────
|
|
251
|
-
|
|
252
|
-
bread
|
|
253
|
-
|
|
254
|
-
Bread Freshly baked Today [New]
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
↵ select ↑↓ navigate ^k actions
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
esc
|
|
262
|
-
|
|
263
|
-
Search actions...
|
|
264
|
-
›View Details
|
|
265
|
-
Add to Cart
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
↵ select ↑↓ navigate"
|
|
269
|
-
`);
|
|
270
|
-
}, 10000);
|
|
271
|
-
test('list click functionality', async () => {
|
|
272
|
-
await driver.text({
|
|
273
|
-
waitFor: (text) => {
|
|
274
|
-
// wait for list to show up
|
|
275
|
-
return /search/i.test(text);
|
|
276
|
-
},
|
|
277
|
-
});
|
|
278
|
-
// Click on "Lettuce" item
|
|
279
|
-
await driver.clickText('Lettuce');
|
|
280
|
-
const afterClickLettuceSnapshot = await driver.text();
|
|
281
|
-
expect(afterClickLettuceSnapshot).toMatchInlineSnapshot(`
|
|
282
|
-
"
|
|
283
|
-
|
|
284
|
-
Simple List Example ────────────────────────────────────────────
|
|
285
|
-
|
|
286
|
-
Search items...
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
Empty section should be hidden
|
|
290
|
-
|
|
291
|
-
Fruits
|
|
292
|
-
Apple Red and sweet Fresh [Popular]
|
|
293
|
-
Banana Yellow and nutritious Ripe
|
|
294
|
-
|
|
295
|
-
Vegetables
|
|
296
|
-
Carrot Orange and crunchy [Healthy]
|
|
297
|
-
›Lettuce Green and fresh
|
|
298
|
-
Bread Freshly baked Today [New]
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
↵ select ↑↓ navigate ^k actions"
|
|
302
|
-
`);
|
|
303
|
-
// Click on "Apple" item
|
|
304
|
-
await driver.clickText('Apple');
|
|
305
|
-
const afterClickAppleSnapshot = await driver.text();
|
|
306
|
-
expect(afterClickAppleSnapshot).toMatchInlineSnapshot(`
|
|
307
|
-
"
|
|
308
|
-
|
|
309
|
-
Simple List Example ────────────────────────────────────────────
|
|
310
|
-
|
|
311
|
-
Search items...
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
Empty section should be hidden
|
|
315
|
-
|
|
316
|
-
Fruits
|
|
317
|
-
›Apple Red and sweet Fresh [Popular]
|
|
318
|
-
Banana Yellow and nutritious Ripe
|
|
319
|
-
|
|
320
|
-
Vegetables
|
|
321
|
-
Carrot Orange and crunchy [Healthy]
|
|
322
|
-
Lettuce Green and fresh
|
|
323
|
-
Bread Freshly baked Today [New]
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
↵ select ↑↓ navigate ^k actions"
|
|
327
|
-
`);
|
|
328
|
-
// Click on the last item "Bread"
|
|
329
|
-
await driver.clickText('Bread');
|
|
330
|
-
const afterClickBreadSnapshot = await driver.text();
|
|
331
|
-
expect(afterClickBreadSnapshot).toMatchInlineSnapshot(`
|
|
332
|
-
"
|
|
333
|
-
|
|
334
|
-
Simple List Example ────────────────────────────────────────────
|
|
335
|
-
|
|
336
|
-
Search items...
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
Empty section should be hidden
|
|
340
|
-
|
|
341
|
-
Fruits
|
|
342
|
-
Apple Red and sweet Fresh [Popular]
|
|
343
|
-
Banana Yellow and nutritious Ripe
|
|
344
|
-
|
|
345
|
-
Vegetables
|
|
346
|
-
Carrot Orange and crunchy [Healthy]
|
|
347
|
-
Lettuce Green and fresh
|
|
348
|
-
›Bread Freshly baked Today [New]
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
↵ select ↑↓ navigate ^k actions"
|
|
352
|
-
`);
|
|
353
|
-
}, 10000);
|
|
354
|
-
test('list actions panel with ctrl+k', async () => {
|
|
355
|
-
await driver.text({
|
|
356
|
-
waitFor: (text) => {
|
|
357
|
-
// wait for list to show up
|
|
358
|
-
return /search/i.test(text);
|
|
359
|
-
},
|
|
360
|
-
});
|
|
361
|
-
// Press ctrl+k to open actions panel
|
|
362
|
-
await driver.keys.ctrlK();
|
|
363
|
-
const afterCtrlKSnapshot = await driver.text();
|
|
364
|
-
expect(afterCtrlKSnapshot).toMatchInlineSnapshot(`
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
Simple List Example ────────────────────────────────────────────
|
|
368
|
-
|
|
369
|
-
Search items...
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
Empty section should be hidden
|
|
373
|
-
|
|
374
|
-
Fruits
|
|
375
|
-
›Apple Red and sweet Fresh [Popular]
|
|
376
|
-
Banana Yellow and nutritious Ripe
|
|
377
|
-
|
|
378
|
-
esc
|
|
379
|
-
|
|
380
|
-
Search actions...
|
|
381
|
-
›View Details
|
|
382
|
-
Add to Cart
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
↵ select ↑↓ navigate"
|
|
386
|
-
`);
|
|
387
|
-
// Navigate down to second action
|
|
388
|
-
await driver.keys.down();
|
|
389
|
-
const afterDownInActionsSnapshot = await driver.text();
|
|
390
|
-
expect(afterDownInActionsSnapshot).toMatchInlineSnapshot(`
|
|
391
|
-
"
|
|
392
|
-
|
|
393
|
-
Simple List Example ────────────────────────────────────────────
|
|
394
|
-
|
|
395
|
-
Search items...
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
Empty section should be hidden
|
|
399
|
-
|
|
400
|
-
Fruits
|
|
401
|
-
›Apple Red and sweet Fresh [Popular]
|
|
402
|
-
Banana Yellow and nutritious Ripe
|
|
403
|
-
|
|
404
|
-
esc
|
|
405
|
-
|
|
406
|
-
Search actions...
|
|
407
|
-
View Details
|
|
408
|
-
›Add to Cart
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
↵ select ↑↓ navigate"
|
|
412
|
-
`);
|
|
413
|
-
// Trigger the second action (Add to Cart)
|
|
414
|
-
await driver.keys.enter();
|
|
415
|
-
const afterSelectSecondActionSnapshot = await driver.text();
|
|
416
|
-
expect(afterSelectSecondActionSnapshot).toMatchInlineSnapshot(`
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
Simple List Example ────────────────────────────────────────────
|
|
420
|
-
|
|
421
|
-
Search items...
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
Empty section should be hidden
|
|
425
|
-
|
|
426
|
-
Fruits
|
|
427
|
-
›Apple Red and sweet Fresh [Popular]
|
|
428
|
-
Banana Yellow and nutritious Ripe
|
|
429
|
-
|
|
430
|
-
Vegetables
|
|
431
|
-
Carrot Orange and crunchy [Healthy]
|
|
432
|
-
Lettuce Green and fresh
|
|
433
|
-
Bread Freshly baked Today [New]
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
┌─────────────────────────────────────────────────────┐
|
|
437
|
-
│ ✓ Added to Cart - Apple has been added to your cart │
|
|
438
|
-
└─────────────────────────────────────────────────────┘"
|
|
439
|
-
`);
|
|
440
|
-
}, 10000);
|
|
441
|
-
//# sourceMappingURL=list-with-sections.vitest.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-with-sections.vitest.js","sourceRoot":"","sources":["../../src/examples/list-with-sections.vitest.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"simple-file-picker.vitest.d.ts","sourceRoot":"","sources":["../../src/examples/simple-file-picker.vitest.tsx"],"names":[],"mappings":""}
|