@flanksource/clicky-ui 0.3.21 → 0.3.22

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 (1514) hide show
  1. package/NOTICE.md +14 -0
  2. package/README.md +8 -1
  3. package/dist/ai.cjs +10 -0
  4. package/dist/ai.cjs.map +1 -1
  5. package/dist/ai.js +10 -0
  6. package/dist/ai.js.map +1 -1
  7. package/dist/comments/MentionTextarea.cjs +1 -1
  8. package/dist/comments/MentionTextarea.cjs.map +1 -1
  9. package/dist/comments/MentionTextarea.js +1 -1
  10. package/dist/comments/MentionTextarea.js.map +1 -1
  11. package/dist/components/AccordionList.cjs +320 -0
  12. package/dist/components/AccordionList.cjs.map +1 -0
  13. package/dist/components/AccordionList.d.ts +93 -0
  14. package/dist/components/AccordionList.d.ts.map +1 -0
  15. package/dist/components/AccordionList.js +320 -0
  16. package/dist/components/AccordionList.js.map +1 -0
  17. package/dist/components/Combobox.cjs +41 -3
  18. package/dist/components/Combobox.cjs.map +1 -1
  19. package/dist/components/Combobox.d.ts.map +1 -1
  20. package/dist/components/Combobox.js +42 -4
  21. package/dist/components/Combobox.js.map +1 -1
  22. package/dist/components/ComboboxControl.cjs +6 -0
  23. package/dist/components/ComboboxControl.cjs.map +1 -1
  24. package/dist/components/ComboboxControl.d.ts +7 -3
  25. package/dist/components/ComboboxControl.d.ts.map +1 -1
  26. package/dist/components/ComboboxControl.js +6 -0
  27. package/dist/components/ComboboxControl.js.map +1 -1
  28. package/dist/components/ComboboxMenu.cjs +2 -1
  29. package/dist/components/ComboboxMenu.cjs.map +1 -1
  30. package/dist/components/ComboboxMenu.d.ts +3 -1
  31. package/dist/components/ComboboxMenu.d.ts.map +1 -1
  32. package/dist/components/ComboboxMenu.js +2 -1
  33. package/dist/components/ComboboxMenu.js.map +1 -1
  34. package/dist/components/ComboboxTags.cjs +42 -11
  35. package/dist/components/ComboboxTags.cjs.map +1 -1
  36. package/dist/components/ComboboxTags.d.ts +5 -2
  37. package/dist/components/ComboboxTags.d.ts.map +1 -1
  38. package/dist/components/ComboboxTags.js +42 -11
  39. package/dist/components/ComboboxTags.js.map +1 -1
  40. package/dist/components/ConnectionLoggingPolicy.cjs +268 -0
  41. package/dist/components/ConnectionLoggingPolicy.cjs.map +1 -0
  42. package/dist/components/ConnectionLoggingPolicy.d.ts +3 -0
  43. package/dist/components/ConnectionLoggingPolicy.d.ts.map +1 -0
  44. package/dist/components/ConnectionLoggingPolicy.js +268 -0
  45. package/dist/components/ConnectionLoggingPolicy.js.map +1 -0
  46. package/dist/components/ConnectionLoggingPolicy.model.cjs +52 -0
  47. package/dist/components/ConnectionLoggingPolicy.model.cjs.map +1 -0
  48. package/dist/components/ConnectionLoggingPolicy.model.d.ts +35 -0
  49. package/dist/components/ConnectionLoggingPolicy.model.d.ts.map +1 -0
  50. package/dist/components/ConnectionLoggingPolicy.model.js +52 -0
  51. package/dist/components/ConnectionLoggingPolicy.model.js.map +1 -0
  52. package/dist/components/DaemonSetIcon.cjs +20 -0
  53. package/dist/components/DaemonSetIcon.cjs.map +1 -0
  54. package/dist/components/DaemonSetIcon.d.ts +8 -0
  55. package/dist/components/DaemonSetIcon.d.ts.map +1 -0
  56. package/dist/components/DaemonSetIcon.js +20 -0
  57. package/dist/components/DaemonSetIcon.js.map +1 -0
  58. package/dist/components/DateField.cjs.map +1 -1
  59. package/dist/components/DateField.d.ts +11 -3
  60. package/dist/components/DateField.d.ts.map +1 -1
  61. package/dist/components/DateField.js.map +1 -1
  62. package/dist/components/DatePicker.cjs +6 -1
  63. package/dist/components/DatePicker.cjs.map +1 -1
  64. package/dist/components/DatePicker.d.ts +11 -3
  65. package/dist/components/DatePicker.d.ts.map +1 -1
  66. package/dist/components/DatePicker.js +6 -1
  67. package/dist/components/DatePicker.js.map +1 -1
  68. package/dist/components/EndpointSelector.cjs +29 -8
  69. package/dist/components/EndpointSelector.cjs.map +1 -1
  70. package/dist/components/EndpointSelector.d.ts +1 -1
  71. package/dist/components/EndpointSelector.d.ts.map +1 -1
  72. package/dist/components/EndpointSelector.js +29 -8
  73. package/dist/components/EndpointSelector.js.map +1 -1
  74. package/dist/components/EndpointSelector.model.cjs.map +1 -1
  75. package/dist/components/EndpointSelector.model.d.ts +5 -0
  76. package/dist/components/EndpointSelector.model.d.ts.map +1 -1
  77. package/dist/components/EndpointSelector.model.js.map +1 -1
  78. package/dist/components/FilterBar.cjs +43 -19
  79. package/dist/components/FilterBar.cjs.map +1 -1
  80. package/dist/components/FilterBar.d.ts +21 -1
  81. package/dist/components/FilterBar.d.ts.map +1 -1
  82. package/dist/components/FilterBar.js +41 -17
  83. package/dist/components/FilterBar.js.map +1 -1
  84. package/dist/components/InputField.cjs +14 -2
  85. package/dist/components/InputField.cjs.map +1 -1
  86. package/dist/components/InputField.d.ts +6 -0
  87. package/dist/components/InputField.d.ts.map +1 -1
  88. package/dist/components/InputField.js +14 -2
  89. package/dist/components/InputField.js.map +1 -1
  90. package/dist/components/ItemActions.cjs +87 -0
  91. package/dist/components/ItemActions.cjs.map +1 -0
  92. package/dist/components/ItemActions.d.ts +33 -0
  93. package/dist/components/ItemActions.d.ts.map +1 -0
  94. package/dist/components/ItemActions.js +87 -0
  95. package/dist/components/ItemActions.js.map +1 -0
  96. package/dist/components/JsonSchemaForm.cjs +1 -1
  97. package/dist/components/JsonSchemaForm.cjs.map +1 -1
  98. package/dist/components/JsonSchemaForm.js +1 -1
  99. package/dist/components/JsonSchemaForm.js.map +1 -1
  100. package/dist/components/MdxEditorCallout.cjs +108 -0
  101. package/dist/components/MdxEditorCallout.cjs.map +1 -0
  102. package/dist/components/MdxEditorCallout.d.ts +27 -0
  103. package/dist/components/MdxEditorCallout.d.ts.map +1 -0
  104. package/dist/components/MdxEditorCallout.js +108 -0
  105. package/dist/components/MdxEditorCallout.js.map +1 -0
  106. package/dist/components/MdxEditorField.cjs.map +1 -1
  107. package/dist/components/MdxEditorField.d.ts +1 -1
  108. package/dist/components/MdxEditorField.d.ts.map +1 -1
  109. package/dist/components/MdxEditorField.js.map +1 -1
  110. package/dist/components/MdxEditorToolbar.cjs +10 -2
  111. package/dist/components/MdxEditorToolbar.cjs.map +1 -1
  112. package/dist/components/MdxEditorToolbar.d.ts.map +1 -1
  113. package/dist/components/MdxEditorToolbar.js +10 -2
  114. package/dist/components/MdxEditorToolbar.js.map +1 -1
  115. package/dist/components/MultiSelect.cjs +3 -1
  116. package/dist/components/MultiSelect.cjs.map +1 -1
  117. package/dist/components/MultiSelect.d.ts.map +1 -1
  118. package/dist/components/MultiSelect.js +3 -1
  119. package/dist/components/MultiSelect.js.map +1 -1
  120. package/dist/components/NamespacePicker.cjs +1 -0
  121. package/dist/components/NamespacePicker.cjs.map +1 -1
  122. package/dist/components/NamespacePicker.d.ts.map +1 -1
  123. package/dist/components/NamespacePicker.js +1 -0
  124. package/dist/components/NamespacePicker.js.map +1 -1
  125. package/dist/components/WorkloadPicker.cjs +117 -31
  126. package/dist/components/WorkloadPicker.cjs.map +1 -1
  127. package/dist/components/WorkloadPicker.d.ts +29 -5
  128. package/dist/components/WorkloadPicker.d.ts.map +1 -1
  129. package/dist/components/WorkloadPicker.js +119 -33
  130. package/dist/components/WorkloadPicker.js.map +1 -1
  131. package/dist/components/button-variants.d.ts +1 -1
  132. package/dist/components/button.d.ts +1 -1
  133. package/dist/components/combobox-types.d.ts +13 -0
  134. package/dist/components/combobox-types.d.ts.map +1 -1
  135. package/dist/components/combobox-utils.cjs +16 -0
  136. package/dist/components/combobox-utils.cjs.map +1 -1
  137. package/dist/components/combobox-utils.d.ts +1 -0
  138. package/dist/components/combobox-utils.d.ts.map +1 -1
  139. package/dist/components/combobox-utils.js +16 -0
  140. package/dist/components/combobox-utils.js.map +1 -1
  141. package/dist/components/filter-bar-multi.cjs +1 -1
  142. package/dist/components/filter-bar-multi.cjs.map +1 -1
  143. package/dist/components/filter-bar-multi.js +1 -1
  144. package/dist/components/filter-bar-multi.js.map +1 -1
  145. package/dist/components/filter-bar-utils.cjs +14 -2
  146. package/dist/components/filter-bar-utils.cjs.map +1 -1
  147. package/dist/components/filter-bar-utils.d.ts +2 -1
  148. package/dist/components/filter-bar-utils.d.ts.map +1 -1
  149. package/dist/components/filter-bar-utils.js +14 -2
  150. package/dist/components/filter-bar-utils.js.map +1 -1
  151. package/dist/components/jotai-bindings-core.cjs +11 -0
  152. package/dist/components/jotai-bindings-core.cjs.map +1 -1
  153. package/dist/components/jotai-bindings-core.d.ts +3 -2
  154. package/dist/components/jotai-bindings-core.d.ts.map +1 -1
  155. package/dist/components/jotai-bindings-core.js +11 -0
  156. package/dist/components/jotai-bindings-core.js.map +1 -1
  157. package/dist/components/json-schema-form-accordion-array.cjs +54 -190
  158. package/dist/components/json-schema-form-accordion-array.cjs.map +1 -1
  159. package/dist/components/json-schema-form-accordion-array.d.ts.map +1 -1
  160. package/dist/components/json-schema-form-accordion-array.js +59 -195
  161. package/dist/components/json-schema-form-accordion-array.js.map +1 -1
  162. package/dist/components/json-schema-form-array.cjs +46 -146
  163. package/dist/components/json-schema-form-array.cjs.map +1 -1
  164. package/dist/components/json-schema-form-array.d.ts.map +1 -1
  165. package/dist/components/json-schema-form-array.js +47 -147
  166. package/dist/components/json-schema-form-array.js.map +1 -1
  167. package/dist/components/json-schema-form-cards-array.cjs +9 -7
  168. package/dist/components/json-schema-form-cards-array.cjs.map +1 -1
  169. package/dist/components/json-schema-form-cards-array.d.ts.map +1 -1
  170. package/dist/components/json-schema-form-cards-array.js +11 -9
  171. package/dist/components/json-schema-form-cards-array.js.map +1 -1
  172. package/dist/components/json-schema-form-error-display.js +1 -1
  173. package/dist/components/json-schema-form-errors.cjs +17 -4
  174. package/dist/components/json-schema-form-errors.cjs.map +1 -1
  175. package/dist/components/json-schema-form-errors.d.ts +1 -0
  176. package/dist/components/json-schema-form-errors.d.ts.map +1 -1
  177. package/dist/components/json-schema-form-errors.js +16 -3
  178. package/dist/components/json-schema-form-errors.js.map +1 -1
  179. package/dist/components/json-schema-form-fields.cjs +18 -2
  180. package/dist/components/json-schema-form-fields.cjs.map +1 -1
  181. package/dist/components/json-schema-form-fields.d.ts.map +1 -1
  182. package/dist/components/json-schema-form-fields.js +18 -2
  183. package/dist/components/json-schema-form-fields.js.map +1 -1
  184. package/dist/components/json-schema-form-item-row.cjs +17 -46
  185. package/dist/components/json-schema-form-item-row.cjs.map +1 -1
  186. package/dist/components/json-schema-form-item-row.d.ts +3 -10
  187. package/dist/components/json-schema-form-item-row.d.ts.map +1 -1
  188. package/dist/components/json-schema-form-item-row.js +18 -47
  189. package/dist/components/json-schema-form-item-row.js.map +1 -1
  190. package/dist/components/json-schema-form-item-summary.cjs +18 -4
  191. package/dist/components/json-schema-form-item-summary.cjs.map +1 -1
  192. package/dist/components/json-schema-form-item-summary.d.ts +2 -1
  193. package/dist/components/json-schema-form-item-summary.d.ts.map +1 -1
  194. package/dist/components/json-schema-form-item-summary.js +15 -1
  195. package/dist/components/json-schema-form-item-summary.js.map +1 -1
  196. package/dist/components/json-schema-form-lookup-tree.cjs +2 -5
  197. package/dist/components/json-schema-form-lookup-tree.cjs.map +1 -1
  198. package/dist/components/json-schema-form-lookup-tree.d.ts.map +1 -1
  199. package/dist/components/json-schema-form-lookup-tree.js +2 -5
  200. package/dist/components/json-schema-form-lookup-tree.js.map +1 -1
  201. package/dist/components/json-schema-form-object.cjs +3 -2
  202. package/dist/components/json-schema-form-object.cjs.map +1 -1
  203. package/dist/components/json-schema-form-object.d.ts.map +1 -1
  204. package/dist/components/json-schema-form-object.js +2 -1
  205. package/dist/components/json-schema-form-object.js.map +1 -1
  206. package/dist/components/json-schema-form-render.cjs +4 -1
  207. package/dist/components/json-schema-form-render.cjs.map +1 -1
  208. package/dist/components/json-schema-form-render.d.ts.map +1 -1
  209. package/dist/components/json-schema-form-render.js +5 -2
  210. package/dist/components/json-schema-form-render.js.map +1 -1
  211. package/dist/components/json-schema-form-resolve.cjs +21 -13
  212. package/dist/components/json-schema-form-resolve.cjs.map +1 -1
  213. package/dist/components/json-schema-form-resolve.d.ts +2 -2
  214. package/dist/components/json-schema-form-resolve.d.ts.map +1 -1
  215. package/dist/components/json-schema-form-resolve.js +16 -8
  216. package/dist/components/json-schema-form-resolve.js.map +1 -1
  217. package/dist/components/json-schema-form-table-array.cjs +4 -3
  218. package/dist/components/json-schema-form-table-array.cjs.map +1 -1
  219. package/dist/components/json-schema-form-table-array.d.ts.map +1 -1
  220. package/dist/components/json-schema-form-table-array.js +2 -1
  221. package/dist/components/json-schema-form-table-array.js.map +1 -1
  222. package/dist/components/json-schema-form-tags-combobox.cjs +55 -0
  223. package/dist/components/json-schema-form-tags-combobox.cjs.map +1 -0
  224. package/dist/components/json-schema-form-tags-combobox.d.ts +17 -0
  225. package/dist/components/json-schema-form-tags-combobox.d.ts.map +1 -0
  226. package/dist/components/json-schema-form-tags-combobox.js +55 -0
  227. package/dist/components/json-schema-form-tags-combobox.js.map +1 -0
  228. package/dist/components/json-schema-form-types.d.ts +8 -1
  229. package/dist/components/json-schema-form-types.d.ts.map +1 -1
  230. package/dist/components/json-schema-form-utils.cjs +5 -28
  231. package/dist/components/json-schema-form-utils.cjs.map +1 -1
  232. package/dist/components/json-schema-form-utils.d.ts +1 -5
  233. package/dist/components/json-schema-form-utils.d.ts.map +1 -1
  234. package/dist/components/json-schema-form-utils.js +5 -28
  235. package/dist/components/json-schema-form-utils.js.map +1 -1
  236. package/dist/components/jsonPathTree.cjs +10 -3
  237. package/dist/components/jsonPathTree.cjs.map +1 -1
  238. package/dist/components/jsonPathTree.d.ts +17 -0
  239. package/dist/components/jsonPathTree.d.ts.map +1 -1
  240. package/dist/components/jsonPathTree.js +10 -3
  241. package/dist/components/jsonPathTree.js.map +1 -1
  242. package/dist/components/mdx-editor-callout-model.cjs +26 -0
  243. package/dist/components/mdx-editor-callout-model.cjs.map +1 -0
  244. package/dist/components/mdx-editor-callout-model.d.ts +14 -0
  245. package/dist/components/mdx-editor-callout-model.d.ts.map +1 -0
  246. package/dist/components/mdx-editor-callout-model.js +26 -0
  247. package/dist/components/mdx-editor-callout-model.js.map +1 -0
  248. package/dist/components/mdx-editor-callout.cjs +39 -0
  249. package/dist/components/mdx-editor-callout.cjs.map +1 -0
  250. package/dist/components/mdx-editor-callout.d.ts +27 -0
  251. package/dist/components/mdx-editor-callout.d.ts.map +1 -0
  252. package/dist/components/mdx-editor-callout.js +39 -0
  253. package/dist/components/mdx-editor-callout.js.map +1 -0
  254. package/dist/components/mdx-editor-field-plugins.cjs +14 -0
  255. package/dist/components/mdx-editor-field-plugins.cjs.map +1 -1
  256. package/dist/components/mdx-editor-field-plugins.d.ts.map +1 -1
  257. package/dist/components/mdx-editor-field-plugins.js +14 -0
  258. package/dist/components/mdx-editor-field-plugins.js.map +1 -1
  259. package/dist/components/mdx-editor-jsx-attributes.cjs +23 -0
  260. package/dist/components/mdx-editor-jsx-attributes.cjs.map +1 -0
  261. package/dist/components/mdx-editor-jsx-attributes.d.ts +29 -0
  262. package/dist/components/mdx-editor-jsx-attributes.d.ts.map +1 -0
  263. package/dist/components/mdx-editor-jsx-attributes.js +23 -0
  264. package/dist/components/mdx-editor-jsx-attributes.js.map +1 -0
  265. package/dist/components/mdx-editor-options.d.ts +79 -0
  266. package/dist/components/mdx-editor-options.d.ts.map +1 -1
  267. package/dist/components/workload-picker-utils.cjs +17 -4
  268. package/dist/components/workload-picker-utils.cjs.map +1 -1
  269. package/dist/components/workload-picker-utils.d.ts +3 -1
  270. package/dist/components/workload-picker-utils.d.ts.map +1 -1
  271. package/dist/components/workload-picker-utils.js +18 -5
  272. package/dist/components/workload-picker-utils.js.map +1 -1
  273. package/dist/components.cjs +13 -0
  274. package/dist/components.cjs.map +1 -1
  275. package/dist/components.d.ts +8 -3
  276. package/dist/components.d.ts.map +1 -1
  277. package/dist/components.js +13 -0
  278. package/dist/components.js.map +1 -1
  279. package/dist/data/Callout.cjs +48 -0
  280. package/dist/data/Callout.cjs.map +1 -0
  281. package/dist/data/Callout.d.ts +58 -0
  282. package/dist/data/Callout.d.ts.map +1 -0
  283. package/dist/data/Callout.js +48 -0
  284. package/dist/data/Callout.js.map +1 -0
  285. package/dist/data/Clicky.cjs +307 -248
  286. package/dist/data/Clicky.cjs.map +1 -1
  287. package/dist/data/Clicky.d.ts +37 -2
  288. package/dist/data/Clicky.d.ts.map +1 -1
  289. package/dist/data/Clicky.js +310 -251
  290. package/dist/data/Clicky.js.map +1 -1
  291. package/dist/data/DataTable.cjs +245 -115
  292. package/dist/data/DataTable.cjs.map +1 -1
  293. package/dist/data/DataTable.d.ts +48 -3
  294. package/dist/data/DataTable.d.ts.map +1 -1
  295. package/dist/data/DataTable.grouping.cjs.map +1 -1
  296. package/dist/data/DataTable.grouping.d.ts +11 -1
  297. package/dist/data/DataTable.grouping.d.ts.map +1 -1
  298. package/dist/data/DataTable.grouping.js.map +1 -1
  299. package/dist/data/DataTable.js +247 -117
  300. package/dist/data/DataTable.js.map +1 -1
  301. package/dist/data/Markdown.cjs +31 -2
  302. package/dist/data/Markdown.cjs.map +1 -1
  303. package/dist/data/Markdown.d.ts +10 -1
  304. package/dist/data/Markdown.d.ts.map +1 -1
  305. package/dist/data/Markdown.js +31 -2
  306. package/dist/data/Markdown.js.map +1 -1
  307. package/dist/data/MarkdownEditor.cjs +1 -1
  308. package/dist/data/MarkdownEditor.cjs.map +1 -1
  309. package/dist/data/MarkdownEditor.js +1 -1
  310. package/dist/data/MarkdownEditor.js.map +1 -1
  311. package/dist/data/ObjectGraph.cjs +108 -23
  312. package/dist/data/ObjectGraph.cjs.map +1 -1
  313. package/dist/data/ObjectGraph.d.ts +28 -22
  314. package/dist/data/ObjectGraph.d.ts.map +1 -1
  315. package/dist/data/ObjectGraph.js +109 -24
  316. package/dist/data/ObjectGraph.js.map +1 -1
  317. package/dist/data/PromptBanner.cjs +1 -1
  318. package/dist/data/PromptBanner.cjs.map +1 -1
  319. package/dist/data/PromptBanner.js +1 -1
  320. package/dist/data/PromptBanner.js.map +1 -1
  321. package/dist/data/Tree.cjs +39 -35
  322. package/dist/data/Tree.cjs.map +1 -1
  323. package/dist/data/Tree.d.ts +7 -1
  324. package/dist/data/Tree.d.ts.map +1 -1
  325. package/dist/data/Tree.js +39 -35
  326. package/dist/data/Tree.js.map +1 -1
  327. package/dist/data/ai/ChatButton.cjs +26 -0
  328. package/dist/data/ai/ChatButton.cjs.map +1 -0
  329. package/dist/data/ai/ChatButton.d.ts +5 -0
  330. package/dist/data/ai/ChatButton.d.ts.map +1 -0
  331. package/dist/data/ai/ChatButton.js +26 -0
  332. package/dist/data/ai/ChatButton.js.map +1 -0
  333. package/dist/data/ai/ChatFab.cjs +11 -6
  334. package/dist/data/ai/ChatFab.cjs.map +1 -1
  335. package/dist/data/ai/ChatFab.d.ts +5 -3
  336. package/dist/data/ai/ChatFab.d.ts.map +1 -1
  337. package/dist/data/ai/ChatFab.js +11 -6
  338. package/dist/data/ai/ChatFab.js.map +1 -1
  339. package/dist/data/ai/PromptRunEditor/index.cjs +16 -4
  340. package/dist/data/ai/PromptRunEditor/index.cjs.map +1 -1
  341. package/dist/data/ai/PromptRunEditor/index.d.ts +7 -2
  342. package/dist/data/ai/PromptRunEditor/index.d.ts.map +1 -1
  343. package/dist/data/ai/PromptRunEditor/index.js +16 -4
  344. package/dist/data/ai/PromptRunEditor/index.js.map +1 -1
  345. package/dist/data/ai/SandboxConnectionsSection.cjs +71 -0
  346. package/dist/data/ai/SandboxConnectionsSection.cjs.map +1 -0
  347. package/dist/data/ai/SandboxConnectionsSection.d.ts +8 -0
  348. package/dist/data/ai/SandboxConnectionsSection.d.ts.map +1 -0
  349. package/dist/data/ai/SandboxConnectionsSection.js +71 -0
  350. package/dist/data/ai/SandboxConnectionsSection.js.map +1 -0
  351. package/dist/data/ai/SandboxCreateWizard.cjs +288 -0
  352. package/dist/data/ai/SandboxCreateWizard.cjs.map +1 -0
  353. package/dist/data/ai/SandboxCreateWizard.d.ts +11 -0
  354. package/dist/data/ai/SandboxCreateWizard.d.ts.map +1 -0
  355. package/dist/data/ai/SandboxCreateWizard.js +288 -0
  356. package/dist/data/ai/SandboxCreateWizard.js.map +1 -0
  357. package/dist/data/ai/SandboxCreateWizard.model.cjs +77 -0
  358. package/dist/data/ai/SandboxCreateWizard.model.cjs.map +1 -0
  359. package/dist/data/ai/SandboxCreateWizard.model.d.ts +32 -0
  360. package/dist/data/ai/SandboxCreateWizard.model.d.ts.map +1 -0
  361. package/dist/data/ai/SandboxCreateWizard.model.js +77 -0
  362. package/dist/data/ai/SandboxCreateWizard.model.js.map +1 -0
  363. package/dist/data/ai/SpecRuntimeEditor/CommitSection.cjs +6 -6
  364. package/dist/data/ai/SpecRuntimeEditor/CommitSection.cjs.map +1 -1
  365. package/dist/data/ai/SpecRuntimeEditor/CommitSection.d.ts.map +1 -1
  366. package/dist/data/ai/SpecRuntimeEditor/CommitSection.js +6 -6
  367. package/dist/data/ai/SpecRuntimeEditor/CommitSection.js.map +1 -1
  368. package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.cjs +11 -8
  369. package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.cjs.map +1 -1
  370. package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.js +11 -8
  371. package/dist/data/ai/SpecRuntimeEditor/PermissionsSection.js.map +1 -1
  372. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.cjs +247 -0
  373. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.cjs.map +1 -0
  374. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.d.ts +12 -0
  375. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.d.ts.map +1 -0
  376. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.js +247 -0
  377. package/dist/data/ai/SpecRuntimeEditor/SandboxSection.js.map +1 -0
  378. package/dist/data/ai/SpecRuntimeEditor/fields.cjs +31 -22
  379. package/dist/data/ai/SpecRuntimeEditor/fields.cjs.map +1 -1
  380. package/dist/data/ai/SpecRuntimeEditor/fields.d.ts +6 -4
  381. package/dist/data/ai/SpecRuntimeEditor/fields.d.ts.map +1 -1
  382. package/dist/data/ai/SpecRuntimeEditor/fields.js +32 -23
  383. package/dist/data/ai/SpecRuntimeEditor/fields.js.map +1 -1
  384. package/dist/data/ai/SpecRuntimeEditor/index.cjs +15 -1
  385. package/dist/data/ai/SpecRuntimeEditor/index.cjs.map +1 -1
  386. package/dist/data/ai/SpecRuntimeEditor/index.d.ts +8 -3
  387. package/dist/data/ai/SpecRuntimeEditor/index.d.ts.map +1 -1
  388. package/dist/data/ai/SpecRuntimeEditor/index.js +15 -1
  389. package/dist/data/ai/SpecRuntimeEditor/index.js.map +1 -1
  390. package/dist/data/ai/SpecRuntimeEditor/types.cjs +11 -0
  391. package/dist/data/ai/SpecRuntimeEditor/types.cjs.map +1 -1
  392. package/dist/data/ai/SpecRuntimeEditor/types.d.ts +53 -1
  393. package/dist/data/ai/SpecRuntimeEditor/types.d.ts.map +1 -1
  394. package/dist/data/ai/SpecRuntimeEditor/types.js +11 -0
  395. package/dist/data/ai/SpecRuntimeEditor/types.js.map +1 -1
  396. package/dist/data/ai/SpecRuntimeEditor/update.cjs +23 -0
  397. package/dist/data/ai/SpecRuntimeEditor/update.cjs.map +1 -1
  398. package/dist/data/ai/SpecRuntimeEditor/update.d.ts +23 -1
  399. package/dist/data/ai/SpecRuntimeEditor/update.d.ts.map +1 -1
  400. package/dist/data/ai/SpecRuntimeEditor/update.js +23 -0
  401. package/dist/data/ai/SpecRuntimeEditor/update.js.map +1 -1
  402. package/dist/data/ai/SpecRuntimeEditor.model.cjs +28 -0
  403. package/dist/data/ai/SpecRuntimeEditor.model.cjs.map +1 -1
  404. package/dist/data/ai/SpecRuntimeEditor.model.d.ts +35 -0
  405. package/dist/data/ai/SpecRuntimeEditor.model.d.ts.map +1 -1
  406. package/dist/data/ai/SpecRuntimeEditor.model.js +28 -0
  407. package/dist/data/ai/SpecRuntimeEditor.model.js.map +1 -1
  408. package/dist/data/ai/index.d.ts +6 -2
  409. package/dist/data/ai/index.d.ts.map +1 -1
  410. package/dist/data/ai/sandbox-kind-meta.cjs +16 -0
  411. package/dist/data/ai/sandbox-kind-meta.cjs.map +1 -0
  412. package/dist/data/ai/sandbox-kind-meta.d.ts +8 -0
  413. package/dist/data/ai/sandbox-kind-meta.d.ts.map +1 -0
  414. package/dist/data/ai/sandbox-kind-meta.js +16 -0
  415. package/dist/data/ai/sandbox-kind-meta.js.map +1 -0
  416. package/dist/data/badge-variants.d.ts +1 -1
  417. package/dist/data/cache-browser/CacheTree.cjs +1 -1
  418. package/dist/data/cache-browser/CacheTree.cjs.map +1 -1
  419. package/dist/data/cache-browser/CacheTree.js +1 -1
  420. package/dist/data/cache-browser/CacheTree.js.map +1 -1
  421. package/dist/data/callout-tones.cjs +95 -0
  422. package/dist/data/callout-tones.cjs.map +1 -0
  423. package/dist/data/callout-tones.d.ts +32 -0
  424. package/dist/data/callout-tones.d.ts.map +1 -0
  425. package/dist/data/callout-tones.js +95 -0
  426. package/dist/data/callout-tones.js.map +1 -0
  427. package/dist/data/chat/PromptInput.cjs +1 -1
  428. package/dist/data/chat/PromptInput.cjs.map +1 -1
  429. package/dist/data/chat/PromptInput.js +1 -1
  430. package/dist/data/chat/PromptInput.js.map +1 -1
  431. package/dist/data/clicky-export/ClickyExportDialog.cjs +145 -0
  432. package/dist/data/clicky-export/ClickyExportDialog.cjs.map +1 -0
  433. package/dist/data/clicky-export/ClickyExportDialog.d.ts +43 -0
  434. package/dist/data/clicky-export/ClickyExportDialog.d.ts.map +1 -0
  435. package/dist/data/clicky-export/ClickyExportDialog.js +145 -0
  436. package/dist/data/clicky-export/ClickyExportDialog.js.map +1 -0
  437. package/dist/data/clicky-export/index.d.ts +3 -0
  438. package/dist/data/clicky-export/index.d.ts.map +1 -0
  439. package/dist/data/clicky-export/useClickyExport.cjs +44 -0
  440. package/dist/data/clicky-export/useClickyExport.cjs.map +1 -0
  441. package/dist/data/clicky-export/useClickyExport.d.ts +30 -0
  442. package/dist/data/clicky-export/useClickyExport.d.ts.map +1 -0
  443. package/dist/data/clicky-export/useClickyExport.js +44 -0
  444. package/dist/data/clicky-export/useClickyExport.js.map +1 -0
  445. package/dist/data/data-table-server-filters.cjs +15 -2
  446. package/dist/data/data-table-server-filters.cjs.map +1 -1
  447. package/dist/data/data-table-server-filters.d.ts +12 -1
  448. package/dist/data/data-table-server-filters.d.ts.map +1 -1
  449. package/dist/data/data-table-server-filters.js +15 -2
  450. package/dist/data/data-table-server-filters.js.map +1 -1
  451. package/dist/data/diagnostics/ErrorDetails.cjs +29 -7
  452. package/dist/data/diagnostics/ErrorDetails.cjs.map +1 -1
  453. package/dist/data/diagnostics/ErrorDetails.d.ts +2 -1
  454. package/dist/data/diagnostics/ErrorDetails.d.ts.map +1 -1
  455. package/dist/data/diagnostics/ErrorDetails.js +29 -7
  456. package/dist/data/diagnostics/ErrorDetails.js.map +1 -1
  457. package/dist/data/diagnostics/error-diagnostics.cjs +17 -2
  458. package/dist/data/diagnostics/error-diagnostics.cjs.map +1 -1
  459. package/dist/data/diagnostics/error-diagnostics.d.ts +5 -0
  460. package/dist/data/diagnostics/error-diagnostics.d.ts.map +1 -1
  461. package/dist/data/diagnostics/error-diagnostics.js +17 -2
  462. package/dist/data/diagnostics/error-diagnostics.js.map +1 -1
  463. package/dist/data/logs-normalize.cjs +18 -3
  464. package/dist/data/logs-normalize.cjs.map +1 -1
  465. package/dist/data/logs-normalize.d.ts +17 -0
  466. package/dist/data/logs-normalize.d.ts.map +1 -1
  467. package/dist/data/logs-normalize.js +18 -3
  468. package/dist/data/logs-normalize.js.map +1 -1
  469. package/dist/data/object-graph-nodes.cjs +24 -0
  470. package/dist/data/object-graph-nodes.cjs.map +1 -0
  471. package/dist/data/object-graph-nodes.d.ts +34 -0
  472. package/dist/data/object-graph-nodes.d.ts.map +1 -0
  473. package/dist/data/object-graph-nodes.js +24 -0
  474. package/dist/data/object-graph-nodes.js.map +1 -0
  475. package/dist/data/query-browser/QueryBrowser.cjs +52 -32
  476. package/dist/data/query-browser/QueryBrowser.cjs.map +1 -1
  477. package/dist/data/query-browser/QueryBrowser.d.ts +1 -1
  478. package/dist/data/query-browser/QueryBrowser.d.ts.map +1 -1
  479. package/dist/data/query-browser/QueryBrowser.js +53 -33
  480. package/dist/data/query-browser/QueryBrowser.js.map +1 -1
  481. package/dist/data/query-browser/QueryBrowser.types.cjs.map +1 -1
  482. package/dist/data/query-browser/QueryBrowser.types.d.ts +12 -0
  483. package/dist/data/query-browser/QueryBrowser.types.d.ts.map +1 -1
  484. package/dist/data/query-browser/QueryBrowser.types.js.map +1 -1
  485. package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs +58 -10
  486. package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs.map +1 -1
  487. package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.d.ts.map +1 -1
  488. package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js +58 -10
  489. package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js.map +1 -1
  490. package/dist/data/query-browser/QueryBrowserResults.cjs +4 -4
  491. package/dist/data/query-browser/QueryBrowserResults.cjs.map +1 -1
  492. package/dist/data/query-browser/QueryBrowserResults.d.ts +4 -2
  493. package/dist/data/query-browser/QueryBrowserResults.d.ts.map +1 -1
  494. package/dist/data/query-browser/QueryBrowserResults.js +4 -4
  495. package/dist/data/query-browser/QueryBrowserResults.js.map +1 -1
  496. package/dist/data/query-info/QueryInfoDialog.cjs +106 -0
  497. package/dist/data/query-info/QueryInfoDialog.cjs.map +1 -0
  498. package/dist/data/query-info/QueryInfoDialog.d.ts +16 -0
  499. package/dist/data/query-info/QueryInfoDialog.d.ts.map +1 -0
  500. package/dist/data/query-info/QueryInfoDialog.js +106 -0
  501. package/dist/data/query-info/QueryInfoDialog.js.map +1 -0
  502. package/dist/data/query-info/index.d.ts +4 -0
  503. package/dist/data/query-info/index.d.ts.map +1 -0
  504. package/dist/data/query-info/queryInfo.cjs +42 -0
  505. package/dist/data/query-info/queryInfo.cjs.map +1 -0
  506. package/dist/data/query-info/queryInfo.d.ts +45 -0
  507. package/dist/data/query-info/queryInfo.d.ts.map +1 -0
  508. package/dist/data/query-info/queryInfo.js +42 -0
  509. package/dist/data/query-info/queryInfo.js.map +1 -0
  510. package/dist/data/query-info/useQueryInfo.cjs +48 -0
  511. package/dist/data/query-info/useQueryInfo.cjs.map +1 -0
  512. package/dist/data/query-info/useQueryInfo.d.ts +26 -0
  513. package/dist/data/query-info/useQueryInfo.d.ts.map +1 -0
  514. package/dist/data/query-info/useQueryInfo.js +48 -0
  515. package/dist/data/query-info/useQueryInfo.js.map +1 -0
  516. package/dist/data/use-infinite-rows.cjs +20 -0
  517. package/dist/data/use-infinite-rows.cjs.map +1 -0
  518. package/dist/data/use-infinite-rows.d.ts +20 -0
  519. package/dist/data/use-infinite-rows.d.ts.map +1 -0
  520. package/dist/data/use-infinite-rows.js +20 -0
  521. package/dist/data/use-infinite-rows.js.map +1 -0
  522. package/dist/data/version-info.cjs +3 -3
  523. package/dist/data/version-info.js +3 -3
  524. package/dist/data.cjs +44 -0
  525. package/dist/data.cjs.map +1 -1
  526. package/dist/data.d.ts +8 -3
  527. package/dist/data.d.ts.map +1 -1
  528. package/dist/data.js +44 -0
  529. package/dist/data.js.map +1 -1
  530. package/dist/hooks/use-log-tail.cjs +213 -0
  531. package/dist/hooks/use-log-tail.cjs.map +1 -0
  532. package/dist/hooks/use-log-tail.d.ts +112 -0
  533. package/dist/hooks/use-log-tail.d.ts.map +1 -0
  534. package/dist/hooks/use-log-tail.js +213 -0
  535. package/dist/hooks/use-log-tail.js.map +1 -0
  536. package/dist/hooks.cjs +10 -0
  537. package/dist/hooks.cjs.map +1 -1
  538. package/dist/hooks.d.ts +2 -0
  539. package/dist/hooks.d.ts.map +1 -1
  540. package/dist/hooks.js +10 -0
  541. package/dist/hooks.js.map +1 -1
  542. package/dist/icons/components/UiArrowsCounterClockwise.cjs +15 -0
  543. package/dist/icons/components/UiArrowsCounterClockwise.cjs.map +1 -0
  544. package/dist/icons/components/UiArrowsCounterClockwise.d.ts +15 -0
  545. package/dist/icons/components/UiArrowsCounterClockwise.d.ts.map +1 -0
  546. package/dist/icons/components/UiArrowsCounterClockwise.js +15 -0
  547. package/dist/icons/components/UiArrowsCounterClockwise.js.map +1 -0
  548. package/dist/icons/components/UiClipboardText.cjs +15 -0
  549. package/dist/icons/components/UiClipboardText.cjs.map +1 -0
  550. package/dist/icons/components/UiClipboardText.d.ts +15 -0
  551. package/dist/icons/components/UiClipboardText.d.ts.map +1 -0
  552. package/dist/icons/components/UiClipboardText.js +15 -0
  553. package/dist/icons/components/UiClipboardText.js.map +1 -0
  554. package/dist/icons/components/UiIdentificationCard.cjs +15 -0
  555. package/dist/icons/components/UiIdentificationCard.cjs.map +1 -0
  556. package/dist/icons/components/UiIdentificationCard.d.ts +15 -0
  557. package/dist/icons/components/UiIdentificationCard.d.ts.map +1 -0
  558. package/dist/icons/components/UiIdentificationCard.js +15 -0
  559. package/dist/icons/components/UiIdentificationCard.js.map +1 -0
  560. package/dist/icons/components/UiLockKey.cjs +15 -0
  561. package/dist/icons/components/UiLockKey.cjs.map +1 -0
  562. package/dist/icons/components/UiLockKey.d.ts +15 -0
  563. package/dist/icons/components/UiLockKey.d.ts.map +1 -0
  564. package/dist/icons/components/UiLockKey.js +15 -0
  565. package/dist/icons/components/UiLockKey.js.map +1 -0
  566. package/dist/icons/components/UiSteps.cjs +15 -0
  567. package/dist/icons/components/UiSteps.cjs.map +1 -0
  568. package/dist/icons/components/UiSteps.d.ts +15 -0
  569. package/dist/icons/components/UiSteps.d.ts.map +1 -0
  570. package/dist/icons/components/UiSteps.js +15 -0
  571. package/dist/icons/components/UiSteps.js.map +1 -0
  572. package/dist/icons/components/UiUserGear.cjs +15 -0
  573. package/dist/icons/components/UiUserGear.cjs.map +1 -0
  574. package/dist/icons/components/UiUserGear.d.ts +15 -0
  575. package/dist/icons/components/UiUserGear.d.ts.map +1 -0
  576. package/dist/icons/components/UiUserGear.js +15 -0
  577. package/dist/icons/components/UiUserGear.js.map +1 -0
  578. package/dist/icons/components/UiUsersFour.cjs +15 -0
  579. package/dist/icons/components/UiUsersFour.cjs.map +1 -0
  580. package/dist/icons/components/UiUsersFour.d.ts +15 -0
  581. package/dist/icons/components/UiUsersFour.d.ts.map +1 -0
  582. package/dist/icons/components/UiUsersFour.js +15 -0
  583. package/dist/icons/components/UiUsersFour.js.map +1 -0
  584. package/dist/icons/index.d.ts +14 -0
  585. package/dist/icons/index.d.ts.map +1 -1
  586. package/dist/icons/registry.cjs +15 -1
  587. package/dist/icons/registry.cjs.map +1 -1
  588. package/dist/icons/registry.d.ts.map +1 -1
  589. package/dist/icons/registry.js +15 -1
  590. package/dist/icons/registry.js.map +1 -1
  591. package/dist/icons.cjs +21 -0
  592. package/dist/icons.cjs.map +1 -1
  593. package/dist/icons.js +21 -0
  594. package/dist/icons.js.map +1 -1
  595. package/dist/index.cjs +75 -0
  596. package/dist/index.cjs.map +1 -1
  597. package/dist/index.js +75 -0
  598. package/dist/index.js.map +1 -1
  599. package/dist/jotai.d.ts +1 -1
  600. package/dist/jotai.d.ts.map +1 -1
  601. package/dist/lib/collections.cjs +31 -0
  602. package/dist/lib/collections.cjs.map +1 -0
  603. package/dist/lib/collections.d.ts +6 -0
  604. package/dist/lib/collections.d.ts.map +1 -0
  605. package/dist/lib/collections.js +31 -0
  606. package/dist/lib/collections.js.map +1 -0
  607. package/dist/mdx-editor.cjs +12 -0
  608. package/dist/mdx-editor.cjs.map +1 -1
  609. package/dist/mdx-editor.css +1 -1
  610. package/dist/mdx-editor.d.ts +4 -1
  611. package/dist/mdx-editor.d.ts.map +1 -1
  612. package/dist/mdx-editor.js +13 -1
  613. package/dist/mdx-editor.js.map +1 -1
  614. package/dist/overlay/CommandPalette.cjs +1 -1
  615. package/dist/overlay/CommandPalette.cjs.map +1 -1
  616. package/dist/overlay/CommandPalette.js +1 -1
  617. package/dist/overlay/CommandPalette.js.map +1 -1
  618. package/dist/profiles/cel/celEditor.cjs +395 -0
  619. package/dist/profiles/cel/celEditor.cjs.map +1 -0
  620. package/dist/profiles/cel/celEditor.d.ts +51 -0
  621. package/dist/profiles/cel/celEditor.d.ts.map +1 -0
  622. package/dist/profiles/cel/celEditor.js +395 -0
  623. package/dist/profiles/cel/celEditor.js.map +1 -0
  624. package/dist/profiles/cel/celEditorExtension.cjs +15 -0
  625. package/dist/profiles/cel/celEditorExtension.cjs.map +1 -0
  626. package/dist/profiles/cel/celEditorExtension.d.ts +5 -0
  627. package/dist/profiles/cel/celEditorExtension.d.ts.map +1 -0
  628. package/dist/profiles/cel/celEditorExtension.js +15 -0
  629. package/dist/profiles/cel/celEditorExtension.js.map +1 -0
  630. package/dist/profiles/cel/celExpression.cjs +174 -0
  631. package/dist/profiles/cel/celExpression.cjs.map +1 -0
  632. package/dist/profiles/cel/celExpression.d.ts +138 -0
  633. package/dist/profiles/cel/celExpression.d.ts.map +1 -0
  634. package/dist/profiles/cel/celExpression.js +174 -0
  635. package/dist/profiles/cel/celExpression.js.map +1 -0
  636. package/dist/profiles/cel/celPath.cjs +47 -0
  637. package/dist/profiles/cel/celPath.cjs.map +1 -0
  638. package/dist/profiles/cel/celPath.d.ts +31 -0
  639. package/dist/profiles/cel/celPath.d.ts.map +1 -0
  640. package/dist/profiles/cel/celPath.js +47 -0
  641. package/dist/profiles/cel/celPath.js.map +1 -0
  642. package/dist/profiles/cel/index.d.ts +5 -0
  643. package/dist/profiles/cel/index.d.ts.map +1 -0
  644. package/dist/profiles/connections/catalogTree.cjs +133 -0
  645. package/dist/profiles/connections/catalogTree.cjs.map +1 -0
  646. package/dist/profiles/connections/catalogTree.d.ts.map +1 -0
  647. package/dist/profiles/connections/catalogTree.js +133 -0
  648. package/dist/profiles/connections/catalogTree.js.map +1 -0
  649. package/dist/profiles/connections/connectionBrowserModel.cjs +191 -0
  650. package/dist/profiles/connections/connectionBrowserModel.cjs.map +1 -0
  651. package/dist/profiles/connections/connectionBrowserModel.d.ts +177 -0
  652. package/dist/profiles/connections/connectionBrowserModel.d.ts.map +1 -0
  653. package/dist/profiles/connections/connectionBrowserModel.js +191 -0
  654. package/dist/profiles/connections/connectionBrowserModel.js.map +1 -0
  655. package/dist/profiles/connections/connectionQueryWorkspace.cjs +196 -0
  656. package/dist/profiles/connections/connectionQueryWorkspace.cjs.map +1 -0
  657. package/dist/profiles/connections/connectionQueryWorkspace.d.ts +63 -0
  658. package/dist/profiles/connections/connectionQueryWorkspace.d.ts.map +1 -0
  659. package/dist/profiles/connections/connectionQueryWorkspace.js +196 -0
  660. package/dist/profiles/connections/connectionQueryWorkspace.js.map +1 -0
  661. package/dist/profiles/connections/connectionQueryWorkspaceModel.cjs +28 -0
  662. package/dist/profiles/connections/connectionQueryWorkspaceModel.cjs.map +1 -0
  663. package/dist/profiles/connections/connectionQueryWorkspaceModel.d.ts +38 -0
  664. package/dist/profiles/connections/connectionQueryWorkspaceModel.d.ts.map +1 -0
  665. package/dist/profiles/connections/connectionQueryWorkspaceModel.js +28 -0
  666. package/dist/profiles/connections/connectionQueryWorkspaceModel.js.map +1 -0
  667. package/dist/profiles/connections/index.d.ts +5 -0
  668. package/dist/profiles/connections/index.d.ts.map +1 -0
  669. package/dist/profiles/editor/index.d.ts +12 -0
  670. package/dist/profiles/editor/index.d.ts.map +1 -0
  671. package/dist/profiles/editor/profileBuilder.cjs +65 -0
  672. package/dist/profiles/editor/profileBuilder.cjs.map +1 -0
  673. package/dist/profiles/editor/profileBuilder.d.ts.map +1 -0
  674. package/dist/profiles/editor/profileBuilder.js +65 -0
  675. package/dist/profiles/editor/profileBuilder.js.map +1 -0
  676. package/dist/profiles/editor/profileBuilderExtension.cjs.map +1 -0
  677. package/dist/profiles/editor/profileBuilderExtension.d.ts +5 -0
  678. package/dist/profiles/editor/profileBuilderExtension.d.ts.map +1 -0
  679. package/dist/profiles/editor/profileBuilderExtension.js.map +1 -0
  680. package/dist/profiles/editor/profileBuilderModel.cjs +44 -0
  681. package/dist/profiles/editor/profileBuilderModel.cjs.map +1 -0
  682. package/dist/profiles/editor/profileBuilderModel.d.ts +4 -0
  683. package/dist/profiles/editor/profileBuilderModel.d.ts.map +1 -0
  684. package/dist/profiles/editor/profileBuilderModel.js +44 -0
  685. package/dist/profiles/editor/profileBuilderModel.js.map +1 -0
  686. package/dist/profiles/editor/profileBuilderWorkspace.cjs +333 -0
  687. package/dist/profiles/editor/profileBuilderWorkspace.cjs.map +1 -0
  688. package/dist/profiles/editor/profileBuilderWorkspace.d.ts +21 -0
  689. package/dist/profiles/editor/profileBuilderWorkspace.d.ts.map +1 -0
  690. package/dist/profiles/editor/profileBuilderWorkspace.js +333 -0
  691. package/dist/profiles/editor/profileBuilderWorkspace.js.map +1 -0
  692. package/dist/profiles/editor/profileEditor.cjs +471 -0
  693. package/dist/profiles/editor/profileEditor.cjs.map +1 -0
  694. package/dist/profiles/editor/profileEditor.d.ts +20 -0
  695. package/dist/profiles/editor/profileEditor.d.ts.map +1 -0
  696. package/dist/profiles/editor/profileEditor.js +471 -0
  697. package/dist/profiles/editor/profileEditor.js.map +1 -0
  698. package/dist/profiles/editor/profileEditorModel.cjs +206 -0
  699. package/dist/profiles/editor/profileEditorModel.cjs.map +1 -0
  700. package/dist/profiles/editor/profileEditorModel.d.ts +76 -0
  701. package/dist/profiles/editor/profileEditorModel.d.ts.map +1 -0
  702. package/dist/profiles/editor/profileEditorModel.js +206 -0
  703. package/dist/profiles/editor/profileEditorModel.js.map +1 -0
  704. package/dist/profiles/editor/profileEditorPreview.cjs.map +1 -0
  705. package/dist/profiles/editor/profileEditorPreview.d.ts +12 -0
  706. package/dist/profiles/editor/profileEditorPreview.d.ts.map +1 -0
  707. package/dist/profiles/editor/profileEditorPreview.js.map +1 -0
  708. package/dist/profiles/editor/profileEditorRail.cjs.map +1 -0
  709. package/dist/profiles/editor/profileEditorRail.d.ts.map +1 -0
  710. package/dist/profiles/editor/profileEditorRail.js.map +1 -0
  711. package/dist/profiles/editor/profileEditorRaw.cjs +118 -0
  712. package/dist/profiles/editor/profileEditorRaw.cjs.map +1 -0
  713. package/dist/profiles/editor/profileEditorRaw.d.ts +7 -0
  714. package/dist/profiles/editor/profileEditorRaw.d.ts.map +1 -0
  715. package/dist/profiles/editor/profileEditorRaw.js +118 -0
  716. package/dist/profiles/editor/profileEditorRaw.js.map +1 -0
  717. package/dist/profiles/editor/profileEditorRoutes.cjs.map +1 -0
  718. package/dist/profiles/editor/profileEditorRoutes.d.ts.map +1 -0
  719. package/dist/profiles/editor/profileEditorRoutes.js.map +1 -0
  720. package/dist/profiles/editor/profileEditorSections.cjs +247 -0
  721. package/dist/profiles/editor/profileEditorSections.cjs.map +1 -0
  722. package/dist/profiles/editor/profileEditorSections.d.ts +26 -0
  723. package/dist/profiles/editor/profileEditorSections.d.ts.map +1 -0
  724. package/dist/profiles/editor/profileEditorSections.js +247 -0
  725. package/dist/profiles/editor/profileEditorSections.js.map +1 -0
  726. package/dist/profiles/editor/profileYaml.cjs +19 -0
  727. package/dist/profiles/editor/profileYaml.cjs.map +1 -0
  728. package/dist/profiles/editor/profileYaml.d.ts +4 -0
  729. package/dist/profiles/editor/profileYaml.d.ts.map +1 -0
  730. package/dist/profiles/editor/profileYaml.js +19 -0
  731. package/dist/profiles/editor/profileYaml.js.map +1 -0
  732. package/dist/profiles/editor/testSchema.d.ts +3 -0
  733. package/dist/profiles/editor/testSchema.d.ts.map +1 -0
  734. package/dist/profiles/elasticsearch/esFieldValues.cjs +57 -0
  735. package/dist/profiles/elasticsearch/esFieldValues.cjs.map +1 -0
  736. package/dist/profiles/elasticsearch/esFieldValues.d.ts +45 -0
  737. package/dist/profiles/elasticsearch/esFieldValues.d.ts.map +1 -0
  738. package/dist/profiles/elasticsearch/esFieldValues.js +57 -0
  739. package/dist/profiles/elasticsearch/esFieldValues.js.map +1 -0
  740. package/dist/profiles/elasticsearch/esParamMappingModel.cjs +301 -0
  741. package/dist/profiles/elasticsearch/esParamMappingModel.cjs.map +1 -0
  742. package/dist/profiles/elasticsearch/esParamMappingModel.d.ts +37 -0
  743. package/dist/profiles/elasticsearch/esParamMappingModel.d.ts.map +1 -0
  744. package/dist/profiles/elasticsearch/esParamMappingModel.js +301 -0
  745. package/dist/profiles/elasticsearch/esParamMappingModel.js.map +1 -0
  746. package/dist/profiles/elasticsearch/esParamMappingPill.cjs.map +1 -0
  747. package/dist/profiles/elasticsearch/esParamMappingPill.d.ts.map +1 -0
  748. package/dist/profiles/elasticsearch/esParamMappingPill.js.map +1 -0
  749. package/dist/profiles/elasticsearch/esParamOperandExtension.cjs +75 -0
  750. package/dist/profiles/elasticsearch/esParamOperandExtension.cjs.map +1 -0
  751. package/dist/profiles/elasticsearch/esParamOperandExtension.d.ts +11 -0
  752. package/dist/profiles/elasticsearch/esParamOperandExtension.d.ts.map +1 -0
  753. package/dist/profiles/elasticsearch/esParamOperandExtension.js +75 -0
  754. package/dist/profiles/elasticsearch/esParamOperandExtension.js.map +1 -0
  755. package/dist/profiles/elasticsearch/esQueryBuilder.cjs +249 -0
  756. package/dist/profiles/elasticsearch/esQueryBuilder.cjs.map +1 -0
  757. package/dist/profiles/elasticsearch/esQueryBuilder.d.ts +35 -0
  758. package/dist/profiles/elasticsearch/esQueryBuilder.d.ts.map +1 -0
  759. package/dist/profiles/elasticsearch/esQueryBuilder.js +249 -0
  760. package/dist/profiles/elasticsearch/esQueryBuilder.js.map +1 -0
  761. package/dist/profiles/elasticsearch/esQueryBuilderExtension.cjs.map +1 -0
  762. package/dist/profiles/elasticsearch/esQueryBuilderExtension.d.ts +5 -0
  763. package/dist/profiles/elasticsearch/esQueryBuilderExtension.d.ts.map +1 -0
  764. package/dist/profiles/elasticsearch/esQueryBuilderExtension.js.map +1 -0
  765. package/dist/profiles/elasticsearch/esQueryBuilderForm.cjs +59 -0
  766. package/dist/profiles/elasticsearch/esQueryBuilderForm.cjs.map +1 -0
  767. package/dist/profiles/elasticsearch/esQueryBuilderForm.d.ts +25 -0
  768. package/dist/profiles/elasticsearch/esQueryBuilderForm.d.ts.map +1 -0
  769. package/dist/profiles/elasticsearch/esQueryBuilderForm.js +59 -0
  770. package/dist/profiles/elasticsearch/esQueryBuilderForm.js.map +1 -0
  771. package/dist/profiles/elasticsearch/esQueryBuilderModel.cjs.map +1 -0
  772. package/dist/profiles/elasticsearch/esQueryBuilderModel.d.ts +110 -0
  773. package/dist/profiles/elasticsearch/esQueryBuilderModel.d.ts.map +1 -0
  774. package/dist/profiles/elasticsearch/esQueryBuilderModel.js.map +1 -0
  775. package/dist/profiles/elasticsearch/esQueryClauseGroup.cjs +144 -0
  776. package/dist/profiles/elasticsearch/esQueryClauseGroup.cjs.map +1 -0
  777. package/dist/profiles/elasticsearch/esQueryClauseGroup.d.ts.map +1 -0
  778. package/dist/profiles/elasticsearch/esQueryClauseGroup.js +144 -0
  779. package/dist/profiles/elasticsearch/esQueryClauseGroup.js.map +1 -0
  780. package/dist/profiles/elasticsearch/esQueryCompile.cjs +48 -0
  781. package/dist/profiles/elasticsearch/esQueryCompile.cjs.map +1 -0
  782. package/dist/profiles/elasticsearch/esQueryCompile.d.ts +40 -0
  783. package/dist/profiles/elasticsearch/esQueryCompile.d.ts.map +1 -0
  784. package/dist/profiles/elasticsearch/esQueryCompile.js +48 -0
  785. package/dist/profiles/elasticsearch/esQueryCompile.js.map +1 -0
  786. package/dist/profiles/elasticsearch/esQueryConditionRow.cjs +168 -0
  787. package/dist/profiles/elasticsearch/esQueryConditionRow.cjs.map +1 -0
  788. package/dist/profiles/elasticsearch/esQueryConditionRow.d.ts +37 -0
  789. package/dist/profiles/elasticsearch/esQueryConditionRow.d.ts.map +1 -0
  790. package/dist/profiles/elasticsearch/esQueryConditionRow.js +168 -0
  791. package/dist/profiles/elasticsearch/esQueryConditionRow.js.map +1 -0
  792. package/dist/profiles/elasticsearch/esQueryGroupModel.cjs.map +1 -0
  793. package/dist/profiles/elasticsearch/esQueryGroupModel.d.ts.map +1 -0
  794. package/dist/profiles/elasticsearch/esQueryGroupModel.js.map +1 -0
  795. package/dist/profiles/elasticsearch/esQueryOccur.cjs.map +1 -0
  796. package/dist/profiles/elasticsearch/esQueryOccur.d.ts.map +1 -0
  797. package/dist/profiles/elasticsearch/esQueryOccur.js.map +1 -0
  798. package/dist/profiles/elasticsearch/esQueryOperandEditors.cjs +279 -0
  799. package/dist/profiles/elasticsearch/esQueryOperandEditors.cjs.map +1 -0
  800. package/dist/profiles/elasticsearch/esQueryOperandEditors.d.ts +24 -0
  801. package/dist/profiles/elasticsearch/esQueryOperandEditors.d.ts.map +1 -0
  802. package/dist/profiles/elasticsearch/esQueryOperandEditors.js +279 -0
  803. package/dist/profiles/elasticsearch/esQueryOperandEditors.js.map +1 -0
  804. package/dist/profiles/elasticsearch/esQueryOperandModel.cjs.map +1 -0
  805. package/dist/profiles/elasticsearch/esQueryOperandModel.d.ts +17 -0
  806. package/dist/profiles/elasticsearch/esQueryOperandModel.d.ts.map +1 -0
  807. package/dist/profiles/elasticsearch/esQueryOperandModel.js.map +1 -0
  808. package/dist/profiles/elasticsearch/esQueryOperators.cjs +166 -0
  809. package/dist/profiles/elasticsearch/esQueryOperators.cjs.map +1 -0
  810. package/dist/profiles/elasticsearch/esQueryOperators.d.ts +84 -0
  811. package/dist/profiles/elasticsearch/esQueryOperators.d.ts.map +1 -0
  812. package/dist/profiles/elasticsearch/esQueryOperators.js +166 -0
  813. package/dist/profiles/elasticsearch/esQueryOperators.js.map +1 -0
  814. package/dist/profiles/elasticsearch/esQueryOutputEditor.cjs +138 -0
  815. package/dist/profiles/elasticsearch/esQueryOutputEditor.cjs.map +1 -0
  816. package/dist/profiles/elasticsearch/esQueryOutputEditor.d.ts +7 -0
  817. package/dist/profiles/elasticsearch/esQueryOutputEditor.d.ts.map +1 -0
  818. package/dist/profiles/elasticsearch/esQueryOutputEditor.js +138 -0
  819. package/dist/profiles/elasticsearch/esQueryOutputEditor.js.map +1 -0
  820. package/dist/profiles/elasticsearch/esQueryOutputModel.cjs.map +1 -0
  821. package/dist/profiles/elasticsearch/esQueryOutputModel.d.ts.map +1 -0
  822. package/dist/profiles/elasticsearch/esQueryOutputModel.js.map +1 -0
  823. package/dist/profiles/elasticsearch/esQueryPreview.cjs.map +1 -0
  824. package/dist/profiles/elasticsearch/esQueryPreview.d.ts.map +1 -0
  825. package/dist/profiles/elasticsearch/esQueryPreview.js.map +1 -0
  826. package/dist/profiles/elasticsearch/esQuerySortEditor.cjs +143 -0
  827. package/dist/profiles/elasticsearch/esQuerySortEditor.cjs.map +1 -0
  828. package/dist/profiles/elasticsearch/esQuerySortEditor.d.ts.map +1 -0
  829. package/dist/profiles/elasticsearch/esQuerySortEditor.js +143 -0
  830. package/dist/profiles/elasticsearch/esQuerySortEditor.js.map +1 -0
  831. package/dist/profiles/elasticsearch/esQuerySortModel.cjs.map +1 -0
  832. package/dist/profiles/elasticsearch/esQuerySortModel.d.ts.map +1 -0
  833. package/dist/profiles/elasticsearch/esQuerySortModel.js.map +1 -0
  834. package/dist/profiles/elasticsearch/esValueCombobox.cjs +86 -0
  835. package/dist/profiles/elasticsearch/esValueCombobox.cjs.map +1 -0
  836. package/dist/profiles/elasticsearch/esValueCombobox.d.ts.map +1 -0
  837. package/dist/profiles/elasticsearch/esValueCombobox.js +86 -0
  838. package/dist/profiles/elasticsearch/esValueCombobox.js.map +1 -0
  839. package/dist/profiles/elasticsearch/index.d.ts +23 -0
  840. package/dist/profiles/elasticsearch/index.d.ts.map +1 -0
  841. package/dist/profiles/fields/index.d.ts +9 -0
  842. package/dist/profiles/fields/index.d.ts.map +1 -0
  843. package/dist/profiles/fields/profileColumnModel.cjs.map +1 -0
  844. package/dist/profiles/fields/profileColumnModel.d.ts +8 -0
  845. package/dist/profiles/fields/profileColumnModel.d.ts.map +1 -0
  846. package/dist/profiles/fields/profileColumnModel.js.map +1 -0
  847. package/dist/profiles/fields/profileColumnPicker.cjs +68 -0
  848. package/dist/profiles/fields/profileColumnPicker.cjs.map +1 -0
  849. package/dist/profiles/fields/profileColumnPicker.d.ts +11 -0
  850. package/dist/profiles/fields/profileColumnPicker.d.ts.map +1 -0
  851. package/dist/profiles/fields/profileColumnPicker.js +68 -0
  852. package/dist/profiles/fields/profileColumnPicker.js.map +1 -0
  853. package/dist/profiles/fields/profileFieldControls.cjs +50 -0
  854. package/dist/profiles/fields/profileFieldControls.cjs.map +1 -0
  855. package/dist/profiles/fields/profileFieldControls.d.ts +37 -0
  856. package/dist/profiles/fields/profileFieldControls.d.ts.map +1 -0
  857. package/dist/profiles/fields/profileFieldControls.js +50 -0
  858. package/dist/profiles/fields/profileFieldControls.js.map +1 -0
  859. package/dist/profiles/fields/profileFieldEditor.cjs +198 -0
  860. package/dist/profiles/fields/profileFieldEditor.cjs.map +1 -0
  861. package/dist/profiles/fields/profileFieldEditor.d.ts +34 -0
  862. package/dist/profiles/fields/profileFieldEditor.d.ts.map +1 -0
  863. package/dist/profiles/fields/profileFieldEditor.js +198 -0
  864. package/dist/profiles/fields/profileFieldEditor.js.map +1 -0
  865. package/dist/profiles/fields/profileFieldFilterEditor.cjs +122 -0
  866. package/dist/profiles/fields/profileFieldFilterEditor.cjs.map +1 -0
  867. package/dist/profiles/fields/profileFieldFilterEditor.d.ts +16 -0
  868. package/dist/profiles/fields/profileFieldFilterEditor.d.ts.map +1 -0
  869. package/dist/profiles/fields/profileFieldFilterEditor.js +122 -0
  870. package/dist/profiles/fields/profileFieldFilterEditor.js.map +1 -0
  871. package/dist/profiles/fields/profileFieldIcons.cjs +102 -0
  872. package/dist/profiles/fields/profileFieldIcons.cjs.map +1 -0
  873. package/dist/profiles/fields/profileFieldIcons.d.ts +10 -0
  874. package/dist/profiles/fields/profileFieldIcons.d.ts.map +1 -0
  875. package/dist/profiles/fields/profileFieldIcons.js +102 -0
  876. package/dist/profiles/fields/profileFieldIcons.js.map +1 -0
  877. package/dist/profiles/fields/profileFieldList.cjs +215 -0
  878. package/dist/profiles/fields/profileFieldList.cjs.map +1 -0
  879. package/dist/profiles/fields/profileFieldList.d.ts +24 -0
  880. package/dist/profiles/fields/profileFieldList.d.ts.map +1 -0
  881. package/dist/profiles/fields/profileFieldList.js +215 -0
  882. package/dist/profiles/fields/profileFieldList.js.map +1 -0
  883. package/dist/profiles/fields/profileFieldManager.cjs +103 -0
  884. package/dist/profiles/fields/profileFieldManager.cjs.map +1 -0
  885. package/dist/profiles/fields/profileFieldManager.d.ts.map +1 -0
  886. package/dist/profiles/fields/profileFieldManager.js +103 -0
  887. package/dist/profiles/fields/profileFieldManager.js.map +1 -0
  888. package/dist/profiles/fields/profileFieldState.cjs +136 -0
  889. package/dist/profiles/fields/profileFieldState.cjs.map +1 -0
  890. package/dist/profiles/fields/profileFieldState.d.ts +41 -0
  891. package/dist/profiles/fields/profileFieldState.d.ts.map +1 -0
  892. package/dist/profiles/fields/profileFieldState.js +136 -0
  893. package/dist/profiles/fields/profileFieldState.js.map +1 -0
  894. package/dist/profiles/fields/profileFieldTypes.cjs.map +1 -0
  895. package/dist/profiles/fields/profileFieldTypes.d.ts +8 -0
  896. package/dist/profiles/fields/profileFieldTypes.d.ts.map +1 -0
  897. package/dist/profiles/fields/profileFieldTypes.js.map +1 -0
  898. package/dist/profiles/fields/profileParamModel.cjs.map +1 -0
  899. package/dist/profiles/fields/profileParamModel.d.ts +3 -0
  900. package/dist/profiles/fields/profileParamModel.d.ts.map +1 -0
  901. package/dist/profiles/fields/profileParamModel.js.map +1 -0
  902. package/dist/profiles/processor/index.d.ts +6 -0
  903. package/dist/profiles/processor/index.d.ts.map +1 -0
  904. package/dist/profiles/processor/processorConfig.cjs +185 -0
  905. package/dist/profiles/processor/processorConfig.cjs.map +1 -0
  906. package/dist/profiles/processor/processorConfig.d.ts +34 -0
  907. package/dist/profiles/processor/processorConfig.d.ts.map +1 -0
  908. package/dist/profiles/processor/processorConfig.js +185 -0
  909. package/dist/profiles/processor/processorConfig.js.map +1 -0
  910. package/dist/profiles/processor/processorPipeline.cjs +300 -0
  911. package/dist/profiles/processor/processorPipeline.cjs.map +1 -0
  912. package/dist/profiles/processor/processorPipeline.d.ts +11 -0
  913. package/dist/profiles/processor/processorPipeline.d.ts.map +1 -0
  914. package/dist/profiles/processor/processorPipeline.js +300 -0
  915. package/dist/profiles/processor/processorPipeline.js.map +1 -0
  916. package/dist/profiles/processor/processorPipelineEditor.cjs +330 -0
  917. package/dist/profiles/processor/processorPipelineEditor.cjs.map +1 -0
  918. package/dist/profiles/processor/processorPipelineEditor.d.ts +16 -0
  919. package/dist/profiles/processor/processorPipelineEditor.d.ts.map +1 -0
  920. package/dist/profiles/processor/processorPipelineEditor.js +330 -0
  921. package/dist/profiles/processor/processorPipelineEditor.js.map +1 -0
  922. package/dist/profiles/processor/processorPipelineExtension.cjs +28 -0
  923. package/dist/profiles/processor/processorPipelineExtension.cjs.map +1 -0
  924. package/dist/profiles/processor/processorPipelineExtension.d.ts +5 -0
  925. package/dist/profiles/processor/processorPipelineExtension.d.ts.map +1 -0
  926. package/dist/profiles/processor/processorPipelineExtension.js +28 -0
  927. package/dist/profiles/processor/processorPipelineExtension.js.map +1 -0
  928. package/dist/profiles/processor/processorPreview.cjs +55 -0
  929. package/dist/profiles/processor/processorPreview.cjs.map +1 -0
  930. package/dist/profiles/processor/processorPreview.d.ts +20 -0
  931. package/dist/profiles/processor/processorPreview.d.ts.map +1 -0
  932. package/dist/profiles/processor/processorPreview.js +55 -0
  933. package/dist/profiles/processor/processorPreview.js.map +1 -0
  934. package/dist/profiles/processor/processorPreviewTable.cjs +103 -0
  935. package/dist/profiles/processor/processorPreviewTable.cjs.map +1 -0
  936. package/dist/profiles/processor/processorPreviewTable.d.ts +6 -0
  937. package/dist/profiles/processor/processorPreviewTable.d.ts.map +1 -0
  938. package/dist/profiles/processor/processorPreviewTable.js +103 -0
  939. package/dist/profiles/processor/processorPreviewTable.js.map +1 -0
  940. package/dist/profiles/processor/processorSampleParams.cjs +38 -0
  941. package/dist/profiles/processor/processorSampleParams.cjs.map +1 -0
  942. package/dist/profiles/processor/processorSampleParams.d.ts +6 -0
  943. package/dist/profiles/processor/processorSampleParams.d.ts.map +1 -0
  944. package/dist/profiles/processor/processorSampleParams.js +38 -0
  945. package/dist/profiles/processor/processorSampleParams.js.map +1 -0
  946. package/dist/profiles/profileApi.cjs +16 -0
  947. package/dist/profiles/profileApi.cjs.map +1 -1
  948. package/dist/profiles/profileApi.d.ts +36 -3
  949. package/dist/profiles/profileApi.d.ts.map +1 -1
  950. package/dist/profiles/profileApi.js +16 -0
  951. package/dist/profiles/profileApi.js.map +1 -1
  952. package/dist/profiles/query/index.d.ts +9 -0
  953. package/dist/profiles/query/index.d.ts.map +1 -0
  954. package/dist/profiles/query/jsonPathSample.cjs +75 -0
  955. package/dist/profiles/query/jsonPathSample.cjs.map +1 -0
  956. package/dist/profiles/query/jsonPathSample.d.ts +27 -0
  957. package/dist/profiles/query/jsonPathSample.d.ts.map +1 -0
  958. package/dist/profiles/query/jsonPathSample.js +75 -0
  959. package/dist/profiles/query/jsonPathSample.js.map +1 -0
  960. package/dist/profiles/query/jsonPathSampleRow.cjs.map +1 -0
  961. package/dist/profiles/query/jsonPathSampleRow.d.ts.map +1 -0
  962. package/dist/profiles/query/jsonPathSampleRow.js.map +1 -0
  963. package/dist/profiles/query/kubernetesWorkloadTarget.cjs +43 -0
  964. package/dist/profiles/query/kubernetesWorkloadTarget.cjs.map +1 -0
  965. package/dist/profiles/query/kubernetesWorkloadTarget.d.ts +3 -0
  966. package/dist/profiles/query/kubernetesWorkloadTarget.d.ts.map +1 -0
  967. package/dist/profiles/query/kubernetesWorkloadTarget.js +43 -0
  968. package/dist/profiles/query/kubernetesWorkloadTarget.js.map +1 -0
  969. package/dist/profiles/query/kubernetesWorkloadTargetPicker.cjs +53 -0
  970. package/dist/profiles/query/kubernetesWorkloadTargetPicker.cjs.map +1 -0
  971. package/dist/profiles/query/kubernetesWorkloadTargetPicker.d.ts +12 -0
  972. package/dist/profiles/query/kubernetesWorkloadTargetPicker.d.ts.map +1 -0
  973. package/dist/profiles/query/kubernetesWorkloadTargetPicker.js +53 -0
  974. package/dist/profiles/query/kubernetesWorkloadTargetPicker.js.map +1 -0
  975. package/dist/profiles/query/profileSamplePayload.cjs.map +1 -0
  976. package/dist/profiles/query/profileSamplePayload.d.ts +13 -0
  977. package/dist/profiles/query/profileSamplePayload.d.ts.map +1 -0
  978. package/dist/profiles/query/profileSamplePayload.js.map +1 -0
  979. package/dist/profiles/query/prometheusResults.cjs +60 -0
  980. package/dist/profiles/query/prometheusResults.cjs.map +1 -0
  981. package/dist/profiles/query/prometheusResults.d.ts +7 -0
  982. package/dist/profiles/query/prometheusResults.d.ts.map +1 -0
  983. package/dist/profiles/query/prometheusResults.js +60 -0
  984. package/dist/profiles/query/prometheusResults.js.map +1 -0
  985. package/dist/profiles/query/queryRowLimits.cjs +82 -0
  986. package/dist/profiles/query/queryRowLimits.cjs.map +1 -0
  987. package/dist/profiles/query/queryRowLimits.d.ts +9 -0
  988. package/dist/profiles/query/queryRowLimits.d.ts.map +1 -0
  989. package/dist/profiles/query/queryRowLimits.js +82 -0
  990. package/dist/profiles/query/queryRowLimits.js.map +1 -0
  991. package/dist/profiles/query/queryRowLimitsModel.cjs.map +1 -0
  992. package/dist/profiles/query/queryRowLimitsModel.d.ts +9 -0
  993. package/dist/profiles/query/queryRowLimitsModel.d.ts.map +1 -0
  994. package/dist/profiles/query/queryRowLimitsModel.js.map +1 -0
  995. package/dist/profiles/query/queryTargetPicker.cjs +42 -0
  996. package/dist/profiles/query/queryTargetPicker.cjs.map +1 -0
  997. package/dist/profiles/query/queryTargetPicker.d.ts +8 -0
  998. package/dist/profiles/query/queryTargetPicker.d.ts.map +1 -0
  999. package/dist/profiles/query/queryTargetPicker.js +42 -0
  1000. package/dist/profiles/query/queryTargetPicker.js.map +1 -0
  1001. package/dist/profiles/wizard/index.d.ts +6 -0
  1002. package/dist/profiles/wizard/index.d.ts.map +1 -0
  1003. package/dist/profiles/wizard/profileWizard.cjs +257 -0
  1004. package/dist/profiles/wizard/profileWizard.cjs.map +1 -0
  1005. package/dist/profiles/wizard/profileWizard.d.ts +12 -0
  1006. package/dist/profiles/wizard/profileWizard.d.ts.map +1 -0
  1007. package/dist/profiles/wizard/profileWizard.js +257 -0
  1008. package/dist/profiles/wizard/profileWizard.js.map +1 -0
  1009. package/dist/profiles/wizard/profileWizardHelp.cjs.map +1 -0
  1010. package/dist/profiles/wizard/profileWizardHelp.d.ts.map +1 -0
  1011. package/dist/profiles/wizard/profileWizardHelp.js.map +1 -0
  1012. package/dist/profiles/wizard/profileWizardModel.cjs +204 -0
  1013. package/dist/profiles/wizard/profileWizardModel.cjs.map +1 -0
  1014. package/dist/profiles/wizard/profileWizardModel.d.ts +266 -0
  1015. package/dist/profiles/wizard/profileWizardModel.d.ts.map +1 -0
  1016. package/dist/profiles/wizard/profileWizardModel.js +204 -0
  1017. package/dist/profiles/wizard/profileWizardModel.js.map +1 -0
  1018. package/dist/profiles/wizard/profileWizardQueryStep.cjs +215 -0
  1019. package/dist/profiles/wizard/profileWizardQueryStep.cjs.map +1 -0
  1020. package/dist/profiles/wizard/profileWizardQueryStep.d.ts.map +1 -0
  1021. package/dist/profiles/wizard/profileWizardQueryStep.js +215 -0
  1022. package/dist/profiles/wizard/profileWizardQueryStep.js.map +1 -0
  1023. package/dist/profiles/wizard/profileWizardSteps.cjs +214 -0
  1024. package/dist/profiles/wizard/profileWizardSteps.cjs.map +1 -0
  1025. package/dist/profiles/wizard/profileWizardSteps.d.ts.map +1 -0
  1026. package/dist/profiles/wizard/profileWizardSteps.js +214 -0
  1027. package/dist/profiles/wizard/profileWizardSteps.js.map +1 -0
  1028. package/dist/profiles.cjs +237 -178
  1029. package/dist/profiles.cjs.map +1 -1
  1030. package/dist/profiles.d.ts +8 -55
  1031. package/dist/profiles.d.ts.map +1 -1
  1032. package/dist/profiles.js +117 -58
  1033. package/dist/profiles.js.map +1 -1
  1034. package/dist/rpc/ChatLayer.cjs +27 -0
  1035. package/dist/rpc/ChatLayer.cjs.map +1 -0
  1036. package/dist/rpc/ChatLayer.d.ts +11 -0
  1037. package/dist/rpc/ChatLayer.d.ts.map +1 -0
  1038. package/dist/rpc/ChatLayer.js +27 -0
  1039. package/dist/rpc/ChatLayer.js.map +1 -0
  1040. package/dist/rpc/CommandForm.cjs +1 -1
  1041. package/dist/rpc/CommandForm.cjs.map +1 -1
  1042. package/dist/rpc/CommandForm.js +1 -1
  1043. package/dist/rpc/CommandForm.js.map +1 -1
  1044. package/dist/rpc/CommandOutput.cjs +29 -4
  1045. package/dist/rpc/CommandOutput.cjs.map +1 -1
  1046. package/dist/rpc/CommandOutput.d.ts +6 -2
  1047. package/dist/rpc/CommandOutput.d.ts.map +1 -1
  1048. package/dist/rpc/CommandOutput.js +29 -4
  1049. package/dist/rpc/CommandOutput.js.map +1 -1
  1050. package/dist/rpc/EndpointList.cjs +1 -1
  1051. package/dist/rpc/EndpointList.cjs.map +1 -1
  1052. package/dist/rpc/EndpointList.js +1 -1
  1053. package/dist/rpc/EndpointList.js.map +1 -1
  1054. package/dist/rpc/EntityExplorerApp.cjs +4 -1
  1055. package/dist/rpc/EntityExplorerApp.cjs.map +1 -1
  1056. package/dist/rpc/EntityExplorerApp.d.ts +3 -1
  1057. package/dist/rpc/EntityExplorerApp.d.ts.map +1 -1
  1058. package/dist/rpc/EntityExplorerApp.js +4 -1
  1059. package/dist/rpc/EntityExplorerApp.js.map +1 -1
  1060. package/dist/rpc/FilterForm.cjs +66 -80
  1061. package/dist/rpc/FilterForm.cjs.map +1 -1
  1062. package/dist/rpc/FilterForm.d.ts.map +1 -1
  1063. package/dist/rpc/FilterForm.js +68 -82
  1064. package/dist/rpc/FilterForm.js.map +1 -1
  1065. package/dist/rpc/InlineError.cjs +19 -2
  1066. package/dist/rpc/InlineError.cjs.map +1 -1
  1067. package/dist/rpc/InlineError.d.ts +5 -1
  1068. package/dist/rpc/InlineError.d.ts.map +1 -1
  1069. package/dist/rpc/InlineError.js +19 -2
  1070. package/dist/rpc/InlineError.js.map +1 -1
  1071. package/dist/rpc/OperationCatalog.cjs +96 -100
  1072. package/dist/rpc/OperationCatalog.cjs.map +1 -1
  1073. package/dist/rpc/OperationCatalog.d.ts.map +1 -1
  1074. package/dist/rpc/OperationCatalog.js +98 -102
  1075. package/dist/rpc/OperationCatalog.js.map +1 -1
  1076. package/dist/rpc/OperationCommandPage.cjs +19 -7
  1077. package/dist/rpc/OperationCommandPage.cjs.map +1 -1
  1078. package/dist/rpc/OperationCommandPage.d.ts.map +1 -1
  1079. package/dist/rpc/OperationCommandPage.js +21 -9
  1080. package/dist/rpc/OperationCommandPage.js.map +1 -1
  1081. package/dist/rpc/OperationEntityContextPicker.cjs +25 -13
  1082. package/dist/rpc/OperationEntityContextPicker.cjs.map +1 -1
  1083. package/dist/rpc/OperationEntityContextPicker.d.ts.map +1 -1
  1084. package/dist/rpc/OperationEntityContextPicker.js +26 -14
  1085. package/dist/rpc/OperationEntityContextPicker.js.map +1 -1
  1086. package/dist/rpc/OperationEntityPage.cjs +2 -8
  1087. package/dist/rpc/OperationEntityPage.cjs.map +1 -1
  1088. package/dist/rpc/OperationEntityPage.d.ts.map +1 -1
  1089. package/dist/rpc/OperationEntityPage.js +2 -8
  1090. package/dist/rpc/OperationEntityPage.js.map +1 -1
  1091. package/dist/rpc/OperationResultView.cjs +13 -2
  1092. package/dist/rpc/OperationResultView.cjs.map +1 -1
  1093. package/dist/rpc/OperationResultView.d.ts +34 -2
  1094. package/dist/rpc/OperationResultView.d.ts.map +1 -1
  1095. package/dist/rpc/OperationResultView.js +13 -2
  1096. package/dist/rpc/OperationResultView.js.map +1 -1
  1097. package/dist/rpc/apiClient.cjs +11 -1
  1098. package/dist/rpc/apiClient.cjs.map +1 -1
  1099. package/dist/rpc/apiClient.d.ts +15 -5
  1100. package/dist/rpc/apiClient.d.ts.map +1 -1
  1101. package/dist/rpc/apiClient.js +12 -2
  1102. package/dist/rpc/apiClient.js.map +1 -1
  1103. package/dist/rpc/cursorStale.cjs +35 -0
  1104. package/dist/rpc/cursorStale.cjs.map +1 -0
  1105. package/dist/rpc/cursorStale.d.ts +23 -0
  1106. package/dist/rpc/cursorStale.d.ts.map +1 -0
  1107. package/dist/rpc/cursorStale.js +35 -0
  1108. package/dist/rpc/cursorStale.js.map +1 -0
  1109. package/dist/rpc/executionPages.cjs +94 -0
  1110. package/dist/rpc/executionPages.cjs.map +1 -0
  1111. package/dist/rpc/executionPages.d.ts +18 -0
  1112. package/dist/rpc/executionPages.d.ts.map +1 -0
  1113. package/dist/rpc/executionPages.js +94 -0
  1114. package/dist/rpc/executionPages.js.map +1 -0
  1115. package/dist/rpc/filterShapes.cjs +17 -0
  1116. package/dist/rpc/filterShapes.cjs.map +1 -0
  1117. package/dist/rpc/filterShapes.d.ts +22 -0
  1118. package/dist/rpc/filterShapes.d.ts.map +1 -0
  1119. package/dist/rpc/filterShapes.js +17 -0
  1120. package/dist/rpc/filterShapes.js.map +1 -0
  1121. package/dist/rpc/formMetadata.cjs +225 -50
  1122. package/dist/rpc/formMetadata.cjs.map +1 -1
  1123. package/dist/rpc/formMetadata.d.ts +18 -1
  1124. package/dist/rpc/formMetadata.d.ts.map +1 -1
  1125. package/dist/rpc/formMetadata.js +227 -52
  1126. package/dist/rpc/formMetadata.js.map +1 -1
  1127. package/dist/rpc/operationErrorDiagnostics.cjs +100 -0
  1128. package/dist/rpc/operationErrorDiagnostics.cjs.map +1 -0
  1129. package/dist/rpc/operationErrorDiagnostics.d.ts +4 -0
  1130. package/dist/rpc/operationErrorDiagnostics.d.ts.map +1 -0
  1131. package/dist/rpc/operationErrorDiagnostics.js +100 -0
  1132. package/dist/rpc/operationErrorDiagnostics.js.map +1 -0
  1133. package/dist/rpc/operationFilterSearch.cjs +1 -1
  1134. package/dist/rpc/operationFilterSearch.cjs.map +1 -1
  1135. package/dist/rpc/operationFilterSearch.js +2 -2
  1136. package/dist/rpc/operationFilterSearch.js.map +1 -1
  1137. package/dist/rpc/types.cjs.map +1 -1
  1138. package/dist/rpc/types.d.ts +54 -3
  1139. package/dist/rpc/types.d.ts.map +1 -1
  1140. package/dist/rpc/types.js.map +1 -1
  1141. package/dist/rpc/useOperationPages.cjs +111 -0
  1142. package/dist/rpc/useOperationPages.cjs.map +1 -0
  1143. package/dist/rpc/useOperationPages.d.ts +46 -0
  1144. package/dist/rpc/useOperationPages.d.ts.map +1 -0
  1145. package/dist/rpc/useOperationPages.js +111 -0
  1146. package/dist/rpc/useOperationPages.js.map +1 -0
  1147. package/dist/rpc/useOperations.cjs +7 -4
  1148. package/dist/rpc/useOperations.cjs.map +1 -1
  1149. package/dist/rpc/useOperations.d.ts.map +1 -1
  1150. package/dist/rpc/useOperations.js +7 -4
  1151. package/dist/rpc/useOperations.js.map +1 -1
  1152. package/dist/rpc.cjs +2 -0
  1153. package/dist/rpc.cjs.map +1 -1
  1154. package/dist/rpc.d.ts +2 -1
  1155. package/dist/rpc.d.ts.map +1 -1
  1156. package/dist/rpc.js +2 -0
  1157. package/dist/rpc.js.map +1 -1
  1158. package/dist/styles.css +2 -2
  1159. package/dist/tailwind-preset.cjs +6 -3
  1160. package/dist/tailwind-preset.cjs.map +1 -1
  1161. package/dist/tailwind-preset.d.ts.map +1 -1
  1162. package/dist/tailwind-preset.js +6 -3
  1163. package/dist/tailwind-preset.js.map +1 -1
  1164. package/dist/utils.cjs +6 -0
  1165. package/dist/utils.cjs.map +1 -1
  1166. package/dist/utils.d.ts +1 -0
  1167. package/dist/utils.d.ts.map +1 -1
  1168. package/dist/utils.js +6 -0
  1169. package/dist/utils.js.map +1 -1
  1170. package/package.json +5 -5
  1171. package/dist/profiles/catalogTree.cjs +0 -133
  1172. package/dist/profiles/catalogTree.cjs.map +0 -1
  1173. package/dist/profiles/catalogTree.d.ts.map +0 -1
  1174. package/dist/profiles/catalogTree.js +0 -133
  1175. package/dist/profiles/catalogTree.js.map +0 -1
  1176. package/dist/profiles/connectionBrowserModel.cjs +0 -185
  1177. package/dist/profiles/connectionBrowserModel.cjs.map +0 -1
  1178. package/dist/profiles/connectionBrowserModel.d.ts +0 -169
  1179. package/dist/profiles/connectionBrowserModel.d.ts.map +0 -1
  1180. package/dist/profiles/connectionBrowserModel.js +0 -185
  1181. package/dist/profiles/connectionBrowserModel.js.map +0 -1
  1182. package/dist/profiles/connectionQueryWorkspace.cjs +0 -185
  1183. package/dist/profiles/connectionQueryWorkspace.cjs.map +0 -1
  1184. package/dist/profiles/connectionQueryWorkspace.d.ts +0 -63
  1185. package/dist/profiles/connectionQueryWorkspace.d.ts.map +0 -1
  1186. package/dist/profiles/connectionQueryWorkspace.js +0 -185
  1187. package/dist/profiles/connectionQueryWorkspace.js.map +0 -1
  1188. package/dist/profiles/connectionQueryWorkspaceModel.cjs +0 -28
  1189. package/dist/profiles/connectionQueryWorkspaceModel.cjs.map +0 -1
  1190. package/dist/profiles/connectionQueryWorkspaceModel.d.ts +0 -38
  1191. package/dist/profiles/connectionQueryWorkspaceModel.d.ts.map +0 -1
  1192. package/dist/profiles/connectionQueryWorkspaceModel.js +0 -28
  1193. package/dist/profiles/connectionQueryWorkspaceModel.js.map +0 -1
  1194. package/dist/profiles/esFieldValues.cjs +0 -64
  1195. package/dist/profiles/esFieldValues.cjs.map +0 -1
  1196. package/dist/profiles/esFieldValues.d.ts +0 -48
  1197. package/dist/profiles/esFieldValues.d.ts.map +0 -1
  1198. package/dist/profiles/esFieldValues.js +0 -64
  1199. package/dist/profiles/esFieldValues.js.map +0 -1
  1200. package/dist/profiles/esParamMappingModel.cjs +0 -301
  1201. package/dist/profiles/esParamMappingModel.cjs.map +0 -1
  1202. package/dist/profiles/esParamMappingModel.d.ts +0 -37
  1203. package/dist/profiles/esParamMappingModel.d.ts.map +0 -1
  1204. package/dist/profiles/esParamMappingModel.js +0 -301
  1205. package/dist/profiles/esParamMappingModel.js.map +0 -1
  1206. package/dist/profiles/esParamMappingPill.cjs.map +0 -1
  1207. package/dist/profiles/esParamMappingPill.d.ts.map +0 -1
  1208. package/dist/profiles/esParamMappingPill.js.map +0 -1
  1209. package/dist/profiles/esParamOperandExtension.cjs +0 -75
  1210. package/dist/profiles/esParamOperandExtension.cjs.map +0 -1
  1211. package/dist/profiles/esParamOperandExtension.d.ts +0 -11
  1212. package/dist/profiles/esParamOperandExtension.d.ts.map +0 -1
  1213. package/dist/profiles/esParamOperandExtension.js +0 -75
  1214. package/dist/profiles/esParamOperandExtension.js.map +0 -1
  1215. package/dist/profiles/esQueryBuilder.cjs +0 -205
  1216. package/dist/profiles/esQueryBuilder.cjs.map +0 -1
  1217. package/dist/profiles/esQueryBuilder.d.ts +0 -35
  1218. package/dist/profiles/esQueryBuilder.d.ts.map +0 -1
  1219. package/dist/profiles/esQueryBuilder.js +0 -205
  1220. package/dist/profiles/esQueryBuilder.js.map +0 -1
  1221. package/dist/profiles/esQueryBuilderExtension.cjs.map +0 -1
  1222. package/dist/profiles/esQueryBuilderExtension.d.ts +0 -5
  1223. package/dist/profiles/esQueryBuilderExtension.d.ts.map +0 -1
  1224. package/dist/profiles/esQueryBuilderExtension.js.map +0 -1
  1225. package/dist/profiles/esQueryBuilderForm.cjs +0 -26
  1226. package/dist/profiles/esQueryBuilderForm.cjs.map +0 -1
  1227. package/dist/profiles/esQueryBuilderForm.d.ts +0 -18
  1228. package/dist/profiles/esQueryBuilderForm.d.ts.map +0 -1
  1229. package/dist/profiles/esQueryBuilderForm.js +0 -26
  1230. package/dist/profiles/esQueryBuilderForm.js.map +0 -1
  1231. package/dist/profiles/esQueryBuilderModel.cjs.map +0 -1
  1232. package/dist/profiles/esQueryBuilderModel.d.ts +0 -108
  1233. package/dist/profiles/esQueryBuilderModel.d.ts.map +0 -1
  1234. package/dist/profiles/esQueryBuilderModel.js.map +0 -1
  1235. package/dist/profiles/esQueryClauseGroup.cjs +0 -144
  1236. package/dist/profiles/esQueryClauseGroup.cjs.map +0 -1
  1237. package/dist/profiles/esQueryClauseGroup.d.ts.map +0 -1
  1238. package/dist/profiles/esQueryClauseGroup.js +0 -144
  1239. package/dist/profiles/esQueryClauseGroup.js.map +0 -1
  1240. package/dist/profiles/esQueryCompile.cjs +0 -47
  1241. package/dist/profiles/esQueryCompile.cjs.map +0 -1
  1242. package/dist/profiles/esQueryCompile.d.ts +0 -39
  1243. package/dist/profiles/esQueryCompile.d.ts.map +0 -1
  1244. package/dist/profiles/esQueryCompile.js +0 -47
  1245. package/dist/profiles/esQueryCompile.js.map +0 -1
  1246. package/dist/profiles/esQueryConditionRow.cjs +0 -168
  1247. package/dist/profiles/esQueryConditionRow.cjs.map +0 -1
  1248. package/dist/profiles/esQueryConditionRow.d.ts +0 -37
  1249. package/dist/profiles/esQueryConditionRow.d.ts.map +0 -1
  1250. package/dist/profiles/esQueryConditionRow.js +0 -168
  1251. package/dist/profiles/esQueryConditionRow.js.map +0 -1
  1252. package/dist/profiles/esQueryGroupModel.cjs.map +0 -1
  1253. package/dist/profiles/esQueryGroupModel.d.ts.map +0 -1
  1254. package/dist/profiles/esQueryGroupModel.js.map +0 -1
  1255. package/dist/profiles/esQueryOccur.cjs.map +0 -1
  1256. package/dist/profiles/esQueryOccur.d.ts.map +0 -1
  1257. package/dist/profiles/esQueryOccur.js.map +0 -1
  1258. package/dist/profiles/esQueryOperandEditors.cjs +0 -279
  1259. package/dist/profiles/esQueryOperandEditors.cjs.map +0 -1
  1260. package/dist/profiles/esQueryOperandEditors.d.ts +0 -24
  1261. package/dist/profiles/esQueryOperandEditors.d.ts.map +0 -1
  1262. package/dist/profiles/esQueryOperandEditors.js +0 -279
  1263. package/dist/profiles/esQueryOperandEditors.js.map +0 -1
  1264. package/dist/profiles/esQueryOperandModel.cjs.map +0 -1
  1265. package/dist/profiles/esQueryOperandModel.d.ts +0 -17
  1266. package/dist/profiles/esQueryOperandModel.d.ts.map +0 -1
  1267. package/dist/profiles/esQueryOperandModel.js.map +0 -1
  1268. package/dist/profiles/esQueryOperators.cjs +0 -165
  1269. package/dist/profiles/esQueryOperators.cjs.map +0 -1
  1270. package/dist/profiles/esQueryOperators.d.ts +0 -83
  1271. package/dist/profiles/esQueryOperators.d.ts.map +0 -1
  1272. package/dist/profiles/esQueryOperators.js +0 -165
  1273. package/dist/profiles/esQueryOperators.js.map +0 -1
  1274. package/dist/profiles/esQueryOutputEditor.cjs +0 -138
  1275. package/dist/profiles/esQueryOutputEditor.cjs.map +0 -1
  1276. package/dist/profiles/esQueryOutputEditor.d.ts +0 -7
  1277. package/dist/profiles/esQueryOutputEditor.d.ts.map +0 -1
  1278. package/dist/profiles/esQueryOutputEditor.js +0 -138
  1279. package/dist/profiles/esQueryOutputEditor.js.map +0 -1
  1280. package/dist/profiles/esQueryOutputModel.cjs.map +0 -1
  1281. package/dist/profiles/esQueryOutputModel.d.ts.map +0 -1
  1282. package/dist/profiles/esQueryOutputModel.js.map +0 -1
  1283. package/dist/profiles/esQueryPreview.cjs.map +0 -1
  1284. package/dist/profiles/esQueryPreview.d.ts.map +0 -1
  1285. package/dist/profiles/esQueryPreview.js.map +0 -1
  1286. package/dist/profiles/esQuerySortEditor.cjs +0 -143
  1287. package/dist/profiles/esQuerySortEditor.cjs.map +0 -1
  1288. package/dist/profiles/esQuerySortEditor.d.ts.map +0 -1
  1289. package/dist/profiles/esQuerySortEditor.js +0 -143
  1290. package/dist/profiles/esQuerySortEditor.js.map +0 -1
  1291. package/dist/profiles/esQuerySortModel.cjs.map +0 -1
  1292. package/dist/profiles/esQuerySortModel.d.ts.map +0 -1
  1293. package/dist/profiles/esQuerySortModel.js.map +0 -1
  1294. package/dist/profiles/esValueCombobox.cjs +0 -86
  1295. package/dist/profiles/esValueCombobox.cjs.map +0 -1
  1296. package/dist/profiles/esValueCombobox.d.ts.map +0 -1
  1297. package/dist/profiles/esValueCombobox.js +0 -86
  1298. package/dist/profiles/esValueCombobox.js.map +0 -1
  1299. package/dist/profiles/jsonPathSample.cjs +0 -75
  1300. package/dist/profiles/jsonPathSample.cjs.map +0 -1
  1301. package/dist/profiles/jsonPathSample.d.ts +0 -27
  1302. package/dist/profiles/jsonPathSample.d.ts.map +0 -1
  1303. package/dist/profiles/jsonPathSample.js +0 -75
  1304. package/dist/profiles/jsonPathSample.js.map +0 -1
  1305. package/dist/profiles/jsonPathSampleRow.cjs.map +0 -1
  1306. package/dist/profiles/jsonPathSampleRow.d.ts.map +0 -1
  1307. package/dist/profiles/jsonPathSampleRow.js.map +0 -1
  1308. package/dist/profiles/profileBuilder.cjs +0 -65
  1309. package/dist/profiles/profileBuilder.cjs.map +0 -1
  1310. package/dist/profiles/profileBuilder.d.ts.map +0 -1
  1311. package/dist/profiles/profileBuilder.js +0 -65
  1312. package/dist/profiles/profileBuilder.js.map +0 -1
  1313. package/dist/profiles/profileBuilderExtension.cjs.map +0 -1
  1314. package/dist/profiles/profileBuilderExtension.d.ts +0 -5
  1315. package/dist/profiles/profileBuilderExtension.d.ts.map +0 -1
  1316. package/dist/profiles/profileBuilderExtension.js.map +0 -1
  1317. package/dist/profiles/profileBuilderWorkspace.cjs +0 -368
  1318. package/dist/profiles/profileBuilderWorkspace.cjs.map +0 -1
  1319. package/dist/profiles/profileBuilderWorkspace.d.ts +0 -21
  1320. package/dist/profiles/profileBuilderWorkspace.d.ts.map +0 -1
  1321. package/dist/profiles/profileBuilderWorkspace.js +0 -368
  1322. package/dist/profiles/profileBuilderWorkspace.js.map +0 -1
  1323. package/dist/profiles/profileColumnModel.cjs.map +0 -1
  1324. package/dist/profiles/profileColumnModel.d.ts +0 -8
  1325. package/dist/profiles/profileColumnModel.d.ts.map +0 -1
  1326. package/dist/profiles/profileColumnModel.js.map +0 -1
  1327. package/dist/profiles/profileColumnPicker.cjs +0 -68
  1328. package/dist/profiles/profileColumnPicker.cjs.map +0 -1
  1329. package/dist/profiles/profileColumnPicker.d.ts +0 -11
  1330. package/dist/profiles/profileColumnPicker.d.ts.map +0 -1
  1331. package/dist/profiles/profileColumnPicker.js +0 -68
  1332. package/dist/profiles/profileColumnPicker.js.map +0 -1
  1333. package/dist/profiles/profileEditor.cjs +0 -386
  1334. package/dist/profiles/profileEditor.cjs.map +0 -1
  1335. package/dist/profiles/profileEditor.d.ts +0 -19
  1336. package/dist/profiles/profileEditor.d.ts.map +0 -1
  1337. package/dist/profiles/profileEditor.js +0 -386
  1338. package/dist/profiles/profileEditor.js.map +0 -1
  1339. package/dist/profiles/profileEditorModel.cjs +0 -181
  1340. package/dist/profiles/profileEditorModel.cjs.map +0 -1
  1341. package/dist/profiles/profileEditorModel.d.ts +0 -74
  1342. package/dist/profiles/profileEditorModel.d.ts.map +0 -1
  1343. package/dist/profiles/profileEditorModel.js +0 -181
  1344. package/dist/profiles/profileEditorModel.js.map +0 -1
  1345. package/dist/profiles/profileEditorPreview.cjs.map +0 -1
  1346. package/dist/profiles/profileEditorPreview.d.ts +0 -12
  1347. package/dist/profiles/profileEditorPreview.d.ts.map +0 -1
  1348. package/dist/profiles/profileEditorPreview.js.map +0 -1
  1349. package/dist/profiles/profileEditorRail.cjs.map +0 -1
  1350. package/dist/profiles/profileEditorRail.d.ts.map +0 -1
  1351. package/dist/profiles/profileEditorRail.js.map +0 -1
  1352. package/dist/profiles/profileEditorRaw.cjs +0 -118
  1353. package/dist/profiles/profileEditorRaw.cjs.map +0 -1
  1354. package/dist/profiles/profileEditorRaw.d.ts +0 -7
  1355. package/dist/profiles/profileEditorRaw.d.ts.map +0 -1
  1356. package/dist/profiles/profileEditorRaw.js +0 -118
  1357. package/dist/profiles/profileEditorRaw.js.map +0 -1
  1358. package/dist/profiles/profileEditorRoutes.cjs.map +0 -1
  1359. package/dist/profiles/profileEditorRoutes.d.ts.map +0 -1
  1360. package/dist/profiles/profileEditorRoutes.js.map +0 -1
  1361. package/dist/profiles/profileEditorSections.cjs +0 -213
  1362. package/dist/profiles/profileEditorSections.cjs.map +0 -1
  1363. package/dist/profiles/profileEditorSections.d.ts +0 -23
  1364. package/dist/profiles/profileEditorSections.d.ts.map +0 -1
  1365. package/dist/profiles/profileEditorSections.js +0 -213
  1366. package/dist/profiles/profileEditorSections.js.map +0 -1
  1367. package/dist/profiles/profileFieldEditor.cjs +0 -200
  1368. package/dist/profiles/profileFieldEditor.cjs.map +0 -1
  1369. package/dist/profiles/profileFieldEditor.d.ts +0 -34
  1370. package/dist/profiles/profileFieldEditor.d.ts.map +0 -1
  1371. package/dist/profiles/profileFieldEditor.js +0 -200
  1372. package/dist/profiles/profileFieldEditor.js.map +0 -1
  1373. package/dist/profiles/profileFieldGrid.cjs +0 -250
  1374. package/dist/profiles/profileFieldGrid.cjs.map +0 -1
  1375. package/dist/profiles/profileFieldGrid.d.ts +0 -20
  1376. package/dist/profiles/profileFieldGrid.d.ts.map +0 -1
  1377. package/dist/profiles/profileFieldGrid.js +0 -250
  1378. package/dist/profiles/profileFieldGrid.js.map +0 -1
  1379. package/dist/profiles/profileFieldManager.cjs +0 -103
  1380. package/dist/profiles/profileFieldManager.cjs.map +0 -1
  1381. package/dist/profiles/profileFieldManager.d.ts.map +0 -1
  1382. package/dist/profiles/profileFieldManager.js +0 -103
  1383. package/dist/profiles/profileFieldManager.js.map +0 -1
  1384. package/dist/profiles/profileFieldState.cjs +0 -136
  1385. package/dist/profiles/profileFieldState.cjs.map +0 -1
  1386. package/dist/profiles/profileFieldState.d.ts +0 -41
  1387. package/dist/profiles/profileFieldState.d.ts.map +0 -1
  1388. package/dist/profiles/profileFieldState.js +0 -136
  1389. package/dist/profiles/profileFieldState.js.map +0 -1
  1390. package/dist/profiles/profileFieldTypes.cjs.map +0 -1
  1391. package/dist/profiles/profileFieldTypes.d.ts +0 -8
  1392. package/dist/profiles/profileFieldTypes.d.ts.map +0 -1
  1393. package/dist/profiles/profileFieldTypes.js.map +0 -1
  1394. package/dist/profiles/profileParamModel.cjs.map +0 -1
  1395. package/dist/profiles/profileParamModel.d.ts +0 -3
  1396. package/dist/profiles/profileParamModel.d.ts.map +0 -1
  1397. package/dist/profiles/profileParamModel.js.map +0 -1
  1398. package/dist/profiles/profileSamplePayload.cjs.map +0 -1
  1399. package/dist/profiles/profileSamplePayload.d.ts +0 -13
  1400. package/dist/profiles/profileSamplePayload.d.ts.map +0 -1
  1401. package/dist/profiles/profileSamplePayload.js.map +0 -1
  1402. package/dist/profiles/profileWizard.cjs +0 -257
  1403. package/dist/profiles/profileWizard.cjs.map +0 -1
  1404. package/dist/profiles/profileWizard.d.ts +0 -12
  1405. package/dist/profiles/profileWizard.d.ts.map +0 -1
  1406. package/dist/profiles/profileWizard.js +0 -257
  1407. package/dist/profiles/profileWizard.js.map +0 -1
  1408. package/dist/profiles/profileWizardHelp.cjs.map +0 -1
  1409. package/dist/profiles/profileWizardHelp.d.ts.map +0 -1
  1410. package/dist/profiles/profileWizardHelp.js.map +0 -1
  1411. package/dist/profiles/profileWizardModel.cjs +0 -198
  1412. package/dist/profiles/profileWizardModel.cjs.map +0 -1
  1413. package/dist/profiles/profileWizardModel.d.ts +0 -255
  1414. package/dist/profiles/profileWizardModel.d.ts.map +0 -1
  1415. package/dist/profiles/profileWizardModel.js +0 -198
  1416. package/dist/profiles/profileWizardModel.js.map +0 -1
  1417. package/dist/profiles/profileWizardQueryStep.cjs +0 -215
  1418. package/dist/profiles/profileWizardQueryStep.cjs.map +0 -1
  1419. package/dist/profiles/profileWizardQueryStep.d.ts.map +0 -1
  1420. package/dist/profiles/profileWizardQueryStep.js +0 -215
  1421. package/dist/profiles/profileWizardQueryStep.js.map +0 -1
  1422. package/dist/profiles/profileWizardSteps.cjs +0 -214
  1423. package/dist/profiles/profileWizardSteps.cjs.map +0 -1
  1424. package/dist/profiles/profileWizardSteps.d.ts.map +0 -1
  1425. package/dist/profiles/profileWizardSteps.js +0 -214
  1426. package/dist/profiles/profileWizardSteps.js.map +0 -1
  1427. package/dist/profiles/profileYaml.cjs +0 -19
  1428. package/dist/profiles/profileYaml.cjs.map +0 -1
  1429. package/dist/profiles/profileYaml.d.ts +0 -4
  1430. package/dist/profiles/profileYaml.d.ts.map +0 -1
  1431. package/dist/profiles/profileYaml.js +0 -19
  1432. package/dist/profiles/profileYaml.js.map +0 -1
  1433. package/dist/profiles/prometheusResults.cjs +0 -60
  1434. package/dist/profiles/prometheusResults.cjs.map +0 -1
  1435. package/dist/profiles/prometheusResults.d.ts +0 -7
  1436. package/dist/profiles/prometheusResults.d.ts.map +0 -1
  1437. package/dist/profiles/prometheusResults.js +0 -60
  1438. package/dist/profiles/prometheusResults.js.map +0 -1
  1439. package/dist/profiles/queryRowLimits.cjs +0 -82
  1440. package/dist/profiles/queryRowLimits.cjs.map +0 -1
  1441. package/dist/profiles/queryRowLimits.d.ts +0 -9
  1442. package/dist/profiles/queryRowLimits.d.ts.map +0 -1
  1443. package/dist/profiles/queryRowLimits.js +0 -82
  1444. package/dist/profiles/queryRowLimits.js.map +0 -1
  1445. package/dist/profiles/queryRowLimitsModel.cjs.map +0 -1
  1446. package/dist/profiles/queryRowLimitsModel.d.ts +0 -9
  1447. package/dist/profiles/queryRowLimitsModel.d.ts.map +0 -1
  1448. package/dist/profiles/queryRowLimitsModel.js.map +0 -1
  1449. package/dist/profiles/queryTargetPicker.cjs +0 -42
  1450. package/dist/profiles/queryTargetPicker.cjs.map +0 -1
  1451. package/dist/profiles/queryTargetPicker.d.ts +0 -8
  1452. package/dist/profiles/queryTargetPicker.d.ts.map +0 -1
  1453. package/dist/profiles/queryTargetPicker.js +0 -42
  1454. package/dist/profiles/queryTargetPicker.js.map +0 -1
  1455. package/dist/profiles/testSchema.d.ts +0 -3
  1456. package/dist/profiles/testSchema.d.ts.map +0 -1
  1457. /package/dist/profiles/{catalogTree.d.ts → connections/catalogTree.d.ts} +0 -0
  1458. /package/dist/profiles/{profileBuilder.d.ts → editor/profileBuilder.d.ts} +0 -0
  1459. /package/dist/profiles/{profileBuilderExtension.cjs → editor/profileBuilderExtension.cjs} +0 -0
  1460. /package/dist/profiles/{profileBuilderExtension.js → editor/profileBuilderExtension.js} +0 -0
  1461. /package/dist/profiles/{profileEditorPreview.cjs → editor/profileEditorPreview.cjs} +0 -0
  1462. /package/dist/profiles/{profileEditorPreview.js → editor/profileEditorPreview.js} +0 -0
  1463. /package/dist/profiles/{profileEditorRail.cjs → editor/profileEditorRail.cjs} +0 -0
  1464. /package/dist/profiles/{profileEditorRail.d.ts → editor/profileEditorRail.d.ts} +0 -0
  1465. /package/dist/profiles/{profileEditorRail.js → editor/profileEditorRail.js} +0 -0
  1466. /package/dist/profiles/{profileEditorRoutes.cjs → editor/profileEditorRoutes.cjs} +0 -0
  1467. /package/dist/profiles/{profileEditorRoutes.d.ts → editor/profileEditorRoutes.d.ts} +0 -0
  1468. /package/dist/profiles/{profileEditorRoutes.js → editor/profileEditorRoutes.js} +0 -0
  1469. /package/dist/profiles/{esParamMappingPill.cjs → elasticsearch/esParamMappingPill.cjs} +0 -0
  1470. /package/dist/profiles/{esParamMappingPill.d.ts → elasticsearch/esParamMappingPill.d.ts} +0 -0
  1471. /package/dist/profiles/{esParamMappingPill.js → elasticsearch/esParamMappingPill.js} +0 -0
  1472. /package/dist/profiles/{esQueryBuilderExtension.cjs → elasticsearch/esQueryBuilderExtension.cjs} +0 -0
  1473. /package/dist/profiles/{esQueryBuilderExtension.js → elasticsearch/esQueryBuilderExtension.js} +0 -0
  1474. /package/dist/profiles/{esQueryBuilderModel.cjs → elasticsearch/esQueryBuilderModel.cjs} +0 -0
  1475. /package/dist/profiles/{esQueryBuilderModel.js → elasticsearch/esQueryBuilderModel.js} +0 -0
  1476. /package/dist/profiles/{esQueryClauseGroup.d.ts → elasticsearch/esQueryClauseGroup.d.ts} +0 -0
  1477. /package/dist/profiles/{esQueryGroupModel.cjs → elasticsearch/esQueryGroupModel.cjs} +0 -0
  1478. /package/dist/profiles/{esQueryGroupModel.d.ts → elasticsearch/esQueryGroupModel.d.ts} +0 -0
  1479. /package/dist/profiles/{esQueryGroupModel.js → elasticsearch/esQueryGroupModel.js} +0 -0
  1480. /package/dist/profiles/{esQueryOccur.cjs → elasticsearch/esQueryOccur.cjs} +0 -0
  1481. /package/dist/profiles/{esQueryOccur.d.ts → elasticsearch/esQueryOccur.d.ts} +0 -0
  1482. /package/dist/profiles/{esQueryOccur.js → elasticsearch/esQueryOccur.js} +0 -0
  1483. /package/dist/profiles/{esQueryOperandModel.cjs → elasticsearch/esQueryOperandModel.cjs} +0 -0
  1484. /package/dist/profiles/{esQueryOperandModel.js → elasticsearch/esQueryOperandModel.js} +0 -0
  1485. /package/dist/profiles/{esQueryOutputModel.cjs → elasticsearch/esQueryOutputModel.cjs} +0 -0
  1486. /package/dist/profiles/{esQueryOutputModel.d.ts → elasticsearch/esQueryOutputModel.d.ts} +0 -0
  1487. /package/dist/profiles/{esQueryOutputModel.js → elasticsearch/esQueryOutputModel.js} +0 -0
  1488. /package/dist/profiles/{esQueryPreview.cjs → elasticsearch/esQueryPreview.cjs} +0 -0
  1489. /package/dist/profiles/{esQueryPreview.d.ts → elasticsearch/esQueryPreview.d.ts} +0 -0
  1490. /package/dist/profiles/{esQueryPreview.js → elasticsearch/esQueryPreview.js} +0 -0
  1491. /package/dist/profiles/{esQuerySortEditor.d.ts → elasticsearch/esQuerySortEditor.d.ts} +0 -0
  1492. /package/dist/profiles/{esQuerySortModel.cjs → elasticsearch/esQuerySortModel.cjs} +0 -0
  1493. /package/dist/profiles/{esQuerySortModel.d.ts → elasticsearch/esQuerySortModel.d.ts} +0 -0
  1494. /package/dist/profiles/{esQuerySortModel.js → elasticsearch/esQuerySortModel.js} +0 -0
  1495. /package/dist/profiles/{esValueCombobox.d.ts → elasticsearch/esValueCombobox.d.ts} +0 -0
  1496. /package/dist/profiles/{profileColumnModel.cjs → fields/profileColumnModel.cjs} +0 -0
  1497. /package/dist/profiles/{profileColumnModel.js → fields/profileColumnModel.js} +0 -0
  1498. /package/dist/profiles/{profileFieldManager.d.ts → fields/profileFieldManager.d.ts} +0 -0
  1499. /package/dist/profiles/{profileFieldTypes.cjs → fields/profileFieldTypes.cjs} +0 -0
  1500. /package/dist/profiles/{profileFieldTypes.js → fields/profileFieldTypes.js} +0 -0
  1501. /package/dist/profiles/{profileParamModel.cjs → fields/profileParamModel.cjs} +0 -0
  1502. /package/dist/profiles/{profileParamModel.js → fields/profileParamModel.js} +0 -0
  1503. /package/dist/profiles/{jsonPathSampleRow.cjs → query/jsonPathSampleRow.cjs} +0 -0
  1504. /package/dist/profiles/{jsonPathSampleRow.d.ts → query/jsonPathSampleRow.d.ts} +0 -0
  1505. /package/dist/profiles/{jsonPathSampleRow.js → query/jsonPathSampleRow.js} +0 -0
  1506. /package/dist/profiles/{profileSamplePayload.cjs → query/profileSamplePayload.cjs} +0 -0
  1507. /package/dist/profiles/{profileSamplePayload.js → query/profileSamplePayload.js} +0 -0
  1508. /package/dist/profiles/{queryRowLimitsModel.cjs → query/queryRowLimitsModel.cjs} +0 -0
  1509. /package/dist/profiles/{queryRowLimitsModel.js → query/queryRowLimitsModel.js} +0 -0
  1510. /package/dist/profiles/{profileWizardHelp.cjs → wizard/profileWizardHelp.cjs} +0 -0
  1511. /package/dist/profiles/{profileWizardHelp.d.ts → wizard/profileWizardHelp.d.ts} +0 -0
  1512. /package/dist/profiles/{profileWizardHelp.js → wizard/profileWizardHelp.js} +0 -0
  1513. /package/dist/profiles/{profileWizardQueryStep.d.ts → wizard/profileWizardQueryStep.d.ts} +0 -0
  1514. /package/dist/profiles/{profileWizardSteps.d.ts → wizard/profileWizardSteps.d.ts} +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryInfo.cjs","sources":["../../../src/data/query-info/queryInfo.ts"],"sourcesContent":["import type { QueryBrowserDiagnostics } from \"../query-browser/QueryBrowser.types\";\n\n/** Media type a result URL answers with when asked what it runs. */\nexport const QUERY_INFO_CONTENT_TYPE = \"application/info+json\";\n\n/**\n * What a result URL says about itself: the query its backend was actually sent,\n * the arguments bound into it, how long it took and what came back.\n *\n * A table shows rows, never the query behind them — the server renders that from\n * parameters and filters which only exist at execution time. This is the answer\n * to \"what did this actually run\", and it is the same answer whether the run\n * succeeded or failed.\n */\nexport type QueryExecutionInfo = {\n profile?: string;\n provider?: string;\n connection?: string;\n url?: string;\n params?: Record<string, unknown>;\n mode?: string;\n rows?: number;\n durationMs?: number;\n headers?: Record<string, string>;\n diagnostics?: QueryBrowserDiagnostics;\n /** Set when the execution failed; its diagnostics still describe the query. */\n error?: string;\n};\n\n/** Loads the info for one surface — a URL to ask, or a console's own re-run. */\nexport type QueryInfoLoader = () => Promise<QueryExecutionInfo>;\n\n/**\n * buildQueryInfoUrl marks a result URL as a question about itself rather than a\n * request for its rows. The marker rides in the query string so the URL stays\n * one a browser can follow, and every parameter the table sent — filters, paging,\n * the lot — is carried along unchanged: an info request for a different page\n * would describe a different query.\n */\nexport function buildQueryInfoUrl(url: string): string {\n if (/[?&]__info=/.test(url)) return url;\n const hashAt = url.indexOf(\"#\");\n const base = hashAt === -1 ? url : url.slice(0, hashAt);\n const hash = hashAt === -1 ? \"\" : url.slice(hashAt);\n return `${base}${base.includes(\"?\") ? \"&\" : \"?\"}__info=true${hash}`;\n}\n\n/**\n * fetchQueryInfo asks a result URL what it runs.\n *\n * A failed execution is not a failed request: the server answers it with the\n * same document plus the error, because a query that broke is the one most worth\n * reading. Only a response that carries no document at all throws.\n */\nexport async function fetchQueryInfo(url: string): Promise<QueryExecutionInfo> {\n const response = await fetch(buildQueryInfoUrl(url), {\n headers: { Accept: QUERY_INFO_CONTENT_TYPE },\n });\n const body = await response.text();\n const parsed = parseInfoBody(body);\n if (response.ok) {\n if (!parsed) throw new Error(`${url} did not answer with query details`);\n return parsed;\n }\n if (!parsed) {\n throw new Error(`${url} answered ${response.status} ${response.statusText}`);\n }\n return parsed;\n}\n\ntype ExecutionErrorBody = {\n code?: string;\n message?: string;\n error?: string;\n diagnostics?: QueryBrowserDiagnostics;\n};\n\nfunction parseInfoBody(body: string): QueryExecutionInfo | null {\n let value: unknown;\n try {\n value = JSON.parse(body);\n } catch {\n return null;\n }\n if (!value || typeof value !== \"object\") return null;\n const info = value as QueryExecutionInfo & ExecutionErrorBody;\n const error = info.error ?? info.message;\n if (!error) return info;\n return { ...info, error };\n}\n"],"names":[],"mappings":";;AAGO,MAAM,0BAA0B;AAoChC,SAAS,kBAAkB,KAAqB;AACrD,MAAI,cAAc,KAAK,GAAG,EAAG,QAAO;AACpC,QAAM,SAAS,IAAI,QAAQ,GAAG;AAC9B,QAAM,OAAO,WAAW,KAAK,MAAM,IAAI,MAAM,GAAG,MAAM;AACtD,QAAM,OAAO,WAAW,KAAK,KAAK,IAAI,MAAM,MAAM;AAClD,SAAO,GAAG,IAAI,GAAG,KAAK,SAAS,GAAG,IAAI,MAAM,GAAG,cAAc,IAAI;AACnE;AASA,eAAsB,eAAe,KAA0C;AAC7E,QAAM,WAAW,MAAM,MAAM,kBAAkB,GAAG,GAAG;AAAA,IACnD,SAAS,EAAE,QAAQ,wBAAA;AAAA,EAAwB,CAC5C;AACD,QAAM,OAAO,MAAM,SAAS,KAAA;AAC5B,QAAM,SAAS,cAAc,IAAI;AACjC,MAAI,SAAS,IAAI;AACf,QAAI,CAAC,OAAQ,OAAM,IAAI,MAAM,GAAG,GAAG,oCAAoC;AACvE,WAAO;AAAA,EACT;AACA,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI,MAAM,GAAG,GAAG,aAAa,SAAS,MAAM,IAAI,SAAS,UAAU,EAAE;AAAA,EAC7E;AACA,SAAO;AACT;AASA,SAAS,cAAc,MAAyC;AAC9D,MAAI;AACJ,MAAI;AACF,YAAQ,KAAK,MAAM,IAAI;AAAA,EACzB,QAAQ;AACN,WAAO;AAAA,EACT;AACA,MAAI,CAAC,SAAS,OAAO,UAAU,SAAU,QAAO;AAChD,QAAM,OAAO;AACb,QAAM,QAAQ,KAAK,SAAS,KAAK;AACjC,MAAI,CAAC,MAAO,QAAO;AACnB,SAAO,EAAE,GAAG,MAAM,MAAA;AACpB;;;;"}
@@ -0,0 +1,45 @@
1
+ import { QueryBrowserDiagnostics } from '../query-browser/QueryBrowser.types';
2
+ /** Media type a result URL answers with when asked what it runs. */
3
+ export declare const QUERY_INFO_CONTENT_TYPE = "application/info+json";
4
+ /**
5
+ * What a result URL says about itself: the query its backend was actually sent,
6
+ * the arguments bound into it, how long it took and what came back.
7
+ *
8
+ * A table shows rows, never the query behind them — the server renders that from
9
+ * parameters and filters which only exist at execution time. This is the answer
10
+ * to "what did this actually run", and it is the same answer whether the run
11
+ * succeeded or failed.
12
+ */
13
+ export type QueryExecutionInfo = {
14
+ profile?: string;
15
+ provider?: string;
16
+ connection?: string;
17
+ url?: string;
18
+ params?: Record<string, unknown>;
19
+ mode?: string;
20
+ rows?: number;
21
+ durationMs?: number;
22
+ headers?: Record<string, string>;
23
+ diagnostics?: QueryBrowserDiagnostics;
24
+ /** Set when the execution failed; its diagnostics still describe the query. */
25
+ error?: string;
26
+ };
27
+ /** Loads the info for one surface — a URL to ask, or a console's own re-run. */
28
+ export type QueryInfoLoader = () => Promise<QueryExecutionInfo>;
29
+ /**
30
+ * buildQueryInfoUrl marks a result URL as a question about itself rather than a
31
+ * request for its rows. The marker rides in the query string so the URL stays
32
+ * one a browser can follow, and every parameter the table sent — filters, paging,
33
+ * the lot — is carried along unchanged: an info request for a different page
34
+ * would describe a different query.
35
+ */
36
+ export declare function buildQueryInfoUrl(url: string): string;
37
+ /**
38
+ * fetchQueryInfo asks a result URL what it runs.
39
+ *
40
+ * A failed execution is not a failed request: the server answers it with the
41
+ * same document plus the error, because a query that broke is the one most worth
42
+ * reading. Only a response that carries no document at all throws.
43
+ */
44
+ export declare function fetchQueryInfo(url: string): Promise<QueryExecutionInfo>;
45
+ //# sourceMappingURL=queryInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryInfo.d.ts","sourceRoot":"","sources":["../../../src/data/query-info/queryInfo.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qCAAqC,CAAC;AAEnF,oEAAoE;AACpE,eAAO,MAAM,uBAAuB,0BAA0B,CAAC;AAE/D;;;;;;;;GAQG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,WAAW,CAAC,EAAE,uBAAuB,CAAC;IACtC,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,gFAAgF;AAChF,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,CAAC,kBAAkB,CAAC,CAAC;AAEhE;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAMrD;AAED;;;;;;GAMG;AACH,wBAAsB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,kBAAkB,CAAC,CAc7E"}
@@ -0,0 +1,42 @@
1
+ const QUERY_INFO_CONTENT_TYPE = "application/info+json";
2
+ function buildQueryInfoUrl(url) {
3
+ if (/[?&]__info=/.test(url)) return url;
4
+ const hashAt = url.indexOf("#");
5
+ const base = hashAt === -1 ? url : url.slice(0, hashAt);
6
+ const hash = hashAt === -1 ? "" : url.slice(hashAt);
7
+ return `${base}${base.includes("?") ? "&" : "?"}__info=true${hash}`;
8
+ }
9
+ async function fetchQueryInfo(url) {
10
+ const response = await fetch(buildQueryInfoUrl(url), {
11
+ headers: { Accept: QUERY_INFO_CONTENT_TYPE }
12
+ });
13
+ const body = await response.text();
14
+ const parsed = parseInfoBody(body);
15
+ if (response.ok) {
16
+ if (!parsed) throw new Error(`${url} did not answer with query details`);
17
+ return parsed;
18
+ }
19
+ if (!parsed) {
20
+ throw new Error(`${url} answered ${response.status} ${response.statusText}`);
21
+ }
22
+ return parsed;
23
+ }
24
+ function parseInfoBody(body) {
25
+ let value;
26
+ try {
27
+ value = JSON.parse(body);
28
+ } catch {
29
+ return null;
30
+ }
31
+ if (!value || typeof value !== "object") return null;
32
+ const info = value;
33
+ const error = info.error ?? info.message;
34
+ if (!error) return info;
35
+ return { ...info, error };
36
+ }
37
+ export {
38
+ QUERY_INFO_CONTENT_TYPE,
39
+ buildQueryInfoUrl,
40
+ fetchQueryInfo
41
+ };
42
+ //# sourceMappingURL=queryInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryInfo.js","sources":["../../../src/data/query-info/queryInfo.ts"],"sourcesContent":["import type { QueryBrowserDiagnostics } from \"../query-browser/QueryBrowser.types\";\n\n/** Media type a result URL answers with when asked what it runs. */\nexport const QUERY_INFO_CONTENT_TYPE = \"application/info+json\";\n\n/**\n * What a result URL says about itself: the query its backend was actually sent,\n * the arguments bound into it, how long it took and what came back.\n *\n * A table shows rows, never the query behind them — the server renders that from\n * parameters and filters which only exist at execution time. This is the answer\n * to \"what did this actually run\", and it is the same answer whether the run\n * succeeded or failed.\n */\nexport type QueryExecutionInfo = {\n profile?: string;\n provider?: string;\n connection?: string;\n url?: string;\n params?: Record<string, unknown>;\n mode?: string;\n rows?: number;\n durationMs?: number;\n headers?: Record<string, string>;\n diagnostics?: QueryBrowserDiagnostics;\n /** Set when the execution failed; its diagnostics still describe the query. */\n error?: string;\n};\n\n/** Loads the info for one surface — a URL to ask, or a console's own re-run. */\nexport type QueryInfoLoader = () => Promise<QueryExecutionInfo>;\n\n/**\n * buildQueryInfoUrl marks a result URL as a question about itself rather than a\n * request for its rows. The marker rides in the query string so the URL stays\n * one a browser can follow, and every parameter the table sent — filters, paging,\n * the lot — is carried along unchanged: an info request for a different page\n * would describe a different query.\n */\nexport function buildQueryInfoUrl(url: string): string {\n if (/[?&]__info=/.test(url)) return url;\n const hashAt = url.indexOf(\"#\");\n const base = hashAt === -1 ? url : url.slice(0, hashAt);\n const hash = hashAt === -1 ? \"\" : url.slice(hashAt);\n return `${base}${base.includes(\"?\") ? \"&\" : \"?\"}__info=true${hash}`;\n}\n\n/**\n * fetchQueryInfo asks a result URL what it runs.\n *\n * A failed execution is not a failed request: the server answers it with the\n * same document plus the error, because a query that broke is the one most worth\n * reading. Only a response that carries no document at all throws.\n */\nexport async function fetchQueryInfo(url: string): Promise<QueryExecutionInfo> {\n const response = await fetch(buildQueryInfoUrl(url), {\n headers: { Accept: QUERY_INFO_CONTENT_TYPE },\n });\n const body = await response.text();\n const parsed = parseInfoBody(body);\n if (response.ok) {\n if (!parsed) throw new Error(`${url} did not answer with query details`);\n return parsed;\n }\n if (!parsed) {\n throw new Error(`${url} answered ${response.status} ${response.statusText}`);\n }\n return parsed;\n}\n\ntype ExecutionErrorBody = {\n code?: string;\n message?: string;\n error?: string;\n diagnostics?: QueryBrowserDiagnostics;\n};\n\nfunction parseInfoBody(body: string): QueryExecutionInfo | null {\n let value: unknown;\n try {\n value = JSON.parse(body);\n } catch {\n return null;\n }\n if (!value || typeof value !== \"object\") return null;\n const info = value as QueryExecutionInfo & ExecutionErrorBody;\n const error = info.error ?? info.message;\n if (!error) return info;\n return { ...info, error };\n}\n"],"names":[],"mappings":"AAGO,MAAM,0BAA0B;AAoChC,SAAS,kBAAkB,KAAqB;AACrD,MAAI,cAAc,KAAK,GAAG,EAAG,QAAO;AACpC,QAAM,SAAS,IAAI,QAAQ,GAAG;AAC9B,QAAM,OAAO,WAAW,KAAK,MAAM,IAAI,MAAM,GAAG,MAAM;AACtD,QAAM,OAAO,WAAW,KAAK,KAAK,IAAI,MAAM,MAAM;AAClD,SAAO,GAAG,IAAI,GAAG,KAAK,SAAS,GAAG,IAAI,MAAM,GAAG,cAAc,IAAI;AACnE;AASA,eAAsB,eAAe,KAA0C;AAC7E,QAAM,WAAW,MAAM,MAAM,kBAAkB,GAAG,GAAG;AAAA,IACnD,SAAS,EAAE,QAAQ,wBAAA;AAAA,EAAwB,CAC5C;AACD,QAAM,OAAO,MAAM,SAAS,KAAA;AAC5B,QAAM,SAAS,cAAc,IAAI;AACjC,MAAI,SAAS,IAAI;AACf,QAAI,CAAC,OAAQ,OAAM,IAAI,MAAM,GAAG,GAAG,oCAAoC;AACvE,WAAO;AAAA,EACT;AACA,MAAI,CAAC,QAAQ;AACX,UAAM,IAAI,MAAM,GAAG,GAAG,aAAa,SAAS,MAAM,IAAI,SAAS,UAAU,EAAE;AAAA,EAC7E;AACA,SAAO;AACT;AASA,SAAS,cAAc,MAAyC;AAC9D,MAAI;AACJ,MAAI;AACF,YAAQ,KAAK,MAAM,IAAI;AAAA,EACzB,QAAQ;AACN,WAAO;AAAA,EACT;AACA,MAAI,CAAC,SAAS,OAAO,UAAU,SAAU,QAAO;AAChD,QAAM,OAAO;AACb,QAAM,QAAQ,KAAK,SAAS,KAAK;AACjC,MAAI,CAAC,MAAO,QAAO;AACnB,SAAO,EAAE,GAAG,MAAM,MAAA;AACpB;"}
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const jsxRuntime = require("react/jsx-runtime");
4
+ const react = require("react");
5
+ const QueryInfoDialog = require("./QueryInfoDialog.cjs");
6
+ const queryInfo = require("./queryInfo.cjs");
7
+ const UiDebug = require("../../icons/components/UiDebug.cjs");
8
+ function useQueryInfo({
9
+ url,
10
+ load,
11
+ title
12
+ }) {
13
+ const [open, setOpen] = react.useState(false);
14
+ const loader = react.useMemo(() => {
15
+ if (load) return load;
16
+ if (!url) return void 0;
17
+ return () => queryInfo.fetchQueryInfo(url);
18
+ }, [load, url]);
19
+ const close = react.useCallback(() => setOpen(false), []);
20
+ const action = react.useMemo(
21
+ () => loader ? {
22
+ id: "show-query",
23
+ label: "Debug",
24
+ icon: UiDebug.UiDebug,
25
+ // No heading and no description: one word under a "Debug" heading
26
+ // beside a one-line gloss of itself is three ways of saying the
27
+ // same thing in a menu with room for one.
28
+ section: "",
29
+ onSelect: () => setOpen(true)
30
+ } : void 0,
31
+ [loader]
32
+ );
33
+ if (!loader) return { action: void 0, dialog: null };
34
+ return {
35
+ action,
36
+ dialog: /* @__PURE__ */ jsxRuntime.jsx(
37
+ QueryInfoDialog.QueryInfoDialog,
38
+ {
39
+ open,
40
+ onClose: close,
41
+ load: loader,
42
+ ...title ? { title } : {}
43
+ }
44
+ )
45
+ };
46
+ }
47
+ exports.useQueryInfo = useQueryInfo;
48
+ //# sourceMappingURL=useQueryInfo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useQueryInfo.cjs","sources":["../../../src/data/query-info/useQueryInfo.tsx"],"sourcesContent":["import { useCallback, useMemo, useState, type ReactNode } from \"react\";\nimport { UiDebug } from \"../../icons\";\nimport type { DataTableMenuAction } from \"../DataTable\";\nimport { QueryInfoDialog } from \"./QueryInfoDialog\";\nimport { fetchQueryInfo, type QueryInfoLoader } from \"./queryInfo\";\n\nexport type UseQueryInfoOptions = {\n /** Result URL to ask what it runs. Ignored when `load` is given. */\n url?: string | undefined;\n /** Reads the details some other way — a console re-running its own query. */\n load?: QueryInfoLoader | undefined;\n /** Dialog heading. */\n title?: string | undefined;\n};\n\nexport type UseQueryInfoResult = {\n /** \"Debug\" for the table's overflow menu; absent with nothing to ask. */\n action: DataTableMenuAction | undefined;\n /** Render alongside the table — the dialog the action opens. */\n dialog: ReactNode;\n};\n\n/**\n * useQueryInfo puts \"Debug\" in a result table's overflow menu.\n *\n * The details are read when the menu item is chosen, never before: asking costs\n * a second execution against the same backend, which is a price only a user who\n * wants the answer should pay.\n */\nexport function useQueryInfo({\n url,\n load,\n title,\n}: UseQueryInfoOptions): UseQueryInfoResult {\n const [open, setOpen] = useState(false);\n const loader = useMemo<QueryInfoLoader | undefined>(() => {\n if (load) return load;\n if (!url) return undefined;\n return () => fetchQueryInfo(url);\n }, [load, url]);\n const close = useCallback(() => setOpen(false), []);\n // The action lands in a memoized menu-action list, so a fresh object each\n // render would rebuild that list — and the table's menu — on every render.\n const action = useMemo<DataTableMenuAction | undefined>(\n () =>\n loader\n ? {\n id: \"show-query\",\n label: \"Debug\",\n icon: UiDebug,\n // No heading and no description: one word under a \"Debug\" heading\n // beside a one-line gloss of itself is three ways of saying the\n // same thing in a menu with room for one.\n section: \"\",\n onSelect: () => setOpen(true),\n }\n : undefined,\n [loader],\n );\n\n if (!loader) return { action: undefined, dialog: null };\n\n return {\n action,\n dialog: (\n <QueryInfoDialog\n open={open}\n onClose={close}\n load={loader}\n {...(title ? { title } : {})}\n />\n ),\n };\n}\n"],"names":["useState","useMemo","fetchQueryInfo","useCallback","UiDebug","jsx","QueryInfoDialog"],"mappings":";;;;;;;AA6BO,SAAS,aAAa;AAAA,EAC3B;AAAA,EACA;AAAA,EACA;AACF,GAA4C;AAC1C,QAAM,CAAC,MAAM,OAAO,IAAIA,MAAAA,SAAS,KAAK;AACtC,QAAM,SAASC,MAAAA,QAAqC,MAAM;AACxD,QAAI,KAAM,QAAO;AACjB,QAAI,CAAC,IAAK,QAAO;AACjB,WAAO,MAAMC,UAAAA,eAAe,GAAG;AAAA,EACjC,GAAG,CAAC,MAAM,GAAG,CAAC;AACd,QAAM,QAAQC,MAAAA,YAAY,MAAM,QAAQ,KAAK,GAAG,CAAA,CAAE;AAGlD,QAAM,SAASF,MAAAA;AAAAA,IACb,MACE,SACI;AAAA,MACE,IAAI;AAAA,MACJ,OAAO;AAAA,MACP,MAAMG,QAAAA;AAAAA;AAAAA;AAAAA;AAAAA,MAIN,SAAS;AAAA,MACT,UAAU,MAAM,QAAQ,IAAI;AAAA,IAAA,IAE9B;AAAA,IACN,CAAC,MAAM;AAAA,EAAA;AAGT,MAAI,CAAC,OAAQ,QAAO,EAAE,QAAQ,QAAW,QAAQ,KAAA;AAEjD,SAAO;AAAA,IACL;AAAA,IACA,QACEC,2BAAAA;AAAAA,MAACC,gBAAAA;AAAAA,MAAA;AAAA,QACC;AAAA,QACA,SAAS;AAAA,QACT,MAAM;AAAA,QACL,GAAI,QAAQ,EAAE,UAAU,CAAA;AAAA,MAAC;AAAA,IAAA;AAAA,EAC5B;AAGN;;"}
@@ -0,0 +1,26 @@
1
+ import { ReactNode } from 'react';
2
+ import { DataTableMenuAction } from '../DataTable';
3
+ import { QueryInfoLoader } from './queryInfo';
4
+ export type UseQueryInfoOptions = {
5
+ /** Result URL to ask what it runs. Ignored when `load` is given. */
6
+ url?: string | undefined;
7
+ /** Reads the details some other way — a console re-running its own query. */
8
+ load?: QueryInfoLoader | undefined;
9
+ /** Dialog heading. */
10
+ title?: string | undefined;
11
+ };
12
+ export type UseQueryInfoResult = {
13
+ /** "Debug" for the table's overflow menu; absent with nothing to ask. */
14
+ action: DataTableMenuAction | undefined;
15
+ /** Render alongside the table — the dialog the action opens. */
16
+ dialog: ReactNode;
17
+ };
18
+ /**
19
+ * useQueryInfo puts "Debug" in a result table's overflow menu.
20
+ *
21
+ * The details are read when the menu item is chosen, never before: asking costs
22
+ * a second execution against the same backend, which is a price only a user who
23
+ * wants the answer should pay.
24
+ */
25
+ export declare function useQueryInfo({ url, load, title, }: UseQueryInfoOptions): UseQueryInfoResult;
26
+ //# sourceMappingURL=useQueryInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useQueryInfo.d.ts","sourceRoot":"","sources":["../../../src/data/query-info/useQueryInfo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAExD,OAAO,EAAkB,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnE,MAAM,MAAM,mBAAmB,GAAG;IAChC,oEAAoE;IACpE,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,6EAA6E;IAC7E,IAAI,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;IACnC,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,yEAAyE;IACzE,MAAM,EAAE,mBAAmB,GAAG,SAAS,CAAC;IACxC,gEAAgE;IAChE,MAAM,EAAE,SAAS,CAAC;CACnB,CAAC;AAEF;;;;;;GAMG;AACH,wBAAgB,YAAY,CAAC,EAC3B,GAAG,EACH,IAAI,EACJ,KAAK,GACN,EAAE,mBAAmB,GAAG,kBAAkB,CAwC1C"}
@@ -0,0 +1,48 @@
1
+ import { jsx } from "react/jsx-runtime";
2
+ import { useState, useMemo, useCallback } from "react";
3
+ import { QueryInfoDialog } from "./QueryInfoDialog.js";
4
+ import { fetchQueryInfo } from "./queryInfo.js";
5
+ import { UiDebug } from "../../icons/components/UiDebug.js";
6
+ function useQueryInfo({
7
+ url,
8
+ load,
9
+ title
10
+ }) {
11
+ const [open, setOpen] = useState(false);
12
+ const loader = useMemo(() => {
13
+ if (load) return load;
14
+ if (!url) return void 0;
15
+ return () => fetchQueryInfo(url);
16
+ }, [load, url]);
17
+ const close = useCallback(() => setOpen(false), []);
18
+ const action = useMemo(
19
+ () => loader ? {
20
+ id: "show-query",
21
+ label: "Debug",
22
+ icon: UiDebug,
23
+ // No heading and no description: one word under a "Debug" heading
24
+ // beside a one-line gloss of itself is three ways of saying the
25
+ // same thing in a menu with room for one.
26
+ section: "",
27
+ onSelect: () => setOpen(true)
28
+ } : void 0,
29
+ [loader]
30
+ );
31
+ if (!loader) return { action: void 0, dialog: null };
32
+ return {
33
+ action,
34
+ dialog: /* @__PURE__ */ jsx(
35
+ QueryInfoDialog,
36
+ {
37
+ open,
38
+ onClose: close,
39
+ load: loader,
40
+ ...title ? { title } : {}
41
+ }
42
+ )
43
+ };
44
+ }
45
+ export {
46
+ useQueryInfo
47
+ };
48
+ //# sourceMappingURL=useQueryInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useQueryInfo.js","sources":["../../../src/data/query-info/useQueryInfo.tsx"],"sourcesContent":["import { useCallback, useMemo, useState, type ReactNode } from \"react\";\nimport { UiDebug } from \"../../icons\";\nimport type { DataTableMenuAction } from \"../DataTable\";\nimport { QueryInfoDialog } from \"./QueryInfoDialog\";\nimport { fetchQueryInfo, type QueryInfoLoader } from \"./queryInfo\";\n\nexport type UseQueryInfoOptions = {\n /** Result URL to ask what it runs. Ignored when `load` is given. */\n url?: string | undefined;\n /** Reads the details some other way — a console re-running its own query. */\n load?: QueryInfoLoader | undefined;\n /** Dialog heading. */\n title?: string | undefined;\n};\n\nexport type UseQueryInfoResult = {\n /** \"Debug\" for the table's overflow menu; absent with nothing to ask. */\n action: DataTableMenuAction | undefined;\n /** Render alongside the table — the dialog the action opens. */\n dialog: ReactNode;\n};\n\n/**\n * useQueryInfo puts \"Debug\" in a result table's overflow menu.\n *\n * The details are read when the menu item is chosen, never before: asking costs\n * a second execution against the same backend, which is a price only a user who\n * wants the answer should pay.\n */\nexport function useQueryInfo({\n url,\n load,\n title,\n}: UseQueryInfoOptions): UseQueryInfoResult {\n const [open, setOpen] = useState(false);\n const loader = useMemo<QueryInfoLoader | undefined>(() => {\n if (load) return load;\n if (!url) return undefined;\n return () => fetchQueryInfo(url);\n }, [load, url]);\n const close = useCallback(() => setOpen(false), []);\n // The action lands in a memoized menu-action list, so a fresh object each\n // render would rebuild that list — and the table's menu — on every render.\n const action = useMemo<DataTableMenuAction | undefined>(\n () =>\n loader\n ? {\n id: \"show-query\",\n label: \"Debug\",\n icon: UiDebug,\n // No heading and no description: one word under a \"Debug\" heading\n // beside a one-line gloss of itself is three ways of saying the\n // same thing in a menu with room for one.\n section: \"\",\n onSelect: () => setOpen(true),\n }\n : undefined,\n [loader],\n );\n\n if (!loader) return { action: undefined, dialog: null };\n\n return {\n action,\n dialog: (\n <QueryInfoDialog\n open={open}\n onClose={close}\n load={loader}\n {...(title ? { title } : {})}\n />\n ),\n };\n}\n"],"names":[],"mappings":";;;;;AA6BO,SAAS,aAAa;AAAA,EAC3B;AAAA,EACA;AAAA,EACA;AACF,GAA4C;AAC1C,QAAM,CAAC,MAAM,OAAO,IAAI,SAAS,KAAK;AACtC,QAAM,SAAS,QAAqC,MAAM;AACxD,QAAI,KAAM,QAAO;AACjB,QAAI,CAAC,IAAK,QAAO;AACjB,WAAO,MAAM,eAAe,GAAG;AAAA,EACjC,GAAG,CAAC,MAAM,GAAG,CAAC;AACd,QAAM,QAAQ,YAAY,MAAM,QAAQ,KAAK,GAAG,CAAA,CAAE;AAGlD,QAAM,SAAS;AAAA,IACb,MACE,SACI;AAAA,MACE,IAAI;AAAA,MACJ,OAAO;AAAA,MACP,MAAM;AAAA;AAAA;AAAA;AAAA,MAIN,SAAS;AAAA,MACT,UAAU,MAAM,QAAQ,IAAI;AAAA,IAAA,IAE9B;AAAA,IACN,CAAC,MAAM;AAAA,EAAA;AAGT,MAAI,CAAC,OAAQ,QAAO,EAAE,QAAQ,QAAW,QAAQ,KAAA;AAEjD,SAAO;AAAA,IACL;AAAA,IACA,QACE;AAAA,MAAC;AAAA,MAAA;AAAA,QACC;AAAA,QACA,SAAS;AAAA,QACT,MAAM;AAAA,QACL,GAAI,QAAQ,EAAE,UAAU,CAAA;AAAA,MAAC;AAAA,IAAA;AAAA,EAC5B;AAGN;"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
+ const react = require("react");
4
+ function useInfiniteRows(infinite, rowCount) {
5
+ const latest = react.useRef(infinite);
6
+ latest.current = infinite;
7
+ const pending = react.useRef(false);
8
+ const loading = (infinite == null ? void 0 : infinite.loading) ?? false;
9
+ react.useEffect(() => {
10
+ pending.current = false;
11
+ }, [loading, rowCount]);
12
+ return react.useCallback(() => {
13
+ const current = latest.current;
14
+ if (!current || current.loading || !current.hasMore || pending.current) return;
15
+ pending.current = true;
16
+ current.onLoadMore();
17
+ }, []);
18
+ }
19
+ exports.useInfiniteRows = useInfiniteRows;
20
+ //# sourceMappingURL=use-infinite-rows.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-infinite-rows.cjs","sources":["../../src/data/use-infinite-rows.ts"],"sourcesContent":["import { useCallback, useEffect, useRef } from \"react\";\nimport type { DataTableInfinite } from \"./DataTable\";\n\n/**\n * useInfiniteRows turns the trailing sentinel's intersection callbacks into at\n * most one page request, and returns the callback DataTable hands the observer.\n *\n * The `loading` flag on its own is not a sufficient guard. One scroll delivers a\n * burst of intersections inside a single frame, long before the caller has\n * re-rendered with the flag set, so the burst would be spent asking for the same\n * page over and over. A request therefore latches, and the latch is released\n * only by the caller answering: rows arriving, or `loading` moving — which is\n * also what stops a page that legitimately returned nothing from wedging the\n * list closed. Everything else the observer delivers in between is dropped.\n *\n * `infinite` is read through a ref because callers rebuild it inline on every\n * render. Depending on it directly would give the returned callback a new\n * identity each time, and DataTable would tear down and re-create the\n * IntersectionObserver with it.\n */\nexport function useInfiniteRows(\n infinite: DataTableInfinite | undefined,\n rowCount: number,\n): () => void {\n const latest = useRef(infinite);\n latest.current = infinite;\n const pending = useRef(false);\n const loading = infinite?.loading ?? false;\n\n useEffect(() => {\n pending.current = false;\n }, [loading, rowCount]);\n\n return useCallback(() => {\n const current = latest.current;\n if (!current || current.loading || !current.hasMore || pending.current) return;\n pending.current = true;\n current.onLoadMore();\n }, []);\n}\n"],"names":["useRef","useEffect","useCallback"],"mappings":";;;AAoBO,SAAS,gBACd,UACA,UACY;AACZ,QAAM,SAASA,MAAAA,OAAO,QAAQ;AAC9B,SAAO,UAAU;AACjB,QAAM,UAAUA,MAAAA,OAAO,KAAK;AAC5B,QAAM,WAAU,qCAAU,YAAW;AAErCC,QAAAA,UAAU,MAAM;AACd,YAAQ,UAAU;AAAA,EACpB,GAAG,CAAC,SAAS,QAAQ,CAAC;AAEtB,SAAOC,MAAAA,YAAY,MAAM;AACvB,UAAM,UAAU,OAAO;AACvB,QAAI,CAAC,WAAW,QAAQ,WAAW,CAAC,QAAQ,WAAW,QAAQ,QAAS;AACxE,YAAQ,UAAU;AAClB,YAAQ,WAAA;AAAA,EACV,GAAG,CAAA,CAAE;AACP;;"}
@@ -0,0 +1,20 @@
1
+ import { DataTableInfinite } from './DataTable';
2
+ /**
3
+ * useInfiniteRows turns the trailing sentinel's intersection callbacks into at
4
+ * most one page request, and returns the callback DataTable hands the observer.
5
+ *
6
+ * The `loading` flag on its own is not a sufficient guard. One scroll delivers a
7
+ * burst of intersections inside a single frame, long before the caller has
8
+ * re-rendered with the flag set, so the burst would be spent asking for the same
9
+ * page over and over. A request therefore latches, and the latch is released
10
+ * only by the caller answering: rows arriving, or `loading` moving — which is
11
+ * also what stops a page that legitimately returned nothing from wedging the
12
+ * list closed. Everything else the observer delivers in between is dropped.
13
+ *
14
+ * `infinite` is read through a ref because callers rebuild it inline on every
15
+ * render. Depending on it directly would give the returned callback a new
16
+ * identity each time, and DataTable would tear down and re-create the
17
+ * IntersectionObserver with it.
18
+ */
19
+ export declare function useInfiniteRows(infinite: DataTableInfinite | undefined, rowCount: number): () => void;
20
+ //# sourceMappingURL=use-infinite-rows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-infinite-rows.d.ts","sourceRoot":"","sources":["../../src/data/use-infinite-rows.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAErD;;;;;;;;;;;;;;;;GAgBG;AACH,wBAAgB,eAAe,CAC7B,QAAQ,EAAE,iBAAiB,GAAG,SAAS,EACvC,QAAQ,EAAE,MAAM,GACf,MAAM,IAAI,CAgBZ"}
@@ -0,0 +1,20 @@
1
+ import { useRef, useEffect, useCallback } from "react";
2
+ function useInfiniteRows(infinite, rowCount) {
3
+ const latest = useRef(infinite);
4
+ latest.current = infinite;
5
+ const pending = useRef(false);
6
+ const loading = (infinite == null ? void 0 : infinite.loading) ?? false;
7
+ useEffect(() => {
8
+ pending.current = false;
9
+ }, [loading, rowCount]);
10
+ return useCallback(() => {
11
+ const current = latest.current;
12
+ if (!current || current.loading || !current.hasMore || pending.current) return;
13
+ pending.current = true;
14
+ current.onLoadMore();
15
+ }, []);
16
+ }
17
+ export {
18
+ useInfiniteRows
19
+ };
20
+ //# sourceMappingURL=use-infinite-rows.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-infinite-rows.js","sources":["../../src/data/use-infinite-rows.ts"],"sourcesContent":["import { useCallback, useEffect, useRef } from \"react\";\nimport type { DataTableInfinite } from \"./DataTable\";\n\n/**\n * useInfiniteRows turns the trailing sentinel's intersection callbacks into at\n * most one page request, and returns the callback DataTable hands the observer.\n *\n * The `loading` flag on its own is not a sufficient guard. One scroll delivers a\n * burst of intersections inside a single frame, long before the caller has\n * re-rendered with the flag set, so the burst would be spent asking for the same\n * page over and over. A request therefore latches, and the latch is released\n * only by the caller answering: rows arriving, or `loading` moving — which is\n * also what stops a page that legitimately returned nothing from wedging the\n * list closed. Everything else the observer delivers in between is dropped.\n *\n * `infinite` is read through a ref because callers rebuild it inline on every\n * render. Depending on it directly would give the returned callback a new\n * identity each time, and DataTable would tear down and re-create the\n * IntersectionObserver with it.\n */\nexport function useInfiniteRows(\n infinite: DataTableInfinite | undefined,\n rowCount: number,\n): () => void {\n const latest = useRef(infinite);\n latest.current = infinite;\n const pending = useRef(false);\n const loading = infinite?.loading ?? false;\n\n useEffect(() => {\n pending.current = false;\n }, [loading, rowCount]);\n\n return useCallback(() => {\n const current = latest.current;\n if (!current || current.loading || !current.hasMore || pending.current) return;\n pending.current = true;\n current.onLoadMore();\n }, []);\n}\n"],"names":[],"mappings":";AAoBO,SAAS,gBACd,UACA,UACY;AACZ,QAAM,SAAS,OAAO,QAAQ;AAC9B,SAAO,UAAU;AACjB,QAAM,UAAU,OAAO,KAAK;AAC5B,QAAM,WAAU,qCAAU,YAAW;AAErC,YAAU,MAAM;AACd,YAAQ,UAAU;AAAA,EACpB,GAAG,CAAC,SAAS,QAAQ,CAAC;AAEtB,SAAO,YAAY,MAAM;AACvB,UAAM,UAAU,OAAO;AACvB,QAAI,CAAC,WAAW,QAAQ,WAAW,CAAC,QAAQ,WAAW,QAAQ,QAAS;AACxE,YAAQ,UAAU;AAClB,YAAQ,WAAA;AAAA,EACV,GAAG,CAAA,CAAE;AACP;"}
@@ -15,9 +15,9 @@ function detectMode() {
15
15
  }
16
16
  function getVersionInfo() {
17
17
  return {
18
- commit: read(() => "370d1147", ""),
19
- tag: read(() => "clicky-ui@0.3.20", ""),
20
- date: read(() => "2026-08-19T08:11:17.385Z", ""),
18
+ commit: read(() => "624423d8", ""),
19
+ tag: read(() => "clicky-ui@0.3.21", ""),
20
+ date: read(() => "2026-08-19T11:27:15.090Z", ""),
21
21
  dirty: read(() => true, false),
22
22
  mode: detectMode()
23
23
  };
@@ -13,9 +13,9 @@ function detectMode() {
13
13
  }
14
14
  function getVersionInfo() {
15
15
  return {
16
- commit: read(() => "370d1147", ""),
17
- tag: read(() => "clicky-ui@0.3.20", ""),
18
- date: read(() => "2026-08-19T08:11:00.856Z", ""),
16
+ commit: read(() => "624423d8", ""),
17
+ tag: read(() => "clicky-ui@0.3.21", ""),
18
+ date: read(() => "2026-08-19T11:27:01.125Z", ""),
19
19
  dirty: read(() => true, false),
20
20
  mode: detectMode()
21
21
  };
package/dist/data.cjs CHANGED
@@ -37,6 +37,8 @@ const LogViewer = require("./data/LogViewer.cjs");
37
37
  const LogsTable = require("./data/LogsTable.cjs");
38
38
  const logsNormalize = require("./data/logs-normalize.cjs");
39
39
  const MatrixTable = require("./data/MatrixTable.cjs");
40
+ const Callout = require("./data/Callout.cjs");
41
+ const calloutTones = require("./data/callout-tones.cjs");
40
42
  const Markdown = require("./data/Markdown.cjs");
41
43
  const MarkdownEditor = require("./data/MarkdownEditor.cjs");
42
44
  const MarkdownEditor_model = require("./data/MarkdownEditor.model.cjs");
@@ -66,6 +68,7 @@ const Version = require("./data/Version.cjs");
66
68
  const versionInfo = require("./data/version-info.cjs");
67
69
  const Tree = require("./data/Tree.cjs");
68
70
  const ObjectGraph = require("./data/ObjectGraph.cjs");
71
+ const objectGraphNodes = require("./data/object-graph-nodes.cjs");
69
72
  const ExecutionTree = require("./data/ExecutionTree.cjs");
70
73
  const TreeNode = require("./data/TreeNode.cjs");
71
74
  const TreeGroupHeader = require("./data/TreeGroupHeader.cjs");
@@ -98,10 +101,13 @@ const CacheDetailPanel = require("./data/cache-browser/CacheDetailPanel.cjs");
98
101
  const CacheTree = require("./data/cache-browser/CacheTree.cjs");
99
102
  const CacheStatsOverview = require("./data/cache-browser/CacheStatsOverview.cjs");
100
103
  const CacheValue = require("./data/cache-browser/CacheValue.cjs");
104
+ const ClickyExportDialog = require("./data/clicky-export/ClickyExportDialog.cjs");
101
105
  const FixtureEditor = require("./data/FixtureEditor/FixtureEditor.cjs");
102
106
  const GitChangeList = require("./data/git/GitChangeList.cjs");
107
+ const queryInfo = require("./data/query-info/queryInfo.cjs");
103
108
  const QueryBrowser = require("./data/query-browser/QueryBrowser.cjs");
104
109
  const QueryBrowser_types = require("./data/query-browser/QueryBrowser.types.cjs");
110
+ const QueryInfoDialog = require("./data/query-info/QueryInfoDialog.cjs");
105
111
  const status = require("./data/test-runner/status.cjs");
106
112
  const TestFailureDetail = require("./data/test-runner/TestFailureDetail.cjs");
107
113
  const TestDetailPanel = require("./data/test-runner/TestDetailPanel.cjs");
@@ -123,6 +129,7 @@ const UiArrowLeft = require("./icons/components/UiArrowLeft.cjs");
123
129
  const UiArrowRight = require("./icons/components/UiArrowRight.cjs");
124
130
  const UiArrowUp = require("./icons/components/UiArrowUp.cjs");
125
131
  const UiArrowUpRight = require("./icons/components/UiArrowUpRight.cjs");
132
+ const UiArrowsCounterClockwise = require("./icons/components/UiArrowsCounterClockwise.cjs");
126
133
  const UiAsterisk = require("./icons/components/UiAsterisk.cjs");
127
134
  const UiAsyncFn = require("./icons/components/UiAsyncFn.cjs");
128
135
  const UiAt = require("./icons/components/UiAt.cjs");
@@ -164,6 +171,7 @@ const UiCircleFilled = require("./icons/components/UiCircleFilled.cjs");
164
171
  const UiCircleOutline = require("./icons/components/UiCircleOutline.cjs");
165
172
  const UiCircleX = require("./icons/components/UiCircleX.cjs");
166
173
  const UiClass = require("./icons/components/UiClass.cjs");
174
+ const UiClipboardText = require("./icons/components/UiClipboardText.cjs");
167
175
  const UiClock = require("./icons/components/UiClock.cjs");
168
176
  const UiClose = require("./icons/components/UiClose.cjs");
169
177
  const UiCloud = require("./icons/components/UiCloud.cjs");
@@ -249,6 +257,7 @@ const UiHistory = require("./icons/components/UiHistory.cjs");
249
257
  const UiHome = require("./icons/components/UiHome.cjs");
250
258
  const UiHourglass = require("./icons/components/UiHourglass.cjs");
251
259
  const UiHubot = require("./icons/components/UiHubot.cjs");
260
+ const UiIdentificationCard = require("./icons/components/UiIdentificationCard.cjs");
252
261
  const UiImage = require("./icons/components/UiImage.cjs");
253
262
  const UiImport = require("./icons/components/UiImport.cjs");
254
263
  const UiInbox = require("./icons/components/UiInbox.cjs");
@@ -283,6 +292,7 @@ const UiListTree = require("./icons/components/UiListTree.cjs");
283
292
  const UiLoader = require("./icons/components/UiLoader.cjs");
284
293
  const UiLocation = require("./icons/components/UiLocation.cjs");
285
294
  const UiLock = require("./icons/components/UiLock.cjs");
295
+ const UiLockKey = require("./icons/components/UiLockKey.cjs");
286
296
  const UiLockOpen = require("./icons/components/UiLockOpen.cjs");
287
297
  const UiLogoAnthropic = require("./icons/components/UiLogoAnthropic.cjs");
288
298
  const UiLogoClaude = require("./icons/components/UiLogoClaude.cjs");
@@ -388,6 +398,7 @@ const UiSquare = require("./icons/components/UiSquare.cjs");
388
398
  const UiStack = require("./icons/components/UiStack.cjs");
389
399
  const UiStackFrameDot = require("./icons/components/UiStackFrameDot.cjs");
390
400
  const UiStar = require("./icons/components/UiStar.cjs");
401
+ const UiSteps = require("./icons/components/UiSteps.cjs");
391
402
  const UiStop = require("./icons/components/UiStop.cjs");
392
403
  const UiStrategy = require("./icons/components/UiStrategy.cjs");
393
404
  const UiString = require("./icons/components/UiString.cjs");
@@ -417,6 +428,8 @@ const UiUpload = require("./icons/components/UiUpload.cjs");
417
428
  const UiUser = require("./icons/components/UiUser.cjs");
418
429
  const UiUserCircle = require("./icons/components/UiUserCircle.cjs");
419
430
  const UiUserCog = require("./icons/components/UiUserCog.cjs");
431
+ const UiUserGear = require("./icons/components/UiUserGear.cjs");
432
+ const UiUsersFour = require("./icons/components/UiUsersFour.cjs");
420
433
  const UiUsersThree = require("./icons/components/UiUsersThree.cjs");
421
434
  const UiVariable = require("./icons/components/UiVariable.cjs");
422
435
  const UiVideo = require("./icons/components/UiVideo.cjs");
@@ -438,6 +451,8 @@ const filterState = require("./data/test-runner/filterState.cjs");
438
451
  const gitDates = require("./data/git/git-dates.cjs");
439
452
  const frameworkIcon = require("./data/test-runner/frameworkIcon.cjs");
440
453
  const types = require("./data/cache-browser/types.cjs");
454
+ const useClickyExport = require("./data/clicky-export/useClickyExport.cjs");
455
+ const useQueryInfo = require("./data/query-info/useQueryInfo.cjs");
441
456
  exports.AnsiHtml = AnsiHtml.AnsiHtml;
442
457
  exports.Avatar = Avatar.Avatar;
443
458
  exports.AvatarBadge = AvatarBadge.AvatarBadge;
@@ -503,6 +518,12 @@ exports.LogViewer = LogViewer.LogViewer;
503
518
  exports.LogsTable = LogsTable.LogsTable;
504
519
  exports.normalizeLogsTableRows = logsNormalize.normalizeLogsTableRows;
505
520
  exports.MatrixTable = MatrixTable.MatrixTable;
521
+ exports.Callout = Callout.Callout;
522
+ exports.CALLOUT_TONES = calloutTones.CALLOUT_TONES;
523
+ exports.CALLOUT_VARIANTS = calloutTones.CALLOUT_VARIANTS;
524
+ exports.CALLOUT_VARIANT_LABELS = calloutTones.CALLOUT_VARIANT_LABELS;
525
+ exports.assertCalloutValue = calloutTones.assertCalloutValue;
526
+ exports.calloutVariantStyles = calloutTones.calloutVariantStyles;
506
527
  exports.Markdown = Markdown.Markdown;
507
528
  exports.MarkdownEditor = MarkdownEditor.MarkdownEditor;
508
529
  exports.MARKDOWN_EDITOR_PREVIEW_FORMATS = MarkdownEditor_model.MARKDOWN_EDITOR_PREVIEW_FORMATS;
@@ -546,6 +567,8 @@ exports.Version = Version.Version;
546
567
  exports.getVersionInfo = versionInfo.getVersionInfo;
547
568
  exports.Tree = Tree.Tree;
548
569
  exports.ObjectGraph = ObjectGraph.ObjectGraph;
570
+ exports.countObjectGraphNodes = objectGraphNodes.countObjectGraphNodes;
571
+ exports.pruneNullNodes = objectGraphNodes.pruneNullNodes;
549
572
  exports.ExecutionTree = ExecutionTree.ExecutionTree;
550
573
  exports.TreeNode = TreeNode.TreeNode;
551
574
  exports.TreeGroupHeader = TreeGroupHeader.TreeGroupHeader;
@@ -604,13 +627,18 @@ exports.CacheNodeRow = CacheTree.CacheNodeRow;
604
627
  exports.CacheTree = CacheTree.CacheTree;
605
628
  exports.CacheStatsOverview = CacheStatsOverview.CacheStatsOverview;
606
629
  exports.CacheValue = CacheValue.CacheValue;
630
+ exports.ClickyExportDialog = ClickyExportDialog.ClickyExportDialog;
607
631
  exports.FixtureEditor = FixtureEditor.FixtureEditor;
608
632
  exports.GitChangedFilesSummary = GitChangeList.GitChangedFilesSummary;
609
633
  exports.GitCommitList = GitChangeList.GitCommitList;
610
634
  exports.GitDiffPanel = GitChangeList.GitDiffPanel;
611
635
  exports.GitFileList = GitChangeList.GitFileList;
636
+ exports.QUERY_INFO_CONTENT_TYPE = queryInfo.QUERY_INFO_CONTENT_TYPE;
637
+ exports.buildQueryInfoUrl = queryInfo.buildQueryInfoUrl;
638
+ exports.fetchQueryInfo = queryInfo.fetchQueryInfo;
612
639
  exports.QueryBrowser = QueryBrowser.QueryBrowser;
613
640
  exports.QueryBrowserExecutionError = QueryBrowser_types.QueryBrowserExecutionError;
641
+ exports.QueryInfoDialog = QueryInfoDialog.QueryInfoDialog;
614
642
  exports.STATUS_LABELS = status.STATUS_LABELS;
615
643
  exports.aggregateStatusCounts = status.aggregateStatusCounts;
616
644
  exports.collapseSingleChildChains = status.collapseSingleChildChains;
@@ -658,6 +686,8 @@ exports.UiArrowRightFilled = UiArrowRight.UiArrowRightFilled;
658
686
  exports.UiArrowUp = UiArrowUp.UiArrowUp;
659
687
  exports.UiArrowUpFilled = UiArrowUp.UiArrowUpFilled;
660
688
  exports.UiArrowUpRight = UiArrowUpRight.UiArrowUpRight;
689
+ exports.UiArrowsCounterClockwise = UiArrowsCounterClockwise.UiArrowsCounterClockwise;
690
+ exports.UiArrowsCounterClockwiseFilled = UiArrowsCounterClockwise.UiArrowsCounterClockwiseFilled;
661
691
  exports.UiAsterisk = UiAsterisk.UiAsterisk;
662
692
  exports.UiAsteriskFilled = UiAsterisk.UiAsteriskFilled;
663
693
  exports.UiAsyncFn = UiAsyncFn.UiAsyncFn;
@@ -736,6 +766,8 @@ exports.UiCircleOutlineFilled = UiCircleOutline.UiCircleOutlineFilled;
736
766
  exports.UiCircleX = UiCircleX.UiCircleX;
737
767
  exports.UiCircleXFilled = UiCircleX.UiCircleXFilled;
738
768
  exports.UiClass = UiClass.UiClass;
769
+ exports.UiClipboardText = UiClipboardText.UiClipboardText;
770
+ exports.UiClipboardTextFilled = UiClipboardText.UiClipboardTextFilled;
739
771
  exports.UiClock = UiClock.UiClock;
740
772
  exports.UiClockFilled = UiClock.UiClockFilled;
741
773
  exports.UiClose = UiClose.UiClose;
@@ -897,6 +929,8 @@ exports.UiHourglass = UiHourglass.UiHourglass;
897
929
  exports.UiHourglassFilled = UiHourglass.UiHourglassFilled;
898
930
  exports.UiHubot = UiHubot.UiHubot;
899
931
  exports.UiHubotFilled = UiHubot.UiHubotFilled;
932
+ exports.UiIdentificationCard = UiIdentificationCard.UiIdentificationCard;
933
+ exports.UiIdentificationCardFilled = UiIdentificationCard.UiIdentificationCardFilled;
900
934
  exports.UiImage = UiImage.UiImage;
901
935
  exports.UiImageFilled = UiImage.UiImageFilled;
902
936
  exports.UiImport = UiImport.UiImport;
@@ -956,6 +990,8 @@ exports.UiLocation = UiLocation.UiLocation;
956
990
  exports.UiLocationFilled = UiLocation.UiLocationFilled;
957
991
  exports.UiLock = UiLock.UiLock;
958
992
  exports.UiLockFilled = UiLock.UiLockFilled;
993
+ exports.UiLockKey = UiLockKey.UiLockKey;
994
+ exports.UiLockKeyFilled = UiLockKey.UiLockKeyFilled;
959
995
  exports.UiLockOpen = UiLockOpen.UiLockOpen;
960
996
  exports.UiLockOpenFilled = UiLockOpen.UiLockOpenFilled;
961
997
  exports.UiLogoAnthropic = UiLogoAnthropic.UiLogoAnthropic;
@@ -1140,6 +1176,8 @@ exports.UiStackFilled = UiStack.UiStackFilled;
1140
1176
  exports.UiStackFrameDot = UiStackFrameDot.UiStackFrameDot;
1141
1177
  exports.UiStar = UiStar.UiStar;
1142
1178
  exports.UiStarFilled = UiStar.UiStarFilled;
1179
+ exports.UiSteps = UiSteps.UiSteps;
1180
+ exports.UiStepsFilled = UiSteps.UiStepsFilled;
1143
1181
  exports.UiStop = UiStop.UiStop;
1144
1182
  exports.UiStrategy = UiStrategy.UiStrategy;
1145
1183
  exports.UiStrategyFilled = UiStrategy.UiStrategyFilled;
@@ -1199,6 +1237,10 @@ exports.UiUserCircleMinusFilled = UiUserCircle.UiUserCircleMinusFilled;
1199
1237
  exports.UiUserCirclePlus = UiUserCircle.UiUserCirclePlus;
1200
1238
  exports.UiUserCirclePlusFilled = UiUserCircle.UiUserCirclePlusFilled;
1201
1239
  exports.UiUserCog = UiUserCog.UiUserCog;
1240
+ exports.UiUserGear = UiUserGear.UiUserGear;
1241
+ exports.UiUserGearFilled = UiUserGear.UiUserGearFilled;
1242
+ exports.UiUsersFour = UiUsersFour.UiUsersFour;
1243
+ exports.UiUsersFourFilled = UiUsersFour.UiUsersFourFilled;
1202
1244
  exports.UiUsersThree = UiUsersThree.UiUsersThree;
1203
1245
  exports.UiUsersThreeCheck = UiUsersThree.UiUsersThreeCheck;
1204
1246
  exports.UiUsersThreeCheckFilled = UiUsersThree.UiUsersThreeCheckFilled;
@@ -1259,4 +1301,6 @@ exports.recordToFilterState = filterState.recordToFilterState;
1259
1301
  exports.formatGitCommitDateHeader = gitDates.formatGitCommitDateHeader;
1260
1302
  exports.frameworkIcon = frameworkIcon.frameworkIcon;
1261
1303
  exports.isLeaf = types.isLeaf;
1304
+ exports.useClickyExport = useClickyExport.useClickyExport;
1305
+ exports.useQueryInfo = useQueryInfo.useQueryInfo;
1262
1306
  //# sourceMappingURL=data.cjs.map
package/dist/data.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"data.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"data.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/dist/data.d.ts CHANGED
@@ -9,8 +9,8 @@ export { computeLineDiff, parseUnifiedDiff, type DiffHunk, type DiffLine, type D
9
9
  export { inferColumns } from './data/data-table-utils';
10
10
  export { parseMultiFilterValue, serializeMultiFilterValue, splitCommaValues, updateFilterSelection, type DataTableFilterSelection, } from './data/data-table-filter-values';
11
11
  export { DATA_TABLE_FILTER_LOOKUP_LIMIT, serverColumnsToDataTableColumns, serverFiltersToFilterBar, type DataTableColumnFilter, type DataTableFilterKind, type DataTableFilterLookup, type DataTableFilterLookupRequest, type DataTableFilterLookupResult, type DataTableFilterOption, type DataTableServerColumn, type ServerFilterBarOptions, type ServerFilterConfig, } from './data/data-table-server-filters';
12
- export { DataTable, type DataTableColumn, type DataTableColumnInput, type DataTableColumnKind, type DataTableCursorPagination, type DataTableFooterContext, type DataTableMenuAction, type DataTablePagination, type DataTableProps, type DataTableRowSelection, type DataTableSelectionContext, type StatusOptions, type TagsOptions, type TimestampOptions, } from './data/DataTable';
13
- export { groupRecords, isGroupCollapsedByDefault, type DataTableGroup, type DataTableGrouping, } from './data/DataTable.grouping';
12
+ export { DataTable, type DataTableColumn, type DataTableColumnInput, type DataTableColumnKind, type DataTableCursorPagination, type DataTableFooterContext, type DataTableInfinite, type DataTableMenuAction, type DataTablePagination, type DataTableProps, type DataTableRowSelection, type DataTableSelectionContext, type StatusOptions, type TagsOptions, type TimestampOptions, } from './data/DataTable';
13
+ export { groupRecords, isGroupCollapsedByDefault, type DataTableGroup, type DataTableGrouping, type DataTableGroupMetaAlign, } from './data/DataTable.grouping';
14
14
  export { StatStrip, type StatStripClassNames, type StatStripItem, type StatStripProps, } from './data/StatStrip';
15
15
  export { EntityCell, type EntityCellProps, type EntityCellSize, } from './data/cells/EntityCell';
16
16
  export { Timestamp, type TimestampProps } from './data/cells/Timestamp';
@@ -36,6 +36,8 @@ export { LogViewer, type LogViewerProps } from './data/LogViewer';
36
36
  export { LogsTable, type LogsTableInput, type LogsTableProps, type LogsTableRow, } from './data/LogsTable';
37
37
  export { normalizeLogsTableRows } from './data/logs-normalize';
38
38
  export { MatrixTable, type MatrixTableProps, type MatrixTableRow } from './data/MatrixTable';
39
+ export { Callout, type CalloutProps } from './data/Callout';
40
+ export { assertCalloutValue, CALLOUT_TONES, CALLOUT_VARIANT_LABELS, CALLOUT_VARIANTS, calloutVariantStyles, type CalloutTone, type CalloutVariant, type CalloutVariantStyle, } from './data/callout-tones';
39
41
  export { Markdown, type MarkdownProps } from './data/Markdown';
40
42
  export { MarkdownEditor, type MarkdownEditorProps } from './data/MarkdownEditor';
41
43
  export * from './data/FixtureEditor';
@@ -65,7 +67,8 @@ export { segment } from './data/status-breakdown-utils';
65
67
  export { Version, type VersionProps } from './data/Version';
66
68
  export { getVersionInfo, type RuntimeMode, type VersionInfo, } from './data/version-info';
67
69
  export { Tree, type TreeProps } from './data/Tree';
68
- export { ObjectGraph, type ObjectGraphNode, type ObjectGraphProps } from './data/ObjectGraph';
70
+ export { ObjectGraph, type ObjectGraphProps } from './data/ObjectGraph';
71
+ export { countObjectGraphNodes, pruneNullNodes, type ObjectGraphNode, } from './data/object-graph-nodes';
69
72
  export { ExecutionTree, type ExecutionNode, type ExecutionTreeProps } from './data/ExecutionTree';
70
73
  export { TreeNode, type TreeNodeProps, type TreeRowContext } from './data/TreeNode';
71
74
  export { TreeGroupHeader, type TreeGroupHeaderProps } from './data/TreeGroupHeader';
@@ -74,6 +77,8 @@ export * from './data/git';
74
77
  export * from './data/test-runner';
75
78
  export * from './data/cache-browser';
76
79
  export * from './data/query-browser';
80
+ export * from './data/query-info';
81
+ export * from './data/clicky-export';
77
82
  export { type LogEntry, type TaskControlAction, type TaskExecDetails, type TaskSnapshot, type TaskRunMeta, isTerminalStatus, allGroupsTerminal, } from './data/TaskSnapshot';
78
83
  export { taskStatusColor, taskStatusIcon, taskStatusBg, logLevelColor, taskSegments, bucketTasks, } from './data/task-status';
79
84
  export { TaskProgress, type TaskProgressProps } from './data/TaskProgress';