@databricks/appkit 0.11.2 → 0.12.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.
Files changed (309) hide show
  1. package/CLAUDE.md +155 -143
  2. package/NOTICE.md +1 -0
  3. package/dist/_virtual/_rolldown/runtime.js +0 -2
  4. package/dist/appkit/package.js +1 -1
  5. package/dist/cli/commands/docs.js +80 -17
  6. package/dist/cli/commands/docs.js.map +1 -1
  7. package/dist/connectors/genie/client.js +208 -0
  8. package/dist/connectors/genie/client.js.map +1 -0
  9. package/dist/connectors/genie/defaults.js +10 -0
  10. package/dist/connectors/genie/defaults.js.map +1 -0
  11. package/dist/connectors/genie/index.js +5 -0
  12. package/dist/connectors/genie/poll-waiter.js +54 -0
  13. package/dist/connectors/genie/poll-waiter.js.map +1 -0
  14. package/dist/connectors/genie/types.d.ts +11 -0
  15. package/dist/connectors/genie/types.d.ts.map +1 -0
  16. package/dist/connectors/index.js +4 -0
  17. package/dist/index.d.ts +2 -1
  18. package/dist/index.js +2 -1
  19. package/dist/index.js.map +1 -1
  20. package/dist/logging/index.js +16 -0
  21. package/dist/plugins/genie/defaults.js +13 -0
  22. package/dist/plugins/genie/defaults.js.map +1 -0
  23. package/dist/plugins/genie/genie.d.ts +44 -0
  24. package/dist/plugins/genie/genie.d.ts.map +1 -0
  25. package/dist/plugins/genie/genie.js +141 -0
  26. package/dist/plugins/genie/genie.js.map +1 -0
  27. package/dist/plugins/genie/index.js +4 -0
  28. package/dist/plugins/genie/manifest.js +11 -0
  29. package/dist/plugins/genie/manifest.js.map +1 -0
  30. package/dist/plugins/genie/manifest.json +43 -0
  31. package/dist/plugins/genie/types.d.ts +14 -0
  32. package/dist/plugins/genie/types.d.ts.map +1 -0
  33. package/dist/plugins/index.js +3 -0
  34. package/dist/plugins/lakebase/manifest.json +1 -1
  35. package/dist/registry/types.generated.js.map +1 -1
  36. package/dist/shared/src/genie.d.ts +48 -0
  37. package/dist/shared/src/genie.d.ts.map +1 -0
  38. package/docs/{docs/api → api}/appkit/Class.AppKitError.md +8 -8
  39. package/docs/{docs/api → api}/appkit/Class.AuthenticationError.md +9 -9
  40. package/docs/{docs/api → api}/appkit/Class.ConfigurationError.md +9 -9
  41. package/docs/{docs/api → api}/appkit/Class.ConnectionError.md +9 -9
  42. package/docs/{docs/api → api}/appkit/Class.ExecutionError.md +9 -9
  43. package/docs/{docs/api → api}/appkit/Class.InitializationError.md +9 -9
  44. package/docs/{docs/api → api}/appkit/Class.Plugin.md +2 -2
  45. package/docs/{docs/api → api}/appkit/Class.ResourceRegistry.md +11 -11
  46. package/docs/{docs/api → api}/appkit/Class.ServerError.md +9 -9
  47. package/docs/{docs/api → api}/appkit/Class.TunnelError.md +9 -9
  48. package/docs/{docs/api → api}/appkit/Class.ValidationError.md +9 -9
  49. package/docs/{docs/api → api}/appkit/Function.createApp.md +3 -3
  50. package/docs/{docs/api → api}/appkit/Function.createLakebasePool.md +1 -1
  51. package/docs/{docs/api → api}/appkit/Function.generateDatabaseCredential.md +2 -2
  52. package/docs/{docs/api → api}/appkit/Function.getLakebaseOrmConfig.md +1 -1
  53. package/docs/{docs/api → api}/appkit/Function.getLakebasePgConfig.md +1 -1
  54. package/docs/{docs/api → api}/appkit/Function.getPluginManifest.md +1 -1
  55. package/docs/{docs/api → api}/appkit/Function.getUsernameWithApiLookup.md +1 -1
  56. package/docs/{docs/api → api}/appkit/Function.getWorkspaceClient.md +1 -1
  57. package/docs/{docs/api → api}/appkit/Interface.ResourceEntry.md +8 -8
  58. package/docs/{docs/api → api}/appkit/Interface.ResourceRequirement.md +1 -1
  59. package/docs/api/appkit-ui/genie/GenieChat.md +43 -0
  60. package/docs/api/appkit-ui/genie/GenieChatInput.md +27 -0
  61. package/docs/api/appkit-ui/genie/GenieChatMessage.md +25 -0
  62. package/docs/api/appkit-ui/genie/GenieChatMessageList.md +26 -0
  63. package/docs/{docs/api → api}/appkit-ui/styling.md +1 -1
  64. package/docs/api/appkit.md +78 -0
  65. package/docs/{docs/api.md → api.md} +4 -4
  66. package/docs/{docs/app-management.md → app-management.md} +2 -2
  67. package/docs/{docs/architecture.md → architecture.md} +6 -6
  68. package/docs/{docs/configuration.md → configuration.md} +2 -2
  69. package/docs/{docs/development → development}/ai-assisted-development.md +5 -3
  70. package/docs/{docs/development → development}/llm-guide.md +7 -6
  71. package/docs/{docs/development → development}/local-development.md +2 -2
  72. package/docs/{docs/development → development}/project-setup.md +3 -3
  73. package/docs/{docs/development → development}/remote-bridge.md +1 -1
  74. package/docs/{docs/development → development}/type-generation.md +2 -2
  75. package/docs/development.md +22 -0
  76. package/docs/{docs/plugins → plugins}/analytics.md +1 -1
  77. package/docs/{docs/plugins → plugins}/custom-plugins.md +6 -6
  78. package/docs/{docs/plugins → plugins}/lakebase.md +25 -24
  79. package/docs/{docs/plugins.md → plugins.md} +2 -2
  80. package/{docs/docs.md → docs.md} +4 -4
  81. package/llms.txt +155 -143
  82. package/package.json +2 -1
  83. package/docs/docs/api/appkit/Class.AppKitError/index.html +0 -79
  84. package/docs/docs/api/appkit/Class.AuthenticationError/index.html +0 -110
  85. package/docs/docs/api/appkit/Class.ConfigurationError/index.html +0 -112
  86. package/docs/docs/api/appkit/Class.ConnectionError/index.html +0 -120
  87. package/docs/docs/api/appkit/Class.ExecutionError/index.html +0 -116
  88. package/docs/docs/api/appkit/Class.InitializationError/index.html +0 -104
  89. package/docs/docs/api/appkit/Class.Plugin/index.html +0 -168
  90. package/docs/docs/api/appkit/Class.ResourceRegistry/index.html +0 -150
  91. package/docs/docs/api/appkit/Class.ServerError/index.html +0 -108
  92. package/docs/docs/api/appkit/Class.TunnelError/index.html +0 -108
  93. package/docs/docs/api/appkit/Class.ValidationError/index.html +0 -106
  94. package/docs/docs/api/appkit/Enumeration.RequestedClaimsPermissionSet/index.html +0 -21
  95. package/docs/docs/api/appkit/Enumeration.ResourceType/index.html +0 -53
  96. package/docs/docs/api/appkit/Function.appKitTypesPlugin/index.html +0 -24
  97. package/docs/docs/api/appkit/Function.createApp/index.html +0 -24
  98. package/docs/docs/api/appkit/Function.createLakebasePool/index.html +0 -24
  99. package/docs/docs/api/appkit/Function.generateDatabaseCredential/index.html +0 -30
  100. package/docs/docs/api/appkit/Function.getExecutionContext/index.html +0 -26
  101. package/docs/docs/api/appkit/Function.getLakebaseOrmConfig/index.html +0 -39
  102. package/docs/docs/api/appkit/Function.getLakebasePgConfig/index.html +0 -27
  103. package/docs/docs/api/appkit/Function.getPluginManifest/index.html +0 -26
  104. package/docs/docs/api/appkit/Function.getResourceRequirements/index.html +0 -28
  105. package/docs/docs/api/appkit/Function.getUsernameWithApiLookup/index.html +0 -35
  106. package/docs/docs/api/appkit/Function.getWorkspaceClient/index.html +0 -22
  107. package/docs/docs/api/appkit/Function.isSQLTypeMarker/index.html +0 -25
  108. package/docs/docs/api/appkit/Interface.BasePluginConfig/index.html +0 -28
  109. package/docs/docs/api/appkit/Interface.CacheConfig/index.html +0 -63
  110. package/docs/docs/api/appkit/Interface.DatabaseCredential/index.html +0 -28
  111. package/docs/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest/index.html +0 -32
  112. package/docs/docs/api/appkit/Interface.ITelemetry/index.html +0 -73
  113. package/docs/docs/api/appkit/Interface.LakebasePoolConfig/index.html +0 -75
  114. package/docs/docs/api/appkit/Interface.PluginManifest/index.html +0 -67
  115. package/docs/docs/api/appkit/Interface.RequestedClaims/index.html +0 -26
  116. package/docs/docs/api/appkit/Interface.RequestedResource/index.html +0 -27
  117. package/docs/docs/api/appkit/Interface.ResourceEntry/index.html +0 -83
  118. package/docs/docs/api/appkit/Interface.ResourceFieldEntry/index.html +0 -26
  119. package/docs/docs/api/appkit/Interface.ResourceRequirement/index.html +0 -51
  120. package/docs/docs/api/appkit/Interface.StreamExecutionSettings/index.html +0 -26
  121. package/docs/docs/api/appkit/Interface.TelemetryConfig/index.html +0 -32
  122. package/docs/docs/api/appkit/Interface.ValidationResult/index.html +0 -29
  123. package/docs/docs/api/appkit/TypeAlias.ConfigSchema/index.html +0 -21
  124. package/docs/docs/api/appkit/TypeAlias.IAppRouter/index.html +0 -18
  125. package/docs/docs/api/appkit/TypeAlias.ResourcePermission/index.html +0 -18
  126. package/docs/docs/api/appkit/TypeAlias.ToPlugin/index.html +0 -23
  127. package/docs/docs/api/appkit/Variable.sql/index.html +0 -98
  128. package/docs/docs/api/appkit/index.html +0 -30
  129. package/docs/docs/api/appkit-ui/data/AreaChart/index.html +0 -29
  130. package/docs/docs/api/appkit-ui/data/BarChart/index.html +0 -29
  131. package/docs/docs/api/appkit-ui/data/DataTable/index.html +0 -36
  132. package/docs/docs/api/appkit-ui/data/DonutChart/index.html +0 -29
  133. package/docs/docs/api/appkit-ui/data/HeatmapChart/index.html +0 -35
  134. package/docs/docs/api/appkit-ui/data/LineChart/index.html +0 -29
  135. package/docs/docs/api/appkit-ui/data/PieChart/index.html +0 -29
  136. package/docs/docs/api/appkit-ui/data/RadarChart/index.html +0 -29
  137. package/docs/docs/api/appkit-ui/data/ScatterChart/index.html +0 -29
  138. package/docs/docs/api/appkit-ui/index.html +0 -23
  139. package/docs/docs/api/appkit-ui/styling/index.html +0 -74
  140. package/docs/docs/api/appkit-ui/ui/Accordion/index.html +0 -48
  141. package/docs/docs/api/appkit-ui/ui/Alert/index.html +0 -41
  142. package/docs/docs/api/appkit-ui/ui/AlertDialog/index.html +0 -97
  143. package/docs/docs/api/appkit-ui/ui/AspectRatio/index.html +0 -27
  144. package/docs/docs/api/appkit-ui/ui/Avatar/index.html +0 -41
  145. package/docs/docs/api/appkit-ui/ui/Badge/index.html +0 -27
  146. package/docs/docs/api/appkit-ui/ui/Breadcrumb/index.html +0 -69
  147. package/docs/docs/api/appkit-ui/ui/Button/index.html +0 -27
  148. package/docs/docs/api/appkit-ui/ui/ButtonGroup/index.html +0 -38
  149. package/docs/docs/api/appkit-ui/ui/Calendar/index.html +0 -34
  150. package/docs/docs/api/appkit-ui/ui/Card/index.html +0 -69
  151. package/docs/docs/api/appkit-ui/ui/Carousel/index.html +0 -55
  152. package/docs/docs/api/appkit-ui/ui/ChartContainer/index.html +0 -58
  153. package/docs/docs/api/appkit-ui/ui/Checkbox/index.html +0 -27
  154. package/docs/docs/api/appkit-ui/ui/Collapsible/index.html +0 -41
  155. package/docs/docs/api/appkit-ui/ui/Command/index.html +0 -83
  156. package/docs/docs/api/appkit-ui/ui/ContextMenu/index.html +0 -111
  157. package/docs/docs/api/appkit-ui/ui/Dialog/index.html +0 -90
  158. package/docs/docs/api/appkit-ui/ui/Drawer/index.html +0 -90
  159. package/docs/docs/api/appkit-ui/ui/DropdownMenu/index.html +0 -111
  160. package/docs/docs/api/appkit-ui/ui/Empty/index.html +0 -54
  161. package/docs/docs/api/appkit-ui/ui/Field/index.html +0 -87
  162. package/docs/docs/api/appkit-ui/ui/FormControl/index.html +0 -59
  163. package/docs/docs/api/appkit-ui/ui/HoverCard/index.html +0 -39
  164. package/docs/docs/api/appkit-ui/ui/Input/index.html +0 -27
  165. package/docs/docs/api/appkit-ui/ui/InputGroup/index.html +0 -59
  166. package/docs/docs/api/appkit-ui/ui/InputOTP/index.html +0 -48
  167. package/docs/docs/api/appkit-ui/ui/Item/index.html +0 -78
  168. package/docs/docs/api/appkit-ui/ui/Kbd/index.html +0 -30
  169. package/docs/docs/api/appkit-ui/ui/Label/index.html +0 -27
  170. package/docs/docs/api/appkit-ui/ui/Menubar/index.html +0 -117
  171. package/docs/docs/api/appkit-ui/ui/NavigationMenu/index.html +0 -76
  172. package/docs/docs/api/appkit-ui/ui/Pagination/index.html +0 -69
  173. package/docs/docs/api/appkit-ui/ui/Popover/index.html +0 -45
  174. package/docs/docs/api/appkit-ui/ui/Progress/index.html +0 -27
  175. package/docs/docs/api/appkit-ui/ui/RadioGroup/index.html +0 -33
  176. package/docs/docs/api/appkit-ui/ui/ResizableHandle/index.html +0 -41
  177. package/docs/docs/api/appkit-ui/ui/ScrollArea/index.html +0 -34
  178. package/docs/docs/api/appkit-ui/ui/Select/index.html +0 -82
  179. package/docs/docs/api/appkit-ui/ui/Separator/index.html +0 -27
  180. package/docs/docs/api/appkit-ui/ui/Sheet/index.html +0 -76
  181. package/docs/docs/api/appkit-ui/ui/Sidebar/index.html +0 -183
  182. package/docs/docs/api/appkit-ui/ui/Skeleton/index.html +0 -27
  183. package/docs/docs/api/appkit-ui/ui/Slider/index.html +0 -27
  184. package/docs/docs/api/appkit-ui/ui/Spinner/index.html +0 -24
  185. package/docs/docs/api/appkit-ui/ui/Switch/index.html +0 -27
  186. package/docs/docs/api/appkit-ui/ui/Table/index.html +0 -69
  187. package/docs/docs/api/appkit-ui/ui/Tabs/index.html +0 -48
  188. package/docs/docs/api/appkit-ui/ui/Textarea/index.html +0 -27
  189. package/docs/docs/api/appkit-ui/ui/Toaster/index.html +0 -27
  190. package/docs/docs/api/appkit-ui/ui/Toggle/index.html +0 -27
  191. package/docs/docs/api/appkit-ui/ui/ToggleGroup/index.html +0 -33
  192. package/docs/docs/api/appkit-ui/ui/Tooltip/index.html +0 -46
  193. package/docs/docs/api/appkit.md +0 -78
  194. package/docs/docs/api/index.html +0 -28
  195. package/docs/docs/app-management/index.html +0 -106
  196. package/docs/docs/architecture/index.html +0 -71
  197. package/docs/docs/category/development/index.html +0 -16
  198. package/docs/docs/category/development.md +0 -3
  199. package/docs/docs/configuration/index.html +0 -66
  200. package/docs/docs/core-principles/index.html +0 -38
  201. package/docs/docs/development/ai-assisted-development/index.html +0 -33
  202. package/docs/docs/development/index.html +0 -35
  203. package/docs/docs/development/llm-guide/index.html +0 -84
  204. package/docs/docs/development/local-development/index.html +0 -27
  205. package/docs/docs/development/project-setup/index.html +0 -69
  206. package/docs/docs/development/remote-bridge/index.html +0 -76
  207. package/docs/docs/development/type-generation/index.html +0 -65
  208. package/docs/docs/development.md +0 -22
  209. package/docs/docs/index.html +0 -58
  210. package/docs/docs/plugins/analytics/index.html +0 -53
  211. package/docs/docs/plugins/caching/index.html +0 -23
  212. package/docs/docs/plugins/custom-plugins/index.html +0 -49
  213. package/docs/docs/plugins/execution-context/index.html +0 -40
  214. package/docs/docs/plugins/index.html +0 -29
  215. package/docs/docs/plugins/lakebase/index.html +0 -62
  216. package/docs/docs/plugins/plugin-management/index.html +0 -44
  217. package/docs/docs/plugins/server/index.html +0 -45
  218. /package/docs/{docs/api → api}/appkit/Enumeration.RequestedClaimsPermissionSet.md +0 -0
  219. /package/docs/{docs/api → api}/appkit/Enumeration.ResourceType.md +0 -0
  220. /package/docs/{docs/api → api}/appkit/Function.appKitTypesPlugin.md +0 -0
  221. /package/docs/{docs/api → api}/appkit/Function.getExecutionContext.md +0 -0
  222. /package/docs/{docs/api → api}/appkit/Function.getResourceRequirements.md +0 -0
  223. /package/docs/{docs/api → api}/appkit/Function.isSQLTypeMarker.md +0 -0
  224. /package/docs/{docs/api → api}/appkit/Interface.BasePluginConfig.md +0 -0
  225. /package/docs/{docs/api → api}/appkit/Interface.CacheConfig.md +0 -0
  226. /package/docs/{docs/api → api}/appkit/Interface.DatabaseCredential.md +0 -0
  227. /package/docs/{docs/api → api}/appkit/Interface.GenerateDatabaseCredentialRequest.md +0 -0
  228. /package/docs/{docs/api → api}/appkit/Interface.ITelemetry.md +0 -0
  229. /package/docs/{docs/api → api}/appkit/Interface.LakebasePoolConfig.md +0 -0
  230. /package/docs/{docs/api → api}/appkit/Interface.PluginManifest.md +0 -0
  231. /package/docs/{docs/api → api}/appkit/Interface.RequestedClaims.md +0 -0
  232. /package/docs/{docs/api → api}/appkit/Interface.RequestedResource.md +0 -0
  233. /package/docs/{docs/api → api}/appkit/Interface.ResourceFieldEntry.md +0 -0
  234. /package/docs/{docs/api → api}/appkit/Interface.StreamExecutionSettings.md +0 -0
  235. /package/docs/{docs/api → api}/appkit/Interface.TelemetryConfig.md +0 -0
  236. /package/docs/{docs/api → api}/appkit/Interface.ValidationResult.md +0 -0
  237. /package/docs/{docs/api → api}/appkit/TypeAlias.ConfigSchema.md +0 -0
  238. /package/docs/{docs/api → api}/appkit/TypeAlias.IAppRouter.md +0 -0
  239. /package/docs/{docs/api → api}/appkit/TypeAlias.ResourcePermission.md +0 -0
  240. /package/docs/{docs/api → api}/appkit/TypeAlias.ToPlugin.md +0 -0
  241. /package/docs/{docs/api → api}/appkit/Variable.sql.md +0 -0
  242. /package/docs/{docs/api → api}/appkit-ui/data/AreaChart.md +0 -0
  243. /package/docs/{docs/api → api}/appkit-ui/data/BarChart.md +0 -0
  244. /package/docs/{docs/api → api}/appkit-ui/data/DataTable.md +0 -0
  245. /package/docs/{docs/api → api}/appkit-ui/data/DonutChart.md +0 -0
  246. /package/docs/{docs/api → api}/appkit-ui/data/HeatmapChart.md +0 -0
  247. /package/docs/{docs/api → api}/appkit-ui/data/LineChart.md +0 -0
  248. /package/docs/{docs/api → api}/appkit-ui/data/PieChart.md +0 -0
  249. /package/docs/{docs/api → api}/appkit-ui/data/RadarChart.md +0 -0
  250. /package/docs/{docs/api → api}/appkit-ui/data/ScatterChart.md +0 -0
  251. /package/docs/{docs/api → api}/appkit-ui/ui/Accordion.md +0 -0
  252. /package/docs/{docs/api → api}/appkit-ui/ui/Alert.md +0 -0
  253. /package/docs/{docs/api → api}/appkit-ui/ui/AlertDialog.md +0 -0
  254. /package/docs/{docs/api → api}/appkit-ui/ui/AspectRatio.md +0 -0
  255. /package/docs/{docs/api → api}/appkit-ui/ui/Avatar.md +0 -0
  256. /package/docs/{docs/api → api}/appkit-ui/ui/Badge.md +0 -0
  257. /package/docs/{docs/api → api}/appkit-ui/ui/Breadcrumb.md +0 -0
  258. /package/docs/{docs/api → api}/appkit-ui/ui/Button.md +0 -0
  259. /package/docs/{docs/api → api}/appkit-ui/ui/ButtonGroup.md +0 -0
  260. /package/docs/{docs/api → api}/appkit-ui/ui/Calendar.md +0 -0
  261. /package/docs/{docs/api → api}/appkit-ui/ui/Card.md +0 -0
  262. /package/docs/{docs/api → api}/appkit-ui/ui/Carousel.md +0 -0
  263. /package/docs/{docs/api → api}/appkit-ui/ui/ChartContainer.md +0 -0
  264. /package/docs/{docs/api → api}/appkit-ui/ui/Checkbox.md +0 -0
  265. /package/docs/{docs/api → api}/appkit-ui/ui/Collapsible.md +0 -0
  266. /package/docs/{docs/api → api}/appkit-ui/ui/Command.md +0 -0
  267. /package/docs/{docs/api → api}/appkit-ui/ui/ContextMenu.md +0 -0
  268. /package/docs/{docs/api → api}/appkit-ui/ui/Dialog.md +0 -0
  269. /package/docs/{docs/api → api}/appkit-ui/ui/Drawer.md +0 -0
  270. /package/docs/{docs/api → api}/appkit-ui/ui/DropdownMenu.md +0 -0
  271. /package/docs/{docs/api → api}/appkit-ui/ui/Empty.md +0 -0
  272. /package/docs/{docs/api → api}/appkit-ui/ui/Field.md +0 -0
  273. /package/docs/{docs/api → api}/appkit-ui/ui/FormControl.md +0 -0
  274. /package/docs/{docs/api → api}/appkit-ui/ui/HoverCard.md +0 -0
  275. /package/docs/{docs/api → api}/appkit-ui/ui/Input.md +0 -0
  276. /package/docs/{docs/api → api}/appkit-ui/ui/InputGroup.md +0 -0
  277. /package/docs/{docs/api → api}/appkit-ui/ui/InputOTP.md +0 -0
  278. /package/docs/{docs/api → api}/appkit-ui/ui/Item.md +0 -0
  279. /package/docs/{docs/api → api}/appkit-ui/ui/Kbd.md +0 -0
  280. /package/docs/{docs/api → api}/appkit-ui/ui/Label.md +0 -0
  281. /package/docs/{docs/api → api}/appkit-ui/ui/Menubar.md +0 -0
  282. /package/docs/{docs/api → api}/appkit-ui/ui/NavigationMenu.md +0 -0
  283. /package/docs/{docs/api → api}/appkit-ui/ui/Pagination.md +0 -0
  284. /package/docs/{docs/api → api}/appkit-ui/ui/Popover.md +0 -0
  285. /package/docs/{docs/api → api}/appkit-ui/ui/Progress.md +0 -0
  286. /package/docs/{docs/api → api}/appkit-ui/ui/RadioGroup.md +0 -0
  287. /package/docs/{docs/api → api}/appkit-ui/ui/ResizableHandle.md +0 -0
  288. /package/docs/{docs/api → api}/appkit-ui/ui/ScrollArea.md +0 -0
  289. /package/docs/{docs/api → api}/appkit-ui/ui/Select.md +0 -0
  290. /package/docs/{docs/api → api}/appkit-ui/ui/Separator.md +0 -0
  291. /package/docs/{docs/api → api}/appkit-ui/ui/Sheet.md +0 -0
  292. /package/docs/{docs/api → api}/appkit-ui/ui/Sidebar.md +0 -0
  293. /package/docs/{docs/api → api}/appkit-ui/ui/Skeleton.md +0 -0
  294. /package/docs/{docs/api → api}/appkit-ui/ui/Slider.md +0 -0
  295. /package/docs/{docs/api → api}/appkit-ui/ui/Spinner.md +0 -0
  296. /package/docs/{docs/api → api}/appkit-ui/ui/Switch.md +0 -0
  297. /package/docs/{docs/api → api}/appkit-ui/ui/Table.md +0 -0
  298. /package/docs/{docs/api → api}/appkit-ui/ui/Tabs.md +0 -0
  299. /package/docs/{docs/api → api}/appkit-ui/ui/Textarea.md +0 -0
  300. /package/docs/{docs/api → api}/appkit-ui/ui/Toaster.md +0 -0
  301. /package/docs/{docs/api → api}/appkit-ui/ui/Toggle.md +0 -0
  302. /package/docs/{docs/api → api}/appkit-ui/ui/ToggleGroup.md +0 -0
  303. /package/docs/{docs/api → api}/appkit-ui/ui/Tooltip.md +0 -0
  304. /package/docs/{docs/api → api}/appkit-ui.md +0 -0
  305. /package/docs/{docs/core-principles.md → core-principles.md} +0 -0
  306. /package/docs/{docs/plugins → plugins}/caching.md +0 -0
  307. /package/docs/{docs/plugins → plugins}/execution-context.md +0 -0
  308. /package/docs/{docs/plugins → plugins}/plugin-management.md +0 -0
  309. /package/docs/{docs/plugins → plugins}/server.md +0 -0
@@ -66,13 +66,13 @@ enforceValidation(): ValidationResult;
66
66
 
67
67
  Validates all registered resources and enforces the result.
68
68
 
69
- * In production: throws a [ConfigurationError](/appkit/docs/api/appkit/Class.ConfigurationError.md) if any required resources are missing.
69
+ * In production: throws a [ConfigurationError](./docs/api/appkit/Class.ConfigurationError.md) if any required resources are missing.
70
70
  * In development (`NODE_ENV=development`): logs a warning but continues, unless `APPKIT_STRICT_VALIDATION=true` is set, in which case throws like production.
71
71
  * When all resources are valid: logs a debug message with the count.
72
72
 
73
73
  #### Returns[​](#returns-3 "Direct link to Returns")
74
74
 
75
- [`ValidationResult`](/appkit/docs/api/appkit/Interface.ValidationResult.md)
75
+ [`ValidationResult`](./docs/api/appkit/Interface.ValidationResult.md)
76
76
 
77
77
  ValidationResult with validity status, missing resources, and all resources
78
78
 
@@ -100,7 +100,7 @@ Gets a specific resource by type and resourceKey (dedup key).
100
100
 
101
101
  #### Returns[​](#returns-4 "Direct link to Returns")
102
102
 
103
- [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md) | `undefined`
103
+ [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md) | `undefined`
104
104
 
105
105
  The resource entry if found, undefined otherwise
106
106
 
@@ -117,7 +117,7 @@ Retrieves all registered resources. Returns a copy of the array to prevent exter
117
117
 
118
118
  #### Returns[​](#returns-5 "Direct link to Returns")
119
119
 
120
- [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[]
120
+ [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[]
121
121
 
122
122
  Array of all registered resource entries
123
123
 
@@ -140,7 +140,7 @@ Gets all resources required by a specific plugin.
140
140
 
141
141
  #### Returns[​](#returns-6 "Direct link to Returns")
142
142
 
143
- [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[]
143
+ [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[]
144
144
 
145
145
  Array of resources where the plugin is listed as a requester
146
146
 
@@ -157,7 +157,7 @@ Gets all optional resources (where required=false).
157
157
 
158
158
  #### Returns[​](#returns-7 "Direct link to Returns")
159
159
 
160
- [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[]
160
+ [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[]
161
161
 
162
162
  Array of optional resource entries
163
163
 
@@ -174,7 +174,7 @@ Gets all required resources (where required=true).
174
174
 
175
175
  #### Returns[​](#returns-8 "Direct link to Returns")
176
176
 
177
- [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[]
177
+ [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[]
178
178
 
179
179
  Array of required resource entries
180
180
 
@@ -200,7 +200,7 @@ Registers a resource requirement for a plugin. If a resource with the same type+
200
200
  | Parameter | Type | Description |
201
201
  | ---------- | --------------------------------------------------------------------------------- | ------------------------------------------- |
202
202
  | `plugin` | `string` | Name of the plugin registering the resource |
203
- | `resource` | [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md) | Resource requirement specification |
203
+ | `resource` | [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md) | Resource requirement specification |
204
204
 
205
205
  #### Returns[​](#returns-9 "Direct link to Returns")
206
206
 
@@ -238,7 +238,7 @@ Only required resources affect the `valid` status - optional resources are check
238
238
 
239
239
  #### Returns[​](#returns-11 "Direct link to Returns")
240
240
 
241
- [`ValidationResult`](/appkit/docs/api/appkit/Interface.ValidationResult.md)
241
+ [`ValidationResult`](./docs/api/appkit/Interface.ValidationResult.md)
242
242
 
243
243
  ValidationResult with validity status, missing resources, and all resources
244
244
 
@@ -269,7 +269,7 @@ Formats a highly visible warning banner for dev-mode missing resources. Uses box
269
269
 
270
270
  | Parameter | Type | Description |
271
271
  | --------- | ------------------------------------------------------------------------ | --------------------------------- |
272
- | `missing` | [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[] | Array of missing resource entries |
272
+ | `missing` | [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[] | Array of missing resource entries |
273
273
 
274
274
  #### Returns[​](#returns-12 "Direct link to Returns")
275
275
 
@@ -292,7 +292,7 @@ Formats missing resources into a human-readable error message.
292
292
 
293
293
  | Parameter | Type | Description |
294
294
  | --------- | ------------------------------------------------------------------------ | --------------------------------- |
295
- | `missing` | [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)\[] | Array of missing resource entries |
295
+ | `missing` | [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)\[] | Array of missing resource entries |
296
296
 
297
297
  #### Returns[​](#returns-13 "Direct link to Returns")
298
298
 
@@ -12,7 +12,7 @@ throw new ServerError("Server not started");
12
12
 
13
13
  ## Extends[​](#extends "Direct link to Extends")
14
14
 
15
- * [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md)
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 ServerError(message: string, options?: {
41
41
 
42
42
  #### Inherited from[​](#inherited-from "Direct link to Inherited from")
43
43
 
44
- [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md).[`constructor`](/appkit/docs/api/appkit/Class.AppKitError.md#constructor)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`cause`](/appkit/docs/api/appkit/Class.AppKitError.md#cause)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`code`](/appkit/docs/api/appkit/Class.AppKitError.md#code)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`context`](/appkit/docs/api/appkit/Class.AppKitError.md#context)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`isRetryable`](/appkit/docs/api/appkit/Class.AppKitError.md#isretryable)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`statusCode`](/appkit/docs/api/appkit/Class.AppKitError.md#statuscode)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toJSON`](/appkit/docs/api/appkit/Class.AppKitError.md#tojson)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toString`](/appkit/docs/api/appkit/Class.AppKitError.md#tostring)
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 TunnelError("Failed to parse WebSocket message", { cause: parseError }
12
12
 
13
13
  ## Extends[​](#extends "Direct link to Extends")
14
14
 
15
- * [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md)
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 TunnelError(message: string, options?: {
41
41
 
42
42
  #### Inherited from[​](#inherited-from "Direct link to Inherited from")
43
43
 
44
- [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md).[`constructor`](/appkit/docs/api/appkit/Class.AppKitError.md#constructor)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`cause`](/appkit/docs/api/appkit/Class.AppKitError.md#cause)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`code`](/appkit/docs/api/appkit/Class.AppKitError.md#code)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`context`](/appkit/docs/api/appkit/Class.AppKitError.md#context)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`isRetryable`](/appkit/docs/api/appkit/Class.AppKitError.md#isretryable)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`statusCode`](/appkit/docs/api/appkit/Class.AppKitError.md#statuscode)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toJSON`](/appkit/docs/api/appkit/Class.AppKitError.md#tojson)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toString`](/appkit/docs/api/appkit/Class.AppKitError.md#tostring)
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 ValidationError("maxPoolSize must be at least 1", { context: { value:
12
12
 
13
13
  ## Extends[​](#extends "Direct link to Extends")
14
14
 
15
- * [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md)
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 ValidationError(message: string, options?: {
41
41
 
42
42
  #### Inherited from[​](#inherited-from "Direct link to Inherited from")
43
43
 
44
- [`AppKitError`](/appkit/docs/api/appkit/Class.AppKitError.md).[`constructor`](/appkit/docs/api/appkit/Class.AppKitError.md#constructor)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`cause`](/appkit/docs/api/appkit/Class.AppKitError.md#cause)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`code`](/appkit/docs/api/appkit/Class.AppKitError.md#code)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`context`](/appkit/docs/api/appkit/Class.AppKitError.md#context)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`isRetryable`](/appkit/docs/api/appkit/Class.AppKitError.md#isretryable)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`statusCode`](/appkit/docs/api/appkit/Class.AppKitError.md#statuscode)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toJSON`](/appkit/docs/api/appkit/Class.AppKitError.md#tojson)
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`](/appkit/docs/api/appkit/Class.AppKitError.md).[`toString`](/appkit/docs/api/appkit/Class.AppKitError.md#tostring)
157
+ [`AppKitError`](./docs/api/appkit/Class.AppKitError.md).[`toString`](./docs/api/appkit/Class.AppKitError.md#tostring)
158
158
 
159
159
  ***
160
160
 
@@ -22,11 +22,11 @@ Bootstraps AppKit with the provided configuration.
22
22
 
23
23
  | Parameter | Type |
24
24
  | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
25
- | `config` | { `cache?`: [`CacheConfig`](/appkit/docs/api/appkit/Interface.CacheConfig.md); `client?`: `WorkspaceClient`; `plugins?`: `T`; `telemetry?`: [`TelemetryConfig`](/appkit/docs/api/appkit/Interface.TelemetryConfig.md); } |
26
- | `config.cache?` | [`CacheConfig`](/appkit/docs/api/appkit/Interface.CacheConfig.md) |
25
+ | `config` | { `cache?`: [`CacheConfig`](./docs/api/appkit/Interface.CacheConfig.md); `client?`: `WorkspaceClient`; `plugins?`: `T`; `telemetry?`: [`TelemetryConfig`](./docs/api/appkit/Interface.TelemetryConfig.md); } |
26
+ | `config.cache?` | [`CacheConfig`](./docs/api/appkit/Interface.CacheConfig.md) |
27
27
  | `config.client?` | `WorkspaceClient` |
28
28
  | `config.plugins?` | `T` |
29
- | `config.telemetry?` | [`TelemetryConfig`](/appkit/docs/api/appkit/Interface.TelemetryConfig.md) |
29
+ | `config.telemetry?` | [`TelemetryConfig`](./docs/api/appkit/Interface.TelemetryConfig.md) |
30
30
 
31
31
  ## Returns[​](#returns "Direct link to Returns")
32
32
 
@@ -11,7 +11,7 @@ Create a Lakebase pool with appkit's logger integration. Telemetry automatically
11
11
 
12
12
  | Parameter | Type | Description |
13
13
  | --------- | ------------------------------------------------------------------------------------------ | --------------------------- |
14
- | `config?` | `Partial`<[`LakebasePoolConfig`](/appkit/docs/api/appkit/Interface.LakebasePoolConfig.md)> | Lakebase pool configuration |
14
+ | `config?` | `Partial`<[`LakebasePoolConfig`](./docs/api/appkit/Interface.LakebasePoolConfig.md)> | Lakebase pool configuration |
15
15
 
16
16
  ## Returns[​](#returns "Direct link to Returns")
17
17
 
@@ -14,11 +14,11 @@ This generates a time-limited OAuth token (expires after 1 hour) that can be use
14
14
  | Parameter | Type | Description |
15
15
  | ----------------- | ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------- |
16
16
  | `workspaceClient` | `WorkspaceClient` | Databricks workspace client for authentication |
17
- | `request` | [`GenerateDatabaseCredentialRequest`](/appkit/docs/api/appkit/Interface.GenerateDatabaseCredentialRequest.md) | Request parameters including endpoint path and optional UC claims |
17
+ | `request` | [`GenerateDatabaseCredentialRequest`](./docs/api/appkit/Interface.GenerateDatabaseCredentialRequest.md) | Request parameters including endpoint path and optional UC claims |
18
18
 
19
19
  ## Returns[​](#returns "Direct link to Returns")
20
20
 
21
- `Promise`<[`DatabaseCredential`](/appkit/docs/api/appkit/Interface.DatabaseCredential.md)>
21
+ `Promise`<[`DatabaseCredential`](./docs/api/appkit/Interface.DatabaseCredential.md)>
22
22
 
23
23
  Database credentials with OAuth token and expiration time
24
24
 
@@ -26,7 +26,7 @@ Returns connection config with field names compatible with common ORMs:
26
26
 
27
27
  | Parameter | Type | Description |
28
28
  | --------- | ------------------------------------------------------------------------------------------ | --------------------------------------------------------------- |
29
- | `config?` | `Partial`<[`LakebasePoolConfig`](/appkit/docs/api/appkit/Interface.LakebasePoolConfig.md)> | Optional configuration (reads from environment if not provided) |
29
+ | `config?` | `Partial`<[`LakebasePoolConfig`](./docs/api/appkit/Interface.LakebasePoolConfig.md)> | Optional configuration (reads from environment if not provided) |
30
30
 
31
31
  ## Returns[​](#returns "Direct link to Returns")
32
32
 
@@ -20,7 +20,7 @@ Used internally by createLakebasePool().
20
20
 
21
21
  | Parameter | Type | Description |
22
22
  | ------------ | ------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------- |
23
- | `config?` | `Partial`<[`LakebasePoolConfig`](/appkit/docs/api/appkit/Interface.LakebasePoolConfig.md)> | Optional configuration (reads from environment if not provided) |
23
+ | `config?` | `Partial`<[`LakebasePoolConfig`](./docs/api/appkit/Interface.LakebasePoolConfig.md)> | Optional configuration (reads from environment if not provided) |
24
24
  | `telemetry?` | `DriverTelemetry` | Optional pre-initialized telemetry (created internally if not provided) |
25
25
  | `logger?` | `Logger` | Optional logger (silent if not provided) |
26
26
 
@@ -15,7 +15,7 @@ Loads and validates the manifest from a plugin constructor. Normalizes string ty
15
15
 
16
16
  ## Returns[​](#returns "Direct link to Returns")
17
17
 
18
- [`PluginManifest`](/appkit/docs/api/appkit/Interface.PluginManifest.md)
18
+ [`PluginManifest`](./docs/api/appkit/Interface.PluginManifest.md)
19
19
 
20
20
  The validated, normalized plugin manifest
21
21
 
@@ -22,7 +22,7 @@ Returns `undefined` if all attempts fail rather than throwing, so the caller can
22
22
 
23
23
  | Parameter | Type |
24
24
  | --------- | ------------------------------------------------------------------------------------------ |
25
- | `config?` | `Partial`<[`LakebasePoolConfig`](/appkit/docs/api/appkit/Interface.LakebasePoolConfig.md)> |
25
+ | `config?` | `Partial`<[`LakebasePoolConfig`](./docs/api/appkit/Interface.LakebasePoolConfig.md)> |
26
26
 
27
27
  ## Returns[​](#returns "Direct link to Returns")
28
28
 
@@ -11,7 +11,7 @@ Get workspace client from config or SDK default auth chain
11
11
 
12
12
  | Parameter | Type |
13
13
  | --------- | ------------------------------------------------------------------------------------------ |
14
- | `config` | `Partial`<[`LakebasePoolConfig`](/appkit/docs/api/appkit/Interface.LakebasePoolConfig.md)> |
14
+ | `config` | `Partial`<[`LakebasePoolConfig`](./docs/api/appkit/Interface.LakebasePoolConfig.md)> |
15
15
 
16
16
  ## Returns[​](#returns "Direct link to Returns")
17
17
 
@@ -4,7 +4,7 @@ Internal representation of a resource in the registry. Extends ResourceRequireme
4
4
 
5
5
  ## Extends[​](#extends "Direct link to Extends")
6
6
 
7
- * [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md)
7
+ * [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md)
8
8
 
9
9
  ## Properties[​](#properties "Direct link to Properties")
10
10
 
@@ -19,7 +19,7 @@ Unique alias for this resource within the plugin (e.g., 'warehouse', 'secrets').
19
19
 
20
20
  #### Inherited from[​](#inherited-from "Direct link to Inherited from")
21
21
 
22
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`alias`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#alias)
22
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`alias`](./docs/api/appkit/Interface.ResourceRequirement.md#alias)
23
23
 
24
24
  ***
25
25
 
@@ -34,7 +34,7 @@ Human-readable description of why this resource is needed
34
34
 
35
35
  #### Inherited from[​](#inherited-from-1 "Direct link to Inherited from")
36
36
 
37
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`description`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#description)
37
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`description`](./docs/api/appkit/Interface.ResourceRequirement.md#description)
38
38
 
39
39
  ***
40
40
 
@@ -49,7 +49,7 @@ Map of field name to env and optional description. Single-value types use one ke
49
49
 
50
50
  #### Inherited from[​](#inherited-from-2 "Direct link to Inherited from")
51
51
 
52
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`fields`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#fields)
52
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`fields`](./docs/api/appkit/Interface.ResourceRequirement.md#fields)
53
53
 
54
54
  ***
55
55
 
@@ -64,7 +64,7 @@ Required permission level for the resource
64
64
 
65
65
  #### Inherited from[​](#inherited-from-3 "Direct link to Inherited from")
66
66
 
67
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`permission`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#permission)
67
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`permission`](./docs/api/appkit/Interface.ResourceRequirement.md#permission)
68
68
 
69
69
  ***
70
70
 
@@ -101,7 +101,7 @@ Whether this resource is required (true) or optional (false)
101
101
 
102
102
  #### Inherited from[​](#inherited-from-4 "Direct link to Inherited from")
103
103
 
104
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`required`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#required)
104
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`required`](./docs/api/appkit/Interface.ResourceRequirement.md#required)
105
105
 
106
106
  ***
107
107
 
@@ -127,7 +127,7 @@ Stable key for machine use (env naming, composite keys, app.yaml). Required.
127
127
 
128
128
  #### Inherited from[​](#inherited-from-5 "Direct link to Inherited from")
129
129
 
130
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`resourceKey`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#resourcekey)
130
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`resourceKey`](./docs/api/appkit/Interface.ResourceRequirement.md#resourcekey)
131
131
 
132
132
  ***
133
133
 
@@ -142,7 +142,7 @@ Type of Databricks resource required
142
142
 
143
143
  #### Inherited from[​](#inherited-from-6 "Direct link to Inherited from")
144
144
 
145
- [`ResourceRequirement`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md).[`type`](/appkit/docs/api/appkit/Interface.ResourceRequirement.md#type)
145
+ [`ResourceRequirement`](./docs/api/appkit/Interface.ResourceRequirement.md).[`type`](./docs/api/appkit/Interface.ResourceRequirement.md#type)
146
146
 
147
147
  ***
148
148
 
@@ -4,7 +4,7 @@ Declares a resource requirement for a plugin. Can be defined statically in a man
4
4
 
5
5
  ## Extended by[​](#extended-by "Direct link to Extended by")
6
6
 
7
- * [`ResourceEntry`](/appkit/docs/api/appkit/Interface.ResourceEntry.md)
7
+ * [`ResourceEntry`](./docs/api/appkit/Interface.ResourceEntry.md)
8
8
 
9
9
  ## Properties[​](#properties "Direct link to Properties")
10
10
 
@@ -0,0 +1,43 @@
1
+ # GenieChat
2
+
3
+ Full-featured chat interface for a single Databricks AI/BI Genie space. Handles message streaming, conversation history, and auto-reconnection via SSE.
4
+
5
+ ## Example[​](#example "Direct link to Example")
6
+
7
+ ```tsx
8
+ import { GenieChat } from "@databricks/appkit-ui/react";
9
+
10
+ export default function GenieChatExample() {
11
+ return (
12
+ <div style={{ height: 500, border: "1px solid #e2e8f0", borderRadius: 8 }}>
13
+ <GenieChat alias="my-space" />
14
+ </div>
15
+ );
16
+ }
17
+
18
+
19
+ ```
20
+
21
+ ## GenieChat[​](#geniechat-1 "Direct link to GenieChat")
22
+
23
+ Full-featured chat interface for a single Databricks AI/BI Genie space. Handles message streaming, conversation history, and auto-reconnection via SSE.
24
+
25
+ **Source:** [`packages/appkit-ui/src/react/genie/genie-chat.tsx`](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/genie/genie-chat.tsx)
26
+
27
+ ### Props[​](#props "Direct link to Props")
28
+
29
+ | Prop | Type | Required | Default | Description |
30
+ | ------------- | -------- | -------- | ------- | ----------------------------------------------------------------------------------- |
31
+ | `alias` | `string` | ✓ | - | Genie space alias (must match a key registered with the genie plugin on the server) |
32
+ | `basePath` | `string` | | - | Base API path |
33
+ | `placeholder` | `string` | | - | Placeholder text for the input |
34
+ | `className` | `string` | | - | Additional CSS class for the root container |
35
+
36
+ ### Usage[​](#usage "Direct link to Usage")
37
+
38
+ ```tsx
39
+ import { GenieChat } from '@databricks/appkit-ui';
40
+
41
+ <GenieChat /* props */ />
42
+
43
+ ```
@@ -0,0 +1,27 @@
1
+ # GenieChatInput
2
+
3
+ Auto-expanding textarea input with a send button for chat messages. Submits on Enter (Shift+Enter for newline).
4
+
5
+ ## GenieChatInput[​](#geniechatinput-1 "Direct link to GenieChatInput")
6
+
7
+ Auto-expanding textarea input with a send button for chat messages. Submits on Enter (Shift+Enter for newline).
8
+
9
+ **Source:** [`packages/appkit-ui/src/react/genie/genie-chat-input.tsx`](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/genie/genie-chat-input.tsx)
10
+
11
+ ### Props[​](#props "Direct link to Props")
12
+
13
+ | Prop | Type | Required | Default | Description |
14
+ | ------------- | --------------------------- | -------- | ------------------- | ---------------------------------------------- |
15
+ | `onSend` | `(content: string) => void` | ✓ | - | Callback fired when the user submits a message |
16
+ | `disabled` | `boolean` | | `false` | Disable the input and send button |
17
+ | `placeholder` | `string` | | `Ask a question...` | Placeholder text shown in the textarea |
18
+ | `className` | `string` | | - | Additional CSS class for the container |
19
+
20
+ ### Usage[​](#usage "Direct link to Usage")
21
+
22
+ ```tsx
23
+ import { GenieChatInput } from '@databricks/appkit-ui';
24
+
25
+ <GenieChatInput /* props */ />
26
+
27
+ ```
@@ -0,0 +1,25 @@
1
+ # GenieChatMessage
2
+
3
+ Renders a single Genie message bubble with optional expandable SQL query attachments.
4
+
5
+ ## GenieChatMessage[​](#geniechatmessage-1 "Direct link to GenieChatMessage")
6
+
7
+ Renders a single Genie message bubble with optional expandable SQL query attachments.
8
+
9
+ **Source:** [`packages/appkit-ui/src/react/genie/genie-chat-message.tsx`](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/genie/genie-chat-message.tsx)
10
+
11
+ ### Props[​](#props "Direct link to Props")
12
+
13
+ | Prop | Type | Required | Default | Description |
14
+ | ----------- | ------------------ | -------- | ------- | ---------------------------- |
15
+ | `message` | `GenieMessageItem` | ✓ | - | The message object to render |
16
+ | `className` | `string` | | - | Additional CSS class |
17
+
18
+ ### Usage[​](#usage "Direct link to Usage")
19
+
20
+ ```tsx
21
+ import { GenieChatMessage } from '@databricks/appkit-ui';
22
+
23
+ <GenieChatMessage /* props */ />
24
+
25
+ ```
@@ -0,0 +1,26 @@
1
+ # GenieChatMessageList
2
+
3
+ Scrollable message list that renders Genie chat messages with auto-scroll, skeleton loaders, and a streaming indicator.
4
+
5
+ ## GenieChatMessageList[​](#geniechatmessagelist-1 "Direct link to GenieChatMessageList")
6
+
7
+ Scrollable message list that renders Genie chat messages with auto-scroll, skeleton loaders, and a streaming indicator.
8
+
9
+ **Source:** [`packages/appkit-ui/src/react/genie/genie-chat-message-list.tsx`](https://github.com/databricks/appkit/blob/main/packages/appkit-ui/src/react/genie/genie-chat-message-list.tsx)
10
+
11
+ ### Props[​](#props "Direct link to Props")
12
+
13
+ | Prop | Type | Required | Default | Description |
14
+ | ----------- | -------------------- | -------- | ------- | --------------------------------------------------------------------------- |
15
+ | `messages` | `GenieMessageItem[]` | ✓ | - | Array of messages to display |
16
+ | `status` | `enum` | ✓ | - | Current chat status (controls loading indicators and skeleton placeholders) |
17
+ | `className` | `string` | | - | Additional CSS class for the scroll area |
18
+
19
+ ### Usage[​](#usage "Direct link to Usage")
20
+
21
+ ```tsx
22
+ import { GenieChatMessageList } from '@databricks/appkit-ui';
23
+
24
+ <GenieChatMessageList /* props */ />
25
+
26
+ ```