@flanksource/clicky-ui 0.3.16 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai.cjs +12 -6
- package/dist/ai.cjs.map +1 -1
- package/dist/ai.js +10 -4
- package/dist/ai.js.map +1 -1
- package/dist/chat.cjs +36 -0
- package/dist/chat.cjs.map +1 -1
- package/dist/chat.js +37 -1
- package/dist/chat.js.map +1 -1
- package/dist/components/Combobox.cjs +122 -153
- package/dist/components/Combobox.cjs.map +1 -1
- package/dist/components/Combobox.d.ts.map +1 -1
- package/dist/components/Combobox.js +124 -155
- package/dist/components/Combobox.js.map +1 -1
- package/dist/components/ComboboxControl.cjs +145 -0
- package/dist/components/ComboboxControl.cjs.map +1 -0
- package/dist/components/ComboboxControl.d.ts +37 -0
- package/dist/components/ComboboxControl.d.ts.map +1 -0
- package/dist/components/ComboboxControl.js +145 -0
- package/dist/components/ComboboxControl.js.map +1 -0
- package/dist/components/ComboboxMenu.cjs +31 -14
- package/dist/components/ComboboxMenu.cjs.map +1 -1
- package/dist/components/ComboboxMenu.d.ts.map +1 -1
- package/dist/components/ComboboxMenu.js +31 -14
- package/dist/components/ComboboxMenu.js.map +1 -1
- package/dist/components/ComboboxTags.cjs +40 -0
- package/dist/components/ComboboxTags.cjs.map +1 -0
- package/dist/components/ComboboxTags.d.ts +8 -0
- package/dist/components/ComboboxTags.d.ts.map +1 -0
- package/dist/components/ComboboxTags.js +40 -0
- package/dist/components/ComboboxTags.js.map +1 -0
- package/dist/components/ErrorWrapper.cjs +168 -0
- package/dist/components/ErrorWrapper.cjs.map +1 -0
- package/dist/components/ErrorWrapper.d.ts +19 -0
- package/dist/components/ErrorWrapper.d.ts.map +1 -0
- package/dist/components/ErrorWrapper.js +168 -0
- package/dist/components/ErrorWrapper.js.map +1 -0
- package/dist/components/FilterBar.cjs +64 -2
- package/dist/components/FilterBar.cjs.map +1 -1
- package/dist/components/FilterBar.d.ts +18 -1
- package/dist/components/FilterBar.d.ts.map +1 -1
- package/dist/components/FilterBar.js +64 -2
- package/dist/components/FilterBar.js.map +1 -1
- package/dist/components/JSONPathField.cjs +91 -0
- package/dist/components/JSONPathField.cjs.map +1 -0
- package/dist/components/JSONPathField.d.ts +19 -0
- package/dist/components/JSONPathField.d.ts.map +1 -0
- package/dist/components/JSONPathField.js +91 -0
- package/dist/components/JSONPathField.js.map +1 -0
- package/dist/components/JsonSchemaForm.cjs +8 -4
- package/dist/components/JsonSchemaForm.cjs.map +1 -1
- package/dist/components/JsonSchemaForm.d.ts.map +1 -1
- package/dist/components/JsonSchemaForm.js +8 -4
- package/dist/components/JsonSchemaForm.js.map +1 -1
- package/dist/components/TreePickerField.cjs +22 -4
- package/dist/components/TreePickerField.cjs.map +1 -1
- package/dist/components/TreePickerField.d.ts +22 -2
- package/dist/components/TreePickerField.d.ts.map +1 -1
- package/dist/components/TreePickerField.js +22 -4
- package/dist/components/TreePickerField.js.map +1 -1
- package/dist/components/TriStateToggle.cjs +53 -0
- package/dist/components/TriStateToggle.cjs.map +1 -0
- package/dist/components/TriStateToggle.d.ts +27 -0
- package/dist/components/TriStateToggle.d.ts.map +1 -0
- package/dist/components/TriStateToggle.js +53 -0
- package/dist/components/TriStateToggle.js.map +1 -0
- package/dist/components/combobox-types.d.ts +16 -1
- package/dist/components/combobox-types.d.ts.map +1 -1
- package/dist/components/combobox-utils.cjs +26 -0
- package/dist/components/combobox-utils.cjs.map +1 -1
- package/dist/components/combobox-utils.d.ts +10 -0
- package/dist/components/combobox-utils.d.ts.map +1 -1
- package/dist/components/combobox-utils.js +26 -0
- package/dist/components/combobox-utils.js.map +1 -1
- package/dist/components/filter-bar-utils.cjs +5 -0
- package/dist/components/filter-bar-utils.cjs.map +1 -1
- package/dist/components/filter-bar-utils.d.ts.map +1 -1
- package/dist/components/filter-bar-utils.js +5 -0
- package/dist/components/filter-bar-utils.js.map +1 -1
- package/dist/components/json-schema-form-accordion-array.cjs +290 -0
- package/dist/components/json-schema-form-accordion-array.cjs.map +1 -0
- package/dist/components/json-schema-form-accordion-array.d.ts +7 -0
- package/dist/components/json-schema-form-accordion-array.d.ts.map +1 -0
- package/dist/components/json-schema-form-accordion-array.js +290 -0
- package/dist/components/json-schema-form-accordion-array.js.map +1 -0
- package/dist/components/json-schema-form-array.cjs +99 -110
- package/dist/components/json-schema-form-array.cjs.map +1 -1
- package/dist/components/json-schema-form-array.d.ts +1 -1
- package/dist/components/json-schema-form-array.d.ts.map +1 -1
- package/dist/components/json-schema-form-array.js +98 -109
- package/dist/components/json-schema-form-array.js.map +1 -1
- package/dist/components/json-schema-form-error-display.cjs +4 -2
- package/dist/components/json-schema-form-error-display.cjs.map +1 -1
- package/dist/components/json-schema-form-error-display.d.ts +4 -2
- package/dist/components/json-schema-form-error-display.d.ts.map +1 -1
- package/dist/components/json-schema-form-error-display.js +4 -2
- package/dist/components/json-schema-form-error-display.js.map +1 -1
- package/dist/components/json-schema-form-extensions.cjs +10 -0
- package/dist/components/json-schema-form-extensions.cjs.map +1 -0
- package/dist/components/json-schema-form-extensions.d.ts +8 -0
- package/dist/components/json-schema-form-extensions.d.ts.map +1 -0
- package/dist/components/json-schema-form-extensions.js +10 -0
- package/dist/components/json-schema-form-extensions.js.map +1 -0
- package/dist/components/json-schema-form-fields.cjs +25 -101
- package/dist/components/json-schema-form-fields.cjs.map +1 -1
- package/dist/components/json-schema-form-fields.d.ts +1 -32
- package/dist/components/json-schema-form-fields.d.ts.map +1 -1
- package/dist/components/json-schema-form-fields.js +28 -104
- package/dist/components/json-schema-form-fields.js.map +1 -1
- package/dist/components/json-schema-form-item-summary.cjs +131 -0
- package/dist/components/json-schema-form-item-summary.cjs.map +1 -0
- package/dist/components/json-schema-form-item-summary.d.ts +13 -0
- package/dist/components/json-schema-form-item-summary.d.ts.map +1 -0
- package/dist/components/json-schema-form-item-summary.js +131 -0
- package/dist/components/json-schema-form-item-summary.js.map +1 -0
- package/dist/components/json-schema-form-layout.cjs +156 -0
- package/dist/components/json-schema-form-layout.cjs.map +1 -0
- package/dist/components/json-schema-form-layout.d.ts +43 -0
- package/dist/components/json-schema-form-layout.d.ts.map +1 -0
- package/dist/components/json-schema-form-layout.js +156 -0
- package/dist/components/json-schema-form-layout.js.map +1 -0
- package/dist/components/json-schema-form-lookup-tree.cjs +149 -0
- package/dist/components/json-schema-form-lookup-tree.cjs.map +1 -0
- package/dist/components/json-schema-form-lookup-tree.d.ts +22 -0
- package/dist/components/json-schema-form-lookup-tree.d.ts.map +1 -0
- package/dist/components/json-schema-form-lookup-tree.js +149 -0
- package/dist/components/json-schema-form-lookup-tree.js.map +1 -0
- package/dist/components/json-schema-form-object.cjs +11 -4
- package/dist/components/json-schema-form-object.cjs.map +1 -1
- package/dist/components/json-schema-form-object.d.ts.map +1 -1
- package/dist/components/json-schema-form-object.js +11 -4
- package/dist/components/json-schema-form-object.js.map +1 -1
- package/dist/components/json-schema-form-render.cjs +51 -28
- package/dist/components/json-schema-form-render.cjs.map +1 -1
- package/dist/components/json-schema-form-render.d.ts.map +1 -1
- package/dist/components/json-schema-form-render.js +51 -28
- package/dist/components/json-schema-form-render.js.map +1 -1
- package/dist/components/json-schema-form-resolve.cjs +62 -13
- package/dist/components/json-schema-form-resolve.cjs.map +1 -1
- package/dist/components/json-schema-form-resolve.d.ts +1 -0
- package/dist/components/json-schema-form-resolve.d.ts.map +1 -1
- package/dist/components/json-schema-form-resolve.js +62 -13
- package/dist/components/json-schema-form-resolve.js.map +1 -1
- package/dist/components/json-schema-form-table-array.cjs +123 -0
- package/dist/components/json-schema-form-table-array.cjs.map +1 -0
- package/dist/components/json-schema-form-table-array.d.ts +7 -0
- package/dist/components/json-schema-form-table-array.d.ts.map +1 -0
- package/dist/components/json-schema-form-table-array.js +123 -0
- package/dist/components/json-schema-form-table-array.js.map +1 -0
- package/dist/components/json-schema-form-tone.cjs +34 -0
- package/dist/components/json-schema-form-tone.cjs.map +1 -0
- package/dist/components/json-schema-form-tone.d.ts +8 -0
- package/dist/components/json-schema-form-tone.d.ts.map +1 -0
- package/dist/components/json-schema-form-tone.js +34 -0
- package/dist/components/json-schema-form-tone.js.map +1 -0
- package/dist/components/json-schema-form-types.d.ts +79 -10
- package/dist/components/json-schema-form-types.d.ts.map +1 -1
- package/dist/components/json-schema-form-utils.cjs +47 -4
- package/dist/components/json-schema-form-utils.cjs.map +1 -1
- package/dist/components/json-schema-form-utils.d.ts +19 -4
- package/dist/components/json-schema-form-utils.d.ts.map +1 -1
- package/dist/components/json-schema-form-utils.js +47 -4
- package/dist/components/json-schema-form-utils.js.map +1 -1
- package/dist/components/tri-state.cjs +8 -0
- package/dist/components/tri-state.cjs.map +1 -0
- package/dist/components/tri-state.d.ts +5 -0
- package/dist/components/tri-state.d.ts.map +1 -0
- package/dist/components/tri-state.js +8 -0
- package/dist/components/tri-state.js.map +1 -0
- package/dist/components/useComboboxLayout.cjs +59 -0
- package/dist/components/useComboboxLayout.cjs.map +1 -0
- package/dist/components/useComboboxLayout.d.ts +5 -0
- package/dist/components/useComboboxLayout.d.ts.map +1 -0
- package/dist/components/useComboboxLayout.js +59 -0
- package/dist/components/useComboboxLayout.js.map +1 -0
- package/dist/components.cjs +21 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.ts +14 -4
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +22 -1
- package/dist/components.js.map +1 -1
- package/dist/data/Clicky.cjs +51 -2
- package/dist/data/Clicky.cjs.map +1 -1
- package/dist/data/Clicky.d.ts +10 -1
- package/dist/data/Clicky.d.ts.map +1 -1
- package/dist/data/Clicky.js +51 -2
- package/dist/data/Clicky.js.map +1 -1
- package/dist/data/DataTable.cjs +215 -63
- package/dist/data/DataTable.cjs.map +1 -1
- package/dist/data/DataTable.d.ts +65 -3
- package/dist/data/DataTable.d.ts.map +1 -1
- package/dist/data/DataTable.js +215 -63
- package/dist/data/DataTable.js.map +1 -1
- package/dist/data/LogsTable.cjs +10 -1
- package/dist/data/LogsTable.cjs.map +1 -1
- package/dist/data/LogsTable.d.ts +3 -1
- package/dist/data/LogsTable.d.ts.map +1 -1
- package/dist/data/LogsTable.js +10 -1
- package/dist/data/LogsTable.js.map +1 -1
- package/dist/data/ServerTimingBadge.cjs +64 -0
- package/dist/data/ServerTimingBadge.cjs.map +1 -0
- package/dist/data/ServerTimingBadge.d.ts +9 -0
- package/dist/data/ServerTimingBadge.d.ts.map +1 -0
- package/dist/data/ServerTimingBadge.js +64 -0
- package/dist/data/ServerTimingBadge.js.map +1 -0
- package/dist/data/TaskManager.cjs +99 -14
- package/dist/data/TaskManager.cjs.map +1 -1
- package/dist/data/TaskManager.d.ts.map +1 -1
- package/dist/data/TaskManager.js +100 -15
- package/dist/data/TaskManager.js.map +1 -1
- package/dist/data/TaskProgress.cjs +50 -11
- package/dist/data/TaskProgress.cjs.map +1 -1
- package/dist/data/TaskProgress.d.ts +2 -1
- package/dist/data/TaskProgress.d.ts.map +1 -1
- package/dist/data/TaskProgress.js +50 -11
- package/dist/data/TaskProgress.js.map +1 -1
- package/dist/data/ai/AdvancedChatConfig.cjs +289 -0
- package/dist/data/ai/AdvancedChatConfig.cjs.map +1 -0
- package/dist/data/ai/AdvancedChatConfig.d.ts +21 -0
- package/dist/data/ai/AdvancedChatConfig.d.ts.map +1 -0
- package/dist/data/ai/AdvancedChatConfig.js +289 -0
- package/dist/data/ai/AdvancedChatConfig.js.map +1 -0
- package/dist/data/ai/AdvancedCostsPanel.cjs +120 -0
- package/dist/data/ai/AdvancedCostsPanel.cjs.map +1 -0
- package/dist/data/ai/AdvancedCostsPanel.d.ts +16 -0
- package/dist/data/ai/AdvancedCostsPanel.d.ts.map +1 -0
- package/dist/data/ai/AdvancedCostsPanel.js +120 -0
- package/dist/data/ai/AdvancedCostsPanel.js.map +1 -0
- package/dist/data/ai/ChatWindow.catalogs.cjs +74 -0
- package/dist/data/ai/ChatWindow.catalogs.cjs.map +1 -0
- package/dist/data/ai/ChatWindow.catalogs.d.ts +16 -0
- package/dist/data/ai/ChatWindow.catalogs.d.ts.map +1 -0
- package/dist/data/ai/ChatWindow.catalogs.js +74 -0
- package/dist/data/ai/ChatWindow.catalogs.js.map +1 -0
- package/dist/data/ai/ChatWindow.cjs +86 -100
- package/dist/data/ai/ChatWindow.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.d.ts +1 -1
- package/dist/data/ai/ChatWindow.d.ts.map +1 -1
- package/dist/data/ai/ChatWindow.js +88 -102
- package/dist/data/ai/ChatWindow.js.map +1 -1
- package/dist/data/ai/ChatWindow.preferences.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.preferences.d.ts +2 -4
- package/dist/data/ai/ChatWindow.preferences.d.ts.map +1 -1
- package/dist/data/ai/ChatWindow.preferences.js.map +1 -1
- package/dist/data/ai/ChatWindow.runtime.cjs +120 -0
- package/dist/data/ai/ChatWindow.runtime.cjs.map +1 -0
- package/dist/data/ai/ChatWindow.runtime.d.ts +20 -0
- package/dist/data/ai/ChatWindow.runtime.d.ts.map +1 -0
- package/dist/data/ai/ChatWindow.runtime.js +120 -0
- package/dist/data/ai/ChatWindow.runtime.js.map +1 -0
- package/dist/data/ai/ChatWindow.thread-status.cjs +14 -0
- package/dist/data/ai/ChatWindow.thread-status.cjs.map +1 -0
- package/dist/data/ai/ChatWindow.thread-status.d.ts +5 -0
- package/dist/data/ai/ChatWindow.thread-status.d.ts.map +1 -0
- package/dist/data/ai/ChatWindow.thread-status.js +14 -0
- package/dist/data/ai/ChatWindow.thread-status.js.map +1 -0
- package/dist/data/ai/ChatWindow.thread.cjs +68 -0
- package/dist/data/ai/ChatWindow.thread.cjs.map +1 -0
- package/dist/data/ai/ChatWindow.thread.d.ts +16 -0
- package/dist/data/ai/ChatWindow.thread.d.ts.map +1 -0
- package/dist/data/ai/ChatWindow.thread.js +68 -0
- package/dist/data/ai/ChatWindow.thread.js.map +1 -0
- package/dist/data/ai/ChatWindow.tool-catalog.cjs +20 -0
- package/dist/data/ai/ChatWindow.tool-catalog.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.tool-catalog.d.ts +17 -1
- package/dist/data/ai/ChatWindow.tool-catalog.d.ts.map +1 -1
- package/dist/data/ai/ChatWindow.tool-catalog.js +20 -0
- package/dist/data/ai/ChatWindow.tool-catalog.js.map +1 -1
- package/dist/data/ai/ChatWindow.types.d.ts +13 -5
- package/dist/data/ai/ChatWindow.types.d.ts.map +1 -1
- package/dist/data/ai/ChatWindowManager.cjs +3 -1
- package/dist/data/ai/ChatWindowManager.cjs.map +1 -1
- package/dist/data/ai/ChatWindowManager.d.ts.map +1 -1
- package/dist/data/ai/ChatWindowManager.js +3 -1
- package/dist/data/ai/ChatWindowManager.js.map +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.cjs +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.cjs.map +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.d.ts +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.d.ts.map +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.js +1 -1
- package/dist/data/ai/PromptPicker/PromptPicker.js.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.cjs +101 -89
- package/dist/data/ai/PromptRunEditor/index.cjs.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts +6 -10
- package/dist/data/ai/PromptRunEditor/index.d.ts.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.js +103 -91
- package/dist/data/ai/PromptRunEditor/index.js.map +1 -1
- package/dist/data/ai/PromptRunEditor/model.cjs +47 -0
- package/dist/data/ai/PromptRunEditor/model.cjs.map +1 -0
- package/dist/data/ai/PromptRunEditor/model.d.ts +17 -0
- package/dist/data/ai/PromptRunEditor/model.d.ts.map +1 -0
- package/dist/data/ai/PromptRunEditor/model.js +47 -0
- package/dist/data/ai/PromptRunEditor/model.js.map +1 -0
- package/dist/data/ai/RuntimeModePicker.cjs +1 -1
- package/dist/data/ai/RuntimeModePicker.cjs.map +1 -1
- package/dist/data/ai/RuntimeModePicker.d.ts +1 -1
- package/dist/data/ai/RuntimeModePicker.d.ts.map +1 -1
- package/dist/data/ai/RuntimeModePicker.js +1 -1
- package/dist/data/ai/RuntimeModePicker.js.map +1 -1
- package/dist/data/ai/SessionInspector.files.cjs +26 -43
- package/dist/data/ai/SessionInspector.files.cjs.map +1 -1
- package/dist/data/ai/SessionInspector.files.d.ts.map +1 -1
- package/dist/data/ai/SessionInspector.files.js +26 -43
- package/dist/data/ai/SessionInspector.files.js.map +1 -1
- package/dist/data/ai/SessionInspector.hierarchy.cjs +1 -1
- package/dist/data/ai/SessionInspector.hierarchy.cjs.map +1 -1
- package/dist/data/ai/SessionInspector.hierarchy.js +1 -1
- package/dist/data/ai/SessionInspector.hierarchy.js.map +1 -1
- package/dist/data/ai/SessionInspector.model.cjs +1 -1
- package/dist/data/ai/SessionInspector.model.cjs.map +1 -1
- package/dist/data/ai/SessionInspector.model.js +1 -1
- package/dist/data/ai/SessionInspector.model.js.map +1 -1
- package/dist/data/ai/SessionViewer.header.cjs +17 -9
- package/dist/data/ai/SessionViewer.header.cjs.map +1 -1
- package/dist/data/ai/SessionViewer.header.d.ts.map +1 -1
- package/dist/data/ai/SessionViewer.header.js +17 -9
- package/dist/data/ai/SessionViewer.header.js.map +1 -1
- package/dist/data/ai/SessionViewer.model.cjs +2 -0
- package/dist/data/ai/SessionViewer.model.cjs.map +1 -1
- package/dist/data/ai/SessionViewer.model.d.ts +4 -0
- package/dist/data/ai/SessionViewer.model.d.ts.map +1 -1
- package/dist/data/ai/SessionViewer.model.js +2 -0
- package/dist/data/ai/SessionViewer.model.js.map +1 -1
- package/dist/data/ai/SessionViewer.rows.cjs +4 -16
- package/dist/data/ai/SessionViewer.rows.cjs.map +1 -1
- package/dist/data/ai/SessionViewer.rows.d.ts.map +1 -1
- package/dist/data/ai/SessionViewer.rows.js +4 -16
- package/dist/data/ai/SessionViewer.rows.js.map +1 -1
- package/dist/data/ai/SessionViewer.unified.d.ts +1 -0
- package/dist/data/ai/SessionViewer.unified.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.cjs +12 -3
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.d.ts +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.js +12 -3
- package/dist/data/ai/SpecRuntimeEditor/ModelSection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.d.ts +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/VerifySection.js.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.cjs.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.d.ts +2 -2
- package/dist/data/ai/SpecRuntimeEditor/index.d.ts.map +1 -1
- package/dist/data/ai/SpecRuntimeEditor/index.js.map +1 -1
- package/dist/data/ai/ThreadPicker.cjs +65 -3
- package/dist/data/ai/ThreadPicker.cjs.map +1 -1
- package/dist/data/ai/ThreadPicker.d.ts +13 -5
- package/dist/data/ai/ThreadPicker.d.ts.map +1 -1
- package/dist/data/ai/ThreadPicker.js +65 -3
- package/dist/data/ai/ThreadPicker.js.map +1 -1
- package/dist/data/ai/ToolPreferences.cjs +65 -685
- package/dist/data/ai/ToolPreferences.cjs.map +1 -1
- package/dist/data/ai/ToolPreferences.d.ts +15 -17
- package/dist/data/ai/ToolPreferences.d.ts.map +1 -1
- package/dist/data/ai/ToolPreferences.js +64 -683
- package/dist/data/ai/ToolPreferences.js.map +1 -1
- package/dist/data/ai/ToolPreferences.model.cjs +148 -0
- package/dist/data/ai/ToolPreferences.model.cjs.map +1 -0
- package/dist/data/ai/ToolPreferences.model.d.ts +31 -0
- package/dist/data/ai/ToolPreferences.model.d.ts.map +1 -0
- package/dist/data/ai/ToolPreferences.model.js +148 -0
- package/dist/data/ai/ToolPreferences.model.js.map +1 -0
- package/dist/data/ai/ToolPreferencesList.cjs +270 -0
- package/dist/data/ai/ToolPreferencesList.cjs.map +1 -0
- package/dist/data/ai/ToolPreferencesList.d.ts +18 -0
- package/dist/data/ai/ToolPreferencesList.d.ts.map +1 -0
- package/dist/data/ai/ToolPreferencesList.js +270 -0
- package/dist/data/ai/ToolPreferencesList.js.map +1 -0
- package/dist/data/ai/agent-action-icons.cjs.map +1 -1
- package/dist/data/ai/agent-action-icons.js.map +1 -1
- package/dist/data/ai/chat-window-context.cjs +4 -1
- package/dist/data/ai/chat-window-context.cjs.map +1 -1
- package/dist/data/ai/chat-window-context.d.ts +7 -0
- package/dist/data/ai/chat-window-context.d.ts.map +1 -1
- package/dist/data/ai/chat-window-context.js +4 -1
- package/dist/data/ai/chat-window-context.js.map +1 -1
- package/dist/data/ai/index.d.ts +7 -3
- package/dist/data/ai/index.d.ts.map +1 -1
- package/dist/data/ai/session-tones.cjs +67 -0
- package/dist/data/ai/session-tones.cjs.map +1 -0
- package/dist/data/ai/session-tones.d.ts +34 -0
- package/dist/data/ai/session-tones.d.ts.map +1 -0
- package/dist/data/ai/session-tones.js +67 -0
- package/dist/data/ai/session-tones.js.map +1 -0
- package/dist/data/ai/thread-costs.cjs +39 -0
- package/dist/data/ai/thread-costs.cjs.map +1 -0
- package/dist/data/ai/thread-costs.d.ts +62 -0
- package/dist/data/ai/thread-costs.d.ts.map +1 -0
- package/dist/data/ai/thread-costs.js +39 -0
- package/dist/data/ai/thread-costs.js.map +1 -0
- package/dist/data/cells/CellFilterActions.cjs +68 -0
- package/dist/data/cells/CellFilterActions.cjs.map +1 -0
- package/dist/data/cells/CellFilterActions.d.ts +15 -0
- package/dist/data/cells/CellFilterActions.d.ts.map +1 -0
- package/dist/data/cells/CellFilterActions.js +68 -0
- package/dist/data/cells/CellFilterActions.js.map +1 -0
- package/dist/data/chat/Chat.cjs +192 -80
- package/dist/data/chat/Chat.cjs.map +1 -1
- package/dist/data/chat/Chat.d.ts +24 -4
- package/dist/data/chat/Chat.d.ts.map +1 -1
- package/dist/data/chat/Chat.fixtures.cjs +48 -3
- package/dist/data/chat/Chat.fixtures.cjs.map +1 -1
- package/dist/data/chat/Chat.fixtures.d.ts +1 -1
- package/dist/data/chat/Chat.fixtures.d.ts.map +1 -1
- package/dist/data/chat/Chat.fixtures.js +48 -3
- package/dist/data/chat/Chat.fixtures.js.map +1 -1
- package/dist/data/chat/Chat.js +195 -83
- package/dist/data/chat/Chat.js.map +1 -1
- package/dist/data/chat/Chat.runtime.cjs +63 -0
- package/dist/data/chat/Chat.runtime.cjs.map +1 -0
- package/dist/data/chat/Chat.runtime.d.ts +16 -0
- package/dist/data/chat/Chat.runtime.d.ts.map +1 -0
- package/dist/data/chat/Chat.runtime.js +63 -0
- package/dist/data/chat/Chat.runtime.js.map +1 -0
- package/dist/data/chat/ChatRuntimeToolbar.cjs +62 -0
- package/dist/data/chat/ChatRuntimeToolbar.cjs.map +1 -0
- package/dist/data/chat/ChatRuntimeToolbar.d.ts +14 -0
- package/dist/data/chat/ChatRuntimeToolbar.d.ts.map +1 -0
- package/dist/data/chat/ChatRuntimeToolbar.js +62 -0
- package/dist/data/chat/ChatRuntimeToolbar.js.map +1 -0
- package/dist/data/chat/ContextMeter.cjs +144 -73
- package/dist/data/chat/ContextMeter.cjs.map +1 -1
- package/dist/data/chat/ContextMeter.d.ts +8 -3
- package/dist/data/chat/ContextMeter.d.ts.map +1 -1
- package/dist/data/chat/ContextMeter.js +144 -73
- package/dist/data/chat/ContextMeter.js.map +1 -1
- package/dist/data/chat/ToolCall.cjs +86 -24
- package/dist/data/chat/ToolCall.cjs.map +1 -1
- package/dist/data/chat/ToolCall.d.ts +12 -5
- package/dist/data/chat/ToolCall.d.ts.map +1 -1
- package/dist/data/chat/ToolCall.js +86 -24
- package/dist/data/chat/ToolCall.js.map +1 -1
- package/dist/data/chat/approval.cjs +64 -0
- package/dist/data/chat/approval.cjs.map +1 -0
- package/dist/data/chat/approval.d.ts +18 -0
- package/dist/data/chat/approval.d.ts.map +1 -0
- package/dist/data/chat/approval.js +64 -0
- package/dist/data/chat/approval.js.map +1 -0
- package/dist/data/chat/index.d.ts +5 -3
- package/dist/data/chat/index.d.ts.map +1 -1
- package/dist/data/chat/tool-render/ToolArgs.cjs +50 -0
- package/dist/data/chat/tool-render/ToolArgs.cjs.map +1 -0
- package/dist/data/chat/tool-render/ToolArgs.d.ts +7 -0
- package/dist/data/chat/tool-render/ToolArgs.d.ts.map +1 -0
- package/dist/data/chat/tool-render/ToolArgs.js +50 -0
- package/dist/data/chat/tool-render/ToolArgs.js.map +1 -0
- package/dist/data/chat/tool-render/ToolParams.cjs +155 -0
- package/dist/data/chat/tool-render/ToolParams.cjs.map +1 -0
- package/dist/data/chat/tool-render/ToolParams.d.ts +20 -0
- package/dist/data/chat/tool-render/ToolParams.d.ts.map +1 -0
- package/dist/data/chat/tool-render/ToolParams.js +155 -0
- package/dist/data/chat/tool-render/ToolParams.js.map +1 -0
- package/dist/data/chat/tool-render/ToolValue.cjs +140 -0
- package/dist/data/chat/tool-render/ToolValue.cjs.map +1 -0
- package/dist/data/chat/tool-render/ToolValue.d.ts +16 -0
- package/dist/data/chat/tool-render/ToolValue.d.ts.map +1 -0
- package/dist/data/chat/tool-render/ToolValue.js +140 -0
- package/dist/data/chat/tool-render/ToolValue.js.map +1 -0
- package/dist/data/chat/tool-render/adapter.cjs +48 -0
- package/dist/data/chat/tool-render/adapter.cjs.map +1 -0
- package/dist/data/chat/tool-render/adapter.d.ts +57 -0
- package/dist/data/chat/tool-render/adapter.d.ts.map +1 -0
- package/dist/data/chat/tool-render/adapter.js +48 -0
- package/dist/data/chat/tool-render/adapter.js.map +1 -0
- package/dist/data/chat/tool-render/context.cjs +16 -0
- package/dist/data/chat/tool-render/context.cjs.map +1 -0
- package/dist/data/chat/tool-render/context.d.ts +6 -0
- package/dist/data/chat/tool-render/context.d.ts.map +1 -0
- package/dist/data/chat/tool-render/context.js +16 -0
- package/dist/data/chat/tool-render/context.js.map +1 -0
- package/dist/data/chat/tool-render/defaults.cjs +45 -0
- package/dist/data/chat/tool-render/defaults.cjs.map +1 -0
- package/dist/data/chat/tool-render/defaults.d.ts +11 -0
- package/dist/data/chat/tool-render/defaults.d.ts.map +1 -0
- package/dist/data/chat/tool-render/defaults.js +45 -0
- package/dist/data/chat/tool-render/defaults.js.map +1 -0
- package/dist/data/chat/tool-render/index.d.ts +13 -0
- package/dist/data/chat/tool-render/index.d.ts.map +1 -0
- package/dist/data/chat/tool-render/known-tool-views.cjs +208 -0
- package/dist/data/chat/tool-render/known-tool-views.cjs.map +1 -0
- package/dist/data/chat/tool-render/known-tool-views.d.ts +10 -0
- package/dist/data/chat/tool-render/known-tool-views.d.ts.map +1 -0
- package/dist/data/chat/tool-render/known-tool-views.js +208 -0
- package/dist/data/chat/tool-render/known-tool-views.js.map +1 -0
- package/dist/data/chat/tool-render/known-tools.cjs +58 -0
- package/dist/data/chat/tool-render/known-tools.cjs.map +1 -0
- package/dist/data/chat/tool-render/known-tools.d.ts +4 -0
- package/dist/data/chat/tool-render/known-tools.d.ts.map +1 -0
- package/dist/data/chat/tool-render/known-tools.js +58 -0
- package/dist/data/chat/tool-render/known-tools.js.map +1 -0
- package/dist/data/chat/tool-render/normalize.cjs +42 -0
- package/dist/data/chat/tool-render/normalize.cjs.map +1 -0
- package/dist/data/chat/tool-render/normalize.d.ts +13 -0
- package/dist/data/chat/tool-render/normalize.d.ts.map +1 -0
- package/dist/data/chat/tool-render/normalize.js +42 -0
- package/dist/data/chat/tool-render/normalize.js.map +1 -0
- package/dist/data/chat/tool-render/registry.cjs +14 -0
- package/dist/data/chat/tool-render/registry.cjs.map +1 -0
- package/dist/data/chat/tool-render/registry.d.ts +7 -0
- package/dist/data/chat/tool-render/registry.d.ts.map +1 -0
- package/dist/data/chat/tool-render/registry.js +14 -0
- package/dist/data/chat/tool-render/registry.js.map +1 -0
- package/dist/data/chat/tool-render/schema.cjs +57 -0
- package/dist/data/chat/tool-render/schema.cjs.map +1 -0
- package/dist/data/chat/tool-render/schema.d.ts +28 -0
- package/dist/data/chat/tool-render/schema.d.ts.map +1 -0
- package/dist/data/chat/tool-render/schema.js +57 -0
- package/dist/data/chat/tool-render/schema.js.map +1 -0
- package/dist/data/chat/tool-render/shape.cjs +94 -0
- package/dist/data/chat/tool-render/shape.cjs.map +1 -0
- package/dist/data/chat/tool-render/shape.d.ts +39 -0
- package/dist/data/chat/tool-render/shape.d.ts.map +1 -0
- package/dist/data/chat/tool-render/shape.js +94 -0
- package/dist/data/chat/tool-render/shape.js.map +1 -0
- package/dist/data/chat/tool-render/summary.cjs +34 -0
- package/dist/data/chat/tool-render/summary.cjs.map +1 -0
- package/dist/data/chat/tool-render/summary.d.ts +8 -0
- package/dist/data/chat/tool-render/summary.d.ts.map +1 -0
- package/dist/data/chat/tool-render/summary.js +34 -0
- package/dist/data/chat/tool-render/summary.js.map +1 -0
- package/dist/data/chat/types.cjs.map +1 -1
- package/dist/data/chat/types.d.ts +19 -0
- package/dist/data/chat/types.d.ts.map +1 -1
- package/dist/data/chat/types.js.map +1 -1
- package/dist/data/chat/usage-snapshot.cjs +17 -0
- package/dist/data/chat/usage-snapshot.cjs.map +1 -0
- package/dist/data/chat/usage-snapshot.d.ts +21 -0
- package/dist/data/chat/usage-snapshot.d.ts.map +1 -0
- package/dist/data/chat/usage-snapshot.js +17 -0
- package/dist/data/chat/usage-snapshot.js.map +1 -0
- package/dist/data/data-table-filter-values.cjs +83 -0
- package/dist/data/data-table-filter-values.cjs.map +1 -0
- package/dist/data/data-table-filter-values.d.ts +18 -0
- package/dist/data/data-table-filter-values.d.ts.map +1 -0
- package/dist/data/data-table-filter-values.js +83 -0
- package/dist/data/data-table-filter-values.js.map +1 -0
- package/dist/data/data-table-server-filters.cjs +171 -0
- package/dist/data/data-table-server-filters.cjs.map +1 -0
- package/dist/data/data-table-server-filters.d.ts +128 -0
- package/dist/data/data-table-server-filters.d.ts.map +1 -0
- package/dist/data/data-table-server-filters.js +171 -0
- package/dist/data/data-table-server-filters.js.map +1 -0
- package/dist/data/query-browser/QueryBrowser.cjs +96 -19
- package/dist/data/query-browser/QueryBrowser.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowser.d.ts +37 -6
- package/dist/data/query-browser/QueryBrowser.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowser.js +96 -19
- package/dist/data/query-browser/QueryBrowser.js.map +1 -1
- package/dist/data/query-browser/index.d.ts +1 -1
- package/dist/data/query-browser/index.d.ts.map +1 -1
- package/dist/data/runtime/ProviderStatusPanel.cjs +187 -0
- package/dist/data/runtime/ProviderStatusPanel.cjs.map +1 -0
- package/dist/data/runtime/ProviderStatusPanel.d.ts +10 -0
- package/dist/data/runtime/ProviderStatusPanel.d.ts.map +1 -0
- package/dist/data/runtime/ProviderStatusPanel.js +187 -0
- package/dist/data/runtime/ProviderStatusPanel.js.map +1 -0
- package/dist/data/runtime/RuntimeBar.cjs +147 -0
- package/dist/data/runtime/RuntimeBar.cjs.map +1 -0
- package/dist/data/runtime/RuntimeBar.d.ts +22 -0
- package/dist/data/runtime/RuntimeBar.d.ts.map +1 -0
- package/dist/data/runtime/RuntimeBar.js +147 -0
- package/dist/data/runtime/RuntimeBar.js.map +1 -0
- package/dist/data/runtime/RuntimeBar.model.cjs +14 -0
- package/dist/data/runtime/RuntimeBar.model.cjs.map +1 -0
- package/dist/data/runtime/RuntimeBar.model.d.ts +10 -0
- package/dist/data/runtime/RuntimeBar.model.d.ts.map +1 -0
- package/dist/data/runtime/RuntimeBar.model.js +14 -0
- package/dist/data/runtime/RuntimeBar.model.js.map +1 -0
- package/dist/data/runtime/RuntimeBarCombo.cjs +354 -0
- package/dist/data/runtime/RuntimeBarCombo.cjs.map +1 -0
- package/dist/data/runtime/RuntimeBarCombo.d.ts +23 -0
- package/dist/data/runtime/RuntimeBarCombo.d.ts.map +1 -0
- package/dist/data/runtime/RuntimeBarCombo.js +354 -0
- package/dist/data/runtime/RuntimeBarCombo.js.map +1 -0
- package/dist/data/{ai/RuntimeBar.cjs → runtime/RuntimeBarSegments.cjs} +93 -87
- package/dist/data/runtime/RuntimeBarSegments.cjs.map +1 -0
- package/dist/data/runtime/RuntimeBarSegments.d.ts +25 -0
- package/dist/data/runtime/RuntimeBarSegments.d.ts.map +1 -0
- package/dist/data/{ai/RuntimeBar.js → runtime/RuntimeBarSegments.js} +96 -90
- package/dist/data/runtime/RuntimeBarSegments.js.map +1 -0
- package/dist/data/runtime/availability.cjs +11 -0
- package/dist/data/runtime/availability.cjs.map +1 -0
- package/dist/data/runtime/availability.d.ts +6 -0
- package/dist/data/runtime/availability.d.ts.map +1 -0
- package/dist/data/runtime/availability.js +11 -0
- package/dist/data/runtime/availability.js.map +1 -0
- package/dist/data/{ai → runtime}/model-capabilities.cjs +12 -1
- package/dist/data/runtime/model-capabilities.cjs.map +1 -0
- package/dist/data/{ai → runtime}/model-capabilities.d.ts +2 -6
- package/dist/data/runtime/model-capabilities.d.ts.map +1 -0
- package/dist/data/{ai → runtime}/model-capabilities.js +12 -1
- package/dist/data/runtime/model-capabilities.js.map +1 -0
- package/dist/data/runtime/provider-status.cjs +106 -0
- package/dist/data/runtime/provider-status.cjs.map +1 -0
- package/dist/data/runtime/provider-status.d.ts +24 -0
- package/dist/data/runtime/provider-status.d.ts.map +1 -0
- package/dist/data/runtime/provider-status.js +106 -0
- package/dist/data/runtime/provider-status.js.map +1 -0
- package/dist/data/{ai → runtime}/runtime-mode.cjs +123 -22
- package/dist/data/runtime/runtime-mode.cjs.map +1 -0
- package/dist/data/{ai → runtime}/runtime-mode.d.ts +8 -1
- package/dist/data/runtime/runtime-mode.d.ts.map +1 -0
- package/dist/data/{ai → runtime}/runtime-mode.js +123 -22
- package/dist/data/runtime/runtime-mode.js.map +1 -0
- package/dist/data/server-timing.cjs +120 -0
- package/dist/data/server-timing.cjs.map +1 -0
- package/dist/data/server-timing.d.ts +11 -0
- package/dist/data/server-timing.d.ts.map +1 -0
- package/dist/data/server-timing.js +120 -0
- package/dist/data/server-timing.js.map +1 -0
- package/dist/data/task-query-keys.cjs +26 -0
- package/dist/data/task-query-keys.cjs.map +1 -0
- package/dist/data/task-query-keys.d.ts +27 -0
- package/dist/data/task-query-keys.d.ts.map +1 -0
- package/dist/data/task-query-keys.js +26 -0
- package/dist/data/task-query-keys.js.map +1 -0
- package/dist/data/version-info.cjs +3 -3
- package/dist/data/version-info.js +3 -3
- package/dist/data.cjs +23 -0
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.ts +8 -2
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +23 -0
- package/dist/data.js.map +1 -1
- package/dist/hooks/use-hotkey.cjs +6 -1
- package/dist/hooks/use-hotkey.cjs.map +1 -1
- package/dist/hooks/use-hotkey.d.ts.map +1 -1
- package/dist/hooks/use-hotkey.js +6 -1
- package/dist/hooks/use-hotkey.js.map +1 -1
- package/dist/hooks/use-task-run.cjs +7 -4
- package/dist/hooks/use-task-run.cjs.map +1 -1
- package/dist/hooks/use-task-run.d.ts +12 -0
- package/dist/hooks/use-task-run.d.ts.map +1 -1
- package/dist/hooks/use-task-run.js +7 -4
- package/dist/hooks/use-task-run.js.map +1 -1
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/registry.cjs +692 -0
- package/dist/icons/registry.cjs.map +1 -0
- package/dist/icons/registry.d.ts +21 -0
- package/dist/icons/registry.d.ts.map +1 -0
- package/dist/icons/registry.js +692 -0
- package/dist/icons/registry.js.map +1 -0
- package/dist/icons.cjs +3 -0
- package/dist/icons.cjs.map +1 -1
- package/dist/icons.js +4 -1
- package/dist/icons.js.map +1 -1
- package/dist/index.cjs +54 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +56 -2
- package/dist/index.js.map +1 -1
- package/dist/layout/AppShell.cjs +93 -57
- package/dist/layout/AppShell.cjs.map +1 -1
- package/dist/layout/AppShell.d.ts +49 -1
- package/dist/layout/AppShell.d.ts.map +1 -1
- package/dist/layout/AppShell.js +93 -57
- package/dist/layout/AppShell.js.map +1 -1
- package/dist/layout/AppShell.nav.cjs +144 -19
- package/dist/layout/AppShell.nav.cjs.map +1 -1
- package/dist/layout/AppShell.nav.d.ts +6 -1
- package/dist/layout/AppShell.nav.d.ts.map +1 -1
- package/dist/layout/AppShell.nav.js +144 -19
- package/dist/layout/AppShell.nav.js.map +1 -1
- package/dist/layout/SplitPane.cjs +23 -7
- package/dist/layout/SplitPane.cjs.map +1 -1
- package/dist/layout/SplitPane.d.ts +3 -1
- package/dist/layout/SplitPane.d.ts.map +1 -1
- package/dist/layout/SplitPane.js +23 -7
- package/dist/layout/SplitPane.js.map +1 -1
- package/dist/lib/format.cjs +86 -4
- package/dist/lib/format.cjs.map +1 -1
- package/dist/lib/format.d.ts +69 -0
- package/dist/lib/format.d.ts.map +1 -1
- package/dist/lib/format.js +86 -4
- package/dist/lib/format.js.map +1 -1
- package/dist/lib/path-tree.cjs +69 -0
- package/dist/lib/path-tree.cjs.map +1 -0
- package/dist/lib/path-tree.d.ts +54 -0
- package/dist/lib/path-tree.d.ts.map +1 -0
- package/dist/lib/path-tree.js +69 -0
- package/dist/lib/path-tree.js.map +1 -0
- package/dist/monaco.d.ts +1 -0
- package/dist/monaco.d.ts.map +1 -1
- package/dist/overlay/DropdownMenuSubmenu.cjs +13 -7
- package/dist/overlay/DropdownMenuSubmenu.cjs.map +1 -1
- package/dist/overlay/DropdownMenuSubmenu.d.ts.map +1 -1
- package/dist/overlay/DropdownMenuSubmenu.js +13 -7
- package/dist/overlay/DropdownMenuSubmenu.js.map +1 -1
- package/dist/overlay/HoverCard.cjs.map +1 -1
- package/dist/overlay/HoverCard.d.ts +2 -2
- package/dist/overlay/HoverCard.d.ts.map +1 -1
- package/dist/overlay/HoverCard.js.map +1 -1
- package/dist/overlay/Tour.cjs +173 -0
- package/dist/overlay/Tour.cjs.map +1 -0
- package/dist/overlay/Tour.d.ts +61 -0
- package/dist/overlay/Tour.d.ts.map +1 -0
- package/dist/overlay/Tour.js +173 -0
- package/dist/overlay/Tour.js.map +1 -0
- package/dist/overlay/TourCard.cjs +108 -0
- package/dist/overlay/TourCard.cjs.map +1 -0
- package/dist/overlay/TourCard.d.ts +23 -0
- package/dist/overlay/TourCard.d.ts.map +1 -0
- package/dist/overlay/TourCard.js +108 -0
- package/dist/overlay/TourCard.js.map +1 -0
- package/dist/overlay/TourProvider.cjs +160 -0
- package/dist/overlay/TourProvider.cjs.map +1 -0
- package/dist/overlay/TourProvider.d.ts +31 -0
- package/dist/overlay/TourProvider.d.ts.map +1 -0
- package/dist/overlay/TourProvider.js +160 -0
- package/dist/overlay/TourProvider.js.map +1 -0
- package/dist/overlay/TourSpotlight.cjs +47 -0
- package/dist/overlay/TourSpotlight.cjs.map +1 -0
- package/dist/overlay/TourSpotlight.d.ts +12 -0
- package/dist/overlay/TourSpotlight.d.ts.map +1 -0
- package/dist/overlay/TourSpotlight.js +47 -0
- package/dist/overlay/TourSpotlight.js.map +1 -0
- package/dist/overlay/modalStack.cjs +18 -4
- package/dist/overlay/modalStack.cjs.map +1 -1
- package/dist/overlay/modalStack.d.ts +10 -2
- package/dist/overlay/modalStack.d.ts.map +1 -1
- package/dist/overlay/modalStack.js +19 -5
- package/dist/overlay/modalStack.js.map +1 -1
- package/dist/overlay/tour-anchor.cjs +114 -0
- package/dist/overlay/tour-anchor.cjs.map +1 -0
- package/dist/overlay/tour-anchor.d.ts +30 -0
- package/dist/overlay/tour-anchor.d.ts.map +1 -0
- package/dist/overlay/tour-anchor.js +114 -0
- package/dist/overlay/tour-anchor.js.map +1 -0
- package/dist/overlay/tour-context.cjs +12 -0
- package/dist/overlay/tour-context.cjs.map +1 -0
- package/dist/overlay/tour-context.d.ts +40 -0
- package/dist/overlay/tour-context.d.ts.map +1 -0
- package/dist/overlay/tour-context.js +12 -0
- package/dist/overlay/tour-context.js.map +1 -0
- package/dist/overlay/tour-geometry.cjs +65 -0
- package/dist/overlay/tour-geometry.cjs.map +1 -0
- package/dist/overlay/tour-geometry.d.ts +47 -0
- package/dist/overlay/tour-geometry.d.ts.map +1 -0
- package/dist/overlay/tour-geometry.js +65 -0
- package/dist/overlay/tour-geometry.js.map +1 -0
- package/dist/overlay/tour-model.cjs +79 -0
- package/dist/overlay/tour-model.cjs.map +1 -0
- package/dist/overlay/tour-model.d.ts +29 -0
- package/dist/overlay/tour-model.d.ts.map +1 -0
- package/dist/overlay/tour-model.js +79 -0
- package/dist/overlay/tour-model.js.map +1 -0
- package/dist/overlay/tour-progress.cjs +54 -0
- package/dist/overlay/tour-progress.cjs.map +1 -0
- package/dist/overlay/tour-progress.d.ts +40 -0
- package/dist/overlay/tour-progress.d.ts.map +1 -0
- package/dist/overlay/tour-progress.js +54 -0
- package/dist/overlay/tour-progress.js.map +1 -0
- package/dist/overlay/tour-types.d.ts +144 -0
- package/dist/overlay/tour-types.d.ts.map +1 -0
- package/dist/overlay/use-tour-anchor.cjs +43 -0
- package/dist/overlay/use-tour-anchor.cjs.map +1 -0
- package/dist/overlay/use-tour-anchor.d.ts +23 -0
- package/dist/overlay/use-tour-anchor.d.ts.map +1 -0
- package/dist/overlay/use-tour-anchor.js +43 -0
- package/dist/overlay/use-tour-anchor.js.map +1 -0
- package/dist/overlay/use-tour-rect.cjs +33 -0
- package/dist/overlay/use-tour-rect.cjs.map +1 -0
- package/dist/overlay/use-tour-rect.d.ts +12 -0
- package/dist/overlay/use-tour-rect.d.ts.map +1 -0
- package/dist/overlay/use-tour-rect.js +33 -0
- package/dist/overlay/use-tour-rect.js.map +1 -0
- package/dist/overlay/use-tour-step.cjs +66 -0
- package/dist/overlay/use-tour-step.cjs.map +1 -0
- package/dist/overlay/use-tour-step.d.ts +45 -0
- package/dist/overlay/use-tour-step.d.ts.map +1 -0
- package/dist/overlay/use-tour-step.js +66 -0
- package/dist/overlay/use-tour-step.js.map +1 -0
- package/dist/overlay/zIndex.cjs +8 -0
- package/dist/overlay/zIndex.cjs.map +1 -1
- package/dist/overlay/zIndex.d.ts +8 -0
- package/dist/overlay/zIndex.d.ts.map +1 -1
- package/dist/overlay/zIndex.js +8 -0
- package/dist/overlay/zIndex.js.map +1 -1
- package/dist/rpc/CommandOutput.cjs +8 -0
- package/dist/rpc/CommandOutput.cjs.map +1 -1
- package/dist/rpc/CommandOutput.d.ts +4 -1
- package/dist/rpc/CommandOutput.d.ts.map +1 -1
- package/dist/rpc/CommandOutput.js +8 -0
- package/dist/rpc/CommandOutput.js.map +1 -1
- package/dist/rpc/EntityExplorerApp.cjs +10 -16
- package/dist/rpc/EntityExplorerApp.cjs.map +1 -1
- package/dist/rpc/EntityExplorerApp.d.ts.map +1 -1
- package/dist/rpc/EntityExplorerApp.js +10 -16
- package/dist/rpc/EntityExplorerApp.js.map +1 -1
- package/dist/rpc/OperationActionBar.cjs +1 -1
- package/dist/rpc/OperationActionBar.cjs.map +1 -1
- package/dist/rpc/OperationActionBar.js +1 -1
- package/dist/rpc/OperationActionBar.js.map +1 -1
- package/dist/rpc/OperationCatalog.cjs +111 -58
- package/dist/rpc/OperationCatalog.cjs.map +1 -1
- package/dist/rpc/OperationCatalog.d.ts +1 -6
- package/dist/rpc/OperationCatalog.d.ts.map +1 -1
- package/dist/rpc/OperationCatalog.js +112 -59
- package/dist/rpc/OperationCatalog.js.map +1 -1
- package/dist/rpc/OperationResultView.cjs +44 -0
- package/dist/rpc/OperationResultView.cjs.map +1 -1
- package/dist/rpc/OperationResultView.d.ts +8 -1
- package/dist/rpc/OperationResultView.d.ts.map +1 -1
- package/dist/rpc/OperationResultView.js +44 -0
- package/dist/rpc/OperationResultView.js.map +1 -1
- package/dist/rpc/SchemaActionForm.cjs +2 -21
- package/dist/rpc/SchemaActionForm.cjs.map +1 -1
- package/dist/rpc/SchemaActionForm.d.ts.map +1 -1
- package/dist/rpc/SchemaActionForm.js +3 -22
- package/dist/rpc/SchemaActionForm.js.map +1 -1
- package/dist/rpc/apiClient.cjs +16 -2
- package/dist/rpc/apiClient.cjs.map +1 -1
- package/dist/rpc/apiClient.d.ts.map +1 -1
- package/dist/rpc/apiClient.js +16 -2
- package/dist/rpc/apiClient.js.map +1 -1
- package/dist/rpc/formMetadata.cjs +89 -49
- package/dist/rpc/formMetadata.cjs.map +1 -1
- package/dist/rpc/formMetadata.d.ts +14 -6
- package/dist/rpc/formMetadata.d.ts.map +1 -1
- package/dist/rpc/formMetadata.js +87 -47
- package/dist/rpc/formMetadata.js.map +1 -1
- package/dist/rpc/operationFilterSearch.cjs +23 -0
- package/dist/rpc/operationFilterSearch.cjs.map +1 -0
- package/dist/rpc/operationFilterSearch.d.ts +22 -0
- package/dist/rpc/operationFilterSearch.d.ts.map +1 -0
- package/dist/rpc/operationFilterSearch.js +23 -0
- package/dist/rpc/operationFilterSearch.js.map +1 -0
- package/dist/rpc/operationLookupFetcher.cjs +28 -0
- package/dist/rpc/operationLookupFetcher.cjs.map +1 -0
- package/dist/rpc/operationLookupFetcher.d.ts +17 -0
- package/dist/rpc/operationLookupFetcher.d.ts.map +1 -0
- package/dist/rpc/operationLookupFetcher.js +28 -0
- package/dist/rpc/operationLookupFetcher.js.map +1 -0
- package/dist/rpc/surfaceNav.cjs +77 -0
- package/dist/rpc/surfaceNav.cjs.map +1 -0
- package/dist/rpc/surfaceNav.d.ts +19 -0
- package/dist/rpc/surfaceNav.d.ts.map +1 -0
- package/dist/rpc/surfaceNav.js +77 -0
- package/dist/rpc/surfaceNav.js.map +1 -0
- package/dist/rpc/types.cjs.map +1 -1
- package/dist/rpc/types.d.ts +12 -1
- package/dist/rpc/types.d.ts.map +1 -1
- package/dist/rpc/types.js.map +1 -1
- package/dist/rpc.cjs +2 -0
- package/dist/rpc.cjs.map +1 -1
- package/dist/rpc.d.ts +1 -0
- package/dist/rpc.d.ts.map +1 -1
- package/dist/rpc.js +2 -0
- package/dist/rpc.js.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind-preset.cjs +4 -0
- package/dist/tailwind-preset.cjs.map +1 -1
- package/dist/tailwind-preset.d.ts.map +1 -1
- package/dist/tailwind-preset.js +4 -0
- package/dist/tailwind-preset.js.map +1 -1
- package/dist/utils.cjs +8 -0
- package/dist/utils.cjs.map +1 -1
- package/dist/utils.d.ts +2 -1
- package/dist/utils.d.ts.map +1 -1
- package/dist/utils.js +10 -2
- package/dist/utils.js.map +1 -1
- package/package.json +1 -1
- package/dist/data/ai/RuntimeBar.cjs.map +0 -1
- package/dist/data/ai/RuntimeBar.d.ts +0 -27
- package/dist/data/ai/RuntimeBar.d.ts.map +0 -1
- package/dist/data/ai/RuntimeBar.js.map +0 -1
- package/dist/data/ai/model-capabilities.cjs.map +0 -1
- package/dist/data/ai/model-capabilities.d.ts.map +0 -1
- package/dist/data/ai/model-capabilities.js.map +0 -1
- package/dist/data/ai/runtime-mode.cjs.map +0 -1
- package/dist/data/ai/runtime-mode.d.ts.map +0 -1
- package/dist/data/ai/runtime-mode.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { cn } from "./lib/utils.js";
|
|
2
2
|
import { AVATAR_PALETTE, fnv1a32, paletteClass } from "./lib/palette.js";
|
|
3
3
|
import { SIZE_TOKENS, resolveSize } from "./lib/size.js";
|
|
4
|
-
import {
|
|
4
|
+
import { PATH_SEPARATOR, buildPathTree, foldersFirst, isPathTreeFolder, splitPath } from "./lib/path-tree.js";
|
|
5
|
+
import { CLICKY_COLUMN_FORMAT_OPTIONS, CLICKY_COLUMN_UNIT_OPTIONS, formatBytes, formatBytesPerSecond, formatDuration, formatShort, formatUnit } from "./lib/format.js";
|
|
5
6
|
import { useOptionalTheme, useResolvedTheme, useTheme } from "./hooks/use-theme.js";
|
|
6
7
|
import { ThemeProvider } from "./hooks/theme-provider.js";
|
|
7
8
|
import { useDensity, useDensityValue } from "./hooks/use-density.js";
|
|
@@ -12,12 +13,16 @@ import { useTaskRun, useTaskRuns } from "./hooks/use-task-run.js";
|
|
|
12
13
|
import { answerPrompt, usePrompts } from "./hooks/use-prompts.js";
|
|
13
14
|
import { formatHotkey, parseHotkey, useHotkey } from "./hooks/use-hotkey.js";
|
|
14
15
|
import { Button } from "./components/button.js";
|
|
16
|
+
import { ErrorWrapper } from "./components/ErrorWrapper.js";
|
|
15
17
|
import { Loading, LoadingBar, LoadingDots } from "./components/loading.js";
|
|
16
18
|
import { buttonVariants } from "./components/button-variants.js";
|
|
17
19
|
import { IconButton } from "./components/IconButton.js";
|
|
18
20
|
import { SplitButton } from "./components/SplitButton.js";
|
|
19
21
|
import { InputField } from "./components/InputField.js";
|
|
22
|
+
import { JSONPathField } from "./components/JSONPathField.js";
|
|
20
23
|
import { SegmentedControl } from "./components/SegmentedControl.js";
|
|
24
|
+
import { TriStateToggle } from "./components/TriStateToggle.js";
|
|
25
|
+
import { nextTriState } from "./components/tri-state.js";
|
|
21
26
|
import { SearchInput } from "./components/SearchInput.js";
|
|
22
27
|
import { Switch } from "./components/Switch.js";
|
|
23
28
|
import { FormatOptionsDropdown } from "./components/FormatOptionsDropdown.js";
|
|
@@ -55,6 +60,7 @@ import { DEFAULT_PREFERENCES_STORAGE_KEY, readPreferences, writePreferences } fr
|
|
|
55
60
|
import { effectiveProperties, isOpenStringMap, matchesIf, resolveControl } from "./components/json-schema-form-resolve.js";
|
|
56
61
|
import { rehydrateRefs } from "./components/json-schema-form-refs.js";
|
|
57
62
|
import { templateValuePre } from "./components/json-schema-form-template.js";
|
|
63
|
+
import { applyPostExtensions } from "./components/json-schema-form-extensions.js";
|
|
58
64
|
import { SplitPane } from "./layout/SplitPane.js";
|
|
59
65
|
import { Workspace } from "./layout/Workspace.js";
|
|
60
66
|
import { AppShell } from "./layout/AppShell.js";
|
|
@@ -66,8 +72,12 @@ import { DropdownMenu } from "./overlay/DropdownMenu.js";
|
|
|
66
72
|
import { CellActionButton, CellActions } from "./overlay/CellActions.js";
|
|
67
73
|
import { HoverCard } from "./overlay/HoverCard.js";
|
|
68
74
|
import { Modal } from "./overlay/Modal.js";
|
|
69
|
-
import { useEscapeLayer, useFloatingZIndex, useModalStack } from "./overlay/modalStack.js";
|
|
75
|
+
import { useEscapeLayer, useFloatingZIndex, useModalStack, useTourLayer } from "./overlay/modalStack.js";
|
|
70
76
|
import { zIndex } from "./overlay/zIndex.js";
|
|
77
|
+
import { Tour } from "./overlay/Tour.js";
|
|
78
|
+
import { TourProvider } from "./overlay/TourProvider.js";
|
|
79
|
+
import { useTour } from "./overlay/tour-context.js";
|
|
80
|
+
import { isTourFinished, localStorageTourStorage, memoryTourStorage } from "./overlay/tour-progress.js";
|
|
71
81
|
import { CommandPalette } from "./overlay/CommandPalette.js";
|
|
72
82
|
import { CommandPaletteTrigger } from "./overlay/CommandPaletteTrigger.js";
|
|
73
83
|
import { ToastProvider } from "./overlay/Toast.js";
|
|
@@ -81,6 +91,8 @@ import { CodeBlock } from "./data/CodeBlock.js";
|
|
|
81
91
|
import { CodeDiff } from "./data/CodeDiff.js";
|
|
82
92
|
import { computeLineDiff, parseUnifiedDiff } from "./data/code-diff.js";
|
|
83
93
|
import { inferColumns } from "./data/data-table-utils.js";
|
|
94
|
+
import { parseMultiFilterValue, serializeMultiFilterValue, splitCommaValues, updateFilterSelection } from "./data/data-table-filter-values.js";
|
|
95
|
+
import { DATA_TABLE_FILTER_LOOKUP_LIMIT, serverColumnsToDataTableColumns, serverFiltersToFilterBar } from "./data/data-table-server-filters.js";
|
|
84
96
|
import { DataTable } from "./data/DataTable.js";
|
|
85
97
|
import { groupRecords, isGroupCollapsedByDefault } from "./data/DataTable.grouping.js";
|
|
86
98
|
import { StatStrip } from "./data/StatStrip.js";
|
|
@@ -88,6 +100,7 @@ import { EntityCell } from "./data/cells/EntityCell.js";
|
|
|
88
100
|
import { Timestamp } from "./data/cells/Timestamp.js";
|
|
89
101
|
import { chooseTimestampFormat, formatDateTimeRelative, formatRelativeTime, formatTimestamp, modeToFormat, parseTimestamp } from "./data/cells/timestamp-format.js";
|
|
90
102
|
import { TagActionsProvider, TagList } from "./data/cells/TagList.js";
|
|
103
|
+
import { CellFilterActions } from "./data/cells/CellFilterActions.js";
|
|
91
104
|
import { normalizeTags, splitTagToken, tagActionsFromRecord, tagFilterTokens, useTagActions, useTagActionsValue } from "./data/cells/tag-utils.js";
|
|
92
105
|
import { StatusDot } from "./data/cells/StatusDot.js";
|
|
93
106
|
import { STATUS_TOKEN_GROUPS, normalizeStatus } from "./data/cells/status-mapping.js";
|
|
@@ -124,6 +137,8 @@ import { ProgressBars } from "./data/ProgressBars.js";
|
|
|
124
137
|
import { deriveProgressBars } from "./data/ProgressBars.model.js";
|
|
125
138
|
import { TimeseriesCoreBars } from "./data/TimeseriesCoreBars.js";
|
|
126
139
|
import { GaugeHoverCard } from "./data/GaugeHoverCard.js";
|
|
140
|
+
import { ServerTimingBadge } from "./data/ServerTimingBadge.js";
|
|
141
|
+
import { formatServerTimingDuration, parseServerTiming, serverTimingCounterSummary, serverTimingMetricLabel } from "./data/server-timing.js";
|
|
127
142
|
import { seriesStats } from "./data/gauge-stats.js";
|
|
128
143
|
import { WorkloadCard } from "./data/WorkloadCard.js";
|
|
129
144
|
import { formatReplicaCounts, workloadKindLabel, workloadStatusLabel, workloadStatusTone } from "./data/WorkloadCard.model.js";
|
|
@@ -141,6 +156,7 @@ import { allGroupsTerminal, isTerminalStatus } from "./data/TaskSnapshot.js";
|
|
|
141
156
|
import { bucketTasks, logLevelColor, taskSegments, taskStatusBg, taskStatusColor, taskStatusIcon } from "./data/task-status.js";
|
|
142
157
|
import { TaskProgress } from "./data/TaskProgress.js";
|
|
143
158
|
import { TaskManager } from "./data/TaskManager.js";
|
|
159
|
+
import { taskQueryKeys } from "./data/task-query-keys.js";
|
|
144
160
|
import { TaskManagerButton } from "./data/TaskManagerButton.js";
|
|
145
161
|
import { PromptDialog } from "./data/PromptDialog.js";
|
|
146
162
|
import { PromptBanner } from "./data/PromptBanner.js";
|
|
@@ -177,6 +193,7 @@ import { OperationCatalog } from "./rpc/OperationCatalog.js";
|
|
|
177
193
|
import { EntityExplorerApp } from "./rpc/EntityExplorerApp.js";
|
|
178
194
|
import { ACCEPT_OPTIONS, VIEW_OPTIONS } from "./rpc/accept-options.js";
|
|
179
195
|
import { SchemaActionForm } from "./rpc/SchemaActionForm.js";
|
|
196
|
+
import { useOperationLookupFetcher } from "./rpc/operationLookupFetcher.js";
|
|
180
197
|
import { CommandForm } from "./rpc/CommandForm.js";
|
|
181
198
|
import { normalizeParameters, pathParamNames, submitValue } from "./rpc/command-form-utils.js";
|
|
182
199
|
import { CommandOutput } from "./rpc/CommandOutput.js";
|
|
@@ -537,6 +554,7 @@ import { annotateRoutePaths, findNodeByRoutePath, slugify } from "./data/test-ru
|
|
|
537
554
|
import { applyFixtureFrontmatterRaw, applyFixtureFrontmatterState, fixtureFrontmatterState, parseFixtureFrontmatter } from "./data/FixtureEditor/fixture-frontmatter.js";
|
|
538
555
|
import { cacheQueryKeys, createCacheClient } from "./data/cache-browser/api.js";
|
|
539
556
|
import { changeIconAliases, getChangeIcon } from "./icons/changeIconAliases.js";
|
|
557
|
+
import { clickyIconProvider, iconsByConsumerName } from "./icons/registry.js";
|
|
540
558
|
import { createChecklistMarkdown, createFenceMarkdown, fixtureFenceKind, fixtureFenceSchemaAliases, fixtureFenceSnippetInfo, parseFixtureYaml, resolveFixtureFenceSchema, schemaKeys, stringifyFixtureYaml } from "./data/FixtureEditor/fixture-blocks.js";
|
|
541
559
|
import { cycleFilterState, decodeFilterState, emptyTestFilters, encodeFilterState, filterStateToRecord, matchesFilterState, recordToFilterState } from "./data/test-runner/filterState.js";
|
|
542
560
|
import { formatGitCommitDateHeader } from "./data/git/git-dates.js";
|
|
@@ -553,6 +571,8 @@ export {
|
|
|
553
571
|
AvatarBadge,
|
|
554
572
|
Badge,
|
|
555
573
|
Button,
|
|
574
|
+
CLICKY_COLUMN_FORMAT_OPTIONS,
|
|
575
|
+
CLICKY_COLUMN_UNIT_OPTIONS,
|
|
556
576
|
CLICKY_FORMAT_OPTIONS,
|
|
557
577
|
CacheAdapterRegistry,
|
|
558
578
|
CacheBrowser,
|
|
@@ -563,6 +583,7 @@ export {
|
|
|
563
583
|
CacheValue,
|
|
564
584
|
CellActionButton,
|
|
565
585
|
CellActions,
|
|
586
|
+
CellFilterActions,
|
|
566
587
|
Clicky,
|
|
567
588
|
ClickyNodeView,
|
|
568
589
|
ClickyTable,
|
|
@@ -584,6 +605,7 @@ export {
|
|
|
584
605
|
CommentThread,
|
|
585
606
|
CommentThreadList,
|
|
586
607
|
CopyBadge,
|
|
608
|
+
DATA_TABLE_FILTER_LOOKUP_LIMIT,
|
|
587
609
|
DEFAULT_CHECKLIST_CYCLE,
|
|
588
610
|
DEFAULT_COMMENT_STATUSES,
|
|
589
611
|
DEFAULT_FORM_SIZE,
|
|
@@ -606,6 +628,7 @@ export {
|
|
|
606
628
|
EntityCell,
|
|
607
629
|
EntityExplorerApp,
|
|
608
630
|
ErrorDetails,
|
|
631
|
+
ErrorWrapper,
|
|
609
632
|
ExecutionTree,
|
|
610
633
|
Field,
|
|
611
634
|
FilterBar,
|
|
@@ -631,6 +654,7 @@ export {
|
|
|
631
654
|
IconMenuPicker,
|
|
632
655
|
InlineError,
|
|
633
656
|
InputField,
|
|
657
|
+
JSONPathField,
|
|
634
658
|
JsonSchemaForm,
|
|
635
659
|
JsonView,
|
|
636
660
|
JvmStackFrameRow,
|
|
@@ -666,6 +690,7 @@ export {
|
|
|
666
690
|
OperationEntityPage,
|
|
667
691
|
OperationResultView,
|
|
668
692
|
OperationsApiClientError,
|
|
693
|
+
PATH_SEPARATOR,
|
|
669
694
|
Panel,
|
|
670
695
|
PrettyStackTrace,
|
|
671
696
|
ProgressBar,
|
|
@@ -690,6 +715,7 @@ export {
|
|
|
690
715
|
Section,
|
|
691
716
|
SegmentedControl,
|
|
692
717
|
Select,
|
|
718
|
+
ServerTimingBadge,
|
|
693
719
|
SignedDeltaBar,
|
|
694
720
|
SortableHeader,
|
|
695
721
|
SplitButton,
|
|
@@ -727,11 +753,14 @@ export {
|
|
|
727
753
|
TimeseriesPanel,
|
|
728
754
|
Timestamp,
|
|
729
755
|
ToastProvider,
|
|
756
|
+
Tour,
|
|
757
|
+
TourProvider,
|
|
730
758
|
Tree,
|
|
731
759
|
TreeGroupHeader,
|
|
732
760
|
TreeNode,
|
|
733
761
|
TreePickerField,
|
|
734
762
|
TriStateMultiSelect,
|
|
763
|
+
TriStateToggle,
|
|
735
764
|
UiActivity,
|
|
736
765
|
UiAdd,
|
|
737
766
|
UiAddFilled,
|
|
@@ -1332,12 +1361,14 @@ export {
|
|
|
1332
1361
|
applyFilterExtensions,
|
|
1333
1362
|
applyFixtureFrontmatterRaw,
|
|
1334
1363
|
applyFixtureFrontmatterState,
|
|
1364
|
+
applyPostExtensions,
|
|
1335
1365
|
assignAxes,
|
|
1336
1366
|
authorDisplayName,
|
|
1337
1367
|
badgeVariants,
|
|
1338
1368
|
bucketTasks,
|
|
1339
1369
|
buildCommandHref,
|
|
1340
1370
|
buildMarkdownPreviewUrl,
|
|
1371
|
+
buildPathTree,
|
|
1341
1372
|
buildReplyMap,
|
|
1342
1373
|
buildSchemaTree,
|
|
1343
1374
|
buildSchemaViewerTree,
|
|
@@ -1348,6 +1379,7 @@ export {
|
|
|
1348
1379
|
changeIconAliases,
|
|
1349
1380
|
chooseTimestampFormat,
|
|
1350
1381
|
clickyFormatForMarkdownPreview,
|
|
1382
|
+
clickyIconProvider,
|
|
1351
1383
|
clickyRowRecord,
|
|
1352
1384
|
cn,
|
|
1353
1385
|
collapseSingleChildChains,
|
|
@@ -1393,6 +1425,7 @@ export {
|
|
|
1393
1425
|
fixtureFenceSnippetInfo,
|
|
1394
1426
|
fixtureFrontmatterState,
|
|
1395
1427
|
fnv1a32,
|
|
1428
|
+
foldersFirst,
|
|
1396
1429
|
formatBytes,
|
|
1397
1430
|
formatBytesPerSecond,
|
|
1398
1431
|
formatCount,
|
|
@@ -1403,6 +1436,7 @@ export {
|
|
|
1403
1436
|
formatPropertyLabel,
|
|
1404
1437
|
formatRelativeTime,
|
|
1405
1438
|
formatReplicaCounts,
|
|
1439
|
+
formatServerTimingDuration,
|
|
1406
1440
|
formatShort,
|
|
1407
1441
|
formatTestDuration,
|
|
1408
1442
|
formatTimestamp,
|
|
@@ -1420,27 +1454,33 @@ export {
|
|
|
1420
1454
|
hasHoverMeta,
|
|
1421
1455
|
hasPending,
|
|
1422
1456
|
humanizeName,
|
|
1457
|
+
iconsByConsumerName,
|
|
1423
1458
|
inferColumns,
|
|
1424
1459
|
isApplicationStackFrame,
|
|
1425
1460
|
isGroupCollapsedByDefault,
|
|
1426
1461
|
isLeaf,
|
|
1427
1462
|
isOpenStringMap,
|
|
1463
|
+
isPathTreeFolder,
|
|
1428
1464
|
isPositionalParam,
|
|
1429
1465
|
isTerminalStatus,
|
|
1466
|
+
isTourFinished,
|
|
1430
1467
|
isUnresolved,
|
|
1431
1468
|
kindForValue,
|
|
1432
1469
|
latestOf,
|
|
1433
1470
|
loadedWorkloads,
|
|
1471
|
+
localStorageTourStorage,
|
|
1434
1472
|
logLevelColor,
|
|
1435
1473
|
makeSurfaceDefinition,
|
|
1436
1474
|
markdownDocumentStats,
|
|
1437
1475
|
matchMentionsInBody,
|
|
1438
1476
|
matchesFilterState,
|
|
1439
1477
|
matchesIf,
|
|
1478
|
+
memoryTourStorage,
|
|
1440
1479
|
mergeSeries,
|
|
1441
1480
|
mockMarkdownPreview,
|
|
1442
1481
|
modeToFormat,
|
|
1443
1482
|
nextChecklistStatus,
|
|
1483
|
+
nextTriState,
|
|
1444
1484
|
normalizeErrorDiagnostics,
|
|
1445
1485
|
normalizeLogsTableRows,
|
|
1446
1486
|
normalizeParameters,
|
|
@@ -1457,7 +1497,9 @@ export {
|
|
|
1457
1497
|
parseJavaStackTrace,
|
|
1458
1498
|
parseJsonBody,
|
|
1459
1499
|
parseJvmThreadDump,
|
|
1500
|
+
parseMultiFilterValue,
|
|
1460
1501
|
parseSecretRef,
|
|
1502
|
+
parseServerTiming,
|
|
1461
1503
|
parseStackDump,
|
|
1462
1504
|
parseTimestamp,
|
|
1463
1505
|
parseUnifiedDiff,
|
|
@@ -1481,11 +1523,18 @@ export {
|
|
|
1481
1523
|
resolveStatusConfig,
|
|
1482
1524
|
schemaKeys,
|
|
1483
1525
|
segment,
|
|
1526
|
+
serializeMultiFilterValue,
|
|
1484
1527
|
serializeSecretRef,
|
|
1485
1528
|
seriesStats,
|
|
1529
|
+
serverColumnsToDataTableColumns,
|
|
1530
|
+
serverFiltersToFilterBar,
|
|
1531
|
+
serverTimingCounterSummary,
|
|
1532
|
+
serverTimingMetricLabel,
|
|
1486
1533
|
setFallbackIconProvider,
|
|
1487
1534
|
slugify,
|
|
1488
1535
|
sortReplies,
|
|
1536
|
+
splitCommaValues,
|
|
1537
|
+
splitPath,
|
|
1489
1538
|
splitTagToken,
|
|
1490
1539
|
statusIconFor,
|
|
1491
1540
|
statusToneFor,
|
|
@@ -1496,6 +1545,7 @@ export {
|
|
|
1496
1545
|
sumNonTaskTests,
|
|
1497
1546
|
tagActionsFromRecord,
|
|
1498
1547
|
tagFilterTokens,
|
|
1548
|
+
taskQueryKeys,
|
|
1499
1549
|
taskSegments,
|
|
1500
1550
|
taskStatusBg,
|
|
1501
1551
|
taskStatusColor,
|
|
@@ -1505,6 +1555,7 @@ export {
|
|
|
1505
1555
|
toneToBadgeTone,
|
|
1506
1556
|
totalDuration,
|
|
1507
1557
|
truncatePlain,
|
|
1558
|
+
updateFilterSelection,
|
|
1508
1559
|
useBrowserRouter,
|
|
1509
1560
|
useCommentAnchorActionsOptional,
|
|
1510
1561
|
useCommentAnchorOptional,
|
|
@@ -1523,6 +1574,7 @@ export {
|
|
|
1523
1574
|
useModalStack,
|
|
1524
1575
|
useOpenAPI,
|
|
1525
1576
|
useOperationById,
|
|
1577
|
+
useOperationLookupFetcher,
|
|
1526
1578
|
useOperations,
|
|
1527
1579
|
useOptionalTheme,
|
|
1528
1580
|
usePrompts,
|
|
@@ -1536,6 +1588,8 @@ export {
|
|
|
1536
1588
|
useTestRunner,
|
|
1537
1589
|
useTheme,
|
|
1538
1590
|
useToast,
|
|
1591
|
+
useTour,
|
|
1592
|
+
useTourLayer,
|
|
1539
1593
|
withBasePath,
|
|
1540
1594
|
workloadKey,
|
|
1541
1595
|
workloadKindLabel,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/layout/AppShell.cjs
CHANGED
|
@@ -16,6 +16,34 @@ function readStored(key) {
|
|
|
16
16
|
if (!key || typeof window === "undefined") return null;
|
|
17
17
|
return window.localStorage.getItem(key);
|
|
18
18
|
}
|
|
19
|
+
const DEFAULT_GROUP_COLLAPSE_KEY = "clicky-ui:app-shell:groups";
|
|
20
|
+
function readGroupState(storageKey) {
|
|
21
|
+
if (typeof window === "undefined") return {};
|
|
22
|
+
try {
|
|
23
|
+
const raw = window.localStorage.getItem(storageKey);
|
|
24
|
+
if (!raw) return {};
|
|
25
|
+
const parsed = JSON.parse(raw);
|
|
26
|
+
return parsed && typeof parsed === "object" ? parsed : {};
|
|
27
|
+
} catch {
|
|
28
|
+
return {};
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
function useGroupCollapsed(storageKey) {
|
|
32
|
+
const [state, setState] = react.useState(
|
|
33
|
+
() => readGroupState(storageKey)
|
|
34
|
+
);
|
|
35
|
+
react.useEffect(() => {
|
|
36
|
+
if (typeof window === "undefined") return;
|
|
37
|
+
try {
|
|
38
|
+
window.localStorage.setItem(storageKey, JSON.stringify(state));
|
|
39
|
+
} catch {
|
|
40
|
+
}
|
|
41
|
+
}, [state, storageKey]);
|
|
42
|
+
return {
|
|
43
|
+
isCollapsed: (key, fallback) => state[key] ?? fallback,
|
|
44
|
+
toggle: (key, fallback) => setState((prev) => ({ ...prev, [key]: !(prev[key] ?? fallback) }))
|
|
45
|
+
};
|
|
46
|
+
}
|
|
19
47
|
function AppShell(props) {
|
|
20
48
|
const {
|
|
21
49
|
brand,
|
|
@@ -32,6 +60,7 @@ function AppShell(props) {
|
|
|
32
60
|
collapsible = true,
|
|
33
61
|
defaultCollapsed = false,
|
|
34
62
|
collapsedStorageKey,
|
|
63
|
+
groupCollapsedStorageKey,
|
|
35
64
|
sidebarWidth = 240,
|
|
36
65
|
collapsedWidth = 56,
|
|
37
66
|
mobileSidebarLabel = "Navigation",
|
|
@@ -59,8 +88,10 @@ function AppShell(props) {
|
|
|
59
88
|
window.localStorage.setItem(collapsedStorageKey, String(collapsed));
|
|
60
89
|
}, [collapsed, collapsedStorageKey]);
|
|
61
90
|
modalStack.useEscapeLayer(mobileSidebarOpen, () => setMobileSidebarOpen(false));
|
|
91
|
+
const groupState = useGroupCollapsed(
|
|
92
|
+
groupCollapsedStorageKey ?? DEFAULT_GROUP_COLLAPSE_KEY
|
|
93
|
+
);
|
|
62
94
|
const railWidth = collapsed ? collapsedWidth : sidebarWidth;
|
|
63
|
-
const compactActions = mobileActions ?? actions;
|
|
64
95
|
const hasTopBar = !hasSidebar && brand !== void 0 || nav !== void 0 || search !== void 0 || actions !== void 0 || mobileActions !== void 0 || toolbar !== void 0;
|
|
65
96
|
const hasMobileHeader = hasSidebar;
|
|
66
97
|
const hasBodyHeader = bodyHeader !== void 0 || bodyActions !== void 0;
|
|
@@ -70,6 +101,7 @@ function AppShell(props) {
|
|
|
70
101
|
{
|
|
71
102
|
sections: navSections,
|
|
72
103
|
collapsed: collapsedValue,
|
|
104
|
+
groupState,
|
|
73
105
|
...onNavigate ? { onNavigate } : {}
|
|
74
106
|
}
|
|
75
107
|
);
|
|
@@ -145,56 +177,71 @@ function AppShell(props) {
|
|
|
145
177
|
"data-slot": "app-shell-header",
|
|
146
178
|
className: "shrink-0 border-b border-border bg-card",
|
|
147
179
|
children: [
|
|
148
|
-
hasMobileHeader && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-wrap items-center gap-density-2 px-density-3 py-density-2 md:hidden", children: [
|
|
149
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
150
|
-
"button",
|
|
151
|
-
{
|
|
152
|
-
type: "button",
|
|
153
|
-
"aria-label": `Open ${mobileSidebarLabel}`,
|
|
154
|
-
title: mobileSidebarLabel,
|
|
155
|
-
className: "inline-flex h-9 w-9 shrink-0 items-center justify-center rounded-md border border-border bg-background text-foreground transition-colors hover:bg-accent",
|
|
156
|
-
onClick: () => setMobileSidebarOpen(true),
|
|
157
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiMenu.UiMenu, className: "h-4 w-4" })
|
|
158
|
-
}
|
|
159
|
-
),
|
|
160
|
-
brand && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex min-w-0 flex-1 items-center gap-density-2", children: brand }),
|
|
161
|
-
compactActions && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "ml-auto flex min-w-0 shrink items-center justify-end gap-density-2", children: compactActions }),
|
|
162
|
-
search !== void 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "basis-full min-w-0", children: search }),
|
|
163
|
-
nav && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "basis-full min-w-0 overflow-x-auto", children: nav })
|
|
164
|
-
] }),
|
|
165
180
|
/* @__PURE__ */ jsxRuntime.jsxs(
|
|
166
181
|
"div",
|
|
167
182
|
{
|
|
168
183
|
className: utils.cn(
|
|
169
|
-
"
|
|
170
|
-
!hasSidebar && "flex",
|
|
184
|
+
hasSidebar ? "flex flex-wrap items-center gap-density-2 px-density-3 py-density-2 md:h-14 md:flex-nowrap md:gap-density-3 md:px-density-4 md:py-0" : "flex h-14 items-center gap-density-3 px-density-4",
|
|
171
185
|
headerClassName
|
|
172
186
|
),
|
|
173
187
|
children: [
|
|
174
|
-
|
|
188
|
+
hasSidebar && /* @__PURE__ */ jsxRuntime.jsx(
|
|
189
|
+
"button",
|
|
190
|
+
{
|
|
191
|
+
type: "button",
|
|
192
|
+
"aria-label": `Open ${mobileSidebarLabel}`,
|
|
193
|
+
title: mobileSidebarLabel,
|
|
194
|
+
className: "inline-flex h-9 w-9 shrink-0 items-center justify-center rounded-md border border-border bg-background text-foreground transition-colors hover:bg-accent md:hidden",
|
|
195
|
+
onClick: () => setMobileSidebarOpen(true),
|
|
196
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(Icon.Icon, { icon: UiMenu.UiMenu, className: "h-4 w-4" })
|
|
197
|
+
}
|
|
198
|
+
),
|
|
199
|
+
brand && /* @__PURE__ */ jsxRuntime.jsx(
|
|
175
200
|
"div",
|
|
176
201
|
{
|
|
177
202
|
"data-slot": "app-shell-brand",
|
|
178
|
-
className:
|
|
203
|
+
className: utils.cn(
|
|
204
|
+
"min-w-0 items-center gap-density-2",
|
|
205
|
+
hasSidebar ? "flex flex-1 md:hidden" : "flex shrink-0"
|
|
206
|
+
),
|
|
179
207
|
children: brand
|
|
180
208
|
}
|
|
181
209
|
),
|
|
182
|
-
nav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
210
|
+
nav && /* @__PURE__ */ jsxRuntime.jsx(
|
|
211
|
+
"div",
|
|
212
|
+
{
|
|
213
|
+
"data-slot": "app-shell-nav",
|
|
214
|
+
className: utils.cn(
|
|
215
|
+
"flex min-w-0 items-center",
|
|
216
|
+
hasSidebar && "order-3 basis-full overflow-x-auto md:order-none md:basis-auto md:overflow-visible"
|
|
217
|
+
),
|
|
218
|
+
children: nav
|
|
219
|
+
}
|
|
220
|
+
),
|
|
183
221
|
search !== void 0 && /* @__PURE__ */ jsxRuntime.jsx(
|
|
184
222
|
"div",
|
|
185
223
|
{
|
|
186
224
|
"data-slot": "app-shell-search",
|
|
187
|
-
className:
|
|
225
|
+
className: utils.cn(
|
|
226
|
+
"flex min-w-0 flex-1 justify-center",
|
|
227
|
+
hasSidebar && "order-2 basis-full md:order-none md:basis-auto md:flex-1"
|
|
228
|
+
),
|
|
188
229
|
children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-full", style: { maxWidth: searchMaxWidth }, children: search })
|
|
189
230
|
}
|
|
190
231
|
),
|
|
191
|
-
search === void 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1" }),
|
|
192
|
-
actions && /* @__PURE__ */ jsxRuntime.jsx(
|
|
232
|
+
search === void 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { className: utils.cn("flex-1", hasSidebar && "hidden md:block") }),
|
|
233
|
+
(actions !== void 0 || hasSidebar && mobileActions !== void 0) && /* @__PURE__ */ jsxRuntime.jsx(
|
|
193
234
|
"div",
|
|
194
235
|
{
|
|
195
236
|
"data-slot": "app-shell-actions",
|
|
196
|
-
className:
|
|
197
|
-
|
|
237
|
+
className: utils.cn(
|
|
238
|
+
"flex shrink-0 items-center gap-density-2",
|
|
239
|
+
hasSidebar && "order-1 ml-auto md:order-none md:ml-0"
|
|
240
|
+
),
|
|
241
|
+
children: !hasSidebar || mobileActions === void 0 ? actions : /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
242
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "hidden items-center gap-density-2 md:flex", children: actions }),
|
|
243
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center gap-density-2 md:hidden", children: mobileActions })
|
|
244
|
+
] })
|
|
198
245
|
}
|
|
199
246
|
)
|
|
200
247
|
]
|
|
@@ -246,48 +293,37 @@ function AppShell(props) {
|
|
|
246
293
|
)
|
|
247
294
|
}
|
|
248
295
|
),
|
|
249
|
-
bodySidebar !== void 0 ? /* @__PURE__ */ jsxRuntime.
|
|
250
|
-
|
|
251
|
-
|
|
296
|
+
bodySidebar !== void 0 ? /* @__PURE__ */ jsxRuntime.jsx(
|
|
297
|
+
SplitPane.SplitPane,
|
|
298
|
+
{
|
|
299
|
+
stackOnMobile: true,
|
|
300
|
+
className: "min-h-0 flex-1",
|
|
301
|
+
defaultSplit: bodySplit,
|
|
302
|
+
minLeft: 12,
|
|
303
|
+
minRight: 30,
|
|
304
|
+
left: /* @__PURE__ */ jsxRuntime.jsx(
|
|
252
305
|
"div",
|
|
253
306
|
{
|
|
254
307
|
"data-slot": "app-shell-body-sidebar",
|
|
255
|
-
className: "
|
|
308
|
+
className: "h-full",
|
|
256
309
|
children: bodySidebar
|
|
257
310
|
}
|
|
258
311
|
),
|
|
259
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
312
|
+
right: /* @__PURE__ */ jsxRuntime.jsx(
|
|
260
313
|
"main",
|
|
261
314
|
{
|
|
262
315
|
"data-slot": "app-shell-main",
|
|
263
316
|
className: utils.cn(
|
|
264
|
-
"min-h-0 min-w-0
|
|
317
|
+
"h-full min-h-0 min-w-0 overflow-auto",
|
|
265
318
|
contentClassName
|
|
266
319
|
),
|
|
267
320
|
children
|
|
268
321
|
}
|
|
269
|
-
)
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
className: "hidden min-h-0 flex-1 md:flex",
|
|
275
|
-
defaultSplit: bodySplit,
|
|
276
|
-
minLeft: 12,
|
|
277
|
-
minRight: 30,
|
|
278
|
-
left: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "app-shell-body-sidebar", className: "h-full", children: bodySidebar }),
|
|
279
|
-
right: /* @__PURE__ */ jsxRuntime.jsx(
|
|
280
|
-
"div",
|
|
281
|
-
{
|
|
282
|
-
"data-slot": "app-shell-main",
|
|
283
|
-
className: utils.cn("h-full min-w-0", contentClassName),
|
|
284
|
-
children
|
|
285
|
-
}
|
|
286
|
-
),
|
|
287
|
-
rightClass: "overflow-y-auto"
|
|
288
|
-
}
|
|
289
|
-
)
|
|
290
|
-
] }) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
322
|
+
),
|
|
323
|
+
leftClass: "max-h-[40vh] shrink-0 border-b border-border md:max-h-none md:border-b-0",
|
|
324
|
+
rightClass: "min-h-0 flex-1 md:flex-none"
|
|
325
|
+
}
|
|
326
|
+
) : /* @__PURE__ */ jsxRuntime.jsx(
|
|
291
327
|
"main",
|
|
292
328
|
{
|
|
293
329
|
"data-slot": "app-shell-main",
|
|
@@ -300,7 +336,7 @@ function AppShell(props) {
|
|
|
300
336
|
{
|
|
301
337
|
"data-slot": "app-shell-content",
|
|
302
338
|
"data-content-width": contentWidth$1,
|
|
303
|
-
className: contentWidth.contentWidthClassName(contentWidth$1),
|
|
339
|
+
className: utils.cn(contentWidth.contentWidthClassName(contentWidth$1), "h-full"),
|
|
304
340
|
children
|
|
305
341
|
}
|
|
306
342
|
)
|