Commit 88c9ca7
File tree
- docs
- api/remix
- assert
- class
- AssertionError
- function
- assert
- deepEqual
- doesNotMatch
- doesNotReject
- doesNotThrow
- equal
- expect
- fail
- match
- notDeepEqual
- notEqual
- ok
- rejects
- throws
- interface
- Expectation
- overview
- variable
- expect
- assets
- function
- createAssetServer
- interface
- AssetServerOptions
- AssetServer
- overview
- auth
- function
- completeAuth
- createAtmosphereAuthProvider
- createAuth0AuthProvider
- createCredentialsAuthProvider
- createFacebookAuthProvider
- createGitHubAuthProvider
- createGoogleAuthProvider
- createMicrosoftAuthProvider
- createOIDCAuthProvider
- createOktaAuthProvider
- createXAuthProvider
- finishExternalAuth
- refreshExternalAuth
- startExternalAuth
- verifyCredentials
- interface
- AtmosphereAuthProfile
- AtmosphereAuthProviderMapProfileInput
- AtmosphereAuthProviderOptions
- AtmosphereAuthProvider
- AtmosphereAuthorizationServerMetadata
- AtmosphereClientAuthentication
- AtmosphereOAuthTokens
- AtmosphereTokenAuthorizationServer
- Auth0AuthProfile
- Auth0AuthProviderOptions
- CredentialsAuthProviderOptions
- CredentialsAuthProvider
- FacebookAuthProfile
- FacebookAuthProviderOptions
- FacebookAuthProviderPicture
- FinishExternalAuthOptions
- FinishedExternalAuthResult
- GitHubAuthProfile
- GitHubAuthProviderEmail
- GitHubAuthProviderOptions
- GoogleAuthProfile
- GoogleAuthProviderOptions
- MicrosoftAuthProfile
- MicrosoftAuthProviderOptions
- OAuthAccount
- OAuthDpopBinding
- OAuthDpopTokens
- OAuthProvider
- OAuthResult
- OAuthStandardTokens
- OIDCAuthProfile
- OIDCAuthProviderMetadata
- OIDCAuthProviderOptions
- OktaAuthProfile
- OktaAuthProviderOptions
- RefreshedExternalAuthResult
- StartExternalAuthOptions
- XAuthProfile
- XAuthProviderOptions
- overview
- type
- OAuthTokens
- cli
- function
- runRemix
- interface
- RunRemixOptions
- overview
- cookie
- class
- Cookie
- function
- createCookie
- interface
- CookieOptions
- overview
- data-schema
- checks
- function
- email
- maxLength
- max
- minLength
- min
- url
- overview
- class
- ValidationError
- coerce
- function
- bigint
- boolean
- date
- number
- string
- overview
- form-data
- function
- fields
- field
- files
- file
- object
- interface
- FormDataEntrySchema
- FormDataFieldOptions
- FormDataFieldsOptions
- FormDataFileOptions
- FormDataFilesOptions
- overview
- type
- FormDataObjectSchema
- FormDataSchema
- FormDataSource
- ParsedFormData
- function
- any
- array
- bigint
- boolean
- createIssue
- createSchema
- defaulted
- enum_
- fail
- instanceof_
- literal
- map
- null_
- nullable
- number
- object
- optional
- parseSafe
- parse
- record
- set
- string
- symbol
- tuple
- undefined_
- union
- variant
- lazy
- function
- lazy
- overview
- overview
- type
- Check
- ErrorMapContext
- ErrorMap
- InferInput
- InferOutput
- Issue
- ParseOptions
- Schema
- ValidationOptions
- ValidationResult
- data-table
- class
- ColumnBuilder
- DataTableAdapterError
- DataTableConstraintError
- DataTableError
- DataTableQueryError
- DataTableValidationError
- Database
- Query
- function
- and
- belongsTo
- between
- createDatabase
- eq
- fail
- getTableAfterDelete
- getTableAfterRead
- getTableAfterWrite
- getTableBeforeDelete
- getTableBeforeWrite
- getTableColumnDefinitions
- getTableColumns
- getTableName
- getTablePrimaryKey
- getTableReference
- getTableTimestamps
- getTableValidator
- gte
- gt
- hasManyThrough
- hasMany
- hasOne
- ilike
- inList
- isNull
- like
- lte
- lt
- ne
- notInList
- notNull
- or
- query
- rawSql
- sql
- table
- timestamps
- interface
- DatabaseAdapter
- migrations
- function
- createMigrationRegistry
- createMigrationRunner
- parseMigrationDirectoryName
- node/function
- loadMigrations
- overview
- type
- MigrateOptions
- MigrateResult
- MigrationDescriptor
- MigrationDirection
- MigrationJournalRow
- MigrationRegistry
- MigrationRunnerOptions
- MigrationRunner
- MigrationStatusEntry
- MigrationStatus
- MigrationTransactionMode
- mysql
- class
- MysqlDatabaseAdapter
- function
- createMysqlDatabaseAdapter
- overview
- operators
- function
- and
- between
- eq
- gte
- gt
- ilike
- inList
- isNull
- like
- lte
- lt
- ne
- notInList
- notNull
- or
- overview
- overview
- postgres
- class
- PostgresDatabaseAdapter
- function
- createPostgresDatabaseAdapter
- overview
- sql-helpers
- function
- collectColumns
- normalizeJoinType
- quoteLiteral
- quotePath
- quoteTableRef
- overview
- type
- QuoteIdentifier
- sqlite
- class
- SqliteDatabaseAdapter
- function
- createSqliteDatabaseAdapter
- interface
- SqliteDatabase
- SqliteRunResult
- SqliteStatement
- overview
- type
- AdapterCapabilities
- AdapterCapabilityOverrides
- AnyColumn
- AnyQuery
- AnyRelation
- AnyTable
- BelongsToOptions
- ColumnCheck
- ColumnComputed
- ColumnDefault
- ColumnDefinition
- ColumnNamespace
- ColumnReferenceForQualifiedName
- ColumnReference
- ColumnTypeName
- CountOperation
- CountOptions
- CreateManyResultOptions
- CreateManyRowsOptions
- CreateResultOptions
- CreateRowOptions
- DataManipulationOperation
- DataManipulationRequest
- DataManipulationResult
- DeleteManyOptions
- DeleteOperation
- ExistsOperation
- FindManyOptions
- FindOneOptions
- ForeignKeyAction
- HasManyOptions
- HasManyThroughOptions
- HasOneOptions
- IdentityOptions
- InsertManyOperation
- InsertOperation
- JoinClause
- JoinType
- KeySelector
- OrderByClause
- OrderByInput
- OrderByTuple
- OrderDirection
- Predicate
- PrimaryKeyInput
- QueryColumnTypesForTable
- QueryForTable
- QueryTableInput
- RawOperation
- RelationCardinality
- RelationKind
- RelationMapForTable
- Relation
- ReturningSelection
- SelectColumn
- SelectOperation
- SingleTableColumn
- SingleTableWhere
- SqlStatement
- TableAfterDeleteContext
- TableAfterDelete
- TableAfterReadContext
- TableAfterReadResult
- TableAfterRead
- TableAfterWriteContext
- TableAfterWrite
- TableBeforeDeleteContext
- TableBeforeDeleteResult
- TableBeforeDelete
- TableBeforeWriteContext
- TableBeforeWriteResult
- TableBeforeWrite
- TableColumnInput
- TableColumnName
- TableColumnsDefinition
- TableColumns
- TableLifecycleOperation
- TableName
- TablePrimaryKey
- TableReference
- TableRef
- TableRowWith
- TableRow
- TableValidate
- TableValidationContext
- TableValidationOperation
- TableValidationResult
- TableWriteOperation
- Table
- TimestampConfig
- TimestampOptions
- TransactionOptions
- TransactionToken
- UpdateManyOptions
- UpdateOperation
- UpdateOptions
- UpsertOperation
- ValidationFailure
- ValidationIssue
- WhereInput
- WhereObject
- WriteResult
- WriteRowResult
- WriteRowsResult
- variable
- columnMetadataKey
- column
- tableMetadataKey
- fetch-proxy
- function
- FetchProxy
- createFetchProxy
- interface
- FetchProxyOptions
- overview
- file-storage
- fs
- function
- createFsFileStorage
- overview
- interface
- FileKey
- FileMetadata
- FileStorage
- ListOptions
- ListResult
- memory
- function
- createMemoryFileStorage
- overview
- overview
- s3
- function
- createS3FileStorage
- interface
- S3FileStorageOptions
- overview
- type
- FileLike
- form-data-parser
- class
- FileUpload
- FormDataParseError
- MaxFileSizeExceededError
- MaxFilesExceededError
- MaxHeaderSizeExceededError
- MaxPartsExceededError
- MaxTotalSizeExceededError
- MultipartParseError
- function
- FileUploadHandler
- parseFormData
- interface
- ParseFormDataOptions
- overview
- fs
- function
- openLazyFile
- writeFile
- interface
- OpenLazyFileOptions
- overview
- headers
- class
- AcceptEncoding
- AcceptLanguage
- Accept
- CacheControl
- ContentDisposition
- ContentRange
- ContentType
- Cookie
- IfMatch
- IfNoneMatch
- IfRange
- Range
- SetCookie
- SuperHeaders
- Vary
- function
- parse
- stringify
- interface
- CacheControlInit
- ContentDispositionInit
- ContentRangeInit
- ContentTypeInit
- CookieProperties
- IfMatchInit
- IfNoneMatchInit
- RangeInit
- SetCookieInit
- SuperHeadersPropertyInit
- VaryInit
- overview
- type
- AcceptEncodingInit
- AcceptInit
- AcceptLanguageInit
- CookieInit
- SuperHeadersInit
- html-template
- function
- HtmlTemplateTag
- html
- isSafeHtml
- overview
- type
- SafeHtml
- variable
- html
- lazy-file
- class
- LazyBlob
- LazyFile
- function
- getByteLength
- getIndexes
- interface
- ByteRange
- LazyBlobOptions
- LazyContent
- LazyFileOptions
- overview
- middleware
- async-context
- function
- asyncContext
- getContext
- overview
- type
- AsyncRequestContext
- auth
- function
- auth
- createAPIAuthScheme
- createBearerTokenAuthScheme
- createSessionAuthScheme
- requireAuth
- interface
- APIAuthSchemeOptions
- AuthFailure
- AuthOptions
- AuthSchemeFailure
- AuthSchemeSuccess
- AuthScheme
- BadAuth
- BearerTokenAuthSchemeOptions
- GoodAuth
- RequireAuthOptions
- SessionAuthSchemeOptions
- overview
- type
- AuthSchemeAuthenticateResult
- AuthSchemeResult
- AuthState
- variable
- Auth
- compression
- function
- compression
- interface
- CompressionOptions
- overview
- cop
- function
- CopDenyHandler
- cop
- interface
- CopOptions
- overview
- type
- CopFailureReason
- cors
- function
- CorsAllowedHeadersResolver
- CorsOriginResolver
- cors
- interface
- CorsOptions
- overview
- type
- CorsAllowedHeadersResolverResult
- CorsOriginResolverResult
- CorsOrigin
- csrf
- function
- CsrfOriginResolver
- CsrfTokenResolver
- csrf
- getCsrfToken
- interface
- CsrfOptions
- overview
- type
- CsrfFailureReason
- CsrfOriginResolverResult
- CsrfOrigin
- CsrfTokenResolverResult
- form-data
- class
- FormDataParseError
- function
- FileUploadHandler
- formData
- interface
- FileUpload
- FormDataOptions
- overview
- logger
- function
- LoggerFunction
- logger
- interface
- LoggerOptions
- overview
- variable
- Logger
- method-override
- function
- methodOverride
- interface
- MethodOverrideOptions
- overview
- render
- function
- renderWith
- overview
- type
- AnyRenderer
- variable
- Renderer
- session
- function
- session
- overview
- static
- function
- staticFiles
- interface
- StaticFilesOptions
- overview
- mime
- function
- defineMimeType
- detectContentType
- detectMimeType
- isCompressibleMimeType
- mimeTypeToContentType
- interface
- MimeTypeDefinition
- overview
- multipart-parser
- class
- MaxFileSizeExceededError
- MaxHeaderSizeExceededError
- MaxPartsExceededError
- MaxTotalSizeExceededError
- MultipartParseError
- MultipartParser
- MultipartPart
- function
- getMultipartBoundary
- isMultipartRequest
- parseMultipartRequest
- parseMultipartStream
- parseMultipart
- interface
- MultipartHeaders
- ParseMultipartOptions
- node
- function
- getMultipartBoundary
- isMultipartRequest
- parseMultipartRequest
- parseMultipartStream
- parseMultipart
- overview
- overview
- type
- MultipartParserOptions
- node-fetch-server
- function
- ErrorHandler
- FetchHandler
- createHeaders
- createRequestListener
- createRequest
- sendResponse
- interface
- ClientAddress
- RequestListenerOptions
- overview
- test
- function
- createTestServer
- interface
- TestServer
- overview
- type
- RequestOptions
- node-serve
- function
- ErrorHandler
- FetchHandler
- UwsRequestHandler
- serve
- interface
- ClientAddress
- ServeOptions
- ServeTlsOptions
- Server
- UwsRequestHandlerOptions
- overview
- node-tsx
- load-module/overview
- overview
- overview
- response
- compress
- function
- compressResponse
- interface
- CompressResponseOptions
- type
- Encoding
- file
- function
- createFileResponse
- interface
- FileResponseOptions
- type
- FileDigestFunction
- html/function
- createHtmlResponse
- overview
- redirect/function
- createRedirectResponse
- route-pattern
- class
- ParseError
- RoutePattern
- href
- class
- CreateHrefError
- function
- createHref
- overview
- type
- CreateHrefArgs
- join
- function
- joinPatterns
- overview
- type
- JoinPatterns
- match
- function
- createMatcher
- createMultiMatcher
- overview
- type
- MatchParams
- MatcherOptions
- Matcher
- Match
- MultiMatcher
- overview
- specificity
- function
- ascending
- compare
- descending
- equal
- greaterThan
- lessThan
- overview
- router
- class
- RequestContext
- function
- Middleware
- RequestHandler
- createAction
- createContextKey
- createController
- createRouter
- isRequestMethod
- interface
- ContextEntry
- RouteEntry
- RouterOptions
- RouterTypes
- Router
- overview
- type
- Action
- AnyParams
- ContextEntries
- ContextValue
- ContextWithEntries
- ContextWithEntry
- ContextWithParams
- Controller
- GetContextValue
- MapHandler
- MapTarget
- MatchData
- MiddlewareContext
- NextFunction
- RequestMethod
- variable
- RequestMethods
- routes
- class
- Route
- function
- createDeleteRoute
- createFormRoutes
- createGetRoute
- createHeadRoute
- createOptionsRoute
- createPatchRoute
- createPostRoute
- createPutRoute
- createResourceRoutes
- createResourcesRoutes
- createRoutes
- form
- resources
- resource
- route
- interface
- FormOptions
- RouteDefs
- RouteMap
- overview
- type
- BuildRoute
- RequestBodyMethod
- ResourceMethod
- ResourceOptions
- ResourcesMethod
- ResourcesOptions
- RouteDef
- variable
- RequestBodyMethods
- session-storage
- cookie
- function
- createCookieSessionStorage
- overview
- fs
- function
- createFsSessionStorage
- interface
- FsSessionStorageOptions
- overview
- memcache
- function
- createMemcacheSessionStorage
- interface
- MemcacheSessionStorageOptions
- overview
- memory
- function
- createMemorySessionStorage
- overview
- redis
- function
- createRedisSessionStorage
- interface
- RedisSessionStorageClient
- RedisSessionStorageOptions
- overview
- session
- class
- Session
- function
- createSessionId
- createSession
- interface
- SessionStorage
- overview
- tar-parser
- class
- TarEntry
- TarParseError
- TarParser
- function
- parseTarHeader
- parseTar
- interface
- ParseTarHeaderOptions
- TarHeader
- overview
- type
- ParseTarOptions
- TarParserOptions
- terminal
- function
- createStyles
- createTerminal
- shouldUseColors
- stripAnsi
- interface
- Ansi
- ColorSupportOptions
- CreateStylesOptions
- TerminalInputStream
- TerminalOptions
- TerminalOutputStream
- TerminalStyles
- Terminal
- overview
- type
- AnsiStyleCodes
- TerminalBackgroundColorName
- TerminalEnvironment
- TerminalForegroundColorName
- TerminalModifierName
- TerminalStyleName
- TerminalStyle
- variable
- ansi
- test
- cli
- function
- getRemixTestHelpText
- runRemixTest
- interface
- RunRemixTestOptions
- overview
- function
- afterAll
- afterEach
- after
- beforeAll
- beforeEach
- before
- describe
- it
- suite
- test
- interface
- FakeTimers
- RemixTestConfig
- TestContext
- overview
- type
- RemixTestPool
- variable
- mock
- ui
- accordion
- demos
- card
- multiple
- overview
- overview
- type
- AccordionContentProps
- AccordionItemProps
- AccordionMultipleProps
- AccordionProps
- AccordionSingleProps
- AccordionTriggerProps
- anchor
- overview
- type
- AnchorOptions
- AnchorPlacement
- animation
- function
- animateEntrance
- animateExit
- animateLayout
- spring
- tween
- interface
- BezierCurve
- SpringIterator
- SpringOptions
- TweenOptions
- overview
- type
- SpringPreset
- variable
- easings
- spring
- breadcrumbs
- demos
- basic
- separator
- overview
- type
- BreadcrumbItem
- BreadcrumbsProps
- button
- demos
- aliases
- basic
- states
- function
- Button
- mixin
- baseStyle
- dangerStyle
- ghostStyle
- iconStyle
- labelStyle
- primaryStyle
- secondaryStyle
- overview
- type
- ButtonProps
- ButtonTone
- class
- TypedEventTarget
- combobox
- demos/overview
- interface
- ComboboxContextProps
- ComboboxHandle
- ComboboxOptionOptions
- ComboboxOptionProps
- ComboboxProps
- overview
- type
- ComboboxOpenStrategy
- function
- Fragment
- Frame
- addEventListeners
- attrs
- clientEntry
- createElement
- createMixin
- createRangeRoot
- createRoot
- createScheduler
- css
- link
- on
- ref
- run
- glyph
- overview
- type
- GlyphName
- GlyphProps
- GlyphSheetComponent
- GlyphSheetProps
- GlyphSymbol
- GlyphValues
- interface
- Context
- FrameProps
- Handle
- HostProps
- LayoutAnimationConfig
- RunInit
- Scheduler
- jsx-dev-runtime
- function
- Fragment
- jsxDEV
- jsxs
- jsx
- interface
- RemixElement
- overview
- type
- ElementProps
- ElementType
- Props
- RemixNode
- Renderable
- jsx-runtime
- function
- Fragment
- jsxDEV
- jsxs
- jsx
- overview
- listbox
- demos/overview
- interface
- ListboxContext
- ListboxOption
- ListboxProviderProps
- ListboxRef
- ListboxRegisteredOption
- overview
- type
- ListboxValue
- overview
- popover
- demos/overview
- interface
- PopoverContext
- PopoverHideRequest
- PopoverProps
- PopoverSurfaceOptions
- overview
- scroll-lock
- overview
- select
- demos
- deconstructed
- overview
- interface
- SelectContextProps
- SelectProps
- overview
- type
- SelectOptionProps
- separator
- overview
- server
- function
- renderToStream
- renderToString
- interface
- RenderToStreamOptions
- ResolveFrameContext
- overview
- test
- function
- render
- interface
- RenderOptions
- RenderResult
- overview
- theme
- overview
- type
- CreateThemeOptions
- GlyphContract
- ThemeComponent
- ThemeMix
- ThemeStyleProps
- ThemeUtility
- ThemeValues
- ThemeValue
- ThemeVars
- type
- AppRuntimeEventMap
- AppRuntime
- CSSMixinDescriptor
- ComponentErrorEvent
- Dispatched
- EntryComponent
- FrameContent
- FrameHandleEventMap
- FrameHandle
- LoadModule
- MixInput
- MixValue
- MixinDescriptor
- MixinFactory
- MixinHandle
- MixinType
- RefCallback
- ResolveFrame
- Scheduler
- SerializableArray
- SerializableObject
- SerializablePrimitive
- SerializableProps
- SerializableValue
- Task
- VirtualRootEventMap
- VirtualRootOptions
- VirtualRoot
- variable
- css
- link
- ref
- assets/pkg
- remix/node_modules/@remix-run/ui/src
- animation
- components
- accordion
- breadcrumbs
- button
- combobox
- glyph
- listbox
- popover
- select
- separator
- interactions
- keydown
- outside-click
- typeahead
- runtime
- core
- theme
- presets/rmx-01
- utils
- ui/src
- animation
- runtime
- core
- mixins
- style
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments