@flanksource/clicky-ui 0.3.17 → 0.3.19
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 +35 -14
- package/dist/components/ComboboxMenu.cjs.map +1 -1
- package/dist/components/ComboboxMenu.d.ts.map +1 -1
- package/dist/components/ComboboxMenu.js +35 -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/EndpointSelector.model.cjs +96 -0
- package/dist/components/EndpointSelector.model.cjs.map +1 -0
- package/dist/components/EndpointSelector.model.d.ts +2 -0
- package/dist/components/EndpointSelector.model.d.ts.map +1 -1
- package/dist/components/EndpointSelector.model.js +96 -0
- package/dist/components/EndpointSelector.model.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 +116 -4
- package/dist/components/FilterBar.cjs.map +1 -1
- package/dist/components/FilterBar.d.ts +37 -2
- package/dist/components/FilterBar.d.ts.map +1 -1
- package/dist/components/FilterBar.js +116 -4
- package/dist/components/FilterBar.js.map +1 -1
- package/dist/components/JSONPathField.cjs +112 -0
- package/dist/components/JSONPathField.cjs.map +1 -0
- package/dist/components/JSONPathField.d.ts +36 -0
- package/dist/components/JSONPathField.d.ts.map +1 -0
- package/dist/components/JSONPathField.js +112 -0
- package/dist/components/JSONPathField.js.map +1 -0
- package/dist/components/JSONPathPlayground.cjs +225 -0
- package/dist/components/JSONPathPlayground.cjs.map +1 -0
- package/dist/components/JSONPathPlayground.d.ts +59 -0
- package/dist/components/JSONPathPlayground.d.ts.map +1 -0
- package/dist/components/JSONPathPlayground.js +225 -0
- package/dist/components/JSONPathPlayground.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/OnePasswordSelector.cjs +178 -0
- package/dist/components/OnePasswordSelector.cjs.map +1 -0
- package/dist/components/OnePasswordSelector.d.ts +8 -0
- package/dist/components/OnePasswordSelector.d.ts.map +1 -0
- package/dist/components/OnePasswordSelector.js +178 -0
- package/dist/components/OnePasswordSelector.js.map +1 -0
- package/dist/components/OnePasswordSelector.model.cjs +31 -0
- package/dist/components/OnePasswordSelector.model.cjs.map +1 -0
- package/dist/components/OnePasswordSelector.model.d.ts +27 -0
- package/dist/components/OnePasswordSelector.model.d.ts.map +1 -0
- package/dist/components/OnePasswordSelector.model.js +31 -0
- package/dist/components/OnePasswordSelector.model.js.map +1 -0
- package/dist/components/SecretFormField.cjs +142 -0
- package/dist/components/SecretFormField.cjs.map +1 -0
- package/dist/components/SecretFormField.d.ts +9 -0
- package/dist/components/SecretFormField.d.ts.map +1 -0
- package/dist/components/SecretFormField.js +142 -0
- package/dist/components/SecretFormField.js.map +1 -0
- package/dist/components/SecretKeySelector.cjs +20 -14
- package/dist/components/SecretKeySelector.cjs.map +1 -1
- package/dist/components/SecretKeySelector.d.ts +4 -1
- package/dist/components/SecretKeySelector.d.ts.map +1 -1
- package/dist/components/SecretKeySelector.js +20 -14
- package/dist/components/SecretKeySelector.js.map +1 -1
- package/dist/components/TreePickerField.cjs +71 -27
- package/dist/components/TreePickerField.cjs.map +1 -1
- package/dist/components/TreePickerField.d.ts +31 -2
- package/dist/components/TreePickerField.d.ts.map +1 -1
- package/dist/components/TreePickerField.js +72 -28
- 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 +25 -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 +12 -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 +12 -0
- package/dist/components/filter-bar-utils.js.map +1 -1
- package/dist/components/jotai-bindings-core.cjs.map +1 -1
- package/dist/components/jotai-bindings-core.d.ts +4 -1
- package/dist/components/jotai-bindings-core.d.ts.map +1 -1
- package/dist/components/jotai-bindings-core.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 +53 -29
- 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 +53 -29
- 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 +88 -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/jsonPathTree.cjs +189 -0
- package/dist/components/jsonPathTree.cjs.map +1 -0
- package/dist/components/jsonPathTree.d.ts +92 -0
- package/dist/components/jsonPathTree.d.ts.map +1 -0
- package/dist/components/jsonPathTree.js +189 -0
- package/dist/components/jsonPathTree.js.map +1 -0
- package/dist/components/secret-form-extension.cjs +30 -0
- package/dist/components/secret-form-extension.cjs.map +1 -0
- package/dist/components/secret-form-extension.d.ts +23 -0
- package/dist/components/secret-form-extension.d.ts.map +1 -0
- package/dist/components/secret-form-extension.js +30 -0
- package/dist/components/secret-form-extension.js.map +1 -0
- 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 +37 -0
- package/dist/components.cjs.map +1 -1
- package/dist/components.d.ts +20 -4
- package/dist/components.d.ts.map +1 -1
- package/dist/components.js +38 -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 +185 -53
- package/dist/data/DataTable.cjs.map +1 -1
- package/dist/data/DataTable.d.ts +63 -3
- package/dist/data/DataTable.d.ts.map +1 -1
- package/dist/data/DataTable.js +185 -53
- 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/TaskExecDetails.cjs +40 -0
- package/dist/data/TaskExecDetails.cjs.map +1 -0
- package/dist/data/TaskExecDetails.d.ts +5 -0
- package/dist/data/TaskExecDetails.d.ts.map +1 -0
- package/dist/data/TaskExecDetails.js +40 -0
- package/dist/data/TaskExecDetails.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 +59 -14
- 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 +59 -14
- package/dist/data/TaskProgress.js.map +1 -1
- package/dist/data/TaskSnapshot.cjs.map +1 -1
- package/dist/data/TaskSnapshot.d.ts +12 -1
- package/dist/data/TaskSnapshot.d.ts.map +1 -1
- package/dist/data/TaskSnapshot.js.map +1 -1
- package/dist/data/TreeNode.cjs +3 -0
- package/dist/data/TreeNode.cjs.map +1 -1
- package/dist/data/TreeNode.d.ts.map +1 -1
- package/dist/data/TreeNode.js +3 -0
- package/dist/data/TreeNode.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 +78 -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 +80 -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.cjs +1 -1
- package/dist/data/ai/ChatWindow.thread.cjs.map +1 -1
- package/dist/data/ai/ChatWindow.thread.js +1 -1
- package/dist/data/ai/ChatWindow.thread.js.map +1 -1
- 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 +2 -2
- package/dist/data/ai/PromptRunEditor/index.cjs.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts +1 -1
- package/dist/data/ai/PromptRunEditor/index.d.ts.map +1 -1
- package/dist/data/ai/PromptRunEditor/index.js +2 -2
- package/dist/data/ai/PromptRunEditor/index.js.map +1 -1
- 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.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/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/fields.js +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 +11 -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 +6 -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 +156 -113
- package/dist/data/chat/Chat.cjs.map +1 -1
- package/dist/data/chat/Chat.d.ts +24 -7
- 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 +160 -117
- 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/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 +49 -6
- package/dist/data/chat/approval.cjs.map +1 -1
- package/dist/data/chat/approval.d.ts +11 -4
- package/dist/data/chat/approval.d.ts.map +1 -1
- package/dist/data/chat/approval.js +49 -6
- package/dist/data/chat/approval.js.map +1 -1
- 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 +7 -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 +103 -0
- package/dist/data/data-table-filter-values.cjs.map +1 -0
- package/dist/data/data-table-filter-values.d.ts +34 -0
- package/dist/data/data-table-filter-values.d.ts.map +1 -0
- package/dist/data/data-table-filter-values.js +103 -0
- package/dist/data/data-table-filter-values.js.map +1 -0
- package/dist/data/data-table-server-filters.cjs +165 -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 +165 -0
- package/dist/data/data-table-server-filters.js.map +1 -0
- package/dist/data/query-browser/QueryBrowser.cjs +204 -155
- package/dist/data/query-browser/QueryBrowser.cjs.map +1 -1
- package/dist/data/query-browser/QueryBrowser.d.ts +2 -41
- package/dist/data/query-browser/QueryBrowser.d.ts.map +1 -1
- package/dist/data/query-browser/QueryBrowser.editor.cjs +88 -0
- package/dist/data/query-browser/QueryBrowser.editor.cjs.map +1 -0
- package/dist/data/query-browser/QueryBrowser.editor.d.ts +12 -0
- package/dist/data/query-browser/QueryBrowser.editor.d.ts.map +1 -0
- package/dist/data/query-browser/QueryBrowser.editor.js +88 -0
- package/dist/data/query-browser/QueryBrowser.editor.js.map +1 -0
- package/dist/data/query-browser/QueryBrowser.js +205 -156
- package/dist/data/query-browser/QueryBrowser.js.map +1 -1
- package/dist/data/query-browser/QueryBrowser.types.cjs +11 -0
- package/dist/data/query-browser/QueryBrowser.types.cjs.map +1 -0
- package/dist/data/query-browser/QueryBrowser.types.d.ts +92 -0
- package/dist/data/query-browser/QueryBrowser.types.d.ts.map +1 -0
- package/dist/data/query-browser/QueryBrowser.types.js +11 -0
- package/dist/data/query-browser/QueryBrowser.types.js.map +1 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs +56 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.cjs.map +1 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.d.ts +5 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.d.ts.map +1 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js +56 -0
- package/dist/data/query-browser/QueryBrowserDiagnosticsPanel.js.map +1 -0
- package/dist/data/query-browser/QueryBrowserResults.cjs +80 -0
- package/dist/data/query-browser/QueryBrowserResults.cjs.map +1 -0
- package/dist/data/query-browser/QueryBrowserResults.d.ts +16 -0
- package/dist/data/query-browser/QueryBrowserResults.d.ts.map +1 -0
- package/dist/data/query-browser/QueryBrowserResults.js +80 -0
- package/dist/data/query-browser/QueryBrowserResults.js.map +1 -0
- package/dist/data/query-browser/index.d.ts +2 -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/{ai → runtime}/RuntimeBar.d.ts +8 -6
- 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.map +1 -0
- package/dist/data/{ai → runtime}/RuntimeBar.model.d.ts +2 -2
- package/dist/data/runtime/RuntimeBar.model.d.ts.map +1 -0
- package/dist/data/runtime/RuntimeBar.model.js.map +1 -0
- package/dist/data/{ai → runtime}/RuntimeBarCombo.cjs +25 -30
- package/dist/data/runtime/RuntimeBarCombo.cjs.map +1 -0
- package/dist/data/{ai → runtime}/RuntimeBarCombo.d.ts +4 -3
- package/dist/data/runtime/RuntimeBarCombo.d.ts.map +1 -0
- package/dist/data/{ai → runtime}/RuntimeBarCombo.js +25 -30
- package/dist/data/runtime/RuntimeBarCombo.js.map +1 -0
- package/dist/data/{ai/RuntimeBar.cjs → runtime/RuntimeBarSegments.cjs} +54 -120
- 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} +58 -124
- 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/runtime/model-capabilities.cjs.map +1 -0
- package/dist/data/runtime/model-capabilities.d.ts.map +1 -0
- 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 +119 -27
- package/dist/data/runtime/runtime-mode.cjs.map +1 -0
- package/dist/data/{ai → runtime}/runtime-mode.d.ts +7 -1
- package/dist/data/runtime/runtime-mode.d.ts.map +1 -0
- package/dist/data/{ai → runtime}/runtime-mode.js +120 -28
- package/dist/data/runtime/runtime-mode.js.map +1 -0
- package/dist/data/task-exec-details.cjs +9 -0
- package/dist/data/task-exec-details.cjs.map +1 -0
- package/dist/data/task-exec-details.d.ts +3 -0
- package/dist/data/task-exec-details.d.ts.map +1 -0
- package/dist/data/task-exec-details.js +9 -0
- package/dist/data/task-exec-details.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 +18 -0
- package/dist/data.cjs.map +1 -1
- package/dist/data.d.ts +6 -2
- package/dist/data.d.ts.map +1 -1
- package/dist/data.js +18 -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 +65 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +67 -2
- package/dist/index.js.map +1 -1
- package/dist/layout/AppShell.cjs +92 -56
- 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 +92 -56
- 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/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/FilterForm.cjs +20 -0
- package/dist/rpc/FilterForm.cjs.map +1 -1
- package/dist/rpc/FilterForm.js +20 -0
- package/dist/rpc/FilterForm.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 +83 -7
- package/dist/rpc/OperationCatalog.cjs.map +1 -1
- package/dist/rpc/OperationCatalog.d.ts.map +1 -1
- package/dist/rpc/OperationCatalog.js +84 -8
- package/dist/rpc/OperationCatalog.js.map +1 -1
- package/dist/rpc/OperationResultView.cjs +2 -0
- package/dist/rpc/OperationResultView.cjs.map +1 -1
- package/dist/rpc/OperationResultView.d.ts +6 -0
- package/dist/rpc/OperationResultView.d.ts.map +1 -1
- package/dist/rpc/OperationResultView.js +2 -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 +123 -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 +121 -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 +21 -2
- 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/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.map +0 -1
- package/dist/data/ai/RuntimeBar.js.map +0 -1
- package/dist/data/ai/RuntimeBar.model.cjs.map +0 -1
- package/dist/data/ai/RuntimeBar.model.d.ts.map +0 -1
- package/dist/data/ai/RuntimeBar.model.js.map +0 -1
- package/dist/data/ai/RuntimeBarCombo.cjs.map +0 -1
- package/dist/data/ai/RuntimeBarCombo.d.ts.map +0 -1
- package/dist/data/ai/RuntimeBarCombo.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/data/{ai → runtime}/RuntimeBar.model.cjs +0 -0
- /package/dist/data/{ai → runtime}/RuntimeBar.model.js +0 -0
- /package/dist/data/{ai → runtime}/model-capabilities.cjs +0 -0
- /package/dist/data/{ai → runtime}/model-capabilities.d.ts +0 -0
- /package/dist/data/{ai → runtime}/model-capabilities.js +0 -0
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,18 @@ 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";
|
|
23
|
+
import { JSONPathPlayground } from "./components/JSONPathPlayground.js";
|
|
24
|
+
import { buildJSONPathNode, createLazyJSONPathTree, literalSegments } from "./components/jsonPathTree.js";
|
|
20
25
|
import { SegmentedControl } from "./components/SegmentedControl.js";
|
|
26
|
+
import { TriStateToggle } from "./components/TriStateToggle.js";
|
|
27
|
+
import { nextTriState } from "./components/tri-state.js";
|
|
21
28
|
import { SearchInput } from "./components/SearchInput.js";
|
|
22
29
|
import { Switch } from "./components/Switch.js";
|
|
23
30
|
import { FormatOptionsDropdown } from "./components/FormatOptionsDropdown.js";
|
|
@@ -37,11 +44,15 @@ import { useForm } from "./components/use-form.js";
|
|
|
37
44
|
import { TreePickerField } from "./components/TreePickerField.js";
|
|
38
45
|
import { WorkloadPicker } from "./components/WorkloadPicker.js";
|
|
39
46
|
import { EndpointSelector } from "./components/EndpointSelector.js";
|
|
47
|
+
import { parseEndpointValue, serializeEndpointValue } from "./components/EndpointSelector.model.js";
|
|
40
48
|
import { DEFAULT_PREFERRED_ENDPOINT_PORTS, preferredEndpointPort } from "./components/endpoint-port.js";
|
|
41
49
|
import { NamespacePicker } from "./components/NamespacePicker.js";
|
|
42
50
|
import { kindForValue, loadedWorkloads, parseWorkloadKey, workloadKey } from "./components/workload-picker-utils.js";
|
|
43
51
|
import { SecretKeySelector } from "./components/SecretKeySelector.js";
|
|
44
52
|
import { parseSecretRef, serializeSecretRef } from "./components/SecretKeySelector.model.js";
|
|
53
|
+
import { OnePasswordSelector } from "./components/OnePasswordSelector.js";
|
|
54
|
+
import { buildOnePasswordReference, parseOnePasswordReference } from "./components/OnePasswordSelector.model.js";
|
|
55
|
+
import { createSecretFormExtensions } from "./components/secret-form-extension.js";
|
|
45
56
|
import { ThemeSwitcher } from "./components/theme-switcher.js";
|
|
46
57
|
import { DensitySwitcher } from "./components/density-switcher.js";
|
|
47
58
|
import { IconMenuPicker } from "./components/icon-menu-picker.js";
|
|
@@ -55,6 +66,7 @@ import { DEFAULT_PREFERENCES_STORAGE_KEY, readPreferences, writePreferences } fr
|
|
|
55
66
|
import { effectiveProperties, isOpenStringMap, matchesIf, resolveControl } from "./components/json-schema-form-resolve.js";
|
|
56
67
|
import { rehydrateRefs } from "./components/json-schema-form-refs.js";
|
|
57
68
|
import { templateValuePre } from "./components/json-schema-form-template.js";
|
|
69
|
+
import { applyPostExtensions } from "./components/json-schema-form-extensions.js";
|
|
58
70
|
import { SplitPane } from "./layout/SplitPane.js";
|
|
59
71
|
import { Workspace } from "./layout/Workspace.js";
|
|
60
72
|
import { AppShell } from "./layout/AppShell.js";
|
|
@@ -66,8 +78,12 @@ import { DropdownMenu } from "./overlay/DropdownMenu.js";
|
|
|
66
78
|
import { CellActionButton, CellActions } from "./overlay/CellActions.js";
|
|
67
79
|
import { HoverCard } from "./overlay/HoverCard.js";
|
|
68
80
|
import { Modal } from "./overlay/Modal.js";
|
|
69
|
-
import { useEscapeLayer, useFloatingZIndex, useModalStack } from "./overlay/modalStack.js";
|
|
81
|
+
import { useEscapeLayer, useFloatingZIndex, useModalStack, useTourLayer } from "./overlay/modalStack.js";
|
|
70
82
|
import { zIndex } from "./overlay/zIndex.js";
|
|
83
|
+
import { Tour } from "./overlay/Tour.js";
|
|
84
|
+
import { TourProvider } from "./overlay/TourProvider.js";
|
|
85
|
+
import { useTour } from "./overlay/tour-context.js";
|
|
86
|
+
import { isTourFinished, localStorageTourStorage, memoryTourStorage } from "./overlay/tour-progress.js";
|
|
71
87
|
import { CommandPalette } from "./overlay/CommandPalette.js";
|
|
72
88
|
import { CommandPaletteTrigger } from "./overlay/CommandPaletteTrigger.js";
|
|
73
89
|
import { ToastProvider } from "./overlay/Toast.js";
|
|
@@ -81,6 +97,8 @@ import { CodeBlock } from "./data/CodeBlock.js";
|
|
|
81
97
|
import { CodeDiff } from "./data/CodeDiff.js";
|
|
82
98
|
import { computeLineDiff, parseUnifiedDiff } from "./data/code-diff.js";
|
|
83
99
|
import { inferColumns } from "./data/data-table-utils.js";
|
|
100
|
+
import { parseMultiFilterValue, serializeMultiFilterValue, splitCommaValues, updateFilterSelection } from "./data/data-table-filter-values.js";
|
|
101
|
+
import { DATA_TABLE_FILTER_LOOKUP_LIMIT, serverColumnsToDataTableColumns, serverFiltersToFilterBar } from "./data/data-table-server-filters.js";
|
|
84
102
|
import { DataTable } from "./data/DataTable.js";
|
|
85
103
|
import { groupRecords, isGroupCollapsedByDefault } from "./data/DataTable.grouping.js";
|
|
86
104
|
import { StatStrip } from "./data/StatStrip.js";
|
|
@@ -88,6 +106,7 @@ import { EntityCell } from "./data/cells/EntityCell.js";
|
|
|
88
106
|
import { Timestamp } from "./data/cells/Timestamp.js";
|
|
89
107
|
import { chooseTimestampFormat, formatDateTimeRelative, formatRelativeTime, formatTimestamp, modeToFormat, parseTimestamp } from "./data/cells/timestamp-format.js";
|
|
90
108
|
import { TagActionsProvider, TagList } from "./data/cells/TagList.js";
|
|
109
|
+
import { CellFilterActions } from "./data/cells/CellFilterActions.js";
|
|
91
110
|
import { normalizeTags, splitTagToken, tagActionsFromRecord, tagFilterTokens, useTagActions, useTagActionsValue } from "./data/cells/tag-utils.js";
|
|
92
111
|
import { StatusDot } from "./data/cells/StatusDot.js";
|
|
93
112
|
import { STATUS_TOKEN_GROUPS, normalizeStatus } from "./data/cells/status-mapping.js";
|
|
@@ -143,6 +162,7 @@ import { allGroupsTerminal, isTerminalStatus } from "./data/TaskSnapshot.js";
|
|
|
143
162
|
import { bucketTasks, logLevelColor, taskSegments, taskStatusBg, taskStatusColor, taskStatusIcon } from "./data/task-status.js";
|
|
144
163
|
import { TaskProgress } from "./data/TaskProgress.js";
|
|
145
164
|
import { TaskManager } from "./data/TaskManager.js";
|
|
165
|
+
import { taskQueryKeys } from "./data/task-query-keys.js";
|
|
146
166
|
import { TaskManagerButton } from "./data/TaskManagerButton.js";
|
|
147
167
|
import { PromptDialog } from "./data/PromptDialog.js";
|
|
148
168
|
import { PromptBanner } from "./data/PromptBanner.js";
|
|
@@ -179,6 +199,7 @@ import { OperationCatalog } from "./rpc/OperationCatalog.js";
|
|
|
179
199
|
import { EntityExplorerApp } from "./rpc/EntityExplorerApp.js";
|
|
180
200
|
import { ACCEPT_OPTIONS, VIEW_OPTIONS } from "./rpc/accept-options.js";
|
|
181
201
|
import { SchemaActionForm } from "./rpc/SchemaActionForm.js";
|
|
202
|
+
import { useOperationLookupFetcher } from "./rpc/operationLookupFetcher.js";
|
|
182
203
|
import { CommandForm } from "./rpc/CommandForm.js";
|
|
183
204
|
import { normalizeParameters, pathParamNames, submitValue } from "./rpc/command-form-utils.js";
|
|
184
205
|
import { CommandOutput } from "./rpc/CommandOutput.js";
|
|
@@ -208,6 +229,7 @@ import { CacheValue } from "./data/cache-browser/CacheValue.js";
|
|
|
208
229
|
import { FixtureEditor } from "./data/FixtureEditor/FixtureEditor.js";
|
|
209
230
|
import { GitChangedFilesSummary, GitCommitList, GitDiffPanel, GitFileList } from "./data/git/GitChangeList.js";
|
|
210
231
|
import { QueryBrowser } from "./data/query-browser/QueryBrowser.js";
|
|
232
|
+
import { QueryBrowserExecutionError } from "./data/query-browser/QueryBrowser.types.js";
|
|
211
233
|
import { STATUS_LABELS, aggregateStatusCounts, collapseSingleChildChains, collectFrameworks, filterTests, formatCount, formatTestDuration, hasFailed, hasPending, humanizeName, statusIconFor, statusToneFor, sum, sumNonTaskTests, testStatus, totalDuration } from "./data/test-runner/status.js";
|
|
212
234
|
import { TestAttempts, TestFailureDetail, TestOutput } from "./data/test-runner/TestFailureDetail.js";
|
|
213
235
|
import { TestDetailPanel } from "./data/test-runner/TestDetailPanel.js";
|
|
@@ -539,6 +561,7 @@ import { annotateRoutePaths, findNodeByRoutePath, slugify } from "./data/test-ru
|
|
|
539
561
|
import { applyFixtureFrontmatterRaw, applyFixtureFrontmatterState, fixtureFrontmatterState, parseFixtureFrontmatter } from "./data/FixtureEditor/fixture-frontmatter.js";
|
|
540
562
|
import { cacheQueryKeys, createCacheClient } from "./data/cache-browser/api.js";
|
|
541
563
|
import { changeIconAliases, getChangeIcon } from "./icons/changeIconAliases.js";
|
|
564
|
+
import { clickyIconProvider, iconsByConsumerName } from "./icons/registry.js";
|
|
542
565
|
import { createChecklistMarkdown, createFenceMarkdown, fixtureFenceKind, fixtureFenceSchemaAliases, fixtureFenceSnippetInfo, parseFixtureYaml, resolveFixtureFenceSchema, schemaKeys, stringifyFixtureYaml } from "./data/FixtureEditor/fixture-blocks.js";
|
|
543
566
|
import { cycleFilterState, decodeFilterState, emptyTestFilters, encodeFilterState, filterStateToRecord, matchesFilterState, recordToFilterState } from "./data/test-runner/filterState.js";
|
|
544
567
|
import { formatGitCommitDateHeader } from "./data/git/git-dates.js";
|
|
@@ -555,6 +578,8 @@ export {
|
|
|
555
578
|
AvatarBadge,
|
|
556
579
|
Badge,
|
|
557
580
|
Button,
|
|
581
|
+
CLICKY_COLUMN_FORMAT_OPTIONS,
|
|
582
|
+
CLICKY_COLUMN_UNIT_OPTIONS,
|
|
558
583
|
CLICKY_FORMAT_OPTIONS,
|
|
559
584
|
CacheAdapterRegistry,
|
|
560
585
|
CacheBrowser,
|
|
@@ -565,6 +590,7 @@ export {
|
|
|
565
590
|
CacheValue,
|
|
566
591
|
CellActionButton,
|
|
567
592
|
CellActions,
|
|
593
|
+
CellFilterActions,
|
|
568
594
|
Clicky,
|
|
569
595
|
ClickyNodeView,
|
|
570
596
|
ClickyTable,
|
|
@@ -586,6 +612,7 @@ export {
|
|
|
586
612
|
CommentThread,
|
|
587
613
|
CommentThreadList,
|
|
588
614
|
CopyBadge,
|
|
615
|
+
DATA_TABLE_FILTER_LOOKUP_LIMIT,
|
|
589
616
|
DEFAULT_CHECKLIST_CYCLE,
|
|
590
617
|
DEFAULT_COMMENT_STATUSES,
|
|
591
618
|
DEFAULT_FORM_SIZE,
|
|
@@ -608,6 +635,7 @@ export {
|
|
|
608
635
|
EntityCell,
|
|
609
636
|
EntityExplorerApp,
|
|
610
637
|
ErrorDetails,
|
|
638
|
+
ErrorWrapper,
|
|
611
639
|
ExecutionTree,
|
|
612
640
|
Field,
|
|
613
641
|
FilterBar,
|
|
@@ -633,6 +661,8 @@ export {
|
|
|
633
661
|
IconMenuPicker,
|
|
634
662
|
InlineError,
|
|
635
663
|
InputField,
|
|
664
|
+
JSONPathField,
|
|
665
|
+
JSONPathPlayground,
|
|
636
666
|
JsonSchemaForm,
|
|
637
667
|
JsonView,
|
|
638
668
|
JvmStackFrameRow,
|
|
@@ -661,6 +691,7 @@ export {
|
|
|
661
691
|
MultiSelect,
|
|
662
692
|
NamespacePicker,
|
|
663
693
|
ObjectGraph,
|
|
694
|
+
OnePasswordSelector,
|
|
664
695
|
OperationActionDialog,
|
|
665
696
|
OperationCatalog,
|
|
666
697
|
OperationCommandPage,
|
|
@@ -668,6 +699,7 @@ export {
|
|
|
668
699
|
OperationEntityPage,
|
|
669
700
|
OperationResultView,
|
|
670
701
|
OperationsApiClientError,
|
|
702
|
+
PATH_SEPARATOR,
|
|
671
703
|
Panel,
|
|
672
704
|
PrettyStackTrace,
|
|
673
705
|
ProgressBar,
|
|
@@ -676,6 +708,7 @@ export {
|
|
|
676
708
|
PromptDialog,
|
|
677
709
|
Properties,
|
|
678
710
|
QueryBrowser,
|
|
711
|
+
QueryBrowserExecutionError,
|
|
679
712
|
RadialGauge,
|
|
680
713
|
RangeSlider,
|
|
681
714
|
RouterProvider,
|
|
@@ -730,11 +763,14 @@ export {
|
|
|
730
763
|
TimeseriesPanel,
|
|
731
764
|
Timestamp,
|
|
732
765
|
ToastProvider,
|
|
766
|
+
Tour,
|
|
767
|
+
TourProvider,
|
|
733
768
|
Tree,
|
|
734
769
|
TreeGroupHeader,
|
|
735
770
|
TreeNode,
|
|
736
771
|
TreePickerField,
|
|
737
772
|
TriStateMultiSelect,
|
|
773
|
+
TriStateToggle,
|
|
738
774
|
UiActivity,
|
|
739
775
|
UiAdd,
|
|
740
776
|
UiAddFilled,
|
|
@@ -1335,12 +1371,16 @@ export {
|
|
|
1335
1371
|
applyFilterExtensions,
|
|
1336
1372
|
applyFixtureFrontmatterRaw,
|
|
1337
1373
|
applyFixtureFrontmatterState,
|
|
1374
|
+
applyPostExtensions,
|
|
1338
1375
|
assignAxes,
|
|
1339
1376
|
authorDisplayName,
|
|
1340
1377
|
badgeVariants,
|
|
1341
1378
|
bucketTasks,
|
|
1342
1379
|
buildCommandHref,
|
|
1380
|
+
buildJSONPathNode,
|
|
1343
1381
|
buildMarkdownPreviewUrl,
|
|
1382
|
+
buildOnePasswordReference,
|
|
1383
|
+
buildPathTree,
|
|
1344
1384
|
buildReplyMap,
|
|
1345
1385
|
buildSchemaTree,
|
|
1346
1386
|
buildSchemaViewerTree,
|
|
@@ -1351,6 +1391,7 @@ export {
|
|
|
1351
1391
|
changeIconAliases,
|
|
1352
1392
|
chooseTimestampFormat,
|
|
1353
1393
|
clickyFormatForMarkdownPreview,
|
|
1394
|
+
clickyIconProvider,
|
|
1354
1395
|
clickyRowRecord,
|
|
1355
1396
|
cn,
|
|
1356
1397
|
collapseSingleChildChains,
|
|
@@ -1367,7 +1408,9 @@ export {
|
|
|
1367
1408
|
createCacheRegistry,
|
|
1368
1409
|
createChecklistMarkdown,
|
|
1369
1410
|
createFenceMarkdown,
|
|
1411
|
+
createLazyJSONPathTree,
|
|
1370
1412
|
createOperationsApiClient,
|
|
1413
|
+
createSecretFormExtensions,
|
|
1371
1414
|
createTestRunnerRegistry,
|
|
1372
1415
|
cycleFilterState,
|
|
1373
1416
|
decodeFilterState,
|
|
@@ -1396,6 +1439,7 @@ export {
|
|
|
1396
1439
|
fixtureFenceSnippetInfo,
|
|
1397
1440
|
fixtureFrontmatterState,
|
|
1398
1441
|
fnv1a32,
|
|
1442
|
+
foldersFirst,
|
|
1399
1443
|
formatBytes,
|
|
1400
1444
|
formatBytesPerSecond,
|
|
1401
1445
|
formatCount,
|
|
@@ -1424,27 +1468,34 @@ export {
|
|
|
1424
1468
|
hasHoverMeta,
|
|
1425
1469
|
hasPending,
|
|
1426
1470
|
humanizeName,
|
|
1471
|
+
iconsByConsumerName,
|
|
1427
1472
|
inferColumns,
|
|
1428
1473
|
isApplicationStackFrame,
|
|
1429
1474
|
isGroupCollapsedByDefault,
|
|
1430
1475
|
isLeaf,
|
|
1431
1476
|
isOpenStringMap,
|
|
1477
|
+
isPathTreeFolder,
|
|
1432
1478
|
isPositionalParam,
|
|
1433
1479
|
isTerminalStatus,
|
|
1480
|
+
isTourFinished,
|
|
1434
1481
|
isUnresolved,
|
|
1435
1482
|
kindForValue,
|
|
1436
1483
|
latestOf,
|
|
1484
|
+
literalSegments,
|
|
1437
1485
|
loadedWorkloads,
|
|
1486
|
+
localStorageTourStorage,
|
|
1438
1487
|
logLevelColor,
|
|
1439
1488
|
makeSurfaceDefinition,
|
|
1440
1489
|
markdownDocumentStats,
|
|
1441
1490
|
matchMentionsInBody,
|
|
1442
1491
|
matchesFilterState,
|
|
1443
1492
|
matchesIf,
|
|
1493
|
+
memoryTourStorage,
|
|
1444
1494
|
mergeSeries,
|
|
1445
1495
|
mockMarkdownPreview,
|
|
1446
1496
|
modeToFormat,
|
|
1447
1497
|
nextChecklistStatus,
|
|
1498
|
+
nextTriState,
|
|
1448
1499
|
normalizeErrorDiagnostics,
|
|
1449
1500
|
normalizeLogsTableRows,
|
|
1450
1501
|
normalizeParameters,
|
|
@@ -1453,6 +1504,7 @@ export {
|
|
|
1453
1504
|
normalizeTags,
|
|
1454
1505
|
paletteClass,
|
|
1455
1506
|
parseDiagnosticsStackTrace,
|
|
1507
|
+
parseEndpointValue,
|
|
1456
1508
|
parseFixtureFrontmatter,
|
|
1457
1509
|
parseFixtureYaml,
|
|
1458
1510
|
parseGoroutineDump,
|
|
@@ -1461,6 +1513,8 @@ export {
|
|
|
1461
1513
|
parseJavaStackTrace,
|
|
1462
1514
|
parseJsonBody,
|
|
1463
1515
|
parseJvmThreadDump,
|
|
1516
|
+
parseMultiFilterValue,
|
|
1517
|
+
parseOnePasswordReference,
|
|
1464
1518
|
parseSecretRef,
|
|
1465
1519
|
parseServerTiming,
|
|
1466
1520
|
parseStackDump,
|
|
@@ -1486,13 +1540,19 @@ export {
|
|
|
1486
1540
|
resolveStatusConfig,
|
|
1487
1541
|
schemaKeys,
|
|
1488
1542
|
segment,
|
|
1543
|
+
serializeEndpointValue,
|
|
1544
|
+
serializeMultiFilterValue,
|
|
1489
1545
|
serializeSecretRef,
|
|
1490
1546
|
seriesStats,
|
|
1547
|
+
serverColumnsToDataTableColumns,
|
|
1548
|
+
serverFiltersToFilterBar,
|
|
1491
1549
|
serverTimingCounterSummary,
|
|
1492
1550
|
serverTimingMetricLabel,
|
|
1493
1551
|
setFallbackIconProvider,
|
|
1494
1552
|
slugify,
|
|
1495
1553
|
sortReplies,
|
|
1554
|
+
splitCommaValues,
|
|
1555
|
+
splitPath,
|
|
1496
1556
|
splitTagToken,
|
|
1497
1557
|
statusIconFor,
|
|
1498
1558
|
statusToneFor,
|
|
@@ -1503,6 +1563,7 @@ export {
|
|
|
1503
1563
|
sumNonTaskTests,
|
|
1504
1564
|
tagActionsFromRecord,
|
|
1505
1565
|
tagFilterTokens,
|
|
1566
|
+
taskQueryKeys,
|
|
1506
1567
|
taskSegments,
|
|
1507
1568
|
taskStatusBg,
|
|
1508
1569
|
taskStatusColor,
|
|
@@ -1512,6 +1573,7 @@ export {
|
|
|
1512
1573
|
toneToBadgeTone,
|
|
1513
1574
|
totalDuration,
|
|
1514
1575
|
truncatePlain,
|
|
1576
|
+
updateFilterSelection,
|
|
1515
1577
|
useBrowserRouter,
|
|
1516
1578
|
useCommentAnchorActionsOptional,
|
|
1517
1579
|
useCommentAnchorOptional,
|
|
@@ -1530,6 +1592,7 @@ export {
|
|
|
1530
1592
|
useModalStack,
|
|
1531
1593
|
useOpenAPI,
|
|
1532
1594
|
useOperationById,
|
|
1595
|
+
useOperationLookupFetcher,
|
|
1533
1596
|
useOperations,
|
|
1534
1597
|
useOptionalTheme,
|
|
1535
1598
|
usePrompts,
|
|
@@ -1543,6 +1606,8 @@ export {
|
|
|
1543
1606
|
useTestRunner,
|
|
1544
1607
|
useTheme,
|
|
1545
1608
|
useToast,
|
|
1609
|
+
useTour,
|
|
1610
|
+
useTourLayer,
|
|
1546
1611
|
withBasePath,
|
|
1547
1612
|
workloadKey,
|
|
1548
1613
|
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",
|