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,2553 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export { BrowserRouter, Form, HashRouter, Link, Links, MemoryRouter, Meta, NavLink, Navigate, Outlet, Route, Router, RouterProvider, Routes, ScrollRestoration, StaticRouter, StaticRouterProvider, unstable_HistoryRouter } from 'react-router/internal/react-server-client';
|
|
3
|
+
import { ParseOptions, SerializeOptions } from 'cookie';
|
|
4
|
+
export { ParseOptions as CookieParseOptions, SerializeOptions as CookieSerializeOptions } from 'cookie';
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Actions represent the type of change to a location value.
|
|
8
|
+
*/
|
|
9
|
+
declare enum Action {
|
|
10
|
+
/**
|
|
11
|
+
* A POP indicates a change to an arbitrary index in the history stack, such
|
|
12
|
+
* as a back or forward navigation. It does not describe the direction of the
|
|
13
|
+
* navigation, only that the current index changed.
|
|
14
|
+
*
|
|
15
|
+
* Note: This is the default action for newly created history objects.
|
|
16
|
+
*/
|
|
17
|
+
Pop = "POP",
|
|
18
|
+
/**
|
|
19
|
+
* A PUSH indicates a new entry being added to the history stack, such as when
|
|
20
|
+
* a link is clicked and a new page loads. When this happens, all subsequent
|
|
21
|
+
* entries in the stack are lost.
|
|
22
|
+
*/
|
|
23
|
+
Push = "PUSH",
|
|
24
|
+
/**
|
|
25
|
+
* A REPLACE indicates the entry at the current index in the history stack
|
|
26
|
+
* being replaced by a new one.
|
|
27
|
+
*/
|
|
28
|
+
Replace = "REPLACE"
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* The pathname, search, and hash values of a URL.
|
|
32
|
+
*/
|
|
33
|
+
interface Path {
|
|
34
|
+
/**
|
|
35
|
+
* A URL pathname, beginning with a /.
|
|
36
|
+
*/
|
|
37
|
+
pathname: string;
|
|
38
|
+
/**
|
|
39
|
+
* A URL search string, beginning with a ?.
|
|
40
|
+
*/
|
|
41
|
+
search: string;
|
|
42
|
+
/**
|
|
43
|
+
* A URL fragment identifier, beginning with a #.
|
|
44
|
+
*/
|
|
45
|
+
hash: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* An entry in a history stack. A location contains information about the
|
|
49
|
+
* URL path, as well as possibly some arbitrary state and a key.
|
|
50
|
+
*/
|
|
51
|
+
interface Location<State = any> extends Path {
|
|
52
|
+
/**
|
|
53
|
+
* A value of arbitrary data associated with this location.
|
|
54
|
+
*/
|
|
55
|
+
state: State;
|
|
56
|
+
/**
|
|
57
|
+
* A unique string associated with this location. May be used to safely store
|
|
58
|
+
* and retrieve data in some other storage API, like `localStorage`.
|
|
59
|
+
*
|
|
60
|
+
* Note: This value is always "default" on the initial location.
|
|
61
|
+
*/
|
|
62
|
+
key: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* A change to the current location.
|
|
66
|
+
*/
|
|
67
|
+
interface Update {
|
|
68
|
+
/**
|
|
69
|
+
* The action that triggered the change.
|
|
70
|
+
*/
|
|
71
|
+
action: Action;
|
|
72
|
+
/**
|
|
73
|
+
* The new location.
|
|
74
|
+
*/
|
|
75
|
+
location: Location;
|
|
76
|
+
/**
|
|
77
|
+
* The delta between this location and the former location in the history stack
|
|
78
|
+
*/
|
|
79
|
+
delta: number | null;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* A function that receives notifications about location changes.
|
|
83
|
+
*/
|
|
84
|
+
interface Listener {
|
|
85
|
+
(update: Update): void;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* Describes a location that is the destination of some navigation used in
|
|
89
|
+
* {@link Link}, {@link useNavigate}, etc.
|
|
90
|
+
*/
|
|
91
|
+
type To = string | Partial<Path>;
|
|
92
|
+
/**
|
|
93
|
+
* A history is an interface to the navigation stack. The history serves as the
|
|
94
|
+
* source of truth for the current location, as well as provides a set of
|
|
95
|
+
* methods that may be used to change it.
|
|
96
|
+
*
|
|
97
|
+
* It is similar to the DOM's `window.history` object, but with a smaller, more
|
|
98
|
+
* focused API.
|
|
99
|
+
*/
|
|
100
|
+
interface History {
|
|
101
|
+
/**
|
|
102
|
+
* The last action that modified the current location. This will always be
|
|
103
|
+
* Action.Pop when a history instance is first created. This value is mutable.
|
|
104
|
+
*/
|
|
105
|
+
readonly action: Action;
|
|
106
|
+
/**
|
|
107
|
+
* The current location. This value is mutable.
|
|
108
|
+
*/
|
|
109
|
+
readonly location: Location;
|
|
110
|
+
/**
|
|
111
|
+
* Returns a valid href for the given `to` value that may be used as
|
|
112
|
+
* the value of an <a href> attribute.
|
|
113
|
+
*
|
|
114
|
+
* @param to - The destination URL
|
|
115
|
+
*/
|
|
116
|
+
createHref(to: To): string;
|
|
117
|
+
/**
|
|
118
|
+
* Returns a URL for the given `to` value
|
|
119
|
+
*
|
|
120
|
+
* @param to - The destination URL
|
|
121
|
+
*/
|
|
122
|
+
createURL(to: To): URL;
|
|
123
|
+
/**
|
|
124
|
+
* Encode a location the same way window.history would do (no-op for memory
|
|
125
|
+
* history) so we ensure our PUSH/REPLACE navigations for data routers
|
|
126
|
+
* behave the same as POP
|
|
127
|
+
*
|
|
128
|
+
* @param to Unencoded path
|
|
129
|
+
*/
|
|
130
|
+
encodeLocation(to: To): Path;
|
|
131
|
+
/**
|
|
132
|
+
* Pushes a new location onto the history stack, increasing its length by one.
|
|
133
|
+
* If there were any entries in the stack after the current one, they are
|
|
134
|
+
* lost.
|
|
135
|
+
*
|
|
136
|
+
* @param to - The new URL
|
|
137
|
+
* @param state - Data to associate with the new location
|
|
138
|
+
*/
|
|
139
|
+
push(to: To, state?: any): void;
|
|
140
|
+
/**
|
|
141
|
+
* Replaces the current location in the history stack with a new one. The
|
|
142
|
+
* location that was replaced will no longer be available.
|
|
143
|
+
*
|
|
144
|
+
* @param to - The new URL
|
|
145
|
+
* @param state - Data to associate with the new location
|
|
146
|
+
*/
|
|
147
|
+
replace(to: To, state?: any): void;
|
|
148
|
+
/**
|
|
149
|
+
* Navigates `n` entries backward/forward in the history stack relative to the
|
|
150
|
+
* current index. For example, a "back" navigation would use go(-1).
|
|
151
|
+
*
|
|
152
|
+
* @param delta - The delta in the stack index
|
|
153
|
+
*/
|
|
154
|
+
go(delta: number): void;
|
|
155
|
+
/**
|
|
156
|
+
* Sets up a listener that will be called whenever the current location
|
|
157
|
+
* changes.
|
|
158
|
+
*
|
|
159
|
+
* @param listener - A function that will be called when the location changes
|
|
160
|
+
* @returns unlisten - A function that may be used to stop listening
|
|
161
|
+
*/
|
|
162
|
+
listen(listener: Listener): () => void;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* An augmentable interface users can modify in their app-code to opt into
|
|
167
|
+
* future-flag-specific types
|
|
168
|
+
*/
|
|
169
|
+
interface Future {
|
|
170
|
+
}
|
|
171
|
+
type MiddlewareEnabled = Future extends {
|
|
172
|
+
v8_middleware: infer T extends boolean;
|
|
173
|
+
} ? T : false;
|
|
174
|
+
|
|
175
|
+
type MaybePromise<T> = T | Promise<T>;
|
|
176
|
+
/**
|
|
177
|
+
* Map of routeId -> data returned from a loader/action/error
|
|
178
|
+
*/
|
|
179
|
+
interface RouteData {
|
|
180
|
+
[routeId: string]: any;
|
|
181
|
+
}
|
|
182
|
+
type LowerCaseFormMethod = "get" | "post" | "put" | "patch" | "delete";
|
|
183
|
+
type UpperCaseFormMethod = Uppercase<LowerCaseFormMethod>;
|
|
184
|
+
/**
|
|
185
|
+
* Users can specify either lowercase or uppercase form methods on `<Form>`,
|
|
186
|
+
* useSubmit(), `<fetcher.Form>`, etc.
|
|
187
|
+
*/
|
|
188
|
+
type HTMLFormMethod = LowerCaseFormMethod | UpperCaseFormMethod;
|
|
189
|
+
/**
|
|
190
|
+
* Active navigation/fetcher form methods are exposed in uppercase on the
|
|
191
|
+
* RouterState. This is to align with the normalization done via fetch().
|
|
192
|
+
*/
|
|
193
|
+
type FormMethod = UpperCaseFormMethod;
|
|
194
|
+
type FormEncType = "application/x-www-form-urlencoded" | "multipart/form-data" | "application/json" | "text/plain";
|
|
195
|
+
type JsonObject = {
|
|
196
|
+
[Key in string]: JsonValue;
|
|
197
|
+
} & {
|
|
198
|
+
[Key in string]?: JsonValue | undefined;
|
|
199
|
+
};
|
|
200
|
+
type JsonArray = JsonValue[] | readonly JsonValue[];
|
|
201
|
+
type JsonPrimitive = string | number | boolean | null;
|
|
202
|
+
type JsonValue = JsonPrimitive | JsonObject | JsonArray;
|
|
203
|
+
/**
|
|
204
|
+
* @private
|
|
205
|
+
* Internal interface to pass around for action submissions, not intended for
|
|
206
|
+
* external consumption
|
|
207
|
+
*/
|
|
208
|
+
type Submission = {
|
|
209
|
+
formMethod: FormMethod;
|
|
210
|
+
formAction: string;
|
|
211
|
+
formEncType: FormEncType;
|
|
212
|
+
formData: FormData;
|
|
213
|
+
json: undefined;
|
|
214
|
+
text: undefined;
|
|
215
|
+
} | {
|
|
216
|
+
formMethod: FormMethod;
|
|
217
|
+
formAction: string;
|
|
218
|
+
formEncType: FormEncType;
|
|
219
|
+
formData: undefined;
|
|
220
|
+
json: JsonValue;
|
|
221
|
+
text: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
formMethod: FormMethod;
|
|
224
|
+
formAction: string;
|
|
225
|
+
formEncType: FormEncType;
|
|
226
|
+
formData: undefined;
|
|
227
|
+
json: undefined;
|
|
228
|
+
text: string;
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* A context instance used as the key for the `get`/`set` methods of a
|
|
232
|
+
* {@link RouterContextProvider}. Accepts an optional default
|
|
233
|
+
* value to be returned if no value has been set.
|
|
234
|
+
*/
|
|
235
|
+
interface RouterContext<T = unknown> {
|
|
236
|
+
defaultValue?: T;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Creates a type-safe {@link RouterContext} object that can be used to
|
|
240
|
+
* store and retrieve arbitrary values in [`action`](../../start/framework/route-module#action)s,
|
|
241
|
+
* [`loader`](../../start/framework/route-module#loader)s, and [middleware](../../how-to/middleware).
|
|
242
|
+
* Similar to React's [`createContext`](https://react.dev/reference/react/createContext),
|
|
243
|
+
* but specifically designed for React Router's request/response lifecycle.
|
|
244
|
+
*
|
|
245
|
+
* If a `defaultValue` is provided, it will be returned from `context.get()`
|
|
246
|
+
* when no value has been set for the context. Otherwise, reading this context
|
|
247
|
+
* when no value has been set will throw an error.
|
|
248
|
+
*
|
|
249
|
+
* ```tsx filename=app/context.ts
|
|
250
|
+
* import { createContext } from "react-router";
|
|
251
|
+
*
|
|
252
|
+
* // Create a context for user data
|
|
253
|
+
* export const userContext =
|
|
254
|
+
* createContext<User | null>(null);
|
|
255
|
+
* ```
|
|
256
|
+
*
|
|
257
|
+
* ```tsx filename=app/middleware/auth.ts
|
|
258
|
+
* import { getUserFromSession } from "~/auth.server";
|
|
259
|
+
* import { userContext } from "~/context";
|
|
260
|
+
*
|
|
261
|
+
* export const authMiddleware = async ({
|
|
262
|
+
* context,
|
|
263
|
+
* request,
|
|
264
|
+
* }) => {
|
|
265
|
+
* const user = await getUserFromSession(request);
|
|
266
|
+
* context.set(userContext, user);
|
|
267
|
+
* };
|
|
268
|
+
* ```
|
|
269
|
+
*
|
|
270
|
+
* ```tsx filename=app/routes/profile.tsx
|
|
271
|
+
* import { userContext } from "~/context";
|
|
272
|
+
*
|
|
273
|
+
* export async function loader({
|
|
274
|
+
* context,
|
|
275
|
+
* }: Route.LoaderArgs) {
|
|
276
|
+
* const user = context.get(userContext);
|
|
277
|
+
*
|
|
278
|
+
* if (!user) {
|
|
279
|
+
* throw new Response("Unauthorized", { status: 401 });
|
|
280
|
+
* }
|
|
281
|
+
*
|
|
282
|
+
* return { user };
|
|
283
|
+
* }
|
|
284
|
+
* ```
|
|
285
|
+
*
|
|
286
|
+
* @public
|
|
287
|
+
* @category Utils
|
|
288
|
+
* @mode framework
|
|
289
|
+
* @mode data
|
|
290
|
+
* @param defaultValue An optional default value for the context. This value
|
|
291
|
+
* will be returned if no value has been set for this context.
|
|
292
|
+
* @returns A {@link RouterContext} object that can be used with
|
|
293
|
+
* `context.get()` and `context.set()` in [`action`](../../start/framework/route-module#action)s,
|
|
294
|
+
* [`loader`](../../start/framework/route-module#loader)s, and [middleware](../../how-to/middleware).
|
|
295
|
+
*/
|
|
296
|
+
declare function createContext<T>(defaultValue?: T): RouterContext<T>;
|
|
297
|
+
/**
|
|
298
|
+
* Provides methods for writing/reading values in application context in a
|
|
299
|
+
* type-safe way. Primarily for usage with [middleware](../../how-to/middleware).
|
|
300
|
+
*
|
|
301
|
+
* @example
|
|
302
|
+
* import {
|
|
303
|
+
* createContext,
|
|
304
|
+
* RouterContextProvider
|
|
305
|
+
* } from "react-router";
|
|
306
|
+
*
|
|
307
|
+
* const userContext = createContext<User | null>(null);
|
|
308
|
+
* const contextProvider = new RouterContextProvider();
|
|
309
|
+
* contextProvider.set(userContext, getUser());
|
|
310
|
+
* // ^ Type-safe
|
|
311
|
+
* const user = contextProvider.get(userContext);
|
|
312
|
+
* // ^ User
|
|
313
|
+
*
|
|
314
|
+
* @public
|
|
315
|
+
* @category Utils
|
|
316
|
+
* @mode framework
|
|
317
|
+
* @mode data
|
|
318
|
+
*/
|
|
319
|
+
declare class RouterContextProvider {
|
|
320
|
+
#private;
|
|
321
|
+
/**
|
|
322
|
+
* Create a new `RouterContextProvider` instance
|
|
323
|
+
* @param init An optional initial context map to populate the provider with
|
|
324
|
+
*/
|
|
325
|
+
constructor(init?: Map<RouterContext, unknown>);
|
|
326
|
+
/**
|
|
327
|
+
* Access a value from the context. If no value has been set for the context,
|
|
328
|
+
* it will return the context's `defaultValue` if provided, or throw an error
|
|
329
|
+
* if no `defaultValue` was set.
|
|
330
|
+
* @param context The context to get the value for
|
|
331
|
+
* @returns The value for the context, or the context's `defaultValue` if no
|
|
332
|
+
* value was set
|
|
333
|
+
*/
|
|
334
|
+
get<T>(context: RouterContext<T>): T;
|
|
335
|
+
/**
|
|
336
|
+
* Set a value for the context. If the context already has a value set, this
|
|
337
|
+
* will overwrite it.
|
|
338
|
+
*
|
|
339
|
+
* @param context The context to set the value for
|
|
340
|
+
* @param value The value to set for the context
|
|
341
|
+
* @returns {void}
|
|
342
|
+
*/
|
|
343
|
+
set<C extends RouterContext>(context: C, value: C extends RouterContext<infer T> ? T : never): void;
|
|
344
|
+
}
|
|
345
|
+
type DefaultContext = MiddlewareEnabled extends true ? Readonly<RouterContextProvider> : any;
|
|
346
|
+
/**
|
|
347
|
+
* @private
|
|
348
|
+
* Arguments passed to route loader/action functions. Same for now but we keep
|
|
349
|
+
* this as a private implementation detail in case they diverge in the future.
|
|
350
|
+
*/
|
|
351
|
+
interface DataFunctionArgs<Context> {
|
|
352
|
+
/** A {@link https://developer.mozilla.org/en-US/docs/Web/API/Request Fetch Request instance} which you can use to read headers (like cookies, and {@link https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams URLSearchParams} from the request. */
|
|
353
|
+
request: Request;
|
|
354
|
+
/**
|
|
355
|
+
* Matched un-interpolated route pattern for the current path (i.e., /blog/:slug).
|
|
356
|
+
* Mostly useful as a identifier to aggregate on for logging/tracing/etc.
|
|
357
|
+
*/
|
|
358
|
+
unstable_pattern: string;
|
|
359
|
+
/**
|
|
360
|
+
* {@link https://reactrouter.com/start/framework/routing#dynamic-segments Dynamic route params} for the current route.
|
|
361
|
+
* @example
|
|
362
|
+
* // app/routes.ts
|
|
363
|
+
* route("teams/:teamId", "./team.tsx"),
|
|
364
|
+
*
|
|
365
|
+
* // app/team.tsx
|
|
366
|
+
* export function loader({
|
|
367
|
+
* params,
|
|
368
|
+
* }: Route.LoaderArgs) {
|
|
369
|
+
* params.teamId;
|
|
370
|
+
* // ^ string
|
|
371
|
+
* }
|
|
372
|
+
*/
|
|
373
|
+
params: Params;
|
|
374
|
+
/**
|
|
375
|
+
* This is the context passed in to your server adapter's getLoadContext() function.
|
|
376
|
+
* It's a way to bridge the gap between the adapter's request/response API with your React Router app.
|
|
377
|
+
* It is only applicable if you are using a custom server adapter.
|
|
378
|
+
*/
|
|
379
|
+
context: Context;
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Route middleware `next` function to call downstream handlers and then complete
|
|
383
|
+
* middlewares from the bottom-up
|
|
384
|
+
*/
|
|
385
|
+
interface MiddlewareNextFunction<Result = unknown> {
|
|
386
|
+
(): Promise<Result>;
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* Route middleware function signature. Receives the same "data" arguments as a
|
|
390
|
+
* `loader`/`action` (`request`, `params`, `context`) as the first parameter and
|
|
391
|
+
* a `next` function as the second parameter which will call downstream handlers
|
|
392
|
+
* and then complete middlewares from the bottom-up
|
|
393
|
+
*/
|
|
394
|
+
type MiddlewareFunction<Result = unknown> = (args: DataFunctionArgs<Readonly<RouterContextProvider>>, next: MiddlewareNextFunction<Result>) => MaybePromise<Result | void>;
|
|
395
|
+
/**
|
|
396
|
+
* Arguments passed to loader functions
|
|
397
|
+
*/
|
|
398
|
+
interface LoaderFunctionArgs<Context = DefaultContext> extends DataFunctionArgs<Context> {
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Arguments passed to action functions
|
|
402
|
+
*/
|
|
403
|
+
interface ActionFunctionArgs<Context = DefaultContext> extends DataFunctionArgs<Context> {
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Loaders and actions can return anything
|
|
407
|
+
*/
|
|
408
|
+
type DataFunctionValue = unknown;
|
|
409
|
+
type DataFunctionReturnValue = MaybePromise<DataFunctionValue>;
|
|
410
|
+
/**
|
|
411
|
+
* Route loader function signature
|
|
412
|
+
*/
|
|
413
|
+
type LoaderFunction<Context = DefaultContext> = {
|
|
414
|
+
(args: LoaderFunctionArgs<Context>, handlerCtx?: unknown): DataFunctionReturnValue;
|
|
415
|
+
} & {
|
|
416
|
+
hydrate?: boolean;
|
|
417
|
+
};
|
|
418
|
+
/**
|
|
419
|
+
* Route action function signature
|
|
420
|
+
*/
|
|
421
|
+
interface ActionFunction<Context = DefaultContext> {
|
|
422
|
+
(args: ActionFunctionArgs<Context>, handlerCtx?: unknown): DataFunctionReturnValue;
|
|
423
|
+
}
|
|
424
|
+
/**
|
|
425
|
+
* Arguments passed to shouldRevalidate function
|
|
426
|
+
*/
|
|
427
|
+
interface ShouldRevalidateFunctionArgs {
|
|
428
|
+
/** This is the url the navigation started from. You can compare it with `nextUrl` to decide if you need to revalidate this route's data. */
|
|
429
|
+
currentUrl: URL;
|
|
430
|
+
/** These are the {@link https://reactrouter.com/start/framework/routing#dynamic-segments dynamic route params} from the URL that can be compared to the `nextParams` to decide if you need to reload or not. Perhaps you're using only a partial piece of the param for data loading, you don't need to revalidate if a superfluous part of the param changed. */
|
|
431
|
+
currentParams: AgnosticDataRouteMatch["params"];
|
|
432
|
+
/** In the case of navigation, this the URL the user is requesting. Some revalidations are not navigation, so it will simply be the same as currentUrl. */
|
|
433
|
+
nextUrl: URL;
|
|
434
|
+
/** In the case of navigation, these are the {@link https://reactrouter.com/start/framework/routing#dynamic-segments dynamic route params} from the next location the user is requesting. Some revalidations are not navigation, so it will simply be the same as currentParams. */
|
|
435
|
+
nextParams: AgnosticDataRouteMatch["params"];
|
|
436
|
+
/** The method (probably `"GET"` or `"POST"`) used in the form submission that triggered the revalidation. */
|
|
437
|
+
formMethod?: Submission["formMethod"];
|
|
438
|
+
/** The form action (`<Form action="/somewhere">`) that triggered the revalidation. */
|
|
439
|
+
formAction?: Submission["formAction"];
|
|
440
|
+
/** The form encType (`<Form encType="application/x-www-form-urlencoded">) used in the form submission that triggered the revalidation*/
|
|
441
|
+
formEncType?: Submission["formEncType"];
|
|
442
|
+
/** The form submission data when the form's encType is `text/plain` */
|
|
443
|
+
text?: Submission["text"];
|
|
444
|
+
/** The form submission data when the form's encType is `application/x-www-form-urlencoded` or `multipart/form-data` */
|
|
445
|
+
formData?: Submission["formData"];
|
|
446
|
+
/** The form submission data when the form's encType is `application/json` */
|
|
447
|
+
json?: Submission["json"];
|
|
448
|
+
/** The status code of the action response */
|
|
449
|
+
actionStatus?: number;
|
|
450
|
+
/**
|
|
451
|
+
* When a submission causes the revalidation this will be the result of the action—either action data or an error if the action failed. It's common to include some information in the action result to instruct shouldRevalidate to revalidate or not.
|
|
452
|
+
*
|
|
453
|
+
* @example
|
|
454
|
+
* export async function action() {
|
|
455
|
+
* await saveSomeStuff();
|
|
456
|
+
* return { ok: true };
|
|
457
|
+
* }
|
|
458
|
+
*
|
|
459
|
+
* export function shouldRevalidate({
|
|
460
|
+
* actionResult,
|
|
461
|
+
* }) {
|
|
462
|
+
* if (actionResult?.ok) {
|
|
463
|
+
* return false;
|
|
464
|
+
* }
|
|
465
|
+
* return true;
|
|
466
|
+
* }
|
|
467
|
+
*/
|
|
468
|
+
actionResult?: any;
|
|
469
|
+
/**
|
|
470
|
+
* By default, React Router doesn't call every loader all the time. There are reliable optimizations it can make by default. For example, only loaders with changing params are called. Consider navigating from the following URL to the one below it:
|
|
471
|
+
*
|
|
472
|
+
* /projects/123/tasks/abc
|
|
473
|
+
* /projects/123/tasks/def
|
|
474
|
+
* React Router will only call the loader for tasks/def because the param for projects/123 didn't change.
|
|
475
|
+
*
|
|
476
|
+
* It's safest to always return defaultShouldRevalidate after you've done your specific optimizations that return false, otherwise your UI might get out of sync with your data on the server.
|
|
477
|
+
*/
|
|
478
|
+
defaultShouldRevalidate: boolean;
|
|
479
|
+
}
|
|
480
|
+
/**
|
|
481
|
+
* Route shouldRevalidate function signature. This runs after any submission
|
|
482
|
+
* (navigation or fetcher), so we flatten the navigation/fetcher submission
|
|
483
|
+
* onto the arguments. It shouldn't matter whether it came from a navigation
|
|
484
|
+
* or a fetcher, what really matters is the URLs and the formData since loaders
|
|
485
|
+
* have to re-run based on the data models that were potentially mutated.
|
|
486
|
+
*/
|
|
487
|
+
interface ShouldRevalidateFunction {
|
|
488
|
+
(args: ShouldRevalidateFunctionArgs): boolean;
|
|
489
|
+
}
|
|
490
|
+
interface DataStrategyMatch extends AgnosticRouteMatch<string, AgnosticDataRouteObject> {
|
|
491
|
+
/**
|
|
492
|
+
* @private
|
|
493
|
+
*/
|
|
494
|
+
_lazyPromises?: {
|
|
495
|
+
middleware: Promise<void> | undefined;
|
|
496
|
+
handler: Promise<void> | undefined;
|
|
497
|
+
route: Promise<void> | undefined;
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* @deprecated Deprecated in favor of `shouldCallHandler`
|
|
501
|
+
*
|
|
502
|
+
* A boolean value indicating whether this route handler should be called in
|
|
503
|
+
* this pass.
|
|
504
|
+
*
|
|
505
|
+
* The `matches` array always includes _all_ matched routes even when only
|
|
506
|
+
* _some_ route handlers need to be called so that things like middleware can
|
|
507
|
+
* be implemented.
|
|
508
|
+
*
|
|
509
|
+
* `shouldLoad` is usually only interesting if you are skipping the route
|
|
510
|
+
* handler entirely and implementing custom handler logic - since it lets you
|
|
511
|
+
* determine if that custom logic should run for this route or not.
|
|
512
|
+
*
|
|
513
|
+
* For example:
|
|
514
|
+
* - If you are on `/parent/child/a` and you navigate to `/parent/child/b` -
|
|
515
|
+
* you'll get an array of three matches (`[parent, child, b]`), but only `b`
|
|
516
|
+
* will have `shouldLoad=true` because the data for `parent` and `child` is
|
|
517
|
+
* already loaded
|
|
518
|
+
* - If you are on `/parent/child/a` and you submit to `a`'s [`action`](https://reactrouter.com/docs/start/data/route-object#action),
|
|
519
|
+
* then only `a` will have `shouldLoad=true` for the action execution of
|
|
520
|
+
* `dataStrategy`
|
|
521
|
+
* - After the [`action`](https://reactrouter.com/docs/start/data/route-object#action),
|
|
522
|
+
* `dataStrategy` will be called again for the [`loader`](https://reactrouter.com/docs/start/data/route-object#loader)
|
|
523
|
+
* revalidation, and all matches will have `shouldLoad=true` (assuming no
|
|
524
|
+
* custom `shouldRevalidate` implementations)
|
|
525
|
+
*/
|
|
526
|
+
shouldLoad: boolean;
|
|
527
|
+
/**
|
|
528
|
+
* Arguments passed to the `shouldRevalidate` function for this `loader` execution.
|
|
529
|
+
* Will be `null` if this is not a revalidating loader {@link DataStrategyMatch}.
|
|
530
|
+
*/
|
|
531
|
+
shouldRevalidateArgs: ShouldRevalidateFunctionArgs | null;
|
|
532
|
+
/**
|
|
533
|
+
* Determine if this route's handler should be called during this `dataStrategy`
|
|
534
|
+
* execution. Calling it with no arguments will leverage the default revalidation
|
|
535
|
+
* behavior. You can pass your own `defaultShouldRevalidate` value if you wish
|
|
536
|
+
* to change the default revalidation behavior with your `dataStrategy`.
|
|
537
|
+
*
|
|
538
|
+
* @param defaultShouldRevalidate `defaultShouldRevalidate` override value (optional)
|
|
539
|
+
*/
|
|
540
|
+
shouldCallHandler(defaultShouldRevalidate?: boolean): boolean;
|
|
541
|
+
/**
|
|
542
|
+
* An async function that will resolve any `route.lazy` implementations and
|
|
543
|
+
* execute the route's handler (if necessary), returning a {@link DataStrategyResult}
|
|
544
|
+
*
|
|
545
|
+
* - Calling `match.resolve` does not mean you're calling the
|
|
546
|
+
* [`action`](https://reactrouter.com/docs/start/data/route-object#action)/[`loader`](https://reactrouter.com/docs/start/data/route-object#loader)
|
|
547
|
+
* (the "handler") - `resolve` will only call the `handler` internally if
|
|
548
|
+
* needed _and_ if you don't pass your own `handlerOverride` function parameter
|
|
549
|
+
* - It is safe to call `match.resolve` for all matches, even if they have
|
|
550
|
+
* `shouldLoad=false`, and it will no-op if no loading is required
|
|
551
|
+
* - You should generally always call `match.resolve()` for `shouldLoad:true`
|
|
552
|
+
* routes to ensure that any `route.lazy` implementations are processed
|
|
553
|
+
* - See the examples below for how to implement custom handler execution via
|
|
554
|
+
* `match.resolve`
|
|
555
|
+
*/
|
|
556
|
+
resolve: (handlerOverride?: (handler: (ctx?: unknown) => DataFunctionReturnValue) => DataFunctionReturnValue) => Promise<DataStrategyResult>;
|
|
557
|
+
}
|
|
558
|
+
interface DataStrategyFunctionArgs<Context = DefaultContext> extends DataFunctionArgs<Context> {
|
|
559
|
+
/**
|
|
560
|
+
* Matches for this route extended with Data strategy APIs
|
|
561
|
+
*/
|
|
562
|
+
matches: DataStrategyMatch[];
|
|
563
|
+
runClientMiddleware: (cb: DataStrategyFunction<Context>) => Promise<Record<string, DataStrategyResult>>;
|
|
564
|
+
/**
|
|
565
|
+
* The key of the fetcher we are calling `dataStrategy` for, otherwise `null`
|
|
566
|
+
* for navigational executions
|
|
567
|
+
*/
|
|
568
|
+
fetcherKey: string | null;
|
|
569
|
+
}
|
|
570
|
+
/**
|
|
571
|
+
* Result from a loader or action called via dataStrategy
|
|
572
|
+
*/
|
|
573
|
+
interface DataStrategyResult {
|
|
574
|
+
type: "data" | "error";
|
|
575
|
+
result: unknown;
|
|
576
|
+
}
|
|
577
|
+
interface DataStrategyFunction<Context = DefaultContext> {
|
|
578
|
+
(args: DataStrategyFunctionArgs<Context>): Promise<Record<string, DataStrategyResult>>;
|
|
579
|
+
}
|
|
580
|
+
type AgnosticPatchRoutesOnNavigationFunctionArgs<O extends AgnosticRouteObject = AgnosticRouteObject, M extends AgnosticRouteMatch = AgnosticRouteMatch> = {
|
|
581
|
+
signal: AbortSignal;
|
|
582
|
+
path: string;
|
|
583
|
+
matches: M[];
|
|
584
|
+
fetcherKey: string | undefined;
|
|
585
|
+
patch: (routeId: string | null, children: O[]) => void;
|
|
586
|
+
};
|
|
587
|
+
type AgnosticPatchRoutesOnNavigationFunction<O extends AgnosticRouteObject = AgnosticRouteObject, M extends AgnosticRouteMatch = AgnosticRouteMatch> = (opts: AgnosticPatchRoutesOnNavigationFunctionArgs<O, M>) => MaybePromise<void>;
|
|
588
|
+
/**
|
|
589
|
+
* Function provided by the framework-aware layers to set any framework-specific
|
|
590
|
+
* properties from framework-agnostic properties
|
|
591
|
+
*/
|
|
592
|
+
interface MapRoutePropertiesFunction {
|
|
593
|
+
(route: AgnosticDataRouteObject): {
|
|
594
|
+
hasErrorBoundary: boolean;
|
|
595
|
+
} & Record<string, any>;
|
|
596
|
+
}
|
|
597
|
+
/**
|
|
598
|
+
* Keys we cannot change from within a lazy object. We spread all other keys
|
|
599
|
+
* onto the route. Either they're meaningful to the router, or they'll get
|
|
600
|
+
* ignored.
|
|
601
|
+
*/
|
|
602
|
+
type UnsupportedLazyRouteObjectKey = "lazy" | "caseSensitive" | "path" | "id" | "index" | "children";
|
|
603
|
+
/**
|
|
604
|
+
* Keys we cannot change from within a lazy() function. We spread all other keys
|
|
605
|
+
* onto the route. Either they're meaningful to the router, or they'll get
|
|
606
|
+
* ignored.
|
|
607
|
+
*/
|
|
608
|
+
type UnsupportedLazyRouteFunctionKey = UnsupportedLazyRouteObjectKey | "middleware";
|
|
609
|
+
/**
|
|
610
|
+
* lazy object to load route properties, which can add non-matching
|
|
611
|
+
* related properties to a route
|
|
612
|
+
*/
|
|
613
|
+
type LazyRouteObject<R extends AgnosticRouteObject> = {
|
|
614
|
+
[K in keyof R as K extends UnsupportedLazyRouteObjectKey ? never : K]?: () => Promise<R[K] | null | undefined>;
|
|
615
|
+
};
|
|
616
|
+
/**
|
|
617
|
+
* lazy() function to load a route definition, which can add non-matching
|
|
618
|
+
* related properties to a route
|
|
619
|
+
*/
|
|
620
|
+
interface LazyRouteFunction<R extends AgnosticRouteObject> {
|
|
621
|
+
(): Promise<Omit<R, UnsupportedLazyRouteFunctionKey> & Partial<Record<UnsupportedLazyRouteFunctionKey, never>>>;
|
|
622
|
+
}
|
|
623
|
+
type LazyRouteDefinition<R extends AgnosticRouteObject> = LazyRouteObject<R> | LazyRouteFunction<R>;
|
|
624
|
+
/**
|
|
625
|
+
* Base RouteObject with common props shared by all types of routes
|
|
626
|
+
*/
|
|
627
|
+
type AgnosticBaseRouteObject = {
|
|
628
|
+
caseSensitive?: boolean;
|
|
629
|
+
path?: string;
|
|
630
|
+
id?: string;
|
|
631
|
+
middleware?: MiddlewareFunction[];
|
|
632
|
+
loader?: LoaderFunction | boolean;
|
|
633
|
+
action?: ActionFunction | boolean;
|
|
634
|
+
hasErrorBoundary?: boolean;
|
|
635
|
+
shouldRevalidate?: ShouldRevalidateFunction;
|
|
636
|
+
handle?: any;
|
|
637
|
+
lazy?: LazyRouteDefinition<AgnosticBaseRouteObject>;
|
|
638
|
+
};
|
|
639
|
+
/**
|
|
640
|
+
* Index routes must not have children
|
|
641
|
+
*/
|
|
642
|
+
type AgnosticIndexRouteObject = AgnosticBaseRouteObject & {
|
|
643
|
+
children?: undefined;
|
|
644
|
+
index: true;
|
|
645
|
+
};
|
|
646
|
+
/**
|
|
647
|
+
* Non-index routes may have children, but cannot have index
|
|
648
|
+
*/
|
|
649
|
+
type AgnosticNonIndexRouteObject = AgnosticBaseRouteObject & {
|
|
650
|
+
children?: AgnosticRouteObject[];
|
|
651
|
+
index?: false;
|
|
652
|
+
};
|
|
653
|
+
/**
|
|
654
|
+
* A route object represents a logical route, with (optionally) its child
|
|
655
|
+
* routes organized in a tree-like structure.
|
|
656
|
+
*/
|
|
657
|
+
type AgnosticRouteObject = AgnosticIndexRouteObject | AgnosticNonIndexRouteObject;
|
|
658
|
+
type AgnosticDataIndexRouteObject = AgnosticIndexRouteObject & {
|
|
659
|
+
id: string;
|
|
660
|
+
};
|
|
661
|
+
type AgnosticDataNonIndexRouteObject = AgnosticNonIndexRouteObject & {
|
|
662
|
+
children?: AgnosticDataRouteObject[];
|
|
663
|
+
id: string;
|
|
664
|
+
};
|
|
665
|
+
/**
|
|
666
|
+
* A data route object, which is just a RouteObject with a required unique ID
|
|
667
|
+
*/
|
|
668
|
+
type AgnosticDataRouteObject = AgnosticDataIndexRouteObject | AgnosticDataNonIndexRouteObject;
|
|
669
|
+
/**
|
|
670
|
+
* The parameters that were parsed from the URL path.
|
|
671
|
+
*/
|
|
672
|
+
type Params<Key extends string = string> = {
|
|
673
|
+
readonly [key in Key]: string | undefined;
|
|
674
|
+
};
|
|
675
|
+
/**
|
|
676
|
+
* A RouteMatch contains info about how a route matched a URL.
|
|
677
|
+
*/
|
|
678
|
+
interface AgnosticRouteMatch<ParamKey extends string = string, RouteObjectType extends AgnosticRouteObject = AgnosticRouteObject> {
|
|
679
|
+
/**
|
|
680
|
+
* The names and values of dynamic parameters in the URL.
|
|
681
|
+
*/
|
|
682
|
+
params: Params<ParamKey>;
|
|
683
|
+
/**
|
|
684
|
+
* The portion of the URL pathname that was matched.
|
|
685
|
+
*/
|
|
686
|
+
pathname: string;
|
|
687
|
+
/**
|
|
688
|
+
* The portion of the URL pathname that was matched before child routes.
|
|
689
|
+
*/
|
|
690
|
+
pathnameBase: string;
|
|
691
|
+
/**
|
|
692
|
+
* The route object that was used to match.
|
|
693
|
+
*/
|
|
694
|
+
route: RouteObjectType;
|
|
695
|
+
}
|
|
696
|
+
interface AgnosticDataRouteMatch extends AgnosticRouteMatch<string, AgnosticDataRouteObject> {
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Matches the given routes to a location and returns the match data.
|
|
700
|
+
*
|
|
701
|
+
* @example
|
|
702
|
+
* import { matchRoutes } from "react-router";
|
|
703
|
+
*
|
|
704
|
+
* let routes = [{
|
|
705
|
+
* path: "/",
|
|
706
|
+
* Component: Root,
|
|
707
|
+
* children: [{
|
|
708
|
+
* path: "dashboard",
|
|
709
|
+
* Component: Dashboard,
|
|
710
|
+
* }]
|
|
711
|
+
* }];
|
|
712
|
+
*
|
|
713
|
+
* matchRoutes(routes, "/dashboard"); // [rootMatch, dashboardMatch]
|
|
714
|
+
*
|
|
715
|
+
* @public
|
|
716
|
+
* @category Utils
|
|
717
|
+
* @param routes The array of route objects to match against.
|
|
718
|
+
* @param locationArg The location to match against, either a string path or a
|
|
719
|
+
* partial {@link Location} object
|
|
720
|
+
* @param basename Optional base path to strip from the location before matching.
|
|
721
|
+
* Defaults to `/`.
|
|
722
|
+
* @returns An array of matched routes, or `null` if no matches were found.
|
|
723
|
+
*/
|
|
724
|
+
declare function matchRoutes<RouteObjectType extends AgnosticRouteObject = AgnosticRouteObject>(routes: RouteObjectType[], locationArg: Partial<Location> | string, basename?: string): AgnosticRouteMatch<string, RouteObjectType>[] | null;
|
|
725
|
+
interface UIMatch<Data = unknown, Handle = unknown> {
|
|
726
|
+
id: string;
|
|
727
|
+
pathname: string;
|
|
728
|
+
/**
|
|
729
|
+
* {@link https://reactrouter.com/start/framework/routing#dynamic-segments Dynamic route params} for the matched route.
|
|
730
|
+
*/
|
|
731
|
+
params: AgnosticRouteMatch["params"];
|
|
732
|
+
/**
|
|
733
|
+
* The return value from the matched route's loader or clientLoader. This might
|
|
734
|
+
* be `undefined` if this route's `loader` (or a deeper route's `loader`) threw
|
|
735
|
+
* an error and we're currently displaying an `ErrorBoundary`.
|
|
736
|
+
*
|
|
737
|
+
* @deprecated Use `UIMatch.loaderData` instead
|
|
738
|
+
*/
|
|
739
|
+
data: Data | undefined;
|
|
740
|
+
/**
|
|
741
|
+
* The return value from the matched route's loader or clientLoader. This might
|
|
742
|
+
* be `undefined` if this route's `loader` (or a deeper route's `loader`) threw
|
|
743
|
+
* an error and we're currently displaying an `ErrorBoundary`.
|
|
744
|
+
*/
|
|
745
|
+
loaderData: Data | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* The {@link https://reactrouter.com/start/framework/route-module#handle handle object}
|
|
748
|
+
* exported from the matched route module
|
|
749
|
+
*/
|
|
750
|
+
handle: Handle;
|
|
751
|
+
}
|
|
752
|
+
declare class DataWithResponseInit<D> {
|
|
753
|
+
type: string;
|
|
754
|
+
data: D;
|
|
755
|
+
init: ResponseInit | null;
|
|
756
|
+
constructor(data: D, init?: ResponseInit);
|
|
757
|
+
}
|
|
758
|
+
/**
|
|
759
|
+
* Create "responses" that contain `headers`/`status` without forcing
|
|
760
|
+
* serialization into an actual [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
761
|
+
*
|
|
762
|
+
* @example
|
|
763
|
+
* import { data } from "react-router";
|
|
764
|
+
*
|
|
765
|
+
* export async function action({ request }: Route.ActionArgs) {
|
|
766
|
+
* let formData = await request.formData();
|
|
767
|
+
* let item = await createItem(formData);
|
|
768
|
+
* return data(item, {
|
|
769
|
+
* headers: { "X-Custom-Header": "value" }
|
|
770
|
+
* status: 201,
|
|
771
|
+
* });
|
|
772
|
+
* }
|
|
773
|
+
*
|
|
774
|
+
* @public
|
|
775
|
+
* @category Utils
|
|
776
|
+
* @mode framework
|
|
777
|
+
* @mode data
|
|
778
|
+
* @param data The data to be included in the response.
|
|
779
|
+
* @param init The status code or a `ResponseInit` object to be included in the
|
|
780
|
+
* response.
|
|
781
|
+
* @returns A {@link DataWithResponseInit} instance containing the data and
|
|
782
|
+
* response init.
|
|
783
|
+
*/
|
|
784
|
+
declare function data<D>(data: D, init?: number | ResponseInit): DataWithResponseInit<D>;
|
|
785
|
+
type RedirectFunction = (url: string, init?: number | ResponseInit) => Response;
|
|
786
|
+
/**
|
|
787
|
+
* A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response).
|
|
788
|
+
* Sets the status code and the [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
789
|
+
* header. Defaults to [`302 Found`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302).
|
|
790
|
+
*
|
|
791
|
+
* @example
|
|
792
|
+
* import { redirect } from "react-router";
|
|
793
|
+
*
|
|
794
|
+
* export async function loader({ request }: Route.LoaderArgs) {
|
|
795
|
+
* if (!isLoggedIn(request))
|
|
796
|
+
* throw redirect("/login");
|
|
797
|
+
* }
|
|
798
|
+
*
|
|
799
|
+
* // ...
|
|
800
|
+
* }
|
|
801
|
+
*
|
|
802
|
+
* @public
|
|
803
|
+
* @category Utils
|
|
804
|
+
* @mode framework
|
|
805
|
+
* @mode data
|
|
806
|
+
* @param url The URL to redirect to.
|
|
807
|
+
* @param init The status code or a `ResponseInit` object to be included in the
|
|
808
|
+
* response.
|
|
809
|
+
* @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
810
|
+
* object with the redirect status and [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
811
|
+
* header.
|
|
812
|
+
*/
|
|
813
|
+
declare const redirect$1: RedirectFunction;
|
|
814
|
+
/**
|
|
815
|
+
* A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
816
|
+
* that will force a document reload to the new location. Sets the status code
|
|
817
|
+
* and the [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
818
|
+
* header. Defaults to [`302 Found`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302).
|
|
819
|
+
*
|
|
820
|
+
* ```tsx filename=routes/logout.tsx
|
|
821
|
+
* import { redirectDocument } from "react-router";
|
|
822
|
+
*
|
|
823
|
+
* import { destroySession } from "../sessions.server";
|
|
824
|
+
*
|
|
825
|
+
* export async function action({ request }: Route.ActionArgs) {
|
|
826
|
+
* let session = await getSession(request.headers.get("Cookie"));
|
|
827
|
+
* return redirectDocument("/", {
|
|
828
|
+
* headers: { "Set-Cookie": await destroySession(session) }
|
|
829
|
+
* });
|
|
830
|
+
* }
|
|
831
|
+
* ```
|
|
832
|
+
*
|
|
833
|
+
* @public
|
|
834
|
+
* @category Utils
|
|
835
|
+
* @mode framework
|
|
836
|
+
* @mode data
|
|
837
|
+
* @param url The URL to redirect to.
|
|
838
|
+
* @param init The status code or a `ResponseInit` object to be included in the
|
|
839
|
+
* response.
|
|
840
|
+
* @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
841
|
+
* object with the redirect status and [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
842
|
+
* header.
|
|
843
|
+
*/
|
|
844
|
+
declare const redirectDocument$1: RedirectFunction;
|
|
845
|
+
/**
|
|
846
|
+
* A redirect [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
847
|
+
* that will perform a [`history.replaceState`](https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState)
|
|
848
|
+
* instead of a [`history.pushState`](https://developer.mozilla.org/en-US/docs/Web/API/History/pushState)
|
|
849
|
+
* for client-side navigation redirects. Sets the status code and the [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
850
|
+
* header. Defaults to [`302 Found`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302).
|
|
851
|
+
*
|
|
852
|
+
* @example
|
|
853
|
+
* import { replace } from "react-router";
|
|
854
|
+
*
|
|
855
|
+
* export async function loader() {
|
|
856
|
+
* return replace("/new-location");
|
|
857
|
+
* }
|
|
858
|
+
*
|
|
859
|
+
* @public
|
|
860
|
+
* @category Utils
|
|
861
|
+
* @mode framework
|
|
862
|
+
* @mode data
|
|
863
|
+
* @param url The URL to redirect to.
|
|
864
|
+
* @param init The status code or a `ResponseInit` object to be included in the
|
|
865
|
+
* response.
|
|
866
|
+
* @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
867
|
+
* object with the redirect status and [`Location`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Location)
|
|
868
|
+
* header.
|
|
869
|
+
*/
|
|
870
|
+
declare const replace$1: RedirectFunction;
|
|
871
|
+
type ErrorResponse = {
|
|
872
|
+
status: number;
|
|
873
|
+
statusText: string;
|
|
874
|
+
data: any;
|
|
875
|
+
};
|
|
876
|
+
/**
|
|
877
|
+
* Check if the given error is an {@link ErrorResponse} generated from a 4xx/5xx
|
|
878
|
+
* [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
879
|
+
* thrown from an [`action`](../../start/framework/route-module#action) or
|
|
880
|
+
* [`loader`](../../start/framework/route-module#loader) function.
|
|
881
|
+
*
|
|
882
|
+
* @example
|
|
883
|
+
* import { isRouteErrorResponse } from "react-router";
|
|
884
|
+
*
|
|
885
|
+
* export function ErrorBoundary({ error }: Route.ErrorBoundaryProps) {
|
|
886
|
+
* if (isRouteErrorResponse(error)) {
|
|
887
|
+
* return (
|
|
888
|
+
* <>
|
|
889
|
+
* <p>Error: `${error.status}: ${error.statusText}`</p>
|
|
890
|
+
* <p>{error.data}</p>
|
|
891
|
+
* </>
|
|
892
|
+
* );
|
|
893
|
+
* }
|
|
894
|
+
*
|
|
895
|
+
* return (
|
|
896
|
+
* <p>Error: {error instanceof Error ? error.message : "Unknown Error"}</p>
|
|
897
|
+
* );
|
|
898
|
+
* }
|
|
899
|
+
*
|
|
900
|
+
* @public
|
|
901
|
+
* @category Utils
|
|
902
|
+
* @mode framework
|
|
903
|
+
* @mode data
|
|
904
|
+
* @param error The error to check.
|
|
905
|
+
* @returns `true` if the error is an {@link ErrorResponse}, `false` otherwise.
|
|
906
|
+
*/
|
|
907
|
+
declare function isRouteErrorResponse(error: any): error is ErrorResponse;
|
|
908
|
+
|
|
909
|
+
/**
|
|
910
|
+
* An object of unknown type for route loaders and actions provided by the
|
|
911
|
+
* server's `getLoadContext()` function. This is defined as an empty interface
|
|
912
|
+
* specifically so apps can leverage declaration merging to augment this type
|
|
913
|
+
* globally: https://www.typescriptlang.org/docs/handbook/declaration-merging.html
|
|
914
|
+
*/
|
|
915
|
+
interface AppLoadContext {
|
|
916
|
+
[key: string]: unknown;
|
|
917
|
+
}
|
|
918
|
+
|
|
919
|
+
type unstable_ServerInstrumentation = {
|
|
920
|
+
handler?: unstable_InstrumentRequestHandlerFunction;
|
|
921
|
+
route?: unstable_InstrumentRouteFunction;
|
|
922
|
+
};
|
|
923
|
+
type unstable_ClientInstrumentation = {
|
|
924
|
+
router?: unstable_InstrumentRouterFunction;
|
|
925
|
+
route?: unstable_InstrumentRouteFunction;
|
|
926
|
+
};
|
|
927
|
+
type unstable_InstrumentRequestHandlerFunction = (handler: InstrumentableRequestHandler) => void;
|
|
928
|
+
type unstable_InstrumentRouterFunction = (router: InstrumentableRouter) => void;
|
|
929
|
+
type unstable_InstrumentRouteFunction = (route: InstrumentableRoute) => void;
|
|
930
|
+
type unstable_InstrumentationHandlerResult = {
|
|
931
|
+
status: "success";
|
|
932
|
+
error: undefined;
|
|
933
|
+
} | {
|
|
934
|
+
status: "error";
|
|
935
|
+
error: Error;
|
|
936
|
+
};
|
|
937
|
+
type InstrumentFunction<T> = (handler: () => Promise<unstable_InstrumentationHandlerResult>, info: T) => Promise<void>;
|
|
938
|
+
type ReadonlyRequest = {
|
|
939
|
+
method: string;
|
|
940
|
+
url: string;
|
|
941
|
+
headers: Pick<Headers, "get">;
|
|
942
|
+
};
|
|
943
|
+
type ReadonlyContext = MiddlewareEnabled extends true ? Pick<RouterContextProvider, "get"> : Readonly<AppLoadContext>;
|
|
944
|
+
type InstrumentableRoute = {
|
|
945
|
+
id: string;
|
|
946
|
+
index: boolean | undefined;
|
|
947
|
+
path: string | undefined;
|
|
948
|
+
instrument(instrumentations: RouteInstrumentations): void;
|
|
949
|
+
};
|
|
950
|
+
type RouteInstrumentations = {
|
|
951
|
+
lazy?: InstrumentFunction<RouteLazyInstrumentationInfo>;
|
|
952
|
+
"lazy.loader"?: InstrumentFunction<RouteLazyInstrumentationInfo>;
|
|
953
|
+
"lazy.action"?: InstrumentFunction<RouteLazyInstrumentationInfo>;
|
|
954
|
+
"lazy.middleware"?: InstrumentFunction<RouteLazyInstrumentationInfo>;
|
|
955
|
+
middleware?: InstrumentFunction<RouteHandlerInstrumentationInfo>;
|
|
956
|
+
loader?: InstrumentFunction<RouteHandlerInstrumentationInfo>;
|
|
957
|
+
action?: InstrumentFunction<RouteHandlerInstrumentationInfo>;
|
|
958
|
+
};
|
|
959
|
+
type RouteLazyInstrumentationInfo = undefined;
|
|
960
|
+
type RouteHandlerInstrumentationInfo = Readonly<{
|
|
961
|
+
request: ReadonlyRequest;
|
|
962
|
+
params: LoaderFunctionArgs["params"];
|
|
963
|
+
unstable_pattern: string;
|
|
964
|
+
context: ReadonlyContext;
|
|
965
|
+
}>;
|
|
966
|
+
type InstrumentableRouter = {
|
|
967
|
+
instrument(instrumentations: RouterInstrumentations): void;
|
|
968
|
+
};
|
|
969
|
+
type RouterInstrumentations = {
|
|
970
|
+
navigate?: InstrumentFunction<RouterNavigationInstrumentationInfo>;
|
|
971
|
+
fetch?: InstrumentFunction<RouterFetchInstrumentationInfo>;
|
|
972
|
+
};
|
|
973
|
+
type RouterNavigationInstrumentationInfo = Readonly<{
|
|
974
|
+
to: string | number;
|
|
975
|
+
currentUrl: string;
|
|
976
|
+
formMethod?: HTMLFormMethod;
|
|
977
|
+
formEncType?: FormEncType;
|
|
978
|
+
formData?: FormData;
|
|
979
|
+
body?: any;
|
|
980
|
+
}>;
|
|
981
|
+
type RouterFetchInstrumentationInfo = Readonly<{
|
|
982
|
+
href: string;
|
|
983
|
+
currentUrl: string;
|
|
984
|
+
fetcherKey: string;
|
|
985
|
+
formMethod?: HTMLFormMethod;
|
|
986
|
+
formEncType?: FormEncType;
|
|
987
|
+
formData?: FormData;
|
|
988
|
+
body?: any;
|
|
989
|
+
}>;
|
|
990
|
+
type InstrumentableRequestHandler = {
|
|
991
|
+
instrument(instrumentations: RequestHandlerInstrumentations): void;
|
|
992
|
+
};
|
|
993
|
+
type RequestHandlerInstrumentations = {
|
|
994
|
+
request?: InstrumentFunction<RequestHandlerInstrumentationInfo>;
|
|
995
|
+
};
|
|
996
|
+
type RequestHandlerInstrumentationInfo = Readonly<{
|
|
997
|
+
request: ReadonlyRequest;
|
|
998
|
+
context: ReadonlyContext | undefined;
|
|
999
|
+
}>;
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* A Router instance manages all navigation and data loading/mutations
|
|
1003
|
+
*/
|
|
1004
|
+
interface Router {
|
|
1005
|
+
/**
|
|
1006
|
+
* @private
|
|
1007
|
+
* PRIVATE - DO NOT USE
|
|
1008
|
+
*
|
|
1009
|
+
* Return the basename for the router
|
|
1010
|
+
*/
|
|
1011
|
+
get basename(): RouterInit["basename"];
|
|
1012
|
+
/**
|
|
1013
|
+
* @private
|
|
1014
|
+
* PRIVATE - DO NOT USE
|
|
1015
|
+
*
|
|
1016
|
+
* Return the future config for the router
|
|
1017
|
+
*/
|
|
1018
|
+
get future(): FutureConfig;
|
|
1019
|
+
/**
|
|
1020
|
+
* @private
|
|
1021
|
+
* PRIVATE - DO NOT USE
|
|
1022
|
+
*
|
|
1023
|
+
* Return the current state of the router
|
|
1024
|
+
*/
|
|
1025
|
+
get state(): RouterState;
|
|
1026
|
+
/**
|
|
1027
|
+
* @private
|
|
1028
|
+
* PRIVATE - DO NOT USE
|
|
1029
|
+
*
|
|
1030
|
+
* Return the routes for this router instance
|
|
1031
|
+
*/
|
|
1032
|
+
get routes(): AgnosticDataRouteObject[];
|
|
1033
|
+
/**
|
|
1034
|
+
* @private
|
|
1035
|
+
* PRIVATE - DO NOT USE
|
|
1036
|
+
*
|
|
1037
|
+
* Return the window associated with the router
|
|
1038
|
+
*/
|
|
1039
|
+
get window(): RouterInit["window"];
|
|
1040
|
+
/**
|
|
1041
|
+
* @private
|
|
1042
|
+
* PRIVATE - DO NOT USE
|
|
1043
|
+
*
|
|
1044
|
+
* Initialize the router, including adding history listeners and kicking off
|
|
1045
|
+
* initial data fetches. Returns a function to cleanup listeners and abort
|
|
1046
|
+
* any in-progress loads
|
|
1047
|
+
*/
|
|
1048
|
+
initialize(): Router;
|
|
1049
|
+
/**
|
|
1050
|
+
* @private
|
|
1051
|
+
* PRIVATE - DO NOT USE
|
|
1052
|
+
*
|
|
1053
|
+
* Subscribe to router.state updates
|
|
1054
|
+
*
|
|
1055
|
+
* @param fn function to call with the new state
|
|
1056
|
+
*/
|
|
1057
|
+
subscribe(fn: RouterSubscriber): () => void;
|
|
1058
|
+
/**
|
|
1059
|
+
* @private
|
|
1060
|
+
* PRIVATE - DO NOT USE
|
|
1061
|
+
*
|
|
1062
|
+
* Enable scroll restoration behavior in the router
|
|
1063
|
+
*
|
|
1064
|
+
* @param savedScrollPositions Object that will manage positions, in case
|
|
1065
|
+
* it's being restored from sessionStorage
|
|
1066
|
+
* @param getScrollPosition Function to get the active Y scroll position
|
|
1067
|
+
* @param getKey Function to get the key to use for restoration
|
|
1068
|
+
*/
|
|
1069
|
+
enableScrollRestoration(savedScrollPositions: Record<string, number>, getScrollPosition: GetScrollPositionFunction, getKey?: GetScrollRestorationKeyFunction): () => void;
|
|
1070
|
+
/**
|
|
1071
|
+
* @private
|
|
1072
|
+
* PRIVATE - DO NOT USE
|
|
1073
|
+
*
|
|
1074
|
+
* Navigate forward/backward in the history stack
|
|
1075
|
+
* @param to Delta to move in the history stack
|
|
1076
|
+
*/
|
|
1077
|
+
navigate(to: number): Promise<void>;
|
|
1078
|
+
/**
|
|
1079
|
+
* Navigate to the given path
|
|
1080
|
+
* @param to Path to navigate to
|
|
1081
|
+
* @param opts Navigation options (method, submission, etc.)
|
|
1082
|
+
*/
|
|
1083
|
+
navigate(to: To | null, opts?: RouterNavigateOptions): Promise<void>;
|
|
1084
|
+
/**
|
|
1085
|
+
* @private
|
|
1086
|
+
* PRIVATE - DO NOT USE
|
|
1087
|
+
*
|
|
1088
|
+
* Trigger a fetcher load/submission
|
|
1089
|
+
*
|
|
1090
|
+
* @param key Fetcher key
|
|
1091
|
+
* @param routeId Route that owns the fetcher
|
|
1092
|
+
* @param href href to fetch
|
|
1093
|
+
* @param opts Fetcher options, (method, submission, etc.)
|
|
1094
|
+
*/
|
|
1095
|
+
fetch(key: string, routeId: string, href: string | null, opts?: RouterFetchOptions): Promise<void>;
|
|
1096
|
+
/**
|
|
1097
|
+
* @private
|
|
1098
|
+
* PRIVATE - DO NOT USE
|
|
1099
|
+
*
|
|
1100
|
+
* Trigger a revalidation of all current route loaders and fetcher loads
|
|
1101
|
+
*/
|
|
1102
|
+
revalidate(): Promise<void>;
|
|
1103
|
+
/**
|
|
1104
|
+
* @private
|
|
1105
|
+
* PRIVATE - DO NOT USE
|
|
1106
|
+
*
|
|
1107
|
+
* Utility function to create an href for the given location
|
|
1108
|
+
* @param location
|
|
1109
|
+
*/
|
|
1110
|
+
createHref(location: Location | URL): string;
|
|
1111
|
+
/**
|
|
1112
|
+
* @private
|
|
1113
|
+
* PRIVATE - DO NOT USE
|
|
1114
|
+
*
|
|
1115
|
+
* Utility function to URL encode a destination path according to the internal
|
|
1116
|
+
* history implementation
|
|
1117
|
+
* @param to
|
|
1118
|
+
*/
|
|
1119
|
+
encodeLocation(to: To): Path;
|
|
1120
|
+
/**
|
|
1121
|
+
* @private
|
|
1122
|
+
* PRIVATE - DO NOT USE
|
|
1123
|
+
*
|
|
1124
|
+
* Get/create a fetcher for the given key
|
|
1125
|
+
* @param key
|
|
1126
|
+
*/
|
|
1127
|
+
getFetcher<TData = any>(key: string): Fetcher<TData>;
|
|
1128
|
+
/**
|
|
1129
|
+
* @internal
|
|
1130
|
+
* PRIVATE - DO NOT USE
|
|
1131
|
+
*
|
|
1132
|
+
* Reset the fetcher for a given key
|
|
1133
|
+
* @param key
|
|
1134
|
+
*/
|
|
1135
|
+
resetFetcher(key: string, opts?: {
|
|
1136
|
+
reason?: unknown;
|
|
1137
|
+
}): void;
|
|
1138
|
+
/**
|
|
1139
|
+
* @private
|
|
1140
|
+
* PRIVATE - DO NOT USE
|
|
1141
|
+
*
|
|
1142
|
+
* Delete the fetcher for a given key
|
|
1143
|
+
* @param key
|
|
1144
|
+
*/
|
|
1145
|
+
deleteFetcher(key: string): void;
|
|
1146
|
+
/**
|
|
1147
|
+
* @private
|
|
1148
|
+
* PRIVATE - DO NOT USE
|
|
1149
|
+
*
|
|
1150
|
+
* Cleanup listeners and abort any in-progress loads
|
|
1151
|
+
*/
|
|
1152
|
+
dispose(): void;
|
|
1153
|
+
/**
|
|
1154
|
+
* @private
|
|
1155
|
+
* PRIVATE - DO NOT USE
|
|
1156
|
+
*
|
|
1157
|
+
* Get a navigation blocker
|
|
1158
|
+
* @param key The identifier for the blocker
|
|
1159
|
+
* @param fn The blocker function implementation
|
|
1160
|
+
*/
|
|
1161
|
+
getBlocker(key: string, fn: BlockerFunction): Blocker;
|
|
1162
|
+
/**
|
|
1163
|
+
* @private
|
|
1164
|
+
* PRIVATE - DO NOT USE
|
|
1165
|
+
*
|
|
1166
|
+
* Delete a navigation blocker
|
|
1167
|
+
* @param key The identifier for the blocker
|
|
1168
|
+
*/
|
|
1169
|
+
deleteBlocker(key: string): void;
|
|
1170
|
+
/**
|
|
1171
|
+
* @private
|
|
1172
|
+
* PRIVATE DO NOT USE
|
|
1173
|
+
*
|
|
1174
|
+
* Patch additional children routes into an existing parent route
|
|
1175
|
+
* @param routeId The parent route id or a callback function accepting `patch`
|
|
1176
|
+
* to perform batch patching
|
|
1177
|
+
* @param children The additional children routes
|
|
1178
|
+
* @param unstable_allowElementMutations Allow mutation or route elements on
|
|
1179
|
+
* existing routes. Intended for RSC-usage
|
|
1180
|
+
* only.
|
|
1181
|
+
*/
|
|
1182
|
+
patchRoutes(routeId: string | null, children: AgnosticRouteObject[], unstable_allowElementMutations?: boolean): void;
|
|
1183
|
+
/**
|
|
1184
|
+
* @private
|
|
1185
|
+
* PRIVATE - DO NOT USE
|
|
1186
|
+
*
|
|
1187
|
+
* HMR needs to pass in-flight route updates to React Router
|
|
1188
|
+
* TODO: Replace this with granular route update APIs (addRoute, updateRoute, deleteRoute)
|
|
1189
|
+
*/
|
|
1190
|
+
_internalSetRoutes(routes: AgnosticRouteObject[]): void;
|
|
1191
|
+
/**
|
|
1192
|
+
* @private
|
|
1193
|
+
* PRIVATE - DO NOT USE
|
|
1194
|
+
*
|
|
1195
|
+
* Cause subscribers to re-render. This is used to force a re-render.
|
|
1196
|
+
*/
|
|
1197
|
+
_internalSetStateDoNotUseOrYouWillBreakYourApp(state: Partial<RouterState>): void;
|
|
1198
|
+
/**
|
|
1199
|
+
* @private
|
|
1200
|
+
* PRIVATE - DO NOT USE
|
|
1201
|
+
*
|
|
1202
|
+
* Internal fetch AbortControllers accessed by unit tests
|
|
1203
|
+
*/
|
|
1204
|
+
_internalFetchControllers: Map<string, AbortController>;
|
|
1205
|
+
}
|
|
1206
|
+
/**
|
|
1207
|
+
* State maintained internally by the router. During a navigation, all states
|
|
1208
|
+
* reflect the "old" location unless otherwise noted.
|
|
1209
|
+
*/
|
|
1210
|
+
interface RouterState {
|
|
1211
|
+
/**
|
|
1212
|
+
* The action of the most recent navigation
|
|
1213
|
+
*/
|
|
1214
|
+
historyAction: Action;
|
|
1215
|
+
/**
|
|
1216
|
+
* The current location reflected by the router
|
|
1217
|
+
*/
|
|
1218
|
+
location: Location;
|
|
1219
|
+
/**
|
|
1220
|
+
* The current set of route matches
|
|
1221
|
+
*/
|
|
1222
|
+
matches: AgnosticDataRouteMatch[];
|
|
1223
|
+
/**
|
|
1224
|
+
* Tracks whether we've completed our initial data load
|
|
1225
|
+
*/
|
|
1226
|
+
initialized: boolean;
|
|
1227
|
+
/**
|
|
1228
|
+
* Current scroll position we should start at for a new view
|
|
1229
|
+
* - number -> scroll position to restore to
|
|
1230
|
+
* - false -> do not restore scroll at all (used during submissions/revalidations)
|
|
1231
|
+
* - null -> don't have a saved position, scroll to hash or top of page
|
|
1232
|
+
*/
|
|
1233
|
+
restoreScrollPosition: number | false | null;
|
|
1234
|
+
/**
|
|
1235
|
+
* Indicate whether this navigation should skip resetting the scroll position
|
|
1236
|
+
* if we are unable to restore the scroll position
|
|
1237
|
+
*/
|
|
1238
|
+
preventScrollReset: boolean;
|
|
1239
|
+
/**
|
|
1240
|
+
* Tracks the state of the current navigation
|
|
1241
|
+
*/
|
|
1242
|
+
navigation: Navigation;
|
|
1243
|
+
/**
|
|
1244
|
+
* Tracks any in-progress revalidations
|
|
1245
|
+
*/
|
|
1246
|
+
revalidation: RevalidationState;
|
|
1247
|
+
/**
|
|
1248
|
+
* Data from the loaders for the current matches
|
|
1249
|
+
*/
|
|
1250
|
+
loaderData: RouteData;
|
|
1251
|
+
/**
|
|
1252
|
+
* Data from the action for the current matches
|
|
1253
|
+
*/
|
|
1254
|
+
actionData: RouteData | null;
|
|
1255
|
+
/**
|
|
1256
|
+
* Errors caught from loaders for the current matches
|
|
1257
|
+
*/
|
|
1258
|
+
errors: RouteData | null;
|
|
1259
|
+
/**
|
|
1260
|
+
* Map of current fetchers
|
|
1261
|
+
*/
|
|
1262
|
+
fetchers: Map<string, Fetcher>;
|
|
1263
|
+
/**
|
|
1264
|
+
* Map of current blockers
|
|
1265
|
+
*/
|
|
1266
|
+
blockers: Map<string, Blocker>;
|
|
1267
|
+
}
|
|
1268
|
+
/**
|
|
1269
|
+
* Data that can be passed into hydrate a Router from SSR
|
|
1270
|
+
*/
|
|
1271
|
+
type HydrationState = Partial<Pick<RouterState, "loaderData" | "actionData" | "errors">>;
|
|
1272
|
+
/**
|
|
1273
|
+
* Future flags to toggle new feature behavior
|
|
1274
|
+
*/
|
|
1275
|
+
interface FutureConfig {
|
|
1276
|
+
}
|
|
1277
|
+
/**
|
|
1278
|
+
* Initialization options for createRouter
|
|
1279
|
+
*/
|
|
1280
|
+
interface RouterInit {
|
|
1281
|
+
routes: AgnosticRouteObject[];
|
|
1282
|
+
history: History;
|
|
1283
|
+
basename?: string;
|
|
1284
|
+
getContext?: () => MaybePromise<RouterContextProvider>;
|
|
1285
|
+
unstable_instrumentations?: unstable_ClientInstrumentation[];
|
|
1286
|
+
mapRouteProperties?: MapRoutePropertiesFunction;
|
|
1287
|
+
future?: Partial<FutureConfig>;
|
|
1288
|
+
hydrationRouteProperties?: string[];
|
|
1289
|
+
hydrationData?: HydrationState;
|
|
1290
|
+
window?: Window;
|
|
1291
|
+
dataStrategy?: DataStrategyFunction;
|
|
1292
|
+
patchRoutesOnNavigation?: AgnosticPatchRoutesOnNavigationFunction;
|
|
1293
|
+
}
|
|
1294
|
+
/**
|
|
1295
|
+
* State returned from a server-side query() call
|
|
1296
|
+
*/
|
|
1297
|
+
interface StaticHandlerContext {
|
|
1298
|
+
basename: Router["basename"];
|
|
1299
|
+
location: RouterState["location"];
|
|
1300
|
+
matches: RouterState["matches"];
|
|
1301
|
+
loaderData: RouterState["loaderData"];
|
|
1302
|
+
actionData: RouterState["actionData"];
|
|
1303
|
+
errors: RouterState["errors"];
|
|
1304
|
+
statusCode: number;
|
|
1305
|
+
loaderHeaders: Record<string, Headers>;
|
|
1306
|
+
actionHeaders: Record<string, Headers>;
|
|
1307
|
+
_deepestRenderedBoundaryId?: string | null;
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* A StaticHandler instance manages a singular SSR navigation/fetch event
|
|
1311
|
+
*/
|
|
1312
|
+
interface StaticHandler {
|
|
1313
|
+
dataRoutes: AgnosticDataRouteObject[];
|
|
1314
|
+
query(request: Request, opts?: {
|
|
1315
|
+
requestContext?: unknown;
|
|
1316
|
+
filterMatchesToLoad?: (match: AgnosticDataRouteMatch) => boolean;
|
|
1317
|
+
skipLoaderErrorBubbling?: boolean;
|
|
1318
|
+
skipRevalidation?: boolean;
|
|
1319
|
+
dataStrategy?: DataStrategyFunction<unknown>;
|
|
1320
|
+
generateMiddlewareResponse?: (query: (r: Request, args?: {
|
|
1321
|
+
filterMatchesToLoad?: (match: AgnosticDataRouteMatch) => boolean;
|
|
1322
|
+
}) => Promise<StaticHandlerContext | Response>) => MaybePromise<Response>;
|
|
1323
|
+
}): Promise<StaticHandlerContext | Response>;
|
|
1324
|
+
queryRoute(request: Request, opts?: {
|
|
1325
|
+
routeId?: string;
|
|
1326
|
+
requestContext?: unknown;
|
|
1327
|
+
dataStrategy?: DataStrategyFunction<unknown>;
|
|
1328
|
+
generateMiddlewareResponse?: (queryRoute: (r: Request) => Promise<Response>) => MaybePromise<Response>;
|
|
1329
|
+
}): Promise<any>;
|
|
1330
|
+
}
|
|
1331
|
+
type ViewTransitionOpts = {
|
|
1332
|
+
currentLocation: Location;
|
|
1333
|
+
nextLocation: Location;
|
|
1334
|
+
};
|
|
1335
|
+
/**
|
|
1336
|
+
* Subscriber function signature for changes to router state
|
|
1337
|
+
*/
|
|
1338
|
+
interface RouterSubscriber {
|
|
1339
|
+
(state: RouterState, opts: {
|
|
1340
|
+
deletedFetchers: string[];
|
|
1341
|
+
newErrors: RouteData | null;
|
|
1342
|
+
viewTransitionOpts?: ViewTransitionOpts;
|
|
1343
|
+
flushSync: boolean;
|
|
1344
|
+
}): void;
|
|
1345
|
+
}
|
|
1346
|
+
/**
|
|
1347
|
+
* Function signature for determining the key to be used in scroll restoration
|
|
1348
|
+
* for a given location
|
|
1349
|
+
*/
|
|
1350
|
+
interface GetScrollRestorationKeyFunction {
|
|
1351
|
+
(location: Location, matches: UIMatch[]): string | null;
|
|
1352
|
+
}
|
|
1353
|
+
/**
|
|
1354
|
+
* Function signature for determining the current scroll position
|
|
1355
|
+
*/
|
|
1356
|
+
interface GetScrollPositionFunction {
|
|
1357
|
+
(): number;
|
|
1358
|
+
}
|
|
1359
|
+
/**
|
|
1360
|
+
* - "route": relative to the route hierarchy so `..` means remove all segments
|
|
1361
|
+
* of the current route even if it has many. For example, a `route("posts/:id")`
|
|
1362
|
+
* would have both `:id` and `posts` removed from the url.
|
|
1363
|
+
* - "path": relative to the pathname so `..` means remove one segment of the
|
|
1364
|
+
* pathname. For example, a `route("posts/:id")` would have only `:id` removed
|
|
1365
|
+
* from the url.
|
|
1366
|
+
*/
|
|
1367
|
+
type RelativeRoutingType = "route" | "path";
|
|
1368
|
+
type BaseNavigateOrFetchOptions = {
|
|
1369
|
+
preventScrollReset?: boolean;
|
|
1370
|
+
relative?: RelativeRoutingType;
|
|
1371
|
+
flushSync?: boolean;
|
|
1372
|
+
unstable_defaultShouldRevalidate?: boolean;
|
|
1373
|
+
};
|
|
1374
|
+
type BaseNavigateOptions = BaseNavigateOrFetchOptions & {
|
|
1375
|
+
replace?: boolean;
|
|
1376
|
+
state?: any;
|
|
1377
|
+
fromRouteId?: string;
|
|
1378
|
+
viewTransition?: boolean;
|
|
1379
|
+
};
|
|
1380
|
+
type BaseSubmissionOptions = {
|
|
1381
|
+
formMethod?: HTMLFormMethod;
|
|
1382
|
+
formEncType?: FormEncType;
|
|
1383
|
+
} & ({
|
|
1384
|
+
formData: FormData;
|
|
1385
|
+
body?: undefined;
|
|
1386
|
+
} | {
|
|
1387
|
+
formData?: undefined;
|
|
1388
|
+
body: any;
|
|
1389
|
+
});
|
|
1390
|
+
/**
|
|
1391
|
+
* Options for a navigate() call for a normal (non-submission) navigation
|
|
1392
|
+
*/
|
|
1393
|
+
type LinkNavigateOptions = BaseNavigateOptions;
|
|
1394
|
+
/**
|
|
1395
|
+
* Options for a navigate() call for a submission navigation
|
|
1396
|
+
*/
|
|
1397
|
+
type SubmissionNavigateOptions = BaseNavigateOptions & BaseSubmissionOptions;
|
|
1398
|
+
/**
|
|
1399
|
+
* Options to pass to navigate() for a navigation
|
|
1400
|
+
*/
|
|
1401
|
+
type RouterNavigateOptions = LinkNavigateOptions | SubmissionNavigateOptions;
|
|
1402
|
+
/**
|
|
1403
|
+
* Options for a fetch() load
|
|
1404
|
+
*/
|
|
1405
|
+
type LoadFetchOptions = BaseNavigateOrFetchOptions;
|
|
1406
|
+
/**
|
|
1407
|
+
* Options for a fetch() submission
|
|
1408
|
+
*/
|
|
1409
|
+
type SubmitFetchOptions = BaseNavigateOrFetchOptions & BaseSubmissionOptions;
|
|
1410
|
+
/**
|
|
1411
|
+
* Options to pass to fetch()
|
|
1412
|
+
*/
|
|
1413
|
+
type RouterFetchOptions = LoadFetchOptions | SubmitFetchOptions;
|
|
1414
|
+
/**
|
|
1415
|
+
* Potential states for state.navigation
|
|
1416
|
+
*/
|
|
1417
|
+
type NavigationStates = {
|
|
1418
|
+
Idle: {
|
|
1419
|
+
state: "idle";
|
|
1420
|
+
location: undefined;
|
|
1421
|
+
formMethod: undefined;
|
|
1422
|
+
formAction: undefined;
|
|
1423
|
+
formEncType: undefined;
|
|
1424
|
+
formData: undefined;
|
|
1425
|
+
json: undefined;
|
|
1426
|
+
text: undefined;
|
|
1427
|
+
};
|
|
1428
|
+
Loading: {
|
|
1429
|
+
state: "loading";
|
|
1430
|
+
location: Location;
|
|
1431
|
+
formMethod: Submission["formMethod"] | undefined;
|
|
1432
|
+
formAction: Submission["formAction"] | undefined;
|
|
1433
|
+
formEncType: Submission["formEncType"] | undefined;
|
|
1434
|
+
formData: Submission["formData"] | undefined;
|
|
1435
|
+
json: Submission["json"] | undefined;
|
|
1436
|
+
text: Submission["text"] | undefined;
|
|
1437
|
+
};
|
|
1438
|
+
Submitting: {
|
|
1439
|
+
state: "submitting";
|
|
1440
|
+
location: Location;
|
|
1441
|
+
formMethod: Submission["formMethod"];
|
|
1442
|
+
formAction: Submission["formAction"];
|
|
1443
|
+
formEncType: Submission["formEncType"];
|
|
1444
|
+
formData: Submission["formData"];
|
|
1445
|
+
json: Submission["json"];
|
|
1446
|
+
text: Submission["text"];
|
|
1447
|
+
};
|
|
1448
|
+
};
|
|
1449
|
+
type Navigation = NavigationStates[keyof NavigationStates];
|
|
1450
|
+
type RevalidationState = "idle" | "loading";
|
|
1451
|
+
/**
|
|
1452
|
+
* Potential states for fetchers
|
|
1453
|
+
*/
|
|
1454
|
+
type FetcherStates<TData = any> = {
|
|
1455
|
+
/**
|
|
1456
|
+
* The fetcher is not calling a loader or action
|
|
1457
|
+
*
|
|
1458
|
+
* ```tsx
|
|
1459
|
+
* fetcher.state === "idle"
|
|
1460
|
+
* ```
|
|
1461
|
+
*/
|
|
1462
|
+
Idle: {
|
|
1463
|
+
state: "idle";
|
|
1464
|
+
formMethod: undefined;
|
|
1465
|
+
formAction: undefined;
|
|
1466
|
+
formEncType: undefined;
|
|
1467
|
+
text: undefined;
|
|
1468
|
+
formData: undefined;
|
|
1469
|
+
json: undefined;
|
|
1470
|
+
/**
|
|
1471
|
+
* If the fetcher has never been called, this will be undefined.
|
|
1472
|
+
*/
|
|
1473
|
+
data: TData | undefined;
|
|
1474
|
+
};
|
|
1475
|
+
/**
|
|
1476
|
+
* The fetcher is loading data from a {@link LoaderFunction | loader} from a
|
|
1477
|
+
* call to {@link FetcherWithComponents.load | `fetcher.load`}.
|
|
1478
|
+
*
|
|
1479
|
+
* ```tsx
|
|
1480
|
+
* // somewhere
|
|
1481
|
+
* <button onClick={() => fetcher.load("/some/route") }>Load</button>
|
|
1482
|
+
*
|
|
1483
|
+
* // the state will update
|
|
1484
|
+
* fetcher.state === "loading"
|
|
1485
|
+
* ```
|
|
1486
|
+
*/
|
|
1487
|
+
Loading: {
|
|
1488
|
+
state: "loading";
|
|
1489
|
+
formMethod: Submission["formMethod"] | undefined;
|
|
1490
|
+
formAction: Submission["formAction"] | undefined;
|
|
1491
|
+
formEncType: Submission["formEncType"] | undefined;
|
|
1492
|
+
text: Submission["text"] | undefined;
|
|
1493
|
+
formData: Submission["formData"] | undefined;
|
|
1494
|
+
json: Submission["json"] | undefined;
|
|
1495
|
+
data: TData | undefined;
|
|
1496
|
+
};
|
|
1497
|
+
/**
|
|
1498
|
+
The fetcher is submitting to a {@link LoaderFunction} (GET) or {@link ActionFunction} (POST) from a {@link FetcherWithComponents.Form | `fetcher.Form`} or {@link FetcherWithComponents.submit | `fetcher.submit`}.
|
|
1499
|
+
|
|
1500
|
+
```tsx
|
|
1501
|
+
// somewhere
|
|
1502
|
+
<input
|
|
1503
|
+
onChange={e => {
|
|
1504
|
+
fetcher.submit(event.currentTarget.form, { method: "post" });
|
|
1505
|
+
}}
|
|
1506
|
+
/>
|
|
1507
|
+
|
|
1508
|
+
// the state will update
|
|
1509
|
+
fetcher.state === "submitting"
|
|
1510
|
+
|
|
1511
|
+
// and formData will be available
|
|
1512
|
+
fetcher.formData
|
|
1513
|
+
```
|
|
1514
|
+
*/
|
|
1515
|
+
Submitting: {
|
|
1516
|
+
state: "submitting";
|
|
1517
|
+
formMethod: Submission["formMethod"];
|
|
1518
|
+
formAction: Submission["formAction"];
|
|
1519
|
+
formEncType: Submission["formEncType"];
|
|
1520
|
+
text: Submission["text"];
|
|
1521
|
+
formData: Submission["formData"];
|
|
1522
|
+
json: Submission["json"];
|
|
1523
|
+
data: TData | undefined;
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1526
|
+
type Fetcher<TData = any> = FetcherStates<TData>[keyof FetcherStates<TData>];
|
|
1527
|
+
interface BlockerBlocked {
|
|
1528
|
+
state: "blocked";
|
|
1529
|
+
reset: () => void;
|
|
1530
|
+
proceed: () => void;
|
|
1531
|
+
location: Location;
|
|
1532
|
+
}
|
|
1533
|
+
interface BlockerUnblocked {
|
|
1534
|
+
state: "unblocked";
|
|
1535
|
+
reset: undefined;
|
|
1536
|
+
proceed: undefined;
|
|
1537
|
+
location: undefined;
|
|
1538
|
+
}
|
|
1539
|
+
interface BlockerProceeding {
|
|
1540
|
+
state: "proceeding";
|
|
1541
|
+
reset: undefined;
|
|
1542
|
+
proceed: undefined;
|
|
1543
|
+
location: Location;
|
|
1544
|
+
}
|
|
1545
|
+
type Blocker = BlockerUnblocked | BlockerBlocked | BlockerProceeding;
|
|
1546
|
+
type BlockerFunction = (args: {
|
|
1547
|
+
currentLocation: Location;
|
|
1548
|
+
nextLocation: Location;
|
|
1549
|
+
historyAction: Action;
|
|
1550
|
+
}) => boolean;
|
|
1551
|
+
interface CreateStaticHandlerOptions {
|
|
1552
|
+
basename?: string;
|
|
1553
|
+
mapRouteProperties?: MapRoutePropertiesFunction;
|
|
1554
|
+
unstable_instrumentations?: Pick<unstable_ServerInstrumentation, "route">[];
|
|
1555
|
+
future?: {};
|
|
1556
|
+
}
|
|
1557
|
+
declare function createStaticHandler(routes: AgnosticRouteObject[], opts?: CreateStaticHandlerOptions): StaticHandler;
|
|
1558
|
+
|
|
1559
|
+
interface AwaitResolveRenderFunction<Resolve = any> {
|
|
1560
|
+
(data: Awaited<Resolve>): React.ReactNode;
|
|
1561
|
+
}
|
|
1562
|
+
/**
|
|
1563
|
+
* @category Types
|
|
1564
|
+
*/
|
|
1565
|
+
interface AwaitProps<Resolve> {
|
|
1566
|
+
/**
|
|
1567
|
+
* When using a function, the resolved value is provided as the parameter.
|
|
1568
|
+
*
|
|
1569
|
+
* ```tsx [2]
|
|
1570
|
+
* <Await resolve={reviewsPromise}>
|
|
1571
|
+
* {(resolvedReviews) => <Reviews items={resolvedReviews} />}
|
|
1572
|
+
* </Await>
|
|
1573
|
+
* ```
|
|
1574
|
+
*
|
|
1575
|
+
* When using React elements, {@link useAsyncValue} will provide the
|
|
1576
|
+
* resolved value:
|
|
1577
|
+
*
|
|
1578
|
+
* ```tsx [2]
|
|
1579
|
+
* <Await resolve={reviewsPromise}>
|
|
1580
|
+
* <Reviews />
|
|
1581
|
+
* </Await>
|
|
1582
|
+
*
|
|
1583
|
+
* function Reviews() {
|
|
1584
|
+
* const resolvedReviews = useAsyncValue();
|
|
1585
|
+
* return <div>...</div>;
|
|
1586
|
+
* }
|
|
1587
|
+
* ```
|
|
1588
|
+
*/
|
|
1589
|
+
children: React.ReactNode | AwaitResolveRenderFunction<Resolve>;
|
|
1590
|
+
/**
|
|
1591
|
+
* The error element renders instead of the `children` when the [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
|
|
1592
|
+
* rejects.
|
|
1593
|
+
*
|
|
1594
|
+
* ```tsx
|
|
1595
|
+
* <Await
|
|
1596
|
+
* errorElement={<div>Oops</div>}
|
|
1597
|
+
* resolve={reviewsPromise}
|
|
1598
|
+
* >
|
|
1599
|
+
* <Reviews />
|
|
1600
|
+
* </Await>
|
|
1601
|
+
* ```
|
|
1602
|
+
*
|
|
1603
|
+
* To provide a more contextual error, you can use the {@link useAsyncError} in a
|
|
1604
|
+
* child component
|
|
1605
|
+
*
|
|
1606
|
+
* ```tsx
|
|
1607
|
+
* <Await
|
|
1608
|
+
* errorElement={<ReviewsError />}
|
|
1609
|
+
* resolve={reviewsPromise}
|
|
1610
|
+
* >
|
|
1611
|
+
* <Reviews />
|
|
1612
|
+
* </Await>
|
|
1613
|
+
*
|
|
1614
|
+
* function ReviewsError() {
|
|
1615
|
+
* const error = useAsyncError();
|
|
1616
|
+
* return <div>Error loading reviews: {error.message}</div>;
|
|
1617
|
+
* }
|
|
1618
|
+
* ```
|
|
1619
|
+
*
|
|
1620
|
+
* If you do not provide an `errorElement`, the rejected value will bubble up
|
|
1621
|
+
* to the nearest route-level [`ErrorBoundary`](../../start/framework/route-module#errorboundary)
|
|
1622
|
+
* and be accessible via the {@link useRouteError} hook.
|
|
1623
|
+
*/
|
|
1624
|
+
errorElement?: React.ReactNode;
|
|
1625
|
+
/**
|
|
1626
|
+
* Takes a [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)
|
|
1627
|
+
* returned from a [`loader`](../../start/framework/route-module#loader) to be
|
|
1628
|
+
* resolved and rendered.
|
|
1629
|
+
*
|
|
1630
|
+
* ```tsx
|
|
1631
|
+
* import { Await, useLoaderData } from "react-router";
|
|
1632
|
+
*
|
|
1633
|
+
* export async function loader() {
|
|
1634
|
+
* let reviews = getReviews(); // not awaited
|
|
1635
|
+
* let book = await getBook();
|
|
1636
|
+
* return {
|
|
1637
|
+
* book,
|
|
1638
|
+
* reviews, // this is a promise
|
|
1639
|
+
* };
|
|
1640
|
+
* }
|
|
1641
|
+
*
|
|
1642
|
+
* export default function Book() {
|
|
1643
|
+
* const {
|
|
1644
|
+
* book,
|
|
1645
|
+
* reviews, // this is the same promise
|
|
1646
|
+
* } = useLoaderData();
|
|
1647
|
+
*
|
|
1648
|
+
* return (
|
|
1649
|
+
* <div>
|
|
1650
|
+
* <h1>{book.title}</h1>
|
|
1651
|
+
* <p>{book.description}</p>
|
|
1652
|
+
* <React.Suspense fallback={<ReviewsSkeleton />}>
|
|
1653
|
+
* <Await
|
|
1654
|
+
* // and is the promise we pass to Await
|
|
1655
|
+
* resolve={reviews}
|
|
1656
|
+
* >
|
|
1657
|
+
* <Reviews />
|
|
1658
|
+
* </Await>
|
|
1659
|
+
* </React.Suspense>
|
|
1660
|
+
* </div>
|
|
1661
|
+
* );
|
|
1662
|
+
* }
|
|
1663
|
+
* ```
|
|
1664
|
+
*/
|
|
1665
|
+
resolve: Resolve;
|
|
1666
|
+
}
|
|
1667
|
+
/**
|
|
1668
|
+
* Used to render promise values with automatic error handling.
|
|
1669
|
+
*
|
|
1670
|
+
* **Note:** `<Await>` expects to be rendered inside a [`<React.Suspense>`](https://react.dev/reference/react/Suspense)
|
|
1671
|
+
*
|
|
1672
|
+
* @example
|
|
1673
|
+
* import { Await, useLoaderData } from "react-router";
|
|
1674
|
+
*
|
|
1675
|
+
* export async function loader() {
|
|
1676
|
+
* // not awaited
|
|
1677
|
+
* const reviews = getReviews();
|
|
1678
|
+
* // awaited (blocks the transition)
|
|
1679
|
+
* const book = await fetch("/api/book").then((res) => res.json());
|
|
1680
|
+
* return { book, reviews };
|
|
1681
|
+
* }
|
|
1682
|
+
*
|
|
1683
|
+
* function Book() {
|
|
1684
|
+
* const { book, reviews } = useLoaderData();
|
|
1685
|
+
* return (
|
|
1686
|
+
* <div>
|
|
1687
|
+
* <h1>{book.title}</h1>
|
|
1688
|
+
* <p>{book.description}</p>
|
|
1689
|
+
* <React.Suspense fallback={<ReviewsSkeleton />}>
|
|
1690
|
+
* <Await
|
|
1691
|
+
* resolve={reviews}
|
|
1692
|
+
* errorElement={
|
|
1693
|
+
* <div>Could not load reviews 😬</div>
|
|
1694
|
+
* }
|
|
1695
|
+
* children={(resolvedReviews) => (
|
|
1696
|
+
* <Reviews items={resolvedReviews} />
|
|
1697
|
+
* )}
|
|
1698
|
+
* />
|
|
1699
|
+
* </React.Suspense>
|
|
1700
|
+
* </div>
|
|
1701
|
+
* );
|
|
1702
|
+
* }
|
|
1703
|
+
*
|
|
1704
|
+
* @public
|
|
1705
|
+
* @category Components
|
|
1706
|
+
* @mode framework
|
|
1707
|
+
* @mode data
|
|
1708
|
+
* @param props Props
|
|
1709
|
+
* @param {AwaitProps.children} props.children n/a
|
|
1710
|
+
* @param {AwaitProps.errorElement} props.errorElement n/a
|
|
1711
|
+
* @param {AwaitProps.resolve} props.resolve n/a
|
|
1712
|
+
* @returns React element for the rendered awaited value
|
|
1713
|
+
*/
|
|
1714
|
+
declare function Await$1<Resolve>({ children, errorElement, resolve, }: AwaitProps<Resolve>): React.JSX.Element;
|
|
1715
|
+
|
|
1716
|
+
interface IndexRouteObject {
|
|
1717
|
+
caseSensitive?: AgnosticIndexRouteObject["caseSensitive"];
|
|
1718
|
+
path?: AgnosticIndexRouteObject["path"];
|
|
1719
|
+
id?: AgnosticIndexRouteObject["id"];
|
|
1720
|
+
middleware?: AgnosticIndexRouteObject["middleware"];
|
|
1721
|
+
loader?: AgnosticIndexRouteObject["loader"];
|
|
1722
|
+
action?: AgnosticIndexRouteObject["action"];
|
|
1723
|
+
hasErrorBoundary?: AgnosticIndexRouteObject["hasErrorBoundary"];
|
|
1724
|
+
shouldRevalidate?: AgnosticIndexRouteObject["shouldRevalidate"];
|
|
1725
|
+
handle?: AgnosticIndexRouteObject["handle"];
|
|
1726
|
+
index: true;
|
|
1727
|
+
children?: undefined;
|
|
1728
|
+
element?: React.ReactNode | null;
|
|
1729
|
+
hydrateFallbackElement?: React.ReactNode | null;
|
|
1730
|
+
errorElement?: React.ReactNode | null;
|
|
1731
|
+
Component?: React.ComponentType | null;
|
|
1732
|
+
HydrateFallback?: React.ComponentType | null;
|
|
1733
|
+
ErrorBoundary?: React.ComponentType | null;
|
|
1734
|
+
lazy?: LazyRouteDefinition<RouteObject>;
|
|
1735
|
+
}
|
|
1736
|
+
interface NonIndexRouteObject {
|
|
1737
|
+
caseSensitive?: AgnosticNonIndexRouteObject["caseSensitive"];
|
|
1738
|
+
path?: AgnosticNonIndexRouteObject["path"];
|
|
1739
|
+
id?: AgnosticNonIndexRouteObject["id"];
|
|
1740
|
+
middleware?: AgnosticNonIndexRouteObject["middleware"];
|
|
1741
|
+
loader?: AgnosticNonIndexRouteObject["loader"];
|
|
1742
|
+
action?: AgnosticNonIndexRouteObject["action"];
|
|
1743
|
+
hasErrorBoundary?: AgnosticNonIndexRouteObject["hasErrorBoundary"];
|
|
1744
|
+
shouldRevalidate?: AgnosticNonIndexRouteObject["shouldRevalidate"];
|
|
1745
|
+
handle?: AgnosticNonIndexRouteObject["handle"];
|
|
1746
|
+
index?: false;
|
|
1747
|
+
children?: RouteObject[];
|
|
1748
|
+
element?: React.ReactNode | null;
|
|
1749
|
+
hydrateFallbackElement?: React.ReactNode | null;
|
|
1750
|
+
errorElement?: React.ReactNode | null;
|
|
1751
|
+
Component?: React.ComponentType | null;
|
|
1752
|
+
HydrateFallback?: React.ComponentType | null;
|
|
1753
|
+
ErrorBoundary?: React.ComponentType | null;
|
|
1754
|
+
lazy?: LazyRouteDefinition<RouteObject>;
|
|
1755
|
+
}
|
|
1756
|
+
type RouteObject = IndexRouteObject | NonIndexRouteObject;
|
|
1757
|
+
type DataRouteObject = RouteObject & {
|
|
1758
|
+
children?: DataRouteObject[];
|
|
1759
|
+
id: string;
|
|
1760
|
+
};
|
|
1761
|
+
interface RouteMatch<ParamKey extends string = string, RouteObjectType extends RouteObject = RouteObject> extends AgnosticRouteMatch<ParamKey, RouteObjectType> {
|
|
1762
|
+
}
|
|
1763
|
+
interface DataRouteMatch extends RouteMatch<string, DataRouteObject> {
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
type Primitive = null | undefined | string | number | boolean | symbol | bigint;
|
|
1767
|
+
type LiteralUnion<LiteralType, BaseType extends Primitive> = LiteralType | (BaseType & Record<never, never>);
|
|
1768
|
+
interface HtmlLinkProps {
|
|
1769
|
+
/**
|
|
1770
|
+
* Address of the hyperlink
|
|
1771
|
+
*/
|
|
1772
|
+
href?: string;
|
|
1773
|
+
/**
|
|
1774
|
+
* How the element handles crossorigin requests
|
|
1775
|
+
*/
|
|
1776
|
+
crossOrigin?: "anonymous" | "use-credentials";
|
|
1777
|
+
/**
|
|
1778
|
+
* Relationship between the document containing the hyperlink and the destination resource
|
|
1779
|
+
*/
|
|
1780
|
+
rel: LiteralUnion<"alternate" | "dns-prefetch" | "icon" | "manifest" | "modulepreload" | "next" | "pingback" | "preconnect" | "prefetch" | "preload" | "prerender" | "search" | "stylesheet", string>;
|
|
1781
|
+
/**
|
|
1782
|
+
* Applicable media: "screen", "print", "(max-width: 764px)"
|
|
1783
|
+
*/
|
|
1784
|
+
media?: string;
|
|
1785
|
+
/**
|
|
1786
|
+
* Integrity metadata used in Subresource Integrity checks
|
|
1787
|
+
*/
|
|
1788
|
+
integrity?: string;
|
|
1789
|
+
/**
|
|
1790
|
+
* Language of the linked resource
|
|
1791
|
+
*/
|
|
1792
|
+
hrefLang?: string;
|
|
1793
|
+
/**
|
|
1794
|
+
* Hint for the type of the referenced resource
|
|
1795
|
+
*/
|
|
1796
|
+
type?: string;
|
|
1797
|
+
/**
|
|
1798
|
+
* Referrer policy for fetches initiated by the element
|
|
1799
|
+
*/
|
|
1800
|
+
referrerPolicy?: "" | "no-referrer" | "no-referrer-when-downgrade" | "same-origin" | "origin" | "strict-origin" | "origin-when-cross-origin" | "strict-origin-when-cross-origin" | "unsafe-url";
|
|
1801
|
+
/**
|
|
1802
|
+
* Sizes of the icons (for rel="icon")
|
|
1803
|
+
*/
|
|
1804
|
+
sizes?: string;
|
|
1805
|
+
/**
|
|
1806
|
+
* Potential destination for a preload request (for rel="preload" and rel="modulepreload")
|
|
1807
|
+
*/
|
|
1808
|
+
as?: LiteralUnion<"audio" | "audioworklet" | "document" | "embed" | "fetch" | "font" | "frame" | "iframe" | "image" | "manifest" | "object" | "paintworklet" | "report" | "script" | "serviceworker" | "sharedworker" | "style" | "track" | "video" | "worker" | "xslt", string>;
|
|
1809
|
+
/**
|
|
1810
|
+
* Color to use when customizing a site's icon (for rel="mask-icon")
|
|
1811
|
+
*/
|
|
1812
|
+
color?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* Whether the link is disabled
|
|
1815
|
+
*/
|
|
1816
|
+
disabled?: boolean;
|
|
1817
|
+
/**
|
|
1818
|
+
* The title attribute has special semantics on this element: Title of the link; CSS style sheet set name.
|
|
1819
|
+
*/
|
|
1820
|
+
title?: string;
|
|
1821
|
+
/**
|
|
1822
|
+
* Images to use in different situations, e.g., high-resolution displays,
|
|
1823
|
+
* small monitors, etc. (for rel="preload")
|
|
1824
|
+
*/
|
|
1825
|
+
imageSrcSet?: string;
|
|
1826
|
+
/**
|
|
1827
|
+
* Image sizes for different page layouts (for rel="preload")
|
|
1828
|
+
*/
|
|
1829
|
+
imageSizes?: string;
|
|
1830
|
+
}
|
|
1831
|
+
interface HtmlLinkPreloadImage extends HtmlLinkProps {
|
|
1832
|
+
/**
|
|
1833
|
+
* Relationship between the document containing the hyperlink and the destination resource
|
|
1834
|
+
*/
|
|
1835
|
+
rel: "preload";
|
|
1836
|
+
/**
|
|
1837
|
+
* Potential destination for a preload request (for rel="preload" and rel="modulepreload")
|
|
1838
|
+
*/
|
|
1839
|
+
as: "image";
|
|
1840
|
+
/**
|
|
1841
|
+
* Address of the hyperlink
|
|
1842
|
+
*/
|
|
1843
|
+
href?: string;
|
|
1844
|
+
/**
|
|
1845
|
+
* Images to use in different situations, e.g., high-resolution displays,
|
|
1846
|
+
* small monitors, etc. (for rel="preload")
|
|
1847
|
+
*/
|
|
1848
|
+
imageSrcSet: string;
|
|
1849
|
+
/**
|
|
1850
|
+
* Image sizes for different page layouts (for rel="preload")
|
|
1851
|
+
*/
|
|
1852
|
+
imageSizes?: string;
|
|
1853
|
+
}
|
|
1854
|
+
/**
|
|
1855
|
+
* Represents a `<link>` element.
|
|
1856
|
+
*
|
|
1857
|
+
* WHATWG Specification: https://html.spec.whatwg.org/multipage/semantics.html#the-link-element
|
|
1858
|
+
*/
|
|
1859
|
+
type HtmlLinkDescriptor = (HtmlLinkProps & Pick<Required<HtmlLinkProps>, "href">) | (HtmlLinkPreloadImage & Pick<Required<HtmlLinkPreloadImage>, "imageSizes">) | (HtmlLinkPreloadImage & Pick<Required<HtmlLinkPreloadImage>, "href"> & {
|
|
1860
|
+
imageSizes?: never;
|
|
1861
|
+
});
|
|
1862
|
+
interface PageLinkDescriptor extends Omit<HtmlLinkDescriptor, "href" | "rel" | "type" | "sizes" | "imageSrcSet" | "imageSizes" | "as" | "color" | "title"> {
|
|
1863
|
+
/**
|
|
1864
|
+
* A [`nonce`](https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Global_attributes/nonce)
|
|
1865
|
+
* attribute to render on the [`<link>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/link)
|
|
1866
|
+
* element
|
|
1867
|
+
*/
|
|
1868
|
+
nonce?: string | undefined;
|
|
1869
|
+
/**
|
|
1870
|
+
* The absolute path of the page to prefetch, e.g. `/absolute/path`.
|
|
1871
|
+
*/
|
|
1872
|
+
page: string;
|
|
1873
|
+
}
|
|
1874
|
+
type LinkDescriptor = HtmlLinkDescriptor | PageLinkDescriptor;
|
|
1875
|
+
|
|
1876
|
+
type Serializable = undefined | null | boolean | string | symbol | number | Array<Serializable> | {
|
|
1877
|
+
[key: PropertyKey]: Serializable;
|
|
1878
|
+
} | bigint | Date | URL | RegExp | Error | Map<Serializable, Serializable> | Set<Serializable> | Promise<Serializable>;
|
|
1879
|
+
|
|
1880
|
+
type Equal<X, Y> = (<T>() => T extends X ? 1 : 2) extends (<T>() => T extends Y ? 1 : 2) ? true : false;
|
|
1881
|
+
type IsAny<T> = 0 extends 1 & T ? true : false;
|
|
1882
|
+
type Func = (...args: any[]) => unknown;
|
|
1883
|
+
|
|
1884
|
+
/**
|
|
1885
|
+
* A brand that can be applied to a type to indicate that it will serialize
|
|
1886
|
+
* to a specific type when transported to the client from a loader.
|
|
1887
|
+
* Only use this if you have additional serialization/deserialization logic
|
|
1888
|
+
* in your application.
|
|
1889
|
+
*/
|
|
1890
|
+
type unstable_SerializesTo<T> = {
|
|
1891
|
+
unstable__ReactRouter_SerializesTo: [T];
|
|
1892
|
+
};
|
|
1893
|
+
|
|
1894
|
+
type Serialize<T> = T extends unstable_SerializesTo<infer To> ? To : T extends Serializable ? T : T extends (...args: any[]) => unknown ? undefined : T extends Promise<infer U> ? Promise<Serialize<U>> : T extends Map<infer K, infer V> ? Map<Serialize<K>, Serialize<V>> : T extends ReadonlyMap<infer K, infer V> ? ReadonlyMap<Serialize<K>, Serialize<V>> : T extends Set<infer U> ? Set<Serialize<U>> : T extends ReadonlySet<infer U> ? ReadonlySet<Serialize<U>> : T extends [] ? [] : T extends readonly [infer F, ...infer R] ? [Serialize<F>, ...Serialize<R>] : T extends Array<infer U> ? Array<Serialize<U>> : T extends readonly unknown[] ? readonly Serialize<T[number]>[] : T extends Record<any, any> ? {
|
|
1895
|
+
[K in keyof T]: Serialize<T[K]>;
|
|
1896
|
+
} : undefined;
|
|
1897
|
+
type VoidToUndefined<T> = Equal<T, void> extends true ? undefined : T;
|
|
1898
|
+
type DataFrom<T> = IsAny<T> extends true ? undefined : T extends Func ? VoidToUndefined<Awaited<ReturnType<T>>> : undefined;
|
|
1899
|
+
type ClientData<T> = T extends Response ? never : T extends DataWithResponseInit<infer U> ? U : T;
|
|
1900
|
+
type ServerData<T> = T extends Response ? never : T extends DataWithResponseInit<infer U> ? Serialize<U> : Serialize<T>;
|
|
1901
|
+
type ServerDataFrom<T> = ServerData<DataFrom<T>>;
|
|
1902
|
+
type ClientDataFrom<T> = ClientData<DataFrom<T>>;
|
|
1903
|
+
type ClientDataFunctionArgs<Params> = {
|
|
1904
|
+
/**
|
|
1905
|
+
* A {@link https://developer.mozilla.org/en-US/docs/Web/API/Request Fetch Request instance} which you can use to read the URL, the method, the "content-type" header, and the request body from the request.
|
|
1906
|
+
*
|
|
1907
|
+
* @note Because client data functions are called before a network request is made, the Request object does not include the headers which the browser automatically adds. React Router infers the "content-type" header from the enc-type of the form that performed the submission.
|
|
1908
|
+
**/
|
|
1909
|
+
request: Request;
|
|
1910
|
+
/**
|
|
1911
|
+
* {@link https://reactrouter.com/start/framework/routing#dynamic-segments Dynamic route params} for the current route.
|
|
1912
|
+
* @example
|
|
1913
|
+
* // app/routes.ts
|
|
1914
|
+
* route("teams/:teamId", "./team.tsx"),
|
|
1915
|
+
*
|
|
1916
|
+
* // app/team.tsx
|
|
1917
|
+
* export function clientLoader({
|
|
1918
|
+
* params,
|
|
1919
|
+
* }: Route.ClientLoaderArgs) {
|
|
1920
|
+
* params.teamId;
|
|
1921
|
+
* // ^ string
|
|
1922
|
+
* }
|
|
1923
|
+
**/
|
|
1924
|
+
params: Params;
|
|
1925
|
+
/**
|
|
1926
|
+
* Matched un-interpolated route pattern for the current path (i.e., /blog/:slug).
|
|
1927
|
+
* Mostly useful as a identifier to aggregate on for logging/tracing/etc.
|
|
1928
|
+
*/
|
|
1929
|
+
unstable_pattern: string;
|
|
1930
|
+
/**
|
|
1931
|
+
* When `future.v8_middleware` is not enabled, this is undefined.
|
|
1932
|
+
*
|
|
1933
|
+
* When `future.v8_middleware` is enabled, this is an instance of
|
|
1934
|
+
* `RouterContextProvider` and can be used to access context values
|
|
1935
|
+
* from your route middlewares. You may pass in initial context values in your
|
|
1936
|
+
* `<HydratedRouter getContext>` prop
|
|
1937
|
+
*/
|
|
1938
|
+
context: Readonly<RouterContextProvider>;
|
|
1939
|
+
};
|
|
1940
|
+
type SerializeFrom<T> = T extends (...args: infer Args) => unknown ? Args extends [
|
|
1941
|
+
ClientLoaderFunctionArgs | ClientActionFunctionArgs | ClientDataFunctionArgs<unknown>
|
|
1942
|
+
] ? ClientDataFrom<T> : ServerDataFrom<T> : T;
|
|
1943
|
+
|
|
1944
|
+
/**
|
|
1945
|
+
* A function that handles data mutations for a route on the client
|
|
1946
|
+
*/
|
|
1947
|
+
type ClientActionFunction = (args: ClientActionFunctionArgs) => ReturnType<ActionFunction>;
|
|
1948
|
+
/**
|
|
1949
|
+
* Arguments passed to a route `clientAction` function
|
|
1950
|
+
*/
|
|
1951
|
+
type ClientActionFunctionArgs = ActionFunctionArgs & {
|
|
1952
|
+
serverAction: <T = unknown>() => Promise<SerializeFrom<T>>;
|
|
1953
|
+
};
|
|
1954
|
+
/**
|
|
1955
|
+
* A function that loads data for a route on the client
|
|
1956
|
+
*/
|
|
1957
|
+
type ClientLoaderFunction = ((args: ClientLoaderFunctionArgs) => ReturnType<LoaderFunction>) & {
|
|
1958
|
+
hydrate?: boolean;
|
|
1959
|
+
};
|
|
1960
|
+
/**
|
|
1961
|
+
* Arguments passed to a route `clientLoader` function
|
|
1962
|
+
*/
|
|
1963
|
+
type ClientLoaderFunctionArgs = LoaderFunctionArgs & {
|
|
1964
|
+
serverLoader: <T = unknown>() => Promise<SerializeFrom<T>>;
|
|
1965
|
+
};
|
|
1966
|
+
type HeadersArgs = {
|
|
1967
|
+
loaderHeaders: Headers;
|
|
1968
|
+
parentHeaders: Headers;
|
|
1969
|
+
actionHeaders: Headers;
|
|
1970
|
+
errorHeaders: Headers | undefined;
|
|
1971
|
+
};
|
|
1972
|
+
/**
|
|
1973
|
+
* A function that returns HTTP headers to be used for a route. These headers
|
|
1974
|
+
* will be merged with (and take precedence over) headers from parent routes.
|
|
1975
|
+
*/
|
|
1976
|
+
interface HeadersFunction {
|
|
1977
|
+
(args: HeadersArgs): Headers | HeadersInit;
|
|
1978
|
+
}
|
|
1979
|
+
/**
|
|
1980
|
+
* A function that defines `<link>` tags to be inserted into the `<head>` of
|
|
1981
|
+
* the document on route transitions.
|
|
1982
|
+
*
|
|
1983
|
+
* @see https://reactrouter.com/start/framework/route-module#meta
|
|
1984
|
+
*/
|
|
1985
|
+
interface LinksFunction {
|
|
1986
|
+
(): LinkDescriptor[];
|
|
1987
|
+
}
|
|
1988
|
+
interface MetaMatch<RouteId extends string = string, Loader extends LoaderFunction | ClientLoaderFunction | unknown = unknown> {
|
|
1989
|
+
id: RouteId;
|
|
1990
|
+
pathname: DataRouteMatch["pathname"];
|
|
1991
|
+
/** @deprecated Use `MetaMatch.loaderData` instead */
|
|
1992
|
+
data: Loader extends LoaderFunction | ClientLoaderFunction ? SerializeFrom<Loader> : unknown;
|
|
1993
|
+
loaderData: Loader extends LoaderFunction | ClientLoaderFunction ? SerializeFrom<Loader> : unknown;
|
|
1994
|
+
handle?: RouteHandle;
|
|
1995
|
+
params: DataRouteMatch["params"];
|
|
1996
|
+
meta: MetaDescriptor[];
|
|
1997
|
+
error?: unknown;
|
|
1998
|
+
}
|
|
1999
|
+
type MetaMatches<MatchLoaders extends Record<string, LoaderFunction | ClientLoaderFunction | unknown> = Record<string, unknown>> = Array<{
|
|
2000
|
+
[K in keyof MatchLoaders]: MetaMatch<Exclude<K, number | symbol>, MatchLoaders[K]>;
|
|
2001
|
+
}[keyof MatchLoaders]>;
|
|
2002
|
+
interface MetaArgs<Loader extends LoaderFunction | ClientLoaderFunction | unknown = unknown, MatchLoaders extends Record<string, LoaderFunction | ClientLoaderFunction | unknown> = Record<string, unknown>> {
|
|
2003
|
+
/** @deprecated Use `MetaArgs.loaderData` instead */
|
|
2004
|
+
data: (Loader extends LoaderFunction | ClientLoaderFunction ? SerializeFrom<Loader> : unknown) | undefined;
|
|
2005
|
+
loaderData: (Loader extends LoaderFunction | ClientLoaderFunction ? SerializeFrom<Loader> : unknown) | undefined;
|
|
2006
|
+
params: Params;
|
|
2007
|
+
location: Location;
|
|
2008
|
+
matches: MetaMatches<MatchLoaders>;
|
|
2009
|
+
error?: unknown;
|
|
2010
|
+
}
|
|
2011
|
+
/**
|
|
2012
|
+
* A function that returns an array of data objects to use for rendering
|
|
2013
|
+
* metadata HTML tags in a route. These tags are not rendered on descendant
|
|
2014
|
+
* routes in the route hierarchy. In other words, they will only be rendered on
|
|
2015
|
+
* the route in which they are exported.
|
|
2016
|
+
*
|
|
2017
|
+
* @param Loader - The type of the current route's loader function
|
|
2018
|
+
* @param MatchLoaders - Mapping from a parent route's filepath to its loader
|
|
2019
|
+
* function type
|
|
2020
|
+
*
|
|
2021
|
+
* Note that parent route filepaths are relative to the `app/` directory.
|
|
2022
|
+
*
|
|
2023
|
+
* For example, if this meta function is for `/sales/customers/$customerId`:
|
|
2024
|
+
*
|
|
2025
|
+
* ```ts
|
|
2026
|
+
* // app/root.tsx
|
|
2027
|
+
* const loader = () => ({ hello: "world" })
|
|
2028
|
+
* export type Loader = typeof loader
|
|
2029
|
+
*
|
|
2030
|
+
* // app/routes/sales.tsx
|
|
2031
|
+
* const loader = () => ({ salesCount: 1074 })
|
|
2032
|
+
* export type Loader = typeof loader
|
|
2033
|
+
*
|
|
2034
|
+
* // app/routes/sales/customers.tsx
|
|
2035
|
+
* const loader = () => ({ customerCount: 74 })
|
|
2036
|
+
* export type Loader = typeof loader
|
|
2037
|
+
*
|
|
2038
|
+
* // app/routes/sales/customers/$customersId.tsx
|
|
2039
|
+
* import type { Loader as RootLoader } from "../../../root"
|
|
2040
|
+
* import type { Loader as SalesLoader } from "../../sales"
|
|
2041
|
+
* import type { Loader as CustomersLoader } from "../../sales/customers"
|
|
2042
|
+
*
|
|
2043
|
+
* const loader = () => ({ name: "Customer name" })
|
|
2044
|
+
*
|
|
2045
|
+
* const meta: MetaFunction<typeof loader, {
|
|
2046
|
+
* "root": RootLoader,
|
|
2047
|
+
* "routes/sales": SalesLoader,
|
|
2048
|
+
* "routes/sales/customers": CustomersLoader,
|
|
2049
|
+
* }> = ({ data, matches }) => {
|
|
2050
|
+
* const { name } = data
|
|
2051
|
+
* // ^? string
|
|
2052
|
+
* const { customerCount } = matches.find((match) => match.id === "routes/sales/customers").data
|
|
2053
|
+
* // ^? number
|
|
2054
|
+
* const { salesCount } = matches.find((match) => match.id === "routes/sales").data
|
|
2055
|
+
* // ^? number
|
|
2056
|
+
* const { hello } = matches.find((match) => match.id === "root").data
|
|
2057
|
+
* // ^? "world"
|
|
2058
|
+
* }
|
|
2059
|
+
* ```
|
|
2060
|
+
*/
|
|
2061
|
+
interface MetaFunction<Loader extends LoaderFunction | ClientLoaderFunction | unknown = unknown, MatchLoaders extends Record<string, LoaderFunction | ClientLoaderFunction | unknown> = Record<string, unknown>> {
|
|
2062
|
+
(args: MetaArgs<Loader, MatchLoaders>): MetaDescriptor[] | undefined;
|
|
2063
|
+
}
|
|
2064
|
+
type MetaDescriptor = {
|
|
2065
|
+
charSet: "utf-8";
|
|
2066
|
+
} | {
|
|
2067
|
+
title: string;
|
|
2068
|
+
} | {
|
|
2069
|
+
name: string;
|
|
2070
|
+
content: string;
|
|
2071
|
+
} | {
|
|
2072
|
+
property: string;
|
|
2073
|
+
content: string;
|
|
2074
|
+
} | {
|
|
2075
|
+
httpEquiv: string;
|
|
2076
|
+
content: string;
|
|
2077
|
+
} | {
|
|
2078
|
+
"script:ld+json": LdJsonObject;
|
|
2079
|
+
} | {
|
|
2080
|
+
tagName: "meta" | "link";
|
|
2081
|
+
[name: string]: string;
|
|
2082
|
+
} | {
|
|
2083
|
+
[name: string]: unknown;
|
|
2084
|
+
};
|
|
2085
|
+
type LdJsonObject = {
|
|
2086
|
+
[Key in string]: LdJsonValue;
|
|
2087
|
+
} & {
|
|
2088
|
+
[Key in string]?: LdJsonValue | undefined;
|
|
2089
|
+
};
|
|
2090
|
+
type LdJsonArray = LdJsonValue[] | readonly LdJsonValue[];
|
|
2091
|
+
type LdJsonPrimitive = string | number | boolean | null;
|
|
2092
|
+
type LdJsonValue = LdJsonPrimitive | LdJsonObject | LdJsonArray;
|
|
2093
|
+
/**
|
|
2094
|
+
* An arbitrary object that is associated with a route.
|
|
2095
|
+
*
|
|
2096
|
+
* @see https://reactrouter.com/how-to/using-handle
|
|
2097
|
+
*/
|
|
2098
|
+
type RouteHandle = unknown;
|
|
2099
|
+
|
|
2100
|
+
declare const redirect: typeof redirect$1;
|
|
2101
|
+
declare const redirectDocument: typeof redirectDocument$1;
|
|
2102
|
+
declare const replace: typeof replace$1;
|
|
2103
|
+
declare const Await: typeof Await$1;
|
|
2104
|
+
type RSCRouteConfigEntryBase = {
|
|
2105
|
+
action?: ActionFunction;
|
|
2106
|
+
clientAction?: ClientActionFunction;
|
|
2107
|
+
clientLoader?: ClientLoaderFunction;
|
|
2108
|
+
ErrorBoundary?: React.ComponentType<any>;
|
|
2109
|
+
handle?: any;
|
|
2110
|
+
headers?: HeadersFunction;
|
|
2111
|
+
HydrateFallback?: React.ComponentType<any>;
|
|
2112
|
+
Layout?: React.ComponentType<any>;
|
|
2113
|
+
links?: LinksFunction;
|
|
2114
|
+
loader?: LoaderFunction;
|
|
2115
|
+
meta?: MetaFunction;
|
|
2116
|
+
shouldRevalidate?: ShouldRevalidateFunction;
|
|
2117
|
+
};
|
|
2118
|
+
type RSCRouteConfigEntry = RSCRouteConfigEntryBase & {
|
|
2119
|
+
id: string;
|
|
2120
|
+
path?: string;
|
|
2121
|
+
Component?: React.ComponentType<any>;
|
|
2122
|
+
lazy?: () => Promise<RSCRouteConfigEntryBase & ({
|
|
2123
|
+
default?: React.ComponentType<any>;
|
|
2124
|
+
Component?: never;
|
|
2125
|
+
} | {
|
|
2126
|
+
default?: never;
|
|
2127
|
+
Component?: React.ComponentType<any>;
|
|
2128
|
+
})>;
|
|
2129
|
+
} & ({
|
|
2130
|
+
index: true;
|
|
2131
|
+
} | {
|
|
2132
|
+
children?: RSCRouteConfigEntry[];
|
|
2133
|
+
});
|
|
2134
|
+
type RSCRouteConfig = Array<RSCRouteConfigEntry>;
|
|
2135
|
+
type RSCRouteManifest = {
|
|
2136
|
+
clientAction?: ClientActionFunction;
|
|
2137
|
+
clientLoader?: ClientLoaderFunction;
|
|
2138
|
+
element?: React.ReactElement | false;
|
|
2139
|
+
errorElement?: React.ReactElement;
|
|
2140
|
+
handle?: any;
|
|
2141
|
+
hasAction: boolean;
|
|
2142
|
+
hasComponent: boolean;
|
|
2143
|
+
hasErrorBoundary: boolean;
|
|
2144
|
+
hasLoader: boolean;
|
|
2145
|
+
hydrateFallbackElement?: React.ReactElement;
|
|
2146
|
+
id: string;
|
|
2147
|
+
index?: boolean;
|
|
2148
|
+
links?: LinksFunction;
|
|
2149
|
+
meta?: MetaFunction;
|
|
2150
|
+
parentId?: string;
|
|
2151
|
+
path?: string;
|
|
2152
|
+
shouldRevalidate?: ShouldRevalidateFunction;
|
|
2153
|
+
};
|
|
2154
|
+
type RSCRouteMatch = RSCRouteManifest & {
|
|
2155
|
+
params: Params;
|
|
2156
|
+
pathname: string;
|
|
2157
|
+
pathnameBase: string;
|
|
2158
|
+
};
|
|
2159
|
+
type RSCRenderPayload = {
|
|
2160
|
+
type: "render";
|
|
2161
|
+
actionData: Record<string, any> | null;
|
|
2162
|
+
basename: string | undefined;
|
|
2163
|
+
errors: Record<string, any> | null;
|
|
2164
|
+
loaderData: Record<string, any>;
|
|
2165
|
+
location: Location;
|
|
2166
|
+
matches: RSCRouteMatch[];
|
|
2167
|
+
patches?: RSCRouteManifest[];
|
|
2168
|
+
nonce?: string;
|
|
2169
|
+
formState?: unknown;
|
|
2170
|
+
};
|
|
2171
|
+
type RSCManifestPayload = {
|
|
2172
|
+
type: "manifest";
|
|
2173
|
+
patches: RSCRouteManifest[];
|
|
2174
|
+
};
|
|
2175
|
+
type RSCActionPayload = {
|
|
2176
|
+
type: "action";
|
|
2177
|
+
actionResult: Promise<unknown>;
|
|
2178
|
+
rerender?: Promise<RSCRenderPayload | RSCRedirectPayload>;
|
|
2179
|
+
};
|
|
2180
|
+
type RSCRedirectPayload = {
|
|
2181
|
+
type: "redirect";
|
|
2182
|
+
status: number;
|
|
2183
|
+
location: string;
|
|
2184
|
+
replace: boolean;
|
|
2185
|
+
reload: boolean;
|
|
2186
|
+
actionResult?: Promise<unknown>;
|
|
2187
|
+
};
|
|
2188
|
+
type RSCPayload = RSCRenderPayload | RSCManifestPayload | RSCActionPayload | RSCRedirectPayload;
|
|
2189
|
+
type RSCMatch = {
|
|
2190
|
+
statusCode: number;
|
|
2191
|
+
headers: Headers;
|
|
2192
|
+
payload: RSCPayload;
|
|
2193
|
+
};
|
|
2194
|
+
type DecodeActionFunction = (formData: FormData) => Promise<() => Promise<unknown>>;
|
|
2195
|
+
type DecodeFormStateFunction = (result: unknown, formData: FormData) => unknown;
|
|
2196
|
+
type DecodeReplyFunction = (reply: FormData | string, options: {
|
|
2197
|
+
temporaryReferences: unknown;
|
|
2198
|
+
}) => Promise<unknown[]>;
|
|
2199
|
+
type LoadServerActionFunction = (id: string) => Promise<Function>;
|
|
2200
|
+
/**
|
|
2201
|
+
* Matches the given routes to a [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request)
|
|
2202
|
+
* and returns an [RSC](https://react.dev/reference/rsc/server-components)
|
|
2203
|
+
* [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
2204
|
+
* encoding an {@link unstable_RSCPayload} for consumption by an [RSC](https://react.dev/reference/rsc/server-components)
|
|
2205
|
+
* enabled client router.
|
|
2206
|
+
*
|
|
2207
|
+
* @example
|
|
2208
|
+
* import {
|
|
2209
|
+
* createTemporaryReferenceSet,
|
|
2210
|
+
* decodeAction,
|
|
2211
|
+
* decodeReply,
|
|
2212
|
+
* loadServerAction,
|
|
2213
|
+
* renderToReadableStream,
|
|
2214
|
+
* } from "@vitejs/plugin-rsc/rsc";
|
|
2215
|
+
* import { unstable_matchRSCServerRequest as matchRSCServerRequest } from "react-router";
|
|
2216
|
+
*
|
|
2217
|
+
* matchRSCServerRequest({
|
|
2218
|
+
* createTemporaryReferenceSet,
|
|
2219
|
+
* decodeAction,
|
|
2220
|
+
* decodeFormState,
|
|
2221
|
+
* decodeReply,
|
|
2222
|
+
* loadServerAction,
|
|
2223
|
+
* request,
|
|
2224
|
+
* routes: routes(),
|
|
2225
|
+
* generateResponse(match) {
|
|
2226
|
+
* return new Response(
|
|
2227
|
+
* renderToReadableStream(match.payload),
|
|
2228
|
+
* {
|
|
2229
|
+
* status: match.statusCode,
|
|
2230
|
+
* headers: match.headers,
|
|
2231
|
+
* }
|
|
2232
|
+
* );
|
|
2233
|
+
* },
|
|
2234
|
+
* });
|
|
2235
|
+
*
|
|
2236
|
+
* @name unstable_matchRSCServerRequest
|
|
2237
|
+
* @public
|
|
2238
|
+
* @category RSC
|
|
2239
|
+
* @mode data
|
|
2240
|
+
* @param opts Options
|
|
2241
|
+
* @param opts.allowedActionOrigins Origin patterns that are allowed to execute actions.
|
|
2242
|
+
* @param opts.basename The basename to use when matching the request.
|
|
2243
|
+
* @param opts.createTemporaryReferenceSet A function that returns a temporary
|
|
2244
|
+
* reference set for the request, used to track temporary references in the [RSC](https://react.dev/reference/rsc/server-components)
|
|
2245
|
+
* stream.
|
|
2246
|
+
* @param opts.decodeAction Your `react-server-dom-xyz/server`'s `decodeAction`
|
|
2247
|
+
* function, responsible for loading a server action.
|
|
2248
|
+
* @param opts.decodeFormState A function responsible for decoding form state for
|
|
2249
|
+
* progressively enhanceable forms with React's [`useActionState`](https://react.dev/reference/react/useActionState)
|
|
2250
|
+
* using your `react-server-dom-xyz/server`'s `decodeFormState`.
|
|
2251
|
+
* @param opts.decodeReply Your `react-server-dom-xyz/server`'s `decodeReply`
|
|
2252
|
+
* function, used to decode the server function's arguments and bind them to the
|
|
2253
|
+
* implementation for invocation by the router.
|
|
2254
|
+
* @param opts.generateResponse A function responsible for using your
|
|
2255
|
+
* `renderToReadableStream` to generate a [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
2256
|
+
* encoding the {@link unstable_RSCPayload}.
|
|
2257
|
+
* @param opts.loadServerAction Your `react-server-dom-xyz/server`'s
|
|
2258
|
+
* `loadServerAction` function, used to load a server action by ID.
|
|
2259
|
+
* @param opts.onError An optional error handler that will be called with any
|
|
2260
|
+
* errors that occur during the request processing.
|
|
2261
|
+
* @param opts.request The [`Request`](https://developer.mozilla.org/en-US/docs/Web/API/Request)
|
|
2262
|
+
* to match against.
|
|
2263
|
+
* @param opts.requestContext An instance of {@link RouterContextProvider}
|
|
2264
|
+
* that should be created per request, to be passed to [`action`](../../start/data/route-object#action)s,
|
|
2265
|
+
* [`loader`](../../start/data/route-object#loader)s and [middleware](../../how-to/middleware).
|
|
2266
|
+
* @param opts.routes Your {@link unstable_RSCRouteConfigEntry | route definitions}.
|
|
2267
|
+
* @returns A [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response)
|
|
2268
|
+
* that contains the [RSC](https://react.dev/reference/rsc/server-components)
|
|
2269
|
+
* data for hydration.
|
|
2270
|
+
*/
|
|
2271
|
+
declare function matchRSCServerRequest({ allowedActionOrigins, createTemporaryReferenceSet, basename, decodeReply, requestContext, loadServerAction, decodeAction, decodeFormState, onError, request, routes, generateResponse, }: {
|
|
2272
|
+
allowedActionOrigins?: string[];
|
|
2273
|
+
createTemporaryReferenceSet: () => unknown;
|
|
2274
|
+
basename?: string;
|
|
2275
|
+
decodeReply?: DecodeReplyFunction;
|
|
2276
|
+
decodeAction?: DecodeActionFunction;
|
|
2277
|
+
decodeFormState?: DecodeFormStateFunction;
|
|
2278
|
+
requestContext?: RouterContextProvider;
|
|
2279
|
+
loadServerAction?: LoadServerActionFunction;
|
|
2280
|
+
onError?: (error: unknown) => void;
|
|
2281
|
+
request: Request;
|
|
2282
|
+
routes: RSCRouteConfigEntry[];
|
|
2283
|
+
generateResponse: (match: RSCMatch, { onError, temporaryReferences, }: {
|
|
2284
|
+
onError(error: unknown): string | undefined;
|
|
2285
|
+
temporaryReferences: unknown;
|
|
2286
|
+
}) => Response;
|
|
2287
|
+
}): Promise<Response>;
|
|
2288
|
+
|
|
2289
|
+
/**
|
|
2290
|
+
* Apps can use this interface to "register" app-wide types for React Router via interface declaration merging and module augmentation.
|
|
2291
|
+
* React Router should handle this for you via type generation.
|
|
2292
|
+
*
|
|
2293
|
+
* For more on declaration merging and module augmentation, see https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation .
|
|
2294
|
+
*/
|
|
2295
|
+
interface Register {
|
|
2296
|
+
}
|
|
2297
|
+
type AnyParams = Record<string, string | undefined>;
|
|
2298
|
+
type AnyPages = Record<string, {
|
|
2299
|
+
params: AnyParams;
|
|
2300
|
+
}>;
|
|
2301
|
+
type Pages = Register extends {
|
|
2302
|
+
pages: infer Registered extends AnyPages;
|
|
2303
|
+
} ? Registered : AnyPages;
|
|
2304
|
+
|
|
2305
|
+
type Args = {
|
|
2306
|
+
[K in keyof Pages]: ToArgs<Pages[K]["params"]>;
|
|
2307
|
+
};
|
|
2308
|
+
type ToArgs<Params extends Record<string, string | undefined>> = Equal<Params, {}> extends true ? [] : Partial<Params> extends Params ? [Params] | [] : [
|
|
2309
|
+
Params
|
|
2310
|
+
];
|
|
2311
|
+
/**
|
|
2312
|
+
Returns a resolved URL path for the specified route.
|
|
2313
|
+
|
|
2314
|
+
```tsx
|
|
2315
|
+
const h = href("/:lang?/about", { lang: "en" })
|
|
2316
|
+
// -> `/en/about`
|
|
2317
|
+
|
|
2318
|
+
<Link to={href("/products/:id", { id: "abc123" })} />
|
|
2319
|
+
```
|
|
2320
|
+
*/
|
|
2321
|
+
declare function href<Path extends keyof Args>(path: Path, ...args: Args[Path]): string;
|
|
2322
|
+
|
|
2323
|
+
interface CookieSignatureOptions {
|
|
2324
|
+
/**
|
|
2325
|
+
* An array of secrets that may be used to sign/unsign the value of a cookie.
|
|
2326
|
+
*
|
|
2327
|
+
* The array makes it easy to rotate secrets. New secrets should be added to
|
|
2328
|
+
* the beginning of the array. `cookie.serialize()` will always use the first
|
|
2329
|
+
* value in the array, but `cookie.parse()` may use any of them so that
|
|
2330
|
+
* cookies that were signed with older secrets still work.
|
|
2331
|
+
*/
|
|
2332
|
+
secrets?: string[];
|
|
2333
|
+
}
|
|
2334
|
+
type CookieOptions = ParseOptions & SerializeOptions & CookieSignatureOptions;
|
|
2335
|
+
/**
|
|
2336
|
+
* A HTTP cookie.
|
|
2337
|
+
*
|
|
2338
|
+
* A Cookie is a logical container for metadata about a HTTP cookie; its name
|
|
2339
|
+
* and options. But it doesn't contain a value. Instead, it has `parse()` and
|
|
2340
|
+
* `serialize()` methods that allow a single instance to be reused for
|
|
2341
|
+
* parsing/encoding multiple different values.
|
|
2342
|
+
*
|
|
2343
|
+
* @see https://remix.run/utils/cookies#cookie-api
|
|
2344
|
+
*/
|
|
2345
|
+
interface Cookie {
|
|
2346
|
+
/**
|
|
2347
|
+
* The name of the cookie, used in the `Cookie` and `Set-Cookie` headers.
|
|
2348
|
+
*/
|
|
2349
|
+
readonly name: string;
|
|
2350
|
+
/**
|
|
2351
|
+
* True if this cookie uses one or more secrets for verification.
|
|
2352
|
+
*/
|
|
2353
|
+
readonly isSigned: boolean;
|
|
2354
|
+
/**
|
|
2355
|
+
* The Date this cookie expires.
|
|
2356
|
+
*
|
|
2357
|
+
* Note: This is calculated at access time using `maxAge` when no `expires`
|
|
2358
|
+
* option is provided to `createCookie()`.
|
|
2359
|
+
*/
|
|
2360
|
+
readonly expires?: Date;
|
|
2361
|
+
/**
|
|
2362
|
+
* Parses a raw `Cookie` header and returns the value of this cookie or
|
|
2363
|
+
* `null` if it's not present.
|
|
2364
|
+
*/
|
|
2365
|
+
parse(cookieHeader: string | null, options?: ParseOptions): Promise<any>;
|
|
2366
|
+
/**
|
|
2367
|
+
* Serializes the given value to a string and returns the `Set-Cookie`
|
|
2368
|
+
* header.
|
|
2369
|
+
*/
|
|
2370
|
+
serialize(value: any, options?: SerializeOptions): Promise<string>;
|
|
2371
|
+
}
|
|
2372
|
+
/**
|
|
2373
|
+
* Creates a logical container for managing a browser cookie from the server.
|
|
2374
|
+
*/
|
|
2375
|
+
declare const createCookie: (name: string, cookieOptions?: CookieOptions) => Cookie;
|
|
2376
|
+
type IsCookieFunction = (object: any) => object is Cookie;
|
|
2377
|
+
/**
|
|
2378
|
+
* Returns true if an object is a Remix cookie container.
|
|
2379
|
+
*
|
|
2380
|
+
* @see https://remix.run/utils/cookies#iscookie
|
|
2381
|
+
*/
|
|
2382
|
+
declare const isCookie: IsCookieFunction;
|
|
2383
|
+
|
|
2384
|
+
/**
|
|
2385
|
+
* An object of name/value pairs to be used in the session.
|
|
2386
|
+
*/
|
|
2387
|
+
interface SessionData {
|
|
2388
|
+
[name: string]: any;
|
|
2389
|
+
}
|
|
2390
|
+
/**
|
|
2391
|
+
* Session persists data across HTTP requests.
|
|
2392
|
+
*
|
|
2393
|
+
* @see https://reactrouter.com/explanation/sessions-and-cookies#sessions
|
|
2394
|
+
*/
|
|
2395
|
+
interface Session<Data = SessionData, FlashData = Data> {
|
|
2396
|
+
/**
|
|
2397
|
+
* A unique identifier for this session.
|
|
2398
|
+
*
|
|
2399
|
+
* Note: This will be the empty string for newly created sessions and
|
|
2400
|
+
* sessions that are not backed by a database (i.e. cookie-based sessions).
|
|
2401
|
+
*/
|
|
2402
|
+
readonly id: string;
|
|
2403
|
+
/**
|
|
2404
|
+
* The raw data contained in this session.
|
|
2405
|
+
*
|
|
2406
|
+
* This is useful mostly for SessionStorage internally to access the raw
|
|
2407
|
+
* session data to persist.
|
|
2408
|
+
*/
|
|
2409
|
+
readonly data: FlashSessionData<Data, FlashData>;
|
|
2410
|
+
/**
|
|
2411
|
+
* Returns `true` if the session has a value for the given `name`, `false`
|
|
2412
|
+
* otherwise.
|
|
2413
|
+
*/
|
|
2414
|
+
has(name: (keyof Data | keyof FlashData) & string): boolean;
|
|
2415
|
+
/**
|
|
2416
|
+
* Returns the value for the given `name` in this session.
|
|
2417
|
+
*/
|
|
2418
|
+
get<Key extends (keyof Data | keyof FlashData) & string>(name: Key): (Key extends keyof Data ? Data[Key] : undefined) | (Key extends keyof FlashData ? FlashData[Key] : undefined) | undefined;
|
|
2419
|
+
/**
|
|
2420
|
+
* Sets a value in the session for the given `name`.
|
|
2421
|
+
*/
|
|
2422
|
+
set<Key extends keyof Data & string>(name: Key, value: Data[Key]): void;
|
|
2423
|
+
/**
|
|
2424
|
+
* Sets a value in the session that is only valid until the next `get()`.
|
|
2425
|
+
* This can be useful for temporary values, like error messages.
|
|
2426
|
+
*/
|
|
2427
|
+
flash<Key extends keyof FlashData & string>(name: Key, value: FlashData[Key]): void;
|
|
2428
|
+
/**
|
|
2429
|
+
* Removes a value from the session.
|
|
2430
|
+
*/
|
|
2431
|
+
unset(name: keyof Data & string): void;
|
|
2432
|
+
}
|
|
2433
|
+
type FlashSessionData<Data, FlashData> = Partial<Data & {
|
|
2434
|
+
[Key in keyof FlashData as FlashDataKey<Key & string>]: FlashData[Key];
|
|
2435
|
+
}>;
|
|
2436
|
+
type FlashDataKey<Key extends string> = `__flash_${Key}__`;
|
|
2437
|
+
type CreateSessionFunction = <Data = SessionData, FlashData = Data>(initialData?: Data, id?: string) => Session<Data, FlashData>;
|
|
2438
|
+
/**
|
|
2439
|
+
* Creates a new Session object.
|
|
2440
|
+
*
|
|
2441
|
+
* Note: This function is typically not invoked directly by application code.
|
|
2442
|
+
* Instead, use a `SessionStorage` object's `getSession` method.
|
|
2443
|
+
*/
|
|
2444
|
+
declare const createSession: CreateSessionFunction;
|
|
2445
|
+
type IsSessionFunction = (object: any) => object is Session;
|
|
2446
|
+
/**
|
|
2447
|
+
* Returns true if an object is a React Router session.
|
|
2448
|
+
*
|
|
2449
|
+
* @see https://reactrouter.com/api/utils/isSession
|
|
2450
|
+
*/
|
|
2451
|
+
declare const isSession: IsSessionFunction;
|
|
2452
|
+
/**
|
|
2453
|
+
* SessionStorage stores session data between HTTP requests and knows how to
|
|
2454
|
+
* parse and create cookies.
|
|
2455
|
+
*
|
|
2456
|
+
* A SessionStorage creates Session objects using a `Cookie` header as input.
|
|
2457
|
+
* Then, later it generates the `Set-Cookie` header to be used in the response.
|
|
2458
|
+
*/
|
|
2459
|
+
interface SessionStorage<Data = SessionData, FlashData = Data> {
|
|
2460
|
+
/**
|
|
2461
|
+
* Parses a Cookie header from a HTTP request and returns the associated
|
|
2462
|
+
* Session. If there is no session associated with the cookie, this will
|
|
2463
|
+
* return a new Session with no data.
|
|
2464
|
+
*/
|
|
2465
|
+
getSession: (cookieHeader?: string | null, options?: ParseOptions) => Promise<Session<Data, FlashData>>;
|
|
2466
|
+
/**
|
|
2467
|
+
* Stores all data in the Session and returns the Set-Cookie header to be
|
|
2468
|
+
* used in the HTTP response.
|
|
2469
|
+
*/
|
|
2470
|
+
commitSession: (session: Session<Data, FlashData>, options?: SerializeOptions) => Promise<string>;
|
|
2471
|
+
/**
|
|
2472
|
+
* Deletes all data associated with the Session and returns the Set-Cookie
|
|
2473
|
+
* header to be used in the HTTP response.
|
|
2474
|
+
*/
|
|
2475
|
+
destroySession: (session: Session<Data, FlashData>, options?: SerializeOptions) => Promise<string>;
|
|
2476
|
+
}
|
|
2477
|
+
/**
|
|
2478
|
+
* SessionIdStorageStrategy is designed to allow anyone to easily build their
|
|
2479
|
+
* own SessionStorage using `createSessionStorage(strategy)`.
|
|
2480
|
+
*
|
|
2481
|
+
* This strategy describes a common scenario where the session id is stored in
|
|
2482
|
+
* a cookie but the actual session data is stored elsewhere, usually in a
|
|
2483
|
+
* database or on disk. A set of create, read, update, and delete operations
|
|
2484
|
+
* are provided for managing the session data.
|
|
2485
|
+
*/
|
|
2486
|
+
interface SessionIdStorageStrategy<Data = SessionData, FlashData = Data> {
|
|
2487
|
+
/**
|
|
2488
|
+
* The Cookie used to store the session id, or options used to automatically
|
|
2489
|
+
* create one.
|
|
2490
|
+
*/
|
|
2491
|
+
cookie?: Cookie | (CookieOptions & {
|
|
2492
|
+
name?: string;
|
|
2493
|
+
});
|
|
2494
|
+
/**
|
|
2495
|
+
* Creates a new record with the given data and returns the session id.
|
|
2496
|
+
*/
|
|
2497
|
+
createData: (data: FlashSessionData<Data, FlashData>, expires?: Date) => Promise<string>;
|
|
2498
|
+
/**
|
|
2499
|
+
* Returns data for a given session id, or `null` if there isn't any.
|
|
2500
|
+
*/
|
|
2501
|
+
readData: (id: string) => Promise<FlashSessionData<Data, FlashData> | null>;
|
|
2502
|
+
/**
|
|
2503
|
+
* Updates data for the given session id.
|
|
2504
|
+
*/
|
|
2505
|
+
updateData: (id: string, data: FlashSessionData<Data, FlashData>, expires?: Date) => Promise<void>;
|
|
2506
|
+
/**
|
|
2507
|
+
* Deletes data for a given session id from the data store.
|
|
2508
|
+
*/
|
|
2509
|
+
deleteData: (id: string) => Promise<void>;
|
|
2510
|
+
}
|
|
2511
|
+
/**
|
|
2512
|
+
* Creates a SessionStorage object using a SessionIdStorageStrategy.
|
|
2513
|
+
*
|
|
2514
|
+
* Note: This is a low-level API that should only be used if none of the
|
|
2515
|
+
* existing session storage options meet your requirements.
|
|
2516
|
+
*/
|
|
2517
|
+
declare function createSessionStorage<Data = SessionData, FlashData = Data>({ cookie: cookieArg, createData, readData, updateData, deleteData, }: SessionIdStorageStrategy<Data, FlashData>): SessionStorage<Data, FlashData>;
|
|
2518
|
+
|
|
2519
|
+
interface CookieSessionStorageOptions {
|
|
2520
|
+
/**
|
|
2521
|
+
* The Cookie used to store the session data on the client, or options used
|
|
2522
|
+
* to automatically create one.
|
|
2523
|
+
*/
|
|
2524
|
+
cookie?: SessionIdStorageStrategy["cookie"];
|
|
2525
|
+
}
|
|
2526
|
+
/**
|
|
2527
|
+
* Creates and returns a SessionStorage object that stores all session data
|
|
2528
|
+
* directly in the session cookie itself.
|
|
2529
|
+
*
|
|
2530
|
+
* This has the advantage that no database or other backend services are
|
|
2531
|
+
* needed, and can help to simplify some load-balanced scenarios. However, it
|
|
2532
|
+
* also has the limitation that serialized session data may not exceed the
|
|
2533
|
+
* browser's maximum cookie size. Trade-offs!
|
|
2534
|
+
*/
|
|
2535
|
+
declare function createCookieSessionStorage<Data = SessionData, FlashData = Data>({ cookie: cookieArg }?: CookieSessionStorageOptions): SessionStorage<Data, FlashData>;
|
|
2536
|
+
|
|
2537
|
+
interface MemorySessionStorageOptions {
|
|
2538
|
+
/**
|
|
2539
|
+
* The Cookie used to store the session id on the client, or options used
|
|
2540
|
+
* to automatically create one.
|
|
2541
|
+
*/
|
|
2542
|
+
cookie?: SessionIdStorageStrategy["cookie"];
|
|
2543
|
+
}
|
|
2544
|
+
/**
|
|
2545
|
+
* Creates and returns a simple in-memory SessionStorage object, mostly useful
|
|
2546
|
+
* for testing and as a reference implementation.
|
|
2547
|
+
*
|
|
2548
|
+
* Note: This storage does not scale beyond a single process, so it is not
|
|
2549
|
+
* suitable for most production scenarios.
|
|
2550
|
+
*/
|
|
2551
|
+
declare function createMemorySessionStorage<Data = SessionData, FlashData = Data>({ cookie }?: MemorySessionStorageOptions): SessionStorage<Data, FlashData>;
|
|
2552
|
+
|
|
2553
|
+
export { Await, type Cookie, type CookieOptions, type CookieSignatureOptions, type FlashSessionData, type IsCookieFunction, type IsSessionFunction, type MiddlewareFunction, type MiddlewareNextFunction, type RouterContext, RouterContextProvider, type Session, type SessionData, type SessionIdStorageStrategy, type SessionStorage, createContext, createCookie, createCookieSessionStorage, createMemorySessionStorage, createSession, createSessionStorage, createStaticHandler, data, href, isCookie, isRouteErrorResponse, isSession, matchRoutes, redirect, redirectDocument, replace, type DecodeActionFunction as unstable_DecodeActionFunction, type DecodeFormStateFunction as unstable_DecodeFormStateFunction, type DecodeReplyFunction as unstable_DecodeReplyFunction, type LoadServerActionFunction as unstable_LoadServerActionFunction, type RSCManifestPayload as unstable_RSCManifestPayload, type RSCMatch as unstable_RSCMatch, type RSCPayload as unstable_RSCPayload, type RSCRenderPayload as unstable_RSCRenderPayload, type RSCRouteConfig as unstable_RSCRouteConfig, type RSCRouteConfigEntry as unstable_RSCRouteConfigEntry, type RSCRouteManifest as unstable_RSCRouteManifest, type RSCRouteMatch as unstable_RSCRouteMatch, matchRSCServerRequest as unstable_matchRSCServerRequest };
|