@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
|
@@ -0,0 +1,692 @@
|
|
|
1
|
+
import { createElement } from "react";
|
|
2
|
+
import { UiChevronDown } from "./components/UiChevronDown.js";
|
|
3
|
+
import { UiChevronRight } from "./components/UiChevronRight.js";
|
|
4
|
+
import { UiChevronUp } from "./components/UiChevronUp.js";
|
|
5
|
+
import { UiClose } from "./components/UiClose.js";
|
|
6
|
+
import { UiEllipsis } from "./components/UiEllipsis.js";
|
|
7
|
+
import { UiEllipsisBold } from "./components/UiEllipsisBold.js";
|
|
8
|
+
import { UiCollapseAll } from "./components/UiCollapseAll.js";
|
|
9
|
+
import { UiExpandAll } from "./components/UiExpandAll.js";
|
|
10
|
+
import { UiSearch } from "./components/UiSearch.js";
|
|
11
|
+
import { UiFilter } from "./components/UiFilter.js";
|
|
12
|
+
import { UiAdd } from "./components/UiAdd.js";
|
|
13
|
+
import { UiRemove } from "./components/UiRemove.js";
|
|
14
|
+
import { UiEye } from "./components/UiEye.js";
|
|
15
|
+
import { UiEyeClosed } from "./components/UiEyeClosed.js";
|
|
16
|
+
import { UiZoomIn } from "./components/UiZoomIn.js";
|
|
17
|
+
import { UiZoomOut } from "./components/UiZoomOut.js";
|
|
18
|
+
import { UiFullscreen } from "./components/UiFullscreen.js";
|
|
19
|
+
import { UiDesktop } from "./components/UiDesktop.js";
|
|
20
|
+
import { UiMoon } from "./components/UiMoon.js";
|
|
21
|
+
import { UiSun } from "./components/UiSun.js";
|
|
22
|
+
import { UiDebugSmall } from "./components/UiDebugSmall.js";
|
|
23
|
+
import { UiRestart } from "./components/UiRestart.js";
|
|
24
|
+
import { UiStackFrameDot } from "./components/UiStackFrameDot.js";
|
|
25
|
+
import { UiDebugStepOver } from "./components/UiDebugStepOver.js";
|
|
26
|
+
import { UiDebugContinue } from "./components/UiDebugContinue.js";
|
|
27
|
+
import { UiDebugStepInto } from "./components/UiDebugStepInto.js";
|
|
28
|
+
import { UiDebugStepOut } from "./components/UiDebugStepOut.js";
|
|
29
|
+
import { UiDebugStop } from "./components/UiDebugStop.js";
|
|
30
|
+
import { UiPlayCircle } from "./components/UiPlayCircle.js";
|
|
31
|
+
import { UiResizeVertical } from "./components/UiResizeVertical.js";
|
|
32
|
+
import { UiListDashes } from "./components/UiListDashes.js";
|
|
33
|
+
import { UiActivity } from "./components/UiActivity.js";
|
|
34
|
+
import { UiSync } from "./components/UiSync.js";
|
|
35
|
+
import { UiArrowDownRight } from "./components/UiArrowDownRight.js";
|
|
36
|
+
import { UiArrowUpRight } from "./components/UiArrowUpRight.js";
|
|
37
|
+
import { UiCalculator } from "./components/UiCalculator.js";
|
|
38
|
+
import { UiDatabaseZap } from "./components/UiDatabaseZap.js";
|
|
39
|
+
import { UiFileCog } from "./components/UiFileCog.js";
|
|
40
|
+
import { UiFileSearch } from "./components/UiFileSearch.js";
|
|
41
|
+
import { UiFileType } from "./components/UiFileType.js";
|
|
42
|
+
import { UiHardDrive } from "./components/UiHardDrive.js";
|
|
43
|
+
import { UiCurrencyDollar } from "./components/UiCurrencyDollar.js";
|
|
44
|
+
import { UiCoins } from "./components/UiCoins.js";
|
|
45
|
+
import { UiRepeat } from "./components/UiRepeat.js";
|
|
46
|
+
import { UiTimer } from "./components/UiTimer.js";
|
|
47
|
+
import { UiStack } from "./components/UiStack.js";
|
|
48
|
+
import { UiThermometer } from "./components/UiThermometer.js";
|
|
49
|
+
import { UiLayers } from "./components/UiLayers.js";
|
|
50
|
+
import { UiListOrdered } from "./components/UiListOrdered.js";
|
|
51
|
+
import { UiMemoryStick } from "./components/UiMemoryStick.js";
|
|
52
|
+
import { UiPlug } from "./components/UiPlug.js";
|
|
53
|
+
import { UiPlugsConnected } from "./components/UiPlugsConnected.js";
|
|
54
|
+
import { UiScale } from "./components/UiScale.js";
|
|
55
|
+
import { UiSigma } from "./components/UiSigma.js";
|
|
56
|
+
import { UiUserCog } from "./components/UiUserCog.js";
|
|
57
|
+
import { UiGearSix } from "./components/UiGearSix.js";
|
|
58
|
+
import { UiChevronsDown } from "./components/UiChevronsDown.js";
|
|
59
|
+
import { UiChevronsUp } from "./components/UiChevronsUp.js";
|
|
60
|
+
import { UiSquare } from "./components/UiSquare.js";
|
|
61
|
+
import { UiMenu } from "./components/UiMenu.js";
|
|
62
|
+
import { UiDotsVertical } from "./components/UiDotsVertical.js";
|
|
63
|
+
import { UiArrowLeft } from "./components/UiArrowLeft.js";
|
|
64
|
+
import { UiLink } from "./components/UiLink.js";
|
|
65
|
+
import { UiLinkExternal } from "./components/UiLinkExternal.js";
|
|
66
|
+
import { UiGlobe } from "./components/UiGlobe.js";
|
|
67
|
+
import { UiLocation } from "./components/UiLocation.js";
|
|
68
|
+
import { UiRoute } from "./components/UiRoute.js";
|
|
69
|
+
import { UiArrowRight } from "./components/UiArrowRight.js";
|
|
70
|
+
import { UiArrowUp } from "./components/UiArrowUp.js";
|
|
71
|
+
import { UiArrowDown } from "./components/UiArrowDown.js";
|
|
72
|
+
import { UiExternalLink } from "./components/UiExternalLink.js";
|
|
73
|
+
import { UiHome } from "./components/UiHome.js";
|
|
74
|
+
import { UiLayoutDashboard } from "./components/UiLayoutDashboard.js";
|
|
75
|
+
import { UiPackage } from "./components/UiPackage.js";
|
|
76
|
+
import { UiPuzzle } from "./components/UiPuzzle.js";
|
|
77
|
+
import { UiBox } from "./components/UiBox.js";
|
|
78
|
+
import { UiGrid } from "./components/UiGrid.js";
|
|
79
|
+
import { UiSidebar } from "./components/UiSidebar.js";
|
|
80
|
+
import { UiEdit } from "./components/UiEdit.js";
|
|
81
|
+
import { UiSave } from "./components/UiSave.js";
|
|
82
|
+
import { UiCancel } from "./components/UiCancel.js";
|
|
83
|
+
import { UiForm } from "./components/UiForm.js";
|
|
84
|
+
import { UiSelect } from "./components/UiSelect.js";
|
|
85
|
+
import { UiCalendar } from "./components/UiCalendar.js";
|
|
86
|
+
import { UiCalendarBlank } from "./components/UiCalendarBlank.js";
|
|
87
|
+
import { UiWarningCircle } from "./components/UiWarningCircle.js";
|
|
88
|
+
import { UiWarningTriangle } from "./components/UiWarningTriangle.js";
|
|
89
|
+
import { UiError } from "./components/UiError.js";
|
|
90
|
+
import { UiCircleX } from "./components/UiCircleX.js";
|
|
91
|
+
import { UiInfo } from "./components/UiInfo.js";
|
|
92
|
+
import { UiQuestion } from "./components/UiQuestion.js";
|
|
93
|
+
import { UiCircleOutline } from "./components/UiCircleOutline.js";
|
|
94
|
+
import { UiPulse } from "./components/UiPulse.js";
|
|
95
|
+
import { UiLightbulb } from "./components/UiLightbulb.js";
|
|
96
|
+
import { UiDebug } from "./components/UiDebug.js";
|
|
97
|
+
import { UiLoader } from "./components/UiLoader.js";
|
|
98
|
+
import { UiSkull } from "./components/UiSkull.js";
|
|
99
|
+
import { UiSiren } from "./components/UiSiren.js";
|
|
100
|
+
import { UiCheck } from "./components/UiCheck.js";
|
|
101
|
+
import { UiPass } from "./components/UiPass.js";
|
|
102
|
+
import { UiStar } from "./components/UiStar.js";
|
|
103
|
+
import { UiLock } from "./components/UiLock.js";
|
|
104
|
+
import { UiThumbsUp } from "./components/UiThumbsUp.js";
|
|
105
|
+
import { UiThumbsDown } from "./components/UiThumbsDown.js";
|
|
106
|
+
import { UiSealCheck } from "./components/UiSealCheck.js";
|
|
107
|
+
import { UiKey } from "./components/UiKey.js";
|
|
108
|
+
import { UiShield, UiShieldPlus, UiShieldMinus, UiShieldCheck, UiShieldCross, UiShieldPending, UiShieldWarning, UiShieldInfo } from "./components/UiShield.js";
|
|
109
|
+
import { UiFingerprint } from "./components/UiFingerprint.js";
|
|
110
|
+
import { UiUserCircle, UiUserCirclePlus, UiUserCircleMinus, UiUserCircleCheck } from "./components/UiUserCircle.js";
|
|
111
|
+
import { UiSignIn } from "./components/UiSignIn.js";
|
|
112
|
+
import { UiSignOut } from "./components/UiSignOut.js";
|
|
113
|
+
import { UiLockOpen } from "./components/UiLockOpen.js";
|
|
114
|
+
import { UiSeverityCritical } from "./components/UiSeverityCritical.js";
|
|
115
|
+
import { UiSeverityHigh } from "./components/UiSeverityHigh.js";
|
|
116
|
+
import { UiSeverityMedium } from "./components/UiSeverityMedium.js";
|
|
117
|
+
import { UiSeverityLow } from "./components/UiSeverityLow.js";
|
|
118
|
+
import { UiSeverityInfo } from "./components/UiSeverityInfo.js";
|
|
119
|
+
import { UiSeverityWarning } from "./components/UiSeverityWarning.js";
|
|
120
|
+
import { UiSeverityBlocker } from "./components/UiSeverityBlocker.js";
|
|
121
|
+
import { UiInsightCost } from "./components/UiInsightCost.js";
|
|
122
|
+
import { UiInsightAvailability } from "./components/UiInsightAvailability.js";
|
|
123
|
+
import { UiInsightPerformance } from "./components/UiInsightPerformance.js";
|
|
124
|
+
import { UiInsightSecurity } from "./components/UiInsightSecurity.js";
|
|
125
|
+
import { UiInsightIntegration } from "./components/UiInsightIntegration.js";
|
|
126
|
+
import { UiInsightCompliance } from "./components/UiInsightCompliance.js";
|
|
127
|
+
import { UiInsightReliability } from "./components/UiInsightReliability.js";
|
|
128
|
+
import { UiInsightTechnicalDebt } from "./components/UiInsightTechnicalDebt.js";
|
|
129
|
+
import { UiInsightRecommendation } from "./components/UiInsightRecommendation.js";
|
|
130
|
+
import { UiListFlat } from "./components/UiListFlat.js";
|
|
131
|
+
import { UiListTree } from "./components/UiListTree.js";
|
|
132
|
+
import { UiTable } from "./components/UiTable.js";
|
|
133
|
+
import { UiGraph } from "./components/UiGraph.js";
|
|
134
|
+
import { UiBoxes } from "./components/UiBoxes.js";
|
|
135
|
+
import { UiInbox } from "./components/UiInbox.js";
|
|
136
|
+
import { UiTableProperties } from "./components/UiTableProperties.js";
|
|
137
|
+
import { UiRows } from "./components/UiRows.js";
|
|
138
|
+
import { UiColumns } from "./components/UiColumns.js";
|
|
139
|
+
import { UiKanban } from "./components/UiKanban.js";
|
|
140
|
+
import { UiChartBar } from "./components/UiChartBar.js";
|
|
141
|
+
import { UiChartPie } from "./components/UiChartPie.js";
|
|
142
|
+
import { UiGitGraph } from "./components/UiGitGraph.js";
|
|
143
|
+
import { UiTrendUp } from "./components/UiTrendUp.js";
|
|
144
|
+
import { UiTrendDown } from "./components/UiTrendDown.js";
|
|
145
|
+
import { UiFunnelData } from "./components/UiFunnelData.js";
|
|
146
|
+
import { UiPlaybook } from "./components/UiPlaybook.js";
|
|
147
|
+
import { UiWorkflow } from "./components/UiWorkflow.js";
|
|
148
|
+
import { UiRocket } from "./components/UiRocket.js";
|
|
149
|
+
import { UiShipWheel } from "./components/UiShipWheel.js";
|
|
150
|
+
import { UiZap } from "./components/UiZap.js";
|
|
151
|
+
import { UiPlay } from "./components/UiPlay.js";
|
|
152
|
+
import { UiPause } from "./components/UiPause.js";
|
|
153
|
+
import { UiStop } from "./components/UiStop.js";
|
|
154
|
+
import { UiSkipForward } from "./components/UiSkipForward.js";
|
|
155
|
+
import { UiHistory } from "./components/UiHistory.js";
|
|
156
|
+
import { UiConfig } from "./components/UiConfig.js";
|
|
157
|
+
import { UiTag } from "./components/UiTag.js";
|
|
158
|
+
import { UiCog } from "./components/UiCog.js";
|
|
159
|
+
import { UiSliders } from "./components/UiSliders.js";
|
|
160
|
+
import { UiToggleOn } from "./components/UiToggleOn.js";
|
|
161
|
+
import { UiToggleOff } from "./components/UiToggleOff.js";
|
|
162
|
+
import { UiNamespace } from "./components/UiNamespace.js";
|
|
163
|
+
import { UiModule } from "./components/UiModule.js";
|
|
164
|
+
import { UiImport } from "./components/UiImport.js";
|
|
165
|
+
import { UiExport } from "./components/UiExport.js";
|
|
166
|
+
import { UiClass } from "./components/UiClass.js";
|
|
167
|
+
import { UiStruct } from "./components/UiStruct.js";
|
|
168
|
+
import { UiInterface } from "./components/UiInterface.js";
|
|
169
|
+
import { UiTrait } from "./components/UiTrait.js";
|
|
170
|
+
import { UiRecord } from "./components/UiRecord.js";
|
|
171
|
+
import { UiTypeAlias } from "./components/UiTypeAlias.js";
|
|
172
|
+
import { UiEnum } from "./components/UiEnum.js";
|
|
173
|
+
import { UiEnumMember } from "./components/UiEnumMember.js";
|
|
174
|
+
import { UiTypeParameter } from "./components/UiTypeParameter.js";
|
|
175
|
+
import { UiFunction } from "./components/UiFunction.js";
|
|
176
|
+
import { UiMethod } from "./components/UiMethod.js";
|
|
177
|
+
import { UiConstructor } from "./components/UiConstructor.js";
|
|
178
|
+
import { UiLambda } from "./components/UiLambda.js";
|
|
179
|
+
import { UiAsyncFn } from "./components/UiAsyncFn.js";
|
|
180
|
+
import { UiDecorator } from "./components/UiDecorator.js";
|
|
181
|
+
import { UiField } from "./components/UiField.js";
|
|
182
|
+
import { UiProperty } from "./components/UiProperty.js";
|
|
183
|
+
import { UiVariable } from "./components/UiVariable.js";
|
|
184
|
+
import { UiConstant } from "./components/UiConstant.js";
|
|
185
|
+
import { UiParameter } from "./components/UiParameter.js";
|
|
186
|
+
import { UiKeyword } from "./components/UiKeyword.js";
|
|
187
|
+
import { UiOperator } from "./components/UiOperator.js";
|
|
188
|
+
import { UiString } from "./components/UiString.js";
|
|
189
|
+
import { UiNumeric } from "./components/UiNumeric.js";
|
|
190
|
+
import { UiArray } from "./components/UiArray.js";
|
|
191
|
+
import { UiObject } from "./components/UiObject.js";
|
|
192
|
+
import { UiNull } from "./components/UiNull.js";
|
|
193
|
+
import { UiEvent } from "./components/UiEvent.js";
|
|
194
|
+
import { UiEndpoint } from "./components/UiEndpoint.js";
|
|
195
|
+
import { UiTest } from "./components/UiTest.js";
|
|
196
|
+
import { UiComment } from "./components/UiComment.js";
|
|
197
|
+
import { UiUnknown } from "./components/UiUnknown.js";
|
|
198
|
+
import { UiSqlSchema } from "./components/UiSqlSchema.js";
|
|
199
|
+
import { UiSqlTable } from "./components/UiSqlTable.js";
|
|
200
|
+
import { UiSqlView } from "./components/UiSqlView.js";
|
|
201
|
+
import { UiSqlTrigger } from "./components/UiSqlTrigger.js";
|
|
202
|
+
import { UiSqlStoredProc } from "./components/UiSqlStoredProc.js";
|
|
203
|
+
import { UiSqlFunction } from "./components/UiSqlFunction.js";
|
|
204
|
+
import { UiSqlIndex } from "./components/UiSqlIndex.js";
|
|
205
|
+
import { UiSqlColumn } from "./components/UiSqlColumn.js";
|
|
206
|
+
import { UiSqlPrimaryKey } from "./components/UiSqlPrimaryKey.js";
|
|
207
|
+
import { UiSqlForeignKey } from "./components/UiSqlForeignKey.js";
|
|
208
|
+
import { UiSqlConstraint } from "./components/UiSqlConstraint.js";
|
|
209
|
+
import { UiSqlSequence } from "./components/UiSqlSequence.js";
|
|
210
|
+
import { UiSqlArray } from "./components/UiSqlArray.js";
|
|
211
|
+
import { UiSqlQuery } from "./components/UiSqlQuery.js";
|
|
212
|
+
import { UiSqlDatabase } from "./components/UiSqlDatabase.js";
|
|
213
|
+
import { UiFile } from "./components/UiFile.js";
|
|
214
|
+
import { UiFilePlus } from "./components/UiFilePlus.js";
|
|
215
|
+
import { UiFileCode } from "./components/UiFileCode.js";
|
|
216
|
+
import { UiFolder } from "./components/UiFolder.js";
|
|
217
|
+
import { UiJson } from "./components/UiJson.js";
|
|
218
|
+
import { UiMarkdown } from "./components/UiMarkdown.js";
|
|
219
|
+
import { UiCopy } from "./components/UiCopy.js";
|
|
220
|
+
import { UiCode2 } from "./components/UiCode2.js";
|
|
221
|
+
import { UiBinary } from "./components/UiBinary.js";
|
|
222
|
+
import { UiBraces } from "./components/UiBraces.js";
|
|
223
|
+
import { UiFileJson } from "./components/UiFileJson.js";
|
|
224
|
+
import { UiFileText } from "./components/UiFileText.js";
|
|
225
|
+
import { UiFileSpreadsheet } from "./components/UiFileSpreadsheet.js";
|
|
226
|
+
import { UiFunctionSquare } from "./components/UiFunctionSquare.js";
|
|
227
|
+
import { UiDownload } from "./components/UiDownload.js";
|
|
228
|
+
import { UiUpload } from "./components/UiUpload.js";
|
|
229
|
+
import { UiArchive } from "./components/UiArchive.js";
|
|
230
|
+
import { UiFolderGit2 } from "./components/UiFolderGit2.js";
|
|
231
|
+
import { UiGitBranch } from "./components/UiGitBranch.js";
|
|
232
|
+
import { UiGitMerge } from "./components/UiGitMerge.js";
|
|
233
|
+
import { UiGitCommit } from "./components/UiGitCommit.js";
|
|
234
|
+
import { UiGitPr } from "./components/UiGitPr.js";
|
|
235
|
+
import { UiFolderGit } from "./components/UiFolderGit.js";
|
|
236
|
+
import { UiDiff } from "./components/UiDiff.js";
|
|
237
|
+
import { UiTerminal } from "./components/UiTerminal.js";
|
|
238
|
+
import { UiGavel } from "./components/UiGavel.js";
|
|
239
|
+
import { UiCommand } from "./components/UiCommand.js";
|
|
240
|
+
import { UiWrench } from "./components/UiWrench.js";
|
|
241
|
+
import { UiBug } from "./components/UiBug.js";
|
|
242
|
+
import { UiSparkles } from "./components/UiSparkles.js";
|
|
243
|
+
import { UiBrain } from "./components/UiBrain.js";
|
|
244
|
+
import { UiRobotAi } from "./components/UiRobotAi.js";
|
|
245
|
+
import { UiMagicWand } from "./components/UiMagicWand.js";
|
|
246
|
+
import { UiServer } from "./components/UiServer.js";
|
|
247
|
+
import { UiServerProcess } from "./components/UiServerProcess.js";
|
|
248
|
+
import { UiDatabase, UiDatabasePlus, UiDatabaseMinus, UiDatabaseCheck, UiDatabaseCross, UiDatabaseTrash, UiDatabasePending, UiDatabaseInfo, UiDatabaseWarning, UiDatabaseError, UiDatabaseUp, UiDatabaseDown } from "./components/UiDatabase.js";
|
|
249
|
+
import { UiCloud } from "./components/UiCloud.js";
|
|
250
|
+
import { UiCloudDownload } from "./components/UiCloudDownload.js";
|
|
251
|
+
import { UiChip } from "./components/UiChip.js";
|
|
252
|
+
import { UiNetwork } from "./components/UiNetwork.js";
|
|
253
|
+
import { UiBroadcast } from "./components/UiBroadcast.js";
|
|
254
|
+
import { UiQueue } from "./components/UiQueue.js";
|
|
255
|
+
import { UiSwap } from "./components/UiSwap.js";
|
|
256
|
+
import { UiRefresh } from "./components/UiRefresh.js";
|
|
257
|
+
import { UiTrash } from "./components/UiTrash.js";
|
|
258
|
+
import { UiBeaker } from "./components/UiBeaker.js";
|
|
259
|
+
import { UiUser, UiUserPlus, UiUserMinus, UiUserCheck } from "./components/UiUser.js";
|
|
260
|
+
import { UiOrganization, UiOrganizationPlus, UiOrganizationMinus, UiOrganizationCheck, UiOrganizationCross } from "./components/UiOrganization.js";
|
|
261
|
+
import { UiHubot } from "./components/UiHubot.js";
|
|
262
|
+
import { UiClock } from "./components/UiClock.js";
|
|
263
|
+
import { UiWatch } from "./components/UiWatch.js";
|
|
264
|
+
import { UiHourglass } from "./components/UiHourglass.js";
|
|
265
|
+
import { UiBell } from "./components/UiBell.js";
|
|
266
|
+
import { UiBellSlash } from "./components/UiBellSlash.js";
|
|
267
|
+
import { UiEnvelope } from "./components/UiEnvelope.js";
|
|
268
|
+
import { UiPhone } from "./components/UiPhone.js";
|
|
269
|
+
import { UiShare } from "./components/UiShare.js";
|
|
270
|
+
import { UiAt } from "./components/UiAt.js";
|
|
271
|
+
import { UiImage } from "./components/UiImage.js";
|
|
272
|
+
import { UiCamera } from "./components/UiCamera.js";
|
|
273
|
+
import { UiVideo } from "./components/UiVideo.js";
|
|
274
|
+
import { UiSpeaker } from "./components/UiSpeaker.js";
|
|
275
|
+
import { UiUsersThree, UiUsersThreePlus, UiUsersThreeMinus, UiUsersThreeCheck, UiUsersThreeCross } from "./components/UiUsersThree.js";
|
|
276
|
+
import { UiStrategy } from "./components/UiStrategy.js";
|
|
277
|
+
import { UiBatteryVerticalEmpty } from "./components/UiBatteryVerticalEmpty.js";
|
|
278
|
+
import { UiBatteryVerticalLow } from "./components/UiBatteryVerticalLow.js";
|
|
279
|
+
import { UiBatteryVerticalMedium } from "./components/UiBatteryVerticalMedium.js";
|
|
280
|
+
import { UiBatteryVerticalHigh } from "./components/UiBatteryVerticalHigh.js";
|
|
281
|
+
import { UiBatteryVerticalFull } from "./components/UiBatteryVerticalFull.js";
|
|
282
|
+
import { UiBatteryChargingVertical } from "./components/UiBatteryChargingVertical.js";
|
|
283
|
+
import { UiHandPalm } from "./components/UiHandPalm.js";
|
|
284
|
+
import { UiPauseCircle } from "./components/UiPauseCircle.js";
|
|
285
|
+
import { UiFastForwardCircle } from "./components/UiFastForwardCircle.js";
|
|
286
|
+
import { UiShieldSlash } from "./components/UiShieldSlash.js";
|
|
287
|
+
import { UiChatDots } from "./components/UiChatDots.js";
|
|
288
|
+
import { UiArrowFatUp } from "./components/UiArrowFatUp.js";
|
|
289
|
+
import { UiAsterisk } from "./components/UiAsterisk.js";
|
|
290
|
+
import { UiProhibit } from "./components/UiProhibit.js";
|
|
291
|
+
import { UiListChecks } from "./components/UiListChecks.js";
|
|
292
|
+
import { UiCompass } from "./components/UiCompass.js";
|
|
293
|
+
import { UiCursorClick } from "./components/UiCursorClick.js";
|
|
294
|
+
import { UiCursorText } from "./components/UiCursorText.js";
|
|
295
|
+
import { UiKeyboard } from "./components/UiKeyboard.js";
|
|
296
|
+
import { UiScan } from "./components/UiScan.js";
|
|
297
|
+
import { UiScroll } from "./components/UiScroll.js";
|
|
298
|
+
import { UiPalette } from "./components/UiPalette.js";
|
|
299
|
+
import { UiAtom } from "./components/UiAtom.js";
|
|
300
|
+
import { UiPencilSimpleLine } from "./components/UiPencilSimpleLine.js";
|
|
301
|
+
import { UiLogoOpenai } from "./components/UiLogoOpenai.js";
|
|
302
|
+
import { UiLogoAnthropic } from "./components/UiLogoAnthropic.js";
|
|
303
|
+
import { UiLogoClaude } from "./components/UiLogoClaude.js";
|
|
304
|
+
import { UiLogoGemini } from "./components/UiLogoGemini.js";
|
|
305
|
+
import { UiLogoGoogle } from "./components/UiLogoGoogle.js";
|
|
306
|
+
import { UiLogoDeepseek } from "./components/UiLogoDeepseek.js";
|
|
307
|
+
import { UiLogoMistral } from "./components/UiLogoMistral.js";
|
|
308
|
+
import { UiLogoMeta } from "./components/UiLogoMeta.js";
|
|
309
|
+
import { UiLogoOllama } from "./components/UiLogoOllama.js";
|
|
310
|
+
import { UiLogoPerplexity } from "./components/UiLogoPerplexity.js";
|
|
311
|
+
import { UiLogoHuggingface } from "./components/UiLogoHuggingface.js";
|
|
312
|
+
import { UiReceipt } from "./components/UiReceipt.js";
|
|
313
|
+
import { UiBank } from "./components/UiBank.js";
|
|
314
|
+
import { UiLedger } from "./components/UiLedger.js";
|
|
315
|
+
import { UiChartOfAccounts } from "./components/UiChartOfAccounts.js";
|
|
316
|
+
import { UiCloudUpload } from "./components/UiCloudUpload.js";
|
|
317
|
+
const ALL = [
|
|
318
|
+
UiChevronDown,
|
|
319
|
+
UiChevronRight,
|
|
320
|
+
UiChevronUp,
|
|
321
|
+
UiClose,
|
|
322
|
+
UiEllipsis,
|
|
323
|
+
UiEllipsisBold,
|
|
324
|
+
UiCollapseAll,
|
|
325
|
+
UiExpandAll,
|
|
326
|
+
UiSearch,
|
|
327
|
+
UiFilter,
|
|
328
|
+
UiAdd,
|
|
329
|
+
UiRemove,
|
|
330
|
+
UiEye,
|
|
331
|
+
UiEyeClosed,
|
|
332
|
+
UiZoomIn,
|
|
333
|
+
UiZoomOut,
|
|
334
|
+
UiFullscreen,
|
|
335
|
+
UiDesktop,
|
|
336
|
+
UiMoon,
|
|
337
|
+
UiSun,
|
|
338
|
+
UiDebugSmall,
|
|
339
|
+
UiRestart,
|
|
340
|
+
UiStackFrameDot,
|
|
341
|
+
UiDebugStepOver,
|
|
342
|
+
UiDebugContinue,
|
|
343
|
+
UiDebugStepInto,
|
|
344
|
+
UiDebugStepOut,
|
|
345
|
+
UiDebugStop,
|
|
346
|
+
UiPlayCircle,
|
|
347
|
+
UiResizeVertical,
|
|
348
|
+
UiListDashes,
|
|
349
|
+
UiActivity,
|
|
350
|
+
UiSync,
|
|
351
|
+
UiArrowDownRight,
|
|
352
|
+
UiArrowUpRight,
|
|
353
|
+
UiCalculator,
|
|
354
|
+
UiDatabaseZap,
|
|
355
|
+
UiFileCog,
|
|
356
|
+
UiFileSearch,
|
|
357
|
+
UiFileType,
|
|
358
|
+
UiHardDrive,
|
|
359
|
+
UiCurrencyDollar,
|
|
360
|
+
UiCoins,
|
|
361
|
+
UiRepeat,
|
|
362
|
+
UiTimer,
|
|
363
|
+
UiStack,
|
|
364
|
+
UiThermometer,
|
|
365
|
+
UiLayers,
|
|
366
|
+
UiListOrdered,
|
|
367
|
+
UiMemoryStick,
|
|
368
|
+
UiPlug,
|
|
369
|
+
UiPlugsConnected,
|
|
370
|
+
UiScale,
|
|
371
|
+
UiSigma,
|
|
372
|
+
UiUserCog,
|
|
373
|
+
UiGearSix,
|
|
374
|
+
UiChevronsDown,
|
|
375
|
+
UiChevronsUp,
|
|
376
|
+
UiSquare,
|
|
377
|
+
UiMenu,
|
|
378
|
+
UiDotsVertical,
|
|
379
|
+
UiArrowLeft,
|
|
380
|
+
UiLink,
|
|
381
|
+
UiLinkExternal,
|
|
382
|
+
UiGlobe,
|
|
383
|
+
UiLocation,
|
|
384
|
+
UiRoute,
|
|
385
|
+
UiArrowRight,
|
|
386
|
+
UiArrowUp,
|
|
387
|
+
UiArrowDown,
|
|
388
|
+
UiExternalLink,
|
|
389
|
+
UiHome,
|
|
390
|
+
UiLayoutDashboard,
|
|
391
|
+
UiPackage,
|
|
392
|
+
UiPuzzle,
|
|
393
|
+
UiBox,
|
|
394
|
+
UiGrid,
|
|
395
|
+
UiSidebar,
|
|
396
|
+
UiEdit,
|
|
397
|
+
UiSave,
|
|
398
|
+
UiCancel,
|
|
399
|
+
UiForm,
|
|
400
|
+
UiSelect,
|
|
401
|
+
UiCalendar,
|
|
402
|
+
UiCalendarBlank,
|
|
403
|
+
UiWarningCircle,
|
|
404
|
+
UiWarningTriangle,
|
|
405
|
+
UiError,
|
|
406
|
+
UiCircleX,
|
|
407
|
+
UiInfo,
|
|
408
|
+
UiQuestion,
|
|
409
|
+
UiCircleOutline,
|
|
410
|
+
UiPulse,
|
|
411
|
+
UiLightbulb,
|
|
412
|
+
UiDebug,
|
|
413
|
+
UiLoader,
|
|
414
|
+
UiSkull,
|
|
415
|
+
UiSiren,
|
|
416
|
+
UiCheck,
|
|
417
|
+
UiPass,
|
|
418
|
+
UiStar,
|
|
419
|
+
UiLock,
|
|
420
|
+
UiThumbsUp,
|
|
421
|
+
UiThumbsDown,
|
|
422
|
+
UiSealCheck,
|
|
423
|
+
UiKey,
|
|
424
|
+
UiShield,
|
|
425
|
+
UiShieldPlus,
|
|
426
|
+
UiShieldMinus,
|
|
427
|
+
UiShieldCheck,
|
|
428
|
+
UiShieldCross,
|
|
429
|
+
UiShieldPending,
|
|
430
|
+
UiShieldWarning,
|
|
431
|
+
UiShieldInfo,
|
|
432
|
+
UiFingerprint,
|
|
433
|
+
UiUserCircle,
|
|
434
|
+
UiUserCirclePlus,
|
|
435
|
+
UiUserCircleMinus,
|
|
436
|
+
UiUserCircleCheck,
|
|
437
|
+
UiSignIn,
|
|
438
|
+
UiSignOut,
|
|
439
|
+
UiLockOpen,
|
|
440
|
+
UiSeverityCritical,
|
|
441
|
+
UiSeverityHigh,
|
|
442
|
+
UiSeverityMedium,
|
|
443
|
+
UiSeverityLow,
|
|
444
|
+
UiSeverityInfo,
|
|
445
|
+
UiSeverityWarning,
|
|
446
|
+
UiSeverityBlocker,
|
|
447
|
+
UiInsightCost,
|
|
448
|
+
UiInsightAvailability,
|
|
449
|
+
UiInsightPerformance,
|
|
450
|
+
UiInsightSecurity,
|
|
451
|
+
UiInsightIntegration,
|
|
452
|
+
UiInsightCompliance,
|
|
453
|
+
UiInsightReliability,
|
|
454
|
+
UiInsightTechnicalDebt,
|
|
455
|
+
UiInsightRecommendation,
|
|
456
|
+
UiListFlat,
|
|
457
|
+
UiListTree,
|
|
458
|
+
UiTable,
|
|
459
|
+
UiGraph,
|
|
460
|
+
UiBoxes,
|
|
461
|
+
UiInbox,
|
|
462
|
+
UiTableProperties,
|
|
463
|
+
UiRows,
|
|
464
|
+
UiColumns,
|
|
465
|
+
UiKanban,
|
|
466
|
+
UiChartBar,
|
|
467
|
+
UiChartPie,
|
|
468
|
+
UiGitGraph,
|
|
469
|
+
UiTrendUp,
|
|
470
|
+
UiTrendDown,
|
|
471
|
+
UiFunnelData,
|
|
472
|
+
UiPlaybook,
|
|
473
|
+
UiWorkflow,
|
|
474
|
+
UiRocket,
|
|
475
|
+
UiShipWheel,
|
|
476
|
+
UiZap,
|
|
477
|
+
UiPlay,
|
|
478
|
+
UiPause,
|
|
479
|
+
UiStop,
|
|
480
|
+
UiSkipForward,
|
|
481
|
+
UiHistory,
|
|
482
|
+
UiConfig,
|
|
483
|
+
UiTag,
|
|
484
|
+
UiCog,
|
|
485
|
+
UiSliders,
|
|
486
|
+
UiToggleOn,
|
|
487
|
+
UiToggleOff,
|
|
488
|
+
UiNamespace,
|
|
489
|
+
UiModule,
|
|
490
|
+
UiImport,
|
|
491
|
+
UiExport,
|
|
492
|
+
UiClass,
|
|
493
|
+
UiStruct,
|
|
494
|
+
UiInterface,
|
|
495
|
+
UiTrait,
|
|
496
|
+
UiRecord,
|
|
497
|
+
UiTypeAlias,
|
|
498
|
+
UiEnum,
|
|
499
|
+
UiEnumMember,
|
|
500
|
+
UiTypeParameter,
|
|
501
|
+
UiFunction,
|
|
502
|
+
UiMethod,
|
|
503
|
+
UiConstructor,
|
|
504
|
+
UiLambda,
|
|
505
|
+
UiAsyncFn,
|
|
506
|
+
UiDecorator,
|
|
507
|
+
UiField,
|
|
508
|
+
UiProperty,
|
|
509
|
+
UiVariable,
|
|
510
|
+
UiConstant,
|
|
511
|
+
UiParameter,
|
|
512
|
+
UiKeyword,
|
|
513
|
+
UiOperator,
|
|
514
|
+
UiString,
|
|
515
|
+
UiNumeric,
|
|
516
|
+
UiArray,
|
|
517
|
+
UiObject,
|
|
518
|
+
UiNull,
|
|
519
|
+
UiEvent,
|
|
520
|
+
UiEndpoint,
|
|
521
|
+
UiTest,
|
|
522
|
+
UiComment,
|
|
523
|
+
UiUnknown,
|
|
524
|
+
UiSqlSchema,
|
|
525
|
+
UiSqlTable,
|
|
526
|
+
UiSqlView,
|
|
527
|
+
UiSqlTrigger,
|
|
528
|
+
UiSqlStoredProc,
|
|
529
|
+
UiSqlFunction,
|
|
530
|
+
UiSqlIndex,
|
|
531
|
+
UiSqlColumn,
|
|
532
|
+
UiSqlPrimaryKey,
|
|
533
|
+
UiSqlForeignKey,
|
|
534
|
+
UiSqlConstraint,
|
|
535
|
+
UiSqlSequence,
|
|
536
|
+
UiSqlArray,
|
|
537
|
+
UiSqlQuery,
|
|
538
|
+
UiSqlDatabase,
|
|
539
|
+
UiFile,
|
|
540
|
+
UiFilePlus,
|
|
541
|
+
UiFileCode,
|
|
542
|
+
UiFolder,
|
|
543
|
+
UiJson,
|
|
544
|
+
UiMarkdown,
|
|
545
|
+
UiCopy,
|
|
546
|
+
UiCode2,
|
|
547
|
+
UiBinary,
|
|
548
|
+
UiBraces,
|
|
549
|
+
UiFileJson,
|
|
550
|
+
UiFileText,
|
|
551
|
+
UiFileSpreadsheet,
|
|
552
|
+
UiFunctionSquare,
|
|
553
|
+
UiDownload,
|
|
554
|
+
UiUpload,
|
|
555
|
+
UiArchive,
|
|
556
|
+
UiFolderGit2,
|
|
557
|
+
UiGitBranch,
|
|
558
|
+
UiGitMerge,
|
|
559
|
+
UiGitCommit,
|
|
560
|
+
UiGitPr,
|
|
561
|
+
UiFolderGit,
|
|
562
|
+
UiDiff,
|
|
563
|
+
UiTerminal,
|
|
564
|
+
UiGavel,
|
|
565
|
+
UiCommand,
|
|
566
|
+
UiWrench,
|
|
567
|
+
UiBug,
|
|
568
|
+
UiSparkles,
|
|
569
|
+
UiBrain,
|
|
570
|
+
UiRobotAi,
|
|
571
|
+
UiMagicWand,
|
|
572
|
+
UiServer,
|
|
573
|
+
UiServerProcess,
|
|
574
|
+
UiDatabase,
|
|
575
|
+
UiDatabasePlus,
|
|
576
|
+
UiDatabaseMinus,
|
|
577
|
+
UiDatabaseCheck,
|
|
578
|
+
UiDatabaseCross,
|
|
579
|
+
UiDatabaseTrash,
|
|
580
|
+
UiDatabasePending,
|
|
581
|
+
UiDatabaseInfo,
|
|
582
|
+
UiDatabaseWarning,
|
|
583
|
+
UiDatabaseError,
|
|
584
|
+
UiDatabaseUp,
|
|
585
|
+
UiDatabaseDown,
|
|
586
|
+
UiCloud,
|
|
587
|
+
UiCloudDownload,
|
|
588
|
+
UiChip,
|
|
589
|
+
UiNetwork,
|
|
590
|
+
UiBroadcast,
|
|
591
|
+
UiQueue,
|
|
592
|
+
UiSwap,
|
|
593
|
+
UiRefresh,
|
|
594
|
+
UiTrash,
|
|
595
|
+
UiBeaker,
|
|
596
|
+
UiUser,
|
|
597
|
+
UiUserPlus,
|
|
598
|
+
UiUserMinus,
|
|
599
|
+
UiUserCheck,
|
|
600
|
+
UiOrganization,
|
|
601
|
+
UiOrganizationPlus,
|
|
602
|
+
UiOrganizationMinus,
|
|
603
|
+
UiOrganizationCheck,
|
|
604
|
+
UiOrganizationCross,
|
|
605
|
+
UiHubot,
|
|
606
|
+
UiClock,
|
|
607
|
+
UiWatch,
|
|
608
|
+
UiHourglass,
|
|
609
|
+
UiBell,
|
|
610
|
+
UiBellSlash,
|
|
611
|
+
UiEnvelope,
|
|
612
|
+
UiPhone,
|
|
613
|
+
UiShare,
|
|
614
|
+
UiAt,
|
|
615
|
+
UiImage,
|
|
616
|
+
UiCamera,
|
|
617
|
+
UiVideo,
|
|
618
|
+
UiSpeaker,
|
|
619
|
+
UiUsersThree,
|
|
620
|
+
UiUsersThreePlus,
|
|
621
|
+
UiUsersThreeMinus,
|
|
622
|
+
UiUsersThreeCheck,
|
|
623
|
+
UiUsersThreeCross,
|
|
624
|
+
UiStrategy,
|
|
625
|
+
UiBatteryVerticalEmpty,
|
|
626
|
+
UiBatteryVerticalLow,
|
|
627
|
+
UiBatteryVerticalMedium,
|
|
628
|
+
UiBatteryVerticalHigh,
|
|
629
|
+
UiBatteryVerticalFull,
|
|
630
|
+
UiBatteryChargingVertical,
|
|
631
|
+
UiHandPalm,
|
|
632
|
+
UiPauseCircle,
|
|
633
|
+
UiFastForwardCircle,
|
|
634
|
+
UiShieldSlash,
|
|
635
|
+
UiChatDots,
|
|
636
|
+
UiArrowFatUp,
|
|
637
|
+
UiAsterisk,
|
|
638
|
+
UiProhibit,
|
|
639
|
+
UiListChecks,
|
|
640
|
+
UiCompass,
|
|
641
|
+
UiCursorClick,
|
|
642
|
+
UiCursorText,
|
|
643
|
+
UiKeyboard,
|
|
644
|
+
UiScan,
|
|
645
|
+
UiScroll,
|
|
646
|
+
UiPalette,
|
|
647
|
+
UiAtom,
|
|
648
|
+
UiPencilSimpleLine,
|
|
649
|
+
UiLogoOpenai,
|
|
650
|
+
UiLogoAnthropic,
|
|
651
|
+
UiLogoClaude,
|
|
652
|
+
UiLogoGemini,
|
|
653
|
+
UiLogoGoogle,
|
|
654
|
+
UiLogoDeepseek,
|
|
655
|
+
UiLogoMistral,
|
|
656
|
+
UiLogoMeta,
|
|
657
|
+
UiLogoOllama,
|
|
658
|
+
UiLogoPerplexity,
|
|
659
|
+
UiLogoHuggingface,
|
|
660
|
+
UiReceipt,
|
|
661
|
+
UiBank,
|
|
662
|
+
UiLedger,
|
|
663
|
+
UiChartOfAccounts,
|
|
664
|
+
UiCloudUpload
|
|
665
|
+
];
|
|
666
|
+
const iconsByConsumerName = Object.fromEntries(
|
|
667
|
+
ALL.flatMap((icon) => icon.__consumerName ? [[icon.__consumerName, icon]] : [])
|
|
668
|
+
);
|
|
669
|
+
function clickyIconProvider(next) {
|
|
670
|
+
return function ClickyIcon({ name, className, size, alt }) {
|
|
671
|
+
const icon = name ? iconsByConsumerName[name] : void 0;
|
|
672
|
+
if (icon) {
|
|
673
|
+
return createElement(icon, {
|
|
674
|
+
...className ? { className } : {},
|
|
675
|
+
...size !== void 0 ? { size } : {},
|
|
676
|
+
...alt ? { title: alt } : {}
|
|
677
|
+
});
|
|
678
|
+
}
|
|
679
|
+
if (!next) return null;
|
|
680
|
+
return createElement(next, {
|
|
681
|
+
...name ? { name } : {},
|
|
682
|
+
...className ? { className } : {},
|
|
683
|
+
...size !== void 0 ? { size } : {},
|
|
684
|
+
...alt ? { alt } : {}
|
|
685
|
+
});
|
|
686
|
+
};
|
|
687
|
+
}
|
|
688
|
+
export {
|
|
689
|
+
clickyIconProvider,
|
|
690
|
+
iconsByConsumerName
|
|
691
|
+
};
|
|
692
|
+
//# sourceMappingURL=registry.js.map
|