byterover-cli 3.9.0 → 3.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/infra/tools/implementations/curate-tool-task-context.d.ts +2 -0
- package/dist/agent/infra/tools/implementations/curate-tool-task-context.js +28 -0
- package/dist/agent/infra/tools/implementations/curate-tool.js +57 -16
- package/dist/oclif/commands/connectors/install.d.ts +2 -2
- package/dist/oclif/commands/restart.d.ts +68 -3
- package/dist/oclif/commands/restart.js +161 -14
- package/dist/oclif/commands/review.d.ts +16 -0
- package/dist/oclif/commands/review.js +96 -0
- package/dist/oclif/lib/daemon-client.d.ts +2 -2
- package/dist/oclif/lib/daemon-client.js +4 -4
- package/dist/server/core/domain/entities/agent.js +4 -0
- package/dist/server/core/domain/entities/brv-config.d.ts +6 -0
- package/dist/server/core/domain/entities/brv-config.js +27 -0
- package/dist/server/core/domain/entities/provider-registry.js +0 -1
- package/dist/server/core/domain/transport/schemas.d.ts +8 -0
- package/dist/server/core/domain/transport/schemas.js +6 -0
- package/dist/server/core/domain/transport/task-info.d.ts +7 -0
- package/dist/server/core/interfaces/context-tree/i-context-tree-summary-service.d.ts +9 -2
- package/dist/server/core/interfaces/i-provider-config-store.d.ts +5 -1
- package/dist/server/infra/connectors/mcp/mcp-connector-config.d.ts +13 -0
- package/dist/server/infra/connectors/mcp/mcp-connector-config.js +13 -0
- package/dist/server/infra/connectors/rules/rules-connector-config.d.ts +4 -0
- package/dist/server/infra/connectors/rules/rules-connector-config.js +4 -0
- package/dist/server/infra/connectors/skill/skill-connector-config.d.ts +4 -0
- package/dist/server/infra/connectors/skill/skill-connector-config.js +4 -0
- package/dist/server/infra/context-tree/file-context-tree-summary-service.d.ts +2 -2
- package/dist/server/infra/context-tree/file-context-tree-summary-service.js +4 -4
- package/dist/server/infra/context-tree/propagate-summaries.d.ts +18 -0
- package/dist/server/infra/context-tree/propagate-summaries.js +52 -0
- package/dist/server/infra/daemon/agent-process.js +78 -8
- package/dist/server/infra/daemon/brv-server.d.ts +2 -1
- package/dist/server/infra/daemon/brv-server.js +32 -7
- package/dist/server/infra/daemon/post-work-registry.d.ts +45 -0
- package/dist/server/infra/daemon/post-work-registry.js +82 -0
- package/dist/server/infra/dream/dream-lock-service.d.ts +3 -4
- package/dist/server/infra/dream/dream-lock-service.js +3 -4
- package/dist/server/infra/executor/curate-executor.d.ts +17 -0
- package/dist/server/infra/executor/curate-executor.js +44 -35
- package/dist/server/infra/executor/dream-executor.d.ts +14 -1
- package/dist/server/infra/executor/dream-executor.js +28 -11
- package/dist/server/infra/executor/folder-pack-executor.d.ts +10 -0
- package/dist/server/infra/executor/folder-pack-executor.js +22 -24
- package/dist/server/infra/git/git-error-messages.d.ts +10 -0
- package/dist/server/infra/git/git-error-messages.js +12 -0
- package/dist/server/infra/git/isomorphic-git-service.js +24 -76
- package/dist/server/infra/git/status-row-classifier.d.ts +32 -0
- package/dist/server/infra/git/status-row-classifier.js +78 -0
- package/dist/server/infra/http/callback-server.d.ts +14 -0
- package/dist/server/infra/http/callback-server.js +171 -7
- package/dist/server/infra/process/curate-log-handler.d.ts +3 -0
- package/dist/server/infra/process/curate-log-handler.js +6 -2
- package/dist/server/infra/process/feature-handlers.js +1 -0
- package/dist/server/infra/process/task-router.d.ts +29 -0
- package/dist/server/infra/process/task-router.js +43 -1
- package/dist/server/infra/process/transport-handlers.d.ts +4 -2
- package/dist/server/infra/process/transport-handlers.js +1 -0
- package/dist/server/infra/storage/file-provider-config-store.d.ts +4 -1
- package/dist/server/infra/storage/file-provider-config-store.js +5 -2
- package/dist/server/infra/transport/handlers/provider-handler.d.ts +9 -0
- package/dist/server/infra/transport/handlers/provider-handler.js +44 -0
- package/dist/server/infra/transport/handlers/review-handler.d.ts +5 -0
- package/dist/server/infra/transport/handlers/review-handler.js +22 -0
- package/dist/server/infra/transport/socket-io-transport-server.js +1 -6
- package/dist/shared/transport/events/index.d.ts +2 -0
- package/dist/shared/transport/events/review-events.d.ts +11 -0
- package/dist/shared/transport/events/review-events.js +2 -0
- package/dist/shared/transport/types/dto.d.ts +2 -0
- package/dist/shared/types/agent.d.ts +1 -1
- package/dist/shared/types/agent.js +1 -0
- package/dist/tui/features/provider/components/provider-flow.js +30 -5
- package/node_modules/@alcalzone/ansi-tokenize/LICENSE +21 -0
- package/node_modules/@alcalzone/ansi-tokenize/README.md +261 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.d.ts +13 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.js +50 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/ansiCodes.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/diff.d.ts +6 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/diff.js +17 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/diff.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/index.d.ts +6 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/index.js +7 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/index.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/reduce.d.ts +5 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/reduce.js +38 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/reduce.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/styledChars.d.ts +6 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/styledChars.js +38 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/styledChars.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/tokenize.d.ts +12 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/tokenize.js +141 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/tokenize.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/undo.d.ts +3 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/undo.js +11 -0
- package/node_modules/@alcalzone/ansi-tokenize/build/undo.js.map +1 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles/index.d.ts +236 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles/index.js +223 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles/license +9 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles/package.json +54 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/ansi-styles/readme.md +173 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point/index.js +12 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point/license +9 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point/package.json +53 -0
- package/node_modules/@alcalzone/ansi-tokenize/node_modules/is-fullwidth-code-point/readme.md +31 -0
- package/node_modules/@alcalzone/ansi-tokenize/package.json +55 -0
- package/node_modules/@campfirein/byterover-packages/package.json +4 -2
- package/node_modules/@campfirein/byterover-packages/ui/package.json +4 -2
- package/node_modules/@campfirein/byterover-packages/ui/src/styles/globals.css +3 -0
- package/node_modules/@inkjs/ui/build/components/alert/alert.d.ts +16 -0
- package/node_modules/@inkjs/ui/build/components/alert/alert.js +13 -0
- package/node_modules/@inkjs/ui/build/components/alert/alert.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/alert/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/alert/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/alert/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/alert/theme.d.ts +16 -0
- package/node_modules/@inkjs/ui/build/components/alert/theme.js +53 -0
- package/node_modules/@inkjs/ui/build/components/alert/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/badge/badge.d.ts +15 -0
- package/node_modules/@inkjs/ui/build/components/badge/badge.js +15 -0
- package/node_modules/@inkjs/ui/build/components/badge/badge.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/badge/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/badge/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/badge/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/badge/theme.d.ts +9 -0
- package/node_modules/@inkjs/ui/build/components/badge/theme.js +12 -0
- package/node_modules/@inkjs/ui/build/components/badge/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/confirm-input.d.ts +31 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/confirm-input.js +24 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/confirm-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/theme.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/theme.js +9 -0
- package/node_modules/@inkjs/ui/build/components/confirm-input/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/email-input.d.ts +32 -0
- package/node_modules/@inkjs/ui/build/components/email-input/email-input.js +21 -0
- package/node_modules/@inkjs/ui/build/components/email-input/email-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/email-input/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/theme.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/email-input/theme.js +7 -0
- package/node_modules/@inkjs/ui/build/components/email-input/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input-state.d.ts +63 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input-state.js +110 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input-state.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input.d.ts +26 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input.js +69 -0
- package/node_modules/@inkjs/ui/build/components/email-input/use-email-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select-option.d.ts +16 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select-option.js +12 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select-option.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select.d.ts +39 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select.js +30 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/multi-select.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/theme.d.ts +13 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/theme.js +32 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select-state.d.ts +97 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select-state.js +157 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select-state.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select.d.ts +14 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select.js +18 -0
- package/node_modules/@inkjs/ui/build/components/multi-select/use-multi-select.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-context.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-context.js +6 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-context.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item-context.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item-context.js +7 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item-context.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item.js +12 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list-item.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list.d.ts +12 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list.js +31 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/ordered-list.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/theme.d.ts +11 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/theme.js +18 -0
- package/node_modules/@inkjs/ui/build/components/ordered-list/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/password-input/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/password-input.d.ts +22 -0
- package/node_modules/@inkjs/ui/build/components/password-input/password-input.js +19 -0
- package/node_modules/@inkjs/ui/build/components/password-input/password-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/theme.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/password-input/theme.js +7 -0
- package/node_modules/@inkjs/ui/build/components/password-input/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input-state.d.ts +48 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input-state.js +82 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input-state.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input.d.ts +26 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input.js +59 -0
- package/node_modules/@inkjs/ui/build/components/password-input/use-password-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/progress-bar.d.ts +11 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/progress-bar.js +22 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/progress-bar.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/theme.d.ts +14 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/theme.js +23 -0
- package/node_modules/@inkjs/ui/build/components/progress-bar/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/select/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/select/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/select-option.d.ts +16 -0
- package/node_modules/@inkjs/ui/build/components/select/select-option.js +12 -0
- package/node_modules/@inkjs/ui/build/components/select/select-option.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/select.d.ts +33 -0
- package/node_modules/@inkjs/ui/build/components/select/select.js +29 -0
- package/node_modules/@inkjs/ui/build/components/select/select.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/theme.d.ts +13 -0
- package/node_modules/@inkjs/ui/build/components/select/theme.js +32 -0
- package/node_modules/@inkjs/ui/build/components/select/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select-state.d.ts +87 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select-state.js +140 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select-state.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select.d.ts +14 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select.js +15 -0
- package/node_modules/@inkjs/ui/build/components/select/use-select.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/spinner/index.d.ts +2 -0
- package/node_modules/@inkjs/ui/build/components/spinner/index.js +3 -0
- package/node_modules/@inkjs/ui/build/components/spinner/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/spinner/spinner.d.ts +9 -0
- package/node_modules/@inkjs/ui/build/components/spinner/spinner.js +12 -0
- package/node_modules/@inkjs/ui/build/components/spinner/spinner.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/spinner/theme.d.ts +10 -0
- package/node_modules/@inkjs/ui/build/components/spinner/theme.js +13 -0
- package/node_modules/@inkjs/ui/build/components/spinner/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/spinner/use-spinner.d.ts +14 -0
- package/node_modules/@inkjs/ui/build/components/spinner/use-spinner.js +21 -0
- package/node_modules/@inkjs/ui/build/components/spinner/use-spinner.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/status-message/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/status-message.d.ts +13 -0
- package/node_modules/@inkjs/ui/build/components/status-message/status-message.js +11 -0
- package/node_modules/@inkjs/ui/build/components/status-message/status-message.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/theme.d.ts +19 -0
- package/node_modules/@inkjs/ui/build/components/status-message/theme.js +32 -0
- package/node_modules/@inkjs/ui/build/components/status-message/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/types.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/status-message/types.js +2 -0
- package/node_modules/@inkjs/ui/build/components/status-message/types.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/text-input/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/text-input.d.ts +30 -0
- package/node_modules/@inkjs/ui/build/components/text-input/text-input.js +21 -0
- package/node_modules/@inkjs/ui/build/components/text-input/text-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/theme.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/text-input/theme.js +7 -0
- package/node_modules/@inkjs/ui/build/components/text-input/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input-state.d.ts +61 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input-state.js +96 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input-state.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input.d.ts +24 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input.js +69 -0
- package/node_modules/@inkjs/ui/build/components/text-input/use-text-input.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/constants.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/constants.js +3 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/constants.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/index.d.ts +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/index.js +2 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/theme.d.ts +15 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/theme.js +22 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-context.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-context.js +6 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-context.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item-context.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item-context.js +7 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item-context.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item.d.ts +8 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item.js +12 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list-item.js.map +1 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list.d.ts +12 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list.js +33 -0
- package/node_modules/@inkjs/ui/build/components/unordered-list/unordered-list.js.map +1 -0
- package/node_modules/@inkjs/ui/build/index.d.ts +15 -0
- package/node_modules/@inkjs/ui/build/index.js +16 -0
- package/node_modules/@inkjs/ui/build/index.js.map +1 -0
- package/node_modules/@inkjs/ui/build/lib/option-map.d.ts +11 -0
- package/node_modules/@inkjs/ui/build/lib/option-map.js +27 -0
- package/node_modules/@inkjs/ui/build/lib/option-map.js.map +1 -0
- package/node_modules/@inkjs/ui/build/theme.d.ts +20 -0
- package/node_modules/@inkjs/ui/build/theme.js +44 -0
- package/node_modules/@inkjs/ui/build/theme.js.map +1 -0
- package/node_modules/@inkjs/ui/build/types.d.ts +4 -0
- package/node_modules/@inkjs/ui/build/types.js +2 -0
- package/node_modules/@inkjs/ui/build/types.js.map +1 -0
- package/node_modules/@inkjs/ui/license +9 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/index.d.ts +139 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/index.js +11 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/license +9 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/package.json +56 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/readme.md +74 -0
- package/node_modules/@inkjs/ui/node_modules/cli-spinners/spinners.json +1665 -0
- package/node_modules/@inkjs/ui/package.json +88 -0
- package/node_modules/@inkjs/ui/readme.md +484 -0
- package/node_modules/@tanstack/query-core/LICENSE +21 -0
- package/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js +25 -0
- package/node_modules/@tanstack/query-core/build/legacy/chunk-PXG64RU4.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs +108 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.d.cts +17 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.d.ts +17 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.js +81 -0
- package/node_modules/@tanstack/query-core/build/legacy/focusManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration-BlEVG2Lp.d.ts +1384 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration-uphG6M-i.d.cts +1384 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.cjs +178 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.js +152 -0
- package/node_modules/@tanstack/query-core/build/legacy/hydration.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.cjs +110 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.d.cts +10 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.d.ts +10 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.js +73 -0
- package/node_modules/@tanstack/query-core/build/legacy/index.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs +146 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.cts +15 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.d.ts +15 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js +126 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryBehavior.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs +93 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.cts +20 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.d.ts +20 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js +74 -0
- package/node_modules/@tanstack/query-core/build/legacy/infiniteQueryObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.cjs +333 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.js +306 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutation.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs +170 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.js +137 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationCache.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs +190 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js +164 -0
- package/node_modules/@tanstack/query-core/build/legacy/mutationObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs +113 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.cts +46 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.d.ts +46 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.js +88 -0
- package/node_modules/@tanstack/query-core/build/legacy/notifyManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs +97 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.cts +16 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.d.ts +16 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.js +70 -0
- package/node_modules/@tanstack/query-core/build/legacy/onlineManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs +260 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.cts +27 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.d.ts +27 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js +234 -0
- package/node_modules/@tanstack/query-core/build/legacy/queriesObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.cjs +478 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.js +459 -0
- package/node_modules/@tanstack/query-core/build/legacy/query.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs +131 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.js +105 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryCache.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs +349 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.js +324 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryClient.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs +515 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.js +498 -0
- package/node_modules/@tanstack/query-core/build/legacy/queryObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.cjs +69 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.d.cts +11 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.d.ts +11 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.js +43 -0
- package/node_modules/@tanstack/query-core/build/legacy/removable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.cjs +165 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.js +139 -0
- package/node_modules/@tanstack/query-core/build/legacy/retryer.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs +82 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.cts +34 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.d.ts +34 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js +59 -0
- package/node_modules/@tanstack/query-core/build/legacy/streamedQuery.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs +51 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.d.cts +10 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.d.ts +10 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.js +28 -0
- package/node_modules/@tanstack/query-core/build/legacy/subscribable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.cjs +76 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.d.cts +47 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.d.ts +47 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.js +52 -0
- package/node_modules/@tanstack/query-core/build/legacy/thenable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs +110 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.cts +58 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.d.ts +58 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js +81 -0
- package/node_modules/@tanstack/query-core/build/legacy/timeoutManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.cjs +37 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.js +12 -0
- package/node_modules/@tanstack/query-core/build/legacy/types.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.cjs +330 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.js +283 -0
- package/node_modules/@tanstack/query-core/build/legacy/utils.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.cjs +94 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.d.cts +17 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.d.ts +17 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.js +68 -0
- package/node_modules/@tanstack/query-core/build/modern/focusManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration-BlEVG2Lp.d.ts +1384 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration-uphG6M-i.d.cts +1384 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.cjs +173 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.js +145 -0
- package/node_modules/@tanstack/query-core/build/modern/hydration.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/index.cjs +110 -0
- package/node_modules/@tanstack/query-core/build/modern/index.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/index.d.cts +10 -0
- package/node_modules/@tanstack/query-core/build/modern/index.d.ts +10 -0
- package/node_modules/@tanstack/query-core/build/modern/index.js +71 -0
- package/node_modules/@tanstack/query-core/build/modern/index.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs +142 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.cts +15 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.d.ts +15 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js +120 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryBehavior.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs +92 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.cts +20 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.d.ts +20 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js +71 -0
- package/node_modules/@tanstack/query-core/build/modern/infiniteQueryObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.cjs +307 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.js +281 -0
- package/node_modules/@tanstack/query-core/build/modern/mutation.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs +149 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.js +124 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationCache.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs +165 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.js +140 -0
- package/node_modules/@tanstack/query-core/build/modern/mutationObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs +113 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.d.cts +46 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.d.ts +46 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.js +86 -0
- package/node_modules/@tanstack/query-core/build/modern/notifyManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs +84 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.d.cts +16 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.d.ts +16 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.js +58 -0
- package/node_modules/@tanstack/query-core/build/modern/onlineManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs +237 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.cts +27 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.d.ts +27 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.js +212 -0
- package/node_modules/@tanstack/query-core/build/modern/queriesObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/query.cjs +452 -0
- package/node_modules/@tanstack/query-core/build/modern/query.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/query.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/query.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/query.js +434 -0
- package/node_modules/@tanstack/query-core/build/modern/query.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.cjs +122 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.js +97 -0
- package/node_modules/@tanstack/query-core/build/modern/queryCache.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.cjs +322 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.js +305 -0
- package/node_modules/@tanstack/query-core/build/modern/queryClient.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs +488 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.js +472 -0
- package/node_modules/@tanstack/query-core/build/modern/queryObserver.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.cjs +58 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.d.cts +11 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.d.ts +11 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.js +33 -0
- package/node_modules/@tanstack/query-core/build/modern/removable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.cjs +161 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.js +133 -0
- package/node_modules/@tanstack/query-core/build/modern/retryer.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs +82 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.cts +34 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.d.ts +34 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.js +57 -0
- package/node_modules/@tanstack/query-core/build/modern/streamedQuery.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.cjs +51 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.d.cts +10 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.d.ts +10 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.js +26 -0
- package/node_modules/@tanstack/query-core/build/modern/subscribable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.cjs +75 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.d.cts +47 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.d.ts +47 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.js +49 -0
- package/node_modules/@tanstack/query-core/build/modern/thenable.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs +98 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.cts +58 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.d.ts +58 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.js +70 -0
- package/node_modules/@tanstack/query-core/build/modern/timeoutManager.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/types.cjs +37 -0
- package/node_modules/@tanstack/query-core/build/modern/types.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/types.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/types.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/types.js +10 -0
- package/node_modules/@tanstack/query-core/build/modern/types.js.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.cjs +330 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.cjs.map +1 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.d.cts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.d.ts +3 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.js +281 -0
- package/node_modules/@tanstack/query-core/build/modern/utils.js.map +1 -0
- package/node_modules/@tanstack/query-core/package.json +65 -0
- package/node_modules/@tanstack/query-core/src/focusManager.ts +86 -0
- package/node_modules/@tanstack/query-core/src/hydration.ts +285 -0
- package/node_modules/@tanstack/query-core/src/index.ts +55 -0
- package/node_modules/@tanstack/query-core/src/infiniteQueryBehavior.ts +176 -0
- package/node_modules/@tanstack/query-core/src/infiniteQueryObserver.ts +190 -0
- package/node_modules/@tanstack/query-core/src/mutation.ts +419 -0
- package/node_modules/@tanstack/query-core/src/mutationCache.ts +244 -0
- package/node_modules/@tanstack/query-core/src/mutationObserver.ts +227 -0
- package/node_modules/@tanstack/query-core/src/notifyManager.ts +99 -0
- package/node_modules/@tanstack/query-core/src/onlineManager.ts +71 -0
- package/node_modules/@tanstack/query-core/src/queriesObserver.ts +315 -0
- package/node_modules/@tanstack/query-core/src/query.ts +756 -0
- package/node_modules/@tanstack/query-core/src/queryCache.ts +223 -0
- package/node_modules/@tanstack/query-core/src/queryClient.ts +648 -0
- package/node_modules/@tanstack/query-core/src/queryObserver.ts +828 -0
- package/node_modules/@tanstack/query-core/src/removable.ts +39 -0
- package/node_modules/@tanstack/query-core/src/retryer.ts +228 -0
- package/node_modules/@tanstack/query-core/src/streamedQuery.ts +122 -0
- package/node_modules/@tanstack/query-core/src/subscribable.ts +30 -0
- package/node_modules/@tanstack/query-core/src/thenable.ts +111 -0
- package/node_modules/@tanstack/query-core/src/timeoutManager.ts +135 -0
- package/node_modules/@tanstack/query-core/src/types.ts +1391 -0
- package/node_modules/@tanstack/query-core/src/utils.ts +499 -0
- package/node_modules/@tanstack/react-query/LICENSE +21 -0
- package/node_modules/@tanstack/react-query/README.md +48 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/utils/index.cjs +208 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-cache-transformer.cjs +124 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/query-client-transformer.cjs +53 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/utils/transformers/use-query-like-transformer.cjs +38 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v4/key-transformation.cjs +181 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v4/replace-import-specifier.cjs +25 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v4/utils/replacers/key-replacer.cjs +164 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/is-loading/is-loading.cjs +244 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/README.md +32 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/keep-previous-data.cjs +271 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/keep-previous-data/utils/already-has-placeholder-data-property.cjs +26 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/remove-overloads.cjs +58 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/filter-aware-usage-transformer.cjs +271 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/transformers/query-fn-aware-usage-transformer.cjs +185 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/index.cjs +123 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/remove-overloads/utils/unknown-usage-error.cjs +27 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-hydrate/rename-hydrate.cjs +55 -0
- package/node_modules/@tanstack/react-query/build/codemods/src/v5/rename-properties/rename-properties.cjs +41 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs +91 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.cts +14 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.d.ts +14 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js +57 -0
- package/node_modules/@tanstack/react-query/build/legacy/HydrationBoundary.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs +47 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/IsRestoringProvider.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs +72 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.cts +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.d.ts +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js +36 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryClientProvider.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs +67 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.cts +19 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.d.ts +19 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js +32 -0
- package/node_modules/@tanstack/react-query/build/legacy/QueryErrorResetBoundary.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs +69 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.cts +16 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.d.ts +16 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js +33 -0
- package/node_modules/@tanstack/react-query/build/legacy/errorBoundaryUtils.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.cjs +97 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.d.cts +22 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.d.ts +22 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.js +54 -0
- package/node_modules/@tanstack/react-query/build/legacy/index.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.cts +23 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.d.ts +23 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/legacy/infiniteQueryOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.cts +7 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.d.ts +7 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/legacy/mutationOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.cts +24 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.d.ts +24 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/legacy/queryOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.cjs +58 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.d.cts +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.d.ts +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.js +29 -0
- package/node_modules/@tanstack/react-query/build/legacy/suspense.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.cjs +19 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.d.cts +52 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.d.ts +52 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.js +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/types.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs +133 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js +108 -0
- package/node_modules/@tanstack/react-query/build/legacy/useBaseQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs +40 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.cts +9 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.d.ts +9 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js +16 -0
- package/node_modules/@tanstack/react-query/build/legacy/useInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs +56 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.cts +5 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.d.ts +5 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js +22 -0
- package/node_modules/@tanstack/react-query/build/legacy/useIsFetching.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs +74 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.js +45 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutation.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs +86 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.cts +10 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.d.ts +10 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.js +51 -0
- package/node_modules/@tanstack/react-query/build/legacy/useMutationState.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs +37 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.cts +5 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.d.ts +5 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs +37 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/usePrefetchQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs +132 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.d.cts +76 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.d.ts +76 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.js +112 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQueries.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs +36 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.d.cts +9 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.d.ts +9 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/legacy/useQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs +51 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js +27 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs +56 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.cts +79 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.d.ts +79 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js +32 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQueries.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs +52 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js +28 -0
- package/node_modules/@tanstack/react-query/build/legacy/useSuspenseQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs +91 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.cts +14 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.d.ts +14 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js +57 -0
- package/node_modules/@tanstack/react-query/build/modern/HydrationBoundary.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs +47 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js +12 -0
- package/node_modules/@tanstack/react-query/build/modern/IsRestoringProvider.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs +72 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.cts +12 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.d.ts +12 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js +36 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryClientProvider.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs +67 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.cts +19 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.d.ts +19 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js +32 -0
- package/node_modules/@tanstack/react-query/build/modern/QueryErrorResetBoundary.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs +69 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.cts +16 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.d.ts +16 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js +33 -0
- package/node_modules/@tanstack/react-query/build/modern/errorBoundaryUtils.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/index.cjs +97 -0
- package/node_modules/@tanstack/react-query/build/modern/index.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/index.d.cts +22 -0
- package/node_modules/@tanstack/react-query/build/modern/index.d.ts +22 -0
- package/node_modules/@tanstack/react-query/build/modern/index.js +54 -0
- package/node_modules/@tanstack/react-query/build/modern/index.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.cts +23 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.d.ts +23 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/modern/infiniteQueryOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.cts +7 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.d.ts +7 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/modern/mutationOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs +33 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.d.cts +24 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.d.ts +24 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.js +8 -0
- package/node_modules/@tanstack/react-query/build/modern/queryOptions.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.cjs +58 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.d.cts +12 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.d.ts +12 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.js +29 -0
- package/node_modules/@tanstack/react-query/build/modern/suspense.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/types.cjs +19 -0
- package/node_modules/@tanstack/react-query/build/modern/types.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/types.d.cts +52 -0
- package/node_modules/@tanstack/react-query/build/modern/types.d.ts +52 -0
- package/node_modules/@tanstack/react-query/build/modern/types.js +1 -0
- package/node_modules/@tanstack/react-query/build/modern/types.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs +130 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js +105 -0
- package/node_modules/@tanstack/react-query/build/modern/useBaseQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs +40 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.cts +9 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.d.ts +9 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js +16 -0
- package/node_modules/@tanstack/react-query/build/modern/useInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs +56 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.cts +5 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.d.ts +5 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.js +22 -0
- package/node_modules/@tanstack/react-query/build/modern/useIsFetching.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.cjs +74 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.js +45 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutation.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs +86 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.d.cts +10 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.d.ts +10 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.js +51 -0
- package/node_modules/@tanstack/react-query/build/modern/useMutationState.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs +37 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.cts +5 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.d.ts +5 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs +37 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/modern/usePrefetchQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.cjs +132 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.d.cts +76 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.d.ts +76 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.js +112 -0
- package/node_modules/@tanstack/react-query/build/modern/useQueries.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.cjs +36 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.d.cts +9 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.d.ts +9 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.js +12 -0
- package/node_modules/@tanstack/react-query/build/modern/useQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs +51 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js +27 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseInfiniteQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs +56 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.cts +79 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.d.ts +79 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js +32 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQueries.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs +52 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.cjs.map +1 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.cts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.d.ts +6 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js +28 -0
- package/node_modules/@tanstack/react-query/build/modern/useSuspenseQuery.js.map +1 -0
- package/node_modules/@tanstack/react-query/build/query-codemods/eslint.config.js +18 -0
- package/node_modules/@tanstack/react-query/build/query-codemods/package.json +38 -0
- package/node_modules/@tanstack/react-query/build/query-codemods/root.eslint.config.js +64 -0
- package/node_modules/@tanstack/react-query/build/query-codemods/tsconfig.json +8 -0
- package/node_modules/@tanstack/react-query/build/query-codemods/vite.config.ts +30 -0
- package/node_modules/@tanstack/react-query/package.json +87 -0
- package/node_modules/@tanstack/react-query/src/HydrationBoundary.tsx +111 -0
- package/node_modules/@tanstack/react-query/src/IsRestoringProvider.ts +7 -0
- package/node_modules/@tanstack/react-query/src/QueryClientProvider.tsx +45 -0
- package/node_modules/@tanstack/react-query/src/QueryErrorResetBoundary.tsx +56 -0
- package/node_modules/@tanstack/react-query/src/errorBoundaryUtils.ts +82 -0
- package/node_modules/@tanstack/react-query/src/index.ts +56 -0
- package/node_modules/@tanstack/react-query/src/infiniteQueryOptions.ts +149 -0
- package/node_modules/@tanstack/react-query/src/mutationOptions.ts +41 -0
- package/node_modules/@tanstack/react-query/src/queryOptions.ts +87 -0
- package/node_modules/@tanstack/react-query/src/suspense.ts +80 -0
- package/node_modules/@tanstack/react-query/src/types.ts +242 -0
- package/node_modules/@tanstack/react-query/src/useBaseQuery.ts +170 -0
- package/node_modules/@tanstack/react-query/src/useInfiniteQuery.ts +81 -0
- package/node_modules/@tanstack/react-query/src/useIsFetching.ts +24 -0
- package/node_modules/@tanstack/react-query/src/useMutation.ts +69 -0
- package/node_modules/@tanstack/react-query/src/useMutationState.ts +75 -0
- package/node_modules/@tanstack/react-query/src/usePrefetchInfiniteQuery.tsx +30 -0
- package/node_modules/@tanstack/react-query/src/usePrefetchQuery.tsx +19 -0
- package/node_modules/@tanstack/react-query/src/useQueries.ts +333 -0
- package/node_modules/@tanstack/react-query/src/useQuery.ts +52 -0
- package/node_modules/@tanstack/react-query/src/useSuspenseInfiniteQuery.ts +50 -0
- package/node_modules/@tanstack/react-query/src/useSuspenseQueries.ts +211 -0
- package/node_modules/@tanstack/react-query/src/useSuspenseQuery.ts +34 -0
- package/node_modules/auto-bind/index.d.ts +50 -0
- package/node_modules/auto-bind/index.js +41 -0
- package/node_modules/auto-bind/license +9 -0
- package/node_modules/auto-bind/package.json +51 -0
- package/node_modules/auto-bind/react.d.ts +26 -0
- package/node_modules/auto-bind/react.js +28 -0
- package/node_modules/auto-bind/readme.md +92 -0
- package/node_modules/chalk/license +9 -0
- package/node_modules/chalk/package.json +83 -0
- package/node_modules/chalk/readme.md +297 -0
- package/node_modules/chalk/source/index.d.ts +325 -0
- package/node_modules/chalk/source/index.js +225 -0
- package/node_modules/chalk/source/utilities.js +33 -0
- package/node_modules/chalk/source/vendor/ansi-styles/index.d.ts +236 -0
- package/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- package/node_modules/chalk/source/vendor/supports-color/browser.d.ts +1 -0
- package/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
- package/node_modules/chalk/source/vendor/supports-color/index.d.ts +55 -0
- package/node_modules/chalk/source/vendor/supports-color/index.js +190 -0
- package/node_modules/cli-boxes/boxes.json +82 -0
- package/node_modules/cli-boxes/index.d.ts +127 -0
- package/node_modules/cli-boxes/index.js +6 -0
- package/node_modules/cli-boxes/license +9 -0
- package/node_modules/cli-boxes/package.json +42 -0
- package/node_modules/cli-boxes/readme.md +115 -0
- package/node_modules/cli-cursor/index.d.ts +47 -0
- package/node_modules/cli-cursor/index.js +39 -0
- package/node_modules/cli-cursor/license +9 -0
- package/node_modules/cli-cursor/package.json +49 -0
- package/node_modules/cli-cursor/readme.md +51 -0
- package/node_modules/cli-spinners/index.d.ts +128 -0
- package/node_modules/cli-spinners/index.js +15 -0
- package/node_modules/cli-spinners/license +9 -0
- package/node_modules/cli-spinners/package.json +50 -0
- package/node_modules/cli-spinners/readme.md +54 -0
- package/node_modules/cli-spinners/spinners.json +1622 -0
- package/node_modules/cli-truncate/index.d.ts +118 -0
- package/node_modules/cli-truncate/index.js +168 -0
- package/node_modules/cli-truncate/license +9 -0
- package/node_modules/cli-truncate/node_modules/ansi-regex/index.d.ts +33 -0
- package/node_modules/cli-truncate/node_modules/ansi-regex/index.js +14 -0
- package/node_modules/cli-truncate/node_modules/ansi-regex/license +9 -0
- package/node_modules/cli-truncate/node_modules/ansi-regex/package.json +61 -0
- package/node_modules/cli-truncate/node_modules/ansi-regex/readme.md +66 -0
- package/node_modules/cli-truncate/node_modules/string-width/index.d.ts +39 -0
- package/node_modules/cli-truncate/node_modules/string-width/index.js +89 -0
- package/node_modules/cli-truncate/node_modules/string-width/license +9 -0
- package/node_modules/cli-truncate/node_modules/string-width/package.json +65 -0
- package/node_modules/cli-truncate/node_modules/string-width/readme.md +66 -0
- package/node_modules/cli-truncate/node_modules/strip-ansi/index.d.ts +15 -0
- package/node_modules/cli-truncate/node_modules/strip-ansi/index.js +14 -0
- package/node_modules/cli-truncate/node_modules/strip-ansi/license +9 -0
- package/node_modules/cli-truncate/node_modules/strip-ansi/package.json +59 -0
- package/node_modules/cli-truncate/node_modules/strip-ansi/readme.md +37 -0
- package/node_modules/cli-truncate/package.json +52 -0
- package/node_modules/cli-truncate/readme.md +154 -0
- package/node_modules/code-excerpt/dist/index.d.ts +9 -0
- package/node_modules/code-excerpt/dist/index.js +27 -0
- package/node_modules/code-excerpt/license +21 -0
- package/node_modules/code-excerpt/package.json +43 -0
- package/node_modules/code-excerpt/readme.md +65 -0
- package/node_modules/convert-to-spaces/dist/index.d.ts +2 -0
- package/node_modules/convert-to-spaces/dist/index.js +4 -0
- package/node_modules/convert-to-spaces/license +21 -0
- package/node_modules/convert-to-spaces/package.json +40 -0
- package/node_modules/convert-to-spaces/readme.md +39 -0
- package/node_modules/deepmerge/.editorconfig +7 -0
- package/node_modules/deepmerge/.eslintcache +1 -0
- package/node_modules/deepmerge/changelog.md +167 -0
- package/node_modules/deepmerge/dist/cjs.js +133 -0
- package/node_modules/deepmerge/dist/umd.js +139 -0
- package/node_modules/deepmerge/index.d.ts +20 -0
- package/node_modules/deepmerge/index.js +106 -0
- package/node_modules/deepmerge/license.txt +21 -0
- package/node_modules/deepmerge/package.json +42 -0
- package/node_modules/deepmerge/readme.md +264 -0
- package/node_modules/deepmerge/rollup.config.js +22 -0
- package/node_modules/environment/index.d.ts +74 -0
- package/node_modules/environment/index.js +47 -0
- package/node_modules/environment/license +9 -0
- package/node_modules/environment/package.json +74 -0
- package/node_modules/environment/readme.md +94 -0
- package/node_modules/es-toolkit/LICENSE +25 -0
- package/node_modules/es-toolkit/README.md +52 -0
- package/node_modules/es-toolkit/array.d.ts +1 -0
- package/node_modules/es-toolkit/array.js +1 -0
- package/node_modules/es-toolkit/compat/add.d.ts +1 -0
- package/node_modules/es-toolkit/compat/add.js +1 -0
- package/node_modules/es-toolkit/compat/after.d.ts +1 -0
- package/node_modules/es-toolkit/compat/after.js +1 -0
- package/node_modules/es-toolkit/compat/ary.d.ts +1 -0
- package/node_modules/es-toolkit/compat/ary.js +1 -0
- package/node_modules/es-toolkit/compat/assign.d.ts +1 -0
- package/node_modules/es-toolkit/compat/assign.js +1 -0
- package/node_modules/es-toolkit/compat/assignIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/assignIn.js +1 -0
- package/node_modules/es-toolkit/compat/assignInWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/assignInWith.js +1 -0
- package/node_modules/es-toolkit/compat/assignWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/assignWith.js +1 -0
- package/node_modules/es-toolkit/compat/at.d.ts +1 -0
- package/node_modules/es-toolkit/compat/at.js +1 -0
- package/node_modules/es-toolkit/compat/attempt.d.ts +1 -0
- package/node_modules/es-toolkit/compat/attempt.js +1 -0
- package/node_modules/es-toolkit/compat/before.d.ts +1 -0
- package/node_modules/es-toolkit/compat/before.js +1 -0
- package/node_modules/es-toolkit/compat/bind.d.ts +1 -0
- package/node_modules/es-toolkit/compat/bind.js +1 -0
- package/node_modules/es-toolkit/compat/bindAll.d.ts +1 -0
- package/node_modules/es-toolkit/compat/bindAll.js +1 -0
- package/node_modules/es-toolkit/compat/bindKey.d.ts +1 -0
- package/node_modules/es-toolkit/compat/bindKey.js +1 -0
- package/node_modules/es-toolkit/compat/camelCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/camelCase.js +1 -0
- package/node_modules/es-toolkit/compat/capitalize.d.ts +1 -0
- package/node_modules/es-toolkit/compat/capitalize.js +1 -0
- package/node_modules/es-toolkit/compat/castArray.d.ts +1 -0
- package/node_modules/es-toolkit/compat/castArray.js +1 -0
- package/node_modules/es-toolkit/compat/ceil.d.ts +1 -0
- package/node_modules/es-toolkit/compat/ceil.js +1 -0
- package/node_modules/es-toolkit/compat/chunk.d.ts +1 -0
- package/node_modules/es-toolkit/compat/chunk.js +1 -0
- package/node_modules/es-toolkit/compat/clamp.d.ts +1 -0
- package/node_modules/es-toolkit/compat/clamp.js +1 -0
- package/node_modules/es-toolkit/compat/clone.d.ts +1 -0
- package/node_modules/es-toolkit/compat/clone.js +1 -0
- package/node_modules/es-toolkit/compat/cloneDeep.d.ts +1 -0
- package/node_modules/es-toolkit/compat/cloneDeep.js +1 -0
- package/node_modules/es-toolkit/compat/cloneDeepWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/cloneDeepWith.js +1 -0
- package/node_modules/es-toolkit/compat/cloneWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/cloneWith.js +1 -0
- package/node_modules/es-toolkit/compat/compact.d.ts +1 -0
- package/node_modules/es-toolkit/compat/compact.js +1 -0
- package/node_modules/es-toolkit/compat/concat.d.ts +1 -0
- package/node_modules/es-toolkit/compat/concat.js +1 -0
- package/node_modules/es-toolkit/compat/cond.d.ts +1 -0
- package/node_modules/es-toolkit/compat/cond.js +1 -0
- package/node_modules/es-toolkit/compat/conforms.d.ts +1 -0
- package/node_modules/es-toolkit/compat/conforms.js +1 -0
- package/node_modules/es-toolkit/compat/conformsTo.d.ts +1 -0
- package/node_modules/es-toolkit/compat/conformsTo.js +1 -0
- package/node_modules/es-toolkit/compat/constant.d.ts +1 -0
- package/node_modules/es-toolkit/compat/constant.js +1 -0
- package/node_modules/es-toolkit/compat/countBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/countBy.js +1 -0
- package/node_modules/es-toolkit/compat/create.d.ts +1 -0
- package/node_modules/es-toolkit/compat/create.js +1 -0
- package/node_modules/es-toolkit/compat/curry.d.ts +1 -0
- package/node_modules/es-toolkit/compat/curry.js +1 -0
- package/node_modules/es-toolkit/compat/curryRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/curryRight.js +1 -0
- package/node_modules/es-toolkit/compat/debounce.d.ts +1 -0
- package/node_modules/es-toolkit/compat/debounce.js +1 -0
- package/node_modules/es-toolkit/compat/deburr.d.ts +1 -0
- package/node_modules/es-toolkit/compat/deburr.js +1 -0
- package/node_modules/es-toolkit/compat/defaultTo.d.ts +1 -0
- package/node_modules/es-toolkit/compat/defaultTo.js +1 -0
- package/node_modules/es-toolkit/compat/defaults.d.ts +1 -0
- package/node_modules/es-toolkit/compat/defaults.js +1 -0
- package/node_modules/es-toolkit/compat/defaultsDeep.d.ts +1 -0
- package/node_modules/es-toolkit/compat/defaultsDeep.js +1 -0
- package/node_modules/es-toolkit/compat/defer.d.ts +1 -0
- package/node_modules/es-toolkit/compat/defer.js +1 -0
- package/node_modules/es-toolkit/compat/delay.d.ts +1 -0
- package/node_modules/es-toolkit/compat/delay.js +1 -0
- package/node_modules/es-toolkit/compat/difference.d.ts +1 -0
- package/node_modules/es-toolkit/compat/difference.js +1 -0
- package/node_modules/es-toolkit/compat/differenceBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/differenceBy.js +1 -0
- package/node_modules/es-toolkit/compat/differenceWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/differenceWith.js +1 -0
- package/node_modules/es-toolkit/compat/divide.d.ts +1 -0
- package/node_modules/es-toolkit/compat/divide.js +1 -0
- package/node_modules/es-toolkit/compat/drop.d.ts +1 -0
- package/node_modules/es-toolkit/compat/drop.js +1 -0
- package/node_modules/es-toolkit/compat/dropRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/dropRight.js +1 -0
- package/node_modules/es-toolkit/compat/dropRightWhile.d.ts +1 -0
- package/node_modules/es-toolkit/compat/dropRightWhile.js +1 -0
- package/node_modules/es-toolkit/compat/dropWhile.d.ts +1 -0
- package/node_modules/es-toolkit/compat/dropWhile.js +1 -0
- package/node_modules/es-toolkit/compat/each.d.ts +1 -0
- package/node_modules/es-toolkit/compat/each.js +1 -0
- package/node_modules/es-toolkit/compat/eachRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/eachRight.js +1 -0
- package/node_modules/es-toolkit/compat/endsWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/endsWith.js +1 -0
- package/node_modules/es-toolkit/compat/eq.d.ts +1 -0
- package/node_modules/es-toolkit/compat/eq.js +1 -0
- package/node_modules/es-toolkit/compat/escape.d.ts +1 -0
- package/node_modules/es-toolkit/compat/escape.js +1 -0
- package/node_modules/es-toolkit/compat/escapeRegExp.d.ts +1 -0
- package/node_modules/es-toolkit/compat/escapeRegExp.js +1 -0
- package/node_modules/es-toolkit/compat/every.d.ts +1 -0
- package/node_modules/es-toolkit/compat/every.js +1 -0
- package/node_modules/es-toolkit/compat/extend.d.ts +1 -0
- package/node_modules/es-toolkit/compat/extend.js +1 -0
- package/node_modules/es-toolkit/compat/extendWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/extendWith.js +1 -0
- package/node_modules/es-toolkit/compat/fill.d.ts +1 -0
- package/node_modules/es-toolkit/compat/fill.js +1 -0
- package/node_modules/es-toolkit/compat/filter.d.ts +1 -0
- package/node_modules/es-toolkit/compat/filter.js +1 -0
- package/node_modules/es-toolkit/compat/find.d.ts +1 -0
- package/node_modules/es-toolkit/compat/find.js +1 -0
- package/node_modules/es-toolkit/compat/findIndex.d.ts +1 -0
- package/node_modules/es-toolkit/compat/findIndex.js +1 -0
- package/node_modules/es-toolkit/compat/findKey.d.ts +1 -0
- package/node_modules/es-toolkit/compat/findKey.js +1 -0
- package/node_modules/es-toolkit/compat/findLast.d.ts +1 -0
- package/node_modules/es-toolkit/compat/findLast.js +1 -0
- package/node_modules/es-toolkit/compat/findLastIndex.d.ts +1 -0
- package/node_modules/es-toolkit/compat/findLastIndex.js +1 -0
- package/node_modules/es-toolkit/compat/findLastKey.d.ts +1 -0
- package/node_modules/es-toolkit/compat/findLastKey.js +1 -0
- package/node_modules/es-toolkit/compat/first.d.ts +1 -0
- package/node_modules/es-toolkit/compat/first.js +1 -0
- package/node_modules/es-toolkit/compat/flatMap.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flatMap.js +1 -0
- package/node_modules/es-toolkit/compat/flatMapDeep.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flatMapDeep.js +1 -0
- package/node_modules/es-toolkit/compat/flatMapDepth.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flatMapDepth.js +1 -0
- package/node_modules/es-toolkit/compat/flatten.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flatten.js +1 -0
- package/node_modules/es-toolkit/compat/flattenDeep.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flattenDeep.js +1 -0
- package/node_modules/es-toolkit/compat/flattenDepth.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flattenDepth.js +1 -0
- package/node_modules/es-toolkit/compat/flip.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flip.js +1 -0
- package/node_modules/es-toolkit/compat/floor.d.ts +1 -0
- package/node_modules/es-toolkit/compat/floor.js +1 -0
- package/node_modules/es-toolkit/compat/flow.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flow.js +1 -0
- package/node_modules/es-toolkit/compat/flowRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/flowRight.js +1 -0
- package/node_modules/es-toolkit/compat/forEach.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forEach.js +1 -0
- package/node_modules/es-toolkit/compat/forEachRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forEachRight.js +1 -0
- package/node_modules/es-toolkit/compat/forIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forIn.js +1 -0
- package/node_modules/es-toolkit/compat/forInRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forInRight.js +1 -0
- package/node_modules/es-toolkit/compat/forOwn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forOwn.js +1 -0
- package/node_modules/es-toolkit/compat/forOwnRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/forOwnRight.js +1 -0
- package/node_modules/es-toolkit/compat/fromPairs.d.ts +1 -0
- package/node_modules/es-toolkit/compat/fromPairs.js +1 -0
- package/node_modules/es-toolkit/compat/functions.d.ts +1 -0
- package/node_modules/es-toolkit/compat/functions.js +1 -0
- package/node_modules/es-toolkit/compat/functionsIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/functionsIn.js +1 -0
- package/node_modules/es-toolkit/compat/get.d.ts +1 -0
- package/node_modules/es-toolkit/compat/get.js +1 -0
- package/node_modules/es-toolkit/compat/groupBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/groupBy.js +1 -0
- package/node_modules/es-toolkit/compat/gt.d.ts +1 -0
- package/node_modules/es-toolkit/compat/gt.js +1 -0
- package/node_modules/es-toolkit/compat/gte.d.ts +1 -0
- package/node_modules/es-toolkit/compat/gte.js +1 -0
- package/node_modules/es-toolkit/compat/has.d.ts +1 -0
- package/node_modules/es-toolkit/compat/has.js +1 -0
- package/node_modules/es-toolkit/compat/hasIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/hasIn.js +1 -0
- package/node_modules/es-toolkit/compat/head.d.ts +1 -0
- package/node_modules/es-toolkit/compat/head.js +1 -0
- package/node_modules/es-toolkit/compat/identity.d.ts +1 -0
- package/node_modules/es-toolkit/compat/identity.js +1 -0
- package/node_modules/es-toolkit/compat/inRange.d.ts +1 -0
- package/node_modules/es-toolkit/compat/inRange.js +1 -0
- package/node_modules/es-toolkit/compat/includes.d.ts +1 -0
- package/node_modules/es-toolkit/compat/includes.js +1 -0
- package/node_modules/es-toolkit/compat/indexOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/indexOf.js +1 -0
- package/node_modules/es-toolkit/compat/initial.d.ts +1 -0
- package/node_modules/es-toolkit/compat/initial.js +1 -0
- package/node_modules/es-toolkit/compat/intersection.d.ts +1 -0
- package/node_modules/es-toolkit/compat/intersection.js +1 -0
- package/node_modules/es-toolkit/compat/intersectionBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/intersectionBy.js +1 -0
- package/node_modules/es-toolkit/compat/intersectionWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/intersectionWith.js +1 -0
- package/node_modules/es-toolkit/compat/invert.d.ts +1 -0
- package/node_modules/es-toolkit/compat/invert.js +1 -0
- package/node_modules/es-toolkit/compat/invertBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/invertBy.js +1 -0
- package/node_modules/es-toolkit/compat/invoke.d.ts +1 -0
- package/node_modules/es-toolkit/compat/invoke.js +1 -0
- package/node_modules/es-toolkit/compat/invokeMap.d.ts +1 -0
- package/node_modules/es-toolkit/compat/invokeMap.js +1 -0
- package/node_modules/es-toolkit/compat/isArguments.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isArguments.js +1 -0
- package/node_modules/es-toolkit/compat/isArray.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isArray.js +1 -0
- package/node_modules/es-toolkit/compat/isArrayBuffer.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isArrayBuffer.js +1 -0
- package/node_modules/es-toolkit/compat/isArrayLike.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isArrayLike.js +1 -0
- package/node_modules/es-toolkit/compat/isArrayLikeObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isArrayLikeObject.js +1 -0
- package/node_modules/es-toolkit/compat/isBoolean.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isBoolean.js +1 -0
- package/node_modules/es-toolkit/compat/isBuffer.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isBuffer.js +1 -0
- package/node_modules/es-toolkit/compat/isDate.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isDate.js +1 -0
- package/node_modules/es-toolkit/compat/isElement.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isElement.js +1 -0
- package/node_modules/es-toolkit/compat/isEmpty.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isEmpty.js +1 -0
- package/node_modules/es-toolkit/compat/isEqual.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isEqual.js +1 -0
- package/node_modules/es-toolkit/compat/isEqualWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isEqualWith.js +1 -0
- package/node_modules/es-toolkit/compat/isError.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isError.js +1 -0
- package/node_modules/es-toolkit/compat/isFinite.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isFinite.js +1 -0
- package/node_modules/es-toolkit/compat/isFunction.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isFunction.js +1 -0
- package/node_modules/es-toolkit/compat/isInteger.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isInteger.js +1 -0
- package/node_modules/es-toolkit/compat/isLength.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isLength.js +1 -0
- package/node_modules/es-toolkit/compat/isMap.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isMap.js +1 -0
- package/node_modules/es-toolkit/compat/isMatch.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isMatch.js +1 -0
- package/node_modules/es-toolkit/compat/isMatchWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isMatchWith.js +1 -0
- package/node_modules/es-toolkit/compat/isNaN.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isNaN.js +1 -0
- package/node_modules/es-toolkit/compat/isNative.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isNative.js +1 -0
- package/node_modules/es-toolkit/compat/isNil.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isNil.js +1 -0
- package/node_modules/es-toolkit/compat/isNull.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isNull.js +1 -0
- package/node_modules/es-toolkit/compat/isNumber.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isNumber.js +1 -0
- package/node_modules/es-toolkit/compat/isObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isObject.js +1 -0
- package/node_modules/es-toolkit/compat/isObjectLike.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isObjectLike.js +1 -0
- package/node_modules/es-toolkit/compat/isPlainObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isPlainObject.js +1 -0
- package/node_modules/es-toolkit/compat/isRegExp.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isRegExp.js +1 -0
- package/node_modules/es-toolkit/compat/isSafeInteger.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isSafeInteger.js +1 -0
- package/node_modules/es-toolkit/compat/isSet.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isSet.js +1 -0
- package/node_modules/es-toolkit/compat/isString.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isString.js +1 -0
- package/node_modules/es-toolkit/compat/isSymbol.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isSymbol.js +1 -0
- package/node_modules/es-toolkit/compat/isTypedArray.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isTypedArray.js +1 -0
- package/node_modules/es-toolkit/compat/isUndefined.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isUndefined.js +1 -0
- package/node_modules/es-toolkit/compat/isWeakMap.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isWeakMap.js +1 -0
- package/node_modules/es-toolkit/compat/isWeakSet.d.ts +1 -0
- package/node_modules/es-toolkit/compat/isWeakSet.js +1 -0
- package/node_modules/es-toolkit/compat/iteratee.d.ts +1 -0
- package/node_modules/es-toolkit/compat/iteratee.js +1 -0
- package/node_modules/es-toolkit/compat/join.d.ts +1 -0
- package/node_modules/es-toolkit/compat/join.js +1 -0
- package/node_modules/es-toolkit/compat/kebabCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/kebabCase.js +1 -0
- package/node_modules/es-toolkit/compat/keyBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/keyBy.js +1 -0
- package/node_modules/es-toolkit/compat/keys.d.ts +1 -0
- package/node_modules/es-toolkit/compat/keys.js +1 -0
- package/node_modules/es-toolkit/compat/keysIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/keysIn.js +1 -0
- package/node_modules/es-toolkit/compat/last.d.ts +1 -0
- package/node_modules/es-toolkit/compat/last.js +1 -0
- package/node_modules/es-toolkit/compat/lastIndexOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/lastIndexOf.js +1 -0
- package/node_modules/es-toolkit/compat/lowerCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/lowerCase.js +1 -0
- package/node_modules/es-toolkit/compat/lowerFirst.d.ts +1 -0
- package/node_modules/es-toolkit/compat/lowerFirst.js +1 -0
- package/node_modules/es-toolkit/compat/lt.d.ts +1 -0
- package/node_modules/es-toolkit/compat/lt.js +1 -0
- package/node_modules/es-toolkit/compat/lte.d.ts +1 -0
- package/node_modules/es-toolkit/compat/lte.js +1 -0
- package/node_modules/es-toolkit/compat/map.d.ts +1 -0
- package/node_modules/es-toolkit/compat/map.js +1 -0
- package/node_modules/es-toolkit/compat/mapKeys.d.ts +1 -0
- package/node_modules/es-toolkit/compat/mapKeys.js +1 -0
- package/node_modules/es-toolkit/compat/mapValues.d.ts +1 -0
- package/node_modules/es-toolkit/compat/mapValues.js +1 -0
- package/node_modules/es-toolkit/compat/matches.d.ts +1 -0
- package/node_modules/es-toolkit/compat/matches.js +1 -0
- package/node_modules/es-toolkit/compat/matchesProperty.d.ts +1 -0
- package/node_modules/es-toolkit/compat/matchesProperty.js +1 -0
- package/node_modules/es-toolkit/compat/max.d.ts +1 -0
- package/node_modules/es-toolkit/compat/max.js +1 -0
- package/node_modules/es-toolkit/compat/maxBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/maxBy.js +1 -0
- package/node_modules/es-toolkit/compat/mean.d.ts +1 -0
- package/node_modules/es-toolkit/compat/mean.js +1 -0
- package/node_modules/es-toolkit/compat/meanBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/meanBy.js +1 -0
- package/node_modules/es-toolkit/compat/memoize.d.ts +1 -0
- package/node_modules/es-toolkit/compat/memoize.js +1 -0
- package/node_modules/es-toolkit/compat/merge.d.ts +1 -0
- package/node_modules/es-toolkit/compat/merge.js +1 -0
- package/node_modules/es-toolkit/compat/mergeWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/mergeWith.js +1 -0
- package/node_modules/es-toolkit/compat/method.d.ts +1 -0
- package/node_modules/es-toolkit/compat/method.js +1 -0
- package/node_modules/es-toolkit/compat/methodOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/methodOf.js +1 -0
- package/node_modules/es-toolkit/compat/min.d.ts +1 -0
- package/node_modules/es-toolkit/compat/min.js +1 -0
- package/node_modules/es-toolkit/compat/minBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/minBy.js +1 -0
- package/node_modules/es-toolkit/compat/multiply.d.ts +1 -0
- package/node_modules/es-toolkit/compat/multiply.js +1 -0
- package/node_modules/es-toolkit/compat/negate.d.ts +1 -0
- package/node_modules/es-toolkit/compat/negate.js +1 -0
- package/node_modules/es-toolkit/compat/noop.d.ts +1 -0
- package/node_modules/es-toolkit/compat/noop.js +1 -0
- package/node_modules/es-toolkit/compat/now.d.ts +1 -0
- package/node_modules/es-toolkit/compat/now.js +1 -0
- package/node_modules/es-toolkit/compat/nth.d.ts +1 -0
- package/node_modules/es-toolkit/compat/nth.js +1 -0
- package/node_modules/es-toolkit/compat/nthArg.d.ts +1 -0
- package/node_modules/es-toolkit/compat/nthArg.js +1 -0
- package/node_modules/es-toolkit/compat/omit.d.ts +1 -0
- package/node_modules/es-toolkit/compat/omit.js +1 -0
- package/node_modules/es-toolkit/compat/omitBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/omitBy.js +1 -0
- package/node_modules/es-toolkit/compat/once.d.ts +1 -0
- package/node_modules/es-toolkit/compat/once.js +1 -0
- package/node_modules/es-toolkit/compat/orderBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/orderBy.js +1 -0
- package/node_modules/es-toolkit/compat/over.d.ts +1 -0
- package/node_modules/es-toolkit/compat/over.js +1 -0
- package/node_modules/es-toolkit/compat/overArgs.d.ts +1 -0
- package/node_modules/es-toolkit/compat/overArgs.js +1 -0
- package/node_modules/es-toolkit/compat/overEvery.d.ts +1 -0
- package/node_modules/es-toolkit/compat/overEvery.js +1 -0
- package/node_modules/es-toolkit/compat/overSome.d.ts +1 -0
- package/node_modules/es-toolkit/compat/overSome.js +1 -0
- package/node_modules/es-toolkit/compat/pad.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pad.js +1 -0
- package/node_modules/es-toolkit/compat/padEnd.d.ts +1 -0
- package/node_modules/es-toolkit/compat/padEnd.js +1 -0
- package/node_modules/es-toolkit/compat/padStart.d.ts +1 -0
- package/node_modules/es-toolkit/compat/padStart.js +1 -0
- package/node_modules/es-toolkit/compat/parseInt.d.ts +1 -0
- package/node_modules/es-toolkit/compat/parseInt.js +1 -0
- package/node_modules/es-toolkit/compat/partial.d.ts +1 -0
- package/node_modules/es-toolkit/compat/partial.js +1 -0
- package/node_modules/es-toolkit/compat/partialRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/partialRight.js +1 -0
- package/node_modules/es-toolkit/compat/partition.d.ts +1 -0
- package/node_modules/es-toolkit/compat/partition.js +1 -0
- package/node_modules/es-toolkit/compat/pick.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pick.js +1 -0
- package/node_modules/es-toolkit/compat/pickBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pickBy.js +1 -0
- package/node_modules/es-toolkit/compat/property.d.ts +1 -0
- package/node_modules/es-toolkit/compat/property.js +1 -0
- package/node_modules/es-toolkit/compat/propertyOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/propertyOf.js +1 -0
- package/node_modules/es-toolkit/compat/pull.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pull.js +1 -0
- package/node_modules/es-toolkit/compat/pullAll.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pullAll.js +1 -0
- package/node_modules/es-toolkit/compat/pullAllBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pullAllBy.js +1 -0
- package/node_modules/es-toolkit/compat/pullAllWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pullAllWith.js +1 -0
- package/node_modules/es-toolkit/compat/pullAt.d.ts +1 -0
- package/node_modules/es-toolkit/compat/pullAt.js +1 -0
- package/node_modules/es-toolkit/compat/random.d.ts +1 -0
- package/node_modules/es-toolkit/compat/random.js +1 -0
- package/node_modules/es-toolkit/compat/range.d.ts +1 -0
- package/node_modules/es-toolkit/compat/range.js +1 -0
- package/node_modules/es-toolkit/compat/rangeRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/rangeRight.js +1 -0
- package/node_modules/es-toolkit/compat/rearg.d.ts +1 -0
- package/node_modules/es-toolkit/compat/rearg.js +1 -0
- package/node_modules/es-toolkit/compat/reduce.d.ts +1 -0
- package/node_modules/es-toolkit/compat/reduce.js +1 -0
- package/node_modules/es-toolkit/compat/reduceRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/reduceRight.js +1 -0
- package/node_modules/es-toolkit/compat/reject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/reject.js +1 -0
- package/node_modules/es-toolkit/compat/remove.d.ts +1 -0
- package/node_modules/es-toolkit/compat/remove.js +1 -0
- package/node_modules/es-toolkit/compat/repeat.d.ts +1 -0
- package/node_modules/es-toolkit/compat/repeat.js +1 -0
- package/node_modules/es-toolkit/compat/replace.d.ts +1 -0
- package/node_modules/es-toolkit/compat/replace.js +1 -0
- package/node_modules/es-toolkit/compat/rest.d.ts +1 -0
- package/node_modules/es-toolkit/compat/rest.js +1 -0
- package/node_modules/es-toolkit/compat/result.d.ts +1 -0
- package/node_modules/es-toolkit/compat/result.js +1 -0
- package/node_modules/es-toolkit/compat/reverse.d.ts +1 -0
- package/node_modules/es-toolkit/compat/reverse.js +1 -0
- package/node_modules/es-toolkit/compat/round.d.ts +1 -0
- package/node_modules/es-toolkit/compat/round.js +1 -0
- package/node_modules/es-toolkit/compat/sample.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sample.js +1 -0
- package/node_modules/es-toolkit/compat/sampleSize.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sampleSize.js +1 -0
- package/node_modules/es-toolkit/compat/set.d.ts +1 -0
- package/node_modules/es-toolkit/compat/set.js +1 -0
- package/node_modules/es-toolkit/compat/setWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/setWith.js +1 -0
- package/node_modules/es-toolkit/compat/shuffle.d.ts +1 -0
- package/node_modules/es-toolkit/compat/shuffle.js +1 -0
- package/node_modules/es-toolkit/compat/size.d.ts +1 -0
- package/node_modules/es-toolkit/compat/size.js +1 -0
- package/node_modules/es-toolkit/compat/slice.d.ts +1 -0
- package/node_modules/es-toolkit/compat/slice.js +1 -0
- package/node_modules/es-toolkit/compat/snakeCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/snakeCase.js +1 -0
- package/node_modules/es-toolkit/compat/some.d.ts +1 -0
- package/node_modules/es-toolkit/compat/some.js +1 -0
- package/node_modules/es-toolkit/compat/sortBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortBy.js +1 -0
- package/node_modules/es-toolkit/compat/sortedIndex.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedIndex.js +1 -0
- package/node_modules/es-toolkit/compat/sortedIndexBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedIndexBy.js +1 -0
- package/node_modules/es-toolkit/compat/sortedIndexOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedIndexOf.js +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndex.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndex.js +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndexBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndexBy.js +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndexOf.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sortedLastIndexOf.js +1 -0
- package/node_modules/es-toolkit/compat/split.d.ts +1 -0
- package/node_modules/es-toolkit/compat/split.js +1 -0
- package/node_modules/es-toolkit/compat/spread.d.ts +1 -0
- package/node_modules/es-toolkit/compat/spread.js +1 -0
- package/node_modules/es-toolkit/compat/startCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/startCase.js +1 -0
- package/node_modules/es-toolkit/compat/startsWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/startsWith.js +1 -0
- package/node_modules/es-toolkit/compat/stubArray.d.ts +1 -0
- package/node_modules/es-toolkit/compat/stubArray.js +1 -0
- package/node_modules/es-toolkit/compat/stubFalse.d.ts +1 -0
- package/node_modules/es-toolkit/compat/stubFalse.js +1 -0
- package/node_modules/es-toolkit/compat/stubObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/stubObject.js +1 -0
- package/node_modules/es-toolkit/compat/stubString.d.ts +1 -0
- package/node_modules/es-toolkit/compat/stubString.js +1 -0
- package/node_modules/es-toolkit/compat/stubTrue.d.ts +1 -0
- package/node_modules/es-toolkit/compat/stubTrue.js +1 -0
- package/node_modules/es-toolkit/compat/subtract.d.ts +1 -0
- package/node_modules/es-toolkit/compat/subtract.js +1 -0
- package/node_modules/es-toolkit/compat/sum.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sum.js +1 -0
- package/node_modules/es-toolkit/compat/sumBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/sumBy.js +1 -0
- package/node_modules/es-toolkit/compat/tail.d.ts +1 -0
- package/node_modules/es-toolkit/compat/tail.js +1 -0
- package/node_modules/es-toolkit/compat/take.d.ts +1 -0
- package/node_modules/es-toolkit/compat/take.js +1 -0
- package/node_modules/es-toolkit/compat/takeRight.d.ts +1 -0
- package/node_modules/es-toolkit/compat/takeRight.js +1 -0
- package/node_modules/es-toolkit/compat/takeRightWhile.d.ts +1 -0
- package/node_modules/es-toolkit/compat/takeRightWhile.js +1 -0
- package/node_modules/es-toolkit/compat/takeWhile.d.ts +1 -0
- package/node_modules/es-toolkit/compat/takeWhile.js +1 -0
- package/node_modules/es-toolkit/compat/template.d.ts +1 -0
- package/node_modules/es-toolkit/compat/template.js +1 -0
- package/node_modules/es-toolkit/compat/templateSettings.d.ts +1 -0
- package/node_modules/es-toolkit/compat/templateSettings.js +1 -0
- package/node_modules/es-toolkit/compat/throttle.d.ts +1 -0
- package/node_modules/es-toolkit/compat/throttle.js +1 -0
- package/node_modules/es-toolkit/compat/times.d.ts +1 -0
- package/node_modules/es-toolkit/compat/times.js +1 -0
- package/node_modules/es-toolkit/compat/toArray.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toArray.js +1 -0
- package/node_modules/es-toolkit/compat/toDefaulted.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toDefaulted.js +1 -0
- package/node_modules/es-toolkit/compat/toFinite.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toFinite.js +1 -0
- package/node_modules/es-toolkit/compat/toInteger.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toInteger.js +1 -0
- package/node_modules/es-toolkit/compat/toLength.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toLength.js +1 -0
- package/node_modules/es-toolkit/compat/toLower.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toLower.js +1 -0
- package/node_modules/es-toolkit/compat/toNumber.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toNumber.js +1 -0
- package/node_modules/es-toolkit/compat/toPairs.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toPairs.js +1 -0
- package/node_modules/es-toolkit/compat/toPairsIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toPairsIn.js +1 -0
- package/node_modules/es-toolkit/compat/toPath.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toPath.js +1 -0
- package/node_modules/es-toolkit/compat/toPlainObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toPlainObject.js +1 -0
- package/node_modules/es-toolkit/compat/toSafeInteger.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toSafeInteger.js +1 -0
- package/node_modules/es-toolkit/compat/toString.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toString.js +1 -0
- package/node_modules/es-toolkit/compat/toUpper.d.ts +1 -0
- package/node_modules/es-toolkit/compat/toUpper.js +1 -0
- package/node_modules/es-toolkit/compat/transform.d.ts +1 -0
- package/node_modules/es-toolkit/compat/transform.js +1 -0
- package/node_modules/es-toolkit/compat/trim.d.ts +1 -0
- package/node_modules/es-toolkit/compat/trim.js +1 -0
- package/node_modules/es-toolkit/compat/trimEnd.d.ts +1 -0
- package/node_modules/es-toolkit/compat/trimEnd.js +1 -0
- package/node_modules/es-toolkit/compat/trimStart.d.ts +1 -0
- package/node_modules/es-toolkit/compat/trimStart.js +1 -0
- package/node_modules/es-toolkit/compat/truncate.d.ts +1 -0
- package/node_modules/es-toolkit/compat/truncate.js +1 -0
- package/node_modules/es-toolkit/compat/unary.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unary.js +1 -0
- package/node_modules/es-toolkit/compat/unescape.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unescape.js +1 -0
- package/node_modules/es-toolkit/compat/union.d.ts +1 -0
- package/node_modules/es-toolkit/compat/union.js +1 -0
- package/node_modules/es-toolkit/compat/unionBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unionBy.js +1 -0
- package/node_modules/es-toolkit/compat/unionWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unionWith.js +1 -0
- package/node_modules/es-toolkit/compat/uniq.d.ts +1 -0
- package/node_modules/es-toolkit/compat/uniq.js +1 -0
- package/node_modules/es-toolkit/compat/uniqBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/uniqBy.js +1 -0
- package/node_modules/es-toolkit/compat/uniqWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/uniqWith.js +1 -0
- package/node_modules/es-toolkit/compat/uniqueId.d.ts +1 -0
- package/node_modules/es-toolkit/compat/uniqueId.js +1 -0
- package/node_modules/es-toolkit/compat/unset.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unset.js +1 -0
- package/node_modules/es-toolkit/compat/unzip.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unzip.js +1 -0
- package/node_modules/es-toolkit/compat/unzipWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/unzipWith.js +1 -0
- package/node_modules/es-toolkit/compat/update.d.ts +1 -0
- package/node_modules/es-toolkit/compat/update.js +1 -0
- package/node_modules/es-toolkit/compat/updateWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/updateWith.js +1 -0
- package/node_modules/es-toolkit/compat/upperCase.d.ts +1 -0
- package/node_modules/es-toolkit/compat/upperCase.js +1 -0
- package/node_modules/es-toolkit/compat/upperFirst.d.ts +1 -0
- package/node_modules/es-toolkit/compat/upperFirst.js +1 -0
- package/node_modules/es-toolkit/compat/values.d.ts +1 -0
- package/node_modules/es-toolkit/compat/values.js +1 -0
- package/node_modules/es-toolkit/compat/valuesIn.d.ts +1 -0
- package/node_modules/es-toolkit/compat/valuesIn.js +1 -0
- package/node_modules/es-toolkit/compat/without.d.ts +1 -0
- package/node_modules/es-toolkit/compat/without.js +1 -0
- package/node_modules/es-toolkit/compat/words.d.ts +1 -0
- package/node_modules/es-toolkit/compat/words.js +1 -0
- package/node_modules/es-toolkit/compat/wrap.d.ts +1 -0
- package/node_modules/es-toolkit/compat/wrap.js +1 -0
- package/node_modules/es-toolkit/compat/xor.d.ts +1 -0
- package/node_modules/es-toolkit/compat/xor.js +1 -0
- package/node_modules/es-toolkit/compat/xorBy.d.ts +1 -0
- package/node_modules/es-toolkit/compat/xorBy.js +1 -0
- package/node_modules/es-toolkit/compat/xorWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/xorWith.js +1 -0
- package/node_modules/es-toolkit/compat/zip.d.ts +1 -0
- package/node_modules/es-toolkit/compat/zip.js +1 -0
- package/node_modules/es-toolkit/compat/zipObject.d.ts +1 -0
- package/node_modules/es-toolkit/compat/zipObject.js +1 -0
- package/node_modules/es-toolkit/compat/zipObjectDeep.d.ts +1 -0
- package/node_modules/es-toolkit/compat/zipObjectDeep.js +1 -0
- package/node_modules/es-toolkit/compat/zipWith.d.ts +1 -0
- package/node_modules/es-toolkit/compat/zipWith.js +1 -0
- package/node_modules/es-toolkit/compat.d.ts +1 -0
- package/node_modules/es-toolkit/compat.js +1 -0
- package/node_modules/es-toolkit/dist/_internal/compareValues.js +15 -0
- package/node_modules/es-toolkit/dist/_internal/compareValues.mjs +11 -0
- package/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +9 -0
- package/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/at.d.mts +18 -0
- package/node_modules/es-toolkit/dist/array/at.d.ts +18 -0
- package/node_modules/es-toolkit/dist/array/at.js +19 -0
- package/node_modules/es-toolkit/dist/array/at.mjs +15 -0
- package/node_modules/es-toolkit/dist/array/chunk.d.mts +26 -0
- package/node_modules/es-toolkit/dist/array/chunk.d.ts +26 -0
- package/node_modules/es-toolkit/dist/array/chunk.js +19 -0
- package/node_modules/es-toolkit/dist/array/chunk.mjs +15 -0
- package/node_modules/es-toolkit/dist/array/compact.d.mts +15 -0
- package/node_modules/es-toolkit/dist/array/compact.d.ts +15 -0
- package/node_modules/es-toolkit/dist/array/compact.js +16 -0
- package/node_modules/es-toolkit/dist/array/compact.mjs +12 -0
- package/node_modules/es-toolkit/dist/array/countBy.d.mts +30 -0
- package/node_modules/es-toolkit/dist/array/countBy.d.ts +30 -0
- package/node_modules/es-toolkit/dist/array/countBy.js +15 -0
- package/node_modules/es-toolkit/dist/array/countBy.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/difference.d.mts +25 -0
- package/node_modules/es-toolkit/dist/array/difference.d.ts +25 -0
- package/node_modules/es-toolkit/dist/array/difference.js +10 -0
- package/node_modules/es-toolkit/dist/array/difference.mjs +6 -0
- package/node_modules/es-toolkit/dist/array/differenceBy.d.mts +35 -0
- package/node_modules/es-toolkit/dist/array/differenceBy.d.ts +35 -0
- package/node_modules/es-toolkit/dist/array/differenceBy.js +12 -0
- package/node_modules/es-toolkit/dist/array/differenceBy.mjs +8 -0
- package/node_modules/es-toolkit/dist/array/differenceWith.d.mts +31 -0
- package/node_modules/es-toolkit/dist/array/differenceWith.d.ts +31 -0
- package/node_modules/es-toolkit/dist/array/differenceWith.js +13 -0
- package/node_modules/es-toolkit/dist/array/differenceWith.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/drop.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/drop.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/drop.js +10 -0
- package/node_modules/es-toolkit/dist/array/drop.mjs +6 -0
- package/node_modules/es-toolkit/dist/array/dropRight.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/dropRight.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/dropRight.js +13 -0
- package/node_modules/es-toolkit/dist/array/dropRight.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/dropRightWhile.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/dropRightWhile.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/dropRightWhile.js +14 -0
- package/node_modules/es-toolkit/dist/array/dropRightWhile.mjs +10 -0
- package/node_modules/es-toolkit/dist/array/dropWhile.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/dropWhile.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/dropWhile.js +13 -0
- package/node_modules/es-toolkit/dist/array/dropWhile.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/fill.d.mts +88 -0
- package/node_modules/es-toolkit/dist/array/fill.d.ts +88 -0
- package/node_modules/es-toolkit/dist/array/fill.js +15 -0
- package/node_modules/es-toolkit/dist/array/fill.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/filterAsync.d.mts +35 -0
- package/node_modules/es-toolkit/dist/array/filterAsync.d.ts +35 -0
- package/node_modules/es-toolkit/dist/array/filterAsync.js +15 -0
- package/node_modules/es-toolkit/dist/array/filterAsync.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/flatMap.d.mts +23 -0
- package/node_modules/es-toolkit/dist/array/flatMap.d.ts +23 -0
- package/node_modules/es-toolkit/dist/array/flatMap.js +11 -0
- package/node_modules/es-toolkit/dist/array/flatMap.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/flatMapAsync.d.mts +37 -0
- package/node_modules/es-toolkit/dist/array/flatMapAsync.d.ts +37 -0
- package/node_modules/es-toolkit/dist/array/flatMapAsync.js +16 -0
- package/node_modules/es-toolkit/dist/array/flatMapAsync.mjs +12 -0
- package/node_modules/es-toolkit/dist/array/flatMapDeep.d.mts +18 -0
- package/node_modules/es-toolkit/dist/array/flatMapDeep.d.ts +18 -0
- package/node_modules/es-toolkit/dist/array/flatMapDeep.js +11 -0
- package/node_modules/es-toolkit/dist/array/flatMapDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/flatten.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/flatten.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/flatten.js +23 -0
- package/node_modules/es-toolkit/dist/array/flatten.mjs +19 -0
- package/node_modules/es-toolkit/dist/array/flattenDeep.d.mts +25 -0
- package/node_modules/es-toolkit/dist/array/flattenDeep.d.ts +25 -0
- package/node_modules/es-toolkit/dist/array/flattenDeep.js +11 -0
- package/node_modules/es-toolkit/dist/array/flattenDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/forEachAsync.d.mts +35 -0
- package/node_modules/es-toolkit/dist/array/forEachAsync.d.ts +35 -0
- package/node_modules/es-toolkit/dist/array/forEachAsync.js +14 -0
- package/node_modules/es-toolkit/dist/array/forEachAsync.mjs +10 -0
- package/node_modules/es-toolkit/dist/array/forEachRight.d.mts +48 -0
- package/node_modules/es-toolkit/dist/array/forEachRight.d.ts +48 -0
- package/node_modules/es-toolkit/dist/array/forEachRight.js +12 -0
- package/node_modules/es-toolkit/dist/array/forEachRight.mjs +8 -0
- package/node_modules/es-toolkit/dist/array/groupBy.d.mts +35 -0
- package/node_modules/es-toolkit/dist/array/groupBy.d.ts +35 -0
- package/node_modules/es-toolkit/dist/array/groupBy.js +18 -0
- package/node_modules/es-toolkit/dist/array/groupBy.mjs +14 -0
- package/node_modules/es-toolkit/dist/array/head.d.mts +34 -0
- package/node_modules/es-toolkit/dist/array/head.d.ts +34 -0
- package/node_modules/es-toolkit/dist/array/head.js +9 -0
- package/node_modules/es-toolkit/dist/array/head.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/index.d.mts +66 -0
- package/node_modules/es-toolkit/dist/array/index.d.ts +66 -0
- package/node_modules/es-toolkit/dist/array/index.js +139 -0
- package/node_modules/es-toolkit/dist/array/index.mjs +66 -0
- package/node_modules/es-toolkit/dist/array/initial.d.mts +54 -0
- package/node_modules/es-toolkit/dist/array/initial.d.ts +54 -0
- package/node_modules/es-toolkit/dist/array/initial.js +9 -0
- package/node_modules/es-toolkit/dist/array/initial.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/intersection.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/intersection.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/intersection.js +12 -0
- package/node_modules/es-toolkit/dist/array/intersection.mjs +8 -0
- package/node_modules/es-toolkit/dist/array/intersectionBy.d.mts +36 -0
- package/node_modules/es-toolkit/dist/array/intersectionBy.d.ts +36 -0
- package/node_modules/es-toolkit/dist/array/intersectionBy.js +10 -0
- package/node_modules/es-toolkit/dist/array/intersectionBy.mjs +6 -0
- package/node_modules/es-toolkit/dist/array/intersectionWith.d.mts +37 -0
- package/node_modules/es-toolkit/dist/array/intersectionWith.d.ts +37 -0
- package/node_modules/es-toolkit/dist/array/intersectionWith.js +13 -0
- package/node_modules/es-toolkit/dist/array/intersectionWith.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/isSubset.d.mts +26 -0
- package/node_modules/es-toolkit/dist/array/isSubset.d.ts +26 -0
- package/node_modules/es-toolkit/dist/array/isSubset.js +11 -0
- package/node_modules/es-toolkit/dist/array/isSubset.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/isSubsetWith.d.mts +33 -0
- package/node_modules/es-toolkit/dist/array/isSubsetWith.d.ts +33 -0
- package/node_modules/es-toolkit/dist/array/isSubsetWith.js +11 -0
- package/node_modules/es-toolkit/dist/array/isSubsetWith.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/keyBy.d.mts +30 -0
- package/node_modules/es-toolkit/dist/array/keyBy.d.ts +30 -0
- package/node_modules/es-toolkit/dist/array/keyBy.js +15 -0
- package/node_modules/es-toolkit/dist/array/keyBy.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/last.d.mts +48 -0
- package/node_modules/es-toolkit/dist/array/last.d.ts +48 -0
- package/node_modules/es-toolkit/dist/array/last.js +9 -0
- package/node_modules/es-toolkit/dist/array/last.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/limitAsync.d.mts +34 -0
- package/node_modules/es-toolkit/dist/array/limitAsync.d.ts +34 -0
- package/node_modules/es-toolkit/dist/array/limitAsync.js +20 -0
- package/node_modules/es-toolkit/dist/array/limitAsync.mjs +16 -0
- package/node_modules/es-toolkit/dist/array/mapAsync.d.mts +34 -0
- package/node_modules/es-toolkit/dist/array/mapAsync.d.ts +34 -0
- package/node_modules/es-toolkit/dist/array/mapAsync.js +14 -0
- package/node_modules/es-toolkit/dist/array/mapAsync.mjs +10 -0
- package/node_modules/es-toolkit/dist/array/maxBy.d.mts +45 -0
- package/node_modules/es-toolkit/dist/array/maxBy.d.ts +45 -0
- package/node_modules/es-toolkit/dist/array/maxBy.js +22 -0
- package/node_modules/es-toolkit/dist/array/maxBy.mjs +18 -0
- package/node_modules/es-toolkit/dist/array/minBy.d.mts +45 -0
- package/node_modules/es-toolkit/dist/array/minBy.d.ts +45 -0
- package/node_modules/es-toolkit/dist/array/minBy.js +22 -0
- package/node_modules/es-toolkit/dist/array/minBy.mjs +18 -0
- package/node_modules/es-toolkit/dist/array/orderBy.d.mts +37 -0
- package/node_modules/es-toolkit/dist/array/orderBy.d.ts +37 -0
- package/node_modules/es-toolkit/dist/array/orderBy.js +25 -0
- package/node_modules/es-toolkit/dist/array/orderBy.mjs +21 -0
- package/node_modules/es-toolkit/dist/array/partition.d.mts +49 -0
- package/node_modules/es-toolkit/dist/array/partition.d.ts +49 -0
- package/node_modules/es-toolkit/dist/array/partition.js +20 -0
- package/node_modules/es-toolkit/dist/array/partition.mjs +16 -0
- package/node_modules/es-toolkit/dist/array/pull.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/pull.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/pull.js +22 -0
- package/node_modules/es-toolkit/dist/array/pull.mjs +18 -0
- package/node_modules/es-toolkit/dist/array/pullAt.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/pullAt.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/pullAt.js +16 -0
- package/node_modules/es-toolkit/dist/array/pullAt.mjs +12 -0
- package/node_modules/es-toolkit/dist/array/reduceAsync.d.mts +71 -0
- package/node_modules/es-toolkit/dist/array/reduceAsync.d.ts +71 -0
- package/node_modules/es-toolkit/dist/array/reduceAsync.js +18 -0
- package/node_modules/es-toolkit/dist/array/reduceAsync.mjs +14 -0
- package/node_modules/es-toolkit/dist/array/remove.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/remove.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/remove.js +24 -0
- package/node_modules/es-toolkit/dist/array/remove.mjs +20 -0
- package/node_modules/es-toolkit/dist/array/sample.d.mts +17 -0
- package/node_modules/es-toolkit/dist/array/sample.d.ts +17 -0
- package/node_modules/es-toolkit/dist/array/sample.js +10 -0
- package/node_modules/es-toolkit/dist/array/sample.mjs +6 -0
- package/node_modules/es-toolkit/dist/array/sampleSize.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/sampleSize.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/sampleSize.js +24 -0
- package/node_modules/es-toolkit/dist/array/sampleSize.mjs +20 -0
- package/node_modules/es-toolkit/dist/array/shuffle.d.mts +17 -0
- package/node_modules/es-toolkit/dist/array/shuffle.d.ts +17 -0
- package/node_modules/es-toolkit/dist/array/shuffle.js +14 -0
- package/node_modules/es-toolkit/dist/array/shuffle.mjs +10 -0
- package/node_modules/es-toolkit/dist/array/sortBy.d.mts +35 -0
- package/node_modules/es-toolkit/dist/array/sortBy.d.ts +35 -0
- package/node_modules/es-toolkit/dist/array/sortBy.js +11 -0
- package/node_modules/es-toolkit/dist/array/sortBy.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/tail.d.mts +67 -0
- package/node_modules/es-toolkit/dist/array/tail.d.ts +67 -0
- package/node_modules/es-toolkit/dist/array/tail.js +9 -0
- package/node_modules/es-toolkit/dist/array/tail.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/take.d.mts +31 -0
- package/node_modules/es-toolkit/dist/array/take.d.ts +31 -0
- package/node_modules/es-toolkit/dist/array/take.js +12 -0
- package/node_modules/es-toolkit/dist/array/take.mjs +8 -0
- package/node_modules/es-toolkit/dist/array/takeRight.d.mts +24 -0
- package/node_modules/es-toolkit/dist/array/takeRight.d.ts +24 -0
- package/node_modules/es-toolkit/dist/array/takeRight.js +15 -0
- package/node_modules/es-toolkit/dist/array/takeRight.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/takeRightWhile.d.mts +20 -0
- package/node_modules/es-toolkit/dist/array/takeRightWhile.d.ts +20 -0
- package/node_modules/es-toolkit/dist/array/takeRightWhile.js +14 -0
- package/node_modules/es-toolkit/dist/array/takeRightWhile.mjs +10 -0
- package/node_modules/es-toolkit/dist/array/takeWhile.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/takeWhile.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/takeWhile.js +17 -0
- package/node_modules/es-toolkit/dist/array/takeWhile.mjs +13 -0
- package/node_modules/es-toolkit/dist/array/toFilled.d.mts +92 -0
- package/node_modules/es-toolkit/dist/array/toFilled.d.ts +92 -0
- package/node_modules/es-toolkit/dist/array/toFilled.js +16 -0
- package/node_modules/es-toolkit/dist/array/toFilled.mjs +12 -0
- package/node_modules/es-toolkit/dist/array/union.d.mts +20 -0
- package/node_modules/es-toolkit/dist/array/union.d.ts +20 -0
- package/node_modules/es-toolkit/dist/array/union.js +11 -0
- package/node_modules/es-toolkit/dist/array/union.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/unionBy.d.mts +25 -0
- package/node_modules/es-toolkit/dist/array/unionBy.d.ts +25 -0
- package/node_modules/es-toolkit/dist/array/unionBy.js +11 -0
- package/node_modules/es-toolkit/dist/array/unionBy.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/unionWith.d.mts +23 -0
- package/node_modules/es-toolkit/dist/array/unionWith.d.ts +23 -0
- package/node_modules/es-toolkit/dist/array/unionWith.js +11 -0
- package/node_modules/es-toolkit/dist/array/unionWith.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/uniq.d.mts +18 -0
- package/node_modules/es-toolkit/dist/array/uniq.d.ts +18 -0
- package/node_modules/es-toolkit/dist/array/uniq.js +9 -0
- package/node_modules/es-toolkit/dist/array/uniq.mjs +5 -0
- package/node_modules/es-toolkit/dist/array/uniqBy.d.mts +29 -0
- package/node_modules/es-toolkit/dist/array/uniqBy.d.ts +29 -0
- package/node_modules/es-toolkit/dist/array/uniqBy.js +17 -0
- package/node_modules/es-toolkit/dist/array/uniqBy.mjs +13 -0
- package/node_modules/es-toolkit/dist/array/uniqWith.d.mts +18 -0
- package/node_modules/es-toolkit/dist/array/uniqWith.d.ts +18 -0
- package/node_modules/es-toolkit/dist/array/uniqWith.js +17 -0
- package/node_modules/es-toolkit/dist/array/uniqWith.mjs +13 -0
- package/node_modules/es-toolkit/dist/array/unzip.d.mts +19 -0
- package/node_modules/es-toolkit/dist/array/unzip.d.ts +19 -0
- package/node_modules/es-toolkit/dist/array/unzip.js +22 -0
- package/node_modules/es-toolkit/dist/array/unzip.mjs +18 -0
- package/node_modules/es-toolkit/dist/array/unzipWith.d.mts +17 -0
- package/node_modules/es-toolkit/dist/array/unzipWith.d.ts +17 -0
- package/node_modules/es-toolkit/dist/array/unzipWith.js +18 -0
- package/node_modules/es-toolkit/dist/array/unzipWith.mjs +14 -0
- package/node_modules/es-toolkit/dist/array/windowed.d.mts +50 -0
- package/node_modules/es-toolkit/dist/array/windowed.d.ts +50 -0
- package/node_modules/es-toolkit/dist/array/windowed.js +20 -0
- package/node_modules/es-toolkit/dist/array/windowed.mjs +16 -0
- package/node_modules/es-toolkit/dist/array/without.d.mts +23 -0
- package/node_modules/es-toolkit/dist/array/without.d.ts +23 -0
- package/node_modules/es-toolkit/dist/array/without.js +11 -0
- package/node_modules/es-toolkit/dist/array/without.mjs +7 -0
- package/node_modules/es-toolkit/dist/array/xor.d.mts +20 -0
- package/node_modules/es-toolkit/dist/array/xor.d.ts +20 -0
- package/node_modules/es-toolkit/dist/array/xor.js +13 -0
- package/node_modules/es-toolkit/dist/array/xor.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/xorBy.d.mts +22 -0
- package/node_modules/es-toolkit/dist/array/xorBy.d.ts +22 -0
- package/node_modules/es-toolkit/dist/array/xorBy.js +15 -0
- package/node_modules/es-toolkit/dist/array/xorBy.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/xorWith.d.mts +21 -0
- package/node_modules/es-toolkit/dist/array/xorWith.d.ts +21 -0
- package/node_modules/es-toolkit/dist/array/xorWith.js +15 -0
- package/node_modules/es-toolkit/dist/array/xorWith.mjs +11 -0
- package/node_modules/es-toolkit/dist/array/zip.d.mts +106 -0
- package/node_modules/es-toolkit/dist/array/zip.d.ts +106 -0
- package/node_modules/es-toolkit/dist/array/zip.js +24 -0
- package/node_modules/es-toolkit/dist/array/zip.mjs +20 -0
- package/node_modules/es-toolkit/dist/array/zipObject.d.mts +33 -0
- package/node_modules/es-toolkit/dist/array/zipObject.d.ts +33 -0
- package/node_modules/es-toolkit/dist/array/zipObject.js +13 -0
- package/node_modules/es-toolkit/dist/array/zipObject.mjs +9 -0
- package/node_modules/es-toolkit/dist/array/zipWith.d.mts +72 -0
- package/node_modules/es-toolkit/dist/array/zipWith.d.ts +72 -0
- package/node_modules/es-toolkit/dist/array/zipWith.js +17 -0
- package/node_modules/es-toolkit/dist/array/zipWith.mjs +13 -0
- package/node_modules/es-toolkit/dist/browser.global.js +1 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ArrayIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ArrayIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ConformsPredicateObject.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ConformsPredicateObject.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/EmptyObjectOf.d.mts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/EmptyObjectOf.d.ts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/Equals.d.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/Equals.d.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/GetFieldType.d.mts +12 -0
- package/node_modules/es-toolkit/dist/compat/_internal/GetFieldType.d.ts +12 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsEqualCustomizer.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsMatchWithCustomizer.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsWritable.d.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IsWritable.d.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IterateeShorthand.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/IterateeShorthand.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIteratee.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIteratee.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIterateeCustom.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIterateeCustom.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIteratorTypeGuard.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListIteratorTypeGuard.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListOfRecursiveArraysOrValues.d.mts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ListOfRecursiveArraysOrValues.d.ts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.js +7 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MAX_ARRAY_LENGTH.mjs +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.js +7 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MAX_SAFE_INTEGER.mjs +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/Many.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/Many.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MemoListIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MemoListIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MemoObjectIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MemoObjectIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MutableList.d.d.mts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/MutableList.d.d.ts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ObjectIteratee.d.mts +7 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ObjectIteratee.d.ts +7 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.mts +4 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ObjectIterator.d.ts +4 -0
- package/node_modules/es-toolkit/dist/compat/_internal/PartialShallow.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/PartialShallow.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/PropertyPath.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/PropertyPath.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/RecursiveArray.d.mts +4 -0
- package/node_modules/es-toolkit/dist/compat/_internal/RecursiveArray.d.ts +4 -0
- package/node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.mts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/RejectReadonly.d.d.ts +6 -0
- package/node_modules/es-toolkit/dist/compat/_internal/StringIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/StringIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/TupleIterator.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/TupleIterator.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIteratee.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIteratee.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIterateeCustom.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIterateeCustom.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIteratorTypeGuard.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueIteratorTypeGuard.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIteratee.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIterateeTypeGuard.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/ValueKeyIterateeTypeGuard.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/_internal/assignValue.js +14 -0
- package/node_modules/es-toolkit/dist/compat/_internal/assignValue.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/_internal/compareValues.js +37 -0
- package/node_modules/es-toolkit/dist/compat/_internal/compareValues.mjs +33 -0
- package/node_modules/es-toolkit/dist/compat/_internal/copyArray.js +14 -0
- package/node_modules/es-toolkit/dist/compat/_internal/copyArray.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.js +23 -0
- package/node_modules/es-toolkit/dist/compat/_internal/decimalAdjust.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.js +21 -0
- package/node_modules/es-toolkit/dist/compat/_internal/flattenArrayLike.mjs +17 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +9 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getSymbols.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.js +16 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getSymbolsIn.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getTag.js +12 -0
- package/node_modules/es-toolkit/dist/compat/_internal/getTag.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +17 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +20 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isIndex.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.js +21 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isIterateeCall.mjs +17 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isKey.js +20 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isKey.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +11 -0
- package/node_modules/es-toolkit/dist/compat/_internal/isPrototype.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.js +15 -0
- package/node_modules/es-toolkit/dist/compat/_internal/mapToEntries.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js +14 -0
- package/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/_internal/setToEntries.js +15 -0
- package/node_modules/es-toolkit/dist/compat/_internal/setToEntries.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/_internal/tags.js +57 -0
- package/node_modules/es-toolkit/dist/compat/_internal/tags.mjs +28 -0
- package/node_modules/es-toolkit/dist/compat/_internal/toArray.js +9 -0
- package/node_modules/es-toolkit/dist/compat/_internal/toArray.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/_internal/toKey.js +15 -0
- package/node_modules/es-toolkit/dist/compat/_internal/toKey.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/castArray.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/array/castArray.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/array/castArray.js +12 -0
- package/node_modules/es-toolkit/dist/compat/array/castArray.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/array/chunk.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/chunk.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/chunk.js +17 -0
- package/node_modules/es-toolkit/dist/compat/array/chunk.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/array/compact.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/compact.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/compact.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/compact.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/concat.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/concat.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/concat.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/concat.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/countBy.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/array/countBy.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/array/countBy.js +23 -0
- package/node_modules/es-toolkit/dist/compat/array/countBy.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/array/difference.d.mts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/difference.d.ts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/difference.js +24 -0
- package/node_modules/es-toolkit/dist/compat/array/difference.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceBy.d.mts +108 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceBy.d.ts +108 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceBy.js +24 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceBy.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceWith.d.mts +91 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceWith.d.ts +91 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceWith.js +23 -0
- package/node_modules/es-toolkit/dist/compat/array/differenceWith.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/array/drop.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/drop.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/drop.js +18 -0
- package/node_modules/es-toolkit/dist/compat/array/drop.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRight.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRight.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRight.js +18 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRight.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRightWhile.d.mts +37 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRightWhile.d.ts +37 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRightWhile.js +41 -0
- package/node_modules/es-toolkit/dist/compat/array/dropRightWhile.mjs +37 -0
- package/node_modules/es-toolkit/dist/compat/array/dropWhile.d.mts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/dropWhile.d.ts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/dropWhile.js +42 -0
- package/node_modules/es-toolkit/dist/compat/array/dropWhile.mjs +38 -0
- package/node_modules/es-toolkit/dist/compat/array/every.d.mts +64 -0
- package/node_modules/es-toolkit/dist/compat/array/every.d.ts +64 -0
- package/node_modules/es-toolkit/dist/compat/array/every.js +64 -0
- package/node_modules/es-toolkit/dist/compat/array/every.mjs +60 -0
- package/node_modules/es-toolkit/dist/compat/array/fill.d.mts +53 -0
- package/node_modules/es-toolkit/dist/compat/array/fill.d.ts +53 -0
- package/node_modules/es-toolkit/dist/compat/array/fill.js +27 -0
- package/node_modules/es-toolkit/dist/compat/array/fill.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/array/filter.d.mts +74 -0
- package/node_modules/es-toolkit/dist/compat/array/filter.d.ts +74 -0
- package/node_modules/es-toolkit/dist/compat/array/filter.js +38 -0
- package/node_modules/es-toolkit/dist/compat/array/filter.mjs +34 -0
- package/node_modules/es-toolkit/dist/compat/array/find.d.mts +65 -0
- package/node_modules/es-toolkit/dist/compat/array/find.d.ts +65 -0
- package/node_modules/es-toolkit/dist/compat/array/find.js +30 -0
- package/node_modules/es-toolkit/dist/compat/array/find.mjs +26 -0
- package/node_modules/es-toolkit/dist/compat/array/findIndex.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/array/findIndex.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/array/findIndex.js +43 -0
- package/node_modules/es-toolkit/dist/compat/array/findIndex.mjs +39 -0
- package/node_modules/es-toolkit/dist/compat/array/findLast.d.mts +82 -0
- package/node_modules/es-toolkit/dist/compat/array/findLast.d.ts +82 -0
- package/node_modules/es-toolkit/dist/compat/array/findLast.js +36 -0
- package/node_modules/es-toolkit/dist/compat/array/findLast.mjs +32 -0
- package/node_modules/es-toolkit/dist/compat/array/findLastIndex.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/array/findLastIndex.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/array/findLastIndex.js +44 -0
- package/node_modules/es-toolkit/dist/compat/array/findLastIndex.mjs +40 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMap.d.mts +93 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMap.d.ts +93 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMap.js +17 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMap.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDeep.d.mts +82 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDeep.d.ts +82 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDeep.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDepth.d.mts +86 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDepth.d.ts +86 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDepth.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/flatMapDepth.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/flatten.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/flatten.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/flatten.js +36 -0
- package/node_modules/es-toolkit/dist/compat/array/flatten.mjs +32 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDeep.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDeep.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDeep.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDepth.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDepth.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDepth.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/flattenDepth.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/forEach.d.mts +110 -0
- package/node_modules/es-toolkit/dist/compat/array/forEach.d.ts +110 -0
- package/node_modules/es-toolkit/dist/compat/array/forEach.js +25 -0
- package/node_modules/es-toolkit/dist/compat/array/forEach.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/array/forEachRight.d.mts +110 -0
- package/node_modules/es-toolkit/dist/compat/array/forEachRight.d.ts +110 -0
- package/node_modules/es-toolkit/dist/compat/array/forEachRight.js +25 -0
- package/node_modules/es-toolkit/dist/compat/array/forEachRight.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/array/groupBy.d.mts +35 -0
- package/node_modules/es-toolkit/dist/compat/array/groupBy.d.ts +35 -0
- package/node_modules/es-toolkit/dist/compat/array/groupBy.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/groupBy.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/head.d.mts +32 -0
- package/node_modules/es-toolkit/dist/compat/array/head.d.ts +32 -0
- package/node_modules/es-toolkit/dist/compat/array/head.js +16 -0
- package/node_modules/es-toolkit/dist/compat/array/head.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/array/includes.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/includes.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/includes.js +44 -0
- package/node_modules/es-toolkit/dist/compat/array/includes.mjs +40 -0
- package/node_modules/es-toolkit/dist/compat/array/indexOf.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/indexOf.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/indexOf.js +26 -0
- package/node_modules/es-toolkit/dist/compat/array/indexOf.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/array/initial.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/initial.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/initial.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/initial.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/intersection.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/intersection.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/intersection.js +27 -0
- package/node_modules/es-toolkit/dist/compat/array/intersection.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionBy.d.mts +73 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionBy.d.ts +73 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionBy.js +40 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionBy.mjs +36 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionWith.d.mts +68 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionWith.d.ts +68 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionWith.js +46 -0
- package/node_modules/es-toolkit/dist/compat/array/intersectionWith.mjs +42 -0
- package/node_modules/es-toolkit/dist/compat/array/invokeMap.d.mts +32 -0
- package/node_modules/es-toolkit/dist/compat/array/invokeMap.d.ts +32 -0
- package/node_modules/es-toolkit/dist/compat/array/invokeMap.js +40 -0
- package/node_modules/es-toolkit/dist/compat/array/invokeMap.mjs +36 -0
- package/node_modules/es-toolkit/dist/compat/array/join.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/join.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/array/join.js +14 -0
- package/node_modules/es-toolkit/dist/compat/array/join.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/array/keyBy.d.mts +39 -0
- package/node_modules/es-toolkit/dist/compat/array/keyBy.d.ts +39 -0
- package/node_modules/es-toolkit/dist/compat/array/keyBy.js +23 -0
- package/node_modules/es-toolkit/dist/compat/array/keyBy.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/array/last.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/last.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/last.js +16 -0
- package/node_modules/es-toolkit/dist/compat/array/last.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/array/lastIndexOf.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/lastIndexOf.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/lastIndexOf.js +26 -0
- package/node_modules/es-toolkit/dist/compat/array/lastIndexOf.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/array/map.d.mts +112 -0
- package/node_modules/es-toolkit/dist/compat/array/map.d.ts +112 -0
- package/node_modules/es-toolkit/dist/compat/array/map.js +25 -0
- package/node_modules/es-toolkit/dist/compat/array/map.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/array/nth.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/array/nth.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/array/nth.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/nth.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/orderBy.d.mts +84 -0
- package/node_modules/es-toolkit/dist/compat/array/orderBy.d.ts +84 -0
- package/node_modules/es-toolkit/dist/compat/array/orderBy.js +82 -0
- package/node_modules/es-toolkit/dist/compat/array/orderBy.mjs +78 -0
- package/node_modules/es-toolkit/dist/compat/array/partition.d.mts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/partition.d.ts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/partition.js +29 -0
- package/node_modules/es-toolkit/dist/compat/array/partition.mjs +25 -0
- package/node_modules/es-toolkit/dist/compat/array/pull.d.mts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/pull.d.ts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/pull.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/pull.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAll.d.mts +41 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAll.d.ts +41 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAll.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAll.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllBy.d.mts +86 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllBy.d.ts +86 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllBy.js +26 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllBy.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllWith.d.mts +89 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllWith.d.ts +89 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllWith.js +37 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAllWith.mjs +33 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAt.d.mts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAt.d.ts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAt.js +38 -0
- package/node_modules/es-toolkit/dist/compat/array/pullAt.mjs +34 -0
- package/node_modules/es-toolkit/dist/compat/array/reduce.d.mts +80 -0
- package/node_modules/es-toolkit/dist/compat/array/reduce.d.ts +80 -0
- package/node_modules/es-toolkit/dist/compat/array/reduce.js +37 -0
- package/node_modules/es-toolkit/dist/compat/array/reduce.mjs +33 -0
- package/node_modules/es-toolkit/dist/compat/array/reduceRight.d.mts +118 -0
- package/node_modules/es-toolkit/dist/compat/array/reduceRight.d.ts +118 -0
- package/node_modules/es-toolkit/dist/compat/array/reduceRight.js +43 -0
- package/node_modules/es-toolkit/dist/compat/array/reduceRight.mjs +39 -0
- package/node_modules/es-toolkit/dist/compat/array/reject.d.mts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/reject.d.ts +50 -0
- package/node_modules/es-toolkit/dist/compat/array/reject.js +14 -0
- package/node_modules/es-toolkit/dist/compat/array/reject.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/array/remove.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/array/remove.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/array/remove.js +13 -0
- package/node_modules/es-toolkit/dist/compat/array/remove.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/array/reverse.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/reverse.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/reverse.js +12 -0
- package/node_modules/es-toolkit/dist/compat/array/reverse.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/array/sample.d.mts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/sample.d.ts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/sample.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/sample.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/sampleSize.d.mts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/sampleSize.d.ts +28 -0
- package/node_modules/es-toolkit/dist/compat/array/sampleSize.js +22 -0
- package/node_modules/es-toolkit/dist/compat/array/sampleSize.mjs +18 -0
- package/node_modules/es-toolkit/dist/compat/array/shuffle.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/shuffle.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/array/shuffle.js +28 -0
- package/node_modules/es-toolkit/dist/compat/array/shuffle.mjs +24 -0
- package/node_modules/es-toolkit/dist/compat/array/size.d.mts +39 -0
- package/node_modules/es-toolkit/dist/compat/array/size.d.ts +39 -0
- package/node_modules/es-toolkit/dist/compat/array/size.js +17 -0
- package/node_modules/es-toolkit/dist/compat/array/size.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/array/slice.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/slice.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/slice.js +43 -0
- package/node_modules/es-toolkit/dist/compat/array/slice.mjs +39 -0
- package/node_modules/es-toolkit/dist/compat/array/some.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/array/some.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/array/some.js +86 -0
- package/node_modules/es-toolkit/dist/compat/array/some.mjs +82 -0
- package/node_modules/es-toolkit/dist/compat/array/sortBy.d.mts +73 -0
- package/node_modules/es-toolkit/dist/compat/array/sortBy.d.ts +73 -0
- package/node_modules/es-toolkit/dist/compat/array/sortBy.js +20 -0
- package/node_modules/es-toolkit/dist/compat/array/sortBy.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndex.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndex.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndex.js +35 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndex.mjs +31 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.js +63 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexBy.mjs +59 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.d.mts +34 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.d.ts +34 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedIndexOf.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.js +35 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndex.mjs +31 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.js +11 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexBy.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.d.mts +35 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.d.ts +35 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.js +19 -0
- package/node_modules/es-toolkit/dist/compat/array/sortedLastIndexOf.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/array/tail.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/array/tail.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/array/tail.js +16 -0
- package/node_modules/es-toolkit/dist/compat/array/tail.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/array/take.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/take.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/take.js +18 -0
- package/node_modules/es-toolkit/dist/compat/array/take.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRight.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRight.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRight.js +18 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRight.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRightWhile.d.mts +36 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRightWhile.d.ts +36 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRightWhile.js +20 -0
- package/node_modules/es-toolkit/dist/compat/array/takeRightWhile.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/array/takeWhile.d.mts +36 -0
- package/node_modules/es-toolkit/dist/compat/array/takeWhile.d.ts +36 -0
- package/node_modules/es-toolkit/dist/compat/array/takeWhile.js +20 -0
- package/node_modules/es-toolkit/dist/compat/array/takeWhile.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/array/union.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/union.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/union.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/union.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/unionBy.d.mts +93 -0
- package/node_modules/es-toolkit/dist/compat/array/unionBy.d.ts +93 -0
- package/node_modules/es-toolkit/dist/compat/array/unionBy.js +21 -0
- package/node_modules/es-toolkit/dist/compat/array/unionBy.mjs +17 -0
- package/node_modules/es-toolkit/dist/compat/array/unionWith.d.mts +52 -0
- package/node_modules/es-toolkit/dist/compat/array/unionWith.d.ts +52 -0
- package/node_modules/es-toolkit/dist/compat/array/unionWith.js +20 -0
- package/node_modules/es-toolkit/dist/compat/array/unionWith.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/array/uniq.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/uniq.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/array/uniq.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/uniq.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqBy.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqBy.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqBy.js +17 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqBy.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqWith.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqWith.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqWith.js +16 -0
- package/node_modules/es-toolkit/dist/compat/array/uniqWith.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/array/unzip.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/unzip.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/array/unzip.js +18 -0
- package/node_modules/es-toolkit/dist/compat/array/unzip.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/array/unzipWith.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/unzipWith.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/array/unzipWith.js +25 -0
- package/node_modules/es-toolkit/dist/compat/array/unzipWith.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/array/without.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/array/without.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/array/without.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/without.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/xor.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/array/xor.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/array/xor.js +34 -0
- package/node_modules/es-toolkit/dist/compat/array/xor.mjs +30 -0
- package/node_modules/es-toolkit/dist/compat/array/xorBy.d.mts +56 -0
- package/node_modules/es-toolkit/dist/compat/array/xorBy.d.ts +56 -0
- package/node_modules/es-toolkit/dist/compat/array/xorBy.js +27 -0
- package/node_modules/es-toolkit/dist/compat/array/xorBy.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/array/xorWith.d.mts +52 -0
- package/node_modules/es-toolkit/dist/compat/array/xorWith.d.ts +52 -0
- package/node_modules/es-toolkit/dist/compat/array/xorWith.js +25 -0
- package/node_modules/es-toolkit/dist/compat/array/xorWith.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/array/zip.d.mts +186 -0
- package/node_modules/es-toolkit/dist/compat/array/zip.d.ts +186 -0
- package/node_modules/es-toolkit/dist/compat/array/zip.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/zip.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObject.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObject.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObject.js +15 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObject.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.d.mts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.d.ts +38 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.js +27 -0
- package/node_modules/es-toolkit/dist/compat/array/zipObjectDeep.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/array/zipWith.d.mts +92 -0
- package/node_modules/es-toolkit/dist/compat/array/zipWith.d.ts +92 -0
- package/node_modules/es-toolkit/dist/compat/array/zipWith.js +24 -0
- package/node_modules/es-toolkit/dist/compat/array/zipWith.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/compat.d.mts +291 -0
- package/node_modules/es-toolkit/dist/compat/compat.d.ts +291 -0
- package/node_modules/es-toolkit/dist/compat/compat.js +595 -0
- package/node_modules/es-toolkit/dist/compat/compat.mjs +291 -0
- package/node_modules/es-toolkit/dist/compat/function/after.d.mts +24 -0
- package/node_modules/es-toolkit/dist/compat/function/after.d.ts +24 -0
- package/node_modules/es-toolkit/dist/compat/function/after.js +19 -0
- package/node_modules/es-toolkit/dist/compat/function/after.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/function/ary.d.mts +24 -0
- package/node_modules/es-toolkit/dist/compat/function/ary.d.ts +24 -0
- package/node_modules/es-toolkit/dist/compat/function/ary.js +17 -0
- package/node_modules/es-toolkit/dist/compat/function/ary.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/function/attempt.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/function/attempt.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/function/attempt.js +14 -0
- package/node_modules/es-toolkit/dist/compat/function/attempt.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/function/before.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/function/before.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/function/before.js +24 -0
- package/node_modules/es-toolkit/dist/compat/function/before.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/function/bind.d.mts +32 -0
- package/node_modules/es-toolkit/dist/compat/function/bind.d.ts +32 -0
- package/node_modules/es-toolkit/dist/compat/function/bind.js +31 -0
- package/node_modules/es-toolkit/dist/compat/function/bind.mjs +27 -0
- package/node_modules/es-toolkit/dist/compat/function/bindKey.d.mts +45 -0
- package/node_modules/es-toolkit/dist/compat/function/bindKey.d.ts +45 -0
- package/node_modules/es-toolkit/dist/compat/function/bindKey.js +31 -0
- package/node_modules/es-toolkit/dist/compat/function/bindKey.mjs +27 -0
- package/node_modules/es-toolkit/dist/compat/function/curry.d.mts +154 -0
- package/node_modules/es-toolkit/dist/compat/function/curry.d.ts +154 -0
- package/node_modules/es-toolkit/dist/compat/function/curry.js +61 -0
- package/node_modules/es-toolkit/dist/compat/function/curry.mjs +57 -0
- package/node_modules/es-toolkit/dist/compat/function/curryRight.d.mts +85 -0
- package/node_modules/es-toolkit/dist/compat/function/curryRight.d.ts +85 -0
- package/node_modules/es-toolkit/dist/compat/function/curryRight.js +68 -0
- package/node_modules/es-toolkit/dist/compat/function/curryRight.mjs +64 -0
- package/node_modules/es-toolkit/dist/compat/function/debounce.d.mts +144 -0
- package/node_modules/es-toolkit/dist/compat/function/debounce.d.ts +144 -0
- package/node_modules/es-toolkit/dist/compat/function/debounce.js +50 -0
- package/node_modules/es-toolkit/dist/compat/function/debounce.mjs +46 -0
- package/node_modules/es-toolkit/dist/compat/function/defer.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/function/defer.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/function/defer.js +12 -0
- package/node_modules/es-toolkit/dist/compat/function/defer.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/function/delay.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/function/delay.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/function/delay.js +14 -0
- package/node_modules/es-toolkit/dist/compat/function/delay.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/function/flip.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/flip.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/flip.js +11 -0
- package/node_modules/es-toolkit/dist/compat/function/flip.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/function/flow.d.mts +119 -0
- package/node_modules/es-toolkit/dist/compat/function/flow.d.ts +119 -0
- package/node_modules/es-toolkit/dist/compat/function/flow.js +16 -0
- package/node_modules/es-toolkit/dist/compat/function/flow.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/function/flowRight.d.mts +117 -0
- package/node_modules/es-toolkit/dist/compat/function/flowRight.d.ts +117 -0
- package/node_modules/es-toolkit/dist/compat/function/flowRight.js +16 -0
- package/node_modules/es-toolkit/dist/compat/function/flowRight.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/function/identity.d.mts +42 -0
- package/node_modules/es-toolkit/dist/compat/function/identity.d.ts +42 -0
- package/node_modules/es-toolkit/dist/compat/function/identity.js +9 -0
- package/node_modules/es-toolkit/dist/compat/function/identity.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/function/memoize.d.mts +119 -0
- package/node_modules/es-toolkit/dist/compat/function/memoize.d.ts +119 -0
- package/node_modules/es-toolkit/dist/compat/function/memoize.js +25 -0
- package/node_modules/es-toolkit/dist/compat/function/memoize.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/function/negate.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/negate.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/negate.js +14 -0
- package/node_modules/es-toolkit/dist/compat/function/negate.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/function/noop.d.mts +12 -0
- package/node_modules/es-toolkit/dist/compat/function/noop.d.ts +12 -0
- package/node_modules/es-toolkit/dist/compat/function/noop.js +7 -0
- package/node_modules/es-toolkit/dist/compat/function/noop.mjs +3 -0
- package/node_modules/es-toolkit/dist/compat/function/nthArg.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/nthArg.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/function/nthArg.js +13 -0
- package/node_modules/es-toolkit/dist/compat/function/nthArg.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/function/once.d.mts +3 -0
- package/node_modules/es-toolkit/dist/compat/function/once.d.ts +3 -0
- package/node_modules/es-toolkit/dist/compat/function/once.js +11 -0
- package/node_modules/es-toolkit/dist/compat/function/once.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/function/overArgs.d.mts +50 -0
- package/node_modules/es-toolkit/dist/compat/function/overArgs.d.ts +50 -0
- package/node_modules/es-toolkit/dist/compat/function/overArgs.js +24 -0
- package/node_modules/es-toolkit/dist/compat/function/overArgs.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/function/partial.d.mts +204 -0
- package/node_modules/es-toolkit/dist/compat/function/partial.d.ts +204 -0
- package/node_modules/es-toolkit/dist/compat/function/partial.js +12 -0
- package/node_modules/es-toolkit/dist/compat/function/partial.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/function/partialRight.d.mts +622 -0
- package/node_modules/es-toolkit/dist/compat/function/partialRight.d.ts +622 -0
- package/node_modules/es-toolkit/dist/compat/function/partialRight.js +12 -0
- package/node_modules/es-toolkit/dist/compat/function/partialRight.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/function/rearg.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/function/rearg.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/function/rearg.js +18 -0
- package/node_modules/es-toolkit/dist/compat/function/rearg.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/function/rest.d.mts +32 -0
- package/node_modules/es-toolkit/dist/compat/function/rest.d.ts +32 -0
- package/node_modules/es-toolkit/dist/compat/function/rest.js +15 -0
- package/node_modules/es-toolkit/dist/compat/function/rest.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/function/spread.d.mts +47 -0
- package/node_modules/es-toolkit/dist/compat/function/spread.d.ts +47 -0
- package/node_modules/es-toolkit/dist/compat/function/spread.js +20 -0
- package/node_modules/es-toolkit/dist/compat/function/spread.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/function/throttle.d.mts +81 -0
- package/node_modules/es-toolkit/dist/compat/function/throttle.d.ts +81 -0
- package/node_modules/es-toolkit/dist/compat/function/throttle.js +16 -0
- package/node_modules/es-toolkit/dist/compat/function/throttle.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/function/unary.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/function/unary.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/function/unary.js +11 -0
- package/node_modules/es-toolkit/dist/compat/function/unary.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/function/wrap.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/function/wrap.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/function/wrap.js +15 -0
- package/node_modules/es-toolkit/dist/compat/function/wrap.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/index.d.mts +292 -0
- package/node_modules/es-toolkit/dist/compat/index.d.ts +292 -0
- package/node_modules/es-toolkit/dist/compat/index.js +597 -0
- package/node_modules/es-toolkit/dist/compat/index.mjs +292 -0
- package/node_modules/es-toolkit/dist/compat/math/add.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/add.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/add.js +26 -0
- package/node_modules/es-toolkit/dist/compat/math/add.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/math/ceil.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/ceil.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/ceil.js +11 -0
- package/node_modules/es-toolkit/dist/compat/math/ceil.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/math/clamp.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/math/clamp.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/math/clamp.js +17 -0
- package/node_modules/es-toolkit/dist/compat/math/clamp.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/math/divide.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/divide.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/divide.js +26 -0
- package/node_modules/es-toolkit/dist/compat/math/divide.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/math/floor.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/floor.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/floor.js +11 -0
- package/node_modules/es-toolkit/dist/compat/math/floor.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/math/inRange.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/math/inRange.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/math/inRange.js +32 -0
- package/node_modules/es-toolkit/dist/compat/math/inRange.mjs +28 -0
- package/node_modules/es-toolkit/dist/compat/math/max.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/math/max.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/math/max.js +22 -0
- package/node_modules/es-toolkit/dist/compat/math/max.mjs +18 -0
- package/node_modules/es-toolkit/dist/compat/math/maxBy.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/maxBy.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/maxBy.js +16 -0
- package/node_modules/es-toolkit/dist/compat/math/maxBy.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/math/mean.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/math/mean.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/math/mean.js +12 -0
- package/node_modules/es-toolkit/dist/compat/math/mean.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/math/meanBy.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/math/meanBy.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/math/meanBy.js +16 -0
- package/node_modules/es-toolkit/dist/compat/math/meanBy.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/math/min.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/math/min.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/math/min.js +22 -0
- package/node_modules/es-toolkit/dist/compat/math/min.mjs +18 -0
- package/node_modules/es-toolkit/dist/compat/math/minBy.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/minBy.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/minBy.js +16 -0
- package/node_modules/es-toolkit/dist/compat/math/minBy.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/math/multiply.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/multiply.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/math/multiply.js +26 -0
- package/node_modules/es-toolkit/dist/compat/math/multiply.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/math/parseInt.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/math/parseInt.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/math/parseInt.js +12 -0
- package/node_modules/es-toolkit/dist/compat/math/parseInt.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/math/random.d.mts +46 -0
- package/node_modules/es-toolkit/dist/compat/math/random.d.ts +46 -0
- package/node_modules/es-toolkit/dist/compat/math/random.js +74 -0
- package/node_modules/es-toolkit/dist/compat/math/random.mjs +70 -0
- package/node_modules/es-toolkit/dist/compat/math/range.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/range.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/math/range.js +30 -0
- package/node_modules/es-toolkit/dist/compat/math/range.mjs +26 -0
- package/node_modules/es-toolkit/dist/compat/math/rangeRight.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/math/rangeRight.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/math/rangeRight.js +30 -0
- package/node_modules/es-toolkit/dist/compat/math/rangeRight.mjs +26 -0
- package/node_modules/es-toolkit/dist/compat/math/round.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/round.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/math/round.js +11 -0
- package/node_modules/es-toolkit/dist/compat/math/round.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/math/subtract.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/math/subtract.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/math/subtract.js +26 -0
- package/node_modules/es-toolkit/dist/compat/math/subtract.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/math/sum.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/math/sum.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/math/sum.js +11 -0
- package/node_modules/es-toolkit/dist/compat/math/sum.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/math/sumBy.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/math/sumBy.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/math/sumBy.js +29 -0
- package/node_modules/es-toolkit/dist/compat/math/sumBy.mjs +25 -0
- package/node_modules/es-toolkit/dist/compat/object/assign.d.mts +110 -0
- package/node_modules/es-toolkit/dist/compat/object/assign.d.ts +110 -0
- package/node_modules/es-toolkit/dist/compat/object/assign.js +24 -0
- package/node_modules/es-toolkit/dist/compat/object/assign.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/object/assignIn.d.mts +111 -0
- package/node_modules/es-toolkit/dist/compat/object/assignIn.d.ts +111 -0
- package/node_modules/es-toolkit/dist/compat/object/assignIn.js +24 -0
- package/node_modules/es-toolkit/dist/compat/object/assignIn.mjs +20 -0
- package/node_modules/es-toolkit/dist/compat/object/assignInWith.d.mts +126 -0
- package/node_modules/es-toolkit/dist/compat/object/assignInWith.d.ts +126 -0
- package/node_modules/es-toolkit/dist/compat/object/assignInWith.js +34 -0
- package/node_modules/es-toolkit/dist/compat/object/assignInWith.mjs +30 -0
- package/node_modules/es-toolkit/dist/compat/object/assignWith.d.mts +126 -0
- package/node_modules/es-toolkit/dist/compat/object/assignWith.d.ts +126 -0
- package/node_modules/es-toolkit/dist/compat/object/assignWith.js +34 -0
- package/node_modules/es-toolkit/dist/compat/object/assignWith.mjs +30 -0
- package/node_modules/es-toolkit/dist/compat/object/at.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/object/at.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/object/at.js +31 -0
- package/node_modules/es-toolkit/dist/compat/object/at.mjs +27 -0
- package/node_modules/es-toolkit/dist/compat/object/clone.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/object/clone.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/object/clone.js +164 -0
- package/node_modules/es-toolkit/dist/compat/object/clone.mjs +160 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeep.d.mts +49 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeep.d.ts +49 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +11 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.d.mts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.d.ts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +39 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.mjs +35 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneWith.d.mts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneWith.d.ts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneWith.js +18 -0
- package/node_modules/es-toolkit/dist/compat/object/cloneWith.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/object/create.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/object/create.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/object/create.js +22 -0
- package/node_modules/es-toolkit/dist/compat/object/create.mjs +18 -0
- package/node_modules/es-toolkit/dist/compat/object/defaults.d.mts +100 -0
- package/node_modules/es-toolkit/dist/compat/object/defaults.d.ts +100 -0
- package/node_modules/es-toolkit/dist/compat/object/defaults.js +35 -0
- package/node_modules/es-toolkit/dist/compat/object/defaults.mjs +31 -0
- package/node_modules/es-toolkit/dist/compat/object/defaultsDeep.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/object/defaultsDeep.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/object/defaultsDeep.js +66 -0
- package/node_modules/es-toolkit/dist/compat/object/defaultsDeep.mjs +62 -0
- package/node_modules/es-toolkit/dist/compat/object/findKey.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/object/findKey.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/object/findKey.js +18 -0
- package/node_modules/es-toolkit/dist/compat/object/findKey.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/object/findLastKey.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/object/findLastKey.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/object/findLastKey.js +18 -0
- package/node_modules/es-toolkit/dist/compat/object/findLastKey.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/object/forIn.d.mts +58 -0
- package/node_modules/es-toolkit/dist/compat/object/forIn.d.ts +58 -0
- package/node_modules/es-toolkit/dist/compat/object/forIn.js +20 -0
- package/node_modules/es-toolkit/dist/compat/object/forIn.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/object/forInRight.d.mts +58 -0
- package/node_modules/es-toolkit/dist/compat/object/forInRight.d.ts +58 -0
- package/node_modules/es-toolkit/dist/compat/object/forInRight.js +25 -0
- package/node_modules/es-toolkit/dist/compat/object/forInRight.mjs +21 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwn.d.mts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwn.d.ts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwn.js +23 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwn.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwnRight.d.mts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwnRight.d.ts +54 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwnRight.js +23 -0
- package/node_modules/es-toolkit/dist/compat/object/forOwnRight.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/object/fromPairs.d.mts +28 -0
- package/node_modules/es-toolkit/dist/compat/object/fromPairs.d.ts +28 -0
- package/node_modules/es-toolkit/dist/compat/object/fromPairs.js +19 -0
- package/node_modules/es-toolkit/dist/compat/object/fromPairs.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/object/functions.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/functions.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/functions.js +14 -0
- package/node_modules/es-toolkit/dist/compat/object/functions.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/object/functionsIn.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/functionsIn.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/functionsIn.js +20 -0
- package/node_modules/es-toolkit/dist/compat/object/functionsIn.mjs +16 -0
- package/node_modules/es-toolkit/dist/compat/object/get.d.mts +327 -0
- package/node_modules/es-toolkit/dist/compat/object/get.d.ts +327 -0
- package/node_modules/es-toolkit/dist/compat/object/get.js +82 -0
- package/node_modules/es-toolkit/dist/compat/object/get.mjs +78 -0
- package/node_modules/es-toolkit/dist/compat/object/has.d.mts +52 -0
- package/node_modules/es-toolkit/dist/compat/object/has.d.ts +52 -0
- package/node_modules/es-toolkit/dist/compat/object/has.js +38 -0
- package/node_modules/es-toolkit/dist/compat/object/has.mjs +34 -0
- package/node_modules/es-toolkit/dist/compat/object/hasIn.d.mts +43 -0
- package/node_modules/es-toolkit/dist/compat/object/hasIn.d.ts +43 -0
- package/node_modules/es-toolkit/dist/compat/object/hasIn.js +41 -0
- package/node_modules/es-toolkit/dist/compat/object/hasIn.mjs +37 -0
- package/node_modules/es-toolkit/dist/compat/object/invert.d.mts +13 -0
- package/node_modules/es-toolkit/dist/compat/object/invert.d.ts +13 -0
- package/node_modules/es-toolkit/dist/compat/object/invert.js +11 -0
- package/node_modules/es-toolkit/dist/compat/object/invert.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/object/invertBy.d.mts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/invertBy.d.ts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/invertBy.js +33 -0
- package/node_modules/es-toolkit/dist/compat/object/invertBy.mjs +29 -0
- package/node_modules/es-toolkit/dist/compat/object/keys.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/object/keys.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/object/keys.js +40 -0
- package/node_modules/es-toolkit/dist/compat/object/keys.mjs +36 -0
- package/node_modules/es-toolkit/dist/compat/object/keysIn.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/object/keysIn.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/object/keysIn.js +61 -0
- package/node_modules/es-toolkit/dist/compat/object/keysIn.mjs +57 -0
- package/node_modules/es-toolkit/dist/compat/object/mapKeys.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/object/mapKeys.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/object/mapKeys.js +16 -0
- package/node_modules/es-toolkit/dist/compat/object/mapKeys.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/object/mapValues.d.mts +130 -0
- package/node_modules/es-toolkit/dist/compat/object/mapValues.d.ts +130 -0
- package/node_modules/es-toolkit/dist/compat/object/mapValues.js +16 -0
- package/node_modules/es-toolkit/dist/compat/object/mapValues.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/object/merge.d.mts +84 -0
- package/node_modules/es-toolkit/dist/compat/object/merge.d.ts +84 -0
- package/node_modules/es-toolkit/dist/compat/object/merge.js +12 -0
- package/node_modules/es-toolkit/dist/compat/object/merge.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/object/mergeWith.d.mts +125 -0
- package/node_modules/es-toolkit/dist/compat/object/mergeWith.d.ts +125 -0
- package/node_modules/es-toolkit/dist/compat/object/mergeWith.js +96 -0
- package/node_modules/es-toolkit/dist/compat/object/mergeWith.mjs +92 -0
- package/node_modules/es-toolkit/dist/compat/object/omit.d.mts +45 -0
- package/node_modules/es-toolkit/dist/compat/object/omit.d.ts +45 -0
- package/node_modules/es-toolkit/dist/compat/object/omit.js +73 -0
- package/node_modules/es-toolkit/dist/compat/object/omit.mjs +69 -0
- package/node_modules/es-toolkit/dist/compat/object/omitBy.d.mts +43 -0
- package/node_modules/es-toolkit/dist/compat/object/omitBy.d.ts +43 -0
- package/node_modules/es-toolkit/dist/compat/object/omitBy.js +32 -0
- package/node_modules/es-toolkit/dist/compat/object/omitBy.mjs +28 -0
- package/node_modules/es-toolkit/dist/compat/object/pick.d.mts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/pick.d.ts +34 -0
- package/node_modules/es-toolkit/dist/compat/object/pick.js +53 -0
- package/node_modules/es-toolkit/dist/compat/object/pick.mjs +49 -0
- package/node_modules/es-toolkit/dist/compat/object/pickBy.d.mts +80 -0
- package/node_modules/es-toolkit/dist/compat/object/pickBy.d.ts +80 -0
- package/node_modules/es-toolkit/dist/compat/object/pickBy.js +30 -0
- package/node_modules/es-toolkit/dist/compat/object/pickBy.mjs +26 -0
- package/node_modules/es-toolkit/dist/compat/object/property.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/object/property.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/object/property.js +13 -0
- package/node_modules/es-toolkit/dist/compat/object/property.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/object/propertyOf.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/object/propertyOf.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/object/propertyOf.js +13 -0
- package/node_modules/es-toolkit/dist/compat/object/propertyOf.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/object/result.d.mts +37 -0
- package/node_modules/es-toolkit/dist/compat/object/result.d.ts +37 -0
- package/node_modules/es-toolkit/dist/compat/object/result.js +28 -0
- package/node_modules/es-toolkit/dist/compat/object/result.mjs +24 -0
- package/node_modules/es-toolkit/dist/compat/object/set.d.mts +60 -0
- package/node_modules/es-toolkit/dist/compat/object/set.d.ts +60 -0
- package/node_modules/es-toolkit/dist/compat/object/set.js +11 -0
- package/node_modules/es-toolkit/dist/compat/object/set.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/object/setWith.d.mts +51 -0
- package/node_modules/es-toolkit/dist/compat/object/setWith.d.ts +51 -0
- package/node_modules/es-toolkit/dist/compat/object/setWith.js +18 -0
- package/node_modules/es-toolkit/dist/compat/object/setWith.mjs +14 -0
- package/node_modules/es-toolkit/dist/compat/object/toDefaulted.d.mts +122 -0
- package/node_modules/es-toolkit/dist/compat/object/toDefaulted.d.ts +122 -0
- package/node_modules/es-toolkit/dist/compat/object/toDefaulted.js +13 -0
- package/node_modules/es-toolkit/dist/compat/object/toDefaulted.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairs.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairs.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairs.js +29 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairs.mjs +25 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairsIn.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairsIn.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairsIn.js +29 -0
- package/node_modules/es-toolkit/dist/compat/object/toPairsIn.mjs +25 -0
- package/node_modules/es-toolkit/dist/compat/object/transform.d.mts +74 -0
- package/node_modules/es-toolkit/dist/compat/object/transform.d.ts +74 -0
- package/node_modules/es-toolkit/dist/compat/object/transform.js +34 -0
- package/node_modules/es-toolkit/dist/compat/object/transform.mjs +30 -0
- package/node_modules/es-toolkit/dist/compat/object/unset.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/unset.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/object/unset.js +82 -0
- package/node_modules/es-toolkit/dist/compat/object/unset.mjs +78 -0
- package/node_modules/es-toolkit/dist/compat/object/update.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/object/update.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/object/update.js +11 -0
- package/node_modules/es-toolkit/dist/compat/object/update.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/object/updateWith.d.mts +39 -0
- package/node_modules/es-toolkit/dist/compat/object/updateWith.d.ts +39 -0
- package/node_modules/es-toolkit/dist/compat/object/updateWith.js +57 -0
- package/node_modules/es-toolkit/dist/compat/object/updateWith.mjs +53 -0
- package/node_modules/es-toolkit/dist/compat/object/values.d.mts +37 -0
- package/node_modules/es-toolkit/dist/compat/object/values.d.ts +37 -0
- package/node_modules/es-toolkit/dist/compat/object/values.js +12 -0
- package/node_modules/es-toolkit/dist/compat/object/values.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/object/valuesIn.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/object/valuesIn.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/object/valuesIn.js +17 -0
- package/node_modules/es-toolkit/dist/compat/object/valuesIn.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conforms.d.mts +24 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conforms.d.ts +24 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conforms.js +15 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conforms.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conformsTo.d.mts +32 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conformsTo.d.ts +32 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conformsTo.js +27 -0
- package/node_modules/es-toolkit/dist/compat/predicate/conformsTo.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArguments.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArguments.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArguments.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArray.d.mts +45 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArray.d.ts +45 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArray.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArray.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayBuffer.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.d.mts +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.d.ts +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.js +12 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isArrayLikeObject.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBoolean.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBoolean.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBoolean.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBoolean.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBuffer.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBuffer.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBuffer.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isBuffer.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isDate.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isDate.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isDate.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isDate.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isElement.d.mts +13 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isElement.d.ts +13 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isElement.js +12 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isElement.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEmpty.d.mts +12 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEmpty.d.ts +12 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEmpty.js +37 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEmpty.mjs +33 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.d.mts +40 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.d.ts +40 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js +26 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isError.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isError.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isError.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isError.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFinite.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFinite.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFinite.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFinite.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFunction.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFunction.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFunction.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isFunction.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isInteger.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isInteger.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isInteger.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isInteger.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isLength.d.mts +24 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isLength.d.ts +24 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isLength.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isLength.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMap.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMap.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMap.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMap.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatch.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatch.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatch.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +154 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.mjs +149 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNaN.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNaN.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNaN.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNaN.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNative.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNative.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNative.js +21 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNative.mjs +17 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNil.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNil.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNil.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNil.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNull.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNull.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNull.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNull.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNumber.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNumber.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNumber.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isNumber.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObject.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObject.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObject.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObject.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.d.mts +26 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.d.ts +26 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +33 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.mjs +29 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isRegExp.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isRegExp.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isRegExp.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isRegExp.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSafeInteger.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSet.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSet.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSet.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSet.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isString.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isString.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isString.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isString.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSymbol.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSymbol.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +9 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isSymbol.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isUndefined.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isUndefined.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isUndefined.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isUndefined.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakMap.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.js +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/isWeakSet.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matches.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matches.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matches.js +15 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matches.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.d.mts +38 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.d.ts +38 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +37 -0
- package/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.mjs +33 -0
- package/node_modules/es-toolkit/dist/compat/string/camelCase.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/string/camelCase.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/string/camelCase.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/camelCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/capitalize.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/capitalize.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/capitalize.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/capitalize.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/deburr.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/string/deburr.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/string/deburr.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/deburr.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/endsWith.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/endsWith.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/endsWith.js +15 -0
- package/node_modules/es-toolkit/dist/compat/string/endsWith.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/string/escape.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/escape.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/escape.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/escape.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/escapeRegExp.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/escapeRegExp.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/escapeRegExp.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/kebabCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/kebabCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/kebabCase.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/kebabCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerCase.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerFirst.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerFirst.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerFirst.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/pad.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/string/pad.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/string/pad.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/pad.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/padEnd.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/padEnd.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/padEnd.js +11 -0
- package/node_modules/es-toolkit/dist/compat/string/padEnd.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/string/padStart.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/padStart.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/padStart.js +11 -0
- package/node_modules/es-toolkit/dist/compat/string/padStart.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/string/repeat.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/repeat.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/repeat.js +23 -0
- package/node_modules/es-toolkit/dist/compat/string/repeat.mjs +19 -0
- package/node_modules/es-toolkit/dist/compat/string/replace.d.mts +5 -0
- package/node_modules/es-toolkit/dist/compat/string/replace.d.ts +5 -0
- package/node_modules/es-toolkit/dist/compat/string/replace.js +14 -0
- package/node_modules/es-toolkit/dist/compat/string/replace.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/string/snakeCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/snakeCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/snakeCase.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/snakeCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/split.d.mts +36 -0
- package/node_modules/es-toolkit/dist/compat/string/split.d.ts +36 -0
- package/node_modules/es-toolkit/dist/compat/string/split.js +11 -0
- package/node_modules/es-toolkit/dist/compat/string/split.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/string/startCase.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/startCase.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/startCase.js +26 -0
- package/node_modules/es-toolkit/dist/compat/string/startCase.mjs +22 -0
- package/node_modules/es-toolkit/dist/compat/string/startsWith.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/startsWith.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/startsWith.js +15 -0
- package/node_modules/es-toolkit/dist/compat/string/startsWith.mjs +11 -0
- package/node_modules/es-toolkit/dist/compat/string/template.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/string/template.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/string/template.js +91 -0
- package/node_modules/es-toolkit/dist/compat/string/template.mjs +86 -0
- package/node_modules/es-toolkit/dist/compat/string/toLower.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/toLower.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/toLower.js +11 -0
- package/node_modules/es-toolkit/dist/compat/string/toLower.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/string/toUpper.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/toUpper.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/string/toUpper.js +11 -0
- package/node_modules/es-toolkit/dist/compat/string/toUpper.mjs +7 -0
- package/node_modules/es-toolkit/dist/compat/string/trim.d.mts +28 -0
- package/node_modules/es-toolkit/dist/compat/string/trim.d.ts +28 -0
- package/node_modules/es-toolkit/dist/compat/string/trim.js +29 -0
- package/node_modules/es-toolkit/dist/compat/string/trim.mjs +25 -0
- package/node_modules/es-toolkit/dist/compat/string/trimEnd.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/string/trimEnd.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/string/trimEnd.js +17 -0
- package/node_modules/es-toolkit/dist/compat/string/trimEnd.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/string/trimStart.d.mts +30 -0
- package/node_modules/es-toolkit/dist/compat/string/trimStart.d.ts +30 -0
- package/node_modules/es-toolkit/dist/compat/string/trimStart.js +17 -0
- package/node_modules/es-toolkit/dist/compat/string/trimStart.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/string/truncate.d.mts +34 -0
- package/node_modules/es-toolkit/dist/compat/string/truncate.d.ts +34 -0
- package/node_modules/es-toolkit/dist/compat/string/truncate.js +52 -0
- package/node_modules/es-toolkit/dist/compat/string/truncate.mjs +48 -0
- package/node_modules/es-toolkit/dist/compat/string/unescape.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/unescape.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/string/unescape.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/unescape.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/upperCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/upperCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/string/upperCase.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/upperCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/upperFirst.d.mts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/upperFirst.d.ts +14 -0
- package/node_modules/es-toolkit/dist/compat/string/upperFirst.js +12 -0
- package/node_modules/es-toolkit/dist/compat/string/upperFirst.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/string/words.d.mts +27 -0
- package/node_modules/es-toolkit/dist/compat/string/words.d.ts +27 -0
- package/node_modules/es-toolkit/dist/compat/string/words.js +40 -0
- package/node_modules/es-toolkit/dist/compat/string/words.mjs +36 -0
- package/node_modules/es-toolkit/dist/compat/toolkit.d.mts +9 -0
- package/node_modules/es-toolkit/dist/compat/toolkit.d.ts +9 -0
- package/node_modules/es-toolkit/dist/compat/toolkit.js +14 -0
- package/node_modules/es-toolkit/dist/compat/toolkit.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/bindAll.d.mts +31 -0
- package/node_modules/es-toolkit/dist/compat/util/bindAll.d.ts +31 -0
- package/node_modules/es-toolkit/dist/compat/util/bindAll.js +47 -0
- package/node_modules/es-toolkit/dist/compat/util/bindAll.mjs +43 -0
- package/node_modules/es-toolkit/dist/compat/util/cond.d.mts +58 -0
- package/node_modules/es-toolkit/dist/compat/util/cond.d.ts +58 -0
- package/node_modules/es-toolkit/dist/compat/util/cond.js +30 -0
- package/node_modules/es-toolkit/dist/compat/util/cond.mjs +26 -0
- package/node_modules/es-toolkit/dist/compat/util/constant.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/constant.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/constant.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/constant.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/defaultTo.d.mts +21 -0
- package/node_modules/es-toolkit/dist/compat/util/defaultTo.d.ts +21 -0
- package/node_modules/es-toolkit/dist/compat/util/defaultTo.js +12 -0
- package/node_modules/es-toolkit/dist/compat/util/defaultTo.mjs +8 -0
- package/node_modules/es-toolkit/dist/compat/util/eq.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/util/eq.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/util/eq.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/eq.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/gt.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/gt.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/gt.js +14 -0
- package/node_modules/es-toolkit/dist/compat/util/gt.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/gte.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/gte.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/gte.js +14 -0
- package/node_modules/es-toolkit/dist/compat/util/gte.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/invoke.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/util/invoke.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/util/invoke.js +53 -0
- package/node_modules/es-toolkit/dist/compat/util/invoke.mjs +49 -0
- package/node_modules/es-toolkit/dist/compat/util/iteratee.d.mts +33 -0
- package/node_modules/es-toolkit/dist/compat/util/iteratee.d.ts +33 -0
- package/node_modules/es-toolkit/dist/compat/util/iteratee.js +32 -0
- package/node_modules/es-toolkit/dist/compat/util/iteratee.mjs +28 -0
- package/node_modules/es-toolkit/dist/compat/util/lt.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/lt.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/lt.js +14 -0
- package/node_modules/es-toolkit/dist/compat/util/lt.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/lte.d.mts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/lte.d.ts +15 -0
- package/node_modules/es-toolkit/dist/compat/util/lte.js +14 -0
- package/node_modules/es-toolkit/dist/compat/util/lte.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/method.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/util/method.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/util/method.js +13 -0
- package/node_modules/es-toolkit/dist/compat/util/method.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/util/methodOf.d.mts +22 -0
- package/node_modules/es-toolkit/dist/compat/util/methodOf.d.ts +22 -0
- package/node_modules/es-toolkit/dist/compat/util/methodOf.js +13 -0
- package/node_modules/es-toolkit/dist/compat/util/methodOf.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/util/now.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/now.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/now.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/now.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/over.d.mts +29 -0
- package/node_modules/es-toolkit/dist/compat/util/over.d.ts +29 -0
- package/node_modules/es-toolkit/dist/compat/util/over.js +17 -0
- package/node_modules/es-toolkit/dist/compat/util/over.mjs +13 -0
- package/node_modules/es-toolkit/dist/compat/util/overEvery.d.mts +67 -0
- package/node_modules/es-toolkit/dist/compat/util/overEvery.d.ts +67 -0
- package/node_modules/es-toolkit/dist/compat/util/overEvery.js +27 -0
- package/node_modules/es-toolkit/dist/compat/util/overEvery.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/util/overSome.d.mts +69 -0
- package/node_modules/es-toolkit/dist/compat/util/overSome.d.ts +69 -0
- package/node_modules/es-toolkit/dist/compat/util/overSome.js +27 -0
- package/node_modules/es-toolkit/dist/compat/util/overSome.mjs +23 -0
- package/node_modules/es-toolkit/dist/compat/util/stubArray.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubArray.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubArray.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/stubArray.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/stubFalse.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/stubFalse.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/stubFalse.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/stubFalse.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/stubObject.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubObject.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubObject.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/stubObject.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/stubString.d.mts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubString.d.ts +10 -0
- package/node_modules/es-toolkit/dist/compat/util/stubString.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/stubString.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/stubTrue.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/stubTrue.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/stubTrue.js +9 -0
- package/node_modules/es-toolkit/dist/compat/util/stubTrue.mjs +5 -0
- package/node_modules/es-toolkit/dist/compat/util/times.d.mts +23 -0
- package/node_modules/es-toolkit/dist/compat/util/times.d.ts +23 -0
- package/node_modules/es-toolkit/dist/compat/util/times.js +19 -0
- package/node_modules/es-toolkit/dist/compat/util/times.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/util/toArray.d.mts +35 -0
- package/node_modules/es-toolkit/dist/compat/util/toArray.d.ts +35 -0
- package/node_modules/es-toolkit/dist/compat/util/toArray.js +21 -0
- package/node_modules/es-toolkit/dist/compat/util/toArray.mjs +17 -0
- package/node_modules/es-toolkit/dist/compat/util/toFinite.d.mts +17 -0
- package/node_modules/es-toolkit/dist/compat/util/toFinite.d.ts +17 -0
- package/node_modules/es-toolkit/dist/compat/util/toFinite.js +19 -0
- package/node_modules/es-toolkit/dist/compat/util/toFinite.mjs +15 -0
- package/node_modules/es-toolkit/dist/compat/util/toInteger.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toInteger.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toInteger.js +13 -0
- package/node_modules/es-toolkit/dist/compat/util/toInteger.mjs +9 -0
- package/node_modules/es-toolkit/dist/compat/util/toLength.d.mts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/toLength.d.ts +18 -0
- package/node_modules/es-toolkit/dist/compat/util/toLength.js +16 -0
- package/node_modules/es-toolkit/dist/compat/util/toLength.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/util/toNumber.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/util/toNumber.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/util/toNumber.js +14 -0
- package/node_modules/es-toolkit/dist/compat/util/toNumber.mjs +10 -0
- package/node_modules/es-toolkit/dist/compat/util/toPath.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toPath.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toPath.js +82 -0
- package/node_modules/es-toolkit/dist/compat/util/toPath.mjs +78 -0
- package/node_modules/es-toolkit/dist/compat/util/toPlainObject.d.mts +16 -0
- package/node_modules/es-toolkit/dist/compat/util/toPlainObject.d.ts +16 -0
- package/node_modules/es-toolkit/dist/compat/util/toPlainObject.js +28 -0
- package/node_modules/es-toolkit/dist/compat/util/toPlainObject.mjs +24 -0
- package/node_modules/es-toolkit/dist/compat/util/toSafeInteger.d.mts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toSafeInteger.d.ts +20 -0
- package/node_modules/es-toolkit/dist/compat/util/toSafeInteger.js +16 -0
- package/node_modules/es-toolkit/dist/compat/util/toSafeInteger.mjs +12 -0
- package/node_modules/es-toolkit/dist/compat/util/toString.d.mts +19 -0
- package/node_modules/es-toolkit/dist/compat/util/toString.d.ts +19 -0
- package/node_modules/es-toolkit/dist/compat/util/toString.js +22 -0
- package/node_modules/es-toolkit/dist/compat/util/toString.mjs +18 -0
- package/node_modules/es-toolkit/dist/compat/util/uniqueId.d.mts +25 -0
- package/node_modules/es-toolkit/dist/compat/util/uniqueId.d.ts +25 -0
- package/node_modules/es-toolkit/dist/compat/util/uniqueId.js +11 -0
- package/node_modules/es-toolkit/dist/compat/util/uniqueId.mjs +7 -0
- package/node_modules/es-toolkit/dist/error/AbortError.d.mts +9 -0
- package/node_modules/es-toolkit/dist/error/AbortError.d.ts +9 -0
- package/node_modules/es-toolkit/dist/error/AbortError.js +12 -0
- package/node_modules/es-toolkit/dist/error/AbortError.mjs +8 -0
- package/node_modules/es-toolkit/dist/error/TimeoutError.d.mts +9 -0
- package/node_modules/es-toolkit/dist/error/TimeoutError.d.ts +9 -0
- package/node_modules/es-toolkit/dist/error/TimeoutError.js +12 -0
- package/node_modules/es-toolkit/dist/error/TimeoutError.mjs +8 -0
- package/node_modules/es-toolkit/dist/error/index.d.mts +2 -0
- package/node_modules/es-toolkit/dist/error/index.d.ts +2 -0
- package/node_modules/es-toolkit/dist/error/index.js +11 -0
- package/node_modules/es-toolkit/dist/error/index.mjs +2 -0
- package/node_modules/es-toolkit/dist/function/after.d.mts +31 -0
- package/node_modules/es-toolkit/dist/function/after.d.ts +31 -0
- package/node_modules/es-toolkit/dist/function/after.js +18 -0
- package/node_modules/es-toolkit/dist/function/after.mjs +14 -0
- package/node_modules/es-toolkit/dist/function/ary.d.mts +21 -0
- package/node_modules/es-toolkit/dist/function/ary.d.ts +21 -0
- package/node_modules/es-toolkit/dist/function/ary.js +11 -0
- package/node_modules/es-toolkit/dist/function/ary.mjs +7 -0
- package/node_modules/es-toolkit/dist/function/asyncNoop.d.mts +12 -0
- package/node_modules/es-toolkit/dist/function/asyncNoop.d.ts +12 -0
- package/node_modules/es-toolkit/dist/function/asyncNoop.js +7 -0
- package/node_modules/es-toolkit/dist/function/asyncNoop.mjs +3 -0
- package/node_modules/es-toolkit/dist/function/before.d.mts +31 -0
- package/node_modules/es-toolkit/dist/function/before.d.ts +31 -0
- package/node_modules/es-toolkit/dist/function/before.js +18 -0
- package/node_modules/es-toolkit/dist/function/before.mjs +14 -0
- package/node_modules/es-toolkit/dist/function/curry.d.mts +126 -0
- package/node_modules/es-toolkit/dist/function/curry.d.ts +126 -0
- package/node_modules/es-toolkit/dist/function/curry.js +25 -0
- package/node_modules/es-toolkit/dist/function/curry.mjs +21 -0
- package/node_modules/es-toolkit/dist/function/curryRight.d.mts +140 -0
- package/node_modules/es-toolkit/dist/function/curryRight.d.ts +140 -0
- package/node_modules/es-toolkit/dist/function/curryRight.js +25 -0
- package/node_modules/es-toolkit/dist/function/curryRight.mjs +21 -0
- package/node_modules/es-toolkit/dist/function/debounce.d.mts +74 -0
- package/node_modules/es-toolkit/dist/function/debounce.d.ts +74 -0
- package/node_modules/es-toolkit/dist/function/debounce.js +66 -0
- package/node_modules/es-toolkit/dist/function/debounce.mjs +62 -0
- package/node_modules/es-toolkit/dist/function/flow.d.mts +132 -0
- package/node_modules/es-toolkit/dist/function/flow.d.ts +132 -0
- package/node_modules/es-toolkit/dist/function/flow.js +15 -0
- package/node_modules/es-toolkit/dist/function/flow.mjs +11 -0
- package/node_modules/es-toolkit/dist/function/flowRight.d.mts +144 -0
- package/node_modules/es-toolkit/dist/function/flowRight.d.ts +144 -0
- package/node_modules/es-toolkit/dist/function/flowRight.js +11 -0
- package/node_modules/es-toolkit/dist/function/flowRight.mjs +7 -0
- package/node_modules/es-toolkit/dist/function/identity.d.mts +22 -0
- package/node_modules/es-toolkit/dist/function/identity.d.ts +22 -0
- package/node_modules/es-toolkit/dist/function/identity.js +9 -0
- package/node_modules/es-toolkit/dist/function/identity.mjs +5 -0
- package/node_modules/es-toolkit/dist/function/index.d.mts +21 -0
- package/node_modules/es-toolkit/dist/function/index.d.ts +21 -0
- package/node_modules/es-toolkit/dist/function/index.js +49 -0
- package/node_modules/es-toolkit/dist/function/index.mjs +21 -0
- package/node_modules/es-toolkit/dist/function/memoize.d.mts +124 -0
- package/node_modules/es-toolkit/dist/function/memoize.d.ts +124 -0
- package/node_modules/es-toolkit/dist/function/memoize.js +20 -0
- package/node_modules/es-toolkit/dist/function/memoize.mjs +16 -0
- package/node_modules/es-toolkit/dist/function/negate.d.mts +16 -0
- package/node_modules/es-toolkit/dist/function/negate.d.ts +16 -0
- package/node_modules/es-toolkit/dist/function/negate.js +9 -0
- package/node_modules/es-toolkit/dist/function/negate.mjs +5 -0
- package/node_modules/es-toolkit/dist/function/noop.d.mts +12 -0
- package/node_modules/es-toolkit/dist/function/noop.d.ts +12 -0
- package/node_modules/es-toolkit/dist/function/noop.js +7 -0
- package/node_modules/es-toolkit/dist/function/noop.mjs +3 -0
- package/node_modules/es-toolkit/dist/function/once.d.mts +17 -0
- package/node_modules/es-toolkit/dist/function/once.d.ts +17 -0
- package/node_modules/es-toolkit/dist/function/once.js +17 -0
- package/node_modules/es-toolkit/dist/function/once.mjs +13 -0
- package/node_modules/es-toolkit/dist/function/partial.d.mts +551 -0
- package/node_modules/es-toolkit/dist/function/partial.d.ts +551 -0
- package/node_modules/es-toolkit/dist/function/partial.js +26 -0
- package/node_modules/es-toolkit/dist/function/partial.mjs +21 -0
- package/node_modules/es-toolkit/dist/function/partialRight.d.mts +628 -0
- package/node_modules/es-toolkit/dist/function/partialRight.d.ts +628 -0
- package/node_modules/es-toolkit/dist/function/partialRight.js +28 -0
- package/node_modules/es-toolkit/dist/function/partialRight.mjs +23 -0
- package/node_modules/es-toolkit/dist/function/rest.d.mts +33 -0
- package/node_modules/es-toolkit/dist/function/rest.d.ts +33 -0
- package/node_modules/es-toolkit/dist/function/rest.js +16 -0
- package/node_modules/es-toolkit/dist/function/rest.mjs +12 -0
- package/node_modules/es-toolkit/dist/function/retry.d.mts +77 -0
- package/node_modules/es-toolkit/dist/function/retry.d.ts +77 -0
- package/node_modules/es-toolkit/dist/function/retry.js +40 -0
- package/node_modules/es-toolkit/dist/function/retry.mjs +36 -0
- package/node_modules/es-toolkit/dist/function/spread.d.mts +19 -0
- package/node_modules/es-toolkit/dist/function/spread.d.ts +19 -0
- package/node_modules/es-toolkit/dist/function/spread.js +11 -0
- package/node_modules/es-toolkit/dist/function/spread.mjs +7 -0
- package/node_modules/es-toolkit/dist/function/throttle.d.mts +48 -0
- package/node_modules/es-toolkit/dist/function/throttle.d.ts +48 -0
- package/node_modules/es-toolkit/dist/function/throttle.js +27 -0
- package/node_modules/es-toolkit/dist/function/throttle.mjs +23 -0
- package/node_modules/es-toolkit/dist/function/unary.d.mts +17 -0
- package/node_modules/es-toolkit/dist/function/unary.d.ts +17 -0
- package/node_modules/es-toolkit/dist/function/unary.js +11 -0
- package/node_modules/es-toolkit/dist/function/unary.mjs +7 -0
- package/node_modules/es-toolkit/dist/index.d.mts +178 -0
- package/node_modules/es-toolkit/dist/index.d.ts +178 -0
- package/node_modules/es-toolkit/dist/index.js +366 -0
- package/node_modules/es-toolkit/dist/index.mjs +178 -0
- package/node_modules/es-toolkit/dist/math/clamp.d.mts +32 -0
- package/node_modules/es-toolkit/dist/math/clamp.d.ts +32 -0
- package/node_modules/es-toolkit/dist/math/clamp.js +12 -0
- package/node_modules/es-toolkit/dist/math/clamp.mjs +8 -0
- package/node_modules/es-toolkit/dist/math/inRange.d.mts +27 -0
- package/node_modules/es-toolkit/dist/math/inRange.d.ts +27 -0
- package/node_modules/es-toolkit/dist/math/inRange.js +16 -0
- package/node_modules/es-toolkit/dist/math/inRange.mjs +12 -0
- package/node_modules/es-toolkit/dist/math/index.d.mts +13 -0
- package/node_modules/es-toolkit/dist/math/index.d.ts +13 -0
- package/node_modules/es-toolkit/dist/math/index.js +33 -0
- package/node_modules/es-toolkit/dist/math/index.mjs +13 -0
- package/node_modules/es-toolkit/dist/math/mean.d.mts +16 -0
- package/node_modules/es-toolkit/dist/math/mean.d.ts +16 -0
- package/node_modules/es-toolkit/dist/math/mean.js +11 -0
- package/node_modules/es-toolkit/dist/math/mean.mjs +7 -0
- package/node_modules/es-toolkit/dist/math/meanBy.d.mts +18 -0
- package/node_modules/es-toolkit/dist/math/meanBy.d.ts +18 -0
- package/node_modules/es-toolkit/dist/math/meanBy.js +11 -0
- package/node_modules/es-toolkit/dist/math/meanBy.mjs +7 -0
- package/node_modules/es-toolkit/dist/math/median.d.mts +25 -0
- package/node_modules/es-toolkit/dist/math/median.d.ts +25 -0
- package/node_modules/es-toolkit/dist/math/median.js +19 -0
- package/node_modules/es-toolkit/dist/math/median.mjs +15 -0
- package/node_modules/es-toolkit/dist/math/medianBy.d.mts +23 -0
- package/node_modules/es-toolkit/dist/math/medianBy.d.ts +23 -0
- package/node_modules/es-toolkit/dist/math/medianBy.js +12 -0
- package/node_modules/es-toolkit/dist/math/medianBy.mjs +8 -0
- package/node_modules/es-toolkit/dist/math/random.d.mts +30 -0
- package/node_modules/es-toolkit/dist/math/random.d.ts +30 -0
- package/node_modules/es-toolkit/dist/math/random.js +16 -0
- package/node_modules/es-toolkit/dist/math/random.mjs +12 -0
- package/node_modules/es-toolkit/dist/math/randomInt.d.mts +26 -0
- package/node_modules/es-toolkit/dist/math/randomInt.d.ts +26 -0
- package/node_modules/es-toolkit/dist/math/randomInt.js +11 -0
- package/node_modules/es-toolkit/dist/math/randomInt.mjs +7 -0
- package/node_modules/es-toolkit/dist/math/range.d.mts +38 -0
- package/node_modules/es-toolkit/dist/math/range.d.ts +38 -0
- package/node_modules/es-toolkit/dist/math/range.js +21 -0
- package/node_modules/es-toolkit/dist/math/range.mjs +17 -0
- package/node_modules/es-toolkit/dist/math/rangeRight.d.mts +38 -0
- package/node_modules/es-toolkit/dist/math/rangeRight.d.ts +38 -0
- package/node_modules/es-toolkit/dist/math/rangeRight.js +21 -0
- package/node_modules/es-toolkit/dist/math/rangeRight.mjs +17 -0
- package/node_modules/es-toolkit/dist/math/round.d.mts +20 -0
- package/node_modules/es-toolkit/dist/math/round.d.ts +20 -0
- package/node_modules/es-toolkit/dist/math/round.js +13 -0
- package/node_modules/es-toolkit/dist/math/round.mjs +9 -0
- package/node_modules/es-toolkit/dist/math/sum.d.mts +16 -0
- package/node_modules/es-toolkit/dist/math/sum.d.ts +16 -0
- package/node_modules/es-toolkit/dist/math/sum.js +13 -0
- package/node_modules/es-toolkit/dist/math/sum.mjs +9 -0
- package/node_modules/es-toolkit/dist/math/sumBy.d.mts +19 -0
- package/node_modules/es-toolkit/dist/math/sumBy.d.ts +19 -0
- package/node_modules/es-toolkit/dist/math/sumBy.js +13 -0
- package/node_modules/es-toolkit/dist/math/sumBy.mjs +9 -0
- package/node_modules/es-toolkit/dist/object/clone.d.mts +31 -0
- package/node_modules/es-toolkit/dist/object/clone.d.ts +31 -0
- package/node_modules/es-toolkit/dist/object/clone.js +49 -0
- package/node_modules/es-toolkit/dist/object/clone.mjs +45 -0
- package/node_modules/es-toolkit/dist/object/cloneDeep.d.mts +49 -0
- package/node_modules/es-toolkit/dist/object/cloneDeep.d.ts +49 -0
- package/node_modules/es-toolkit/dist/object/cloneDeep.js +11 -0
- package/node_modules/es-toolkit/dist/object/cloneDeep.mjs +7 -0
- package/node_modules/es-toolkit/dist/object/cloneDeepWith.d.mts +43 -0
- package/node_modules/es-toolkit/dist/object/cloneDeepWith.d.ts +43 -0
- package/node_modules/es-toolkit/dist/object/cloneDeepWith.js +178 -0
- package/node_modules/es-toolkit/dist/object/cloneDeepWith.mjs +172 -0
- package/node_modules/es-toolkit/dist/object/findKey.d.mts +21 -0
- package/node_modules/es-toolkit/dist/object/findKey.d.ts +21 -0
- package/node_modules/es-toolkit/dist/object/findKey.js +10 -0
- package/node_modules/es-toolkit/dist/object/findKey.mjs +6 -0
- package/node_modules/es-toolkit/dist/object/flattenObject.d.mts +36 -0
- package/node_modules/es-toolkit/dist/object/flattenObject.d.ts +36 -0
- package/node_modules/es-toolkit/dist/object/flattenObject.js +30 -0
- package/node_modules/es-toolkit/dist/object/flattenObject.mjs +26 -0
- package/node_modules/es-toolkit/dist/object/index.d.mts +17 -0
- package/node_modules/es-toolkit/dist/object/index.d.ts +17 -0
- package/node_modules/es-toolkit/dist/object/index.js +41 -0
- package/node_modules/es-toolkit/dist/object/index.mjs +17 -0
- package/node_modules/es-toolkit/dist/object/invert.d.mts +21 -0
- package/node_modules/es-toolkit/dist/object/invert.d.ts +21 -0
- package/node_modules/es-toolkit/dist/object/invert.js +16 -0
- package/node_modules/es-toolkit/dist/object/invert.mjs +12 -0
- package/node_modules/es-toolkit/dist/object/mapKeys.d.mts +20 -0
- package/node_modules/es-toolkit/dist/object/mapKeys.d.ts +20 -0
- package/node_modules/es-toolkit/dist/object/mapKeys.js +16 -0
- package/node_modules/es-toolkit/dist/object/mapKeys.mjs +12 -0
- package/node_modules/es-toolkit/dist/object/mapValues.d.mts +21 -0
- package/node_modules/es-toolkit/dist/object/mapValues.d.ts +21 -0
- package/node_modules/es-toolkit/dist/object/mapValues.js +16 -0
- package/node_modules/es-toolkit/dist/object/mapValues.mjs +12 -0
- package/node_modules/es-toolkit/dist/object/merge.d.mts +43 -0
- package/node_modules/es-toolkit/dist/object/merge.d.ts +43 -0
- package/node_modules/es-toolkit/dist/object/merge.js +40 -0
- package/node_modules/es-toolkit/dist/object/merge.mjs +36 -0
- package/node_modules/es-toolkit/dist/object/mergeWith.d.mts +51 -0
- package/node_modules/es-toolkit/dist/object/mergeWith.d.ts +51 -0
- package/node_modules/es-toolkit/dist/object/mergeWith.js +44 -0
- package/node_modules/es-toolkit/dist/object/mergeWith.mjs +40 -0
- package/node_modules/es-toolkit/dist/object/omit.d.mts +38 -0
- package/node_modules/es-toolkit/dist/object/omit.d.ts +38 -0
- package/node_modules/es-toolkit/dist/object/omit.js +14 -0
- package/node_modules/es-toolkit/dist/object/omit.mjs +10 -0
- package/node_modules/es-toolkit/dist/object/omitBy.d.mts +22 -0
- package/node_modules/es-toolkit/dist/object/omitBy.d.ts +22 -0
- package/node_modules/es-toolkit/dist/object/omitBy.js +18 -0
- package/node_modules/es-toolkit/dist/object/omitBy.mjs +14 -0
- package/node_modules/es-toolkit/dist/object/pick.d.mts +20 -0
- package/node_modules/es-toolkit/dist/object/pick.d.ts +20 -0
- package/node_modules/es-toolkit/dist/object/pick.js +16 -0
- package/node_modules/es-toolkit/dist/object/pick.mjs +12 -0
- package/node_modules/es-toolkit/dist/object/pickBy.d.mts +22 -0
- package/node_modules/es-toolkit/dist/object/pickBy.d.ts +22 -0
- package/node_modules/es-toolkit/dist/object/pickBy.js +18 -0
- package/node_modules/es-toolkit/dist/object/pickBy.mjs +14 -0
- package/node_modules/es-toolkit/dist/object/toCamelCaseKeys.d.mts +57 -0
- package/node_modules/es-toolkit/dist/object/toCamelCaseKeys.d.ts +57 -0
- package/node_modules/es-toolkit/dist/object/toCamelCaseKeys.js +27 -0
- package/node_modules/es-toolkit/dist/object/toCamelCaseKeys.mjs +23 -0
- package/node_modules/es-toolkit/dist/object/toMerged.d.mts +45 -0
- package/node_modules/es-toolkit/dist/object/toMerged.d.ts +45 -0
- package/node_modules/es-toolkit/dist/object/toMerged.js +30 -0
- package/node_modules/es-toolkit/dist/object/toMerged.mjs +26 -0
- package/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.d.mts +54 -0
- package/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.d.ts +54 -0
- package/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.js +27 -0
- package/node_modules/es-toolkit/dist/object/toSnakeCaseKeys.mjs +23 -0
- package/node_modules/es-toolkit/dist/predicate/index.d.mts +30 -0
- package/node_modules/es-toolkit/dist/predicate/index.d.ts +30 -0
- package/node_modules/es-toolkit/dist/predicate/index.js +69 -0
- package/node_modules/es-toolkit/dist/predicate/index.mjs +30 -0
- package/node_modules/es-toolkit/dist/predicate/isArrayBuffer.d.mts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isArrayBuffer.d.ts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isArrayBuffer.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isArrayBuffer.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isBlob.d.mts +19 -0
- package/node_modules/es-toolkit/dist/predicate/isBlob.d.ts +19 -0
- package/node_modules/es-toolkit/dist/predicate/isBlob.js +12 -0
- package/node_modules/es-toolkit/dist/predicate/isBlob.mjs +8 -0
- package/node_modules/es-toolkit/dist/predicate/isBoolean.d.mts +25 -0
- package/node_modules/es-toolkit/dist/predicate/isBoolean.d.ts +25 -0
- package/node_modules/es-toolkit/dist/predicate/isBoolean.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isBoolean.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isBrowser.d.mts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isBrowser.d.ts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isBrowser.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isBrowser.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isBuffer.d.mts +21 -0
- package/node_modules/es-toolkit/dist/predicate/isBuffer.d.ts +21 -0
- package/node_modules/es-toolkit/dist/predicate/isBuffer.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isBuffer.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isDate.d.mts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isDate.d.ts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isDate.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isDate.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isEqual.d.mts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isEqual.d.ts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isEqual.js +12 -0
- package/node_modules/es-toolkit/dist/predicate/isEqual.mjs +8 -0
- package/node_modules/es-toolkit/dist/predicate/isEqualWith.d.mts +38 -0
- package/node_modules/es-toolkit/dist/predicate/isEqualWith.d.ts +38 -0
- package/node_modules/es-toolkit/dist/predicate/isEqualWith.js +189 -0
- package/node_modules/es-toolkit/dist/predicate/isEqualWith.mjs +185 -0
- package/node_modules/es-toolkit/dist/predicate/isError.d.mts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isError.d.ts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isError.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isError.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isFile.d.mts +21 -0
- package/node_modules/es-toolkit/dist/predicate/isFile.d.ts +21 -0
- package/node_modules/es-toolkit/dist/predicate/isFile.js +14 -0
- package/node_modules/es-toolkit/dist/predicate/isFile.mjs +10 -0
- package/node_modules/es-toolkit/dist/predicate/isFunction.d.mts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isFunction.d.ts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isFunction.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isFunction.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isJSON.d.mts +31 -0
- package/node_modules/es-toolkit/dist/predicate/isJSON.d.ts +31 -0
- package/node_modules/es-toolkit/dist/predicate/isJSON.js +18 -0
- package/node_modules/es-toolkit/dist/predicate/isJSON.mjs +14 -0
- package/node_modules/es-toolkit/dist/predicate/isJSONValue.d.mts +56 -0
- package/node_modules/es-toolkit/dist/predicate/isJSONValue.d.ts +56 -0
- package/node_modules/es-toolkit/dist/predicate/isJSONValue.js +48 -0
- package/node_modules/es-toolkit/dist/predicate/isJSONValue.mjs +42 -0
- package/node_modules/es-toolkit/dist/predicate/isLength.d.mts +24 -0
- package/node_modules/es-toolkit/dist/predicate/isLength.d.ts +24 -0
- package/node_modules/es-toolkit/dist/predicate/isLength.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isLength.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isMap.d.mts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isMap.d.ts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isMap.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isMap.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isNil.d.mts +22 -0
- package/node_modules/es-toolkit/dist/predicate/isNil.d.ts +22 -0
- package/node_modules/es-toolkit/dist/predicate/isNil.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isNil.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isNode.d.mts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isNode.d.ts +17 -0
- package/node_modules/es-toolkit/dist/predicate/isNode.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isNode.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isNotNil.d.mts +19 -0
- package/node_modules/es-toolkit/dist/predicate/isNotNil.d.ts +19 -0
- package/node_modules/es-toolkit/dist/predicate/isNotNil.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isNotNil.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isNull.d.mts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isNull.d.ts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isNull.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isNull.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isPlainObject.d.mts +45 -0
- package/node_modules/es-toolkit/dist/predicate/isPlainObject.d.ts +45 -0
- package/node_modules/es-toolkit/dist/predicate/isPlainObject.js +19 -0
- package/node_modules/es-toolkit/dist/predicate/isPlainObject.mjs +15 -0
- package/node_modules/es-toolkit/dist/predicate/isPrimitive.d.mts +31 -0
- package/node_modules/es-toolkit/dist/predicate/isPrimitive.d.ts +31 -0
- package/node_modules/es-toolkit/dist/predicate/isPrimitive.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isPrimitive.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isPromise.d.mts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isPromise.d.ts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isPromise.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isPromise.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isRegExp.d.mts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isRegExp.d.ts +16 -0
- package/node_modules/es-toolkit/dist/predicate/isRegExp.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isRegExp.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isSet.d.mts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isSet.d.ts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isSet.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isSet.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isString.d.mts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isString.d.ts +20 -0
- package/node_modules/es-toolkit/dist/predicate/isString.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isString.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isSymbol.d.mts +26 -0
- package/node_modules/es-toolkit/dist/predicate/isSymbol.d.ts +26 -0
- package/node_modules/es-toolkit/dist/predicate/isSymbol.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isSymbol.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isTypedArray.d.mts +29 -0
- package/node_modules/es-toolkit/dist/predicate/isTypedArray.d.ts +29 -0
- package/node_modules/es-toolkit/dist/predicate/isTypedArray.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isTypedArray.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isUndefined.d.mts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isUndefined.d.ts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isUndefined.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isUndefined.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakMap.d.mts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakMap.d.ts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakMap.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakMap.mjs +5 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakSet.d.mts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakSet.d.ts +23 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakSet.js +9 -0
- package/node_modules/es-toolkit/dist/predicate/isWeakSet.mjs +5 -0
- package/node_modules/es-toolkit/dist/promise/delay.d.mts +38 -0
- package/node_modules/es-toolkit/dist/promise/delay.d.ts +38 -0
- package/node_modules/es-toolkit/dist/promise/delay.js +27 -0
- package/node_modules/es-toolkit/dist/promise/delay.mjs +23 -0
- package/node_modules/es-toolkit/dist/promise/index.d.mts +5 -0
- package/node_modules/es-toolkit/dist/promise/index.d.ts +5 -0
- package/node_modules/es-toolkit/dist/promise/index.js +17 -0
- package/node_modules/es-toolkit/dist/promise/index.mjs +5 -0
- package/node_modules/es-toolkit/dist/promise/mutex.d.mts +64 -0
- package/node_modules/es-toolkit/dist/promise/mutex.d.ts +64 -0
- package/node_modules/es-toolkit/dist/promise/mutex.js +20 -0
- package/node_modules/es-toolkit/dist/promise/mutex.mjs +16 -0
- package/node_modules/es-toolkit/dist/promise/semaphore.d.mts +81 -0
- package/node_modules/es-toolkit/dist/promise/semaphore.d.ts +81 -0
- package/node_modules/es-toolkit/dist/promise/semaphore.js +34 -0
- package/node_modules/es-toolkit/dist/promise/semaphore.mjs +30 -0
- package/node_modules/es-toolkit/dist/promise/timeout.d.mts +17 -0
- package/node_modules/es-toolkit/dist/promise/timeout.d.ts +17 -0
- package/node_modules/es-toolkit/dist/promise/timeout.js +13 -0
- package/node_modules/es-toolkit/dist/promise/timeout.mjs +9 -0
- package/node_modules/es-toolkit/dist/promise/withTimeout.d.mts +28 -0
- package/node_modules/es-toolkit/dist/promise/withTimeout.d.ts +28 -0
- package/node_modules/es-toolkit/dist/promise/withTimeout.js +11 -0
- package/node_modules/es-toolkit/dist/promise/withTimeout.mjs +7 -0
- package/node_modules/es-toolkit/dist/string/camelCase.d.mts +19 -0
- package/node_modules/es-toolkit/dist/string/camelCase.d.ts +19 -0
- package/node_modules/es-toolkit/dist/string/camelCase.js +17 -0
- package/node_modules/es-toolkit/dist/string/camelCase.mjs +13 -0
- package/node_modules/es-toolkit/dist/string/capitalize.d.mts +15 -0
- package/node_modules/es-toolkit/dist/string/capitalize.d.ts +15 -0
- package/node_modules/es-toolkit/dist/string/capitalize.js +9 -0
- package/node_modules/es-toolkit/dist/string/capitalize.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/constantCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/constantCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/constantCase.js +12 -0
- package/node_modules/es-toolkit/dist/string/constantCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/string/deburr.d.mts +22 -0
- package/node_modules/es-toolkit/dist/string/deburr.d.ts +22 -0
- package/node_modules/es-toolkit/dist/string/deburr.js +49 -0
- package/node_modules/es-toolkit/dist/string/deburr.mjs +45 -0
- package/node_modules/es-toolkit/dist/string/escape.d.mts +16 -0
- package/node_modules/es-toolkit/dist/string/escape.d.ts +16 -0
- package/node_modules/es-toolkit/dist/string/escape.js +16 -0
- package/node_modules/es-toolkit/dist/string/escape.mjs +12 -0
- package/node_modules/es-toolkit/dist/string/escapeRegExp.d.mts +14 -0
- package/node_modules/es-toolkit/dist/string/escapeRegExp.d.ts +14 -0
- package/node_modules/es-toolkit/dist/string/escapeRegExp.js +9 -0
- package/node_modules/es-toolkit/dist/string/escapeRegExp.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/index.d.mts +21 -0
- package/node_modules/es-toolkit/dist/string/index.d.ts +21 -0
- package/node_modules/es-toolkit/dist/string/index.js +49 -0
- package/node_modules/es-toolkit/dist/string/index.mjs +21 -0
- package/node_modules/es-toolkit/dist/string/kebabCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/kebabCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/kebabCase.js +12 -0
- package/node_modules/es-toolkit/dist/string/kebabCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/string/lowerCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/lowerCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/lowerCase.js +12 -0
- package/node_modules/es-toolkit/dist/string/lowerCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/string/lowerFirst.d.mts +14 -0
- package/node_modules/es-toolkit/dist/string/lowerFirst.d.ts +14 -0
- package/node_modules/es-toolkit/dist/string/lowerFirst.js +9 -0
- package/node_modules/es-toolkit/dist/string/lowerFirst.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/pad.d.mts +19 -0
- package/node_modules/es-toolkit/dist/string/pad.d.ts +19 -0
- package/node_modules/es-toolkit/dist/string/pad.js +9 -0
- package/node_modules/es-toolkit/dist/string/pad.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/pascalCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/pascalCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/pascalCase.js +13 -0
- package/node_modules/es-toolkit/dist/string/pascalCase.mjs +9 -0
- package/node_modules/es-toolkit/dist/string/reverseString.d.mts +16 -0
- package/node_modules/es-toolkit/dist/string/reverseString.d.ts +16 -0
- package/node_modules/es-toolkit/dist/string/reverseString.js +9 -0
- package/node_modules/es-toolkit/dist/string/reverseString.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/snakeCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/snakeCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/snakeCase.js +12 -0
- package/node_modules/es-toolkit/dist/string/snakeCase.mjs +8 -0
- package/node_modules/es-toolkit/dist/string/startCase.d.mts +16 -0
- package/node_modules/es-toolkit/dist/string/startCase.d.ts +16 -0
- package/node_modules/es-toolkit/dist/string/startCase.js +20 -0
- package/node_modules/es-toolkit/dist/string/startCase.mjs +16 -0
- package/node_modules/es-toolkit/dist/string/trim.d.mts +15 -0
- package/node_modules/es-toolkit/dist/string/trim.d.ts +15 -0
- package/node_modules/es-toolkit/dist/string/trim.js +15 -0
- package/node_modules/es-toolkit/dist/string/trim.mjs +11 -0
- package/node_modules/es-toolkit/dist/string/trimEnd.d.mts +19 -0
- package/node_modules/es-toolkit/dist/string/trimEnd.d.ts +19 -0
- package/node_modules/es-toolkit/dist/string/trimEnd.js +29 -0
- package/node_modules/es-toolkit/dist/string/trimEnd.mjs +25 -0
- package/node_modules/es-toolkit/dist/string/trimStart.d.mts +19 -0
- package/node_modules/es-toolkit/dist/string/trimStart.d.ts +19 -0
- package/node_modules/es-toolkit/dist/string/trimStart.js +26 -0
- package/node_modules/es-toolkit/dist/string/trimStart.mjs +22 -0
- package/node_modules/es-toolkit/dist/string/unescape.d.mts +16 -0
- package/node_modules/es-toolkit/dist/string/unescape.d.ts +16 -0
- package/node_modules/es-toolkit/dist/string/unescape.js +16 -0
- package/node_modules/es-toolkit/dist/string/unescape.mjs +12 -0
- package/node_modules/es-toolkit/dist/string/upperCase.d.mts +17 -0
- package/node_modules/es-toolkit/dist/string/upperCase.d.ts +17 -0
- package/node_modules/es-toolkit/dist/string/upperCase.js +19 -0
- package/node_modules/es-toolkit/dist/string/upperCase.mjs +15 -0
- package/node_modules/es-toolkit/dist/string/upperFirst.d.mts +14 -0
- package/node_modules/es-toolkit/dist/string/upperFirst.d.ts +14 -0
- package/node_modules/es-toolkit/dist/string/upperFirst.js +9 -0
- package/node_modules/es-toolkit/dist/string/upperFirst.mjs +5 -0
- package/node_modules/es-toolkit/dist/string/words.d.mts +20 -0
- package/node_modules/es-toolkit/dist/string/words.d.ts +20 -0
- package/node_modules/es-toolkit/dist/string/words.js +11 -0
- package/node_modules/es-toolkit/dist/string/words.mjs +6 -0
- package/node_modules/es-toolkit/dist/util/attempt.d.mts +42 -0
- package/node_modules/es-toolkit/dist/util/attempt.d.ts +42 -0
- package/node_modules/es-toolkit/dist/util/attempt.js +14 -0
- package/node_modules/es-toolkit/dist/util/attempt.mjs +10 -0
- package/node_modules/es-toolkit/dist/util/attemptAsync.d.mts +35 -0
- package/node_modules/es-toolkit/dist/util/attemptAsync.d.ts +35 -0
- package/node_modules/es-toolkit/dist/util/attemptAsync.js +15 -0
- package/node_modules/es-toolkit/dist/util/attemptAsync.mjs +11 -0
- package/node_modules/es-toolkit/dist/util/index.d.mts +3 -0
- package/node_modules/es-toolkit/dist/util/index.d.ts +3 -0
- package/node_modules/es-toolkit/dist/util/index.js +14 -0
- package/node_modules/es-toolkit/dist/util/index.mjs +3 -0
- package/node_modules/es-toolkit/dist/util/invariant.d.mts +40 -0
- package/node_modules/es-toolkit/dist/util/invariant.d.ts +40 -0
- package/node_modules/es-toolkit/dist/util/invariant.js +15 -0
- package/node_modules/es-toolkit/dist/util/invariant.mjs +11 -0
- package/node_modules/es-toolkit/error.d.ts +1 -0
- package/node_modules/es-toolkit/error.js +1 -0
- package/node_modules/es-toolkit/function.d.ts +1 -0
- package/node_modules/es-toolkit/function.js +1 -0
- package/node_modules/es-toolkit/math.d.ts +1 -0
- package/node_modules/es-toolkit/math.js +1 -0
- package/node_modules/es-toolkit/object.d.ts +1 -0
- package/node_modules/es-toolkit/object.js +1 -0
- package/node_modules/es-toolkit/package.json +343 -0
- package/node_modules/es-toolkit/predicate.d.ts +1 -0
- package/node_modules/es-toolkit/predicate.js +1 -0
- package/node_modules/es-toolkit/promise.d.ts +1 -0
- package/node_modules/es-toolkit/promise.js +1 -0
- package/node_modules/es-toolkit/string.d.ts +1 -0
- package/node_modules/es-toolkit/string.js +1 -0
- package/node_modules/es-toolkit/util.d.ts +1 -0
- package/node_modules/es-toolkit/util.js +1 -0
- package/node_modules/figures/index.d.ts +279 -0
- package/node_modules/figures/index.js +292 -0
- package/node_modules/figures/license +9 -0
- package/node_modules/figures/node_modules/is-unicode-supported/index.d.ts +12 -0
- package/node_modules/figures/node_modules/is-unicode-supported/index.js +21 -0
- package/node_modules/figures/node_modules/is-unicode-supported/license +9 -0
- package/node_modules/figures/node_modules/is-unicode-supported/package.json +47 -0
- package/node_modules/figures/node_modules/is-unicode-supported/readme.md +35 -0
- package/node_modules/figures/package.json +49 -0
- package/node_modules/figures/readme.md +337 -0
- package/node_modules/fullscreen-ink/LICENSE +7 -0
- package/node_modules/fullscreen-ink/README.md +97 -0
- package/node_modules/fullscreen-ink/dist/esm/FullScreenBox.d.ts +6 -0
- package/node_modules/fullscreen-ink/dist/esm/FullScreenBox.js +9 -0
- package/node_modules/fullscreen-ink/dist/esm/demo.d.ts +1 -0
- package/node_modules/fullscreen-ink/dist/esm/demo.js +30 -0
- package/node_modules/fullscreen-ink/dist/esm/index.d.ts +3 -0
- package/node_modules/fullscreen-ink/dist/esm/index.js +3 -0
- package/node_modules/fullscreen-ink/dist/esm/package.json +3 -0
- package/node_modules/fullscreen-ink/dist/esm/useScreenSize.d.ts +8 -0
- package/node_modules/fullscreen-ink/dist/esm/useScreenSize.js +21 -0
- package/node_modules/fullscreen-ink/dist/esm/withFullScreen.d.ts +9 -0
- package/node_modules/fullscreen-ink/dist/esm/withFullScreen.js +32 -0
- package/node_modules/fullscreen-ink/package.json +57 -0
- package/node_modules/get-east-asian-width/index.d.ts +60 -0
- package/node_modules/get-east-asian-width/index.js +30 -0
- package/node_modules/get-east-asian-width/license +9 -0
- package/node_modules/get-east-asian-width/lookup.js +403 -0
- package/node_modules/get-east-asian-width/package.json +70 -0
- package/node_modules/get-east-asian-width/readme.md +65 -0
- package/node_modules/ink/build/apply-styles.js +175 -0
- package/node_modules/ink/build/build-layout.js +77 -0
- package/node_modules/ink/build/calculate-wrapped-text.js +53 -0
- package/node_modules/ink/build/colorize.d.ts +3 -0
- package/node_modules/ink/build/colorize.js +48 -0
- package/node_modules/ink/build/colorize.js.map +1 -0
- package/node_modules/ink/build/components/AccessibilityContext.d.ts +3 -0
- package/node_modules/ink/build/components/AccessibilityContext.js +5 -0
- package/node_modules/ink/build/components/AccessibilityContext.js.map +1 -0
- package/node_modules/ink/build/components/App.d.ts +59 -0
- package/node_modules/ink/build/components/App.js +286 -0
- package/node_modules/ink/build/components/App.js.map +1 -0
- package/node_modules/ink/build/components/AppContext.d.ts +11 -0
- package/node_modules/ink/build/components/AppContext.js +11 -0
- package/node_modules/ink/build/components/AppContext.js.map +1 -0
- package/node_modules/ink/build/components/BackgroundContext.d.ts +4 -0
- package/node_modules/ink/build/components/BackgroundContext.js +3 -0
- package/node_modules/ink/build/components/BackgroundContext.js.map +1 -0
- package/node_modules/ink/build/components/Box.d.ts +117 -0
- package/node_modules/ink/build/components/Box.js +34 -0
- package/node_modules/ink/build/components/Box.js.map +1 -0
- package/node_modules/ink/build/components/Color.js +62 -0
- package/node_modules/ink/build/components/ErrorOverview.d.ts +6 -0
- package/node_modules/ink/build/components/ErrorOverview.js +84 -0
- package/node_modules/ink/build/components/ErrorOverview.js.map +1 -0
- package/node_modules/ink/build/components/FocusContext.d.ts +16 -0
- package/node_modules/ink/build/components/FocusContext.js +17 -0
- package/node_modules/ink/build/components/FocusContext.js.map +1 -0
- package/node_modules/ink/build/components/Newline.d.ts +13 -0
- package/node_modules/ink/build/components/Newline.js +8 -0
- package/node_modules/ink/build/components/Newline.js.map +1 -0
- package/node_modules/ink/build/components/Spacer.d.ts +7 -0
- package/node_modules/ink/build/components/Spacer.js +11 -0
- package/node_modules/ink/build/components/Spacer.js.map +1 -0
- package/node_modules/ink/build/components/Static.d.ts +24 -0
- package/node_modules/ink/build/components/Static.js +28 -0
- package/node_modules/ink/build/components/Static.js.map +1 -0
- package/node_modules/ink/build/components/StderrContext.d.ts +15 -0
- package/node_modules/ink/build/components/StderrContext.js +13 -0
- package/node_modules/ink/build/components/StderrContext.js.map +1 -0
- package/node_modules/ink/build/components/StdinContext.d.ts +22 -0
- package/node_modules/ink/build/components/StdinContext.js +19 -0
- package/node_modules/ink/build/components/StdinContext.js.map +1 -0
- package/node_modules/ink/build/components/StdoutContext.d.ts +15 -0
- package/node_modules/ink/build/components/StdoutContext.js +13 -0
- package/node_modules/ink/build/components/StdoutContext.js.map +1 -0
- package/node_modules/ink/build/components/Text.d.ts +55 -0
- package/node_modules/ink/build/components/Text.js +50 -0
- package/node_modules/ink/build/components/Text.js.map +1 -0
- package/node_modules/ink/build/components/Transform.d.ts +16 -0
- package/node_modules/ink/build/components/Transform.js +15 -0
- package/node_modules/ink/build/components/Transform.js.map +1 -0
- package/node_modules/ink/build/devtools-window-polyfill.d.ts +1 -0
- package/node_modules/ink/build/devtools-window-polyfill.js +65 -0
- package/node_modules/ink/build/devtools-window-polyfill.js.map +1 -0
- package/node_modules/ink/build/devtools.d.ts +1 -0
- package/node_modules/ink/build/devtools.js +11 -0
- package/node_modules/ink/build/devtools.js.map +1 -0
- package/node_modules/ink/build/dom.d.ts +56 -0
- package/node_modules/ink/build/dom.js +123 -0
- package/node_modules/ink/build/dom.js.map +1 -0
- package/node_modules/ink/build/experimental/apply-style.js +140 -0
- package/node_modules/ink/build/experimental/dom.js +123 -0
- package/node_modules/ink/build/experimental/output.js +91 -0
- package/node_modules/ink/build/experimental/reconciler.js +141 -0
- package/node_modules/ink/build/experimental/renderer.js +81 -0
- package/node_modules/ink/build/get-max-width.d.ts +3 -0
- package/node_modules/ink/build/get-max-width.js +10 -0
- package/node_modules/ink/build/get-max-width.js.map +1 -0
- package/node_modules/ink/build/hooks/use-app.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-app.js +8 -0
- package/node_modules/ink/build/hooks/use-app.js.map +1 -0
- package/node_modules/ink/build/hooks/use-focus-manager.d.ts +28 -0
- package/node_modules/ink/build/hooks/use-focus-manager.js +17 -0
- package/node_modules/ink/build/hooks/use-focus-manager.js.map +1 -0
- package/node_modules/ink/build/hooks/use-focus.d.ts +29 -0
- package/node_modules/ink/build/hooks/use-focus.js +42 -0
- package/node_modules/ink/build/hooks/use-focus.js.map +1 -0
- package/node_modules/ink/build/hooks/use-input.d.ts +93 -0
- package/node_modules/ink/build/hooks/use-input.js +93 -0
- package/node_modules/ink/build/hooks/use-input.js.map +1 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js +11 -0
- package/node_modules/ink/build/hooks/use-is-screen-reader-enabled.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stderr.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stderr.js +8 -0
- package/node_modules/ink/build/hooks/use-stderr.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stdin.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stdin.js +8 -0
- package/node_modules/ink/build/hooks/use-stdin.js.map +1 -0
- package/node_modules/ink/build/hooks/use-stdout.d.ts +5 -0
- package/node_modules/ink/build/hooks/use-stdout.js +8 -0
- package/node_modules/ink/build/hooks/use-stdout.js.map +1 -0
- package/node_modules/ink/build/hooks/useInput.js +38 -0
- package/node_modules/ink/build/index.d.ts +28 -0
- package/node_modules/ink/build/index.js +17 -0
- package/node_modules/ink/build/index.js.map +1 -0
- package/node_modules/ink/build/ink.d.ts +54 -0
- package/node_modules/ink/build/ink.js +309 -0
- package/node_modules/ink/build/ink.js.map +1 -0
- package/node_modules/ink/build/instance.js +205 -0
- package/node_modules/ink/build/instances.d.ts +3 -0
- package/node_modules/ink/build/instances.js +8 -0
- package/node_modules/ink/build/instances.js.map +1 -0
- package/node_modules/ink/build/log-update.d.ts +14 -0
- package/node_modules/ink/build/log-update.js +116 -0
- package/node_modules/ink/build/log-update.js.map +1 -0
- package/node_modules/ink/build/measure-element.d.ts +16 -0
- package/node_modules/ink/build/measure-element.js +9 -0
- package/node_modules/ink/build/measure-element.js.map +1 -0
- package/node_modules/ink/build/measure-text.d.ts +6 -0
- package/node_modules/ink/build/measure-text.js +21 -0
- package/node_modules/ink/build/measure-text.js.map +1 -0
- package/node_modules/ink/build/options.d.ts +52 -0
- package/node_modules/ink/build/options.js +2 -0
- package/node_modules/ink/build/options.js.map +1 -0
- package/node_modules/ink/build/output.d.ts +34 -0
- package/node_modules/ink/build/output.js +150 -0
- package/node_modules/ink/build/output.js.map +1 -0
- package/node_modules/ink/build/parse-keypress.d.ts +14 -0
- package/node_modules/ink/build/parse-keypress.js +225 -0
- package/node_modules/ink/build/parse-keypress.js.map +1 -0
- package/node_modules/ink/build/reconciler.d.ts +4 -0
- package/node_modules/ink/build/reconciler.js +254 -0
- package/node_modules/ink/build/reconciler.js.map +1 -0
- package/node_modules/ink/build/render-background.d.ts +4 -0
- package/node_modules/ink/build/render-background.js +25 -0
- package/node_modules/ink/build/render-background.js.map +1 -0
- package/node_modules/ink/build/render-border.d.ts +4 -0
- package/node_modules/ink/build/render-border.js +73 -0
- package/node_modules/ink/build/render-border.js.map +1 -0
- package/node_modules/ink/build/render-node-to-output.d.ts +14 -0
- package/node_modules/ink/build/render-node-to-output.js +147 -0
- package/node_modules/ink/build/render-node-to-output.js.map +1 -0
- package/node_modules/ink/build/render.d.ts +88 -0
- package/node_modules/ink/build/render.js +50 -0
- package/node_modules/ink/build/render.js.map +1 -0
- package/node_modules/ink/build/renderer.d.ts +8 -0
- package/node_modules/ink/build/renderer.js +55 -0
- package/node_modules/ink/build/renderer.js.map +1 -0
- package/node_modules/ink/build/screen-reader-update.d.ts +13 -0
- package/node_modules/ink/build/screen-reader-update.js +38 -0
- package/node_modules/ink/build/screen-reader-update.js.map +1 -0
- package/node_modules/ink/build/squash-text-nodes.d.ts +3 -0
- package/node_modules/ink/build/squash-text-nodes.js +35 -0
- package/node_modules/ink/build/squash-text-nodes.js.map +1 -0
- package/node_modules/ink/build/styles.d.ts +240 -0
- package/node_modules/ink/build/styles.js +232 -0
- package/node_modules/ink/build/styles.js.map +1 -0
- package/node_modules/ink/build/wrap-text.d.ts +3 -0
- package/node_modules/ink/build/wrap-text.js +31 -0
- package/node_modules/ink/build/wrap-text.js.map +1 -0
- package/node_modules/ink/license +10 -0
- package/node_modules/ink/node_modules/ansi-escapes/base.d.ts +292 -0
- package/node_modules/ink/node_modules/ansi-escapes/base.js +198 -0
- package/node_modules/ink/node_modules/ansi-escapes/index.d.ts +2 -0
- package/node_modules/ink/node_modules/ansi-escapes/index.js +2 -0
- package/node_modules/ink/node_modules/ansi-escapes/license +9 -0
- package/node_modules/ink/node_modules/ansi-escapes/package.json +70 -0
- package/node_modules/ink/node_modules/ansi-escapes/readme.md +284 -0
- package/node_modules/ink/node_modules/ansi-regex/index.d.ts +33 -0
- package/node_modules/ink/node_modules/ansi-regex/index.js +14 -0
- package/node_modules/ink/node_modules/ansi-regex/license +9 -0
- package/node_modules/ink/node_modules/ansi-regex/package.json +61 -0
- package/node_modules/ink/node_modules/ansi-regex/readme.md +66 -0
- package/node_modules/ink/node_modules/ansi-styles/index.d.ts +236 -0
- package/node_modules/ink/node_modules/ansi-styles/index.js +223 -0
- package/node_modules/ink/node_modules/ansi-styles/license +9 -0
- package/node_modules/ink/node_modules/ansi-styles/package.json +54 -0
- package/node_modules/ink/node_modules/ansi-styles/readme.md +173 -0
- package/node_modules/ink/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/node_modules/ink/node_modules/emoji-regex/README.md +107 -0
- package/node_modules/ink/node_modules/emoji-regex/index.d.ts +3 -0
- package/node_modules/ink/node_modules/emoji-regex/index.js +4 -0
- package/node_modules/ink/node_modules/emoji-regex/index.mjs +4 -0
- package/node_modules/ink/node_modules/emoji-regex/package.json +45 -0
- package/node_modules/ink/node_modules/indent-string/index.d.ts +38 -0
- package/node_modules/ink/node_modules/indent-string/index.js +38 -0
- package/node_modules/ink/node_modules/indent-string/license +9 -0
- package/node_modules/ink/node_modules/indent-string/package.json +40 -0
- package/node_modules/ink/node_modules/indent-string/readme.md +73 -0
- package/node_modules/ink/node_modules/is-in-ci/cli.js +5 -0
- package/node_modules/ink/node_modules/is-in-ci/index.d.ts +15 -0
- package/node_modules/ink/node_modules/is-in-ci/index.js +7 -0
- package/node_modules/ink/node_modules/is-in-ci/license +9 -0
- package/node_modules/ink/node_modules/is-in-ci/package.json +49 -0
- package/node_modules/ink/node_modules/is-in-ci/readme.md +44 -0
- package/node_modules/ink/node_modules/signal-exit/LICENSE.txt +16 -0
- package/node_modules/ink/node_modules/signal-exit/README.md +39 -0
- package/node_modules/ink/node_modules/signal-exit/index.js +202 -0
- package/node_modules/ink/node_modules/signal-exit/package.json +38 -0
- package/node_modules/ink/node_modules/signal-exit/signals.js +53 -0
- package/node_modules/ink/node_modules/string-width/index.d.ts +39 -0
- package/node_modules/ink/node_modules/string-width/index.js +89 -0
- package/node_modules/ink/node_modules/string-width/license +9 -0
- package/node_modules/ink/node_modules/string-width/package.json +65 -0
- package/node_modules/ink/node_modules/string-width/readme.md +66 -0
- package/node_modules/ink/node_modules/strip-ansi/index.d.ts +15 -0
- package/node_modules/ink/node_modules/strip-ansi/index.js +14 -0
- package/node_modules/ink/node_modules/strip-ansi/license +9 -0
- package/node_modules/ink/node_modules/strip-ansi/package.json +59 -0
- package/node_modules/ink/node_modules/strip-ansi/readme.md +37 -0
- package/node_modules/ink/node_modules/type-fest/index.d.ts +178 -0
- package/node_modules/ink/node_modules/type-fest/license-cc0 +121 -0
- package/node_modules/ink/node_modules/type-fest/license-mit +9 -0
- package/node_modules/ink/node_modules/type-fest/package.json +91 -0
- package/node_modules/ink/node_modules/type-fest/readme.md +1060 -0
- package/node_modules/ink/node_modules/type-fest/source/all-union-fields.d.ts +88 -0
- package/node_modules/ink/node_modules/type-fest/source/and.d.ts +25 -0
- package/node_modules/ink/node_modules/type-fest/source/array-indices.d.ts +23 -0
- package/node_modules/ink/node_modules/type-fest/source/array-slice.d.ts +109 -0
- package/node_modules/ink/node_modules/type-fest/source/array-splice.d.ts +99 -0
- package/node_modules/ink/node_modules/type-fest/source/array-tail.d.ts +76 -0
- package/node_modules/ink/node_modules/type-fest/source/array-values.d.ts +22 -0
- package/node_modules/ink/node_modules/type-fest/source/arrayable.d.ts +29 -0
- package/node_modules/ink/node_modules/type-fest/source/async-return-type.d.ts +23 -0
- package/node_modules/ink/node_modules/type-fest/source/asyncify.d.ts +32 -0
- package/node_modules/ink/node_modules/type-fest/source/basic.d.ts +68 -0
- package/node_modules/ink/node_modules/type-fest/source/camel-case.d.ts +89 -0
- package/node_modules/ink/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +97 -0
- package/node_modules/ink/node_modules/type-fest/source/camel-cased-properties.d.ts +43 -0
- package/node_modules/ink/node_modules/type-fest/source/conditional-except.d.ts +45 -0
- package/node_modules/ink/node_modules/type-fest/source/conditional-keys.d.ts +47 -0
- package/node_modules/ink/node_modules/type-fest/source/conditional-pick-deep.d.ts +118 -0
- package/node_modules/ink/node_modules/type-fest/source/conditional-pick.d.ts +44 -0
- package/node_modules/ink/node_modules/type-fest/source/conditional-simplify.d.ts +32 -0
- package/node_modules/ink/node_modules/type-fest/source/delimiter-case.d.ts +78 -0
- package/node_modules/ink/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +106 -0
- package/node_modules/ink/node_modules/type-fest/source/delimiter-cased-properties.d.ts +46 -0
- package/node_modules/ink/node_modules/type-fest/source/distributed-omit.d.ts +89 -0
- package/node_modules/ink/node_modules/type-fest/source/distributed-pick.d.ts +85 -0
- package/node_modules/ink/node_modules/type-fest/source/empty-object.d.ts +46 -0
- package/node_modules/ink/node_modules/type-fest/source/enforce-optional.d.ts +47 -0
- package/node_modules/ink/node_modules/type-fest/source/entries.d.ts +62 -0
- package/node_modules/ink/node_modules/type-fest/source/entry.d.ts +65 -0
- package/node_modules/ink/node_modules/type-fest/source/exact.d.ts +68 -0
- package/node_modules/ink/node_modules/type-fest/source/except.d.ts +108 -0
- package/node_modules/ink/node_modules/type-fest/source/find-global-type.d.ts +64 -0
- package/node_modules/ink/node_modules/type-fest/source/fixed-length-array.d.ts +43 -0
- package/node_modules/ink/node_modules/type-fest/source/get.d.ts +219 -0
- package/node_modules/ink/node_modules/type-fest/source/global-this.d.ts +21 -0
- package/node_modules/ink/node_modules/type-fest/source/greater-than-or-equal.d.ts +22 -0
- package/node_modules/ink/node_modules/type-fest/source/greater-than.d.ts +56 -0
- package/node_modules/ink/node_modules/type-fest/source/has-optional-keys.d.ts +21 -0
- package/node_modules/ink/node_modules/type-fest/source/has-readonly-keys.d.ts +21 -0
- package/node_modules/ink/node_modules/type-fest/source/has-required-keys.d.ts +59 -0
- package/node_modules/ink/node_modules/type-fest/source/has-writable-keys.d.ts +21 -0
- package/node_modules/ink/node_modules/type-fest/source/if-any.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/if-empty-object.d.ts +26 -0
- package/node_modules/ink/node_modules/type-fest/source/if-never.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/if-null.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/if-unknown.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/includes.d.ts +22 -0
- package/node_modules/ink/node_modules/type-fest/source/int-closed-range.d.ts +35 -0
- package/node_modules/ink/node_modules/type-fest/source/int-range.d.ts +55 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/array.d.ts +126 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/characters.d.ts +67 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/index.d.ts +8 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/keys.d.ts +97 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/numeric.d.ts +118 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/object.d.ts +236 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/string.d.ts +210 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/tuple.d.ts +90 -0
- package/node_modules/ink/node_modules/type-fest/source/internal/type.d.ts +139 -0
- package/node_modules/ink/node_modules/type-fest/source/invariant-of.d.ts +76 -0
- package/node_modules/ink/node_modules/type-fest/source/is-any.d.ts +33 -0
- package/node_modules/ink/node_modules/type-fest/source/is-equal.d.ts +31 -0
- package/node_modules/ink/node_modules/type-fest/source/is-float.d.ts +41 -0
- package/node_modules/ink/node_modules/type-fest/source/is-integer.d.ts +58 -0
- package/node_modules/ink/node_modules/type-fest/source/is-literal.d.ts +296 -0
- package/node_modules/ink/node_modules/type-fest/source/is-never.d.ts +42 -0
- package/node_modules/ink/node_modules/type-fest/source/is-null.d.ts +20 -0
- package/node_modules/ink/node_modules/type-fest/source/is-tuple.d.ts +89 -0
- package/node_modules/ink/node_modules/type-fest/source/is-unknown.d.ts +52 -0
- package/node_modules/ink/node_modules/type-fest/source/iterable-element.d.ts +64 -0
- package/node_modules/ink/node_modules/type-fest/source/join.d.ts +68 -0
- package/node_modules/ink/node_modules/type-fest/source/jsonifiable.d.ts +37 -0
- package/node_modules/ink/node_modules/type-fest/source/jsonify.d.ts +122 -0
- package/node_modules/ink/node_modules/type-fest/source/kebab-case.d.ts +44 -0
- package/node_modules/ink/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +63 -0
- package/node_modules/ink/node_modules/type-fest/source/kebab-cased-properties.d.ts +40 -0
- package/node_modules/ink/node_modules/type-fest/source/keys-of-union.d.ts +42 -0
- package/node_modules/ink/node_modules/type-fest/source/last-array-element.d.ts +38 -0
- package/node_modules/ink/node_modules/type-fest/source/less-than-or-equal.d.ts +22 -0
- package/node_modules/ink/node_modules/type-fest/source/less-than.d.ts +26 -0
- package/node_modules/ink/node_modules/type-fest/source/literal-to-primitive-deep.d.ts +36 -0
- package/node_modules/ink/node_modules/type-fest/source/literal-to-primitive.d.ts +36 -0
- package/node_modules/ink/node_modules/type-fest/source/literal-union.d.ts +37 -0
- package/node_modules/ink/node_modules/type-fest/source/merge-deep.d.ts +486 -0
- package/node_modules/ink/node_modules/type-fest/source/merge-exclusive.d.ts +41 -0
- package/node_modules/ink/node_modules/type-fest/source/merge.d.ts +48 -0
- package/node_modules/ink/node_modules/type-fest/source/multidimensional-array.d.ts +44 -0
- package/node_modules/ink/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +48 -0
- package/node_modules/ink/node_modules/type-fest/source/non-empty-object.d.ts +35 -0
- package/node_modules/ink/node_modules/type-fest/source/non-empty-string.d.ts +28 -0
- package/node_modules/ink/node_modules/type-fest/source/non-empty-tuple.d.ts +21 -0
- package/node_modules/ink/node_modules/type-fest/source/numeric.d.ts +222 -0
- package/node_modules/ink/node_modules/type-fest/source/observable-like.d.ts +63 -0
- package/node_modules/ink/node_modules/type-fest/source/omit-deep.d.ts +167 -0
- package/node_modules/ink/node_modules/type-fest/source/omit-index-signature.d.ts +95 -0
- package/node_modules/ink/node_modules/type-fest/source/opaque.d.ts +1 -0
- package/node_modules/ink/node_modules/type-fest/source/optional-keys-of.d.ts +39 -0
- package/node_modules/ink/node_modules/type-fest/source/or.d.ts +25 -0
- package/node_modules/ink/node_modules/type-fest/source/override-properties.d.ts +36 -0
- package/node_modules/ink/node_modules/type-fest/source/package-json.d.ts +676 -0
- package/node_modules/ink/node_modules/type-fest/source/partial-deep.d.ts +151 -0
- package/node_modules/ink/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +78 -0
- package/node_modules/ink/node_modules/type-fest/source/pascal-case.d.ts +42 -0
- package/node_modules/ink/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +62 -0
- package/node_modules/ink/node_modules/type-fest/source/pascal-cased-properties.d.ts +36 -0
- package/node_modules/ink/node_modules/type-fest/source/paths.d.ts +262 -0
- package/node_modules/ink/node_modules/type-fest/source/pick-deep.d.ts +149 -0
- package/node_modules/ink/node_modules/type-fest/source/pick-index-signature.d.ts +50 -0
- package/node_modules/ink/node_modules/type-fest/source/primitive.d.ts +13 -0
- package/node_modules/ink/node_modules/type-fest/source/promisable.d.ts +25 -0
- package/node_modules/ink/node_modules/type-fest/source/readonly-deep.d.ts +81 -0
- package/node_modules/ink/node_modules/type-fest/source/readonly-keys-of.d.ts +30 -0
- package/node_modules/ink/node_modules/type-fest/source/readonly-tuple.d.ts +41 -0
- package/node_modules/ink/node_modules/type-fest/source/replace.d.ts +85 -0
- package/node_modules/ink/node_modules/type-fest/source/require-all-or-none.d.ts +51 -0
- package/node_modules/ink/node_modules/type-fest/source/require-at-least-one.d.ts +47 -0
- package/node_modules/ink/node_modules/type-fest/source/require-exactly-one.d.ts +45 -0
- package/node_modules/ink/node_modules/type-fest/source/require-one-or-none.d.ts +46 -0
- package/node_modules/ink/node_modules/type-fest/source/required-deep.d.ts +78 -0
- package/node_modules/ink/node_modules/type-fest/source/required-keys-of.d.ts +30 -0
- package/node_modules/ink/node_modules/type-fest/source/schema.d.ts +114 -0
- package/node_modules/ink/node_modules/type-fest/source/screaming-snake-case.d.ts +28 -0
- package/node_modules/ink/node_modules/type-fest/source/set-field-type.d.ts +65 -0
- package/node_modules/ink/node_modules/type-fest/source/set-non-nullable-deep.d.ts +83 -0
- package/node_modules/ink/node_modules/type-fest/source/set-non-nullable.d.ts +39 -0
- package/node_modules/ink/node_modules/type-fest/source/set-optional.d.ts +38 -0
- package/node_modules/ink/node_modules/type-fest/source/set-parameter-type.d.ts +117 -0
- package/node_modules/ink/node_modules/type-fest/source/set-readonly.d.ts +39 -0
- package/node_modules/ink/node_modules/type-fest/source/set-required-deep.d.ts +68 -0
- package/node_modules/ink/node_modules/type-fest/source/set-required.d.ts +70 -0
- package/node_modules/ink/node_modules/type-fest/source/set-return-type.d.ts +29 -0
- package/node_modules/ink/node_modules/type-fest/source/shared-union-fields-deep.d.ts +178 -0
- package/node_modules/ink/node_modules/type-fest/source/shared-union-fields.d.ts +76 -0
- package/node_modules/ink/node_modules/type-fest/source/simplify-deep.d.ts +115 -0
- package/node_modules/ink/node_modules/type-fest/source/simplify.d.ts +58 -0
- package/node_modules/ink/node_modules/type-fest/source/single-key-object.d.ts +29 -0
- package/node_modules/ink/node_modules/type-fest/source/snake-case.d.ts +45 -0
- package/node_modules/ink/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +63 -0
- package/node_modules/ink/node_modules/type-fest/source/snake-cased-properties.d.ts +40 -0
- package/node_modules/ink/node_modules/type-fest/source/split.d.ts +88 -0
- package/node_modules/ink/node_modules/type-fest/source/spread.d.ts +84 -0
- package/node_modules/ink/node_modules/type-fest/source/string-key-of.d.ts +25 -0
- package/node_modules/ink/node_modules/type-fest/source/string-repeat.d.ts +47 -0
- package/node_modules/ink/node_modules/type-fest/source/string-slice.d.ts +37 -0
- package/node_modules/ink/node_modules/type-fest/source/stringified.d.ts +23 -0
- package/node_modules/ink/node_modules/type-fest/source/structured-cloneable.d.ts +92 -0
- package/node_modules/ink/node_modules/type-fest/source/subtract.d.ts +83 -0
- package/node_modules/ink/node_modules/type-fest/source/sum.d.ts +78 -0
- package/node_modules/ink/node_modules/type-fest/source/tagged-union.d.ts +51 -0
- package/node_modules/ink/node_modules/type-fest/source/tagged.d.ts +256 -0
- package/node_modules/ink/node_modules/type-fest/source/trim.d.ts +27 -0
- package/node_modules/ink/node_modules/type-fest/source/tsconfig-json.d.ts +1294 -0
- package/node_modules/ink/node_modules/type-fest/source/tuple-to-object.d.ts +42 -0
- package/node_modules/ink/node_modules/type-fest/source/tuple-to-union.d.ts +51 -0
- package/node_modules/ink/node_modules/type-fest/source/typed-array.d.ts +17 -0
- package/node_modules/ink/node_modules/type-fest/source/undefined-on-partial-deep.d.ts +80 -0
- package/node_modules/ink/node_modules/type-fest/source/union-to-intersection.d.ts +61 -0
- package/node_modules/ink/node_modules/type-fest/source/union-to-tuple.d.ts +56 -0
- package/node_modules/ink/node_modules/type-fest/source/unknown-array.d.ts +25 -0
- package/node_modules/ink/node_modules/type-fest/source/unknown-map.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/unknown-record.d.ts +31 -0
- package/node_modules/ink/node_modules/type-fest/source/unknown-set.d.ts +24 -0
- package/node_modules/ink/node_modules/type-fest/source/value-of.d.ts +42 -0
- package/node_modules/ink/node_modules/type-fest/source/words.d.ts +118 -0
- package/node_modules/ink/node_modules/type-fest/source/writable-deep.d.ts +83 -0
- package/node_modules/ink/node_modules/type-fest/source/writable-keys-of.d.ts +33 -0
- package/node_modules/ink/node_modules/type-fest/source/writable.d.ts +68 -0
- package/node_modules/ink/node_modules/widest-line/index.d.ts +12 -0
- package/node_modules/ink/node_modules/widest-line/index.js +11 -0
- package/node_modules/ink/node_modules/widest-line/license +9 -0
- package/node_modules/ink/node_modules/widest-line/node_modules/string-width/index.d.ts +39 -0
- package/node_modules/ink/node_modules/widest-line/node_modules/string-width/index.js +82 -0
- package/node_modules/ink/node_modules/widest-line/node_modules/string-width/license +9 -0
- package/node_modules/ink/node_modules/widest-line/node_modules/string-width/package.json +64 -0
- package/node_modules/ink/node_modules/widest-line/node_modules/string-width/readme.md +66 -0
- package/node_modules/ink/node_modules/widest-line/package.json +60 -0
- package/node_modules/ink/node_modules/widest-line/readme.md +26 -0
- package/node_modules/ink/node_modules/wrap-ansi/index.d.ts +41 -0
- package/node_modules/ink/node_modules/wrap-ansi/index.js +222 -0
- package/node_modules/ink/node_modules/wrap-ansi/license +9 -0
- package/node_modules/ink/node_modules/wrap-ansi/node_modules/string-width/index.d.ts +39 -0
- package/node_modules/ink/node_modules/wrap-ansi/node_modules/string-width/index.js +82 -0
- package/node_modules/ink/node_modules/wrap-ansi/node_modules/string-width/license +9 -0
- package/node_modules/ink/node_modules/wrap-ansi/node_modules/string-width/package.json +64 -0
- package/node_modules/ink/node_modules/wrap-ansi/node_modules/string-width/readme.md +66 -0
- package/node_modules/ink/node_modules/wrap-ansi/package.json +69 -0
- package/node_modules/ink/node_modules/wrap-ansi/readme.md +75 -0
- package/node_modules/ink/package.json +195 -0
- package/node_modules/ink/readme.md +2356 -0
- package/node_modules/ink-scroll-list/LICENSE +21 -0
- package/node_modules/ink-scroll-list/README.md +241 -0
- package/node_modules/ink-scroll-list/dist/index.d.ts +232 -0
- package/node_modules/ink-scroll-list/dist/index.js +293 -0
- package/node_modules/ink-scroll-list/dist/index.js.map +1 -0
- package/node_modules/ink-scroll-list/package.json +61 -0
- package/node_modules/ink-scroll-view/LICENSE +21 -0
- package/node_modules/ink-scroll-view/README.md +212 -0
- package/node_modules/ink-scroll-view/dist/index.d.ts +358 -0
- package/node_modules/ink-scroll-view/dist/index.js +338 -0
- package/node_modules/ink-scroll-view/dist/index.js.map +1 -0
- package/node_modules/ink-scroll-view/docs/_media/expand.svg +110 -0
- package/node_modules/ink-scroll-view/docs/_media/items.svg +97 -0
- package/node_modules/ink-scroll-view/docs/_media/resize.svg +106 -0
- package/node_modules/ink-scroll-view/docs/_media/scroll.svg +145 -0
- package/node_modules/ink-scroll-view/docs/_media/width.svg +110 -0
- package/node_modules/ink-scroll-view/docs/api/README.md +17 -0
- package/node_modules/ink-scroll-view/docs/api/interfaces/ControlledScrollViewProps.md +878 -0
- package/node_modules/ink-scroll-view/docs/api/interfaces/ControlledScrollViewRef.md +142 -0
- package/node_modules/ink-scroll-view/docs/api/interfaces/ScrollViewProps.md +938 -0
- package/node_modules/ink-scroll-view/docs/api/interfaces/ScrollViewRef.md +260 -0
- package/node_modules/ink-scroll-view/docs/api/variables/ControlledScrollView.md +21 -0
- package/node_modules/ink-scroll-view/docs/api/variables/ScrollView.md +59 -0
- package/node_modules/ink-scroll-view/package.json +59 -0
- package/node_modules/ink-spinner/build/index.d.ts +16 -0
- package/node_modules/ink-spinner/build/index.js +24 -0
- package/node_modules/ink-spinner/build/index.js.map +1 -0
- package/node_modules/ink-spinner/license +9 -0
- package/node_modules/ink-spinner/package.json +75 -0
- package/node_modules/ink-spinner/readme.md +39 -0
- package/node_modules/ink-text-input/build/index.d.ts +46 -0
- package/node_modules/ink-text-input/build/index.js +118 -0
- package/node_modules/ink-text-input/build/index.js.map +1 -0
- package/node_modules/ink-text-input/license +9 -0
- package/node_modules/ink-text-input/node_modules/type-fest/index.d.ts +178 -0
- package/node_modules/ink-text-input/node_modules/type-fest/license-cc0 +121 -0
- package/node_modules/ink-text-input/node_modules/type-fest/license-mit +9 -0
- package/node_modules/ink-text-input/node_modules/type-fest/package.json +91 -0
- package/node_modules/ink-text-input/node_modules/type-fest/readme.md +1060 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/all-union-fields.d.ts +88 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/and.d.ts +25 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/array-indices.d.ts +23 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/array-slice.d.ts +109 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/array-splice.d.ts +99 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/array-tail.d.ts +76 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/array-values.d.ts +22 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/arrayable.d.ts +29 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/async-return-type.d.ts +23 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/asyncify.d.ts +32 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/basic.d.ts +68 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/camel-case.d.ts +89 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/camel-cased-properties-deep.d.ts +97 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/camel-cased-properties.d.ts +43 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/conditional-except.d.ts +45 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/conditional-keys.d.ts +47 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/conditional-pick-deep.d.ts +118 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/conditional-pick.d.ts +44 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/conditional-simplify.d.ts +32 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/delimiter-case.d.ts +78 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/delimiter-cased-properties-deep.d.ts +106 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/delimiter-cased-properties.d.ts +46 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/distributed-omit.d.ts +89 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/distributed-pick.d.ts +85 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/empty-object.d.ts +46 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/enforce-optional.d.ts +47 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/entries.d.ts +62 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/entry.d.ts +65 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/exact.d.ts +68 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/except.d.ts +108 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/find-global-type.d.ts +64 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/fixed-length-array.d.ts +43 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/get.d.ts +219 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/global-this.d.ts +21 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/greater-than-or-equal.d.ts +22 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/greater-than.d.ts +56 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/has-optional-keys.d.ts +21 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/has-readonly-keys.d.ts +21 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/has-required-keys.d.ts +59 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/has-writable-keys.d.ts +21 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/if-any.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/if-empty-object.d.ts +26 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/if-never.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/if-null.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/if-unknown.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/includes.d.ts +22 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/int-closed-range.d.ts +35 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/int-range.d.ts +55 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/array.d.ts +126 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/characters.d.ts +67 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/index.d.ts +8 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/keys.d.ts +97 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/numeric.d.ts +118 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/object.d.ts +236 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/string.d.ts +210 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/tuple.d.ts +90 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/internal/type.d.ts +139 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/invariant-of.d.ts +76 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-any.d.ts +33 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-equal.d.ts +31 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-float.d.ts +41 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-integer.d.ts +58 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-literal.d.ts +296 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-never.d.ts +42 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-null.d.ts +20 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-tuple.d.ts +89 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/is-unknown.d.ts +52 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/iterable-element.d.ts +64 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/join.d.ts +68 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/jsonifiable.d.ts +37 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/jsonify.d.ts +122 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/kebab-case.d.ts +44 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/kebab-cased-properties-deep.d.ts +63 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/kebab-cased-properties.d.ts +40 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/keys-of-union.d.ts +42 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/last-array-element.d.ts +38 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/less-than-or-equal.d.ts +22 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/less-than.d.ts +26 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/literal-to-primitive-deep.d.ts +36 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/literal-to-primitive.d.ts +36 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/literal-union.d.ts +37 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/merge-deep.d.ts +486 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/merge-exclusive.d.ts +41 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/merge.d.ts +48 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/multidimensional-array.d.ts +44 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/multidimensional-readonly-array.d.ts +48 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/non-empty-object.d.ts +35 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/non-empty-string.d.ts +28 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/non-empty-tuple.d.ts +21 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/numeric.d.ts +222 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/observable-like.d.ts +63 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/omit-deep.d.ts +167 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/omit-index-signature.d.ts +95 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/opaque.d.ts +1 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/optional-keys-of.d.ts +39 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/or.d.ts +25 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/override-properties.d.ts +36 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/package-json.d.ts +676 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/partial-deep.d.ts +151 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/partial-on-undefined-deep.d.ts +78 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/pascal-case.d.ts +42 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/pascal-cased-properties-deep.d.ts +62 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/pascal-cased-properties.d.ts +36 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/paths.d.ts +262 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/pick-deep.d.ts +149 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/pick-index-signature.d.ts +50 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/primitive.d.ts +13 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/promisable.d.ts +25 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/readonly-deep.d.ts +81 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/readonly-keys-of.d.ts +30 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/readonly-tuple.d.ts +41 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/replace.d.ts +85 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/require-all-or-none.d.ts +51 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/require-at-least-one.d.ts +47 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/require-exactly-one.d.ts +45 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/require-one-or-none.d.ts +46 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/required-deep.d.ts +78 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/required-keys-of.d.ts +30 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/schema.d.ts +114 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/screaming-snake-case.d.ts +28 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-field-type.d.ts +65 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-non-nullable-deep.d.ts +83 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-non-nullable.d.ts +39 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-optional.d.ts +38 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-parameter-type.d.ts +117 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-readonly.d.ts +39 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-required-deep.d.ts +68 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-required.d.ts +70 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/set-return-type.d.ts +29 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/shared-union-fields-deep.d.ts +178 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/shared-union-fields.d.ts +76 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/simplify-deep.d.ts +115 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/simplify.d.ts +58 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/single-key-object.d.ts +29 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/snake-case.d.ts +45 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/snake-cased-properties-deep.d.ts +63 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/snake-cased-properties.d.ts +40 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/split.d.ts +88 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/spread.d.ts +84 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/string-key-of.d.ts +25 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/string-repeat.d.ts +47 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/string-slice.d.ts +37 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/stringified.d.ts +23 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/structured-cloneable.d.ts +92 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/subtract.d.ts +83 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/sum.d.ts +78 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/tagged-union.d.ts +51 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/tagged.d.ts +256 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/trim.d.ts +27 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/tsconfig-json.d.ts +1294 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/tuple-to-object.d.ts +42 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/tuple-to-union.d.ts +51 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/typed-array.d.ts +17 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/undefined-on-partial-deep.d.ts +80 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/union-to-intersection.d.ts +61 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/union-to-tuple.d.ts +56 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/unknown-array.d.ts +25 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/unknown-map.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/unknown-record.d.ts +31 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/unknown-set.d.ts +24 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/value-of.d.ts +42 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/words.d.ts +118 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/writable-deep.d.ts +83 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/writable-keys-of.d.ts +33 -0
- package/node_modules/ink-text-input/node_modules/type-fest/source/writable.d.ts +68 -0
- package/node_modules/ink-text-input/package.json +87 -0
- package/node_modules/ink-text-input/readme.md +122 -0
- package/node_modules/mimic-fn/index.d.ts +54 -0
- package/node_modules/mimic-fn/index.js +13 -0
- package/node_modules/mimic-fn/license +9 -0
- package/node_modules/mimic-fn/package.json +42 -0
- package/node_modules/mimic-fn/readme.md +69 -0
- package/node_modules/onetime/index.d.ts +64 -0
- package/node_modules/onetime/index.js +44 -0
- package/node_modules/onetime/license +9 -0
- package/node_modules/onetime/package.json +43 -0
- package/node_modules/onetime/readme.md +94 -0
- package/node_modules/patch-console/dist/index.d.ts +4 -0
- package/node_modules/patch-console/dist/index.js +45 -0
- package/node_modules/patch-console/dist/index.js.map +1 -0
- package/node_modules/patch-console/license +9 -0
- package/node_modules/patch-console/package.json +53 -0
- package/node_modules/patch-console/readme.md +62 -0
- package/node_modules/react-reconciler/LICENSE +21 -0
- package/node_modules/react-reconciler/README.md +353 -0
- package/node_modules/react-reconciler/cjs/react-reconciler-constants.development.js +19 -0
- package/node_modules/react-reconciler/cjs/react-reconciler-constants.production.js +18 -0
- package/node_modules/react-reconciler/cjs/react-reconciler-reflection.development.js +394 -0
- package/node_modules/react-reconciler/cjs/react-reconciler-reflection.production.js +382 -0
- package/node_modules/react-reconciler/cjs/react-reconciler.development.js +19736 -0
- package/node_modules/react-reconciler/cjs/react-reconciler.production.js +11594 -0
- package/node_modules/react-reconciler/cjs/react-reconciler.profiling.js +13427 -0
- package/node_modules/react-reconciler/constants.js +7 -0
- package/node_modules/react-reconciler/index.js +7 -0
- package/node_modules/react-reconciler/package.json +34 -0
- package/node_modules/react-reconciler/reflection.js +7 -0
- package/node_modules/react-router/CHANGELOG.md +2366 -0
- package/node_modules/react-router/LICENSE.md +23 -0
- package/node_modules/react-router/README.md +7 -0
- package/node_modules/react-router/dist/development/browser-BEPxnEBW.d.mts +313 -0
- package/node_modules/react-router/dist/development/browser-CJ9_du-U.d.ts +313 -0
- package/node_modules/react-router/dist/development/chunk-4LKRSAEJ.mjs +2508 -0
- package/node_modules/react-router/dist/development/chunk-7PAHGFS4.js +188 -0
- package/node_modules/react-router/dist/development/chunk-HMDR2CVH.js +1334 -0
- package/node_modules/react-router/dist/development/chunk-JZWAC4HX.mjs +11009 -0
- package/node_modules/react-router/dist/development/chunk-WICQJKU6.js +9736 -0
- package/node_modules/react-router/dist/development/dom-export.d.mts +171 -0
- package/node_modules/react-router/dist/development/dom-export.d.ts +172 -0
- package/node_modules/react-router/dist/development/dom-export.js +987 -0
- package/node_modules/react-router/dist/development/dom-export.mjs +979 -0
- package/node_modules/react-router/dist/development/index-react-server-client-1TI9M9o1.d.ts +2534 -0
- package/node_modules/react-router/dist/development/index-react-server-client-MKTlCGL3.d.mts +2534 -0
- package/node_modules/react-router/dist/development/index-react-server-client.d.mts +3 -0
- package/node_modules/react-router/dist/development/index-react-server-client.d.ts +3 -0
- package/node_modules/react-router/dist/development/index-react-server-client.js +61 -0
- package/node_modules/react-router/dist/development/index-react-server-client.mjs +59 -0
- package/node_modules/react-router/dist/development/index-react-server.d.mts +2553 -0
- package/node_modules/react-router/dist/development/index-react-server.d.ts +2553 -0
- package/node_modules/react-router/dist/development/index-react-server.js +3708 -0
- package/node_modules/react-router/dist/development/index-react-server.mjs +3597 -0
- package/node_modules/react-router/dist/development/index.d.mts +1387 -0
- package/node_modules/react-router/dist/development/index.d.ts +1387 -0
- package/node_modules/react-router/dist/development/index.js +2551 -0
- package/node_modules/react-router/dist/development/index.mjs +275 -0
- package/node_modules/react-router/dist/development/instrumentation-DvHY1sgY.d.ts +3332 -0
- package/node_modules/react-router/dist/development/lib/types/internal.d.mts +184 -0
- package/node_modules/react-router/dist/development/lib/types/internal.d.ts +184 -0
- package/node_modules/react-router/dist/development/lib/types/internal.js +10 -0
- package/node_modules/react-router/dist/development/lib/types/internal.mjs +10 -0
- package/node_modules/react-router/dist/development/register-Bm80E9qL.d.ts +30 -0
- package/node_modules/react-router/dist/development/register-CS_tiXsm.d.mts +30 -0
- package/node_modules/react-router/dist/development/router-5iOvts3c.d.mts +3332 -0
- package/node_modules/react-router/dist/production/browser-BEPxnEBW.d.mts +313 -0
- package/node_modules/react-router/dist/production/browser-CJ9_du-U.d.ts +313 -0
- package/node_modules/react-router/dist/production/chunk-GSFLVUYQ.mjs +2508 -0
- package/node_modules/react-router/dist/production/chunk-N2HZAAIG.js +1334 -0
- package/node_modules/react-router/dist/production/chunk-NGWWS4QJ.js +188 -0
- package/node_modules/react-router/dist/production/chunk-QSNCZFX5.js +9736 -0
- package/node_modules/react-router/dist/production/chunk-Y3R63HEB.mjs +11009 -0
- package/node_modules/react-router/dist/production/dom-export.d.mts +171 -0
- package/node_modules/react-router/dist/production/dom-export.d.ts +172 -0
- package/node_modules/react-router/dist/production/dom-export.js +987 -0
- package/node_modules/react-router/dist/production/dom-export.mjs +979 -0
- package/node_modules/react-router/dist/production/index-react-server-client-1TI9M9o1.d.ts +2534 -0
- package/node_modules/react-router/dist/production/index-react-server-client-MKTlCGL3.d.mts +2534 -0
- package/node_modules/react-router/dist/production/index-react-server-client.d.mts +3 -0
- package/node_modules/react-router/dist/production/index-react-server-client.d.ts +3 -0
- package/node_modules/react-router/dist/production/index-react-server-client.js +61 -0
- package/node_modules/react-router/dist/production/index-react-server-client.mjs +59 -0
- package/node_modules/react-router/dist/production/index-react-server.d.mts +2553 -0
- package/node_modules/react-router/dist/production/index-react-server.d.ts +2553 -0
- package/node_modules/react-router/dist/production/index-react-server.js +3708 -0
- package/node_modules/react-router/dist/production/index-react-server.mjs +3597 -0
- package/node_modules/react-router/dist/production/index.d.mts +1387 -0
- package/node_modules/react-router/dist/production/index.d.ts +1387 -0
- package/node_modules/react-router/dist/production/index.js +2551 -0
- package/node_modules/react-router/dist/production/index.mjs +275 -0
- package/node_modules/react-router/dist/production/instrumentation-DvHY1sgY.d.ts +3332 -0
- package/node_modules/react-router/dist/production/lib/types/internal.d.mts +184 -0
- package/node_modules/react-router/dist/production/lib/types/internal.d.ts +184 -0
- package/node_modules/react-router/dist/production/lib/types/internal.js +10 -0
- package/node_modules/react-router/dist/production/lib/types/internal.mjs +10 -0
- package/node_modules/react-router/dist/production/register-Bm80E9qL.d.ts +30 -0
- package/node_modules/react-router/dist/production/register-CS_tiXsm.d.mts +30 -0
- package/node_modules/react-router/dist/production/router-5iOvts3c.d.mts +3332 -0
- package/node_modules/react-router/node_modules/cookie/LICENSE +24 -0
- package/node_modules/react-router/node_modules/cookie/README.md +295 -0
- package/node_modules/react-router/node_modules/cookie/dist/index.d.ts +148 -0
- package/node_modules/react-router/node_modules/cookie/dist/index.js +350 -0
- package/node_modules/react-router/node_modules/cookie/dist/index.js.map +1 -0
- package/node_modules/react-router/node_modules/cookie/package.json +47 -0
- package/node_modules/react-router/package.json +163 -0
- package/node_modules/react-router-dom/LICENSE.md +23 -0
- package/node_modules/react-router-dom/README.md +6 -0
- package/node_modules/react-router-dom/dist/index.d.mts +2 -0
- package/node_modules/react-router-dom/dist/index.d.ts +2 -0
- package/node_modules/react-router-dom/dist/index.js +45 -0
- package/node_modules/react-router-dom/dist/index.mjs +18 -0
- package/node_modules/react-router-dom/package.json +83 -0
- package/node_modules/restore-cursor/index.d.ts +11 -0
- package/node_modules/restore-cursor/index.js +11 -0
- package/node_modules/restore-cursor/license +9 -0
- package/node_modules/restore-cursor/node_modules/signal-exit/LICENSE.txt +16 -0
- package/node_modules/restore-cursor/node_modules/signal-exit/README.md +39 -0
- package/node_modules/restore-cursor/node_modules/signal-exit/index.js +202 -0
- package/node_modules/restore-cursor/node_modules/signal-exit/package.json +38 -0
- package/node_modules/restore-cursor/node_modules/signal-exit/signals.js +53 -0
- package/node_modules/restore-cursor/package.json +55 -0
- package/node_modules/restore-cursor/readme.md +31 -0
- package/node_modules/set-cookie-parser/LICENSE +21 -0
- package/node_modules/set-cookie-parser/README.md +202 -0
- package/node_modules/set-cookie-parser/lib/set-cookie.js +242 -0
- package/node_modules/set-cookie-parser/package.json +45 -0
- package/node_modules/slice-ansi/index.d.ts +19 -0
- package/node_modules/slice-ansi/index.js +169 -0
- package/node_modules/slice-ansi/license +10 -0
- package/node_modules/slice-ansi/node_modules/ansi-styles/index.d.ts +236 -0
- package/node_modules/slice-ansi/node_modules/ansi-styles/index.js +223 -0
- package/node_modules/slice-ansi/node_modules/ansi-styles/license +9 -0
- package/node_modules/slice-ansi/node_modules/ansi-styles/package.json +54 -0
- package/node_modules/slice-ansi/node_modules/ansi-styles/readme.md +173 -0
- package/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/index.js +12 -0
- package/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/license +9 -0
- package/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/package.json +53 -0
- package/node_modules/slice-ansi/node_modules/is-fullwidth-code-point/readme.md +31 -0
- package/node_modules/slice-ansi/package.json +58 -0
- package/node_modules/slice-ansi/readme.md +54 -0
- package/node_modules/stack-utils/LICENSE.md +21 -0
- package/node_modules/stack-utils/index.js +344 -0
- package/node_modules/stack-utils/node_modules/escape-string-regexp/index.d.ts +18 -0
- package/node_modules/stack-utils/node_modules/escape-string-regexp/index.js +11 -0
- package/node_modules/stack-utils/node_modules/escape-string-regexp/license +9 -0
- package/node_modules/stack-utils/node_modules/escape-string-regexp/package.json +43 -0
- package/node_modules/stack-utils/node_modules/escape-string-regexp/readme.md +29 -0
- package/node_modules/stack-utils/package.json +39 -0
- package/node_modules/stack-utils/readme.md +143 -0
- package/node_modules/ws/LICENSE +20 -0
- package/node_modules/ws/README.md +548 -0
- package/node_modules/ws/browser.js +8 -0
- package/node_modules/ws/index.js +13 -0
- package/node_modules/ws/lib/buffer-util.js +131 -0
- package/node_modules/ws/lib/constants.js +18 -0
- package/node_modules/ws/lib/event-target.js +292 -0
- package/node_modules/ws/lib/extension.js +203 -0
- package/node_modules/ws/lib/limiter.js +55 -0
- package/node_modules/ws/lib/permessage-deflate.js +528 -0
- package/node_modules/ws/lib/receiver.js +706 -0
- package/node_modules/ws/lib/sender.js +602 -0
- package/node_modules/ws/lib/stream.js +161 -0
- package/node_modules/ws/lib/subprotocol.js +62 -0
- package/node_modules/ws/lib/validation.js +152 -0
- package/node_modules/ws/lib/websocket-server.js +550 -0
- package/node_modules/ws/lib/websocket.js +1388 -0
- package/node_modules/ws/package.json +69 -0
- package/node_modules/ws/wrapper.mjs +8 -0
- package/node_modules/yoga-layout/README.md +40 -0
- package/node_modules/yoga-layout/dist/binaries/yoga-wasm-base64-esm.js +75 -0
- package/node_modules/yoga-layout/dist/src/generated/YGEnums.d.ts +189 -0
- package/node_modules/yoga-layout/dist/src/generated/YGEnums.js +211 -0
- package/node_modules/yoga-layout/dist/src/generated/YGEnums.js.map +1 -0
- package/node_modules/yoga-layout/dist/src/index.d.ts +12 -0
- package/node_modules/yoga-layout/dist/src/index.js +16 -0
- package/node_modules/yoga-layout/dist/src/index.js.map +1 -0
- package/node_modules/yoga-layout/dist/src/load.d.ts +11 -0
- package/node_modules/yoga-layout/dist/src/load.js +17 -0
- package/node_modules/yoga-layout/dist/src/load.js.map +1 -0
- package/node_modules/yoga-layout/dist/src/wrapAssembly.d.ts +155 -0
- package/node_modules/yoga-layout/dist/src/wrapAssembly.js +125 -0
- package/node_modules/yoga-layout/dist/src/wrapAssembly.js.map +1 -0
- package/node_modules/yoga-layout/package.json +53 -0
- package/node_modules/yoga-layout/src/Config.cpp +54 -0
- package/node_modules/yoga-layout/src/Config.h +44 -0
- package/node_modules/yoga-layout/src/Layout.h +19 -0
- package/node_modules/yoga-layout/src/Node.cpp +507 -0
- package/node_modules/yoga-layout/src/Node.h +239 -0
- package/node_modules/yoga-layout/src/Size.h +17 -0
- package/node_modules/yoga-layout/src/Value.h +23 -0
- package/node_modules/yoga-layout/src/embind.cpp +207 -0
- package/node_modules/yoga-layout/src/generated/YGEnums.ts +210 -0
- package/node_modules/yoga-layout/src/index.ts +23 -0
- package/node_modules/yoga-layout/src/load.ts +25 -0
- package/node_modules/yoga-layout/src/wrapAssembly.ts +336 -0
- package/node_modules/zustand/LICENSE +21 -0
- package/node_modules/zustand/README.md +512 -0
- package/node_modules/zustand/esm/index.d.mts +2 -0
- package/node_modules/zustand/esm/index.mjs +2 -0
- package/node_modules/zustand/esm/middleware/combine.d.mts +4 -0
- package/node_modules/zustand/esm/middleware/devtools.d.mts +58 -0
- package/node_modules/zustand/esm/middleware/immer.d.mts +29 -0
- package/node_modules/zustand/esm/middleware/immer.mjs +12 -0
- package/node_modules/zustand/esm/middleware/persist.d.mts +99 -0
- package/node_modules/zustand/esm/middleware/redux.d.mts +21 -0
- package/node_modules/zustand/esm/middleware/ssrSafe.d.mts +2 -0
- package/node_modules/zustand/esm/middleware/subscribeWithSelector.d.mts +25 -0
- package/node_modules/zustand/esm/middleware.d.mts +6 -0
- package/node_modules/zustand/esm/middleware.mjs +487 -0
- package/node_modules/zustand/esm/react/shallow.d.mts +1 -0
- package/node_modules/zustand/esm/react/shallow.mjs +12 -0
- package/node_modules/zustand/esm/react.d.mts +14 -0
- package/node_modules/zustand/esm/react.mjs +22 -0
- package/node_modules/zustand/esm/shallow.d.mts +2 -0
- package/node_modules/zustand/esm/shallow.mjs +2 -0
- package/node_modules/zustand/esm/traditional.d.mts +14 -0
- package/node_modules/zustand/esm/traditional.mjs +26 -0
- package/node_modules/zustand/esm/vanilla/shallow.d.mts +1 -0
- package/node_modules/zustand/esm/vanilla/shallow.mjs +55 -0
- package/node_modules/zustand/esm/vanilla.d.mts +31 -0
- package/node_modules/zustand/esm/vanilla.mjs +24 -0
- package/node_modules/zustand/index.d.ts +2 -0
- package/node_modules/zustand/index.js +19 -0
- package/node_modules/zustand/middleware/combine.d.ts +4 -0
- package/node_modules/zustand/middleware/devtools.d.ts +58 -0
- package/node_modules/zustand/middleware/immer.d.ts +29 -0
- package/node_modules/zustand/middleware/immer.js +14 -0
- package/node_modules/zustand/middleware/persist.d.ts +99 -0
- package/node_modules/zustand/middleware/redux.d.ts +21 -0
- package/node_modules/zustand/middleware/ssrSafe.d.ts +2 -0
- package/node_modules/zustand/middleware/subscribeWithSelector.d.ts +25 -0
- package/node_modules/zustand/middleware.d.ts +6 -0
- package/node_modules/zustand/middleware.js +495 -0
- package/node_modules/zustand/package.json +108 -0
- package/node_modules/zustand/react/shallow.d.ts +1 -0
- package/node_modules/zustand/react/shallow.js +14 -0
- package/node_modules/zustand/react.d.ts +14 -0
- package/node_modules/zustand/react.js +25 -0
- package/node_modules/zustand/shallow.d.ts +2 -0
- package/node_modules/zustand/shallow.js +15 -0
- package/node_modules/zustand/traditional.d.ts +14 -0
- package/node_modules/zustand/traditional.js +29 -0
- package/node_modules/zustand/ts_version_4.5_and_above_is_required.d.ts +0 -0
- package/node_modules/zustand/vanilla/shallow.d.ts +1 -0
- package/node_modules/zustand/vanilla/shallow.js +57 -0
- package/node_modules/zustand/vanilla.d.ts +31 -0
- package/node_modules/zustand/vanilla.js +26 -0
- package/oclif.manifest.json +616 -553
- package/package.json +17 -3
|
@@ -0,0 +1,2534 @@
|
|
|
1
|
+
import { bG as RouteManifest, o as RouteModules, Q as HydrationState, a1 as DataRouteObject, a as ClientLoaderFunction, a5 as StaticHandlerContext, bH as ServerRouteModule, q as MiddlewareEnabled, c as RouterContextProvider, r as AppLoadContext, al as LoaderFunctionArgs, ac as ActionFunctionArgs, au as unstable_ServerInstrumentation, aj as HTMLFormMethod, ah as FormEncType, w as RelativeRoutingType, bh as PageLinkDescriptor, T as To, bI as History, a4 as GetScrollRestorationKeyFunction, e as RouterInit, bJ as FutureConfig$1, u as unstable_ClientInstrumentation, p as DataStrategyFunction, a0 as PatchRoutesOnNavigationFunction, s as NavigateOptions, a6 as Fetcher, K as RouteObject, n as Router, v as SerializeFrom, B as BlockerFunction, L as Location, bK as CreateStaticHandlerOptions$1, a2 as StaticHandler } from './instrumentation-DvHY1sgY.js';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
interface Route {
|
|
5
|
+
index?: boolean;
|
|
6
|
+
caseSensitive?: boolean;
|
|
7
|
+
id: string;
|
|
8
|
+
parentId?: string;
|
|
9
|
+
path?: string;
|
|
10
|
+
}
|
|
11
|
+
interface EntryRoute extends Route {
|
|
12
|
+
hasAction: boolean;
|
|
13
|
+
hasLoader: boolean;
|
|
14
|
+
hasClientAction: boolean;
|
|
15
|
+
hasClientLoader: boolean;
|
|
16
|
+
hasClientMiddleware: boolean;
|
|
17
|
+
hasErrorBoundary: boolean;
|
|
18
|
+
imports?: string[];
|
|
19
|
+
css?: string[];
|
|
20
|
+
module: string;
|
|
21
|
+
clientActionModule: string | undefined;
|
|
22
|
+
clientLoaderModule: string | undefined;
|
|
23
|
+
clientMiddlewareModule: string | undefined;
|
|
24
|
+
hydrateFallbackModule: string | undefined;
|
|
25
|
+
parentId?: string;
|
|
26
|
+
}
|
|
27
|
+
declare function createClientRoutesWithHMRRevalidationOptOut(needsRevalidation: Set<string>, manifest: RouteManifest<EntryRoute>, routeModulesCache: RouteModules, initialState: HydrationState, ssr: boolean, isSpaMode: boolean): DataRouteObject[];
|
|
28
|
+
declare function createClientRoutes(manifest: RouteManifest<EntryRoute>, routeModulesCache: RouteModules, initialState: HydrationState | null, ssr: boolean, isSpaMode: boolean, parentId?: string, routesByParentId?: Record<string, Omit<EntryRoute, "children">[]>, needsRevalidation?: Set<string>): DataRouteObject[];
|
|
29
|
+
declare function shouldHydrateRouteLoader(routeId: string, clientLoader: ClientLoaderFunction | undefined, hasLoader: boolean, isSpaMode: boolean): boolean;
|
|
30
|
+
|
|
31
|
+
type SerializedError = {
|
|
32
|
+
message: string;
|
|
33
|
+
stack?: string;
|
|
34
|
+
};
|
|
35
|
+
interface FrameworkContextObject {
|
|
36
|
+
manifest: AssetsManifest;
|
|
37
|
+
routeModules: RouteModules;
|
|
38
|
+
criticalCss?: CriticalCss;
|
|
39
|
+
serverHandoffString?: string;
|
|
40
|
+
future: FutureConfig;
|
|
41
|
+
ssr: boolean;
|
|
42
|
+
isSpaMode: boolean;
|
|
43
|
+
routeDiscovery: ServerBuild["routeDiscovery"];
|
|
44
|
+
serializeError?(error: Error): SerializedError;
|
|
45
|
+
renderMeta?: {
|
|
46
|
+
didRenderScripts?: boolean;
|
|
47
|
+
streamCache?: Record<number, Promise<void> & {
|
|
48
|
+
result?: {
|
|
49
|
+
done: boolean;
|
|
50
|
+
value: string;
|
|
51
|
+
};
|
|
52
|
+
error?: unknown;
|
|
53
|
+
}>;
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
interface EntryContext extends FrameworkContextObject {
|
|
57
|
+
staticHandlerContext: StaticHandlerContext;
|
|
58
|
+
serverHandoffStream?: ReadableStream<Uint8Array>;
|
|
59
|
+
}
|
|
60
|
+
interface FutureConfig {
|
|
61
|
+
unstable_subResourceIntegrity: boolean;
|
|
62
|
+
unstable_trailingSlashAwareDataRequests: boolean;
|
|
63
|
+
v8_middleware: boolean;
|
|
64
|
+
}
|
|
65
|
+
type CriticalCss = string | {
|
|
66
|
+
rel: "stylesheet";
|
|
67
|
+
href: string;
|
|
68
|
+
};
|
|
69
|
+
interface AssetsManifest {
|
|
70
|
+
entry: {
|
|
71
|
+
imports: string[];
|
|
72
|
+
module: string;
|
|
73
|
+
};
|
|
74
|
+
routes: RouteManifest<EntryRoute>;
|
|
75
|
+
url: string;
|
|
76
|
+
version: string;
|
|
77
|
+
hmr?: {
|
|
78
|
+
timestamp?: number;
|
|
79
|
+
runtime: string;
|
|
80
|
+
};
|
|
81
|
+
sri?: Record<string, string> | true;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
type ServerRouteManifest = RouteManifest<Omit<ServerRoute, "children">>;
|
|
85
|
+
interface ServerRoute extends Route {
|
|
86
|
+
children: ServerRoute[];
|
|
87
|
+
module: ServerRouteModule;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
type OptionalCriticalCss = CriticalCss | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* The output of the compiler for the server build.
|
|
93
|
+
*/
|
|
94
|
+
interface ServerBuild {
|
|
95
|
+
entry: {
|
|
96
|
+
module: ServerEntryModule;
|
|
97
|
+
};
|
|
98
|
+
routes: ServerRouteManifest;
|
|
99
|
+
assets: AssetsManifest;
|
|
100
|
+
basename?: string;
|
|
101
|
+
publicPath: string;
|
|
102
|
+
assetsBuildDirectory: string;
|
|
103
|
+
future: FutureConfig;
|
|
104
|
+
ssr: boolean;
|
|
105
|
+
unstable_getCriticalCss?: (args: {
|
|
106
|
+
pathname: string;
|
|
107
|
+
}) => OptionalCriticalCss | Promise<OptionalCriticalCss>;
|
|
108
|
+
/**
|
|
109
|
+
* @deprecated This is now done via a custom header during prerendering
|
|
110
|
+
*/
|
|
111
|
+
isSpaMode: boolean;
|
|
112
|
+
prerender: string[];
|
|
113
|
+
routeDiscovery: {
|
|
114
|
+
mode: "lazy" | "initial";
|
|
115
|
+
manifestPath: string;
|
|
116
|
+
};
|
|
117
|
+
allowedActionOrigins?: string[] | false;
|
|
118
|
+
}
|
|
119
|
+
interface HandleDocumentRequestFunction {
|
|
120
|
+
(request: Request, responseStatusCode: number, responseHeaders: Headers, context: EntryContext, loadContext: MiddlewareEnabled extends true ? RouterContextProvider : AppLoadContext): Promise<Response> | Response;
|
|
121
|
+
}
|
|
122
|
+
interface HandleDataRequestFunction {
|
|
123
|
+
(response: Response, args: {
|
|
124
|
+
request: LoaderFunctionArgs["request"] | ActionFunctionArgs["request"];
|
|
125
|
+
context: LoaderFunctionArgs["context"] | ActionFunctionArgs["context"];
|
|
126
|
+
params: LoaderFunctionArgs["params"] | ActionFunctionArgs["params"];
|
|
127
|
+
}): Promise<Response> | Response;
|
|
128
|
+
}
|
|
129
|
+
interface HandleErrorFunction {
|
|
130
|
+
(error: unknown, args: {
|
|
131
|
+
request: LoaderFunctionArgs["request"] | ActionFunctionArgs["request"];
|
|
132
|
+
context: LoaderFunctionArgs["context"] | ActionFunctionArgs["context"];
|
|
133
|
+
params: LoaderFunctionArgs["params"] | ActionFunctionArgs["params"];
|
|
134
|
+
}): void;
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* A module that serves as the entry point for a Remix app during server
|
|
138
|
+
* rendering.
|
|
139
|
+
*/
|
|
140
|
+
interface ServerEntryModule {
|
|
141
|
+
default: HandleDocumentRequestFunction;
|
|
142
|
+
handleDataRequest?: HandleDataRequestFunction;
|
|
143
|
+
handleError?: HandleErrorFunction;
|
|
144
|
+
unstable_instrumentations?: unstable_ServerInstrumentation[];
|
|
145
|
+
streamTimeout?: number;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
type ParamKeyValuePair = [string, string];
|
|
149
|
+
type URLSearchParamsInit = string | ParamKeyValuePair[] | Record<string, string | string[]> | URLSearchParams;
|
|
150
|
+
/**
|
|
151
|
+
Creates a URLSearchParams object using the given initializer.
|
|
152
|
+
|
|
153
|
+
This is identical to `new URLSearchParams(init)` except it also
|
|
154
|
+
supports arrays as values in the object form of the initializer
|
|
155
|
+
instead of just strings. This is convenient when you need multiple
|
|
156
|
+
values for a given key, but don't want to use an array initializer.
|
|
157
|
+
|
|
158
|
+
For example, instead of:
|
|
159
|
+
|
|
160
|
+
```tsx
|
|
161
|
+
let searchParams = new URLSearchParams([
|
|
162
|
+
['sort', 'name'],
|
|
163
|
+
['sort', 'price']
|
|
164
|
+
]);
|
|
165
|
+
```
|
|
166
|
+
you can do:
|
|
167
|
+
|
|
168
|
+
```
|
|
169
|
+
let searchParams = createSearchParams({
|
|
170
|
+
sort: ['name', 'price']
|
|
171
|
+
});
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
@category Utils
|
|
175
|
+
*/
|
|
176
|
+
declare function createSearchParams(init?: URLSearchParamsInit): URLSearchParams;
|
|
177
|
+
type JsonObject = {
|
|
178
|
+
[Key in string]: JsonValue;
|
|
179
|
+
} & {
|
|
180
|
+
[Key in string]?: JsonValue | undefined;
|
|
181
|
+
};
|
|
182
|
+
type JsonArray = JsonValue[] | readonly JsonValue[];
|
|
183
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
184
|
+
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
|
|
185
|
+
type SubmitTarget = HTMLFormElement | HTMLButtonElement | HTMLInputElement | FormData | URLSearchParams | JsonValue | null;
|
|
186
|
+
/**
|
|
187
|
+
* Submit options shared by both navigations and fetchers
|
|
188
|
+
*/
|
|
189
|
+
interface SharedSubmitOptions {
|
|
190
|
+
/**
|
|
191
|
+
* The HTTP method used to submit the form. Overrides `<form method>`.
|
|
192
|
+
* Defaults to "GET".
|
|
193
|
+
*/
|
|
194
|
+
method?: HTMLFormMethod;
|
|
195
|
+
/**
|
|
196
|
+
* The action URL path used to submit the form. Overrides `<form action>`.
|
|
197
|
+
* Defaults to the path of the current route.
|
|
198
|
+
*/
|
|
199
|
+
action?: string;
|
|
200
|
+
/**
|
|
201
|
+
* The encoding used to submit the form. Overrides `<form encType>`.
|
|
202
|
+
* Defaults to "application/x-www-form-urlencoded".
|
|
203
|
+
*/
|
|
204
|
+
encType?: FormEncType;
|
|
205
|
+
/**
|
|
206
|
+
* Determines whether the form action is relative to the route hierarchy or
|
|
207
|
+
* the pathname. Use this if you want to opt out of navigating the route
|
|
208
|
+
* hierarchy and want to instead route based on /-delimited URL segments
|
|
209
|
+
*/
|
|
210
|
+
relative?: RelativeRoutingType;
|
|
211
|
+
/**
|
|
212
|
+
* In browser-based environments, prevent resetting scroll after this
|
|
213
|
+
* navigation when using the <ScrollRestoration> component
|
|
214
|
+
*/
|
|
215
|
+
preventScrollReset?: boolean;
|
|
216
|
+
/**
|
|
217
|
+
* Enable flushSync for this submission's state updates
|
|
218
|
+
*/
|
|
219
|
+
flushSync?: boolean;
|
|
220
|
+
/**
|
|
221
|
+
* Specify the default revalidation behavior after this submission
|
|
222
|
+
*
|
|
223
|
+
* If no `shouldRevalidate` functions are present on the active routes, then this
|
|
224
|
+
* value will be used directly. Otherwise it will be passed into `shouldRevalidate`
|
|
225
|
+
* so the route can make the final determination on revalidation. This can be
|
|
226
|
+
* useful when updating search params and you don't want to trigger a revalidation.
|
|
227
|
+
*
|
|
228
|
+
* By default (when not specified), loaders will revalidate according to the routers
|
|
229
|
+
* standard revalidation behavior.
|
|
230
|
+
*/
|
|
231
|
+
unstable_defaultShouldRevalidate?: boolean;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Submit options available to fetchers
|
|
235
|
+
*/
|
|
236
|
+
interface FetcherSubmitOptions extends SharedSubmitOptions {
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Submit options available to navigations
|
|
240
|
+
*/
|
|
241
|
+
interface SubmitOptions extends FetcherSubmitOptions {
|
|
242
|
+
/**
|
|
243
|
+
* Set `true` to replace the current entry in the browser's history stack
|
|
244
|
+
* instead of creating a new one (i.e. stay on "the same page"). Defaults
|
|
245
|
+
* to `false`.
|
|
246
|
+
*/
|
|
247
|
+
replace?: boolean;
|
|
248
|
+
/**
|
|
249
|
+
* State object to add to the history stack entry for this navigation
|
|
250
|
+
*/
|
|
251
|
+
state?: any;
|
|
252
|
+
/**
|
|
253
|
+
* Indicate a specific fetcherKey to use when using navigate=false
|
|
254
|
+
*/
|
|
255
|
+
fetcherKey?: string;
|
|
256
|
+
/**
|
|
257
|
+
* navigate=false will use a fetcher instead of a navigation
|
|
258
|
+
*/
|
|
259
|
+
navigate?: boolean;
|
|
260
|
+
/**
|
|
261
|
+
* Enable view transitions on this submission navigation
|
|
262
|
+
*/
|
|
263
|
+
viewTransition?: boolean;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
declare const FrameworkContext: React.Context<FrameworkContextObject | undefined>;
|
|
267
|
+
/**
|
|
268
|
+
* Defines the [lazy route discovery](../../explanation/lazy-route-discovery)
|
|
269
|
+
* behavior of the link/form:
|
|
270
|
+
*
|
|
271
|
+
* - "render" - default, discover the route when the link renders
|
|
272
|
+
* - "none" - don't eagerly discover, only discover if the link is clicked
|
|
273
|
+
*/
|
|
274
|
+
type DiscoverBehavior = "render" | "none";
|
|
275
|
+
/**
|
|
276
|
+
* Defines the prefetching behavior of the link:
|
|
277
|
+
*
|
|
278
|
+
* - "none": Never fetched
|
|
279
|
+
* - "intent": Fetched when the user focuses or hovers the link
|
|
280
|
+
* - "render": Fetched when the link is rendered
|
|
281
|
+
* - "viewport": Fetched when the link is in the viewport
|
|
282
|
+
*/
|
|
283
|
+
type PrefetchBehavior = "intent" | "render" | "none" | "viewport";
|
|
284
|
+
/**
|
|
285
|
+
* Props for the {@link Links} component.
|
|
286
|
+
*
|
|
287
|
+
* @category Types
|
|
288
|
+
*/
|
|
289
|
+
interface LinksProps {
|
|
290
|
+
/**
|
|
291
|
+
* A [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
|
|
292
|
+
* attribute to render on the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
293
|
+
* element
|
|
294
|
+
*/
|
|
295
|
+
nonce?: string | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* A [`crossOrigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin)
|
|
298
|
+
* attribute to render on the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
299
|
+
* element
|
|
300
|
+
*/
|
|
301
|
+
crossOrigin?: "anonymous" | "use-credentials";
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Renders all the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
305
|
+
* tags created by the route module's [`links`](../../start/framework/route-module#links)
|
|
306
|
+
* export. You should render it inside the [`<head>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head)
|
|
307
|
+
* of your document.
|
|
308
|
+
*
|
|
309
|
+
* @example
|
|
310
|
+
* import { Links } from "react-router";
|
|
311
|
+
*
|
|
312
|
+
* export default function Root() {
|
|
313
|
+
* return (
|
|
314
|
+
* <html>
|
|
315
|
+
* <head>
|
|
316
|
+
* <Links />
|
|
317
|
+
* </head>
|
|
318
|
+
* <body></body>
|
|
319
|
+
* </html>
|
|
320
|
+
* );
|
|
321
|
+
* }
|
|
322
|
+
*
|
|
323
|
+
* @public
|
|
324
|
+
* @category Components
|
|
325
|
+
* @mode framework
|
|
326
|
+
* @param props Props
|
|
327
|
+
* @param {LinksProps.nonce} props.nonce n/a
|
|
328
|
+
* @param {LinksProps.crossOrigin} props.crossOrigin n/a
|
|
329
|
+
* @returns A collection of React elements for [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
330
|
+
* tags
|
|
331
|
+
*/
|
|
332
|
+
declare function Links({ nonce, crossOrigin }: LinksProps): React.JSX.Element;
|
|
333
|
+
/**
|
|
334
|
+
* Renders [`<link rel=prefetch|modulepreload>`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/rel)
|
|
335
|
+
* tags for modules and data of another page to enable an instant navigation to
|
|
336
|
+
* that page. [`<Link prefetch>`](./Link#prefetch) uses this internally, but you
|
|
337
|
+
* can render it to prefetch a page for any other reason.
|
|
338
|
+
*
|
|
339
|
+
* For example, you may render one of this as the user types into a search field
|
|
340
|
+
* to prefetch search results before they click through to their selection.
|
|
341
|
+
*
|
|
342
|
+
* @example
|
|
343
|
+
* import { PrefetchPageLinks } from "react-router";
|
|
344
|
+
*
|
|
345
|
+
* <PrefetchPageLinks page="/absolute/path" />
|
|
346
|
+
*
|
|
347
|
+
* @public
|
|
348
|
+
* @category Components
|
|
349
|
+
* @mode framework
|
|
350
|
+
* @param props Props
|
|
351
|
+
* @param {PageLinkDescriptor.page} props.page n/a
|
|
352
|
+
* @param props.linkProps Additional props to spread onto the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
353
|
+
* tags, such as [`crossOrigin`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/crossOrigin),
|
|
354
|
+
* [`integrity`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/integrity),
|
|
355
|
+
* [`rel`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/rel),
|
|
356
|
+
* etc.
|
|
357
|
+
* @returns A collection of React elements for [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
358
|
+
* tags
|
|
359
|
+
*/
|
|
360
|
+
declare function PrefetchPageLinks({ page, ...linkProps }: PageLinkDescriptor): React.JSX.Element | null;
|
|
361
|
+
/**
|
|
362
|
+
* Renders all the [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta)
|
|
363
|
+
* tags created by the route module's [`meta`](../../start/framework/route-module#meta)
|
|
364
|
+
* export. You should render it inside the [`<head>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head)
|
|
365
|
+
* of your document.
|
|
366
|
+
*
|
|
367
|
+
* @example
|
|
368
|
+
* import { Meta } from "react-router";
|
|
369
|
+
*
|
|
370
|
+
* export default function Root() {
|
|
371
|
+
* return (
|
|
372
|
+
* <html>
|
|
373
|
+
* <head>
|
|
374
|
+
* <Meta />
|
|
375
|
+
* </head>
|
|
376
|
+
* </html>
|
|
377
|
+
* );
|
|
378
|
+
* }
|
|
379
|
+
*
|
|
380
|
+
* @public
|
|
381
|
+
* @category Components
|
|
382
|
+
* @mode framework
|
|
383
|
+
* @returns A collection of React elements for [`<meta>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta)
|
|
384
|
+
* tags
|
|
385
|
+
*/
|
|
386
|
+
declare function Meta(): React.JSX.Element;
|
|
387
|
+
/**
|
|
388
|
+
* A couple common attributes:
|
|
389
|
+
*
|
|
390
|
+
* - `<Scripts crossOrigin>` for hosting your static assets on a different
|
|
391
|
+
* server than your app.
|
|
392
|
+
* - `<Scripts nonce>` to support a [content security policy for scripts](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src)
|
|
393
|
+
* with [nonce-sources](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/Sources#sources)
|
|
394
|
+
* for your [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
395
|
+
* tags.
|
|
396
|
+
*
|
|
397
|
+
* You cannot pass through attributes such as [`async`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/async),
|
|
398
|
+
* [`defer`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/defer),
|
|
399
|
+
* [`noModule`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/noModule),
|
|
400
|
+
* [`src`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/src),
|
|
401
|
+
* or [`type`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/type),
|
|
402
|
+
* because they are managed by React Router internally.
|
|
403
|
+
*
|
|
404
|
+
* @category Types
|
|
405
|
+
*/
|
|
406
|
+
type ScriptsProps = Omit<React.HTMLProps<HTMLScriptElement>, "async" | "children" | "dangerouslySetInnerHTML" | "defer" | "noModule" | "src" | "suppressHydrationWarning" | "type"> & {
|
|
407
|
+
/**
|
|
408
|
+
* A [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
|
|
409
|
+
* attribute to render on the [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
410
|
+
* element
|
|
411
|
+
*/
|
|
412
|
+
nonce?: string | undefined;
|
|
413
|
+
};
|
|
414
|
+
/**
|
|
415
|
+
* Renders the client runtime of your app. It should be rendered inside the
|
|
416
|
+
* [`<body>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/body)
|
|
417
|
+
* of the document.
|
|
418
|
+
*
|
|
419
|
+
* If server rendering, you can omit `<Scripts/>` and the app will work as a
|
|
420
|
+
* traditional web app without JavaScript, relying solely on HTML and browser
|
|
421
|
+
* behaviors.
|
|
422
|
+
*
|
|
423
|
+
* @example
|
|
424
|
+
* import { Scripts } from "react-router";
|
|
425
|
+
*
|
|
426
|
+
* export default function Root() {
|
|
427
|
+
* return (
|
|
428
|
+
* <html>
|
|
429
|
+
* <head />
|
|
430
|
+
* <body>
|
|
431
|
+
* <Scripts />
|
|
432
|
+
* </body>
|
|
433
|
+
* </html>
|
|
434
|
+
* );
|
|
435
|
+
* }
|
|
436
|
+
*
|
|
437
|
+
* @public
|
|
438
|
+
* @category Components
|
|
439
|
+
* @mode framework
|
|
440
|
+
* @param scriptProps Additional props to spread onto the [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
441
|
+
* tags, such as [`crossOrigin`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/crossOrigin),
|
|
442
|
+
* [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce),
|
|
443
|
+
* etc.
|
|
444
|
+
* @returns A collection of React elements for [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
445
|
+
* tags
|
|
446
|
+
*/
|
|
447
|
+
declare function Scripts(scriptProps: ScriptsProps): React.JSX.Element | null;
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* @category Data Routers
|
|
451
|
+
*/
|
|
452
|
+
interface DOMRouterOpts {
|
|
453
|
+
/**
|
|
454
|
+
* Basename path for the application.
|
|
455
|
+
*/
|
|
456
|
+
basename?: string;
|
|
457
|
+
/**
|
|
458
|
+
* A function that returns an {@link RouterContextProvider} instance
|
|
459
|
+
* which is provided as the `context` argument to client [`action`](../../start/data/route-object#action)s,
|
|
460
|
+
* [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware).
|
|
461
|
+
* This function is called to generate a fresh `context` instance on each
|
|
462
|
+
* navigation or fetcher call.
|
|
463
|
+
*
|
|
464
|
+
* ```tsx
|
|
465
|
+
* import {
|
|
466
|
+
* createContext,
|
|
467
|
+
* RouterContextProvider,
|
|
468
|
+
* } from "react-router";
|
|
469
|
+
*
|
|
470
|
+
* const apiClientContext = createContext<APIClient>();
|
|
471
|
+
*
|
|
472
|
+
* function createBrowserRouter(routes, {
|
|
473
|
+
* getContext() {
|
|
474
|
+
* let context = new RouterContextProvider();
|
|
475
|
+
* context.set(apiClientContext, getApiClient());
|
|
476
|
+
* return context;
|
|
477
|
+
* }
|
|
478
|
+
* })
|
|
479
|
+
* ```
|
|
480
|
+
*/
|
|
481
|
+
getContext?: RouterInit["getContext"];
|
|
482
|
+
/**
|
|
483
|
+
* Future flags to enable for the router.
|
|
484
|
+
*/
|
|
485
|
+
future?: Partial<FutureConfig$1>;
|
|
486
|
+
/**
|
|
487
|
+
* When Server-Rendering and opting-out of automatic hydration, the
|
|
488
|
+
* `hydrationData` option allows you to pass in hydration data from your
|
|
489
|
+
* server-render. This will almost always be a subset of data from the
|
|
490
|
+
* {@link StaticHandlerContext} value you get back from the {@link StaticHandler}'s
|
|
491
|
+
* `query` method:
|
|
492
|
+
*
|
|
493
|
+
* ```tsx
|
|
494
|
+
* const router = createBrowserRouter(routes, {
|
|
495
|
+
* hydrationData: {
|
|
496
|
+
* loaderData: {
|
|
497
|
+
* // [routeId]: serverLoaderData
|
|
498
|
+
* },
|
|
499
|
+
* // may also include `errors` and/or `actionData`
|
|
500
|
+
* },
|
|
501
|
+
* });
|
|
502
|
+
* ```
|
|
503
|
+
*
|
|
504
|
+
* **Partial Hydration Data**
|
|
505
|
+
*
|
|
506
|
+
* You will almost always include a complete set of `loaderData` to hydrate a
|
|
507
|
+
* server-rendered app. But in advanced use-cases (such as Framework Mode's
|
|
508
|
+
* [`clientLoader`](../../start/framework/route-module#clientLoader)), you may
|
|
509
|
+
* want to include `loaderData` for only some routes that were loaded/rendered
|
|
510
|
+
* on the server. This allows you to hydrate _some_ of the routes (such as the
|
|
511
|
+
* app layout/shell) while showing a `HydrateFallback` component and running
|
|
512
|
+
* the [`loader`](../../start/data/route-object#loader)s for other routes
|
|
513
|
+
* during hydration.
|
|
514
|
+
*
|
|
515
|
+
* A route [`loader`](../../start/data/route-object#loader) will run during
|
|
516
|
+
* hydration in two scenarios:
|
|
517
|
+
*
|
|
518
|
+
* 1. No hydration data is provided
|
|
519
|
+
* In these cases the `HydrateFallback` component will render on initial
|
|
520
|
+
* hydration
|
|
521
|
+
* 2. The `loader.hydrate` property is set to `true`
|
|
522
|
+
* This allows you to run the [`loader`](../../start/data/route-object#loader)
|
|
523
|
+
* even if you did not render a fallback on initial hydration (i.e., to
|
|
524
|
+
* prime a cache with hydration data)
|
|
525
|
+
*
|
|
526
|
+
* ```tsx
|
|
527
|
+
* const router = createBrowserRouter(
|
|
528
|
+
* [
|
|
529
|
+
* {
|
|
530
|
+
* id: "root",
|
|
531
|
+
* loader: rootLoader,
|
|
532
|
+
* Component: Root,
|
|
533
|
+
* children: [
|
|
534
|
+
* {
|
|
535
|
+
* id: "index",
|
|
536
|
+
* loader: indexLoader,
|
|
537
|
+
* HydrateFallback: IndexSkeleton,
|
|
538
|
+
* Component: Index,
|
|
539
|
+
* },
|
|
540
|
+
* ],
|
|
541
|
+
* },
|
|
542
|
+
* ],
|
|
543
|
+
* {
|
|
544
|
+
* hydrationData: {
|
|
545
|
+
* loaderData: {
|
|
546
|
+
* root: "ROOT DATA",
|
|
547
|
+
* // No index data provided
|
|
548
|
+
* },
|
|
549
|
+
* },
|
|
550
|
+
* }
|
|
551
|
+
* );
|
|
552
|
+
* ```
|
|
553
|
+
*/
|
|
554
|
+
hydrationData?: HydrationState;
|
|
555
|
+
/**
|
|
556
|
+
* Array of instrumentation objects allowing you to instrument the router and
|
|
557
|
+
* individual routes prior to router initialization (and on any subsequently
|
|
558
|
+
* added routes via `route.lazy` or `patchRoutesOnNavigation`). This is
|
|
559
|
+
* mostly useful for observability such as wrapping navigations, fetches,
|
|
560
|
+
* as well as route loaders/actions/middlewares with logging and/or performance
|
|
561
|
+
* tracing. See the [docs](../../how-to/instrumentation) for more information.
|
|
562
|
+
*
|
|
563
|
+
* ```tsx
|
|
564
|
+
* let router = createBrowserRouter(routes, {
|
|
565
|
+
* unstable_instrumentations: [logging]
|
|
566
|
+
* });
|
|
567
|
+
*
|
|
568
|
+
*
|
|
569
|
+
* let logging = {
|
|
570
|
+
* router({ instrument }) {
|
|
571
|
+
* instrument({
|
|
572
|
+
* navigate: (impl, info) => logExecution(`navigate ${info.to}`, impl),
|
|
573
|
+
* fetch: (impl, info) => logExecution(`fetch ${info.to}`, impl)
|
|
574
|
+
* });
|
|
575
|
+
* },
|
|
576
|
+
* route({ instrument, id }) {
|
|
577
|
+
* instrument({
|
|
578
|
+
* middleware: (impl, info) => logExecution(
|
|
579
|
+
* `middleware ${info.request.url} (route ${id})`,
|
|
580
|
+
* impl
|
|
581
|
+
* ),
|
|
582
|
+
* loader: (impl, info) => logExecution(
|
|
583
|
+
* `loader ${info.request.url} (route ${id})`,
|
|
584
|
+
* impl
|
|
585
|
+
* ),
|
|
586
|
+
* action: (impl, info) => logExecution(
|
|
587
|
+
* `action ${info.request.url} (route ${id})`,
|
|
588
|
+
* impl
|
|
589
|
+
* ),
|
|
590
|
+
* })
|
|
591
|
+
* }
|
|
592
|
+
* };
|
|
593
|
+
*
|
|
594
|
+
* async function logExecution(label: string, impl: () => Promise<void>) {
|
|
595
|
+
* let start = performance.now();
|
|
596
|
+
* console.log(`start ${label}`);
|
|
597
|
+
* await impl();
|
|
598
|
+
* let duration = Math.round(performance.now() - start);
|
|
599
|
+
* console.log(`end ${label} (${duration}ms)`);
|
|
600
|
+
* }
|
|
601
|
+
* ```
|
|
602
|
+
*/
|
|
603
|
+
unstable_instrumentations?: unstable_ClientInstrumentation[];
|
|
604
|
+
/**
|
|
605
|
+
* Override the default data strategy of running loaders in parallel -
|
|
606
|
+
* see the [docs](../../how-to/data-strategy) for more information.
|
|
607
|
+
*
|
|
608
|
+
* ```tsx
|
|
609
|
+
* let router = createBrowserRouter(routes, {
|
|
610
|
+
* async dataStrategy({
|
|
611
|
+
* matches,
|
|
612
|
+
* request,
|
|
613
|
+
* runClientMiddleware,
|
|
614
|
+
* }) {
|
|
615
|
+
* const matchesToLoad = matches.filter((m) =>
|
|
616
|
+
* m.shouldCallHandler(),
|
|
617
|
+
* );
|
|
618
|
+
*
|
|
619
|
+
* const results: Record<string, DataStrategyResult> = {};
|
|
620
|
+
* await runClientMiddleware(() =>
|
|
621
|
+
* Promise.all(
|
|
622
|
+
* matchesToLoad.map(async (match) => {
|
|
623
|
+
* results[match.route.id] = await match.resolve();
|
|
624
|
+
* }),
|
|
625
|
+
* ),
|
|
626
|
+
* );
|
|
627
|
+
* return results;
|
|
628
|
+
* },
|
|
629
|
+
* });
|
|
630
|
+
* ```
|
|
631
|
+
*/
|
|
632
|
+
dataStrategy?: DataStrategyFunction;
|
|
633
|
+
/**
|
|
634
|
+
* Lazily define portions of the route tree on navigations.
|
|
635
|
+
* See {@link PatchRoutesOnNavigationFunction}.
|
|
636
|
+
*
|
|
637
|
+
* By default, React Router wants you to provide a full route tree up front via
|
|
638
|
+
* `createBrowserRouter(routes)`. This allows React Router to perform synchronous
|
|
639
|
+
* route matching, execute loaders, and then render route components in the most
|
|
640
|
+
* optimistic manner without introducing waterfalls. The tradeoff is that your
|
|
641
|
+
* initial JS bundle is larger by definition — which may slow down application
|
|
642
|
+
* start-up times as your application grows.
|
|
643
|
+
*
|
|
644
|
+
* To combat this, we introduced [`route.lazy`](../../start/data/route-object#lazy)
|
|
645
|
+
* in [v6.9.0](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v690)
|
|
646
|
+
* which lets you lazily load the route _implementation_ ([`loader`](../../start/data/route-object#loader),
|
|
647
|
+
* [`Component`](../../start/data/route-object#Component), etc.) while still
|
|
648
|
+
* providing the route _definition_ aspects up front (`path`, `index`, etc.).
|
|
649
|
+
* This is a good middle ground. React Router still knows about your route
|
|
650
|
+
* definitions (the lightweight part) up front and can perform synchronous
|
|
651
|
+
* route matching, but then delay loading any of the route implementation
|
|
652
|
+
* aspects (the heavier part) until the route is actually navigated to.
|
|
653
|
+
*
|
|
654
|
+
* In some cases, even this doesn't go far enough. For huge applications,
|
|
655
|
+
* providing all route definitions up front can be prohibitively expensive.
|
|
656
|
+
* Additionally, it might not even be possible to provide all route definitions
|
|
657
|
+
* up front in certain Micro-Frontend or Module-Federation architectures.
|
|
658
|
+
*
|
|
659
|
+
* This is where `patchRoutesOnNavigation` comes in ([RFC](https://github.com/remix-run/react-router/discussions/11113)).
|
|
660
|
+
* This API is for advanced use-cases where you are unable to provide the full
|
|
661
|
+
* route tree up-front and need a way to lazily "discover" portions of the route
|
|
662
|
+
* tree at runtime. This feature is often referred to as ["Fog of War"](https://en.wikipedia.org/wiki/Fog_of_war),
|
|
663
|
+
* because similar to how video games expand the "world" as you move around -
|
|
664
|
+
* the router would be expanding its routing tree as the user navigated around
|
|
665
|
+
* the app - but would only ever end up loading portions of the tree that the
|
|
666
|
+
* user visited.
|
|
667
|
+
*
|
|
668
|
+
* `patchRoutesOnNavigation` will be called anytime React Router is unable to
|
|
669
|
+
* match a `path`. The arguments include the `path`, any partial `matches`,
|
|
670
|
+
* and a `patch` function you can call to patch new routes into the tree at a
|
|
671
|
+
* specific location. This method is executed during the `loading` portion of
|
|
672
|
+
* the navigation for `GET` requests and during the `submitting` portion of
|
|
673
|
+
* the navigation for non-`GET` requests.
|
|
674
|
+
*
|
|
675
|
+
* <details>
|
|
676
|
+
* <summary><b>Example <code>patchRoutesOnNavigation</code> Use Cases</b></summary>
|
|
677
|
+
*
|
|
678
|
+
* **Patching children into an existing route**
|
|
679
|
+
*
|
|
680
|
+
* ```tsx
|
|
681
|
+
* const router = createBrowserRouter(
|
|
682
|
+
* [
|
|
683
|
+
* {
|
|
684
|
+
* id: "root",
|
|
685
|
+
* path: "/",
|
|
686
|
+
* Component: RootComponent,
|
|
687
|
+
* },
|
|
688
|
+
* ],
|
|
689
|
+
* {
|
|
690
|
+
* async patchRoutesOnNavigation({ patch, path }) {
|
|
691
|
+
* if (path === "/a") {
|
|
692
|
+
* // Load/patch the `a` route as a child of the route with id `root`
|
|
693
|
+
* let route = await getARoute();
|
|
694
|
+
* // ^ { path: 'a', Component: A }
|
|
695
|
+
* patch("root", [route]);
|
|
696
|
+
* }
|
|
697
|
+
* },
|
|
698
|
+
* }
|
|
699
|
+
* );
|
|
700
|
+
* ```
|
|
701
|
+
*
|
|
702
|
+
* In the above example, if the user clicks a link to `/a`, React Router
|
|
703
|
+
* won't match any routes initially and will call `patchRoutesOnNavigation`
|
|
704
|
+
* with a `path = "/a"` and a `matches` array containing the root route
|
|
705
|
+
* match. By calling `patch('root', [route])`, the new route will be added
|
|
706
|
+
* to the route tree as a child of the `root` route and React Router will
|
|
707
|
+
* perform matching on the updated routes. This time it will successfully
|
|
708
|
+
* match the `/a` path and the navigation will complete successfully.
|
|
709
|
+
*
|
|
710
|
+
* **Patching new root-level routes**
|
|
711
|
+
*
|
|
712
|
+
* If you need to patch a new route to the top of the tree (i.e., it doesn't
|
|
713
|
+
* have a parent), you can pass `null` as the `routeId`:
|
|
714
|
+
*
|
|
715
|
+
* ```tsx
|
|
716
|
+
* const router = createBrowserRouter(
|
|
717
|
+
* [
|
|
718
|
+
* {
|
|
719
|
+
* id: "root",
|
|
720
|
+
* path: "/",
|
|
721
|
+
* Component: RootComponent,
|
|
722
|
+
* },
|
|
723
|
+
* ],
|
|
724
|
+
* {
|
|
725
|
+
* async patchRoutesOnNavigation({ patch, path }) {
|
|
726
|
+
* if (path === "/root-sibling") {
|
|
727
|
+
* // Load/patch the `/root-sibling` route as a sibling of the root route
|
|
728
|
+
* let route = await getRootSiblingRoute();
|
|
729
|
+
* // ^ { path: '/root-sibling', Component: RootSibling }
|
|
730
|
+
* patch(null, [route]);
|
|
731
|
+
* }
|
|
732
|
+
* },
|
|
733
|
+
* }
|
|
734
|
+
* );
|
|
735
|
+
* ```
|
|
736
|
+
*
|
|
737
|
+
* **Patching subtrees asynchronously**
|
|
738
|
+
*
|
|
739
|
+
* You can also perform asynchronous matching to lazily fetch entire sections
|
|
740
|
+
* of your application:
|
|
741
|
+
*
|
|
742
|
+
* ```tsx
|
|
743
|
+
* let router = createBrowserRouter(
|
|
744
|
+
* [
|
|
745
|
+
* {
|
|
746
|
+
* path: "/",
|
|
747
|
+
* Component: Home,
|
|
748
|
+
* },
|
|
749
|
+
* ],
|
|
750
|
+
* {
|
|
751
|
+
* async patchRoutesOnNavigation({ patch, path }) {
|
|
752
|
+
* if (path.startsWith("/dashboard")) {
|
|
753
|
+
* let children = await import("./dashboard");
|
|
754
|
+
* patch(null, children);
|
|
755
|
+
* }
|
|
756
|
+
* if (path.startsWith("/account")) {
|
|
757
|
+
* let children = await import("./account");
|
|
758
|
+
* patch(null, children);
|
|
759
|
+
* }
|
|
760
|
+
* },
|
|
761
|
+
* }
|
|
762
|
+
* );
|
|
763
|
+
* ```
|
|
764
|
+
*
|
|
765
|
+
* <docs-info>If in-progress execution of `patchRoutesOnNavigation` is
|
|
766
|
+
* interrupted by a later navigation, then any remaining `patch` calls in
|
|
767
|
+
* the interrupted execution will not update the route tree because the
|
|
768
|
+
* operation was cancelled.</docs-info>
|
|
769
|
+
*
|
|
770
|
+
* **Co-locating route discovery with route definition**
|
|
771
|
+
*
|
|
772
|
+
* If you don't wish to perform your own pseudo-matching, you can leverage
|
|
773
|
+
* the partial `matches` array and the [`handle`](../../start/data/route-object#handle)
|
|
774
|
+
* field on a route to keep the children definitions co-located:
|
|
775
|
+
*
|
|
776
|
+
* ```tsx
|
|
777
|
+
* let router = createBrowserRouter(
|
|
778
|
+
* [
|
|
779
|
+
* {
|
|
780
|
+
* path: "/",
|
|
781
|
+
* Component: Home,
|
|
782
|
+
* },
|
|
783
|
+
* {
|
|
784
|
+
* path: "/dashboard",
|
|
785
|
+
* children: [
|
|
786
|
+
* {
|
|
787
|
+
* // If we want to include /dashboard in the critical routes, we need to
|
|
788
|
+
* // also include it's index route since patchRoutesOnNavigation will not be
|
|
789
|
+
* // called on a navigation to `/dashboard` because it will have successfully
|
|
790
|
+
* // matched the `/dashboard` parent route
|
|
791
|
+
* index: true,
|
|
792
|
+
* // ...
|
|
793
|
+
* },
|
|
794
|
+
* ],
|
|
795
|
+
* handle: {
|
|
796
|
+
* lazyChildren: () => import("./dashboard"),
|
|
797
|
+
* },
|
|
798
|
+
* },
|
|
799
|
+
* {
|
|
800
|
+
* path: "/account",
|
|
801
|
+
* children: [
|
|
802
|
+
* {
|
|
803
|
+
* index: true,
|
|
804
|
+
* // ...
|
|
805
|
+
* },
|
|
806
|
+
* ],
|
|
807
|
+
* handle: {
|
|
808
|
+
* lazyChildren: () => import("./account"),
|
|
809
|
+
* },
|
|
810
|
+
* },
|
|
811
|
+
* ],
|
|
812
|
+
* {
|
|
813
|
+
* async patchRoutesOnNavigation({ matches, patch }) {
|
|
814
|
+
* let leafRoute = matches[matches.length - 1]?.route;
|
|
815
|
+
* if (leafRoute?.handle?.lazyChildren) {
|
|
816
|
+
* let children =
|
|
817
|
+
* await leafRoute.handle.lazyChildren();
|
|
818
|
+
* patch(leafRoute.id, children);
|
|
819
|
+
* }
|
|
820
|
+
* },
|
|
821
|
+
* }
|
|
822
|
+
* );
|
|
823
|
+
* ```
|
|
824
|
+
*
|
|
825
|
+
* **A note on routes with parameters**
|
|
826
|
+
*
|
|
827
|
+
* Because React Router uses ranked routes to find the best match for a
|
|
828
|
+
* given path, there is an interesting ambiguity introduced when only a
|
|
829
|
+
* partial route tree is known at any given point in time. If we match a
|
|
830
|
+
* fully static route such as `path: "/about/contact-us"` then we know we've
|
|
831
|
+
* found the right match since it's composed entirely of static URL segments.
|
|
832
|
+
* Thus, we do not need to bother asking for any other potentially
|
|
833
|
+
* higher-scoring routes.
|
|
834
|
+
*
|
|
835
|
+
* However, routes with parameters (dynamic or splat) can't make this
|
|
836
|
+
* assumption because there might be a not-yet-discovered route that scores
|
|
837
|
+
* higher. Consider a full route tree such as:
|
|
838
|
+
*
|
|
839
|
+
* ```tsx
|
|
840
|
+
* // Assume this is the full route tree for your app
|
|
841
|
+
* const routes = [
|
|
842
|
+
* {
|
|
843
|
+
* path: "/",
|
|
844
|
+
* Component: Home,
|
|
845
|
+
* },
|
|
846
|
+
* {
|
|
847
|
+
* id: "blog",
|
|
848
|
+
* path: "/blog",
|
|
849
|
+
* Component: BlogLayout,
|
|
850
|
+
* children: [
|
|
851
|
+
* { path: "new", Component: NewPost },
|
|
852
|
+
* { path: ":slug", Component: BlogPost },
|
|
853
|
+
* ],
|
|
854
|
+
* },
|
|
855
|
+
* ];
|
|
856
|
+
* ```
|
|
857
|
+
*
|
|
858
|
+
* And then assume we want to use `patchRoutesOnNavigation` to fill this in
|
|
859
|
+
* as the user navigates around:
|
|
860
|
+
*
|
|
861
|
+
* ```tsx
|
|
862
|
+
* // Start with only the index route
|
|
863
|
+
* const router = createBrowserRouter(
|
|
864
|
+
* [
|
|
865
|
+
* {
|
|
866
|
+
* path: "/",
|
|
867
|
+
* Component: Home,
|
|
868
|
+
* },
|
|
869
|
+
* ],
|
|
870
|
+
* {
|
|
871
|
+
* async patchRoutesOnNavigation({ patch, path }) {
|
|
872
|
+
* if (path === "/blog/new") {
|
|
873
|
+
* patch("blog", [
|
|
874
|
+
* {
|
|
875
|
+
* path: "new",
|
|
876
|
+
* Component: NewPost,
|
|
877
|
+
* },
|
|
878
|
+
* ]);
|
|
879
|
+
* } else if (path.startsWith("/blog")) {
|
|
880
|
+
* patch("blog", [
|
|
881
|
+
* {
|
|
882
|
+
* path: ":slug",
|
|
883
|
+
* Component: BlogPost,
|
|
884
|
+
* },
|
|
885
|
+
* ]);
|
|
886
|
+
* }
|
|
887
|
+
* },
|
|
888
|
+
* }
|
|
889
|
+
* );
|
|
890
|
+
* ```
|
|
891
|
+
*
|
|
892
|
+
* If the user were to a blog post first (i.e., `/blog/my-post`) we would
|
|
893
|
+
* patch in the `:slug` route. Then, if the user navigated to `/blog/new` to
|
|
894
|
+
* write a new post, we'd match `/blog/:slug` but it wouldn't be the _right_
|
|
895
|
+
* match! We need to call `patchRoutesOnNavigation` just in case there
|
|
896
|
+
* exists a higher-scoring route we've not yet discovered, which in this
|
|
897
|
+
* case there is.
|
|
898
|
+
*
|
|
899
|
+
* So, anytime React Router matches a path that contains at least one param,
|
|
900
|
+
* it will call `patchRoutesOnNavigation` and match routes again just to
|
|
901
|
+
* confirm it has found the best match.
|
|
902
|
+
*
|
|
903
|
+
* If your `patchRoutesOnNavigation` implementation is expensive or making
|
|
904
|
+
* side effect [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch)
|
|
905
|
+
* calls to a backend server, you may want to consider tracking previously
|
|
906
|
+
* seen routes to avoid over-fetching in cases where you know the proper
|
|
907
|
+
* route has already been found. This can usually be as simple as
|
|
908
|
+
* maintaining a small cache of prior `path` values for which you've already
|
|
909
|
+
* patched in the right routes:
|
|
910
|
+
*
|
|
911
|
+
* ```tsx
|
|
912
|
+
* let discoveredRoutes = new Set();
|
|
913
|
+
*
|
|
914
|
+
* const router = createBrowserRouter(routes, {
|
|
915
|
+
* async patchRoutesOnNavigation({ patch, path }) {
|
|
916
|
+
* if (discoveredRoutes.has(path)) {
|
|
917
|
+
* // We've seen this before so nothing to patch in and we can let the router
|
|
918
|
+
* // use the routes it already knows about
|
|
919
|
+
* return;
|
|
920
|
+
* }
|
|
921
|
+
*
|
|
922
|
+
* discoveredRoutes.add(path);
|
|
923
|
+
*
|
|
924
|
+
* // ... patch routes in accordingly
|
|
925
|
+
* },
|
|
926
|
+
* });
|
|
927
|
+
* ```
|
|
928
|
+
* </details>
|
|
929
|
+
*/
|
|
930
|
+
patchRoutesOnNavigation?: PatchRoutesOnNavigationFunction;
|
|
931
|
+
/**
|
|
932
|
+
* [`Window`](https://developer.mozilla.org/en-US/docs/Web/API/Window) object
|
|
933
|
+
* override. Defaults to the global `window` instance.
|
|
934
|
+
*/
|
|
935
|
+
window?: Window;
|
|
936
|
+
}
|
|
937
|
+
/**
|
|
938
|
+
* Create a new {@link DataRouter| data router} that manages the application
|
|
939
|
+
* path via [`history.pushState`](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState)
|
|
940
|
+
* and [`history.replaceState`](https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState).
|
|
941
|
+
*
|
|
942
|
+
* @public
|
|
943
|
+
* @category Data Routers
|
|
944
|
+
* @mode data
|
|
945
|
+
* @param routes Application routes
|
|
946
|
+
* @param opts Options
|
|
947
|
+
* @param {DOMRouterOpts.basename} opts.basename n/a
|
|
948
|
+
* @param {DOMRouterOpts.dataStrategy} opts.dataStrategy n/a
|
|
949
|
+
* @param {DOMRouterOpts.future} opts.future n/a
|
|
950
|
+
* @param {DOMRouterOpts.getContext} opts.getContext n/a
|
|
951
|
+
* @param {DOMRouterOpts.hydrationData} opts.hydrationData n/a
|
|
952
|
+
* @param {DOMRouterOpts.unstable_instrumentations} opts.unstable_instrumentations n/a
|
|
953
|
+
* @param {DOMRouterOpts.patchRoutesOnNavigation} opts.patchRoutesOnNavigation n/a
|
|
954
|
+
* @param {DOMRouterOpts.window} opts.window n/a
|
|
955
|
+
* @returns An initialized {@link DataRouter| data router} to pass to {@link RouterProvider | `<RouterProvider>`}
|
|
956
|
+
*/
|
|
957
|
+
declare function createBrowserRouter(routes: RouteObject[], opts?: DOMRouterOpts): Router;
|
|
958
|
+
/**
|
|
959
|
+
* Create a new {@link DataRouter| data router} that manages the application
|
|
960
|
+
* path via the URL [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash).
|
|
961
|
+
*
|
|
962
|
+
* @public
|
|
963
|
+
* @category Data Routers
|
|
964
|
+
* @mode data
|
|
965
|
+
* @param routes Application routes
|
|
966
|
+
* @param opts Options
|
|
967
|
+
* @param {DOMRouterOpts.basename} opts.basename n/a
|
|
968
|
+
* @param {DOMRouterOpts.future} opts.future n/a
|
|
969
|
+
* @param {DOMRouterOpts.getContext} opts.getContext n/a
|
|
970
|
+
* @param {DOMRouterOpts.hydrationData} opts.hydrationData n/a
|
|
971
|
+
* @param {DOMRouterOpts.unstable_instrumentations} opts.unstable_instrumentations n/a
|
|
972
|
+
* @param {DOMRouterOpts.dataStrategy} opts.dataStrategy n/a
|
|
973
|
+
* @param {DOMRouterOpts.patchRoutesOnNavigation} opts.patchRoutesOnNavigation n/a
|
|
974
|
+
* @param {DOMRouterOpts.window} opts.window n/a
|
|
975
|
+
* @returns An initialized {@link DataRouter| data router} to pass to {@link RouterProvider | `<RouterProvider>`}
|
|
976
|
+
*/
|
|
977
|
+
declare function createHashRouter(routes: RouteObject[], opts?: DOMRouterOpts): Router;
|
|
978
|
+
/**
|
|
979
|
+
* @category Types
|
|
980
|
+
*/
|
|
981
|
+
interface BrowserRouterProps {
|
|
982
|
+
/**
|
|
983
|
+
* Application basename
|
|
984
|
+
*/
|
|
985
|
+
basename?: string;
|
|
986
|
+
/**
|
|
987
|
+
* {@link Route | `<Route>`} components describing your route configuration
|
|
988
|
+
*/
|
|
989
|
+
children?: React.ReactNode;
|
|
990
|
+
/**
|
|
991
|
+
* Control whether router state updates are internally wrapped in
|
|
992
|
+
* [`React.startTransition`](https://react.dev/reference/react/startTransition).
|
|
993
|
+
*
|
|
994
|
+
* - When left `undefined`, all router state updates are wrapped in
|
|
995
|
+
* `React.startTransition`
|
|
996
|
+
* - When set to `true`, {@link Link} and {@link Form} navigations will be wrapped
|
|
997
|
+
* in `React.startTransition` and all router state updates are wrapped in
|
|
998
|
+
* `React.startTransition`
|
|
999
|
+
* - When set to `false`, the router will not leverage `React.startTransition`
|
|
1000
|
+
* on any navigations or state changes.
|
|
1001
|
+
*
|
|
1002
|
+
* For more information, please see the [docs](https://reactrouter.com/explanation/react-transitions).
|
|
1003
|
+
*/
|
|
1004
|
+
unstable_useTransitions?: boolean;
|
|
1005
|
+
/**
|
|
1006
|
+
* [`Window`](https://developer.mozilla.org/en-US/docs/Web/API/Window) object
|
|
1007
|
+
* override. Defaults to the global `window` instance
|
|
1008
|
+
*/
|
|
1009
|
+
window?: Window;
|
|
1010
|
+
}
|
|
1011
|
+
/**
|
|
1012
|
+
* A declarative {@link Router | `<Router>`} using the browser [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1013
|
+
* API for client-side routing.
|
|
1014
|
+
*
|
|
1015
|
+
* @public
|
|
1016
|
+
* @category Declarative Routers
|
|
1017
|
+
* @mode declarative
|
|
1018
|
+
* @param props Props
|
|
1019
|
+
* @param {BrowserRouterProps.basename} props.basename n/a
|
|
1020
|
+
* @param {BrowserRouterProps.children} props.children n/a
|
|
1021
|
+
* @param {BrowserRouterProps.unstable_useTransitions} props.unstable_useTransitions n/a
|
|
1022
|
+
* @param {BrowserRouterProps.window} props.window n/a
|
|
1023
|
+
* @returns A declarative {@link Router | `<Router>`} using the browser [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1024
|
+
* API for client-side routing.
|
|
1025
|
+
*/
|
|
1026
|
+
declare function BrowserRouter({ basename, children, unstable_useTransitions, window, }: BrowserRouterProps): React.JSX.Element;
|
|
1027
|
+
/**
|
|
1028
|
+
* @category Types
|
|
1029
|
+
*/
|
|
1030
|
+
interface HashRouterProps {
|
|
1031
|
+
/**
|
|
1032
|
+
* Application basename
|
|
1033
|
+
*/
|
|
1034
|
+
basename?: string;
|
|
1035
|
+
/**
|
|
1036
|
+
* {@link Route | `<Route>`} components describing your route configuration
|
|
1037
|
+
*/
|
|
1038
|
+
children?: React.ReactNode;
|
|
1039
|
+
/**
|
|
1040
|
+
* Control whether router state updates are internally wrapped in
|
|
1041
|
+
* [`React.startTransition`](https://react.dev/reference/react/startTransition).
|
|
1042
|
+
*
|
|
1043
|
+
* - When left `undefined`, all router state updates are wrapped in
|
|
1044
|
+
* `React.startTransition`
|
|
1045
|
+
* - When set to `true`, {@link Link} and {@link Form} navigations will be wrapped
|
|
1046
|
+
* in `React.startTransition` and all router state updates are wrapped in
|
|
1047
|
+
* `React.startTransition`
|
|
1048
|
+
* - When set to `false`, the router will not leverage `React.startTransition`
|
|
1049
|
+
* on any navigations or state changes.
|
|
1050
|
+
*
|
|
1051
|
+
* For more information, please see the [docs](https://reactrouter.com/explanation/react-transitions).
|
|
1052
|
+
*/
|
|
1053
|
+
unstable_useTransitions?: boolean;
|
|
1054
|
+
/**
|
|
1055
|
+
* [`Window`](https://developer.mozilla.org/en-US/docs/Web/API/Window) object
|
|
1056
|
+
* override. Defaults to the global `window` instance
|
|
1057
|
+
*/
|
|
1058
|
+
window?: Window;
|
|
1059
|
+
}
|
|
1060
|
+
/**
|
|
1061
|
+
* A declarative {@link Router | `<Router>`} that stores the location in the
|
|
1062
|
+
* [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash) portion
|
|
1063
|
+
* of the URL so it is not sent to the server.
|
|
1064
|
+
*
|
|
1065
|
+
* @public
|
|
1066
|
+
* @category Declarative Routers
|
|
1067
|
+
* @mode declarative
|
|
1068
|
+
* @param props Props
|
|
1069
|
+
* @param {HashRouterProps.basename} props.basename n/a
|
|
1070
|
+
* @param {HashRouterProps.children} props.children n/a
|
|
1071
|
+
* @param {HashRouterProps.unstable_useTransitions} props.unstable_useTransitions n/a
|
|
1072
|
+
* @param {HashRouterProps.window} props.window n/a
|
|
1073
|
+
* @returns A declarative {@link Router | `<Router>`} using the URL [`hash`](https://developer.mozilla.org/en-US/docs/Web/API/URL/hash)
|
|
1074
|
+
* for client-side routing.
|
|
1075
|
+
*/
|
|
1076
|
+
declare function HashRouter({ basename, children, unstable_useTransitions, window, }: HashRouterProps): React.JSX.Element;
|
|
1077
|
+
/**
|
|
1078
|
+
* @category Types
|
|
1079
|
+
*/
|
|
1080
|
+
interface HistoryRouterProps {
|
|
1081
|
+
/**
|
|
1082
|
+
* Application basename
|
|
1083
|
+
*/
|
|
1084
|
+
basename?: string;
|
|
1085
|
+
/**
|
|
1086
|
+
* {@link Route | `<Route>`} components describing your route configuration
|
|
1087
|
+
*/
|
|
1088
|
+
children?: React.ReactNode;
|
|
1089
|
+
/**
|
|
1090
|
+
* A {@link History} implementation for use by the router
|
|
1091
|
+
*/
|
|
1092
|
+
history: History;
|
|
1093
|
+
/**
|
|
1094
|
+
* Control whether router state updates are internally wrapped in
|
|
1095
|
+
* [`React.startTransition`](https://react.dev/reference/react/startTransition).
|
|
1096
|
+
*
|
|
1097
|
+
* - When left `undefined`, all router state updates are wrapped in
|
|
1098
|
+
* `React.startTransition`
|
|
1099
|
+
* - When set to `true`, {@link Link} and {@link Form} navigations will be wrapped
|
|
1100
|
+
* in `React.startTransition` and all router state updates are wrapped in
|
|
1101
|
+
* `React.startTransition`
|
|
1102
|
+
* - When set to `false`, the router will not leverage `React.startTransition`
|
|
1103
|
+
* on any navigations or state changes.
|
|
1104
|
+
*
|
|
1105
|
+
* For more information, please see the [docs](https://reactrouter.com/explanation/react-transitions).
|
|
1106
|
+
*/
|
|
1107
|
+
unstable_useTransitions?: boolean;
|
|
1108
|
+
}
|
|
1109
|
+
/**
|
|
1110
|
+
* A declarative {@link Router | `<Router>`} that accepts a pre-instantiated
|
|
1111
|
+
* `history` object.
|
|
1112
|
+
* It's important to note that using your own `history` object is highly discouraged
|
|
1113
|
+
* and may add two versions of the `history` library to your bundles unless you use
|
|
1114
|
+
* the same version of the `history` library that React Router uses internally.
|
|
1115
|
+
*
|
|
1116
|
+
* @name unstable_HistoryRouter
|
|
1117
|
+
* @public
|
|
1118
|
+
* @category Declarative Routers
|
|
1119
|
+
* @mode declarative
|
|
1120
|
+
* @param props Props
|
|
1121
|
+
* @param {HistoryRouterProps.basename} props.basename n/a
|
|
1122
|
+
* @param {HistoryRouterProps.children} props.children n/a
|
|
1123
|
+
* @param {HistoryRouterProps.history} props.history n/a
|
|
1124
|
+
* @param {HistoryRouterProps.unstable_useTransitions} props.unstable_useTransitions n/a
|
|
1125
|
+
* @returns A declarative {@link Router | `<Router>`} using the provided history
|
|
1126
|
+
* implementation for client-side routing.
|
|
1127
|
+
*/
|
|
1128
|
+
declare function HistoryRouter({ basename, children, history, unstable_useTransitions, }: HistoryRouterProps): React.JSX.Element;
|
|
1129
|
+
declare namespace HistoryRouter {
|
|
1130
|
+
var displayName: string;
|
|
1131
|
+
}
|
|
1132
|
+
/**
|
|
1133
|
+
* @category Types
|
|
1134
|
+
*/
|
|
1135
|
+
interface LinkProps extends Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, "href"> {
|
|
1136
|
+
/**
|
|
1137
|
+
* Defines the link [lazy route discovery](../../explanation/lazy-route-discovery) behavior.
|
|
1138
|
+
*
|
|
1139
|
+
* - **render** — default, discover the route when the link renders
|
|
1140
|
+
* - **none** — don't eagerly discover, only discover if the link is clicked
|
|
1141
|
+
*
|
|
1142
|
+
* ```tsx
|
|
1143
|
+
* <Link /> // default ("render")
|
|
1144
|
+
* <Link discover="render" />
|
|
1145
|
+
* <Link discover="none" />
|
|
1146
|
+
* ```
|
|
1147
|
+
*/
|
|
1148
|
+
discover?: DiscoverBehavior;
|
|
1149
|
+
/**
|
|
1150
|
+
* Defines the data and module prefetching behavior for the link.
|
|
1151
|
+
*
|
|
1152
|
+
* ```tsx
|
|
1153
|
+
* <Link /> // default
|
|
1154
|
+
* <Link prefetch="none" />
|
|
1155
|
+
* <Link prefetch="intent" />
|
|
1156
|
+
* <Link prefetch="render" />
|
|
1157
|
+
* <Link prefetch="viewport" />
|
|
1158
|
+
* ```
|
|
1159
|
+
*
|
|
1160
|
+
* - **none** — default, no prefetching
|
|
1161
|
+
* - **intent** — prefetches when the user hovers or focuses the link
|
|
1162
|
+
* - **render** — prefetches when the link renders
|
|
1163
|
+
* - **viewport** — prefetches when the link is in the viewport, very useful for mobile
|
|
1164
|
+
*
|
|
1165
|
+
* Prefetching is done with HTML [`<link rel="prefetch">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
1166
|
+
* tags. They are inserted after the link.
|
|
1167
|
+
*
|
|
1168
|
+
* ```tsx
|
|
1169
|
+
* <a href="..." />
|
|
1170
|
+
* <a href="..." />
|
|
1171
|
+
* <link rel="prefetch" /> // might conditionally render
|
|
1172
|
+
* ```
|
|
1173
|
+
*
|
|
1174
|
+
* Because of this, if you are using `nav :last-child` you will need to use
|
|
1175
|
+
* `nav :last-of-type` so the styles don't conditionally fall off your last link
|
|
1176
|
+
* (and any other similar selectors).
|
|
1177
|
+
*/
|
|
1178
|
+
prefetch?: PrefetchBehavior;
|
|
1179
|
+
/**
|
|
1180
|
+
* Will use document navigation instead of client side routing when the link is
|
|
1181
|
+
* clicked: the browser will handle the transition normally (as if it were an
|
|
1182
|
+
* [`<a href>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a)).
|
|
1183
|
+
*
|
|
1184
|
+
* ```tsx
|
|
1185
|
+
* <Link to="/logout" reloadDocument />
|
|
1186
|
+
* ```
|
|
1187
|
+
*/
|
|
1188
|
+
reloadDocument?: boolean;
|
|
1189
|
+
/**
|
|
1190
|
+
* Replaces the current entry in the [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1191
|
+
* stack instead of pushing a new one onto it.
|
|
1192
|
+
*
|
|
1193
|
+
* ```tsx
|
|
1194
|
+
* <Link replace />
|
|
1195
|
+
* ```
|
|
1196
|
+
*
|
|
1197
|
+
* ```
|
|
1198
|
+
* # with a history stack like this
|
|
1199
|
+
* A -> B
|
|
1200
|
+
*
|
|
1201
|
+
* # normal link click pushes a new entry
|
|
1202
|
+
* A -> B -> C
|
|
1203
|
+
*
|
|
1204
|
+
* # but with `replace`, B is replaced by C
|
|
1205
|
+
* A -> C
|
|
1206
|
+
* ```
|
|
1207
|
+
*/
|
|
1208
|
+
replace?: boolean;
|
|
1209
|
+
/**
|
|
1210
|
+
* Adds persistent client side routing state to the next location.
|
|
1211
|
+
*
|
|
1212
|
+
* ```tsx
|
|
1213
|
+
* <Link to="/somewhere/else" state={{ some: "value" }} />
|
|
1214
|
+
* ```
|
|
1215
|
+
*
|
|
1216
|
+
* The location state is accessed from the `location`.
|
|
1217
|
+
*
|
|
1218
|
+
* ```tsx
|
|
1219
|
+
* function SomeComp() {
|
|
1220
|
+
* const location = useLocation();
|
|
1221
|
+
* location.state; // { some: "value" }
|
|
1222
|
+
* }
|
|
1223
|
+
* ```
|
|
1224
|
+
*
|
|
1225
|
+
* This state is inaccessible on the server as it is implemented on top of
|
|
1226
|
+
* [`history.state`](https://developer.mozilla.org/en-US/docs/Web/API/History/state)
|
|
1227
|
+
*/
|
|
1228
|
+
state?: any;
|
|
1229
|
+
/**
|
|
1230
|
+
* Prevents the scroll position from being reset to the top of the window when
|
|
1231
|
+
* the link is clicked and the app is using {@link ScrollRestoration}. This only
|
|
1232
|
+
* prevents new locations resetting scroll to the top, scroll position will be
|
|
1233
|
+
* restored for back/forward button navigation.
|
|
1234
|
+
*
|
|
1235
|
+
* ```tsx
|
|
1236
|
+
* <Link to="?tab=one" preventScrollReset />
|
|
1237
|
+
* ```
|
|
1238
|
+
*/
|
|
1239
|
+
preventScrollReset?: boolean;
|
|
1240
|
+
/**
|
|
1241
|
+
* Defines the relative path behavior for the link.
|
|
1242
|
+
*
|
|
1243
|
+
* ```tsx
|
|
1244
|
+
* <Link to=".." /> // default: "route"
|
|
1245
|
+
* <Link relative="route" />
|
|
1246
|
+
* <Link relative="path" />
|
|
1247
|
+
* ```
|
|
1248
|
+
*
|
|
1249
|
+
* Consider a route hierarchy where a parent route pattern is `"blog"` and a child
|
|
1250
|
+
* route pattern is `"blog/:slug/edit"`.
|
|
1251
|
+
*
|
|
1252
|
+
* - **route** — default, resolves the link relative to the route pattern. In the
|
|
1253
|
+
* example above, a relative link of `"..."` will remove both `:slug/edit` segments
|
|
1254
|
+
* back to `"/blog"`.
|
|
1255
|
+
* - **path** — relative to the path so `"..."` will only remove one URL segment up
|
|
1256
|
+
* to `"/blog/:slug"`
|
|
1257
|
+
*
|
|
1258
|
+
* Note that index routes and layout routes do not have paths so they are not
|
|
1259
|
+
* included in the relative path calculation.
|
|
1260
|
+
*/
|
|
1261
|
+
relative?: RelativeRoutingType;
|
|
1262
|
+
/**
|
|
1263
|
+
* Can be a string or a partial {@link Path}:
|
|
1264
|
+
*
|
|
1265
|
+
* ```tsx
|
|
1266
|
+
* <Link to="/some/path" />
|
|
1267
|
+
*
|
|
1268
|
+
* <Link
|
|
1269
|
+
* to={{
|
|
1270
|
+
* pathname: "/some/path",
|
|
1271
|
+
* search: "?query=string",
|
|
1272
|
+
* hash: "#hash",
|
|
1273
|
+
* }}
|
|
1274
|
+
* />
|
|
1275
|
+
* ```
|
|
1276
|
+
*/
|
|
1277
|
+
to: To;
|
|
1278
|
+
/**
|
|
1279
|
+
* Enables a [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
|
|
1280
|
+
* for this navigation.
|
|
1281
|
+
*
|
|
1282
|
+
* ```jsx
|
|
1283
|
+
* <Link to={to} viewTransition>
|
|
1284
|
+
* Click me
|
|
1285
|
+
* </Link>
|
|
1286
|
+
* ```
|
|
1287
|
+
*
|
|
1288
|
+
* To apply specific styles for the transition, see {@link useViewTransitionState}
|
|
1289
|
+
*/
|
|
1290
|
+
viewTransition?: boolean;
|
|
1291
|
+
/**
|
|
1292
|
+
* Specify the default revalidation behavior for the navigation.
|
|
1293
|
+
*
|
|
1294
|
+
* ```tsx
|
|
1295
|
+
* <Link to="/some/path" unstable_defaultShouldRevalidate={false} />
|
|
1296
|
+
* ```
|
|
1297
|
+
*
|
|
1298
|
+
* If no `shouldRevalidate` functions are present on the active routes, then this
|
|
1299
|
+
* value will be used directly. Otherwise it will be passed into `shouldRevalidate`
|
|
1300
|
+
* so the route can make the final determination on revalidation. This can be
|
|
1301
|
+
* useful when updating search params and you don't want to trigger a revalidation.
|
|
1302
|
+
*
|
|
1303
|
+
* By default (when not specified), loaders will revalidate according to the routers
|
|
1304
|
+
* standard revalidation behavior.
|
|
1305
|
+
*/
|
|
1306
|
+
unstable_defaultShouldRevalidate?: boolean;
|
|
1307
|
+
}
|
|
1308
|
+
/**
|
|
1309
|
+
* A progressively enhanced [`<a href>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a)
|
|
1310
|
+
* wrapper to enable navigation with client-side routing.
|
|
1311
|
+
*
|
|
1312
|
+
* @example
|
|
1313
|
+
* import { Link } from "react-router";
|
|
1314
|
+
*
|
|
1315
|
+
* <Link to="/dashboard">Dashboard</Link>;
|
|
1316
|
+
*
|
|
1317
|
+
* <Link
|
|
1318
|
+
* to={{
|
|
1319
|
+
* pathname: "/some/path",
|
|
1320
|
+
* search: "?query=string",
|
|
1321
|
+
* hash: "#hash",
|
|
1322
|
+
* }}
|
|
1323
|
+
* />;
|
|
1324
|
+
*
|
|
1325
|
+
* @public
|
|
1326
|
+
* @category Components
|
|
1327
|
+
* @param {LinkProps.discover} props.discover [modes: framework] n/a
|
|
1328
|
+
* @param {LinkProps.prefetch} props.prefetch [modes: framework] n/a
|
|
1329
|
+
* @param {LinkProps.preventScrollReset} props.preventScrollReset [modes: framework, data] n/a
|
|
1330
|
+
* @param {LinkProps.relative} props.relative n/a
|
|
1331
|
+
* @param {LinkProps.reloadDocument} props.reloadDocument n/a
|
|
1332
|
+
* @param {LinkProps.replace} props.replace n/a
|
|
1333
|
+
* @param {LinkProps.state} props.state n/a
|
|
1334
|
+
* @param {LinkProps.to} props.to n/a
|
|
1335
|
+
* @param {LinkProps.viewTransition} props.viewTransition [modes: framework, data] n/a
|
|
1336
|
+
* @param {LinkProps.unstable_defaultShouldRevalidate} props.unstable_defaultShouldRevalidate n/a
|
|
1337
|
+
*/
|
|
1338
|
+
declare const Link: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
1339
|
+
/**
|
|
1340
|
+
* The object passed to {@link NavLink} `children`, `className`, and `style` prop
|
|
1341
|
+
* callbacks to render and style the link based on its state.
|
|
1342
|
+
*
|
|
1343
|
+
* ```
|
|
1344
|
+
* // className
|
|
1345
|
+
* <NavLink
|
|
1346
|
+
* to="/messages"
|
|
1347
|
+
* className={({ isActive, isPending }) =>
|
|
1348
|
+
* isPending ? "pending" : isActive ? "active" : ""
|
|
1349
|
+
* }
|
|
1350
|
+
* >
|
|
1351
|
+
* Messages
|
|
1352
|
+
* </NavLink>
|
|
1353
|
+
*
|
|
1354
|
+
* // style
|
|
1355
|
+
* <NavLink
|
|
1356
|
+
* to="/messages"
|
|
1357
|
+
* style={({ isActive, isPending }) => {
|
|
1358
|
+
* return {
|
|
1359
|
+
* fontWeight: isActive ? "bold" : "",
|
|
1360
|
+
* color: isPending ? "red" : "black",
|
|
1361
|
+
* }
|
|
1362
|
+
* )}
|
|
1363
|
+
* />
|
|
1364
|
+
*
|
|
1365
|
+
* // children
|
|
1366
|
+
* <NavLink to="/tasks">
|
|
1367
|
+
* {({ isActive, isPending }) => (
|
|
1368
|
+
* <span className={isActive ? "active" : ""}>Tasks</span>
|
|
1369
|
+
* )}
|
|
1370
|
+
* </NavLink>
|
|
1371
|
+
* ```
|
|
1372
|
+
*
|
|
1373
|
+
*/
|
|
1374
|
+
type NavLinkRenderProps = {
|
|
1375
|
+
/**
|
|
1376
|
+
* Indicates if the link's URL matches the current {@link Location}.
|
|
1377
|
+
*/
|
|
1378
|
+
isActive: boolean;
|
|
1379
|
+
/**
|
|
1380
|
+
* Indicates if the pending {@link Location} matches the link's URL. Only
|
|
1381
|
+
* available in Framework/Data modes.
|
|
1382
|
+
*/
|
|
1383
|
+
isPending: boolean;
|
|
1384
|
+
/**
|
|
1385
|
+
* Indicates if a view transition to the link's URL is in progress.
|
|
1386
|
+
* See {@link useViewTransitionState}
|
|
1387
|
+
*/
|
|
1388
|
+
isTransitioning: boolean;
|
|
1389
|
+
};
|
|
1390
|
+
/**
|
|
1391
|
+
* @category Types
|
|
1392
|
+
*/
|
|
1393
|
+
interface NavLinkProps extends Omit<LinkProps, "className" | "style" | "children"> {
|
|
1394
|
+
/**
|
|
1395
|
+
* Can be regular React children or a function that receives an object with the
|
|
1396
|
+
* `active` and `pending` states of the link.
|
|
1397
|
+
*
|
|
1398
|
+
* ```tsx
|
|
1399
|
+
* <NavLink to="/tasks">
|
|
1400
|
+
* {({ isActive }) => (
|
|
1401
|
+
* <span className={isActive ? "active" : ""}>Tasks</span>
|
|
1402
|
+
* )}
|
|
1403
|
+
* </NavLink>
|
|
1404
|
+
* ```
|
|
1405
|
+
*/
|
|
1406
|
+
children?: React.ReactNode | ((props: NavLinkRenderProps) => React.ReactNode);
|
|
1407
|
+
/**
|
|
1408
|
+
* Changes the matching logic to make it case-sensitive:
|
|
1409
|
+
*
|
|
1410
|
+
* | Link | URL | isActive |
|
|
1411
|
+
* | -------------------------------------------- | ------------- | -------- |
|
|
1412
|
+
* | `<NavLink to="/SpOnGe-bOB" />` | `/sponge-bob` | true |
|
|
1413
|
+
* | `<NavLink to="/SpOnGe-bOB" caseSensitive />` | `/sponge-bob` | false |
|
|
1414
|
+
*/
|
|
1415
|
+
caseSensitive?: boolean;
|
|
1416
|
+
/**
|
|
1417
|
+
* Classes are automatically applied to `NavLink` that correspond to the state.
|
|
1418
|
+
*
|
|
1419
|
+
* ```css
|
|
1420
|
+
* a.active {
|
|
1421
|
+
* color: red;
|
|
1422
|
+
* }
|
|
1423
|
+
* a.pending {
|
|
1424
|
+
* color: blue;
|
|
1425
|
+
* }
|
|
1426
|
+
* a.transitioning {
|
|
1427
|
+
* view-transition-name: my-transition;
|
|
1428
|
+
* }
|
|
1429
|
+
* ```
|
|
1430
|
+
*
|
|
1431
|
+
* Or you can specify a function that receives {@link NavLinkRenderProps} and
|
|
1432
|
+
* returns the `className`:
|
|
1433
|
+
*
|
|
1434
|
+
* ```tsx
|
|
1435
|
+
* <NavLink className={({ isActive, isPending }) => (
|
|
1436
|
+
* isActive ? "my-active-class" :
|
|
1437
|
+
* isPending ? "my-pending-class" :
|
|
1438
|
+
* ""
|
|
1439
|
+
* )} />
|
|
1440
|
+
* ```
|
|
1441
|
+
*/
|
|
1442
|
+
className?: string | ((props: NavLinkRenderProps) => string | undefined);
|
|
1443
|
+
/**
|
|
1444
|
+
* Changes the matching logic for the `active` and `pending` states to only match
|
|
1445
|
+
* to the "end" of the {@link NavLinkProps.to}. If the URL is longer, it will no
|
|
1446
|
+
* longer be considered active.
|
|
1447
|
+
*
|
|
1448
|
+
* | Link | URL | isActive |
|
|
1449
|
+
* | ----------------------------- | ------------ | -------- |
|
|
1450
|
+
* | `<NavLink to="/tasks" />` | `/tasks` | true |
|
|
1451
|
+
* | `<NavLink to="/tasks" />` | `/tasks/123` | true |
|
|
1452
|
+
* | `<NavLink to="/tasks" end />` | `/tasks` | true |
|
|
1453
|
+
* | `<NavLink to="/tasks" end />` | `/tasks/123` | false |
|
|
1454
|
+
*
|
|
1455
|
+
* `<NavLink to="/">` is an exceptional case because _every_ URL matches `/`.
|
|
1456
|
+
* To avoid this matching every single route by default, it effectively ignores
|
|
1457
|
+
* the `end` prop and only matches when you're at the root route.
|
|
1458
|
+
*/
|
|
1459
|
+
end?: boolean;
|
|
1460
|
+
/**
|
|
1461
|
+
* Styles can also be applied dynamically via a function that receives
|
|
1462
|
+
* {@link NavLinkRenderProps} and returns the styles:
|
|
1463
|
+
*
|
|
1464
|
+
* ```tsx
|
|
1465
|
+
* <NavLink to="/tasks" style={{ color: "red" }} />
|
|
1466
|
+
* <NavLink to="/tasks" style={({ isActive, isPending }) => ({
|
|
1467
|
+
* color:
|
|
1468
|
+
* isActive ? "red" :
|
|
1469
|
+
* isPending ? "blue" : "black"
|
|
1470
|
+
* })} />
|
|
1471
|
+
* ```
|
|
1472
|
+
*/
|
|
1473
|
+
style?: React.CSSProperties | ((props: NavLinkRenderProps) => React.CSSProperties | undefined);
|
|
1474
|
+
}
|
|
1475
|
+
/**
|
|
1476
|
+
* Wraps {@link Link | `<Link>`} with additional props for styling active and
|
|
1477
|
+
* pending states.
|
|
1478
|
+
*
|
|
1479
|
+
* - Automatically applies classes to the link based on its `active` and `pending`
|
|
1480
|
+
* states, see {@link NavLinkProps.className}
|
|
1481
|
+
* - Note that `pending` is only available with Framework and Data modes.
|
|
1482
|
+
* - Automatically applies `aria-current="page"` to the link when the link is active.
|
|
1483
|
+
* See [`aria-current`](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-current)
|
|
1484
|
+
* on MDN.
|
|
1485
|
+
* - States are additionally available through the className, style, and children
|
|
1486
|
+
* render props. See {@link NavLinkRenderProps}.
|
|
1487
|
+
*
|
|
1488
|
+
* @example
|
|
1489
|
+
* <NavLink to="/message">Messages</NavLink>
|
|
1490
|
+
*
|
|
1491
|
+
* // Using render props
|
|
1492
|
+
* <NavLink
|
|
1493
|
+
* to="/messages"
|
|
1494
|
+
* className={({ isActive, isPending }) =>
|
|
1495
|
+
* isPending ? "pending" : isActive ? "active" : ""
|
|
1496
|
+
* }
|
|
1497
|
+
* >
|
|
1498
|
+
* Messages
|
|
1499
|
+
* </NavLink>
|
|
1500
|
+
*
|
|
1501
|
+
* @public
|
|
1502
|
+
* @category Components
|
|
1503
|
+
* @param {NavLinkProps.caseSensitive} props.caseSensitive n/a
|
|
1504
|
+
* @param {NavLinkProps.children} props.children n/a
|
|
1505
|
+
* @param {NavLinkProps.className} props.className n/a
|
|
1506
|
+
* @param {NavLinkProps.discover} props.discover [modes: framework] n/a
|
|
1507
|
+
* @param {NavLinkProps.end} props.end n/a
|
|
1508
|
+
* @param {NavLinkProps.prefetch} props.prefetch [modes: framework] n/a
|
|
1509
|
+
* @param {NavLinkProps.preventScrollReset} props.preventScrollReset [modes: framework, data] n/a
|
|
1510
|
+
* @param {NavLinkProps.relative} props.relative n/a
|
|
1511
|
+
* @param {NavLinkProps.reloadDocument} props.reloadDocument n/a
|
|
1512
|
+
* @param {NavLinkProps.replace} props.replace n/a
|
|
1513
|
+
* @param {NavLinkProps.state} props.state n/a
|
|
1514
|
+
* @param {NavLinkProps.style} props.style n/a
|
|
1515
|
+
* @param {NavLinkProps.to} props.to n/a
|
|
1516
|
+
* @param {NavLinkProps.viewTransition} props.viewTransition [modes: framework, data] n/a
|
|
1517
|
+
*/
|
|
1518
|
+
declare const NavLink: React.ForwardRefExoticComponent<NavLinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
1519
|
+
/**
|
|
1520
|
+
* Form props shared by navigations and fetchers
|
|
1521
|
+
*/
|
|
1522
|
+
interface SharedFormProps extends React.FormHTMLAttributes<HTMLFormElement> {
|
|
1523
|
+
/**
|
|
1524
|
+
* The HTTP verb to use when the form is submitted. Supports `"delete"`,
|
|
1525
|
+
* `"get"`, `"patch"`, `"post"`, and `"put"`.
|
|
1526
|
+
*
|
|
1527
|
+
* Native [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form)
|
|
1528
|
+
* only supports `"get"` and `"post"`, avoid the other verbs if you'd like to
|
|
1529
|
+
* support progressive enhancement
|
|
1530
|
+
*/
|
|
1531
|
+
method?: HTMLFormMethod;
|
|
1532
|
+
/**
|
|
1533
|
+
* The encoding type to use for the form submission.
|
|
1534
|
+
*
|
|
1535
|
+
* ```tsx
|
|
1536
|
+
* <Form encType="application/x-www-form-urlencoded"/> // Default
|
|
1537
|
+
* <Form encType="multipart/form-data"/>
|
|
1538
|
+
* <Form encType="text/plain"/>
|
|
1539
|
+
* ```
|
|
1540
|
+
*/
|
|
1541
|
+
encType?: "application/x-www-form-urlencoded" | "multipart/form-data" | "text/plain";
|
|
1542
|
+
/**
|
|
1543
|
+
* The URL to submit the form data to. If `undefined`, this defaults to the
|
|
1544
|
+
* closest route in context.
|
|
1545
|
+
*/
|
|
1546
|
+
action?: string;
|
|
1547
|
+
/**
|
|
1548
|
+
* Determines whether the form action is relative to the route hierarchy or
|
|
1549
|
+
* the pathname. Use this if you want to opt out of navigating the route
|
|
1550
|
+
* hierarchy and want to instead route based on slash-delimited URL segments.
|
|
1551
|
+
* See {@link RelativeRoutingType}.
|
|
1552
|
+
*/
|
|
1553
|
+
relative?: RelativeRoutingType;
|
|
1554
|
+
/**
|
|
1555
|
+
* Prevent the scroll position from resetting to the top of the viewport on
|
|
1556
|
+
* completion of the navigation when using the
|
|
1557
|
+
* {@link ScrollRestoration | `<ScrollRestoration>`} component
|
|
1558
|
+
*/
|
|
1559
|
+
preventScrollReset?: boolean;
|
|
1560
|
+
/**
|
|
1561
|
+
* A function to call when the form is submitted. If you call
|
|
1562
|
+
* [`event.preventDefault()`](https://developer.mozilla.org/en-US/docs/Web/API/Event/preventDefault)
|
|
1563
|
+
* then this form will not do anything.
|
|
1564
|
+
*/
|
|
1565
|
+
onSubmit?: React.FormEventHandler<HTMLFormElement>;
|
|
1566
|
+
/**
|
|
1567
|
+
* Specify the default revalidation behavior after this submission
|
|
1568
|
+
*
|
|
1569
|
+
* If no `shouldRevalidate` functions are present on the active routes, then this
|
|
1570
|
+
* value will be used directly. Otherwise it will be passed into `shouldRevalidate`
|
|
1571
|
+
* so the route can make the final determination on revalidation. This can be
|
|
1572
|
+
* useful when updating search params and you don't want to trigger a revalidation.
|
|
1573
|
+
*
|
|
1574
|
+
* By default (when not specified), loaders will revalidate according to the routers
|
|
1575
|
+
* standard revalidation behavior.
|
|
1576
|
+
*/
|
|
1577
|
+
unstable_defaultShouldRevalidate?: boolean;
|
|
1578
|
+
}
|
|
1579
|
+
/**
|
|
1580
|
+
* Form props available to fetchers
|
|
1581
|
+
* @category Types
|
|
1582
|
+
*/
|
|
1583
|
+
interface FetcherFormProps extends SharedFormProps {
|
|
1584
|
+
}
|
|
1585
|
+
/**
|
|
1586
|
+
* Form props available to navigations
|
|
1587
|
+
* @category Types
|
|
1588
|
+
*/
|
|
1589
|
+
interface FormProps extends SharedFormProps {
|
|
1590
|
+
/**
|
|
1591
|
+
* Defines the form [lazy route discovery](../../explanation/lazy-route-discovery) behavior.
|
|
1592
|
+
*
|
|
1593
|
+
* - **render** — default, discover the route when the form renders
|
|
1594
|
+
* - **none** — don't eagerly discover, only discover if the form is submitted
|
|
1595
|
+
*
|
|
1596
|
+
* ```tsx
|
|
1597
|
+
* <Form /> // default ("render")
|
|
1598
|
+
* <Form discover="render" />
|
|
1599
|
+
* <Form discover="none" />
|
|
1600
|
+
* ```
|
|
1601
|
+
*/
|
|
1602
|
+
discover?: DiscoverBehavior;
|
|
1603
|
+
/**
|
|
1604
|
+
* Indicates a specific fetcherKey to use when using `navigate={false}` so you
|
|
1605
|
+
* can pick up the fetcher's state in a different component in a {@link useFetcher}.
|
|
1606
|
+
*/
|
|
1607
|
+
fetcherKey?: string;
|
|
1608
|
+
/**
|
|
1609
|
+
* When `false`, skips the navigation and submits via a fetcher internally.
|
|
1610
|
+
* This is essentially a shorthand for {@link useFetcher} + `<fetcher.Form>` where
|
|
1611
|
+
* you don't care about the resulting data in this component.
|
|
1612
|
+
*/
|
|
1613
|
+
navigate?: boolean;
|
|
1614
|
+
/**
|
|
1615
|
+
* Forces a full document navigation instead of client side routing and data
|
|
1616
|
+
* fetch.
|
|
1617
|
+
*/
|
|
1618
|
+
reloadDocument?: boolean;
|
|
1619
|
+
/**
|
|
1620
|
+
* Replaces the current entry in the browser [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1621
|
+
* stack when the form navigates. Use this if you don't want the user to be
|
|
1622
|
+
* able to click "back" to the page with the form on it.
|
|
1623
|
+
*/
|
|
1624
|
+
replace?: boolean;
|
|
1625
|
+
/**
|
|
1626
|
+
* State object to add to the [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1627
|
+
* stack entry for this navigation
|
|
1628
|
+
*/
|
|
1629
|
+
state?: any;
|
|
1630
|
+
/**
|
|
1631
|
+
* Enables a [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
|
|
1632
|
+
* for this navigation. To apply specific styles during the transition, see
|
|
1633
|
+
* {@link useViewTransitionState}.
|
|
1634
|
+
*/
|
|
1635
|
+
viewTransition?: boolean;
|
|
1636
|
+
}
|
|
1637
|
+
/**
|
|
1638
|
+
* A progressively enhanced HTML [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form)
|
|
1639
|
+
* that submits data to actions via [`fetch`](https://developer.mozilla.org/en-US/docs/Web/API/fetch),
|
|
1640
|
+
* activating pending states in {@link useNavigation} which enables advanced
|
|
1641
|
+
* user interfaces beyond a basic HTML [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form).
|
|
1642
|
+
* After a form's `action` completes, all data on the page is automatically
|
|
1643
|
+
* revalidated to keep the UI in sync with the data.
|
|
1644
|
+
*
|
|
1645
|
+
* Because it uses the HTML form API, server rendered pages are interactive at a
|
|
1646
|
+
* basic level before JavaScript loads. Instead of React Router managing the
|
|
1647
|
+
* submission, the browser manages the submission as well as the pending states
|
|
1648
|
+
* (like the spinning favicon). After JavaScript loads, React Router takes over
|
|
1649
|
+
* enabling web application user experiences.
|
|
1650
|
+
*
|
|
1651
|
+
* `Form` is most useful for submissions that should also change the URL or
|
|
1652
|
+
* otherwise add an entry to the browser history stack. For forms that shouldn't
|
|
1653
|
+
* manipulate the browser [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1654
|
+
* stack, use {@link FetcherWithComponents.Form | `<fetcher.Form>`}.
|
|
1655
|
+
*
|
|
1656
|
+
* @example
|
|
1657
|
+
* import { Form } from "react-router";
|
|
1658
|
+
*
|
|
1659
|
+
* function NewEvent() {
|
|
1660
|
+
* return (
|
|
1661
|
+
* <Form action="/events" method="post">
|
|
1662
|
+
* <input name="title" type="text" />
|
|
1663
|
+
* <input name="description" type="text" />
|
|
1664
|
+
* </Form>
|
|
1665
|
+
* );
|
|
1666
|
+
* }
|
|
1667
|
+
*
|
|
1668
|
+
* @public
|
|
1669
|
+
* @category Components
|
|
1670
|
+
* @mode framework
|
|
1671
|
+
* @mode data
|
|
1672
|
+
* @param {FormProps.action} action n/a
|
|
1673
|
+
* @param {FormProps.discover} discover n/a
|
|
1674
|
+
* @param {FormProps.encType} encType n/a
|
|
1675
|
+
* @param {FormProps.fetcherKey} fetcherKey n/a
|
|
1676
|
+
* @param {FormProps.method} method n/a
|
|
1677
|
+
* @param {FormProps.navigate} navigate n/a
|
|
1678
|
+
* @param {FormProps.onSubmit} onSubmit n/a
|
|
1679
|
+
* @param {FormProps.preventScrollReset} preventScrollReset n/a
|
|
1680
|
+
* @param {FormProps.relative} relative n/a
|
|
1681
|
+
* @param {FormProps.reloadDocument} reloadDocument n/a
|
|
1682
|
+
* @param {FormProps.replace} replace n/a
|
|
1683
|
+
* @param {FormProps.state} state n/a
|
|
1684
|
+
* @param {FormProps.viewTransition} viewTransition n/a
|
|
1685
|
+
* @param {FormProps.unstable_defaultShouldRevalidate} unstable_defaultShouldRevalidate n/a
|
|
1686
|
+
* @returns A progressively enhanced [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) component
|
|
1687
|
+
*/
|
|
1688
|
+
declare const Form: React.ForwardRefExoticComponent<FormProps & React.RefAttributes<HTMLFormElement>>;
|
|
1689
|
+
type ScrollRestorationProps = ScriptsProps & {
|
|
1690
|
+
/**
|
|
1691
|
+
* A function that returns a key to use for scroll restoration. This is useful
|
|
1692
|
+
* for custom scroll restoration logic, such as using only the pathname so
|
|
1693
|
+
* that later navigations to prior paths will restore the scroll. Defaults to
|
|
1694
|
+
* `location.key`. See {@link GetScrollRestorationKeyFunction}.
|
|
1695
|
+
*
|
|
1696
|
+
* ```tsx
|
|
1697
|
+
* <ScrollRestoration
|
|
1698
|
+
* getKey={(location, matches) => {
|
|
1699
|
+
* // Restore based on a unique location key (default behavior)
|
|
1700
|
+
* return location.key
|
|
1701
|
+
*
|
|
1702
|
+
* // Restore based on pathname
|
|
1703
|
+
* return location.pathname
|
|
1704
|
+
* }}
|
|
1705
|
+
* />
|
|
1706
|
+
* ```
|
|
1707
|
+
*/
|
|
1708
|
+
getKey?: GetScrollRestorationKeyFunction;
|
|
1709
|
+
/**
|
|
1710
|
+
* The key to use for storing scroll positions in [`sessionStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage).
|
|
1711
|
+
* Defaults to `"react-router-scroll-positions"`.
|
|
1712
|
+
*/
|
|
1713
|
+
storageKey?: string;
|
|
1714
|
+
};
|
|
1715
|
+
/**
|
|
1716
|
+
* Emulates the browser's scroll restoration on location changes. Apps should only render one of these, right before the {@link Scripts} component.
|
|
1717
|
+
*
|
|
1718
|
+
* ```tsx
|
|
1719
|
+
* import { ScrollRestoration } from "react-router";
|
|
1720
|
+
*
|
|
1721
|
+
* export default function Root() {
|
|
1722
|
+
* return (
|
|
1723
|
+
* <html>
|
|
1724
|
+
* <body>
|
|
1725
|
+
* <ScrollRestoration />
|
|
1726
|
+
* <Scripts />
|
|
1727
|
+
* </body>
|
|
1728
|
+
* </html>
|
|
1729
|
+
* );
|
|
1730
|
+
* }
|
|
1731
|
+
* ```
|
|
1732
|
+
*
|
|
1733
|
+
* This component renders an inline `<script>` to prevent scroll flashing. The `nonce` prop will be passed down to the script tag to allow CSP nonce usage.
|
|
1734
|
+
*
|
|
1735
|
+
* ```tsx
|
|
1736
|
+
* <ScrollRestoration nonce={cspNonce} />
|
|
1737
|
+
* ```
|
|
1738
|
+
*
|
|
1739
|
+
* @public
|
|
1740
|
+
* @category Components
|
|
1741
|
+
* @mode framework
|
|
1742
|
+
* @mode data
|
|
1743
|
+
* @param props Props
|
|
1744
|
+
* @param {ScrollRestorationProps.getKey} props.getKey n/a
|
|
1745
|
+
* @param {ScriptsProps.nonce} props.nonce n/a
|
|
1746
|
+
* @param {ScrollRestorationProps.storageKey} props.storageKey n/a
|
|
1747
|
+
* @returns A [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
1748
|
+
* tag that restores scroll positions on navigation.
|
|
1749
|
+
*/
|
|
1750
|
+
declare function ScrollRestoration({ getKey, storageKey, ...props }: ScrollRestorationProps): React.JSX.Element | null;
|
|
1751
|
+
declare namespace ScrollRestoration {
|
|
1752
|
+
var displayName: string;
|
|
1753
|
+
}
|
|
1754
|
+
/**
|
|
1755
|
+
* Handles the click behavior for router {@link Link | `<Link>`} components.This
|
|
1756
|
+
* is useful if you need to create custom {@link Link | `<Link>`} components with
|
|
1757
|
+
* the same click behavior we use in our exported {@link Link | `<Link>`}.
|
|
1758
|
+
*
|
|
1759
|
+
* @public
|
|
1760
|
+
* @category Hooks
|
|
1761
|
+
* @param to The URL to navigate to, can be a string or a partial {@link Path}.
|
|
1762
|
+
* @param options Options
|
|
1763
|
+
* @param options.preventScrollReset Whether to prevent the scroll position from
|
|
1764
|
+
* being reset to the top of the viewport on completion of the navigation when
|
|
1765
|
+
* using the {@link ScrollRestoration} component. Defaults to `false`.
|
|
1766
|
+
* @param options.relative The {@link RelativeRoutingType | relative routing type}
|
|
1767
|
+
* to use for the link. Defaults to `"route"`.
|
|
1768
|
+
* @param options.replace Whether to replace the current [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1769
|
+
* entry instead of pushing a new one. Defaults to `false`.
|
|
1770
|
+
* @param options.state The state to add to the [`History`](https://developer.mozilla.org/en-US/docs/Web/API/History)
|
|
1771
|
+
* entry for this navigation. Defaults to `undefined`.
|
|
1772
|
+
* @param options.target The target attribute for the link. Defaults to `undefined`.
|
|
1773
|
+
* @param options.viewTransition Enables a [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
|
|
1774
|
+
* for this navigation. To apply specific styles during the transition, see
|
|
1775
|
+
* {@link useViewTransitionState}. Defaults to `false`.
|
|
1776
|
+
* @param options.unstable_defaultShouldRevalidate Specify the default revalidation
|
|
1777
|
+
* behavior for the navigation. Defaults to `true`.
|
|
1778
|
+
* @param options.unstable_useTransitions Wraps the navigation in
|
|
1779
|
+
* [`React.startTransition`](https://react.dev/reference/react/startTransition)
|
|
1780
|
+
* for concurrent rendering. Defaults to `false`.
|
|
1781
|
+
* @returns A click handler function that can be used in a custom {@link Link} component.
|
|
1782
|
+
*/
|
|
1783
|
+
declare function useLinkClickHandler<E extends Element = HTMLAnchorElement>(to: To, { target, replace: replaceProp, state, preventScrollReset, relative, viewTransition, unstable_defaultShouldRevalidate, unstable_useTransitions, }?: {
|
|
1784
|
+
target?: React.HTMLAttributeAnchorTarget;
|
|
1785
|
+
replace?: boolean;
|
|
1786
|
+
state?: any;
|
|
1787
|
+
preventScrollReset?: boolean;
|
|
1788
|
+
relative?: RelativeRoutingType;
|
|
1789
|
+
viewTransition?: boolean;
|
|
1790
|
+
unstable_defaultShouldRevalidate?: boolean;
|
|
1791
|
+
unstable_useTransitions?: boolean;
|
|
1792
|
+
}): (event: React.MouseEvent<E, MouseEvent>) => void;
|
|
1793
|
+
/**
|
|
1794
|
+
* Returns a tuple of the current URL's [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
|
|
1795
|
+
* and a function to update them. Setting the search params causes a navigation.
|
|
1796
|
+
*
|
|
1797
|
+
* ```tsx
|
|
1798
|
+
* import { useSearchParams } from "react-router";
|
|
1799
|
+
*
|
|
1800
|
+
* export function SomeComponent() {
|
|
1801
|
+
* const [searchParams, setSearchParams] = useSearchParams();
|
|
1802
|
+
* // ...
|
|
1803
|
+
* }
|
|
1804
|
+
* ```
|
|
1805
|
+
*
|
|
1806
|
+
* ### `setSearchParams` function
|
|
1807
|
+
*
|
|
1808
|
+
* The second element of the tuple is a function that can be used to update the
|
|
1809
|
+
* search params. It accepts the same types as `defaultInit` and will cause a
|
|
1810
|
+
* navigation to the new URL.
|
|
1811
|
+
*
|
|
1812
|
+
* ```tsx
|
|
1813
|
+
* let [searchParams, setSearchParams] = useSearchParams();
|
|
1814
|
+
*
|
|
1815
|
+
* // a search param string
|
|
1816
|
+
* setSearchParams("?tab=1");
|
|
1817
|
+
*
|
|
1818
|
+
* // a shorthand object
|
|
1819
|
+
* setSearchParams({ tab: "1" });
|
|
1820
|
+
*
|
|
1821
|
+
* // object keys can be arrays for multiple values on the key
|
|
1822
|
+
* setSearchParams({ brand: ["nike", "reebok"] });
|
|
1823
|
+
*
|
|
1824
|
+
* // an array of tuples
|
|
1825
|
+
* setSearchParams([["tab", "1"]]);
|
|
1826
|
+
*
|
|
1827
|
+
* // a `URLSearchParams` object
|
|
1828
|
+
* setSearchParams(new URLSearchParams("?tab=1"));
|
|
1829
|
+
* ```
|
|
1830
|
+
*
|
|
1831
|
+
* It also supports a function callback like React's
|
|
1832
|
+
* [`setState`](https://react.dev/reference/react/useState#setstate):
|
|
1833
|
+
*
|
|
1834
|
+
* ```tsx
|
|
1835
|
+
* setSearchParams((searchParams) => {
|
|
1836
|
+
* searchParams.set("tab", "2");
|
|
1837
|
+
* return searchParams;
|
|
1838
|
+
* });
|
|
1839
|
+
* ```
|
|
1840
|
+
*
|
|
1841
|
+
* <docs-warning>The function callback version of `setSearchParams` does not support
|
|
1842
|
+
* the [queueing](https://react.dev/reference/react/useState#setstate-parameters)
|
|
1843
|
+
* logic that React's `setState` implements. Multiple calls to `setSearchParams`
|
|
1844
|
+
* in the same tick will not build on the prior value. If you need this behavior,
|
|
1845
|
+
* you can use `setState` manually.</docs-warning>
|
|
1846
|
+
*
|
|
1847
|
+
* ### Notes
|
|
1848
|
+
*
|
|
1849
|
+
* Note that `searchParams` is a stable reference, so you can reliably use it
|
|
1850
|
+
* as a dependency in React's [`useEffect`](https://react.dev/reference/react/useEffect)
|
|
1851
|
+
* hooks.
|
|
1852
|
+
*
|
|
1853
|
+
* ```tsx
|
|
1854
|
+
* useEffect(() => {
|
|
1855
|
+
* console.log(searchParams.get("tab"));
|
|
1856
|
+
* }, [searchParams]);
|
|
1857
|
+
* ```
|
|
1858
|
+
*
|
|
1859
|
+
* However, this also means it's mutable. If you change the object without
|
|
1860
|
+
* calling `setSearchParams`, its values will change between renders if some
|
|
1861
|
+
* other state causes the component to re-render and URL will not reflect the
|
|
1862
|
+
* values.
|
|
1863
|
+
*
|
|
1864
|
+
* @public
|
|
1865
|
+
* @category Hooks
|
|
1866
|
+
* @param defaultInit
|
|
1867
|
+
* You can initialize the search params with a default value, though it **will
|
|
1868
|
+
* not** change the URL on the first render.
|
|
1869
|
+
*
|
|
1870
|
+
* ```tsx
|
|
1871
|
+
* // a search param string
|
|
1872
|
+
* useSearchParams("?tab=1");
|
|
1873
|
+
*
|
|
1874
|
+
* // a shorthand object
|
|
1875
|
+
* useSearchParams({ tab: "1" });
|
|
1876
|
+
*
|
|
1877
|
+
* // object keys can be arrays for multiple values on the key
|
|
1878
|
+
* useSearchParams({ brand: ["nike", "reebok"] });
|
|
1879
|
+
*
|
|
1880
|
+
* // an array of tuples
|
|
1881
|
+
* useSearchParams([["tab", "1"]]);
|
|
1882
|
+
*
|
|
1883
|
+
* // a `URLSearchParams` object
|
|
1884
|
+
* useSearchParams(new URLSearchParams("?tab=1"));
|
|
1885
|
+
* ```
|
|
1886
|
+
* @returns A tuple of the current [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams)
|
|
1887
|
+
* and a function to update them.
|
|
1888
|
+
*/
|
|
1889
|
+
declare function useSearchParams(defaultInit?: URLSearchParamsInit): [URLSearchParams, SetURLSearchParams];
|
|
1890
|
+
/**
|
|
1891
|
+
* Sets new search params and causes a navigation when called.
|
|
1892
|
+
*
|
|
1893
|
+
* ```tsx
|
|
1894
|
+
* <button
|
|
1895
|
+
* onClick={() => {
|
|
1896
|
+
* const params = new URLSearchParams();
|
|
1897
|
+
* params.set("someKey", "someValue");
|
|
1898
|
+
* setSearchParams(params, {
|
|
1899
|
+
* preventScrollReset: true,
|
|
1900
|
+
* });
|
|
1901
|
+
* }}
|
|
1902
|
+
* />
|
|
1903
|
+
* ```
|
|
1904
|
+
*
|
|
1905
|
+
* It also supports a function for setting new search params.
|
|
1906
|
+
*
|
|
1907
|
+
* ```tsx
|
|
1908
|
+
* <button
|
|
1909
|
+
* onClick={() => {
|
|
1910
|
+
* setSearchParams((prev) => {
|
|
1911
|
+
* prev.set("someKey", "someValue");
|
|
1912
|
+
* return prev;
|
|
1913
|
+
* });
|
|
1914
|
+
* }}
|
|
1915
|
+
* />
|
|
1916
|
+
* ```
|
|
1917
|
+
*/
|
|
1918
|
+
type SetURLSearchParams = (nextInit?: URLSearchParamsInit | ((prev: URLSearchParams) => URLSearchParamsInit), navigateOpts?: NavigateOptions) => void;
|
|
1919
|
+
/**
|
|
1920
|
+
* Submits a HTML [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form)
|
|
1921
|
+
* to the server without reloading the page.
|
|
1922
|
+
*/
|
|
1923
|
+
interface SubmitFunction {
|
|
1924
|
+
(
|
|
1925
|
+
/**
|
|
1926
|
+
* Can be multiple types of elements and objects
|
|
1927
|
+
*
|
|
1928
|
+
* **[`HTMLFormElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement)**
|
|
1929
|
+
*
|
|
1930
|
+
* ```tsx
|
|
1931
|
+
* <Form
|
|
1932
|
+
* onSubmit={(event) => {
|
|
1933
|
+
* submit(event.currentTarget);
|
|
1934
|
+
* }}
|
|
1935
|
+
* />
|
|
1936
|
+
* ```
|
|
1937
|
+
*
|
|
1938
|
+
* **[`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)**
|
|
1939
|
+
*
|
|
1940
|
+
* ```tsx
|
|
1941
|
+
* const formData = new FormData();
|
|
1942
|
+
* formData.append("myKey", "myValue");
|
|
1943
|
+
* submit(formData, { method: "post" });
|
|
1944
|
+
* ```
|
|
1945
|
+
*
|
|
1946
|
+
* **Plain object that will be serialized as [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)**
|
|
1947
|
+
*
|
|
1948
|
+
* ```tsx
|
|
1949
|
+
* submit({ myKey: "myValue" }, { method: "post" });
|
|
1950
|
+
* ```
|
|
1951
|
+
*
|
|
1952
|
+
* **Plain object that will be serialized as JSON**
|
|
1953
|
+
*
|
|
1954
|
+
* ```tsx
|
|
1955
|
+
* submit(
|
|
1956
|
+
* { myKey: "myValue" },
|
|
1957
|
+
* { method: "post", encType: "application/json" }
|
|
1958
|
+
* );
|
|
1959
|
+
* ```
|
|
1960
|
+
*/
|
|
1961
|
+
target: SubmitTarget,
|
|
1962
|
+
/**
|
|
1963
|
+
* Options that override the [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form)'s
|
|
1964
|
+
* own attributes. Required when submitting arbitrary data without a backing
|
|
1965
|
+
* [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form).
|
|
1966
|
+
*/
|
|
1967
|
+
options?: SubmitOptions): Promise<void>;
|
|
1968
|
+
}
|
|
1969
|
+
/**
|
|
1970
|
+
* Submits a fetcher [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) to the server without reloading the page.
|
|
1971
|
+
*/
|
|
1972
|
+
interface FetcherSubmitFunction {
|
|
1973
|
+
(
|
|
1974
|
+
/**
|
|
1975
|
+
* Can be multiple types of elements and objects
|
|
1976
|
+
*
|
|
1977
|
+
* **[`HTMLFormElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement)**
|
|
1978
|
+
*
|
|
1979
|
+
* ```tsx
|
|
1980
|
+
* <fetcher.Form
|
|
1981
|
+
* onSubmit={(event) => {
|
|
1982
|
+
* fetcher.submit(event.currentTarget);
|
|
1983
|
+
* }}
|
|
1984
|
+
* />
|
|
1985
|
+
* ```
|
|
1986
|
+
*
|
|
1987
|
+
* **[`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)**
|
|
1988
|
+
*
|
|
1989
|
+
* ```tsx
|
|
1990
|
+
* const formData = new FormData();
|
|
1991
|
+
* formData.append("myKey", "myValue");
|
|
1992
|
+
* fetcher.submit(formData, { method: "post" });
|
|
1993
|
+
* ```
|
|
1994
|
+
*
|
|
1995
|
+
* **Plain object that will be serialized as [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)**
|
|
1996
|
+
*
|
|
1997
|
+
* ```tsx
|
|
1998
|
+
* fetcher.submit({ myKey: "myValue" }, { method: "post" });
|
|
1999
|
+
* ```
|
|
2000
|
+
*
|
|
2001
|
+
* **Plain object that will be serialized as JSON**
|
|
2002
|
+
*
|
|
2003
|
+
* ```tsx
|
|
2004
|
+
* fetcher.submit(
|
|
2005
|
+
* { myKey: "myValue" },
|
|
2006
|
+
* { method: "post", encType: "application/json" }
|
|
2007
|
+
* );
|
|
2008
|
+
* ```
|
|
2009
|
+
*/
|
|
2010
|
+
target: SubmitTarget, options?: FetcherSubmitOptions): Promise<void>;
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* The imperative version of {@link Form | `<Form>`} that lets you submit a form
|
|
2014
|
+
* from code instead of a user interaction.
|
|
2015
|
+
*
|
|
2016
|
+
* @example
|
|
2017
|
+
* import { useSubmit } from "react-router";
|
|
2018
|
+
*
|
|
2019
|
+
* function SomeComponent() {
|
|
2020
|
+
* const submit = useSubmit();
|
|
2021
|
+
* return (
|
|
2022
|
+
* <Form onChange={(event) => submit(event.currentTarget)} />
|
|
2023
|
+
* );
|
|
2024
|
+
* }
|
|
2025
|
+
*
|
|
2026
|
+
* @public
|
|
2027
|
+
* @category Hooks
|
|
2028
|
+
* @mode framework
|
|
2029
|
+
* @mode data
|
|
2030
|
+
* @returns A function that can be called to submit a {@link Form} imperatively.
|
|
2031
|
+
*/
|
|
2032
|
+
declare function useSubmit(): SubmitFunction;
|
|
2033
|
+
/**
|
|
2034
|
+
* Resolves the URL to the closest route in the component hierarchy instead of
|
|
2035
|
+
* the current URL of the app.
|
|
2036
|
+
*
|
|
2037
|
+
* This is used internally by {@link Form} to resolve the `action` to the closest
|
|
2038
|
+
* route, but can be used generically as well.
|
|
2039
|
+
*
|
|
2040
|
+
* @example
|
|
2041
|
+
* import { useFormAction } from "react-router";
|
|
2042
|
+
*
|
|
2043
|
+
* function SomeComponent() {
|
|
2044
|
+
* // closest route URL
|
|
2045
|
+
* let action = useFormAction();
|
|
2046
|
+
*
|
|
2047
|
+
* // closest route URL + "destroy"
|
|
2048
|
+
* let destroyAction = useFormAction("destroy");
|
|
2049
|
+
* }
|
|
2050
|
+
*
|
|
2051
|
+
* @public
|
|
2052
|
+
* @category Hooks
|
|
2053
|
+
* @mode framework
|
|
2054
|
+
* @mode data
|
|
2055
|
+
* @param action The action to append to the closest route URL. Defaults to the
|
|
2056
|
+
* closest route URL.
|
|
2057
|
+
* @param options Options
|
|
2058
|
+
* @param options.relative The relative routing type to use when resolving the
|
|
2059
|
+
* action. Defaults to `"route"`.
|
|
2060
|
+
* @returns The resolved action URL.
|
|
2061
|
+
*/
|
|
2062
|
+
declare function useFormAction(action?: string, { relative }?: {
|
|
2063
|
+
relative?: RelativeRoutingType;
|
|
2064
|
+
}): string;
|
|
2065
|
+
/**
|
|
2066
|
+
* The return value {@link useFetcher} that keeps track of the state of a fetcher.
|
|
2067
|
+
*
|
|
2068
|
+
* ```tsx
|
|
2069
|
+
* let fetcher = useFetcher();
|
|
2070
|
+
* ```
|
|
2071
|
+
*/
|
|
2072
|
+
type FetcherWithComponents<TData> = Fetcher<TData> & {
|
|
2073
|
+
/**
|
|
2074
|
+
* Just like {@link Form} except it doesn't cause a navigation.
|
|
2075
|
+
*
|
|
2076
|
+
* ```tsx
|
|
2077
|
+
* function SomeComponent() {
|
|
2078
|
+
* const fetcher = useFetcher()
|
|
2079
|
+
* return (
|
|
2080
|
+
* <fetcher.Form method="post" action="/some/route">
|
|
2081
|
+
* <input type="text" />
|
|
2082
|
+
* </fetcher.Form>
|
|
2083
|
+
* )
|
|
2084
|
+
* }
|
|
2085
|
+
* ```
|
|
2086
|
+
*/
|
|
2087
|
+
Form: React.ForwardRefExoticComponent<FetcherFormProps & React.RefAttributes<HTMLFormElement>>;
|
|
2088
|
+
/**
|
|
2089
|
+
* Loads data from a route. Useful for loading data imperatively inside user
|
|
2090
|
+
* events outside a normal button or form, like a combobox or search input.
|
|
2091
|
+
*
|
|
2092
|
+
* ```tsx
|
|
2093
|
+
* let fetcher = useFetcher()
|
|
2094
|
+
*
|
|
2095
|
+
* <input onChange={e => {
|
|
2096
|
+
* fetcher.load(`/search?q=${e.target.value}`)
|
|
2097
|
+
* }} />
|
|
2098
|
+
* ```
|
|
2099
|
+
*/
|
|
2100
|
+
load: (href: string, opts?: {
|
|
2101
|
+
/**
|
|
2102
|
+
* Wraps the initial state update for this `fetcher.load` in a
|
|
2103
|
+
* [`ReactDOM.flushSync`](https://react.dev/reference/react-dom/flushSync)
|
|
2104
|
+
* call instead of the default [`React.startTransition`](https://react.dev/reference/react/startTransition).
|
|
2105
|
+
* This allows you to perform synchronous DOM actions immediately after the
|
|
2106
|
+
* update is flushed to the DOM.
|
|
2107
|
+
*/
|
|
2108
|
+
flushSync?: boolean;
|
|
2109
|
+
}) => Promise<void>;
|
|
2110
|
+
/**
|
|
2111
|
+
* Reset a fetcher back to an empty/idle state.
|
|
2112
|
+
*
|
|
2113
|
+
* If the fetcher is currently in-flight, the
|
|
2114
|
+
* [`AbortController`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController)
|
|
2115
|
+
* will be aborted with the `reason`, if provided.
|
|
2116
|
+
*
|
|
2117
|
+
* @param reason Optional `reason` to provide to [`AbortController.abort()`](https://developer.mozilla.org/en-US/docs/Web/API/AbortController/abort)
|
|
2118
|
+
* @returns void
|
|
2119
|
+
*/
|
|
2120
|
+
reset: (opts?: {
|
|
2121
|
+
reason?: unknown;
|
|
2122
|
+
}) => void;
|
|
2123
|
+
/**
|
|
2124
|
+
* Submits form data to a route. While multiple nested routes can match a URL, only the leaf route will be called.
|
|
2125
|
+
*
|
|
2126
|
+
* The `formData` can be multiple types:
|
|
2127
|
+
*
|
|
2128
|
+
* - [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)
|
|
2129
|
+
* A `FormData` instance.
|
|
2130
|
+
* - [`HTMLFormElement`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement)
|
|
2131
|
+
* A [`<form>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form) DOM element.
|
|
2132
|
+
* - `Object`
|
|
2133
|
+
* An object of key/value-pairs that will be converted to a [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData)
|
|
2134
|
+
* instance by default. You can pass a more complex object and serialize it
|
|
2135
|
+
* as JSON by specifying `encType: "application/json"`. See
|
|
2136
|
+
* {@link useSubmit} for more details.
|
|
2137
|
+
*
|
|
2138
|
+
* If the method is `GET`, then the route [`loader`](../../start/framework/route-module#loader)
|
|
2139
|
+
* is being called and with the `formData` serialized to the url as [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams).
|
|
2140
|
+
* If `DELETE`, `PATCH`, `POST`, or `PUT`, then the route [`action`](../../start/framework/route-module#action)
|
|
2141
|
+
* is being called with `formData` as the body.
|
|
2142
|
+
*
|
|
2143
|
+
* ```tsx
|
|
2144
|
+
* // Submit a FormData instance (GET request)
|
|
2145
|
+
* const formData = new FormData();
|
|
2146
|
+
* fetcher.submit(formData);
|
|
2147
|
+
*
|
|
2148
|
+
* // Submit the HTML form element
|
|
2149
|
+
* fetcher.submit(event.currentTarget.form, {
|
|
2150
|
+
* method: "POST",
|
|
2151
|
+
* });
|
|
2152
|
+
*
|
|
2153
|
+
* // Submit key/value JSON as a FormData instance
|
|
2154
|
+
* fetcher.submit(
|
|
2155
|
+
* { serialized: "values" },
|
|
2156
|
+
* { method: "POST" }
|
|
2157
|
+
* );
|
|
2158
|
+
*
|
|
2159
|
+
* // Submit raw JSON
|
|
2160
|
+
* fetcher.submit(
|
|
2161
|
+
* {
|
|
2162
|
+
* deeply: {
|
|
2163
|
+
* nested: {
|
|
2164
|
+
* json: "values",
|
|
2165
|
+
* },
|
|
2166
|
+
* },
|
|
2167
|
+
* },
|
|
2168
|
+
* {
|
|
2169
|
+
* method: "POST",
|
|
2170
|
+
* encType: "application/json",
|
|
2171
|
+
* }
|
|
2172
|
+
* );
|
|
2173
|
+
* ```
|
|
2174
|
+
*/
|
|
2175
|
+
submit: FetcherSubmitFunction;
|
|
2176
|
+
};
|
|
2177
|
+
/**
|
|
2178
|
+
* Useful for creating complex, dynamic user interfaces that require multiple,
|
|
2179
|
+
* concurrent data interactions without causing a navigation.
|
|
2180
|
+
*
|
|
2181
|
+
* Fetchers track their own, independent state and can be used to load data, submit
|
|
2182
|
+
* forms, and generally interact with [`action`](../../start/framework/route-module#action)
|
|
2183
|
+
* and [`loader`](../../start/framework/route-module#loader) functions.
|
|
2184
|
+
*
|
|
2185
|
+
* @example
|
|
2186
|
+
* import { useFetcher } from "react-router"
|
|
2187
|
+
*
|
|
2188
|
+
* function SomeComponent() {
|
|
2189
|
+
* let fetcher = useFetcher()
|
|
2190
|
+
*
|
|
2191
|
+
* // states are available on the fetcher
|
|
2192
|
+
* fetcher.state // "idle" | "loading" | "submitting"
|
|
2193
|
+
* fetcher.data // the data returned from the action or loader
|
|
2194
|
+
*
|
|
2195
|
+
* // render a form
|
|
2196
|
+
* <fetcher.Form method="post" />
|
|
2197
|
+
*
|
|
2198
|
+
* // load data
|
|
2199
|
+
* fetcher.load("/some/route")
|
|
2200
|
+
*
|
|
2201
|
+
* // submit data
|
|
2202
|
+
* fetcher.submit(someFormRef, { method: "post" })
|
|
2203
|
+
* fetcher.submit(someData, {
|
|
2204
|
+
* method: "post",
|
|
2205
|
+
* encType: "application/json"
|
|
2206
|
+
* })
|
|
2207
|
+
*
|
|
2208
|
+
* // reset fetcher
|
|
2209
|
+
* fetcher.reset()
|
|
2210
|
+
* }
|
|
2211
|
+
*
|
|
2212
|
+
* @public
|
|
2213
|
+
* @category Hooks
|
|
2214
|
+
* @mode framework
|
|
2215
|
+
* @mode data
|
|
2216
|
+
* @param options Options
|
|
2217
|
+
* @param options.key A unique key to identify the fetcher.
|
|
2218
|
+
*
|
|
2219
|
+
*
|
|
2220
|
+
* By default, `useFetcher` generates a unique fetcher scoped to that component.
|
|
2221
|
+
* If you want to identify a fetcher with your own key such that you can access
|
|
2222
|
+
* it from elsewhere in your app, you can do that with the `key` option:
|
|
2223
|
+
*
|
|
2224
|
+
* ```tsx
|
|
2225
|
+
* function SomeComp() {
|
|
2226
|
+
* let fetcher = useFetcher({ key: "my-key" })
|
|
2227
|
+
* // ...
|
|
2228
|
+
* }
|
|
2229
|
+
*
|
|
2230
|
+
* // Somewhere else
|
|
2231
|
+
* function AnotherComp() {
|
|
2232
|
+
* // this will be the same fetcher, sharing the state across the app
|
|
2233
|
+
* let fetcher = useFetcher({ key: "my-key" });
|
|
2234
|
+
* // ...
|
|
2235
|
+
* }
|
|
2236
|
+
* ```
|
|
2237
|
+
* @returns A {@link FetcherWithComponents} object that contains the fetcher's state, data, and components for submitting forms and loading data.
|
|
2238
|
+
*/
|
|
2239
|
+
declare function useFetcher<T = any>({ key, }?: {
|
|
2240
|
+
key?: string;
|
|
2241
|
+
}): FetcherWithComponents<SerializeFrom<T>>;
|
|
2242
|
+
/**
|
|
2243
|
+
* Returns an array of all in-flight {@link Fetcher}s. This is useful for components
|
|
2244
|
+
* throughout the app that didn't create the fetchers but want to use their submissions
|
|
2245
|
+
* to participate in optimistic UI.
|
|
2246
|
+
*
|
|
2247
|
+
* @example
|
|
2248
|
+
* import { useFetchers } from "react-router";
|
|
2249
|
+
*
|
|
2250
|
+
* function SomeComponent() {
|
|
2251
|
+
* const fetchers = useFetchers();
|
|
2252
|
+
* fetchers[0].formData; // FormData
|
|
2253
|
+
* fetchers[0].state; // etc.
|
|
2254
|
+
* // ...
|
|
2255
|
+
* }
|
|
2256
|
+
*
|
|
2257
|
+
* @public
|
|
2258
|
+
* @category Hooks
|
|
2259
|
+
* @mode framework
|
|
2260
|
+
* @mode data
|
|
2261
|
+
* @returns An array of all in-flight {@link Fetcher}s, each with a unique `key`
|
|
2262
|
+
* property.
|
|
2263
|
+
*/
|
|
2264
|
+
declare function useFetchers(): (Fetcher & {
|
|
2265
|
+
key: string;
|
|
2266
|
+
})[];
|
|
2267
|
+
/**
|
|
2268
|
+
* When rendered inside a {@link RouterProvider}, will restore scroll positions
|
|
2269
|
+
* on navigations
|
|
2270
|
+
*
|
|
2271
|
+
* <!--
|
|
2272
|
+
* Not marked `@public` because we only export as UNSAFE_ and therefore we don't
|
|
2273
|
+
* maintain an .md file for this hook
|
|
2274
|
+
* -->
|
|
2275
|
+
*
|
|
2276
|
+
* @name UNSAFE_useScrollRestoration
|
|
2277
|
+
* @category Hooks
|
|
2278
|
+
* @mode framework
|
|
2279
|
+
* @mode data
|
|
2280
|
+
* @param options Options
|
|
2281
|
+
* @param options.getKey A function that returns a key to use for scroll restoration.
|
|
2282
|
+
* This is useful for custom scroll restoration logic, such as using only the pathname
|
|
2283
|
+
* so that subsequent navigations to prior paths will restore the scroll. Defaults
|
|
2284
|
+
* to `location.key`.
|
|
2285
|
+
* @param options.storageKey The key to use for storing scroll positions in
|
|
2286
|
+
* `sessionStorage`. Defaults to `"react-router-scroll-positions"`.
|
|
2287
|
+
* @returns {void}
|
|
2288
|
+
*/
|
|
2289
|
+
declare function useScrollRestoration({ getKey, storageKey, }?: {
|
|
2290
|
+
getKey?: GetScrollRestorationKeyFunction;
|
|
2291
|
+
storageKey?: string;
|
|
2292
|
+
}): void;
|
|
2293
|
+
/**
|
|
2294
|
+
* Set up a callback to be fired on [Window's `beforeunload` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event).
|
|
2295
|
+
*
|
|
2296
|
+
* @public
|
|
2297
|
+
* @category Hooks
|
|
2298
|
+
* @param callback The callback to be called when the [`beforeunload` event](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event)
|
|
2299
|
+
* is fired.
|
|
2300
|
+
* @param options Options
|
|
2301
|
+
* @param options.capture If `true`, the event will be captured during the capture
|
|
2302
|
+
* phase. Defaults to `false`.
|
|
2303
|
+
* @returns {void}
|
|
2304
|
+
*/
|
|
2305
|
+
declare function useBeforeUnload(callback: (event: BeforeUnloadEvent) => any, options?: {
|
|
2306
|
+
capture?: boolean;
|
|
2307
|
+
}): void;
|
|
2308
|
+
/**
|
|
2309
|
+
* Wrapper around {@link useBlocker} to show a [`window.confirm`](https://developer.mozilla.org/en-US/docs/Web/API/Window/confirm)
|
|
2310
|
+
* prompt to users instead of building a custom UI with {@link useBlocker}.
|
|
2311
|
+
*
|
|
2312
|
+
* The `unstable_` flag will not be removed because this technique has a lot of
|
|
2313
|
+
* rough edges and behaves very differently (and incorrectly sometimes) across
|
|
2314
|
+
* browsers if users click addition back/forward navigations while the
|
|
2315
|
+
* confirmation is open. Use at your own risk.
|
|
2316
|
+
*
|
|
2317
|
+
* @example
|
|
2318
|
+
* function ImportantForm() {
|
|
2319
|
+
* let [value, setValue] = React.useState("");
|
|
2320
|
+
*
|
|
2321
|
+
* // Block navigating elsewhere when data has been entered into the input
|
|
2322
|
+
* unstable_usePrompt({
|
|
2323
|
+
* message: "Are you sure?",
|
|
2324
|
+
* when: ({ currentLocation, nextLocation }) =>
|
|
2325
|
+
* value !== "" &&
|
|
2326
|
+
* currentLocation.pathname !== nextLocation.pathname,
|
|
2327
|
+
* });
|
|
2328
|
+
*
|
|
2329
|
+
* return (
|
|
2330
|
+
* <Form method="post">
|
|
2331
|
+
* <label>
|
|
2332
|
+
* Enter some important data:
|
|
2333
|
+
* <input
|
|
2334
|
+
* name="data"
|
|
2335
|
+
* value={value}
|
|
2336
|
+
* onChange={(e) => setValue(e.target.value)}
|
|
2337
|
+
* />
|
|
2338
|
+
* </label>
|
|
2339
|
+
* <button type="submit">Save</button>
|
|
2340
|
+
* </Form>
|
|
2341
|
+
* );
|
|
2342
|
+
* }
|
|
2343
|
+
*
|
|
2344
|
+
* @name unstable_usePrompt
|
|
2345
|
+
* @public
|
|
2346
|
+
* @category Hooks
|
|
2347
|
+
* @mode framework
|
|
2348
|
+
* @mode data
|
|
2349
|
+
* @param options Options
|
|
2350
|
+
* @param options.message The message to show in the confirmation dialog.
|
|
2351
|
+
* @param options.when A boolean or a function that returns a boolean indicating
|
|
2352
|
+
* whether to block the navigation. If a function is provided, it will receive an
|
|
2353
|
+
* object with `currentLocation` and `nextLocation` properties.
|
|
2354
|
+
* @returns {void}
|
|
2355
|
+
*/
|
|
2356
|
+
declare function usePrompt({ when, message, }: {
|
|
2357
|
+
when: boolean | BlockerFunction;
|
|
2358
|
+
message: string;
|
|
2359
|
+
}): void;
|
|
2360
|
+
/**
|
|
2361
|
+
* This hook returns `true` when there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
|
|
2362
|
+
* to the specified location. This can be used to apply finer-grained styles to
|
|
2363
|
+
* elements to further customize the view transition. This requires that view
|
|
2364
|
+
* transitions have been enabled for the given navigation via {@link LinkProps.viewTransition}
|
|
2365
|
+
* (or the `Form`, `submit`, or `navigate` call)
|
|
2366
|
+
*
|
|
2367
|
+
* @public
|
|
2368
|
+
* @category Hooks
|
|
2369
|
+
* @mode framework
|
|
2370
|
+
* @mode data
|
|
2371
|
+
* @param to The {@link To} location to check for an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API).
|
|
2372
|
+
* @param options Options
|
|
2373
|
+
* @param options.relative The relative routing type to use when resolving the
|
|
2374
|
+
* `to` location, defaults to `"route"`. See {@link RelativeRoutingType} for
|
|
2375
|
+
* more details.
|
|
2376
|
+
* @returns `true` if there is an active [View Transition](https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API)
|
|
2377
|
+
* to the specified {@link Location}, otherwise `false`.
|
|
2378
|
+
*/
|
|
2379
|
+
declare function useViewTransitionState(to: To, { relative }?: {
|
|
2380
|
+
relative?: RelativeRoutingType;
|
|
2381
|
+
}): boolean;
|
|
2382
|
+
|
|
2383
|
+
/**
|
|
2384
|
+
* @category Types
|
|
2385
|
+
*/
|
|
2386
|
+
interface StaticRouterProps {
|
|
2387
|
+
/**
|
|
2388
|
+
* The base URL for the static router (default: `/`)
|
|
2389
|
+
*/
|
|
2390
|
+
basename?: string;
|
|
2391
|
+
/**
|
|
2392
|
+
* The child elements to render inside the static router
|
|
2393
|
+
*/
|
|
2394
|
+
children?: React.ReactNode;
|
|
2395
|
+
/**
|
|
2396
|
+
* The {@link Location} to render the static router at (default: `/`)
|
|
2397
|
+
*/
|
|
2398
|
+
location: Partial<Location> | string;
|
|
2399
|
+
}
|
|
2400
|
+
/**
|
|
2401
|
+
* A {@link Router | `<Router>`} that may not navigate to any other {@link Location}.
|
|
2402
|
+
* This is useful on the server where there is no stateful UI.
|
|
2403
|
+
*
|
|
2404
|
+
* @public
|
|
2405
|
+
* @category Declarative Routers
|
|
2406
|
+
* @mode declarative
|
|
2407
|
+
* @param props Props
|
|
2408
|
+
* @param {StaticRouterProps.basename} props.basename n/a
|
|
2409
|
+
* @param {StaticRouterProps.children} props.children n/a
|
|
2410
|
+
* @param {StaticRouterProps.location} props.location n/a
|
|
2411
|
+
* @returns A React element that renders the static {@link Router | `<Router>`}
|
|
2412
|
+
*/
|
|
2413
|
+
declare function StaticRouter({ basename, children, location: locationProp, }: StaticRouterProps): React.JSX.Element;
|
|
2414
|
+
/**
|
|
2415
|
+
* @category Types
|
|
2416
|
+
*/
|
|
2417
|
+
interface StaticRouterProviderProps {
|
|
2418
|
+
/**
|
|
2419
|
+
* The {@link StaticHandlerContext} returned from {@link StaticHandler}'s
|
|
2420
|
+
* `query`
|
|
2421
|
+
*/
|
|
2422
|
+
context: StaticHandlerContext;
|
|
2423
|
+
/**
|
|
2424
|
+
* The static {@link DataRouter} from {@link createStaticRouter}
|
|
2425
|
+
*/
|
|
2426
|
+
router: Router;
|
|
2427
|
+
/**
|
|
2428
|
+
* Whether to hydrate the router on the client (default `true`)
|
|
2429
|
+
*/
|
|
2430
|
+
hydrate?: boolean;
|
|
2431
|
+
/**
|
|
2432
|
+
* The [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
|
|
2433
|
+
* to use for the hydration [`<script>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)
|
|
2434
|
+
* tag
|
|
2435
|
+
*/
|
|
2436
|
+
nonce?: string;
|
|
2437
|
+
}
|
|
2438
|
+
/**
|
|
2439
|
+
* A {@link DataRouter} that may not navigate to any other {@link Location}.
|
|
2440
|
+
* This is useful on the server where there is no stateful UI.
|
|
2441
|
+
*
|
|
2442
|
+
* @example
|
|
2443
|
+
* export async function handleRequest(request: Request) {
|
|
2444
|
+
* let { query, dataRoutes } = createStaticHandler(routes);
|
|
2445
|
+
* let context = await query(request));
|
|
2446
|
+
*
|
|
2447
|
+
* if (context instanceof Response) {
|
|
2448
|
+
* return context;
|
|
2449
|
+
* }
|
|
2450
|
+
*
|
|
2451
|
+
* let router = createStaticRouter(dataRoutes, context);
|
|
2452
|
+
* return new Response(
|
|
2453
|
+
* ReactDOMServer.renderToString(<StaticRouterProvider ... />),
|
|
2454
|
+
* { headers: { "Content-Type": "text/html" } }
|
|
2455
|
+
* );
|
|
2456
|
+
* }
|
|
2457
|
+
*
|
|
2458
|
+
* @public
|
|
2459
|
+
* @category Data Routers
|
|
2460
|
+
* @mode data
|
|
2461
|
+
* @param props Props
|
|
2462
|
+
* @param {StaticRouterProviderProps.context} props.context n/a
|
|
2463
|
+
* @param {StaticRouterProviderProps.hydrate} props.hydrate n/a
|
|
2464
|
+
* @param {StaticRouterProviderProps.nonce} props.nonce n/a
|
|
2465
|
+
* @param {StaticRouterProviderProps.router} props.router n/a
|
|
2466
|
+
* @returns A React element that renders the static router provider
|
|
2467
|
+
*/
|
|
2468
|
+
declare function StaticRouterProvider({ context, router, hydrate, nonce, }: StaticRouterProviderProps): React.JSX.Element;
|
|
2469
|
+
type CreateStaticHandlerOptions = Omit<CreateStaticHandlerOptions$1, "mapRouteProperties">;
|
|
2470
|
+
/**
|
|
2471
|
+
* Create a static handler to perform server-side data loading
|
|
2472
|
+
*
|
|
2473
|
+
* @example
|
|
2474
|
+
* export async function handleRequest(request: Request) {
|
|
2475
|
+
* let { query, dataRoutes } = createStaticHandler(routes);
|
|
2476
|
+
* let context = await query(request);
|
|
2477
|
+
*
|
|
2478
|
+
* if (context instanceof Response) {
|
|
2479
|
+
* return context;
|
|
2480
|
+
* }
|
|
2481
|
+
*
|
|
2482
|
+
* let router = createStaticRouter(dataRoutes, context);
|
|
2483
|
+
* return new Response(
|
|
2484
|
+
* ReactDOMServer.renderToString(<StaticRouterProvider ... />),
|
|
2485
|
+
* { headers: { "Content-Type": "text/html" } }
|
|
2486
|
+
* );
|
|
2487
|
+
* }
|
|
2488
|
+
*
|
|
2489
|
+
* @public
|
|
2490
|
+
* @category Data Routers
|
|
2491
|
+
* @mode data
|
|
2492
|
+
* @param routes The {@link RouteObject | route objects} to create a static
|
|
2493
|
+
* handler for
|
|
2494
|
+
* @param opts Options
|
|
2495
|
+
* @param opts.basename The base URL for the static handler (default: `/`)
|
|
2496
|
+
* @param opts.future Future flags for the static handler
|
|
2497
|
+
* @returns A static handler that can be used to query data for the provided
|
|
2498
|
+
* routes
|
|
2499
|
+
*/
|
|
2500
|
+
declare function createStaticHandler(routes: RouteObject[], opts?: CreateStaticHandlerOptions): StaticHandler;
|
|
2501
|
+
/**
|
|
2502
|
+
* Create a static {@link DataRouter} for server-side rendering
|
|
2503
|
+
*
|
|
2504
|
+
* @example
|
|
2505
|
+
* export async function handleRequest(request: Request) {
|
|
2506
|
+
* let { query, dataRoutes } = createStaticHandler(routes);
|
|
2507
|
+
* let context = await query(request);
|
|
2508
|
+
*
|
|
2509
|
+
* if (context instanceof Response) {
|
|
2510
|
+
* return context;
|
|
2511
|
+
* }
|
|
2512
|
+
*
|
|
2513
|
+
* let router = createStaticRouter(dataRoutes, context);
|
|
2514
|
+
* return new Response(
|
|
2515
|
+
* ReactDOMServer.renderToString(<StaticRouterProvider ... />),
|
|
2516
|
+
* { headers: { "Content-Type": "text/html" } }
|
|
2517
|
+
* );
|
|
2518
|
+
* }
|
|
2519
|
+
*
|
|
2520
|
+
* @public
|
|
2521
|
+
* @category Data Routers
|
|
2522
|
+
* @mode data
|
|
2523
|
+
* @param routes The route objects to create a static {@link DataRouter} for
|
|
2524
|
+
* @param context The {@link StaticHandlerContext} returned from {@link StaticHandler}'s
|
|
2525
|
+
* `query`
|
|
2526
|
+
* @param opts Options
|
|
2527
|
+
* @param opts.future Future flags for the static {@link DataRouter}
|
|
2528
|
+
* @returns A static {@link DataRouter} that can be used to render the provided routes
|
|
2529
|
+
*/
|
|
2530
|
+
declare function createStaticRouter(routes: RouteObject[], context: StaticHandlerContext, opts?: {
|
|
2531
|
+
future?: Partial<FutureConfig$1>;
|
|
2532
|
+
}): Router;
|
|
2533
|
+
|
|
2534
|
+
export { type ScriptsProps as $, type AssetsManifest as A, type BrowserRouterProps as B, useViewTransitionState as C, type DOMRouterOpts as D, type EntryContext as E, type FutureConfig as F, type FetcherSubmitOptions as G, type HashRouterProps as H, type SubmitOptions as I, type SubmitTarget as J, createSearchParams as K, type LinkProps as L, type StaticRouterProps as M, type NavLinkProps as N, type StaticRouterProviderProps as O, type ParamKeyValuePair as P, createStaticHandler as Q, createStaticRouter as R, type ServerBuild as S, StaticRouter as T, type URLSearchParamsInit as U, StaticRouterProvider as V, Meta as W, Links as X, Scripts as Y, PrefetchPageLinks as Z, type LinksProps as _, type HistoryRouterProps as a, type PrefetchBehavior as a0, type DiscoverBehavior as a1, type HandleDataRequestFunction as a2, type HandleDocumentRequestFunction as a3, type HandleErrorFunction as a4, type ServerEntryModule as a5, FrameworkContext as a6, createClientRoutes as a7, createClientRoutesWithHMRRevalidationOptOut as a8, shouldHydrateRouteLoader as a9, useScrollRestoration as aa, type NavLinkRenderProps as b, type FetcherFormProps as c, type FormProps as d, type ScrollRestorationProps as e, type SetURLSearchParams as f, type SubmitFunction as g, type FetcherSubmitFunction as h, type FetcherWithComponents as i, createBrowserRouter as j, createHashRouter as k, BrowserRouter as l, HashRouter as m, Link as n, HistoryRouter as o, NavLink as p, Form as q, ScrollRestoration as r, useSearchParams as s, useSubmit as t, useLinkClickHandler as u, useFormAction as v, useFetcher as w, useFetchers as x, useBeforeUnload as y, usePrompt as z };
|