@databricks/appkit-ui 0.12.0 → 0.12.2
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/CLAUDE.md +155 -147
- package/dist/cli/commands/docs.js +80 -17
- package/dist/cli/commands/docs.js.map +1 -1
- package/dist/react/charts/area/index.d.ts +2 -2
- package/dist/react/charts/bar/index.d.ts +2 -2
- package/dist/react/charts/base.d.ts +2 -2
- package/dist/react/charts/base.d.ts.map +1 -1
- package/dist/react/charts/create-chart.d.ts +2 -2
- package/dist/react/charts/create-chart.d.ts.map +1 -1
- package/dist/react/charts/heatmap/index.d.ts +2 -2
- package/dist/react/charts/line/index.d.ts +2 -2
- package/dist/react/charts/pie/index.d.ts +3 -3
- package/dist/react/charts/radar/index.d.ts +2 -2
- package/dist/react/charts/scatter/index.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts +2 -2
- package/dist/react/charts/wrapper.d.ts.map +1 -1
- package/dist/react/table/data-table.d.ts +2 -2
- package/dist/react/table/data-table.d.ts.map +1 -1
- package/dist/react/ui/accordion.d.ts +5 -5
- package/dist/react/ui/accordion.d.ts.map +1 -1
- package/dist/react/ui/alert-dialog.d.ts +12 -12
- package/dist/react/ui/alert.d.ts +4 -4
- package/dist/react/ui/alert.d.ts.map +1 -1
- package/dist/react/ui/aspect-ratio.d.ts +2 -2
- package/dist/react/ui/avatar.d.ts +4 -4
- package/dist/react/ui/badge.d.ts +2 -2
- package/dist/react/ui/breadcrumb.d.ts +8 -8
- package/dist/react/ui/button-group.d.ts +4 -4
- package/dist/react/ui/button.d.ts +2 -2
- package/dist/react/ui/calendar.d.ts +3 -3
- package/dist/react/ui/card.d.ts +8 -8
- package/dist/react/ui/carousel.d.ts +6 -6
- package/dist/react/ui/chart.d.ts +19 -19
- package/dist/react/ui/chart.d.ts.map +1 -1
- package/dist/react/ui/checkbox.d.ts +2 -2
- package/dist/react/ui/collapsible.d.ts +4 -4
- package/dist/react/ui/command.d.ts +10 -10
- package/dist/react/ui/context-menu.d.ts +16 -16
- package/dist/react/ui/dialog.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts +11 -11
- package/dist/react/ui/drawer.d.ts.map +1 -1
- package/dist/react/ui/dropdown-menu.d.ts +16 -16
- package/dist/react/ui/empty.d.ts +7 -7
- package/dist/react/ui/field.d.ts +11 -11
- package/dist/react/ui/form.d.ts +9 -9
- package/dist/react/ui/form.d.ts.map +1 -1
- package/dist/react/ui/hover-card.d.ts +4 -4
- package/dist/react/ui/input-group.d.ts +7 -7
- package/dist/react/ui/input-otp.d.ts +5 -5
- package/dist/react/ui/input.d.ts +2 -2
- package/dist/react/ui/item.d.ts +11 -11
- package/dist/react/ui/kbd.d.ts +3 -3
- package/dist/react/ui/label.d.ts +2 -2
- package/dist/react/ui/menubar.d.ts +17 -17
- package/dist/react/ui/navigation-menu.d.ts +9 -9
- package/dist/react/ui/pagination.d.ts +8 -8
- package/dist/react/ui/popover.d.ts +5 -5
- package/dist/react/ui/progress.d.ts +2 -2
- package/dist/react/ui/radio-group.d.ts +3 -3
- package/dist/react/ui/resizable.d.ts +4 -4
- package/dist/react/ui/scroll-area.d.ts +3 -3
- package/dist/react/ui/select.d.ts +11 -11
- package/dist/react/ui/separator.d.ts +2 -2
- package/dist/react/ui/sheet.d.ts +9 -9
- package/dist/react/ui/sidebar.d.ts +41 -24
- package/dist/react/ui/sidebar.d.ts.map +1 -1
- package/dist/react/ui/sidebar.js.map +1 -1
- package/dist/react/ui/skeleton.d.ts +2 -2
- package/dist/react/ui/slider.d.ts +2 -2
- package/dist/react/ui/sonner.d.ts +2 -2
- package/dist/react/ui/spinner.d.ts +2 -2
- package/dist/react/ui/switch.d.ts +2 -2
- package/dist/react/ui/table.d.ts +9 -9
- package/dist/react/ui/tabs.d.ts +5 -5
- package/dist/react/ui/textarea.d.ts +2 -2
- package/dist/react/ui/toggle-group.d.ts +3 -3
- package/dist/react/ui/toggle.d.ts +2 -2
- package/dist/react/ui/tooltip.d.ts +5 -5
- package/dist/react/ui/tooltip.d.ts.map +1 -1
- package/docs/{docs/api → api}/appkit/Class.AppKitError.md +8 -8
- package/docs/{docs/api → api}/appkit/Class.AuthenticationError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.ConfigurationError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.ConnectionError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.ExecutionError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.InitializationError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.Plugin.md +22 -2
- package/docs/{docs/api → api}/appkit/Class.ResourceRegistry.md +11 -11
- package/docs/{docs/api → api}/appkit/Class.ServerError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.TunnelError.md +9 -9
- package/docs/{docs/api → api}/appkit/Class.ValidationError.md +9 -9
- package/docs/{docs/api → api}/appkit/Function.createApp.md +32 -3
- package/docs/{docs/api → api}/appkit/Function.createLakebasePool.md +1 -1
- package/docs/{docs/api → api}/appkit/Function.generateDatabaseCredential.md +2 -2
- package/docs/{docs/api → api}/appkit/Function.getLakebaseOrmConfig.md +1 -1
- package/docs/{docs/api → api}/appkit/Function.getLakebasePgConfig.md +1 -1
- package/docs/{docs/api → api}/appkit/Function.getPluginManifest.md +1 -1
- package/docs/{docs/api → api}/appkit/Function.getUsernameWithApiLookup.md +1 -1
- package/docs/{docs/api → api}/appkit/Function.getWorkspaceClient.md +1 -1
- package/docs/{docs/api → api}/appkit/Interface.ResourceEntry.md +8 -8
- package/docs/{docs/api → api}/appkit/Interface.ResourceRequirement.md +1 -1
- package/docs/{docs/api → api}/appkit-ui/styling.md +1 -1
- package/docs/{docs/api → api}/appkit-ui/ui/Sidebar.md +304 -37
- package/docs/api/appkit.md +78 -0
- package/docs/{docs/api.md → api.md} +4 -4
- package/docs/{docs/app-management.md → app-management.md} +2 -2
- package/docs/{docs/architecture.md → architecture.md} +6 -6
- package/docs/{docs/configuration.md → configuration.md} +2 -2
- package/docs/development/ai-assisted-development.md +88 -0
- package/docs/{docs/development → development}/llm-guide.md +8 -7
- package/docs/{docs/development → development}/local-development.md +2 -2
- package/docs/{docs/development → development}/project-setup.md +11 -11
- package/docs/{docs/development → development}/remote-bridge.md +1 -1
- package/docs/{docs/development → development}/type-generation.md +2 -2
- package/docs/development.md +22 -0
- package/docs/plugins/analytics.md +169 -0
- package/docs/{docs/plugins → plugins}/custom-plugins.md +6 -6
- package/docs/{docs/plugins → plugins}/server.md +1 -1
- package/docs/{docs/plugins.md → plugins.md} +2 -2
- package/{docs/docs.md → docs.md} +36 -5
- package/llms.txt +155 -147
- package/package.json +2 -1
- package/docs/docs/api/appkit/Class.AppKitError/index.html +0 -79
- package/docs/docs/api/appkit/Class.AuthenticationError/index.html +0 -110
- package/docs/docs/api/appkit/Class.ConfigurationError/index.html +0 -112
- package/docs/docs/api/appkit/Class.ConnectionError/index.html +0 -120
- package/docs/docs/api/appkit/Class.ExecutionError/index.html +0 -116
- package/docs/docs/api/appkit/Class.InitializationError/index.html +0 -104
- package/docs/docs/api/appkit/Class.Plugin/index.html +0 -168
- package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +0 -150
- package/docs/docs/api/appkit/Class.ServerError/index.html +0 -108
- package/docs/docs/api/appkit/Class.TunnelError/index.html +0 -108
- package/docs/docs/api/appkit/Class.ValidationError/index.html +0 -106
- package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +0 -21
- package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +0 -53
- package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +0 -24
- package/docs/docs/api/appkit/Function.createApp/index.html +0 -24
- package/docs/docs/api/appkit/Function.createLakebasePool/index.html +0 -24
- package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +0 -30
- package/docs/docs/api/appkit/Function.getExecutionContext/index.html +0 -26
- package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +0 -39
- package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +0 -27
- package/docs/docs/api/appkit/Function.getPluginManifest/index.html +0 -26
- package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +0 -28
- package/docs/docs/api/appkit/Function.getUsernameWithApiLookup/index.html +0 -35
- package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +0 -22
- package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +0 -25
- package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +0 -28
- package/docs/docs/api/appkit/Interface.CacheConfig/index.html +0 -63
- package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +0 -28
- package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +0 -32
- package/docs/docs/api/appkit/Interface.ITelemetry/index.html +0 -73
- package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +0 -75
- package/docs/docs/api/appkit/Interface.PluginManifest/index.html +0 -67
- package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +0 -26
- package/docs/docs/api/appkit/Interface.RequestedResource/index.html +0 -27
- package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +0 -83
- package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +0 -26
- package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +0 -51
- package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +0 -26
- package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +0 -32
- package/docs/docs/api/appkit/Interface.ValidationResult/index.html +0 -29
- package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +0 -21
- package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +0 -18
- package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +0 -18
- package/docs/docs/api/appkit/TypeAlias.ToPlugin/index.html +0 -23
- package/docs/docs/api/appkit/Variable.sql/index.html +0 -98
- package/docs/docs/api/appkit/index.html +0 -30
- package/docs/docs/api/appkit-ui/data/AreaChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/BarChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/DataTable/index.html +0 -36
- package/docs/docs/api/appkit-ui/data/DonutChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +0 -35
- package/docs/docs/api/appkit-ui/data/LineChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/PieChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/RadarChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +0 -29
- package/docs/docs/api/appkit-ui/genie/GenieChat/index.html +0 -26
- package/docs/docs/api/appkit-ui/genie/GenieChatInput/index.html +0 -24
- package/docs/docs/api/appkit-ui/genie/GenieChatMessage/index.html +0 -24
- package/docs/docs/api/appkit-ui/genie/GenieChatMessageList/index.html +0 -24
- package/docs/docs/api/appkit-ui/index.html +0 -23
- package/docs/docs/api/appkit-ui/styling/index.html +0 -74
- package/docs/docs/api/appkit-ui/ui/Accordion/index.html +0 -48
- package/docs/docs/api/appkit-ui/ui/Alert/index.html +0 -41
- package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +0 -97
- package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Avatar/index.html +0 -41
- package/docs/docs/api/appkit-ui/ui/Badge/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +0 -69
- package/docs/docs/api/appkit-ui/ui/Button/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +0 -38
- package/docs/docs/api/appkit-ui/ui/Calendar/index.html +0 -34
- package/docs/docs/api/appkit-ui/ui/Card/index.html +0 -69
- package/docs/docs/api/appkit-ui/ui/Carousel/index.html +0 -55
- package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +0 -58
- package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +0 -41
- package/docs/docs/api/appkit-ui/ui/Command/index.html +0 -83
- package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +0 -111
- package/docs/docs/api/appkit-ui/ui/Dialog/index.html +0 -90
- package/docs/docs/api/appkit-ui/ui/Drawer/index.html +0 -90
- package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +0 -111
- package/docs/docs/api/appkit-ui/ui/Empty/index.html +0 -54
- package/docs/docs/api/appkit-ui/ui/Field/index.html +0 -87
- package/docs/docs/api/appkit-ui/ui/FormControl/index.html +0 -59
- package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +0 -39
- package/docs/docs/api/appkit-ui/ui/Input/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +0 -59
- package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +0 -48
- package/docs/docs/api/appkit-ui/ui/Item/index.html +0 -78
- package/docs/docs/api/appkit-ui/ui/Kbd/index.html +0 -30
- package/docs/docs/api/appkit-ui/ui/Label/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Menubar/index.html +0 -117
- package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +0 -76
- package/docs/docs/api/appkit-ui/ui/Pagination/index.html +0 -69
- package/docs/docs/api/appkit-ui/ui/Popover/index.html +0 -45
- package/docs/docs/api/appkit-ui/ui/Progress/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +0 -33
- package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +0 -41
- package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +0 -34
- package/docs/docs/api/appkit-ui/ui/Select/index.html +0 -82
- package/docs/docs/api/appkit-ui/ui/Separator/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Sheet/index.html +0 -76
- package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +0 -183
- package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Slider/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Spinner/index.html +0 -24
- package/docs/docs/api/appkit-ui/ui/Switch/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Table/index.html +0 -69
- package/docs/docs/api/appkit-ui/ui/Tabs/index.html +0 -48
- package/docs/docs/api/appkit-ui/ui/Textarea/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Toaster/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/Toggle/index.html +0 -27
- package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +0 -33
- package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +0 -46
- package/docs/docs/api/appkit.md +0 -78
- package/docs/docs/api/index.html +0 -28
- package/docs/docs/app-management/index.html +0 -106
- package/docs/docs/architecture/index.html +0 -71
- package/docs/docs/category/development/index.html +0 -16
- package/docs/docs/category/development.md +0 -3
- package/docs/docs/configuration/index.html +0 -66
- package/docs/docs/core-principles/index.html +0 -38
- package/docs/docs/development/ai-assisted-development/index.html +0 -33
- package/docs/docs/development/ai-assisted-development.md +0 -26
- package/docs/docs/development/index.html +0 -35
- package/docs/docs/development/llm-guide/index.html +0 -84
- package/docs/docs/development/local-development/index.html +0 -27
- package/docs/docs/development/project-setup/index.html +0 -69
- package/docs/docs/development/remote-bridge/index.html +0 -76
- package/docs/docs/development/type-generation/index.html +0 -65
- package/docs/docs/development.md +0 -22
- package/docs/docs/index.html +0 -58
- package/docs/docs/plugins/analytics/index.html +0 -53
- package/docs/docs/plugins/analytics.md +0 -66
- package/docs/docs/plugins/caching/index.html +0 -23
- package/docs/docs/plugins/custom-plugins/index.html +0 -49
- package/docs/docs/plugins/execution-context/index.html +0 -40
- package/docs/docs/plugins/index.html +0 -29
- package/docs/docs/plugins/lakebase/index.html +0 -62
- package/docs/docs/plugins/plugin-management/index.html +0 -44
- package/docs/docs/plugins/server/index.html +0 -45
- /package/docs/{docs/api → api}/appkit/Enumeration.RequestedClaimsPermissionSet.md +0 -0
- /package/docs/{docs/api → api}/appkit/Enumeration.ResourceType.md +0 -0
- /package/docs/{docs/api → api}/appkit/Function.appKitTypesPlugin.md +0 -0
- /package/docs/{docs/api → api}/appkit/Function.getExecutionContext.md +0 -0
- /package/docs/{docs/api → api}/appkit/Function.getResourceRequirements.md +0 -0
- /package/docs/{docs/api → api}/appkit/Function.isSQLTypeMarker.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.BasePluginConfig.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.CacheConfig.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.DatabaseCredential.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.GenerateDatabaseCredentialRequest.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.ITelemetry.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.LakebasePoolConfig.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.PluginManifest.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.RequestedClaims.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.RequestedResource.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.ResourceFieldEntry.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.StreamExecutionSettings.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.TelemetryConfig.md +0 -0
- /package/docs/{docs/api → api}/appkit/Interface.ValidationResult.md +0 -0
- /package/docs/{docs/api → api}/appkit/TypeAlias.ConfigSchema.md +0 -0
- /package/docs/{docs/api → api}/appkit/TypeAlias.IAppRouter.md +0 -0
- /package/docs/{docs/api → api}/appkit/TypeAlias.ResourcePermission.md +0 -0
- /package/docs/{docs/api → api}/appkit/TypeAlias.ToPlugin.md +0 -0
- /package/docs/{docs/api → api}/appkit/Variable.sql.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/AreaChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/BarChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/DataTable.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/DonutChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/HeatmapChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/LineChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/PieChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/RadarChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/data/ScatterChart.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/genie/GenieChat.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/genie/GenieChatInput.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/genie/GenieChatMessage.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/genie/GenieChatMessageList.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Accordion.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Alert.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/AlertDialog.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/AspectRatio.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Avatar.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Badge.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Breadcrumb.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Button.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ButtonGroup.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Calendar.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Card.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Carousel.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ChartContainer.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Checkbox.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Collapsible.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Command.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ContextMenu.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Dialog.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Drawer.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/DropdownMenu.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Empty.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Field.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/FormControl.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/HoverCard.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Input.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/InputGroup.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/InputOTP.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Item.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Kbd.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Label.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Menubar.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/NavigationMenu.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Pagination.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Popover.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Progress.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/RadioGroup.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ResizableHandle.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ScrollArea.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Select.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Separator.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Sheet.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Skeleton.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Slider.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Spinner.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Switch.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Table.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Tabs.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Textarea.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Toaster.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Toggle.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/ToggleGroup.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui/ui/Tooltip.md +0 -0
- /package/docs/{docs/api → api}/appkit-ui.md +0 -0
- /package/docs/{docs/core-principles.md → core-principles.md} +0 -0
- /package/docs/{docs/plugins → plugins}/caching.md +0 -0
- /package/docs/{docs/plugins → plugins}/execution-context.md +0 -0
- /package/docs/{docs/plugins → plugins}/lakebase.md +0 -0
- /package/docs/{docs/plugins → plugins}/plugin-management.md +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime266 from "react/jsx-runtime";
|
|
3
3
|
import * as SliderPrimitive from "@radix-ui/react-slider";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/slider.d.ts
|
|
@@ -11,7 +11,7 @@ declare function Slider({
|
|
|
11
11
|
min,
|
|
12
12
|
max,
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof SliderPrimitive.Root>):
|
|
14
|
+
}: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime266.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { Slider };
|
|
17
17
|
//# sourceMappingURL=slider.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime267 from "react/jsx-runtime";
|
|
2
2
|
import { ToasterProps } from "sonner";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/sonner.d.ts
|
|
5
5
|
/** Toast notification system for displaying temporary messages */
|
|
6
6
|
declare const Toaster$1: ({
|
|
7
7
|
...props
|
|
8
|
-
}: ToasterProps) =>
|
|
8
|
+
}: ToasterProps) => react_jsx_runtime267.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Toaster$1 as Toaster };
|
|
11
11
|
//# sourceMappingURL=sonner.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime268 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/react/ui/spinner.d.ts
|
|
4
4
|
/** Animated loading indicator */
|
|
5
5
|
declare function Spinner({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: React.ComponentProps<"svg">):
|
|
8
|
+
}: React.ComponentProps<"svg">): react_jsx_runtime268.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Spinner };
|
|
11
11
|
//# sourceMappingURL=spinner.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime269 from "react/jsx-runtime";
|
|
3
3
|
import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/switch.d.ts
|
|
@@ -7,7 +7,7 @@ import * as SwitchPrimitive from "@radix-ui/react-switch";
|
|
|
7
7
|
declare function Switch({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof SwitchPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof SwitchPrimitive.Root>): react_jsx_runtime269.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { Switch };
|
|
13
13
|
//# sourceMappingURL=switch.d.ts.map
|
package/dist/react/ui/table.d.ts
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime270 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/table.d.ts
|
|
5
5
|
/** Structured data display with rows and columns */
|
|
6
6
|
declare function Table({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<"table">):
|
|
9
|
+
}: React$1.ComponentProps<"table">): react_jsx_runtime270.JSX.Element;
|
|
10
10
|
declare function TableHeader({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<"thead">):
|
|
13
|
+
}: React$1.ComponentProps<"thead">): react_jsx_runtime270.JSX.Element;
|
|
14
14
|
declare function TableBody({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<"tbody">):
|
|
17
|
+
}: React$1.ComponentProps<"tbody">): react_jsx_runtime270.JSX.Element;
|
|
18
18
|
declare function TableFooter({
|
|
19
19
|
className,
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<"tfoot">):
|
|
21
|
+
}: React$1.ComponentProps<"tfoot">): react_jsx_runtime270.JSX.Element;
|
|
22
22
|
declare function TableRow({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<"tr">):
|
|
25
|
+
}: React$1.ComponentProps<"tr">): react_jsx_runtime270.JSX.Element;
|
|
26
26
|
declare function TableHead({
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: React$1.ComponentProps<"th">):
|
|
29
|
+
}: React$1.ComponentProps<"th">): react_jsx_runtime270.JSX.Element;
|
|
30
30
|
declare function TableCell({
|
|
31
31
|
className,
|
|
32
32
|
...props
|
|
33
|
-
}: React$1.ComponentProps<"td">):
|
|
33
|
+
}: React$1.ComponentProps<"td">): react_jsx_runtime270.JSX.Element;
|
|
34
34
|
declare function TableCaption({
|
|
35
35
|
className,
|
|
36
36
|
...props
|
|
37
|
-
}: React$1.ComponentProps<"caption">):
|
|
37
|
+
}: React$1.ComponentProps<"caption">): react_jsx_runtime270.JSX.Element;
|
|
38
38
|
//#endregion
|
|
39
39
|
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
|
|
40
40
|
//# sourceMappingURL=table.d.ts.map
|
package/dist/react/ui/tabs.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime278 from "react/jsx-runtime";
|
|
3
3
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/tabs.d.ts
|
|
@@ -7,22 +7,22 @@ import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
|
7
7
|
declare function Tabs({
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Root>):
|
|
10
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime278.JSX.Element;
|
|
11
11
|
/** Container for tab trigger buttons */
|
|
12
12
|
declare function TabsList({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.List>):
|
|
15
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime278.JSX.Element;
|
|
16
16
|
/** Button that activates a tab panel */
|
|
17
17
|
declare function TabsTrigger({
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Trigger>):
|
|
20
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime278.JSX.Element;
|
|
21
21
|
/** Content panel associated with a tab */
|
|
22
22
|
declare function TabsContent({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof TabsPrimitive.Content>):
|
|
25
|
+
}: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime278.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { Tabs, TabsContent, TabsList, TabsTrigger };
|
|
28
28
|
//# sourceMappingURL=tabs.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime282 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/react/ui/textarea.d.ts
|
|
5
5
|
/** Multi-line text input field */
|
|
6
6
|
declare function Textarea({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<"textarea">):
|
|
9
|
+
}: React$1.ComponentProps<"textarea">): react_jsx_runtime282.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Textarea };
|
|
12
12
|
//# sourceMappingURL=textarea.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { toggleVariants } from "./toggle.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime284 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
5
|
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
6
6
|
|
|
@@ -15,14 +15,14 @@ declare function ToggleGroup({
|
|
|
15
15
|
...props
|
|
16
16
|
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants> & {
|
|
17
17
|
spacing?: number;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime284.JSX.Element;
|
|
19
19
|
declare function ToggleGroupItem({
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
variant,
|
|
23
23
|
size,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>):
|
|
25
|
+
}: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime284.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { ToggleGroup, ToggleGroupItem };
|
|
28
28
|
//# sourceMappingURL=toggle-group.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime283 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
5
5
|
import * as class_variance_authority_types11 from "class-variance-authority/types";
|
|
@@ -15,7 +15,7 @@ declare function Toggle({
|
|
|
15
15
|
variant,
|
|
16
16
|
size,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>):
|
|
18
|
+
}: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime283.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Toggle, toggleVariants };
|
|
21
21
|
//# sourceMappingURL=toggle.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
3
3
|
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
4
4
|
|
|
5
5
|
//#region src/react/ui/tooltip.d.ts
|
|
@@ -7,20 +7,20 @@ import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
|
7
7
|
declare function TooltipProvider({
|
|
8
8
|
delayDuration,
|
|
9
9
|
...props
|
|
10
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Provider>):
|
|
10
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime12.JSX.Element;
|
|
11
11
|
/** Brief informational message that appears on hover */
|
|
12
12
|
declare function Tooltip({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Root>):
|
|
14
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime12.JSX.Element;
|
|
15
15
|
declare function TooltipTrigger({
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>):
|
|
17
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime12.JSX.Element;
|
|
18
18
|
declare function TooltipContent({
|
|
19
19
|
className,
|
|
20
20
|
sideOffset,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: React$1.ComponentProps<typeof TooltipPrimitive.Content>):
|
|
23
|
+
}: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime12.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
|
|
26
26
|
//# sourceMappingURL=tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tooltip.d.ts","names":[],"sources":["../../../src/react/ui/tooltip.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,eAAA;;;GAGN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,YAAS,
|
|
1
|
+
{"version":3,"file":"tooltip.d.ts","names":[],"sources":["../../../src/react/ui/tooltip.tsx"],"sourcesContent":[],"mappings":";;;;;;iBASS,eAAA;;;GAGN,OAAA,CAAM,sBAAsB,gBAAA,CAAiB,YAAS,mBAAA,CAAA,GAAA,CAAA;;AATG,iBAoBnD,OAAA,CAde;EAAA,GAAA;AAAA,CAAA,EAgBrB,OAAA,CAAM,cAhBe,CAAA,OAgBO,gBAAA,CAAiB,IAhBxB,CAAA,CAAA,EAgB6B,mBAAA,CAAA,GAAA,CAAA,OAhB7B;iBAwBf,cAAA,CAxBe;EAAA,GAAA;AAAA,CAAA,EA0BrB,OAAA,CAAM,cA1Be,CAAA,OA0BO,gBAAA,CAAiB,OA1BxB,CAAA,CAAA,EA0BgC,mBAAA,CAAA,GAAA,CAAA,OA1BhC;iBA8Bf,cAAA,CA7BP;EAAA,SAAA;EAAA,UAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAkCC,OAAA,CAAM,cAlCP,CAAA,OAkC6B,gBAAA,CAAiB,OAlC9C,CAAA,CAAA,EAkCsD,mBAAA,CAAA,GAAA,CAAA,OAlCtD"}
|
|
@@ -27,14 +27,14 @@ console.error(error.toJSON()); // Safe for logging, sensitive values redacted
|
|
|
27
27
|
|
|
28
28
|
## Extended by[](#extended-by "Direct link to Extended by")
|
|
29
29
|
|
|
30
|
-
* [`AuthenticationError`](
|
|
31
|
-
* [`ConfigurationError`](
|
|
32
|
-
* [`ConnectionError`](
|
|
33
|
-
* [`ExecutionError`](
|
|
34
|
-
* [`InitializationError`](
|
|
35
|
-
* [`ServerError`](
|
|
36
|
-
* [`TunnelError`](
|
|
37
|
-
* [`ValidationError`](
|
|
30
|
+
* [`AuthenticationError`](./docs/api/appkit/Class.AuthenticationError.md)
|
|
31
|
+
* [`ConfigurationError`](./docs/api/appkit/Class.ConfigurationError.md)
|
|
32
|
+
* [`ConnectionError`](./docs/api/appkit/Class.ConnectionError.md)
|
|
33
|
+
* [`ExecutionError`](./docs/api/appkit/Class.ExecutionError.md)
|
|
34
|
+
* [`InitializationError`](./docs/api/appkit/Class.InitializationError.md)
|
|
35
|
+
* [`ServerError`](./docs/api/appkit/Class.ServerError.md)
|
|
36
|
+
* [`TunnelError`](./docs/api/appkit/Class.TunnelError.md)
|
|
37
|
+
* [`ValidationError`](./docs/api/appkit/Class.ValidationError.md)
|
|
38
38
|
|
|
39
39
|
## Constructors[](#constructors "Direct link to Constructors")
|
|
40
40
|
|
|
@@ -12,7 +12,7 @@ throw new AuthenticationError("Failed to generate credentials", { cause: origina
|
|
|
12
12
|
|
|
13
13
|
## Extends[](#extends "Direct link to Extends")
|
|
14
14
|
|
|
15
|
-
* [`AppKitError`](
|
|
15
|
+
* [`AppKitError`](./docs/api/appkit/Class.AppKitError.md)
|
|
16
16
|
|
|
17
17
|
## Constructors[](#constructors "Direct link to Constructors")
|
|
18
18
|
|
|
@@ -41,7 +41,7 @@ new AuthenticationError(message: string, options?: {
|
|
|
41
41
|
|
|
42
42
|
#### Inherited from[](#inherited-from "Direct link to Inherited from")
|
|
43
43
|
|
|
44
|
-
[`AppKitError`](
|
|
44
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`constructor`](./docs/api/appkit/Class.AppKitError.md#constructor)
|
|
45
45
|
|
|
46
46
|
## Properties[](#properties "Direct link to Properties")
|
|
47
47
|
|
|
@@ -56,7 +56,7 @@ Optional cause of the error
|
|
|
56
56
|
|
|
57
57
|
#### Inherited from[](#inherited-from-1 "Direct link to Inherited from")
|
|
58
58
|
|
|
59
|
-
[`AppKitError`](
|
|
59
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`cause`](./docs/api/appkit/Class.AppKitError.md#cause)
|
|
60
60
|
|
|
61
61
|
***
|
|
62
62
|
|
|
@@ -71,7 +71,7 @@ Error code for programmatic error handling
|
|
|
71
71
|
|
|
72
72
|
#### Overrides[](#overrides "Direct link to Overrides")
|
|
73
73
|
|
|
74
|
-
[`AppKitError`](
|
|
74
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`code`](./docs/api/appkit/Class.AppKitError.md#code)
|
|
75
75
|
|
|
76
76
|
***
|
|
77
77
|
|
|
@@ -86,7 +86,7 @@ Additional context for the error
|
|
|
86
86
|
|
|
87
87
|
#### Inherited from[](#inherited-from-2 "Direct link to Inherited from")
|
|
88
88
|
|
|
89
|
-
[`AppKitError`](
|
|
89
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`context`](./docs/api/appkit/Class.AppKitError.md#context)
|
|
90
90
|
|
|
91
91
|
***
|
|
92
92
|
|
|
@@ -101,7 +101,7 @@ Whether this error type is generally safe to retry
|
|
|
101
101
|
|
|
102
102
|
#### Overrides[](#overrides-1 "Direct link to Overrides")
|
|
103
103
|
|
|
104
|
-
[`AppKitError`](
|
|
104
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`isRetryable`](./docs/api/appkit/Class.AppKitError.md#isretryable)
|
|
105
105
|
|
|
106
106
|
***
|
|
107
107
|
|
|
@@ -116,7 +116,7 @@ HTTP status code suggestion (can be overridden)
|
|
|
116
116
|
|
|
117
117
|
#### Overrides[](#overrides-2 "Direct link to Overrides")
|
|
118
118
|
|
|
119
|
-
[`AppKitError`](
|
|
119
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`statusCode`](./docs/api/appkit/Class.AppKitError.md#statuscode)
|
|
120
120
|
|
|
121
121
|
## Methods[](#methods "Direct link to Methods")
|
|
122
122
|
|
|
@@ -135,7 +135,7 @@ Convert error to JSON for logging/serialization. Sensitive values in context are
|
|
|
135
135
|
|
|
136
136
|
#### Inherited from[](#inherited-from-3 "Direct link to Inherited from")
|
|
137
137
|
|
|
138
|
-
[`AppKitError`](
|
|
138
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toJSON`](./docs/api/appkit/Class.AppKitError.md#tojson)
|
|
139
139
|
|
|
140
140
|
***
|
|
141
141
|
|
|
@@ -154,7 +154,7 @@ Create a human-readable string representation
|
|
|
154
154
|
|
|
155
155
|
#### Inherited from[](#inherited-from-4 "Direct link to Inherited from")
|
|
156
156
|
|
|
157
|
-
[`AppKitError`](
|
|
157
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toString`](./docs/api/appkit/Class.AppKitError.md#tostring)
|
|
158
158
|
|
|
159
159
|
***
|
|
160
160
|
|
|
@@ -12,7 +12,7 @@ throw new ConfigurationError("Warehouse ID not found", { context: { env: "produc
|
|
|
12
12
|
|
|
13
13
|
## Extends[](#extends "Direct link to Extends")
|
|
14
14
|
|
|
15
|
-
* [`AppKitError`](
|
|
15
|
+
* [`AppKitError`](./docs/api/appkit/Class.AppKitError.md)
|
|
16
16
|
|
|
17
17
|
## Constructors[](#constructors "Direct link to Constructors")
|
|
18
18
|
|
|
@@ -41,7 +41,7 @@ new ConfigurationError(message: string, options?: {
|
|
|
41
41
|
|
|
42
42
|
#### Inherited from[](#inherited-from "Direct link to Inherited from")
|
|
43
43
|
|
|
44
|
-
[`AppKitError`](
|
|
44
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`constructor`](./docs/api/appkit/Class.AppKitError.md#constructor)
|
|
45
45
|
|
|
46
46
|
## Properties[](#properties "Direct link to Properties")
|
|
47
47
|
|
|
@@ -56,7 +56,7 @@ Optional cause of the error
|
|
|
56
56
|
|
|
57
57
|
#### Inherited from[](#inherited-from-1 "Direct link to Inherited from")
|
|
58
58
|
|
|
59
|
-
[`AppKitError`](
|
|
59
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`cause`](./docs/api/appkit/Class.AppKitError.md#cause)
|
|
60
60
|
|
|
61
61
|
***
|
|
62
62
|
|
|
@@ -71,7 +71,7 @@ Error code for programmatic error handling
|
|
|
71
71
|
|
|
72
72
|
#### Overrides[](#overrides "Direct link to Overrides")
|
|
73
73
|
|
|
74
|
-
[`AppKitError`](
|
|
74
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`code`](./docs/api/appkit/Class.AppKitError.md#code)
|
|
75
75
|
|
|
76
76
|
***
|
|
77
77
|
|
|
@@ -86,7 +86,7 @@ Additional context for the error
|
|
|
86
86
|
|
|
87
87
|
#### Inherited from[](#inherited-from-2 "Direct link to Inherited from")
|
|
88
88
|
|
|
89
|
-
[`AppKitError`](
|
|
89
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`context`](./docs/api/appkit/Class.AppKitError.md#context)
|
|
90
90
|
|
|
91
91
|
***
|
|
92
92
|
|
|
@@ -101,7 +101,7 @@ Whether this error type is generally safe to retry
|
|
|
101
101
|
|
|
102
102
|
#### Overrides[](#overrides-1 "Direct link to Overrides")
|
|
103
103
|
|
|
104
|
-
[`AppKitError`](
|
|
104
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`isRetryable`](./docs/api/appkit/Class.AppKitError.md#isretryable)
|
|
105
105
|
|
|
106
106
|
***
|
|
107
107
|
|
|
@@ -116,7 +116,7 @@ HTTP status code suggestion (can be overridden)
|
|
|
116
116
|
|
|
117
117
|
#### Overrides[](#overrides-2 "Direct link to Overrides")
|
|
118
118
|
|
|
119
|
-
[`AppKitError`](
|
|
119
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`statusCode`](./docs/api/appkit/Class.AppKitError.md#statuscode)
|
|
120
120
|
|
|
121
121
|
## Methods[](#methods "Direct link to Methods")
|
|
122
122
|
|
|
@@ -135,7 +135,7 @@ Convert error to JSON for logging/serialization. Sensitive values in context are
|
|
|
135
135
|
|
|
136
136
|
#### Inherited from[](#inherited-from-3 "Direct link to Inherited from")
|
|
137
137
|
|
|
138
|
-
[`AppKitError`](
|
|
138
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toJSON`](./docs/api/appkit/Class.AppKitError.md#tojson)
|
|
139
139
|
|
|
140
140
|
***
|
|
141
141
|
|
|
@@ -154,7 +154,7 @@ Create a human-readable string representation
|
|
|
154
154
|
|
|
155
155
|
#### Inherited from[](#inherited-from-4 "Direct link to Inherited from")
|
|
156
156
|
|
|
157
|
-
[`AppKitError`](
|
|
157
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toString`](./docs/api/appkit/Class.AppKitError.md#tostring)
|
|
158
158
|
|
|
159
159
|
***
|
|
160
160
|
|
|
@@ -12,7 +12,7 @@ throw new ConnectionError("No response received from SQL Warehouse API");
|
|
|
12
12
|
|
|
13
13
|
## Extends[](#extends "Direct link to Extends")
|
|
14
14
|
|
|
15
|
-
* [`AppKitError`](
|
|
15
|
+
* [`AppKitError`](./docs/api/appkit/Class.AppKitError.md)
|
|
16
16
|
|
|
17
17
|
## Constructors[](#constructors "Direct link to Constructors")
|
|
18
18
|
|
|
@@ -41,7 +41,7 @@ new ConnectionError(message: string, options?: {
|
|
|
41
41
|
|
|
42
42
|
#### Inherited from[](#inherited-from "Direct link to Inherited from")
|
|
43
43
|
|
|
44
|
-
[`AppKitError`](
|
|
44
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`constructor`](./docs/api/appkit/Class.AppKitError.md#constructor)
|
|
45
45
|
|
|
46
46
|
## Properties[](#properties "Direct link to Properties")
|
|
47
47
|
|
|
@@ -56,7 +56,7 @@ Optional cause of the error
|
|
|
56
56
|
|
|
57
57
|
#### Inherited from[](#inherited-from-1 "Direct link to Inherited from")
|
|
58
58
|
|
|
59
|
-
[`AppKitError`](
|
|
59
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`cause`](./docs/api/appkit/Class.AppKitError.md#cause)
|
|
60
60
|
|
|
61
61
|
***
|
|
62
62
|
|
|
@@ -71,7 +71,7 @@ Error code for programmatic error handling
|
|
|
71
71
|
|
|
72
72
|
#### Overrides[](#overrides "Direct link to Overrides")
|
|
73
73
|
|
|
74
|
-
[`AppKitError`](
|
|
74
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`code`](./docs/api/appkit/Class.AppKitError.md#code)
|
|
75
75
|
|
|
76
76
|
***
|
|
77
77
|
|
|
@@ -86,7 +86,7 @@ Additional context for the error
|
|
|
86
86
|
|
|
87
87
|
#### Inherited from[](#inherited-from-2 "Direct link to Inherited from")
|
|
88
88
|
|
|
89
|
-
[`AppKitError`](
|
|
89
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`context`](./docs/api/appkit/Class.AppKitError.md#context)
|
|
90
90
|
|
|
91
91
|
***
|
|
92
92
|
|
|
@@ -101,7 +101,7 @@ Whether this error type is generally safe to retry
|
|
|
101
101
|
|
|
102
102
|
#### Overrides[](#overrides-1 "Direct link to Overrides")
|
|
103
103
|
|
|
104
|
-
[`AppKitError`](
|
|
104
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`isRetryable`](./docs/api/appkit/Class.AppKitError.md#isretryable)
|
|
105
105
|
|
|
106
106
|
***
|
|
107
107
|
|
|
@@ -116,7 +116,7 @@ HTTP status code suggestion (can be overridden)
|
|
|
116
116
|
|
|
117
117
|
#### Overrides[](#overrides-2 "Direct link to Overrides")
|
|
118
118
|
|
|
119
|
-
[`AppKitError`](
|
|
119
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`statusCode`](./docs/api/appkit/Class.AppKitError.md#statuscode)
|
|
120
120
|
|
|
121
121
|
## Methods[](#methods "Direct link to Methods")
|
|
122
122
|
|
|
@@ -135,7 +135,7 @@ Convert error to JSON for logging/serialization. Sensitive values in context are
|
|
|
135
135
|
|
|
136
136
|
#### Inherited from[](#inherited-from-3 "Direct link to Inherited from")
|
|
137
137
|
|
|
138
|
-
[`AppKitError`](
|
|
138
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toJSON`](./docs/api/appkit/Class.AppKitError.md#tojson)
|
|
139
139
|
|
|
140
140
|
***
|
|
141
141
|
|
|
@@ -154,7 +154,7 @@ Create a human-readable string representation
|
|
|
154
154
|
|
|
155
155
|
#### Inherited from[](#inherited-from-4 "Direct link to Inherited from")
|
|
156
156
|
|
|
157
|
-
[`AppKitError`](
|
|
157
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toString`](./docs/api/appkit/Class.AppKitError.md#tostring)
|
|
158
158
|
|
|
159
159
|
***
|
|
160
160
|
|
|
@@ -12,7 +12,7 @@ throw new ExecutionError("Statement was canceled");
|
|
|
12
12
|
|
|
13
13
|
## Extends[](#extends "Direct link to Extends")
|
|
14
14
|
|
|
15
|
-
* [`AppKitError`](
|
|
15
|
+
* [`AppKitError`](./docs/api/appkit/Class.AppKitError.md)
|
|
16
16
|
|
|
17
17
|
## Constructors[](#constructors "Direct link to Constructors")
|
|
18
18
|
|
|
@@ -41,7 +41,7 @@ new ExecutionError(message: string, options?: {
|
|
|
41
41
|
|
|
42
42
|
#### Inherited from[](#inherited-from "Direct link to Inherited from")
|
|
43
43
|
|
|
44
|
-
[`AppKitError`](
|
|
44
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`constructor`](./docs/api/appkit/Class.AppKitError.md#constructor)
|
|
45
45
|
|
|
46
46
|
## Properties[](#properties "Direct link to Properties")
|
|
47
47
|
|
|
@@ -56,7 +56,7 @@ Optional cause of the error
|
|
|
56
56
|
|
|
57
57
|
#### Inherited from[](#inherited-from-1 "Direct link to Inherited from")
|
|
58
58
|
|
|
59
|
-
[`AppKitError`](
|
|
59
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`cause`](./docs/api/appkit/Class.AppKitError.md#cause)
|
|
60
60
|
|
|
61
61
|
***
|
|
62
62
|
|
|
@@ -71,7 +71,7 @@ Error code for programmatic error handling
|
|
|
71
71
|
|
|
72
72
|
#### Overrides[](#overrides "Direct link to Overrides")
|
|
73
73
|
|
|
74
|
-
[`AppKitError`](
|
|
74
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`code`](./docs/api/appkit/Class.AppKitError.md#code)
|
|
75
75
|
|
|
76
76
|
***
|
|
77
77
|
|
|
@@ -86,7 +86,7 @@ Additional context for the error
|
|
|
86
86
|
|
|
87
87
|
#### Inherited from[](#inherited-from-2 "Direct link to Inherited from")
|
|
88
88
|
|
|
89
|
-
[`AppKitError`](
|
|
89
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`context`](./docs/api/appkit/Class.AppKitError.md#context)
|
|
90
90
|
|
|
91
91
|
***
|
|
92
92
|
|
|
@@ -101,7 +101,7 @@ Whether this error type is generally safe to retry
|
|
|
101
101
|
|
|
102
102
|
#### Overrides[](#overrides-1 "Direct link to Overrides")
|
|
103
103
|
|
|
104
|
-
[`AppKitError`](
|
|
104
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`isRetryable`](./docs/api/appkit/Class.AppKitError.md#isretryable)
|
|
105
105
|
|
|
106
106
|
***
|
|
107
107
|
|
|
@@ -116,7 +116,7 @@ HTTP status code suggestion (can be overridden)
|
|
|
116
116
|
|
|
117
117
|
#### Overrides[](#overrides-2 "Direct link to Overrides")
|
|
118
118
|
|
|
119
|
-
[`AppKitError`](
|
|
119
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`statusCode`](./docs/api/appkit/Class.AppKitError.md#statuscode)
|
|
120
120
|
|
|
121
121
|
## Methods[](#methods "Direct link to Methods")
|
|
122
122
|
|
|
@@ -135,7 +135,7 @@ Convert error to JSON for logging/serialization. Sensitive values in context are
|
|
|
135
135
|
|
|
136
136
|
#### Inherited from[](#inherited-from-3 "Direct link to Inherited from")
|
|
137
137
|
|
|
138
|
-
[`AppKitError`](
|
|
138
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toJSON`](./docs/api/appkit/Class.AppKitError.md#tojson)
|
|
139
139
|
|
|
140
140
|
***
|
|
141
141
|
|
|
@@ -154,7 +154,7 @@ Create a human-readable string representation
|
|
|
154
154
|
|
|
155
155
|
#### Inherited from[](#inherited-from-4 "Direct link to Inherited from")
|
|
156
156
|
|
|
157
|
-
[`AppKitError`](
|
|
157
|
+
[`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toString`](./docs/api/appkit/Class.AppKitError.md#tostring)
|
|
158
158
|
|
|
159
159
|
***
|
|
160
160
|
|